﻿

.box-form 
{ 
    width:900px;
    margin-top:8px; 
}

.div-form 
{ 
    /*width:420px;
    float: left;
    display: inline;*/
    
    width:900px;
    /*height:300px;*/
    -moz-column-count: 2; 
    -moz-column-gap: 10px; 
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    text-align:left;
    margin-left:20px;
    /*padding-bottom: 20px;*/
    margin-top:40px;
    margin-bottom:40px;
}

.form-sem-div
{
    width:688px;
    margin:auto;
}

.lab 
{ 
    width: 139px; 
    float:left; 
    display:inline; 
    margin-left:5px; 
    /*margin-top:7px; 
    margin-bottom:3px; */
    text-align:right;
    font-size:13px;
    font-weight:bold;
    color:#808080 /*#AAA9A7*/; 
    height:36px;
}

.p-lab
{
    vertical-align: middle; 
    display: table-cell;
    text-align:right;
    height:36px;
    width: 140px;
}

.valida
{
    vertical-align: middle; 
    display: table-cell;
    text-align:left;
    height:35px;
    width: 10px;
    font-size:16px;
}

.inp 
{ 
    width: 274px; 
    float:left; 
    display:inline; 
    margin-left:10px; 
    margin-bottom:3px; 
}

.input 
{ 
    padding: 8px;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 240px;
    font: Bold 13px Trebuchet MS, Tahoma, Arial, sans-serif;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: #FFFFFF url('bg_form.png') repeat-x left top;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    border-radius: 5px;
    float:left;
    display:inline;
    text-transform:uppercase;
}
    
.input:hover,
.input:focus
 {
    border-radius: 5px; 
    border-color: #777777; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.inputBusca 
{ 
    padding: 5px;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 120px;
    font: Bold 11px Trebuchet MS, Tahoma, Arial, sans-serif;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: #FFFFFF url('bg_form.png') repeat-x left top;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    border-radius: 10px;
    float:left;
    display:inline;
    text-transform:uppercase;
}
    
.inputBusca:hover,
.inputBusca:focus
 {
    border-radius: 10px; 
    border-color: #777777; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}


.esconde
{
    display:none;
}

.esconde2
{
    visibility:hidden;
}

/*Regra aplicada somente para o input do tipo submit*/
.botao,
.botao-pessoa,
.cancelar 
{
    /* Bordas arredondadas */
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight:bold;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
    color: #FFF;
    width: 150px;
    cursor: pointer;
    padding: 8px 24px;
    }

.botao
{
    /* Bacground gradiente */
    background: #DC7126;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DC7126), to(#F3953A));
    background: -moz-linear-gradient(#DC7126, #F3953A);
    background: linear-gradient(#DC7126, #F3953A);
    -pie-background: linear-gradient(#DC7126, #F3953A);
}

.botao-pessoa
{
    /* Bacground gradiente */
    background: #DC7126;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#238439), to(#39B54A));
    background: -moz-linear-gradient(#238439, #39B54A);
    background: linear-gradient(#238439, #39B54A);
    -pie-background: linear-gradient(#238439, #39B54A);
}

.cancelar
{
    /* Bacground gradiente */
    background: #DC7126;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BC1D1D), to(#FF5555));
    background: -moz-linear-gradient(#BC1D1D, #FF5555);
    background: linear-gradient(#BC1D1D, #FF5555);
    -pie-background: linear-gradient(#BC1D1D, #FF5555);
    margin-left: 15px;
}

/*Regra para aplicara css somente no hover do campo input do tipo submit*/
.botao:hover
{
    /* Bacground gradiente */
    background: #F3953A;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3953A), to(#DC7126));
    background: -moz-linear-gradient(#F3953A, #DC7126);
    background: linear-gradient(#F3953A, #DC7126);
    -pie-background: linear-gradient(#F3953A, #DC7126);
    /*color: #B0C4DE;*/
}

.botao-pessoa:hover
{
    /* Bacground gradiente */
    background: #39B54A;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#39B54A), to(#238439));
    background: -moz-linear-gradient(#39B54A, #238439);
    background: linear-gradient(#39B54A, #238439);
    -pie-background: linear-gradient(#39B54A, #238439);
    /*color: #B0C4DE;*/
}

.cancelar:hover
{
    /* Bacground gradiente */
    background: #FF5555;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF5555), to(#BC1D1D));
    background: -moz-linear-gradient(#FF5555, #BC1D1D);
    background: linear-gradient(#FF5555, #BC1D1D);
    -pie-background: linear-gradient(#FF5555, #BC1D1D);
    /*color: #B0C4DE;*/
}

fieldset 
{ 
    border: 1px solid #e1e1e1; 
    width:875px;
    margin:auto;
    border-radius: 5px 5px 5px 5px;
    display:block;
    margin-bottom: 30px;
    /*margin-top: 20px;*/
}

.css-fieldset 
{ 
    border: 1px solid #e1e1e1; 
    width:875px;
    margin:auto;
    border-radius: 5px 5px 5px 5px;
    display:block;
    margin-bottom: 30px;
}

.cx-menu-manut
{ 
    width:875px;
    margin:auto;
    display:block;    
    margin-bottom:8px;
    text-align:left;
    margin-top:30px;
}

a.menu-manut
{
    display:inline; 
    padding: 8px 40px 8px 40px;
    margin-left:20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px 8px 0px 0px;
    font-size:15px;
    color:#808080;
	font-weight:bold;
	text-shadow: 1px 1px 1px  #FFF;
	text-align:center;
	text-decoration: none;
}

a:hover.menu-manut
{
    text-decoration: none;
    color:#000000;
}

legend 
{ 
    /*font-size: 18px; */
    font-weight: bold; 
    padding: 5px;
    color: #808080;
    text-align:left;
}

.blocos-texto
{
    width: 500px; 
    text-align: left; 
    color: Black /*#808080*/; 
    margin:auto; 
    font-size: 13px;
    font-weight: bold;
}

.form-tit
{
    width:410px; 
    height:40px; 
    background-color:#EBEBEB;
    text-align:center;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px 2px #cccccc;
    box-shadow: 1px 1px 1px 1px  #cccccc;
    float:left;
    margin-left:20px;
    margin-bottom:20px;
    margin-top:30px;
    text-align:center;  
}

.span-titulo-form
{
    font-size:15px;
    color:#808080;
	font-weight:bold;
	text-shadow: 1px 1px 1px  #FFF;
	width:410px; 
    height: 40px;
    vertical-align: middle;
    display: table-cell;
}


/* --------------------------------- CHECKBOX ----------------------------- */

/*.checkbox
{
     float:left; width:250px;
}*/


/* ------------------------------- CAMPO UPLOAD --------------------------- */

#box{border:1px solid #ccc;padding:40px 40px 60px 40px;}
.selInputFile{width:600px;display:block;padding-bottom:6px;}
.selInputFile .realupload {position:relative;float:right;top:-35px;
right:150px;opacity:0;-moz-opacity:0;filter:alpha(opacity:0);
    width: 100px; height:30px; cursor: pointer;
}
.selInputFile .fakeupload {margin-top:2px;width:454px;background: url("Imagens/botao-selecione.jpg") no-repeat right 51%;}
.selInputFile input{/*border:none;letter-spacing:1px;font-size:12px;padding:5px 0 5px 5px;margin-left:5px;height:15px;*/vertical-align:middle;}
.selInputFile .boxImpFil{/*border:1px solid #ccc;*/width:468px;height:32px;/*padding-top:2px;*/}
.erro .selInputFile .boxImpFil{border:1px solid #ff0000;}



/*.realupload {
      position: relative;
      float: right;
      top: -21px;
      right: 20px;
      opacity:0;
      -moz-opacity:0;
      filter:alpha(opacity:0);
}

.fakeupload {
      width: 670px;
      background: url("Imagens/botao-selecione.png") no-repeat 99% 51%;
      cursor: default;
      background-color: #FFFFFF;
}

.input-up {
      background-color: #FFFFFF;
      border: 1px solid #e4e4e4;
      letter-spacing: 1px;
      font-size: 11px;
      color: #333;
      padding-left: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-left: 5px;
      height: 15px;
      vertical-align: middle;
}




/* --------------------------------- GRIDS ---------------------------------*/

.grid
{
    width:900px;
    margin: auto;
    margin-top: 20px;
    border:0px;
    font-size:12px;
    margin-bottom:20px;
}

.img-grid {
	float:left;
    display:inline;
    margin-left:20px;
    width:26px;
    height:26px;
}
	
.grid-fieldset
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin-top: 20px;
    font-size:12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

/*tabela zebrada*/
    table { font-size:13px; margin-left:15px; margin-top:15px; }
    th, td { padding:6px; border-bottom:1px solid #ddd; text-align:left; }
    th { background:#808080; font-weight:bold; color:#fff; }
    tr.zb td { background:#F8F8F8; }
    
    .table_radios { width:460px; float:left; margin-top:0px }
    .td { border-bottom:0px }
    
.divisao1
{
    width:450px;
    border-right: 1px solid #ccc;
    display:inline;
}
    
.divisao2
{
    float:right;
    width:445px;
    display:inline;
}
    
.duvida {
	width:30px;
	height:30px;
	margin-top:3px;
	margin-left:5px;
	float:left;
}

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	/*width:180px;*/
	
}

#tooltip .tipHeader {
	height:8px;
	/*background:url(images/tipHeader.gif) no-repeat;*/
}


#tooltip .tipBody {
	/*background-color:#000;*/
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	/*background:url(images/tipFooter.gif) no-repeat;*/
}