body
{
	margin: 0;
	padding: 0;
	color: #555;
	/*font: normal 12px Verdana,Arial,Helvetica,sans-serif;*/
	/*background: #FFFFFF; */
	
	background:#fff; /*url(../images/bg_main.png) repeat;*/
}
a {
    color: #CC0000;
    text-decoration: none;
    /*font-weight: bold;*/
}
#configure {
	top: 120px;
	position:absolute;
	right: 0px;
}

#header a.actions {
	border-color: #888;
	/*-webkit-box-shadow: 0 0 3px #2e2e2e;
-moz-box-shadow: 0 0 3px #2e2e2e;
box-shadow: 0 0 3px #2e2e2e;*/
background: -moz-linear-gradient(top, #F2F2F2 0%, #D9D9D9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#D9D9D9));
background: -webkit-linear-gradient(top, #F2F2F2 0%,#D9D9D9 100%);
background: -o-linear-gradient(top, #F2F2F2 0%,#D9D9D9 100%);
background: -ms-linear-gradient(top, #F2F2F2 0%,#D9D9D9 100%);
background: linear-gradient(top, #F2F2F2 0%,#D9D9D9 100%);
display: block;
padding: 0;
margin: 6px 5px 6px 0;
border: 1px solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 26px;
height: 26px;
background-position: center;
background-repeat: no-repeat;
}

#configure img {
margin: 5px 0 0 5px;
}
#configure li {
	float: left;
	display: block;
	line-height: 160%;
	list-style: none;
	text-align: -webkit-match-parent;

}

.filters select[name="VagaCurriculo[status]"] {
	width: 150px !important;
}
.filters input[name="VagaCurriculo[pretensao]"] {
	width:80px !important;
}
.filters select[name="VagaCurriculo[avaliacao]"] {
	width: 40px !important;
}
.filters select[name="VagaCurriculo[origem]"] {
	width: 130px !important;
}
.filters td {
	text-align:center;
}

/*.ui-multiselect {
	overflow:auto;
	max-height: 400px !important;
}*/
.ui-multiselect .available {
	width: 330px !important;
}
.padding5 {
	padding:5px !important;
}
.formulario .ui-datepicker-trigger {
position:absolute;
	margin-top: 11px;
}
#field_borda {
    /*background-color: #FBFBFB; */
    padding:10px;
    border: 2px solid #DDDDDD;
    /*width: 95%; */
}
#field_borda legend{
	font-weight: bold;
}

.padding10 {
	padding:10px !important;
}
.grafico_laudo {
	background-color:#fff;
	border: 1px solid #c1c1c1;
	text-align:center;
	padding:10px;
}
#header
{
	margin: 0;
	padding: 0;
	background:#fff;
	/*font: normal 5px Verdana, Arial, Helvetica, sans-serif; */
	
}
#grid_cesta #observacoes_interno {
	width: 48%;
	height: 200px;
	float:left;
	border: 1px solid #DDDDDD;
	background:#fff url(../images/obs_interno.jpg) no-repeat center center;
}

#grid_cesta #observacoes_empresa {
	width: 48%;
	height: 200px;
	float:right;
	border: 1px solid #DDDDDD;
	background:#fff url(../images/obs_empresa.jpg) no-repeat center center;
}

#grid_cesta #copia_observacoes {
	background: transparent url(../images/flexa.png) no-repeat;
	width:16px;
	height: 16px;
	position:absolute;
	margin-left: 46.5%;
	margin-top: 20px;
	cursor:pointer;
	
}

#grid_mapeamentos #observacoes_empresa {
	width: 99%;
    height: 100px;
    border: 1px solid #DDDDDD;
    background: #fff url(../images/obs_empresa.jpg) no-repeat center center;
}

.nomeCandidato {
	font-weight: bold;
	cursor:pointer;
	text-decoration:underline;
}

.nomeCandidatoMapeamentos {
	font-weight: bold;
	cursor:pointer;
	text-decoration:underline;
}

.nomeCandidatoMapeamentosNotFound {
	color: red;
}

.nomeCandidatoMapeamentosFound {
	color: #555555;
}

.idCandidato {
	font-weight: bold;
	cursor:pointer;
	text-decoration:underline;
}
.selectObservacoes {
	width: 100%;
}
.curriculo {
	padding:10px;
	margin-bottom: 10px;
	background-color: #ededed;
	border: 1px solid #DDDDDD;
  /*box-shadow: 1px 1px 7px #CCCCCC;*/
	min-height: 77px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-radius:10px; 	
}
.curriculo p {
	margin-left: 110px;
}
.curriculo .nome{
	font-size: 15px;
}
.curriculo .pretensao{
	font-size: 15px;
	font-weight: bold;
}
.curriculo img{
 border: 1px solid #DDDDDD;
 /* box-shadow: 1px 1px 7px #CCCCCC;*/
	float:left;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-radius:10px; 
}
#infolista {
    display: block;
    float: right;
    margin-right: 0px;
    position: relative;
}
#infolista img{
	padding:1px;
}
#logo
{
	margin-top: -20px;
	margin-left: 30px;
	position: absolute;
}

.sistema {
background: transparent url(../images/sistema.png) no-repeat;
width: 595px;
padding-top: 45px;
margin-top: 28px;
margin-left: 298px;
margin-bottom: 30px;
}
.trabalheTopo {

width: 595px;
padding-top: 13px;
margin-top: 28px;
margin-left: 298px;
margin-bottom: 30px;
}

li#primeiro {
	border-left: 1px solid #AE432E !important;
	margin-left: 30px;
}

#photo {
	float:left;
	
}
#upload_results {
	float:right;
}

.topformacao{
	margin-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
}

html, body, #bg-content {height: 100%;}
body > #bg-content {height: auto; min-height: 100%;}

#bg-content {
	/*background:#EEEEEE url(../images/bg-content.jpg) repeat-x;*/
}

#content
{
    padding: 20px;
    background: #fff url('../images/bg-content.gif') repeat-x;
    border: 1px solid #D5D3D3;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-radius:10px;    
	/*padding-bottom:150px; */

}
#loading-indicator-content-overlay{
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-top-right-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-radius:10px;	
}
#content h1 {
  color: #444444;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
/*text-shadow: 0.0em 0.1em #c5c5c5;*/
margin-bottom: 10px;
padding-bottom:7px;
border-bottom: 4px solid #DFDFDF;
/*height: 1em;*/
/*filter: Shadow(Color=#cccccc,Direction=100,Strength=20);*/
	
}




#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding-top:40px;
	position: relative;
	height: 50px;
	clear:both;
	text-align: center;
	color:#fff;
	margin-top: 50px;
	/*background-image:url('../images/bg-footer.jpg'); */
	background-repeat: repeat-x;	
	background-color:#2E353B;
	/*box-shadow: 0px -7px 7px -7px #333;*/
}
#topnav {
	
	/*box-shadow: 0px 7px 7px -7px #333, 0px -7px 7px -7px #333;*/
}
#footer ul {
width: 300px;
margin: 0 auto;
}
#footer ul li {
	width: 100px; 
	position: relative;
	float:left;
}
#footer p{
	margin-top: -5px;
	color: #F2F2F2;
	/*text-shadow: 0 1px 1px #1A1A1A;*/
	font-size: 100%;
	padding:10px;
	padding-top: 0px;
}
ul {
list-style-type:none;
}




/*
#mainmenu
{

}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
	background-image:url('components/fundo_cinza.gif');background-repeat:repeat-x;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:Black;
	background-color:transparent;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: Black;
	background-color:#D6D6D6;
	text-decoration:none;
}
*/
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #d1d1d1;
}

.list-view .alphapager
{
	text-align: center !important;
	padding:10px;
	background-color: #ddd;
	
}

.list-view .pager {
	/*margin: 5px 0 0 0; */
	padding-top:10px;
	padding-bottom:20px;
	
	/*text-align: center !important;*/

	/*background-color: #ddd;*/
}
.list-view .pager a:link,
.list-view .pager a:visited
{
	border:solid 1px #888;
	font-weight:bold;
	color:#888; 
	padding:1px 6px;
	text-decoration:none;
}

.list-view .pager a:hover
{
	border:solid 1px #D95338;
}

.list-view .pager .selected a
{
	background:#D95338;
	color:#F4F0EC;
	font-weight:bold;	
}

.list-view .pager .hidden a
{
	border:solid 1px #888;
	color:#888888;
}


.ui-tooltip {
padding: 0px !important;
}

div.breadcrumbs
{
	font-size: 1.1em !important;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: Orange;
	border-left: 5px solid red;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#FFFFFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: Orange;
	color:#FFFFFF;
}

div.loading {
    background-color: #eee;
    background-image: url('images/loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

.highlight { background-color: yellow }

/* Formularios */
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

/* ----------- Formulario ----------- */
.formulario{
border:solid 2px #ddd;
background:#f3f3f3;
margin:0 auto;
/*width:400px;*/
padding:14px;
}



.titulo {
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #ddd;

}
.linhas {
	padding: 5px;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;	
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #ddd;
}

.caixa {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #ddd;

}

/*
.formulario input, .formulario select{

font-size:12px;
padding:4px 2px;
border:solid 1px #c5c5c5;

margin-top:5px ;
margin-bottom:5px ;
}
*/
/*
.formulario button, .formulario input[type="button"], .formulario input[type="submit"]{
	display: inline-block;
	vertical-align: baseline;
	white-space: nowrap;
	width: auto;
	cursor: pointer;
	overflow: visible;
	padding: 7px 10px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font: 99% 'Open Sans', Arial, sans-serif;
	color: #F2DEDA;
	border-color: #A6402B #993B28 #803121;

	background:-moz-linear-gradient(top, #d95338 0%, #ae432e 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d95338), color-stop(100%,#ae432e)); 
	background:-webkit-linear-gradient(top, #d95338 0%,#ae432e 100%); 
	background:-o-linear-gradient(top, #d95338 0%,#ae432e 100%); 
	background:-ms-linear-gradient(top, #d95338 0%,#ae432e 100%); 
	background:linear-gradient(top, #d95338 0%,#ae432e 100%); 

}


.formulario button:hover, .formulario input[type="button"]:hover, .formulario input[type="submit"]:hover{
	font: 100% 'Open Sans', Arial, sans-serif;
	background:-moz-linear-gradient(top, #ae432e 0%, #d95338 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae432e), color-stop(100%,#d95338)); 
	background:-webkit-linear-gradient(top, #ae432e 0%,#d95338 100%); 
	background:-o-linear-gradient(top, #ae432e 0%,#d95338 100%); 
	background:-ms-linear-gradient(top, #ae432e 0%,#d95338 100%); 
	background:linear-gradient(top, #ae432e 0%,#d95338 100%); 
}
*/
.completo {
	background-color: #ffeae8;
}
.simples {
	background-color: #fff4f3;
}
.externo {
	background-color: #fffdfd;
}

canvas { position:absolute; z-index:900; right:0px;}

#usuarioslista {
	background-color: #fff;
	width: 205px;
	border: #c1c1c1 solid 1px;
	padding: 3px;
	margin-bottom: 3px;
}
#usuarioslista ul {
	padding: 0px;
	margin: 0px;
}
#usuarioslista ul li {
	border-bottom: #c1c1c1 solid 1px;
	cursor: pointer;
}
#usuarioslista ul li:hover {
	background-color:#f1f1f1;
}
#usuarioslista .perfil {
	padding-left: 16px;
	color:#c1c1c1;
	/*text-shadow: none;*/
}
#usuarioslista .usuario {
	color:#000;
	/*text-shadow: none;*/
}
#usuarioslista ul li:last-child {
	border-bottom: 0px;
}
.usuariosonlinesistema {
  background: url('/SIS/images/fundo.png') repeat;	
	float:left;
	display:block;
	position:fixed;
	top: 110px;
	left: -3px;

	
	padding:5px;
	height: 40px;
	width: 32px;
	text-align:center;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	-khtml-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px; 	
}
.janelaAvaliacao .star-rating a{
	cursor: pointer !important;	
}
.usuariosonlinesistema {
cursor: pointer;
}
.usuariosonlinesistema img {
padding-top:5px;
margin-right: 8px;
}
.usuariosonlinesistema span {
	margin-top: 2px;
}



#label {
	width: 100px;
	float:left;
	display:block;
	margin-top:3px;
	clear:both;	
}

.formulario .row label {
	width: 100px;
	float:left;
	display:block;
	margin-top:10px;
clear:both;
}

#carregando.carregando div{
	background:url(../images/carregando.gif) no-repeat;
	width:230px;
	height:53px;
	margin: 0 auto;
	margin-top: 20%;
	z-index: 1002;
} 
.loading-indicator-overlay {
 background: #666666 url(../images/fundoloading.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
}
body div.loading-indicator-bars {
	background:url(../images/carregando.gif) no-repeat;
	width:230px;
	height:53px;
}
#aguarde{
	position:absolute;
	
	 background: #666666 url(../images/fundoloading.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
}
#aguarde div{
		background:url(../images/carregando.gif) no-repeat;
	width:230px;
	height:53px;
	margin: 0 auto;
	z-index: 1002;
}

body div.substatus {
	background:url(../images/substatus.gif) no-repeat;
	width:230px;
	height:53px;
	
}
.aviso {
	margin-bottom: 5px; 
}
#avisos_sistema {
	position:fixed;
	top:0;
	right: 0;
	margin-right:20px;
	margin-top: 10px;
	width: 600px;
	z-index: 6000;
/*opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80); */	
}
.icone_sair{
	background:url(../images/logout.png) no-repeat;
	padding-left: 30px;
padding-top: 5px;

color: #C00 !important;
/*text-shadow: 0 1px 1px #c1c1c1;*/

}
.icone_usuario{
	background:url(../images/user.png) no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	color: #C00 !important;
	/*text-shadow: 0 1px 1px #c1c1c1;*/
}

.icone_home{
	background:url(../images/home.png) no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	color: #C00 !important;
	/*text-shadow: 0 1px 1px #c1c1c1;*/
}
.icone_sair:hover, .icone_usuario:hover, .icone_home:hover {
	color:#484848 !important;
}

.ui-tooltip-light{
  max-width: 500px !important;
  width: 500px !important;
}
.ui-tooltip-cream {
  max-width: 500px !important;
  width: 500px !important;
}
.ui-tooltip-blue {
  max-width: 500px !important;
  width: 500px !important;
}
.ui-tooltip-red {
  max-width: 500px !important;
  width: 500px !important;
}
.ui-tooltip-dark {
  max-width: 500px !important;
  width: 500px !important;
}
.ui-tooltip-green {
  max-width: 500px !important;
  width: 500px !important;
}

.view .deletar {float:right; margin-top: -15px;border:none;}
/* Bug do uiDialog no chrome */
.ui-dialog { margin:0 auto; }

.clear {
	clear: both;
}
.topformacao, .topexperiencia {
		margin-bottom: 10px;
		border-bottom: 1px solid #C1C1C1;
}
.formacao_ex, .experiencia_ex{
    position: relative;
    float: right;
    width: 81px;
    cursor: pointer;
    top: -343px;
}
.experiencia_ex{
	top: -503px!important;
}
.software_ex, .idioma_ex{
	float: left;
    margin-left: 20px;
    width: 81px;
}
.software_n, .idioma_n{
	clear: both;
}

.software_n .control-group, .idioma_n .control-group{
	width:auto;
	height: 35px;
	float: left;
}
.celular_n{

	margin-bottom: 40px;
}

#asmContainer0 {
	border: #c1c1c1 solid 1px;
	padding: 5px;
	padding-left: 10px;
	float:right;
	right: 30px;
	top: 0px;
	margin-top: -430px; 
	height: 350px;
	width: 350px;
	overflow: auto;
}
#encerrar-form .row label {
	width:150px !important;
}
.radio input[type="radio"]{
		margin:0!important;	
		/*margin-top:8px!important;*/
		float:none;
		vertical-align: baseline;
}
.radio label{
	margin:5px 0 0 3px!important;
}


#containerVagas h2{
	color: Orange;
}
#pre-submenu {
	width: 98%;

}
#submenu {

z-index:0;


	position:relative;
	/*margin-top: -44px;*/
	margin-left:302px;
	 filter: alpha(opacity=50); opacity: 0.5; 
}
#submenu ul
{
	margin-top: -20px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-khtml-border-bottom-right-radius:10px;
-khtml-border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
background-color: #2E353B;
    float: left;
    font-size: 70%;
    list-style: none outside none;
    height: 25px;
    padding: 0;
    padding-left: 5px;
    text-transform: uppercase;
    width: 99%;
  
}

#submenu ul li
{
	background: none repeat scroll 0 0 transparent;
 	display: block;
    float: left;
     
    font: inherit;
    height: 25px;
    list-style: none outside none;
    margin-bottom: 0;

  padding-left:20px;
	margin-top: 3px;
    position: relative;
    text-shadow: 0 1px 1px #1A1A1A;
    text-transform: uppercase;
    vertical-align: baseline;
	
}

#submenu ul li a
{

	color:#f2f2f2;
	background-color:transparent;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	/*padding:5px 8px; */

}

#submenu ul li a:hover, #submenu ul li.active a
{
	color:#c1c1c1;
	/*background-color:#D6D6D6; */
	text-decoration:none;
}

div.loading {
    background-color: #eee;
    background-image: url('loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}




form h1, h2, h3, h4, h5 {
	margin: 0 0 0 0;
}

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 1px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}


div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide form .row
{
	clear: left;
}

div.wide form .buttons
{
	clear: left;
	padding-left: 110px;
}

div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}

.rowRadioList label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}
.rowRadioList {
	font-weight: bold;
	font-size: 0.9em;
}
.rowRadioList .errorMessage{
	font-weight: normal;
}
div.rowBorder {
	/*border: 1px black dashed;*/
}

.form.manual label
{
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
}
.form.manual table,th,tr,td {
	padding: 0;
}



table.items {width:100%;}
table.items th {font-weight:bold;}
table.items thead th {
background: -moz-linear-gradient(top, #D95338 0%, #AE432E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D95338), color-stop(100%,#AE432E));
background: -webkit-linear-gradient(top, #D95338 0%,#AE432E 100%);
background: -o-linear-gradient(top, #D95338 0%,#AE432E 100%);
background: -ms-linear-gradient(top, #D95338 0%,#AE432E 100%);
background: linear-gradient(top, #D95338 0%,#AE432E 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D95338', endColorstr='#AE432E', GradientType=0) !important;
}


/* grid.css */
.container {width:98% !important; margin-left: 12px !important; margin-right: 20px !important;}

.grid-view .filters input, .grid-view .filters select {
	padding: 0px;
	margin: 0px;
}

#tabCurriculo .list-view {
	padding-top: 0px !important;
}
.windowMotivos .multiselect-container, .windowAdicionar .multiselect-container {
	position:static;
	float: right;
	clear:both;
}
#tabVagas {
	margin-top: 10px;
}

#tabMapeamentos {
	margin-top: 10px;
}

#tabVagas .summary {
	display:none;
}

#tabTriagem .summary {
	display:none;
}

.detalhesVaga table{
	width: 100%;
}
.detalhesVaga table tbody tr th{
	color: #555 !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

.emailrecebido {
 	color: #006400 !important;
}
.emailnaorecebido {
	color: #B22222 !important;	
}


.icon-fa-mobile:before{
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\f10b"
}
.curriculoImagem {
	width: 160px; 
	float:left;
	margin: 0 20px 5px 0;
	padding: 4px;
}
.navbar .brand {
	display: none;
}

body .modal90 {
  width: 70% !important;
  /*left: 15% !important;*/
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.grid-view table, 
	.grid-view thead, 
	.grid-view tbody, 
	.grid-view th, 
	.grid-view td, 
	.grid-view tr { 
		display: block  !important; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.grid-view thead tr, .grid-view tfoot tr { 
		position: absolute  !important;
		top: -9999px  !important;
		left: -9999px  !important;
	}
 	.grid-view table.items {
 		border: 0px;
 	}
	.grid-view tr { border: 1px solid #ddd  !important; }
 
	.grid-view td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #ddd !important;
		position: relative;
		padding-left: 40% !important; 
		white-space: normal !important;
		text-align:left !important;
		word-wrap: break-word;
		min-height: 20px;
	}
 
	.grid-view td:before { 
		/* Now like a table header */
		position: absolute !important;
		/* Top/left values mimic padding */
		top: 6px !important;
		left: 6px !important;
		width: 30% !important; 
		padding-right: 10px !important; 
		white-space: nowrap !important;
		text-align:left !important;
		font-weight: bold !important;

	}
 
	/*
	Label the data
	*/
	.grid-view td:before { content: attr(data-title); }

	#logo, .sistema,#submenu {
		display: none;
	}
	.curriculoImagem {
		width: 100%;
		margin-bottom: 20px;
	}
	body .modal {
		width: 90% !important;
		left: 20px !important;
	}
	.navbar .brand {
		display: block;
	}
	.formulario .input-prepend {
		width: 100%;
	}
	.formulario .input-prepend input {
		width: 80%;
		margin-bottom: 10px;

	}
	.formulario button, .formulario input[type="button"], .formulario input[type="submit"], .formulario .btn-group {
		width: 100% !important;
	}
	.formulario a.btn {
		width: 100% - 12px !important;
    	display: block		
	}
	#grid_cesta .idCandidato {
		display: none !important;
	}
	.form-actions button, .form-actions .btn-group {
		width: 100%;
	}
	.form-actions a.btn {
		width: 100% - 12px !important;
		display: block
	}
	.form-horizontal .form-actions {
		padding-left: 20px;
	}
}

.highlight_pink{
        background-color: pink;
}
.highlight_yellow{
        background-color: yellow;
}
.highlight_green{
        background-color: green;
}

#historico-form .has-many-item{
min-height: 10px;
margin: 15px 0 5px 0;
padding-bottom: 10px;
border-bottom: 1px dashed #ccc;
}
#historico-form input[type="file"]{
	height: auto;
}

#historicosList p, #historicosList a {
	font-size: 14px;
}
#historicosList .dataHistorico {
	float:left;
	color: #c1c1c1;
}

#empresasList .pager,#historicosList .pager
{
    display: none;
}

.mensagem-termos
{
	position: fixed;
	z-index: 1000;
	top: 60px;
	right: 25px;
}

.agradecimentos {
	padding: 10%;
    text-align: center;
}

.grid-view table.items tr.desativado {
	background-color: #F09090;
}

.bigDialog > .modal-dialog > .modal-content > .modal-body  {
    max-height: 500px !important;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}