/******************
    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
*/
@font-face {
  font-family: "Conv_BebasKai-Regular";
  src: url("../files/BebasKai-Regular.eot");
  src: url("../files/BebasKai-Regular.woff") format('woff'), url("../files/BebasKai-Regular.ttf") format('truetype'), url("../files/BebasKai-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body .top-container {
    margin-top: 10px!important;
}
.navbar-default {
    background-color: #ffffff;
}
.title-container h1, h1 {
    font-family: "Conv_BebasKai-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.1;
}
.title-container h1 {
    font-size: 36px;
}
.fa {
    margin-right: 5px !important;
}
.group-description {
    margin-left: 0px;
}
.w100 {
    width: 100%;
}
.survey-welcome { color: #333;}
.survey-name h1 { margin-top: 0; padding-top: 5px;}
#surveys-list-container { min-height: 400px; }



/*.questions-list.text-list.list-unstyled .question-item.answer-item.text-item .control-label { height: 34px; }*/
li.question-item.answer-item.text-item.form-group {height: 34px;}
.form-inline .form-group { margin-right: 20px; }
table.ls-answers { margin-bottom: 15px;}

.yesno-button .btn-primary {
	color: #2e6da4;
	background-color: #fff;
    border-color: #2e6da4;
  }
  .yesno-button .btn-primary:hover {
	color: #fff;
	background-color: #2e6da4;
    border-color: #2e6da4;
  }
footer { border-top: 1px solid #e7e7e7; padding-top: 10px; font-size: 11px; }
footer ul { text-align:center; }
footer ul li { display: inline-block; padding-left: 5px; padding-right: 5px;border-left: 1px solid #e7e7e7; }
footer ul li:first-child { border-left: 0; }
.ls-answers tbody .answertext { text-align: left;}
#outerframeContainer { word-wrap: normal; -moz-hyphens: none; hyphens: none;}

.venture-logo>img {
    width: 40%;
    display: block;
    margin: auto;

}
  
.gdpr-content {
    margin-top: 1em;
}

