﻿@charset utf-8;

@font-face {
font-family:Calibri;
font-style:normal;
font-weight:400;
src:url(font/calibri.eot?#iefix) format(embedded-opentype), url(font/calibri.ttf) format(truetype);
}
html, body, #wrap {height: 99.9%;}
body > #wrap {height: auto; min-height: 100%; top:0px; color:#000;}

#header{
	height:85px;
	width:100%;
	background-image:url('../images/header.png');
	background-repeat:repeat-x;	
} 

.positionDiv {
            position: absolute;
            width: 75px;
            height: 75px;
            background: #b9cd6d;
         }

div.divinfo {
  position: absolute;
  top: 80px;
  right: 0;
  width: 200px;
  height: 100px;
  border: 3px solid #73AD21;
}

#footer{
	position:fixed;;
	margin-top: -80px; /* valor negativo da altura do rodapé */
	height: 40px;
	line-height:17px;
	width:100%;
	font-size:12px;
	color:#000;
	font-family:Arial;
	text-align:right;
	font-weight:bold;
    background: #fff;
    padding: 10px 10px;
    display: block;
	border-top: #73879C 2px solid;
} 

.container_index {
    width: 100vw;
    height: 100vh;
    /*background: #6C7A89;*/
    background: #f9f9f2;   
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.container_conteudo {
    width: 100vw;
    height: 100vh;
    background: #f9f9f2;   
    justify-content: center;
    align-items: center
}

.box_login {
    width: 450px;
    height: 280px;
    background-image: url('../images/fundo_login.png');
    padding-left: 30px;
    background-repeat:no-repeat;
}

.acesso_negado {
    background-image:url(../images/acesso_negado.png);
    background-repeat:no-repeat;
    background-position:left;
    background-size:23px 23px;
    width:auto;
    height:35px;
    line-height:30px;
    padding-left:35px;
    font-family:Calibri;
    font-size:14pt;
    font-weight:700;
    color:#B40404;
    margin-top:-10px;
    margin-left:140px;
    display:none;
    position: absolute;
}
  
.validando_acesso{
    background-image:url(../images/redirect.gif);
    background-repeat:no-repeat;
    background-position:left;
    background-size:23px 23px;
    width:auto;
    height:35px;
    line-height:35px;
    padding-left:35px;
    font-family:Calibri;
    font-size:14pt;
    font-weight:700;
    color:#004e9b;
    margin-top:-10px;
    margin-left:110px;
    display: none;
    position: absolute;
}
  
.logo_governo1{
    width: 233px;
    height: 100px;  
    background-image: url('../images/logo/logo_governo.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: 233px 100px;
    top: 0px;
    left: 0px;
}

.logo_governo2{
    width: 200px;
    height: 70px;  
    background-image: url('../../images/logos/logo_governo.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: 185px 68px;
    top: 0px;
    left: 0px;
    border-right: #73879C dotted 1px;
}

.logo_sorhse2{
    width: 220px;
    height: 70px;  
    background-image: url('../../images/logos/logo_sorhse.png');
    background-repeat:no-repeat;
    background-size: 180px 70px;
    position: absolute;
    top: 0px;
    left: 230px;;
}


 
.logo_sorhse{
    width: 220px;
    height: 96px;  
    background-image: url('../images/logo/logo_sorhse.png');
    background-repeat:no-repeat;
    position: absolute;
    top: 27px;
    left: 100%;
    margin-left:-280px;
}
  
.nome_secretaria{
    width: 100%;
    height: auto;  
    position: absolute;
    top: 50px;
    color: #004e9b;
	font-size: 14pt;
    font-family: Calibri;
    font-weight: bold;
}

.tb_login{
    width:400px; 
    margin-top:45px;
}

.link_cad_recrenha{
    font-family: Calibri;
    font-weight: bold;
    color: #004e9b;
    font-size:12pt;
}

.link_cad_recrenha a:hover{
    text-decoration: #004e9b;
    text-decoration: underline;
}  


.mensagem_processando{
    background-image:url(../images/redirect.gif);
    background-repeat:no-repeat;
    background-position:left;
    background-size:23px 23px;
    background-color:transparent;
    width:auto;
    padding-left:30px;
    font-family:Calibri;
    font-size:14pt;
    font-weight:700;
    color:#004e9b;
    display:none;
}

.titulo_pagina{
    font-size:16pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #004e9b;
    color:#fff;
    height: 40px;
    line-height:40px;
    padding-left: 12px;
}

.titulo_pagina_aba{
    font-size:13pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #009ce8;
    color:#fff;
    height: 30px;
    line-height:30px;
    padding-left: 11px;
}

.titulo_pagina_aba_2{
    font-size:13pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ceefff;
    border: solid 1px #0072a8;
    color:#009ce8;
    height: 30px;
    line-height:30px;
    padding-left: 11px;
}

.titulo_pagina_aba_3{
    font-size:13pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e1f5ff;
    border: dotted 1px #0072a8;
    color:#009ce8;
    height: 30px;
    line-height:30px;
    padding-left: 11px;
}

.titulo_pagina_aba_4{
    font-size:11pt;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid  #0072a8;
    border-top: 2px solid  #0072a8;
    color:#009ce8;
    height: 25px;
    line-height: 25px;
    padding-left: 11px;
}

.titulo_pagina_aba_5{
    font-size:11pt;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted  #000;
    border-top: 1px dotted  #000;
    color:#009ce8;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    background-color: #ebebeb;
}

input[disabled],select[disabled],textarea[disabled] {
    background-color:#F5FAFC!important;
}

.titulo_msgbox {
    width:100%;
    height:40px;
    line-height:39px;
    font-size:12pt;
    background-color:#00509F;
    border-bottom:#73879C solid 2px;
    background-image:url(../images/ico_info.png);
    background-repeat:no-repeat;
    padding-left:32px;
    color:#fff;
}

#body_msgbox_info,#body_msgbox_question {
      font-family:Calibri;
      font-size:14pt;
      font-weight:700;
}

.icone_fechar{
    left:100%;
    margin-left:-45px;
    position:absolute;
    margin-top:1px    
}

.titulo_sistema {
font-family:Calibri;
font-size:18pt;
font-weight:bold;
color:#004e9b !important;
background-color:transparent;
margin-top: -10px;
margin-left: 200px;
}

.titulo_numrequerim {
    font-family:Calibri;
    font-size:15pt;
    font-weight:bold;
    color:#004e9b !important;
    background-color:transparent;
    margin-left: 430px;
    position:absolute;
    top:35px;
}

.nome_srh{
    font-family:Calibri;
    font-size:15pt;
    font-weight:bold;
    color:#004e9b !important;
    background-color:transparent;
    margin-left: 430px;
    position:absolute;
    top:5px;
	text-transform: uppercase;
}

.mostrar_login{
    position: absolute;    
    font-family:Calibri;
    font-size:12pt;
    font-weight:bold;
    color:#004e9b !important;
    left:100%;
    margin-left:-465px;
    margin-top:-35px;
    text-align: right;
    width: 450px;    
    top:58px;
}

.mostrar_login_2{
    cursor:pointer;    
    font-family:Calibri;
    font-size:12pt;
    font-weight:bold;
    color:#004e9b !important;
    position: absolute;
    left:100%;
    margin-left:-465px;
    margin-top:35px;
    text-align: right;
    width: 450px;
}

.link_sair_2{
    background-image: url('../images/sair.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;    
    font-family:Calibri;
    font-size:13pt;
    font-weight:bold;
    color:#a40000 !important;
    position: absolute;
    left:100%;
    margin-left:-90px;
    margin-top:30px;
    text-align: right;
    width: auto;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
    z-index: 100;
}

.lbl_login{
    background-image: url('../images/logo_user.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color:#004e9b !important;
    width: 50px;
    height: 25px;
    line-height: 22px;
    top: 5px;
    left:100%;
    margin-left:-90px;
    padding-left: 27px;
    position: absolute;
    font-family:Calibri;
    font-size:13pt;
    font-weight:bold;    
}

.sub_tit_sistema{
    font-size:18pt;
    font-weight: bold;
}

.ico_comentario{
    background-image: url(../images/comentario.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor:pointer;
}

.titulo_pgcoment{
    width:100%;
    height:40px;
    line-height:39px;
    font-size:12pt;
    background-color: #dff4ff;
    border: #004e9b dotted 2px;
    background-image:url(../images/comentario.png);
    background-repeat:no-repeat;
    background-size: 40px 40px;
    padding-left:40px;
    color:#004e9b;   
}


.tabela_listagem {
    height:auto;
    border-collapse:collapse;
    border:1px #000 solid;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:8pt;
    line-height:20px;
    vertical-align:middle;
    cursor:pointer;
}
    
.tabela_listagem td {
    border-collapse:collapse;
    border-left:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    height:25px;
    line-height:18px;
    vertical-align:middle;
    text-transform:uppercase;
    padding-left:0;
    color:#000;
    font-size:8pt;
}
    
.tabela_listagem th {
    background-repeat:repeat-x;
    border-left:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    padding-left:0;
    height:30px;
    line-height:30px;
    vertical-align:middle;
    font-size:8pt;
    font-weight:700;
    color:#ffffff;
    cursor:default;
    text-align:center;
    background-color: #004e9b;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=0);
}
    
.tabela_listagem a {
    color:#000;
    text-decoration:none;
}
    
.tabela_listagem a:hover {
    color:#000;
}
    
.tabela_listagem tr:hover {
    background-color:#68DBFF;
    color:#000;
}


.informativo_verm {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:700;
  padding-left:40px;
  background-color:#FFE8E8;
  border:1px solid #A30000;
  color:#A30000;
  height:35px;
  line-height:34px;
  background-image:url(../images/ico_info.png);
  background-position:left;
  background-repeat:no-repeat;
}

.div_form_tipouso{
	border: #999999 1px dotted;
	width: 102%;
}

.fundo_processando{
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999999999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    background-image: url(../images/redirect.gif);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 30%;
}

.txtprocessando {
	color:#fff;
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
}

#processando{	
	background-image:url(../images/redirect.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	width: 150px;;
	height: auto;
	line-height: 71px;
	padding-left: 13px;
	font-family: "Calibri";
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	display: block;
}

#embacado{
	position:fixed;
	border: solid 10px #000;
	background-color: #000;
	width:100%;
	height:102%;
	margin-left: auto ;
	margin-right: auto ;	
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	filter: alpha(opacity=80); /* Old IE */
	-khtml-opacity: 0.80; /* Old Safari */
	-moz-opacity: 0.90; /* Old Firefox, Netscape */
	opacity: 0.8; /* Standard */
	cursor:progress;
	z-index: 999;
	display: none;
	text-align: center;
}

.itemradio_padrao{
    height:20px;
    width:20px;
    margin-top:-0px;
}

.realupload{
	position: relative;
	float: left;
	margin-left: 50px;
	top: -32px;
	right: 50px !important;
	line-height: 30px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity:50);
	background-color: #289CD4;
	width: 100%;
	cursor:pointer;
	z-index:100;
	color:#000 !important;
    font-size: 11pt;
}

.fakeupload {
	width: 100%;
	background: url('../images/botao-selecione.png') no-repeat 99% 51%;
	cursor: default;
  background-color: #fff;
	border: 1px solid #006DB3;
	letter-spacing: 1px;
	padding-left:10px;
	font-size: 11pt;
	color: #00509F;
	height: 34px;
	vertical-align: middle;
    cursor:pointer; 
}

.hr_separador {
    color: #f00;
    background-color: #d7f2ff;
    height: 2px;
}

.tb_dados_existentes{
	border-collapse: collapse !important;
	border: solid #000 1px !important;
}

.td_dados_BKP{
	font-size: 10pt;
	color:#000;
	vertical-align: bottom;
	height: 35px;
	padding-top:2px;
	padding-left:3px;
	border: 1px solid #000;	
}

.td_rotulo{
	font-size: 8pt;
	font-weight: bold;
	color:#000;
	vertical-align: top;
	height: 35px;
	padding-top:0px;
	padding-left:3px;
	border: 1px solid #000;	
}

.dvtd_dados{
	font-size: 10pt;
	font-weight: normal;
	color:#000;
	vertical-align: bottom;
	height: auto;
    width: auto;
    text-transform: uppercase;
}

.td_comlabel{
 color:#000;
 font-size:10pt;
 padding: 5px;
}

.lable_table_td_dados{
  font-size: 8pt;
  color:#000;
  font-weight: bold;
	margin-top:-14px;
	margin-left:0px;
	position: absolute;
}

.th_subtitulo{
	border: 1px solid #000;
	background-color:#77d2ff; 
	color:#000; 
	text-align:center; 
	height:30px; 
	font-size:10pt;
}

.tb_dados_existentes th{
	border: solid #000 1px !important;
}

