/* PROJETO AZT_STYLE */

/* BACKGROUNDS E CORES */


.xazt-required{
	border-left:3px #0362fd solid;
}

.xazt-required-ok{
	border-left:3px #CCFF99 solid;
}

.azt-titulo-panel-azul{
  font-size:1.5em;
  color:#317FB8;  
} 

.azt-form-full{
  width:100%;
}

.azt-form-full-50{
  width:40%;
}
 
/* cores Bootstrap */
.azt-bg-default{
  background:#777;	
}
.azt-bg-primary{
  background:#337AB7;	
}
.azt-bg-success{
  background:#5CB85C;	
}
.azt-bg-info{
  background:#5BC0DE;	
}
.azt-bg-warning{
  background:#F0AD4E;	
}
.azt-bg-danger{ 
  background:#D9534F;	
} 
/* cores Bootstrap */

.azt-bg-cor-topo{
  background:#494949;	
  border:0;
  border-color:#494949;	
}

.azt-bg-cinza-claro{
  background:#e3e3e3;	 
}


.azt-main-search{
  margin-right: 40px; 
  border-bottom: 1px solid #7c7c7c;
}

.azt-search-bar{
  padding: 10px 15px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	
}

.azt-main-search input[type="text"] {
  color: #ccc;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.azt-main-search button,
.azt-main-search input[type=submit] {
  background: transparent;
  border: transparent;
}

.azt-main-bar {
  padding: 10px;
}

.azt-main-bar h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #bababa;
}

.azt-header{
   height:300px;	
}






/* FONTES */

.azt-subtit-azul{
color:#069; 
font-size:1em; 
}

.azt-tit-amarelo-escuro{
color:#9C5B29; 
font-size:20px; 
font-family:Tahoma;
}


.azt-texto-cinza-claro{
color:#ececec; 
}


.azt-texto-azul{
color:#3181B8; 
}

.azt-texto-azul a:{
color:#3181B8; 
text-decoration:none;
}

.azt-texto-bco{
color:#fff; 
}

.azt-texto-bco a:{
color:#fff; 
text-decoration:none;
}

.azt-p-cinza{
color:#999;	
}

.azt-p-cinza-escuro{
color:#666;	
}

.azt-text-item-cinza{
font-size:0.855em;
color:#999;	
}
.azt-text-item-medio-cinza{
font-size:1em; 
color:#999;	
}
 

/* TAMANHO */

.azt-font_1em{
	font-size: 1.3em;
}
.azt-font_1_1em{ font-size:1.1em
}
.azt-font_1_2em{ 
font-size:1.2em;
line-height:1.6em;
color:#666;
}
.azt-font_1_3em{
	font-size: 1.4em
}
.azt-height-min-20-em{
  min-height: 20.0em;
}

.azt-height-min-login-50em{
  min-height: 40.0em;
}


.azt-width-100 {
 width:100%;	
}



/* LINHAS */


.azt-linha_10p_transparente {
	height: 10px;
	width:100%;	
}

.azt-linha_espacamento_campos {
	height: 15px;
	width:100%;	
}
.azt-coluna_10p_transparente {
	height: 100%; 
	padding-left:10px;
}

.azt-box_1p_cinza_destaques{
border: 1px solid #CCC;
width:100%;
height:380px;
}

.azt-linha_1p_cinza{
height:1px;
width:100%;
background-color:#CCC;	
}

.azt-linha_mostarda_escuro{ background-color:#574600;
height:3px;
width:100%;
}

/* ESPAÇAMENTO */
.azt-padding-2em {
padding:2em;  	
}
.azt-padding-08em {
padding:0.80em;  	
}



/* N, I, S */

.azt-bolder {
 font-weight:bolder
}
.azt-border-top-azul {
  border-top: 2px solid #0362fd !important;
}
.azt-border-left-azul {
  border-left: 2px solid #0362fd !important;
}

.azt-border-left-obrigatorio {
  border-left: 2px solid #0362fd !important;
}

.azt-no-border {
  border: 0px !important;
}
.azt-padding-botton-2 {
padding-bottom:2px;
}
/* REDES SOCIAIS*/


/* BG COLOR*/

.azt-bg_color_branco { 
   background-color:#FFF;
   color: #069;
   text-decoration:none;
}

.azt-bg_color_laranja { 
   background-color:#B33600;
   color: #FFF;
   text-decoration:none;
}


.azt-bg_color_cinza_claro { 
   background-color:#ececec;
   text-decoration:none;
}


.bg_color_laranja { 
   background-color:#B33600;
   color: #FFF;
}




/* ICONES */

.azt-ico-checkbox {
	background-image:url(../img/empty.png); 
/*	position: absolute; 
	z-index: -1; 
	visibility: hidden;		*/
}

.azt-ico-checkbox-off .mark {
  position: relative;
  left: 2px;
  top: 12px;
  background-image:url(../img/checkbox.png);	
  visibility: hidden;		
}

.azt-ico-checkbox-on {
	background-image:url(../img/checkbox.png);
}

.azt-filtro-table{
  text-wrap:none;	
  width:50px;
}



.checkbox-colunm .jquery-checkbox {
  display: inline-block;
  width: 53px;
  margin-right: -53px;
  margin-bottom: -40px;
  height: 40px;
  position: relative;
  top: 0px;
  left: 0px;
}
.checkbox-colunm .jquery-checkbox .mark {
  position: relative;
  left: 2px;
  top: 12px;
}
.list-body tr td.checkbox-colunm {
  padding: 0;
}
.client-label .limit-text {
  display: block;
}
.dropdown-menu {
  margin: 2px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c9d3dd;
}
.dropdown-menu a {
  padding-left: 15px;
  padding-right: 15px;
}
.iconed-dropdown .dropdown-menu a {
  padding-left: 35px;
}
.dropdown-menu.filter-finance-flow {
  z-index: 1040;
}


/* POSICIONAMENTO */

.azt-float-right {
	float:right;
/*	position: absolute; 
	z-index: -1; 
	visibility: hidden;		*/
}


/* CURRICULO */
.azt-cv-alert-cinza-pq{
	font-family: 'Roboto Light', 'Roboto';
	font-size: 1.2em;
	line-height:1.8em;
	text-align:justify;
	color:#666;
}
.azt-cv-alert-cinza-pq p{
	font-family: 'Roboto Light', 'Roboto';
	font-size: 1.2em;
	line-height:1.8em;
	text-align:justify;
	color:#666;
}

.form-control-zero {
    display: block;
    width: inherit;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



/* inicio JQUERY CV */
.disabledTab{
    pointer-events: none;
}


.nav-tabs>li{
  margin-bottom: 0px !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

.nav-tabs{
  border-bottom: transparent !important;
//  border-right: 1px solid #e6e6e6 !important;
}

.nav-tabs>li>a {
  background: #f5f5f5 !important;
  color: #666 !important;
  border-radius: 0 !important;
  border: 0 none !important;
  line-height: 24px !important;
  margin-right:0 !important;
  padding: 13px 15px !important;
}

.nav-tabs li:last-child{
  border-bottom: 0 none !important;
} 

.nav-stacked>li+li{
  margin-top: 0 !important;
}

.nav-tabs>li>a:hover{
  background: #1f1f20 !important;
  color: /*#fff*/ #70B5F9 !important;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0 !important;
  color: /*#fff #70B5F9 */ #fff !important;
  background: #1f1f20 !important;
  position: relative !important;
}

.nav-tabs>li.active>a:after {
  position: absolute !important;
  content:  "";
  width: auto !important;
  height: auto !important;
  border-style:solid !important;
  border-color: transparent transparent transparent #1f1f20 !important;
  border-width: 25px 22px !important;
  right: -44px !important;
  top:0 !important;
}


/* JQUERY UI */
.ui-widget-header {
     border-bottom:: 1px solid #1f1f20 !important;
    background: #fff !important;
    font-weight: bold;
}
.ui-helper-clearfix {
    zoom: 1;
}
.ui-tabs .ui-tabs-nav {
    margin: 0 !important;
    /*padding: .2em .2em 0;*/
}

.ui-widget-header {
     border: 0px solid #aaaaaa !important; 
     color: #fff/*{fcHeader}*/; 
}

.ui-widget-content {
/*    border: 1px solid #aaaaaa;/*{borderColorContent} */ 
    border: none !important;	
	background: transparent !important;
    color: #fff/*{fcContent} */!important;
}

.nav-tabs>li.active>a:after {
    position: absolute !important;
    content: "";
    width: auto !important;
    height: auto !important;
    border-style: solid !important;
    border-color: transparent transparent transparent transparent !important;
    border-width: 25px 22px !important;
   /* right: -34px !important; */ 
    top: 0 !important;
}


	
/* /JQUERY UI CV */	