html, body {
    background: black;
}
.navbar-default {
    background: black;
    border-bottom: 1px solid red;
}
.button-menu-mobile {
    background: red;
}
.img-relative {
    position: relative;
}
.color-point {
    width: 20px;
    height: 20px;
    background-color: deeppink;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
#misurem {
    min-height: 284px !important;
}
.color-view-lite {
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
    margin-top: 5px;
}
.average-similar-view {
    display: block;
    width: 120px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
    margin-top: 5px;
}
.hide-eyes {
    display: none;
}
.palette {
    display: inline-block;
    width: 56px;
    height: 46px;
    border: 1px solid #8a8a8a;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.palette-select {
    border: 2px solid #fff;
}
.img-nuance {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
}
.popover {
    min-width: 500px !important;
}
.eye-chiari {
    /* width: 200px; */
    /* height: 80px; */
    background-color: white;
    /* float: left; */
    /* margin: 10px; */
    /* cursor: pointer; */
}
.eye-scuri {
    /* width: 200px; */
    /* height: 80px; */
    background-color: black;
    /* float: left; */
    /* margin: 10px; */
    /* cursor: pointer; */
}
/* Trattamenti */
.question{
    background: #FF0000; /*#a61413; /* #75ba48;*/
    padding: 4px 4px 4px 40px;
    margin-top: 10px;
    color: #fff;
    /*border-bottom-right-radius: 55px;
    border-top-left-radius: 55px;*/
}
.quiz ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }  
.quiz ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #111111;
}
.quiz ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.quiz ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 4px 15px 12px 60px;
    margin: 10px auto;
    height: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.quiz ul li:hover label{
    color: #FFFFFF;
}
.quiz ul li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.quiz ul li:hover .check {
    border: 5px solid #FFFFFF;
}  
.quiz ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: -1px;
    left: -1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.quiz input[type=radio]:checked ~ .check {
    border: 5px solid #00FF00;
} 
.quiz input[type=radio]:checked ~ .check::before{
    background: #00FF00;/*attr('data-background');*/
}  
.quiz input[type=radio]:checked ~ label{
    color: #00FF00;
}
@media (min-width: 768px) {
    .modal-diagnosi .modal-dialog {
        width: 90% !important;
    }
}
.modal-diagnosi h4.modal-title {
    color: #000000 !important;
}
.modal-diagnosi .modal-content {
    background-color: #FFF !important;
}
.modal-diagnosi .modal-body h2 {
    background-color: #FF0000 !important;
    padding: 10px 20px;
    border-radius: 6px;
}
.img-modal {
    /* width: 16% !important; */
    /*height: 234px !important;*/
    float: left;
    vertical-align: bottom !important;
}
/* =============
   Accounts pages
============= */
.wrapper-page .card {
    margin: 30px auto !important;
    position: relative;
    max-width: 420px;
  }
  
  .logo-alt-box {
    margin-top: 6%;
  }
  
  .logo-alt-box .logo {
    float: none;
    font-size: 24px;
    letter-spacing: .06em;
    line-height: 46px;
  }
  
  .logo-alt-box h5 {
    font-size: 12px;
  }
  
  .user-thumb {
    position: relative;
    z-index: 999;
  }
  
  .user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px;
  }
  
  .ex-page-content .text-error {
    color: #1bb99a;
    text-shadow: rgba(27, 185, 154, 0.3) 5px 1px;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
  }
  
  .ex-page-content .text-error i {
    font-size: 78px;
    padding: 0 10px;
  }