/* GENERAL */
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: 300;
}

/* NOTIFICATIONS */

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

/* 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 button,
.ez__btn-group a {
    border-radius: 0;
}

.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-css-display__none {
    display:none;
}

.ez-css-display__block {
    display:block;
}

/* 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: center center;
    backdrop-filter: blur(200px);
}

.ez-image__overlay {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .6;
    backdrop-filter: blur(200px);
}

.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;
}

.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 */

.ez__form {
    width: 100%;
}
.ez__form .form-group-attached .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ez__form .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);
}

.ez__form .form-group {
    /*border-radius: 10px !important;*/
}
.form-group-default.required::after {
    font-size: 35px;
}

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

.ez__form .select2-selection__rendered {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    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-attached {
    background-color: #f1f1f1;
    border: 10px solid #f1f1f1;
}

.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 !important;
    /*border-top: none;
    border-bottom-color: #DDD !important;*/
}

.form-input-group label,
.form-group-default label {
    text-transform: uppercase;
    font-weight: 800;
}

.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-title {
    background-color: #0078d1;
    padding: 5px 10px;
    margin-bottom: 0;
    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-weight: 600;
    color: #ffffff;
}

.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: 18px;
    font-weight: 400;
}

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

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

.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;
    border-bottom: 5px solid black !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;
}

.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;
}


/* 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;
}

/* HEADER */

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

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

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

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

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

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

.ez__page-header-row-buttons {
    display:flex;
    flex-wrap:wrap;
    column-gap: 5px;
    row-gap: 5px;
    margin-top: 40px;
    margin-left: 20px;
}

.ez__page-header-a-button,
.ez__page-header-dropdown-button {
    padding: 10px 20px;
    background-color: #0078d150;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #0078d1 !important;
    line-height: 1.5;
    width: fit-content;
    height: 100%;
    border: unset;
}

.ez__page-header-dropdown-button-toggle {
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #0078d1 !important;
    width: fit-content;
    border: unset;
    text-shadow: unset;
}

.ez__page-header-dropdown-button-menu {
    top: 10px !important;
}

.ez__page-header-a-button:hover {
    background-color: #0078d1;
    color: #ffffff !important;
}



.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 {
    background-color: #ffffff;
    border: 1px solid #417541;
    color: #417541;
    margin-right: 5px;
}

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

.ez__status-inactive, .ez__status-inactive-color {
    background-color: #ffffff;
    border: 1px solid #a45757;
    color: #a45757;
    margin-right: 5px;
}

.ez__env-span {
    background-color: red;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 800;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

/* HEADER - NAV */

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

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

.ez-header__menu-li {
    border-right: 2px solid #0078d1;
}

.ez-header__menu-li:hover {
    background: #ffffff20;
}

.ez-header__menu-li ul {
    padding: 0 !important;
    padding-top: 60px !important;
}

.ez-header__menu-li .ez__menu-link {
    padding: 5px 25px !important;
}

.ez-header__menu-li .ez__menu-link:hover,
.ez-header__menu-li .ez__menu-link.ez__color-black:hover {
    color: #0078d1 !important;
    background: #f1f1f1;
}

.ez-header__menu-a {
    padding: 0 20px !important;
}

.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;
    padding-right: 20px !important;
}

.ez-menu__right-li {
    background: #0078d1;
    padding: 0 20px !important;
}

.ez-menu__right-li:hover {
    background: #ffffff20;
}

.ez-menu__right-li i {
    color: #ffffff;
    margin-right: 10px;
}

.ez-menu__right-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 */
.ez__table {
    width: 100% !important;
}

.dataTables_length select,
.dataTables_length label {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #0078d1;
    text-align: center;
    font-weight: 800 !important;
    border-radius: 10px;
    text-transform: uppercase;
}

.ez__datatable-col-search {
    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-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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.table-hover tbody tr {
    transition: font-size 0.3s ease;
}


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

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

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

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

tbody tr:hover td a {
    font-weight: bold !important;
    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-search {
    border: 3px solid #0078d150;
    color: #0078d1 !important;
    font-size: 25px;
    font-weight: 800;
    width: 100%;
}

/* 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;
}

.ez__nav-tabs.nav-tabs > li > a:hover {
    color: white !important;
    background-color: #0078d1 !important;
}
.ez__nav-tabs.nav-tabs.nav-tabs-left ~ .tab-content {
    border-left: 0;
}

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

/* CARDS */
.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .yes-card__patients-menu-header {

}

.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;
}

.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;
}

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

.ez__ajax-forms-title {

}

/* 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 {
    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;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* 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);
}

/* SWAL CUSTOM CSS */
/* SWEET ALERT FORMS */

.ez-swal2-form__container {
    background: rgba(255,255,255) !important;
}

.ez-swal2-form__popup {
    width: 80% !important;
    height: 100%;
    background: #f1f1f1 !important;
    border: solid 5px #f1f1f1 !important;
    border-radius: 25px;
    padding: 10px 10px 50px 10px;
}

.ez-swal2-form__title {
    color: #2089d7 !important;
}

.ez-swal2-form__field-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    row-gap: 1px;
    column-gap: 1px;
}

.ez-swal2-form__field-col-10 {
    width: calc(10% - 1px);
}

.ez-swal2-form__field-col-20 {
    width: calc(20% - 1px);
}

.ez-swal2-form__field-col-30 {
    width: calc(30% - 1px);
}

.ez-swal2-form__field-col-40 {
    width: calc(40% - 1px);
}

.ez-swal2-form__field-col-50 {
    width: calc(50% - 1px);
}

.ez-swal2-form__field-col-60 {
    width: calc(60% - 1px);
}

.ez-swal2-form__field-col-70 {
    width: calc(70% - 1px);
}

.ez-swal2-form__field-col-80 {
    width: calc(80% - 1px);
}

.ez-swal2-form__field-col-90 {
    width: calc(90% - 1px);
}

.ez-swal2-form__field-col-100,
.ez-swal2-form__field-col {
    width: calc(100% - 1px);
}

.ez-swal2-form__field-group {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 20px !important;
    padding: 5px 20px 4px 20px !important;
}

.ez-swal2-form__field-group label,
.ez-swal2-form__field-group input,
.ez-swal2-form__field-group select {
    width:100%;
}

.ez-swal2-form__field-group label {
    color: #0078d1;
    font-weight: 800;
    text-align: left;
}

.ez-swal2-form__field-group input,
.ez-swal2-form__field-group select {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    border: unset;
    box-shadow: unset;
    background-color: #ffffff !important;
    margin:0;
}

.ez-swal2-form__field-group input:focus {
    border: unset !important;
    box-shadow: unset !important;
}

.ez-swal2-form__field-group:focus-within {
    border: 3px solid #b4dbed !important;
}

/* FOOTER */

.footer {
    padding: 0;
}



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



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

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

}

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

    .ez__login-container {
        padding: 0 !important;
    }

}

