/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap');

body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
}

/* NOTIFICATIONS */

.ez__alert {
    background-color: lightgreen;
    border-color: green;
    color: green;
}

.ez-notification__container {
    background: #ffffff !important;
}

.ez-notification {
    background: #152c53 !important;
    width: 50% !important;
    overflow: hidden !important;
}

.ez-notification__title {
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 50px !important;
    border-bottom: 1px solid #ffffff50 !important;
    padding: 20px !important;
}

.ez-notification__html-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px !important;
    color: #ffffff !important;
    font-size: 25px !important;
}

.ez-notification__confirm-button {
    font-size: 30px !important;
}

/* EZ */

.ez__flex { display: flex;}
.ez__align-items-center { align-items: center !important;}
.ez__justify-content-center { justify-content: center !important;}
.ez__justify-content-end { justify-content: flex-end !important; }

.ez-btn__group {
    width: 100%;
}
.ez__btn-group button,
.ez__btn-group a {
    border-radius: 0;
}

.ez-header__sub-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ez-header__sub-menu-btn {

}

.ez-input__search:before {
    font-family: "pages-icon" !important;
    content: "\f801";
    font-size: 20px;
}

.ez__forms-sub-menu-links {
    display:flex;
    flex-direction:column;
}


.ez__clone-section {
    margin-bottom: 20px !important;
}

.ehr__dropdown-action .dropdown-menu {
    width: 100% !important;
}

.ez-input__bold-lg, .modal .select2-selection__rendered {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #212121 !important;
}

.ez-input__bold {
    font-weight: 800 !important;
    color: #212121 !important;
}

.ez-field__hide {
    display: none !important;
}

.ez-form__col:has(.ez-blackout) .form-group {
    background:#ff000050 !important;
}

/* COLORS */

.menu-bar a.ez__color-black {
    color: #000000 !important;
}

.menu-bar a.ez__color-black:hover {
    color: #0078d1 !important;
}

.ez__text-align-center {
    text-align: center;
}
.ez__container-max-width-100 {
    max-width: 100% !important;
}

.ez__input-type-password {
    letter-spacing: 1.5px;
    font-weight: 900 !important;
    font-size: 40px !important;
}

.ez__input-type-password::placeholder {
    color: inherit;
    opacity: 0.47;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    letter-spacing: normal;
}
/* LOGIN PAGE */

.login-wrapper {
    background-position: calc(100% - 500px) 100%;
}

.login-wrapper .bg-caption {
    width: calc(100% - 500px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-wrapper .login-container {
    width: 500px;
    padding: 50px;
}

.ez-login__banner-title,
.ez-login__banner-sub-title {
    text-shadow: 2px 7px 5px rgba(0,0,0,0.5), 0px -4px 10px rgba(255,255,255,0.5);
}

.ez-login__title,
.ez-login__email-field {
    font-weight: 800 !important;
}

.ez-login__email-field {
    font-size: 25px !important;
}

/* NAV */

.horizontal-app-menu .menu-bar > ul > li > ul {
    min-width: calc(100% + 25px);
}

/* PAGE CONTAINER */
body.dashboard .page-container {
    background: #fff;
}

.horizontal-app-menu .menu-bar {
    justify-content: space-between;
}

.ez-header__new-patient-btn {
    color:#0078d1 !important;
    padding:0 20px !important;
    background-color: #ffffff;
}

/* CHART */

.ez-patient__tab-menu-nav-item-a {
    color: #000000;
}

.ez-patient__tab-menu-nav-item-a:hover {
    color: #ffffff;
}

/* FORMS */

.time-section-toggle {
    position:relative;
    display:none;
}

.ez-form__container {
    padding: 0 30px;
}

.ez__form-mobile {
    display:none;
}

.ez__form,
.ez__form-mobile {
    width: 100%;
}

.ez-form__group-container {
    margin-bottom: 50px;
}

.ez__form .form-group-attached .row,
.ez__form-mobile .form-group-attached .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ez__form .ez__span,
.ez__form-mobile .ez__span {
    display:flex;
    align-items: center;
    height: 50px;
    color: #212121;
    line-height: 16px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}


.form-group-default {
    background-color: #ffffff; /* was #dae9f5 */
    border: 1px solid rgb(255, 255, 255);
}

.form-group-default.required::after {
    font-size: 35px;
}

.ez__form .select2-selection,
.ez__form-mobile .select2-selection {
    background-color: transparent;
}

.ez__form .select2-selection__rendered,
.ez__form-mobile .select2-selection__rendered {
    font-family: 'Nunito', sans-serif; !important;
    font-weight: 400;
    font-size: 25px;
    color: #212121;
    line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 8px 0px 8px;
}

.form-group-default.form-group-default-select2 > label {
    color: #0078d1;
}

.form-group-default {
    /*border: 1px dotted grey !important;
    border-top-color: rgba(8, 7, 7, 0.14) !important;*/
    border-radius: 20px !important;
    padding-top: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 4px !important;
    width: 100% !important;
    height: 100% !important;
    /*box-shadow: inset 1px 3px 4px rgba(0,0,0,.3), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
    border: 1px solid #f1f1f1;
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: gray !important; /* #0078d1 */
    color: white;
    border-radius: 3px;
    padding: 5px 8px 5px 7px;
    font-size: 18px;
    white-space: normal;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: white;
}

.form-check.switch.ez__blue input[type="checkbox"] + label::before {
    background-image: linear-gradient(to right, #0078d1 0%, #0078d1 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
}

.ez-form__col {
    height: 100%;
}

.form-group-attached {
    background-color: #f1f1f1;
    border: 10px solid #f1f1f1;
}

.ez__form-title {
    background-color: #f1f1f1; /* #0078d1 */
    padding: 10px 16px 0 16px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 700;
    color: #0078d1;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

.ez__form-title span {
    padding: 2px 10px;
}

.hide-form-title .ez__form-title {
    display: none;
}

.ez-form__section-header {
    background-color: #0078d1;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    /*
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    */
    margin: 10px 1px 0 1px;
}

.ez-form__section-header span {
    border-bottom: 1px solid #ffffff;
}

.input-group-append i {
    color: #0078d1;
}

.ez__sub-form-title {
    background-color: honeydew; /* orange */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 10px !important;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 600;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.form-control {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif !important;
}

.form-group.focused .form-control {
    color: #0078d1;
}

.ez__form label {
    font-size: 14px;
}

.ez__form .form-group-default .form-control {
    height: 50px;
    min-height: 37px;
}

.select2-container .select2-selection.select2-selection--single {
    height: 48px;
}

.ez__input-question {
    color: #212121 !important;
}

textarea.form-control {
    height: auto !important;
}

input.ez__signature {
    font-family: 'Great Vibes', cursive !important;
    font-size: 50px;
    height: 80px !important;
    min-height: 32px !important;
    /*border-bottom: 5px solid black !important;*/
    text-transform: capitalize;
}

input.ez__signature-text {
    font-size: 50px;
    height: 80px !important;
    min-height: 32px !important;
}

div.ez__input-value {
    margin-top: -2px;
    margin-bottom: 3px;
    padding-left: 12px;
    width: 100%;
    min-height: 32px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
}

.select2-container .select2-selection .select2-selection__rendered {
    flex-wrap: wrap !important;
    font-size: 25px;
}

.ez__no-p-l {
    padding-left: 0 !important;
}

.ez__no-p-r {
    padding-right: 0 !important;
}

form .row [class*="col-md-"]:not(:last-child) {
    padding-right: 0 !important;
}

.ez-hide__field {
    display: none;
}


/* BUTTONS */

.btn-primary.hover:not(.active), .btn-primary:hover:not(.active), .btn-primary .show .dropdown-toggle.btn-primary {
    border: 0;
}

.btn-primary, .btn-primary:focus {
    border: 0;
}

.btn.btn-primary,
.btn.btn-danger {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn.btn-primary.ez__sub-btn, .btn.btn-danger.ez__sub-btn {
    padding: 0 10px !important;
}

.btn-primary {
    color: #ffffff !important;
}

.ez-dropdown__toggle,
.ez-dropdown__item {
    text-shadow: unset;
    font-weight: 700;
}

.ez-dropdown__menu {
    width:fit-content !important;
    min-width: 100% !important;
}

.ez-dropdown__item {
    margin-top: 10px;
}

/* HEADER */

.header {
    padding-right: 0;
}
.ez__header-brand {
    display: flex;
}

.page-title {
    display: block;
}

.page-title__mobile {
    display: none;
}

.ez__env {
    display: block;
}

.ez-mobile__env {
    display: none;
}

.ez__page-header {
    background-color: #152c53;
    width: 100%;
    padding: 20px;
}

.ez__page-header h4 {
    color: #ffffff;
}

.ez__page-header .ez__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff50;
    padding: 2px 5px;
}

.ez__page-header-col h4 {
    color: #ffffff;
    font-weight: 600;
}

.ez__page-header-col h4 a {
    color: #0078d1;
    font-weight: 600;
}

.ez__page-header h4.ez__standout {
    font-size: 30px;
    font-weight: 600;
}

.ez__page-header-row {
    background-color: #ffffff15;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.ez__page-header-col {

}
.ez__page-header-col {
    padding: 10px !important;
    border-right: 2px solid #152c53;
}



.ez__page-header-col h4 {
    padding-left: 10px;
}

.ez__status-active,
.ez__status-inactive {
    min-width: 75px;
    width: auto;
    border-radius: 0;
    padding: 15px;
    color: white;
    text-align: center;
}

.ez__status-active, .ez__status-active-color {
    display: block;
    background-color: #ffffff !important;
    color: #417541;
    border: 1px solid #417541;
    width: 100%;
    text-align: center;
}

.ez__status-active .ez__title,
.ez__status-inactive .ez__title {
    color: #ffffff;
}

.ez__status-inactive, .ez__status-inactive-color {
    display: block;
    background-color: #ffffff !important;
    color: #D83C31;
    border: 1px solid #D83C31;
    width: 100%;
    text-align: center;
}

.ez__env-span {
    color: red;
    padding: 5px 15px;
    border: 1px solid red;
    border-radius: 5px;
    font-weight: 800;
}

/* HEADER - NAV */

.header .header-inner {
    padding: 0 20px;
}

.header .menu-bar {
    padding: 0 20px;
    background-color: #0078d1;
}

.ez__nav-item-a {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
}

.horizontal-app-menu .menu-bar > ul > li.open > a {
    color: #4b4b4b !important;
}

.horizontal-app-menu .menu-bar > ul > li.open > a:hover {
    color: #0078d1 !important;
}

.ez-header__menu-a {
    color: #ffffff !important;
}

/* BREADCRUMBS */

.ez__breadcrumbs {
    background-color: #E8E8E8;
}

.breadcrumb {
    padding: 5px 0;
}

/* LABEL */

.ez__label-profile-id {
    font-size: 44px;
    padding: 3px 20px;
}

/* TABLE */

.dataTables_length {
    width: 100%;
}

.ez__table {
    border: 1px solid #f1f1f1;
    border-spacing: 0;
    border-top-left-radius: 10px;
    overflow: auto;
}

.ez__table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ez-keyup {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(224, 224, 224, 0.7);
    padding:5px;
    color: #0078d1;
}

#ez-table__timesheets_length select {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #0078d1;
    text-align: center;
    font-weight: 800;
    border-radius: 10px;

}

.sorting_asc span,
.sorting_desc span{
    border: 1px solid #0078d1;
    padding: 5px 10px;
    border-radius: 8px;
}

.ez__table tbody tr td {
    vertical-align: middle;
    padding: 2px 10px;
    font-size: 16px;
}

.table tbody tr td {
    background: #fff;
    border: 1px solid #f1f1f1;
}

.ez__table tbody tr td a {
    color: gray;
}

.ez__table tbody tr td.ez-table__td-action {
    padding: 0 0;
}

.ez-table__td-action .dropdown,
.ez-table__td-action .dropdown .btn,
.ez-table__td-action .dropdown .dropdown-menu {
    width: 100% !important;
}

.table.table-hover tbody tr {
    transition: font-size 0.3s ease;
}

tbody tr td a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.table.table-hover tbody tr:hover td {
    background: #f1f1f1 !important;
    font-weight: bold !important;
    color: #0078d1 !important;
    font-size: 18px;
    transition: font-size 0.3s ease;
}

tbody tr:hover td a {
    color: #0078d1 !important;
    transition: 0.3s ease;
}

.table.table-hover tbody tr:hover td .dropdown-menu a {
    color: #212121;
}

.ez__table thead {
    background-color: #f1f1f1;
}

.ez__table .ez__table-th-action {
    width: 100px !important;
}

.ez-card__header-title {
    color: gray !important;
}

.ez-card__header-right {
    width: 40%
}

.ez-card__header-search {
    /*box-shadow: inset 1px 3px 4px rgba(0,0,0,.3), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
    font-size: 25px;
    font-weight: 800;
}

.ez-table__field {
    border-radius: 10px !important;
    border-collapse: unset;
    overflow: hidden;
}

.ez-table__field td {
    font-size: 18px !important;
    font-weight: 700;
    vertical-align: middle;
}

.ez-table__field-td-action {
    width:80px;
    padding: 0 !important;
}

.ez-table__field-td-action button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    background-color: #d83c31 !important;
    border: 1px solid #d83c31;
    width: 100%;
    height: 45px;
}

.ez-table__field-td-action button:hover {
    color: #ffffff;
    background-color: #d83c3190 !important;
}

/* ICONS */

.ez__menu-link i.pg-icon {
    margin-right: 10px;
}

/* SHADOW */
.ez__no-shadow {
    box-shadow: transparent 0 0 0;
}

/* TABS */

.nav-tabs {
    border-bottom: 5px solid transparent;
    margin-left: 10px;
    width: 20%;
}
.nav-tabs .nav-item {
    border: 1px solid white;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.nav-tabs-fillup > li > a::after {
    background: none repeat scroll 0 0 #0078d1;
    border: 1px solid #0078d1;
}

.nav-tabs > li > a {
    font-size: 14px;
}

.ez__nav-tabs.nav-tabs > li > a.active {
    color: white !important;
    background-color: #0078d1 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.ez__nav-tabs.nav-tabs > li > a:hover {
    color: white !important;
    background-color: #0078d1 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.ez__nav-tabs.nav-tabs.nav-tabs-left ~ .tab-content {
    border-left: 0;
}

/* MODALS */
.modal {
    z-index: 1064;
}

/* CARDS */
.card .card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.card .yes-card__patients-menu-header {
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.card .card-header-forms {
    background-color: #0078d1;
    padding: 20px;
}

.card .card-header .card-title {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #0078d1 !important;
}

.card .yes-card__patients-menu-header .card-title {
    color: #ffffff;
}

.card .card-header + .card-body {
    padding-top: 0;
}

.card .ez__get-forms {
    padding: 15px;
    text-align: left;
    color: darkgrey;
    border-bottom: 1px solid #f1f1f1;
}

.card .ez__get-forms:hover {
    background-color: #f1f1f1;
    color: black;
}
.card .card-icon-forms {
    color: #ffffff;
}

.card .card-header-forms {
    cursor: pointer;
}

.card .card-body-forms {
    padding: 0 !important;
}

.ez__forms-sub-menu .ez__forms-sub-menu-title {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.ez__forms-sub-menu .card .card-body {
    padding-bottom: 0;
}

.ez__ajax-forms-title {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* random */

.sub-dropdown-menu .dropdown-menu  a {
    white-space: normal !important;
}

.create-new-form-dropdown a strong {
    margin-left: -10px !important;
}

.create-new-form-dropdown .dropdown-item-header,
.create-new-form-dropdown .dropdown-item-header:hover {
    background-color: #0078d1;
    color: white;
    border-radius: 0;
    cursor: default;
    padding: 5px 20px;
}

.sub-dropdown-menu .dropdown-menu > a {
    line-height: 15px;
}

/* LOGIN FOOTER */

.ez__login_footer-copyrights {
    width: 100%;
}

.footer .copyright {
    background-color: #E8E8E8;
}

/* DASHBOARD */

.ez-dashboard__card__header {
    flex-direction: row !important;
    justify-content: space-between !important;
    background-color: #0078d1 !important;
    padding: 25px !important;
    cursor: pointer;
}

.ez-dashboard__card__header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.ez-dashboard__card__header-bg-red {
    background-color: red !important;
}

.ez-dashboard__card__header-bg-yellow {
    background-color: yellow !important;
}

.ez-dashboard__card__header-bg-yellow-green {
    background-color: yellowgreen !important;
}

.ez-dashboard__card__header-bg-orange {
    background-color: orange !important;
}

.ez-dashboard__card__header-title {
    color:white;
    font-weight:600;
}

/* EZ CARD */



.ez__form-card {
    margin-top: 20px;
    box-shadow: 0 1px 4px 0 rgba(21,29,34,.4);
    transition: all .3s cubic-bezier(.35,0,.25,1);
}

.ez__form-card:hover {
    box-shadow: 0 6px 10px 1px rgba(21,29,34,.25);
    transform: translate3d(0,-1px,0);
}
/* FOOTER */

.footer {
    padding: 0;
}



.footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
}

/* TIMESHEETS */

.ez__signature {
    color: #212121 !important;
}

#timesheet-time-modal .modal-content {
    height: 100vh;
}

/* TOOLTIP */

@media only screen and (max-width: 768px) {

    .login-wrapper .login-container, .testing, #testing {
        width: 100% !important;
    }

}

@media only screen and (max-width: 428px) {


    /* HEADER */

    

}

