@charset "ISO-8859-1";

.ui-widget {
	font-size: 75% !important;
}

#ui-datepicker-div {
	z-index: 101 !important;
}

.image1{
	background-image: url('../images/slider/bg1.png');
	height: 450px;
}

.image2{
	background-image: url('../images/slider/bg2.png');
	height: 450px;
}

.image3{
	background-image: url('../images/slider/bg3.png');
	height: 450px;
}

#login-form-padding{
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/* arriba | derecha | abajo | izquierda */


.hideElem{
	display: none;
}

.border-radius0{
	border-radius:0px
}


.app-block-hidden {
    display: none !important;
}

#appBlockOverlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    cursor: wait;
}

#appBlockMessage {
    position: fixed;
    z-index: 1010;
    top: 40%;
    left: 35%;
    width: 30%;
    padding: 15px;
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: medium none;
    border-radius: 10px;
    cursor: wait;
    opacity: 0.5;
    
}

.divReporteOrdenSalida{
	text-align: center
} 

.reporteOrdenSalida{
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	color: red;text-align: center;
}

   
   .estilo40{
	width: 40px;
   }

   .estilo60{
	width: 60px;
   }
   .estilo70{
	width: 70px;
   }
   .estilo90{
	width: 90px;
   }
   .estilo95{
	width: 95px;
   }
   .estilo100{
	width: 100px;
   }
   .estilo110{
	width: 110px;
   }
   .estilo120{
	width: 120px;
   }
   .estilo130{
	width: 120px;
   }
   .estilo140{
	width: 120px;
   }
   .estilo150{
	width: 150px;
   }
   .estilo180{
	width: 180px;
   }
   .estilo200{
	width: 200px;
   }
   .estilo270{
	width: 270px;
   }
   .estilo4parte{
	width: 25%;
   }   
   .centerRow{
	text-align:center;
   }
   .divReporteComplementoPDF{
	width: 40px;height: 40px;font-size: 28px;line-height: 40px;color: red;text-align: center;
   }
   .divReporteComplementoXml{
	width: 40px;height: 40px;font-size: 28px;line-height: 40px;color: black;text-align: center;
   }
   .classVisible{
   	visibility: visible;
   }
   
   .visibleAnimation{
		visibility: visible; animation-name: fadeInDown;
   }
   
   .classOcultar{
	display: none;
   }
