
	@font-face {
	font-family: "Open Sans light";
	
	src: local("☺"),
	
	url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
	}
	@font-face {
	font-family: "Open Sans semibold";
	
	src: local("☺"),
	
	url("../fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
	}
	@font-face {
	font-family: "Open Sans regular";
	
	src: local("☺"),
	
	url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
	}
	@font-face {
	font-family: "Open Sans bold";
	
	src: local("☺"),
	
	url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
	}
	@font-face {
	font-family: "Monsterrat";
	
	src: local("☺"),
	
	url("../fonts/Monsterrat/Montserrat-Regular.otf") format("truetype");
	}

	html,body { height: 100%; margin: 0px; padding: 0px; }
	.full {  height: calc(100vh - 120px); }

body {  
font-size: 13px;
font-family: 'Open Sans regular', sans-serif;

 }
 body .well {
	color : rgba(0, 0, 0, 0.65);
 }
select {
	max-width: 100%;
}

.next-question {
	
	display: inline-block;
}


.question:not(.selected) {
	cursor : pointer;
}
.question-title-text {
	/*margin: 10px; */
}

/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

/*i changed code here for table option Kiipo*/
.option  > .input-group.choice {
	padding : 0px;
	margin: 5px 5px; 
	margin-left : 3%;
	/*background-color: #fff;*/
	background-color: transparent;
	width: 64.67%;

}

.table-container table .option  > .input-group.choice {

	width: 100%;
	margin-left: 10px;
}

.question-content > .form-horizontal > .options-container{
	padding:0px;
}
.advanced-settings > .checkbox input[type=checkbox]{
	margin-left: -17px;
}
.advanced-settings > .checkbox label {
 padding-left: 0px; 
}
.question-content .panel-heading{
	/*padding: 10px 15px 10px 0;*/
}
.question-content .panel-group{
	margin-bottom: 0;
}
.question-content .validate{
	cursor:pointer;
}
button > span.caret {
margin-left: 5px;
margin-bottom: 5px;
}

.form-control.show-base-line{
	padding-left: 5px;
	 width: 100%;
}
select.form-control, select.form-control:focus, select.form-control:active  {
font-family: 'Roboto regular', sans-serif;
font-size: 14px;
padding: 0px 0px 0px 5px;
height: 40px !important;
}
.clause select.form-control{
	width: 100%;
}


.title-description {
	padding-left: 15px;
	margin-bottom: 4px;
}

input.survey-title {
	font-family: 'Roboto regular', sans-serif;
	font-size: 22px;
}
input.survey-description {
	font-family: 'Roboto regular', sans-serif;
	font-size: 16px;
	border-bottom: none!important;
}
.question-title-container input  {
font-family: 'Roboto regular', sans-serif;
	font-size: 15px;
	    color: #000 !important;
}

.container .question {
	padding: 5px 30px;
	border: none;
	width: 96%;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}



.question .handle {
	 min-height: 15px;
	word-wrap: break-word;
	cursor: move;
	font-family: 'Open sans semibold';
	font-size: 14px;
}

.ui-sortable-helper{
	 border: 1px dashed !important;
}
.ui-sortable-placeholder{
 height:70px !important;
}
.table-container .question .handle {
	height: 15px !important;
}


.question.selected .handle{
	height: 30px;
}
.table-container .question.selected .handle {
	height: 30px !important;
}
.table-container .question.selected .handle.col-xs-11 {
	border-top: none;
}

.question-section .close,.question .close,
.survey-table tr .close {
	
	visibility: hidden;  
	font-size: 20px;
	/*padding: 10px;*/
}

.question:hover  .close ,.section-header:hover  .close ,.question:hover  .close_dictionary , .survey-table tr:hover .close , .modal-content:hover .close {
	visibility: visible;  
	/*display: inline;*/
}
.questionsScroll{
	width: 100%;
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
}
.option > .input-group.choice .form-control{
	border-bottom: none !important;
}
.buttonbar{
	margin-bottom: 10px;
	margin-top: 10px;
}
.survey-table.table  {

	margin: 0;
}
.survey-table tbody tr:hover{
	cursor: move;
}



.survey-table.response{
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table {
	display: table;
	table-layout: auto;
	width: 100%;
}

.th-width{
	width: 200px !important;
	display: table-cell; 
	vertical-align: top !important; 
}


 #responses_wrapper th, #responses_wrapper td, #cc_results_wrapper th, #cc_results_wrapper td {
	white-space: nowrap; 
}

#responses_wrapper .survey-table.table > thead > tr > th {
 vertical-align: top;
}
#responses_wrapper .survey-table.table > tbody > tr > td {
 padding: 8px 16px 8px 0px !important;
 vertical-align: top;
}

#responses_wrapper .survey-table.table > thead > tr > th:first-child{
	 /*width:40px !important;*/
	padding: 0 0 1px  13px !important;
}
#responses_wrapper .survey-table.table > tbody > tr > td:first-child{
	 width:40px !important;
	padding: 4px 22px 1px  13px !important;
}

#search-col th:first-child input{
 display:none;
}
#all-surveys th:first-child{
	/*width:70%;*/
	width: 50%;
}
#data-stream th:first-child{
	width:36px;
}


.close-question {
	position: relative;  
	top: 10px;
	margin-left: 4px;
	z-index: 10;
}

div.selected>div>button.close-question{
	position: relative;
top: 7px;

}

.panel-group .panel {
	border-radius: 0px;
}



/* custom template */
html, body {
	 height: 100%;
	 
}



a:hover,a:active,a:focus, .alert a:hover {
	text-decoration:none;
}
.alert h4{
	font-family: "Roboto light";
	font-size: 20px;
}
.alert ol li{
	font-size: 13px;
line-height: 23px;
}




	

.dropdown-menu.columns-2 {
min-width: 400px;
}

.dropdown-menu.columns-2 li a{

	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	white-space: nowrap;
}

.dropdown-menu.columns-2 li a:hover {
text-decoration: none;
}


/* Surveys */



body .well p.survey-title {

	font-weight: 600;
	margin-bottom: 0px;
}


body .well p{
	color : rgba(0, 0, 0, 0.65);
}

body .well span.survey-description , body .well p.survey-date , .survey-table.table > thead > tr > th {
	font-weight: normal;
	color : rgba(0, 0, 0, 0.50);
	margin-top: 10px;
}



/*Button Styling */






.button.button-blue.quick-survey {
	font-size: 15px;
	 text-transform: none;
	 font-weight: normal;
}
.button.quick-survey {
	font-size: 15px;
	 text-transform: none;
	 font-weight: normal;
}



/* This button was generated using CSSButtonGenerator.com */

/*Button-group styling */

.btn-group.form-element-selector {
	font-size: 13px;
	
}
.bootstrap-select.btn-group:not(.input-group-btn).form-element-selector {
	margin-left: 15px;
}

.btn , .btn:active {
	text-transform: none;
	padding : 5px 13px;
	/*border-radius: 0px;*/
	/*border: 1px solid #ccc;*/
}

.survey-table td > a {
	cursor: pointer;
}


/* Bootstrap Material Design Template Adjustments */

.checkbox input[type="checkbox"] {
	opacity: 100;
	width: 12px;
	height: 12px;
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {

	.column .padding {
	padding: 7px;
	}

	.stat-que-body{
	padding:33px 0px 15px 0px;
}
}


/*Added styles begin*/
.panel-body.survey-body{
	padding:10px 15px 15px 15px;
}

.message-body{
	font-family: 'Roboto light', sans-serif;
	padding: 10px 37px 10px 35px;
}
.panel-success a .caret{
	margin-top: 11px;
}
.panel {
	margin-bottom: 0px;
	border-radius: 0px;
	box-shadow:none;
}
a.btn-extend, input.btn-extend{
	font-size: 13px !important;
	margin-top: -3px;

}


.table>thead>tr>th {
 border-bottom: none !important; 
}


#img-report-hover {
	display: none;
}
#li_report:hover img[id="img-report"] {
	display: none;
}
#li_report:hover img[id="img-report-hover"] {
	display: block;
	display:inline;
}

#img-response-hover {
	display: none;
}
#li_response:hover img[id="img-response"] {
	display: none;
}
#li_response:hover img[id="img-response-hover"] {
	display: block;
	display:inline;
}

#img-export-hover {
	display: none;
}
#li_export_data:hover img[id="img-export"] {
	display: none;
}
#li_export_data:hover img[id="img-export-hover"] {
	display: block;
	display:inline;
}


#img-survey-stats-hover {
	display: none;
}
#li_survey_stats:hover img[id="img-survey-stats"] {
	display: none;
}
#li_survey_stats:hover img[id="img-survey-stats-hover"] {
	display: block;
	display:inline;
}

#img-email-hover {
	display: none;
}
#li_email:hover img[id="img-email"] {
	display: none;
}
#li_email:hover img[id="img-email-hover"] {
	display: block;
	display:inline;
}

#img-all-surveys-hover {
	display: none;
}
#li_all_surveys:hover img[id="img-all-surveys"] {
	display: none;
}
#li_all_surveys:hover img[id="img-all-surveys-hover"] {
	display: block;
	display:inline;
}

#img-create-survey-hover {
	display: none;
}
#li_create_survey:hover img[id="img-create-survey"] {
	display: none;
}
#li_create_survey:hover img[id="img-create-survey-hover"] {
	display: block;
	display:inline;
}
#img-add-id-hover {
	display: none;
}
#li_add_id:hover img[id="img-add-id"] {
	display: none;
}
#li_add_id:hover img[id="img-add-id-hover"] {
	display: block;
	display:inline;
}
#img-aggregators-hover {
	display: none;
}
#li_aggregators:hover img[id="img-aggregators"] {
	display: none;
}
#li_aggregators:hover img[id="img-aggregators-hover"] {
	display: block;
	display:inline;
}

#img-edit-survey-hover{
	display: none;
}
#li_edit_survey:hover img[id="img-edit-survey"] {
	display: none;
}
#li_edit_survey:hover img[id="img-edit-survey-hover"] {
	display: block;
	display:inline;
}

#img-statistics-hover{
	display: none;
}
#li_statistics:hover img[id="img-statistics"] {
	display: none;
}
#li_statistics:hover img[id="img-statistics-hover"] {
	display: block;
	display:inline;
}

#img-import-excel-hover{
	display: none;
}
#li_import_excel:hover img[id="img-import-excel"] {
	display: none;
}
#li_import_excel:hover img[id="img-import-excel-hover"] {
	display: block;
	display:inline;
}

#img-result-hover{
	display: none;
}
#li_results:hover img[id="img-result"] {
	display: none;
}
#li_results:hover img[id="img-result-hover"] {
	display: block;
	display:inline;
}

.img-add-aggregator-hover{
	display: none;
}
.li_add_aggregator:hover img[class="img-add-aggregator"] {
	display: none;
}
.li_add_aggregator:hover img[class="img-add-aggregator-hover"] {
	display: block;
	display:inline;
}

#img-all-aggregators-hover{
	display: none;
}
#li_all_aggregators:hover img[id="img-all-aggregators"] {
	display: none;
}
#li_all_aggregators:hover img[id="img-all-aggregators-hover"] {
	display: block;
	display:inline;
}










img.tasks{
	width: 45px;
height: 23px;
margin-right: 10px;
}
img.tasks:focus, img.tasks:active{
	border:0;
}
.table>tbody>tr>td.tasks{
	padding:8px 0px 8px 15px;
width: 28%;
}


input.form-control.search, input.search:focus{
	padding-left: 10px;
height:31px !important;
}

select.form-control.report-count, 
select.report-count:focus
{
	 border-radius: 8px;
padding-left: 10px;
width: 62px;
margin: -3px 10px 14px 0px;
height: 28px !important;
}
select.form-control.actions, 
select.actions:focus{
	 border-radius: 8px;
padding-left: 10px;
width: 123px;
margin: -3px 10px 14px 0px;
height: 28px !important;
}
select.form-control.search, select.form-control.search:focus{ 
padding-left: 10px;
height: 31px !important;
}
hr {
 margin-top: 0px; 
 margin-bottom: 0px;
}
div > h2{
	font-size: 21px;
	font-family: 'Roboto light', sans-serif;
}
.modal-header.response-header{
	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
#view-response .modal-content{
	margin-top: 80px;
}
span.app{
	padding-right: 7px;
padding-left: 7px;
}
span.mobile{
padding-left: 8px;
}

span.mobile span.mobile-summary a{
	font-weight: bold;
}
.modal .modal-body {
	/* overflow-y:auto; */
	max-height:520px;
	
}
a img.align-image{
 margin-right: 12px;
}
a img.export{
 margin-left: 12px;
}
.panel-body.show-body{
	padding: 0px 0px 0px 0px;
	} 
	.panel-body.show-body > .row{
	padding: 0px 17px 0px 0px;
	} 
	.panel-body.show-body .row{
	margin-top: 10px;
margin-bottom: 10px;
	} 
	


.number span {
	font-size: 15px;
	font-family: 'Open sans semibold';
}
.survey-content{
	line-height: 16px;
margin-top: 10px;
margin-left: 10px;
}

.myquestion_label{
	font-family: 'Open sans semibold';
	font-size: 15px;
}



.table_dis thead tr th:first-child, .table_dis tbody tr td:first-child {
	border-left: none !important;
}

.text_show_v {

	max-width: 500px;
	width: 100%;

}
.space_line{
	margin-bottom: 10px;
	margin-top: 5px;
}

.date_show_v{
	width: 44px;
	text-align: center;
}
.survey-content table, .table-container table {
	border-collapse: collapse;
}

.survey-content table tr:first-child th {
	border-top: 0;
}
.survey-content table tr:last-child td, .table-container table tr:last-child td{
	border-bottom: 0;
}
.survey-content table tr td:first-child,
.survey-content table tr th:first-child, .table-container table tr td:first-child,
.table-container table tr th:first-child {
	border-left: 0;
}
.survey-content table tr td:last-child,
.survey-content table tr th:last-child {
	border-right: 0;
}


.table-container table tr:first-child th>span {
	 padding: 10px 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.table-container table tr:first-child th {
	 text-align: center;
	border-top: 0;
	white-space: nowrap;
}
	 
.table-container td {

	 height: 50px;
}
.table-container th.title {
	 cursor:pointer;
}
.table-container .btn {
	 margin: 0;
}
.table-container table tr td:last-child, .table-container table tr th:last-child{
	border-right: 0;
	text-align: left;
}




.survey-content p.question{
	font-family: 'Roboto regular', sans-serif;
	font-size: 17px;
	padding: 0px 0px;
border: none;
	word-wrap: break-word;
}
.survey-content p.answer{
	font-size: 15px;
	color: rgba(0, 0, 0, 0.50);
	
}
.survey-content input.form-control.t-extend{
	 width:50%;
	margin-bottom: 10px;
}

.survey-content input.form-control.extend,.survey-content input.form-control.num,
.survey-content input.form-control.latlong{
	 width:8%;
	 margin-bottom: 10px;
}
.survey-content input.form-control.extend{
	position: relative;
top: -13px;
left: -31px;
padding-left: 13px;
line-height: 52px;
}
.survey-content input.form-control.latlong{
	position: relative;
top: -16px;
left: -46px;
}
.survey-content .form-inline label{
	top: 16px;
left: 12px;
position: relative;
color: rgba(0, 0, 0, 0.50);
font-weight: normal;
}
.survey-content .form-inline span.seperator{
	top: -5px;
left: -10px;
position: relative;
font-size: 20px;
color: rgba(0, 0, 0, 0.50);
margin: 0px 10px 0px -24px;
}

.survey-content p.text-area{
	font-size: 16px;
	font-weight: bold;
}
.survey-content p.date{
	font-size: 14px;
	font-weight: bold;
}
.survey-content i.image{
	font-size: 80px;
}
.survey-content p label.radio-inline,
.survey-content p label.checkbox-inline{
	
 font-size: 15px;
	line-height: 20px;
}
.survey-content p label.radio-inline.label-top
{
 font-size: 15px;
	font-weight: bold;
	position: relative;
top: -18px;
left: -35px;
}

@media (min-width: 768px) {

	.question-num.col-xs-1{
width:4%;
padding:0;
	}
	 .question-title-text.col-xs-7,.question-title-container .col-xs-7{
/*width:96%;*/
padding:0;
border-right: 2px solid #ddd;
	}
.question-title-container .col-xs-7{
border-right: 2px solid #ddd;
	}
	.question-title-container .col-xs-4{
	padding:0;
	}
	.question-title-container .col-xs-4 input{
	padding-left:5px;
	}

	#welcome .modal-dialog {
	width: 400px;
	margin: 100px auto;
}
#quick-survey .modal-dialog {
 
	margin: 100px auto;
}

.navbar-row .col-xs-2{
	width: 20.17%;
}
.navbar-row .col-xs-10{
	width: 79.83%;
}
	#search-response .col-md-4{
	width: 36%;
}
#search-response .col-md-2{
	width: 9%;
}
#search-response .col-md-1{
	width: 6%;
}
.stat-que-body{
	padding:33px 58px 15px 58px;
}

	}

	#search-response .form-group .control-label{
	/*color:#474747;*/
	font-weight: normal;
	}

	div.slider-params.form-inline .form-control{
	width:50%;
	}
	div.slider-params.form-inline .form-group:first-child{
	margin-left: 8.33333333%;}

	#search-response .col-md-7{
	padding-left: 0px;
	padding-right: 0px;
	}
	#search-response .input-group-addon{
	padding:0px;
	}
	#search-response  .form-horizontal .has-feedback .form-control-feedback {
right: 0px;
}
/*#response a:first-child span{
	margin-right: 29px;
}*/
#menu .panel-body:first-child {
 margin-top: 15px;
margin-bottom: -14px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0px;
padding-top: 0px;
}
#response .col-md-6:first-child{
	margin-bottom: 10px;
	margin-top: -18px;
}
	span.response-pagination, span.questions-pagination{
	 /*padding:5px;
	border:1px solid #757575;
	border-radius: 8px;*/
	margin-top: -15px;
	}
	span.response-pagination span,span.questions-pagination span{
	 padding:7px;
	}
	 span.response-pagination span.next,span.questions-pagination span.next{
	 padding:7px;
	border-right:none;
	}

	#sections-container .form-inline .form-group {
margin-bottom: 12px;
margin-right: 15px;
margin-left: 0px;
}



/*Added styles end*/

/*Advanced Settings Styling */

.panel.advanced-settings {

	margin-bottom: 0px;
}

.panel.advanced-settings > .panel-heading > .panel-title > a{
	padding-left: 15px;
	font-size: 13px;
}



.survey-image {

	max-height: 250px;
	max-width: 250px
}

.panel.advanced-settings > .panel-heading > .panel-title > a:hover{
	text-decoration: none;
}
.panel.advanced-settings > .panel-heading > .panel-title > a:focus{
	text-decoration: none;
	
}
.panel.advanced-settings > .panel-heading > .panel-title > a > span.caret {
margin-left: 5px;
margin-bottom: 3px;
}

.map-canvas {
	height: 500px;
	width: 800px;
	margin: 0px;
	padding: 0px
	}

.responses-map-canvas {
	height: 500px;
	width: auto;
	margin: 0px;
	padding: 0px
	}
input.section-length {

	width: 45px !important;
}



#rec-block .header{
	padding: 10px 9px 9px 15px;
font-family: 'Open Sans light', sans-serif;
font-weight: bold;
font-size: 13px;
}
#polls{
min-height: 165px;
}

#dash-responses{
min-height: 165px;
}

#rec-block .results{
	font-family: 'Open Sans light', sans-serif;
	font-size: 43px;
}
#rec-block .small{ 
font-family: 'Open Sans light', sans-serif;
font-size: 12px;
}

#rec-block .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}



	
@media (min-width: 768px) {
	.float-right{
	float :right;
	}

.push{
	margin-left:50px
	}

	#rec-block .col-md-6{
	width: 48%;
}
#rec-block .col-md-6:first-child{
 margin-right:4%;
}
#polls .col-md-2{ 
padding-top: 26px;
padding-right: 0px;
margin-left: 0px;
}
#polls .col-md-5{ 
padding-top: 27px;
padding-left: 10px;
}
#polls .col-md-4{ 
padding-top: 60px;
margin-left: 20px;
}

#dash-responses .col-md-2{ 
padding-top: 41px;
padding-right: 0px;
margin-left: 0px;
}
#dash-responses .col-md-5{ 
padding-top: 28px;
padding-left: 24px;
}
#dash-responses .col-md-4{ 
padding-top: 63px;
margin-left: 20px;
}
}

#msg-app .btn{
	margin:0px 0px;
}
#msg-app .input-group-btn{
	display: block;
}

.modal-sm {
	width: 560px;
}


#chart{
	margin-top: 30px;
	margin-bottom: 30px;
}

.widget {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 25px;
}
.widget .widget-head{
	font-family: "Open Sans regular", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	padding: 4px 14px;
}
.widget .widget-head.stat-head{
	font-weight: normal; 
}


.widget .widget-head .widget-icons i{
	font-size: 11px;
	margin: 0px 4px;
	z-index: 10;
	cursor: pointer;
}


.widget .widget-content{
	border:none;
	padding-bottom: 30px;
}
.more-stats .col-sm-3{
	padding-right:0px;
}


.stat-que-body .more-stats .panel-heading{
	padding:0px 0px 0px 0px;
	font-weight: normal;
}
.stat-que-body .more-stats .panel-heading{
	padding:0px 0px 0px 0px;
	font-weight: normal;
}
.stat-que-body hr{
	margin-left: -58px;
margin-right: -58px;
	
}

.widget .widget-content h2,
.widget .widget-content h3
{
	font-family: 'Open Sans regular', sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
.widget .widget-content h3 i
{
	font-size: 12px;
	vertical-align: 2px;
}
.widget .widget-content .number{
	font-family: 'Open Sans light', sans-serif;
	font-weight: bold;
}
.widget .widget-content .col-md-3{
	padding-right: 0px;
}


.c-margin{
	margin-top: 10px;
	margin-bottom: 10px;
}
 .survey-overview li,
.survey-overview > div > ul > li a
{
	font-family: 'Roboto light', sans-serif;
	list-style: none;
	font-size: 13px;
}
.survey-overview > div >ul>li>ul>li>a
{
	list-style: none;
	font-size: 14px;
}


.survey-overview ul
{
	padding-left:0px;
	margin-bottom: 0px;
}

.donut-inner
{
margin-top: -97px;
margin-bottom: 65px;
}
.donut-inner h5
{
margin-bottom: 5px;
margin-top: 0;
font-size: 31px;
}
.donut-inner span {font-size: 12px;}

#distribution{
margin-top: 35px;
}

#distribution .s-image{
padding-top:28px;
}

#distribution .num-col{
padding-top:25px;
padding-right: 0px;
padding-left: 0px;
}


#distribution .results{
font-size: 20px;
}

.survey-distribution .progress {
	border-radius: 0px;
height: 10px;
margin-bottom: 23px;
}
.survey-distribution  span {
	margin-bottom: 10px;
}
.survey-distribution .progress-bar {
line-height: 17px;
}

.survey-distribution small {
	font-family: 'Open Sans regular', sans-serif;
font-size: 90%;
}

#dash-nav{
	margin-bottom: 30px;
	padding:7px 0px 7px 0px;
	line-height: 33px;
}
#dash-nav ul > li{
	list-style: none;
	display: inline;
}
#dash-nav ul{
	padding-left: 0px;
	margin-bottom: 0px;
}

#quick-survey .col-md-3{
padding-right: 0px;
}
#quick-survey .col-md-3 label,
#quick-survey label.col-md-3 
{
font-size: 15px;
color: rgba(0,0,0,.84);
}
#quick-survey .radio-inline+.radio-inline{
margin-left: 0px;
}
#quick-survey .radio-inline,
#quick-survey .radio-inline+.radio-inline
{
font-weight: 700;
font-size: 12px;
color: rgba(0,0,0,.60);
line-height: 22px;
margin-bottom: -4px;
}
#quick-survey .radio-inline{
width:100%;
}
#quick-survey .radio-inline>span{
font-weight: 700;
float: right;
}
#quick-survey .download-app{
padding-top: 7px;
}
#quick-survey .form-control
{
height:auto !important;
padding: 8px 0px 10px 10px;
}
#quick-survey .form-input{
height: 34px !important;
padding: 4px 0px 4px 3px;
}
#quick-survey .download-app a{
padding-left: 20px;
font-size: 12px;
font-weight: 700;
}

#quick-survey .later{
padding-left: 0px;
}
#quick-survey .input-group-addon {
padding: 6px 0px;
}
#quick-survey .glyphicon {
left: -18px;
}
.modal-header .close {
 text-shadow: none; 
 opacity: 1; 
}

.spin{
	display: none;
}
.refresh:focus, .refresh:active{
	opacity:0;
}
.refresh:focus ~ .spin, .refresh:active ~ .spin  {
display: block;
display:inline;
}
.ques-list{
	padding-left: 0px;
	padding-right: 0px;
}
.stat-que{
	padding-left: 0px !important;
}
.stat-que li{
	list-style: none;
	padding: 6px 0px 5px 28px;
	font-size: 13px;
}
.stat-que li i{
	font-size: 14px;
	position:absolute;
	left:5px;
}

.stat-que li:hover, .stat-que li a:hover{
	font-weight: bold;
	cursor:pointer;
}
.stat-que li.active{
	font-weight: bold;
}




.stat-que-body .panel-heading{
	font-weight: bold;
	border-radius: 0px;
}

.more-stats select.form-control, .more-stats select.form-control:focus, .more-stats select.form-control:active { 
font-family: 'Open Sans light', sans-serif;
font-size: 13px;
padding: 1px 0px 0px 8px !important;
}

.toast-title {
	float:left;
	margin-right: 5px;
}

#toast-container>div {

width: 100%;
margin: 0px 0px 0px 12px;
padding: 5px 15px 13px 50px;
}
.error {
 color: red; 
 font-style: italic; 

}

/*fieldset[disabled] .form-control, .form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus{
	border-bottom: 1px solid #ddd;
}

body .well .form-control, .container .well .form-control, .container-fluid .well .form-control, body .well:not([class^="well well-material-"]) .form-control, .container .well:not([class^="well well-material-"]) .form-control, .container-fluid .well:not([class^="well well-material-"]) .form-control{

	border-bottom: 1px solid #ddd;

	padding: 5px 0px 5px 15px;
}*/



.image-thumbnail
{

	height: 100px ;
	width: 100px;
}
.image-thumbnail.horizontal
{
 display: inline-block;
}
.image-thumbnail.vertical
{
 display: block;
}
.prof-pic-thumb{
	width:321px;
	height:   250px;
}

.map-thumbnail {
	display: block;
	height: 140px;
width: auto;
}


.info_content{
width: 250px ; 
min-height: 120px;
/*overflow-y: auto;*/
}

/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none !important;
}

.sidebar-toggle {
	position: relative;
	float: left;
	padding: 1px 10px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

#data-stream.survey-table.table > thead > tr > th, #data-stream.survey-table.table > tbody > tr > td {
	padding: 5px 18px;
}

.form-horizontal .align-params{
	margin-left: 0;
	padding-left: 0;
}
.button.done{
	cursor:pointer;
}
.form-horizontal .checkbox {
	padding-top: 5px;
}
.checkbox-export{
	margin: 0px 5px 0px 30px !important;
	vertical-align: -2px;
}

.input-group-addon.extend{
	font-weight: 700;
	color: rgba(0,0,0,.84);
}

.dataTables_length .form-control.extend{
	display:inline;
	width: 60px;
}

.dataTables_wrapper .dataTables_info {
	padding-left: 13px;
	/* margin-top: 30px; */
}
#search-col th {
	padding: 0px 5px;
	 
}
table.dataTable.no-footer {
	border-bottom: none;
}


table.dataTable td.dataTables_empty {
	text-align: left;
	display: none;
}
.highlight { 
	background-color: yellow 
}
 

div.dataTables_wrapper {
	font-family: 'Roboto light', sans-serif;
	width: 100%;
	margin: 0 auto;
	}
.table {
	table-layout: auto;
} 
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate {
	padding-right: 10px;
}

.remove-padd{
	padding-left: 0px;
	padding-right: 0px;
}
.show-box{
}
.create-message>tbody>tr>td>span.btn, .create-message>tbody>tr>td>span.btn:active {
	text-transform: none;
	padding: 0px 15px;
	border-radius: 0px;
}
.create-message>tbody>tr>td>span {
	font-size: 13px !important;
}
.create-message>tbody>tr>td>span>i.glyphicon-plus {
	font-family: none;
	font-size: 20px !important;
	font-weight: 400 !important;
}

.create-message>tbody>tr>td.language-padding {
	padding: 0px 0px 0px 31px;
}
.create-message>tbody>tr>td {
	padding: 0px 8px 0px 8px;
	vertical-align: middle;
}
.create-message>tbody>tr.height {
	height: 10px;
}
.create-message>tbody>tr>td>tr>td>button.btn {
	padding: 0px 15px;
}
.create-message>tbody>tr>td>tr>td>button {
	font-size: 13px !important;
}
.create-message>tbody>tr>td>tr>td>button>i.glyphicon {
	font-size: 13px !important;
}
.create-message>tbody>tr>td>tr>td {
	font-size: 12px;
	padding: 0px 8px 0px 8px;
}
.create-message>tbody>tr:hover td{
cursor:pointer;
}
.voice-margin{
	margin-top: 15px;
	margin-bottom: 15px;
}
.sms-margin{
	margin-top: 0;
	margin-bottom: 15px;
}
.c-box{
font-size: 14px;
padding-left: 20px;
}
.valign{
	position: relative;
	padding-left: 0px;
	vertical-align:-.1em
}

.widget .widget-head .widget-icons {
	margin-top: 4px;
}
.widget .widget-head h4 {
	margin-bottom: 0px;
	font-size: 14px;
}

#welcome .modal-body img {
	height: 110px;
}

#welcome .modal-content .modal-header {
	padding-top: 10px;
	min-height: 29.43px;
}
#welcome .modal-content {
	border-radius: 6px;
}

#welcome .modal-content .modal-body {
	padding-top: 0px;
	border-radius: 6px;
}


.popover>.arrow, .popover>.arrow:after {
	display: block;
	
}


.popover-content {
	padding: 58px 4px 0px 4px;
	border: none;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
.popover-title {
	padding: 3px;
	margin: 36px 0px -43px 36%;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 100%;
	width: 58px;
}
.container.well.flat {
	padding: 0px;
	box-shadow: none;
}
.header .input-group-btn{
	display:block;
}
.header .btn{
	margin: 0px 0px;
}
.header button > span.caret {
	margin-left: 5px;
	margin-bottom: 5px;
}
textarea.form-control {
	height: auto !important;
}

.save_survey_loader[role="progressbar"][aria-busy="true"], .question_labels_loader[role="progressbar"][aria-busy="true"], .modal_loader[role="progressbar"][aria-busy="true"] {
	position: relative;
	bottom: 0px;
	left: 0;
	padding-top: 2px;
	width: 100%;
	-webkit-animation: preloader-background linear 3.5s infinite;
		animation: preloader-background linear 3.5s infinite;
}
.save_survey_loader[role="progressbar"][aria-busy="true"]::before, .save_survey_loader[role="progressbar"][aria-busy="true"]::after, .question_labels_loader[role="progressbar"][aria-busy="true"]::before, .question_labels_loader[role="progressbar"][aria-busy="true"]::after, .modal_loader[role="progressbar"][aria-busy="true"]::before, .modal_loader[role="progressbar"][aria-busy="true"]::after {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 0;
	height: 2px;
	-webkit-animation: preloader-front linear 3.5s infinite;
		animation: preloader-front linear 3.5s infinite;
	content: '';
}
.save_survey_loader[role="progressbar"][aria-busy="true"]::before, .question_labels_loader[role="progressbar"][aria-busy="true"]::before, .modal_loader[role="progressbar"][aria-busy="true"]::before {
	right: 50%;
}
.save_survey_loader[role="progressbar"][aria-busy="true"]::after, .question_labels_loader[role="progressbar"][aria-busy="true"]::after, .modal_loader[role="progressbar"][aria-busy="true"]::after {
	left: 50%;
}
.question-num {
	padding-right: 9px;
}
.question-num.focus {
	font-size: 15px;
	height: 43px;
	display: inline-block;
	float: left;
	margin-top: 0px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	padding: 10px 12px;
	border-right: 0px;
	line-height: 22px;
	font-family: 'Open Sans Regular';
}

.form-element-container{
	padding: 0;
	margin-left: 17px !important;
}
.date-param-container{
	padding: 0;
	margin-left: 8.33333333% !important;
}
.question.row.selected>.question-num{
	display:none;
}
.hide_me{
	display:none;
}

.ques_types .button{
	cursor: pointer;
}
 /*am herer*/
.ques_types li{
	overflow: visible; ;
	position: relative; 
	list-style: none;
	padding: 0 12px;
	margin-left: -16px;
}
.ques_types li a{
	display: block;
	padding: 6px 5px;
	clear: both;
	font-weight: 400;
	line-height: 0.42857;
	white-space: nowrap;
	font-size: 14px;
	list-style: none;
}
.ques_types li a:hover{
		text-decoration: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.ques_types li:hover{
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.multiselect-container {
	position: relative;
	 
}
.button-multiselect {
	overflow: hidden;
	padding: 0px 0px 0px 12px !important;
	/* line-height: 23px; */
	height: 40px;
	line-height: 40px;
	font-family: 'Open sans semibold';
	border-radius: 3px;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition:all 0.1s;

}

span.que_selected {
	display: inline-block;
	/*padding-left: 10px;*/
		width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caret_container {
	display: inline-block;
	width: 41px;
	text-align: center !important;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.ques_types h5, .columns-2 h5{
	text-transform: uppercase;
	font-size: 12px;
}

.questions-container .duplicate {
	
	visibility: hidden;  
	font-size: 15px;
	padding: 9px 7px;
	margin-top: 10px;
	cursor: pointer;
	color: rgba(0,0,0,.2);
}
.questions-container .duplicate:hover {
	
	color: rgba(0,0,0,.8);
}

.question.row.selected.well:hover .duplicate, .question.row:hover .duplicate {
	visibility: visible;
}

.outer_del_dul{
	position: absolute;
	top: -12px;
	right: 0px;
}

.button-red:hover{
	cursor:pointer;
}
.new_responses{
	padding: 2px;
	border-radius: 5%;
	font-size: 10px;
}
.button.button-danger.delete-responses{
	height: 28px;
	padding-left: 4px;
	padding-right: 4px;
	cursor:pointer;
}
.delete-responses i{
	 font-size: 20px;
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.fa-green {
	font-size: 10px;
}
.form-inline .input-group .form-control {
	 width: 100%; 
}

.close_dictionary, .close-calc{
	font-size: 20px;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close_dictionary:hover, .close_dictionary:focus, .close-calc:hover, .close-calc:focus {
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
}
button.close_dictionary, button.close-calc {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.calc_clause{
	 margin-top: 15px;
}

.survey_title.pull-left {
	font-size: 28px;
}
.date_created.pull-right span ul {
	list-style: none;
}
li.day_middle {
	text-align: center;
}
.seperator {
	width: 627px;
	margin: auto;
}

.time_image {
	/* display: inline-block; */
	margin-top: auto;
	text-align: center;
	margin-top: 20px;
}
.time_image>img {
	width: 43px;
}
ul.sync_time_d {
	text-align: center;
	list-style: none;
}
.sync_time_d li {
	padding-top: 10px;
}
li.sync_title {
	font-weight: 700;
}
li.sync_date {
	font-size: 21px;
}
li.sync_time {
	font-size: 20px;
	font-weight: 700;
}
.v_seperator {
	min-height: 180px;
	margin-top: 8px;
	margin-bottom: 8px;
}
ul{
	list-style: none;
}
.sat_detail li{
	/*overflow: auto; */
	clear: both;
}
li.question_res {
	padding-top: 6px;
	/* position: relative; */
}

.survey_title {
	font-size: 28px;
	margin-top: 8px;
}

li.day_middle {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.broken_line{
	width: 100%;
}
.way-bill .col-md-1,.way-bill .col-md-2,.way-bill .col-md-3,.way-bill .col-md-4,.way-bill .col-md-5,.way-bill .col-md-6,.way-bill .col-md-7,.way-bill .col-md-8,.way-bill .col-md-9,.way-bill .col-md-10,.way-bill .col-md-11,.way-bill .col-md-12,.way-bill .col-md-13
{
	padding-left: 0;
	padding-right: 0;
}

.way-bill h4>span{
	color:blue;
}


/*style for for print receipt*/
.inner_div {
	padding: 20px;
}
.inner_div h4 ,.inner_div h5 {
	text-align: center;
	text-decoration: underline;
}
table.receipt_table {
	/* padding: 21px; */
	margin: auto;
}


table.inner_receipt_table tr td {
	padding: 0px;
}
span.receipt_data {
	margin-left: 10px;
}
.code_pad{
	margin-left: 5px;
}
.receipt_table label {
	font-weight: normal;
}
.receipt_table tbody tr td {
	border: none;
}
.pull-right.print_btn {
	font-weight: 300;
	font-size: 17px;
	padding-top: 3px;
}



table.table.table_wayBill tbody tr td {
	border-top: none;
}


span.r_title {
	display: block;
	float: left;
	/*clear: both;*/
	 vertical-align: bottom !important;
}
.way-bill td , .receipt td {
	border: none !important;
}

.way-bill tr td .r_answer ,.receipt tr td .r_answer {
	display: block;
	overflow: hidden;
	padding-left: 10px;

}
/*.dropdown-menu>li:first-child {
	margin-bottom: 5px;
}
*/
.way-bill_inner th.th-width {
	font-weight: bold !important;
}

li.logout_css {
	margin-top: 10px;
	padding: 0px;
	padding-top: 10px !important;
	margin-bottom: -5px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


.dropdown-menu li>a>i {
	margin-right: 5px;
}
button.close.delete-survey.pull-right.view_close_btn {
	padding: 10px;
}

li.R_Q_num {
	font-size: 46px;
	font-weight: 500;
}
.response_num.pull-right {
	margin-right: 15%;
}

li.dir_stat {
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
}

.receipt tr td {
	width: 50%;
}
/*s*/


/*page[size="A4"] {
	background: white;
	width: 21cm;
	height: 25.7cm;
	display: block;
 
}*/

@media print{
	/*div { float: none !important;
	 position: static !important;
	display: inline; 
	box-sizing: content-box !important;
	}*/

	h4.break {
	page-break-before: always;
}
	page[size="A4"] {
	margin: 0;
	}
	.panel-heading{
	display: none !important;
	}
	.text-centerprint{
	text-align: center !important;
	display: none !important;
	}
.print_center{
	text-align: center;
}
	.way-bill tr td{
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.receipt tr td:first-child{
	padding-right: 30px;
	}
	div#print_Profile {
	/*border: 5px solid #ddd;*/
	overflow: hidden;
}

.visible-print-block.survey_dd {
	margin-left: 45px;
}

	span.print_center {
	display: block;
	text-align: center;
	/* margin: auto; */
}
.way-bill tr td .r_title{
	vertical-align: top !important;
}
.receipt tr td {
	width: 50%;
}


.way-bill_inner td {
	border: 1px solid #333 !important;
}

}



.gmnoprint{
	/*display:none;*/
}
	
.space_right {
	padding-right: 10px;
}
span.quest_label {
	font-weight: 700;
}
.date_created {
	padding-bottom: 20px;
}
div#other_data {
	/*width: 400px;*/
	margin: auto;
	border-radius: 3px;
	/*border: 1px solid;*/
}
div#other_data.table{
	margin-bottom: 0px;
}

th.m_l {
	text-align: center;
}
.show_ta {
	display: none;
}
/*.c_view{
	display: block;
}*/

.col-xs-10.survey-content> img.mult_images {
	margin-bottom: 12px;
	display: inline-block;
	/* float: left; */
	margin-right: 9px;
	width: 19%;
}
.advanced-settings.form-group.col-md-12,.calculation-params.form-group.col-md-12,.aggregate-params.form-group.col-md-12,
.condition-params.form-group.col-md-12,.auto-complete-params.form-group.col-md-12 
 {
	margin-bottom: 0px;
	z-index: 999;
}

.togglebutton.pull-left.view_survey_tog {
	margin-top: 10px;
}

.btn_sel > span.caret {
	margin-top: 14px;
}

.column-4{
	min-width: 530px;
	padding: 5px 15px;
}


button.dropdown-toggle.form-element-selector.btn_sel.button-multiselect {
	border-radius: 4px;
	width: 150px;
}

.dropdown-menu.ques_types li a {
	display: block;
	padding: 6px 5px;
	clear: both;
	font-weight: 400;
	line-height: 0.42857;
	white-space: nowrap;
	font-size: 13px;
	list-style: none;
}
.ques_types .col-xs-4{
	padding-right: 0;
	min-height: 83px;
}

.actve_quick_action {
	display: inline-block;
}


@keyframes section_show {
	0% {
	display: none;
	opacity: 0;
	}
	1% {
	display: block;
	}
	100% {
	display: block;
	opacity: 1;
	}
}
@keyframes section_hide {
	0% {
	display: block;
	opacity: 1;

	}
	99% {
	display: block;
	}
	100% {
	display: none;
	opacity: 0;
	}
}

.question-section .collapse.in {
	animation: section_show 500ms linear;
	animation-fill-mode: forwards;
	border: 1px solid;
	padding-bottom: 10px;
	margin: -15px 12px;
	padding-top: 2px;
	/* border-left: 1px solid #f9f9f9; */
	border-top: none;
	/* border-right: 1px solid #f9f9f9; */
	border-radius: 0px 5px 5px 5px;
	border-width: 0px 1px 1px 1px;
	box-shadow: 0px 1px 1px rgba(221, 221, 221, 0.97);
	border-color: #f9f9f9;
}
.question-section .collapse {
	animation: section_hide 500ms linear;
	animation-fill-mode: forwards;
}

.section-header:hover{
	cursor:pointer;
	background: transparent;
}

.add-section{
	cursor:pointer;
}

select.skip-to{
	display: block;
	margin: 0px;
	width: 150px !important;
}

.form-horizontal .form-group.copy-referenced-selector , .form-horizontal .form-group.reduce-referenced-selector  > select {

	margin-left: 20px;
	margin-right: 10px;
}

/* Styling for Tree in Traceability view*/

.tree,
.tree ul {
	margin:0 0 0 1em; /* indentation */
	padding:0;
	list-style:none;
	position:relative;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:-30px;
	bottom:0;
	left:0;
	border-left:2px solid;
}

.tree li {
	margin:0;
	padding:0 .8em; /* indentation + .5em */
	line-height:2em; /* default list item's `line-height` */
	font-weight:bold;
	position:relative;
}

.tree li:before {
	content:"";
	display:block;
	width:10px; /* same with indentation */
	height:0;
	border-top:2px solid;
	margin-top:-1px; /* border top width */
	position:absolute;
	top:1em; /* (line-height/2) */
	left:0;
}

.tree li:last-child:before {
	background:white; /* same with body background */
	height:auto;
	top:1em; /* (line-height/2) */
	bottom:0;
}


.table.traceability {

	margin-top: 30px !important;
 /* margin-bottom: 0px !important;*/
}

ul.v_drop {
	height: auto;
	margin: 0;
	padding: 0px;
	list-style: none;

}
ul.v_drop li{
	padding-left: 30px;
}
span.drop_caret {
	position: absolute;
	right: 18px;
}

#v_drop_id,#tool_box_id,#create_id{

	display: none;
}

i#icon_gen,i#icon_toolbox,#icon_create {
	font-weight: 700;
}

.correct_data {
	padding: 20px;
}

span.con_fig {
	font-size: 40px;
	font-weight: 100;
}

span.middle_icon {
	vertical-align: 12px;
	
}




/*styling for sidebar on map*/
.tab_header {
    font-family: 'Open sans semibold';
    font-size: 12px;
    margin-bottom: 24px;
}
label.tab_label {
    font-family: 'Open sans bold';
    font-size: 11px;
    margin-top: 0px;
}

.map_floating_tabs {
    position: absolute;
    z-index: 1000;
    right: 27px;
    top: 140px;
}



.map_floating_tabs>ul {
    /* border: 1px solid; */
    margin-top: 33px;
    display: inline-block;
    float: left;
    margin-right: -35px;
}
.float_tab li a {
    font-family: 'Open sans regular';
    font-size: 12px;
    color: #fff;
}
.floating_tap_container {
    float: left;
    /* display: none; */

    background: #fff;
    height: 500px;
    border: 1px solid #ddd;
    padding: 16px 22px;
    width: 273px;
    overflow-y: auto;
}
.map_floating_tabs ul.float_tab li {
    transform: rotate(-90deg);
}
li.active_float_tab a {
    color: #222 !important;
}
a.close_tab.pull-right {
    color: #555;
    font-family: 'Open sans bold';
    font-size: 13px;
    margin-top: -4px;
}
li.active_float_tab {
    background: #fff !important;
    color: #222 !important;
}
.map_floating_tabs ul.float_tab li {
    transform: rotate(-90deg);
    margin-bottom: 75px;
    /* border: 1px solid; */
    padding: 9px 9px 9px 10px;
    text-align: center;
    background: #2a3342;
}


select#filter_question {
    width: 100%;
}
.farm_map_image {
    height: 120px;
    background: #ddd;
    padding-left: 18px;
}

.image.farm_map_image {
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.fixed_question {
    margin-top: 17px;
}
.text_tab_title {
    font-size: 12px;
    font-family: 'Open sans semibold';
}
.tab_title_answer {
    font-family: 'Open sans bold';
    margin-top: 3px;
}
.farm_name.text-center {
    margin-top: 7px;
    font-family: 'Open sans bold';
    margin-bottom: 26px;
}
.hide_tab_container{
  display: none;
}
.hor_divider {
    border-top: 1px solid #ddd;
    margin-top: 28px;
}









/*end styling for sidebar on map*/

.in_per{
	font-size: 26px;
}
span.res_fig {
	display: inline-block;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	padding-left: 12px;
}
.cor_data, .incorrect_data {
	/*border-bottom: 1px dashed #ddd;*/
	margin-bottom: 38px;
}
.my_widget-head.msg-overview {
	height: 40px;

}
.main_cont td{
	font-weight: 600;
}


span.table_res {
	margin-left: 9px;
	padding-left: 10px;
}
.my_widget-head.msg-overview p {
	font-size: 16px;
	padding: 9px 16px;
	font-weight: 600;
}
.input-group-btn.my_button_group {
	padding-top: 18px;
	padding-bottom: 20px;
}
button.button.button-default.my_users_btn {
	margin-right: 10px;
	text-transform: capitalize;
	border-radius: 30px;
}

.button_select{
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	display: inline-block;
	font-family: 'Roboto regular', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	height: 35px;
	line-height: 30px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}


.other_option_toggle {
	 font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.table-container .other_option_toggle {
	
	margin-top: 5px;
}


#msform {

	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	min-width: 352px;
	position: relative;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
}

#progressbar {
	margin-bottom: 0;
	overflow: hidden;
	padding-left: 20%;
	text-align: center;
	
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 9px;
	width: 30%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

#progressbar li:after {
	content: '';
	width: 76%;
	margin-left: 10px;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; 
}
#progressbar li:first-child:after {
 
	content: none; 
}


 #wizard .modal-dialog {
	width: 400px;
	min-height: 400px;
margin-top: 91px;
}
#wizard .modal-content .modal-header {
	padding-top: 10px;
	min-height: 29.43px;
}
#wizard .modal-content {
	border-radius: 6px;
}

#wizard .modal-content .modal-body {
	min-height: 400px;
	padding-top: 0px;
	border-radius: 6px;
}


.toasts {
	bottom: 1em;
	left: 1em;
	position: fixed;
}
.toasts .floatingText {
	border-radius: 0.19em;
	display: inherit;
	font-family: 'Roboto';
	font-size: 0.8em;
	font-weight: 300;
	min-width: 15em;
	padding: 1em 2em;
	position: relative;
	text-align: left;
}

.floatingContainer {
	cursor: pointer;
	bottom: 2em;
	position: fixed;
	right: 3em;
}
.floatingContainer:hover .subActionButton {
	transition: opacity 1.2s;
}
.floatingContainer:hover .subActionButton + .subActionButton {
	transition: opacity 0.8s;
}
.floatingContainer:hover .subActionButton + .subActionButton + .subActionButton {
	transition: opacity 0.4s;
}

.actionButton {
	border-radius: 50%;
	height: 5em;
	position: relative;
	width: 5em;
	z-index: 1000;
}
.actionButton .floatingText {
	display: none;
	font-family: 'Roboto';
	position: absolute;
	top: 1.8em;
	right: 5.5em;
	min-width: 10em;
	text-align: right;
}
.actionButton .floatingText.show {
	display: inherit;
}
.actionButton .floatingTextBG {
	padding: 0.2em 0.5em;
	background-color: rgba(33, 33, 33, 0.8);
	border-radius: .3em;
}
.actionButton.display {
	display: inherit;
}
.actionButton:before {
	content: '\f067';
	position: absolute;
	 margin-top: .6em;
	margin-left: .9em;
	opacity: 1;
	font-size: 1.9em;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: rotate3d(0, 0, 1, -180deg);
	transition: content 0.4s, transform 0.4s, opacity 0.2s;
}
.actionButton:after {
	content: '\f148';
	position: absolute;
	 margin-top: .6em;
	margin-left: 1em;
	font-size: 1.9em;
	font-weight: 400;
	opacity: 0;
	font-family: 'FontAwesome';
	transform: rotate3d(0, 0, 1, -180deg);
	transition: content 0.4s, transform 0.4s, opacity 0.4s;
}
.actionButton.open::before {
	transform: rotate3d(0, 0, 1, 0deg);
	opacity: 0;
}
.actionButton.open::after {
	transform: rotate3d(0, 0, 1, 0deg);
	opacity: 1;
}
.actionButton:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}

.subActionButton {
	height: 3em;
	width: 3em;
	border-radius: 50%;
	margin-bottom: .6em;
	margin-left: .9em;
	opacity: 0;
	position: relative;
	z-index: 1000;
	cursor:pointer;
}
.subActionButton .floatingText {
	position: absolute;
 top: 0.8em;
right: 3.5em;
	min-width: 10em;
	font-family: 'Roboto';
	text-align: right;
	opacity: 0;
	transition: opacity 0.4s;
	white-space:nowrap;
}
.subActionButton .floatingText.show {
	opacity: 1;
}
.subActionButton .floatingTextBG {
	padding: 0.2em 0.5em;
	background-color: rgba(33, 33, 33, 0.8);
	border-radius: .3em;
}
.subActionButton.display {
	opacity: 1;
}
.subActionButton:before {
	margin-top: .4em;
	margin-left: .45em;
	font-size: 1.5em;
	font-family: 'FontAwesome';
	position: absolute;
}
ubActionButton.live:before {
	content: '\f023';
	margin-top: .3em;
	margin-left: .7em;
}


.subActionButton.management:before {
	content: '\f044';
	 margin-top: .3em;
	margin-left: .6em;
}
.subActionButton:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.response_header p{
	font-family: 'Roboto regular', sans-serif;
	font-size: 17px;
	padding: 0px 0px;
	border: none;
	word-wrap: break-word;
}

td .referenced_link{
	padding-left: 45%;
}
tbody.profile_image_map {
	display: block;
	height: 500px;
	overflow: hidden;
	margin-bottom: 50px;
}
.profile_table>tbody>tr>td, .table>tfoot>tr>td{
	border-top: none;
}
.profile_table>tb  ody+tbody{
	border-top: none;
}
.c-body {
	padding-left: 30px;
	padding-right: 30px;
}

fieldset.pro.fieldset {
	border-radius: 5px;
}

div#print_Profile {
	padding-left: 50px;
	padding-right: 50px;
}
.image_print{
	display: none;
}
 .pro_table.table>tbody>tr>td {
	 border-top: none; 
	}
	.col-md-12.profile_container {
	padding: 20px 40px 20px 40px;
}
.td_width{
	width: 85%;
}
.row.profile_contianer {
	padding: 0px 40px;
}
div#print_Profile {
	padding: 8px 30px 20px 30px;
}
.other_details_table{
	margin-top:30px;
}
.profile_name {
	font-size: 20px;
	font-weight: 700;
	padding: 12px;
	text-align: center;
}
.location_pro{
	width: 60%;
	}
	.print_width {
	width: 200px;
	height: 200px;
}
 /*#print_Profile{
	page-break-before: always;
	} */  
@media print
{     
	
	.page-break{
	display: block;
	page-break-after: always;
	}
	.sidebar-offcanvas{
	display: none;
	}
	table.pro_table.table.table-striped {
	margin-bottom: 41px;
}
	.image_print{
	page-break-before: always;
	page-break-after: always;
	
	}
	.table{
	table-layout: fixed;
	width: 100%;
	}
	.image_print{
	display:block;
	/*width: 50%;*/
	}
	.image_view{
	display: none;
	}
	div#print_Profile {
	padding:0px;
}
	 /* .location_pro{
	width: 20%;
	}*/
	.print_width{
	width: 400px;
	}
	.location_pro{
	display: block;
	}
	.profile_name{
	width: 234px !important;
	text-align: center;
	border :none;

	}
	.other_details_table {
	margin-top: 30px;
	border-bottom: none;
}
.table {
	table-layout:fixed;
	width: 100%;
}

.no-print, .no-print *
{
	display: none !important;
}


}

.print_width {
	width: auto;
	height: 200px;
}

table.pro_table.table.table-striped {
	margin-bottom: 41px;
}
table.pro_table.table>thead>tr>td{
	border-top: none !important ;
}
.per_in {
	font-size: 16px;
	font-weight: 700;
}
.name_profile {
	/*font-size: 35px;*/
	min-width: 200px;
}
.age_profile {
	/*font-size: 19px;*/
}
table.pro_table.table {
	display: inline-block;
	padding: 20px;
	margin-bottom: 80px;

}
li.question_title {
	font-size: 14px;
	font-weight: 700;
}
li.ans_ques {
	width: 320px;
	display: inline-block;
}



#api-modal .modal-dialog {
  width: 500px;
  max-height: 200px;
margin-top: 164px;
}
#api-modal .modal-content .modal-header {
  padding-top: 10px;
  min-height: 29.43px;
}
#api-modal .modal-content {
  border-radius: 0;
}

#api-modal .modal-content .modal-body {
  max-height: 200px;
  padding-top: 0px;
  border-radius: 0;
}

#api-modal .modal-header .close {
  color: #666;
}
#api-modal .form-control,#api-modal .form-group .control-label {
      color: #000;
    font-weight: bold;
}
.modal.modal-bg{
  background-color:rgba(0,0,0,0.7);      
  z-index: 6000;
}
span.ico_f {
	display: block;
	/* border: 1px solid #fff; */
	border-radius: 63px;
	width: 60px;
	margin: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	/* box-shadow: 0px 0px 6px rgba(0,0,0,0.5); */
}
table.sub_th tr td {
	padding: 5px;
	font-family: 'Roboto regular', sans-serif;
}
.sub_th {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-right: 35px;
}
.mygeo{
	margin-top: 20px;
	font-size: 17px;
}

.new_prof-pic-thumb {
	 width: auto;
	float: left;
	height: 250px;
	margin-right: 20px;
	margin-top: 20px;
}
.sur_title {
	margin-top: 12px;
	font-family: 'Roboto regular', sans-serif;
}
.tt {
	font-size: 15px;
}

.vali {
	margin-top: 7px;
	font-size: 13px;
	margin-bottom: -8px;
}
.num_ques{
	font-family:'Roboto regular', sans-serif; 
	margin-top: 5px; 
}

.kml{
	 cursor: pointer;
}
.kml i {
	font-size: 15px;
}



.folder{

cursor: pointer;
padding: 1% 2%;
}



h2.report_text{
	font-size: 13px !important;
	margin-bottom: 35px;
	height: 48px;
	display: block;
	display: -webkit-box;
	line-height: 1.3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

 h2{
	margin-top: 0;
	padding-left: 8px;
	font-size: 25px;
	font-weight: normal;
}
.folder button.component{
	margin-right: 10px;
}


span.report_button {
	text-align: center;
	/*  margin-top: 30px;*/
	display: block;
	/* margin-bottom: 30px; */
	/* background: #ecf0f1; */
	width: 100%;
	height: 135px;
	overflow: hidden;
	 /* padding: 5% 2%;
	 box-shadow: 0px 3px 0px 0px #bbb; */
	border-radius: 3px;
}


span.report_button.selected {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	width: 100%;
	height: auto;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	padding-bottom: 150px;
}
 .folder.selected {
	width: 100%;
	height: auto;
	padding-right: 0;
	 padding-left: 0;
	 background: none;
	}
.survey_container {
	width: 200px;
	height: 250px;
}
.survey_box {
	min-height: 120px;
	margin-bottom: 10px;
	border-radius: 3px;
	/* border: 1px solid #eee; */
}
.sur_type {
	line-height: 120px;
	/* border: 1px solid; */
	display: inline-block;
	cursor: move;
	
}

.survey_box .sur_type span {
	display: inline-block;
	width: 40px;
	line-height: 36px;
	height: 40px;
	text-align: center;
	border-radius: 100px;
}
ul.survey_display_container>li {
	float: left;
}
p.survey-title {
	font-size: 15px;
	font-family: 'open sans bold';
}
.sur_detail_des {
	margin-top: 32px;
	margin-left: 22px;
	width: 700px;
}
.sur_detail_des .sur_all_title, .sur_desc, .lastmodify {
	margin-bottom: -6px !important;
	padding: 0px !important;
}

span.survey-description.hidden-xs {
    font-size: 13px;
    font-family: 'Open sans regular';
    display: block;
    white-space: nowrap;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.untitle_descri {
	font-family: 'open sans regular';
	padding: 2px 6px;
	border-radius: 3px;
}
.last_modify span:first-child {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	margin-top: 13px;
}
ul.survey_display_container li.toggle_ac {
	height: 120px;
	/* line-height: 120px; */
	/*float: right;*/
	/*margin-right: 21px;*/
}
li.toggle_ac.pull-right div {
	margin-top: 13px;
	margin-right: 8px;
}

.overflow_sec{
	height: 120px;
	 line-height: 120px; 
	float: right;
	margin-right: 21px; 
}

ul.overflow_menu {
	top: 76px;
	left: -125px;
	width: -1px;
}

.overflow_btn {
	background: transparent;
	border: none;
}

ul.survey_display_container li.toggle_ac label{
	margin-top: 40px;
}
.sur_actions {
	clear: both;
	margin-top: 88px;
}
.create_space {
	height: 15px;
}


.survey_title_input {
	font-size: 15px;
	padding: 0;
	border: 1px solid transparent;
	width: 100%;
	border-radius: 0rem;
	font-family: 'Open sans bold', sans-serif;
	padding: 5px 12px;
}




.ex-form-control-new {
	font-size: 14px;
	padding: 0;
	width: 88%;
	border-left: 0px;
	border-bottom-right-radius: .26rem;
	border-top-right-radius: .26rem;
	font-family: 'Open sans regular', sans-serif;
	outline: 0;
	padding: 10px 12px;
}
i.duplicate.pull-right,button.close.close-question,.visible.hide-table-question {
	border: 1px solid #ddd;
	padding: 5px 6px;
	line-height: 3px;
	border-radius: 3px;

}
button.close.close-question {
	padding: 4px 7px !important;
}
button.multiselect.dropdown-toggle.new_select_button {
	height: 40px;
	border-radius: 3px;
	font-family: 'Open sans semibold';
	text-align: left;
	width: 173px;
	padding-left: 12px;
	padding-right: 0px;
}
.btn-group, .btn-group-vertical {
	position: relative;
	border-radius: 0px;
	margin: 0px 1px;
	 box-shadow: none;
	 width: 100%;
	transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}
ul.multiselect-container.dropdown-menu {
	/* border: 1px solid; */
	border-radius: 3px;
	padding: 5px 0px;
	position: absolute;
	margin-top: 0px;
}
.multiselect-container.dropdown-menu li > a {
	padding: 5px 4px;
	border-radius: 3px;
}
ul.multiselect-container.dropdown-menu li {
	margin-bottom: 3px;
}
.app-dropdown-menu>li:first-child {
	padding-top: 4px !important;
}

.my_caret {
	display: inline;
	float: right;
	padding: 11px 13px;
}
.multiselect-selected-text {
	display: inline-block;
	line-height: 40px;
	width: 70%;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;


}
.calculate_age .multiselect-selected-text {
	display: inline-block;
	line-height: 40px;
	width: 70%;
	 white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.advanced-settings.form-group.col-md-12 {
	/* border: 1px solid; */
	padding: 8px 32px;
	/*display: none;*/
}
.form-inline.ad_setting_2 {
	margin-bottom: 10px;
}

.col-xs-1.number {
	text-align: right;
}
.settings_new_panel .panel.panel-default {
	margin-bottom: 10px;
	width: 107%;
	/*border-top-right-radius: 3px;*/
	/* border-bottom-right-radius: 3px; */
}

.settings_new_panel .panel-header {
	padding: 11px 11px;
	font-family: 'Open sans semibold';
}
.general_select_ui {
	border-radius: 3px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.selected_groups {
	 padding-top: 0px; 
	 padding-left: 0px; 
}

.bs-callout.bs-callout-info.fade.in.bubble {
	display: inline-block;
	padding: 4px 5px;
	margin: 5px auto 5px 8px !important;
	letter-spacing: 1px;
	font-size: 11px;
	border: none;
	vertical-align: middle;
	border-radius: 3px;
	line-height: 21px;
	font-family: 'Open sans semibold';
}
button.close_dictionary {
	opacity: 1;
	line-height: 22px;
	font-size: 14px;
	/* font-family: 'Open sans regular'; */
}

.add-question-button {
	margin-bottom: 19px;
	margin-top: 20px;
}
table.table.survey-table.responses-list.table-striped.dataTable.no-footer.DTFC_Cloned {
	margin-top: 13px;
}


.ques_types li{

	padding: 5px;
}

p.desc_padding {
	padding: 0px 11px;
	font-size: 15px;
}

span.ques_num {
	margin-left: 13px;
	font-size: 15px;
	font-family: 'Open sans semibold';
}

	table.table-clean {
	width: 100% !important;;
	}

table.table-clean tbody tr{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	vertical-align: middle !important;
}


table.table-clean-responses tbody tr{
	/*height: 30px !important;*/
}
/* table.table-clean-responses{
	margin-top: -15px;
} */

table.table-clean thead th{
	/* padding-top: 10px !important; */
	padding-bottom: 3px !important;
	vertical-align: middle !important;
	padding-left: 10px;
}
.DTFC_LeftHeadWrapper {
	margin-top: 0px;
}

.dataTables_scroll {
	padding: 0px 0px !important;
}

div#responses_length label select {
	width: auto;
}

hr.table_head_divider {
	width: 963px;
	margin-bottom: 30px;
	margin-top: 19px;
}



.pad-5{
	padding: 5px !important;
}

.tools{
	margin-left: 27px;
}

.delete-tool{
	display:block;
	margin: 0px 5px 0px 5px;
}

.export-tool{
	margin: -8px 0px 0px 0px;
}

.reload{
	cursor: pointer;
}

.response_mode, .archive, .relink{
	margin: 0px 5px;
	font-size: 12px !important;
	padding: 6px 12px !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.actions > .delete-responses{
	margin: 0px 5px;
	font-size: 13px !important;
	padding: 6px 12px !important;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.actions > .tool-btn-2{
	margin: 0px 5px;
	font-size: 12px !important;
	padding: 6px 12px !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}


#responses_length > .actions{
	margin: 0px 5px;
	float: right;
	font-size: 12px;
}

.tool-button {
	padding: 7px 10px !important;
	margin-top: 12px;
}
span.button.reload {
	margin-top: 0px;
	display: inline-block;
	margin-left: 6px;
}

span.button.reload {
	margin-top: 0px;
	display: inline-block;
	margin-left: 6px;
	padding: 7px 11px !important;
}


div.dataTables_wrapper{
	margin: -10px auto;
}

/* Eduah Styles */
	.survHead h2 {
	padding-left: 0px !important;
	font-size: 20px;
	}
	.survHead p {
	font-size: 1.3rem;
	margin-bottom: 16px;
	}

	.option-list {
		display: table;
		margin-bottom: 10px;
	}
	.option-item {
		margin-top: 30px;
	}
	.option-item > div {
		display: table-cell;
		vertical-align: middle;
	}
	.option-num {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		text-align: center;
		font-size: 14px;
		padding: 0px;
	}
	.option-text {
		padding-left: 20px;
	}
	.option-values {
		display: block !important;
		padding: 10px 0px 10px 50px;
	}
	.option-values.button-lables input[type="radio"] {
		display: none;
	}
	.option-values.button-lables label {
		margin-right: 1vw;
		padding: 7px;
		text-align: center;
		border-radius: 3px;
		min-width: 143px;
	}
	 
	.multiselect-search{
		padding: 0px 12px !important;
	}
	
	.button-multiselect {
		box-shadow: none !important;
	}
	.button-multiselect b.caret {
		margin: 17px 12px;
	}
	.btn-multiselect {
		max-width: 600px;
	}
	.option-alts {
		margin-top: 20px;
	}
	.option-item input[type="checkbox"]{
		margin: 0px 10px 0px 0px !important;
	}
	.option-values .form-control {
		max-width: 500px;
		height: 40px;
		width: calc(100% - 40px);
	}
	.option-values .form-control:focus:not(textarea) {
		height: 40px;
	}

	.option-form {
		margin-left: -17px;
		padding: 0px;
	}
	.clause {
		padding: 16px 10px;
		margin: 10px 0px;
		border-radius: 2px;
	}
	.clause > div {
		padding: 10px 5px;
	}
	.add-filter {
		padding: 20px 16px;
	}
	.close.close-clause{
	padding: 4px 8px;
	border-radius: 15px;
	float:right;
	margin-top: 4px;
	}

	.option-item .survey-list {
		padding-left: 16px;
	}
	.btn-survForm {
		font-size: 1.3rem;
		min-width: 100px;
		box-shadow: none;
		padding: 8px 35px !important;
	}
	.option-item  label {
		margin-right: 2vw;   
	}
	#question_labels {
		background-color: rgba(240, 240, 240, 0.4) !important;
		border-radius: 4px;
	}
	#question_labels h4{
		font-size: 16px;
	}
	#question_labels p{
		padding: 13px 0px;
	}

	#question_labels > div {
		padding: 5px 0px;
	}
	#question_labels .form-control {
		padding: 0px 10px;
	}

	.multiselect-item input[type="text"] {
		width: 100%;
	}
	.multiselect-item .input-group > span {
		display: none;
	}
	.multiselect-item .input-group  {
		margin: 7px;
		width: calc(100% - 14px);
	}
	.multiselect-container li a {
		padding: 0px 45px 0px 0px !important;
		background-color: transparent !important;
		border-radius: 5px;
		margin: 1px 4px; 
	}
	
	.multiselect-container li a label.checkbox {
		padding-left: 21px
	}
	.multiselect-container li a .checkbox > input[type="checkbox"] {
		/*margin: 3px 10px 0px 5px !important;*/
		margin: 1px 4px 0px 0px !important;
	}
	.multiselect-container.dropdown-menu li:hover {
	background-color: transparent !important;
	}
	#que-list .tab-pane{
		height: calc(100vh - 230px);
		overflow-y: auto;
		padding: 20px 10px;
	}
	.que-list .survey_que {
		padding: 10px !important;
		border: none;
		border-radius: 4px;
		margin-bottom: 5px;
	}
	.que-list .survey_que:hover {
		font-weight: normal !important;
	}
	.que-list .survey_que.active {
		font-weight: normal !important;
	}
	.survey_chart {
		height: 80%;
		width: calc(100% - 10px);
	}

	.map_view {
		height: 200px;
		width: calc(100% - 10px);
	}
	.new_dropdown_btn {
		position: relative;
		padding-right: 50px !important;
	}
	.new_dropdown_btn .dropdown_icon {
		position: absolute;
		top:0px;
		right: 0px;
		height: 100% !important;
		padding: 14px 8px !important;
	}
	.new_dropdown_btn .dropdown_icon .caret {
		position: absolute;
	}
	.new_dropdown_menu{ 
		top: 35px;
	}

	.survey_chart {
		padding: 10px;
	}
	.col-with-divider div[class*="col-"]:first-child {
		border: 0 none;
	}
	.panel-success .header {
		margin-bottom: 0px !important;
	}
	.dropdown {
		display: inline-flex;
	}
	.survey_listing {

		padding-bottom: 115px;
	}
	 

	.questions_cont {
		margin-top: 20px;
		width: 100%;
		padding-bottom: 10px;
	}
	.questions_cont .seperator {
		border-bottom: none;
		position: relative;
		top: 6px;
		font-size: 2.2rem;
		left: 4px;
		font-weight: 100;
	}
	.survey_detail_stat {
		color: #666;
		background-color: #FBFBFB;
		border-radius: 4px;
		padding: 20px 10px;
	}
	.survey_detail_stat h4 {
		font-family: 'Open sans Semibold';
		font-size: 16px;
	}
	.survey_detail_stat > div {
		text-align: center;
	}
	.survey_detail_stat > div h4 img {
		height: 40px;
		margin: 0px 4px;
	}
	.survey_detail_stat p {
		text-align: left;
		margin: 4px 0px 0px 0px;
	}
	/*For validation panel*/
		.textbox-params .panel.panel-default, .age-params .panel.panel-default, .table-params .panel.panel-default, .datepicker-params .panel.panel-default, .checkbox-params .panel.panel-default, .slider-params .panel.panel-default{
		width: 99% !important;
		margin: 9px 17px !important;
		}
		.message-form {
		padding: 0px;
		}	

	 /* .form-horizontal.import-options {
	padding : 30px;
	}*/

	.button.fileinput-button.options-import {
	padding: 9px 16px !important;
	}

	button.add-calc{
	margin: 0 0 10px 30px;
	}
	.add p{
	margin: 10px 0 10px 15px;
	}
	.sur_list_send a {
	display: inline-block;
	margin-top: 34px;
	border-radius: 3px;
	padding: 6px 12px;
	}
	span.svg_send svg {
	width: 20px !important;
	height: 10px;
	/* vertical-align: middle; */
	}

	.button.pull-right {
	margin-left: 10px;
	}
	.option-list .divider{
	display: inline-block; 
	height: 1px; 
	width: 100%; 
	}

	.btn-multiselect.assign_category ul.multiselect-container.dropdown-menu{
	position: absolute;  /*this might cause some problems in survey creation*/
	max-width: 100%;
	}

 .btn:not(.btn-link):not(.btn-flat):not(.btn-fab):hover {
	text-decoration:none;
}


.edit-files.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {

	box-shadow: none;
}


.table-clean.create-message tbody tr td  {
	border-top : none;


}

.pull-right.send {

	margin : 20px 15px;
}

.category_icon{
	cursor:pointer;
	width: 70px;
	height: 60px;
	margin-bottom: 5px;
}
.category_icons .col-md-3{
	 margin: 5px 0 5px 0;
	min-height: 93px;
	padding: 3%;
}



.codes-question-selector.general_select_ui, .section-type-selector.general_select_ui {
	min-width: 70px;

}

.section-type-selector.general_select_ui{
	background-color: #fff;
}


/* Srurvey reponses */
	.dash-view.survey-response-view .tab-pane {
	padding: 0px !important;
	overflow-x: hidden;
	position: relative;
	}
	.dash-view.survey-response-view .nav-tabs li.active, .dash-view.survey-response-view .panel-heading.header {
	background-color: #FAFAFB;
	}
	.dash-view.survey-response-view .panel-heading.header {
	padding: 16px 16px 14px;
	}
/*	.ex-form-control {
	padding: 5px 13px;
	}*/
	div#responses_length label select {
	min-width: 80px;
	margin: auto 10px;
	}

	.dataTables_scrollBody{

	max-height: calc(100vh - 425px) !important;
	}
	#delete_responses > div.row {
	margin-bottom: 0px !important;
	}
	.survey-response-view .panel-body{
	padding-bottom: 0px !important;
	}
	#delete_responses div[class*="col-"] {
	padding: 0px !important;
	}
	.archive_section {
	display: inline-block;
	width: 100%;
	margin: 20px 0px -0px;
	}
	.release_section {
	display: inline-block;
	width: 100%;
	margin: 35px 0px -20px;
	text-align: center;
	}


	/*styling for sections in  survey creations*/
	.section-header .col-md-10 input.form-control.survey-description,.section-header .col-md-12 input.form-control.survey-description {
	border: none !important;
	font-family: 'Open sans Semibold';
	font-size: 17px;
	color:#666;
	padding:1px 12px;
}

.section-header .col-md-12 input.form-control.survey-description {
	font-size: 12px;
}
/*.row.section-header.ui-droppable {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}*/
.row.section-header {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border: 1px solid #f0f0f0; */
	margin: 3px 11px;
	border-radius: 0px;
	background: rgba(240, 240, 240, 0.4);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	 /*border-bottom: 1px dashed #eee; */
	 box-shadow: 0px 1px #f0f0f0; 
	/*box-shadow: 0px 0px 1px #cdcdcd;*/
	border-top: 4px solid #63abc3;
	margin-bottom:5px;
}

.vertical-me-line {
	border-left: 1px solid #e9e9e9;
	height: 47px;
	position: absolute;
	top: -3px;
	left: 2px;
}

.section-header .col-md-2 > .fa-chevron-up{
	border:1px solid #ddd;
}

.section-header .col-md-2 > .fa-chevron-up,.section-header .col-md-2 > .close-ques-section {
	/* border: 1px solid #ddd; */
	padding: 4px;
	border-radius: 3px;
	background: #f0f0f0;
	margin-top: 5px;
	color: #999;
	text-align: center;
	width: 23px;
	height: 23px;
}

button.close.close-ques-section {
	border: 1px solid #ddd;
	opacity: 1;
	margin-left: 7px;
	/* text-align: center; */
}

span.apps_text {
	font-family: "Open sans semibold";
	color: #888 !important;
	}

.close-ques-section span >.fa-trash.pull-right {
	font-size: 14px;
	text-align: center !important;
}

.question-section>.panel-group>.panel>.panel-collapse>.row.buttonbar {
	margin-top: 30px !important;
}

.question-section>.panel-group>.panel>.panel-collapse>.row.buttonbar>.col-xs-12>.text-center>.next-question.ques_types {
	display: block;
}
.add-section>span.button {
	display: block;
	margin-bottom: 13px;
}
.upgrade-now.alert.alert-success.text-left {
	z-index: 100000000;
	position: absolute;
	width: 50%;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	right: 21px;
}
.upgrade_container-text {
	padding: 10px 20px;
	font-family: 'Open sans semibold';
	font-size: 12px;
}
.upgrade-now button.close {
	margin-top: 14px;
	margin-right: 8px;
	color: #2b6a94;
	opacity: 1;
}
.duplicate-sel>.btn-group,.assign_sel>.btn-group {
	width: 100%;
}
.duplicate-sel ul.multiselect-container.dropdown-menu {
	 max-height: 300px !important;
	overflow-y: auto;
}
.assign_sel ul.multiselect-container.dropdown-menu {
	max-height: 300px !important;
	overflow-y: auto;
	max-width: 514px !important;
}
.form-group.category_icons {
	overflow: auto;
	height: 250px;
	width: 100%;
	margin-left: 2px;
}

/*styling for individual responses view*/
.res_detail_container {
	background: #f5f5f5;
	display: block;
	width: 93%;
	margin: auto !important;
	height: 85px;
	border-radius: 3px;
	margin-top: 7px !important;
	margin-bottom: 20px !important;
	line-height: 23px;
	padding-top: 17px;
}
.res_bottom_header {
	font-family: 'Open sans semibold';
	color: #777;
	font-size: 13px;
}
.res_top_header {
	font-family: 'Open sans regular';
	color: #666;
	font-size: 12px;
}
.ver_res {
	border-left: 1px solid #eee;
	height: 85px;
	position: absolute;
	left: -26px;
	top: -17px;
}
.row.all_res_det {
	border-bottom: 4px solid #FAFAFB;
	padding-bottom: 25px;
}
.res_hr {
	width: 90%;
	border-color: #f8f8f8;
	text-align: center;
	margin: auto;
}
span.res_number {
	display: inline-block;
	margin-top: 25px;
	color: #666;
}
.QQnumber {
	font-family: 'Open sans semibold';
	color:#666;
}
.res_text{
	padding-left: 9px;
}


./*modal-footer-down{
	margin: 60px;
}*/

.modal-content-pad{
	padding: 15px;
}

.cursor-pointer{
	cursor: pointer;
}

.top_text {
	margin-bottom: 20px;
	font-family: 'Open sans semibold';
	color: #666;
}

span.add_cat {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

label.delete_label {
	/*font-family: 'open sans regular';*/
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
.survey-table button.close.close-row {
	position: relative;
	left: -18px;
}
.table-container table .option > .input-group.choice>.option-input {
	padding-right: 22px;
}
.timer_displ input {
	width: 31px !important;
	height: 14px !important;
	border-radius: 0px !important;
}
.timer_displ label {
 text-transform: lowercase;
}

.condition-params.form-group.col-md-12.settings_new_panel{
	z-index: 99 !important;
}

.question-section .questions-container.main.sortable.ui-sortable {
	margin-top: 15px;
}

thead.question_table_header_new {
	border: 1px solid #bbb;
	background: #ddd;
}
.general_select_ui b.caret {
	margin-top: -28px;
	margin-left: 7px;
}
/*#sections-container:empty {
	border: 1px solid;
}*/


thead.question_table_header_new th{
	border-right: 1px solid #bbb;
}
thead.question_table_header_new th>span{
	font-family: 'Open sans semibold';
	padding: 1px 7px !important;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: normal; 
	display: block;
	background-color: transparent !important;

}
tr.table_row_for_questions {
	/*border: 1px 2px 3px 3px solid #ccc;*/
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.table_qquestions .input-group.choice {
	margin-left: 14px !important;
}
p.question_table_button_container {
	text-align: center;
	/* width: 100%; */
	margin: auto;
	/* border: 1px solid #000; */
	margin-top: 10px;
	margin-bottom: 10px;
}

p.question_table_button_container>button.btn.btn-flat.btn-mini.btn-default,.add_question_col {
	width: 100%;
	padding: 10px 27px !important;
	background-color: #bbb !important;
	border-radius: 3px !important;
	color: #444;
	box-shadow: 0px 2px 0px #a0a0a0 !important;
	font-family: 'Open sans semibold';
	font-size: 12px;
}
tr.table_row_for_questions td {
	border-right: 1px solid #bbb;
	}

.question-section {
	margin-bottom: 40px !important;
}
span.label_text_lable {
	border: 1px solid #0089b8;
	padding: 1px 7px;
	font-size: 12px;
	margin-left: 3px;
	border-radius: 3px;
	background-color: #0089b8;
	color: #fff;
}
.badge.label_text {
	font-size: 12px;
	margin-left: 3px;
	border-radius: 3px;
	color: #fff;
}

.settings_new_panel .panel-collapse.collapse {
	border-left: 3px solid #aaa;
	border-right: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}
table.table.survey-table.table_qquestions {
	margin-top: 20px;
}
.table-container>.questions-container .question.row {
	margin-top: 15px;
}

.no_show_lines{
	border:unset !important;
}
/*this is a fix for survey view on small screens*/

.section-separtor {
	border: 1px solid #eee;
	border: ;
	border-top: 4px solid #63ABC3;
	margin: 14px 25px -1px 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 16px 14px;
	color: #666;
	font-family: 'Open sans bold';
}

.section_container {
	margin: 0px 25px 38px 25px;
	padding: 10px 14px;
	/* border-width: 1px 1px 3px 3px; */
	/* border-color: #ddd; */
	border: 1px solid #eee;
	overflow: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.section_containe:last-child{
	margin-bottom: 50px;
}
.section_container .questions_cont {
	margin-left: -35px !important;
	padding-left: 0px;
	}

	.sect_view_option{
	visibility: hidden;
	}
	.questions_cont:hover .sect_view_option, .section-separtor:hover .sect_view_option {
	visibility: visible;
}
i.visible.hide-table-question{
	position: absolute;
	top: -25px;
	right: -28px;
	background: #ddd;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	border-radius: 38px;
	height: 30px;
	width: 30px;
	line-height: 15px;
}

.table-type .close-question {
	position: absolute;
	margin-left: -2px;
}

span.sect_view_option {
	background: #f0f0f0;
	border-radius: 3px;
	text-align: center;
	padding: 2px 8px;
	border: 1px solid #bbb;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	margin-left: 10px;
}
.togglebutton.togglebutton-material-orange.pull-right.togg_matt {
	margin-top: -20px;
}
.map_farm_image img{
	/*width: 100px;*/
	border-radius: 5px;
}

.question_map_ans {
	font-family: 'Open sans regular';
	color: #666;
}
.flow_after_image.pull-right {
	margin-left: 15px;
}
.que_title {
	font-size: 14px;
	font-family: 'Open sans bold';
	border-bottom: 1px dashed #666;
	margin-bottom: 12px;
	color: #666;
}
.main_toolbubble {
	margin-top: 12px;
}
/*gm-style-iw {
	 width: 350px !important;
	 top: 0 !important;
	 left: 0 !important;
	 border-radius: 2px 2px 0 0;
}*/

th.no_wrapers {
	white-space: nowrap !important;
}
.maptool_tip_image{
	width: 30%;
	height: auto;
	/* border-radius: 60px; */
	margin: auto;
	margin-bottom: 4px;

}
.map-select .btn-group button {
	height: 35px;
}
.flow_after_image.pull-right {
	margin-left: 15px;
}
.map-canvas.resp_map_canvas {
	width: 700px;
}

.map-select .btn-group button > b {
	margin-top: -8px;
}
.map-select .btn-group button > span {
	line-height: inherit;
}
.title_tooltip{
		background: #f3f3f3;
	padding: 4px;
	border-radius: 3px;
	margin: auto;
	margin-top: 11px;
	margin-left: 13px;
}

.title_tooltip b,p.question_map_ans b{
	color: #666;
}
a.map_setting_m_box {
	/* border: 1px solid; */
	display: inline-block;
	padding: 6px 10px;
	background: #0089B8;
	border-radius: 3px;
	margin-left: 2px;
	color:#fff;
	width: 100%;
}
img.header_icon {
	width: 29px;
	margin-right: 6px;
}
.row.map_list_cona {
	margin-top: 12px;
	padding-top: 5px;
	/* border-bottom: 1px solid #f2f2f2; */
	padding-bottom: 9px;
	background: #f9f9f9;
	border-radius: 4px;
}
.Map_list_contianer {
	max-height: 344px;
	 margin-top: 20px;
	overflow: auto;
}
.sel_map_type{
	width: 257px;
	height: 25px;
}
.sel_map_type {
	width: 257px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 7px;
	vertical-align: -12px;
}
span.text_map_questions {
	display: inline-block;
	vertical-align: -10px;
}

.no-border-textbox {
	padding-left: 10px;
	color: #666 !important;
}

.no-border-textbox:focus{
	padding-left: 10px;
}
.legend_header {
	margin-top: 40px;
	font-family: 'Open sans semibold';
	font-size: 14px;
	border: none;
	/*background: #fafafb;*/
	/*padding: 6px 7px;*/
	border-bottom: 3px solid #DDF;
	margin-bottom: 20px;
}
.legend_header span {
	/* border: 1px solid; */
	background: #f9f9f9;
	display: inline-block;
	padding: 8px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.no-border-label {
	padding-bottom: 4px !important;
}
a.advance_setting_here {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background: #0089b8;
	color: #fff;
	margin-top: -2px;
}
div#headingZero {
	margin-bottom: 5px;
}
label.profile_label {
	font-size: 14px;
	font-family: 'Open sans semibold';
	color: #666;
}
span.span_profile {
	font-size: 13px;
	font-family: 'Open sans semibold';
	color: #777;
	border-bottom: 1px dashed;
}
p.geometry {
	text-align: center;
	margin-top: 10px;
	font-family: 'Open sans semibold';
	/* border-bottom: 1px solid; */
}
.last_col p:last-child img {
	width: 9px;
}
.legend {
	overflow: auto;
	/* border: 1px solid; */
	/*background: #fafafb;*/
	border-radius: 2px;
	/* box-shadow: 2px 2px 0px rgba(0,0,0,0.2); */
	padding:0;
	width: 100%;
	display: block;
	/*margin-top: 20px;*/
}

.logo img {
	width: 70px;
}
.logo {
	margin-bottom: 12px;
	border-bottom: 18px solid #97192f;
	padding-bottom: 10px;
	display: none;
}

.logo-generic {
	border-bottom: 18px solid #0089b8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.logo span {
	font-size: 15px;
	font-family: 'Open sans semibold';
	display: inline;
	float: right; 
	padding-top: 44px; 
}
.legend h4 {
	/* border: 1px solid; */
	padding: 12px 14px;
	background: #eee;
	font-size: 12px;
	border-radius: 3px;
	color: #666;
	font-family: 'Open sans semibold';
	/*border: 1px solid #ddd;*/
}
.add_tec{
	display: none;
}
.filter_statics {
	display: block;
}
@media (max-width: 1110px){
	.sur_detail_des{
	width: 100% !important;
	}

	a.quick_survey_btn{
	width: 88% !important;
	}

}


@media (max-width: 1150px){
	.sur_detail_des{
	width: 100% !important;
	}
	
}

#edit_question .edit_question {
		overflow-y: auto;
		padding: 0;
}

.unique_requests {
	 padding-top: 6px;
	color: #aaa;
	font-size: 20px;
	font-family: 'Open sans bold', sans-serif;
}


	.add-question-window {
	min-width: 350px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	border: 1px solid black;
	background-color: white;
}

.legend_print{
	display: none;
}
.add-question-window .header {
	background-color: #2a3342;
	color: white;
	padding: 6px 16px;
}

.add-question-window div {
	padding: 5px 8px;
}
.remove_image{
	display: none !important;
}
.show_image{
	display: block !important;
}
.button-bar {
	text-align: right;
}
button#clear_back {
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #ddd;
	box-shadow: 0px 0px 3px;
	color: #555;
}
	#newSurvey .form-horizontal .control-label {
	text-align: left;
}
.filter_statics{
	display: block;
}
.filter_statics table.table {
	/*border: 2px solid #97192f;*/
	/*width: 65%;*/
	/*margin: auto;*/
	margin-top: 55px;
	/* margin: auto; */
	/*border-radius: 40px;*/
}
ul.filter_ul {
	padding-left: 16px;
	list-style-type: circle;
}
.filter_statics table tbody tr th {
	font-family: 'Open sans semibold';
}

.footer_print {
	clear: both;
	position: relative;
	margin-top: 20px;
	display: none;
}
.border_background {
	border: 34px solid #97192f;
	margin-top: 90px;
}
p.text-center.add_tec {
	position: absolute;
	top: 16px;
	left: 20%;
	color: #fff !important;
	display: none;
}


.section_input {
	color: #666;
	font-size: 13px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0rem;
	width: 30%;
}
.row.top_right {
	margin-bottom: 17px;
}
.new-selector+.btn-group>button {
	height: 35px !important;
}
.new-selector+.btn-group {
	line-height: 0px;
	/*margin-left: 8px;*/
}
.new-selector+.btn-group>button>span.multiselect-selected-text {
	line-height: 33px;
}

.row.right_top {
	margin-bottom: 17px;
	 margin-right: 12px; 
}
.row.map_selectors {
	margin-bottom: 15px;
}
.row.right_bottom {
	margin-bottom: 26px;
}
span.config_span {
	margin-left: 14px;
}
.col-md-6.new_name {
	width: 100%;
}
.sum_map_canvas{
	height: 800px;
}

.formmm {
	padding-top: 28px;
}
.formmm .btn-group button {
	height: 40px;
	/* width: 100%; */
}

.grey_back{
	background-color: #f2f2f2;
}



@media print{

	.map_selectors{
	display: none !important;
	}
	.logo{
	display: block;
	margin-bottom: 40px;
	}
	.col-md-6.new_name {
	width: 100%;
	float: left;
}
.col-md-6.new_name p {
	float: left;
}
.map_floating_tabs {
    display: none;
}
div#map {
    width: 80%;
   }
  .legend_print {
    width: 20%;
    display: block !important;
    /*border: 1px solid;*/
    position: absolute;
    left: 79%;
    top: 130px;
    margin-left: 10px;
}

.responses-map-canvas{
	width: 100%;
	/*float: left;*/
	overflow: hidden;
	border:5px solid #ddd;
	height: 400px;
}
.map-side{
	width: 80% important;
}
.legend{
	margin-top: -23px !important;
	padding-top: 0px !important;
	/*float: left;*/
}
p.geometry{
	display: none;
}
.legend_ite span{
	display:block;
}
.legend_ite{
	margin-bottom: 10px;
}
.legend_ite span:first-child{
	float: left;
}
.legend_ite span:last-child {
	width: 75px;
	margin-left: 29px;
}
.footer_print {
	display: block;
}

p.text-center.add_tec {
	display: block !important;
}
.filter_statics{
	display: block;
}
}
#compliance_text {
	width: 80%;
	margin: 20px auto 0px;
	display: block;
}

#progress-overlay-01 {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background: rgba(255,255,255, 0.6);
            display: none;
            z-index: 9999;
        }

        .progress-overlay-01-loader,
		.progress-overlay-01-loader:after {
		  border-radius: 50%;
		  width: 13em;
		  height: 13em;
		}
		.progress-overlay-01-loader {
			margin: 20% auto;
		  font-size: 10px;
		  position: relative;
		  text-indent: -9999em;
		  border-top: 1.1em solid rgba(0,0,128, 0.2);
		  border-right: 1.1em solid rgba(0,0,128, 0.2);
		  border-bottom: 1.1em solid rgba(0,0,128, 0.2);
		  border-left: 1.1em solid #000080;
		  -webkit-transform: translateZ(0);
		  -ms-transform: translateZ(0);
		  transform: translateZ(0);
		  -webkit-animation: load8 1.1s infinite linear;
		  animation: load8 1.1s infinite linear;
		}
		@-webkit-keyframes load8 {
		  0% {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		  100% {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}
		@keyframes load8 {
		  0% {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		  100% {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}

		
.deployment_media a img {
    max-width: 100%;
    height: auto;
    max-height: 88px;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.deployment_media a {
    display: inline-block;
    width: 24%;
    padding: 27px 15px;
    font-family: 'Open sans regular', sans-serif;
    color: #555;
    text-align: center;
    height: 115px;
    position: relative;
    float: left;
    border: 1px solid #eee;
    margin-right: 1%;
    border-radius: 3px;
}

.deployment_media  a:hover, .deployment_media  a.selected  {
    /*background-color: rgba(112,112,112,0.2);*/
    border-radius: 4px;
    color: #444;
    border:2px solid #56CCF2

}
.deployment_media {
    padding: 40px 0px;
}
i.fa.fa-check-circle.when_chosen {
    position: absolute;
    left: 3px;
    top:5px;
    font-size: 19px;
    color: #56CCF2;
}
.form-group.pull-right.form-inline.district_ll {
    margin-top: -12px;
    margin-right: 18px;
    border-right: 1px solid #ddd;
    padding-right: 15px;

    }

    .togglebutton label input[type="radio"] {
	height: 0;
	opacity: 0;
	width: 0;
}

.togglebutton label input[type="radio"]:checked + .toggle::after, .togglebutton-default label input[type="radio"]:checked + .toggle::after {
	background-color: #009688;
}

.togglebutton label input[type="radio"]:checked + .toggle::after {
	left: 15px;
}
.togglebutton label .toggle::after {
	background-color: #f1f1f1;
	border-radius: 20px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	content: "";
	display: inline-block;
	height: 20px;
	left: -5px;
	position: relative;
	top: -2px;
	transition: left 0.3s ease 0s, background 0.3s ease 0s, box-shadow 0.1s ease 0s;
	width: 20px;
}

.togglebutton label input[type="radio"]:checked + .toggle, .togglebutton-default label input[type="radio"]:checked + .toggle {
	background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton label .toggle, .togglebutton label input[type="radio][disabled"] + .toggle {
	background-color: rgba(80, 80, 80, 0.7);
	border-radius: 15px;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	transition: background 0.3s ease 0s;
	vertical-align: middle;
	width: 30px;
}

/*.selected_media h4 {
	display: block;
	text-transform: capitalize;
	color: #000;
	font-family: 'Open sans semibold', sans-serif;
	margin: 0px 0px;
	font-size: 16px;
	font-weight: normal;
	font-size: 14px;
}*/

.selected_media h4 {
    display: block;
    text-transform: capitalize;
    color: #000;
    font-family: 'Open sans semibold', sans-serif;
    margin: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 7px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 7px 10px;
    background: #f9f9f9;
    border-radius: 3px;
}
/*.selected_media h4:after {
	content: '';
  	display: block;
  	background: #444;
  	height: 2px;
	width: 10px;
	margin: 2px 2px;
}
*/


.indent_checkbox >ul>li:not(.multiselect-item) {
    /* border: 1px solid; */
     padding: 2px 20px; 
   }
 .indent_checkbox >ul>li>a {
    padding-left: 10px !important;
}
.indent_checkbox > ul > li > .input-group .form-control {
    max-width: 95%;
    /* border: 1px solid red !important; */
    margin-left: 2%;
}
.indent_checkbox li.multiselect-item.multiselect-all {
    padding: 7px 8px;
}

.indent_checkbox li.multiselect-item.multiselect-all.active {
    padding: 7px 16px;
}

.indent_checkbox ul {
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.indent_checkbox ul li >div .multiselect-search {
    background: #fff;

}

.message_boot::after{
	content: '';

}


.empty_view {
    /* text-align: center; */
    position: relative;
}
.empty_view img {
    width: 12%;
    /* position: absolute; */
    /* top: 86px; */
    /* left: 40%; */
    margin: auto;
    display: inherit;
    margin-top: 8%;
}
.empty_view p {
    text-align: center;
    margin-top: 12px;
    font-family: 'open sans semibold';
    color: #888 !important;
}

.deploy_header span img {
    width: 15px;
}

a.google_play_btn {
    display: inline-block;
    /* border: 1px solid; */
    padding: 0px;
    margin: 0px;
}
.google_play_btn img {
    width: 117px;
    margin-left: -6px;
    margin-top: -7px;
}

.deploy_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


.deploy_tooltip .deploy_tooltiptext {
    visibility: hidden;
    width: 187px;
    background-color: rgba(0,0,0,7.8);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 6px 7px;
    position: absolute;
    z-index: 1;
    top: -71px;
    left: -36px;
    font-size: 12px;
}
.account_menu ul.dropdown-menu {
    max-height: 600px;
    overflow: scroll;
}
#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 100%;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.deploy_tooltip:hover .deploy_tooltiptext {
    visibility: visible;
}


.deploy_tooltip .deploy_tooltiptext::after {
   content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.copy_link {
    border: 1px solid #eee;
    padding: 11px 7px;
    background: #f9f9f9;
    font-family: sans-serif;
    font-weight: 500;
    border-radius: 4px;
}




	@-webkit-keyframes placeHolderShimmer {
	  0% {
	    background-position: -468px 0
	  }
	  100% {
	    background-position: 468px 0
	  }
	}
	
	@keyframes placeHolderShimmer {
	  0% {
	    background-position: -468px 0
	  }
	  100% {
	    background-position: 468px 0
	  }
	}
	
	.timeline-wrapper {
	  color: #141823;
	  padding: 20px;
	}
	
	.timeline-item {
	  background: #fff;
	  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	  border-radius: 3px;
	  padding: 12px;
	  margin: 0 auto;
	  min-height: 200px;
	}
	
	.animated-background {
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  -webkit-animation-name: placeHolderShimmer;
	  animation-name: placeHolderShimmer;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  background: #f6f7f8;
	  background: #eeeeee;
	  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	  -webkit-background-size: 800px 104px;
	  background-size: 800px 104px;
	  height: 96px;
	  position: relative;
	}
	
	.background-masker {
	  background: #fff;
	  position: absolute;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	.outlined .background-masker {
	  border: 1px solid #ddd;
	}
	
	.outlined:hover .background-masker {
	  border: none;
	}
	
	.outlined:hover .background-masker:hover {
	  border: 1px solid #ccc;
	  z-index: 1;
	}
	
	.background-masker.header-top,
	.background-masker.header-bottom,
	.background-masker.subheader-bottom {
	  top: 0;
	  left: 40px;
	  right: 0;
	  height: 10px;
	}
	
	.background-masker.header-left,
	.background-masker.subheader-left,
	.background-masker.header-right,
	.background-masker.subheader-right {
	  top: 10px;
	  left: 40px;
	  height: 8px;
	  width: 10px;
	}
	
	.background-masker.header-bottom {
	  top: 18px;
	  height: 6px;
	}
	
	.background-masker.subheader-left,
	.background-masker.subheader-right {
	  top: 24px;
	  height: 6px;
	}
	
	.background-masker.header-right,
	.background-masker.subheader-right {
	  width: auto;
	  left: 300px;
	  right: 0;
	}
	
	.background-masker.subheader-right {
	  left: 230px;
	}
	
	.background-masker.subheader-bottom {
	  top: 30px;
	  height: 10px;
	}
	
	.background-masker.content-top,
	.background-masker.content-second-line,
	.background-masker.content-third-line,
	.background-masker.content-second-end,
	.background-masker.content-third-end,
	.background-masker.content-first-end {
	  top: 40px;
	  left: 0;
	  right: 0;
	  height: 6px;
	}
	
	.background-masker.content-top {
	  height: 20px;
	}
	
	.background-masker.content-first-end,
	.background-masker.content-second-end,
	.background-masker.content-third-end {
	  width: auto;
	  left: 380px;
	  right: 0;
	  top: 60px;
	  height: 8px;
	}
	
	.background-masker.content-second-line {
	  top: 68px;
	}
	
	.background-masker.content-second-end {
	  left: 420px;
	  top: 74px;
	}
	
	.background-masker.content-third-line {
	  top: 82px;
	}
	
	.background-masker.content-third-end {
	  left: 300px;
	  top: 88px;
	}







#edit_question {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

#edit_question.loading {
    background: #ddd url('../img/loader.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
#edit_question.loading .content {
    opacity: 0.3;
    -webkit-transition: opacity 0;
    transition: opacity 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}


.edit_question_sidebar {
    background-color: #2a3342;
    position: fixed;
    height: 100%;
    /*width: 40px;*/
    width: 3.1%;
}

.no_right_padding {
    padding-right: 0 !important;
}
.no_left_padding {
    padding-left: 0 !important;
}

ul.nav.sidebar_all_links.new_edit_links li a:hover {
    background: rgba(0,0,0,0.5);
}

ul.nav.sidebar_all_links.new_edit_links li a {
	display: inline-block;
    padding: 8px 10px;
	border-radius: 3px;
}

.button-multiselect {
    background: #fff !important;
    color: #262626 !important;
    border: 1px solid #bbb !important;
}
.caret_container {
    background: #fff !important;
}


.ex-text-params{
	margin-left: 0px !important; 
    padding-right: 0px !important;
}
.ex-number_types{
	margin-left: 0px !important; 
    padding-right: 0px !important;
}
.question-content{
	display: inline-block;
	width: 100%
}
.form-horizontal.ex-form-horizontal {
    display: inline-block;
    width: 100%;
}
.form-group.form-element-container.ex-form-element-container {
    margin-left: -15px !important;
}
.panel-group.pad-panel.ex-pad-panel{
	margin-top: 20px !important;
}

.new {
   position:relative;
}
.new[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -18px;
    font-size: .7em;
    background: red;
    color: white;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    left: -7px;
    padding: 3px;
    font-weight: bold;
    font-family: 'Open Sans semibold';
    }

.ex-panel-heading{
	background: #f9f9f9 !important;
    padding: 15px 13px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px solid #E9ECEF !important;
}
i.fa.fa-angle-down.ex-fa.pull-right {
    font-size: 23px !important;
    line-height: 0.7;
}

.ex-coll-panel{
	border-top-color: transparent !important;
}

.account_menu .dropdown-menu > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
}

.account_menu ul.dropdown-menu {
    max-height: calc(100vh - 180px);
    overflow: scroll;
    overflow-x: hidden !important;
}

.account_menu li.logout_css {
  position: fixed;
  width: 272px;
  top: calc(100vh - 180px);
}

.account_menu ul li.account_link:nth-last-child(2) {
  padding-bottom: 50px;
}

.date-range-wrap {
	padding: 0;
	width: 310px;
}

.date-input-ranger {
    display: inline-block;
    /*margin: 0px 10px;*/
    background: #FFFFFF;
    border: 1px solid #bbb;
    box-sizing: border-box;
    padding: 8px 13px;
    margin-top: 10px;
    color: #666;
    display: none;
}

.date-input-ranger .fa {
    color: #ddd;
}

.date-input-ranger input {
    border: none;
    background: transparent;
    width: 120px;
    text-align: center;
}


.modal{
    overflow-y: auto;
}