﻿
#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #444857
}

#loading-wrapper-ajax {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #4448577d
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

    #loading-content:after {
        content: "";
        position: absolute;
        border: 3px solid #0F0;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
    }

    #loading-content:before {
        content: "";
        position: absolute;
        border: 3px solid #00F;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

    #loading-content:before {
        border: 3px solid transparent;
        border-top-color: #D4CC6A;
        border-bottom-color: #D4CC6A;
        border-radius: 50%;
        -webkit-animation: loader 3s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
        animation: loader 3s linear infinite;
    }

    #loading-content:after {
        border: 3px solid transparent;
        border-top-color: #84417C;
        border-bottom-color: #84417C;
        border-radius: 50%;
        -webkit-animation: loader 1.5s linear infinite;
        animation: loader 1.5s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.languageDropdown, .themeDropdown {
    width: 70px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0.4em;
    background: #f9f9f9;
    margin-left: 10px
}

    .languageDropdown p:first-child {
        margin-right: 10px;
    }

    .languageDropdown p, .languageDropdown i {
        margin: 0;
        user-select: none;
    }

    .languageDropdown:hover, .themeDropdown:hover {
        border-color: #fbc99d;
    }

    .languageDropdown:focus .dropdown-content {
        display: block;
    }

.themeDropdown {
    width: 40px;
}

.dropdown-content {
    position: absolute;
    display: none;
    margin-top: 30px;
    margin-left: 10px;
    background: #fff;
    color: black;
    border-radius: 0.2em;
    width: auto;
    padding: 0.4em;
    flex-direction: column;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.language-options label {
    border: 1px solid #fff;
    padding: 2px;
}

    .language-options label:hover {
        border-color: var(--bs-primary);
    }

.language-options {
    min-width: 26px;
    cursor: pointer
}

    .language-options input {
        display: none;
    }

.dropdown-content .separate-currency::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #d1d1d1;
    margin: 2px 0;
}

.dropdown-content .separate::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #d1d1d1;
    margin: 2px 0;
}

.dropdown-content:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 2.2em;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff6da transparent;
}

.dropdown-visible {
    visible: block !important;
}

.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: 0.3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: 0.3s;
}

.info-nav {
    font-size: 0.8em;
    color: #0066c0;
    text-decoration: none;
}

    .info-nav:hover {
        text-decoration: underline;
        color: #f08804;
    }

.bt-df-checkbox label {
    float: left;
    padding: 5px 5px;
    display: block;
    line-height: 22px;
}

    .bt-df-checkbox label input {
        margin-right: 5px
    }

.form-select {
    font-size: 1.17em;
}

.form-select-dx ~ div:before {
    padding: 4px 6px 4px !important;
}

.dx-texteditor-container .form-select-dx {
    padding: 2px 3px 2px !important;
}

.dx-selectbox-container:has(input.form-select-dx), .dx-texteditor-container:has(input.form-select-dx) {
    position: relative;
    border: 1px solid #CCB;
    border-radius: 4px;
}

.dx-texteditor.dx-editor-filled:has(input.form-select-dx) {
    background-color: #fff;
}

    .dx-texteditor.dx-editor-filled:has(input.form-select-dx)::after {
        border-bottom: none;
    }

.serach_field_2 .dx-selectbox-container:has(input.form-select-dx), .serach_field_2 .dx-texteditor-container:has(input.form-select-dx) {
    border: none !important;
}

.dx-selectbox-container {
    border-width: 0 !important;
}

.dx-datebox.dx-texteditor.dx-editor-filled::after {
    border-bottom-width: 0 !important;
}


.dx-tagbox.dx-editor-filled .dx-tag-container:has(.form-tagbox-dx) {
    padding: 17px 12px 2px 16px;
    min-height: 38px !important;
}

    .dx-tagbox.dx-editor-filled .dx-tag-container:has(.form-tagbox-dx) .dx-tag-content {
        padding: 1px 25px 1px 11px !important;
    }

    .dx-tagbox.dx-editor-filled .dx-tag-container:has(.form-tagbox-dx) .dx-tag {
        margin: 2px 8px 0 0;
    }

.dx-dropdowneditor-active:has(.form-tagbox-dx) .dx-placeholder:before, .dx-texteditor-empty:has(.form-tagbox-dx) .dx-placeholder:before {
    padding: 15px 16px 14px !important;
}

.dx-tagbox.dx-editor-filled .dx-texteditor-input, .dx-tagbox.dx-editor-outlined .dx-texteditor-input {
    padding: 0;
    margin-top: 0px;
}

.dx-daterangebox.dx-editor-filled {
    background-color: transparent;
    border: 1px solid #bbc1c9;
}
/*.dx-tagbox.dx-editor-filled .dx-tag-container, .dx-tagbox.dx-editor-outlined .dx-tag-container {
    padding: 0 12px 0px 16px;
    min-height: 34px;
}
.dx-tag {
    max-width: calc(100% - 1px);
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 4px 8px 0 0;
}
.dx-tag-content {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 3px 32px 3px 12px;
    min-width: 40px;
    background-color: #e0e0e0;
    color: rgba(0,0,0,.6);
    border-radius: 16px;*/
}


.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-label, .dx-editor-filled.dx-texteditor-with-label .dx-texteditor-label {
    top: 1px;
}

.dx-tagbox.dx-editor-filled .dx-tag-container:has(.form-tagbox-dx) {
    padding: 7px 12px 3px 7px;
    min-height: 30px !important;
}

.dx-texteditor.dx-editor-filled:has(input.form-tagbox-dx) {
    background-color: #fff;
}

.dx-texteditor.dx-editor-filled:has(input.form-tagbox-dx) {
    border: 1px solid #bbc1c9;
    border-radius: 4px;
}

.dx-tagbox::after {
    border: 0 !important;
}

.form-tagbox-dx {
}

.white_card {
    overflow: hidden;
}

.clearfix {
    width: 100%;
    display: block;
    height: 10px;
    clear: left;
}

.dx-tag-content {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 3px 32px 3px 12px;
    min-width: 40px;
    background-color: transparent;
    color: rgba(0,0,0,.6);
    border-radius: 16px;
    font-weight: 600;
    border: 1px solid;
    height: 23px;
    text-align: center !important;
}

    .dx-tag-content span {
        display: inline-block;
    }

    .dx-tag-content .dx-tag-remove-button::before {
        color: #000000;
        background-color: transparent;
    }

    .dx-tag-content .dx-tag-remove-button {
        font: 7px/1 DXIcons;
    }

.space_label {
    width: 100%;
    height: 15px;
    overflow: hidden;
}

.dx-checkbox-text {
    font-weight: bold
}

.sidebar #sidebar_menu > li ul li a {
    text-transform: unset;
    white-space: normal;
}

.dx-datagrid-headers .dx-header-row {
    background-color: #e9ecf1 !important;
    color: #000;
}

.mm-collapse .nav_title {
    text-align: left;
}

    .mm-collapse .nav_title span {
        white-space: initial;
    }
/*.has-arrow {
    padding-right: 30px !important;
}
.sidebar #sidebar_menu > li a {
    padding: 10px 10px 10px 15px;
}*/
.sidebar .logo {
    padding: 0px 0px;
    height: 35px;
}

.large_logo {
    margin: 0 auto;
    width: 100%;
}

.wrap-icon button {
    padding: 10px;
    border: 0;
}

.dx-item-content:has(.wrap-icon) {
    padding: 3px;
}

.control-sidebar {
    height: 100% !important;
    overflow-y: auto;
    position: fixed;
    padding-top: 10px;
    z-index: 1010;
    top: 84px;
    right: -230px;
    width: 230px;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

    .control-sidebar.themeDropdownActive {
        right: 0;
        top: 54px;
    }

.bg-slide {
    background: #222d32
}

.bg-light-slide {
    background: #f9fafc
}

.bg-light-blue, .bg-blue, .sidebar .logo, body[data-skin="blue"] .header_iner {
    background-color: #3c8dbc !important;
    color: #fff !important
}

    body[data-skin="blue"] .header_iner *, body[data-skin="green"] .header_iner *, body[data-skin="red"] .header_iner *, body[data-skin="purple"] .header_iner * {
        color: #fff !important
    }

body .header_iner .languageDropdown *, body .header_iner .themeDropdown * {
    color: #000 !important
}

.bg-green, .bg-light-green, body[data-skin="green"] .sidebar .logo, body[data-skin="green"] .header_iner {
    background-color: #00a65a !important;
}

.bg-red, .bg-light-red, body[data-skin="red"] .sidebar .logo, body[data-skin="red"] .header_iner {
    background-color: #dd4b39 !important;
}

.bg-yellow, .bg-light-yellow, body[data-skin="yellow"] .sidebar .logo, body[data-skin="yellow"] .header_iner {
    background-color: #f39c12 !important;
}

.bg-purple, .bg-light-purple, body[data-skin="purple"] .sidebar .logo, body[data-skin="purple"] .header_iner {
    background-color: #605ca8 !important;
}

.bg-black, .bg-light-black, body[data-skin="black"] .sidebar .logo, body[data-skin="black"] .header_iner {
    background-color: #fefefe !important;
}

.themeDropdownActive .list-unstyled li a.active {
    border: 1px solid red;
}

.themeDropdownActive .list-unstyled li a {
    border: 1px solid transparent;
    padding: 2px;
}

body[data-theme="dark"] .sidebar * {
    color: #fff !important;
}

body[data-theme="dark"] .sidebar {
    background: #0f1a34 !important;
}

body[data-theme="light"] .sidebar * {
    color: #000 !important;
}

body[data-theme="light"] .sidebar {
    background: #fefefe !important;
}

body[data-theme="dark"] .sidebar #sidebar_menu > li a.active,
body[data-theme="dark"] .sidebar #sidebar_menu > li a:hover {
    background: #253457 !important;
    color: #000 !important;
}

body[data-theme="light"] .sidebar #sidebar_menu > li a.active,
body[data-theme="light"] .sidebar #sidebar_menu > li a:hover {
    background: #e9ecf1 !important;
    color: #fff !important;
}

body[data-theme="dark"] .sidebar #sidebar_menu > li a::after {
    color: #fff;
}

body[data-theme="light"] .sidebar #sidebar_menu > li a::after {
    color: #000;
}

body[data-theme="light"] .sidebar.mini_sidebar #sidebar_menu > li.mm-active > a, body[data-theme="light"] .sidebar.mini_sidebar.dark_sidebar #sidebar_menu > li ul.mm-collapse {
    background: #e9ecf1 !important;
}

body[data-theme="dark"] .sidebar.mini_sidebar #sidebar_menu > li.mm-active > a, body[data-theme="dark"] .sidebar.mini_sidebar.dark_sidebar #sidebar_menu > li ul.mm-collapse {
    background: #253457 !important;
}

.dx-datebox:has(.form-control-dx) {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control-dx.dx-texteditor-input {
    padding: 10px 2px 14px !important;
}

.dx-datebox:has(.form-control-dx).dx-texteditor.dx-editor-filled .dx-placeholder::before {
    padding: 2px !important;
}

.input-group-text {
    padding: 0.1rem 0.6rem !important;
}

.input-group-control {
    flex-grow: 1;
}

h3#pageTitle {
    font-size: 16px;
    padding-left: 10px;
    color: #3bcee5;
    margin-top: 5px;
}

#pageUrl {
    font-size: 12px;
    padding-left: 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.nopd {
    padding: 0;
}

.nopdl {
    padding-left: 0;
}

.nopdr {
    padding-right: 0;
}

.tabpanel-item {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.nano-card {
    width: 100%;
}

    .nano-card.nano-card-brown {
        background-color: #f6f6f6;
        margin-bottom: 10px;
        padding: 10px 0;
    }

        .nano-card.nano-card-brown .nano-card-header {
            background-color: #bfe2e3
        }

.nano-card-body {
    overflow: hidden;
}

.nano-card-header h5 {
    padding-left: 10px;
}

.dx-radiogroup-horizontal .dx-collection {
    /*justify-content: center;*/
}

.required {
    color: red !important
}

.movie-tooltip {
    display: flex;
    text-align: left;
    flex-direction: row;
}

.round-ap {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background-color: #040;
    margin: 0 10px;
}

.movie-tooltip > div {
    padding: 0 10px;
}
/*dev*/
.dx-datagrid .dx-datagrid-table .dx-header-row > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dx-datagrid .dx-row > td {
    padding: 3px 8px;
    font-size: 13px;
    line-height: 20px;
}

.dx-datebox-date .dx-dropdowneditor-icon {
    font: 20px/20px DXIcons;
    width: 24px;
    height: 100%;
    text-align: center;
}

.dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background: rgba(255,255,255,0);
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 -1px;
    margin-top: 0;
}

.dx-widget {
    font-size: 13px;
}

.btn {
    font-size: 13px;
    line-height: 1.2;
}

.sidebar #sidebar_menu > li ul li a {
    font-size: 13px;
}

.sidebar #sidebar_menu > li a {
    font-size: 14px;
}

.dx-datebox-datetime .dx-dropdowneditor-icon {
    font: 20px/20px DXIcons;
    width: 20px;
    height: 100%;
    text-align: center;
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons .dx-link, .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link, .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link {
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-size: 12px 12px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin: 0 2px;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.dx-tab {
    padding: 8px 12px;
    min-width: 90px;
    background-color: #fff;
    color: rgba(0,0,0,.54);
}

.sidebar.mini_sidebar .small_logo img {
    height: 100%;
    background-color: #cdcd;
    padding: 0;
    margin: 0;
    width: 100%;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #e0e0e0;
    line-height: 14px;
    font-weight: 500;
    font-size: 13px;
}

.dx-placeholder {
    font-size: 14px;
}

.dx-texteditor-input {
    font-size: 14px;
}

.dx-list-item-content {
    font-size: 16px;
    padding: 8px 10px 8px;
}

.dx-tagbox.dx-editor-filled .dx-tag-container, .dx-tagbox.dx-editor-outlined .dx-tag-container {
    padding: 0 10px 3px 13px;
    min-height: 48px;
}


.dx-treelist .dx-row > td {
    padding: 7px 8px;
    font-size: 13px;
    line-height: 20px;
}

.dx-treelist .dx-treelist-table .dx-header-row > td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dx-button {
    height: 30px;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 34px;
    overflow: visible;
}

.dx-texteditor.dx-editor-filled .dx-placeholder::before, .dx-texteditor.dx-editor-filled .dx-texteditor-input, .dx-texteditor.dx-editor-outlined .dx-placeholder::before, .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding: 8px 30px 7px;
}

.dx-dropdowneditor-active:has(.form-tagbox-dx) .dx-placeholder:before, .dx-texteditor-empty:has(.form-tagbox-dx) .dx-placeholder:before {
    padding: 0 !important;
    padding-left: 5px !important;
}

.dx-tagbox.dx-editor-filled .dx-tag-container:has(.form-tagbox-dx) {
    padding: 0 5px 0 5px;
    min-height: 28px !important;
}

.dx-tagbox .dx-texteditor-input {
    width: auto;
    height: 28px !important;
}

.dx-texteditor.dx-editor-filled .dx-texteditor-input {
    padding: 7px;
}

.dx-texteditor.dx-editor-filled .form-tagbox-dx.dx-texteditor-input {
    padding: 4px 8px 2px 6px;
}

.dx-searchbox.dx-editor-filled .dx-icon-search, .dx-searchbox.dx-editor-outlined .dx-icon-search {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 40px;
    height: 40px;
    background-position: 12px 12px;
    background-size: 22px 22px;
    padding: 12px 10px 2px 4px;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
}

.dx-texteditor.dx-editor-filled {
    background-color: rgb(255 255 255);
}

.sidebar .logo .large_logo img {
    width: 100%;
    height: -webkit-fill-available;
    margin: auto;
    background-color: #d9f8e6;
}

.tab_over {
    position: absolute;
    top: 0;
    left: 100%;
}

    .tab_over.tab_over_active {
        transition: all 0.8s ease;
        left: 0;
    }

.btn.btn_over {
    position: absolute;
    right: calc(100%);
    background-color: #3bcee5;
    color: #fff;
}

.item-list {
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

    .item-list.active button {
        background-color: white;
        border-width: 1px 0px 2px 1px;
        border-style: solid;
        border-color: gray;
        padding-right: 2px;
        z-index: 10;
    }

.tab-vertical .item-list.active .dx-button-mode-contained.dx-button.dx-buttongroup-last-item,
.tab-vertical .item-list.active .dx-button-mode-outlined.dx-button.dx-buttongroup-last-item {
    background-color: white;
    border-width: 1px 0px 2px 0px;
    border-style: solid;
    border-color: gray;
    z-index: 10;
    padding-right: 2px;
}

.tab-vertical .item-list.active .dx-dropdownbutton .dx-buttongroup .dx-buttongroup-first-item {
    background-color: white;
    border-width: 1px 0px 2px 1px;
    border-style: solid;
    border-color: gray;
    z-index: 10;
}

.tab-vertical .btn-tab {
    width: 137px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: gray;
    background-color: #E3E3E3;
    border-radius: 5px 0px 0px 5px;
    height: 30px;
    white-space: nowrap;
}

.tab-vertical .btn-choice-tab {
    border-radius: 5px 0px 0px 5px;
    background-color: #E3E3E3;
}

.tab-vertical .dx-button-has-text .dx-button-content {
    padding: 0px 0px;
}

.tab-vertical .dx-dropdownbutton .dx-button-has-icon .dx-button-content, .dx-dropdownbutton .dx-button-has-icon.dx-button-has-text .dx-button-content, .dx-dropdownbutton .dx-button-has-text .dx-button-content {
    padding-right: 2px;
}

.tab-vertical .dx-dropdownbutton .dx-buttongroup .dx-buttongroup-first-item {
    border-width: 1px 0px 2px 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 5px 0px 0px 5px;
    width: 108px;
    font-size: 12px;
    z-index: 10;
}

.tab-vertical .dx-button-mode-contained.dx-button.dx-buttongroup-last-item, .tab-vertical .dx-button-mode-outlined.dx-button.dx-buttongroup-last-item {
    border-width: 1px 1px 2px 0px;
    border-style: solid;
    border-color: gray;
    /*border: 1px solid gray;*/
    border-radius: 0px;
    padding-right: 1px;
    z-index: 10;
}

.content-tab-ex {
    width: calc(100% - 143px);
    /*height: 500px;*/
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: gray;
    margin: 9px -13px;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
}

    .content-tab-ex form label {
        /*color: #0d47a1;*/
        font-weight: 600;
        font-size: 14px;
    }

    .content-tab-ex .row {
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

.titleTab .dx-list-item-content {
    font-size: 16px;
    padding: 1px;
}

.titleTab {
    margin-top: 37px
}

.buton-foot-right button {
    margin-left: 5px;
}

.dx-scheduler-header-panel-cell .dx-scheduler-header-panel-cell-date:last-child {
    font-size: 20px;
    line-height: 25px;
}

.dx-scheduler-header-panel, .dx-scheduler-time-panel {
    font-size: 14px;
}

.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    font-size: 14px;
    text-align: left;
    height: 80px;
    width: 150px;
}

.dx-scrollable-scroll {
    background-color: #3e505fba;
}

.dx-scrollable-scroll-content {
    background-color: #3e505fba;
}

.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-timeline) .dx-scheduler-last-group-cell {
    border-right: 2px solid var(--bs-red);
}

#tabPanelMedicalExamination {
    margin-left: -10px;
}

    #tabPanelMedicalExamination .dx-tab {
        border: 1px solid #dcd;
        color: #1565c0;
        background-color: white;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-left: -10px;
        text-transform: none;
    }

    #tabPanelMedicalExamination .dx-tab-content {
        text-transform: none;
    }

    #tabPanelMedicalExamination .dx-tab:hover, #tabPanelMedicalExamination .dx-tab-selected {
        color: white;
        background-color: #1565c0;
    }

#tabPanelMedicalExamination2 {
    /*margin-left: 10px;*/
}

    #tabPanelMedicalExamination2 .dx-tab {
        border: 1px solid #dcd;
        color: #757575;
        background-color: white;
        border-radius: 10px 10px 0px 0px;
    }

        #tabPanelMedicalExamination2 .dx-tab:hover, #tabPanelMedicalExamination2 .dx-tab-selected {
            color: #1565c0;
            background-color: white;
        }

body, html, .dx-widget {
    /*font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

.sidebar #sidebar_menu > li a {
    /*font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;*/
}

body cm, .dx-placeholder, .form-label {
    font-size: 12px;
    font-weight: 500;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.form-label {
    margin-bottom: 2px;
}

.form-group {
    margin-bottom: 10px;
}

.dx-show-clear-button .dx-icon-clear {
    color: rgba(117,117,117,.87);
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background-position: 0 0;
    background-size: 22px 22px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}


/* tiep don khach hang */
fieldset {
    border: 2px solid #c0c0c0;
    position: relative;
    min-height: 50px;
    margin: 10px 0;
    padding: 15px 0;
}

legend {
    position: absolute;
    padding: 0px 10px 0px 10px;
    top: -10px;
    border: 0;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    overflow: hidden;
    width: auto;
}

.tthc_data {
    display: flex
}

.tthc_avartar {
    width: 200px;
}

.b_avartar {
    padding: 5px;
}

.b_img {
    border: 1px solid #000;
    text-align: center;
    height: 140px;
}

    .b_img img, #bImg img {
        width: 100%
    }

.help_list {
    margin-top: 10px;
    color: red;
}

ul.help_list li {
    list-style: circle;
    list-style-position: inside;
    line-height: 18px;
}

.relationship {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

    .relationship button {
        width: calc(100% - 10px);
    }

.tthc_infor {
    width: calc(100% - 200px);
    padding: 5px;
}

    .tthc_infor .serach_field_2 {
        width: 100%;
    }

        .tthc_infor .serach_field_2 .search_inner .dx-selectbox {
            color: #091023;
            font-size: 13px;
            width: 100%;
            border-radius: 5px;
            padding-left: 40px;
            border: 1px solid #091023;
        }

.tthc_buttons button, .relationship button, .ttdk button, .btn_templete {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    margin: 0 5px;
    border-width: 1px;
    border-color: #cdcd;
    min-height: 30px;
}

.btn_templete_nosd {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 5px;
    /*box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);*/
    cursor: pointer;
    transition: all ease-in-out 300ms;
    margin: 0 5px;
    border-width: 1px;
    border-color: #cdcd;
    min-height: 30px;
}

.dx-button-mode-text.btn_templete_nosd .dx-icon {
    color: white;
}

.btn_templete_primary {
    background-color: #3bcee5;
    color: #fff;
}

.tthc_buttons button:hover,, .relationship button:hover, .ttdk button:hover, .btn_templete:hover {
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0, -5px);
}

.tthc_buttons, .btn_left, .btn_right {
    display: flex;
}

    .tthc_buttons .tthc_infor {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
    }

    .tthc_buttons button:active, .relationship button:active, .ttdk button:active, .btn_templete:active {
        background-color: #f9f9f9;
        box-shadow: none;
        top: 3px;
    }

    .tthc_buttons button:focus, .relationship button:focus, .ttdk button:focus, .btn_templete:focus {
        border-color: #00a65a;
    }

.tthc .clearfix {
    height: 4px !important
}

#EncounterList > ul li > div {
    display: flex;
    flex-direction: column;
}

    #EncounterList > ul li > div > div {
        display: flex;
        justify-content: start;
        font-size: 14px;
    }

        #EncounterList > ul li > div > div > * {
            padding: 0 3px;
            display: block;
            line-height: 14px;
        }

ul.pk {
    padding: 0 !important;
    width: 100%;
    margin: 5px 0;
    padding-left: 20px !important;
}

    ul.pk li {
        display: flex;
        padding: 2px;
        font-size: 12px;
    }

.bts {
    flex-direction: row !important;
    justify-content: end;
}

    .bts button {
        border: 0;
        background: none;
    }

#EncounterList, #EncounterSearch {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#btn_floatSDA .dx-overlay-content {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 0px;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    margin: 0 5px;
    border-width: 1px;
    border-color: #cdcd;
    height: 35px !important;
    background-color: #f0f0f0;
    color: #000;
    font-size: 14px;
    display: flex;
}

#btn_floatSDA .dx-fa-button-label {
    color: #000;
    font-size: 14px;
}
/* tiep don khach hang */

.mini_sidebar .logo {
    width: 70px !important;
    padding: 0px !important;
}
/*.mini_sidebar .small_logo {
    display: none !important;
}*/
.sidebar.mini_sidebar {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 100vh;
    position: fixed;
}

.sidebar #sidebar_menu > li ul li ul {
    padding-left: 5px;
    margin-left: 12px;
}

.sidebar.mini_sidebar li.mm-active {
    position: relative;
}

.sidebar.mini_sidebar ul.mm-collapse ul {
    top: 0 !important;
}

/*.sidebar.mini_sidebar ul.mm-collapse.mm-show ul.mm-collapsing {
        display: none !important
    }*/

sidebar.mini_sidebar #sidebar_menu > li {
    position: relative;
    width: 70px;
    text-align: center;
}

.sidebar.mini_sidebar #sidebar_menu > li > a .nav_icon_small {
    width: 70px;
}

.sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
    left: 70px
}

.main_content.full_main_content {
    padding-left: 70px;
}

.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
    width: 260px;
}

.line_icon.open_miniSide.d-none.d-lg-block {
    cursor: pointer;
}

.logo-mini {
    display: none
}
/*.full_main_content .logo-mini {
    display: block
}
.full_main_content .b-lg {
    width: 140px;
}
.b-lg {
    display: flex;
    width: auto;
    justify-content: space-around;
}*/
.main_content .main_content_iner {
    padding: 5px 15px
}

.sidebar.mini_sidebar #sidebar_menu > li {
    position: relative;
    width: 70px;
    text-align: center;
}

.header_iner .header_right .header_notification_warp li > a {
    font-size: 22px;
    font-weight: bold;
    background: none;
    padding: 0px 20px;
    margin-right: 10px;
}

.sidebar #sidebar_menu > li a {
    font-weight: 400;
}

body[data-skin="blue"] .header_iner .profile_info .profile_info_details a, body[data-skin="green"] .header_iner .profile_info .profile_info_details a, body[data-skin="red"] .header_iner .profile_info .profile_info_details a, body[data-skin="purple"] .header_iner .profile_info .profile_info_details a {
    color: #2e4765 !important;
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 42px;
}

.profile_info .profile_info_iner::before {
    border-color: transparent transparent #00a65a transparent;
}

.profile_info .profile_info_iner .profile_author_name {
    background: #00a65a;
    padding: 10px 20px;
}

.profile_info .profile_info_details {
    padding: 5px 0px;
}

    .profile_info .profile_info_details a {
        padding: 5px 10px;
    }

body[data-skin="green"] .header_iner .profile_info .profile_info_details a:hover {
    background: #00a65a;
    color: #fff !important;
}

.dx-checkbox.dx-checkbox-checked.dx-state-readonly .dx-checkbox-icon {
    background-color: #03a9f4;
}

/*#organizationTreeList .dx-treelist-table .dx-row:first-child td {
    font-weight: bold;
    font-size: 14px
}*/
.tree-list-first .dx-treelist-table .dx-row:first-child td {
    font-weight: bold;
    font-size: 14px
}

.dx-treelist-table tr.dx-row.dx-column-lines.dx-header-row {
    background-color: #e9ecf1 !important;
}

.title-head-anyform {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #737373;
}

.sidebar.mini_sidebar .small_logo {
    display: block;
    width: 70px;
}

.dx-selectbox-container:has(.form-select-ap-dx), .dx-selectbox-container:has(.form-select-ap-dx) .dx-texteditor-container {
    border: 0.5px solid #3bcee5 !important;
    border-radius: 4px;
}

    .dx-selectbox-container:has(.form-select-ap-dx) .dx-placeholder, .dx-selectbox-container:has(.form-select-ap-dx) .dx-dropdowneditor-icon {
        color: #5bd6ed;
    }

.dx-dropdowneditor-overlay .dx-list-item-content {
    font-size: 13px;
    line-height: 20px;
}
/* The container */
.group-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .group-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 1px solid #6e6d6d;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.group-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.group-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.group-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.group-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-current-date .dx-scheduler-date-table-cell-text {
    background-color: #1559e0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 29px;
    color: #fff;
    border: 1px solid #cdc;
    text-align: center;
    padding: 0;
}

.dx-list-item-content p {
    font-size: 11px
}

.tabPanelButton .dx-item:has(.btn_item) {
    border-width: 1px 1px 3px 0;
    border-style: solid;
    padding: 5px;
    height: 30px;
    background-color: white;
}

.tabPanelButton {
    right: -8px;
}

    .tabPanelButton .dx-state-hover:has(.btn_item) {
        background-color: #3bcee5;
    }

.btn_item {
    text-transform: none;
    font-weight: 600;
    color: black;
    font-size: 12px;
}

.dx-item-content span {
    text-transform: none;
}

.tabPanelButton .dx-item:has(#btn_item_1) {
    border-width: 1px 1px 3px 1px;
    border-style: solid;
}

.tabPanelButton .dx-item:has(#btn_item_2) {
    border-width: 1px 1px 3px 1px;
    border-style: solid;
}

.tabPanelButton .dx-tabs-wrapper:has(.btn_item) {
    padding: 2px;
    background-color: #e3e3e3;
    display: flex;
    flex-direction: row-reverse;
}

.tabPanelButton .dx-tab-content:has(.btn_item) {
    position: relative;
    bottom: 3px;
}

tr:has(.btn-hover) {
    cursor: pointer;
}

    tr:has(.btn-hover):hover {
        cursor: pointer;
    }

.com_title_button {
    display: flex;
    background-color: #e3e3e3;
    margin: 0px 0px 5px 0px;
}

.com_title {
    display: flex;
    font-weight: 600;
    padding: 10px;
    height: 30px;
}

.com_button {
    display: flex;
    padding-left: 0px !important;
}

.com_customer {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
}

.com_content {
    border: 1px solid #cdc;
    overflow: hidden;
    padding: 2px;
    border-radius: 15px;
    background-color: #cdc;
    /*border: 3px solid #9d9d9d;*/
}

.r_row {
    display: flex;
    padding-top: 3px;
}

.r_avatar img {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.r_bold {
    font-weight: bold
}

.r_content {
    padding-left: 10px;
}

.com_list {
    padding: 10px;
}

.com {
    /*padding: 10px;*/
}

.com_list_title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #cdc;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

#medicineList .prescription > div {
    padding: 0 5px;
}

.dx-tabs .dx-tabs-wrapper .dx-tab {
    width: auto;
    padding-left: 20px;
}

.dx-sortable-dragging .dx-tab {
    box-sizing: border-box;
    text-align: center;
}

.dx-tabs-wrapper .dx-item.dx-tab {
    max-width: fit-content;
    padding-left: 14px;
    padding-right: 9px;
    line-height: 1.618;
}

.dx-tabpanel .dx-tab .dx-icon.dx-icon-close {
    display: inline-block;
    margin-right: 0;
    margin-left: 7px;
    opacity: 0.6;
}

.dx-tabpanel .dx-tab .dx-icon.dx-icon-close {
    font-size: 15px;
}

.dx-tabpanel .dx-tab .dx-icon.dx-icon-close {
    font-size: 18px;
}

.dx-tab-content {
    flex-direction: row;
}

.dx-popup-content:not(.dx-dialog-content) {
    padding: 4px !important;
}

.cbServiceItem {
    padding-right: 10px;
}

.btnMultipleResult {
    text-align: right;
    display: flex;
    justify-content: end;
}

    .btnMultipleResult button {
        background-color: #73a3ad;
        color: #fff;
        border: 1px solid #000;
        margin-left: 10px;
        border-width: 1px 2px 2px 1px;
        padding: 2px 7px;
    }

@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

.floating-container {
    position: fixed;
    width: 50px;
    bottom: 0;
    right: 0;
    margin: 20px 20px;
}

    .floating-container:hover {
        height: 180px;
        margin-bottom: 20px;
    }

        .floating-container:hover .floating-button {
            box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
            -webkit-transform: translatey(5px);
            transform: translatey(5px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .floating-container:hover .element-container .float-element:nth-child(1) {
            -webkit-animation: come-in 0.4s forwards 0.2s;
            animation: come-in 0.4s forwards 0.2s;
        }

        .floating-container:hover .element-container .float-element:nth-child(2) {
            -webkit-animation: come-in 0.4s forwards 0.4s;
            animation: come-in 0.4s forwards 0.4s;
        }

        .floating-container:hover .element-container .float-element:nth-child(3) {
            -webkit-animation: come-in 0.4s forwards 0.6s;
            animation: come-in 0.4s forwards 0.6s;
        }

    .floating-container .floating-button {
        position: absolute;
        width: 50px;
        height: 30px;
        background: #2cb3f0;
        bottom: 0;
        border-radius: 5px;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 35px;
        text-align: center;
        font-size: 23px;
        z-index: 100;
        box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .floating-container .float-element {
        position: relative;
        display: block;
        border-radius: 5px;
        width: 80px;
        height: 30px;
        margin: 15px 15px 15px -30px;
        color: white;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

        .floating-container .float-element:nth-child(1) {
            background: #42A5F5;
            box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
        }

        .floating-container .float-element:nth-child(2) {
            background: #4CAF50;
            box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
        }

        .floating-container .float-element:nth-child(3) {
            background: #FF9800;
            box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
        }

.lbMoney {
    color: #3bcee5;
    font-weight: bold
}

    .lbMoney.lbMoneyRed {
        color: red
    }

.l_flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

    .l_flex > label {
        padding-right: 5px;
        white-space: nowrap;
        font-weight: 400;
    }

    .l_flex.l_flex_control label {
        line-height: 25px
    }

.f_view {
    border: 1px solid #cdc;
    overflow: hidden;
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    margin: 5px;
}

    .f_view .f_view_title {
        background-color: #eef5fa;
        color: #00a8c6;
        font-weight: bold;
        padding: 4px 3px;
    }

    .f_view .f_view_body {
        padding: 5px;
        overflow: hidden;
    }

.btn_none {
    background-color: transparent;
    border: none
}

.form-label-control {
    line-height: 25px;
}

.group-hidden {
    display: none
}

.tblHideToolbar .dx-toolbar-items-container {
    display: none
}

.rdoCenter .dx-widget.dx-collection {
    width: 100%;
    display: flex;
    justify-content: center;
}
/*.dx-datagrid-content.dx-datagrid-content-fixed .group-default {
    display: none
}
.group-default td:first-child {
    padding-left:40px
}
.group-default:not(.group-hidden) ~ tr:first-child td[aria-colindex="1"] {
    background-color: #c8e6c9 !important;
}*/
.dx-state-readonly {
    background-color: #eee !important;
}

.row_HT {
    position: relative
}

    .row_HT::after {
        content: '';
        position: absolute;
        height: 1px;
        left: 0;
        right: 0;
        top: 10px;
        background-color: red;
    }

.row_ChoHT {
    color: #ffad41;
}

.rd-medium {
}

    .rd-medium .dx-radiobutton {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .rd-medium .dx-radiobutton-icon {
        width: 18px;
        height: 18px;
    }

.rdoEvenly .dx-widget.dx-collection {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    padding-top: 5px;
    padding-bottom: 5px;
}

.group-default {
    background-color: #c8e6c9 !important;
}

.group-default-hover {
    font-weight: bold
}

    .group-default-hover:hover {
        background-color: #c8e6c9 !important;
    }

.group-default > td {
    background-color: #c8e6c9 !important;
}

.group-default.group-default-custom:has(.dx-hidden-cell) > td:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.group-default.group-default-custom-bold:has(.dx-hidden-cell) > td:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    font-weight: bold;
}

.group-pack {
    background-color: #8cdaec !important;
}

.group-pack-hover {
    font-weight: bold
}

    .group-pack-hover:hover {
        background-color: #8cdaec !important;
    }

.group-pack > td {
    background-color: #8cdaec !important;
}

.group-pack.group-pack-custom:has(.dx-hidden-cell) > td:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.group-pack.group-pack-custom-bold:has(.dx-hidden-cell) > td:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    font-weight: bold;
}

.dx-datebox-time .dx-dropdowneditor-icon {
    font: 20px/20px DXIcons;
    width: 20px;
    height: 100%;
    text-align: center;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: rgb(187 232 241);
    color: rgba(0,0,0,.87);
}

.dx-datebox-time .dx-dropdowneditor-icon::before {
    margin-top: -11px;
}


.dx-radiobutton .dx-item-content {
    font-size: 12px;
    font-weight: 500;
}

.dx-radiogroup .dx-radiobutton {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dx-radiobutton-icon {
    width: 17px;
    height: 17px;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font: 13px / 1em DXIcons;
}

.dx-checkbox-icon {
    width: 15px;
    height: 15px;
}

.dx-tabpanel-container {
    background-color: white;
}

#tabPanelLaboratory .dx-list-item:first-of-type {
    border-top: none;
    margin-top: 20px;
}

#tabPanelLaboratory .dx-list-item-content {
    font-size: 16px;
    padding: 2px 10px 2px;
}

.dx-toolbar .dx-button-has-icon.dx-button-has-text .dx-button-content {
    padding: 4px 2px 4px 2px;
}

.dx-popup-content:has(.service-scroll) {
    max-height: 285.5px !important
}

.dx-overlay-content:has(.service-scroll) {
    max-height: 286px !important
}

.dx-button-has-text .dx-button-content {
    padding: 2px 2px;
}

.row_nopay {
    /*background-color: red !important;*/
    color: red !important
}

.btn_head_grid {
    background-color: #3bcee5;
    color: #fff;
    border: 1px solid rgb(198, 200, 205);
    height: 27px;
    font-weight: bold;
}

    .btn_head_grid .dx-button-content {
        padding: 2px;
    }

    .btn_head_grid .dx-icon {
        color: #fff;
        font-size: 15px;
    }

    .btn_head_grid.dx-state-hover {
        background-color: #12a2b9;
        color: #fff;
    }
/*.svList li.active, .svList li[data-disabled="true"] {
    background-color: #3bcee5 !important;
    color: #fff !important;
}*/
.svList li:hover {
    background-color: #3bcee5 !important;
    color: #fff !important;
}
/*.svList li {
    color: #000;
}
.svList li.active label, .svList li[data-disabled="true"] label {
    color: #fff !important;
}*/
.col-nn {
    display: flex
}

    .col-nn label.col-nn-label {
        white-space: nowrap;
        line-height: 30px;
        padding-right: 4px;
    }

.btn_basic_grid {
    border: 1px solid #e0e0e0;
    background-color: #e9ecf1;
}


.panel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
}

.panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    color: white;
    overflow: hidden;
    padding-right: 13px;
}

.ui-resizable-e {
    flex: 0 0 auto;
    width: 18px;
    background: url(/Content/img/vsizegrip.png) center center no-repeat #e4e4e7;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    flex: 1 1 auto;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
}

.column_red {
    color: red;
}

.btn_esc .dx-icon, .btn_esc .dx-button-text {
    color: red !important;
}

.btn_03A9F4 .dx-icon, .btn_03A9F4 .dx-button-text {
    color: #03A9F4 !important;
}

.btn_020 .dx-icon, .btn_020 .dx-button-text {
    color: #020 !important;
}

.ck_hide > div {
    display: none
}

.dx-list-item-content {
    text-overflow: unset !important;
    white-space: normal !important;
}

input.form-dropdown-dx {
    padding: 6px !important;
}

.form-dropdown-dx .form-select-dx ~ div:before {
    padding: 4px 6px 4px !important;
}

.dx-selectbox-container:has(input.form-dropdown-dx), .dx-texteditor-container:has(input.form-dropdown-dx) {
    position: relative;
    border: 1px solid #CCB;
    border-radius: 4px;
}

.dx-texteditor.dx-editor-filled:has(input.form-dropdown-dx) {
    background-color: #fff;
}

    .dx-texteditor.dx-editor-filled:has(input.form-dropdown-dx)::after {
        border-bottom: none;
    }

.serach_field_2 .dx-selectbox-container:has(input.form-dropdown-dx), .serach_field_2 .dx-texteditor-container:has(input.form-dropdown-dx) {
    border: none !important;
}

.dx-datagrid-search-panel .dx-texteditor-container .dx-texteditor-input {
    padding-left: 28px !important;
}

.no-placeholder .dx-placeholder {
    display: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.custom-tagify {
    width: 100%;
    height: 30px;
    border-radius: 5px;
}

    .custom-tagify .tagify__tag {
        margin-inline: 6px 0 !important;
        margin-block: 2px !important;
    }

.header_iner .header_right .header_notification_warp li > a span {
    position: absolute;
    width: auto;
    padding: 0px 4px;
    height: 14px;
    color: #fff;
    background: #fff;
    font-size: 11px;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    line-height: 15px;
    background-color: #dd4b39 !important;
    border: 0px;
}

/*.header_notification_warp ul li a {
    padding: 0px 5px;
}*/

.header_iner .header_right .header_notification_warp li:hover > a i {
    font-weight: 900 !important;
}

.header_iner .header_right .header_notification_warp li:hover > a span {
    border-radius: 0%;
    font-size: 12px;
}

.header_iner .header_right .header_notification_warp li.active > a i {
    font-weight: 900 !important;
}

.header_iner .header_right .header_notification_warp li.active > a span {
    border-radius: 0%;
    font-size: 12px;
}

body[data-skin="green"] .header_iner .notify_content * {
    color: black !important;
}

body[data-skin="green"] .header_iner .seemore-noty {
    padding: 5px;
    cursor: pointer;
}

    body[data-skin="green"] .header_iner .seemore-noty span {
        color: #6262df !important;
        padding: 3px 10px;
    }

.Menu_NOtification_Wrap .Notification_body {
    padding: 0px;
    height: 300px;
    overflow: auto;
}

    .Menu_NOtification_Wrap .Notification_body .single_notify {
        padding: 5px 15px;
        cursor: pointer;
        margin-bottom: 0px;
    }

        /*.Menu_NOtification_Wrap .Notification_body .single_notify.not-seen {
            background-color: azure;
        }*/

        .Menu_NOtification_Wrap .Notification_body .single_notify:hover {
            background-color: #eaedec;
        }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
            margin-bottom: 0;
            font-size: 12px !important;
            font-weight: 500;
        }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
            font-size: 11px !important;
            font-weight: 300;
            margin-bottom: 0;
        }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

.Menu_NOtification_Wrap .nofity_footer {
    padding: 1px 20px;
    background: #f3f3f3;
    border-radius: 0;
}

.Menu_NOtification_Wrap {
    width: 450px;
}

.nofity_footer:hover a {
    font-size: 14px !important;
}

.Menu_NOtification_Wrap .notification_Header {
    padding: 7px 20px;
    display: flex;
}

    .Menu_NOtification_Wrap .notification_Header h4 {
        margin-top: 0;
        min-width: 50%;
    }

    .Menu_NOtification_Wrap .notification_Header span {
        width: 50%;
        text-align: right;
        position: relative;
        top: 7px;
        cursor: pointer;
    }

        .Menu_NOtification_Wrap .notification_Header span:hover {
            font-weight: 900;
        }

#tab_prescription input::-webkit-outer-spin-button,
#tab_prescription input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Menu_NOtification_Wrap ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.Menu_NOtification_Wrap ::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

/* Handle */
.Menu_NOtification_Wrap ::-webkit-scrollbar-thumb {
    background: #c0c0c0; /* Màu của thanh cuộn */
    border-radius: 50px;
}

    .Menu_NOtification_Wrap ::-webkit-scrollbar-thumb:hover {
        background: #808080; /* Màu của thanh cuộn */
    }

.btn-print-el {
    width: 100%;
}

.checkbox-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.dx-checkbox-text {
    font-size: 12px;
    font-weight: 500;
}

#dxListEncounter .dx-row[aria-level="1"] td {
    /* Thay đổi nền của hàng */
    background-color: #ccddcc;
    /* Thay đổi màu chữ của hàng */
    color: #333;
    /* Thêm các kiểu khác nếu cần */
    font-weight: bold;
}
