body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.panel, body {
    color: #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-container {
    padding: 10px 10px;
}

.footer {
    bottom: 5px;
}

.page-container .panel.panel-flat {
    margin-bottom: 15px;
}

.list-unstyled.no-margin-bottom {
    margin-bottom: 0 !important;
}

.alert {
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 10px;
}

.alert h6 {
    margin-top: 0;
    margin-bottom: 5px;
}

.form-group.float-left {
    float: left;
    margin-right: 5px;
}

.form-group.float-left:last-child {
    float: left;
    margin-right: 0;
}

.form-group > label {
    font-weight: 500;
    margin-bottom: 3px;
}

i.position-left {
    margin-right: 5px;
}

#noty_topRight_layout_container li {
    border-radius: 0 !important;
}

.breadcrumb-line .breadcrumb {
    margin-left: 5px;
    margin-right: 10px;
}

.breadcrumb {
    padding: 7px 0;
}

.button-breadcrumb > .btn {
    padding: 0 4px;
}

.button-breadcrumb > .btn-labeled {
    padding-left: 30px;
}

.button-breadcrumb > .btn-labeled > b {
    padding: 1px 5px;
}

@media only screen and (min-width: 992px) {
    .border-bottom,
    .border-top,
    .border-left,
    .border-right {
        border-color: #e5e5e5 !important;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.nav-tabs {
    margin-bottom: 10px;
}

.tab-content > .has-padding {
    padding: 0;
}

.border-bottom,
.border-top,
.border-left,
.border-right {
    border-color: transparent;
}

.dataTables_paginate .paginate_button {
    padding: 3px 5px;
    min-width: 28px;
    border-radius: 2px;
}

.dataTables_paginate {
    margin: 0 0 0px 20px;
}

.dataTables_info {
    margin-bottom: 0px;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
    padding-right: 20px;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
    right: 8px;
}

.highlight-selected-row, .mwl-selected-row, .details-mwl-row, .table-hover > tbody > tr:hover {
    border-top: 1px solid #ffe0b0;
    border-bottom: 1px solid #ffe0b0;
    background-color: #fff3e0 !important;
}

.table > tbody > .mwl-selected-row > td, .table > tbody > .highlight-selected-row > td {
    border-top: 0 !important;
}

.mwl-selected-row + tr > td, .table > tbody > .highlight-selected-row + tr > td {
    border-top: 0 !important;
}

.details-mwl-row {
    border-bottom: 1px solid #ddd;
}

.ColVis {
    float: right;
    margin: 0 0 5px 20px;
    float: right !important;
}

.ColVis_Button {
    color: #111 !important;
    background-color: transparent !important;
    border: 1px solid #e5e5e5 !important;
}

.datatable-tool {
    float: left;
}

.datatable-footer {
    border-top: 0;
}

/* ================== MODAL COMMON ======================== */
.modal-body {
    padding: 10px;
    background: #fff;
}

.modal-footer {
    padding: 0px 10px 10px 10px;
    background: #fff;
}

.modal-header[class*=bg-] {
    padding: 6px 10px 5px 10px;
}

.modal-header[class*=bg-] {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.modal-content {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.bootbox .modal-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.modal-header.bg-primary {
    color: #fff;
    background-color: #2077d1;
    border-color: transparent;
}

.modal-header .modal-title {
    padding-left: 10px;
}

.modal-backdrop.in {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

/* ================= CONFIRM MODAL ======================= */

.bootbox.modal .modal-body {
    padding: 20px 20px 0px 20px;
}

.modal-body .close {
    margin-top: -10px !important;
}

.btn-ris-default {
    border: 1px solid #aaa;
    color: #111;
    padding-left: 30px !important;
}

.btn-ris-default.btn-labeled > b {
    background-color: transparent;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e5e5e5;
}

td > label {
    margin-bottom: 0;
}

.label-primary, .label-success, .label-danger, .label-default {
    text-transform: uppercase;
    border-color: transparent;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.select2-choice,
.form-control,
.input-group-addon,
.well {
    /*border-radius: 2px;*/
    border-radius: 0;
    border-color: #e5e5e5;
}

/* multi select */
.multiselect-container > li > a > label {
    padding: 3px 10px 3px 40px !important;
}

.multiselect-container {
    min-width: 120px;
}

.multiselect-container > li > a {
    padding-left: 0px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: black;
    background: white;
}

.dropdown-menu > .active:not(.disabled) .checker span, .dropdown-menu[class*=bg-] .checker span, .navbar-inverse .navbar-form .checker span, .sidebar:not(.sidebar-default) .checkbox .checker span {
    color: #455a64;
    border: 2px solid #607d8b;
}

textarea {
    resize: vertical;
}

.highlight-select {
    border-color: #1b66b1 !important;
    color: #0050a0 !important;
}

.form-control {
    border-color: #e5e5e5;
}

.form-control:focus {
    border-color: #62a1df;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 161, 223, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 161, 223, 0.6);
}

.form-control:hover {
    border-color: #b7d4f0;
    box-shadow: 0 0 4px rgba(183, 212, 240, 0.4);
}

.btn.form-control {
    border: 0;
}

.datatable-header {
    padding-top: 0;
}

.datatable-footer {
    padding-top: 5px;
}

.input-group-addon {
    padding: 4px 7px;
}

.btn {
    padding: 2px 8px;
    /*border-radius: 2px;*/
    border-radius: 0;
}

td .btn {
    padding: 0px 3px;
    /*border-radius: 2px;*/
    border-radius: 0;
}

td .btn.btn-labeled {
    padding-right: 5px;
    padding-left: 30px;
}

.btn-labeled > b {
    padding: 3px 7px;
}

.btn-labeled.btn-default.btn-labeled > b {
    background-color: transparent;
    color: #535353;
    border-right: 1px solid #e5e5e5;
}

.btn-default:active, .filter-button:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #e5e5e5;
}

@media only screen and (max-width: 800px) {
    .modal-footer .btn,
    .btn.filter-button.btn-default {
        margin-top: 5px;
    }
}

.btn-default {
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border-color: #d1d1d1;
}

.btn-default:hover {
    color: rgba(0, 0, 0, 0.85);
    background-color: #e6e6e6;
    border-color: #c4c9d3;
}

.btn-labeled.btn-default:hover > b {
    border-color: #c4c9d3;
}

.btn-danger {
    background-color: #fff;
    color: #db3b21;
    border-color: #db3b21;
}

.btn-primary {
    color: #fff;
    background-color: #1f78d1;
    border-color: #1f78d1;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #0c7cd5;
    border-color: #0c7cd5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0072d9;
}

.btn-success {
    color: #fff;
    background-color: #43a047;
    border-color: #40a245;
}

.btn-success:hover {
    border-color: #249228;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
    background-color: #2196f3;
    border-color: #2177bc;
}

.btn-labeled.btn-danger > b {
    background-color: transparent;
    border-right: 1px solid #db3b21;
}

.btn-danger:hover {
    border-color: #c0341d;
    color: #fff;
}

td .btn-labeled > b {
    padding: 1px 5px;
}

h5.panel-title, .h5.panel-title {
    font-size: 14px;
}

.form-group {
    margin-bottom: 5px;
}

.btn-labeled {
    padding-left: 35px;
}

legend {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: none;
}

fieldset legend[data-toggle="collapse"]:hover {
    cursor: pointer;
}

.bootstrap-switch-handle-on, .bootstrap-switch-handle-off {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-rounded, .btn-rounded.btn-labeled > b {
    border-radius: 0;
}

.well {
    padding: 10px;
}

.border-left-info {
    border-left-color: #ddd !important;
}

.border-left-lg {
    border-left: 1px solid;
}

.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-left: 5px;
    padding-right: 5px;
}

.panel-body {
    padding: 5px !important;
}

.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px 5px;
    height: 30px;
}

/* DATATABLE COMMON CSS */

.dataTables_filter input {
    width: 200px;
    height: 26px;
    padding: 5px 5px;
    padding-right: 30px;
    border-radius: 2px;
}

.dataTables_filter {
    margin: 0 0 5px 20px;
}

.dataTables_filter > label:after {
    top: 8px;
}

.dataTables_length {
    margin: 0 0 0 5px;
    float: right !important;
}

.dataTables_length > label > span {
    margin: 7px 5px;
}

.form-control, .select2-choice {
    height: 26px;
    padding: 3px 5px;
    color: #000;
}

.form-control-feedback {
    height: 26px;
    line-height: 26px;
}

.form-control-feedback {
    width: 28px;
}

.has-feedback-left .form-control {
    padding-left: 28px;
}

@media (min-width: 1200px) {
    .form-horizontal .control-label[class*=col-lg-] {
        padding-top: 6px;
    }
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/* NAVBAR CUSTOM CSS */
.nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
}

.navbar-header {
    min-width: inherit;
}

.navbar {
    border-width: 0;
    min-height: 0;
}

.navbar-inverse {
    background-color: #0767bb;
}

.bg_container {
    background-image: url("../images/cubes.png");
    background-size: 24px 40px;
}

@media ( max-width: 1024px) {
    .navbar-header {
        width: 100%;
    }

    .nav.navbar-nav.navbar-right {
        position: absolute;
        right: 0;
    }
}

.navbar-brand > img {
    height: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    margin-top: 0;
}

.navbar-brand {
    padding: 0px 0px;
}

/* user and a link on navbar */

.navbar-nav > .dropdown-user > a > span {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav > .dropdown-user > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-nav > .dropdown-user > a > span {
    padding-left: 0;
}

.navbar-brand {
    height: 32px;
}

.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdown-menu > li > a {
    padding: 6px 10px;
}

@media ( max-width: 768px) {
    .navbar-nav .dropdown-menu > li > a {
        color: white;
    }
}

.page-title {
    padding: 0;
    margin: 10px 0;
}

.headroom-top-unpinned {
    top: -50px;
}

.sub-navbar {
    background-color: #555;
    border-bottom: 0px solid #222;
}

/* sub-navbar (mobile) */
@media ( max-width: 768px) {
    .navbar-inverse .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.05);
        max-height: none;
    }
}

/* fix hove submenu */
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

/*active sub-navbar*/
.nav.navbar-nav li.active {
    background: rgb(245, 245, 245);
}

/*============FORM ALERT================*/
.my-alert {
    padding: 10px;
    margin-top: 30px;
}

/* ON/OFF SWITCH */
.radio, .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.radio label, .checkbox label {
    line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    padding: 5px 12px;
}

/* color-span for role selectbox - add/edit user */
.role-span {
    margin-left: 15px;
}

/* ============== FIX BREADCRUMB ==============*/
.page-header .breadcrumb-line:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumb-line {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.page-header .breadcrumb-line {
    margin-left: 10px;
    margin-right: 10px;
}

.second-navbar {
    padding: 0;
    background: #1b66b2;
}

.second-navbar > .navbar > ul {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}

.second-navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
}

.second-navbar .navbar-nav > li.active > a {
    color: black;
}

.second-navbar .navbar-nav > li.active > a:hover {
    color: #0767bb;
}

#navbar-second-toggle > ul > li > a > i {
    margin-right: 3px;
    margin-top: -2px;
}

.second-navbar .nav > li:not (.active ):hover, .nav > li:not (.active ):focus {
    text-decoration: none;
    background-color: #666;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #0767bb;
}

.second-navbar .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: white;
}

@media ( min-width: 769px) {
    .navbar-header {
        margin-left: 20px !important;
    }
}

/* ================ PANEL ================*/
.panel {
    margin-bottom: 5px;
}

.page-header .button-breadcrumb {
    padding: 2px 0;
}

.page-header .breadcrumb-line:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.panel-row {
    border-top: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

.panel-row div[class^='col-md'] {
    padding-left: 0;
    padding-right: 0;
}

.content-group-lg {
    margin-bottom: 10px !important;
}

.content-wrapper > .panel.panel-flat > .panel-heading {
    padding: 3px 5px 2px 6px;
    margin: -1px -1px 0 -1px;
    display: none;
}

.panel-heading th {
    font-weight: normal;
}

.filter-button {
    padding: 2px 5px 2px 5px;
    border-color: #e5e5e5;
}

.filter-button:focus, .btn-default.focus {
    border-color: #999;
}

.filter-button:hover {
    border-color: #c4c9d3;
}

.filter-button.btn-default.active {
    background-color: #1f78d1;
    border-color: #1b69b6;
    color: white;
}

.bootstrap-switch-container {
    height: 26px;
}

/* ================ DATE PICKER =============*/
.ui-datepicker {
    z-index: 1151 !important;
}

/* ================ ERROR PAGE ==============*/
.error-title {
    color: #555;
    font-size: 65px;
    text-shadow: none;
}

/* ================ SEARCH HEADER CUSTOM FOR DATATABLE ==============*/

.search-header {
    display: inline-block;
}

.search-header-first-column {
    padding-left: 0px;
}

/* ==================== CUSTOM SEARCH MWL ============================*/
#search-mwl-form .text {
    width: 170px;
}

#search-mwl-form .date {
    width: 155px;
}

#search-mwl-form .select {
    width: 90px;
}

.label-code {
    font-size: 10.5px !important;
    letter-spacing: 1px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 13px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-weight: normal;
    font-size: 13px;
}

tr.table-heading {
    background: #f5f5f5;
    color: #111;
}

h6.patient-code {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* ================ CUSTOM ORDER-SCHEDULE ================== */

.content-group {
    margin-bottom: 5px !important;
}

.request-order-info-panel ul {
    margin-bottom: 5px;
}

.request-order-info-panel .patient-name,
.request-order-info-panel .concept {
    font-size: 14px;
}

label.required-label:after {
    content: "*";
    color: red;
    padding-right: 2px;
    margin-left: 3px;
    font-size: 12px;
}

.validation-error-label, .validation-valid-label {
    padding-left: 20px;
    line-height: 20px;
}

.float-left .form-control.daterange-single {
    width: 90px;
}

.float-left.date-picker-input {
    max-width: 120px;
}

#schedule-panel .alert {
    padding: 5px;
    margin-bottom: 5px;
}

.patient-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: "Segoe UI", "SegoeuiPc", "San Francisco", "Helvetica Neue", "Helvetica", "Lucida Grande", "Roboto", "Ubuntu", "Tahoma", Microsoft Sans Serif, Tahoma, Arial, sans-serif;
}

th.patient-name {
    text-transform: none;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.patient-name-class {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px !important;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Segoe UI", "SegoeuiPc", "San Francisco", "Helvetica Neue", "Helvetica", "Lucida Grande", "Roboto", "Ubuntu", "Tahoma", Microsoft Sans Serif, Tahoma, Arial, sans-serif;
}

/* ================== TABLE SEARCH ON COLUMN ================= */

.search-row th {
    padding: 5px 5px !important;

}

.search-row th > input {
    font-weight: normal;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: normal;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
}

/* ============ ORDER TYPE ICON ========== */
.order-type-icon {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.routine-order-bg.active {
    background-color: #1c80cf !important;
    border-color: #1c80cf !important;
}

.on-scheduled-date-order-bg.active {
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important;
}

.stat-order-bg.active {
    background-color: #C62828 !important;
    border-color: #C62828 !important;
}

.low-order-bg.active {
    background-color: #999 !important;
    border-color: #999 !important;
}

.high-order-bg.active {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

/* ============= TAB ===================== */
.tabbable .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

/* ============== SKYPE SUPPORT =============== */
#SkypeButton_Call_live\:hotrovnptris_1 {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #555;
}

#SkypeButton_Call_live\:hotrovnptris_1_paraElement img {
    margin: 0 !important;
    vertical-align: -5px !important;
}

#SkypeButton_Call_live\:hotrovnptris_1_paraElement {
    margin: 0 !important;
    display: inline-block;
}

/* ============= FOOTER ======================= */
.navbar-sm .navbar-text {
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-default.navbar-fixed-bottom {
    border-top: 1px solid #e5e5e5;
}

.btn-logout {
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    border: unset;
    width: 100%;
    display: block;
    height: 35px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.btn-logout:hover {
    color: #0767bb;
    background-color: #f5f5f5;
}

.btn-logout i {
    margin-right: 10px;
}

.hide-it-off-screen {
    position: absolute;
    left: -10000px;
    top: -10000px;
}
.header-banner {
    display: flex;
}
.header-banner .header-banner-info{
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
}

.header-banner .header-banner-info .logo .logo-image{
    width: 120px;
    margin: 5px;
}
.header-banner .header-banner-info .desc .name-hospital{
    font-size: 35px;
    font-weight: bolder;
    color: red;
    margin: 25px 0px 15px 20px;
    text-shadow: 5px 3px 6px rgba(0, 0, 1, 0.5);
    font-family: "Segoe UI", "SegoeuiPc", "San Francisco", "Helvetica Neue", "Helvetica", "Lucida Grande", "Roboto", "Ubuntu", "Tahoma", Microsoft Sans Serif, Tahoma, Arial, sans-serif;
}

.header-banner .header-banner-info .desc .slogan-hosital{
    font-size: 25px;
    font-weight: bolder;
    color: #1d75b3;
    font-style: italic;
    margin: 5px 0px 0px 20px;
}
.notification-hosital {
    font-size: 13px;
    font-weight: bolder;
    color: red;
    font-style: italic;
    margin: 3px 5px;
    padding: 5px 0;
}

.button-breadcrumb-had-notification {
    display: table-cell;
    vertical-align: top;
    margin-left: 10px;
}

.button-breadcrumb-setting-display {
    padding: 4px 0 !important;
}

.button-breadcrumb-had-notification > .btn-labeled {
    margin-left: 10px;
}
.marquee-notification-hosital-page {
    display: table-cell;
    padding: 0px 10px;
    width: 100%;
}
.marquee-notification-hosital {
    padding: 0px 10px;
}

.marquee-notification-hosital p{
    position: unset !important;
}

.marquee {
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: #333;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 30s linear infinite;
    -webkit-animation: scroll-left 30s linear infinite;
    animation: scroll-left 30s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

.table-condensed>tbody>tr>.minute, .table-condensed>tbody>tr>.hour, .table-condensed>tbody>tr>td:has(> .timepicker-hour, > .timepicker-minute){
    padding: 8px 20px;
    text-align: center !important;
    cursor: pointer !important;
}
.table-condensed>tbody>tr>.minute:hover, .table-condensed>tbody>tr>.hour:hover, .table-condensed>tbody>tr>td:has(> .timepicker-hour, > .timepicker-minute):hover{
    background-color: #f5f5f5;
}
.picker-switch >.table-condensed {
    display: flex !important;
    justify-content: space-around !important;
}
.bootstrap-datetimepicker-widget >.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bootstrap-datetimepicker-widget .datepicker{
    width: max-content;
}

.bootstrap-datetimepicker-widget .timepicker{
    padding-left: 0
}

.label-success {
    background-color: #43A047;
}

.label-completed {
    background-color: #0b98ac;
}

.bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background-color: #43A047;
}

.favorite-folder-item {
    margin-bottom: 5px;
    cursor: pointer;
}

.favorite-folder-item:hover  {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

#favorite-folder-list > .active {
    border-left: 3px solid #104d92;
}

.navbar-brand > img {
    height: 100%;
}

button.multiselect{
    max-width: 220px;
}
#remember-setting-display-modal .modal-dialog {
    width: 67% !important;
}
.tdDisplay {
    max-height: 130px;
    overflow: auto;
}
.noty_button_copy {
    margin-left: 6px;
    background-color: #1f78d1;
    border: none;
    border-radius: 20%;
    padding: 6px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.noty_button_copy:hover {
    background-color: #2196f3;
    cursor: pointer;
}

.noty_button_copy i {
    color: #fff;
}

.btn-call-patient-get-results a {
    color: rgba(0, 0, 0, 0.85);;
}


.tags {
    display: flex;
    overflow: auto;
    max-height: 50px;
    border: 1px solid #ddd;
    padding: 3px 8px;
    margin-top: 8px;
    margin-bottom: -3px;
    background-color: #f5f5f5;
}

.tag-title {
    color: #626165;
    font-size: 1rem;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
}

.show-tag-item {
    background: #fff;
    border: solid 2px #eaeaea;
    border-radius: 3px;
    color: #89888b;
    padding: 2px 5px;
    margin-right: 5px;
}

.show-tag-item:hover {
    cursor: pointer;
    border-color: #89888b;
    color: #626165 !important;
}

.select2-drop-active {
    min-width: max-content !important;
}
.swal2-popup {
    font-size: inherit !important;
}
.swal2-title {
    color: black !important;
}
.swal2-actions > button {
    font-size: 17px !important;
    font-weight: 500 !important;
    border-radius: 5px  !important;
    padding: 10px 32px  !important;
    margin: 26px 5px 0 5px  !important;
}
.my-big-icon {
    font-size: 15px !important;
}