/******************
    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
*/
.question-text .ls-label-question p{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    font-weight:500;
}
.fruity a{
	color: #863091 !important;
}
.question-text legend{
    color:#863091;
    border-bottom: none !important;
}
#group-img-1, #group-img-8, #group-img-12{
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}
#group-1 .question-container, #group-8 .question-container, #group-12 .question-container{
    border: 0 !important;
    box-shadow: none !important;
}
#group-1 .group-container .group-title h1, #group-8 .group-container .group-title h1,
#group-12 .group-container .group-title h1{
    margin-top:0 !important;
    font-weight:600;
}
#group-img-1 {
	background: url('../files/people.png') no-repeat;
	background-size: 100% 100%;
}
#group-img-8{
    background: url('../files/business.png') no-repeat;
	background-size: 100% 100%;
}
#group-img-12{
    background: url('../files/future.png') no-repeat;
	background-size: 100% 100%;
}
body .top-container {
	margin-top: 55px !important;
}
.navbar-toggle{display:none;}

.group-outer-container, .group-container{
  margin-top:0 !important;
   padding-top:0 !important;
}
.radio-item input[type="radio"]:focus + label::before{
	outline: 1px solid !important;
	outline-offset: 1px !important;
}
.fruity .btn-default:focus{
  outline: 2px solid #58595b !important; 
  outline-offset: 0px !important;
}
.fruity .btn-primary:focus{
    outline: 2px solid #58595b !important; 
  outline-offset: 1px !important;
}
.navbar-toggle{
    display:none;
}
.survey-name{
    color:#863091;
}
.asterisk{
    display:none;ba
}
.fruity .btn-primary:hover {
    background-color: #6c3973!important;
    border: 1px solid #863091;
}
.answer-item :hover {
    font-weight: 600;
}
.radio-item input[type="radio"]:checked + label{
  font-weight:800;
}
.ls-no-js-hidden{
    display:none !important;
}
.ls-label-question p, .ls-label-question p span{
	color: #863091 !important;
}
#welcome-container ~ #navigator-container {
	display: grid;
	justify-content: center;
}
.space-col {
	margin-bottom: 0 !important;
	display: block;
}
.ls-label-question p, .ls-label-question p span, body{
    -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
body{
    padding-top:60px !important;
    -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
body .top-container {
	margin-bottom: 0px !important;
}
.survey-welcome p {
	font-size: 17px;
	line-height: 26px;
	color: #000;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	letter-spacing: .3px;
}

.question-container {
    background-color: #ffffff;
    border: 1px solid #919191 !important;
	box-shadow: 0 1px 2px rgba(145,145,145,1) !important;
    margin: 0 auto;
    padding: 5px;
}
#navigator-container > div {
    padding: 0 15px !important;
}
li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    margin-bottom: 6px;
}
.ls-answers {
    padding:0 !important;
}
.question-title-container{
    padding-bottom:0 !important;
}
.group-title {
	margin-bottom: 15px !important;
	margin-top: 0px !important;
	font-size: 32px;
	color: #58595B;
}
.fruity .progress-bar {
    color: #fff;
    background-color: #863091;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
.fruity .navbar-toggle {
    border: solid 1px #863091 !important;
}
.fruity .navbar-toggle .icon-bar {
	background-color: #510c5c !important;
}
.ls-question-help, .ls-questionhelp {
    margin-bottom: 5px;
    color: #863091 !important;
}
body .answer-item label::after {
    background-color: #863091 !important;
}
.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #863091;
    border: 1px solid #863091;
}
.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
	color: #863091;
	border: 1px solid #863091;
	background-color: rgba(15,62,18,0.1);
}
.fruity .btn-default {
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #863091;
	color: #863091;
}
.fruity .btn-primary {
	color: #fff;
	background-color: #863091;
	border: 1px solid #863091;
}
.fruity .form-control:focus {
    border: 1px solid #863091;
}
.ls-label-question  {
    font-size: 18px;
    font-weight: 500;
}
.thankyoutext {
	font-size: 50px;
	color: #863091;
	margin-bottom: 16px;
	font-weight: 600;
}
.completed-wrapper {
	text-align: center;
	height: 400px;
	width: 100%;
	padding: 60px 10px;
}
.completed-text {
	background: #eeeeee8a;
	padding: 10px 25px;
	border-radius: 6px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.thanking-text {
	text-align: center;
	font-size: 65px;
	color: #863091;
	font-weight: 600;
	line-height: 50px;
}
.thanking-sub-text {
    text-align: center;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .head_nav{
        display:flex;
    }
    .text_inc {
    	width: 65%;
    }
    .group-title{
        font-size:20px;
    }
    .question-container {
        padding: 5px 0;
    }
     #block_error {
        width: auto !important;
        padding: 10px !important;
        margin: 0 15px !important;
    }
    .thanking-text {
        font-size: 42px;
        font-weight: 500;
        line-height: 30px;
    }
    .thanking-sub-text {
        font-size: 13px;
    }
    
}


.txt_btn:hover {
	cursor: pointer;
	background: #eee;
	color: #fff;
	text-align: center;
	color: #444;
	border: 0;
}
.txt_btn {
	margin: 5px;
	background: #863091;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	border: 0;
	width: 30px;
	height: 30px;
}
.btntxt{
display:flex;
align-items:center;
}
.text_inc {
	padding: 40px 0;
	justify-content: center;
	display: flex;
	width: 80%;
	padding-bottom:0 !important;
	padding-left: 40px;
}
.slash:after{
    content: "/";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    color: #863091;
    font-size: 35px;
    padding-right: rem !important;
    position: absolute;
    margin-left: -5px;
    margin-top:-25px;
}
.main_btn {
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 9999;
	top: 10px;
	width: 100%;
	left: 0;
}
.main_btn .btn {
	background: #eee;
	color: #863091;
	border: 1px solid #863091;
}
.main_btn a{
    padding-right:10px;
}
.navbar-header {
	display: flex;
	align-items: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
    html body .navbar.navbar-default.navbar-fixed-top {
    	min-height: 140px;
    }
    .navbar-header {
        margin-left: 0px !important;
    }
    .right_logo .logo{
    	max-width: 160px;
    }
    .logo-container > img {
     padding: 9px !important;
    }
    #group-1 .group-container .group-title h1, #group-8 .group-container .group-title h1,
    #group-12 .group-container .group-title h1{
        font-size:36px;
    }
    .main_btn {
    	display: flex;
    	justify-content: center !important;
    	margin-top: 10px;
    	margin-bottom: 5px;
    	top: 98px;
    	padding-right: 10px;
    }
    .main_btn .btn {
    	margin-bottom: 5px;
    	margin-right: 5px;
    }
    .btntxt {
    	display: grid;
    	justify-content: flex-start !important;
    }
    .text_inc {
    	width: calc(100% - 247px) !important;
    	display: grid !important;
    	justify-content: center !important;
    	margin-top: 10px;
    	padding:10px 0;
    }
    .txt_btn{
        margin:2px auto !important;
    }
    .main_btn a {
    	padding: 5px 10px !important;
    	box-shadow: none !important;
    }
    .group-description p {
        padding: 0 15px;
    }
    body .top-container {
    	margin-top: 93px !important;
    }
    .completed-wrapper {
    	padding: 100px 9px !important;
    }
}
.main_btn a {
	line-height: normal !important;
	margin-left: 5px;
}
.main_screen:focus{
  outline: 2px solid #58595b !important; 
  outline-offset: 0px !important;
  border-radius:2px;
}
.mb-0{
    margin-bottom:0 !important;
}
.main_screen:hover, .main_screen:focus, .main_screen:active{
    color:#863091 !important;
    background:#ddd !important;
}

.group-container .well{
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  padding:0 !important;
  color:#863091;
  font-size:26px;
}
.fa-eye, .fa-eye-slash {
	background: #ddd;
	border: 1px solid #eee;
	font-size: 18px;
	align-items: center;
	display: flex;
	cursor: pointer;
	padding: 0 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border-radius: 4px;
}
.token-page .form-group .load-survey-input{
	display: flex;
}

.token-page .text-info {
	color: #000;
	font-size: 18px;
	line-height: 26px;
}
@media screen and (max-width: 360px) {
    .logo-container > img {
    	padding: 11px !important;
    }
}
@media screen and (min-width: 1199px){
   
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: 400;
    }
     #welcome-container ~ #navigator-container .col-xs-6{
        min-width:57%;!important;
    }
    .text_inc{
        padding-left:71px;
    }
 }
 .txt_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
}