html, body{
	height: 100%;
}

/*Loader*/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
	
	filter:alpha(opacity=50);
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
    background: #000 
                url(../images/ajax-loader.gif)
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}
/**/

header{
	background: #803581;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	text-align:center;
	float: none;
	border-bottom: solid #804A80;
}

nav{
	background-color: #465c71;
	padding: 0px 0px 0px 1px;
	width: 100%;
	float: none;
}
section{
	background-color: #808080;
	padding: 5px 5px 5px 5px;
}

#alertify-logs{
    background-color: transparent !important;
}

footer{
	position: relative;
	border-top: solid 1px #DFD8CC;
	background-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
}

fieldset
{
    margin: 5px 0px;
    padding: 5px;
    border: 1px solid #ccc;
}

legend{
 font-size: 12px;
}

header h1
{
    margin-top: 20px;
    color: #f9f9f9;
    border: none;
}

#pie{
	color: #333;
}

.alinearIzkierda{
	text-align: right;
}

.alinearJustificado{
	text-align: justify;
}

#Contenido{
	height: 300px;
}

.scroll{
	overflow: scroll;
	height: 300px;
}

tr:nth-child(odd) {
	color:#000;
	background-color:#EAF2D3;
}

.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #444444;
}

.alert-info {
    background-color: rgba(41, 171, 224, 0.76) !important;
    border-color: transparent;
    color: #ffffff;
}

.alert-warning {
    background-color: rgba(244, 124, 60, 0.76) !important;
    border-color: transparent;
    color: #ffffff;
}

a.btn.btn-accion-descargar-factura:hover {
    background: linear-gradient(120deg, #ffffff00, rgba(200, 200, 200, 0.11), #80358100, rgba(140, 140, 140, 0.5));
    border: 1px solid var(--main-color);
}
a.btn.btn-accion-descargar-factura img {
    padding: 0.5rem;
    width: 98px;
    height: 98px;
}

a.btn.btn-accion-descargar-factura {
    border: 1px solid var(--main-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background: linear-gradient(120deg, #ffffff00, rgba(124, 124, 124, 0.11), rgba(142, 142, 142, 0), rgba(103, 103, 103, 0));
}

.m-body{
    border-radius: 2px;
}