@charset "utf-8";
/* CSS Document */


a {color:#006ab4;}
a:hover, a:focus {color:#004126;}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #006ab4;
	border-color: #006ab4;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #006ab4;
	border-color: #006ab4;
}
.centrar{ text-align:center; margin:0 auto;}
.procesando{ height:500px; margin-top:150px;}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.login-panel .panel-heading {	padding: 0!important;}

.btn-success {
	color: #fff;
	background-color: #006AB8;
	border-color: #006AB8;
}



.compactar{display:compact!important;}
.separador{ border-bottom-color: #e7e7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 10px 0px;}
#dataTables td span,
#dataTables-informe td span,
#dataTables-saidas td span,
#dataTables-avisos td span,
#dataTables-expedientes td span{
    display:none; 
}
#page-wrapper {	
	min-height: 100px!important;	
}

.divider {
  height: 1px;
  width:100%;
  margin: 50px 0px 0px 0px;;
 ;
}

.checkbox span {margin-top: 2px;}

.facturaModal .modal-lg {
    width: 90%;
}

.select-iconos  {
    white-space:normal;
    font-family: sans-serif, 'FontAwesome';
}

.error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.fa-20x{font-size: 20em;}

.navbar-top-links .dropdown-menu li a { padding: 0 5px;}


.table-arquivos td{
	padding: 1px!important;
	height: 35px !important;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.alerta-borrar { background-color: #f2dede!important; color: #a94442!important; }