﻿/*body {
    font-family: 'Quicksand', arial, sans-serif !important;
}*/

#toastTuyenSinh {
    visibility: hidden;
    max-width: 50px;
    height: 40px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #0470d9;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 30px;
    font-size: 15px;
    white-space: nowrap;
    z-index: 9999999;
}

#toastTuyenSinh #img {
    width: 40px;
    height: 40px;
    float: left;
    padding-top: 5px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #004998;
    color: #fff;
}
#toastTuyenSinh #descMsg{
    color: #fff;
    padding: 8px;
    overflow: hidden;
	white-space: nowrap;
}

#toastTuyenSinh.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

.hideLoadingLuuFileTs {
    display: none;
}

.control-invalid {
    border: 1.3px solid #ff6363 !important;
}

@media (max-width: 559px) {
    .col-lg-3, .col-lg-2, .col-lg-4, .col-lg-6 {
        padding-top: 8px;
    }

    .justify-content-tsinh-page {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .form-user h3 {
        font-size: 18px !important;
    }

    .block-register .btn-upload-minhchung {
        margin-top: 0px !important;
    }
}

.block-register .btn-upload-minhchung {
    margin-top: 20px;
    margin-bottom: 10px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4, 1.4); /* IE */
    -moz-transform: scale(1.4, 1.4); /* FF */
    -webkit-transform: scale(1.4, 1.4); /* Safari and Chrome */
    -o-transform: scale(1.4, 1.4); /* Opera */
    transform: scale(1.4, 1.4);
    padding: 10px;
}

input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4, 1.4); /* IE */
    -moz-transform: scale(1.4, 1.4); /* FF */
    -webkit-transform: scale(1.4, 1.4); /* Safari and Chrome */
    -o-transform: scale(1.4, 1.4); /* Opera */
    transform: scale(1.4, 1.4);
}

.text-red {
    color: #dd4b39 !important;
}

#MainContent_chCk_KenhTuyenSinh tr, td {
    border: 0px !important;
}

#MainContent_chCk_KenhTuyenSinh label {
    padding-left: 10px;
    margin-bottom: 1px;
    font-weight: normal;
}