/** Estilos propios para el calendario laboral **/
.calendar-wrapper h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.calendar-wrapper .fileUpload {
    left: -5px;
    top: -1px;
}
label.control-label {
    display: block;
}
.schedule-group {
	border: 1px solid #f1f1f1;
    padding: 5px;
    background-color: #fbfbfb;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom: 0;
}
.fa.nacional {
	color: #4d6db5;
}
.fa.autonomica {
	color: #a1baf4;
}
.fa.local {
	color: #d0112b;
}
.resultat {
	color: #888;
}
.resultat h1 {
	font-size: 2.3em;
    color: #666666;
    margin:0px;
    margin-bottom: 20px;
}
.resultat .logoMutua {
	max-width: 350px;
}
.estacion.title {
	text-align: center;
    width: 100%;
    padding: 5px;
    background-color: #9e9e9e;
    font-weight: 600;
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
}
.calendarResult {
	width: 100%;
	background-color: #f4f4f4;
	min-height: 30px;
	color: #666;
	margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 10px;
}
.calendarResult .resultlabel {
	color: #aaa;
	line-height: 1;
}
#resultNomEmpresa {
	padding-top: 5px;
}
.row.leyenda {
	margin-top:20px;
	margin-bottom: 10px;
}
.calendarResult .right-text {
	float: right;
    margin-right: 10px;
}

.leyenda .fa-question {
	background-color: #295a9d;
    padding: 3px;
    color: white;
    border-radius: 12px;
    padding-left: 5px;
    padding-right: 7px;
    font-size:14px;
}
.form-inline .input-group input.form-control.short,
.d-flex .input-group input.form-control.short {
	width: 150px;
}
.info small {
	font-size: 80%;
    color: #AAA;
}
#resultLogo {
	max-height: 80px;
}
/* Calendar-month*/
.month {
	width: 100%;
	margin-top: 5px;
}
.month-title {
    background-color: #4d6db5;
    color: #ffffff;
    text-align: center;
}
.month-title td {
	padding: 3px;
}
.week-day {
    width: 14%;
    font-size: 0.9em;
    color: #9E9E9E;
    text-align:center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 3px;
}
.days-row {
    margin-top: 4px;
    height: 19px;
}
.day {
    background-color: transparent;
    text-align: center;
    font-size: 0.85em;
    color: #666;
    vertical-align: middle;
}
.day.sunday {
    background-color: #4d6db5;
    color: white;
}
.week-day.sunday {
	color: #4d6db5;
}
.holiday-loc {
    background-color: #d0112b;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}
.holiday-aut {
    background-color: #a1baf4;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}
.holiday-nac {
    background-color: #4d6db5;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}

.day.active, .day div.active {
	cursor: pointer;
}
.day div{
	width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    margin-bottom: 3px;
    line-height: 20px;
}
.day.empty {
	background-color: white;
	color: white;
	cursor: normal;
}
.holiday-text {
	font-size: 0.75em;
	min-height: 72px;
}
.holiday-text .holiday-nac, .holiday-text .holiday-aut {
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.9em;
}
@media only print {
	.day {
		color: #888;
	}
	.day.holiday-loc, .day.holiday-aut, .day.holiday-nac {
		color: #333;
		font-size: 0.85em;
	}
	.leyenda .fa.fa-question, .leyenda .buttons, .leyenda-buttons {
		display:none;
	}
	.calendarResult {
		height: auto;
	}
	.months .col-6 {
    	width: 25%;
	}
	.col-pr-6 {
		width: 50%;
		float: left;
		position: relative;
	    min-height: 1px;
	    /*padding-right: 15px;
	    padding-left: 15px;*/
	}
	.month-title {
		border: 1px solid #4d6db5;
	}
}

/* table */
@media only screen and (max-width:992px){
	.resultat h1 {
		font-size: 2.0em;
	}
	.resultat .logoMutua {
	    max-width: 295px;
	}
	.leyenda .btn-primary i {
		margin-left: 0;
	}
}
/* movile */
@media only screen and (max-width:768px){
	.month-title {
    	font-size: 0.9em;
	}
	.week-row {
	    margin-top: 5px;
	}
	.leyenda-buttons {
	    margin-top: 20px;
    	margin-bottom: 20px;
	}
	.leyenda-buttons .btn-primary i{
		margin-left:0;
	}
	.leyenda {
		font-size: 0.9em;
	}
	.form-inline .input-group input.form-control.short {
		width: 100%;
	}
	.resultat h1 {
		font-size: 2.0em;
	}
	.resultat .logoMutua {
	    max-width: 295px;
	}
	#resultLogo {
	    max-height: 60px;
	}
}