@CHARSET "ISO-8859-1";
* {
    /*margin: 0px auto;*/
    margin: initial;
    font-family: 'Muli', sans-serif;
}

html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
}

.jumbotron {
    padding-top: 0px;
    background-color: white;
}

.nav {
    height: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    background-color: #00599d;
    color: #ffffff;
}

body, md-content {
    background: white;
}

.red {
    color: #be1f24;
}

#score {
    background-image: url('../img/score.png');
}

#wizard {
    background-image: url('../img/wizard.png');
}

#paziente {
    background-image: url('../img/dati_paziente.png');
}

#sanofi {
    background-image: url('../img/sanofi.png');
}

.origami-box {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.score-container {
    padding-top: 15px;
}

.img-button {
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-sanofi {
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center center;
}

.score-label {
    margin-bottom: 0px;
}

.score-select {
    margin-bottom: 0px;
    height: 40px;
    padding: 10px;
}

.btn-dimension {
    width: 100%;
}

.intro {
    text-align: justify;
    padding: 10px 0 20px 0;
}

.form-control, .form-group .form-control {
    background-color: #fbfbfb;
}

.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled]+.toggle {
    margin-right: 10px;
}

.origami img {
    width: 101%;
}

.blue {
    color: #00599d;
    font-weight: bold;
    /*font-size: 15px;*/
}

.space-pad {
    padding-left: 10px;
}

body, label, .md-button {
    font-size: 15px;
}

.nav-deco {
    background-color: #be1f24;
    color: white;
}

.origami {
    margin-bottom: 15px;
}

.icons-center>.material-icons, .icons-center-nav>.material-icons {
    font-size: 30px;
}

.index-subtitle {
    font-size: 14px; 
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.index-button {
    margin-top: 65px; 
    margin-bottom: 0px; 
    color: #fff;
    font-size: 14px;
    }

    .index-button-auto {
        font-size: 14px;
        color: #fff;
    }

.btn-click {
    background: #00599d !important;
    color: #fff !important;
}
.alpha {
    color:#fff; 
    font-weight: bold; 
    font-size: 250%;
}
@media only screen
/* iPhone 5 */

and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body, label, .md-button {
        font-size: 17px;
    }
    .alpha {
        color:#fff; 
        font-weight: bold; 
        font-size: 120%;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .origami {
        margin-bottom: 15px;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 35px;
    }
    .index-button {
        margin-top: 65px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 14px;
    }
        .index-subtitle {
        font-size: 12px; 
        color: #fff;
    }

    .index-button-auto {
        font-size: 12px;
        color: #fff;
    }
}

@media only screen
/* iPhone 6 */

and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body, label, .md-button {
        font-size: 17px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .origami {
        margin-bottom: 15px;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 35px;
    }
    .index-button {
        margin-top: 90px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 17px;
    }
       .index-subtitle {
        font-size: 13px; 
        color: #fff;
    }

    .index-button-auto {
        font-size: 13px;
        color: #fff;
    }
}

@media only screen
/* iPhone 6plus */

and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    body, label, .md-button {
        font-size: 19px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .origami {
        margin-bottom: 15px;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 35px;
    }
     .index-button {
        margin-top: 90px; 
        margin-bottom: 0px; 
        color: #fff;
        /*font-size: 14px;*/
    }
    .index-button-auto {
        font-size: 14px;
        color: #fff;
    }
}

@media screen 
/*Galaxy s5*/

  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
      body, label, .md-button {
        font-size: 17px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .origami {
        margin-bottom: 15px;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 35px;
    }
    .index-button {
        margin-top: 90px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 17px;
    }
       .index-subtitle {
        font-size: 13px; 
        color: #fff;
    }

    .index-button-auto {
        font-size: 13px;
        color: #fff;
    }

}
@media only screen
/*iPad & iPad pro 9.7 & Hair 2 (e tutti gli iPad a scendere)*/

and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body, label, .md-button {
        font-size: 20px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .img-button {
        background-size: 75%;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 40px;
    }
     .index-button {
        margin-top: 150px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 25px;
    }
        .index-subtitle {
        font-size: 18px; 
        color: #fff;
        padding-left:70px;
        padding-right: 50px;
    }

    .index-button-auto {
        font-size: 18px;
        color: #fff;
    }
    .img-sanofi {
        background-size: 25%;
    }
}

@media 
/*Galaxy Tab 10.1  & iPad pro 10.5*/

  /*(max-device-width: 800px) and (orientation: portrait) { */
  (min-device-width: 800px) and (max-device-width: 1280px) {
    body, label, .md-button {
        font-size: 20px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .img-button {
        background-size: 80%;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 40px;
    }
     .index-button {
        margin-top: 150px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 30px;
    }
        .index-subtitle {
        font-size: 20px; 
        color: #fff;
        padding-left: 70px;
        padding-right: 50px;
    }

    .index-button-auto {
        font-size: 20px;
        color: #fff;
    }
    .img-sanofi {
        background-size: 20%;
    }
}

@media only screen
/*iPad Pro */

and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

    body, label, .md-button {
        font-size: 20px;
    }
    .nav-deco {
        background-color: #be1f24;
        color: white;
    }
    .img-button {
        background-size: 80%;
    }
    .icons-center>.material-icons, .icons-center-nav>.material-icons {
        font-size: 40px;
    }
     .index-button {
        margin-top: 200px; 
        margin-bottom: 0px; 
        color: #fff;
        font-size: 35px;
    }
        .index-subtitle {
        font-size: 25px; 
        color: #fff;
        padding-left: 70px;
        padding-right: 50px;
    }

    .index-button-auto {
        font-size: 25px;
        color: #fff;
    }
    .img-sanofi {
        background-size: 20%;
    }
}

.first-level {
    list-style-type: square;
    color: #2bb631;
    padding-left: 30px;
    font-size: 20px;
}

.first-level > li > .first-square {
    color: #000;
    font-size: 15px;
}

.second-level {
    list-style-type: square;
    color: #0e7713;
    padding-left: 20px;
    font-size: 20px;
}

.second-level > li > .second-square {
    color: #000;
    font-size: 15px;
}

.third-level {
    list-style-type: square;
    color: #0e7713;
    padding-left: 20px;
    font-size: 20px;
}

.third-level > li > .third-square {
    color: #000;
    font-size: 15px;
}

.button-reset-calc {
    text-align: center !important;
    width: 100%;
}

.box-answer-fix {
    background: #d5d5d5;
    color: black;
}

.pad-text-item {
    padding: 5px 16px;
}

.button-score {
    margin-bottom: 10px !important;
}

.wizard_answer {
    vertical-align: middle;
    line-height: 50px;
}

.btn-calc{
    margin-bottom: 10px! important;
}