.sodong-wrapper .combobox-group {
    width: 55px !important;
}

.sodong-wrapper .combobox-control {
    width: 55px !important;
}

.sodong-wrapper .combobox-control input {
    width: 55px !important;
    height: 24px !important;
    /* font-size: 14px !important; */
    padding: 0 4px !important;
}
.selectize-control .selectize-input.disabled { opacity: 1;}
/* start loader */
.loader {
    display: none;
    position: fixed;
    width: 100vw;
    height: calc(100vh);
    background: transparent;
    transition: all 0.2s ease;
    z-index: 1055;
}

.loader .loader-circle,
.loader .loader-circle::before,
.loader .loader-circle::after {
    border: 2px solid transparent;
}

body[data-layout-mode="horizontal"] .container-fluid {
    max-width: 100% !important;
}

.table td,
.table th {
    padding: 0.4rem 0.65rem;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #bcc2c9;
}

.table thead th {
    color: #2e3133;
}

.loader-circle {
    position: relative;
    width: 50px;
    height: 50px;
    top: calc(50% - 45px);
    left: calc(50% - 30px);
    z-index: 1006;
}

.loader-content {
    width: 160px;
    position: absolute;
    bottom: -19px;
    left: calc(50% - 80px);
    color: #b3b0b0;
    text-align: center;
    font-size: 12.5px;
}

.loader.active {
    background: rgba(0, 0, 0, 0.7);
    display: block;
}

.loader-circle::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 50%;
    border-top: 2px solid #2073c5 !important;
    border-right: 2px solid #2073c5 !important;
    animation: spin1 1.5s linear infinite;
}

.loader-circle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border-top: 2px solid #00b7ff !important;
    border-right: 2px solid #00b7ff !important;
    animation: spin2 1s linear infinite;
}

@keyframes spin1 {
    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg)
    }

    ;
    /* 20% {transform: rotate(150deg)}
    40% {transform: rotate(300deg)}
    80% {transform: rotate(300deg)}
    100% {transform: rotate(360deg)} */
}

@keyframes spin2 {

    /* 0% {transform: rotate(-30deg)}
    20% {transform: rotate(-30deg);
         border-color: transparent transparent #00b7ff #00b7ff}
    21% {border-color: orange orange transparent transparent}
    40% {transform: rotate(-30deg)}
    60% {transform: rotate(120deg);
        border-color: orange orange transparent transparent}
    61% {border-color: transparent transparent orange orange}
    80% {transform: rotate(270deg)} */
    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg)
    }

    ;
}


/* .load-process {
    display: none;
    position: fixed;
    width: 100vw;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.7);
    z-index: -10;
    transition: all 0.2s ease;
}

.loader {
    position: absolute;
    border: 12px solid #efefef;
    border-radius: 25%;
    width: 80px;
    height: 80px;
    top: calc(45% - 40px);
    left: calc(50% - 40px);
    z-index: 999;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
} */


.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: calc(50% - 45px);
    left: calc(50% - 30px);
    z-index: 1006;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader .spinner-icon,
.loader .spinner-icon::before,
.loader .spinner-icon::after {
    border: 2px solid transparent;
}

.loader .spinner-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 35px);
    /* margin: -50px 0 0 -50px; */
    -webkit-animation: spin 2s linear infinite;
    animation: spinner-icon 1.7s linear infinite;
}

.loader .spinner-content {
    position: absolute;
    width: 161px;
    color: #b3b0b0;
    top: calc(50%);
    left: calc(50% - 81px);
    text-align: center;
}

.loader .spinner-icon,
.loader .spinner-icon::before,
.loader .spinner-icon::after {
    border-radius: 50%;
    border-top-color: #00b7ff;
}

.loader .spinner-icon::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spinner-icon 1.5s linear infinite;
}

.loader .spinner-icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spinner-icon 3s linear infinite;
}

@keyframes spinner-icon {
    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg)
    }

    ;
}

.navbar-nav .fa {
    margin-top: -5px;
    font-style: normal;
}

.inputs_active_account {
    width: 16.66%;
}

.search-collection {
    position: relative;
}

.search-collection input {
    position: relative;
    right: 0px;
}

.grid_row.bg-primary {
    color: #fff;
}

.custom-file-label::after {
    content: "Upload";
    cursor: pointer;
}

.custom-file input {
    cursor: pointer;
}

.list-image {
    cursor: pointer;
}

input.form-control,
select.form-control,
button#baocao,
button#export_excel,
button.btn-toathuoccu,
.btn-list-send-bhyt button,
.clockpicker-ngay-khoiphat .input-group-text {
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .15rem .5rem;
}

.form-group .input-group .form-control,
.form-group .input-group .input-group-append {
    height: calc(1.5em + .5rem + 2px) !important;
}

.form-group .input-group .input-group-append {
    height: calc(1.5em + .5rem) !important;
}

.clockpicker .input-group-append,
.clockpicker-ngaykethuc .input-group-append,
.clockpicker-dichvu .input-group-append {
    height: calc(1.5em + .5rem) !important;
}

.input-group-text {
    padding: .15rem .5rem;
}

label {
    margin-bottom: 0.1rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.navbar-custom {
    height: 70px;
    /* background: url(../images_template/bg_banner.png) no-repeat center bottom;	
	z-index: 999;
    margin: 0;
    padding: 0 0 0 0;
    background: none; */
    background-color: #008080;
    /* background-color: #264851; */
}

body[data-layout-mode=horizontal] .navbar-custom {
    height: 60px;
}

.logo-box .logo,
.navbar-custom .topnav-menu .nav-link {
    line-height: 60px;
}

.notification-list .noti-icon-badge {
    top: 10px;
}

.topnav {
    margin-top: 60px;
}

body {
    font-size: .950rem;
    color: #5c5c5d;
}

.px-05 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

/* tr.px-05 td{
    padding-left: 2px !important;
    padding-right: 2px !important;
} */

/* end loader */

/* Custom card */
.card_small {
    margin-bottom: 5px !important;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.card {
    margin-bottom: 5px !important;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /* padding: 5px;	 */
}

.card-body {
    padding: 1rem 0.5rem;
}

.border-right-5 {
    border-right: 5px solid #e5e8eb !important;
}

.border-left-5 {
    border-left: 5px solid #e5e8eb !important;
}

.border-5 {
    border: 5px solid #e5e8eb !important;
    border-radius: 0.2rem !important;
}

.border-right-3 {
    border-right: 3px solid #e5e8eb !important;
}

.border-left-3 {
    border-left: 3px solid #e5e8eb !important;
}

.border-3 {
    border: 3px solid #e5e8eb !important;
    border-radius: 0.2rem !important;
}



.button-scroll-show {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: red;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}


#button-alway-show {
    position: fixed;
    bottom: 0px;
    z-index: 1030;
    width: 100%;
    background: #F0F0F0;
    padding-bottom: 10px;
    padding-top: 5px;
}

#button-alway-show.btns-tiepnhan {
    position: relative;
}

/* .modal-lg.modal-xl {
    max-width:90% !important;
} */
body[data-layout-mode=horizontal] .content-page {
    padding: 70px 5px 65px 5px;
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 90% !important;
    }

    body[data-layout-mode=horizontal] .content-page {
        padding: calc(60px + 55px) 5px 65px 5px;
    }

    /* .modal-lg #button-alway-show {
        max-width:90% !important;
    } */
}

@media (min-width:1367px) {
    .modal-xl {
        max-width: 1140px !important;
    }

    body[data-layout-mode=horizontal] .content-page {
        padding: calc(60px + 55px) 7px 65px 7px;
    }
}

@media (max-width:556px) {

    #button-alway-show .btn-group .width-sm {
        min-width: 30px;
    }

    .ten-donvi {
        display: none !important
    }
}

@media (max-width:768px) {

    #button-alway-show .btn-group .width-sm {
        min-width: 50px;
    }

    .ten-donvi {
        display: none !important
    }

}

.checkbox-lg {
    font-size: 1.25rem;
    scale: 1.8;
}

.text-info-left {
    width: 110px;
    color: #505e6a;
    /* padding-bottom: 9px; */
    /* margin-bottom: 0.35rem; */
}

.text-info-right {
    width: calc(100% - 105px);
    padding-left: 5px !important;
    /* margin-bottom: 0.35rem; */
}

.tab-thongtinkhambenh .text-info-left {
    width: 112px;
    /* margin-bottom: 5px; */
}

.tab-thongtinkhambenh .text-info-right {
    width: calc(100% - 110px);
}

.clockpicker input {
    padding: .15rem .2rem !important;
}

/* .tab-thongtinkhambenh .text-info-right, .tab-chisosinhhieu .text-info-right {
    margin-bottom: 5px;
} */
.tab-chisosinhhieu .text-info-left {
    width: 322px;
    /* margin-bottom: 5px; */
}

/* 200px; */
.thongtinbenhnhan .col-4.d-flex,
.thongtinbenhnhan .col-8.d-flex,
.thongtinbenhnhan .col-12.d-flex,
.thongtin-bhyt .col-4.d-flex,
.thongtin-tiepnhan .col-4.d-flex,
.thongtin-tiepnhan .col-6.d-flex,
.thongtin-tiepnhan .col-12.d-flex,
.tab-thongtinkhambenh .col-4.d-flex,
.tab-thongtinkhambenh .col-8.d-flex,
.tab-thongtinkhambenh .col-12.d-flex,
.tab-thongtinkhambenh .col-6.d-flex {
    padding-right: 4px !important;
}

.thongtinbenhnhan .form-control.ref-form-control,
.thongtin-bhyt .form-control.ref-form-control {
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .15rem .5rem !important;
}

.thongtinbenhnhan .btn.btn-outline-secondary.dropdown-toggle.dropdown-toggle-split,
.thongtin-bhyt .btn.btn-outline-secondary.dropdown-toggle.dropdown-toggle-split {
    padding: 0px 12px !important;
}

.thongtinbaohiem .form-group {
    font-size: 14px;
    margin-bottom: 0.35rem;
}

.selectize-input,
#number_thuoc {
    height: calc(1.5em + .5rem + 2px) !important;
    min-height: calc(1.5em + .5rem + 2px) !important;
    padding: 6px;
}

/* .tab-thongtinkhambenh .selectize-input .item {
    padding-top: 5px;
} */
.text-info-right-bhyt {
    width: calc(100% - 90px);
    padding-left: 10px !important;
    position: relative;
}

.text-info-left-bhyt {
    width: 90px;
    color: #505e6a;
    padding-bottom: 9px;
}

.filter-benhnhan-viewkcb {
    text-align: right;
}

.filter-benhnhan-viewkcb button {
    font-size: 11px;
}

@media (max-width: 991.9px) {
    .text-info-right {
        width: calc(100% - 168px);
        padding-left: 10px !important;
        padding-bottom: 9px;
    }

    .text-info-left {
        width: 168px;
        padding-bottom: 9px;
    }
}

.collapsed .mdi::before {
    transform: rotate(270deg) !important;
}

table .fa.fa-times {
    cursor: pointer;
}

#form-kcb label {
    color: #505e6a;
}

.day.today {
    background-color: #e5e8eb;
}

.gonrin-datetimepicker-widget table td.today {
    background-color: #e5e8eb !important;
    background: #e5e8eb !important;
    color: aqua;
}

.card-thongtinbenhnhan {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: .25rem;
}

.cursor-pointer {
    cursor: pointer;
}

.timeline-sm-item .text-title {
    font-size: 15px;
    font-weight: 600;
    color: #6c757d;
}

.disable-click {
    pointer-events: none
}
.title-benhkemtheo {
    background-color: #f0f2f4;
    position: relative;
    margin-bottom: 7px;
}

.title-tongtien {
    font-size: 18px;
    font-weight: 600;
}

.title-benhkemtheo .accordion-arrow {
    padding-top: calc(.1rem + 1px) !important;
    padding-bottom: calc(.45rem + 1px) !important;
    margin-bottom: 0 !important;
}

.timeline-sm-item {
    padding-bottom: 10px !important;
}

.hososuckhoe-button {
    font-weight: 500;
    font-size: 16px;
}

.hososuckhoe-button a {
    color: #459ab9 !important;
}

/* .timeline-sm-date {
    font-size: 17px !important;
    margin-top: -3px !important;
} */
.timeline-sm li .timeline-sm-date {
    left: -119px !important;
    font-size: 17px !important;
    margin-top: -3px !important;
}

/* .timeline-sm li {
    padding-left: 22px !important;
} */
/* .nav-button-tab {
    padding-left: 100px;
} */
.btn-back-hssk {
    background-color: #009688 !important;
    color: #fff !important;
}

@media (max-width: 997px) {
    .timeline-sm {
        padding-left: 0px;
    }

    .timeline-sm li .timeline-sm-date {
        position: relative !important;
        left: 0px !important;
        left: 0px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    /* .nav-button-tab {
        padding-left: 0px !important;
    } */
}

.nav-button-tab .nav-item,
.nav-button-tab>.nav-link {
    flex-basis: revert !important;
    flex-grow: 0 !important;
    text-align: center !important;
}

.radio-kcb .custom-control {
    width: 30%;
}

/* body[data-layout-mode="horizontal"] .button-menu-mobile {
    display: inherit;
} */
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>a {
    width: calc(330px) !important;
}

body[data-sidebar-size="condensed"] .left-side-menu .form-inline .h5.text-white {
    display: none;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul {
    min-width: 260px !important;
}

body[data-sidebar-size="default"] #sidebar-menu>ul>li>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .icon-switch-menu {
        position: absolute;
        right: 0px;
        margin-top: 19px;
    }
}

@media (max-width: 991.9px) {
    .icon-switch-menu {
        visibility: hidden;
    }
}

.layout-menudoc #button-alway-show {
    width: calc(100% - 240px) !important;
}

body[data-sidebar-size="condensed"] .layout-menudoc #button-alway-show {
    width: calc(100% - 70px) !important;
}

@media (min-width: 992px) {
    .modal-body #button-alway-show {
        width: calc(100% - 30px);
    }
}


/* form chi phi kcb  */
body.form-bankechiphikcb {
    background-color: #fff !important;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: 400;
    visibility: visible !important;
    color: #000 !important;
}

body.form-bankechiphikcb table {
    color: #000;
}

.form-bankechiphikcb span {
    font-weight: 400;
    padding-left: 6px;
}

.form-bankechiphikcb .text-header-right {
    padding-left: 20px;
    /* padding-top: 24px; */
}

.form-bankechiphikcb .font-bold {
    font-weight: bold;
}

.form-bankechiphikcb .hanhchinh {
    font-size: 17px;
}

.form-bankechiphikcb table td,
.form-bankechiphikcb .table th {
    padding: 6px;
}

.form-bankechiphikcb h5,
.form-bankechiphikcb h4,
.form-bankechiphikcb h3 {
    color: #000;
}

.form-bankechiphikcb .text-kyten {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}

/* body.form-donthuoc .text-cosoyte {
    padding-top: 24px;
} */
body.form-donthuoc .text-header {
    padding-left: 25px;
    padding-top: 22px;
}

.form-tonghopdichvu .width-thdvkt {
    width: 115px;
}

.form-tonghopdichvu .text-kyten {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.form-danhsach-thanhtoan-kcbngoaitru .text-kyten,
.form-danhsach-thanhtoan-kcbngoaitru .text-kyten {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    text-transform: full-size-kana;
}

.form-nhap-xuatkho .text-kyten {
    font-size: 18px;
    font-weight: 500;
}

/* end form chi tiet kcb  */

.dropdown-menu {
    z-index: 1200 !important;
}

.text-label-left {
    width: 104px;
    /* padding-top: 7px; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    /* text-align: right; */
    padding-right: 18px;
}

.text-input-right {
    width: calc(100% - 104px);
    padding-right: 15px;
}

.text-donvicungung-left {
    padding-top: 7px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    text-align: right;
    padding-right: 18px;
    width: 145px;
}

.text-donvicungung-right {
    width: calc(100% - 145px);
    padding-right: 15px;
}

#sophieu,
#sohoadon {
    border: 1px solid #ced4da;
    color: #6c757d;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-5 {
    width: 5% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-50 {
    width: 50% !important;
}

.card-phieukemke label {
    padding-top: 7px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 10px;
}

/* .card-phieukemke .thoigiankk-left {
    width: 140px;
}
.card-phieukemke .thoigiankk-right {
    width: calc(100% - 140px);
    padding-right: 10px;
}
.card-phieukemke .text-kho-left {
    width: 50px;
}
.card-phieukemke .text-kho-right {
    width: calc(100% - 50px);
    padding-right: 10px;
}
.card-phieukemke .text-vattu-left {
    width: 115px;
}
.card-phieukemke .text-vattu-right {
    width: calc(100% - 115px);
    padding-right: 10px;
}
.card-phieukemke .btn-search {
    height: 26px !important;
margin-top: -1px;
}
.card-phieukemke input, .card-phieukemke .btn-add-vattu{
    height: 37px !important;
} */
.timkiem-vattu .selectize-input {
    height: 26px !important;
    margin-top: -1px;
}

.card-phieukemke #selectize-programmatic-selectized {
    top: -9px !important;
}

.card-phieukemke .thoigiankk-right {
    padding-top: 3px;
    font-size: 18px;
}

.table-phieukemke .bg-primary,
.table .grid_row.bg-primary {
    background-color: #fff !important;
    color: #6c757d !important;
}

.table-phieukemke .grid_row.bg-primary,
.table-phieukemke input,
.card-export-xml .table .grid_row.bg-primary {
    color: #6c757d;
}

.pt-5px {
    padding-top: 5px !important;
}

.text-capthuoc {
    font-size: 17px;
}

.text-capthuoc .col-form-label {
    font-weight: 400 !important;
}

.text-capthuoc .col-form-label span {
    font-weight: 500 !important;
}

#form-capphatthuoc .selectize-input {
    height: calc(1.5em + .5rem + 2px) !important;
}

.has-error .invalid-feedback {
    display: contents;
}

.has-error input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #bb5250;
}

.table-capthuoc .dongia_ban,
.table-capthuoc .thanhtien,
.table-capthuoc tbody .nguoidan_chitra {
    text-align: right;
}

.table-capthuoc tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.radio-export-xml .custom-control {
    width: 23% !important;
}

.tab-all-khamchuabenh {
    background-color: #fff !important;
}

.tab-all-khamchuabenh .nav-tabs .nav-link.active {
    background-color: #3bafda !important;
    color: #fff !important;
}

.tab-all-khamchuabenh .nav.nav-tabs {
    padding-top: 10px;
    margin-bottom: 7px;
    font-size: 17px;
}

.tab-all-khamchuabenh .nav-tabs>li>a {
    color: #526e6f !important;
}

.tab-all-khamchuabenh .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.table-benh-kemtheo td,
.table-benh-kemtheo th {
    padding: 0.2rem !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.input-xutri {
    padding-left: 3px !important;
}

.tab-thongtinkhambenh .xutri-chuyentuyen .input-group.combobox-control .form-control,
.select-thuoc .input-group.combobox-control .form-control {
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .15rem .5rem !important;
}

.text-info-right1 {
    position: relative;
}

.text-info-right1 .gonrin-datetimepicker-widget.dropdown-menu {
    inset: 30px 0px auto auto !important;
}

.text-chiphi_khamchuabenh {
    padding: 0.5rem 1rem;
    font-size: 15px;
    color: #4877cc;
    font-weight: 600;
}

.text-chiphi_khamchuabenh span {
    color: #ed7e64;
    font-weight: 800;
}

.selectize-dropdown.single.form-control {
    z-index: 10000;
}

.text-info-baohiem .font-bold {
    font-weight: 500;
    font-size: 17px;
}

.text-info-baohiem {
    font-size: 18px;
    line-height: 34px;
}

.text-info-baohiem h4 {
    font-size: 23px;
}

.text-title-toathuoc {
    background-color: rgba(0, 150, 136, 1);
    color: #fff;
    padding-left: 5px;
}

.text-title-toathuoc:hover {
    color: #fff;
}

.text-title-toathuoc .accordion-arrow {
    position: absolute;
    right: 0px;
    padding-top: 2px;
    padding-right: 4px;
    font-size: 20px;
}

.text-align-center {
    text-align: center;
}

.selecttize-of-kcb input {
    position: relative;
}

.has-error-soluong small {
    color: red;
}

.label-lichsukcb {
    color: #3bafda !important;
    text-transform: uppercase;
    font-size: 16px;
}

.selectize-input {
    padding-top: 4px !important;
}

.text-donvitinh {
    padding-top: 5px;
}

/* td.soluongthuoc-td {
    padding-top: 21px !important;
    padding-bottom: 0px !important;
} */
.selecttize-of-kcb .item h6 {
    margin-top: 0px;
}

#baocao-denghi-thanhtoanbhyt .table-responsive {
    overflow: auto;
}

#baocao-denghi-thanhtoanbhyt table {
    width: 1500px;
}

.button-import-phieunhap {
    position: relative;
}

.button-import-phieunhap .dropdown-menu {
    position: absolute;
    top: 29px !important;
    left: -81px !important;
}

.table-donvi-cungung td,
.table-donvi-cungung th {
    padding-bottom: 6px;
    padding-top: 6px;
}

.active-menu {
    height: 50px !important;
    box-sizing: border-box !important;
    border-bottom: 4px solid #37a2a2 !important;
    color: #0056c1;
}

.navbar-nav .active-menu .nav-link {
    color: #0056c1;
}

/* .navbar-nav li.nav-item:hover {
    height: 50px !important;
    box-sizing: border-box !important;
    border-bottom: 4px solid #37a2a2 !important;
} */
/* .selectize-input .selectize-dropdown-content .active {
    background-color: #b0b5b9;
} */
.selectize-dropdown-content>div.active,
.selectize-dropdown-content>div.option:hover,
.selectize-dropdown-content>div.active h5,
.selectize-dropdown-content>div.option:hover h5 {
    background-color: #0056c1 !important;
    color: #ffffff !important;
    color: #ffffff !important;
}

.combobox-group .input-group.combobox-control li.active,
.combobox-group .input-group.combobox-control li:hover {
    background-color: #0056c1 !important;
    color: #ffffff !important;
}

.combobox-group .input-group.combobox-control li.active a,
.combobox-group .input-group.combobox-control li:hover a {
    color: #ffffff !important;
}

.tab-chon-benhnhan .nav-link {
    /* text-transform: uppercase; */
    font-size: 1rem;
    text-align: center;
}

.tab-chon-benhnhan .nav-link.active {
    /* color: #00459b; */
    background-color: #0056c1 !important;
    color: #ffffff;
}

/* .topnav .dropdown .dropdown-menu{
    max-height: 550px !important;
    overflow-y: auto;
} */
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.form-chuyentuyen {
    font-size: 17px;
    color: #3b444d;
}

.form-chuyentuyen h4 {
    margin: 5px 0;
}

.form-chuyentuyen h4.tomtatbenhan {
    font-size: 1.325rem;
}

.thongtin-nguoidatlich .text-info-left {
    width: 119px;
    font-size: 16px;
    padding-bottom: 9px;
}

.thongtin-nguoidatlich .text-info-right {
    width: calc(100% - 119px);
    font-size: 16px;
    padding-bottom: 9px;
}

.xacnhan-lichhen .text-info-left {
    width: 150px;
    font-size: 16px;
    padding-bottom: 9px;
}

.xacnhan-lichhen .text-info-right {
    width: calc(100% - 160px);
    font-size: 16px;
    padding-bottom: 9px;
}

.thongtin-nguoidatlich h4,
.xacnhan-lichhen h4 {
    font-size: 19px;
    color: #0056c1 !important;
}

.table-danhsach-datlich table .grid-data .bg-primary {
    background-color: #fff !important;
    color: #6c757d !important;
}

#tong-so,
#tong-so-datkham {
    font-size: 15px;
    font-weight: bold;
    color: #0056c1;
}

.overview-item--c1 {
    /* background-image: -webkit-linear-gradient(60deg, #00ffa9 -5%, #0d4dff 100%); */
    background-image: -webkit-linear-gradient(60deg, #17e4e4 -40%, #676ac0 100%);
    color: #FFF;
}

.overview-item--c2 {
    background-image: -webkit-linear-gradient(60deg, #b67e93 -5%, #fab44b 100%);
    color: #FFF;
}

.overview-item--c3 {
    /* background-image: -webkit-linear-gradient(60deg, #008ac5 -5%, #ffff7e 100%); */
    background-image: -webkit-linear-gradient(60deg, #ffff7e -50%, #008ac5 100%);
    color: #FFF;
}

.overview-item--c4 {
    background-image: -webkit-linear-gradient(60deg, #FFCF71 -60%, #2376DD 100%);
    color: #FFF;
}

.overview-item--c5 {
    background-image: -webkit-linear-gradient(45deg, #F1CA74 -35%, #A64DB6 100%);
    color: #FFF;
}

.dasdboard-collection .card-body h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.dasdboard-collection .number-dashboard {
    font-size: 40px;
}

.dasdboard-collection .card {
    height: 115px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.topnav {
    margin-top: 60px;
    height: 50px !important;
}

body[data-layout-mode="horizontal"] .content-page {
    padding: calc(60px + 51px) 5px 65px 5px;
}

.topnav .navbar-nav .nav-link {
    padding: calc(28px / 2) 1rem !important;
}

#table-baocao-thuoc.table tbody h5 {
    margin: -5px 0px;
}

#table-baocao-thuoc.table tbody td {
    padding: .55rem;
}

/* .navbar-custom {
    background-image: url(../images_template/banner_head_TET02.png);
} */
.btn-list-send-bhyt .dropdown-item:hover {
    background-color: #0056c1;
    color: #fff;
}

.icon-svg-menu {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.danhsach-healthrecord,
.danhsach-phieuxuat {
    font-size: 16px;
}

/* data-sidebar-size="condensed" */
/* .datetime-picker-input table th, .datetime-picker-input table td {
    border: none;
} */
/* .datetime-picker-input .gonrin-datetimepicker-widget {
    inset: -285px auto auto 5.5px !important;
} */

/* .form-control, .selectize-input {
    border: 1px solid #aab0b7 !important;
}
.form-control.selectize-control {
    border: 1px solid #fff !important;
}
input::placeholder { 
    color: #96979b !important;
    opacity: 1 !important;
}
  
:-ms-input-placeholder {
    color: #9c9da0 !important;
}
  
::-ms-input-placeholder {
    color: #9c9da0 !important;
}
.table-boder-bold table th,.table-boder-bold table td{
    border: 1px solid #bcc7cc !important;
    color: #373535;
}
.table-boder-bold table th {
    border-bottom: 2px solid #bcc7cc !important;
} */
/* padding: 6px 8px; */
.img-cdha {
    height: 180px;
}

#phieu-xn-cdha .text-info-left {
    width: 100px !important;
}

#phieu-xn-cdha .text-info-right {
    width: calc(100% - 100px) !important;
}

.modal-lg #button-alway-show {
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

li.class_parent_1 a#topnav-apps {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.check_box_dichvu .custom-control-label::before {
    left: -1.2rem !important;
}

.check_box_dichvu .custom-control-label::after {
    left: -1.2rem !important;
}

.number-show-collection {
    width: 155px !important;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.p_hover:hover {
    color: #0056c1 !important;
}

.highlight_gray {
    background-color: #3bafda;
    color: #fff;
}

.col-30 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-70 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 70%;
    max-width: 70%;
}

.datetime-top .gonrin-datetimepicker-widget.dropdown-menu {
    inset: -306px auto auto auto !important;
}

.datetime-left .gonrin-datetimepicker-widget.dropdown-menu {
    inset: auto 10% auto auto !important;
}

.datetime-left .gonrin-datetimepicker-widget.dropdown-menu::after,
.datetime-left .gonrin-datetimepicker-widget.dropdown-menu::before,
.datetime-top .gonrin-datetimepicker-widget.dropdown-menu::after,
.datetime-top .gonrin-datetimepicker-widget.dropdown-menu::before {
    display: none;
    ;
}

/* .datetime-left .gonrin-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.datetime-left .gonrin-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
} */
.no-hover {
    pointer-events: none;
}

input.warning,
input.warning:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #bb5250;
}

.row-hoidong:hover {
    background-color: aliceblue;
    border-radius: 2px;
}

.row-hoidong .nhanvien-chucdanh {
    width: calc(100% - 20px);
}

.list-item-kiemke .table-bordered thead th {
    text-align: center !important;
}

.button-edit {
    padding-right: 9px;
}

/* .area-table-heathrecord table {
    min-width: 1600px !important;
} */
.list-item-kiemke table tr td {
    word-break: break-word !important;
}

.list-item-kiemke table tr td:nth-child(1) {
    text-align: center !important;
}

.area-table-heathrecord table tr td {
    word-break: break-word !important;
}

/* phieudutru */
.text-phieudutru {
    font-size: 16px;
    color: #333333;
}

.box-tinhtien {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f2f2f2;
}

.border-btn-phieudutru {
    border-radius: .2rem !important;
}

.box-table-vattu table tr td {
    word-break: break-word !important;
}

.custom-mt-phieudutru {
    margin-top: 10px;
}

.dutru-text-label-left {
    width: 116px;
    /* padding-top: 6px; */
    padding-right: 18px;
}

.dutru-text-label-right {
    width: calc(100% - 116px);
}

/* end phieudutru */
.vattu-input-datetime {
    width: 200px !important;
}

.vattu-input-datetime label,
.vattu-selectize label {
    width: 85px !important;
}

.vattu-selectize {
    width: 270px !important;
}

.vattu-input-search {
    width: calc(100% - 830px);
}

.donvi-btn-check-bhxh,
.donvi-btn-check-datkham,
.btn-check-lienthong-quocgia,
.btn-check-taikhoan-bacsi {
    height: 31px !important;
    min-width: 85px !important;
}

.card-export-xml .text-qt-left {
    width: 150px;
    padding-top: 7px;
    padding-right: 15px;
}

.card-export-xml .text-input-right {
    padding-right: 0px;
}

body[data-layout-mode="horizontal"] .navbar-custom {
    padding: 0px 0px !important;
    left: 0;
    right: 0;
}

.topnav {
    padding: 0 0 !important;
}

.inventory-quantity.error-soluong {
    border: 3px solid red !important;
    color: red;
}

.selectize-control.form-control {
    height: 31px;
}

.lichsu-kham .timeline-sm {
    padding-left: 0px !important;
}

.lichsu-kham .timeline-sm .timeline-sm-item {
    padding-left: 12px !important;
}

.lichsu-kham .timeline-sm .timeline-sm-item p {
    margin-bottom: 0.3rem !important;
}

.lichsu-kham .timeline-sm-item .text-title {
    font-size: 13px !important;
}

.combobox-group .input-group::after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #adb5bd #adb5bd transparent;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 7px;
}

.combobox-group .input-group:focus-within::after {
    transform: rotate(-135deg);
}

.combobox-group .input-group>.form-control:focus {
    z-index: 0;
}

.lichlamviec-label-left {
    font-weight: normal;
    line-height: 25px;
    width: 340px;
    margin-bottom: 0;
}

.lichlamviec-input-right {
    width: calc(100% - 340px);
}

.lichlamviec_thu {
    cursor: pointer;
}

/* baocao */
.custom-bold {
    color: #333333;
}

/* end baocao */

/* css giay kham suc khoe */
.text-img-4-6 {
    text-align: center;
    align-items: center;
    padding-top: 75px;
}

.area-anhdaidien {
    width: 160px !important;
}

.anhdaidien-giaykham {
    width: 160px !important;
    height: 240px;
    border: 2px solid;
}

.thongtin-canhan-gksk {
    width: calc(100% - 160px) !important;
    padding-left: 10px;
}

.row-gksk {
    margin-right: -7px;
    margin-left: -7px;
}

.col-2-5 {
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
}

.col-4-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-7-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

.col-9-5 {
    flex: 0 0 79.166667%;
    max-width: 79.166667%;
}

.btn-chonhinh {
    font-size: 11px;
}

.time_text_gksk,
.text-chuyenkhoa {
    min-width: 125px;
    cursor: pointer;
}

.canbo_ten_gksk {
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
}

.sacto .form-check-input {
    margin-top: .15rem !important;
}

.sacto .form-check-label {
    font-weight: 400;
}

.text-cauhoi-tiensu {
    font-weight: 400;
}

.td-checkbox {
    max-width: 45px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;

}

td .form-check-input {
    position: relative !important;
    height: 20px;
    width: 20px;
    /* margin-left: -8px !important; */
}

.tiensu_ten_benh {
    width: calc(100% - 50px);
    margin-left: 13px;
}

.lichsu-kham .list-unstyled {
    height: 100%;
}

.lichsu-kham .list-unstyled li {
    margin-right: 20px !important;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}

.lichsu-kham .list-unstyled li .control-label {
    padding-left: 5px !important;
}

.kham-duoi-18tuoi .list-unstyled {
    margin-bottom: 3px !important;
}

.td-column-no {
    min-width: 55px !important;
}

.img-chukyso-bacsi {
    height: 60px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bacsi-xacnhan-info {
    color: #00459b;
    font-weight: 500;
}

.el-xetnghiem-ksk .selectize-control.form-control {
    width: 175px !important;
}

table tr .td-stt-vacxin {
    width: 40px !important;
}

.table-xetnghiem tr .td-tinhtrang-vacxin {
    width: 330px !important;
}

.table-xetnghiem tr .td-column-yes {
    width: 30px !important;
}

.table-xetnghiem tr .td-column-no {
    width: 30px !important;
}

.table-xetnghiem tr .td-column-other {
    width: 60px !important;
}

.radio-custom {
    margin-top: 3px;
}

.prepend-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.icon-warning-thuoc {
    color: orange;
    cursor: pointer;
}

.col-ketqua input {
    width: 150px !important;
}

.logo-dongthap {
    /* width: 100%; */
    height: 95px;
}

/* .logo-login {
    width: 100%;
    height: 100px;
} */
.logo-healthchain {
    width: 100%;
}

.logo-thanhnhan {
    width: 100px;
}

.highlight-input,
.highlight-input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: rgb(28, 200, 28);
}

li.radio-option {
    cursor: pointer;
}

li.radio-option input {
    margin-right: 6px;
    height: 20px;
    width: 20px;
}

.form-chuyentuyen .box_check_thoihan_bhyt label {
    font-weight: 400;
    cursor: pointer;
}

.form-chuyentuyen input[type=checkbox] {
    cursor: pointer;
}

.form-chuyentuyen .label-lydo {
    width: 560px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

/* Background of disabled */
.justview:disabled {
    background-color: rgb(222, 222, 222) !important;
    border-color: #000000 !important;
}

.pt-0_5 {
    padding-top: 3px
}

.cs-mw-160px {
    min-width: 160px !important;
}

.cs-mw-130px {
    min-width: 130px !important;
}

.selectize-control.multi .selectize-input>div {
    color: #fff;
    background-color: #0056c1;
    border-color: #0056c1;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    font-size: 17px !important;
    display: flex;
    align-items: center;

}

.selectize-control.multi,
.selectize-control.multi .selectize-input {
    height: auto !important;
}

/* .thongtin-sinhhieu-ksk label {
    font-size: 13px;

} */

pre {
    font-family: Roboto, sans-serif;
}

.col-form-label {
    padding-bottom: 0px !important;
}

/* Input width utilities for filter forms */
.input-w-120 {
    width: 120px !important;
}
.input-w-100 {
    width: 100px !important;
}
.input-w-110 {
    width: 110px !important;
}

.input-w-180 {
    width: 180px !important;
}

.search-w-300 {
    width: 300px !important;
}

.combobox-narrow {
    max-width: 240px;
}

/* Expand subrow for invoice list */
.hoadon-subrow td {
    padding: 0 !important;
    background: #e8edf8;
}

.hoadon-subrow-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
    border-left: 6px solid #4e73df;
    border-bottom: 3px solid #4e73df;
    box-shadow: 0 6px 16px rgba(78,115,223,0.18);
}

.hoadon-subrow-loading {
    padding: 12px 16px;
    color: #6c757d;
    text-align: center;
}

/* Row cha đang mở subrow */
tr.hoadon-parent-active {
    background: #dde5fb !important;
    border-left: 4px solid #4e73df;
}

.hoadon-item-left {
    min-width: 0;
}

/* Bảng mini hóa đơn trong subrow */
.hoadon-subtable {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
}

.hoadon-subtable tbody tr.hoadon-item:nth-child(odd) {
    background: #fff;
}

.hoadon-subtable tbody tr.hoadon-item:nth-child(even) {
    background: #f4f6fb;
}

.hoadon-subtable tbody tr.hoadon-item:hover {
    background: #e8edff;
}

.hoadon-subtable td {
    vertical-align: middle !important;
    padding: 8px 12px !important;
}

.hoadon-col-loai  { width: 170px; white-space: nowrap; }
.hoadon-col-so    { width: auto; }
.hoadon-col-tien  { width: 130px; white-space: nowrap; text-align: right; }
.hoadon-col-ngay  { width: 160px; white-space: nowrap; text-align: center; }
.hoadon-col-pdf   { width: 110px; white-space: nowrap; text-align: center; }
/* ===== Tab Kết luận - Giấy khám sức khỏe ===== */
.ksk-input-date    { width: 130px !important; }
.ksk-input-so-giay { width: 100px; }
.ksk-tomtat-label  { font-size: 15px; white-space: nowrap; }
.ksk-tag-wrap      { flex-wrap: wrap; }
.ksk-col-stt       { width: 40px; text-align: center; }
.ksk-col-action    { width: 40px; }