@charset "UTF-8";

.direita {
	text-align: right;
}
.centro {
	text-align: center;
}

th.direita {
	text-align: center;
}




.table  {
	margin-top: 10px!important;
}

.table > thead > tr > th:first-child ,
.table > tfoot > tr > th:first-child  { 
	-webkit-border-top-left-radius: 3px!important;
	-moz-border-radius-topleft: 3px!important;
	border-top-left-radius: 3px!important;
}

.table > thead > tr > td ,
.table > thead > tr > th ,
.table > tfoot > tr > th  { 
	border: 1px solid #e4eaec!important;
	/* border: 1px solid ; */
}

.table .btn-icon.btn-sm,
.table .btn.icon.btn-sm {
    padding: 2px 8px;
    font-size: 14px
}
.form-inline .form-control {
	height: 36px;
}

.celula-valor-select {
	height: 22px;
	width:100%;
	overflow:hidden;
	display: block;
}

.form-control {
	padding: 6px 4px;
}

.largura_30 { width: 30px; }
.largura_40 { width: 40px; }
.largura_50 { width: 50px; }
.largura_60 { width: 60px; }
.largura_70 { width: 70px; }
.largura_80 { width: 80px; }
.largura_90 { width: 90px; }
.largura_100 { width: 100px; }
.largura_110 { width: 110px; }
.largura_120 { width: 120px; }
.largura_130 { width: 130px; }
.largura_140 { width: 140px; }
.largura_150 { width: 150px; }
.largura_160 { width: 160px; }
.largura_170 { width: 170px; }
.largura_180 { width: 180px; }
.largura_190 { width: 190px; }
.largura_200 { width: 200px; }
.largura_210 { width: 210px; }
.largura_220 { width: 220px; }
.largura_230 { width: 230px; }
.largura_240 { width: 240px; }
.largura_250 { width: 250px; }
.largura_260 { width: 260px; }
.largura_270 { width: 270px; }
.largura_280 { width: 280px; }
.largura_290 { width: 290px; }

.verde { color: green; }
.vermelho { color: red; }
.amarelo { color: rgb(245, 224, 75); }

.formularios input.btn_guardar:after {
	content: '\f069';
	font-family: 'FontAwesome';
	font-weight: 300;
	color: red;
	display: inline-block;
	font-size: 9px;
	height: 10px;
	width: 30px;
	position: relative;
	top: -6px;	
}
	
.escondido {
	display: none;
}

.tabela_listagem_filtro_datas {
    z-index: 1000;
    position: relative;
}

.slidePanel-header {
    background-color: #9ece67;
}

.coluna_saldo_0 {
	color: blue!important;
}
.coluna_saldo {
	color: red!important;
}
.coluna_debito {
	color: blue!important;
}
.coluna_credito {
	color: green!important;
}

.vermelho {
	color: red!important;
}

.verde {
	color: green!important;
}

.amarelo {
	color: yellow!important;
}

.form-horizontal .control-label {
    text-align: inherit;
}