html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.752rem;
        font-weight: normal;
    }
    .h3, h3 {
        font-size: 1.5rem;
        font-weight: normal;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    color: #000;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.border-top.footer.text-muted {
    display:none;
}
.clear{
    clear:both;
}
.text-danger {
     font-size: 13px;
}
#dataOrar-validare.text-danger {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

#sliderMonthYear {
    margin-bottom:10px;
}

a {
    transition: all 0.3s;
}
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background:green;

  
  
}


::-webkit-scrollbar-thumb {
    background:red;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #d9e1e7;
}
::placeholder {
    color: #06152b;
    opacity: 1;
}

:-ms-input-placeholder { 
    color: #06152b;
}

::-ms-input-placeholder { 
    color: #06152b;
}


/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #844200;
    border-color: #844200;
}
    .btn-primary:hover {
        color: #844200;
        background-color: #fff;
        border-color: #844200;
    }
.btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius:10px;
    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;
}
button.login-submit, button.registerSubmit, button.reset-password {
    background: #fff;
    border: none;
    color: #fff;
    background: #aa6000;
    border-radius: 5px;
    font-weight: 300 !important;
    padding: 10px 20px 8px;
    margin-top: 10px;
    font-size: 18px;
    text-shadow: 1px 0px #000;
}
    button.login-submit:hover, button.registerSubmit:hover {
        background: #bbbecd;
        color: #000;
        text-shadow: 1px 0px #fff;
    }
    /* Labels */
    .form-label {
        margin-bottom: 2px;
    }

/* Inputs */
input.form-control {
    padding: 0px 10px 0px 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 40px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 0.4rem;
    background: #fff !important;
    border: 1px solid rgb(187, 190, 205);
}
#registerForm input.form-control,
#account input.form-control {
    margin-bottom: 0px;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

body.no-navbar .container.header-intro-left {
    display: none;
}


 /* loading screen */

.divLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}

.loading {
    position: relative;
    left: calc(50% - 50px);
    top: 50%;
    z-index: 99999;
    width: 320px;
}
    .loading h3 {
        color: #fff;
        position: relative;
        z-index: 9999;
        left: calc(0% - 100px);
    }



.holder-month-days .hour .containerr:has(input:checked) span.loc-liber {
    color: #fff !important;
}
.holder-month-days .hour .containerr:has(input:checked) {
    padding-left:0px;
    margin-bottom: 0px;
    color: #fff;
    text-align:center;
}

.hour .containerr input:checked ~ .checkmark:after {
   display:none;
}
/* Detalii rezervare validare cod 7834873*/

.detalii-rezervare.validare-cod,
.detalii-plata.validare-cod {
    padding: 10px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.1);
}

.detalii-rezervare.validare-cod p,
.detalii-plata.validare-cod p {
    margin-bottom: 0px;
}

    .detalii-rezervare.validare-cod p.title,
    .detalii-plata.validare-cod p.title {
        margin-bottom: 10px;
        padding-bottom: 0px;
        border-bottom: solid 1px rgba(0,0,0,0.08);
        font-size: 20px;
        font-weight: 500;
    }

    .detalii-plata.validare-cod p.total {
        margin-top:10px;
        font-weight: 500;
    }