﻿body {
    color: #1E0A45;
    background: #f4f7fc;
}

.table-column-data {
    padding-left: 22px !important;
}

.table-column-header {
    background-color: #343434 !important;
    padding-left: 22px !important;
    /*display: flex;
    flex-direction: column;*/
}

.pdf-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.table-midsize {
    height: 500px;
    overflow: auto;
}

.pdf-document-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf-document-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.comment-title {
    text-decoration: underline;
}

    .comment-title:hover {
        color: dodgerblue;
        cursor: pointer;
    }

.comment-data {
    color: #000;
    font-size: 14px;
}

.ederm-data-table {
    width: 100%;
    height: calc(100vh - 100px);
}

.ederm-data-table-encounter {
    height: calc(100vh - 150px) !important;
}

.ederm-data-table table {
    display: flex;
    flex-flow: column;
    height: 95%;
    width: 100%;
}
.ederm-data-table table thead {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
.ederm-data-table table tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
}
.ederm-data-table table tbody tr {
    width: 100%;
}
.ederm-data-table table thead,
.ederm-data-table table tbody tr {
    display: table;
    table-layout: fixed;
}
/* decorations */
.table-container {
    
    padding: 0.3em;
}
.ederm-data-table table {
    
}
.ederm-data-table table td, table th {
    padding: 0.3em;
    
}
.ederm-data-table table th {
    
}


.ederm-data-table .width-60 {
    width: 60px;
    text-align: right;
}
/* 
.ederm-data-table .width-150{
    width: 150px;
}



.ederm-data-table .width-200{
    width: 200px;
}

.ederm-data-table .width-100{
    width: 100px;
}

.ederm-data-table .width-rem{
    width: calc(100% - 660px);
} */

.ederm-data-table thead, .ederm-data-table tbody, .ederm-data-table tfoot {
    width: 100%;
    display: block;

}
.ederm-data-table .full-width {
    width: 100%;
}
.billed-status {
    color: #333 !important;
}

.capitalize {
    text-transform: capitalize !important;
}
.filter-billing-table tr {
    cursor: pointer;
}

.filter-billing-table .active {
    background-color: #343434;
    color: #fff;
}

.comment-field {
    max-width: 200px;
}

.filter-billing-table tr.active:hover {
    background-color: #343434;
    color: #fff !important;
}

.filter-billing-table tr.active td:hover {
    color: #fff !important;
}

.sidebar {
    background-color: #034D7A;
    border-right: 0;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 5%);
    max-width: 250px;
    min-width: 250px;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    z-index: 1;
    height: 100vh;
    color: #fff;
}

.sidebar-content {
    height: 100%;
    min-height: 100%;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
}

.sidebar-content,
.sidebar-nav {
    display: flex;
    flex-direction: column;
}

.sidebar-user {
    padding: 1.5rem 1rem 1rem;
    text-align: center;
}

.sidebar-user img {
    height: 64px;
    width: 64px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}

.sidebar-nav {
    flex: 1;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-header {
    background: transparent;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 500;
    padding: 0.375rem 1.5rem;
    text-transform: none;
}

.sidebar [data-bs-toggle=collapse] {
    position: relative;
}

.sidebar-link,
a.sidebar-link {
    background: transparent;
    border-radius: 0.2rem;
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 0.65rem 0.75rem;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
}

.sidebar-link.active,
a.sidebar-link.active {
    color: #fff !important;
}


.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
    width: 100%;
}

.sidebar-toggle {
    cursor: pointer;
    height: 26px;
    margin-left: 0.5rem;
    width: 26px;
}

.menu-list {
    color: #000;
    cursor: pointer;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    font-size: 32px;
}

.settings-icon {
    color: #000;
}

.content {
    flex: 1;
    margin-top: 1rem;
    padding: 0 0.5rem;
}

.navbar-top-title .header-title {
    margin-bottom: 0 !important;
    margin-left: 8px;
}


/** To Refactor */

.patient-charts-items {
    border-right: 1px solid #E6E6E6;
    background-color: #E6E6E6;
}

.patient-charts-items-item {
    border-bottom: 1px solid #CED0CE;
}

.full-height {
    height: 100%;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.center-text {
    text-align: center;
}

.small-modal {
    width: 240px;
}

.modal-title {
    font-size: 10px;
}

.ul-filter {
    list-style: none;
    text-align: center;
    padding: 0;
}

.ul-filter li {
    list-style: none;
    color: #00AAF7;
    font-weight: 600;
    border-bottom: 1px solid lightgray;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.ul-filter li:hover {
    color: #343434;
}

.remove-border {
    border-bottom: none !important;
}

.custom-modal-full {
    padding: 0;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.container-encounter {
    display: flex;
    background-color: #DFE8EE;
}

.button-encounter {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.button-text-encounter {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.header-encounter {
    font-size: 20px;
    text-align: center;
    margin: 35px;
    margin-bottom: 10px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.row-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.row-data-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.action-row {
    background-color: #fff !important
}

.action-filter {
    margin-left: 12px;
}

.full-width {
    width: 100%;
}

.row-data-info-summary {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: flex;
    flex-direction: row;
}

.row-data-info-summary-info {
    font-size: 18px !important;
    color: #4d99f3 !important;
    cursor: pointer;
}

.ederm-btn-primary {
    background-color: #00AAF7 !important;
    color: #fff !important;
}

.ederm-btn-primary:hover {
    background-color: #ffffff !important;
    color: #00AAF7 !important;
}

.ederm-btn-primary-toggle {
    background-color: #ffffff !important;
    color: #00AAF7 !important;
}

.ederm-btn-primary-toggle:hover {
    background-color: #00AAF7 !important;
    color: #fff !important;
}

.ederm-btn-secondary {
    background-color: #034D7A !important;
}

.ederm-btn-premium {
    background-color: #FF808B;
}

.set-cursor {
    cursor: pointer;
}

.row-data-info-summary div {
    margin-right: 10px;
}

.table-header {
    background-color: #343434;
}

.header-info {
    padding-left: 10px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.header-info-summary {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: flex;
    flex-direction: row;
}

.header-info-summary div {
    margin-right: 10px;
}

.loader-container {
    background-color: #ccc;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 50px;
}

.header-container {
    background-color: #49608A;
    flex-direction: column;
    display: flex;
}

.picker {
    align-self: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #000;
    padding-left: 4px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-top: 10px;
    margin-left: 7px;
    border-radius: 10px;
}

.picker-text {
    color: #fff;
}

.picker-button-text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 17px;
    margin-top: 3px;
}

.picker-button-custom {
    position: absolute;
    left: 7px;
    top: 10px;
    width: 115px;
    border-radius: 10px;
    background-color: #3C80B9;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.content {
    overflow-y: auto;
}

.text-error {
    color: #E9594C;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.text-success {
    color: #3AC279;
}

.ederm-field-icon {
    position: relative;
}

.ederm-field-icon i {
    position: absolute;
    top: 5px;
    left: 5px;
}

.ederm-field-icon input {
    padding-left: 25px;
    background: transparent !important;
    border: none;
    color: #fff !important;
    box-shadow: none;
    /*border-bottom: 1px solid #fff;*/
    border-radius: unset;
    font-size: 18px;
}

.ederm-field-icon input::placeholder {
    color: #fff;
}

.ederm-field-icon input:focus,
.ederm-field-icon input:hover {
    background: transparent;
    border: none;
    outline-width: 0;
    outline: none;
    box-shadow: none;
}

.ederm-field-icon input:focus {
    border-bottom: 1px solid #fff;
}

/* Change the white to any color */
.ederm-field-icon input:-webkit-autofill,
.ederm-field-icon input:-webkit-autofill:hover,
.ederm-field-icon input:-webkit-autofill:focus,
.ederm-field-icon input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #fff !important;
}

/** Authentication Styles */
.auth-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
    background: url(../images/bg-login-global.jpeg) center;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

.auth-fluid .auth-fluid-form-box {
    max-width: 451px;
    border-radius: 0;
    z-index: 2;
    /* padding: 3rem 2rem; */
    padding-left: 58px;
    padding-right: 60px;
    padding-top: 92px;
    /*background-color: #fff;*/
    position: relative;
    width: 100%;
    position: relative;
}

.auth-fluid .auth-fluid-form-box .auth-footer {
    position: absolute;
    color: #fff;
    bottom: 25px;
    font-size: 14px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.auth-fluid .auth-fluid-left,
.auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.auth-fluid .form-label {
    color: #fff !important;
}

.auth-brand {
    /* position: absolute;
        top: 3rem; */
}

.font-size-30 {
    font-size: 30px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20-16 {
    font-size: 20px;
}

.auth-content-holder {
    z-index: 2;
    color: #fff;
}

.auth-content-holder .card-body {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 85px;
}

.auth-content {

    color: #fff;
    position: relative;
}

.auth-content:before {
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0.9;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #00AAF7 !important;
}

.mb-45 {
    margin-bottom: 45px;
}

@media (max-width: 991.98px) {
    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 100vh;
    }
}


@media (max-width: 991.98px) {
    .auth-fluid .auth-fluid-right {
        display: none;
    }
}

@media(max-width: 600px) {
    .auth-content-holder .card-body {
        margin-top: 45px;
    }
    .font-size-20-16 {
        font-size: 16px;
    }
}

.ederm-btn-premium.focus,
.ederm-btn-premium:focus,
.ederm-btn-premium:hover {
    background-color: #fff;
    color: #00aaF7;
}

.form-info {
    padding: 10px;
}
.form-info .form-info-item .form-info-item-label {
    font-weight: bold;
}

.form-info .form-info-item .form-info-item-value {
    font-weight: bold;
}

.width-150 {
    width: 150px;
}

.width-100 {
    width: 100px;
}

.width-200 {
    width: 200px;
}

.width-60 {
    width: 60px;
}

.width-rem {
    width: calc(100% - 660px);
}