/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(209,28): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(277,17): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(281,17): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(286,21): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(328,28): run-time error CSS1039: Token not allowed after unary operator: '-headerTableColor'
(361,28): run-time error CSS1039: Token not allowed after unary operator: '-modalHeaderColor'
(414,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomBgColor'
(415,28): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomBorderColor'
(416,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomBorderColor'
(438,36): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomHoverColor'
(443,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomRedBgColor'
(444,28): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomRedBorderColor'
(445,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomRedBorderColor'
(467,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomRedHoverColor'
(473,22): run-time error CSS1039: Token not allowed after unary operator: '-navbarItemHoverColor'
(478,22): run-time error CSS1039: Token not allowed after unary operator: '-navbarItemHoverColor'
(482,28): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(483,24): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(488,26): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(504,26): run-time error CSS1039: Token not allowed after unary operator: '-navbarItemHoverColor'
(747,21): run-time error CSS1039: Token not allowed after unary operator: '-btnIColor'
(760,25): run-time error CSS1039: Token not allowed after unary operator: '-btnIColor'
(799,29): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(834,28): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(848,32): run-time error CSS1039: Token not allowed after unary operator: '-navbarColor'
(1003,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomBgColor'
(1005,32): run-time error CSS1039: Token not allowed after unary operator: '-btnCustomBorderColor'
(1039,31): run-time error CSS1046: Expect comma, found '255'
(1039,38): run-time error CSS1046: Expect comma, found ')'
 */
:root {
    --navbarColor: #00a9c7;
    /*--navbarColor: #056d9d;*/
    /*--navbarItemHoverColor: #00557c;*/
    --navbarItemHoverColor: #007f95;
    --headerTableColor: #0080a4;
    --btnCustomBgColor: #00bcd4;
    --btnCustomBorderColor: #07849a;
    --btnCustomHoverColor: #1555e4;
    --modalHeaderColor: #29aef6;
    --btnIColor: #009cd0;
    --btnCustomRedBgColor: #ff2929;
    --btnCustomRedBorderColor: #940000;
    --btnCustomRedHoverColor: #dc0000;
}

body {
    padding: 0px;
    margin-bottom: 40px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
    body::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.imageBackground {
    background-image: url("../../Uploads/ctecnew169.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    margin: -20px -15px;
}

.row {
    position: inherit;
    z-index: 1;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}
.container100 {
    /*padding: 0px !important;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
}

.container {
    /*padding: 0px !important;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .container100 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .container100 {
        width: 100%;
    }
}
@media (min-width: 1080px) {
    /*.container {
        width: 1170px;
    }*/
    .container {
        width: auto;
    }
    .container100 {
        width: 100%;
    }
}

.fileDetailBlock {
    overflow: auto;
    max-height: 300px;
    padding-right: 10px;
    max-width: 600px;
    word-break: break-word;
}

.col-md-12 {
    padding-right: 0 !important;
}

.table1000 {
    min-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
}


.table-100percent {
    width: 100%;
}

    .table-100percent tr, td {
        border: none;
    }

        .table-100percent tr > td > p {
            padding-left: 10px
        }

.dropdown-list {
    /*width: 200px !important;
    min-width: 150px !important;*/
    max-width: 260px !important;
}

.table-boder-none tr, td {
    /*border: none !important;*/
}

.table-bordered > thead > tr > td, table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.table-cell-spacing-5 td {
    padding-right: 5px !important;
}

    .table-cell-spacing-5 td label {
        padding-left: 10px;
    }

.candidate-basic-infor fieldset {
    border: 1px solid #ddd;
}

    .candidate-basic-infor fieldset > legend {
        font-size: 15px;
        background-color: aliceblue;
        margin-bottom: 5px;
    }

        .candidate-basic-infor fieldset > legend > label {
            font-weight: bold;
            margin-left: 15px;
        }

.candidate-basic-infor > tbody > tr {
    padding-top: 5px;
}

.errorMsg {
    font-weight: normal;
    color: #a94442;
    display: none;
}

.Message {
    font-weight: normal;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dropdown-item :hover {
    /*background-color: black !important;*/
}

#imgLOAD {
    position: fixed;
    top: 43%;
    left: 46%;
    display: none;
    z-index: 5000;
}

#LockScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 4999;
}

.layout_footer {
    position: fixed;
    bottom: 0;
    background-color: var(--navbarColor);
    width: 100%;
    height: 3%;
    margin-top: 10%;
    z-index: 4;
}

    .layout_footer p {
        color: white;
        font-weight: bold;
        font-size: 10px;
        margin-top: 0.2%;
        padding-left: 1%;
    }

.sortIcon {
    float: right
}

.required {
    color: red;
    margin-left: 5px;
}

@media only screen and (min-width: 500px) {
    #imgAvatar {
        width: 50px;
        height: 120px;
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    #imgAvatar {
        width: 90px;
        height: 120px;
        padding-left: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #imgAvatar {
        width: 90px;
        height: 120px;
        padding-left: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

@media only screen and (min-width: 1920px) {
    #imgAvatar {
        width: 100px;
        height: 130px;
        padding-left: 20px;
    }
}

.navbar-default .navbar-link:hover {
    color: var(--navbarColor); /**/
}

.navbar-default .btn-link {
    color: var(--navbarColor); /**/
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: var(--navbarColor); /**/
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.button-group {
    padding: 10px;
    text-align: right;
}

.button-groupright {
    padding: 10px 0px 0px 0px;
}
.button-groupright button {
    margin-bottom: 5px;
}

.grid-group {
    padding: 20px 0px;
}

.grid-group-nonepadding {
    padding: 0px 0px;
}

.grid-group-title {
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.search-group tr td {
    padding: 2px 0;
}

.header-red {
    background-color: var(--headerTableColor) !important;
    color: #fff;
}

/*Modal custom*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border: 0px solid black;
}
.modal-header-custom {
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--modalHeaderColor);
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
    .modal-header-custom .close {
        margin-top: -2rem;
        font-size: 2.2rem;
        color: white;
    }
/*End modal custom*/

.row-search-control{
    margin-bottom: 0rem;
}
.search-control{
    margin-bottom: 0rem;
}
    .search-control label {
        float: left;
        clear: both;
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }
    .search-control input {
        float: right;
        width: 80%;
        margin-bottom: 1rem;
    }
    /*.search-control datalist {
        float: right;
        width: 60%;
        margin-bottom: 1rem;
    }*/
    .search-control select {
        float: right;
        width: 80%;
        margin-bottom: 1rem;
    }
    .search-control .fromdate-todate {
        width: 35.4%;
    }
    .search-control textarea {
        float: right;
        width: 60%;
        margin-bottom: 1rem;
    }
    .btn-custom {
        color: #fff;
        background-color: var(--btnCustomBgColor);
        border-color: var(--btnCustomBorderColor);
        border: 3px solid var(--btnCustomBorderColor);
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        
    .btn-custom:hover {
            background-color: var(--btnCustomHoverColor);
        }

    .btn-custom-red {
        color: #fff;
        background-color: var(--btnCustomRedBgColor);
        border-color: var(--btnCustomRedBorderColor);
        border: 3px solid var(--btnCustomRedBorderColor);
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .btn-custom-red:hover {
        background-color: var(--btnCustomRedHoverColor);
    }


/*dropdown navbar*/
.menu-item:hover {
    background: var(--navbarItemHoverColor); /**/
    color: #fff;
}

.dropdown-menu > li > a:hover {
    background: var(--navbarItemHoverColor); /**/
    color: #fff;
}
.navbar-default {
    background-color: var(--navbarColor); /**/
    border-color: var(--navbarColor); /**/
    border-radius: 0px;
    color: white;
}
    .navbar-default .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background: var(--navbarColor); /**/
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
    }

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-brand {
    color: white;
}
    .navbar-default .navbar-brand:hover {
        background: var(--navbarItemHoverColor);
        color: white;
    }

@media only screen and (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        margin-left: 20px;
    }
}
/*end dropdown navbar*/

/*custom lable arlet*/
.alert {
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
}
/*end custom lable arlet*/

/*clone and customize datatable*/
.dataTables_wrapper {
/*    position: relative;
    z-index:1;*/
    clear: both;
    *zoom: 1;
    zoom: 1;
}
    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: .25em;
    }
/*.tableCustom tbody tr:hover {
    background-color: #888888ba;
}*/
table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.table-bordered {
    border: 0px solid #ddd;
}
table {
    background-color: transparent;
}
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px;
        word-break: break-word;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 0px solid #111;
    }
    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: bold;
        text-align: center;
    }
    table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
        text-align: center;
    }

/*.tr-selected {
    background-color: #c4c4c4;
}*/
.tr-selected tr,
.tr-selected td {
    background-color: #c4c4c4;
}

.tr-noedit tr,
.tr-noedit td {
    background-color: #c4c4c4;
}
/*scroll bar table*/
.wrapper_table_scroll{
    overflow-x: scroll;
    overflow-y: scroll;
    height: 50rem;
}
/*end datatable*/
/*custom pager*/
.pager {
    padding-left: 0;
    margin: 1px 0;
    text-align: right;
    list-style: none;
}
    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 6px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }
    .pager li > button, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }
    .pager li > span {
        display: inline-block;
        padding: 6px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
        width: 14%;
    }
    .pager li > input{
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
        width: 15%;
    }
.disabled-pagination {
    pointer-events: none;
    cursor: default;
    background-color: dimgrey;
}
/*end custom pager*/
.label-totolrow {
    float: left;
    margin: 0.2rem 0rem 0.6rem 0rem;
}
@media only screen and (min-width: 1024px) {
    .label-totolrow {
        float: right; 
        margin: -3.7rem 0rem 0.6rem 0rem;
    }
}

.f-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
    .f-box h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Fjalla One', sans-serif;
    }
    .f-box i {
        font-size: 60px;
        line-height: normal;
        margin-top: 40px;
        display: block;
        /* color: #f77b6f; */
        color: #49a7e4;
    }
.btn-custom-1 {
    color: #443838;
    background-color: #f4f4f4;
    border-color: #357425;
    border: 3px solid #f7f7f7;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .btn-custom-1:hover {
        background-color: #dcdcdc;
    }

.btn-custom-grey {
    color: #fff;
    background-color: #868686;
    border-color: #7c7c7c;
    border: 3px solid #555555;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn-custom-grey:hover {
        background-color: #4f4f4f;
    }


.control-button {
    margin: 1% auto;
}
    .control-button a {
        color: var(--btnIColor);
    }
    .control-button button {
        width: 90%;
        height: 80px;
        border-radius: 10px;
    }
        .control-button button i {
            font-size: 60px;
            line-height: normal;
            margin-top: 0px;
            display: block;
            /* color: #f77b6f; */
            color: var(--btnIColor);
            float: left;
        }
        .control-button p {
            font-size: 20px;
            float: left;
            padding: 15px;
        }
        .control-button .sotieuchi {
            font-size: 20px;
            float: left;
            padding: 0px 0px 0px 15px;
        }
/*Start login form*/
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: var(--navbarColor);
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: var(--navbarColor);
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border: 3px solid #204281;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: var(--navbarColor);
        border-color: #00a738;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.hr-custom {
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

/*nav icon*/
.navbar-nav .nav-link > .fa {
    position: relative;
    width: 36px;
    font-size: 24px;
}

    .navbar-nav .nav-link > .fa > .badge {
        font-size: 0.75rem;
        position: absolute;
        right: 0;
        font-family: sans-serif;
    }

.navbar-nav .nav-link > .fa {
    top: 3px;
    line-height: 12px;
}

    .navbar-nav .nav-link > .fa > .badge {
        top: -10px;
    }
.badge {
    background-color: #e51313;
    border-radius: .25rem;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pager li a {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


/*hover show full text dt*/
.div-detail {
    /*    display: inline-block;*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 180px;
}
    .div-detail:hover {
        z-index: 1;
        width: 50%;
        min-height: 4rem;
        height: auto;
        background-color: #FFFFCC;
        position: absolute;
        right: 0;
        bottom: 0%;
        white-space: normal;
        font-size: 15px;
    }

.form-control-feedback-custom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    /* pointer-events: initial; */
}

.span-clearinput {
    display: none;
}
@media only screen and (min-width: 992px) {
    .span-clearinput {
        color: #9d9d9d;
        display: block;
    }
        .span-clearinput:hover {
            color: #5d5d5d;
        }
}
/*custom reponsive modal max width*/
@media (min-width: 768px) {
    .modal-dialog-max-width {
        width: 900px;
        margin: 30px auto;
    }
    .modal-lg-max-width {
        width: 90%;
    }
    .modal-lg-max-width95 {
        width: 100%;
        margin: 30px auto;
    }
}

/*custom modal lg*/
@media (min-width: 992px) {
    .modal-lg-max-width {
        width: 90%;
    }
    .modal-lg-max-width95 {
        width: 95%;
    }
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
}
    .custom-file-upload:hover {
        background-color: var(--btnCustomBgColor);
        color: white;
        border: 1px solid var(--btnCustomBorderColor);
    }

.downLoadDocumentLink:hover{
    text-decoration: underline;
}

@media(min-width: 768px){
    .dropdown-link {
        pointer-events: none;
    }
}

/*custom animation collapse*/
.collapsing-none-animation {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/*fix column in gridview*/
.view {
    margin: auto;
    width: 600px;
    overflow: auto;
}

.wrapper {
    position: relative;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgb(255 255 255);
    z-index: 3;
}

/*.headertable > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
}*/
/*tiep tuc fix vi tri tieu de table*/
.first-col {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    left: 0rem;
    z-index: 3;
}

.second-col {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    left: 6.1rem;
    z-index: 3;
}

.thirst-col {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    left: 20.7rem;
    z-index: 3;
}

.fourth-col {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    left: 20.7rem;
    z-index: 3;
}

.fifth-col {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    left: 20.7rem;
    z-index: 3;
}

.fixtitle {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.tableCustom tbody tr:hover td {
    background-color: #FFFFCC;
}

/*custom col for documentout*/
.first-coldco {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    left: 0rem;
}

.second-coldco {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    left: 5.80rem;
}

.thirst-coldco {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    left: 19.80rem;
}
/*custom col for documentstorage*/
.first-coldst {
    width: 2%;
    min-width: 2%;
    max-width: 2%;
    left: 0rem;
}

.second-coldst {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
    left: 5.05rem;
}

.thirst-coldst {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
    left: 14.9rem;
}
.lable-left{
    text-align: left;
}

.hoverDeleteFile {
    /*background-color: #fb3333de;*/
    border-bottom: 0.5px solid black;
}

