/*
Theme Name: Reina Survey
Theme URI: http://www.thechadbarrgroup.com
Author: Shibing Huang
Author URI: mailto:shibing@cbsoftware.com
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Load Custom Fonts */
/*@font-face {*/
/*font-family: 'Calibri';
/*src: url('fonts/Calibri Bold Italic.eot'); /* IE9 Compat Modes */
/*src: url('fonts/Calibri Bold Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*url('fonts/Calibri Bold Italic.woff') format('woff'), /* Modern Browsers */
/*url('fonts/Calibri Bold Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
/*url('fonts/Calibri Bold Italic.svg#7f48e1838662d5972251a6bb11a59497') format('svg'); /* Legacy iOS */
/*font-style:   italic; */
/*font-weight:  700; */
/*} */

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri Bold.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Calibri Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Calibri Bold.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Calibri Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Calibri Bold.svg#391495a9e47adc514367932fe8abb907') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri Italic.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Calibri Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Calibri Italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Calibri Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Calibri Italic.svg#efdb58fbb1238d7f7b419277c5a9d110') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Calibri.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Calibri.svg#f7cee5eaf81ca6750bedc48055a4dffb') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Calibri Light';
  src: url('/fonts/Calibril.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Calibril.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Calibril.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Calibril.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Calibril.svg#e0701c5af929bd67babc2defb9ce654c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

.ls_result_div table tr {
    cursor: pointer;
}


/** CSS Reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	color: #58585a;
	font-family: 'Calibri';
	color: black;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset */

h1
{
	color: #ec9919;
	font-size: 35px;
	padding: 10px 0;
	font-family: 'Calibri';
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

.heading-1
{
	background: #f9e4c4;
	min-width: 1024px;
	padding: 40px 0;
}

h2
{
	color: #004e96;
	font-size: 29px;
	padding: 15px 0 5px 0;
	font-family: 'Calibri';
}

.heading-2
{
	background: #004E96;
	min-width: 1024px;
	padding: 40px 0;
	text-align: center;
}


h3
{
	color: #004e96;
	font-size: 42px;
	font-family: 'Calibri';
	font-weight: 700;
	padding: 15px 0 5px 0;
}

h4
{
	
}

hr
{
	display: block;
	border: 0;
	border-top: 1px solid #c6c6c6;
	height: 1px;
	color: #fff;
	padding: 0;
	margin: 0;
}

ul
{
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: 10px;
}

li
{
	margin-bottom: 5px;
}

strong
{
	font-weight: bold;
}

p
{
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
}

.top-blue-bar
{
	background: #004e96;
	width: 100%;
	min-width: 1024px;
	height: 14px;
}

.top-orange-bar
{
	background: #f0982c;
	width: 100%;
	min-width: 1024px;
	height: 14px;
}

.menu-extension
{
	width: 100%;
	height: 182px;
	top: 0;
	z-index: 9999;
}

.logo
{
	width: 100%;
	min-width: 1024px;
	background: #004e96;
	height: 160px;
	padding-top: 10px;
}

.banner-area
{
	background: url(/images/banner-ribbon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-width: 1024px;
	max-width: 1680px;
	height: 160px;
	margin: 0 auto;
}

.logo-area
{
	width: 974px;
	padding: 15px 25px;
	margin: 0 auto;
}

.menu
{
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
	background: #F0982C;
	height: 46px;
	z-index: 50;
	position: relative;
}

.divider
{
	background: url(/images/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1024px; 
	max-width: 2161px;
	height: 15px;
}

.menu-divider
{
	float: left;
	margin-top: 28px;
	font-size: 18px;
	color: #58585a;
}

.menu-elements
{
	width: 1024px;
	margin: 0 auto;
	height: 46px;
}

.menu-elements .active
{
	font-weight: 700;
	background: url(images/menu-active-bg.png);
	background-position: center -1px;
	background-repeat: no-repeat;
	color: black;
}

.menu-set
{
	float: left;
}

.menu-set:hover > .sub-menu-items
{
	display: block;
}

.menu-set a:not(.not-menu-set-link),
.sub-menu-item a:not(.not-sub-menu-item-link)
{
	color: white;
	padding: 0 29px;
	text-decoration: none;
	font-size: 20px;
	line-height: 46px;
	text-transform: uppercase;
}

.sub-menu-item a
{
	padding: 10px 29px;
}

.sub-menu-item
{
	background: #58585a;
}

.sub-menu-item:hover
{
	background: #f0982c;
}

.sub-menu-items
{
	display: none;
	position: absolute;
	height: 46px;
	width:  280px;
}


.page-content,
.tts-window
{
	margin: 0 auto;
	width: 1024px;
	display: block;
}

.chart-cycle {
	background: #f2b128;
	font-size: 67px;
	color: white;
	width: 108px;
	height: 52px;
	border-radius: 60px;
	text-align: center;
	padding-top: 38px;
}

.footer
{
	color: white !important;
	color: black;
	font-size: 18px;
}

.footer-wrapper
{
	width: 100%;
	bottom: 0;
}

.login-window,
.register-window
{
	padding-top: 65px;
	width: 960px;
	margin: 0 auto;
}

.error-msg,
.error-msg a
{
	color: red;
	font-size: 15px;
}

.register-window
{
	padding-top: 45px;
}

.login-window h1
{
	padding-bottom: 25px;
}


.login-window table,
.register-window table
{
	margin-top: 25px;
}

.login-btn
{
	float: right;
	margin-top: -55px;
}

.confirmMessage
{
	font-size: 16px;
	position: absolute;
	margin-left: 420px;
	margin-top: 111px;
}

.question-number-class {
	vertical-align: top;
	padding: 0 15px;
}

.question-class
{
	font-family: 'Calibri';
	font-weight: normal;
	font-size: 24px;
	color: #004e96;
}

.tts-field {
	display: none;
}

.question-answer-class {
	font-family: 'Calibri Light';
	font-size: 18px;
	color: #939393;
	cursor: pointer;
    padding: 0 5px;
    margin: 0 0px;
}

.question-answer-class:hover {
	color: #f0982c !important;
}

.question-answer-class.checked
{
	font-family: 'Calibri' !important;
	font-weight: 700;
	color: #f0982c !important;
	font-size: 20px !important;
}

.progress-bg
{
	width: 1024px;
	background: #fadab3;
	height: 40px;
}

.progress-process
{
	background: #f0982c;
	height: 40px;
	width: 0;
}

.open-ended-questions
{
	border: 3px solid #004E96;
	width: 830px;
}

.open-ended-questions .open-ended-title
{
	padding: 18px 25px;
	background: #004E96;
	font-weight: 700;
	font-size: 30px;
	color: white;
}

.tts-open-field
{
	color: black;
	font-family: 'Calibri Light';
	font-size: 18px;
	width: 780px;
	padding: 25px;
	border: none;
}

.centered-output
{
	background: url(../images/banner-ribbon.png);
	background-position: left top;
	background-repeat: no-repeat;
	min-width: 1024px;
	max-width: 1680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	position: absolute;
	top: 25%;
	margin-top: -150px;
}

.home-content
{
	width: 1024px;
	margin: 150px auto 0;
}

.homepage-em-box,
.homepage-pw-box
{
	padding: 8px;
	border: 1px solid #ec9919;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	width: 135px;
}

.homepage-em-box
{
	margin-top: 92px;
}

.dashboard-window
{
	width: 1024px;
	margin: 0 auto;
	font-family: 'Calibri Light';
	min-height: 500px;
}

.dashboard-window p
{
	font-size: 23px !important;
}

.dashboard-window strong
{
	font-family: 'Calibri';
	font-weight: normal;
}

.logo-email-part
{
	text-align: right;
	color: white;
	float: right;
}

.logo-email-part a
{
	line-height: 35px;
	color: white;
	text-decoration: none;
}

.reg-input-text
{
	text-align: center;
	font-size: 16px;
	margin: 10px 5px;
}

@media screen and (max-width: 1486px) {
	.centered-output
	{
		background-position: right top;
	}

}

@media screen and (max-height: 868px) {
	.footer-wrapper{
		position: relative;
	}
}



