
:root {
    --background-homepage-color: #fcc90e;
    --background-default-color: #fff;

    --body-font-color: #000;

    --btn-color: #ffc104;
    --btn-color-hover: #134e90;
    --btn-intro-color: #675d8f;
    --btn-intro-color-hover: #fcc90f;

    --color-text-title: #134e90;
    --color-text-form: black;

    --background-modal-face-color: #fef4cf;
    --modal-face-color: #ec5d41;
}

.start-33 {
    left: 33%!important;
}

body {
    background: var(--background-default-color);
    color: var(--body-font-color);
    font-size: 12px;
}
.cursor-pointer {
    cursor:pointer;
}

#ui-datepicker-div{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 9999 !important;
    -webkit-transform   : translateX(-50%) translateY(-50%) !important;
    -moz-transform      : translateX(-50%) translateY(-50%) !important;
    -ms-transform       : translateX(-50%) translateY(-50%) !important;
    transform           : translateX(-50%) translateY(-50%) !important;
}

.homepage {
    background: var(--background-homepage-color);
    color: var(--body-font-color);

}
.header-back-page {
    position: absolute;
    top: 16px!important;
    left: 10%!important;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
}

.header-back-page a {
    color: var(--body-font-color) !important;
    text-decoration: none !important;
}
.header-title-page {
    position: absolute;
    top: 16px!important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: bold;
}

.homepage-header {
    max-width: 450px;
    margin-bottom: 25px;
}

.homepage-footer {
    background: url(/assets/img/homepage/background.jpg) no-repeat bottom;
    background-size: cover;
}

.btn-homepage {
    transition: transform .3s; /* Animation */
}

.btn-homepage:hover {
    transform: scale(1.2);
}

.intro {
    background: var(--background-default-color);
    color: var(--body-font-color);

}
.intro-header {
    max-width: 450px;
    margin-bottom: 25px;
}
.btn-intro {
    background-color: var(--btn-intro-color);
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    min-width: 200px;
    padding: 10px;
}

.intro-dot {
    height: 12px;
    width: 12px;
    background-color: #a9adca;
    border-radius: 50%;
    display: inline-block;
}

.intro-dot-active {
    background-color: #293045;
}

.diario-data {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}
.diario-calendario-img {
    width: 45px;
}

.diario-funzioni {
    background-color: #fef4cf;
    border-radius: 30px;
}

.diario-icone {
    width: 30px;
}

.funzioni-riga {
    border-bottom:1px solid #fdde6f;
    font-size: 13px;
    color: #253274;
    font-weight: bold;
    cursor:pointer;
}

.hdv-block {
    background-color: #dadee9;
    padding: 5px 10px;
    border-radius: 20px;
    color: #293045;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}

.btnFace {
    cursor:pointer;
}

.modal-face {
    background-color: var(--background-modal-face-color);
}
.modal-face-title {
    color: var(--modal-face-color);
}

.blocco-notifiche {
    background-color: #fef4cf;
    border-radius: 10px;
}
.notifiche-riga {
    border-bottom:1px solid #fdde6f;
    font-size: 13px;
    color: #253274;
    padding: 5px;
    margin-bottom: 5px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.modal-input-value {
    width: 70%;
    height: 40px;
    border: 2px solid var(--modal-face-color);
    border-radius: 0px 40px 0px 40px;
    font-size: 25px;
    padding: 22px;
    text-align: center;
}
.bt-pressure-input {
    background-color: var(--modal-face-color);
    color: white;
    font-weight: bold;
    margin-left: 25px;
}

.btn-salva-diario {
    background-color: #25306c;
    color: white;
    font-weight: bold;
}


.bmi-form {
    background-color: #fddf6f;
    padding: 20px;
}

.bmi-form input {
    width: 100px;
    height: 30px;
    box-shadow: 3px 3px 11px #efefef;
    border-radius: 25px;
    border: 0px;
    font-size: 14px;
    padding: 14px 2px 14px 2px;
    text-align: center;
}
.btn-bmi {
    background-color: #25306c;
    color: white;
    border-radius: 25px;
    padding: 3px;
    font-size: 15px;
    min-width: 100px;
}

.bmi-value {
    background-color: #fcc90f;
    color: black;
    border-radius: 25px;
    padding: 10px;
    font-size: 20px;
    width: 150px;
    display: inline-block;
}

.alimenti-calorie-testo-seleziona {
    color: #ec5d3e;
}

.alimenti-calorie-categoria {
    padding: 3px 10px 3px 10px;
    background-color:#fddf6f;
    color:#000;
    border-radius: 20px;
}

.alimenti-calorie-input-gr {
    height: 20px;
}

.alimenti-calorie-input-gr {
    height: 20px;
}
.kal-parziale {
    background-color: #fbdfd7;
}
.kal-parziale-val {
    position: absolute;
    top: 28%!important;
    left: 8%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.btn-aggiungi-cal-parz {
    width: 100%;
    height: auto;
}
.btn-cal-tot {
    width: 100px;
    height: auto;
}

.btn-modal-ok {
    background-color: #ec5d37;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-left: 20px;
}
.btn-survey {
    background-color: #ec5d37;
    color: white;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    min-width: 120px;
}

.btn-alimenti {
    background-color: #e65b3a;
    color: white;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    min-width: 120px;
}

.btn-goback {
    background-color: #f9c82c;
    color: white;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    font-size: 17px;
    min-width: 120px;
}


.btn-survey-homepage {
    background-color: #b2b2b2;
    color: white;
    border-radius: 15px;
    padding: 2px 8px 2px 8px;
    font-size: 15px;
}
.btn-survey-homepage-active {
    background-color: #ec5d37;
    color: white;
    border-radius: 15px;
    padding: 2px 8px 2px 8px;
    font-size: 15px;
}

.div-mt-mb {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text_link {
    color: var(--body-font-color) !important;
    text-decoration: underline;
}

.blocco_centrato {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-project {
    background-color: var(--btn-color);
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    min-width: 200px;
    padding: 10px;
    /* border:2px solid #00a19b; */
}

.btn-project:hover {
    background-color: var(--btn-color-hover);
    text-decoration: none;
}


.title-page {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text-title);
    text-align: center;
}

.form-check-label {
    margin-left: 15px;
    color: var(--color-text-title);
}

.form-control {
    border-radius: 5px;
    color: var(--color-text-title);
    font-size: 14px;
    padding: 3px 3px;
    margin-bottom: 15px;
}

.form-control::placeholder {
    color: var(--color-text-title);
    background: none;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    /* text-transform: uppercase; */
}

.form-check-input-smoke {
    width: 2.6em;
    height: 16px;
    cursor: pointer;
    min-height: 0rem;
}

.t-info {
    font-size: 20px;
    font-weight: bold;
    color: #ec5d37;
}



@media (max-width: 600px) {
    .homepage-header {
        max-width: 200px;
        margin-bottom: 25px;
    }
}

@media (max-width: 400px) {
    .homepage-header {
        max-width: 120px;
        margin-bottom: 25px;
    }
    .btn-aggiungi-cal-parz {
        width: 100px;
        height: auto;
    }
    .btn-cal-tot {
        width: 70px;
        height: auto;
    }
}
