@charset "utf-8";
/* CSS Document */
@import url('font/font.css');
* {
	font-family: sans-serif;
}
#toolbar {
	background-image: url(../img/bgToolbar.png);
	background-repeat: repeat-x;
	height: 35px;
}
#toolbar p {
	color: #D1D1D1;
	font-size: 14px;
	padding-top: 6px;
}
.btnClose {
	font-size: 13px;
	color: #D1D1D1;
	padding: 2px 8px 2px 30px;
	margin: -30px 0 0 0;
	background-image: url(../img/btSair.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	text-decoration: none;
}
.btnClose:hover {
	text-decoration: none;
	color: #D1D1D1;
}
#footerSuporte {
	background-color: #131313;
	color: #FFF;
	font-size: 12px;
	padding: 13px 0;
	margin-top: 15px;
}
#pw {
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
}
.alignCenter {
	text-align: center
}
.nomeEvento {
	color: #36607e;
	font-weight: lighter;
	font-size: 27px;
	border-bottom: solid 3px #36607e;
	padding: 25px 0 23px 0;
	background-color: #f0f0f0;
	margin-top: 0;
	margin-bottom: 0;
}
#areaLogin {
	width: 500px;
	padding: 20px 20px 10px 20px;
	margin: auto;
	margin-top: 35px;
	-webkit-box-shadow: 0 0 1px 0 #9E9E9E;
	box-shadow: 0 0 1px 0 #9E9E9E;
	border-bottom: 4px solid #36607e;
}
#areaOptionIndex {
	width: 502px;
	margin: 10px auto 0 auto;
}
.btnIndex {
	background-color: #36607e;
	color: #FFF;
	padding: 7px 17px;
	font-size: 12px;
	width: 211px;
	display: block;
	float: left;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	height: 43px;
	line-height: 39px;
	border-radius: 6px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btnIndex:hover {
	background-color: #131313;
	text-decoration: none;
	color: #FFF;
}
.clear {
	clear: both
}
.arrow-left {
	background-image: url(../img/arrow-left.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 37px;
	line-height: 34px;
	width: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 11px;
}
#footerSuporte p {
	float: left;
	padding-top: 9px;
}
#footerSuporte img {
	float: left;
	padding-top: 4px;
	margin-right: 8px;
}
form {
	overflow: hidden;
	background-color: rgba(240, 240, 240, 0.4);
	border: solid 1px rgba(204, 204, 204, 0.54);
	margin-bottom: 20px;
	border-radius: 0 10px 10px 0;
	padding: 20px;
	margin-top: 20px;
	border-left: solid 3px #006080;
}
#menusup {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
#menusup ul {
	list-style: none;
	margin: 0;
	margin-top: 50px;
}
#menusup li {
	display: inline-flex;
}
#menusup li a {
	color: #545454;
	padding: 12px 15px;
	background-color: #EDEDED;
	font-size: 10px;
}
#menusup li a:hover {
	text-decoration: none;
	border-bottom: solid 3px #36607e;
	background-color: #E4E4E4;
}
.linhaHorizontal {
	border-bottom: solid 1px rgba(84, 84, 84, 0.28);
}
#resumo_geral {
	background-color: rgba(240, 240, 240, 0.4);
	border: solid 1px rgba(204, 204, 204, 0.54);
	margin-bottom: 20px;
	border-radius: 10px;
}
#resumo_geral .boxes {
	border: solid #CCC;
	margin: 0px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #c6c6c6));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #c6c6c6 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #c6c6c6 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #c6c6c6 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, rgba(198, 198, 198, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#c6c6c6', GradientType=0 );
	border-radius: 9px;
	width: 219px;
	height: 274px;
	text-align: center;
	padding-top: 17px;
	margin-bottom: 22px;
	display: inline-block;
	vertical-align: top;
}
#resumo_geral p {
	text-align: center;
	padding: 2px 13px;
	margin-top: -6px;
}
#resumo_geral h1 {
	font-weight: lighter;
	font-size: 18px;
	padding: 21px 17px 2px 17px;
	color: #545454;
	background-color: transparent;
	border-bottom: none;
}
#resumo_geral h2 {
	font-weight: lighter;
	font-size: 14px;
	text-align: center;
	color: #545454;
	padding: 0px 10px;
	line-height: 16px;
}
#resumo_geral h3 {
	font-weight: lighter;
	font-size: 32px;
	text-align: center;
	color: #545454;
}
h1 {
	font-weight: lighter;
	font-size: 22px;
}
table {
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
	border-color: gray;
}
table td {
	color: #545454;
	padding: 5px 10px;
	text-align: center;
	word-break: break-all;
	vertical-align: top;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.titulo_colunas {
	position: relative;
	color: #FFF;
	padding: 8px 10px;
	text-align: center;
	font-size: 13;
	background-color: #131313;
	border-left: solid 1px #FFF;
}
#temas_livres label {
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #5C7C26;
	border-bottom: solid 1px rgba(92, 124, 38, 0.37);
	font-weight: bold;
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
}
#temas_livres h1 {
	background-color: #545454;
	color: #FFF;
	padding: 10px 15px 11px 15px;
	font-size: 14px;
	margin-top: 0;
	line-height: normal;
}
#temas_livres p {
	margin: 0 15px 18px 15px;
	text-transform: uppercase;
}
.textTransformLowercase {
	text-transform: lowercase !important
}
.bt_on {
	background-image: url(../img/on-off.png);
	background-position: left;
}
.bt_off {
	background-image: url(../img/on-off.png);
	background-position: right;
}
.bt_on, .bt_off {
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 71px;
	margin: auto;
	cursor: pointer;
}
.delete {
	font-size: 11px;
	color: #b54646;
}
.edit-img {
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.delete:hover, .edit:hover {
	-webkit-filter: grayscale(100%);
}
.edit {
	font-size: 11px;
	color: #36607e;
	margin: 7;
}
#areaFiltro {
}
.marginTop {
	margin-top: 10px;
}
#infoPesquisa {
	padding: 9px 13px;
	color: #36607e;
	font-size: 12px;
	border: solid 1px;
	margin-left: 10px;
	border-radius: 6px;
	float: left;
	display: block;
	margin-top: -50px;
	margin-left: 130px;
}
#bt_nav {
	border: solid 1px #DFDFDF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px;
	text-align: center;
}
#bt_nav a {
	margin: 2px;
	line-height: 29px;
	color: #767676;
	padding: 5px 9px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	border: solid 1px #C2C2C2;
	background-color: #f0f0f0;
	text-decoration: none;
}
#bt_nav a:hover {
	text-decoration: none;
	background-color: #767676;
	color: #FFFFFF;
	border: #767676 solid 1px;
}
#bt_nav h1 {
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #5E5E5E;
}
.bt-nav-selected {
	margin: 2px;
	line-height: 29px;
	color: #FFF;
	padding: 5px 9px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	border: solid 1px #36607e;
	color: #36607e;
	font-weight: bold;
}
.divisor_pesquisa {
	border-left: solid 1px;
	margin: 0 10px;
}
#editCadastro h2 {
	background-color: #545454;
	color: #FFF;
	padding: 10px 15px 11px 15px;
	font-size: 14px;
	margin-top: 0;
	line-height: normal;
}
#editCadastro label {
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #5C7C26;
	font-weight: bold;
	font-size: 11px;
}
.floatRight {
	display: block;
	float: right;
	margin-left: 8px;
}
.green {
	color: #5C7C26;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px rgba(92, 124, 38, 0.28);
	display: block;
	padding: 12px 15px;
	background-color: #F1F1F1;
	margin: 10px 0;
}
.pgRestrita {
	display: block;
	text-align: center;
	color: #36607e;
	font-size: 18px;
	line-height: 54px;
}
form input {
}
legend {
	color: #646464;
	font-size: 15px;
	border-bottom: solid 1px rgba(171, 171, 171, 0.4);
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 3px;
}
#registerSteps {
	text-align: center;
}
#registerSteps .step {
	background-color: #efcd02;
	border-radius: 5px;
	border: solid 2px #C7AA00;
}
.formRegister {
}
#steps a {
	text-align: center;
	border: solid 1px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: bold;
	font-size: 15px;
}
#steps a:hover {
	background-color: #F7F7F7;
	text-decoration: none;
}
#steps small {
	display: block;
	font-weight: lighter;
}
.btnClick {
	background-color: #2b9857;
	color: #efcd02;
	font-family: 'akzidenz-grotesk_condensed_Rg';
	padding: 20px 75px;
	font-size: 44px;
	font-weight: lighter;
	border-radius: 7px;
	border: none;
	line-height: 39px;
	text-align: center;
	display: inline-block;
	margin: 0 0 20px 0;
}
.btnClick:hover {
	text-decoration: none !important;
	color: #FFF;
}
.stepSelected, .stepSelected:hover {
	background-color: #FD0 !important;
}
.btnExcluir {
	background-color: #F00;
	color: #FFF;
}
.iconPresenter {
	background-position: top left;
}
.iconListener {
	background-position: bottom left;
}
.iconOk {
	background-position: top right;
}
.iconNoOk {
	background-position: bottom right;
}
.iconNoAvaliado {
	background-position: top center;
}
.iconReprovado {
	background-position: bottom center;
}
.iconPresenter, .iconListener, .iconOk, .iconNoOk, .iconNoAvaliado, .iconReprovado {
	background-image: url(../img/icons-filtro.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
	margin: auto
}
tr:hover {
	background-color: #ECECEC
}
.campoDestaque {
	margin-top: 0 !important;
}
.campoDestaque label {
	font-family: 'akzidenz-grotesk_condensed_Rg';
	font-size: 26px;
	line-height: 45px;
}
.campoDestaque select {
	font-family: 'akzidenz-grotesk_condensed_Rg';
	font-size: 26px;
	height: 56px;
	background-color: #EFCD02;
}
.radioWs {
	font-size: 20px;
	width: 30px !important;
	display: block;
	float: left;
	height: 16px;
}
.approved, .notapproved {
	font-size: 20px;
	margin-left: 10px;
}
.approved {
	color: #2B9857;
}
.notapproved {
	color: #F00;
}
#wsSelect {
	margin: 0 0 20px 0;
}
#wsSelect ul {
	margin: 0;
	padding: 0;
}
#wsSelect li {
	display: block;
	border-bottom: solid 1px #DDD;
	padding: 10px;
	clear: both;
}
#wsSelect li:hover {
	background-color: #E7E7E7;
}
.btnClickSmall, .btnClickAproved {
	font-family: 'akzidenz-grotesk_condensed_Rg';
	padding: 3px 13px;
	font-size: 17px;
	font-weight: lighter;
	border-radius: 4px;
	border: none;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin: 0;
	float: right;
	margin-top: -3px;
}
.btnClickSmall {
	background-color: #CFCFCF;
	color: #545454;
}
.btnClickSmall:hover {
	text-decoration: none !important;
	color: #FFF;
}
.btnClickAproved {
	background-color: #2B9857;
	color: #FD0;
}
.logoTopo {
	padding: 20px 20px 20px 0;
}
.emailLog {
	display: block;
	float: right;
	color: #FFF;
	position: relative;
	margin-top: -29px;
	right: 72px;
}
#relacaoExames th {
	padding: 10px;
	background-color: #E7E7E7;
	border-right: solid 3px #FFF;
}
label {
	display: inline-block;
}
.radio {
	padding-right: 20px;
}
.control-label_inline {
	padding-right: 22px;
}
.cadOk, .cadNotOk {
	background-image: url(../img/btn-cad.png);
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	margin: auto
}
.cadOk {
	background-position: center top
}
.cadNotOk {
	background-position: center bottom;
}
.tabComp {
	width: 28%;
	margin: 5px;
	display: inline-block;
}
.aviso {
	color: #da4f49;
	text-align: center;
	display: block;
	border: dashed 1px #da4f49;
	background-color: rgba(218, 79, 73, 0.19);
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
.btn-diagnostico {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8E4B05;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF8B14), to(#8E4B05));
	background-image: -webkit-linear-gradient(top, #FF8B14, #8E4B05);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #FF8B14, #8E4B05);
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #FF8B14 #8E4B05;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:dximagetransform.micr;
}
.btn-diagnostico:hover {
	background-color: #8E4B05;
	color: #FFF;
}
