/* default css */
.main_container {
    background: #E9FBFF;
    border-radius: 30px;
    padding-top: 18px;
}
.body_inner_container {
    margin: 30px auto;
    width: 95%;
    border-radius: 30px;
    display: flow-root;
}
@media (min-width: 768px) {
    .container {
        width: 96%;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 96%;
        max-width: 1370px;
    }
    .body_inner_container {
        width: 98%;
        padding: 10px;
    }
}

@font-face {
font-family: 'RedHat-Regular';
src: url('../new-fonts/RedHatDisplay-Regular.ttf');

}

@font-face {
font-family: 'ProximaNova';
src: url('../new-fonts/proxima-nova/ProximaNova-Regular.otf');
}

body {
    background: #178199;
    color: #212529;
    /* font-family: "Red Hat Display", sans-serif; */
    font-family: "ProximaNova", sans-serif !important;
}

.k-grid-header th,
.button_submit,
.button_disable,
.button_enable,
.button_grey,
.button_green,
.new_button_submit,
.button_export,
.filter_table_top,
.checkbox_radio_buttons_options label,
.checkbox_radio_buttons_slider label,
.records_found,
.label_styling,
.form-horizontal .control-label,
.file_history a,
.add_filter span,
.form-horizontal .control-label,
.row_left_right b,
.comment_box,
.fileUpload,
.ac-container label,
.user_image h1,
.sign_in_logo h1,
.sub_heading h2,
.file_history h3,
.main_page_heading h1,
.dropdown_select select option,
.button_grey,
.button_blue,
.form-horizontal .control-label,
.main_page_sub_heading h2,
.dashboard_box_heading h2,
.dropdown_notif,
.user_image h1 {
    font-family: "ProximaNova", sans-serif !important;
}

@media (min-width: 1450px) {
    .container {
        width: 90%;
    }
    .body_inner_container {
        width: 95%;
        padding: 30px;
    }
}



.sign_in_logo {
    margin-left: 50px;
    margin-right: 50px;
}

.sign_in_logo h1 {
    color: #212529;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button_submit,
.btn-primary {
    color: #fff;
    background: #178199;
    border-color: #178199;
    font-weight: 600;
}
.button_grey,
.button_red {
    font-weight: 600;
}

.btn-secondary {
    background: transparent;
    border: solid 1px #d4d6d9;
    color: #178199;
}

.border-non { border: none !important; }
img.btn_open {
    filter: hue-rotate(114deg); /*to transform color.*/ 
}

label.control-label {
    color: #212529;
    font-size: 12px;
    line-height: 1.3;
}

.label-center {
    display: flex;
    align-items: center;
    height: 38px;
}

.k-input,
.form-control {
    background: #F9FBFF;
    height: 38px !important;
    padding-left: 18px;
    font-size: 14px;
    color: #838F8D;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.edit_patient_tab input.form-control, .patientform input.form-control {
    background: #F9FBFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
#primary_nav_wrap #menu {
    margin: 15px 0;
}
#primary_nav_wrap ul ul,
#primary_nav_wrap #menu {
    background-color: #178199;
    border-radius: 12px;
    height: auto;
}
#primary_nav_wrap ul ul {
    border-radius: 0 0 12px 12px;
    border-top: solid 1px #e9fbff;
}
#primary_nav_wrap ul ul li {
    border-bottom: 1px solid #e9fbff;
}

#primary_nav_wrap ul ul li a:hover,
#primary_nav_wrap ul a:hover {
    color: #fff;
}

.file_history {
    border-bottom: 2px solid #eaeaea;
    min-height: 33px;
    margin-bottom: 10px;
}

.current_page_item {
  color: #e9fbff !important;
}

.margin_top_bottom_6_vh {
    margin-top: 6vh;
    margin-bottom: 6vh;
}
.d-inline-block {
    display: inline-block;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.comtainer_px_15 {
    padding-right: 15px !important;
    padding-left: 15px !important;    
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ps-3 {
    padding-right: 1rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.ac-container label:after,
.ac-container input:checked + label:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: url(../../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../../images/arrow_up.png);
}

.file_history h3 {
    color: #178199;
    background: #178199 !important;
    color: #FFF !important;
    width: 100%;
    border-radius: 12px;
    font-size: 18px;
    padding: 8px 20px;
}
/* kendo download custom css */
.dropdown_select .k-multiselect-wrap {
    display: flex;
    flex-direction: column;
    border: 0;
}

.dropdown_select .k-multiselect-wrap ul.k-reset {
    order: 1;
}

.dropdown_select input.k-input {
    background: #F9FBFF;
    height: 38px !important;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #838F8D;
    width: calc(100% - 50px) !important;
}

.no_icon.dropdown_select input.k-input {
    border: solid 1px #dbdbde;
    width: 77% !important;
}

.dropdown_select span.k-dropdown-wrap {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
}

.dropdown_select .k-state-default>.k-select {
    border-color: #dbdbde;
    background: #178199;
    padding: 8px;
    height: auto;
}

.k-pager-wrap .k-link:hover:not(.k-state-disabled) .k-icon,
.dropdown_select .k-state-default>.k-select span.k-icon.k-i-arrow-s {
    filter: brightness(5) contrast(4);
}

.k-list-container .k-list {
    background: #178199;
    background: #fff;
}

.k-list-container .k-list li.k-item {
    color: #212529;
    border-bottom: solid 1px;
    font-size: 12px;
    padding: 10px 8px;
}
.k-list-container .k-list li.k-item:last-of-type {
    border-bottom: none;
}

.k-state-focused, .k-grouping-row .k-state-focused {
    border-color: #212529;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 1px !important;
    border-radius: 0 !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    /* color: #212529 !important; */
    /* background-color: #e9fbff; */
    /* border-color: #e9fbff; */
    color: #fff !important;
    background-color: #178199;
    border-color: #178199;
    border-radius: 4px !important;
}

.k-state-hover, .k-state-hover:hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover, .k-list>.k-state-hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-pager-wrap .k-link:hover, .k-dropdown .k-state-focused, .k-filebrowser-dropzone, .k-mobile-list .k-item>.k-link:active, .k-mobile-list .k-item>.k-label:active, .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-recur-view .k-check:active {
    color: #fff !important;
    background-color: #178199;
    border-color: #178199;
}

.k-state-hover a.k-link, .k-state-selected a.k-link {
    color: #fff;
    text-align: center;
    padding: 0px !important;
}
a.k-link {
    text-align: center;
    padding: 0px !important;
}

.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    height: 1.8333em;
    width: 1.8333em;
    background: #178199;
}
.k-calendar .k-header .k-icon {
    vertical-align: middle;
    filter: brightness(5) contrast(4);
}
.k-state-default>.k-select {
    border-color: #178199;
    background: #178199;
    padding: 0 6px;
}
.k-picker-wrap .k-icon {
    cursor: pointer;
    vertical-align: bottom;
    filter: brightness(5) contrast(4);
}

/* kendo download custom css end */

/* radio button css */
.form-group label.rbLabel,
.form-group label.rbLabel:hover { cursor: pointer !important; }
.rbLabel input { display: none; }
.rbLabel .ng-touched.radio_none {
    display: inline-block;
    vertical-align: text-top;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 6px;
    border: solid 2px #178199;
}
.rbLabel input:checked + .ng-touched.radio_none {
    padding: 3px;
    border: solid 5px #178199;
}
/* radio button css end */

/* table  */
.kendo_table {
    background-color: #fff;
    color: #212529;
    padding: 18px 20px;
    border-radius: 30px;
} 

.kendo_table .k-pager-wrap.k-grid-pager.k-widget,
.kendo_table .k-grid-header, .kendo_table div.k-grid-header .k-header {
    background: #fff !important;
    color: #212529;
}

.kendo_table .k-grid-content tr:nth-child(even) {
    border-bottom: 2px solid #dee2e6;
}

.k-alt, .k-separator {
    background-color: #f8f9fa;
}

.kendo_table .k-grid-header-wrap:hover ,
.kendo_table tr:hover {
    background-color: #D4F7FF;
}

.kendo_table .k-pager-wrap.k-grid-pager.k-widget {
    padding-top: 12px;
}
/* table end */

:root *>.k-icon, :root *>.k-sprite, :root *>.k-button-group .k-tool-icon {
    vertical-align: middle;
    vertical-align: sub;
}

.k-state-default>.k-select {
    border-color: #dbdbde;
    background: #178199;
    padding: 0 8px;
}

.k-icon.k-i-calendar {
    vertical-align: bottom;
    filter: brightness(5) contrast(4);
}


.k-pager-wrap, .k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #212529;
}

.report_title {
    min-height: 40px;
    margin-top: 20px;
}
.inner_container,
.report_container {
    background: #fff !important;
    padding: 20px 20px;
    border-radius: 20px;
    width: 100%;
}
.mx-width-fit {
    max-width: fit-content;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}

.ac-container article {
    /* display: none; */
}

.ac-container input:checked ~ article.ac-small {
    /* display: block; */
}
.tab_container {
    margin-bottom: 1rem !important;
    margin-top: 20px;
}


.tab_container .tab_heading {
    background: transparent !important;
    color: #178199 !important;
    background: #178199 !important;
    color: #FFF !important;
    font-size: 18px;
    margin: 0px 0 10px;
    font-weight: bold;
    border-bottom: 2px solid #eaeaea;
    border-radius: 12px;
    padding: 10px 20px;
    height: auto;
}
.tab_container .tab_heading img {
    display: none;
}
.ac-container input:checked + label:hover {
    background: #178199 !important;
    color: #FFF !important;
}

.tab_container .tab_body {
    /* padding: 20px 30px; */
    border-radius: 30px;
    background: #fff;
}

.tab_container .tab_body .p-5 {
    padding: 20px 20px;
}

/* default */


/* OMFS
.header-home {
    background: #19829A;
} */



/* NewPharmacy Medflow */

/* .maincontent { */
/* background: #E9FBFF; */