/*
Folha de estilos globais do SIAFI
Criada em: 09-02-2011 17:21
Última Atualização: 09-02-2011 @ Dotproject ID: 22131
CODIN - SET
*/


/*
Palleta:

Azul petróleo: #2ca1ba 2ca1ba
Azul petroleo mais claro: #16d6ff
Cinza: #535353 535353                                
*/

body {
	background-color:#ededed;
	padding-top: 20px;
    padding-bottom: 60px;
    font-family:'Open Sans','Sans Serif',Arial;
}

body+div{
    display:none;
}


a{
	color:#2ca1ba;
}

a:hover, table tr td a:hover {
	text-decoration:underline;
}



h1 {
	
	padding:0;
	font-size:25px;
	letter-spacing:-1px;
	color:#535353;
	word-spacing:5px;
	margin:0 0 10px 0;
	border-bottom:1px solid #e8e8e8;
	
}

h2 {
	
	padding:0;
	font-size:21px;
	letter-spacing:-1px;
	color:#2ca1ba;
	word-spacing:5px;
	font-weight:bold;
	margin:0 0 10px 0;
	
}

h3 {
	padding:0;
	font-size:18px;
	letter-spacing:-1px;
	color:black;
	word-spacing:5px;
	font-weight:normal;
	margin:0 0 10px 0;
	
}

h4 {
	
	font-size:15px;
	letter-spacing:-1px;
	color:gray;
	word-spacing:5px;
	padding:0;
	margin:0 0 10px 0;
}

small{
    font-size:11px;  
}


label , .label{
    color:gray;
    font-weight:bold;
    font-size:12px;
    display:inline;
    margin:5px 10px 0 5px;
    padding:5px 0 0 0 !important;
}

.quadro_cinza
{
    border:1px solid #d5d5d5;
    padding:10px;
    border-radius:10px;
    }

.float-left
{
    float:left !important;
    }

.float-right
{
    float:right !important;
    }
    
input[type="text"], input[type="password"], textarea, select{
	font-family:'Open Sans',Sans Serif,Arial;
}


input[type="button"],input[type="submit"], button{
	font-family:'Open Sans',Sans Serif,Arial;
}
      
.container {
    margin:0 auto;
}
.container > hr {
    margin: 60px 0;
}
      
#envolucro_menu {
    margin:20px 0 0 0;
}

#envolucro_menu #menu {
    margin: 0;
    display: table;
    width: 100%;
}
#menu>li>a {
    font-weight: bold;
    text-align: center;
    /*border-left: 1px solid rgba(255,255,255,.75);*/
    border-right: 1px solid rgba(0,0,0,.1);
}
     
#envolucro_menu .navbar-inner {
    padding: 0;
}
#envolucro_menu #menu {
    margin: 0;
    display: table;
    width: 100%;
}


table.tabelaPadrao {
	border:1px solid #ebebeb;
}

table.tabelaPadrao  tr th{
	border:0;
}

table.tabelaPadrao tr.azulEscuro {
	background-color:#daedf5 !important;
}


#logo {
	width:250px;
	height:55px;
	margin:0 0 10px 0;
}

#logo #linkLogo{
    width:250px;
    height:55px;
    background:url("../Imagens/logo.png") no-repeat;
    display:block;
    
}
	
#slogan_e_info_usuario{	
}
	
#slogan_e_info_usuario  #info{
    margin:5px 0 0 0;
    color:gray;
    font-size:14px;
    height:25px;
    text-shadow:0 1px 0 #fff;
}
		
#slogan_e_info_usuario  #slogan{
    font-size:20px;
    font-weight:bold;
    text-shadow:0 1px 0 #fff;
}
		
#set{
	width:150px;
	height:38px;
	margin:0;
}
	
#set #linkSET
{
	display:block;
	width:150px;
	height:38px;
	background:url("../Imagens/logoSET.png") no-repeat;
}
		
/* barra de informações do topo */

#info_adicionais {
    
    font-size:11px;
    margin:20px 0 20px 0;
    font-family:Helvetica,Arial;
}

/*
#info_adicionais>div {
 border:1px solid red;
}
*/

	
#info_adicionais label {
    color:#2ca1ba !important;
    font-size:11px !important;
}
	
#info_adicionais .btn {
    padding:1px 5px 1px 5px;
}   


#conteudo   /*tem hack ie7 e ie8*/
{
   min-height:250px;
   background-color:#ffffff;
   margin-top:20px;
   padding:10px 10px 20px 10px;
    -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

#conteudo p
{
   font-size:14px;
   color:#535353;
   line-height:1.5em;
}

#conteudo label
{
    width:auto;
    font-size:12px;
}



#conteudo ul
{
   
}


#conteudo fieldset
{
    border:1px solid #c8c8c8;
    padding:10px;
    margin-bottom:20px;
    border-radius:5px;
    background-color:#e8e7e6;
    padding-top:0;
    }
    
#conteudo fieldset legend{
    border:0 !important;
    width:auto;
    font-size:13px;
    font-weight:bold;
    margin-bottom:0;
}    

#envolucro-login
{
    width:190px;
    margin:20px auto 0 auto;
}


#rodape  /*tem hack ie7*/
{
   width:350px;
   height:89px;
   margin:0 auto 0 auto;
   padding-top:20px;
   text-transform:uppercase;
   color:gray;
   text-align:center;
   font-size:12px;
}



.coluna50porCento{
	display:inline;
	clear:right;
	float:left;	
	vertical-align:top;	
	width:50%;
}


.fundoCarregamento 
{
    background:#fff;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */

}


.carregamento {
	background:#fff;
	width:200px !important;
	height:100px  !important;
	border:1px dashed gray;
	display:block;
	margin-top:-150px !important;
}


.dados tr td{
    font-size:12px;
}
    
    
    

input.imprimir_pdf,
button.imprimir_pdf {
    height:35px;
    font-size: 14px;
    vertical-align : bottom!important;
    vertical-align : middle;
    color: #2ca1ba;
    text-align : left; 
    font-size : 8pt;
    padding:5px 5px 5px 35px !important;
    background : #d8f2f8 url(../imagens/ico_print_pdf.png) left no-repeat;
    cursor: pointer;
    font-weight : bold;
    border:1px solid #83aedb;
    font-family:'Open Sans','Sans Serif',Arial;
}


input.imprimir_pdf:hover,
button.imprimir_pdf:hover {
    background : #fff url(../imagens/ico_print_pdf.png) left no-repeat;
    border:1px solid #b9b9b9;
    color:Gray;
    font-family:'Open Sans','Sans Serif',Arial;
}


.tray-alert
{
    background:white;
    width:20%;
    max-height:300px;
    position:fixed;
    right:0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    bottom:0;
    font-size:13px;
    overflow:auto;
    }

.tray-alert .header
{
    background:#2ca1ba;
    padding:5px;
}

.tray-alert .header h1
{
    font-size:14px !important;
    color:#fff !important;
    border:0;
    letter-spacing:0.5px;
    padding:0 !important;
    margin:0 !important;
    line-height:normal;
    height:23px;
    }

.tray-alert .body
{
    padding:10px;
}

.tray-alert .label
{
    color:White;
}

.tray-alert .btn 
{
    font-size:12px;
}


/*Sobrescrita Twitter Bootstrap*/
.label-info
{
    padding:0 5px 0 5px !important;
    }


.modal {
 border:0;
 border-top:1px solid #d7d7d7;
}

.modal-header h3 {
  padding: 0;
  color:#2ca1ba;
  font-size:22px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #efefef !important;
  opacity:0.5;
}


.popover-title {
  color:#2ca1ba;
  font-weight:bold;
  font-size:18px;
}

hr {
  margin:0;
  border: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #ffffff;
  padding:0;
  clear:both;
}


.corpo_btnCsvExport
{
    border:none;
    }

/*Componente presente em "Modulos/Consultas/Cartao/ConsultaCartaoCredito/ConsultaVendaCartaoCredito.aspx" */
.dxb
{
    display: inline-block !important;
  *border-bottom: 0 none #b3b3b3 !important;
    display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    padding: 4px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    color: #333333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  /*
  background-color: #f5f5f5 !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *-webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
*/
    margin-left: .3em !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05) !important;
    
    
/* Darken IE7 buttons by default so they stand out more given they won't have borders */

  **border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: 0 !important;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: 0 !important;
}
    
.dxbButton
{
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    *-webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow:0 !important;
    -moz-box-shadow:0 !important;
    box-shadow:0 !important;
}

.dxgvControl_Glass
{
    border:none !important;
    }

.dxgvTable_Glass
{
    border: 1px solid #cccccc !important;
    *border: 0 !important;
    border-bottom-color: #b3b3b3 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    }
    
.dxgvHeader_Glass
{
    background:none;
    
    }

.dxeEditArea_Glass 
{
    width:80%;
    }