/*
######################
# UTILIDADES
######################
*/

#mensagem-id {
	background-color: #971B00;
}

td h4 {
	margin-top:0px;
	margin-bottom:0px;
}
 
.btn-recriar-atestado-frequencia {
	margin: 0 0 15px 0;	
}

.alv-required > .control-label:after {
	content: "*";
}


span.alv-space-icon{
	margin-left: 5px;
} 

i,svg.alv-icone-header {
	margin: 0 10px;
	margin-top: 20px;
}

i,svg.alv-icone-bottom{
	margin: 0; 
}

img.alv-logo{
	height: 40px;
}

.aw-simple-panel__message.is-success {
  color: #5cb85c;
}

div.message-login div.alert {
	padding-bottom: 35px;
}
div.message-login div.alert div{
	height: 18px;
}

/*
######################
# Componentes 
######################
*/

/* Tabela Simples */
.alv-tabela-simples {
	margin-top: 15px;
}

.alv-tabela-simples table tr th {
	border-bottom-width: 1px;
}

.alv-tabela-simples table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px;
    vertical-align: middle;
}

/*
######################################
# CUSTOMIZAÇÃO DE COMPONENTES
######################################
*/

.checkbox input[type="checkbox"]:checked + input + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
}
 

/*
###################
# PÁGINAS DO SISTEMA
###################
*/

/*------------------------------
Pagina: Pesquisa de Viagem 
--------------------------------
Colunas genericas
--------------------------------
*/
.ms-tabela-xs{
	padding: 0;
	margin: 20px 15px 15px 15px;	
}

.ms-tabela-xs .ms-row-xs{
	border-bottom: 1px solid;
	padding: 10px 5px 5px 5px;
}

.ms-tabela-xs .ms-row-xs div.row  {
	line-height :normal;
}
.ms-tabela-xs .ms-row-xs div.row span {
	vertical-align: middle;
}
.ms-tabela-xs .ms-row-xs div.row span.label {
	font-size: 1em;
}
.ms-tabela-xs .ms-row-xs div.row span.ms-row-xs-titulo {
	font-weight: bold;
}





.ms-tabela-xs .ms-row-xs-color-odd{
	background-color: #EEEEEE;
}

.ms-tabela-xs .ms-row-xs-order{
	border: 1px solid;
	border-radius: 5px;
	border-color: #ddd;
	
	margin-bottom: 10px;
}

.ms-tabela-xs .ms-row-xs-order .ms-row-xs-order-header{
	display:block;
	padding :10px;
	border-radius: 5px;
	background-color: #ddd;
	font-weight:bold;
}

.ms-tabela-xs .ms-row-xs-order .ms-row-xs-order-body{
	margin: 10px 0px;
	padding : 10px;
	display: inline-block;
}

.ms-tabela-xs .ms-row-xs-order .ms-row-xs-order-body a{
	border: 1px solid;
	border-radius: 5px;
	border-color: #ddd;
	
	padding: 10px;
	
}

.ms-table-col-default {
}

.ms-table-col-id {
	box-sizing : border-box;
	width: 105px;
}

.ms-table-col-data {
	width: 130px;
}

.ms-table-col-inteiro {
	width: 80px;
}

.ms-table-col-short-name{
	width: 150px;
}

.ms-table-col-name{
	width: 200px;
}

.ms-table-col-acoes{
	width: 80px;
}


.alv-span-input{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding:0 10px;
	display:block;
	
	background-color: #eee;
	
	line-height: 30px;
}


/*
###################
# Sub Header
###################
*/

.alv-sub-header{
	margin-top: -18px;
	margin-bottom: 20px;
	
	background-color: #fafbfd;
	border-bottom: 1px solid #eee;
}

.alv-sub-footer{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	
	background-color: #fafbfd;
	border-top: 1px solid #eee;
}

.menu {
	display: block;
}

.sub-menu {
	display: none;
}

.menu-item {
	color: #000000;
	cursor: pointer;
	margin-left: 10px;
}

.menu:hover .sub-menu {
	display: block;
}

/*
###################
# nav-data
###################
*/
.alv-nav-data{
	padding: 10px;
}

/*
###################
# label
###################
*/
.label-alv {
  font-size: 100%;	
}


.label-alv-default {
  color: #000000;	
}

/*
###################
# label upload
###################
*/
.label-alv--upload__titulo {
	font-size: 22px;
}

.label-alv--upload__item {
	font-size: 16px;
}
.titulo-alv {
	
	margin: 0;
    height: 80px;
	display: flex;
    
    justify-content: flex-start;
    align-items: center;
        
    color: #333333;
	font-size: 22px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	
}
