:root {
    --navbar: var(--navbar);
    --text: var(--text);
  }

/*------------------------
    user profile 
------------------------*/

.tab-custom.nav .active {
    font-weight: bold;
    /* border-bottom: 1px solid White; */
}

.tab-custom.nav a {
    color: Black !important;
}

.tab-content {
    padding: 10px;
    padding-top: 25px;
}

.tab-custom.nav-tabs>li>a {
    border-top: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}

/*------------------------
    // user profile 
------------------------*/

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
    color: blue;
}

.buttonBox {
    position: relative;
    bottom: -25px;
}

.spacer {
    margin-top: 15px;
}

.spacer_menu {
    margin-top: 25px;
}

.custom_button {
    width: 90px !important;
}

label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 0px 0 5px 0px;
    padding: 0;
    text-align: left;
    width: 280px;
    font-weight: normal;
}

.ui-dialog {
    z-index: 1000 !important;
}

.ui-datepicker {
    width: 18em;
    padding: .2em .2em 0;
    z-index: 9999 !important;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

/*------------------------
    // navbar 
------------------------*/

.navbar-custom {
    background-color: var(--navbar);
    color: var(--text);
    border-radius: 0;
    height: 60px;
}

.navbar-custom a {
    color: var(--text);
}

.navbar-custom a:hover  {
    color: var(--text);
}

.navbar-custom .navbar-nav>li {
    color: var(--text);
    font-size: 20px;
    transition: 0.3s;
}

.page-title {
    padding: 15px;
}

.navbar-custom .navbar-nav>.active>a {
    color: #ffffff;
    background-color: transparent;
    
}

.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.open>a {
    text-decoration: none;
    background-color: #33aa33;
    height: 60px;
}

.navbar-custom .navbar-brand {
    color: #eeeeee;
}

.navbar-custom .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-custom .icon-bar {
    background-color: #33aa33;
}

.pull-right .dropdown-menu {
    background-color: var(--navbar);
    right: auto;
    left: auto;
    bottom: auto;
    width: 250px;
    float: none;
}

.borderless td, .borderless th {
    border: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        margin-top: 10px;
    }
}

#sel_projects {
    margin-top: 60px;
}

/* nasconde il messaggio: no record found nei picker */

.fixed-table-container .no-records-found {
    display: none;
}

.form-horizontal {
    padding-top: 20px;
}

.dropdown-menu>li>a {
    transition: 0.3s;
}

.profile-dropdown {
    background-color: var(--navbar);
    color: #ffffff;
    border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #eee;
    background-color: var(--navbar);
}

/* nasconde il messaggio: no record found nei picker */

.fixed-table-container .no-records-found {
    display: none;
}

.counter {
    font-size: 100px;
    font-weight: 800;
    margin-top: 13%;
}

.gooey {
    position: absolute;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: 0 0 20px -71px;
    background-color: white;
    filter: contrast(20);
    z-index: 10;
    top: 85%;
}

.dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

#results_container {
    display: none;
    padding-bottom: 20px;
    border: 1px solid var(--navbar);
    border-left: 5px solid var(--navbar);
    margin-bottom: 10px;
}

#total_cases {
    margin-left: -120px;
}

#fenotype_container {
    border-right: 2px double #d2d2d2;
}

#showAllRows, #showAllRows_upd {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.borders {
    border-bottom: 10px double var(--navbar);
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--navbar);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--navbar);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.popupcontainer {
    display:none;
    color:#fff;
    border:solid 1px #fff;
    padding:10px;
    padding-left:50px;
    padding-right:50px
}

.covid-19-radio {
    margin-top: 30px;
    margin-bottom: 5px;
}

.covid-19-radio label, .long-covid-19-radio label {
    cursor: pointer;
}

.covid-19-radio input, .long-covid-19-radio input {
    cursor: pointer;
}

.maintenance {
    margin-bottom: 10px;
    text-align: center;
}
.clificol-logo {
    margin: auto;
}

#medicineName {
    font-style: italic;
    font-weight: bold;
}

small {
    font-size: 0.8rem;
    color: gray;
}
