/******************
    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

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic");


*/


@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Open-Sans'), 
		local('Open-Sans'), 
		url('fonts/OpenSans-Regular.ttf') format('truetype');
	}


body {
 font-family: "Open Sans" !important;
}

.vsa_fruity a,
.vsa_fruity .text-info{
    color: #0076BD;
}

.vsa_fruity .progress-bar {
background-color:  #0076BD;
}

.vsa_fruity .btn-primary:hover {
background-color:  #1086CD;
border-color: #0076BD;
}

.vsa_fruity .btn-primary {
background-color:  #0076BD;
border-color: #0076BD;
}

.vsa_fruity .btn-default {
    color: #0076BD;
    border-color: #0076BD;
}

.vsa_fruity .form-control:focus {
    border: 1px solid #0076BD;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,118,189,0.6);
}

.vsa_fruity .slider-selection {
    background-image: linear-gradient(to bottom, #84b4e1 0%, #0076BD 100%);
}

.vsa_fruity .slider-handle {
    background-color: #0076BD;
}


.vsa_fruity .checkbox-item input[type="checkbox"]:checked + label::after, 
.vsa_fruity .checkbox-item input[type="radio"]:checked + label::after {

    background-color: #0076BD;
    color: white;

}

.vsa_fruity .answer-item label::after {

    background-color: #0076BD;

}

.vsa_fruity .text-primary {
    color: #0076BD;
}

.vsa_fruity .logo-container.hidden-xs {
    display: block !important;
}

.vsa_fruity #welcome-container .text-center {
    text-align: left;
}

.vsa_fruity #welcome-container .survey-description h3 span {
color: #666 !important;
}



.vsa_fruity .logo-container > img {
    max-height: 130px;
}

.erweitert_fruity .survey-description p {
    line-height: 24px;
}
}
