/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("Fonts/roboto_light_macroman/stylesheet.css");
@import url("Fonts/roboto_regular_macroman/stylesheet.css");

.container {
    max-width: 1200px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.navbar-header {
    padding: 0 0 1rem 0;
    display: flex;
    flex-direction: column;
}
.header-container {
    display: flex;
    flex-direction: row;
    padding-top: 0.5rem;
}
.login-container {
    background-color: #fbfbf5;
    width: 100%;
    text-align: right;
    padding: 0.2rem 0;
}
    .login-container .navbar-nav {
        justify-content: flex-end;
        align-items: center;
    }
        .login-container .navbar-nav .nav-item a {
            color: #000;
            background-image: none;
            font-size: 0.9rem;
            text-transform: capitalize;
        }
        .login-container .navbar-nav .nav-item button {
            border-color: #000;
            color: #000!important;
            font-size: 0.9rem;
            padding: 0.2rem 0.5rem;
            letter-spacing: 1px;
            border-radius: 5px;
        }


/*Breadcrumbs*/
.breadcrumb-container {
    background-color: #495057;
    color: #fafafa;
}
.breadcrumb {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: transparent;
}
.breadcrumb-item {
    font-size: 0.9rem;
}
    .breadcrumb-item a {
        text-decoration: none;
        color: #a5a5a5;
    }
    .breadcrumb-item a:hover {
        cursor: pointer;
    }

@media(max-width: 768px) {
    .logo-header {
        position: absolute;
        right: 1rem;
        top: 0.7rem;
        text-align: right;
    }
}



/*IndexPhycian*/
.physician-page {
    padding: 1rem;
    margin-top: 1rem;
    background-color: #fff;
}
.physician-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.page-header-actions {
    display: flex;
    flex-direction: row;
}
.page-header-actions .button {
    background-color: #085D6A;
    padding: 0.35rem 0.75rem;
    border-radius: 0.25rem;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    min-height: 2.4rem;
    border-width: 0;
    margin-left: 0.5rem;
    display: flex;
}
    .page-header-actions .button:hover {
        opacity: 0.85;
        text-decoration: none;
    }
.physician-section {
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    padding: 1rem;
    margin-bottom: 1rem;
}
.physician-section h5 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    color: #03879b;
}
.physician-content-info .row {
    margin: 0 0 1rem 0;
}
    .physician-content-info .row .no-margin {
        margin-top: 0;
        margin-bottom: 0
    }
    .physician-content-info .row .control-label {
        color: #000;
        font-size: 0.9rem;
        text-transform: none;
        font-weight: bold;
    }
    .physician-content-info .row .form-control {
        background-color: #fff;
    }
        .physician-content-info .row .form-control[readonly] {
            background-color: #fafafa;
            opacity: 0.9;
            cursor: not-allowed;
        }
        .physician-content-info .row .date-form-control[readonly] {
            background-color: #fafafa;
            opacity: 0.9;
            cursor: not-allowed;
        }
    .physician-content-info .row .date-form-control {
        background-color: #fff;
    }
.extra-info-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #1ad2ee;
    padding: 0;
}
    .extra-info-tabs li {
        padding: 0;
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 0.3rem!important;
        flex: unset!important;
        text-transform: none!important;
    }
        .extra-info-tabs li a {
            color: #6c757d;
            padding: 0;
            border: none!important;
            font-size: 0.9rem;
        }
            .extra-info-tabs li a:hover {
                border: none;
                color: #1ad2ee;
            }
            .extra-info-tabs li a.active {
                color: #1ad2ee!important;
            }
        .extra-info-tabs li span {
            color: #ced4da;
            font-size: 0.7rem;
            padding: 0 0.5rem;
        }
.table-bordered {
    margin-top: 10px!important;
}
@media(max-width: 767px) {
    .physician-content-info .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .default-content-info .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .default-content-info .alertBox {
        margin: 0 0 15px 0!important;
    }
}


/*/Institutions/EditInstitution?id=#id*/
.institution-page {
    padding: 1rem;
    margin-top: 1rem;
    background-color: #fff;
}

.institution-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.institution-section {
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    padding: 1rem;
    margin-bottom: 1rem;
}

    .institution-section h5 {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 0.5rem;
        font-size: 1rem;
        color: #03879b;
    }

.institution-content-info .row {
    margin: 0 0 1rem 0;
}

    .institution-content-info .row .no-margin {
        margin-top: 0;
        margin-bottom: 0
    }

    .institution-content-info .row .control-label {
        color: #000;
        font-size: 0.9rem;
        text-transform: none;
        font-weight: bold;
    }

    .institution-content-info .row .form-control {
        background-color: #fff;
    }

        .institution-content-info .row .form-control[readonly] {
            background-color: #fafafa;
            opacity: 0.9;
            cursor: not-allowed;
        }

    .institution-content-info .row .date-form-control[readonly] {
        background-color: #fafafa;
        opacity: 0.9;
        cursor: not-allowed;
    }

    .institution-content-info .row .date-form-control {
        background-color: #fff;
    }

@media(max-width: 767px) {
    .institution-content-info .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .institution-content-info .row .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }
}


/*IndexApprovalRequests*/
.approval-requests-page {
    padding: 1rem 1rem 0 1rem;
}
    .approval-requests-page .oa-titleArea {
        border-bottom: none;
    }
.page-header-actions .button input {
    background-color: transparent;
    color: #fff;
    border: none;
}
    .page-header-actions .button input:hover {
        cursor: pointer;
    }
.approval-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .approval-header h5 {
        font-weight: bold;
        margin-bottom: 0;
    }
    .approval-header a {
        align-items: center;
    }
.approval-page-content {
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    padding: 1rem;
    margin-bottom: 1rem;
}
    .approval-page-content #oa-filterWrapper {
        border-bottom: none;
    }
.search-form {
    border: none;
}
.filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-grow: 1;
    background-color: rgba(136, 152,170, 0.1);
}
.filter-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0.5rem 0.3rem;
}
    .filter-options select {
        flex-basis: 12%;
        border-left: none;
        border-right: none;
        border-top: none;
        background-color: transparent;
        border-color: #6c757d;
        font-weight: bold;
        width: auto;
        height: auto;
        border-radius: 0;
        margin-right: 0;
    }
    .filter-options input {
        flex-basis: 12%;
        border-left: none;
        border-right: none;
        border-top: none;
        border-width: 1px;
        background-color: transparent;
        border-color: #6c757d;
        font-weight: bold;
        width: auto;
        height: auto;
        border-radius: 0;
        margin-right: 0;
    }
    .filter-options .break {
        flex-basis: 100%;
        height: 0;
    }
    .filter-options.multiple {
        justify-content: stretch;
        padding-left: 1rem;
        padding-bottom: 0;
    }
        .filter-options.multiple input {
            margin: 0 1rem 1rem 0;
            flex-grow: 1;
        }
        .filter-options.multiple select {
            margin: 0 1rem 1rem 0;
            flex-grow: 1;
        }

.checkboxes label {
    margin-right: 1rem;
}

/*ApprovalRequests/EditApprovalRequests*/
.custom-modal label {
    color: #000;
    font-size: 0.9rem;
    text-transform: none;
    font-weight: bold;
}
.custom-modal input {
    background-color: #fff;
}
.custom-modal textarea {
    background-color: #fff;
}

.search-credit-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
    .search-credit-type .filters {
        flex-grow: inherit;
    }
    .search-credit-type .column {
        display: flex;
        align-items: center;
    }
        .search-credit-type .column label {
            padding-right: 0.5rem;
        }
.search-filters {
    padding-left: 0.3rem;
}
    .search-filters input {
        height: 100%;
        background-color: #289dcc;
        color: #fff;
        border: none;
        padding: 0 1rem;
    }
.search-filters #SearchFilter:hover {
    cursor: pointer;
    opacity: 0.85;
}


@media(max-width: 767px) {
    .search-credit-type {
        flex-direction: column;
        align-items: flex-start;
    }
        .search-credit-type .column {
            flex-direction: column;
            align-items: flex-start;
        }
            .search-credit-type .column .filters {
                flex-direction: row;
            }
            .search-credit-type .column .filters .filter-options {
                flex-grow: inherit;
                padding: 0;
            }
        .search-credit-type .slim-button.print {
            margin-top: 0.5rem;
            align-self: flex-end;
        }
    .physician-content-info .row {
        margin-bottom: 0;
    }
    .physician-content-info .row .col-xs-12 {
        margin-bottom: 0.7rem;
    }
        .physician-content-info .row .col-xs-12.no-margin {
            margin-bottom: 0.7rem;
        }
    .default-content-info .row {
        margin-bottom: 0;
    }
    .default-content-info .row .col-xs-12 {
        margin-bottom: 0.7rem;
    }
        .default-content-info .row .col-xs-12.no-margin {
            margin-bottom: 0.7rem;
        }
        .default-content-info .row .conditional-width {
            flex: 100%!important;
        }
        .filters {
            flex-direction: column;
            padding: 0.5rem;
        }
    .filter-options {
        flex-direction: column;
       
    }
        .filter-options input {
            margin-bottom: 0.3rem;
            border: 1px solid #6c757d;
        }
        .filter-options select {
            margin-bottom: 0.3rem;
            border: 1px solid #6c757d;
        }
    .search-filters {
        justify-content: center;
        display: flex;
    }
}

/*Complains/IndexComplains*/
.page-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .page-header .back-and-name h5 {
        font-size: 1.1rem;
        font-weight: bold;
        margin-left: 0;
    }
.page-content {
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
}
@media(max-width: 767px) {
    .page-header {
        margin-bottom: 1rem;
    }
}

/*Complains/EditComplain*/
.default-page-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.default-section {
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    padding: 1rem;
    margin-bottom: 1rem;
}
    .default-section h5 {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 0.5rem;
        font-size: 1rem;
        color: #03879b;
    }
.default-content-info .alertBox {
    max-width: 100%;
    padding-left: 0;
    margin: 0 15px 15px 15px;
}
.default-content-info .row {
    margin: 0 0 1rem 0;
}
    .default-content-info .row .no-margin {
        margin-top: 0;
        margin-bottom: 0
    }
    .default-content-info .row .control-label {
        color: #000;
        font-size: 0.9rem;
        text-transform: none;
        font-weight: bold;
    }
    .default-content-info .row .form-control {
        background-color: #fff;
    }
        .default-content-info .row .form-control[readonly] {
            background-color: #fafafa;
            opacity: 0.9;
            cursor: not-allowed;
        }
    .default-content-info .row input {
        background-color: #fff;
        padding: 0.375rem 0.75rem;
        line-height: 1.5rem;
        height: calc(2.25rem + 2px);
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
        .default-content-info .row input.add-new {
            background-color: #085D6A;
            margin-bottom: 0.5rem;
        }
    .default-content-info .row .date-form-control[readonly] {
        background-color: #fafafa;
        opacity: 0.9;
        cursor: not-allowed;
    }
    .default-content-info .row .date-form-control {
        background-color: #fff;
    }
    .default-content-info .row .conditional-width {
        flex: 1;
        max-width: 100%;
    }
.SecondaryElem {
    padding: 0.5rem;
    margin: 0.5rem 0 1rem 0;
    background-color: #fafafa;
}
.physician-name-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    background-color: #fff;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}
    .physician-name-container .physician-name {
        color: #085D6A;
    }
    .physician-name-container .slim-button.details {
        margin: 0;
    }
    .physician-name-container .slim-button.remove {
        margin: 0 0 0 0.5rem;
    }
.info-modal.modal-content {
    border: none;
}
.info-modal .modal-header {
    background-color: #085D6A;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
    .info-modal .modal-header .close {
        color: #fff;
        opacity: 1;
    }
    .info-modal .modal-header .close:hover {
        color: #fff;
        opacity: 0.85;
    }
.info-modal .title{
   color: #fff;
   font-size: 1.1rem;
}
.info-modal .info-row {
    display: flex;
}
.info-modal .info-label {
    color: #a5a5a5;
    min-width: 4.5rem;
    font-size: 0.9rem;
}


@media(min-width: 768px) and (max-width: 1200px) {
    .row.custom-resize .col-lg-6 {
        flex: 100%;
        max-width: 100%;
    }
    .row.custom-resize .col-sm-12 {
        flex: 100%;
        max-width: 100%;
    }
    .row.custom-resize .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0.7rem;
    }
    .row.custom-resize .col-md-2 {
        flex: 0 0 33.3%;
        max-width: 33%;
    }
}





/*Physicians/EditPhysicianEmcCredit*/
.nomenclature-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}
    .nomenclature-row div:first-of-type {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-grow: 0.39;
        padding-right: 1.9rem;
    }

@media(max-width: 767px) {
    .nomenclature-row {
        flex-direction: column;
        align-items: flex-start;
    }
        .nomenclature-row div:first-of-type {
            margin-bottom: 0.5rem;
            padding-right: 0;
        }
    .default-page-header {
        flex-wrap: wrap;
        margin: 0 0 1.5rem 0;
    }
        .default-page-header.multiple-actions .back-and-name a {
            margin-bottom: 1rem;
        }
            .default-page-header .page-header-actions .slim-button.remove {
            margin: 0 5px 0 0!important;
            }
            .default-page-header .page-header-actions .slim-button.details {
                margin: 0!important;
            }
                
}

.physician-redirect {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
    .physician-redirect:hover {
        color: #fff;
        text-decoration: none;
    }
    .physician-redirect input {
        width: 6rem;
    }

/*EditPhysicians/id*/
.back-and-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .back-and-name a:hover {
        text-decoration: none;
    }
    .slim-button {
        background-color: #085D6A;
        padding: 0.15rem 0.45rem;
        border-radius: 0.25rem;
        border: none;
        text-transform: none;
        cursor: pointer;
        color: #fff;
        /*min-height: 2rem;*/
        border-width: 0;
        display: flex;
        font-weight: 400;
    }
        .slim-button.backToListButton {
            background-color: #085D6A;
            color: #fff;
            text-transform: none;
            float: none;
            font-size: 1rem;
            display: flex;
            align-items: center;
            border: none;
        }
            .slim-button.backToListButton:hover {
                background-color: #085D6A;
                color: #fff;
                opacity: 0.85;
                text-transform: none;
                border: none;
                font-size: 1rem;
            }
    .slim-button.saveButton {
        background-color: #085D6A;
        padding: 0.15rem 0.45rem;
        border-radius: 0.25rem;
        border: none;
        text-transform: none;
        cursor: pointer;
        color: #fff;
        border-width: 0;
        display: flex;
        font-weight: 400;
        float: none;
        font-size: initial;
    }
        .slim-button.saveButton:hover {
            text-decoration: none !important;
            opacity: 0.85;
            border: none;
            color: #fff !important;
            background-color: #085D6A!important;
        }
        .slim-button.createItem {
            background-color: #085D6A;
            padding: 0.15rem 0.45rem;
            border-radius: 0.25rem;
            border: none;
            text-transform: none!important;
            cursor: pointer;
            color: #fff!important;
            border-width: 0;
            display: flex;
            font-weight: 400;
            float: none;
            font-size: initial;
            font-size: 1rem;
            align-items:center;
        }

            .slim-button.createItem:hover {
                text-decoration: none !important;
                opacity: 0.85;
                border: none;
                color: #fff !important;
                background-color: #085D6A !important;
                font-size: 1rem;
                font-weight: 400;
            }
        .slim-button.saveButtonApproved {
            background-color: #085D6A;
            padding: 0.15rem 0.45rem;
            border-radius: 0.25rem;
            border: none;
            text-transform: none !important;
            cursor: pointer;
            color: #fff !important;
            border-width: 0;
            display: flex;
            font-weight: 400;
            float: none;
            font-size: initial;
            font-size: 1rem;
            align-items: center;
        }

            .slim-button.saveButtonApproved:hover {
                text-decoration: none !important;
                opacity: 0.85;
                border: none;
                color: #fff !important;
                background-color: #085D6A !important;
                font-size: 1rem;
                font-weight: 400;
            }
    .slim-button:hover {
        text-decoration: none!important;
        opacity: 0.85;
        border: none;
        color: #fff!important;
    }
        .slim-button:active {
            text-decoration: none;
            opacity: 0.85;
            border: none;
        }
        .slim-button:focus {
            text-decoration: none!important;
            opacity: 0.85;
            border: none;
            color: #fff;
            outline: none!important;
        }
        .slim-button.add {
            font-size: 0.9rem;
            display: inline-block;
            /*min-height: 1.8rem;*/
            margin: auto;
            min-width: 5rem;
        }
        .slim-button.remove {
            background-color: #7f0000 !important;
            text-align: center;
            justify-content: center;
            font-size: 0.9rem;
            /*min-height: 1.8rem;*/
            display: inline-block;
            margin: auto;
            min-width: 5rem;
        }
            .slim-button.remove:hover {
                background-color: #7f0000!important;
            }
            .slim-button.remove.saveButtonRejected {
                text-transform: none!important;
                border: none!important;
                font-weight: 400!important;
            }
                .slim-button.remove.saveButtonRejected:hover {
                    transition: none !important;
                    opacity: 0.85 !important;
                    float: none !important;
                    border: none !important;
                    font-weight: 400 !important;
                }
        .slim-button.details {
            background-color: #289dcc !important;
            text-align: center;
            justify-content: center;
            margin-top: 0.5rem;
            font-size: 0.9rem;
            /*min-height: 1.8rem;*/
            display: inline-block;
            margin: 0.5rem auto 0 auto;
            min-width: 5rem;
        }

            .slim-button.details:hover {
                background-color: #289dcc!important;
            }
            .slim-button.details.saveButtonApproved {
                text-transform: none!important;
                float: none!important;
                font-weight: 400!important;
                border: none!important;
            }
                .slim-button.details.saveButtonApproved:hover {
                    opacity: 0.85;
                    transition: none !important;
                    font-weight: 400!important;
                }
        .slim-button.print {
            background-color: #6c757d;
            text-align: center;
            justify-content: center;
            font-size: 0.9rem;
            min-width: 5rem;
            align-items: center;
        }

        .slim-button.print:hover {
            background-color: #6c757d!important;
        }
        .slim-button.cancel {
            background-color: #a5a5a5;
        }
            .slim-button.cancel:hover {
                background-color: #a5a5a5;
            }

    .back-and-name h5 {
        font-weight: 300;
        margin-left: 1rem;
        color: #495057;
        margin-bottom: 0;
    }

.colored-label {
    color: #289dcc;
    min-width: 4rem;
    font-size: 0.9rem;
    display: inline-block;
}

.centered-data.oa-mainTable {
    border-collapse: collapse;
}

.centered-data thead tr th:last-of-type {
    text-align: center;
}
.centered-data thead tr th {
    vertical-align: middle;
    font-size: 0.9rem;
}
.centered-data thead tr {
    vertical-align: middle;
}
.centered-data tbody tr td {
    vertical-align: middle;
    font-size: 0.9rem;
}
    .centered-data tbody tr td:last-of-type {
        text-align: center;
    }
        .centered-data tbody tr td:last-of-type.align-right {
            text-align: right;
        }
            .centered-data tbody tr td:last-of-type.align-right:hover {
                text-align: right;
            }
            .centered-data tbody tr td:last-of-type.align-right .slim-button.details.editButton {
                justify-content: flex-end;
            }
                .centered-data tbody tr td:last-of-type.align-right .slim-button.details.editButton:hover {
                    margin-right: 0;
                }
.complains-table-body tr:nth-of-type(odd) td {
    border-bottom: 0!important;
}
.complains-table-body tr:nth-of-type(even) td {
    border-top: 0!important;
    background-color: #fafafa;
    padding: 0.2rem 0.75rem;
}
    .complains-table-body tr:nth-of-type(even) td span {
        font-size: 0.8rem;
    }
.secondary-table thead tr th {
    color: #289dcc!important;
    background-color: #fff;
    border-bottom-width: 1px!important;
    font-weight: 400;
}
.custom-row {
    margin-bottom: 0!important;
}
.custom-row .col:first-of-type {
    padding-left: 0;
}
.custom-row .col:last-of-type {
    padding-right: 0;
}
.redirect-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.redirect-button-slim {
    border: 1px solid #085D6A;
    color: #085D6A;
    font-size: 1rem;
    border-radius: 0.25rem;
    vertical-align: middle;
    padding: 0.15rem 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 1rem;
}
    .redirect-button-slim:hover {
        color: #085D6A;
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none;
    }


/*Nomenclatures*/
.nomenclatures-page-content {
    box-shadow: 0 0 1rem 0 rgba(136,152,170,.15);
    padding: 1.5rem 2rem 1rem 2rem;
    margin: 1rem auto;
}

.nomenclatures-page-title {
    padding-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid rgba(15,161,184,0.2);
    margin-bottom: 1rem;
}
.nomenclatures-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nomenclatures-item {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    border: 1px solid #ced4da;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-basis: 24%;
}
    .nomenclatures-item .title {
        margin-right: 0.5rem;
        font-weight: 500;
        text-align: left;
    }
.details-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-details-button {
    background-color: #085D6A;
    padding: 0.2rem 0.65rem;
    border-radius: 0.25rem;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    border-width: 0;
    font-size: 0.9rem;
    align-items: center;
}

    .list-details-button:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }
@media(max-width: 767px) {
    .nomenclatures-item {
        flex-basis: 40%;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
    }
        .nomenclatures-item:nth-last-of-type(2n) {
            margin-left: 1rem;
        }
        .nomenclatures-item .title {
            margin-right: 0;
            margin-bottom: 1rem;
            text-align: center;
        }
}
@media(min-width: 768px) and (max-width: 1024px) {
    .nomenclatures-content {
        margin-right: -1rem;
    }
    .nomenclatures-item {
        flex-basis: 30%;
        flex-grow: 1;
        margin-right: 1rem;
        flex-direction: column;
        justify-content: center;
    }
        .nomenclatures-item .title {
            margin-right: 0;
            margin-bottom: 1rem;
            text-align: center;
        }
}

/*/Nomenclatures/IndexResearchDegrees*/
/*design valid for all nomenclatures sub-pages*/
.filters.two-filters .filter-options {
    justify-content: flex-start;
    flex-wrap: nowrap;
}
    .filters.two-filters .filter-options input:first-of-type {
        flex-grow: 1;
        margin-right: 1rem;
        max-width: 100%!important;
    }
    .filters.two-filters .filter-options input:last-of-type {
        max-width: 150px;
        font-weight: 500;
    }
    .filters.two-filters .filter-options input::placeholder {
        font-weight: 500;
    }
    .filters.two-filters .filter-options input {
        font-weight: 400;
    }
.filters.two-filters .search-filters input {
    min-width: 5rem;
}
.filters.single-filter .filter-options input {
    flex-grow: 1;
    font-weight: 400;
}
.filters.single-filter .search-filters input {
    min-width: 5rem;
}
.filters.three-filters .filter-options input {
    flex-grow: 1;
    font-weight: 400;
    margin-right: 1.5rem;
}
    .filters.three-filters .filter-options input:last-of-type {
        margin-right: 0;
    }
.filters.three-filters .search-filters input {
    min-width: 5rem;
}

.filters.three-filters .filter-options .label-included {
    display: flex;
    font-weight: 400;
    margin-left: 1.5rem;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}
    .filters.three-filters .filter-options .label-included label {
        font-size: 0.9rem;
        margin-right: 0.7rem;
    }
.filters.two-filters .filter-options .label-included {
    display: flex;
    font-weight: 400;
    margin: 0 0.5rem 0.5rem 0.5rem;
    align-items: flex-end;
    flex-basis: unset;
}
.filters.two-filters .filter-options.align-right {
    justify-content: flex-end;
}
.filters .filter-options .label-included {
    display: flex;
    font-weight: 400;
    margin:  0 0.5rem 1rem 0.5rem;
    align-items: flex-end;
    flex-basis: 30%;
}

    .filters .filter-options .label-included label {
        font-size: 0.9rem;
        margin-right: 0.7rem;
    }
    .filters .filter-options .label-included input {
        flex-grow: 1;
    }
    .filters .filter-options .label-included select {
        flex-grow: 1;
    }
.filters .filter-options.dinamic-width .label-included {
    flex-basis: unset;
    flex-grow: 1;
}

.filters.four-options .filter-options .label-included {
    flex-basis: 25%;
}
.filters.four-options .filter-options .label-included:nth-of-type(3) {
    flex-basis: 5%;
}
.filters.four-options .filter-options .label-included:last-of-type {
    flex-basis: 15%;
}
.filter-option-custom-margin {
    margin-right: 1rem!important;
}
@media(max-width: 1199px) {
    .filters .filter-options .label-included {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
    }
        .filters .filter-options .label-included input {
            flex-grow: 1;
            width: 100%;
        }
        .filters .filter-options .label-included select {
            flex-grow: 1;
            width: 100%;
        }
}
@media(max-width: 767px) {
    .filter-option-custom-margin {
        margin-right: 0;
        margin-bottom: 0.5rem!important;
    }
    .filters.three-filters .filter-options .label-included {
        align-items: flex-start;
    }
    .filters.two-filters .filter-options .label-included {
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .filters.three-filters .filter-options .label-included {
        flex-direction: row;
        align-items: flex-end;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .filters.two-filters .filter-options.align-right .label-included {
        flex-direction: row;
        align-items: flex-end;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        flex-grow: unset;
    }
    .filters.two-filters .filter-options .label-included.custom-align {
        flex-direction: row;
        align-items: flex-end;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        flex-grow: unset;
    }
    .filters .filter-options .label-included.custom-align {
        flex-direction: row;
        align-items: flex-end;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .filters.four-options .filter-options .label-included:nth-of-type(3) {
        flex-basis: 10% !important;
    }

    .filters.four-options .filter-options .label-included:last-of-type {
        flex-basis: 20% !important;
    }
    .filter-options.multiple input.avoid-flex-grow {
        flex-grow: initial;
        flex-basis: 21%;
    }
    .filter-options.multiple select.custom-table-landscape {
        max-width: 23%;
    }
}

@media(max-width: 767px) {
    .page-header.custom-mobile {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
        .page-header.custom-mobile .page-header-actions {
            margin-top: 1rem;
            width: 100%;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
            .page-header.custom-mobile .page-header-actions a {
                margin-bottom: 0.5rem;
            }
            .page-header.custom-mobile .page-header-actions button {
                max-height: 1.8rem;
            }
    .filter-options.multiple.row {
        display: block!important;
        max-width: 100%!important;
    }
    .filters.two-filters .filter-options input:first-of-type {
        margin-right: 0;
    }
    .filters.two-filters .filter-options input:last-of-type {
        max-width: 100%;
    }
    .searchButton.slim-button {
        border-top-left-radius: 0.25rem!important;
        border-bottom-left-radius: 0.25rem!important;
    }
    .adapt-mobile {
        margin-top: 1rem;
        width: 100%;
    }
        .adapt-mobile .slim-button {
            margin-left: auto;
        }
        .adapt-mobile a {
            margin-left: auto;
        }
    .filters.single-filter {
        flex-direction: row;
        padding: 0;
    }
        .filters.single-filter .filter-options input {
            margin-bottom: 0;
            border-left: none;
            border-top: none;
            border-right: none;
        }
        .filters.single-filter .search-filters .slim-button.searchButton {
            border-bottom-left-radius: 0!important;
            border-top-left-radius: 0!important;
        }
    .filters.three-filters .filter-options input {
        margin-right: 0;
    }
    .filters.three-filters .filter-options .label-included {
        max-width: 100%;
        flex-grow: 1;
        margin-left: 0;
    }
        .filters.three-filters .filter-options .label-included select {
            flex-grow: 1;
        }
    .filters .filter-options .label-included {
        max-width: 100%;
        flex-grow: 1;
        margin-left: 0;
    }

        .filters .filter-options .label-included select {
            flex-grow: 1;
        }
    
}

@media(min-width: 768px) and (max-width: 992px) {
    .filters.three-filters .filter-options {
        flex-wrap: nowrap;
    }

        .filters.three-filters .filter-options .label-included {
            max-width: 100%;
            flex-grow: 1;
        }
    .filters .filter-options .label-included {
        max-width: 100%;
        flex-grow: 1;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 0;
    }
        
}



/*Physicians/IndexPhysicians*/
.physicians-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.physicians-page-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.add-new {
    background-color: #085D6A; 
    padding: 0.2rem 0.65rem;
    border-radius: 0.25rem;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    border-width: 0;
    font-size: 0.9rem;
    align-items: center;
}

    .add-new:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.85;
    }
    .add-new.editButton {
        background-color: #085D6A;
        padding: 0.2rem 0.65rem;
        border-radius: 0.25rem;
        border: none;
        text-transform: none;
        cursor: pointer;
        color: #fff;
        border-width: 0;
        font-size: 0.9rem;
        align-items: center;
    }
        .add-new.editButton:hover {
            text-decoration: none;
            color: #fff;
            opacity: 0.85;
            background-color: #085D6A;
            font-size: 0.9rem;
            border: none;
            text-transform: none;
        }
    .details.editButton {
        background-color: #085D6A;
        padding: 0.2rem 0.65rem;
        border-radius: 0.25rem;
        border: none;
        text-transform: none;
        cursor: pointer;
        color: #fff;
        border-width: 0;
        font-size: 0.9rem;
        align-items: center;
    }

        .details.editButton:hover {
            text-decoration: none;
            color: #fff;
            opacity: 0.85;
            background-color: #085D6A;
            font-size: 0.9rem;
            border: none;
            text-transform: none;
            margin-right: 0;
            display: inline-block;
        }
.header-actions .remove {
    font-size: 1rem;
}
.header-actions .details {
    font-size: 1rem;
}
.header-actions .save {
    font-size: 1rem;
}
#oa-filterWrapper.search-form-container {
    border-bottom: none;
}
.oa-titleArea.physicians-title-area {
    border-bottom: none;
}
.multiple-filters input {
    margin-right: 0.5rem;
}
.multiple-filters select {
    margin-right: 0.5rem;
}
.results-pagination {
    margin-top: 1.5rem;
}
    .results-pagination .oa-paginationTable td {
        color: #1ad2ee;
    }
        .results-pagination .oa-paginationTable td:hover {
            color: #1ad2ee!important;
        }
        .results-pagination .oa-paginationTable td a {
            color: #a5a5a5;
        }
            .results-pagination .oa-paginationTable td a:hover {
                color: #1ad2ee!important;
            }

@media(max-width: 767px) {
    .physician-header.adapt-mobile {
        flex-wrap: wrap;
    }
        .physician-header.adapt-mobile .page-header-actions {
            justify-content: flex-end;
            margin-top: 0.5rem;
            margin-left: auto;
        }
    .multiple-filters input {
        margin-right: 0;
    }
    .multiple-filters select {
        margin-right: 0;
    }
    .logout-row {
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 1023px) {
    .col-lg-6.no-margin {
        margin-bottom: 0.7rem !important;
    }
    .col-lg-3.no-margin {
        margin-bottom: 0.7rem !important;
    }
    .col-lg-4.no-margin {
        margin-bottom: 0.7rem !important;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .multiple-filters {
        justify-content: flex-start;
    }
    
}

/*Institutions/IndexInstitutions*/
.institutions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.institutions-page-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.action-column {
    width: 12rem;
}

/*ApprovalRequests/EditApprovalRequest?id*/
.date-form-control.oa-searchFormWidget:hover {
    padding: 6px;
    height: 34px;
    cursor: pointer;
}

@media(max-width: 767px) {
    .action-column {
        width: auto;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
/*
    Override the default styles here
    Proprietatile modificate din stilurile suprascrise trebuiesc definite explicit !
*/


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*  padding: 0.375rem 0.75rem;*/
    padding: 0rem 0.75rem 0.1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #46C74E;
}

.nav-link {
    display: block;
    /*padding: 0rem 0rem;*/
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-darkGreen {
    background-color: #085D6A !important;
}

.bg-white {
    background-color: white !important;
}

.text-white {
    color: #fff !important;
}

.font-roboto-light {
    font-family: robotolight;
}

.font-roboto {
    font-family: robotoregular;
}

.navbar-brand {
    font-size: 1rem;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

a.profile {
    background-image: url(Resources/rp_doctor.svg);
    background-size: 20px 116px;
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 16px;
}

a.regPacienti {
    background-image: url(Resources/rd-icon-registrupacienti.png);
    background-size: 20px 130px;
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;

}

a.regPacienti:hover {
    color: #fff;
    background-position: left -55px;
}

a.regMediciMeniu {
    background-image: url(Resources/medicGray.svg);
    background-size: 20px 130px;
    background-position: left -55px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

a.regMediciMeniu:hover {
    color: #fff;
    background-position: left -55px;
    background-image: url(Resources/medicWhite.svg);
    opacity: 0.9;
}

a.regMedici {
    background-image: url(Resources/medicDarkgray.svg);
    font-family: robotolight;
    background-size: 20px 130px;
    background-position: left -55px;
    background-repeat: no-repeat;
    color: black !important;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

a.nomenclatoare {
    background-image: url("Resources/rd-icon-administrare.png");
    background-position: left 2px;
    background-size: 20px 130px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

@media (max-width: 730px) {
    .a.nomenclatoare {
        font-size: 10px;
        padding-top: 5px;
    }
}

a.nomenclatoare:hover {
    color: #fff;
    background-position: left -55px;
}

a.rapoarte {
    background-image: url("Resources/rd-icon-rapoarte.png");
    background-position: left 2px;
    background-size: 20px 130px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

a.rapoarte:hover {
    color: #fff;
    background-position: left -55px;
}

.navbar-light .navbar-brand {
    font-size: 13px;
    margin-top: 3px;
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    text-decoration: none !important;
    font-family: robotolight;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(240,240,240)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.registerButton {
    background-color: #6c757d;
    color: white;
}

@media (max-width: 575px) {
    .text-light {
        color: #a5a5a5 !important;
        font-size: 14px;
        text-align: center;
        padding: 7px;
    }
}

.text-light {
    color: #a5a5a5 !important;
}

.text-light-logout {
    color: #fafafa!important;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #fafafa;
    text-decoration: none;
    height:20px;
    font-size:10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #085D6A;
    transition: .5s ease;
    font-size: 14px;
    margin-top: 1px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: black;
    opacity: 0.8;
}

.ecmbLogo {
    width: auto;
    height: 2rem;
}

a.text-muted-footer {
    float: right;
    text-decoration: none;
    color: #a5a5a5;
    font-size: 14px;
}

a.text-muted-footer:hover {
    float: right;
    text-decoration: underline;
    color: #a5a5a5;
    font-size: 14px;
}

@media (max-width: 800px) {
    a.text-muted-footer {
        display: none;
    }
}

.loginBox {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background-color: #fff;
}

.loginIntroLogo {
    width: 16px;
    margin-right: 10px;
    margin-top: -5px;
}

.loginIntroText {
    text-align: center;
    margin-top: 25px;
    font-weight: lighter;
    font-family: robotolight;
}

.form-control {
    background-color: #f5f5f5;
}

.loginLabel {
    font-size: 12px;
    color: #6c757d;
}

.registerLabel {
    font-size: 15px;
    color: #6c757d;
}

.registerLabel:hover {
    font-size: 15px;
    color: #6c757d !important;
    text-decoration: underline;
}

.loginButton {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #085D6A;
    color: white;
}

    .loginButton:hover {
        display: block;
        font-weight: 100;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.25rem;
        transition: .5s ease;
        background-color: #085D6A;
        color: white;
        opacity: 0.8;
    }

.indexMenu {
    text-align: center;
    width: 100%;
}

.indexRegisterMenu {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-weight: lighter;
    font-family: robotolight;
}

.bottomIndexMenu {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.bottomLine {
    margin-top: auto;
}

.createItem {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    color: black !important;
    font-size: 15px;
    text-align: center;
}

.createItem:hover {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    color: black !important;
    font-size: 15px;
    text-decoration: underline;
}

.createItemIcon {
    width: 18px;
    margin-right: 5px;
}

.showInput {
    width: 142px;
    border-radius: 6px;
    height: 30px;
    border: 1px solid #ced4da;
    margin-right: 13px;
}

.table {
    background-color: #f5f5f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

thead {
    background-repeat: no-repeat;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.actionButtonIcon {
    width: 14px;
    margin-right: 5px;
}

.editButton {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
}

.editButton:hover  {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
    opacity: 0.8;
}

.searchButton {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #6c757d;
    color: white;
    text-decoration: none !important;
    width: 61px;
    font-size: 14px;
}
    .searchButton.slim-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.searchButton:hover {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    width: 61px;
    font-size: 14px;
}
    .searchButton.slim-button:hover {
        background-color: #289dcc!important;
    }

tr.spaceUnder > td {
    padding-bottom: 10px;
}

.col-md-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.col-lg-6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.actionBox {
    width: 1140px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
}

.alertBox {
    width: auto;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    background-color: #FFFFF4;
    height: 60px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    display: block;
    color:red;
    padding-left:20px;
    text-align:center;
}

.checkbox-inline {
    margin-right: 66px;
}

.saveButton {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

.saveButton:hover {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    opacity: 0.8;
}

.saveButtonProfile {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.saveButtonProfile:hover {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    opacity: 0.8;
}

.btUpload {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    width: 82px;
    text-align: center;
}

.btUpload:hover {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    opacity: 0.8;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.backToListButton {
    font-weight: 100;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #6c757d;
    border: 1px solid transparent;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.backToListButton:hover {
    font-weight: 100;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #6c757d;
    border: 1px solid transparent;
    color: white;
    opacity: 0.8;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.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 {
    z-index: 10000!important;
}
.ui-datepicker-trigger {
    display: none;
}

.date-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 95% 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

.date-form-control:hover {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 95% 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .date-form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #f5f5f5;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 95% 9px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1200px) {
    .date-form-control:hover {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #fff;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 95% 9px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
    .date-form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #f5f5f5;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 95% 9px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
    .date-form-control:hover {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #fff;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 95% 9px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
    .filter-options.multiple .break {
        display: none;
    }
    .filter-options.multiple input {
        flex-grow: 0.5;
    }
    .filter-options.multiple select {
        flex-grow: 0.5;
    }
}

@media (max-width: 767px) {
    .date-form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #f5f5f5;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 98% 5px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    .date-form-control:hover {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #fff;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background-image: url(Resources/rd-icon-calendar.png);
        background-position: 205px 7px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

.control-label {
    font-size: 13px;
    color: #6c757d;
    text-transform: uppercase;
}

.control-label-intro {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/********************************************
    CONTEXT MENU CLASSES

************************************/
.context-menu {
    margin-top:14px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 0.35rem;
    position:relative;
    top:-5px;
}

.context-menu-container {
    display: none;    
}

.context-menu-arrow-up {
    position: absolute;
    top: 0px;
    right: 20px
}

.subMenuItem {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    font-size: 1rem;
    margin-left: auto;
    margin-right: 2px;
    border-radius: 0.25rem;
    background-color: white;
    color: rgb(255,136,57);
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    z-index: 110;
}

.subMenuItem:hover {
    background-color: rgb(255,136,57);
    color: white;
}

.actionButton {
    display: block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    /*transition: .5s ease;*/
    background-color: white;
    color: rgb(255,136,57);
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
    background-image: url(Resources/rd-icon-actiuni.png);
    background-size: 11px 84px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
}

.actionButton:hover {
    display: block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    /* transition: .5s ease;*/
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
    background-size: 11px 84px;
    background-position: 3px -70px;
    /*opacity: 0.8;*/
}
/****************************
    END CONTEXT MENU
*************************/

.showPagination {
    border: 1px solid #D3D3D3;
    width: 30px;
    border-style: dashed;
    text-align: center;
    font-size: 12px;
    height: 25px;
    text-decoration: none !important;
}

#DiseasesList1 a, #DiseasesList2 a {
    display: block;
    outline-style: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

#DiseasesList1 a:hover, #DiseasesList2 a:hover {
    background-color: #3366BB;
    color: white;
}

.nav-item {
    position: relative;
    display: inline-block;
}
    .nav-item:last-of-type a {
        padding-right: 0;
    }
.navbar-collapse {
    margin-right: -15px;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #085D6A;
    background-color: #e9ecef;
    opacity: 0.6;
    transition: .5s ease;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #46C74E;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.searchResult, .addedElems {
    width: 100%;
    height: 260px;
    overflow: scroll;
}

.modal-dialog, .modal-content {
    height: auto;
    min-height: 600px;
}

a.PhysicianProfile {
    background-image: url(Resources/rp_doctor.svg);
    font-family: robotolight;
    background-size: 20px 116px;
    background-position: left -97px;
    background-repeat: no-repeat;
    color: black !important;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

a.selected {
     font-weight: 900 !important;
}

a.userFiles {
    background-image: url(Resources/userFiles.svg);
    font-family: robotolight;
    background-size: 20px 130px;
    background-position: 0;
    background-repeat: no-repeat;
    color: black !important;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 10px;
}

a.userFilesDoc {
    background-image: url(Resources/document.svg);
    font-family: robotolight;
    background-size: 20px 130px;
    background-position: 0;
    background-repeat: no-repeat;
    color: black !important;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 26px;
    padding-right: 10px;
}

#deleteElement {
    text-align: center; 
}
.deleteElement {
    background-color: #7f0000;
    color: #fff;
    text-decoration: none;
    width: 2rem;
    min-height: 2rem;
    border-radius: 025rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
    .deleteElement:hover {
        opacity: 0.85;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

.alignContent {
    text-align: center;
}

.validFrom {
    display: block;
    width: 47%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 220px 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

.validFrom:hover {
    display: block;
    width: 47%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 220px 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
    transition: .5s ease;
}


.validTo {
    display: block;
    width: 47%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 220px 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
}

.validTo:hover {
    display: block;
    width: 47%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-image: url(Resources/rd-icon-calendar.png);
    background-position: 220px 9px;
    background-size: 20px 140px;
    background-repeat: no-repeat;
    transition: .5s ease;
}

.btUpload {
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.editButtonRequest {
    display: block;
    margin-top: 5px;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
}

.editButtonRequest:hover {
    display: block;
    margin-top: 5px;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: rgb(255,136,57);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 89px;
    font-size: 12px;
    opacity: 0.8;
}

.saveButtonRejected {
    transition: .5s ease;
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

.saveButtonRejected:hover {
    transition: .5s ease;
    background-color: #dc3545;
    opacity: 0.8;
}

.saveButtonApproved {
    transition: .5s ease;
    background-color: #46C74E;
    border-color: #dc3545;
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

.saveButtonApproved:hover {
    transition: .5s ease;
    background-color: #46C74E;
    opacity: 0.8;
}

.medicDetails {
    transition: .5s ease;
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
    border-radius: 0.25rem;
    font-weight: 100;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    width: 72px;
    float: right;
}

.medicDetails:hover {
    transition: .5s ease;
    background-color: #17a2b8;
     border-color: #17a2b8;
    opacity: 0.8;
}


/*===================================== O A =======================================*/

.oa-delete {
    display: none;
}

.oa-pageWrapperStyle {
    
}

.oa-headerWrapperStyle {
    background-color: #fff;
}

.oa-filterWrapperStyle {
    background-color: #fff;

}

.oa-mainTableWrapperStyle {
    background-color: #fff;
}

#oa-filterWrapper {
    border-bottom: solid 1px #ddd;
}

#oa-mainTableWrapper {
    margin-top: 12px;
}

.oa-centerH {
    margin-left: auto;
    margin-right: auto;
}

.oa-titleArea {
    padding: 65px 0 15px 0;
}

.oa-pageTitle {
    font-weight: 400;
}

.oa-pageTitle:hover {
    font-weight: 400;
}

.oa-searchFormArea {
    padding: 20px 0 20px 0;
}

.oa-searchFormWidget {
    margin: 0;
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 34px;
    line-height: 14px;
    color: #333;
    background-color: #fbfbfb;
}



.showDateInput.oa-searchFormWidget {
    background-position-x: calc(100% - 6px);
}

.oa-font {
    font-family: robotolight;
    font-size: 14px;
}

.oa-searchFormWidget::placeholder {
    color: #999;
    font-style: italic;
    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;
}



a.oa-menu-medici {
    background-image: url(Resources/icon-doctors.svg);
    background-size: calc(.7 * 30px) calc(.7 * 180px);
    background-position: left -2px;
    background-repeat: no-repeat;
    font-size: 15px;
}

a.oa-menu-medici:hover {
    background-image: url(Resources/icon-doctors.svg);
    background-position: left calc(.7 * -76px);
}

a.oa-menu-cabinete {
    background-image: url(Resources/icon-doctor-offices.svg);
    background-size: calc(.7 * 37px) calc(.7 * 172px);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 30px;
}

a.oa-menu-cabinete:hover {
    background-image: url(Resources/icon-doctor-offices.svg);
    background-position: left calc(.7 * -72px);
}

a.oa-menu-cereri {
    background-image: url(Resources/icon-requests.svg);
    background-size: calc(.7 * 27px) calc(.7 * 175px);
    background-position: left 1px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 26px;
}

a.oa-menu-cereri:hover {
    background-image: url(Resources/icon-requests.svg);
    background-position: left calc(.7 * -74px);
}

a.oa-menu-reclamatii {
    background-image: url(Resources/icon-complaints.svg);
    background-size: calc(.7 * 27px) calc(.7 * 175px);
    background-position: left 1px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 26px;
}

a.oa-menu-reclamatii:hover {
    background-image: url(Resources/icon-complaints.svg);
    background-position: left calc(.7 * -74px);
}

a.oa-menu-evenimente {
    background-image: url(Resources/icon-events.svg);
    background-size: calc(.7 * 27px) calc(.7 * 175px);
    background-position: left 1px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 26px;
}

a.oa-menu-evenimente:hover {
    background-image: url(Resources/icon-events.svg);
    background-position: left calc(.7 * -74px);
}

a.oa-menu-plati {
    background-image: url(Resources/icon-payments.svg);
    background-size: calc(.7 * 27px) calc(.7 * 173px);
    background-position: left 3px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 26px;
}

a.oa-menu-plati:hover {
    background-image: url(Resources/icon-payments.svg);
    background-position: left calc(.7 * -72px);
}

a.oa-menu-rapoarte {
    background-image: url(Resources/icon-reports.svg);
    background-size: calc(.7 * 31px) calc(.7 * 174px);
    background-position: left 3px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 27px;
}

a.oa-menu-rapoarte:hover {
    background-image: url(Resources/icon-reports.svg);
    background-position: left calc(.7 * -72px);
}

a.oa-menu-administrare {
    background-image: url(Resources/icon-settings.svg);
    background-size: calc(.7 * 31px) calc(.7 * 174px);
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 26px;
}

a.oa-menu-administrare:hover {
    background-image: url(Resources/icon-settings.svg);
    background-position: left calc(.7 * -72px);
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
        * we use height instead, but this forces the menu to always be this tall
        */
* html .ui-autocomplete {
    height: 100px;
}

logout-ul{ 
    height:14px;
    display:block;
}
logout-row{
    height:16px;
}

.bulletinInfoSm {
    color: #6c757d !important;
    font-size: 14px;
    text-transform: uppercase;
}

.bulletinInfoLab {
    color: #343434 !important;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.align-row {
    padding-left: 10px;
}

.ph-specialities {
    margin-left: -15px;
}