/*########## FUENTES  GENERALES ########## */

/* * {
	font-weight:600 !important;
	letter-spacing: normal !important;
} */

a {
    color: #cd0001;
    text-decoration: underline !important;
}

/*########## CABECERA ########## */

/* .reservationheader {
	min-height: 60px;
	background-image: url('http://www.encolate.es/cita-previa-img/galeriasmadrid-logo.png');
	background-repeat: no-repeat;
} */
.reservationheader h1 {display:none;}

/* [ng-app="cancel"] h1 { 
	text-indent: -9999px;
	min-height: 60px;
	background-image: url('http://www.encolate.es/cita-previa-img/galeriasmadrid-logo.png');
	background-repeat: no-repeat;
 } */
 
[ng-app="cancel"] h1  {display:none;} 

/*########## COLORES ########## */

.panel-primary > .panel-heading {
    color: #fff !important;
    background-color: #cd0001!important;
    border-color: #cd0001!important;
}

.panel-primary {
    border-color: #cd0001!important;
}

.btn-primary {
    color: #fff !important;
    background-color: #cd0001!important;
    border-color: #cd0001!important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #E68080 !important;
    border-color: #E68080 !important;
}

[ng-app="cancel"] .btn-success { 
    background-color: #cd0001!important;
    border-color: #cd0001!important;
}