/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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: rgb(255,136,57)
}

.nav-link {
    display: block;
    padding: 0rem 0rem;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-navyBlue {
    background-color: #1E365A !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.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;
}

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: grey;
    font-weight: normal;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    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;
}

.dialysisLogo {
    width: 200px;
    height:50px;
    margin-right:5px;
}

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;
}

.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: #6c757d;
    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: #6c757d;
    color: white;
    opacity: 0.8;
}

.indexMenu {
    text-align: center;
    width: 100%;
}

.indexRegisterMenu {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.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: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;
}

.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;
}

.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: 13px;
    color: #6c757d;
    text-transform: uppercase;
}
.control-label-notransform {
    font-size: 13px;
    color: #6c757d;    
}

.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;
}

.ui-autocomplete {
    max-height: 250px;
    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: 250px;
}

ul.ui-front {
    z-index: 1100;
}