.login-registration-box{
    /*background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.7));*/
    padding: 20px;
    border-top: 0;
    color: #666;
    margin-top: 100p;
    border: 1px solid rgba(221,221,221,0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 118px 1px rgba(255,255,255,.3);
}
.login-logo, .register-logo{
    color: #ffffff;
}
.login-box{
    margin: 10% auto !important;
}
.password-row{
    margin-top:10px;
    padding-top: 10px;
}
.login-box-msg{
    color: #032751;
    font-size: 16px;
}


/* table-skew-css - start */

.table-mother-tag .table-skew{
    border: 1px solid #999;
    border-right: none;
}
.table-mother-tag .table-skew>thead>tr>th, .table-mother-tag .table-skew>tbody>tr>th, .table-mother-tag .table-skew>tfoot>tr>th, .table-mother-tag .table-skew>thead>tr>td, .table-mother-tag .table-skew>tbody>tr>td, .table-mother-tag .table-skew>tfoot>tr>td{
    border: 1px solid #999;
    border-left: none;
    border-bottom: none;
}
.table-mother-tag .table-skew>tbody>tr{
    background-color: #fff;
}
.table-mother-tag .table-skew>tbody>tr>td, .table-mother-tag .table-skew>tbody>tr>th, .table-mother-tag .table-skew>tfoot>tr>td, .table-mother-tag .table-skew>tfoot>tr>th, .table-mother-tag .table-skew>thead>tr>td, .table-mother-tag .table-skew>thead>tr>th{
    padding:1px 5px;
    vertical-align: middle;
}
.table-mother-tag .table-skew>thead>tr>th{
    font-size: 13px;
    white-space: nowrap;
}
.table-mother-tag .table-skew>tbody>tr>td{
    font-size: 11px;
    color: #000;
    white-space: nowrap;
}

.table-mother-tag .table-skew thead .sorting:after, .table-mother-tag .table-skew thead .sorting_asc:after, .table-mother-tag .table-skew thead .sorting_desc:after, .table-mother-tag .table-skew thead .sorting_asc_disabled:after, .table-mother-tag .table-skew thead .sorting_desc_disabled:after{
    bottom:2px;
}


/* table-skew-css - end */

.white-text {
    color: #fff;
}
.inline-text {
    display: inline-block;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 20000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 811; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

@-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 fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.custom-modal .modal-content{
    /*max-width: 400px;*/
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
}
.common-modal .modal-content{
    max-width:900px;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
}
.custom-modal .modal-header, .common-modal .modal-header{
    /*background-color: #3c8dbc;*/
    /*background-color: #425697;*/
    /* background-color: #b92b27; */
    background: linear-gradient(to right, #b92b27 0%, #1565c0 100%);
    border-bottom-color: #ccc;
    border-radius: 6px 6px 0 0;
    padding: 10px 15px;
}
.custom-modal .modal-header h4.modal-title, .common-modal .modal-header h4.modal-title{
    color: #fff;
}
.custom-modal .modal-header .close, .common-modal .modal-header .close{
    opacity:1;
    color:#fff ;
}
.custom-modal .modal-header .close:hover, .common-modal .modal-header .close:hover{
    opacity:1;
    color:#333 ;
}
.custom-modal .modal-footer, .common-modal .modal-footer{
    background-color: #e0e0e0;
    border-top: #222;
    border-top:1px solid #ccc;
    border-radius: 0 0 6px 6px;
    padding: 10px 15px;
}
.custom-modal .modal-footer .btn, .common-modal .modal-footer .btn{
    background-color: #3c8dbc ;
    color:#fff;
}
.custom-modal .modal-footer .btn:hover, .common-modal .modal-footer .btn:hover{
    background-color: #222 ;
    color:#fff;
}
.custom-modal .modal-body .box-body, .common-modal .modal-body .box-body{
    padding: 0;
}
.custom-modal .modal-body .box-body .form-group, .common-modal .modal-body .box-body .form-group{
    margin-bottom: 6px;
}

/*delete modal*/
.modal-confirm {
    color: #636363;
    /*width: 400px;*/
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    color: #999;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
    color: #999;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}
.modal-confirm .btn-info {
    background: #c1c1c1;
}
.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modi-flie-input{
    position: relative;
    width: 125px;
    cursor: pointer;
}
.modi-flie-input input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
}

.dataTables_wrapper .dt-buttons {
    padding-left: 15%;
}

.main-sidebar ul.sidebar-menu li i.fas{
    width:20px;
    padding-right: 10px;
}
/* 280818-css-view-doc-start */
.modal-add-doc .modal-title{
    margin: 0 auto;
}
.modal-add-doc .modal-body .select2{
    width: 100% !important;
    margin: 10px auto;
}
.modal-add-doc .modal-body .select2-container--default .select2-selection--single {
    background-color:none !important;
    border: none!important;
    border-bottom: none !important;
    border-radius:0 !important;
}

.modal-add-doc .modal-body .form-control, .modal-add-doc .modal-body .select2-container--default .select2-selection--single{
    width: 100% !important;
    border: 1px solid #ddd !important;
    height: 35px !important;
    line-height: 35px!important;
    margin:0 auto 10px !important;
    padding: 0 5px !important;
}
.modal-add-doc .modal-body input.form-control[type="file"]{
    height: 35px !important;
    line-height: 35px!important;
}
.modal-add-doc .modal-body .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 35px !important;
    line-height: 35px!important;
    margin:0 auto !important;
    padding: 0 !important;
    text-align: left !important;
}
.custom-modal2 .modal-content {
    padding: 0;
}
.custom-modal2 .modal-header {
    padding: 10px 20px;
    border-radius:4px 4px 0 0 ;
}
.custom-modal2 .modal-header .close {
    position: absolute;
    top: 10px;
    right: 20px;
}
.custom-modal2 .modal-body {
    padding: 35px !important;
}
.custom-modal2 .modal-footer{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
input.date-placeholder[type="date"]::before{
    color: #333;
    content: attr(placeholder) " :     ";
}
input.date-placeholder[type="date"]:focus::before {
    content: "" !important;
}
.search-date-icon-arrow .start-date-field{
    padding-right: 2px;
}
.search-date-icon-arrow .end-date-field{
    padding-left: 2px;
}
.search-date-icon-arrow .col-md-2{
    padding: 0;
}
.search-date-icon-arrow .col-md-2 i.tab-rotate-icon{
    display: block;
    font-size: 20px;
    margin: 8px auto 0;
}
#docs-heading-title a{
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .tab-rotate-icon{
        webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .modal-confirm{
        max-width: 400px;
        width:90%;
        margin:0 auto;

    }
    .search-date-icon-arrow .start-date-field{
        padding-right: 15px;
    }
    .search-date-icon-arrow .end-date-field{
        padding-left: 15px;
    }
    .search-date-icon-arrow .col-md-2 i.tab-rotate-icon{
        display: block;
        font-size: 20px;
        margin: 8px auto;
    }
}

/* 280818-css-view-doc-end */


.tab-customer{
    padding-top: 0px !important;
}
#add_customer_tab{
    margin: 170px auto;
    margin-bottom: 0;
}

#modal_universal_search .modal-body{
    padding-bottom: 200px;
}



/* 140125 start */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face{
    font-family:'Noto Sans Cond SemBd';
    src:url('../../fonts/NotoSans-CondensedSemiBold.eot');
    src:url('../fonts/NotoSans-CondensedSemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedSemiBold.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedSemiBold.woff') format('woff'),
    url('../fonts/NotoSans-CondensedSemiBold.svg#NotoSans-CondensedSemiBold') format('svg');
    font-weight:600;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond Blk';
    src:url('../fonts/NotoSans-CondensedBlack.eot');
    src:url('../fonts/NotoSans-CondensedBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedBlack.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedBlack.woff') format('woff'),
    url('../fonts/NotoSans-CondensedBlack.svg#NotoSans-CondensedBlack') format('svg');
    font-weight:900;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond Blk';
    src:url('../fonts/NotoSans-CondensedBlackItalic.eot');
    src:url('../fonts/NotoSans-CondensedBlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedBlackItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedBlackItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedBlackItalic.svg#NotoSans-CondensedBlackItalic') format('svg');
    font-weight:900;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond';
    src:url('../fonts/NotoSans-CondensedBold.eot');
    src:url('../fonts/NotoSans-CondensedBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedBold.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedBold.woff') format('woff'),
    url('../fonts/NotoSans-CondensedBold.svg#NotoSans-CondensedBold') format('svg');
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond ExtBd';
    src:url('../fonts/NotoSans-CondensedExtraBold.eot');
    src:url('../fonts/NotoSans-CondensedExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedExtraBold.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedExtraBold.woff') format('woff'),
    url('../fonts/NotoSans-CondensedExtraBold.svg#NotoSans-CondensedExtraBold') format('svg');
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond ExtBd';
    src:url('../fonts/NotoSans-CondensedExtraBoldItalic.eot');
    src:url('../fonts/NotoSans-CondensedExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedExtraBoldItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedExtraBoldItalic.svg#NotoSans-CondensedExtraBoldItalic') format('svg');
    font-weight:bold;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond ExtLt';
    src:url('../fonts/NotoSans-CondensedExtraLight.eot');
    src:url('../fonts/NotoSans-CondensedExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedExtraLight.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedExtraLight.woff') format('woff'),
    url('../fonts/NotoSans-CondensedExtraLight.svg#NotoSans-CondensedExtraLight') format('svg');
    font-weight:200;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond ExtLt';
    src:url('../fonts/NotoSans-CondensedExtraLightItalic.eot');
    src:url('../fonts/NotoSans-CondensedExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedExtraLightItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedExtraLightItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedExtraLightItalic.svg#NotoSans-CondensedExtraLightItalic') format('svg');
    font-weight:200;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond';
    src:url('../fonts/NotoSans-CondensedItalic.eot');
    src:url('../fonts/NotoSans-CondensedItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedItalic.svg#NotoSans-CondensedItalic') format('svg');
    font-weight:normal;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond';
    src:url('../fonts/NotoSans-CondensedLight.eot');
    src:url('../fonts/NotoSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedLight.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedLight.woff') format('woff'),
    url('../fonts/NotoSans-CondensedLight.svg#NotoSans-CondensedLight') format('svg');
    font-weight:300;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond Med';
    src:url('../fonts/NotoSans-CondensedMedium.eot');
    src:url('../fonts/NotoSans-CondensedMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedMedium.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedMedium.woff') format('woff'),
    url('../fonts/NotoSans-CondensedMedium.svg#NotoSans-CondensedMedium') format('svg');
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond Med';
    src:url('../fonts/NotoSans-CondensedMediumItalic.eot');
    src:url('../fonts/NotoSans-CondensedMediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedMediumItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedMediumItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedMediumItalic.svg#NotoSans-CondensedMediumItalic') format('svg');
    font-weight:500;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond SemBd';
    src:url('../fonts/NotoSans-CondensedSemiBoldItalic.eot');
    src:url('../fonts/NotoSans-CondensedSemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedSemiBoldItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedSemiBoldItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedSemiBoldItalic.svg#NotoSans-CondensedSemiBoldItalic') format('svg');
    font-weight:600;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond';
    src:url('../fonts/NotoSans-CondensedThin.eot');
    src:url('../fonts/NotoSans-CondensedThin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedThin.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedThin.woff') format('woff'),
    url('../fonts/NotoSans-CondensedThin.svg#NotoSans-CondensedThin') format('svg');
    font-weight:100;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Noto Sans Cond';
    src:url('../fonts/NotoSans-CondensedThinItalic.eot');
    src:url('../fonts/NotoSans-CondensedThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-CondensedThinItalic.woff2') format('woff2'),
    url('../fonts/NotoSans-CondensedThinItalic.woff') format('woff'),
    url('../fonts/NotoSans-CondensedThinItalic.svg#NotoSans-CondensedThinItalic') format('svg');
    font-weight:100;
    font-style:italic;
    font-display:swap;
}




.modal .modal-content {
    background-color: #e8e8e8;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin: 0 auto 30px;
    overflow: hidden;
}
.modal .modal-header {
    background-color: #ced5db;
    padding: 0 0 0 30px !important;
    border: none;
    border-top: 4px solid #3e688b;
    border-bottom: 1px solid #a9afb5 !important;
}

.modal .modal-header .close{
    padding: 8px 16px;
    font-size: 20px;
    color: #000 !important;
    background-color: transparent;
    border-radius: unset !important;
    opacity: 1;
    margin-left: 3px;
    margin-top: -2px;
    cursor: pointer;
}
.modal .modal-header .modal-title {
    padding: 10px 0;
    margin: 0;
    background-color: transparent;
    font: 500 20px / 1.2 "Noto Sans Cond Med", sans-serif;
    text-transform: capitalize;
    color: #000;
    opacity: 1;
}
.modal .modal-body {
    position: relative;
    width: 100%;
    padding: 35px;
    margin: 0 auto;
    overflow: hidden;
}
.modal .modal-body .tip-heading {
    display: flex;
    align-items: center;
    font: 500 20px / 1.2 "Noto Sans Cond SemBd", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px 0;
}
.modal .modal-body .modal-ul{
    font: 400 14px/1.4 'Noto Sans', sans-serif;
    color: #333;
    list-style-type: none;
    padding: 0;
    margin: 0;
    outline: none !important;
}
.modal .modal-body .modal-ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    outline: none !important;
    font: 400 14px/1.4 'Noto Sans', sans-serif;
    color: #333;
}
.modal .modal-body .btn {
    display: inline-block;
    padding:0 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 5px;
    font: 500 16px/40px "Noto Sans Cond SemBd", sans-serif;
    text-transform: uppercase;
}
.modal .modal-body .btn-lg{
    height: 40px !important;
}
.modal .modal-body .btn-table.btn-saf, .modal .modal-body .btn-n-saf3 {
    background-color: #ecb96a;
    color: #000;
}
.modal .modal-body .btn-table.btn-saf:hover, .modal .modal-body .btn-n-saf3:hover{
    color: #fff;
}
.marg-t-15 {
    margin-top: 15px !important;
}
.marg-top-30 {
    margin-top: 30px !important;
}
.modal .modal-body .has-feedback {
    position: relative;
}
.modal .modal-body .fileinput-button.modi-flie-input {
    margin: 0;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 40px;
    background-color: #bbf13a !important;
}
.modal .modal-body .fileinput-button.modi-flie-input .fa {
    color: #000 !important;
    margin: 0 5px 0 0;
    line-height: 40px;
}
.modal .modal-body .fileinput-button.modi-flie-input *:not(.fa),
.modal .modal-body .fileinput-button.modi-flie-input input[type=file] {
    font: 600 18px/40px "Noto Sans Cond", sans-serif !important;
    color: #000 !important;
}
.modal .modal-body .fileinput-button.modi-flie-input input[type=file] {
    width:90%;
    -webkit-appearance: none;
    margin-left: 10px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.modal .modal-body .text-info {
    font: 400 18px / 1.5 "Noto Sans Cond", sans-serif;
    color: #000;
}
.mid-sing-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
}
.modal .modal-body .btn-n-grayD, .modal .modal-body .btn-n-grayD:hover, .modal .modal-body .btn-n-grayD:focus {
    background-color: #616161;
    color: #fff;
}
/* 140125 end */