
.col-centered{
    float: none;
    margin: 0 auto;
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
}

/*.required{
    border: 1px solid red;
}*/
.form-group.required label:after{    
    content:" *";
    color:red;
}


.resultados-faq .panel-title > a.collapsed:before {
    background-position: 0 0;
}

.resultados-faq .panel-title > a:hover {
    text-decoration: none;
}
.resultados-faq .panel-title > a {
    display: block;
    position: relative;    
    padding-left: 45px;
    margin-left: -10px;
}

.resultados-faq .panel-title > a:before {
    background-position: 0 -25px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent url(https://www.juntadeandalucia.es/educacion/vscripts/dgprh/ComServ21/img/sprite-accordion.png) 0 -25px no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
}

.details{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
}

.details>div>div.cell {
    justify-content: center;
}
.details>div {
    /*border: 1px solid #ddd; */
    float: left;
    width: 80px;
    text-align: center;
    margin: -0.5px;
    /*background-color: #F9F9F9;*/
    padding: 2px;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Firmada{
    color: #3c763d; /*success*/
    font-weight: bold;
}

#Firmarregistrar{
    white-space: normal;
}
.prov>div>div>hr {
    margin-top: 5px;
    margin-bottom: 10px
}
/*alert-success*/
#detalle td:nth-child(2){
    /*background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#ffdff0d8', endColorstr = '#ffc8e5bc', GradientType = 0 );
    background-repeat: repeat-x;*/
    border-color: #b2dba1;
    background-color: #dff0d8;
}
#detalle td:nth-child(3){
    /*background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#fff2dede', endColorstr = '#ffe7c3c3', GradientType = 0 );
    background-repeat: repeat-x;*/
    border-color: #dca7a7;
    background-color: #f2dede;
}




.subheader, .header{
    color: white;
    font-family: "ERAS BK BT", sans-serif;
    font-size: 20px;
}
.header{
    font-size:26px;
    font-weight: bold;
}

.logo{
    height: 90px;    
    float: left;
    margin: 20px 20px 0 5px;
}

@media print {

    .no-print, .no-print *{
        display: none !important;
    }
    
    #seleccion{
        display: default;
        visibility: visible;
        top:0px;
    }

    #ID1, .container-fluid, .modal-header, .panel-heading ._modal-content {
        display: none;
        visibility: hidden;
    }

    #seleccion{
        display: default;
        visibility: visible;
        top:0px;

    }
    .panel-heading{
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }
    .modal-dialog{
        width: 100%
    }
    .panel-collapse{
        display: default !important;
    }
}
