@CHARSET "ISO-8859-1";

.topo {
    font-size: 12px;
}


.tamanhoLetraRecibo {
    font-size: 14px;
}

.tamanhoLetraReciboNegrito {
    font-size: 13px;
    font-weight: bolder;
}

.labelRecibo {
    font-weight: bold;
}

.bordaBlack {
    border: solid 1px black
}

.corTableLaudoAndamento {
    background-color: white;
}

.corTableLaudoLiberadoDefinitivo {
    background-color: green;
    color: white;
}

.corTableLaudoLiberadoProvisorio {
    background-color: Blue;
    color: white;
}

.corTableLaudoNaoLiberado {
    background-color: #FF0000;
    color: white
}

.corTableLaudoExigencia {
    background-color: yellow;
}

.corFundoAmarelo {
    background-color: yellow;
}

.alignTop {
    vertical-align: top;
}

.tamanhoCampo30porcento {
    width: 30% !important;
}

.tamanhoCampo40porcento {
    width: 40% !important;
}

.tamanhoCampo50porcento {
    width: 50% !important;
}

.tamanhoCampo60porcento {
    width: 60% !important;
}

.tamanhoCampo65porcento {
    width: 65% !important;
}

.tamanhoCampo75porcento {
    width: 75% !important;
}

.tamanhoCampo80porcento {
    width: 80% !important;
}

.tamanhoCampo90porcento {
    width: 90% !important;
}

.tamanhoCampo100porcento {
    width: 100% !important;
}

.tamanhoColuna30 {
    width: 30px !important;
}

.tamanhoColuna80 {
    width: 80px !important;
}

.tamanhoColuna100 {
    width: 100px !important;
}

.tamanhoColuna125 {
    width: 125px !important;
}

.tamanhoColuna150 {
    width: 150px !important;
}

.tamanhoColuna170 {
    width: 170px !important;
}

.tamanhoColuna180 {
    width: 180px !important;
}

.tamanhoColuna190 {
    width: 190px !important;
}

.tamanhoColuna200 {
    width: 200px !important;
}

.tamanhoColuna250 {
    width: 250px !important;
}

.tamanhoColuna350 {
    width: 350px !important;
}

.tamanhoAltura50porcento {
    height: 50% !important;
}

.redimensao40x40 {
    width: 40px !important;
    height: 40px !important;
}

.redimensao50x50 {
    width: 50px !important;
    height: 50px !important;
}

.shadow {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 50px 1px rgba(0, 0, 0, 0.5);
}

.bordaarredondada {
    border-radius: 10px;
}

.fundobranco {
    background-color: white;
}

.alinhadoDireita {
    text-align: right !important;
}

.alinhadoEsquerda {
    text-align: left !important;
}
.fonteMsgDialog{
    margin-left: 20px;
    font-size: 13px !important;
    line-height: 15px
}

.fonteNotificacao {
    font-family: Verdana, Verdana CE, Arial, Arial CE, Lucida Grande CE, lucida, Helvetica CE, sans-serif !important;
    font-weight: bold;
    font-size: 15px !important;
    line-height: 20px
}

.fonteMsgRequisicoes {
    font-weight: bold;
    font-size: 15px !important;
    line-height: 20px;
    color: blue;

}

.mensagemGrowl {
    position: 50px 50px 50px 50px;
}


.m-b-sm {
    margin-bottom: 5px;
}

.m-t-sm {
    margin-top: 5px;
}

.m-t-m {
    margin-top: 10px;
}

.m-tb-sm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.label-red {
    color: red !important;
}

.label-blue {
    color: blue !important;
}

.label-green {
    color: green !important;
}

.p-l-sm {
    padding-left: 5px;
}

.negrito {
    font-weight: bold;
}

.sem-foto {
    width: 100px;
    height: 100px;
    background-image: url("/portalrh/app/javax.faces.resource/images/sem-foto.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100px 100px !important;
}

.espaco-left-sm {
    margin-left: 5px !important;
}

.colunaDescricao {
    width: 100px !important;
    text-align: right;
}

.labelTitutloFormPortalRH {
    font-size: 20px;
    margin: 10px 10px 0 10px;
}

.textoComQuebraDeLinha {
	white-space: pre-wrap;
}

.dataTableSemColumnHeader.ui-datatable table thead tr {
    display: none;
}

.margensFormPortalRH {
    margin: 10px 10px 20px !important;
}

.margensMessagePrincipalForm {
    margin: 0 10px 0 10px;
}

.conteudo{
	width: 90%;
	margin-left: 10%;
	background-color:transparent !important;
}

@media screen and (max-width: 768px ) {
  .modalResponsivo { width: 60% !important;} }

@media screen and (min-width: 1024px ) {
  .modalResponsivo { width: 30% !important; }
}

@media(max-width: 768px ) {
  .tabela-hidden { display:none !important;} }

@media(max-width: 768px ) {
  .tabela-mobile-show { display:block !important;} }


@media(min-width: 1024px ) {
  .tabela-mobile-hidden { display:none !important; }
}

@media(min-width: 1024px ) {
  .tabela-show { display:block !important; }
}

.column {
	float: left;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.centralizado{
	text-align: center !important;
}

.inlineBlockLeft {
    position: relative;
    float: left;
    display: inline-block;
}

.selectOneMenuGridCSS {
    width: 100% !important;
}

.divLabelCadastro {
    text-align: left !important;
    margin-bottom: 1px !important;
}

.ui-g div {
    box-sizing: border-box;
}

.flex-container-centralizado {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabecalhoGridTransparencia {
    padding: 5px !important;
    background-color: rgb(235, 237, 240) !important;
}

.registroGridTransparencia {
    padding: 2px !important;
}

.even-row {
    background-color: #f9f9fc;
}
.odd-row {
    background-color: #ffffff;
}

.inline-flex{
	display: inline-flex;
}

.labelTitulo {
    margin: 10px 10px 0 10px;
}

.labelTituloSecao {
    font-size: 14px;
    margin: 10px 10px 0 10px;}


.titutloPanelCard {
    font-size: 18px;
    font-weight: bolder;
    margin: 10px 0 10px 0;
}

.panelCard {
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.noPadding {
    padding: 0 !important;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.labelSubTitulo {
    font-size: 15px;
    margin: 10px 0 0 0;
}

.dataTableFormPortalRh {
    margin-left: 10px;
    margin-right: 10px;
}

.columnDataDataTable {
    width: 8%;
    text-align: center !important;
}

.margensPanelPortalRH {
    margin: 10px 10px 10px !important;
}

.allBorderBox > * {
    box-sizing: border-box;
}

.panelConteudo {
    border: none;
    background-color: inherit;
    padding: 0 !important;
}

.panelConteudo > #idPanelConteudo_content {
    padding: 5px 5px 5px 0;
    border: none;
}

.confirmDialogManual .ui-confirm-dialog-severity  {
    display: none !important;
}

/*Remover borda da tabela de adicionar arquivo*/
.remove-border-fileUpload>.ui-fileupload-content{
    border: none !important;
}

.field>.eloOutPutLabel{
    display: inline-block;
    margin-bottom: .5rem;
}

.filler-column {
    display: none;
}

@media (min-width: 1200px) {
    .filler-column {
        display: table-cell;
    }
}

