/* 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");

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.header-layout {
    background-color: #6e1f5d;
}

@media(max-width: 992px) {
    .navbar-nav.logout-container {
        flex-direction: row;
        display: flex;
        align-items: center;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

/*header icons*/
.item-tab-container {
    display: flex;
    align-items: center;
    padding-right: 1rem;
}
    .item-tab-container:hover a {
        color: #fff;
        text-decoration: none;
    }
    .item-tab-container a {
        color: #dbdbdb;
        padding-left: 0.3rem;
        font-size: 0.9rem;
    }
.tab-1 .show-hover {
    display: none;
}
    .tab-1:hover .hide-hover {
        display: none;
    }
    .tab-1:hover .show-hover {
        display: flex;
    }
.tab-2 .show-hover {
    display: none;
}
    .tab-2:hover .hide-hover {
        display: none;
    }
    .tab-2:hover .show-hover {
        display: flex;
    }
.tab-3 .show-hover {
    display: none;
}
    .tab-3:hover .hide-hover {
        display: none;
    }
    .tab-3:hover .show-hover {
        display: flex;
    }
.tab-4 .show-hover {
    display: none;
}
    .tab-4:hover .hide-hover {
        display: none;
    }
    .tab-4:hover .show-hover {
        display: flex;
    }

@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 */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* allow wrapping */
    gap: 0.5rem; /* small space between rows/columns */
    align-items: center;
    text-align: center;
    background-color: #FFF;
}

    .footer-container span,
    .footer-container a {
        flex: 1 1 auto; /* let them shrink and grow */
    }

/* On small screens: stack items vertically */
@media (max-width: 575.98px) {
    .footer-container {
        flex-direction: column;
    }
}

/*
    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;*/
    /*Don't overwrite style that will apply on the entire app
     .btn class it's a bootstrap main one
      Better solution, add extra class and add custom style based on it
    */
}

.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: 10px;
}

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: #dbdbdb;
    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;
}

.header-logo {
    display: flex;
    align-items: center;
}
.navbar-collapse {
    justify-content: space-between;
}
.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    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: grey;
    font-weight: normal;
    text-decoration: none;
}

.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;
}

.EasySchoolLogo {
    width: 55%;
    height: 60%;
}

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;
    min-width: 350px;
    max-width: 450px;
    margin: auto;
}

@media(max-width: 767px) {
    .loginBox {
        max-width: 100%;
        min-width: 200px;
    }
}

.loginIntroLogo {
    width: 16px;
    margin-right: 10px;
    margin-top: -5px;
}

.loginIntroText {
    font-weight: bold;
    margin: 25px 25px 0 25px;
    font-family: robotolight;
    font-size: 20px;
}

.loginLabel {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.registerLabel {
    font-size: 15px;
    color: #6c757d;
}

.registerLabel:hover {
    font-size: 15px;
    color: #6c757d !important;
    text-decoration: underline;
}


.login-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.login-row .checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.loginButton {
    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: 13px;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #70195b;
    color: #fff;
    padding: 4px 12px;
}

.loginButton:hover {
    transition: .5s ease;
    opacity: 0.85;
    cursor: pointer;
}

.forgot-password-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
    .forgot-password-actions .btn-light {
        border: 1px solid #f3f3f3;
        margin-right: 10px;
    }
    .forgot-password-actions .btn-light a {
        text-decoration: none;
        color: #6c757d;
        font-size: 12px;
        line-height: 25px;
    }

    .forgot-password-row {
        margin-top: 50px;
        padding-top: 10px;
        border-top: 1px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .forgot-password-row a {
        color: #6c757d;
        text-decoration: none;
        font-size: 13px;
    }
    .forgot-password-row a:hover {
        color: #70195b;
        cursor: pointer;
    }
    .forgot-password-row span {
        color: #70195b;
        font-size: 10px;
        padding: 0 5px;
    }

.register-form {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #fff;
    margin: 35px auto;
}
    .register-options {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .register-option {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-right: 10px;
    }
        .register-option img {
            width: auto;
            height: 18px;
            margin-right: 5px;
        }
        .register-option:first-of-type img {
            height: 10px;
        }
        .register-option:first-of-type a {
            color: #6c757d;
            font-size: 12px;
            text-decoration: none;
        }
        .register-option:first-of-type a:hover {
            text-decoration: none;
            cursor: pointer;
        }
    .register-option:first-of-type {
        border: 1px solid #a5a5a5;
        padding: 5px 10px;
        border-radius: 3px;
    }
    .register-option:last-of-type {
        justify-content: center;
        flex-grow: 1;
    }
    .register-option .title {
        font-size: 18px;
    }
    .register-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .register-field {
        flex-grow: 0.3;
        display: flex;
        flex-direction: column;
    }
        .register-field input:read-only {
            opacity: 0.6;
            background-color: #fff;
        }
    .register-field.column {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .register-row.column {
        flex-direction: column;    
        justify-content: flex-start;
    }
    .register-field.column .control-label {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .type-option {
        margin-right: 10px;
    }
    .type-option input:first-of-type {
        margin-right: 3px;
    }
    #passMessage {
        width: 100%;
        padding-top: 10px;
    }
    #passMessage p {
        margin-bottom: 3px;
        font-size: 12px;
        text-align: left;
    }
    .register-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
        .register-actions button:first-of-type {
            margin-right: 15px;
        }
        .register-actions button {
            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: 0.9rem;
            border-radius: 0.25rem;
            transition: .5s ease;
            background-color: #70195b;
            color: #fff;
            padding: 0.25rem 0.75rem 0.35rem 0.75rem;
        }
        .register-actions button:hover {
            opacity: 0.8;
            cursor: pointer;
            background-color: #70195b;
            color: #fff;
        }


/*Recommended courses page*/
.courses-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-column {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .header-column .page-info {
        padding-right: 0.5rem;
    }
    .header-column:first-of-type {
        background-color: rgba(112,25,91, 0.1);
        padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    }
    .header-column.equal-padding {
        padding: 0.5rem 0.7rem;
    }
    .header-column select {
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 0;
    }
    .header-column h5 {
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
    .header-column span {
        font-weight: bold;
    }
    .header-column h5 span:first-of-type {
        font-weight: 300;
    }
    .header-column h5 span:nth-of-type(2) {
        padding: 0 0.3rem;
    }
.main-action-button {
    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 #6e1f5d;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: .5s ease;
    background-color: #6e1f5d;
    color: #fff;
    padding: 0.25rem 0.75rem 0.35rem 0.75rem;
    text-decoration: none;
}
    .main-action-button:hover {
        opacity: 0.8;
        cursor: pointer;
        background-color: #6e1f5d;
        color: #fff;
        text-decoration: none;
    }
.ask-for-testing {
    text-align: center;
}
    .ask-for-testing .main-action-button {
        background-color: #91e0a2;
        color: #000;
        font-weight: bold;
        border: none;
    }
        .ask-for-testing .main-action-button:hover {
            background-color: #91e0a2;
            color: #000;
            
        }
.main-action-button.registerButton {
    background-color: #fff;
    font-weight: bold;
    color: #6e1f5d;
    border-color: #6e1f5d;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem 0.35rem 0.75rem;
}
    .main-action-button.registerButton:hover {
        background-color: #fff;
        color: #6e1f5d;
    }

.dismiss-action-button {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: .5s ease;
    border: 1px solid #6e1f5d;
    color: #6e1f5d;
    padding: 0.25rem 0.75rem 0.35rem 0.75rem;
    background-color: #fff;
    font-weight: bold;
}

.dismiss-action-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.index-courses-table thead tr th {
    font-weight: bold;
    color: #000!important;
}

.info-main-button {
    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 #6e1f5d;
    font-size: 13px;
    border-radius: 0.25rem;
    transition: .5s ease;
    color: #6e1f5d;
    padding: 0.25rem 0.75rem 0.35rem 0.75rem;
    font-weight: bold;
}

    .info-main-button:hover {
        text-decoration: none;
        cursor: pointer;
        color: #6e1f5d;
        opacity: 0.8;
    }
    .info-main-button.instructions {
        margin-right: 2rem;
        padding: 0.35rem 0.75rem;
    }
.courses-options-container {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
    .courses-options-container span {
        padding-right: 1rem;
        font-size: 1rem;
        font-weight: bold;
    }
        .courses-options-container span.title {
            background-color: #91e0a2;
            border: 1px solid #91e0a2;
            padding: 0.3rem 0.6rem;
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            color: #000;
        }
    .courses-options-container input {
        padding-right: 1rem;
    }
    .courses-options-container .course-type {
        font-size: 1.3rem;
        padding-left: 0.3rem;
        font-weight: 300;
    }
    .courses-options-container .courses-options {
        border: 1px solid #91e0a2;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        padding-left: 0.5rem;
        background-color: #fff;
    }
.course-checkbox {
    width: 20px;
    height: 20px;
}
.modal-info-details .modal-content {
    border: none;
}
    .modal-info-details .modal-content .modal-header {
        background-color: #6e1f5d;
        border-bottom: none;
    }
    .modal-info-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
        .modal-info-title img {
            height: 2rem;
            padding-right: 0.5rem;
        }
        .modal-info-title span {
            font-size: 1.1rem;
            color: #fff;
        }
    .close.close-info {
        color: #fff;
        opacity: 0.9;
    }
    .course-info-title {
        font-size: 0.9rem;
        margin-bottom: 0;
        color: #a7a7a7;
        text-transform: uppercase;
    }
#courseDetailsModal {
    margin-bottom: 0;
}
.course-info-redirect {
    display: flex;
    padding-top: 0.5rem;
}
.course-info-redirect a {
    background-color: #91e0a2;
    margin-left: 0;
    color: #000;
}
    .course-info-redirect a:hover {
        background-color: #91e0a2;
        margin-left: 0;
        color: #000;
        opacity: 0.75;
    }
.course-table-content tr td {
    vertical-align: middle;
}
.groupe-options {
    padding: 0.5rem;
}
    .groupe-options option {
        font-size: 1rem;
    }
        .groupe-options option:hover {
            background-color: rgba(110,31,93,0.3)!important;
        }
    .groupe-options:focus > option:checked {
        background-color: rgba(110,31,93,0.3) !important;
    }

    @media(max-width: 768px) {
        .register-row {
        flex-direction: column;
        justify-content: center;
    }
    .register-field {
        flex-grow: 1;
    }
}
#oa-filterWrapper.no-data {
    border-bottom: none;
    padding-top: 1rem;
    background-color: transparent;
}
    #oa-filterWrapper.no-data .no-data-message {
        background-color: #fff;
        box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
        padding: 1.5rem 1rem;
        border-radius: 0.25rem;
    }
.oa-mainTable.white-table {
    background-color: #fff;
}
    .oa-mainTable.white-table thead tr th {
        font-weight: bold;
        color: #91e0a2!important;
    }
    .oa-mainTable.white-table tbody tr td {
        vertical-align: middle;
    }
    .oa-mainTable.white-table tbody tr td:last-of-type {
        text-align: right;
    }

/*Courses/PaymentForm*/
#IndividualDiv {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
    border-radius: 0.25rem;
}
    #IndividualDiv .register-field label {
        font-weight: bold;
        color: #000;
    }
#JuridicDiv {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
    border-radius: 0.25rem;
}
    #JuridicDiv .register-field label {
        font-weight: bold;
        color: #000;
    }
#ChildDataDiv {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
    border-radius: 0.25rem;
}
    #ChildDataDiv .register-field label {
        font-weight: bold;
        color: #000;
    }

/*OnlinePayment/OnlinePaymentCourses*/
.oa-titleArea.online-payment-header {
    padding: 0 0 1rem 0;
}
.online-payment-page {
    background-color: #fff;
    box-shadow: 0 0.05rem 0.35rem rgba(110, 31, 93, .2);
    border-radius: 0.25rem;
    padding: 1rem;
    margin-top: 0.5rem;
}
.courses-total {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
    .courses-total .info-label {
        padding-right: 0.4rem;
    }
.user-info-row.online-payment-user-data .online-payment-user-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 2rem;
}
.online-payment-user-info .info-label {
    padding-right: 0.3rem;
}


/*PaidCourses/IndexPaidCourses MOBILE*/
@media(max-width: 767px) {
    .courses-header {
        flex-direction: column;
    }
        .courses-header .header-column {
            margin-bottom: 0.5rem;
        }
}
@media(min-width: 768px) and (max-width: 992px) {
    .courses-header {
        padding-top: 1rem;
    }
}

/*Payment form page*/
.user-courses {
    box-shadow: 0 .05rem .65rem rgba(110, 31, 93, .2);
    background-color: #fff;
    margin: 0 auto 1.5rem auto;
    border-radius: 10px;
}
.oa-mainTable.user-courses {
    background-color: #fff;
}
    .oa-mainTable.user-courses th {
        color: #6e1f5d!important;
        font-weight: bold!important;
        vertical-align: middle;
        font-size: 0.9rem!important;
    }

/*IndexStudentFiles page*/
.header-page {
    padding: 65px 0 10px 0;
    border-bottom: 1px solid #dee2e6;
}
.user-info {
    background-color: #fff;
    box-shadow: 0 .05rem .65rem rgba(110, 31, 93, .2);
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.user-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #6c757d;
    padding: 0.5rem;
}
    .user-info-row:last-of-type {
        border-bottom: none;
    }
    .user-info-row .info-label {
        color: #6e1f5d;
        font-size: 0.9rem;
        font-weight: bold;
        flex-basis: 25%;
    }

/*UserApplicants/IndexUserApplicants*/
.header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-page.index-applicants {
    padding: 3.7rem 0 1rem 0;
}
.user-aplicants {
    box-shadow: 0 .05rem .65rem rgba(110, 31, 93, .2);
    background-color: #fff;
    margin: 0 auto 1.5rem auto;
    border-radius: 10px;
}
.oa-mainTable.user-aplicants {
    background-color: #fff;
    margin-top: 0.5rem;
}

    .oa-mainTable.user-aplicants th {
        color: #91e0a2!important;
        font-weight: bold!important;
        vertical-align: middle;
        font-size: 0.9rem!important;
    }

/*StudentFiles/IndexStudentFiles*/
.header-page.index-student-files {
    padding: 3.7rem 0 1rem 0;
}
.index-student-files-content {
    margin-top: 0.5rem;
}
.index-student-files-content .user-info-row {
    padding: 0.2rem 0;
    border-bottom: none;
}
    .index-student-files-content .user-info-row .info-label {
        flex-basis: initial;
        padding-right: 0.4rem;
    }
    .index-student-files-content .user-info-row.title-section {
        border-bottom: 1px solid #ced4da;
        margin-bottom: 0.2rem;
    }
    .index-student-files-content .user-info-row h5 {
        font-weight: bold;
        color: #91e0a2;
        margin-bottom: 0;
        font-size: 1.2rem;
    }
.index-student-files-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
    .index-student-files-section .column {
        padding-right: 3rem;
    }
        .index-student-files-section .column:last-of-type {
            padding-right: 0;
        }


/*StudentFiles/IndexStudentFiles MOBILE & TABLET portrait*/
@media(max-width: 992px) {
    .index-student-files-section {
        display: flex;
        flex-direction: column;
    }
        .index-student-files-section .column {
            padding-right: 0;
        }
}


/*StudentFiles/EditStudentFile*/
.header-page.edit-student-file {
    padding: 3.7rem 0 1rem 0;
}
.edit-student-section {
    box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
    background-color: #fff;
    margin: 0 auto 1.5rem auto;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
}
    .edit-student-section:last-of-type {
        margin-bottom: 0;
    }
    .edit-student-section h5 {
        border-bottom: 1px solid #91e0a2;
        padding-bottom: 0.3rem;
    }
    .edit-student-section label {
        font-weight: bold;
        color: #000;
    }
    .edit-student-section .checkbox-row {
        margin-bottom: 0.8rem;
    }

/*Accounts Manage page*/
.header-page.profile-page {
    margin-top: -0.2rem;
    padding-top: 0;
    padding-bottom: 1rem;
}
.profile-submenu {
    display: flex;
    padding: 1rem;
}
.profile-subcategories {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
    .profile-subcategories li a {
        padding: 0.35rem 0.75rem;
        border: 1px solid #6e1f5d;
        font-size: 0.9rem;
        text-decoration: none;
        color: #6e1f5d;
        min-width: 5rem;
        display: flex;
        justify-content: center;
    }
    .profile-subcategories li.active a {
        font-weight: bold;
        background-color: rgba(110,31,93,0.1);
    }
    .profile-subcategories li:first-of-type a {
        border-radius: 0.25rem 0 0 0.25rem;
    }
    .profile-subcategories li:nth-of-type(2) a {
        border-radius: 0 0.25rem 0.25rem 0;
        border-left: none;
    }
    .profile-subcategories li:last-of-type {
        margin-left: 1rem;
    }
    .profile-subcategories li .main-action-button {
        vertical-align: initial;
        color: #fff;
        min-width: unset;
        font-weight: 100!important;
        background-color: #6e1f5d!important;
    }
.profile-content {
    box-shadow: 0 .05rem .35rem rgba(110, 31, 93, .2);
    background-color: #fff;
    margin: 1rem auto 1.5rem auto;
    border-radius: 0.25rem;
    padding: 0 1rem;
}
    .profile-content h5 {
        color: #91e0a2;
        margin-bottom: -0.4rem;
        font-weight: 400;
    }
.change-password-page {
    padding: 1rem 0;    
}
.change-profile-password-title {
    margin-bottom: 0;
}
.change-password-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .change-password-content .form-group {
        flex-grow: 0.3;
    }
        .change-password-content .form-group label {
            font-weight: bold;
            color: #000;
        }
        .change-password-content .form-group input {
            background-color: #fff;
        }
.change-password-submit {
    display: flex;
    justify-content: flex-end;
}

#profile-form label {
    font-weight: bold;
    color: #000;
}

.profile-info-page {
    padding: 1rem 0;
}
.profile-info-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .profile-info-content .form-group {
        flex-grow: 0.485;
    }

    .profile-info-content .form-group input {
        background-color: #fff;
    }


@media(max-width: 768px) {
    .redirect-options {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .redirect-options a {
            margin-bottom: 1rem;
        }
            .redirect-options a:last-of-type {
                margin-bottom: 0;
            }
    .header-page.index-applicants {
        padding-top: 4.5rem;
    }
    .edit-user-applicant {
        padding-bottom: 1.1rem;
    }
    .applicant-types .register-field.column{
        text-align: left;
        justify-content: flex-start;
        width: 100%;
    }
    .profile-info-content {
        flex-direction: column;
    }
        .profile-info-content .form-group {
            flex-grow: 1;
            width: 100%;
        }
    .change-password-content {
        flex-direction: column;
    }
        .change-password-content .form-group {
            flex-grow: 1;
            margin-bottom: 0.5rem;
            width: 100%;
        }
}

/*UserApplicants/IndexUserApplicants*/
.user-aplicants


/*UserApplicants/EditUserApplicant*/
.header-page.edit-user-applicant {
    padding-bottom: 1.5rem;
}
.secondary-color-title {
    color: #91e0a2!important;
}
.edit-user-applicant-form {
    box-shadow: 0 .05rem .65rem rgba(110, 31, 93, .2);
    background-color: #fff;
    margin: 0 auto 1.5rem auto;
    border-radius: 0.25rem;
    padding: 1rem;
}
    .edit-user-applicant-form label {
        font-weight: bold;
        color: #000;
    }


.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 {
    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;
}

.smallButton {
    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: #00ad09;
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.smallButton:hover  {
    opacity: 0.7;
    color: white;
}

.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: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;
}

tr.spaceUnder > td {
    padding-bottom: 10px;
}

.col-md-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.actionBox {
    width: 1140px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
}

.alert {
    margin-bottom: 0.5rem;
}

.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-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: 220px 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: 220px 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: 175px 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: 175px 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: 117px 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: 117px 9px;
        background-size: 20px 140px;
        background-repeat: no-repeat;
    }
}

@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: 205px 7px;
        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: 12px;
    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;
}

.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;
}

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;
}

.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-bodyStyle {
    background-color: #fbfbfb;
}

.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 25px 0;
    border-bottom: solid 1px #ddd;
}

.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;
}