/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.asterisk {display: none;}
.fruity .well {
background-color: #fff;
border: 1px solid #e3e3e3;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.fruity .btn-primary {
color: #fff;
background-color: #fcb514;
border: 1px solid #fcb514;
}
.fruity .btn-default {
color: #fff;
background-color: #fcb514;
border: 1px solid #fcb514;
}
.fruity .btn-default:hover {
    color: #fff;
    background-color: #246128;
    border-color: #246128;
}
.fpsurvey-img .img-thumbnail {
    background-color: #fff0;
    border: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #fcb514;
}
.h1, h1 {
    font-size: 2.5em;
}
.h2, h2 {
    font-size: 2.2em;
}
.h3, h3 {
    font-size: 2.0em;
}
.h4, h4 {
    font-size: 1.8em;
}
.h5, h5 {
    font-size: 1.5em;
}
.fruity .text-info {
color: #fcb514;
}
.fruity .progress-bar {
color: #fff;
background-color: #fcb514;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
body {
/*    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Noto Sans';
/*    font-family: 'ITC Quay';*/
    font-size: 18px;
    line-height: 1.6;
/*    height:80%;*/
}
.layout_survex_list .article {
    height:85vh;
}
.fruity .question-container.input-error {
    box-shadow: 0 10px 20px 
    rgba(252,181,20,0.9);
}
.question-container:nth-of-type(2n+1) {
    background-color: #ffffff;
    border-bottom: 1px solid #666666;
}
.question-container {
    background-color: #ffffff;
    border-bottom: 1px solid #666666;
}
.ls-questionhelp {
    display: block;
    position:absolute;
    font-family: 'Noto Sans';
    font-size: inherit;
    line-height: inherit;
    height:100%;
}
/*List Contents Startpage: Survey List*/
.survey-list-heading {
    text-align: center;
}
.survey-contact {
    text-align: center;
}
.survey-list {
    text-align: center;
    padding-left:0px;
}
.surveys-list .btn-group {
    width: 100%;
    margin-bottom:1vh;
}
.group-title {
font-size: 3em;
}
/*.radio-item label {
    padding-left: -16px;
}*/
.radio-item label {

    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 18px;

}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top:1vh;
  padding-bottom: 0px;
}
.fruity .footer {
    border: none;
}
.fruity .navbar {
    background-color: #fff;
	box-shadow: 0 3px 3px rgba(132, 136, 138, 0);
    border-radius: 0 !important;
}
#surveys-list-container {
    margin-top: 0px;
}
.font-noto {
    font-family: 'Noto Sans';
    font-variant: small-caps;
}
.fruity a {
    color: #fcb514;
}