:root {
    --new-bg: #7092b3;
    --inprogress-bg: #dbdb88;
    --paused-bg: #946294;
    --success-bg: #6c9e6c;
    --error-bg: #ba5e5e;
    --new-color: white;
    --inprogress-color: darkgrey;
    --paused-color: white;
    --success-color: white;
    --error-color: white;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

/* Login page */
.indexRegisterMenu {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.loginIntroLogo {
    width: 16px;
    margin-right: 8px;
    margin-top: -5px;
}

.loginIntroText {
    text-align: center;
    margin-top: 25px;
    font-weight: lighter;
}

.login-page {
    min-height: 100vh;
}

.login-content {
    margin-top: 20px;
}

.login-screen-logo {
    text-align: center;
    padding: 0 0 0 0;
}

.login-screen-logo img {
    height: 15px;
}

.login-content form {
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: white;
}

.login-row label {
    font-size: 0.8rem;
    color: #999;
}

.login-row input {
    border-color: #e5e5e5;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 1rem;
}

.submit-container {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

    .submit-container button {
        font-size: 0.8rem;
        background-color: #6591ea;
        color: #fff;
    }

    .submit-container .form-group {
        margin-bottom: 0;
        margin-left: 0.5rem;
        color: #999;
        display: flex;
        align-items: center;
    }

        .submit-container .form-group label {
            margin-bottom: 0;
        }

.forgot-password {
    padding: 0 48px;
    margin-top: -10px;
}

    .forgot-password a, .forgot-password span {
        font-size: 0.8rem;
        color: #999;
        text-decoration: none;
    }

        .forgot-password a:hover {
            color: #6591ea;
        }

    .forgot-password span {
        margin: 0 0.5rem;
    }

.createItem {
    text-decoration: none;
    color: black !important;
    font-size: 16px;
    text-align: center;
}

.createItemIcon {
    width: 18px;
    margin-right: 5px;
}

.loginButton {
    background-color: #1F386B;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0.37rem 0.75rem;
    line-height: 1.5rem;
    text-decoration: none;
    border-width: 0;
}

    .loginButton:hover {
        background-color: #1F386B;
        opacity: 0.8;
        transition: .3s;
    }

/*Visits page*/
.visits-page-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: -1rem;
}

    .visits-page-actions h5 {
        margin-bottom: 0;
    }

.pay-button {
    background-color: #6591ea;
    color: #fff;
    border-radius: 0.25rem;
    border-width: 0;
    padding: 0.35rem 0.75rem;
}

    .pay-button:hover {
        background-color: #729ffa;
        color: #fafafa;
        cursor: pointer;
    }

.dropdown-payment form {
    padding: 1rem;
}

    .dropdown-payment form input.pay {
        background-color: #6591ea;
        color: #fff;
        padding: 0.35rem 0.75rem;
        border: none;
        border-radius: 0.25rem;
    }

        .dropdown-payment form input.pay:hover {
            background-color: #729ffa;
            color: #fafafa;
            cursor: pointer;
        }


/*Visits/Add new*/
.add-visit-header-section {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

    .add-visit-header-section h5 {
        margin-bottom: 0;
    }

.add-visit {
    background-color: #6591ea;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    padding: 0.37rem 0.75rem;
    line-height: 1.5rem;
    text-decoration: none;
}

    .add-visit:hover {
        background-color: #729ffa;
        color: #fafafa;
        cursor: pointer;
        text-decoration: none;
    }

.add-visit-table-header {
    border-bottom: 1px solid #dee2e6;
}

.visit-services-added {
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    margin-bottom: 1rem;
}

.visit-services-table {
    margin-bottom: 0;
}

.category-table.visit-services-table tbody {
    min-height: 2rem;
}

    .category-table.visit-services-table tbody tr td {
        border-bottom: none;
        vertical-align: middle;
    }

        .category-table.visit-services-table tbody tr td:last-of-type {
            padding: 0.8rem 1.1rem;
            text-align: right;
        }

        .category-table.visit-services-table tbody tr td a {
            color: #6591ea;
            border: 1px solid #6591ea;
            text-decoration: none;
            padding: 0.25rem 0.75rem;
            font-size: 0.9rem;
            border-radius: 0.25rem;
        }

            .category-table.visit-services-table tbody tr td a:hover {
                color: #729ffa;
                border: 1px solid #729ffa;
                text-decoration: none;
                cursor: pointer;
            }

    .category-table.visit-services-table tbody tr:last-of-type {
        border-bottom: none;
    }

.total-price-add-visit {
    padding: 1rem 0 0 0;
    text-align: right;
    border-top: 1px solid #dee2e6;
}

    .total-price-add-visit .container.total-price {
        padding: 0;
    }

        .total-price-add-visit .container.total-price h5 {
            margin-bottom: 0;
        }

.searchbar-container.add-visit-page {
    flex-grow: 1;
    margin-bottom: 0.3rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
    background-color: rgba(136,152,170,.15);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

    .searchbar-container.add-visit-page .searchbar {
        flex-grow: 0.4;
        align-items: flex-start;
    }

        .searchbar-container.add-visit-page .searchbar:last-of-type {
            padding-left: 0.5rem;
        }

        .searchbar-container.add-visit-page .searchbar label {
            margin-top: -1.5rem;
            margin-bottom: 0.5rem;
        }

        .searchbar-container.add-visit-page .searchbar input {
            border-left-width: 0;
            border-right-width: 0;
            border-top-width: 0;
            width: 100%;
            background-color: #fff;
            padding: 0.3rem;
            border-radius: 0;
            font-weight: 300;
        }

            .searchbar-container.add-visit-page .searchbar input:valid {
                background-color: #fff;
            }

        .searchbar-container.add-visit-page .searchbar select {
            border-left-width: 0;
            border-right-width: 0;
            border-top-width: 0;
            min-height: 2.15rem;
            width: 100%;
            border-color: #e5e5e5;
        }

    .searchbar-container.add-visit-page button {
        flex-grow: 0.2;
        padding: 0;
        text-align: center;
        border: none;
        background-color: #6591ea;
        color: #fff;
        max-height: 2.15rem;
        font-size: 0.9rem;
        margin-left: 0.5rem;
    }

        .searchbar-container.add-visit-page button:hover {
            background-color: #729ffa;
            color: #fafafa;
            cursor: pointer;
            text-decoration: none;
        }

.services-options.visit-page {
    padding: 0;
}

.service-table.visit-page tbody tr td {
    vertical-align: middle;
}

    .service-table.visit-page tbody tr td a {
        color: #6591ea;
        border: 1px solid #6591ea;
        text-decoration: none;
        padding: 0.2rem 0.75rem 0.35rem 0.75rem;
        font-size: 0.9rem;
        border-radius: 0.25rem;
    }

        .service-table.visit-page tbody tr td a:hover {
            color: #729ffa;
            border: 1px solid #729ffa;
            text-decoration: none;
            cursor: pointer;
        }


/* Layout */
.hoverDiv {
    background: #fff;
}

    .hoverDiv:hover {
        background: #f5f5f5;
    }
/* ----- Header ----- */
.header-container {
    background-color: #fcfcfc;
}

    .header-container .top-content {
        padding: 8px 0;
    }

        .header-container .top-content .row {
            margin: auto;
        }

.brand-logo {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
}

    .brand-logo img {
        height: 30px;
    }

.instance-logo, .login-status {
    text-align: right;
}

    .instance-logo img {
        height: 45px;
    }

.login-status {
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 730px) {
    .login-status {
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width: 730px) {
    .titleName {
        font-size: 1.25rem;
        text-align: center;
    }
}

@media (max-width: 730px) {
    #test {
        overflow: hidden;
    }
}

.login-status .user-address, .login-status .time {
    font-weight: bold;
    color: #335574;
}

.menu-container {
    background-color: #2e4f66;
    padding: 0;
}

.menu-wrapper {
    display: flex;
}

/* Footer */
.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 0;
}

.copyright {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: #999;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .footer-logos span {
        color: #999;
        font-size: 0.8rem;
        padding: 0 0.7rem;
    }

    .footer-logos img {
        height: 1.3rem;
    }

.footer-actions a, .footer-actions span {
    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
}

    .footer-actions a:hover {
        color: #6591ea;
    }

.footer-actions span {
    padding: 0 0.5rem;
}

/*===================================== O A =======================================*/

.showDateInput {
    width: 142px;
    border-radius: 6px;
    height: 30px;
    border: 1px solid #ced4da;
    margin-right: 13px;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 109px 5px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

.ui-datepicker-trigger {
    display: none;
}

.ui-datepickerNew-trigger {
    display: none;
}

.oa-delete {
    display: none;
}

.oa-bodyStyle {
    background-color: #fbfbfb;
}

.oa-pageWrapperStyle {
}

.oa-headerWrapperStyle {
    background-color: #fff;
}

.oa-filterWrapperStyle {
    background-color: transparent;
}

.oa-mainTableWrapperStyle {
    background-color: #fff;
}

#oa-mainTableWrapper {
    margin-top: 12px;
}

.oa-centerH {
    margin-left: auto;
    margin-right: auto;
}

.oa-titleArea {
    padding: 65px 0 25px 0;
    border-bottom: solid 1px #ddd;
}

.oa-pageTitle {
    font-weight: 400;
}

    .oa-pageTitle:hover {
        font-weight: 400;
    }

.oa-searchFormArea {
    padding: 20px 0 0 0;
}

.oa-searchFormWidget {
    margin: 0;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 38px;
    line-height: 14px;
    color: #333;
    background-color: #fff;
}

.showDateInput.oa-searchFormWidget {
    background-position-x: calc(100% - 6px);
    background-position-y: calc(100% - 9px);
}

.oa-font {
    font-family: Arial;
    font-size: 14px;
}

.oa-searchFormWidget::placeholder {
    color: #212529;
    font-style: normal;
    opacity: 1 !important;
}

select.oa-searchFormWidget > * {
    display: block;
    line-height: 14px;
    color: #333;
    line-height: 14px;
}

select.oa-searchFormWidget:first-child {
    display: block;
    color: #999;
    font-style: italic;
    line-height: 14px;
}

select.oa-searchFormWidget {
    display: block;
    line-height: 14px;
    color: #333;
    line-height: 14px;
}

.oa-btnL {
    display: block;
    padding: 6px 18px 6px 18px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

    .oa-btnL:hover {
        width: auto;
        background-color: #6c757d;
        font-weight: 400;
        border-radius: 6px;
    }

.oa-btnM {
    display: block;
    padding: 2px 10px 2px 10px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

    .oa-btnM:hover {
        width: auto;
        background-color: #6c757d;
        font-weight: 400;
    }

.oa-btnS {
    display: block;
    padding: 2px;
    border-radius: 6px;
    width: auto;
    background-color: #ff8839;
    font-weight: 400;
}

    .oa-btnS:hover {
        width: auto;
        background-color: #6c757d;
        font-weight: 400;
    }

.oa-mtop10 {
    margin-top: 10px;
}

.oa-mtop20 {
    margin-top: 20px;
}

.oa-paginationTable {
    border: none;
    border-collapse: separate;
}

    .oa-paginationTable td {
        border: solid 1px #ddd;
        border-right: none;
        background-color: #fff;
    }

        .oa-paginationTable td:last-child {
            border-right: solid 1px #ddd;
        }


    .oa-paginationTable tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    .oa-paginationTable tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }

.oa-results {
    color: #999;
}

.oa-mainTable {
    border: none;
    border-collapse: separate;
    background: none;
}

    .oa-mainTable tr {
        background: none;
        background-color: #fff;
    }

    .oa-mainTable thead {
        background: none;
    }

    .oa-mainTable td {
        border: none;
        border-bottom: solid 1px #ddd;
        background-color: #fff;
    }

        .oa-mainTable td:first-child {
            border-left: solid 1px #ddd;
        }

        .oa-mainTable td:last-child {
            border-right: solid 1px #ddd;
        }

    .oa-mainTable tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    .oa-mainTable tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

    .oa-mainTable th {
        background: none !important;
        border: none !important;
        border-top: solid 1px #ddd !important;
        border-bottom: solid 1px #ddd !important;
        color: #999 !important;
        font-weight: 300;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: left;
        vertical-align: bottom;
    }

        .oa-mainTable th:first-child {
            border-top-left-radius: 6px;
            border-left: solid 1px #ddd !important;
        }

        .oa-mainTable th:last-child {
            border-top-right-radius: 6px;
            border-right: solid 1px #ddd !important;
        }

.oa-noBorder {
    border: none;
}

.oa-label {
    display: block !important;
    text-align: left;
    margin-bottom: 6px !important;
    color: #999;
}

.oa-flex {
    display: flex;
}

.oa-searchwidget-flex {
    margin-left: 10px;
}

.oa-searchwidget-button {
    display: inline-block;
    height: 34px;
    width: 90px;
}

    .oa-searchwidget-button:hover {
        display: inline-block;
        height: 34px;
        width: 90px;
    }

.oa-maintable-actionbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.oa-maintable-actionbox-item {
    display: block;
    width: auto;
    padding: 0 10px 0 10px;
}

    .oa-maintable-actionbox-item:hover {
        width: auto;
        padding: 0 10px 0 10px;
    }

/* Profile page */
.actions-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

    .actions-container button {
        background-color: #6591ea;
        color: #fff;
    }

        .actions-container button:hover {
            background-color: #729ffa;
            color: #fafafa;
        }

.profile-content {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 2rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

    .profile-content input, .profile-content select, .profile-content textarea {
        background-color: #fcfcfc;
    }

    .profile-content input {
        font-weight: 500;
        font-size: 1rem;
    }

.user-data-row {
    padding-top: 1rem;
}

.gender-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 2.4rem;
}

.gender-option:first-of-type {
    margin-right: 2rem;
}


/* Services (lista-servicii) page */
.services-header {
    padding: 1.5rem 0 1.3rem 0;
}

.searchbar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.searchbar, .filters {
    display: flex;
    flex-direction: column;
}

    .searchbar label, .filters .filters-title {
        font-size: 0.7rem;
        color: #999;
    }

    .searchbar div, .filter-options {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .searchbar input {
        background-color: #fcfcfc;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        min-width: 20rem;
        font-weight: 500;
        font-size: 1rem;
    }

    .searchbar button {
        background-color: #6591ea;
        color: #fff;
        font-size: 0.9rem;
        margin-left: 0.5rem;
        padding: 0.2rem 0.8rem;
    }

.filters {
    text-align: right;
}

.filter-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 1.5rem;
}

    .filter-option input {
        margin-left: 0.5rem;
        width: 1rem;
        height: 1rem;
        vertical-align: middle;
        margin-bottom: -0.2rem;
    }

.services-options {
    border-top: 1px solid #ededed;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

.collapse-list {
    font-size: 1.2rem;
    font-weight: 500;
}

    .collapse-list::before, .collapsse-list.collapsed::before {
        content: '';
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 1rem;
        height: 1rem;
        display: inline-block;
        margin-right: 0.3rem;
    }

    .collapse-list[aria-expanded="true"]::before {
        background-image: url('./static/icon-expanded.png');
    }

    .collapse-list[aria-expanded="true"]:hover::before {
        background-image: url('./static/icon-expanded-hover.png');
        cursor: pointer;
    }

    .collapse-list[aria-expanded="false"]::before {
        background-image: url('./static/icon-collapsed.png');
    }

    .collapse-list[aria-expanded="false"]:hover::before {
        background-image: url('./static/icon-collapsed-hover.png');
        cursor: pointer;
    }

.service-table thead tr th {
    border: none;
    margin-top: 0.5rem;
    color: #999;
    font-weight: 400;
}

.list-data table tbody tr td {
    border: none;
}

    .list-data table tbody tr td input {
        margin-right: 1rem;
        width: 1rem;
        height: 1rem;
        margin-bottom: 0.1rem;
        vertical-align: middle;
    }

.list-data table tbody tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.total-price-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1.5rem 1rem;
    background-color: #fcfcfc;
}

.total-cost-title {
    font-size: 0.9rem;
    color: #999;
}

/* Documents (adaugare-documente) page */
.documents-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

    .documents-header button {
        background-color: #6591ea;
        color: #fff;
    }

        .documents-header button a {
            color: #fff;
        }

        .documents-header button:hover {
            background-color: #729ffa;
            color: #fafafa;
        }

            .documents-header button:hover a {
                color: #fff;
                text-decoration: none;
            }

.documents-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

.documents-data {
    padding: 0;
}

.documents-table thead tr th {
    border: none;
    margin-top: 0.5rem;
    color: #999;
    font-weight: 400;
    font-size: 0.9rem;
}

.documents-list-data table tbody tr td {
    border: none;
    font-weight: 500;
}

    .documents-list-data table tbody tr td:first-of-type {
        color: #6591ea;
    }

    .documents-list-data table tbody tr td div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .documents-list-data table tbody tr td button {
        border: 1px solid #6591ea;
        border-radius: 3px;
        color: #6591ea;
        font-size: 0.9rem;
        margin-left: 1rem;
        background-color: transparent;
    }

        .documents-list-data table tbody tr td button:hover {
            border: 1px solid #729ffa;
            color: #729ffa;
        }

.documents-list-data table tbody tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.addNewButton {
    background-color: #1F386B;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    transition: .3s;
}

    .addNewButton:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }

    .addNewButton:focus {
        outline: none;
    }

.backButton {
    background-color: #343a40;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    transition: .3s;
}

    .backButton:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }

    .backButton:focus {
        outline: none;
    }

.saveButton {
    background-color: #1F386B;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    transition: .3s;
}

    .saveButton:hover {
        opacity: 0.85;
        color: #fff;
    }

    .saveButton:focus {
        outline: none;
    }

/* New document (adaugare document nou) page */
.new-document-content {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

.document-actions-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

@media (max-width: 730px) {
    .document-actions-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 730px) {
    .new-document-options {
        text-align: center;
    }
}

.loading-icon {
    height: 1.8rem;
    display: none;
}
    /* when the loader should be displayed
based on the event add the 'show' class
to the loader-icon in order to display
the image */
    .loading-icon.show {
        display: block;
    }

.new-document-options button, .pick-file button {
    color: #fff;
    font-size: 0.9rem;
}

    .new-document-options button:hover, .pick-file button:hover {
        color: #fafafa;
    }

.new-document-options .cancel {
    background-color: #d76461;
}

    .new-document-options .cancel:hover {
        background-color: #ea7774;
    }

.new-document-options .add, .new-document-options .loading, .pick-file button {
    background-color: #6591ea;
}

.new-document-options .loading {
    cursor: not-allowed;
}
    /* when the data is loading add the 'show-icon' class
to the 'loading' class in order to display the image */
    .new-document-options .loading.show-icon {
        background-image: url('./static/loader-white.png');
        background-size: auto 60%;
        background-position: center;
        background-repeat: no-repeat;
        color: transparent;
    }

.new-document-options .add:hover, .pick-file button:hover {
    background-color: #729ffa;
}

.new-document-data .row label {
    font-size: 0.8rem;
    color: #999;
}

.new-document-data .row input {
    border-color: #e5e5e5;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 1rem;
}

.pick-file div {
    display: flex;
    flex-direction: row;
}

.pick-file input {
    min-width: 20rem;
    margin-right: 0.8rem;
}

    .pick-file input::placeholder {
        font-size: 0.8rem;
        font-weight: 300;
        color: #999;
    }

.drag-and-drop-files {
    padding: 1rem;
    border: 1px dashed #e5e5e5;
    margin: 1rem 0;
}

.draggable-info p {
    color: #b8b8b8;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

    .draggable-info p:last-of-type {
        margin-bottom: 0;
    }

/* Input file button (documents) */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 24px;
    border: 1px dashed #e5e5e5;
    border-radius: 5px;
    background-color: #F0F0F0;
    transition: 0.2s;
}

.file-drop-area .is-active {
    background-color: #fff;
}

.fake-btn {
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .file-input:focus {
        outline: none;
    }

/* Sharing (partajare) page */
.share-title-container {
    padding: 1.5rem 0;
}

.shared-result-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.sharing-form-row label {
    font-size: 0.8rem;
    color: #999;
}

.sharing-form-row input {
    border-color: #e5e5e5;
    background-color: #fcfcfc;
    font-weight: 500;
    font-size: 1rem;
}

.shared-result-info {
    margin-bottom: 2rem;
}

.sending-options {
    display: flex;
    flex-direction: row;
}

    .sending-options label {
        font-size: 1rem;
        color: #000;
    }

.send-option:first-of-type {
    margin-right: 2rem;
}

.send-option {
    display: flex;
    flex-direction: row;
}

    .send-option input {
        width: 1rem;
        height: 1rem;
        margin: auto 0.4rem auto auto;
    }

.share-file {
    background-color: #6591ea;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

    .share-file:hover {
        background-color: #729ffa;
        color: #fafafa;
        text-decoration: none;
    }

.copy-link-container a {
    color: #6591ea;
    display: block;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
}

    .copy-link-container a:hover {
        color: #729ffa;
        text-decoration: none;
    }

.copy-link-container button {
    background-color: #6591ea;
    color: #fff;
    font-size: 0.9rem;
    display: block;
}

    .copy-link-container button:hover {
        background-color: #729ffa;
        color: #fafafa;
    }

.shared-title-list {
    padding: 1rem 0;
}

.shared-list-container {
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

.shared-list-data-container {
    padding: 0;
}

.shared-list-table thead tr th {
    border: none;
    margin-top: 0.5rem;
    color: #999;
    font-weight: 400;
    font-size: 0.9rem;
}

.shared-list-data table tbody tr td {
    border: none;
    font-weight: 500;
}

    .shared-list-data table tbody tr td:first-of-type {
        color: #6591ea;
    }

    .shared-list-data table tbody tr td div {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .shared-list-data table tbody tr td button {
        border: 1px solid #6591ea;
        border-radius: 3px;
        color: #6591ea;
        font-size: 0.9rem;
        margin-left: 0.7rem;
        background-color: transparent;
    }

        .shared-list-data table tbody tr td button:hover {
            border: 1px solid #729ffa;
            color: #729ffa;
        }

.shared-list-data table tbody tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

/* Consulatations (prezentari) page */
.consultations-header .title {
    padding: 1.5rem 0;
    margin-bottom: 0;
}

.customer-data-table {
    margin-bottom: 1.5rem;
    width: auto;
}

    .customer-data-table thead tr th {
        border: none;
        margin-top: 0.5rem;
        color: #999;
        font-weight: 400;
        padding: 0 3rem 0 0;
        font-size: 0.9rem;
    }

        .customer-data-table thead tr th:first-of-type {
            padding: 0 8rem 0 0;
        }

    .customer-data-table tbody tr td {
        border: none;
        padding: 0 3rem 0 0;
        font-weight: 500;
    }

        .customer-data-table tbody tr td:first-of-type {
            padding: 0 8rem 0 0;
        }

.consultations-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

    .consultations-container .container {
        padding: 0 3px;
    }

.consultatons-data {
    padding: 0;
}

.consultations-table thead tr th {
    border: none;
    margin-top: 0.5rem;
    color: #999;
    font-weight: 400;
    font-size: 0.9rem;
}

.consultations-list-data .title {
    padding: 0 12px;
}

.consultations-list-data table tbody tr td {
    border: none;
    font-weight: 500;
}

    .consultations-list-data table tbody tr td:first-of-type {
        color: #6591ea;
    }

    .consultations-list-data table tbody tr td a {
        color: #6591ea;
    }

        .consultations-list-data table tbody tr td a:hover {
            text-decoration: none;
            color: #729ffa;
        }

.consultations-list-data table tbody tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}
/* Results (rezultate) page */
.results-header {
    padding: 1.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .results-header div {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

        .results-header div h5 {
            margin-bottom: 0;
        }

.go-back:before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    background-image: url('./static/icon-back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 0.3rem;
}

.results-header button {
    font-size: 0.9rem;
}

.results-header div button {
    color: #777;
    border: 1px solid #777;
    border-radius: 4px;
    margin-right: 2rem;
}

    .results-header div button a {
        color: #777;
    }

        .results-header div button a:hover {
            color: #999;
            text-decoration: none;
        }

    .results-header div button:hover {
        color: #999;
        border: 1px solid #999;
    }

.resulta-header div button:hover a {
    color: #999;
}

.results-header div button:hover .go-back:before {
    background-image: url('./static/icon-back-hover.png');
}

.print-file {
    background-color: #6591ea;
    color: #fff;
}

    .print-file:hover {
        background-color: #729ffa;
        color: #fafafa
    }

.results-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fcfcfc;
}

.results-data {
    padding: 0;
}

.results-section-row {
    border-bottom: 1px solid #ededed;
    padding: 1rem 1rem 1.5rem 1rem;
}

.clinic-info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.logo-and-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
}

    .logo-and-info img {
        margin-right: 1rem;
    }

    .logo-and-info h4 {
        margin-bottom: 0;
    }

.address-info p {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 500;
}

.brand-principles {
    text-align: right;
}

    .brand-principles h5 {
        font-size: 1.15rem;
    }

    .brand-principles p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

.dates, .dates div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .dates div:first-of-type {
        margin-right: 3rem;
    }

    .dates div span:first-of-type {
        color: #999;
        font-size: 0.8rem;
        padding-right: 0.3rem;
    }

    .dates div span:last-of-type {
        font-size: 1rem;
        font-weight: 500;
    }

.customer-extended-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -0.5rem;
}

.info-column {
    margin-right: 2.5rem;
    margin-top: 1rem;
}

    .info-column p:first-of-type {
        font-size: 0.8rem;
        color: #999;
        margin-bottom: 0;
    }

    .info-column p:last-of-type {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
    }

.results-section-row .row .collapse {
    width: 100%;
}

.results-section-row.category {
    padding-bottom: 1rem;
}

.category-title {
    margin: 0.5rem 0;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1rem;
}

.category-subtitle {
    margin-top: 0.5rem;
    padding: 0 1rem;
}

    .category-subtitle span:first-of-type {
        font-weight: 500;
        font-size: 1.1rem;
    }

.category-table thead tr th {
    border: none;
    margin-top: 0.5rem;
    color: #999;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.category-table tbody tr:last-of-type {
    border-bottom: 1px solid #dee2e6;
}

.category-table tbody tr td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

    .category-table tbody tr td:first-of-type {
        font-weight: 500;
    }

.category-extra-table {
    width: auto;
}

    .category-extra-table thead tr th {
        border: none;
        margin-top: 0.5rem;
        color: #999;
        font-size: 0.8rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .category-extra-table tbody tr td {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

.extra-data-title {
    font-weight: 400;
}

.extra-data-title, .category-note {
    padding: 0 12px;
}

.general-note {
    padding: 1.5rem 0 0.5rem 0;
}

    .general-note p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

        .general-note p:first-of-type {
            color: #999;
        }

.general-note-date {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

    .general-note-date div {
        margin-right: 2rem;
        font-size: 0.9rem;
    }

        .general-note-date div span:first-of-type {
            color: #999;
            font-size: 0.8rem;
        }

@media(max-width: 767px) {
    /* Header MOBILE */
    html {
        width: 100%;
    }

    .header-container .top-content {
        padding: 20px 15px 0.5rem 15px;
    }

    .brand-logo-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 1rem;
        padding: 0;
    }

    .brand-logo img {
        height: 30px;
    }

    .login-status-container {
        padding: 0;
    }

    .menu-container .container {
        padding: 0;
    }

    /* Footer MOBILE */
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logos {
        justify-content: center;
    }

    .footer-actions {
        margin-top: 0.5rem;
        text-align: center;
    }

    /* Profile page MOBILE */
    .profile-data {
        padding: 0;
    }

        .profile-data .row {
            flex-direction: column;
            margin-left: -15px;
            margin-right: -15px;
        }

    .user-data-row {
        padding-top: 0;
    }

    /* Services (lista-servicii) page MOBILE */
    .searchbar-container {
        flex-direction: column;
    }

    .searchbar input {
        min-width: 14rem;
    }

    .searchbar-container.add-visit-page .searchbar {
        margin-bottom: 0.5rem;
    }

        .searchbar-container.add-visit-page .searchbar:last-of-type {
            padding-left: 0;
        }

        .searchbar-container.add-visit-page .searchbar label {
            margin-top: 0;
        }

    .searchbar-container.add-visit-page button {
        margin-left: 0;
    }

    .filter-options {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .filter-option {
        margin-left: 0;
        margin-right: 1.5rem;
    }

    .filters-title {
        margin-top: 1rem;
        text-align: left;
    }

    .services-data, .total-price {
        padding: 0;
    }

    /* Documents (adaugare documente) page MOBILE */
    .documents-header {
        flex-direction: column;
    }
    /* New document (adaugare document nou) page MOBILE */
    .document-actions-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-document-data {
        padding: 0;
    }

        .new-document-data .row {
            display: block;
        }

            .new-document-data .row label {
                font-size: 0.9rem;
            }

    .pick-file input {
        min-width: 10rem;
        margin-right: 0.5rem;
    }
    /* Sharing (partajare) page MOBILE*/
    .sharing-form-row, .shared-result-info {
        display: block;
    }

    .shared-result-container .container, .shared-list-data-container .container {
        padding: 0;
    }
    /* Consulatations (prezentari) page MOBILE */
    .consultations-header.visits-page {
        margin-left: -1rem;
    }

    .customer-data-table {
        width: 100%
    }

        .customer-data-table thead tr th {
            padding: 0 1rem 0 0;
        }

            .customer-data-table thead tr th:first-of-type {
                padding: 0 1rem 0 0;
            }

        .customer-data-table tbody tr td {
            padding: 0 1rem 0 0;
        }

            .customer-data-table tbody tr td:first-of-type {
                padding: 0 1rem 0 0;
            }

    .consultations-container {
        padding-left: 0;
        padding-right: 0;
    }

        .consultations-container .container {
            padding: 0;
        }
    /* Results (rezultate) page MOBILE */
    .results-header {
        flex-direction: row;
    }

        .results-header button {
            font-size: 0.8rem;
        }

        .results-header div button {
            margin-right: 1rem;
        }

        .results-header div h5 {
            font-size: 1rem;
        }

    .clinic-info-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .brand-principles {
        text-align: left;
        margin-top: 1rem;
    }

    .dates {
        flex-direction: column;
        align-items: flex-start;
    }

    .results-section-row {
        padding-left: 0;
        padding-right: 0;
    }

    .category-extra-table {
        width: 100%;
    }

    .general-note-container {
        padding: 0;
    }

    .general-note p {
        font-size: 1rem;
    }

    .general-note-date {
        flex-direction: column;
    }

        .general-note-date div {
            font-size: 1rem;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    /* Header TABLET portrait */
    .menu-container .container {
        padding: 0;
    }
    /* Services page MOBILE */
    .searchbar-container {
        flex-direction: column;
    }

        .searchbar-container.add-visit-page {
            flex-direction: row;
        }

    .filter-options {
        justify-content: flex-end;
    }
}

.list-container .list .list-item.small {
    width: 32%;
    border-radius: 0;
}

.list-container .list .list-item .list-item-icon {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #d7144c;
    display: flex;
}

.list-container .list .list-item {
    background-color: #fff;
    padding: 2rem;
    margin-right: 1rem;
    width: 31%;
    border-radius: 3px;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .list-container .list .list-item .list-item-icon img {
        height: 2rem;
        margin: auto;
        margin-top: 0.9rem;
    }

.list-container {
    display: flex;
    flex-direction: column;
}

    .list-container .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -1rem;
        margin-bottom: 2rem;
    }

        .list-container .list .list-item .info-label {
            font-size: 0.8rem;
            color: rgb(171, 174, 173);
            margin-right: 0.5rem;
        }

        .list-container .list .list-item .info-column .info-label {
            font-size: 0.8rem;
        }

        .list-container .list .list-item .info-data {
            font-size: 1.3rem;
            font-weight: 600;
        }

.actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.editButton {
    background: #1F386B;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    border: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100px;
    text-decoration: none;
}

    .editButton:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }

.actions-row .editButton.icon-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.detailsButton {
    background-color: #1F386B;
    padding: 0.2em 2rem;
    display: inline-block;
    min-height: 1.4rem;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 0.80rem;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

    .detailsButton:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }

.deleteButton {
    background-color: #dc3545;
    padding: 0.2em 2rem;
    display: inline-block;
    min-height: 1.4rem;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 0.80rem;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

.deleteButton:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
}

body {
    background-color: #f5f5f5 !important;
    padding-top: 95px;
    padding-bottom: 60px;
    min-width: 1000px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.form-control-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.removeButton {
    width: 15px;
}

.calendarButton {
    width: 20px;
}

.editButtonSmall {
    width: 18px;
    font-size: 15px;
    color: #4a01a5;
}

.editButtonSmallCert {
    width: 18px;
}

.editButtonXSmall {
    width: 12px;
}

.visit-name b {
    font-size: 12px;
    font-weight: 500;
}

#physicianCard {
    overflow-y: scroll;
    height: 291px;
    margin-top: 12px;
    margin-bottom: 27px;
}

.icon-box {
    padding: 8px 15px 5px 15px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #f1f3f6 !important;
    height: 60px;
}

.openModal {
    float: right;
    margin-top: 7px;
}

.content-wrap {
    display: inline-block;
    width: 100%;
}

.physicianName {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 10px;
}

.availableDate {
    padding-left: 10px;
    font-size: 14px;
}

.viewAvailability {
    width: calc(22% - 4px);
    background: #1F386B;
    color: #fff;
    border-radius: 50px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    float: right;
    border: none;
    top: 60px;
    position: relative;
}

    .viewAvailability:hover {
        opacity: 0.8;
        background: #1F386B;
    }

.physicianLogo {
    width: 125px;
    border: 1px solid #e5e5e5;
}

#wrapper {
    display: flex;
}

#left {
    flex: 0 0 13%;
}

#right {
    flex: 1;
}

.wrapperRight {
    font-size: 14px;
}

.showCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    height: auto;
    width: 100%;
}

.leftLabelText {
    padding: 20px;
    color: rgb(65, 143, 222);
}

.confirm-appointment {
    display: flex;
    align-items: center;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
    border: 1px solid #e5e5e5;
}

    .confirm-appointment .date {
        padding: 0.8rem 0.8rem 0.8rem 1.3rem;
        text-align: right;
    }

        .confirm-appointment .date img {
            height: 2rem;
            margin-bottom: 0.3rem;
        }

        .confirm-appointment .date p:first-of-type {
            font-weight: bold;
        }

        .confirm-appointment .date p {
            margin-bottom: 0;
            font-size: 0.9rem;
        }

            .confirm-appointment .date p:last-of-type {
                color: #808080;
            }

    .confirm-appointment .appointment-info {
        border-left: 1px solid #e5e5e5;
        padding: 0 0.8rem;
        margin: 0.5rem 0;
    }

        .confirm-appointment .appointment-info .app-info-row {
            margin-bottom: 0.8rem;
        }

            .confirm-appointment .appointment-info .app-info-row .app-info-label {
                font-size: 14px;
                color: rgb(65, 143, 222);
            }

.chooseServices {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: -5px;
    color: rgb(65, 143, 222);
}

.selectServices {
    padding: 6px 35px 4px 35px;
    font-size: 14.5px;
}

#appButtons {
    margin-top: 40px;
}

.confirmAppButton {
    display: inline-block;
    width: calc(30% - 4px);
    margin: 0 auto;
    background: #1F386B;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    position: absolute;
    bottom: 35px;
    right: 36px;
}

    .confirmAppButton:hover {
        display: inline-block;
        width: calc(30% - 4px);
        margin: 0 auto;
        background: #1F386B;
        color: #fff;
        border-radius: 50px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 15px;
        text-align: center;
        border: none !important;
        position: absolute;
        bottom: 35px;
        right: 36px;
        opacity: 0.8;
    }

.cancelAppButton {
    display: inline-block;
    width: calc(30% - 4px);
    margin: 0 auto;
    background: #343a40;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    position: absolute;
    bottom: 35px;
    left: 36px;
    text-decoration: none;
}

    .cancelAppButton:hover {
        display: inline-block;
        width: calc(30% - 4px);
        margin: 0 auto;
        background: #343a40;
        color: #fff;
        border-radius: 50px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 15px;
        text-align: center;
        border: none !important;
        position: absolute;
        bottom: 35px;
        left: 36px;
        text-decoration: none;
        opacity: 0.8;
    }

.check {
    height: 20px;
}

.login-row {
    margin-bottom: 15px;
}

.login-row-recover {
    font-size: 12.5px;
    text-align: center;
    margin-bottom: 15px;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating {
        height: calc(2.3rem + 2px);
        line-height: 1.25;
        font-size: 14px;
    }

        .form-floating > .form-select {
            height: calc(2.3rem + 2px);
            line-height: 1.25;
        }

        .form-floating > .form-select {
            padding-top: 15px;
            padding-bottom: 0;
            font-size: 14px;
        }

.login-row label {
    font-size: 0.8rem;
    color: #999;
}

.login-page {
    min-height: 90vh;
}

.login-content-log {
    margin: auto;
    padding: 25px 15px 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: white;
}

.submit-container-login {
    text-align: center;
    padding-top: 14px;
}

.showPagination {
    /*    border: 1px solid #D3D3D3;*/
    width: 30px;
    text-align: center;
    font-size: 12px;
    height: 25px;
    text-decoration: none !important;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.table-page-content td {
    border-right: none;
    background-color: transparent;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

td.showPagination {
    color: black !important;
}

.introText {
    background: #f0f0f0;
    font-size: 14px;
    padding: 8px;
}

.navbar {
    box-shadow: 0px 10px 15px -6px rgb(0 0 0 / 10%);
}

.bg-custom {
    background-color: #1fc8db;
    background-image: linear-gradient(45deg,#8db459 25%,#4a01a5 25%);
    color: white;
}

@media (max-width: 990px) {
    .bg-custom {
        background-color: #1fc8db;
        background-image: linear-gradient(45deg,#8db459 0%,#4a01a5 0%);
        color: white;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #CFCFCF;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-light .navbar-toggler {
    margin-bottom: 5px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.1rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

.align-lang {
    padding-right: 5px;
    padding-left: 7px;
}

.alignIcon {
    padding-right: 8px;
}

.alignLogo {
    width: 140px;
}

.alignInput {
    margin-top: auto;
    margin-bottom: 0;
}

.alignInputMiddle {
    margin-top: auto;
    margin-bottom: auto;
}

.alignRow {
    padding-top: 10px;
}

.alignFirstRow {
    padding-bottom: 10px;
}

.topBorder {
    border-top: 1px solid #E0E0E0;
}

.alignBar {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

.showDateIcon {
    background-image: url("/images/icon-calendar.png");
    background-position: calc(100% - 4px) 6px;
    background-size: 16px 115px;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    right: -5px !important;
    top: 7px !important;
    background-image: url(/images/right-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next:hover {
    background-image: url(/images/right-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
    background-color: transparent !important;
    right: -5px !important;
    top: 7px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 14px !important;
    top: 7px !important;
    background-image: url(/images/left-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-prev:hover {
    background-image: url(/images/left-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
    background-color: transparent !important;
    left: 14px !important;
    top: 7px !important;
}

hr {
    background-color: #E0E0E0 !important;
    opacity: 0.15;
}

.inputLabelColor {
    color: #0d6efd;
}

.frontDeskTable {
    font-size: 14px;
    vertical-align: middle;
    text-transform: none !important;
}

.frontDeskServicesTable {
    font-size: 14px;
    vertical-align: middle;
    text-transform: none !important;
}

.servicesTable {
    font-size: 14px;
    text-transform: none;
}

.attrDepTable {
    font-size: 14px;
}

.attrDepCustValsTable {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.attrDepCustValsTable .form-link-sm {
    max-width: 40px;
}

.attrDepTable td, .attrDepTable tr {
    border-style: none;
}

.attrDepTable select {
    width: 100px;
}

.attrDepTable input[type="text"] {
    width: 90px;
}

.link-primary {
    font-size: 13px;
    text-transform: uppercase;
    color: #0d6efd;
    font-weight: normal;
    cursor: pointer;
}

.link-primary-menu {
    font-size: 14px;
    text-transform: uppercase;
    color: #0d6efd;
    padding-right: 20px;
}

.bulletinInfoSm {
    color: #6c757d !important;
    font-size: 13px;
    text-transform: uppercase;
}

.bulletinInfoLg {
    color: #343434 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.bulletinInfoLab {
    color: #343434 !important;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    margin-left: 5px;
}

.bulletinInfoLgAmb {
    color: #0d6efd !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.bulletinInfo {
    color: #6c757d !important;
    font-size: 13px;
    text-transform: none;
}

*::after, *::before {
    content: '';
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
}

.main h1 {
    font-size: 32px;
    color: #64788c;
    padding: 4em 0px;
}

.panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s 0.6s;
}

.panel::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    transition: background 0.3s 0.3s;
}

.is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
}

.is-visible::after {
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s 0s;
}

.panel header {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    top: -50px;
    right: 0;
    transition: top 0.3s 0s;
}

.panel header h1 {
    font-weight: bold;
    color: #89ba2c;
    padding-left: 5%;
}

.is-visible header {
    position: fixed;
    transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
    .panel header {
        width: 100%;
    }
}

@media only screen and (min-width: 1170px) {
    .panel header {
        width: 100%;
    }
}

.panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 60px;
}

.panel-close::before, .panel-close::after {
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    backface-visibility: hidden;
    transition: transform 0.3s 0.6s;
}

.panel-close:hover {
    background-color: #424f5c;
}

.panel-close:hover::before {
    background-color: white;
    animation: before-rotations 0.3s;
}

@keyframes before-rotations {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(220deg);
    }
}

.panel-close:hover::after {
    background-color: white;
    animation: after-rotations 0.3s;
}

@keyframes after-rotations {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(135deg);
    }
}

.is-visible .panel-close::before {
    transform: rotate(45deg);
}

.is-visible .panel-close::after {
    transform: rotate(-45deg);
}

.close-space {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.visible-close-space {
    display: block;
}

.panel-content {
    position: fixed;
    width: 100%;
    height: 65%;
    bottom: 0;
    background: #f5f5f5;
    z-index: 2;
    transition-property: transform;
    transition-delay: 0.3s;
    transition-duration: 0.3s;
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.is-visible .panel-content {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .panel-content {
        width: 100%;
    }
}

@media only screen and (min-width: 1170px) {
    .panel-content {
        width: 100%;
    }
}

.panel-content article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    padding-top: 50px;
    overflow: auto;
}

.panel-content article p {
    font-size: 14px;
    color: #424f5c;
    padding: 1em 2em 1em 1.5em;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .panel-content article p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.servicesMenu {
    padding: 14px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 10px 55px -10px rgb(0 0 0 / 10%);
}

ul.tabs {
    float: left;
    clear: both;
    list-style: none;
    border-bottom: 2px solid #E0E0E0;
    position: relative;
    font-size: 1.061em;
    padding: 0;
}

ul.tabs li {
    float: left;
}

ul.tabs li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #0d6efd;
    padding: 12px 20px;
    min-width: 85px;
    font-weight: normal;
}

ul.tabs li.active a {
    color: #6c757d;
}

.tabsContainer {
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
    *position: relative;
}

.tabWrapper {
    position: relative;
    font-size: 0rem;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    white-space: nowrap;
    *width: 300%;
}

.tabContent {
    height: 65%;
    text-align: left;
    width: 100%;
    padding: 0px;
    position: relative;
}

.tabWrapper > * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1rem;
    letter-spacing: normal;
    vertical-align: top;
    word-spacing: normal;
    white-space: normal;
    *width: 800px;
}

#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #6c757d;
}

.tabs:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

*:first-child + html .tabs {
    zoom: 1;
}

.deleteItem {
    color: red;
    cursor: pointer;
}

.recoverItem {
    color: #0d6efd;
    cursor: pointer;
}

.saveItem {
    color: green;
}

.bulletinInfoSmSlider {
    color: #6c757d !important;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}

.accordion-item {
    background-color: transparent;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: none;
    border-right: none;
}

.accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    font-weight: normal;
    background-color: transparent;
    box-shadow: none;
    color: #212529 !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    padding: 0px 1.25rem 15px 0px !important;
}

.accordion-button-badge {
    font-size: 1rem;
    border: none;
    padding: 18px 0px 0px 1px;
    background-color: transparent;
}

.bulletinBtn {
    margin-right: 5px;
}

.requestBtn {
    margin-right: 5px;
    margin-top: 10px;
}

.accordion-title {
    font-weight: normal;
    color: #6c757d !important;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 50px;
    padding: 10px 0px 1px 0px;
}

.accordion-new-title {
    font-weight: normal;
    color: #6c757d !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 0px 1px 0px;
}

.accordion-subtitle {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

.accordion-header-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 500;
}

.accordion-header-subtitle {
    font-size: 12.5px;
}

.accordion-header-title-id {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 500;
    display: block;
    line-height: 0 !important;
    padding-top: 8px;
}

@media only screen and (max-width: 1200px) {
    .accordion-header-title-id {
        text-transform: uppercase;
        font-size: 14px;
        color: #6c757d !important;
        font-weight: 500;
        display: block;
        line-height: 0 !important;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

.accordion-header-title-invoice {
    text-transform: uppercase;
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 500;
    line-height: 0 !important;
}

.btn-light {
    color: #000;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    text-transform: none;
    white-space: nowrap;
}

.btn-primary {
    white-space: nowrap !important;
}

.footerMenu {
    background-color: #F0F0F0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    height: 50px;
    padding: 10px 30px 10px 30px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.frontDeskFooterMenu {
    background-color: #F0F0F0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    height: 50px;
    padding: 10px 30px 10px 30px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .frontDeskFooterMenu {
        background-color: #F0F0F0;
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
        height: 50px;
        padding: 10px 30px 10px 30px;
        position: unset !important;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }
}

.alignIconRight {
    padding-left: 8px;
}

.btn-success {
    color: #fff;
    background-color: #8db459;
    border-color: #8db459;
}

.btn-success:hover {
    color: #fff;
    background-color: #8db459;
    border-color: #8db459;
    opacity: 0.8;
    transition: .3s;
}

.btn-success:focus {
    background-color: #6c757d;
    border-color: #6c757d;
}

.firstRow {
    padding: 15px 0px 0px 0px;
}

.secondRow {
    padding: 15px 0px 0px 0px;
}

.lastRow {
    padding: 15px 0px 5px 0px;
}

.secondRowInv {
    padding: 7px 0px 0px 0px;
}

.firstRowInv {
    padding: 7px 0px 0px 0px;
}

.firstInput {
    padding: 6px 16px 0px 8px;
}

.secondInput {
    padding: 6px 20px 0px 5px;
}

.secondInputDate {
    padding: 6px 20px 0px 12px;
}

.checkboxInput {
    padding: 24px 20px 0px 10px;
}

.form-group {
    color: #6c757d !important;
    font-size: 10px;
    text-transform: uppercase;
}

.center {
    display: flex;
    flex-flow: row nowrap;
}

.results-pagination {
    margin-top: 8px;
    display: flex;
}

.form-control-checkbox {
    transform: scale(1.2);
    margin-top: 10px;
}

.modal-footer {
    background-color: #F0F0F0;
}

.modal-header {
    background-color: #405a87;
    color: #fff;
}

.list-group-item {
    border: none !important;
    padding: 5px 0px;
}

.list-group-flush {
    margin-top: 10px;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    height: 410px;
    overflow-x: hidden;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.table-wrapper {
    max-height: 410px;
    overflow-y: scroll;
    margin-top: 10px;
}

.table-wrapper-modal {
    max-height: 178px;
    overflow-y: scroll;
}

.table-wrapper-app {
    max-height: 660px;
    overflow-y: scroll;
}

.appointment-alert {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.alert-message {
    margin-right: 10px;
    max-width: 600px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.alert .glyphicon {
    display: table-cell;
}

.alert div,
.alert span {
    padding-left: 5px;
    display: table-cell;
}

.alert-warning-appointments {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.duration-timeline {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 2px solid #ccc;
    height: 42px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.minutes-timeline {
    color: #757575;
    width: 100%;
    border-left: 1px solid #ccc;
    height: 40px;
}

.five-minutes {
    border-image: linear-gradient(to bottom, transparent 0%,#ccc 0%,#ccc 25%,transparent 20%);
    border-image-slice: 1;
}

.fifteen-minutes {
    color: #757575;
    width: 100%;
    border-left: 1px dotted #ccc;
    height: 40px;
}

.one-hour {
    color: #757575;
    width: 100%;
    border-left: 2px solid #ccc;
    height: 40px;
}

.topHours {
    font-size: 10px;
    color: #757575;
    font-weight: 500;
    width: 100%;
}

.bottomHours {
    font-size: 10px;
    color: #757575;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.hours-timeline .new-time {
    padding: 0px;
    display: flex;
}

.hours-timeline .time {
    padding: 5px 0;
    display: flex;
}

.appFirstRow {
    margin-bottom: 10px;
}

.day-timeline {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 13px;
}

.appTable {
    margin-top: 10px;
    font-size: 14px;
}

.appTableColor {
    color: #ea65d8;
    font-weight: bold;
    cursor: pointer;
}

.appTableColor:hover {
    color: #ea65d8;
    font-weight: bold;
    text-decoration: underline;
}

.appStatus {
    width: 16px;
    margin-bottom: 1px;
}

.appTimeSlot {
    vertical-align: middle;
}

.bg-time-slot {
    --bs-bg-opacity: 1;
    background-color: #ea65d8 !important;
}

.scheduleTable {
    margin-top: 20px;
    font-size: 15px;
}

details {
    padding: 0.25rem;
}

details[open] > summary {
    text-transform: uppercase;
    font-size: 12px;
    color: black !important;
}

details > summary {
    text-transform: uppercase;
    font-size: 12px;
    color: black !important;
}

details a {
    font-size: 12px;
    color: black !important;
    text-decoration: none;
    font-weight: 500;
}

details a:hover {
    font-size: 12px;
    color: #6c757d !important;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.referralBadge {
    float: right;
}

.referralBadgeNote {
    float: right;
    margin-right: 5px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: none;
}

th {
    background-color: #ebedf1 !important;
}

.no-margin {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-weight: 300;
}

.bg-available {
    color: black;
    border: 1px dashed black;
    width: 100%;
    cursor: pointer;
}

.bg-not-available {
    width: 100%;
    --bs-bg-opacity: 1;
    background-color: rgb(232, 232, 232) !important;
    color: black;
}

.bg-center-text {
    float: left;
    margin-right: -80px;
}

.bg-no-program {
    text-align: center;
    color: #808080;
    font-size: 13px;
}

.app-name {
    margin-left: 20px;
    color: darkblue;
}

.app-contract {
    margin-left: 20px;
    color: black;
}

.app-details {
    margin-left: 20px;
    color: rgb(153, 153, 0);
}

.app-phone {
    margin-left: 20px;
    color: black;
}

.app-status {
    margin-left: 20px;
    color: black;
}

.form-control-sm {
    height: calc(1em + .375rem + 2px) !important;
    padding: .12rem .2rem !important;
    font-size: .73rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-link-sm {
    height: calc(1.5em + .5rem) !important;
    padding: .12rem .2rem !important;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
}

.form-select {
    padding: .27rem .2rem !important;
    font-size: .75rem !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.15rem 0.5rem !important;
    font-size: .875rem;
    border-radius: 0.2rem;
    z-index: 0 !important;
}

.indexApp {
    display: flex;
}

.selectApp {
    width: 90% !important;
}

.alignIconApp {
    padding: 10px 0 10px 13px;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.alignIconReload {
    padding: 2px 0px 0px 5px;
    font-size: 11px;
    color: black;
    cursor: pointer;
}

#appointmentsApp {
    margin-top: -10px;
}

.mark, mark {
    padding: 0 !important;
    background-color: #fff3cd !important;
}

.appNotifications {
    border: none;
    background: none;
}

.navigationTable tr:focus {
    background-color: #3070f8;
}

.navigationTable tr:hover {
    background-color: #3070f8;
}

.btn-light.disabled, .btn-light:disabled {
    color: #000;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    text-transform: none;
    white-space: nowrap;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
     pointer-events: none; 
     opacity: unset !important; 
}

.searchReferralDoctor {
    width: 20%;
    margin-bottom: 20px;
}

#blazor-error-ui {
    display: none;
    z-index: 9999999;
    position: fixed;
}

.model-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.model {
    background-color: white;
    width: 24%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
}

.model h4 {
    text-align: center;
}

.reload {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 22%;
}

.resultsTable {
    font-size: 14px;
    margin-top: 10px;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}

.group {
    display: table;
}

.alignInv {
    vertical-align: middle;
}

.invBtn {
    width: auto;
    text-align: left;
}

.invUnit {
    width: 100px;
}

.invSelect {
    width: 200px;
    margin-top: 20px;
}

.invModal {
    max-width: 168px;
}

.btn-reject {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
}

.btn-reject:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-disabled {
    color: dimgrey;
    background-color: transparent;
    border-color: dimgrey;
}

.btn-validate {
    color: #00b74a;
    background-color: transparent;
    border-color: #00b74a;
}

.btn-validate:hover {
    color: #fff;
    background-color: #00b74a;
    border-color: #00b74a;
}

.invRow {
    padding: 5px 0 5px 0;
    background-color: #e5ebe5;
}

.results {
    font-size: 17px;
    color: #6c757d;
}

.check-results {
    font-size: 13px;
    color: #6c757d;
}

.domain-name {
    font-size: 18px;
}

.results-table {
    background-color: transparent !important;
    font-weight: normal;
}

.select-location {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui-autocomplete {
    border: 1px solid #c5c5c5;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: auto;
}
.resultsInv {
    font-size: 13px;
    color: #6c757d;
    margin-left: 5px;
}

.showSmallerCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
}

.cardLabel {
    padding: 20px 10px 10px 20px;
}

.info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.info h2 {
    color: #34495E;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 4px 0 0;
}

.btn-group {
    font-size: 14px;
    padding: 3px 0;
    float: right;
}

.dash-icons {
    font-size: 40px;
    color: #4a01a5;
}

.basic-card {
    position: relative;
    border-radius: 0.8rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.basic-card .card-content {
    padding: 15px 50px 10px 15px;
}

.basic-card .card-title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: bolder;
}

.basic-card .card-text {
    line-height: 1.6;
}

.basic-card .card-link {
    padding: 19px 30px 19px 15px;
}

.basic-card .card-link a {
    text-decoration: none;
    position: relative;
    padding: 10px 0px;
}

.basic-card .card-link a:after {
    top: 30px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.basic-card .card-link a:hover:after {
    width: 100%;
    left: 0;
}

.basic-card-blue {
    background-color: #F8F8F8;
}

.basic-card-blue:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.basic-card-blue .card-content, .basic-card .card-link a {
    color: black;
    text-transform: none;
    height: 80px;
}

.basic-card-blue .card-link {
    border-top: 1px solid #E0E0E0;
    height: 80px;
}

.basic-card-blue .card-link a:after {
    background: #fff;
}

.basic-card-blue:after {
    content: '';
    height: 80%;
    width: 1rem;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 10%;
    border-radius: 1.2rem 0 0 1.2rem;
}

.text-align-center {
    text-align: center;
}

.westgardrules-collor {
    background-color: yellow;
}

.reportTable {
    border: 1px solid #000;
    padding: 5px;
}

.hidden {
    display: none;
}

.btn-primary:disabled {
    color: #232324;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.dirty {
    border-color: red;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #dee2e6 !important;
    min-height: 14px;
    background-color: #fff;
    border-radius: .25rem !important;
    margin: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    padding: 0.27rem 0.2rem !important;
    font-size: .75rem !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: transparent !important;
    font-style: italic;
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 30px !important;
    cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px !important;
}

.SumoSelect {
    width: 100% !important;
}

.form-select-sumo {
    color: #212529;
    background-color: #fff;
}

.form-select-expanded {
    width: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 0px !important;
    border: 0px;
}

.inline-edit {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 10px;
    pointer-events: initial;
}

.popover {
    max-width:750px;
}

.greenCell{
    background-color: rgb(107,211,91)!important;
    cursor: pointer;
}
.lightGreenCell{
    background-color: rgb(181 211 91)!important;
    cursor: pointer;
}

.yellowCell{
    background-color: rgb(245,239,142)!important;
    cursor: pointer;
}

#radiologyTableBody tr:hover {background-color: #06ffdb!important;}
#radiologyTableBody td:hover {background-color: #06ffdb!important;}

.fixed-date {
    width: auto !important;
}

.ui-menu-item {
    text-transform: none !important;
}

.tab-content {
    margin-top: 2px;
}

.firstRowAmb {
    padding: 7px 0px 0px 0px;
}

.firstRowCert {
    padding: 7px 0px 0px 0px;
}

.secondRowAmb {
    padding: 7px 0px 0px 0px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    font-size: 13px;
}

.no-padding-help {
    padding: 0;
}

.no-padding-reports {
    padding: 0;
}

.prescription-table {
    font-size: 13px;
}

.table-wrapper-modal-prescriptions {
    max-height: 410px;
    min-height: 410px;
    overflow-y: scroll;
}

.app-is-confirmed {
    width: 70px;
    display: inline-block;
    margin-left: 20px;
    color: green;
    font-weight: bold;
}

.centerSpinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 27px;
    height: 25px;
    width: 25px;
}

.new-visit {
    height: 18px;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 10px;
    text-align: center;
}

.dropdown-menu .separator:first-child, .dropdown-menu .separator:last-child {
    display: none;
}

.offcanvas {
    background-color: #f5f5f5 !important;
}

.offcanvas-header::after, .offcanvas-header::before {
    content: none !important;
}

.offcanvas-title {
    font-weight: bold;
    font-size: 14px;
}

.offcanvas-header .btn {
    font-size: .65rem;
    margin-left: 5px;
}

.offcanvas-header button p {
    margin: 0;
}

.offcanvas-header .dropdown-menu {
    min-width: unset !important;
}

.offcanvas-header-badge {
    padding: .15rem !important;
}

.start-75 {
    left: 75% !important;
}

.offcanvas-notif-header {
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.175);
}

.offcanvas-notif-msg {
    border-bottom: 1px solid rgba(0,0,0,0.175);
}

.offcanvas-notif-body {
    padding: 0;
    background-color: white;
}

.offcanvas-notif-body div.notif-placeholder:first-child {
    display: flex !important;
}

.offcanvas-notif-body.read div.read, .offcanvas-notif-body.unread div.unread, .offcanvas-notif-body.archived div.archived {
    display: flex !important;
}

.card-notif {
    /*
    margin-top: 5px;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
*/
    cursor: default;
    display: none;
    border-radius: 0;
    border-width: 0 0 1px 0;
}

.card-notif:hover {
    background-color: rgb(224, 240, 255)
}

.card-notif button:hover {
    /*background-color: #f5f5f5 !important;*/
    color: #000;
    border-radius: 5px;
}

.card-notif .card-body {
    padding: 2px 10px;
}

.card-notif .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-notif.unread {
    /*font-weight: bold;*/
    /*background-color: #729ffa12;*/
}

.card-badge {
    display: none;
    padding: .2rem !important;
}

.card-notif.unread .card-badge {
    display: initial;
}

.card-notif-header {
    padding: 5px 10px;
    color: rgb(33, 37, 41);
    background-color: initial;
    display: flex;
    align-items: center;
    border: 0;
}

.toast-notif {
    background-color: rgb(255,255,255);
    cursor: default;
}

.toast-header-notif {
    padding: 5px 10px;
    border: 0;
}

.notif-source {
    font-size: 12px;
    border: 0;
    background-color: transparent;
    color: rgb(91, 99, 106);
}

.btn-close-notif {
    height: 5px;
    width: 5px;
    margin-right: 0 !important;
}

.text-notif {
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

.text-notif-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-notif p {
    margin: 0;
}

.text-notif-more {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background-color: transparent;
    padding: 0;
}

.top-20 {
    top: 20%!important;
}

.col-md-1-5 {
    flex: 0 0 auto;
    width: 10%;
}

.col-md-2-5 {
    flex: 0 0 auto;
    width: 20%;
}

.col-md-9-5 {
    flex: 0 0 auto;
    width: 80%;
}

.workflow {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.workflow .items-flex {
    display: flex;
    align-items: center;
    position: relative;
    border: 0;
}

.workflow.center .items-flex {
    justify-content: center;
}

.workflow.left .items-flex {
    justify-content: left;
}

.workflow .items-flex div * {
    display: table;
    margin: auto;
}

.workflow .items-flex div button {
    border-radius: 18px !important;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 14px;
    transition: none;
}

.workflow .items-flex div button.new {
    border-color: var(--new-color) !important;
    background-color: var(--new-bg) !important;
    color: var(--new-color) !important;
}

.workflow .items-flex div button.new:hover {
    border-color: var(--new-bg) !important;
    background-color: var(--new-color) !important;
    color: var(--new-bg) !important;
}

.workflow .items-flex div button.inprogress {
    border-color: var(--inprogress-color) !important;
    background-color: var(--inprogress-bg) !important;
    color: var(--inprogress-color) !important;
}

.workflow .items-flex div button.inprogress:hover {
    border-color: var(--inprogress-bg) !important;
    background-color: var(--inprogress-color) !important;
    color: var(--inprogress-bg) !important;
}

.workflow .items-flex div button.paused {
    border-color: var(--paused-color) !important;
    background-color: var(--paused-bg) !important;
    color: var(--paused-color) !important;
}

.workflow .items-flex div button.paused:hover {
    border-color: var(--paused-bg) !important;
    background-color: var(--paused-color) !important;
    color: var(--paused-bg) !important;
}

.workflow .items-flex div button.success {
    border-color: var(--success-color) !important;
    background-color: var(--success-bg) !important;
    color: var(--success-color) !important;
}

.workflow .items-flex div button.success:hover {
    border-color: var(--success-bg) !important;
    background-color: var(--success-color) !important;
    color: var(--success-bg) !important;
}

.workflow .items-flex div button.error {
    border-color: var(--error-color) !important;
    background-color: var(--error-bg) !important;
    color: var(--error-color) !important;
}

.workflow .items-flex div button.error:hover {
    border-color: var(--error-bg) !important;
    background-color: var(--error-color) !important;
    color: var(--error-bg) !important;
}

.workflow .items-flex div button.active {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.75);
}

.workflow.disable-active .items-flex div button.active {
    pointer-events: none;
}

.workflow .items-flex div button.disabled {
    pointer-events: none;
}

.workflow .progress-line {
    height: 2px;
    background: darkgrey;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    top: calc(50% - 1px);
}

.workflow.center .progress-line {
    left: 0;
    right: 0;
}

.workflow.left .progress-line {
    left: 5%;
}

.nav-tabs .nav-item:hover {
    background-color: white !important;
}

.form-check-input {
    border-color: gray !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd !important;
}

.help-button {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.help-button:hover {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: white !important;
    transition: .3s;
    font-size: 17px;
}

@media (max-width: 1600px) {
    .container-frontdesk {
        min-width: 1600px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10.5px;
    }
    .first-buttons {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .hide-item {
        display: none;
    }
    .show-item {
        display: inline !important;
        padding-bottom: 5px;
    }
    body {
        padding-top: 75px;
    }
}

.validation-message {
    color: rgb(220,53,69) !important;
}

.validation-sign {
    color: red;
}

.select-services {
    height: 30px;
    margin-top: 13px;
    margin-left: 13px;
    width: 135px;
}

.accordion-image-collapse {
    width: 1.25rem;
    height: 1.25rem;
}

.unsavedvalue {
    color: red;
}

label.unsaved::after {
    color:red;
    font-weight: bold;
    content: ' !';
}

.updated-by {
    font-size: 12px;
    font-weight: bold;
    background: #f4f4f4;
    padding: 6px;
    font-style: italic;
}

.status-message {
    font-size: 12px;
    font-style: italic;
}

.lab-status {
    font-weight: bold;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.lab-box {
    height: 100%;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.lab-box-info {
    border-radius: 5px;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
}

.form-group-lab {
    color: #6c757d !important;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}

.lab-tabs {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.exclusive-search label,
.exclusive-search input, .exclusive-search input:focus,
.exclusive-search select, .exclusive-search select:focus,
.exclusive-search i[data-bs-toggle="tooltip"] {
    font-weight: bold;
    border-color: darkviolet;
    color: darkviolet;
}

.exclusive-search-tooltip .tooltip-inner {
    color: #F0F0F0;
    background-color: darkviolet;
    border: 1px darkviolet solid;
    font-size: 10px;
}

.exclusive-search-tooltip .tooltip-arrow::before {
    border-right-color: darkviolet!important;
}

.list-text-red {
    color: red;
}

.list-text-green {
    color: green;
}

.list-text-yellow {
    color: yellow;
}

.pulse-ring {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid #F00;
    border-radius: 50%;
/*
    position: absolute;
    top: 18px;
    left: 18px;
*/
}

.pulse {
    animation: pulsate infinite 2s;
}

@keyframes pulsate {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.recording {
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
}

.recording .btn:hover, .recording .pulse-ring:hover, .offcanvas-header .pulse-ring:hover {
    color: blue;
    border-color: blue;
}

.recording-card {
    margin-left: 5px;
    border-radius: 5px;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    margin-right: 5px;
    background-color: transparent;
    padding: 12px;
}

.dentalContainer {
    background-color: transparent;
    display: flex;
}

.dentalContainer .fixed {
    background-color: transparent;
    width: 50px;
    text-align: center;
}

.dentalContainer ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.dentalContainer li {
    list-style-type: none;
    list-style-position: outside;
    padding: 10px;
    float: left;
}

.dentalContainer input[type="checkbox"]:not(:checked),
.dentalContainer input[type="checkbox"]:checked {
    position: absolute;
    left: -9999%;
}

.dentalContainer input[type="checkbox"] + label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #D3D3D3;
}

.dentalContainer input[type="checkbox"]:checked + label {
    border: 1px solid white;
    color: white;
    background-color: #1F386B;
}

.dentalContainer input[type="checkbox"]:hover + label {
    border: 1px solid black;
    transition: 0.4s;
}

@media print {
    .dentalContainer input[type="checkbox"]:checked + label {
        background-color: #1F386B !important;
        -webkit-print-color-adjust: exact;
    }
}

.tagify-header {
    width: 100% !important;
    top: -14px;
}

.tagify__tag {
    z-index: 0 !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none !important;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.tox-editor-container {
    z-index: 0 !important;
}

.select-reports {
    padding-left: 5px;
    padding-right: 20px;
}

.parent-medical-letter {
    text-align: left;
}

.child-medical-letter {
    display: inline-block;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    text-transform: none;
}

.export-data-details {
    color: black;
    float: right;
    font-size: 14px;
}

/*report layouts -----------------------------------------*/
.area-layout .item {
    position: relative;
    align-content: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #2c2c54;
    background-color: rgb(245, 245, 245);
}

.area-layout {
    margin: 10px -10px;
    min-height: 100px;
    height: 100%;
}

.area-layout:not(.bootstrap) > div {
    padding: 10px;
}

.area-layout.bootstrap [class*="col-"] {
    margin-bottom: 20px;
}

.dad-droppable {
    border: 2px dashed #ffffff00;
}

.dad-droppable[data-dad-active=true] {
    border: 2px dashed #ababab;
}

.dad-droppable[data-dad-active=true] .item {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);
}

.dad-placeholder {
    border: 2px dashed #639bf6;
}

.modal-xxl {
    width: calc(100vw - 60px);
    max-width: none;
}

.wdp-ribbon {
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #1eb5ff !important;
}

.wdp-ribbon-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 91px;
    text-align: center;
    color: white !important;
    text-transform: uppercase;
}

.wdp-ribbon-six {
    background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
}

.wdp-ribbon-inner-wrap {
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.wdp-ribbon-border {
    width: 0;
    height: 0;
    border-right: 65px solid #4a01a5;
    border-bottom: 65px solid transparent;
    z-index: 12;
    position: relative;
    top: -20px;
}

.live-chat-btn {
    position: fixed;
    bottom: 60px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50px;
    height: 60px;
    width: 150px;
    background-color: #8db459;
    border: none;
}

.live-chat-text {
    font-size: 15px;
    padding-right: 45px;
    color: white;
    font-weight: 500;
}

.no-bullet {
    list-style-type: none
}

*:disabled {
    background-color: #EAEAEA !important;
    color: #000000 !important;
    opacity: 1 !important;
    font-weight: bold;
}

.form-control {
    color: #000000 !important;
}
