@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	*{
		print-color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;		
	}
	#content{
		margin-top:0 !important;
	}
	table{
		margin-bottom:20px !important;
	}
}

@media print and (monochrome) {
}
 
* {
	margin:0;
	padding:0;
	outline: none;
}

html{
	overflow:visible;
}
body{
	overflow-x: hidden;
}

input {
	min-height: 35px;
}

.inputHolder {
	margin-bottom: 10px;
}

.inputHolder label {
	width: 15%;
	font-weight: bold;
}

.inputHolder label span { color: red; }

.inputHolder label, .inputHolder input {
	float: left;
	clear: none;
}

.inputHolder input {
	width: 75%;
}


h1.siteName {
	font-size: 20px;
	background: transparent;
	margin: 0;
}

h4.slogan {
	font-size: 13px;
	margin: -8px 0 10px; 
}








.active {
	display: block !important;
}

input[type=radio].css-checkbox {
							display:none;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:37px;
							height:32px; 
							display:inline-block;
							line-height:32px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:32px;
							vertical-align:middle;
							cursor:pointer;
							margin: 0;
						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -32px;
						}
						
						label.css-label {
							/* background-image:url(../img/checkboxes.png); */
							-webkit-touch-callout: none;
							-webkit-user-select: none;
							-khtml-user-select: none;
							-moz-user-select: none;
							-ms-user-select: none;
							user-select: none;
						}
						
						label.css-label_0 { background-image:url(../img/checkboxesGreen.png); }
						label.css-label_1 { background-image:url(../img/checkboxesPeach.png); }
						label.css-label_2 { background-image:url(../img/checkboxesOrange.png); }
						label.css-label_3 { background-image:url(../img/checkboxesRed.png); }

						.greenLabel { color: #21ff04; }
						.peachLabel { color: #ffa059; }
						.orangeLabel { color: #ff7303;  }
						.redLabel { color: #ff0202; }
						
						.questionPaginator:last-child {
							border-right: 1px solid #000;
						}
						
						.questionPaginator {
							height: 40px;
							background: #eee;
							border-left: 1px solid #000;
							border-top: 1px solid #000;
							border-bottom: 1px solid #000;
							text-align: center;
							padding-top: 8px;
						}

						.activePage { background: #B0E6FF; }










/** General Style Info **/
body {
	background: #fff;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #003d4c;
	text-decoration: none;
	font-weight: normal;
}

#contentWrapper {
	max-width: 1280px;
	margin: auto;
}

.enableChecking {
	float: right;
	margin-top: -25px;
}

a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background: transparent;
	color: #003d4c;
	font-size: 30px;
	font-weight: bold;
}
h2 {
	background: transparent;
	color: #e32;
	font-size: 25px;
	font-weight: bold;
}
h3 {
	color: #2c6877;
	font-size: 20px;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
}
ul, li {
	/* margin: 0 12px; */
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
	float: left;
	width: 85%;
}

#header{
	padding: 10px 20px;
	background-color: #7BAC00;
}

.contained {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.full {
	width: 100%;
}

.left {
	float: left;
	clear: none;
}

.right {
	float: right;
}

#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#content{
	background: #fff;
	/* TEST BG */
	/*background:black;*/
	clear: both;
	color: #333;
	float: left;
	width: 100%;
	/*margin-top:50px;*/
	margin-top:111px;	
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

#footerContentHolder {
	height: 60px;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid #dedede;
	color: lightgray;
}


/** containers **/
div.form,
div.index,
div.view {
	float: left;
	width: 100%;
	/* border-left: 1px solid #666; */
	padding: 10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}

th.actions {
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
}

div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	text-align: left;
	padding:4px;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ?';
}
th a.desc:after {
	content: ' ?';
}

table tr td.column_label {
	font-weight: bold;
}

table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #2598c8;
}

table tr:last-child td {
	border-bottom : 2px solid #2598c8;
}

table tr:nth-child(even) {
	/* background: #f9f9f9; */
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	/* margin-bottom: 1em; */
	/* padding: .5em; */
	vertical-align: text-top;
}

form .input {
	color: #444;
}

div.input {
	margin-bottom: 30px;
}

form .required {
	border-color: red;
}

form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 14px;
	margin-bottom:3px;
	margin-right: 10px;
	padding-top: 5px;
	margin-left: 5px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}

.span12 select {
	margin-bottom: 10px !important;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}

form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}

form .submit input[type=submit]:hover {
	background: #5BA150;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 5px;
	text-align: center;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	margin-top: 20px;
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	float : left;
	width: 100%;
}
.success,
..message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: 95%;
	margin: 20px auto;
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: 95%;
	margin: 20px auto;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
/* input[type=submit], */
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	
	/*
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	*/
	
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
/* 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2); */
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
/* 	background: #ededed;
	border-color: #acacac;
	text-decoration: none; */
}
/* input[type=submit]:active, */
.actions ul li a:active,
.actions a:active {
	
	/* background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee); */
	
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}













/* ----------------------------------------------------------- SIDEBAR -------------------------------------------------- */

#logoHolder {
	padding-top: 20px;
	width: 100%;
	margin: auto;
	text-align: center;
}

#sidebar-main-menu {
	width: 100%;
	/*width: 80%;*/
	margin: auto;
	margin-top: 20px;
}

.sb-menu li {
	box-shadow: 0px 1px #fff;
	position: relative;
	cursor: pointer;
}

.sb-menu li:last-child {
	box-shadow: none;
}

.sb-menu li a {
	font-weight: normal;
	font-size: 12px;
}

.navbar-inverse .navbar-inner {
	background: transparent;
/*	background-image: -moz-linear-gradient(top,#fff,#fff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
	background-image: -webkit-linear-gradient(top,#fff,#fff);
	background-image: -o-linear-gradient(top,#fff,#fff);
	background-image: linear-gradient(to bottom,#fff,#fff);*/
}

.navbar-inverse .navbar-inner {
	border-color: #d2d2d2;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	text-shadow: none;
}

.navbar-inverse .brand:hover, .navbar-inverse .nav>li>a:hover {
	color: #444;
}

.navbar .sb-toggle-left {
	width: 58px;
	float: left;
	padding: 10px;
}

.navicon-line {
	background-color: #444;
}

#sb-site {
	box-shadow: none;
}

.sb-slidebar {
	background-color: #efefef;
	color: #595959;
	float: left;
	overflow-x: hidden;
}

.active-sidebar-menu {
	background: url(../img/active-dashboard.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 28px;
	right: -2px;
	top: 0;
	/*margin-left: 106%;*/
	margin-top: 10px;
	display:none;
}

.sb-menu li a {
	padding: 10px 15px;
}

.sb-menu li a:hover {
	border-left: none !important;
	color:#2598c8 !important;
	background: none !important;
}

/* ----------------------------------------------------------- SIDEBAR -------------------------------------------------- */

.blue { color: #2598c8; }
.green { color: #7bac00; }
.textBelow {
	width: 80%; 
	margin: auto; 
	line-height: 35px;
	margin-top: 20px;
}
.xtextBelowsmall {
	width: 100%; 
	margin: auto; 
	line-height: 28px;
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	text-indent:20px;
	font-size: 18px;
	border-bottom:1px solid black;
 }
 .textBelowsmall {
	width: 100%; 
	margin: auto; 
	line-height: 28px;
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	/*text-indent:20px;*/
	font-size: 22px;
	text-align:center;
	color:#64584c;
	/*border-bottom:1px solid lightgray;
	border-top:1px solid lightgray;*/
 }
 .iconholder{
	/*background:rgba(255,255,255, 0.5);*/
	margin:0;
	padding:0;
	min-height:165px;
	position:relative;
 }
 .iconholder img{
	max-height:100px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
 }
 .gradientbg1{
 background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

 }
 .textBelowcontent{	
	line-height: 20px;
	margin:0;
	padding:0 20px 20px 20px;	
	font-size: 14px;
	color:#c6bdb4;
 }
.item { 
width: 25%; 
background: #f2f2f2; 
margin: 15px; 
font-family: 'Raleway', sans-serif; 
text-align: center; 
font-size: 35px; 
border: 1px solid #dadada; 
min-height:374px;
/*min-width:327px;*/
}
.item.w2 { width: 50%; }

.item:hover{
	border: 1px solid #999999; 
}

#mainContentWrapper {
	/*border: 1px solid #000;*/
	margin-top: 30px;
	padding: 0 0 30px 0;
}

#dashboardIco { background-position: 0px -6px; }
#widgetsIco { background-position: -80px -6px; }
#questionsIco { background-position: -108px -6px; }
#reportsIco { background-position: -53px -6px; }
#usersIco { background-position: -137px -6px; }
#settingsIco { background-position: -27px -6px; }

#dashboardIco.active { background-position: 0px -42px; }
#widgetsIco.active { background-position: -80px -42px; }
#questionsIco.active { background-position: -108px -42px; }
#reportsIco.active { background-position: -53px -42px; }
#usersIco.active { background-position: -137px -42px; }
#settingsIco.active { background-position: -27px -42px; }

.homeLink:hover {
	text-decoration: none !important;
}


/* ------------------------------------------------------- DASHBOARD LINK ----------------------------------------- */

.dashboardLink {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.sectionTitle {
	font-weight: bold;
	/*font-style: italic;*/
	color: #2598c8;
	font-size: 20px;
	/*margin-left: 15px;*/
	text-align: left;
}

.topYellowOccupier {
	float: left;
	width: 100%;
	background: #ff8e00;
	height: 155px;
	color: #fff;
	padding-left: 15px;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
}

.topYellowOccupier span {
	font-weight: bold;
}

.item .content {
	font-size: 12px;
	text-align: left !important;
	float: left;
	width: 100%;
	padding: 15px;
}

#ligthtIco {
	position: absolute;
	right: 0;
	margin-top: 200px;
	margin-right: 20px;
}

.biColumn_Container {
	float: left;
	width: 100%;
}

.half {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}

#loginWidget_holder {
	max-width: 500px;
}

.widget {
	color: #000;
	font-style: normal;
}

h1.sectionHeader {
	background: transparent;
	color: #7bac00;
	font-size: 40px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	text-align: center;
}

.item h2 {
	background: transparent;
	font-size: 30px;
	color: #000;
}

.greenFill { background: #7bac00;  }
.blueFill { background: #2598c8; }
.orangeFill { background: #ff8e00; }
.greyFill { background: #959595; }

ul.barGraph {
	height: 165px;
	margin: 0;
}

ul.barGraph li { 
	width: 22px;
	float: left;
	bottom: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
	position: relative;
	height: 100%;
}

#barGraph_Holder {
	height: 165px;
	width: 228px;
	margin: 30px auto 0px;
}

.graphItem { position: absolute; bottom: 0; width: 90%; }

.percentageCount { 
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: tb-rl;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 10px;
	margin: 60px 2px 2px -70px;
	width: 160px;
	float: left;
	z-index: 1;
	position: relative;
	text-align: right;
}

.sideIco {
	background: url(../img/sidebar-icon.png) no-repeat;
	width: 30px;
	height: 25px;
	float: left;
	background-position: 0px -6px;
	margin-right: 15px;
}

.sb-toggle-submenu { cursor: pointer; }

/* ------------------------------------------------------- DASHBOARD LINK ----------------------------------------- */


/* ------------------------------------------------------- QUESTIONNAIRE LINK ----------------------------------------- */

.questions {
	/* background: #f2f2f2; */
}

.actions .actionItem:first-child {
	margin-left: 20px;
}

.actions .actionItem {
	float: left;
	clear: none;
	margin-left: 16px;
	margin-right: 13px;
	font-size: 20px;
}

table.questionModules:first-child {
	display:block;
}

.questionModules {
	display:none;
}

.qe_questionModules:first-child {
	display:block;
}

.qe_questionModules {
	display:none;
}

.paginatorSelector {
	clear: none;
	float: left !important;
	margin-right: 15px !important;
}

.qe_paginatorSelector {
	clear: none;
	float: left !important;
	margin-right: 15px !important;
}

.paginatorButton {
	float: left;
	margin-right: 15px;
}


/* ------------------------------------------------------- QUESTIONNAIRE LINK ----------------------------------------- */


form#SelectViewAs {
  float: left;
  margin: 0px 0px 0px 12px;
  clear: none;
  width: 300px;
}

#FactorsQuestionMultiplier {
	width: 50px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 8px 0 3px 5px !important;
}

.btn {
	text-align: left; font-weight: normal;
	text-shadow: none !important;
}

#qgroup_cart_holder {
	margin-top: 30px;
}

#qgroup_holder a.left { 
	margin-right: 5px;
	padding: 6px 15px;
}

#qgroup_holder a.left:first-child {
	margin-left: 10px;
}

#QgroupId {
	margin-right: 10px;
	height: 34px;
}

.tri-widget {
	
}

.dashboard-widget {
	width: 90%;
	padding: 0px 5%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.date_selector { font-size: 12px !important; }


/* ----------------------------------------------------------- BOOTSTRAP ---------------------------------------------------------------- */

.panel { margin-bottom:20px; background-color:#fff; border:1px solid transparent; border-radius:4px; -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05); box-shadow:0 1px 1px rgba(0,0,0,.05); }
.panel-body { padding:15px; }
.panel-heading { border:1px solid transparent; border-top-right-radius: 3px; border-top-left-radius:3px; padding:10px 15px; }
.panel-title { margin-top:0; margin-bottom:0; font-size:16px; color:inherit; }
.panel-footer { background-color:#f5f5f5; border-top:1px solid #ddd; border-bottom-right-radius:3px; border-bottom-left-radius:3px; padding:10px 15px; }
.panel >.list-group .list-group-item { border-radius:0; border-width:1px 0; }
.panel >.list-group:first-child .list-group-item:first-child { border-top:0; border-top-right-radius:3px; border-top-left-radius:3px; }
.panel >.list-group:last-child .list-group-item:last-child { border-bottom:0; border-bottom-right-radius:3px; border-bottom-left-radius:3px; }
.panel-heading+.list-group .list-group-item:first-child { border-top-width:0; }
.panel >.table:first-child,.panel > .table-responsive:first-child > .table:first-child { border-top-right-radius:3px; border-top-left-radius:3px; }
.panel >.table:first-child>thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child { border-top-left-radius:3px; }
.panel >.table:first-child>thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child { border-top-right-radius:3px; }
.panel >.table:last-child,.panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius:3px; border-bottom-left-radius:3px; }
.panel >.table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius:3px; }
.panel >.table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius:3px; }
.panel >.table-bordered,.panel > .table-responsive > .table-bordered { border:0; }
.panel >.table-responsive { border:0; margin-bottom:0; }
.panel-group { margin-bottom:20px; border-top: 1px solid #aaa; }
.panel-group .panel { margin-bottom: 2px; border-radius: 4px; overflow: hidden; }
.panel-default>.panel-heading { color:#333; background-color:#f5f5f5; border-color:#ddd; }
.panel-default>.panel-heading+.panel-collapse .panel-body { border-top-color:#ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.panel-default>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#ddd; }
.panel-primary>.panel-heading { color:#fff; background-color:#428bca; border-color:#428bca; }
.panel-primary>.panel-heading+.panel-collapse .panel-body { border-top-color:#428bca; }
.panel-primary>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#428bca; }
.panel-success { border-color:#d6e9c6; }
.panel-success>.panel-heading { color:#3c763d; background-color:#dff0d8; border-color:#d6e9c6; }
.panel-success>.panel-heading+.panel-collapse .panel-body { border-top-color:#d6e9c6; }
.panel-success>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#d6e9c6; }
.panel-info { border-color:#bce8f1; }
.panel-info>.panel-heading { color:#31708f; background-color:#d9edf7; border-color:#bce8f1; }
.panel-info>.panel-heading+.panel-collapse .panel-body { border-top-color:#bce8f1; }
.panel-info>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#bce8f1; }
.panel-warning { border-color:#faebcc; }
.panel-warning>.panel-heading { color:#8a6d3b; background-color:#fcf8e3; border-color:#faebcc; }
.panel-warning>.panel-heading+.panel-collapse .panel-body { border-top-color:#faebcc; }
.panel-warning>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#faebcc; }
.panel-danger { border-color:#ebccd1; }
.panel-danger>.panel-heading { color:#a94442; background-color:#f2dede; border-color:#ebccd1; }
.panel-danger>.panel-heading+.panel-collapse .panel-body { border-top-color:#ebccd1; }
.panel-danger>.panel-footer+.panel-collapse .panel-body { border-bottom-color:#ebccd1; }

.span1 { width: 8.333333333333333%; }
.span2 { width: 16.66666666666667%; }
.span3 { width: 25%; }
.span4 { width: 33.33333333333333%; }
.span5 { width: 41.66666666666667%; }

.span6 { width: 50%; }
.span7 { width: 58.33333333333333%; }
.span8 { width: 66.66666666666666%; }
.span9 { width: 75%; }
.span10 { width: 83.33333333333333%; }
.span10 { width: 83.33333333333333%; }
.span11 { width: 91.66666666666666%; }
.span12 { width: 100%; }


.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span10,.span11,.span12 {
	margin: 5px 0px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	min-width: 120px;
	text-align: center;
}

.navbar-inverse .navbar-inner {
	filter: none !important;
}


/* ####################################################### BUTTONS ####################################################### */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* ####################################################### BUTTONS ####################################################### */


/* ----------------------------------------------------------- BOOTSTRAP ---------------------------------------------------------------- */


.progressMessage, .quickentry_question {
	display: none;
}

.activeProgressMessage {
	display: block !important;
}

.chosen-container-single .chosen-single {
	padding: 5px 0 0 8px !important;
	height: 35px !important;
}

.chosen-container-single .chosen-single div b {
	margin-top: 5px;
}

.horGraph {
	background: #ddd;
	padding-left: 20px;
	padding-top: 2px;
	height: 25px;
	position: absolute;
	opacity: .8;
	max-width: 100%;
	min-width:1px;
	border: 1px solid #000;
}

.levelerHolder:first-child {
	border-left: 1px solid #bbb;
}

.levelerHolder {
	width: 20%;
	text-align: right;
	border-right: 1px solid #bbb;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	height: 25px;
}

#quickEntry_description {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
}

.qe_itemInstance {
	text-align: center; width: 80px; font-size: 11px !important;
}

.graphContentHolder {
	position: relative;
	float: left;
	width: 100%;
}

#horGraphTable tr td { padding: 0px; }

div.factorNames { float: left; margin-top: 2px; }
#headerScript { float: left; margin-top: 15px; color: #000; }


.alert{
	color: black;
	background: lightgray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	padding: 20px;
	float: left;
	width: 100%;
	margin-top: 30px;
}

/* QUESTION TABLE */
.rankHolder td{
	padding:6px 0 6px 0;
	/*padding:0;*/
	vertical-align: middle;
	min-height: 50px;
	/*float: left;*/
	position:relative;
	display: table-cell;
}
.rankHolder td p{	
	vertical-align: middle;
	margin:0;
	padding:6px 0 6px 0;
}

.headerHolder {
	border-bottom:2px solid #2598c8;
	/*margin-bottom: 10px;*/
	/*padding-bottom: 5px;*/
}
.headerHolder th{
	/*float: left; */
}
#sb-site{
	float: left; 
	padding:0;
}

.navbar-fixed-top, .navbar-fixed-bottom{
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.3);
	background: rgba(255,255,255,0.98);
}

.sb-submenu{
	text-indent: 6px;
}
.sb-submenu li{
	border-bottom:1px dotted lightgray;
	line-height:30px;
}

table tr th{
	background-color:#f1f1f1 !important;
	/*text-transform:uppercase;*/
}
.headerHolder th{
	background-color:transparent !important;
}
tr:hover{
	background:#FDFDFF;
}

.pagination ul li{
	margin:0;
}
.pagination ul li.current{
	color:gray;
}

.navbar-inner{
	min-height:100px;
	max-width: 1280px;
	margin: 0 auto;
	border:0;
}
.bolda a{
	font-weight:bold;
	padding:0 !important;
	margin:0 !important;
	display:inline !important;
}
.nav.big{
	/*width:100%;*/
	/*margin-left:120px;
	margin-top:-35px;*/
	float:right;
	display:inline-block;
	/*margin-left:130px;*/
	/*width:100%;
	margin-top:-35px;*/
	margin-top: 15px;
	margin-bottom: 10px;
}
.nav.big li{
	float: right !important;
}
.nav.big li a{
	/*font-weight:bold;*/
	/*color:black;*/
	color:#5d90af;
	font-weight:bold;
	font-size:13px;
	letter-spacing: 0px;
}

.navbar .nav>li>a{
	padding:10px 10px 10px 10px;
}

.nav.big li a img{
	margin-right:5px;
	
	/*
	ICONS ON TOP 
	*/
	/*display: block;
	text-align: center;
	vertical-align: baseline;
	margin: 0 auto;*/
}
.nav.big li:first-child{
	
}
.nav.small li:first-child{
	margin: 0 -4px 0 12px;
}
.nav.small{
	float:right;
	display:inline-block;
	min-width: 90%;
	margin-top: 10px;
}
.nav.small li{
	float: right !important;
}
li.menu.special{
	margin-top: 3px;
	margin-left: 20px;
}
.fontchangesmall{
	/*display:inline-block !important;*/
	float:left !important;
	padding:8px 8px 4px 8px !important;
	font-size:10px;
	color:lightgray !important;
	border:1px solid lightgray;
	font-weight:normal;
	margin-right: 5px;
}
.fontchangebig{
	/*display:inline-block !important;*/
	float:left !important;
	padding:6px 8px 6px 8px !important;
	font-size:15px;
	color:lightgray !important;
	border:1px solid lightgray;
	font-weight:normal;
}
a.fontchangesmall:hover, a.fontchangebig:hover{
	background:#f1f1f1 !important;
	cursor:pointer;
	color:black !important;
	border:1px solid black;
}
.dashboardtopimg{
	position:relative;
	width:100%;
	float:left;
	background:white;
	text-align:center;
	border-bottom: 1px solid #dedede;
}
.dashboardtopimginner{
	/*position:relative;*/
	width:100%;	
	max-width: 1280px;
	margin: 0 auto;
	background:white;
}
.dashboardtopimginner .sectionTitle{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	z-index:100;
	text-align:center;
}
.dashboardtopimginner img{
	/*width:100%;*/
	float:left;
}

.dashboardbox{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	/*outline:1px solid black;*/
}
.dashboardbox.noborder{
	outline:0px solid black;
}
.dashboardbox.video{
	min-height: 374px;
	width: 70%;
	margin:0 3% 40px 0;
}
.dashboardbox.buttons{
	min-height: 374px;
	width: 27%;
	margin:0 0 40px 0;
	border-left:1px solid #ECE9E6;
	padding:0 0 0 80px;
}
.dashboardboxsmall{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height:384px !important;
	border: 1px solid #dedede;
}
.dashboardboxsmall.nobg{
	background:none;
}
.dashboardboxsmall.nobg img{
	width:100%;
	height:100%;
}
.round5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dedede;
}
.biglist li{
	line-height:40px;
	-font-size:15px;
}
.mainContentWrapper{
	height:auto !important;
	/*width:90%;*/
	padding:40px;
}

.footerbottom{
	float: left;
	width: 100%;
	border-top:1px solid gray;
	color:gray;
	min-height:40px;
	line-height:40px;
	text-align:left;
	padding:0 40px 0 40px;
}
.footerbottom a{
	float:right;
	margin-left:20px;
}
.video-js{
	position:absolute !important;
}

.ethnicityOptions label {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
	width: auto;
	margin-right: 70px;
}

.ethnicityOptions label:last-child {
	margin-right: 0px;
}

.moduleInputHolder {
	margin-bottom: 5px;
}

.moduleInputs {
	margin-top: 25px;
}

#UserProfileNationality {
	margin-left: 13px;
}

.moduleSearchHolder {
	/*border-right: 1px solid #999;*/
}

.sb-caret{
	background-image:url('/img/arrowdownlightblue.jpg');
	min-width:17px;
	min-height:10px;
	border:0 !important;
}

.sb-submenu{
	margin-top:5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
	-webkit-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
	z-index:-1 !important;
	min-width:200px !important;
	/*width:auto !important;*/
	padding: 10px 0 10px 0 !important;
}

/* BIG BUTTON */
.dashbutton-big{
	background-color:#E55F3A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px 0 15px 0;
	float:left;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
	min-height:90px;
	line-height:60px;
	margin:0 0 35px 0;
	position:relative;
	-moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.dashbutton-big div{
	/*padding: 0 30px 0 30px;*/
	display: inline-block;
	height: 100%;
	/* min-height: 100%; */
	border-right: 1px solid #d55936;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
}
.dashbutton-big div img{
	position:absolute;
	padding:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.dashbutton-big span{
	display: inline-block;
	width: 80%;
	position: absolute;
	/*top: 0;
	bottom: 0;*/
	margin:auto;
	right: 0;
	border-left: 1px solid #e16a47;
	vertical-align:baseline;
}

/* SMALL BUTTON */
.dashbutton-small{
	background-color:#4DB07A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*padding:15px 0 15px 0;*/
	float:left;
	width:100%;
	margin:0 0 15px 0;
	min-height:50px;
	line-height:50px;
	text-align:center;
	color:white;
	font-weight:bold;
	position:relative;
	-moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.dashbutton-small:hover{
	background-color:#4DB07A;
	color:white;
}
.dashbutton-small div{
	/*padding: 0 30px 0 30px;*/
	display: inline-block;
	height: 100%;
	/* min-height: 100%; */
	border-right: 1px solid #459b6d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
}
.dashbutton-small div img{
	position:absolute;
	padding:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.dashbutton-small span{
	display: inline-block;
	width: 80%;
	position: absolute;
	/*top: 0;
	bottom: 0;*/
	margin:auto;
	right: 0;
	border-left: 1px solid #53ae7c;
	vertical-align:baseline;
}

.dashred{
	background-color:#E55F3A;
}
.dashred span{
	border-left: 1px solid #e16a47;
}
.dashred div{
	border-right: 1px solid #d55936;
}
.dashred:hover{
	background-color:#e06745;
	color:white;
}

.dashgreen{
	background-color:#4DB07A;
}
.dashgreen span{
	border-left: 1px solid #53ae7c;
}
.dashgreen div{
	border-right: 1px solid #459b6d;
}
.dashgreen:hover{
	background-color:#4DB07A;
	color:white;
}

.videoandbuttons{
	position: relative;
	float: left;
	min-width: 100%;
	padding: 30px;
	margin: 0;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
.linewithor{
	/*background-color:red;*/
	height: 185px;
	margin-top:30px;
	position: relative;
}
.linewithor:before{
	border-right:1px solid #ece9e6;
	content:"";
	min-height:45px;
	width:1px;
	position:absolute;
	left:49%;
	top:15px;
}
.linewithor:after{
	border-right:1px solid #ece9e6;
	content:"";
	min-height:45px;
	width:1px;
	position:absolute;
	left:49%;
	bottom:15px;
}
.linewithor div{
	position:absolute;
	top:50%;
	left:50%;
	color:#b1a599;
	background-color:#ece9e6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	margin:-20px 0 0 -20px;
	vertical-align:middle;
}
/*
CUSTOM CHOSEN DROPDOWN and FORM ELEMENTS
*/
.chosen-container-single .chosen-single div{
	position: absolute;
	top: 0;
	right: 16px !important;
	display: block;
	width: 17px !important;
	height: 100%;
}
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices{
	background:none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border:0 !important;	
	background-color:#fbf9f8 !important;
	box-shadow:none !important;
}
.chosen-container-single .chosen-single div b{
	display: block;
	width: 100%;
	height: 100%;
	background: url('/img/dropdownarrow.png') no-repeat 0px 13px !important;
	margin: 0 0 0 0 !important;
	padding:0 0 0 0 !important;
}
.chosen-container-single .chosen-single span,
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	color:#64584c !important;
}
.chosen-drop{
	background-color:#fbf9f8 !important;
}

.list_toggle {
	float: left;
	margin: 20px 20px 20px 0px;
}

.active-link { font-weight: bold; text-decoration: underline; }

@media (max-width: 800px) {

}