.blockUI.blockOverlay{
    background-color: #1aa40129 !important;
}

.line-height-normal{
    line-height: normal !important;}

/* mobile-list */
.mobile-list{
    background: white;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0), 0px 4px 0px 0px rgba(0, 0, 0, 0), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
/* mobile-list-header */
.mobile-list .header{
    padding: 5px;
}
.mobile-list .header i.show-more{
    transition: 0.4s;
    padding: 5px;
    float: right;
}
.mobile-list .header i.show-more.open{
    transform: rotate(180deg);
}
.mobile-list .header .right-attr{
    background-image: linear-gradient(#f58c19, #fc7b09);
    padding: 2px 7px;
    color: white;
    float: right;
    margin-left: 5px;
    border-radius: 50px;
}
.mobile-list .header .left-attr{
    font-weight: bold;
    padding: 2px;
}
.mobile-list .header .left-attr span.stt{
    color: white;
    background: #0aa7ef;
    border-radius: 50%;
    padding: 5px;
}

/* mobile-list-body */
.mobile-list .body{
    border-top: 1px solid #ddd;
    padding: 5px;
}


/* alert */
.alert-ndn{
    padding: 10px !important;
    margin: 10px !important;
}

/* data-table */
.dataTables_length{
    margin-top: 10px;
}
.dataTables_filter{
    margin-top: 10px;
    margin-right: 10px;
}

/* list-options */

/* profle desktop */
.fb-profile-block {
    margin: auto;
    position: relative;
    width: 100%;
}
.cover-container{
    background: #1E90FF;
    background: -webkit-radial-gradient(bottom, #73D6F5 12%, #1E90FF);
    background: radial-gradient(at bottom, #73D6F5 12%, #1E90FF)
}
.fb-profile-block-thumb{
    display: block;
    height: 315px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.fb-profile-block-menu {
    border: 1px solid #d3d6db;
    border-radius: 0 0 3px 3px;
}
.profile-img a{
    bottom: 15px;
    box-shadow: none;
    /*//display: block;*/
    left: 15px;
    padding:1px;
    position: absolute;
    height: 160px;
    width: 160px;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    z-index:9;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
}
.profile-img img {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    height:100%;
    width:auto;
}
.profile-name {
    bottom: 60px;
    left: 200px;
    position: absolute;
}
.profile-name h2 {
    -webkit-text-stroke: 0.8px white;
    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    max-width: 500px;
    position: relative;
    text-transform: uppercase;
    color: black;
}
.fb-profile-block-menu{
    height: 44px;
    position: relative;
    width:100%;
    overflow:hidden;
}
.block-menu {
    clear: right;
    padding-left: 205px;
}
.block-menu ul{
    margin:0;
    padding:0;
}
.block-menu ul li{
    display:inline-block;
}
.block-menu ul li a {
    border-right: 1px solid #e9eaed;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 3.0;
    padding: 0 17px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    color:#4b4f56;
    text-transform:capitalize;
}
.block-menu ul li:first-child a{
    border-left: 1px solid #e9eaed;
}

/* checkbox */
.checkboxFive {
    width: 30px;
    margin: auto;
    position: relative;
    padding: 5px;
}
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}
.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: transparent;
    top: 8px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkboxFive label:hover::after {
    opacity: 0.5;
}
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* scroll bar */
.scroll-ndn::-webkit-scrollbar-track
{
    background-color: #F5F5F5; /* Phần chưa hiển thị */
}

.scroll-ndn::-webkit-scrollbar /* Tất cả thanh cuộn */
{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.scroll-ndn::-webkit-scrollbar-thumb /* Phần đang hiển thị */
{
    background-color: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 50px;
    transition: 2s;
}
.scroll-ndn::-webkit-scrollbar-thumb:hover
{
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c;
    transition: 2s;
}

.hide-scroll::-webkit-scrollbar /* Tất cả thanh cuộn */
{
    width: 0;
    height: 0;
    background-color: #F5F5F5;
}

/* Alertify Notification*/
.ajs-message.ajs-success-ndn {
    color: #5ab55e ;
    background-color: #e2f2e3 ;
    border-color: #e2f2e3 ;
    font-weight: bold;
    border-right-color: #5ab55e;
    border-right-width: 5px;
    position: relative;
}
.ajs-message.ajs-success-ndn::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #5ab55e;
    right: -2px;
    transform: rotate(45deg);
    top: 50%;
}
.ajs-message.ajs-info-ndn {
    color: #14c1d7;
    background-color: #d6f4f8;
    border-color: #d6f4f8;
    font-weight: bold;
    opacity: 0.8 !important;
    border-right-color: #14c1d7;
    border-right-width: 5px;
}
.ajs-message.ajs-info-ndn::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #14c1d7;
    right: -2px;
    transform: rotate(45deg);
    top: 50%;
}
.ajs-message.ajs-warning-ndn {
    color: #ff7b52;
    background-color: #ffe8e1;
    border-color: #ffe8e1;
    font-weight: bold;
    opacity: 0.8 !important;
    border-right-color: #ff7b52;
    border-right-width: 5px;
}
.ajs-message.ajs-warning-ndn::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #ff7b52;
    right: -2px;
    transform: rotate(45deg);
    top: 50%;
}
.ajs-message.ajs-danger-ndn {
    color: #f55246 !important;
    background-color: #fde1df !important;
    border-color: #fde1df !important;
    font-weight: bold;
    opacity: 0.8 !important;
    border-right-color: #f55246 !important;
    border-right-width: 5px;
}
.ajs-message.ajs-danger-ndn::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #f55246 !important;
    right: -2px;
    transform: rotate(45deg);
    top: 50%;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible{
    right: 260px !important;
}

.alertify-notifier{
    z-index: 999999999999999 !important;
}

/* Hide Arrors Input type=Number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* List Like Card */
.subject-card:hover{
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    cursor: pointer;
}
.subject-card:hover .avatar img{
    transform: rotate(0deg);
}
.subject-card{
    transition: 0.4s;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
}
.subject-banner{
    min-height: 150px;
    border-bottom: 1px solid #ddd;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.subject img{
    max-height: 170px;
    width: 100%;
    height: auto;
}
.subject .avatar{
    position: relative;
    top: -65px;
    margin-bottom: -65px;
}
.subject .avatar img{
    width: 130px;
    height: 130px;
    max-width: 80%;
    padding: 4px;
    border: 1px solid #bfbfbf;
    transform: rotate(30deg);
    transition: 0.4s;
}

/* Border danger */
.input-danger{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(252,109,133,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(252,109,133,1);
    box-shadow: inset 0px 0px 5px 0px rgba(252,109,133,1);
}

/* Table Fixed thead */

.fixed-thead thead th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}



/* Drag Scroll */
.dragscroll{
    cursor: grab;
}

/* Window 10 loading */
/*
    HTML:
     <div class="loading">
        <div class='loader'>
            <div class='circle'></div>
            <div class='circle'></div>
            <div class='circle'></div>
            <div class='circle'></div>
            <div class='circle'></div>
        </div>
        <div class="waitting">
            <h1>Loading...</h1>
        </div>
    </div>
 */
.loading{
    position: fixed;
    top: 40%;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.waitting{
    animation: blink 2s ease-in-out infinite;
    color: #999;
}
@keyframes blink {
    0%{opacity: 0}
    10%{opacity: 0.2}
    20%{opacity: 0.4}
    30%{opacity: 0.6}
    40%{opacity: 0.8}
    50%{opacity: 1}
    60%{opacity: 0.8}
    70%{opacity: 0.6}
    80%{opacity: 0.4}
    90%{opacity: 0.2}
    100%{opacity: 0}
}
.loader {
    width: 50px;
    height: 50px;
    margin: auto;
}
.loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}
.loader .circle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #2196f3;
    box-shadow: 0 0 9px rgba(255, 255, 255, .7);
}
.loader .circle:nth-child(2) {
    animation-delay: 240ms;
}
.loader .circle:nth-child(3) {
    animation-delay: 480ms;
}
.loader .circle:nth-child(4) {
    animation-delay: 720ms;
}
.loader .circle:nth-child(5) {
    animation-delay: 960ms;
}
@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}


/*  dropdown-scroll with css scroll */
.dropdown-scroll{
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.dropdown-scroll::-webkit-scrollbar-track
{
    background-color: #F5F5F5; /* Phần chưa hiển thị */
}

.dropdown-scroll::-webkit-scrollbar /* Tất cả thanh cuộn */
{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.dropdown-scroll::-webkit-scrollbar-thumb /* Phần đang hiển thị */
{
    background-color: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 50px;
    transition: 2s;
}
.dropdown-scroll::-webkit-scrollbar-thumb:hover
{
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c;
    transition: 2s;
}

.fake-input-disabled{
    color: #999;
    background-color: #f5f5f5;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #ddd;
    border-radius: .1875rem;
}

.select2-selection.select2-selection--single{
    min-height: 36px;
}

.card-ndn-mobile{
    margin-bottom: 20px;
    background: white;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.form-control:disabled, .form-control[readonly]{
    background: #f5f5f5 !important;
}

.ajax-add{animation: ajaxadd 1s ease forwards}
@keyframes ajaxadd {
    0% {background-color: #cbefd7;}
    100% {background-color: transparent;}
}

.form-ndn {
    margin-bottom: 1rem;
    width: 100%;
    position: relative; }
.form-ndn label {
    margin-bottom: 0;
    font-weight: 500; }
.form-ndn .input-ndn {
    border: none;
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    padding-bottom: 5px; }
.form-ndn .input-ndn::placeholder{
    color: #c5c4c4;
    font-weight: 200;
}
.form-ndn .input-ndn:-ms-input-placeholder{
    color: #c5c4c4;
    font-weight: 200;
}
.form-ndn .input-ndn::-ms-input-placeholder{
    color: #c5c4c4;
    font-weight: 200;
}
.form-ndn .input-ndn:focus {
    outline: none; }
.form-ndn .input-ndn:focus ~ .focus-ndn {
    width: 100%;
    left: 0; }
.form-ndn .focus-ndn {
    width: 0;
    height: 2px;
    background: #118a31;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 0.2s; }

.max-line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }

.max-line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

.max-line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }

.form-group.form-upload{height: 140px; position: relative;}
.image-upload-ndn{color: transparent;}
.image-upload-ndn:focus{outline: none;}
.image-upload-ndn::before{cursor: pointer; position: absolute; content: ''; width: 100px; height: 120px; border: 3px dashed #7b7777; background-color: white;}
.image-upload-ndn::after{cursor: pointer; position: absolute; content: '\e944'; font-family: icomoon; top: 70px; left: 40px; color: #7b7777; font-size: 24px;}
.image-preview{position: absolute; top: 28px; width: 100px; height: 120px; border: 3px dashed #7b7777; cursor: pointer; display: grid; align-items: center; overflow: hidden;}


/* Ajax Load Line*/
.load-line{height:0 ; width: 0; background-color: #dddddd; opacity: 0; position: fixed; top: 0; left: 0; z-index: 102}
.load-line.load-start{height: 3px; width: 30%; background-color: red; opacity: 1; transition: 0.4s}
.load-line.load-end{height: 3px; width: 100%; background-color: red; opacity: 1; transition: 0.4s}

.combodate .form-control{
    display: inline
}
.font-size-20{font-size: 20px;}
.text-white{color: #fff !important;}
.pad-15{padding: 15px;}
.pad-2-5{padding: 2px 5px;}
.dtr-details{width:100% !important;}
.dtr-details span,.dtr-details p{width:100% !important;}