body { font-family: "Open Sans", Arial, sans-serif; font-size: 14px; background: #fefefe; color: #2a3038; height: 100%; }
html { height: 100%; }
a{ color:#333; }
a:hover{ color:#333; }
.container-fluid.topbar{background:#52ab47; padding:10px;}
.container-fluid.statusbar{background:#e6e6e6; border-bottom:4px solid #cbcbcb;}
.container-fluid.statusbar:after{border-bottom:1px solid #333;}
.container-fluid.top-menu{background:#e6e6e6; border-bottom:4px solid #cbcbcb; padding:15px 0 5px 0;}
.container-fluid.top-menu:after{border-bottom:1px solid #333;}
.container-fluid.top-menu input.form-control{
	margin-bottom:5px;
	padding:5px 10px;
}
hr.status-divider {
  margin-top: 0px;
  margin-bottom: 10px;
  border-top:1px solid #4c4c4c;
}
.btn{
	padding: 6px 10px;
	font-size: 13px;	
}
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #222;
}
.btn-dark:focus {
  color: #fff;
  background-color: #444;
  border-color: #333;
}
.container-fluid.statusbar .container{padding:5px; text-align:center; line-height:10px}
.container-fluid.statusbar .container .row > div{
	/*padding:0 10px 0 40px;*/
	text-align:left;
}

.container-fluid.statusbar .container i{
	font-size:2em;
	/*float:left;*/
	margin:5px 5px 0 0;
}

.green{color:#82d743}
.orange{color:#f0b542}
.blue{color:#2397d9}
.red{color:#c23a33}
.black{color:#222}

.green-bg{background-color:#82d743}
.orange-bg{background-color:#f0b542}
.blue-bg{background-color:#2397d9}
.red-bg{background-color:#c23a33}
.black-bg{background-color:#222}

.green-border{border-color:#82d743}
.orange-border{border-color:#f0b542}
.blue-border{border-color:#2397d9}
.red-border{border-color:#c23a33}
.black-border{border-color:#222}

i.green{color:#82d743}
i.orange{color:#f0b542}
i.blue{color:#2397d9}
i.red{color:#c23a33}
.container-fluid.statusbar .container span{
	/*float:left;*/
	line-height: 30px;
	margin:5px 5px 5px 0;
	position:absolute;
	top:0;
}


.page-title { padding-bottom: 10px; background: #33383e; color: #f6f6f6; width: 100%; }
.box1 { float: right; background: #33383e; color: #FFF; padding: 5px; border-left: 1px solid #4c535b; border-right: 1px solid #292d32; }
.box2 { float: right; background: #3671b9; color: #FFF; padding: 5px; border-left: 1px solid #3d7fcf; border-right: 1px solid #2b5588;}
.box2 a, .box3 a, .box4 a { color: #FFF;}
.box3 a { color: #FFF;}
.box3 { float: right; background: #3671b9; color: #FFF; padding: 5px; border-left: 1px solid #3d7fcf;}
.box4 { float: right; background: #3671b9; color: #FFF; padding: 5px; border-left: 1px solid #3d7fcf; border-right: 1px solid #3d7fcf;}
.top-bar { background: #13181f;}
.top-links-box { background: #2f2f31; padding: 5px;}

.align-right { text-align: right; }
.align-left { text-align: left;}
.align-center { text-align: center; }

.float-right { float: right; }
.top-margin { margin-top: 15px; }
.spacing-elements { margin-top: 10px; }

.star { margin-left: 3px; margin-right: 3px; cursor: pointer; }
.footer { margin: 20px; }
#question { display: none; }
#question_display { display: none; }
#potential_answers { display: none;}
#star_count { display: none; }
#page_display { display: none; }
#required_display { display: none; }
#potential_answers_image { display: none; }
#thumbnail_size_w { display: none; }
#thumbnail_size_h { display: none; }
#custom_rating { display: none; }
.survey_thumbs { margin: 5px; text-align: center;}

.chart { width: 500px; height: 200px; border-left: 1px solid #000; border-bottom: 1px solid #000; position: relative; margin-bottom: 100px;  }
.chart-bit { position: absolute; bottom: 0px; left: 5px; width: 30px; background: #d91a50; height: 1px;  }
.chart-bit-text { padding-left: 10px; writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	font-size: 10px;}
.chart-scale-max { position: absolute; left: 0px; top: 0px; color: #000; z-index: 999999;}
.small-text { font-size: 11px; }
.fb-share-button { width: 100px; height: 100px; }

.survey-header { background: #52ab47; height: 50px; }
.logo-text { color: #FFF; font-size: 22px; padding-top: 5px;}
.header-links { text-align: right; padding-top: 0px;}
.content-area { height: 100%; margin-top: 20px; border-radius: 4px 4px 4px 4px; padding: 10px; }

.panel-default .panel-heading { background: #52ab47; color: #FFF; border-color: #ccc;}
.panel-default { border-color: #ccc;}

.menu-item{
	padding:5px;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	text-align:center;
	display:block;
	min-width:80px;
	color:#e5e5e5;
	/*text-shadow:1px 1px #777;*/
	float:right;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.menu-item:hover, .menu-item:focus{
	color:#115508;
	text-decoration:none;
}
.menu-item i{
	clear: both;
	width: 100%;
	font-size: 1.4em;
}

.poll-panel{
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding:0;
	text-align:left;
	border-left:8px solid transparent;
}
.poll-panel:before {
	display: table;
	content: " ";
}
.poll-panel:after {
	clear: both;
	display: table;
	content: " ";
}
.poll-panel .left-poll > div > div{
	padding:0 10px 5px 10px;
}
.poll-panel .left-poll .top-info > div{
	padding-top:5px;
}
.poll-panel .right-poll > div{
	padding:15px 0;
	text-align:right;
}
.poll-panel .top-info > div:not(:last-of-type) {
	border-right:1px solid #ccc;
}
.poll-panel h4 {
	margin:4px 0;
	font-weight:700;
}
.poll-panel .left-poll a,.poll-panel .left-poll a:focus{
	text-decoration:none;
	color:#333;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.poll-panel .left-poll a:hover{
	text-decoration:none;
	color:#666;
}
.poll-panel .left-poll a i{
  float: left;
  line-height: 1.6;
  margin: 4px 0;
  margin-right: 5px;
  font-weight: 700;
}

.poll-panel.success{border-left-color:#82d743}
.poll-panel.warning{border-left-color:#f0b542}
/*.blue-border{border-color:#2397d9}*/
.poll-panel.alert{border-color:#c23a33}
.poll-panel.finished{border-left-color:#ccc}
.poll-panel.archive{border-color:#222;background-color:#eee;color:#888}

.section-title {
  text-align: left;
  margin: 20px 0;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  position: relative;
}
.section-title span {
  padding: 5px 10px 5px 0;
  background-color: #fefefe;
  position: relative;
  z-index: 1;
}
.section-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: solid 1px #ccc;
}

.form-block:before {
	display: table;
	content: " ";
}
.form-block:after {
	clear: both;
	display: table;
	content: " ";
}
.upload-header{
	min-height:300px;	
	position:relative;
}
.upload-header img{
	width:100%;
	opacity:0.5;
}
.upload-header .input-group{
	margin:15px auto;	
}
.upload-header > div{
	position: absolute;
	width:100%;
	z-index: 1;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.footerlogo .input-group{
	margin:15px auto;	
}

.subtext .checkbox{
	padding: 10px;
	background-color: #e6e6e6;
}
.subtext .checkbox label{
	font-weight:600;
}
.formular .checkbox{
	padding: 10px;
	background-color: #e6e6e6;
}
.formular .checkbox.req{
	padding: 10px;
	background-color: #ff9a9a;
}
.formular .checkbox label{
	font-weight:600;
}
.formular input[type='text'], .formular textarea, .formular input[type='select']{
	margin: 12px 0;
}
.form-footer{
	border-top:1px #222 solid;
	border-bottom:1px #222 solid;	
	padding:15px 0;
	text-align:right;
	margin:25px 0;
}
.form-footer:before {
	display: table;
	content: " ";
}
.form-footer:after {
	clear: both;
	display: table;
	content: " ";
}
.status-label{
	font-size: 14px;
	line-height: 36px;
	padding: 6px 12px;;	
}
.form-block.disabled{
	opacity:0.5;
}
.form-block.disabled .checkbox{
	background-color: #e6e6e6;
}

/* Frontend Form */

.head-bg-image{
    text-align: center;
    height: 40vh;
 	width:100%;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.footer-line{
    text-align: center;
	padding:20px;
	margin-top:40px;
	color:#fff;
    background-color:#000;
}

.footer .container{
    text-align: center;
	padding:20px;
	margin-top:40px;
	color:#666;
    /*background-color:#fefefe;*/
	border-top:1px solid #999;
}
.footer .container .row{
	padding-bottom:20px;
}

.submit-holder{
	padding:25px 0;
}
.option-holder{
	padding-bottom:10px;
}

div.error{
	color:#a94442;
	font-size:12px;
	margin:0 0 8px 0;	
}

/* Custom DataTable styles */

div.DTTT.btn-group {
	float:right;
	margin-left:10px;	
}
div.dataTables_length{
	float:left;
	margin-right:10px;	
}
div.dataTables_filter{
	float:right;
	margin-left:10px;	
}

/* Navbar reset */

.navbar-inverse {
	background-color: #52ab47;
	border-radius: 0;
	margin-bottom:0px;
	border-color:#36832d;
}
.nav-brand {
	display:block;
	margin-top:15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #c1ffba;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}


@media (min-width: 768px){
	.navbar-nav>li>a {
	  padding-left: 2px;
	  padding-right: 2px;
	}
	body.adminarea {
        padding-top: 73px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
}
@media (min-width: 991px){
	.navbar-nav>li>a {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}
@media (min-width: 1200px){
	.navbar-nav>li>a {
	  padding-left: 15px;
	  padding-right: 15px;
	}
}

@media (max-width: 1200px){
	.poll-panel .top-info > div {
	  border-right: 1px solid #ccc;
	}
}

@media (max-width: 991px){
	.poll-panel .top-info > div {
	  border-right: 1px solid #ccc;
	}
	.poll-panel .top-info > div:nth-child(even) {
	  border-right: 0px solid #ccc;
	}
}

@media (max-width: 768px){
	.nav-brand {
	  margin-top: 5px;
	  margin-left: 5px;
	}
	.navbar-nav, .navbar-nav li, .navbar-nav li .menu-item{
	  float:none !important;
	}
	.navbar-nav li .menu-item {
		text-align:left;
		display:block;
		clear:both;
	}
	.navbar-nav li .menu-item i{
		display:inline;
		margin-right:10px;
	}	
	.poll-panel .top-info > div {
	  border-right: 0px solid #ccc !important;
	}
	.poll-panel .right-poll a{
		margin-top:5px;	
	}
	body.adminarea {
        padding-top: 51px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
}

