
body{
  margin: 0;
    padding: 0;
    background-size: cover;
    position: relative;
    background: #ccc url(../img/pattern-search.png) center bottom;
    
}
tbody tr{
    cursor: pointer;
}

tbody td{
    text-align: justify!important;
}
#panelAcceso{
    max-width: 350px;
    margin: auto;
    margin-top: 5%;
}
#mensajes{
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
}
.centrado{
    text-align: center;
}
input[type="text"] {
    margin-bottom: 5px;
}
#fecha_desde{
    width: 168px;
    height: 30px;
    /*padding: 5px 10px;*/
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#fecha_hasta{
    width: 168px;
    height: 30px;
    /*padding: 5px 10px;*/
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#botonMostrar{
    margin-top:5px;

}
#fecha_hasta{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top:5px;
}
#fecha_desde{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#monto_contrato{
    margin-top:5px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    font-size: 12px;
    width: 168px!important;

}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    cursor: default;


    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;


    display: block;
    width: 100%;




    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


    margin: 0;
}

#botonMostrar{
    width: 168px!important;
} 

#bibliorato{
    width: 168px!important;
}

#formPrograma .row{
    margin:5px;
}

#desde_id2{
    margin-top:5px;
    margin-bottom:5px;
    width: 150px;
}
#hasta_id2{
    margin-top:5px;
    margin-bottom:5px;
    width: 150px;
}


@media only screen and (max-width: 480px) {
    .wrap {
        display:none;
    }
}


.wrap {
	width: 90%;
	max-width: 10000 px;
        color:#fff;
	font-size: 16px;
        margin-left: 10px;
        
        

	/*margin:auto;*/
}
.widget {
	width: 40%;
	margin: 2em;
        
	/*margin:32px;*/
}

.widget p {
	display: inline-block;
	line-height: 1em;
}
.fecha {
	font-family: Oswald, Arial;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 0.3125rem;
	/*margin-bottom:5px;*/
	background: rgba(0,0,0,.3);
	padding: 20px;
	width: 100%;
        border-radius: 5px;
}

.reloj {
	font-family: Oswald, Arial;
	width: 100%;
	padding: 20px;
	font-size: 4em;
	text-align: center;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
}

.reloj .caja-segundos {
	display: inline-block;
}

.reloj .segundos,
.reloj .ampm {
	font-size: 2rem;
	display: block;
}
/*tabla*/

.table-responsive {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
    overflow-x: auto!important;
    overflow-y: auto!important;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    position: relative;
}

#message-s {
    position: fixed!important;
    top: 225px!important;
    left: 34%!important;
    width: 550px!important;
}
#id_cant_permisos{
    margin: 0 auto!important;    
    height: 70px!important;
}



