@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a img {
	border: none;
}

/*STYLES FORM*/
input {
    font-size:16px; 
    border-color:#cccccc; 
    border-style:solid; 
    padding:7px; 
    border-width:1px; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input:focus {
    border-color: #6CF; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
select {
    font-size:12px; 
    border-color:#cccccc; 
    border-style:solid; 
    padding:7px;
    border-width:1px; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type=radio]{
    font-size:12px;     
    border-style:none; 
    padding:7px;
    border-width:1px; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type=radio]:focus {
    border-color: #6CF; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type=button]:disabled {
/*    font-size:16px; */
    border-color:#cccccc; 
    border-style:solid; 
    padding:7px;       
    border-width:1px; 
    border-radius:5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type=button]:enabled {    
    background: #A6CE38;
    border-color:#cccccc; 
    border-style:solid;    
    padding:7px; 
    border-width:1px; 
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
input[type=submit]:enabled {    
    background: #A6CE38;
    border-color:#cccccc; 
    border-style:solid;    
    padding:7px; 
    border-width:1px; 
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}
/*END STYLES FOR FORM*/

h2.tituloSistema {
	font-size: 2em;
	font-family: "TrajanProBold", "Trajan Pro", "Georgia";
	color: #000;
	font-weight: normal;
	margin: 0px 0 25px 0;
}

/*WRAPPER*/

#Wrapper {
    min-height: 100%;
    position: relative;
}

/*END WRAPPER*/

/*HEADER*/

#Header {
	width: 100%;
	background-color: #000;
	background-image:url(Imagenes/patpanel.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A6CE38;
}

/*END HEADER*/

/*CONTENT*/

#content {
	margin: 0 auto; 
	width: 100%;
/*	margin: 10px 10px 10px 0px;*/
    padding-bottom:30px;	
}

.Login {
	width: 300px;
	height: 180px;
	margin: 5% 38%;

	padding: 10px;
}

#content a:link {
	text-decoration:none; 
	color: #06F;
}

#content a:visited {
	text-decoration:none; 
	color: #06F;
}

#leftPanel{
	float: left; 
	width: 13%;
	padding: 10px 0 10px 10px;	
}

#tableDefaultHeader {
/*	background: #666;*/
	background: #5c8540;
	font: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 2px;

}

#tableDefault tr:hover {
	background: #FF9;	
	}

#rightPanel{
	float: right;
	width: 85%;
	padding: 10px 10px 10px 0;
}

#errorGeneral{
	color: #F00;
	font: bold;
}

#searchSectionStyle {
	border-bottom: #a0a0a0 1px solid; 
        width: 100%; 
        margin: 10px 0px; 
        padding: 5px 0px 5px 0px;
}

/*END CONTENT*/

/*FOOTER*/

#footer{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right top;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #A6CE38;
    width:100%;
    height:30px;
    position:absolute;
    bottom:0;
    left:0;
}

/*END FOOTER*/

/* VALIDATE */

.campo{
   width: 208px;
   margin:0 auto;
   margin-left: 15px;
   margin-bottom: 7px;
}

.errores{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   padding: 10px;
   position: absolute;
}

.campoLoc{
   margin:0 auto;
   margin-left: 15px;
   margin-bottom: 7px;
}

.erroresLocalidad{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;   
   padding: 10px;
   position: absolute;
}

.erroresEmpadronamiento{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   color: #fff;
   display: none;
   font-size: 12px;
   padding: 10px;
   position: absolute;
}

.erroresEmpleado{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;   
   padding: 10px;
   position: absolute;
}

.erroresAporteRemuneracion{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;   
   padding: 10px;
   position: absolute;
}

.erroresAprobacionPlanPago{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   margin-left: 5px;
   padding: 5px;
   position: absolute;
}

.erroresCategoria{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;   
   padding: 10px;
   position: absolute;
}

.erroresEscalaSalarial{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   padding: 10px;
   position: absolute;
}

.erroresEditarBoletaEmrpesa{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   padding: 5px;
   position: absolute;
}

.erroresEliminarEmpleado{
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   padding: 10px;
   position: absolute;   
}

.erroresRecuperarContrasenia {
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   background: #F93;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   color: #fff;
   display:none;
   font-size: 12px;
   padding: 10px;
   position: absolute;
}

/* END VALIDATE */

#alertMessage {
    color: #06F;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}