@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:Roboto-Medium;
	font-style:normal;
	font-weight:400;
	src:local(Roboto-Medium), url(font-awesome/fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
	font-family:Ramabhadra;
	font-style:normal;
	font-weight:400;
	src:local(Ramabhadra), url(font-awesome/fonts/Ramabhadra.ttf) format("truetype");
}
.tel{
	font-family:'Ramabhadra';
}
.eng{
	font-family: 'Roboto', sans-serif;
}
.survey_iframe{
	min-height:470px;
	width:98%;
	border:1px solid #000;
}
.main_box{
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	width:100%;
}
.main_row{
	padding:0 10px;
}
.suervey_logo{
	height:70px;
	width:110px;
	margin:0 auto;
	margin-bottom:0.5rem;
}
.survey_heading i{	
	margin-right:8px;
}
.suervey_logo img{
	height:100%;
	width:100%;
}
.question_p{
	margin-bottom:0;
	font-weight:500;
	font-family:none;
}
.question_p label {
    display: block;
	padding-left:5px;
	text-align:center;
}
hr{
	margin-top:10px;
	margin-bottom:5px;
}
.survey_head{
	text-align:center;
}
.modal_box{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.modal_box button{
/*    background-color: #007bff;
    border-color: #007bff;*/
}
.modal{
	z-index:99999;
}
.modal-dialog.cascading-modal {
    margin-top: 6%;
}
.modal-dialog.cascading-modal .modal-header{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    margin:-30px 20px 2px 20px;
    border: none;
    border-radius:4px;
    padding:25px;
    text-align: center;	
}
.light-blue.darken {
    background-color: #0277bd!important;
	color:white;
}
.modal-dialog.cascading-modal .modal-header .title {
    margin-bottom: 0;
    width: 100%;
    font-size: 1.25rem;
	color:#fff;
}
.modal-dialog.cascading-modal .modal-header .title .fa {
    margin-right: 9px;
}
.modal-dialog.cascading-modal .modal-header .close {
    margin-right: 1rem;
}
.modal-dialog.cascading-modal .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    outline: 0;
}
/*.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}*/
.modal-dialog.cascading-modal .modal-body, .modal-dialog.cascading-modal .modal-footer {
    padding:5px 10px 10px 10px;
    color: #616161;
	margin-bottom:0;
}

.control_group{
    padding: 0px 10px 10px 10px;
    position: relative;
}

.category_container {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.category_wrapper{
	width: calc(calc(100%)/2);
}
input[type="radio"], input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}
.category_wrapper input[type='radio'] + label {
    color: #7b7b7b;
	padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 5px;
    background-color: #fff;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
	cursor:pointer;
	display:block;
    transition: all .3s ease;
}
.category_wrapper input[type='radio'] + label:hover{
	border-color: #2b81e5;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	transform: translateY(-1px);
} 
.category_wrapper input[type='radio']:checked + label{
    border-color: #1e5aa0;
    background-color: #2b81e5;
    color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display:block;
}
.category_wrapper input[type='radio'] + label:focus,.category_wrapper input[type='radio'] + label:active{
	transform: scale(0.9);
	outline:none;
}


.survey_footer{
	margin:1% auto;
	text-align:center;
}
.confirm{
	color:#fff!important;
	margin:0 auto;
    background-color: #007bff;
    border-color: #007bff;
}
/*.delete{
	color:#007bff!important;
	margin:0 1rem 1rem 0;
	float:right;
}
.delete:hover{
	background-color:#007bff!important;
	color:#fff!important;
}*/


/***resultpage start ***/
.results_main_box{
	background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left;
    color: #4e4e4e;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	margin-bottom:1%;	
}
.results_main_box_outer{
    padding: 12px 12px 5px 12px;
}
.results_main_box_inner{
    margin: 0;
    padding: 0;
}
.results_question_block .question_p{
	font-size:16px;
	margin-bottom:5px;
}
.results_answers_block{
	padding: 10px 0px 10px 0px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.results_single_option_block{
    display: block;
    padding: 8px 0px 8px 0px;
}
.results_answers_block label {
    color: #333;
    font-size: 13px;
    line-height: 150%;
    position: relative;
}
.results_feedback_label {
    display: block;
    padding: 0px 0px 5px 0px;
}
.results_answer_text {
    float: left;
}
.results_feedback_result {
    float: right;
}
.results_feedback_per{
    font-weight: bold;
}
.results_feedback_votes{
    font-weight: normal;
}
.results_clear_line{
	display: block;
	clear: both;
	height:1px;
	line-height:1px;
}
.results_answer_feedback{
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
    position: relative;
}
.results_answer_feedback_bar{
	font-size: 2px;
    background: #3478e3;
    height: 18px;
	margin-bottom:0;
}
.total_votes{
	padding: 10px 0px 0px 0px;
    position: relative;
}
.total_votes span{
	font-weight:bold;
}
.return_to_vote{
    padding: 10px 0px;
}
.return_to_vote span{
    padding: 10px 0px 0px 0px;
    display: block;
    text-align: center;
}
.return_to_vote span a{
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 4px 0px 4px;
    line-height: 24px;
	font-weight:bold;
}
.return_to_vote span a:hover{
	font-weight:bold;
}
.return_to_vote span a i {
	padding-right:1%;
}
.rigthside_second{
	margin-bottom:1%;
}