* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
body {
	background:#333333 /* url(../images/bkg1.jpg) no-repeat fixed center top*/;
	line-height:24px;
}
body, html {
	height:100%;
}
.red {
	color:#F00;
}
.green {
	color:#0F0;
}

/* Links ------------------------------------------------------------------------- */

a {
	color:#09F;
	text-decoration:none;
	-webkit-transition: color .2s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: color .2s ease-out; /* Firefox 4+ */
	-ms-transition: color .2s ease-out; /* IE10+ */
	-o-transition: color .2s ease-out; /* Opera 10.5+ */
	transition: color .2s ease-out;
}
a:hover, a:active {
	color:#939;
}
/* ------------------------------------------------------------------------------- */
ul {
	list-style:none;
	margin:0;
	padding:0;
}

#mainWrapper {
	width:100%;
	margin:0 auto;
/*	margin-bottom: -100px; */
	min-height: 100%;
}
#mainWrapper:after {
	content: "";
	display: block;
}
#topBarWrapper {
	width:100%;
	position:relative;
	z-index:100;
}
#mainBar {
	background-color:#939;
	min-height:60px;
	height:60px;
	line-height:40px;
}
#secondaryBar {
	background-color:#000000;
	min-height:30px;
	height:40px;
	line-height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#helpOptions {
	margin:0;
	padding:0;
}
#helpOptions a {
	color:#fff;
	text-decoration:none;
	display:block;
}
#helpOptions a:hover {
	color:#09F;
}
#helpOptions li {
	display:inline-block;
	margin:0 0 0 20px;
	padding:0;
}
#userOptions {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#userOptions li {
	display:inline-block;
	margin:0 0 0 20px;/*	border:1px dotted #fff;*/
}
#userOptions li a {
	color:#FFF;
	display:block;
}
#userOptions li a:hover {
	color:#09F;
}
#logoMarca {
	text-transform:uppercase;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
}
#logoMarca a {
	color:#fff;
	text-decoration:none;
}
#logoMarca a:hover {
	color:#09F;
}
.content960 {
	width:960px;
	margin:0 auto;
	padding:10px 10px;
}
.content600 {
	width:600px;
	margin:0;
	padding:0;
}
.leftAlign {
	float:left;
	text-align:left;
	display:block;
}
.rightAlign {
	float:right;
	text-align:right;
	display:block;
}
.inlineIcon {
	width:24px;
	height:24px;
	margin:7px 5px 0 0;
	padding:0 0 0 0;
	float:left;
}
.person_add_white {
	background:transparent url(../images/ic_person_add_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
}
.lock_open_white {
	background:transparent url(../images/ic_lock_open_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
}
.lock_blockeContent_white {
	background:transparent url(../images/ic_key_white_48dp.png) no-repeat 0 -6px;
	background-size:24px 24px;
	float:right !important;
}
.userInfo {
	float:left;
}
.edit_user {
	background:transparent url(../images/ic_edit_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
	margin:7px 10px 0 20px;
}
.user_stats {
	background:transparent url(../images/ic_chart_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
	margin:7px 10px 0 0;
}
.user_lists {
	background:transparent url(../images/ic_supervisor_account_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
	margin:7px 0 0 0;
}
.exit_session {
	background:transparent url(../images/ic_exit_white_48dp.png) no-repeat 0 0;
	background-size:24px 24px;
	margin:7px 0 0 80px;
}
.topBkg {
	width:100%;
	/*	height:90px;*/
	margin:10px 0 0 0;
	padding:0;
}
/* ------------------------------------------------------------------------------------------ */
/* Módulos ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#moduleWrapper {
	position: relative;
	margin:0;
	padding:0;
	display:inline-block;
}
#moduleWrapper li {
	background-color:#09F;
	float:left;
/*	display:inline-block;*/
	margin:0 20px 20px 0;
	padding:0;
	text-align:left;
}
#moduleWrapper li:nth-child(3n+3) {
	margin-right:0;
}
#moduleWrapper li a {
	width:300px;
	height:300px;
	padding:30px 30px 30px 30px;
	color:#fff;
	display:block;
	text-decoration:none;
	-webkit-transition: background-color .2s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: background-color .2s ease-out; /* Firefox 4+ */
	-ms-transition: background-color .2s ease-out; /* IE10+ */
	-o-transition: background-color .2s ease-out; /* Opera 10.5+ */
	transition: background-color .2s ease-out;
}
#moduleWrapper li a:hover {
	background-color:#939;
}
.moduleItemHolder {
	position:relative;
}
.moduleInfoText {
	position:relative;
}
.moduleItemNumber {
	position:absolute;
	bottom:40px;
	right:30px;
	font-size:84px;
	font-weight:bold;
	color:#fff;
	z-index:0;
}
.moduleButtonArea {
	position:absolute;
	bottom:20px;
	left:30px;
}
/* ------------------------------------------------------------------------------------------ */
/* Sessões ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#sessionWrapper {
	position:relative;
	margin:0;
	padding:0;
}
#sessionWrapper li {
	background-color:#09F;
	margin:0 0 1px 0;
	padding:0;
	text-align:left;
}
#sessionWrapper li a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:15px 20px 15px 70px;
	display:block;
	-webkit-transition: background-color .2s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: background-color .2s ease-out; /* Firefox 4+ */
	-ms-transition: background-color .2s ease-out; /* IE10+ */
	-o-transition: background-color .2s ease-out; /* Opera 10.5+ */
	transition: background-color .2s ease-out;
}
.sessionActive {
	background-color:#999;
	margin:0;
	padding:15px 20px 15px 70px;
	display:block;
}
.sessionActive > * {
	color:#bbb !important;
}
#sessionWrapper li a:hover {
	background-color:#939;
}
.sessionItemHolder {
	position:relative;
}
.sessionInfoText {
	position:relative;
}
.sessionActive .sessionItemNumber {
	background-color:#666;
}
.sessionItemNumber {
	background-color:#939;
	padding:15px 20px;
	position:absolute;
	top:0;
	left:0;
	font-size:34px;
	font-weight:bold;
	color:#fff;
}
/* ------------------------------------------------------------------------------------------ */
/* Quiz ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#quizWrapper {
	display:block;
}
.respostasWrapper {
	display:block;
	margin:10px 0 20px 0;
	padding:0;
}
.respostasWrapper li {
	color:#ffffff;
	background-color:transparent;
	margin:0;
	padding:5px 20px;
	text-align:left;
	display:block;
}
.respostasWrapper li:hover {
	background-color:#666666;
}
.quizItemHolder {
	position:relative;
}
.iradio_square-blue {
	float:left;
	position:relative;
	top:6px;
}
.respostaLabel {
	width:850px;
	margin:0 0 0 20px;
	padding:5px 0 5px 0;
	display:inline-block;
}
/*
.respostaLabel:hover {
	cursor:pointer;
}
div.selected {
    background:#00cc00 !important;
	z-index:100;
}
*/
/* ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.titleSection {
	/*	font-size:32px;*/
	color:#fff;
	margin:0 0 0 0;
	padding:15px 20px;
	display:inline-block;
}
.titleFullWidth {
	display:block;
}
.violetBackground {
	background-color:#939;
}
.blueBackground {
	background-color:#09F
}
.examplesBackground {
	background-color:#939;
	padding:1px 4px;
}
h1 {
	margin:0;
}
h2 {
	margin:0;
	line-height:28px;
}
h3 {
	margin:0;
}
h4 {
	margin:0;
}
h5 {
	margin:0;
}
h6 {
	margin:0;
}
.mediumText {
	margin:0 0 0 0;
	padding:0;
	font-size:12px;
	color:#eee;
	display:block;
	line-height:17px;
	text-align:left;
}
.text_black {
	color:#333333 !important; 
}
.topNudge {
	margin-top:15px;
}
/* ------------------------------------------------------------------------------------------ */
/* Containers ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.row {
	display:inline-block;
	margin:0;
	padding:0;
}
.col {
	background-color:#fff;
}
.col33 {
	width:300px;
	padding:20px;
}
.col50 {
	width:450px;
	padding:20px;
}
.col66 {
	width:600px;
	padding:20px;
}
.col100 {
	width:940px;
	padding:20px;
}
.colLeft {
	float:left;
	margin:0 20px 0 0;
}
.colRight {
	float:right;
	margin:0 0 0 20px;
}
/* ------------------------------------------------------------------------------------------ */
/* FAQs ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#faqsWrapper {
	display:inline-block;
}
#faqsWrapper ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#faqsWrapper ul>li>ul {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
#faqsWrapper li {
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}
#faqsWrapper li a.active {
	color:#939 !important;
}
/* ------------------------------------------------------------------------------------------ */
/* Contactos -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#contactosList li {
	border-bottom:1px solid #eeeeee;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}
#map {
	width:100%;
	height:597px;
}
/* ------------------------------------------------------------------------------------------ */
/* User List -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.smallText {
	font-size:12px;
	display:block;
	line-height:18px;
	color:#999;
}
a.UserNotConfirmed {
	color:#c0392b !important;
}
.userCard {
	width:100% !important;
	margin:0;
	padding:10px 20px;
	background-color:#eeeeee;
	display:inline-block;
}
#listUsersWrapper {
	display:block;
}
#listUsersWrapper ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#listUsersWrapper ul>li>ul {
	margin:10px 0 20px 0;
	padding:0 0 0 0;
}
#listUsersWrapper ul>li>ul>li {
	border-bottom:none;
}
#listUsersWrapper li {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #eeeeee;
}
#listUsersWrapper li a.active {
	color:#939;
	padding:0 0 0 30px;
	margin:0 0 0 0;
	background:url(../images/ic_user_grey600_48dp.png) no-repeat 0 -3px;
	background-size:24px 24px;
}
/* ------------------------------------------------------------------------------------------ */
/* Alert Boxes ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.listUsersBox {
	padding:20px 20px;
	margin:0;
	display:block;
	color:#fff;
}
.alert-box {
	padding:20px 80px;
	margin:0;
	display:block;
}
.alert-box span {
	font-weight:bold;
	text-transform:none;
}
.error {
	background:#c0392b url('../images/error_48dp.png') no-repeat 20px 50%;
	background-size:48px 48px;
	color:#fff;
}
.success {
	background:#27ae60 url('../images/success_48dp.png') no-repeat 20px 50%;
	background-size:48px 48px;
	color:#fff;
}
.warning {
	background:#c0392b;
	color:#fff;
}
.notice {
	background:#e67e22 url('../images/notice_48dp.png') no-repeat 20px 50%;
	background-size:48px 48px;
	color:#fff;
}
/* ------------------------------------------------------------------------------------------ */
/* Form Styles ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.formItem {
	margin:0 0 20px 0;
}
.form_labels {
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	display:block;
}
.form_textBox {
	width:100%;
	min-height:20px;
	display:inline-block;
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	outline:none !important;
}
.form_textArea {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	resize: vertical;
	min-height: 100px;
	border: 1px solid #ccc;
}
.form_textArea:focus, .form_textBox:focus {
	border: 1px solid #09F;
}
.form_button {
	min-width:150px;
	background-color:#09F;
	border: none;
	display:inline-block;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	margin:40px 0 0 0;
	padding:15px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.form_button_anularUser {
	margin:0 !important;
	background-color:#ce0000 !important;
}
.form_button_anularUser:hover {
	color: #fff !important;
	background-color:#900 !important;
	cursor: pointer !important;
}
.form_button:hover {
	color: #fff;
	background-color:#939;
	cursor: pointer;
}
.form_button:active {
	position: relative;
	top: 1px;
}
.form_button:disabled {
	top:0;
	background-color:#ccc;
	cursor:not-allowed;
}
/* ------------------------------------------------------------------------------------------ */
/* Form Validation -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
input.parsley-success, select.parsley-success, textarea.parsley-success {
	color: #468847;
	/*	background-color: #DFF0D8;*/
	border: 1px solid #27ae60 !important;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
	color: #c0392b;
	/*	background-color: #F2DEDE;*/
	border: 1px solid #c0392b !important;
}
.parsley-errors-list {
	color:#c0392b;
	margin: 5px 0 3px 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	line-height:15px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.parsley-errors-list.filled {
	opacity: 1;
}
/* Real Person jQuery plugin styles v2.0.0. */
.realperson-challenge {
	display: block;
	color: #333333;
}
.realperson-text {
	font-family:"Courier New", monospace;
	font-size:6px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:3px;
	color:#333;
	cursor:pointer;
	outline:0;
	margin:5px 0 0 0;
}
.realperson-regen {
	color:#993399;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-size:11px;
	text-align:left;
	cursor:pointer;
}
.realperson-disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
/* ------------------------------------------------------------------------------------------ */
/* List User Navigation --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* all */
::-webkit-input-placeholder {
	color:#999;
	font-size:14px;
}
::-moz-placeholder {
	color:#999;
	font-size:14px;
} /* firefox 19+ */
:-ms-input-placeholder {
	color:#999;
	font-size:14px;
} /* ie */
input:-moz-placeholder {
	color:#999;
	font-size:14px;
}
.filterUsersWrapper {
	background-color:#eee;
	margin:-20px -20px 20px -20px;
	padding:20px 0 20px 20px;
}
.highlight {
	background-color:#939;
	color:#fff;
}
.listNav, .ln-letters {
	overflow:hidden
}
.listNavHide {
	display:none
}
.listNavShow {
	display:list-item
}
.letterCountShow {
	display:block
}
.ln-letters {
	margin: 0 0 30px 0;
	background-color: #eee;
	padding: 10px;
}
.ln-letters a {
	font-size:0.9em;
	display:block;
	float:left;
	padding:1px 5px;
	border:0px solid silver;
	border-right:none;
	text-decoration:none;
	margin: 0 0 0 1px;
}
.ln-letters .ln-last {
	border-right:0px solid silver;
	margin:0;
}
.ln-letters a:hover, .ln-letters .ln-selected {
	background-color:#09F;
	color:#FFF;
}
.ln-letters .ln-disabled {
	color:#ccc
}
.ln-letter-count {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	text-align:center;
	font-size:0.8em;
	line-height:1.35;
	color:#999
}/*# sourceMappingURL=listnav.css.map */

/* ------------------------------------------------------------------------------------------ */
/* Breadcrumb ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.breadCrumbHolder {
	display:block;
	margin:10px 0 0 0;
}
.breadCrumb {
	margin: 0 0 0 0;
	padding:5px;
	/*	float: left;*/
	display: block;
	overflow: hidden;/*	background:#333;*/
}
.breadCrumb ul {
	margin: 0;
	padding: 0;
	/*	height: 21px;*/
	display: block;
}
.breadCrumb ul li {
	color:#FFF;
	display: block;
	float: left;
	position: relative;
	/*	height: 21px;*/
	overflow: hidden;
	line-height:19px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	font-size:13px;
	background: url(../images/Chevron.png) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span {
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a {
	display: block;
	position: relative;
	/*	height: 21px;*/
/*	line-height:18px;*/
	overflow: hidden;
	float: left;
	color:#09F;
}
.breadCrumb ul li a:hover {
	color:#fff;
}
.breadCrumb ul li.first a {
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	margin:0 0 0 0;
	padding: 0;
	margin-top:2px;
	overflow: hidden;
	background:url(../images/IconHome.png) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover {
	background-position: 0 -16px;
}
.breadCrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay {
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
/* ------------------------------------------------------------------------------------------ */
/* Video ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#videoWrapper {
	display:inline-block;
}
#sessionVideoWrapper {
	position:relative;
}
.vjs-default-skin .vjs-play-progress {
	background:#09F;
}
.vjs-default-skin .vjs-big-play-button {
	left:420px;
	top:214px;
	font-size:38px;
	z-index:2;
	width:100px;
	height:100px;
	opacity:1;
	background-color:#09F;
	/*	background-color:rgba(7,20,30,.7);*/
	border:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
	background-color:#909;
	/*	background-color:rgba(50,50,50,.75);*/
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.vjs-default-skin .vjs-big-play-button:before {
	text-shadow:none;
	left:3px;
}
.vjs-default-skin .vjs-volume-level {
	background:#09F;
}
.vjs-waiting {
  visibility: hidden;
  background: transparent;
}
.vjs-loading-spinner {
  display: none !important;
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* ------------------------------------------------------------------------------------------ */
/* Footer ----------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#footer {
	background:#fff;
	line-height:67px;
}
#footer, #mainWrapper:after {
	height:100px;
}
#footerLogos {
	width:940px;
}
#footerLogos li {
	float:left;
/*	display:inline-block;*/
	margin:0 40px 0 0;
}
#footerLogos li.footerRightLogo {
	float:right;
	margin:0;
}
/* ------------------------------------------------------------------------------- */
/* iCheck ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
/* iCheck plugin Square skin, blue ----------------------------------- */
.icheckbox_square-blue, .iradio_square-blue {
	display: inline-block;
 /* *display: inline;
	zoom:1; /* IE Fix /
*/
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(skins/square/blue.png) no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox_square-blue {
	background-position: 0 0;
}
.icheckbox_square-blue.hover {
	background-position: -24px 0;
}
.icheckbox_square-blue.checked {
	background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
	background-position: -72px 0;
	cursor: default;
}
.icheckbox_square-blue.checked.disabled {
	background-position: -96px 0;
}
.iradio_square-blue {
	background-position: -120px 0;
}
.iradio_square-blue.hover {
	background-position: -144px 0;
}
.iradio_square-blue.checked {
	background-position: -168px 0;
}
.iradio_square-blue.disabled {
	background-position: -192px 0;
	cursor: default;
}
.iradio_square-blue.checked.disabled {
	background-position: -216px 0;
}
/* HiDPI support */
/*
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
 .icheckbox_square-blue,  .iradio_square-blue {
 background-image: url(blue@2x.png);
 -webkit-background-size: 240px 24px;
 background-size: 240px 24px;
}
}
*/
#barraAvaliacaoHolder {
	position:relative;
	background-color:#eee;
	z-index:1;
}
#barraAvaliacao {
	height:30px;
	background-color:#0F0;
	padding:0;
	z-index:2;
	display:inline-block;
}
.valorAvaliacao {
	position:absolute;
	top:0;
	right:10px;
	line-height:30px;
	font-weight:bold;
}
#chart {
	margin:0 auto;
}
.morris-hover {
	position:absolute;
	z-index:1000;
	background-color:#9C3;
}
.morris-hover.morris-default-style {
	border-radius:0;
	padding:5px 20px;
	color:#993399;
	background:rgba(255, 255, 255, .9);
	border:solid 1px rgba(200, 200, 200, 1);
	font-size:13px;
	text-align:center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight:bold;
	margin:0;
}
.morris-hover.morris-default-style .morris-hover-point {
	white-space:nowrap;
	margin:0 0;
}
/* ------------------------------------------------------------------------------------------ */
/* Tooltips --------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.tooltipster-red {
	border-radius: 0;
	border:0px solid #ffffff;
	background:#ce0000;
	color:#ffffff;
}
.tooltipster-red .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 20px;
	overflow: hidden;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.tooltipster-default {
	border-radius: 0;
	border:0px solid #ffffff;
	background:#0099ff;
	color:#ffffff;
}
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 20px;
	overflow: hidden;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
/*
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
/* border-color: ... !important; *
}
*/
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}
.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
/*
.tooltipster-fall-show {
}
*/
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}
.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
/*
.tooltipster-slide.tooltipster-slide-show {
}
*/
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* ==========================================================================
   Accordion
   ========================================================================== */
#cover {
    background: url(../images/linear_loading.gif) no-repeat scroll center center rgba(0,0,0,0.8);
    position:fixed;
	width:100%;
	height:100%;
	z-index:999;
}
ul.accordion li ul {
	display:none;
}
/*
 *  Remodal - v0.4.1
 *  Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked,
body.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    visibility: hidden;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;

    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0px);
	transform: translateZ(0);
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;

    display: inline-block;
	text-align:left;
}

/* Anti-zoom. Font-size should be >= 16px. */

.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
    font-size: 16px;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */
.remodal ol {
	font-weight:bold;
}
.remodal ol li span{
	font-weight:normal;
}
/*
.remodal,
.remodal * {
/*    font-family: "Exo 2", sans-serif;*
}
*/
/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s ease-out;
    -moz-transition: -moz-filter 0.2s ease-out;
    -o-transition: -o-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;

    opacity: 0;
    background: rgba(33, 36, 46, 0.95);
}

body.remodal-is-active .remodal-overlay {
    opacity: 1;
}

/* Default theme styles of the modal dialog */

.remodal {
    font-size: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 20px;

    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
    color: #333333;
    background: #ffffff;
    background-clip: padding-box;
}

body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 28px;
    height: 28px;

	background: #333333;

    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    text-decoration: none;

	padding:0 10px 0 10px;
/*
    -webkit-border-radius: 50%;
    border-radius: 50%;
*/
}

.remodal-close:after {
/*    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;*/
    font-size: 20px;
	font-weight:bold;
    line-height: 24px;

    display: block;

    content: "x";
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;

    color: #ffffff;
}

.remodal-close:hover,
.remodal-close:active {
    background: #ce0000;
}

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
    color: #ffffff;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font-size: 10pt;

    display: inline-block;

    width: 120px;
    margin: 0 0 5px 0;
    padding: 9px 0;

    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    text-decoration: none;

    -webkit-border-radius:50px;
    border-radius:50px;
    background-clip:padding-box;
}

.remodal-confirm {
    color: #16a085;
    border: 2px solid #16a085;
    background: #f4f4f4;
}

.remodal-confirm:hover,
.remodal-confirm:active {
    color: #f4f4f4;
    background: #16a085;
}

.remodal-cancel {
    color: #c0392b;
    border: 2px solid #c0392b;
    background: #f4f4f4;
}

.remodal-cancel:hover,
.remodal-cancel:active {
    color: #f4f4f4;
    background: #c0392b;
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 940px;
        min-height: 0;
        margin: 20px auto;
/*
        -webkit-border-radius: 6px;
        border-radius: 6px;
*/
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
    width:940px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
    margin: auto;

    text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
    background: transparent;
}

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
    color: #3e5368;
}