@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?-80zzc3');
    src:url('../fonts/icomoon.eot?#iefix-80zzc3') format('embedded-opentype'),
    url('../fonts/icomoon.woff?-80zzc3') format('woff'),
    url('../fonts/icomoon.ttf?-80zzc3') format('truetype'),
    url('../fonts/icomoon.svg?-80zzc3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ball:before {
    content: "\e600";
}

.icon-doc:before {
    content: "\e601";
}

.icon-high:before {
    content: "\e602";
}

.icon-low:before {
    content: "\e603";
}

.icon-pill:before {
    content: "\e604";
}
.injection-icon{
    background-image: url(../img/diary/icon-injection.png);
    height: 14px;
    width: 14px;
    display: inline-block;
}
.special-icon-doc {
    background-image: url(../img/diary/icon-doc.png);
    height: 14px;
    width: 14px;
    display: inline-block;
}

html,body{
    height: 100%;
}
h1{
    font-size: 24px;
}

.navbar-default .navbar-nav .icon-container {
  height: 34px;
  display: block;
}
.navbar-default .navbar-nav a {
  text-transform: uppercase;
}
.navbar-default .container {
  position: relative;
}
.footer {
  bottom: 0;
  width: 100%;
  position: relative;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #5e5e5e;
}
.footer p {
  margin: 20px 0;
}
.footer .text-muted{
    line-height: 60px;
    color: #FFF;
    font-size: 12px;
    width:100%;
    text-align: center;
}
@media (min-width: 992px) {
    .footer .text-muted{
        width: auto;
    }
}
.footer img{
    padding-left: 5px;
}
.footer img#dystonia-europe{
    vertical-align: -7px;
    margin-right: 30px;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:focus,
.footer a:hover{
    color: #FFF;
}
h2 {
  font-size: 25px;
  color: #727272;
}
#accordion-profile .input-group-addon,
#fmRegister .input-group-addon,
#fmReminder .input-group-addon{
  background: url(/public/img/input-addon-orange.svg), linear-gradient(to right, #db511f 0%, #db511f 89%, #ffffff 89%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: right;
  border-top: 1px solid #db511f;
  border-bottom: 1px solid #db511f;
  padding-right: 20px;
  color: #FFF;
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#fmRegister .has-error .input-group-addon{
    background: url(/public/img/input-addon-error.svg), linear-gradient(to right, rgb( 206, 6, 45 ) 0%, rgb( 206, 6, 45 ) 89%, #ffffff 89%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: right;
    border-top: 1px solid rgb( 206, 6, 45 );
    border-bottom: 1px solid rgb( 206, 6, 45 );
}
#fmRegister input.input40{
    width:40px;
}
#fmRegister input.input60{
    width:60px;
}
#fmRegister input.input80{
    width:80px;
}
#fmRegister input.input-center{
    text-align: center;
}
.form-inline{
    margin-bottom: 15px;
}
.form-group, .form-inline{
    position: relative;
}
label.error{
    display: block;
    color: rgb( 206, 6, 45 ) !important;
    max-width: initial;
    font-weight: bold !important;
    font-size: 90%;
    clear: both;
}
/*label.error:before{
    content:'←';
    padding-right:5px;
}*/
#accordion-profile .input-group-addon span,
#fmRegister .input-group-addon span,
#fmReminder .input-group-addon span{
  width: 120px;
  opacity: 1;
  -webkit-transition: width 0.7s cubic-bezier(0.770, 0.000, 0.175, 1.000),opacity 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);;
  -o-transition: width 0.7s cubic-bezier(0.770, 0.000, 0.175, 1.000),opacity 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);;
  transition: width 0.7s cubic-bezier(0.770, 0.000, 0.175, 1.000),opacity 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);;
  display: block;
  overflow: hidden;
}
#accordion-profile .input-group-addon span.longer,
#fmRegister .input-group-addon span.longer,
#fmReminder .input-group-addon span.longer{
  width: 170px;
}
#accordion-profile .input-group-addon span.away,
#fmRegister .input-group-addon span.away,
#fmReminder .input-group-addon span.away{
  opacity: 0;
  width: 0;
}

#fmReminder #selectDays input[type=checkbox] {
    display: none;
}

#fmReminder #selectDays.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
#fmReminder #selectDays.btn-group > .btn:last-child:not(:first-child) {
    border-radius: 0;
}

#fmReminder #selectDays.btn-group > .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 100px;
}

#fmReminder .interval-group label {
    color: #db511f;
}

#fmReminder .interval-group .checkbox label {
    padding-left: 0;
}

#accordion-profile .btn-danger{
    margin-top: 20px;
}
#accordion-questionnaire ul {
  padding-left: 0;
}
#accordion-questionnaire li {
  display: block;
  font-size: 15px;
  line-height: 50px;
  color: #db511f;
}
#accordion-questionnaire li:nth-child(odd) {
  background-color: #e4e1e1;
}
#accordion-questionnaire .add-question {
  padding-top: 20px;
}
.navbar-fixed-top {
  /*top: 52px;*/
}
#logout {
  background-color: #FFFFFF;
  height: 52px;
  line-height: 52px;
}
#content {
  position: relative;
  background-color: #EEE;
  margin-top: 0;
  height: 100%;
  /*display: table;*/
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
  padding-right: 0;
}
#content-background {
  background-image: url(/public/img/bg-stripes.png);
  position: relative;
  /*min-height: 100%;*/
}
span.date {
  color: #727272;
}
#welcome {
  background-image: url(/public/img/bg-welcome.jpg);
  background-size: cover;
  background-position: right 115px;
  background-repeat: no-repeat;
}
#welcome .app{
    margin-top: 40px;
    text-align: right;
    width: 100%;
    float:right;
}
#welcome h1 {
  margin-top: 80px;
  margin-bottom: 30px;
}
#welcome p {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#welcome p a:link{
    text-decoration: underline;
    color: #727272;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
#welcome h5{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
#welcome .input-group {
  width: calc(100% + 6px);
}
#welcome #content
{
  margin-top: 115px ;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,1)), color-stop(33%,rgba(255,255,255,1)),color-stop(76%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 73%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 73%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 73%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
#information #content{
    margin-top: 115px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#welcome #content-background {
  background: none;
    height: 100%;
}
#welcome .footer{
    position: fixed;
    z-index: 20;
}
@media screen and (max-width: 767px){
    #welcome .footer {
        position: relative;
    }
    #welcome .footer .text-muted{
        padding: 30px 20px 20px ;
        line-height: 20px;
    }
    #welcome .footer .text-muted span{
        display:block;
    }
    #welcome #content-background{
        height:auto;
        margin-bottom: 40px;
    }
    .footer img#dystonia-europe:after{
        display:block;
    }
    .footer img#dystonia-europe{
        margin-right: 0;
    }
}
#welcome label{
    font-weight: normal;
}
#welcome .textgroup-start{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}
#welcome .textgroup-center{
    border-radius: 0;
    float: left;
    margin-left: -1px;
}
#welcome .textgroup-end{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    margin-left: -1px;
}
#welcome .video{
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}
#welcome .video img{
    max-width: 100%;
    border:1px solid #78797A;
    border-radius: 10px;
}
#welcome .video:hover img{
    border:1px solid #D00B30;
}
#welcome .video:hover{
    color:#D00B30;
}
#register-container label{
    color: #db511f;
}
#register-container label.label-checkbox{
    color:#727272;
    margin-left: 10px;
}

#cookie-note {
    background-color: #db511f;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
}

#cookie-note .message {
    display: inline-block;
    padding: 20px 40px 20px 20px;
    color: white;
    font-size: 16px;
}

#cookie-note .btn-default {
    background: transparent;
    border-color: white;
    color: white;
}
#cookie-note .btn-default:hover {
    background: white;
    border-color: white;
    color: #db511f;
}

#cookie-note .close {
    position: absolute;
    border: none;
    right: 14px;
    top: 10px;
    outline: none;
    background: transparent;
    color: white;
    font-size: 21px;
    font-weight: bold;
    opacity: 1;
    text-shadow: none;
}

#cookie-note button:active {
    background: none;
    text-shadow: none;
}

.btn.btn-primary.btn-lg {
    min-width: 150px;
    float: right;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.navbar-brand{
    min-width: 229px;
    max-width: 259px;
}
.navbar-brand img{
    width: 100%;
}
.navbar-form .input-group > .form-control {
line-height: 30px;
    height:30px;
padding:0 12px;
  border: none;
}
.navbar-form .input-group-addon {
  background-image: url(../img/input-addon-red.svg);
  background-position: -1px;
  background-repeat: no-repeat;
}
.navbar-form .input-group-addon.user {
  padding: 2px 11px 2px 9px;
}
.navbar-form .input-group-addon.user svg {
  height: 16px;
  width: 19px;
  fill: #ce062d;
}
.navbar-form .input-group-addon.key {
  padding: 2px 10px 2px 7px;
}
.navbar-form .input-group-addon.key svg {
  height: 17px;
  width: 20px;
  fill: #ce062d;
}
.navbar-form label,
.navbar-form a:link,
.navbar-form a:visited{
  color: white;
}
.navbar-form .btn{
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    color: #ce062d;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    border: 2px solid #FFFFFF;
}
.navbar-form .btn:hover{
    background-color: #ce062d;
    color: white;
}
.header {
  height: 344px;
  overflow: hidden;
  position: relative;
  top: 110px;
  z-index: 0;
}
.header > img {
  position: fixed;
  top: 110px;
  min-width: 100%;
  min-height: 234px;
}
.logout {
  position: absolute;
  right: 15px;
  bottom: -42px;
  background-color: #FFF;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
.logout img {
  padding-right: 8px;
}
.logout a,
.logout a:link,
.logout a:hover,
.logout a:focus {
  color: #727272;
  text-decoration: underline;
}
.logout > div{
    display:inline-block;
}
.logout > div + div{
    margin-left: 20px;
}
.language-switch{
    line-height: 21px;
}
.language-switch ul{
    position: absolute;
    padding: 10px;
    display:none;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    top:38px;
    right: 0;
    list-style: none;
}
.selected-language span,
.language-switch ul li{
    cursor: pointer;
}
.language-switch ul li:hover,
.selected-language span:hover{
    color:#ce062d;
}
.question-number {
  font-size: 20px;
  color: #db511f;
  border-radius: 50%;
  border: 3px solid #db511f;
  height: 57px;
  line-height: 50px;
  text-align: center;
  width: 57px;
  font-weight: 200;
    -webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s;-ms-transition: background-color 0.3s;-o-transition: background-color 0.3s;transition: background-color 0.3s;
    position: relative;
}
.question-number.checked {
    background-color: #db511f;
}
.question-number.checked:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../img/icon_checkmark.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    animation-duration:0.5s;
}
.question-headline {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 37px;
}
.question-answers {
  overflow: hidden;
}
.question-answers.question-type-checkboxes label {
  border: 1px solid #db511f;
  border-radius: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.question-answers.question-type-checkboxes label:hover {
  background-color: #db511f;
  color: white;
}
.question-answers.question-type-checkboxes label:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.question-answers.question-type-checkboxes label:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.question-answers input[type="radio"]:checked + label,
.question-answers input[type="checkbox"]:checked + label {
  background-color: #db511f;
  color: white;
}
.question-answers input[type="checkbox"]:disabled + label{
  border-color: #888;
    color: #888;
}
.question-answers input[type="checkbox"]:disabled + label:hover{
    background-color: transparent;
    cursor: not-allowed;
}
.question-answers input[type="radio"],
.question-answers input[type="checkbox"] {
  display: none;
}
.divider {
  width: 100%;
  height: 20px;
  background-image: url(../img/bg-stripes.png);
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}
.divider span {
  background-color: #eeeeee;
  line-height: 20px;
  padding: 10px;
  padding-left: 0;
  color: #db511f;
}
#sidebar {
  background-color: #FFF;
  border-left: 1px solid #db511f;
  /*display: table-cell;
  float: none !important;*/
  vertical-align: top;
  min-width: 268px;
}
#sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #db511f;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
#sidebar ul {
  padding: 0;
}
#sidebar img{
    margin-top:10px;
}
#sidebar ul li {
  list-style: none;
  color: #606366;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #E0E0E0;
}
#sidebar ul li p.info {
  font-size: 11px;
  margin: 0;
}
#sidebar ul li h4 {
  color: #db511f;
  font-size: 11px;
}
#sidebar .icon-arrows {
  padding-left: 20px;
  background-image: url(/public/img/arrows.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
#main {
  /*display: table-cell;
  float: none !important;*/
  padding-bottom: 20px;
}
.circle {
  border-radius: 50%;
  border: 1px solid #db511f;
  height: 46px;
  width: 46px;
  padding: 0;
  margin: 1%;
  transition: border-width 0.5s;
    display:inline-block;
}
.circle:hover {
  border-width: 23px;
}
@media (max-width: 992px) {
    .question-number{
        height:40px;
        width:40px;
        font-size: 15px;
        line-height: 36px;
        border-width: 2px;
    }
}
@media (max-width: 992px) {
    .circle {
        height: 40px;
        width: 40px;
        margin-right: 5px;
    }
    .circle:hover {
        border-width: 20px;
    }
}
@media (max-width: 768px) {
    .circle {
        height: 30px;
        width: 30px;
        margin-right: 5px;
    }
    .circle:hover {
        border-width: 15px;
    }
    #welcome{
        background-image: none !important;
    }
    .footer .text-muted{
        /*text-align: center;*/
    }
}

#welcome-dialog .subheadline {
    font-size: 18px;
}

#welcome-dialog .feature {
    margin-bottom: 10px;
}

#welcome-dialog #welcome-dialog-hidden-cookie-label {
    font-weight: normal;
}

#welcome-dialog .feature-icon {
    margin-bottom: 15px;
}

#newsletter-dialog .modal-header {
    padding: 0;
}

#newsletter-dialog p.first {
    margin-bottom: 0;
}

#newsletter-dialog p.second {
    margin-bottom: 20px;
}

#newsletter-dialog p.third {
    margin-bottom: 12px;
}

.question-intro {
  padding: 0;
  border:1px solid #db511f;
  border-radius: 5px;
  color: white;
  margin-bottom: 36px;
  height: 80px;
  vertical-align: middle;
  overflow: hidden;
  display: table;
  width: 100%;
}
.question-intro .intro-icon{
    background-color: #db511f;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height:80px;
}
.question-intro .intro-short{
    background-color: #db511f;
    font-weight: bold;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    width: 100px;
    text-align: left;
    padding-right:15px;
}
.question-intro .intro-title{
    display: table-cell;
    vertical-align: middle;
    color: #727272;
    padding: 5px;
    font-size: 16px;
}
.question-in,
.question-out {
  line-height: 46px;
}
.question-in .text-middle,
.question-out .text-middle{
    vertical-align: middle;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}
.center-question-numbers {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.center-question-numbers > div {
  display: inline-block;
}
.question-type-inout .question-answers {
  margin-bottom: 50px;
}
.question-type-inout .question-answers input[type="radio"]:checked + label {
  border-width: 23px;
}
#selection {
  overflow: hidden;
  clear: both;
}
#selection .category{
    display: table;
    width:150px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    transition: background-color 0.3s;
    margin-right: 10px;
    height:40px;
}
#selection .category h5{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
#selection .question {
  padding-top: 20px;
  width: 75px;
  height: 75px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  transition: background-color 0.3s;
}
#selection #selection-categories{
  margin-bottom: 15px;
}
#selection #selection-questions {
  margin-bottom: 25px;
}
#selection .category {
  background-color: #aeaeae;
  color: white;
  border: 2px solid #db511f;
}

#selection .category.selected{
    background-color: rgba(219, 81, 31, 0.5);
}
#selection .category.active {
    background-color: rgba(219, 81, 31, 1);
}
#selection .category:hover{
    background-color: rgba(219, 81, 31, 0.5);
}
#selection .category h5 {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#selection .category .subline {
  display: block;
  font-size: 10px;
  margin-top: -2px;
}
#selection .question {
  color: #424446;
  border: 2px solid #424446;
  transition: border-color 0.3s, color 0.5s;
}
#selection .question h5 {
  color: #424446;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  margin: 0;
  transition: color 0.5s;
}
#selection .question .subline {
  display: block;
  font-size: 10px;
  line-height: 9px;
}

#selection .question.active {
  color: #db511f;
  border-color: #db511f;
}
#selection .question.active h5 {
  color: #db511f;
}
#selection .question:hover{
    border-color: #db511f;
    color: #424446;
}
#selection .question:hover h5{
    color: #424446;
}
#chart {
  clear: both;
  height: 320px;
}
.additional-information a.infos{
    text-decoration: none;
    cursor: pointer;
}
span.icon{
    color: #db511f;
}
span.icon.green{
    color: #68881b;
}
span.icon.red{
    color: #da3434;
}
span.icon.grey,
.grey{
    color: #727272;
}
div.absolution{
    position: absolute;
    right: 0;
    pointer-events: none;
}
a.icons-legend{
    float: right;
    position: relative;
    top: -360px;
    right: 20px;
    padding: 10px 20px;
    border:1px solid #db511f;
    pointer-events: visible;
}
@media (min-width: 1200px) {
    a.icons-legend {
        top: -30px;
        right: -70px;
    }
}
a.icons-legend:hover,
a.icons-legend.active{
    background-color: rgba(219, 81, 31, 1);
    color:white;
}
.tooltip.bottom{
    margin-top: 0;
    padding-top: 0;
    left: -141px !important;
}
.tooltip.bottom .tooltip-arrow{
    display: none;
}
.tooltip.bottom .tooltip-inner{
    width:290px;
    max-width: initial;
    overflow: hidden;
}
.tooltip.bottom .tooltip-inner ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    margin-right: 30px;
}
.tooltip.bottom .tooltip-inner ul li{
    margin-bottom: 5px;
}
.tooltip.bottom .tooltip-inner h6{
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.tooltip.right .tooltip-inner {
    width: 150px;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip.right .tooltip-arrow {
}

/*.additional-information a.infos {
  display: block;
  width: 32px;
  text-decoration: none;
  color: #000;
}
.additional-information a.infos:hover {
  color: #db511f;
}
.additional-information a.infos span.icon {
  font-size: 25px;
  padding-left: 5px;
}*/
text.c3-axis-y-label,
text.c3-axis-y2-label{
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#injection {
  padding-top: 25px;
}
#injection input,
#injection select {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #db511f;
  color: #db511f;
  text-align: center;
}
#injection label{
    font-weight: normal;
}
span.pe-7s-date.icon {
  color: #db511f;
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  line-height: 24px;
}
#slider-value {
  color: #db511f;
}
.legend {
  min-height: 100px;
}
.legend li {
  list-style: none;
  -webkit-transition: 0.1s opacity;
  -o-transition: 0.1s opacity;
  transition: 0.1s opacity;
}
.row.question {
  margin-bottom: 45px;
}
/**
  Fake upload button
**/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.wg-normal{
    font-weight: normal;
}
.additional-information .infos{
    width:25px;
    margin-bottom: 5px;
    display:inline-block;
    cursor:pointer;
    font-size: 18px;
}
.additional-information .block,
.doctor .block
{
    padding: 0 20px;
    min-height:40px;
    width:calc(100%/7);
    float:left;
    text-align: center;
}
#rewards #main h3{
    color:#727272;
    font-size: 25px;
    margin-bottom: 20px;
}
#rewards .status{
    margin-bottom: 44px;
}
#rewards .status div{
    height:10px;
    float:left;
    border:1px solid #db511f;
    box-sizing: border-box;
}
#rewards .status-weekly div{
    width:calc(100%/7 - 100%/7/20);
    margin-right:calc(100%/7/20);
}
#rewards .status-monthly div{
    width:calc(100%/4 - 100%/4/20);
    margin-right:calc(100%/4/20);
}
#rewards .status-three-month div{
    width:calc(100%/3 - 100%/3/20);
    margin-right:calc(100%/3/20);
}
#rewards .status div.active{
    background-color: #db511f;
}

#rewards .stars{
    text-align: center;
    height:120px;
}
#rewards .bonus{
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}
#rewards .stars img{
    width:83px;
    height:83px;
    display: inline-block;
}
#rewards .stars img.inactive{
    opacity:0.2;
}
.tooltip-inner {
    max-width: 200px;
    padding: 10px 20px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #FFFFFF;
}

.btn.btn-toggle:hover,
.btn.btn-toggle.active{
    color: #FFF;
    background-color: #DB511F;
    border-color: #C5491C;
}
.btn.btn-toggle{
    background-color: #FFFFFF;
    color: #C5491C;
}
.slider-labels strong,
span.red{
    color: #C5491C;
}
.noUi-handle,
.pe-7s-date,
#view-type{
    cursor: pointer !important;
}
.question-answers .circle{
    cursor: pointer;
}

.panel-title > a{
    display: block;
}
.panel-default > .panel-heading{
    padding:0;
}
.panel-default > .panel-heading a:link{
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    padding: 10px 15px;
    background-color: #db511f;
    color: #FFFFFF;
    text-decoration: none;
}
.panel-default > .panel-heading a.collapsed:link{
    background-color: transparent;
    color: #db511f;
}
.panel-default > .panel-heading a.collapsed:hover,
.panel-default > .panel-heading a:hover{
    background-color: rgba(219, 81, 31, 0.8);
    color: #FFFFFF;
}
.badge.red{
    color:#FFF;
    background-color: darkred;
}
.badge.green{
    color:#FFF;
    background-color: #006400;
}

.warning{
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

#custom-range{
    margin-top:20px;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(219, 81, 31);
    border-style: solid;
    border-color: rgb(219, 81, 31);
    border-image: none;
    margin-left: -5px;
    margin-right: -5px;
    border-width: 1px 1px 1px 0px;
    color: rgb(255, 255, 255);
}

span.circle-questionmark{
    display: inline-block;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #db511f;
    box-sizing: border-box;
    line-height: 28px;
    margin-top: -5px;
    cursor: pointer;
    font-weight: bold;
}
span.circle-questionmark:hover,
span.circle-questionmark.active{
    border-color: transparent;
    color: #FFF;
    background-color: #db511f;
}
span.helpscreen-close{
    position: absolute;
    right: 0;
    top: 0;padding:0 10px;
    cursor:pointer;
}
.modal-dialog{
    background-color: rgba(255,255,255,0.95);
    border-radius: 10px;
}
#video-whatis .modal-dialog,
#video-howto .modal-dialog{
    text-align: center;
}
.modal-dialog iframe{
    max-width: 100%;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1170px;
    }
}
.modal-header{
    border:none;
}
.modal-body{
    padding-top:0;
}
.modal-content{
    background-color: RGBA(213, 84, 43, 0.1);
    border:1px solid RGBA(213, 84, 43, 1);
    padding:20px 30px;
    border-radius: 10px;
}
.modal-content h4{
    font-size: 20px;
}
#welcome .modal-content p{
    font-size: 16px;
    margin:10px 0;
}
.feature{
    margin-bottom: 30px;
}
.feature h4{
    margin-top: 0;
}
.feature-icon{
    margin-left: 15px;
    font-size: 12px;
    text-align: center;
    width: 105px;
    height:105px;
    color: #ffffff;
    background-color: #db511f;
    padding-top: 23.5px;
    padding-bottom: 23.5px;
    text-transform: uppercase;
    border-radius: 5px;
    float: left;
}
.feature-icon .icon-container{
    display: block;
    height:35px;
}
.flat-list{
    list-style: none;
    padding-left: 0;
}
.tooltip.in{
    opacity: 1;
}
#cookie,
#welcome-dialog-hidden-cookie,
#newsletter-contact-disagree,
#newsletter-contact-agree,
#terms,
#reminder-interval-daily,
#reminder-interval-weekly,
#reminder-interval-bi-weekly,
#cancontact{
    display: none;
}
#terms + label:before, #cancontact + label:before{
    margin-right: 10px;
}
#terms + label:before,
#cookie + label:before,
#welcome-dialog-hidden-cookie + label:before,
#newsletter-contact-disagree + label:before,
#newsletter-contact-agree + label:before,
#reminder-interval-daily + label:before,
#reminder-interval-weekly + label:before,
#reminder-interval-bi-weekly + label:before,
#cancontact + label:before {
    display: inline-block;
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 2px;
    border: 1px solid #db511f;
    vertical-align: -1px;
}
.has-error #terms + label:before{
    border-color: rgb( 206, 6, 45 );
}
#terms:checked + label:before,
#cookie:checked + label:before,
#welcome-dialog-hidden-cookie:checked + label:before,
#newsletter-contact-disagree:checked + label:before,
#newsletter-contact-agree:checked + label:before,
#reminder-interval-daily:checked + label:before,
#reminder-interval-weekly:checked + label:before,
#reminder-interval-bi-weekly:checked + label:before,
#cancontact:checked + label:before {
    background-color: #db511f;
}

#cancontact  + label > div {
    color: #727272;
    margin-left: 28px;
}

.helpscreen ul{
    padding-left: 0;
}
.helpscreen li{
    list-style: none;
    background-repeat: no-repeat;
    margin-left: 0;
    padding-left: 30px;
    background-position: left 2px;
}
.helpscreen .flat-list li{
    padding-left: 0;
}
.helpscreen .flat-list li span{
    margin-right: 10px;
    width: 14px;
    display: inline-block;
}
.helpscreen li.injection{
    background-image: url(../img/diary/icon-injection.png);
}
.helpscreen li.diagram{
    background-image: url(../img/diary/icon-diagram.png);
}
.helpscreen li.ball{
    background-image: url(../img/diary/icon-ball.png);
}
.helpscreen li.pill{
    background-image: url(../img/diary/icon-pill.png);
}
.helpscreen li.doc{
    background-image: url(../img/diary/icon-doc.png);
}
.helpscreen li.hilo{
    background-image: url(../img/diary/icon-highlow.png);
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#mobile{
    background-color: white;
    color: #717171;
}
#mobile .logo{
    background-color: #C71E33;
}
#mobile .logo img{
    margin: 20px 0;
}
#mobile .row{
    margin: 30px 0;
}
#mobile h4{
    padding: 10px;
    border-radius: 4px;
    color: white;
    background-color: #D5542B;
    font-size: 14px;
}
#mobile .icon{
    width: 40px;
    padding-right: 5px;
}
.hidden-information{
    box-sizing: border-box;
    height: 0;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    overflow:hidden;
}
.hidden-information.show{
    height:auto;
}

.upper {
    text-transform: uppercase;
}

