/********************** CSS para tags padrão **********************/
html {
    font-family: Raavi;
    font-size: 12px;
    color: #474747;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #a8b099; 
    background-image: url('../img/background-uel.jpg');    
    background-size:100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-position: top;
    background-repeat: repeat-x;    
    background-attachment: fixed;   
    line-height: 18px;
}

a, a.link, a.visited, a.active{
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

img
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table {
	border-collapse: collapse;
        border: 1px solid #333;
}

fieldset {
    padding: 10px;
    border-color: #555;
    max-width: 720px;
}

legend {
    font-weight: bold;
}

h1 {
    font-size: 16pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background-color: #ccc;
    color: #474747;
    line-height: 30pt;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border: #3B3B3B solid 1px;
    margin-top: 0;
}

h2 {
    font-size: 12pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background-color: #ddd;
    color: #060;
    line-height: 30pt;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border: #999 solid 1px;
    margin-top: 0;
}

h3 {
    font-size: 10pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background-color: #D8F2D7;
    color: #060;
    line-height: 20pt;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border: #060 solid 1px;
    margin-top: 0;
}

form label.error {
    /*background-color: #2fa32e;
    border: 1px solid #000;*/
    color: #fff;
    font-family: Raavi Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    max-width: 570px;
    min-width: 50px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px !important;
    text-align: left;
    padding-bottom: 2px;
}

form input {
    height: 16px;   
    display: inline;
    font-size: 12px;
    margin-bottom: 10px;
}

form select {
    height: 22px;   
    display: inline;
    font-size: 12px;
    margin-bottom: 10px;
}

form select .select_pequeno {
    height: 20px;   
    display: inline;
    font-size: 10px !important;
    margin-bottom: 10px;
}

form input[type=button], form input[type=submit], input[type=reset] {
    height: 20px;    
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    font-size: 14px;
}


form input[type=image] {
    margin: 0 !important;
}


/* ******************** definicoes estruturais *******************/

#container_header {
    position: relative;
    width: 100%; 
    float: left;
}

#header {
    position: relative;
    width: 990px;
    margin: auto;   
}

#container_center {
    position: relative;
    width: 100%;
    float: left;    
}

#center {
    position: relative;
    width: 990px;
    margin: auto;  
    min-height: 450px;
}

#container_esquerda {
    position: relative;
    float: left;
    width: 200px;    
    height:auto;
}

#logo_cops {
    position:relative;
    float: left;	                
    margin-top: 15px;
    background-image: url('/v2/system/general/img/logo_cops_branco.png');  
    background-repeat: no-repeat;
}

#logo_uel {
    float: right;
    position: relative; 
    margin-right: 30px;
    margin-top: 20px;
    background-image: url('/v2/system/general/img/logo_uel_branco.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 58px;  
    width: 191px;  
}

#container_menu {
    position: relative;
    float: left;
    width: 202px;    
    background-color: #fff; /*#f5f5f5;*/
    border-top-left-radius: 5px;	
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;	
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;	
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;	
    -moz-border-radius-bottomright: 5px;
    border: 1px #999 solid; 
    min-height: 625px;
    margin-top: -43px;    
}

#container_content {
    position: relative;	
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 745px;    
    background-color: #f5f5f5;
    border-top-left-radius: 5px;	
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;	
    -moz-border-radius-topright: 5px;    
    border-bottom-left-radius: 5px;	
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;	
    -moz-border-radius-bottomright: 5px;
    border: 1px #999 solid;    
    min-height: 550px;
    padding: 10px;	
}

#botoes {
    position: relative;
    width: 100%; 
    float: left;
    margin: 0 auto;
    margin-top: 15px;  
    text-align: center;
}

.botoes {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 auto;
    margin-top: 15px;  
    text-align: center;
}

#div_ordenacao {
    position: relative;
   /* width: 725px;
*/    float: left;
    margin: 0 auto;
    margin-top: 15px;  
    text-align: center;
}

#container_footer {
    position: relative;
    width: 100%;
    float: left;
    margin: auto;  
    /*
    background-color: #999;
    border: 1px solid #000;
    color: #000;         
    */
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px; 
    z-index: 0;
}

#footer {
    position: relative;
    /*width: 990px;*/
    margin: auto;      
    color: #ffffff;
    padding: 0 0 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    line-height: 11pt;
}

#index_content_left, #index_content_right {
   float: left; 
   position:relative;
   /*width:372px;*/
   height:auto;
   overflow: hidden;
}

.categoria_home {
    float: left; 
    position:relative;
    /*width:345px;*/
    height:auto;
    overflow: hidden;
}

.categoria_home_fiscais {
    float: left; 
    position:relative;
    /*width:740px;*/
    height:auto;
    overflow: hidden;
    line-height: 30px;    
}

.categoria_home_titulo {
    position:relative;
    width: 100%;    
    background: #ccc;
    line-height: 20px;
    min-height: 30px;    
    color: #474747;
    font-size: 16px;   
    line-height: 18px;
    min-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    text-align: center;     
    font-weight: bold;      
    margin-bottom: 5px;
    vertical-align: middle;
    padding-top: 4px
}

.categoria_home_titulo_fiscais {
    position:relative;
    width: 100%;    
    background: #ccc;
    line-height: 20px;
    min-height: 30px;    
    color: #474747;
    font-size: 16px;   
    line-height: 30px;
    min-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    text-align: center;     
    font-weight: bold;      
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: -1px;
    vertical-align: middle;
    padding-top: 4px;
    border: 1px solid #000;
}

.categoria_home_itens {
    position:relative;
    width:100%;
    /*height: 100%;*/
    overflow: hidden; 
    margin: 0;
    padding: 0;
    margin-bottom: -15px;
}

.categoria_home_itens_fiscais {
    position:relative;
    width:100%;
    height: 100%;
    overflow: hidden; 
    margin: 0;
    padding: 0;
    margin-bottom: -15px;
}

.categoria_home_itens_fiscais:last-child {
    margin-bottom: 5px;
}

.categoria_home_itens ul {
    margin: 0;
}

.categoria_home_itens ul li {
    margin-left: -15px;
    list-style-image: url('../img/icones/bullet.gif');   
    line-height: 18px;
    margin-bottom: 5px;
    
}

.categoria_home_itens ul li a, .categoria_home_itens ul li a:active, .categoria_home_itens ul li a:link, .categoria_home_itens ul li a:visited{
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
}

.categoria_home_itens ul li a:hover {
    color: #060;
    text-decoration: underline;
}

.categoria_home_itens_fiscais ul {
    margin: 0;
}

.categoria_home_itens_fiscais ul li {
    margin-left: -15px;
    list-style-image: url('../img/icones/bullet.gif');   
    line-height: 18px;
    margin-bottom: 5px;
    
}

.categoria_home_itens_fiscais ul li a, .categoria_home_itens_fiscais ul li a:active, .categoria_home_itens_fiscais ul li a:link, .categoria_home_itens_fiscais ul li a:visited{
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
}

.categoria_home_itens_fiscais ul li a:hover {
    color: #060;
    text-decoration: underline;
}

/***********  Menu vertical ********************/

#menu_esquerdo_titulo {
    color: #2fa32e;
    font-size: 16pt;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 0 0;
    /*width: 190px;*/
    text-align: center;
}

hr.linha_menu {
    border: medium none;
    height: 1px;
    background: #BABABB;
}

hr.top {
    margin: -10px 0 5px 0;
}

hr.bottom {
    clear: both;
    margin: 0 0 7px 0;
}

#menu_esquerdo_conteudo {
    margin-top: -25px;
    margin-bottom: 10px;
}

/******************************************************************************/

.aviso_erro {color: #FFF; display: block; background-color: #cd0a0a; padding: 0; line-height:30px; font-size: 20px; margin-top: 0px; padding-left: 10px; font-weight: bold;}
.aviso_sucesso {color: #FFF; display: block; background-color: #81BE7D; padding: 0; line-height:30px; font-size: 20px;  margin-top: 0px; padding-left: 10px; font-weight: bold;}
.aviso_msg {color: #FFF; display: block; background-color: #74b2e2; padding: 0; line-height:30px; font-size: 20px;  margin-top: 0px; padding-left: 10px; font-weight: bold;}

#overlay, #overlay_aviso, #overlay_curso_pretendido_transferencia_externa, #overlay_cadastro, #overlay_editar, #overlay_recrutar, #overlay_mensagem, #overlay_add, #overlay_senha {
   position: fixed;
   float: none;
   height: 100%;
   width: 100%;
   left: 0px;
   top: 0px;   
   z-index: 8000;
   background:rgba(0,0,0,0.5);
   display:none;   
}

#overlay_content {
    position: fixed;
    float: left;
    min-height: 500px;
    max-height: 95%;
    height: auto;
    width: 980px;
    left: 50%;
    top: 10px;  
    margin-left: -375px;   
    background-color: #fff;
    border-color: #000;
    border-collapse:collapse;   
    border-style:solid;
    border-width: thin; 
    text-align:center;   
    padding-bottom:15px;
    overflow-y: scroll;
}

#overlay_cadastro_content, #overlay_editar_content, #overlay_recrutar_content, #overlay_mensagem_content, #overlay_add_content, #overlay_senha_content {
    position: fixed;
    float: left;
    min-height: 500px;
    max-height: 95%;
    height: auto;
    width: 780px;
    left: 50%;
    top: 10px;  
    margin-left: -390px;   
    background-color: #fff;
    border-color: #000;
    border-collapse:collapse;   
    border-style:solid;
    border-width: thin; 
    text-align:center;   
    padding-bottom:15px;
    overflow-y: scroll;
}

#overlay_add_content, #overlay_senha_content { 
    width: 95% !important; 
    left: 50% !important;
}

#overlay_mensagem_content { 
    width: 1000px !important; 
    left: 50% !important;
}

#curso_pretendido_transferencia_externa_content {
   position: fixed;
    float: left;
    height: 500px;
    width: 750px;
    left: 50%;
    top: 10px;  
    margin-left: -375px;   
    background-color: #fff;
    border-color: #000;
    border-collapse:collapse;   
    border-style:solid;
    border-width: thin; 
    text-align:center;   
    padding-bottom:15px; 
    overflow-y: auto;
}

#carregando {
   position: fixed;
   float: none;
   height: 100%;
   width: 100%;
   left: 0px;
   top: 0px;   
   z-index: 9000;
   background:rgba(0,0,0,0.5);
   display:none;
}    

#carregando_box {
   position: fixed;
   float: left;
   height: 61px;
   width: 161px;
   left: 50%;
   top: 300px;  
   margin-left: -80px;   
   background-color: #fff;
   border-color: #000;
   border-collapse:collapse;   
   border-style:solid;
   border-width: thin; 
   text-align:center;   
   padding-bottom:15px;
}    

#carregando_box img {
   vertical-align:top;
   border:none;
}

#aviso {
   position: fixed;
   float: left;
   width: 600px;
   z-index: 9999;
   background-color: #fff;
   border-collapse:collapse;
   border-color: #060;
   border-style:solid;
   border-width: thin; 
   text-align:center; 
   padding: 0;   
   overflow-y: auto; 
   box-shadow:5px 5px 4px #333;
}

#fechar_aviso{
    margin-right: 2px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    background-color: #fff;    
}

.estilotabela_100_larg, .estilotabela_100, .estilotabela_95, .estilotabela_90, .estilotabela_75, .estilotabela_50 {
    background-color: transparent;
    border-collapse: collapse;   
    border: 0px;
}

.estilotabela_100_larg { width: 740px; }
.estilotabela_100  { width: 720px; }
.estilotabela_95   { width: 684px; }
.estilotabela_90   { width: 648px; }
.estilotabela_75   { width: 540px; }
.estilotabela_50   { width: 360px; }

.estilotabela_100_conc, .estilotabela_90_conc, .estilotabela_75_conc, .estilotabela_50_conc {
    background-color: transparent; 
    border: 0px;
    border-collapse: separate;    
}

.estilotabela_100_conc { width: 740px; }
.estilotabela_90_conc  { width: 648px; }
.estilotabela_75_conc  { width: 540px; }
.estilotabela_50_conc  { width: 360px; }

.estilocelulatit{
    background-color: #81BE7D; 
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
    border: 1px solid #000;
    text-align: center;
    height: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.estilocelulasubtit{
    background-color: #C8E2C7; 
    color: #060;
    font-weight: bolder;
    font-size: 12px;
    border: 1px solid #000;
    text-align: center;
    height: 18px;
    padding-left: 3px;
    padding-right: 3px;
}

.estiloceluladir{
    background-color: #81BE7D; 
    color: #fff;
    font-weight: bolder;
    font-size: 13px;
    border: 1px solid #000;
    text-align: right;
    height: 24px;
    padding-left: 3px;
    padding-right: 3px;
}

.estilocelula, .estilocelula_cinza {
    color: black;
    font-size: 12px;
    height: 20px;
    border: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;  
    padding-left: 3px;
    padding-right: 3px;
}

.estilocelula_cinza {
    background-color: #ddd !important;
}

.estilotd {
    color: black;
    font-size: 12px;    
    border: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
}

.estilotd_peq {
    color: black;
    font-size: 10px;    
    border: 1px solid #000;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #fff;
}

.estilotd_inativo {
    color: black;
    font-size: 12px;    
    border: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #ffdddd;
}

.estilotd_cinza{
    color: #333;
    font-size: 12px;    
    border: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #DDDDDD;
    height: 20px;  
    line-height: 20px;
}

.estilotd_conc {
    color: #333;
    font-size: 12px;    
    border: 0px solid #000;
    padding: 3px;
    background-color: #DDDDDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px;
    height: 25px;        
}

.estilotd_conc_header {
    color: #333;
    font-size: 12px;
    font-weight: bold;    
    border: 0px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px;
    height: 40px;        
}

.estilotd_conc_header a, .estilotd_conc_header a.link, .estilotd_conc_header a.visited, .estilotd_conc_header a.active, .estilotd_conc a:hover {
    color: #126426;
}

.estilotd_conc a:hover {
    text-decoration: underline;
}

.estilotd_conc_aviso{
    background-color: #ffffe0;
    font-size: 13px;    
    border: 0px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px;
    height: 40px;        
}

.estilotd_conc_aviso_titulo {
    color: #FC6158;
    font-weight: bold;
}

.estilotd_conc_aviso_texto { 
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.estilotd_conc_logo{
    color: #333;
    font-size: 13px;    
    border: 0px solid #000;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    border: 5px;
    height: 40px;        
}

.estilotd_separador {
    height: 15px;
    border: 0px solid #000;
}

.estilotd_conc_atividade_header {
    background-color: #80be7c;
    color: #3d3d3d;    
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    border: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.estilotd_conc_atividade_header a, .estilotd_conc_atividade_header a.link, .estilotd_conc_atividade_header a.visited, .estilotd_conc_atividade_header a.active, .estilotd_conc_atividade_header a:hover {
    color: #000;
}

.estilotd_conc_atividade_header a:hover {
    text-decoration: underline;
}

.estilotd_peq{
	color: black;
	font-size: 10px;
        height: 16px;
        border: 1px solid #000;
        padding-left: 3px;
        padding-right: 3px;
        background-color: #fff;
}

.estilotd_semborda{
	color: black;
	font-size: 13px;
	border: 0px;
}

.notfound {
    background-color: #EEE;
    color: #f00;
    text-align: center;
}

.hide {
    display: none; 
}

.img_visible {
    display: inline; 
}

.vermelho {
    color: #f00;
}

.verde {
    color: #050;
}

.negrito {
    font-weight: bold !important;
}

.obs_pequena {
    font-size: 10px !important;
}

.obs_media {
    font-size: 12px !important; 
}

.obs_grande {
    font-size: 16px !important;
}

.obs_muito_grande {
    font-size: 24px !important;
}

.DestaqueVerde {
    background-color: #187f20;
    color: #fff;
    font-size: 16px;    
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    border: 5px;
    text-align: center;   
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 7px;    
}

.DestaqueHeader {    
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.button {
    background-color: #b5b5b5;
    color: #474747;
    border: 1px solid #474747;
    border-radius: 5px;
    cursor: pointer;    
    line-height: 16px;
    padding: 8px 4px 4px;
}

.button-hover {
    background-color: #2fa32e;
    color: #fff;  
    border: 1px solid #060;
    border-radius: 5px;
    cursor: pointer;   
    line-height: 16px;
    padding: 8px 4px 4px;
}

/*.AtividadeConcluida, .AtividadeAndamento, .AtividadeAguardando {
    font-size: 6px;
    font-weight: bold;
    line-height: 8px;
    height: 7px;    
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

.AtividadeConcluida { 
    background-color: #777;
}

.AtividadeAndamento {
    background-color: #1EA52B;
}

.AtividadeAguardando {
    background-color: #FC613D;
}
*/

.AtividadeTexto {    
    font-size: 13px;
    line-height: 16px;
    color: #333;    
}

.AtividadeComunicado {    
    line-height: 16px;
    color: #000;      
    font-size: 12px;
    font-weight: bold;    
    text-align: justify;
}

a.ListagemLink, a.ListagemLink link, a.ListagemLink visited, a.ListagemLink active {
    color: #126426;
    text-decoration: none;
}

a.ListagemLink:hover {
    color: #126426;
    text-decoration: underline;
}

/********************* CSS para janelas modais ********************************/
#mask {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}

#box {
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.close {
    display: block;
    text-align: right;
}

#modal-titulo {
    background-color: #cccccc;
    border-bottom: 1px solid #474747;
    color: #474747;    
    font-weight: bold;
    line-height: 14px;
    padding: 10px;
}

#modal-conteudo {
    background-color: #f5f5f5;
    color: #474747;
    padding: 10px;
    text-align: left;
}
#modal-conteudo a {
    color: #126426;
}
/********************* FIM CSS para janelas modais ****************************/
.linkSemUnderline, .linkSemUnderline:active, .linkSemUnderline:visited, .linkSemUnderline:link, .linkSemUnderline:hover {
    text-decoration: none; 
}

.linkimagem {
    cursor: pointer;
}

.right{    
    float: right !important;
    text-align: right !important;
}

.left {
    float: left !important;
    margin-top: 4px !important;    
}

.text_left{        
    text-align: left !important;
}

.text_justify{        
    text-align: justify !important;
}

.text_right{        
    text-align: right !important;
}

.text_center{        
    text-align: center !important;
}

.float_right{        
    float: right !important;
}

.marginlr10_text_justify {
    text-align: justify !important;   
    margin-left: 10px;
    margin-right: 10px;
}

.margin10 {
    margin-left: 10px !important;;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.marginlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margint10 {
    margin-top: 10px !important;
}

.marginb10 {
    margin-bottom: 10px !important;       
}

.marginb25 {
    margin-bottom: 25px !important;       
}

.marginl10 {
    margin-left: 10px !important;    
}

.marginl5 {
    margin-left: 5px !important;    
}

.marginr10 {
    margin-right: 10px !important;       
}

.marginl25r10 {
    margin-left: 25px !important;    
    margin-right: 10px !important;    
}

.paddingtb10 {
    padding-top: 10px !important;    
    padding-bottom: 10px !important;    
}

.lineh12texttop {
    line-height: 12px;
    vertical-align: text-top;    
}

.observacao_campo {
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 32px;
}

.correios {
    font-size: 12px;
}

.clear {
    float: none !important;
    clear: both;
}

.quadro_branco {        
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    float: left;
}

.quadro_branco_fiscais {        
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    width: 710px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.quadro_branco_fiscais_710 {        
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    width: 710px !important; 
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.quadro_branco_total {        
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    width: 100% !important; 
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
}

.quadro_branco_mailling {        
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    width: 700px !important; 
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.quadro_branco_home {        
  /*
    background-color: #fff;
    border: 1px solid #000;
  */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;    
}

.quadro_branco_arquivo {        
    font-weight: normal;
    color: #050;
    font-size: 13px;
    background-color: #D8F2D7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #050;
    width: 100% !important; 
    padding-left: 10px !important;
    padding-right: 10px !important;   
    float: left;
}

.lh18 {
    line-height: 18px;
    font-size: 12px;
    padding-top: 13px;
    vertical-align: middle;
}

.lh18_pt18 {
    line-height: 18px;
    font-size: 12px;
    padding-top: 18px;
    vertical-align: middle;
}

.lh30_mg10 {
    line-height: 30px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.estilofield {
    font-size: 11px;
    background-color: #fff;
}

.estilofield_readonly {
    font-size: 11px;
    background-color: #ddd;
}

#ambiente_teste {    
    position: relative;
    width: 99.8%;
    margin: auto;  
    min-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    background-color: #f00;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    float: left;
}

#msg_interna {    
    position: relative;
    width: 99.8%;
    margin: auto;  
    min-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    border-color: #000;
    border-width: 1px;
}

#database_fail {
    float: left;
    position: relative;
    width: 99.8%;
    margin: auto;  
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    background-color: #D8F2D7;
    border: 1px solid #050;
    color: #050;  
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;    
}

#banda_top {
    float: left;
    position: relative;
    width: 99.8%;
    margin: auto;  
    height: 100px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    background-color: #050;
    border: 1px solid #000;
    color: #000;     
}

#top {
    position: relative;
    width: 990px;
    margin: auto;      
    color: #ffffff;
    padding: 0 0 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    line-height: 11pt;
}

#busca_site {
    margin-left: 25px;
    margin-top: 20px;
}

.index_nao_iniciado, .index_finalizado, .index_ativo {
    color: black;
    font-size: 12px;    
    border: 1px solid #000;
    padding-left: 3px;
    padding-right: 3px;
}

.index_nao_iniciado {
    background-color: #D8F2D7;
}

.index_finalizado {
    background-color: #ffdddd;
}

.index_ativo {
    background-color: #ffffff;
}

#no_file {
    vertical-align: middle;
}

.vertical_center {
    vertical-align: middle;
}

#conv_aviso {
    background-color: #ffffe0;
    border: 1px #000 solid;
    border-radius: 5px;
    font-size: 13px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.conv_aviso_titulo {
    text-align: center !important;   
    color: #fc6158;
    font-weight: bold;
    font-family: Raavi;
    font-size: 14px;
    line-height: 30px;
}
                    
.conv_aviso_texto {
    text-align: justify !important;   
    font-family: Raavi;
    font-size: 12px;
    color: #474747;
}

.texto_aviso {
    font-size: 13px;
}

.AtividadeAndamento, .AtividadeConcluida, .AtividadeAguardando {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    list-style-type: none;
    list-style-position: inside;    
    background-position: top left;
    background-repeat: no-repeat;    
}

.AtividadeAndamento {
    background-image: url('../img/icones/cronograma_andamento.png');
}

.AtividadeConcluida {
    background-image: url('../img/icones/cronograma_concluido.png');
}

.AtividadeAguardando {
    background-image: url('../img/icones/cronograma_aguardando.png');
}

.AtividadeAndamento li, .AtividadeConcluida li, .AtividadeAguardando li {
    margin-left: -22px;
}       

.span_form_middle {
    line-height: 34px; 
    vertical-align: bottom;    
}

.titulo_quadro {
    text-align: center !important;  
    font-size: 16px !important; 
    font-weight: bold !important;
    color: #050;
}

.relogin_button {
    background-color: #2fa32e !important;  
    color: #fff !important;
    border: 1px solid #060 !important;  
    border-radius: 5px !important;  
    cursor: pointer !important;     
    line-height: 16px !important;  
    padding: 8px 4px 4px !important;  
    text-decoration: none !important;  
}

.relogin_button:hover {
    background-color: #050 !important;  
    color: #fff !important;  
    border: 1px solid #000 !important;  
    border-radius: 5px !important;  
    cursor: pointer !important;   
    line-height: 16px !important;  
    padding: 8px 4px 4px !important;  
    text-decoration: none !important;  
}

.centro_tela_enviar_email {
    float: left;
    position: relative;   
    width: 270px;
    height: 127px;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -135px;
}

.resultado_consultas_sql {
    overflow-x: auto;
}

.margin_box {
   margin-left: -10px !important; 
   margin-right: -10px !important;  
}

.margin_box_h3 {
   margin-left: 15px !important; 
   margin-right: 15px !important;  
}

.margin_left_50 {
    padding-left: 50px !important;
}

.margin_left_100 {
    padding-left: 100px !important;
}

.seed_grupo_cargo1 {
    background-color: #B0FDCB; /*#e4eae4;*/
}

.seed_grupo_cargo2 {
    background-color: #FFFFC4; /*#EDEDED;*/
}

hr.seed_linha {
    border: medium none;
    height: 1px;
    background: #AAA;
}

.margin_force_left_25 {
    margin-left: 25px !important;
}

.titulo_quadro {
    text-align: center !important;  
    font-size: 16px !important; 
    font-weight: bold !important;
    color: #050;
}

.aviso_login_candidato {
    text-align: center !important;  
    font-size: 14px !important; 
    font-weight: normal !important;
    color: #050;
}


#overlay_upload_foto {
    position: fixed;
    float: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px; 
    /*margin-top: 10px;*/
    z-index: 8000;
    background:rgba(0,0,0,0.5);   
    overflow: visible;
    display:none;
}

#overlay_upload_foto .container {
    position: relative;
    background-color: #fff;
    max-width: 95%;
    max-height: 95%;
    min-height: 450px;
    top: 10px;
    overflow: visible;
    padding-bottom: 20px;
}