* {
	color: #666;
	font-family: Verdana,Arial,sans-serif,Helvetica;	
}

.rich-table-cell {
    color: #666;
    padding: 8px 5px;
}

.rich-panel-body {
	color: #666;
}

.rich-panel {
    background-color: #f3f3f3;
}

.rich-panel .rich-panel {
    background-color: unset;
}

.rich-datascr-inact {
    border-top-color: #858585;
    color: #858585;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    border-top-style: solid;
    border-top-width: 2px;
    cursor: pointer;
    text-align: center;
    width: 25px;
}

.rich-datascr-act {
    border-top-color: #000000;
    color: #000000;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    font-weight: bolder;
    border-top-style: solid;
    border-top-width: 2px;
    text-align: center;
    width: 25px;
}

.rich-tab-bottom-line > form > table td:first-child img, .rich-tab-bottom-line > table td:first-child img {
    display: none;
}

.rich-tab-bottom-line table td:nth-child(odd) {
    width: 3px;
}

.rich-tab-bottom-line table td:first-child {
    width: 0px;
}


.rich-tab-bottom-line table {
	height: 30px;
}

.rich-tabhdr-side-border {
    display: none;
}

.rich-tab-inactive {
    background-image: none;
}

.rich-tabhdr-cell-active table {
	border: solid 1px silver;
    border-bottom: 0;
}

.rich-tabhdr-cell-active table table {
	border: none;
}

.rich-tab-header {
    color: #333;
    font-weight: bold;
    font-size: 9px;
}

.rich-tab-active {
    background-image: none;
    border: none;
}

.rich-tabhdr-side-cell {
	border: none;
}

.fundo-branco {
    background-color: #FFF;
}

.parametrosCol {
	width:500px;	
}

#dados .dr-table-cell
{
	border-color: #FFFFFF;
	
}

#dados, #dados tbody tr{
	/*max-width:500px;*/
}

.situacaoClass {
	display: block;
    font-size: 11px;
    background-color: #FFF;
    color: #dc3545;
    padding: 5px;
    margin-top: 5px;
}

html {
	background-color: #F3F3F3;
	font-size: 12px;
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	margin: 0;
	padding: 0px;
	/*height: 100%;*/
}

* {
	margin: 0px;
}

h1 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}

h2 {
	border-width: 0px 0px 1px;
	border-style: solid;
	padding: 2px 0px;
	margin: 20px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	padding: 2px 0px;
	margin: 15px 0px 10px;
	font-size: 12px;
}

h4 {
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #d0d0d0;
	padding: 2px 0px;
	margin: 15px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}


hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	width: 90%;
	display: block;
	margin: 10px auto;
}

a img {
	border: none;
}

#fullPage {
	height: 100%;
}

.rich-table {
	border: none;
    background-color: #FFF;
    empty-cells: show;
    border-collapse: collapse;
    box-shadow: 1px 2px 6px -2px;
}

.rich-table-subheader {
    background-color: #e7e7e7;
}

.rich-table-sortable-header {
	color: #333;
}

	
/**
 * Main Logo
 
#mainlogo {
	position: absolute;
	top: 0px;
	left: 15px;
	height: 80px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: left;
}
*/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 500px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
}

#countdown {
	font-size: 8pt;
	margin-top: 25px;
    display: block;
}

/**
 * System menu
 */
#systemMenuBlock {
	position: absolute;
	text-align: right;
	padding: 1px 0px 7px;
	top: 10px;
	right: 20px;
}

#systemMenuBlock img {
	vertical-align: top;
	margin-right: 5px;
}

#systemMenuBlock p {
	margin-bottom: 5px;
}

#systemMenuBlock #logoRH1000 {
	margin-right: 0px;
	width: 30px;
	height: 40px;
}

/**
 * Header
 */
#headerBlock {
	background: white;
    -webkit-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.3);
    margin-bottom: 5px !important;
    margin: 0;
    padding: 0;
}

.headerContent {
	z-index: 10;
}

#headerBlock .headerContent div {
	margin-top: 4px;
    margin-bottom: 4px;
}

#identificacaoUsuario {
	display: inline;
	font-weight: bold;
	font-size: 12pt;
}

#topoDireito {
	display: block;
	float: right;
	margin-bottom: 5px;
}

#contentsBlock .row {
	margin-left: -15px;
	margin-right: -15px;
}



.main-panel-header {
	border: none;
	padding: 20px 0px 2px;
	margin: 0px;
	background: none;
	font-size: 20px;
	font-weight: 600;
}


/**
 * Footer
 */
 
#footerBlock {
	font-size: 9px;
	color: #808080;
	text-align: center;
	margin-bottom: 10px;
}
#footerBlock img {
	vertical-align: middle;
}
#footerBlock span {
	font-size: 12px;
}


/**
 * Main menu
 */
#mainMenuBlock {
width: 100%;
height: 25px;
background: url('../img/l-shadow.png') repeat-x #F5f5f5 top;
padding: 0px 0px 2px;
border-top: 1px solid #c0c0c0;
}

#mainMenuBlock a {
	text-decoration: none;
}

/**
 * Menu grande, que é exibido no conteúdo da tela
 */
.bigmenu dt {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.bigmenu dt img {
	margin-right: 10px;
}
.bigmenu dt a {
	font-size: 14px;
}

.bigmenu dd {
	margin-left: 80px;
	font-size: 11px;
	color: #808080;
	margin-top: 5px;
}
.bigmenu .observation {
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}

/**
 * Menu grande para listagem de cadastros gerais, que é exibido no conteúdo da tela
 */
.bigmenugrid {
	margin-top: 10px;
	margin-left: 10px;
}
.bigmenugrid img {
	margin-right: 10px;
}
.bigmenugrid a {
	font-size: 13px;
}
.bigmenugrid .observation {
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}

.estatisticas .ajuda img {
	display: none;
}

.estatisticas a, .estatisticas .observation {
	font-size: 13px;
}

.estatisticas .menuItem {
	font-size: 14px;
}

.estatisticas i {
	font-size: 17px;
}

.estatisticas .row {
    margin-bottom: 10px;
    padding: 15px;
}

.pendencias .observation {
    padding-top: 6px;
    display: block;
}

.pendencias i {
	padding-top: 6px;
}

/**
 * Classes
 */

/**
* NoBorderTable
*/

.noBorderTable {
	border: 0px;  
	width: 100%;
}

.noBorderTable-emptymessage {
	border: 0px;
	color: #903030;
	font-size: 10px;
	font-weight: bold;
}
.noBorderTable-emptymessage a {
	border: 0px;
	font-size: 10px;
}

.noBorderTable td {
	border: 0px;
	vertical-align: top;
}

.noBorderTable td * {
	border: 0px;
	vertical-align: text-top;
}

.noBorderTable h1 {
	padding: 2px 0px;
	margin: 15px 0px 10px;
	font-size: 11px;
	font-weight: bolder;
	color: black;
	
}

.noBorderTableHeader {
	background-color:#FFF;
	border: 0px;
	
}

/**
 * SearchTablebçgçjlyiihituhgjfjjgejg,gh.hlglofoptohotkq*w*q******																	 
 */

.searchTable, .editTable {
	width: 100%;
}

.searchTable, .editTable {
	page-break-inside:auto;
}

.searchTable-emptymessage {
	padding-top: 10px;
	color: #903030;
	font-size: 10px;
	font-weight: bold;
}
.searchTable-emptymessage a {
	font-size: 10px;
}

.searchTable .rich-table-subheader td {
	vertical-align: top;
    word-break: break-word;
    word-wrap: break-word;
}


.searchTable td * {
	vertical-align: text-top;
}

.searchTable input[type="text"], .searchTable input[type="password"], .searchTable select {
	height: 28px;
    border: solid 1px;
    padding: 5px;
}

.operacoescolumn {
	width: 250px;
}

.editTable .operacoescolumn {
	width: 170px;
	text-align:center;
}

/**
 * Toolbars
 */ 
.mainmenu-toolbar {
	width: 100%;
	margin: 0px auto;
}


.toolbar {
	width: 100%;
	margin-bottom: 10px;
}

.list-background {
	width: 750px;
	padding: 0px;
	margin-bottom: 5px;
}

.list-background .searchTable {
	
}

/**
 * Panel Grid
 */
.panelgrid {
	margin-bottom: 20px;
	width: 100%;
}

.panelgrid-relatorio-ciclo * {
	margin: 0px;
}

.panelgridCurriculos {
	margin-bottom: 5px;
	width: 100%;
}

.panelgridBreak {
	margin-bottom: 5px;
	width: 100%;
	word-break: break-all;
}

.panelgridModoOperacao
{
	text-align:justify;
}

.panelgrid td, .panelgrid td *, .panelgrid th, .panelgrid th * {
	vertical-align: top;
}
.panelgrid td, .panelgrid th {
	padding-top: 5px;
	padding-bottom: 2px;
}


.panelgrid th {
	border-width: 0px 0px 1px;
	border-style: solid;
	padding-left: 2px;
	background: none;
	text-align: left
}

.panelgrid-normal td, .panelgrid-normal th {
	padding-top: 0px;
	padding-bottom: 0px;
}

.panelgrid-column-big-label {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 210px;
	padding-right: 3px;
}
.panelgrid-column-bigger-label {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 300px;
	padding-right: 3px;
}
.panelgrid-column-label {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 190px;
	padding-right: 3px;
}
.panelgrid-column-center-label {
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 190px;
	padding-right: 3px;
}
.panelgrid-column-label-menor {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 120px;
	padding-right: 3px;
}
.panelgrid-column-label-160 {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 160px;
	padding-right: 3px;
}
.panelgrid-column-label-110 {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 110px;
	padding-right: 3px;
}
.panelgrid-column-label-130 {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 130px;
	padding-right: 3px;
}
.panelgrid-label {
	font-weight: bold;
	float: right;
}
.panelgrid-column-label-metas-avaliacoes {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 250px;
	padding-right: 3px;
	background-color: #FFF;
}
.panelgrid-column-label-normal-130 {
	font-weight: normal;
	text-align: right;
	color: #404040;
	width: 130px;
	padding-right: 3px;
	background-color: #eee;
}
.panelgrid-column-label-220 {
	font-weight: bold;
	text-align: right;
	color: #404040;
	width: 220px;
	padding-right: 3px;
}
.panelgrid-column-label-left {
	text-align: left;
	color: #404040;
	width: 300px;
	padding-right: 3px;
}
.panelgrid-column-label-left-100 {
	text-align: left;
	color: #000000;
	width: 84px;
	padding-right: 3px;
}
.panelgrid-column-label-right-120 {
	text-align: right;
	color: #000000;
	width: 120px;
	padding-right: 3px;
}
.panelgrid-column-label-left-10 {
	text-align: left;
	color: #000000;
	width: 10px;
	padding-right: 3px;
}

.panelgrid-column-label-sem-bold {
	color: #000000;
	padding-left: 10px;
	width: 250px;
	background-color: transparent;
	text-align: right;
}

.panelgrid-column-value .panelgrid-column-label, 
.panelgrid-column-value-first .panelgrid-column-label {
	color: #000000;
	padding-left: 10px;
	width: 100px;
	background-color: transparent;
}

.panelgrid-column-center {
	text-align: center;
}

.panelgrid-4-columns .panelgrid-column-label {
	width: 190px;
}

.panelgrid-column-label-metas {
	width: 100px;
	background-color: #EEEEEE;
}

.panelgrid-column-value-metas {
	width: 380px;
	background-color: #F0F0F0;
}
.panelgrid-column-value-indicacao {
	background-color: #F0F0F0;
}
.panelgrid-column-value-individual-turmas {
	width: 380px;
}

.panelgrid-column-value-70 {
	width: 70px;
}

.panelgrid-column-value-80 {
	width: 80px;
}

.panelgrid-column-value-100 {
	width: 100px;
}

.panelgrid-column-value-150 {
	width: 150px;
}

.panelgrid-column-value-200 {
	width: 200px;
}

.panelgrid-column-value-260 {
	width: 260px;
}

.panelgrid-column-value-250 {
	width: 300px;
}

.panelgrid-column-value-conheca {
	width: 500px;
	background-color: #F3F3F3;
}

.panelgrid-4-columns .panelgrid-column-value-first {
	width: 290px;
}

.panelgrid-4-columns .panelgrid-column-value {
	width: auto;
}

.panelgrid-header {
	background-color: #CCC;
	font-weight: bolder;
	color: #333333;
}

.panelgrid-row-odd .panelgrid-column-value,
.panelgrid-row-odd .panelgrid-column-value-first
 {
	background-color: #f3f3f3;
}

.list-row-odd {background-color: #ffffff;}
.list-row-even {background-color: #f6f6f6;}

.list-row-odd-semquebra {background-color: #ffffff; page-break-inside:avoid; page-break-after:auto;}
.list-row-even-semquebra {background-color: #f6f6f6; page-break-inside:avoid; page-break-after:auto;}

.grid-linha-grossa .list-row-odd, .grid-linha-grossa .list-row-even {
	line-height: 32px;
}

.panelgrid-row-even .panelgrid-column-value,
.panelgrid-row-even .panelgrid-column-value-first {
	background-color: #ffffff;
}

.panelgrid-row-odd .panelgrid-column-label, .panelgrid-row-odd .panelgrid-column-label-130, .panelgrid-row-odd .panelgrid-longer-label {
	background-color: #eeeeee;
}

.panelgrid-row-even .panelgrid-column-label, .panelgrid-row-even .panelgrid-column-label-130, .panelgrid-row-even .panelgrid-longer-label {
	background-color: #f0f0f0;
}

.panelgrid-longer-label {
	width: 250px;
	font-weight: bold;
	text-align: right;
	color: #404040;
	padding-right: 3px;
}

.panelgrid-longer-label-whitebg {
	width: 250px;
	font-weight: bold;
	text-align: right;
	color: #404040;
	padding-right: 3px;
}

.panelgrid-longest-label .panelgrid-column-label {
	width: 370px;
}

.panelgrid-exlongest-label .panelgrid-column-label {
	width: 450px;
}


/**
 * Command buttons
 */
 
.panelgrid-commandbuttonsdiv, .panel-commandbuttonsdiv  {
	text-align: left;
	width: 100%;
	margin: 0px 0px 30px;
}

.rich-tabpanel-content .panelgrid-commandbuttonsdiv {
	margin-top: 20px;
}

.panelgrid-commandbuttonsdiv div, .panel-commandbuttonsdiv div {
	height: 27px; 
}

.panelgrid-commandbuttonsdiv img {
	
}

.panelgrid-commandbuttonsdiv a i, .panel-commandbuttonsdiv a i, a.commandbutton i, span.commandbutton i {
	color: #26c281;
	padding-right: 5px;
}

.commandbutton > * {
 vertical-align: middle;
}


.panelgrid-commandbuttonsdiv a, .panel-commandbuttonsdiv a, a.commandbutton, span.commandbutton {
	padding: 5px 5px 2px 5px;
	color: #555 !important;
	line-height: 20px;
	margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #F3f3f3;
    background-color: white;
    box-shadow: 3px 3px 8px -4px #000;
    font-size: 12px;
    display: inline-block;
}

.panelgrid-commandbuttonsdiv a span, .panel-commandbuttonsdiv a span, a.commandbutton span, span.commandbutton span {
    display: inline-block;
    line-height: 0px !important;
}

a.commandbuttonsingle, span.commandbuttonsingle {
	margin: 0px 5px 20px 5px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	display: table;
	float: left;
	border: 1px solid;
	background: repeat-x bottom url('../img/btn_off_bg.png') #f6f6f6;  
	border-color: #C3C3C3 #a9a9a9 #a9a9a9 #C3C3C3;
	cursor: pointer;
}

.panelgrid-commandbuttonsdiv a.disabledbutton, a.disabledbutton, span.disabledbutton {
	margin: 0px 5px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	border: 1px solid;
	background: repeat-x bottom url('../img/btn_on_bg.png') #f6f6f6;  
	border-color: #C3C3C3 #a9a9a9 #a9a9a9 #C3C3C3;
	color: #e0e0e0; 
}

span.commandbutton {
	cursor: pointer;
}

.panelgrid-commandbuttonsdiv a:hover, .panel-commandbuttonsdiv a:hover, a.commandbutton:hover {
    border-color: #E3E3E3 #c9c9c9 #c9c9c9 #E3E3E3;
    background-color: #FBFBFB; 
}

.panelgrid-commandbuttonsdiv a:active, .panel-commandbuttonsdiv a:active, a.commandbutton:active {
	-webkit-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	
}

.panelgrid-commandbuttonsdiv a:active *, .panel-commandbuttonsdiv a:active *, a.commandbutton:active * {
	transform: translate(1px, 1px);
}

.panelgrid-commandbuttonsdiv img, .panel-commandbuttonsdiv img, a.commandbutton img {
	height: 28px;
	padding-bottom: 2px;
	margin-right: 3px;
}

@keyframes move-texto-botoes {
    to {
		transform: translate(1px, 1px);
     }
}


/*Botão gigante - aquele da Página inicial*/


.cards .col-md-6 {
    margin-bottom: 20px;
}


.cards .col-md-6 div {
	-webkit-box-shadow: 4px 3px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 15px -5px rgba(0,0,0,0.75);
	background-color: #FFF;
	height: 130px;
}

.cards-relatorios .col-md-6 div {
	height: 110px;
}

.cards div a, .cards div a:visited {
	width: 95%;
    height: 100%;
    position: absolute;
    text-decoration: none;
}

.cards .col-md-6 div:hover {
    background: #f9f9f9;
}

.cards .col-md-6 div:active {
	-webkit-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
}

.cards .col-md-6 div:active * {
	animation-name: move-texto-botoes;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}



.card-icone {
    display: block !important;
    margin: 15px 0 10px 0;
    font-size: 45px;
    text-align: center;
}

.card-subtitulo {
	display: block;
    text-align: center;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.cards-relatorios .card-subtitulo {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0px 2px 5px 0;
    padding: 8px;
    font-size: 12px;
	background-color: #f0f0f0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: green;
}

.card-descricao {
	display: block;
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 0 10px;
}

.cards-relatorios .card-descricao {
    display: block;
    text-align: justify;
    margin: 5px 0 5px 0;
    padding: 0 10px;
}

/*Botão gigante - aquele da Página inicial*/


.botoes-info .col-md-6, .botoes-info .col-md-12 {
    margin-bottom: 20px;
}


.botoes-info .col-md-6 div, .botoes-info .col-md-12 div {
	height: 38px;
}

.botoes-info .yellow div {
	background-color: #ffc107;
}
.botoes-info .yellow div span {
	color: #343a40 !important;
}

.botoes-info .cyan div {
	background-color: #17a2b8;
}

.botoes-info .cyan div span {
	color: #FDFDFD !important;
}

.botoes-info .danger div {
	background-color: #dc3545;
}

.botoes-info .danger div span {
	color: #FDFDFD !important;
}

.botoes-info div a, .botoes-info div a:visited {
	width: 95%;
    height: 100%;
    position: absolute;
    text-decoration: none;
}

.botoes-info .yellow div:hover {
    background: #eeb50a;
}

.botoes-info .cyan div:hover {
    background: #219cb0;
}

.botoes-info .danger div:hover {
    background: #d02c3c;
}

.botoes-info .col-md-6 div:active, .botoes-info .col-md-12 div:active {
	-webkit-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
	box-shadow: inset 4px 3px 15px -5px rgba(0,0,0,0.75);
}

.botoes-info .col-md-6 div:active *, .botoes-info .col-md-12 div:active * {
	animation-name: move-texto-botoes;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}

.botoes-info span {
	display: block;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.font-yellow {
	color: #ffc107;
}

.font-red {
	color: #dc3545 !important;
}

.font-cyan {
	color: #17a2b8;
}

.font-green {
	color: #28a745 !important;
}

.field-textolongo-edit {
	display: block;
	width: 500px;
	height: 100px;
}

.field-textolongo-detail {
	display: block;
	overflow: auto;
	height: 100px;
}

.messages-label {
	font-weight: bold;
}

.messages-error {
	color: red;
}

.messages-info {
	color: green;
}

.messages-warn {
	color: red;
}

.messages-fatal {
	color: red;
}

.messages-emergencia {
	color: black;
	font-weight: bold;
}

.messages-block {
	background-color: #fffbea;
	border-bottom: 1px solid #d9d18c;
	border-top: 1px solid #d9d18c;
	padding: 10px 5px;
	margin: 10px 0px;
	display: block;
}

.messages-block-emergencia {
	background-color: yellow;
	border-bottom: 1px solid darkblue;
	border-top: 1px solid darkblue;
	padding: 10px 5px;
	margin: 10px 0px;
	display: block;
}

.datagrid-colaboradores-column {
	width: 20%;
	text-align: center;
}

.hint-field 
{
	font-size: 10px;
	margin-left: 10px;
}

a.rheasy-tooltip-anchor {
	position: relative;
	text-decoration: none;
}

.rheasy-tooltip-anchor img {
    width: 18px;
}

a.rheasy-tooltip-anchor:hover {
	text-decoration: none;
	background: transparent;
	z-index: 25;
}

.rheasy-tooltip-block {
	display: none;
}

a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	position: absolute;
	display: block;
	background: transparent;
	top:20px;
	left:30px;
	padding: 5px 10px;
	border-style: solid;
	border-color: #8d883a;
	border-width: 1px 2px 2px 1px;
	background-color: #f5f4e0;
	text-decoration: none;
	color: #000000;
}

.rheasy-tooltip-block .panelgrid-column-label {
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 10px;
	padding-left: 15px;
	width: 60px;
	background-color: transparent;
}

.organogramagrid .dr-pnl-b {
	font-weight: normal;
	text-align: left;
	width: auto;
}

.organogramagrid .dr-tree-h-text {
	white-space: normal;
}

/**
 * HelpHint
 */
.helpHint a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
}

.helpHintLeft a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
	right: 0px;
	left: auto;
}

.helpHintBottom a.rheasy-tooltip-anchor:hover .rheasy-tooltip-block {
	width: 250px;
	border-color: #3C73AA;
	background-color: #7BA6D0;
	text-decoration: none;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	color: #ffffff;
	bottom: 20px;
	top: auto;
}

.helpHint-icon {
	width: 16px;
	margin-left: 5px;
	cursor: help;
}

.alignTop tr {
	vertical-align: top;
}

input {
    color: #665 !important;
    padding: 0 5px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	opacity: 0.4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 0.4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 0.4;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.4;
}
::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.4;
}
::placeholder { /* Most modern browsers support this now. */
	opacity: 0.4;
}

input.field {
	width: 200px;
}

input.cep {
	width: 80px;
}

.selectedArea {
	border-color: #cccccc;
	background-color: #ececec;
	font-weight: bold;
}

textarea[type="textarea"], input[type="text"], input[type="password"], select {
    color: #333;
    background-image: unset;
}

.rich-datascr-button, .rich-datascr-ctrls-separator {
    background-color: unset;
    border: none;
}

.rich-dtascroller-table {
	border: none;
	background-color: unset;
	border-collapse: collapse;
}

.rich-datascr-inact {
    border-top-color: #DFDFDF;
}

.escondido {
	display: none;
}

.selectedArea .escondido {
	display: inline;
}

.colorBox {
	width: 15px;
}

.photoColumn {
	vertical-align: top;
}
.dataColumn {
	vertical-align: top;
	width: 100%;
}

.fotoColaboradorPanel {
	border: solid 1px #ececec;
	padding: 1px;
	width: 100px;
	height: 140px;
	vertical-align: middle;
}

.fotoColaborador {
	width: 100px;
}	

.photoStub {
	width: 100px;
	height: 140px;
	text-align: center;
	vertical-align: bottom;
	color: #ababab;
}

.largura_campo_20 {
	width: 200px;
}

.largura_campo_40 {
	width: 400px;
}

.largura_campo_60 {
	width: 550px;
}

.largura_campo_80 {
	width: 650px;
}

.largura_campo_100 {
	width: 650px;
}

.largura_campo_10 {
	width: 100px;
}
.largura_campo_5, .largura_campo_2 {
	width: 50px;
}

.largura_50_porcento {
	width: 50%;
}

.largura_40_porcento {
	width: 40%;
}


.marcarCompleto {
	display: inline;
	font-size: 9px;
	font-weight: normal;
	margin-left: 40px;
    font-family: Verdana,Arial,sans-serif,Helvetica;
	z-index: 100;
}

.letterfilter {
	text-align: center;
	margin-bottom: 0px;
}

.letterfilter .letterfilter-separator {
	margin: 0px 3px;
}

/* Mensagem de alerta que aparece no meio da aba */
.alerta {
	color: #990022;
	font-weight: bold;
	background-color: #fffbe0;
	border-bottom: 1px solid #d9d18c;
	border-top: 1px solid #d9d18c;
	padding: 10px 5px;
	margin: 10px 0px;
	display: block;
	text-align: center;
}

.dica {
	font-weight: normal;
	padding: 10px 5px;
	margin: 10px 10px;
	display: block;
}

.dica h2 {
	margin-top:0px;
}

.dica i {
	padding-right: 5px;
	font-size: 14px;
}

.dica div {
	display: inline-flex;
	padding: 0 0 10px 20px;
}

.dica-divulgacao {
	background-color: rgba(255,239,239,0.70) !important;
    border-bottom: 3px solid #d12521 !important;
    border-top: 3px solid rgb(209, 37, 33) !important;
}

.dica-divulgacao-novo {
	background-color: rgba(0,255,0,0.70) !important;
    border-bottom: 3px solid #d12521 !important;
    border-top: 3px solid rgb(209, 37, 33) !important;
}

/* Pequena anota��o ou observacao */
.anotacao {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
}

/*
 */
.destaque {
	font-weight: bold;
}
tr.destaque td, td.destaque {
	background-color: #FFFFAA;
}

.coluna_icone {
width: 15px;
}

.width50p {
width: 50%;
}

.dr-pnlbar-h {
	font-weight: normal;
}


.tabCompetenciasAvaliadoPaineisCabecalho {
	color: #888888;
}

.tabCompetenciasAvaliadoPaineisCabecalhoActive {
	color: black;
}
#basic-accordian {
	border: 1px solid #E1E1E1;
	width: 100%;
	padding: 0;
	color: #000000;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
}
.accordion_headings {
	color: #000000;
	font-weight: normal;
	background-color: #E1E1E1;
    background-image: url("/rh1000/resource/a4j/g/3_3_1.GAorg.richfaces.renderkit.html.GradientA/DATB/eAH7-vXrw4cPmQAZLAWF");
    background-position: left top;
    background-repeat: repeat-x;
    border: 2px solid white;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    vertical-align: middle;
    cursor: pointer;
    padding: 1px 1px 1px 5px;
}
.header_selected {
	color: black;
	font-weight: bold;
}
.accordion_child {
	height: 100%;
    overflow: visible;
    width: 99%;
	color: #000000;
    font-family: Verdana,Arial,sans-serif,Helvetica;
    font-size: 11px;
    padding:5px;
}

.controleFiltro tr{
	display:inline-block;
	vertical-align:middle;
}

.controleFiltro tr td{
	vertical-align: middle;
}

.filtroOrganograma
{
	margin-top:10px;
}

.erroManutencaoUsuario
{
    background-color: Pink;
    color: Crimson;
    display: block;
}

#opcoesCurriculoTalento
{
	list-style-position: inside;
    list-style-type: disc;
    margin-top: 5px;
}

.contadorCaracteres {
	padding-left: 5px;
}

.cores{
	-webkit-border-radius:220px 220px 30px 30px;
	-moz-border-radius:220px 220px 30px 30px;
	-ms-border-radius:220px 220px 30px 30px;
	-o-border-radius:220px 220px 30px 30px;
	border-radius:220px 220px 30px 30px;
	padding:12px 10px 10px 10px;
	font-weight:bolder;
	border-radius:220px 220px 30px 30px;
	transition:0.2s;
}
						
.cores:HOVER{
	border-radius:220px 220px 30px 30px;
	-webkit-border-radius:220px 220px 30px 30px;
	-moz-border-radius:220px 220px 30px 30px;
	-ms-border-radius:220px 220px 30px 30px;
	-o-border-radius:220px 220px 30px 30px;
	border-radius:220px 220px 30px 30px;
	padding:16px 14px 14px 14px;
	font-weight:bolder;
	transition:0.2s;
}

.list-style-type-none {
	list-style-type: none;
}


/*
 Tree structure using CSS:
 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
*/

.treeRelatorio {
	margin: 0px;
	text-align:	justify;
}

.treeRelatorio td {
	white-space: normal;
}

.treeRelatorio table, .tree tr, .tree tbody, .tree p, .tree td {
	margin: 0px;
}

.treeRelatorio .rich-tree-node-children {
	margin: 0px 10px;
}

.treeRelatorio.rich-tree-node  {
	margin: 0px;
}

.tree, .tree ul{
  font: normal normal 14px/20px Helvetica, Arial, sans-serif;  
  list-style-type: none;
  margin-left: 0 0 0 10px;
  padding: 0;
  position: relative;   
  overflow:hidden;    
}

.tree li{
  margin: 0;
  padding: 0 12px;  
  position: relative;
  list-style-type: none;
}
  
.tree li::before, .tree li::after{
  content: '';
  position: absolute;
  left: 0;
}

/* horizontal line on inner list items */
.tree li::before{
  border-top: 1px solid #DDD;
  top: 10px;
  width: 10px;
  height: 0;    
}

/* vertical line on list items */   
.tree li:after{
  border-left: 1px solid #DDD	;
  height: 100%;
  width: 0px;
  top: -10px; 
}

/* lower line on list items from the first level because they don't have parents */
.tree > li::after{
  top: 10px;
}

/* hide line from the last of the first level list items */
.tree > li:last-child::after{
  display: none;
}

.tree > li:last-child::after{
    display:none;
}

.tree .tituloArvore{
	text-align:left;
	margin-left:0.48%;
}

.arvoreMetaPanel{
	padding: 0.2% 0px 0px 0.2%;
}



.selectedAreaNeutra {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	margin: 0px;
}

.datalist-list-style-none ul li {
	list-style: none;
}

.searchTable-report td {
	word-break: break-word;
    text-align: justify;
}


.richtree-noexpand .rich-tree-node-handleicon-expanded {
	display:none;
}

.richtree-noexpand .rich-tree-node-selected {
    border: none;
    padding: 1px 4px 1px 4px;
}

.richtree-noexpand .rich-tree-node-highlighted {
	color: inherit;
	text-decoration: none;
	cursor: text;
}

.alternateTable tr:nth-child(even) {
	 background: #EEE;
}

.radio-sem-espaco td {
	padding-top: 0px;
}

.campo-pesquisa {
	display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
}

.campo-pesquisa span:first-child {
	vertical-align: middle;
    line-height: 26px;
    padding-right: 5px;
}

.campo-pesquisa a {
   display: block;
    width: 110px;
}

.campo-pesquisa input[type="text"] {
    width: 100%;
	height: 25px;
    border: none;
    background-image: none;
    box-shadow: 1px 2px 6px -2px;
}


.rich-table .panel-commandbuttonsdiv a {
	padding: 3px 5px 0px 5px;
	
}

.rich-table .panel-commandbuttonsdiv > div > a > * {
    vertical-align: middle;
}

.rich-table .panel-commandbuttonsdiv img {
    width: 22px;
}

.rich-table .panel-commandbuttonsdiv {
    display: block;
    margin: 0px 0px 2px 0px;
}

.rich-table .commandbutton {
    vertical-align: middle;
    line-height: normal;
    padding: 5px 10px;
    margin: 0px;
}

.rich-table a.commandbutton img {
    margin-right: 0px;
}

@media (max-width: 599px) {
	
	.panelgrid-exlongest-label .panelgrid-column-label {
 	   width: 100px;
    	word-break: break-word;
	}
	
	#identificacaoUsuario {
		display: block;
	}
	
	.limita-horizontal {
		max-width: 599px;
	}
	
	#identificacaoUsuario {
		display: block;
	}

	.panelgrid-commandbuttonsdiv a, .panel-commandbuttonsdiv a, a.commandbutton, span.commandbutton {
		display: inline-block;
		margin: 4px 5px;
	}
	
	.panelgrid-commandbuttonsdiv div, .panel-commandbuttonsdiv div {
    	height: auto;
	}
	
	.panelgrid {
		font-size: 12px !important;
	}
	
	.panelgrid td {
		padding: 5px;
		word-break: break-word;
	}
	
	.panelgrid-column-label {
    	width: 120px;
	}
	
	.photoColumn {
    	display: none;
	}
	
	textarea[type="textarea"], input[type="text"], input[type="password"], select, .field-textolongo-edit {
	    width: 100% !important;
	}
	
	.largura_40_porcento {
	    float: left;
	}
	
	.card-descricao {
		margin: 5px 10px 5px 0;
	}
	
	.cards-relatorios .card-subtitulo {
	    margin: 0px 11px 5px 0;
	}
	.cards-relatorios .card-descricao {
    	margin: 5px 11px 5px 0;
	}
	
}

@media (max-width: 560px) {.limita-horizontal {	max-width: 566px;}}
@media (max-width: 520px) {.limita-horizontal {	max-width: 526px;}}
@media (max-width: 480px) {.limita-horizontal {	max-width: 486px;}}
@media (max-width: 440px) {.limita-horizontal {	max-width: 446px;}}
@media (max-width: 400px) {.limita-horizontal { max-width: 406px;}}
@media (max-width: 360px) {.limita-horizontal {	max-width: 366px;}}




@media print {
   .photoColumn {
    	display: inline;
	}
}

.tooltip-rich, .tooltip-rich td, .tooltip-rich strong {
	color: #FFF !important;
	border-radius: 4px !important;
	border: none !important;
}





