@charset  "UTF-8";
/* CSS Document */

/*Global Styles Below*/

body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4;
	margin: 0 auto;
	padding: 0;
}

a:link, a:visited {
	color: #007cc3;
	text-decoration: none;
}

a:hover, a.active {
	color: #169dea;
}

/*Header & Main Navigation Styles Below*/

.logo {
	margin-top: 5px;
	line-height: 80px;
}

.logo img {
	max-width: 220px;
	max-height: 80px;
	vertical-align: middle;
}

.nav ul {
	list-style: none none;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
}

.nav ul li {
	float: left;
	margin-left: 50px;
}

.nav ul li:first-child {
	margin-left: 0;
}

.nav ul li a {
	display: block;
	color: #c2c2c2;
	text-decoration: none;
	font-weight: normal;
}

.nav ul li:hover a, .nav ul li:active a {
	color: #007cc3;
}

.nav ul li a.active-nav {
	color: #007cc3;
}

.topbar {
	background: #007cc3;
	margin-top: 0;
	height: 4px;
}

.header {
	width: 100%;
	height: 88px;
	padding: 20px 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/*Main Content Styles Below*/

.mainbody {
	margin-top: 20px;
	margin-bottom: 20px;
}

.dashboard {
	min-height: 600px;
}

.subnav-hdr {
	background: #007cc3;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 10px;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar ul {
	background: #e5f4fd;
	list-style: none none;
	padding: 10px 20px;
	margin: 0;
}

.sidebar ul li {
	line-height: 20px;
	font-weight: bold;
}

.page-title {
	font-size: 20px;
	font-weight: normal;
	vertical-align: top;
	margin: 3px 0;
}

.page-title img {
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.table-styled {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 40px;
	border: 1px solid #e5f4fd;
}

.table-styled th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 10px;
	color: #FFF;
	background: #252525;
}

.table-styled td {
	padding: 8px;
	color: #536671;
}

.table-styled td:last-child {
	border-right: none;
}

.table-styled .odd {
	background: #e5f4fd;
}

.table-styled a {
	font-weight: bold;
}

.table-styled.survey-users td {
	vertical-align: top;
}

table .actions {
	text-align: right;
}

#company-attributes {
	margin-bottom: 1em;
}

.attribute-label-edit {
	display: none;
}

.user-attribute-values {
	margin-bottom: 1em;
	padding: 0;
	border: none;
}

.user-attribute-values ul {
	padding-left: 0;
	list-style: none;
}

.user-attribute-values li {
	margin-bottom: .5em;
}

.user-details-toggle, dl.user-details {
	font-size: .86em;
}

.user-details-toggle {
	display: block;
	margin-top: .5em;
}

dl.user-details {
	margin-bottom: 0;
}

html.js dl.user-details {
	display: none;
}

dl.user-details dt, dl.user-details dd {
	display: block;
}

dl.user-details dt {
	font-weight: bold;
}

dl.user-details dd {
	margin: 0 0 .5em;
}

dl.user-details dd:last-child {
	margin-bottom: 0;
}

.attribute-label-edit-link, .delete-attribute-value {
	margin-left: 10px;
	border: none;
}

.attribute-label-edit-link {
	font-size: .8em;
	font-weight: bold;
	background: transparent;
}

.attribute-label-edit-link {
	color: #007cc3;
}

.attribute-label-edit-link:hover, .attribute-label-edit-link:focus, .attribute-label-edit-link:active {
	color: #169dea;
}

.delete-attribute-value {
	width: 13px;
	padding: 0 0 0 13px;
	background: url('/assets/img/icon-delete.png') left center no-repeat transparent;
}

.sort-handle {
	display: inline-block;
	width: 20px;
	color: #536671;
	cursor: move;
}
.sort-handle:before {
	content: '\2195';
}

fieldset {
	margin-bottom: 2em;
}

#scoreable-question-scale input[type="number"] {
	width: 80px;
}

#scoreable-question-scale p {
	clear: both;
	overflow: hidden;
}

#scoreable-question-scale span {
	float: left;
	max-width: 46%;
	margin-right: 4%;
}

/*Footer Styles Below*/

.footer {
	width: 100%;
	background: #222222;
	min-height: 75px;
	color: #FFF;
}

.footer ul {
	list-style: none none;
	padding-left: 0;
	margin-left: 0;
}

.footer ul li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.footer ul li a {
	color: #FFF;
}

.footer ul li a:hover {
	color: #ebebeb;
}

a.icon-linkedin {
	background: url(/assets/img/icon-linkedin.png);
	width: 24px;
	height: 24px;
	display: block;
}

a.icon-linkedin:hover {
	background: url(/assets/img/icon-linkedin.png) bottom center;
}

a.icon-twitter {
	background: url(/assets/img/icon-twitter.png);
	width: 24px;
	height: 24px;
	display: block;
}

a.icon-twitter:hover {
	background: url(/assets/img/icon-twitter.png) bottom center;
}

a.icon-youtube {
	background: url(/assets/img/icon-youtube.png);
	width: 24px;
	height: 24px;
	display: block;
}

a.icon-youtube:hover {
	background: url(/assets/img/icon-youtube.png) bottom center;
}

ul.socialmedia {
	float: right;
}

.copyright {
	font-size: 10px;
	padding-top: 20px;
	clear: both;
}

/* Survey Formatting */
.rating-radio {
	margin: 10px 5px;
}
.rating-radio-label {
	padding: 0 10px;
}

.placeholder {
	color: #aaa;
}

.question-listing {
    font-weight: bold;
    font-size: 1.2em;
}

.question-listing li {
	margin: 20px auto;
}
.question-listing img {
	width: 600px;
	height: 400px;
}

.question-score-label, .question-answers {
    font-weight: normal;
    font-size: 0.8em;
}

.subheader-listing td {
	text-align: center;
}
.subheader-listing td:first-child {
	text-align: left;
}
.subheader-listing tbody tr:nth-child(odd) {
	background: #efefef;
}
.subheader-listing em {
	color: #999;
	font-size: .9em;
}

.questions {
	margin: 1em 0;
}
.questions label {
    position: relative;
	display: inline-block;
	padding-top: 28px;
	text-align: center;
}
.questions label:first-child {
	padding-left: .2em;
}
.scoring-direction {
	position: absolute;
	bottom: 3.6em;
	font-size: .75em;
	text-transform: uppercase;
	color: #999;
	overflow: visible;
}
.scoring-direction.min {
	left: 0;
}
.scoring-direction.max {
	right: 0;
}
.scoring-direction.med {
	left: -100%;
	width: 300%;
}

.questions label span {
	display: block;
	margin-bottom: .5em;
}

.dashboard {
	margin-bottom: 20px;
}

select {
	min-width: 300px;
}

.pager li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.pager-links {
	float: right;
}

.error {
    color: #D8000C;
}

.notice {
	color: #00529B;
}

.print-title-page {
    display: none;
}

li.error-present > textarea {
    background-color: yellow;
}

li.error-present {
    background-color: yellow;
}
