/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');

*{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
}

h6{
	font-weight: bold;
	margin-bottom: 15px;
}

table thead th{
	text-align: center !important;
}

.container{
	width: 90%;
	max-width: 1280px;
}
.dato{
	display: block;
	background: aliceblue;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 10px;
	min-height: 35px;
	font-size: .95em;
}
label {
    color: #151515 !important;
    font-size: 1em !important;
    font-weight: bold;
}

#listado,
#listado_no_dataTable{
	border: 1px solid #dcdcdc;
}
#listado tbody tr td,
#listado thead th,
#listado_no_dataTable tbody tr td,
#listado_no_dataTable thead th{
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px;
}
#listado tr td,
#listado_no_dataTable tr td{
	font-size: .8em;
}
#listado thead tr th,
#listado_no_dataTable thead tr th{
	font-size: .75em;
}

#excel_download{
	    background: aliceblue;
    padding: 9px;
    display: inline-block;
    float: right;
}

input[type=text]:disabled{
	color: #333;
}
span.info{
	display: block;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 6px;
    margin-top: 9px;
}
td.numero{
	text-align: right !important;
}



.filtros{
	border: 1px solid #a5a5a5;
    padding: 24px !important;
}


.lista_filtros{
	
    padding: 0px 10px !important;
    
}
.lista_filtros p{
	    padding: 3px 8px;
    margin: 5px 5px 5px;
    background: aliceblue;
    border-radius: 3px;
    display: inline-block;
}

.contenedor_tabla{
	width: 90%;
	margin-left: 5%;
}
.btn i{
	
}



.preloader-wrapper.active {
    display: block;
    margin: auto;
}


/*********************************************/
/*	BAES
/*********************************************/
.estapa_baes{
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    height: 250px;
}
.lock{
	background: rgba(158, 158, 158, 0.96);
    width: 100%;
    height: 100%;
    top: 0px;
    position: relative;
    visibility: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.lock p{
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-top: 95px;
    display: inline-table;
    text-transform: uppercase;
}
.lock.activo{
	top: -250px;
	visibility: visible;
    opacity: 1;
}
.contenido{
    height: 250px;
    padding: 16px;
}
.contenido.terminado{
	background-image: url(../img/checked.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.etapa_terminada{

}

#botones{
    margin-top: 47px;
}
.boton_home{
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center !important;
    background: rgb(63, 81, 181);
    border-radius: 6px;
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
}
.item_home{
        display: block;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: rgb(63, 81, 181);
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.historial_download i{
    font-size: 1.5em;
}
