﻿/********************************/
/****** TÍTULOS Y TEXTOS H3 *****/
/********************************/

/*NARANJA EXPERTIA ff8125*/

@media screen and (min-width: 1201px) {
    header {
        max-width: none;
    }
}

h3, legend {
	color: #f08a2d;
}
		
legend {
	border-bottom: 1px solid #f08a2d;
}

.control-label {
    color: #ff8125;
}

.text-white-small {
    color: #ff8125;
    font-size:small;
}

.text-white {
    color: #fff;
    font-size:large;
}

.text-white-leftspace {
    color: #fff;
    font-size:large;
    font-weight:bold;
    margin-left:10px;
}
		
/********************/
/****** TABLAS *****/
/********************/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff0e2;
}

.recibo-seleccionado {
    background-color: rgb(255, 250, 245);
}

/***********************/
/****** CHECKBOXES *****/
/***********************/

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #f08a2d;
    border-color: #f08a2d;
}


/****** WEB NUEVA PREVENTIVA ******/

.tit_hldr {
    color: #ffffff;
    background: #ff8125;
}   

footer {
  background: #f8be89;
  margin-top: 30px;
  padding-bottom: 20px;
}

@media (max-width: 980px) {
    #listaRecibos, #datosIniciales {
        padding: 20px 0;
    }
}

#resultadoPagoKO, #resultadoPagoOK {
	background-color:#fff; 
    padding: 40px 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(155,155,163,0.4);
    -moz-box-shadow: 0px 0px 10px 1px rgba(155,155,163,0.4);
    box-shadow: 0px 0px 10px 1px rgba(155,155,163,0.4);
}

label, p, small, .btn, input, legend {
    margin-left: 0!important;
}

legend {
    padding-bottom: 5px!important;
}
