body,html{
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}

.navbar{background: #f1f1f1;}
.navbar .navbar-inner{width:100%}

.form-survey{}
.form-survey .form-control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.form-survey input, .form-survey select, .form-survey .custom-control-label::before{
    box-shadow: none !important;
}
.asterisk{color: red !important}

.form-survey .custom-control-label{
    padding-left: 5px;
}
.form-survey .custom-control-label::before{
    background-color: #ffffff;
    border: 1px solid #c0c9cd;
    width: 1.25rem;
    height: 1.25rem;
    top: 0.1rem;
}
.form-survey .custom-control-input:checked~.custom-control-label::before{
    background-color: #4a5154;
    border-color: #4a5154;
}
.form-survey .custom-control-label::after{
    left: 0.125rem;
    background-size: 75% 75%;
}
.form-survey .custom-checkbox{
    margin: 5px 0;
}
.form-error{
    color: red;
    font-size: 14px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.medselected{
    margin:10px 5px;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 25px}

/* .medselected:first-child{margin-left:0px;}
.medselected:last-child{margin-right:0px;} */

.medselected .icon{
    margin-left: 2px;
    color: #e81313;
    cursor: pointer;
}



@media(min-width: 1024px){
    .col-1-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



/* Footer */
.page-footer{
    margin-top:30px;
    background: #4a5154;}

.page-footer .footer-copyright{
    font-size: 14px;
    color: #ffffff}

.page-footer .footer-copyright a{
    color: #37b0e1}

#searchResult{
  list-style: none;
  padding: 0px;
  width: 50%;
  /*position: absolute;*/
  /*margin: 0;*/
}

#searchResult li{
  background: #f1f1f1;
  padding: 4px;
  margin-bottom: 1px;
  color: black;
}

/*#searchResult li:nth-child(even){
  background: #6c757d;
  color: white;
}*/

#searchResult li:hover{
  cursor: pointer;
}
._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:red;
  color:white;
}