@import url('https://fonts.googleapis.com/css?family=Muli');

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

#header{
    
    background:none;
    padding: 15px 40px;

}
.barra{
    width: 100%;
    height: 50px;
    background-color: #333;
}
body{
    


    /*background: url('../img/fondo2.jpg') top right no-repeat;*/
}

h1,h2,h3,h4,h5,h6,th,td,p,span,a,label, input,button, li{
    font-family: 'Muli', sans-serif;
}

h2{
    color: #A3B944;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}
h3{
    color: #A3B944;
}
.alertas{
    color: #E72F32;
}
a{
    color: #E72F32;
}
dd, dt {
    line-height: inherit;
}
div.form, div.index, div.view{
    width: 80%;
    padding: 10px 1.5%;
}

div.actions{
    width: 20%;
    padding: 10px 1.5%;
}

div.actions ul li a{
    background: white;
    border:none;
    color: #E72F32;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}
div.actions ul li a:hover{
    background: #0B4A76;
    color:white;
}

#flashMessage{
    float: right;
    width: 77%;
    background: none;
    border: none;
    color: #F00;
    padding-left: 0;
    margin: 0;
    font-size: 15px;
}
#authMessage{
    float: left;
    width: 77%;
    background: none;
    border: none;
    color: #F00;
    padding-left: 0;
    margin: 0;
    font-size: 15px;
}

dt {
    width: 15em;
}
dd {
    margin-left: 15em;
}

.related{
    margin-top: 1em;
}

form#ProcesoBuscarForm div.checkbox{
    margin: 0;
}

tr th{
    vertical-align: middle;
    background: #0B4A76;
    border-radius: 3px 3px 0 0;
    color: white;
    border-left: solid 1px #333;
    text-align: center;
}

tr th:first-child{
    border-left: none;
}
tr th:last-child{

}

tr th a{
    color: white;

}

tr th a:hover{
    color: white;
    
}

form div.input,form div.submit, form fieldset{
    padding-left: 0;
}

.appinfo {
    position: fixed;
    top: 0;
    left: 0;
    width: 99%;
    padding: 10px .5%;
    color: #F7941D;
    background: #333;

}

.appinfo-title{
    font-weight: bold;
    padding-left: 39px;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    float: left;
    display: none;
}

.userinfozone{
    float: right;
    font-size: 14px;
}
.userinfozone a{
    color: white;
    text-decoration: none;
    font-weight:bold;
}

tr.filaAnulado td{
    background-color: #FFDACC;
}

p.propfile{
    float: left;
    margin-right: 5px;
}
a.propfile{
    float: left;
    margin-right: 5px;
}

ol {
    margin: 20px;
}
ol li{
    margin: 10px 0;
}
ol li a:hover{
    text-decoration: underline;
    color: orange;
}

div.proveedor_tabs{

}
div.proveedor_tabs a{
    float: left;
    margin-right: 20px;
}

#tablaArchivos{
    border: solid 1px #999;
    border-collapse: collapse;;
}
#tablaArchivos tr{
    border: none;

}
#tablaArchivos tr td{
    border: solid 1px #CCC;

}

#catslistbuscar div.checkbox{
    margin-bottom: 0;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
}

#catslistbuscar>label[for="CategoriaCategoria"]{
    display: block;
}

.checkbox input[type=checkbox]{
    margin-left: 0px;
}
.lineasgroup{
    width:35%;
    display: inline-block;
    clear:none;
}

.upbold{
    text-transform: uppercase;;
    font-weight: bold;
    color: #444;
}

ul.ui-autocomplete{
    box-shadow:0px 8px 23px rgba(0, 0, 0, .5);
    -moz-box-shadow:0px 8px 23px rgba(0, 0, 0, .5);
    -webkit-box-shadow:0px 8px 23px rgba(0, 0, 0, .5);
}


/* Buttons and button links */
.buspro a {
    font-weight:normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.buspro a:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}
.buspro a:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}
.apertura{
    margin: 0 0 15px -7px;
}

.aviso {
    border-radius:7px;
    border:solid 2px #f7941d;
    padding:8px;
    margin-bottom: 15px;
    width:55%;
}

.aviso h4{
   font-size:1.7em;
}

.descarga-inscripcion {
    font-size: 0.7em;
    color: #777;
    margin-bottom:20px;
}

.descarga-inscripcion a{
    padding:0;
    background: none;
    border:none;
    color:#f7941d;
}
.paging span a{
    color: #333;
}

.paging .prev, .paging .next{
    border-color: #A3B944;
    background-color: #A3B944;

}

.paging .prev a, .paging .next a{
    color: white;
}

.paging .prev:hover, .paging .next:hover{
    border-color: #A3B944;
    background-color: white;

}

.paging .prev:hover a, .paging .next:hover a{
    color: #A3B944;

}

.paging .prev.disabled, .paging .next.disabled{
    border-color: #ccc;
    background-color: white;

}

fieldset legend{
    font-size: 30px;
    font-family: 'muli',sans-serif;
    color: #0B4A76;

}
form .submit input[type=submit]{
        -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    transition: linear 0.5s;
}

form .submit input[type=submit]:hover{
    background: #0B4A76;
    border-color: #0B4A76;
   -webkit-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 61px -7px rgba(0,0,0,0.75);
}

.input.select select{
    width: 100%;
    padding: 3px 0;
    background-color: #f5f5f5;
}

fieldset fieldset legend{
    font-weight: bold;
    color: #0B4A76;
}
.label-block{
    display: block;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 10px;
}

fieldset fieldset div{
    margin: 0 0;|
}
.input.password.required label{
    display: block
}
.ui-datepicker-year{
	background-color:#f6a828;
}
.secop{
    margin: 0 auto;
}
.secop p{
    text-align: center;
}
.secop a {
    background: #E72F32;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E72F32), to(#E72F32));
    background-image: -webkit-linear-gradient(top, #E72F32, #E72F32);
    background-image: -moz-linear-gradient(top, #E72F32, #E72F32);
    border-color: #E72F32;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
}

.secop a:hover, .secop a:focus {
    text-decoration: none;
    background: #0B4A76;
    border-color: #0B4A76;
    -webkit-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 61px -7px rgba(0,0,0,0.75);
}
@media print {
    a[href]:after {
      content: none !important;
    }
    div.actions {
        width: 30%;        
    }
    div.view {
        width: 70%;        
    }
}

