/******************
    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
    
    09.04.2019. promjena kod preskočenog odgovora (tekst crn i boldan)
    29.10.2019. survey-welcome margina smanjena, text iz bold u normal
    08.01.2020. prored postavljen na 1.6 i boja crna (uvodni tekst)
*/
body{
	color: black;
	font-family:arial;
}
#navbar{
	background-color: rgb(242,242,242);
}
/*.navbar-header{
	background-color: rgb(242,242,242);
}*/

/*.navbar-brand{
background-color: rgb(242,242,242);
}

.logo-container{
background-color: rgb(242,242,242);
}
*/
.btn-primary, .btn-default{
	background-color: rgb(82,25,115) !important;
	color: white !important;
	border-width: 0;
}

em{
	color: rgb(82,25,115);
}

.question-title-container {
	background-color: rgb(242,242,242);
	color: black;
}

.question-container {
	display: block;
	margin-bottom: 2em;
	background:white;
	color: black;
	border-bottom: 1px solid #dbdbdb;
}

.ls-questionhelp{
	color: rgb(146,74,141);
	font-style: italic;
	font-weight:lighter;
}

.checkbox-label{
	display: block;
}
.question-valid-container{
	background-color: rgb(242,242,242);
}
.navbar-action-link  a {
	color:rgb(113,51,128) !important;
}

.navbar-action-link  a:hover {
	color:rgb(113,51,128) !important;
	font-weight: bold;
}
.space-col {
	margin-top: 2%;
}

.survey-name{
	display: none;
}

.fa-asterisk:before{
	display: none;
}
.survey-welcome{
	margin-top:1%;
}

.alert-danger {
	background-color: rgb(23,55,93);
	border-width: 0;
	color: white;
}

.fa-exclamation-circle{
	color: rgb(113,51,128);
}
.text-danger{
	color: rgb(113,51,128);
}
.progress-bar{
	background-color:rgb(113,51,128)!important;
}
.has-error .answertext{
    color: #333;
    font-weight: 550;
}
.ls-answers tbody .answertext{
	text-align: left;
}
.ls-questionhelp:before{
	font-style:normal;
}
.logo-container>img{
	height: 60px;
}

/*.ls-label-question>span{
	color: white !important;
	font-weight: bold;
}
.ls-label-question > strong:nth-child(3) > a > span{
	color: white !important;
}*/

.completed-text > a{
	color:rgb(113,51,128);
}

.flatly label::after{
	background-color: rgb(113,51,128)
}
.checkbox-item label::after{
	color: white;
}
.table-hover>tbody>tr:hover{
	background-color: rgb(229,171,202);
}
.radio-label:hover{
	font-weight: bold;
}

.text-info, .text-info:hover{
	color: rgb(229,171,202);
}

#ls-question-text-681768X9X75 >img{
	width: 510px;
	height: auto;
}
.checkbox-item label::after{
	background-color: rgb(113,51,128);
}
.radio-item input[type="radio"]:checked + label::after{
	background-color: rgb(113,51,128);
}

.text-info, .text-info:hover{
	color: rgb(113,51,128);
}
.survey-welcome{
	font-size: 16px;
	font-weight:normal!important;
}

.group-outer-container, .group-container{
	margin-bottom: 0;
	margin-top: 0;
	padding-top:1%;
}

.question-container{
	margin-bottom: 1.5%;
}

@media only screen and (max-width: 500px) {
	.list-unstyled{
		padding-top: 10px;
	}
	div > .suffix{
		padding-top: 3%;
		padding-left: 5px;
	}

	input[type="number"]{
		max-width: 7em;
	}

	.ls-input-group{
		display: inline-flex;
	}
}
.odustani>ul>li>a{
	color: rgb(127,127,127);
}
.ls-link-action, .ls-link-clearall{
	list-style:none;
	padding-left:0;
	padding-top:1%;
}
 .top-container  {
     margin-top: 10px!important;
     margin-bottom:10px!important;
 }
 
 li> label {
     display:block;
     width:100%;
 }
 li> label:hover{
     background-color:rgba(192,192,192,0.3);
 }
 
 .survey-welcome> span > strong {
     color: rgb(82,25,115);
 }
 
  .survey-welcome> span > span >em {
     font-style: normal;
     color: black;
 }
 
   .survey-welcome {
     color: black!important;
     line-height: 1.6!important;
 }
 
  .survey-welcome{
      margin-top: 1%;
 }
 
 .text-primary {
     color:rgb(82,25,115);
 }
 .h4.text-primary {
     font-weight:bold;
     font-size:14px;
 }
 
 .survey-description{
     display:none;
 }
 
 
  .other-text-item > .input-sm{
         /*height: 60px!important;*/
    width: 250%!important;
 }
 
 .comment-item > .form-control{
    max-width: 7rem;
 }