#datepicker-demo {
	background: #E0E0E0;
	padding: 1rem;
	margin: 1rem 0 2rem;
}

#datepicker-demo em {
	display: block;
	font-size: 90%;
}

#date,
#party {
	width: 90%;
	max-width: 25em;
	vertical-align: 20px;
}

a.accCalendar {
	display: inline-block;
	background: transparent;
}

div.calendar {
	text-align: center;
	color: #000;
	background: #ffffff;
	padding: 0.5rem;
	position: relative !important;
}

table.calendar {
	border-collapse: separate;
	border-spacing: 1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    min-width: 100%;
}

table.sinBorderBottom {
	border-bottom: 0px;
}

table.calendar td,
table.calendar th {
	padding: 0.4em 0;
	border-radius: 50%;
	text-align: center;
}

td.empty {
	background: rgba(255, 255, 255, .07);
}

th.week {}

td.nav {
	cursor: pointer;
}

td.day {
	/*cursor: pointer;*/
}

td.day {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	color: #000;
    font-size: .9rem;
     cursor: pointer;   
}

td.dayToday {
	color: #000;
	background: #E0C7C7;
	
}

td.dayInPrevMonth,
td.dayInNextMonth {
	color: #000;
	background: #e6e6e6;
}

td.today {
    background-color: #0D357B;
    color: #fff;
}

td.day.pleno,
td.day.evento {
	background: #F6EBB9;
    color: #000;
    
}

td.day.evento {
	cursor: pointer !important;
}

td.day:hover {
/*    background: #3f75d2;
    color: #fff !important;*/
    cursor: default;
}

td.day.actividad {
    /*border-bottom: 1.5px solid #0D357B;
    border-radius: 0;*/
    padding: 0;
    text-decoration: underline;
    color: #0D357B;
}

td.day.actividad.today {
	text-decoration: underline;
	color: #fff !important;
}

td.day.actividad:hover {
	cursor: pointer;
}

td.day.noHabil {
    background: #cecece;
}

td[aria-current="date"] {
	background: #F3CF00;
}



div.calendar *:focus,
div.commentAdd *:focus {
	outline: blue 2px inset;
}

td.month {
	color: #000;
}

td.comment {
	position: relative;
}
td.comment span::after {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0.2rem;
	right: 0.2rem;
	content: "";
	background: #49182E;
	border-radius: 7px;
}

td.comment.selected {
	background: #0D357B;
}


td.disabled,
td.disabled:hover {
	color: #000;
	background: #ccc;
	cursor: auto;
}

td.disabled.selected {
	background: #C2C2C2;
}

div.commentTooltip {
	width: 271px;
	padding: 0.5rem;
	color: #FFF;
	background: #3D4043;
	font-size: 0.8em;
	font-weight: bold;
	max-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
}

div.commentAdd {
	background: #2E3135;
	border-radius: 0.3rem;
}

div.commentAdd button {
	font-size: 100%;
	text-transform: uppercase;
	color: #FFF;
	background: #2E3135;
	padding: 0.5rem;
	margin-top: -5px;
	border: none;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

div.commentAdd textarea {
	width: 270px;
	height: 2em;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 0.2em;
	margin: 0.5rem 0.5rem 0;
}


div.monthMessage {
	border: 1px solid #000;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}

.dcalendario button {
    float: left;
    background: transparent !important;
    border: none;
    margin-top: 3px;
    color: #000 !important;
    border: 1px solid transparent !important;  
    padding: 1px;
}

.dcalendario button:hover, .dcalendario button:focus {
    background-color: transparent !important;
    color: #671227 !important;
    cursor: pointer;
    border: 1px solid #671227 !important;   
}

.dcalendario button img {
    width: 10px;
}

.dcalendario {
    display: inline-block;
}

.dcalendario h3.clear_all {
    float: left;
    margin-top: 0;
}

.dcalendario h3 .month,
.dcalendario h3 .year {
    font-size: 1rem;
}

ul.calendarios-pdf li {
    background:url(../../images/svg/svg_pdf.svg) no-repeat 10px 10px;
    padding: 10px 10px 10px 55px;
    list-style: none;
    margin: 0;
    border: none;
}

.cabecera_dia {
	border-top: 3px solid #f1d136;
    border-radius: 35px 35px 0 0;
    height: 33px;
    width: 75%;
    margin: auto;
    border-left: 3px solid #f1d136;
    border-right: 3px solid #f1d136;
}

.diaActual {
	border: 3px solid #f1d136;
    border-radius: 0 0px 35px 35px;
    display: flex;
    width: 75%;
    margin: auto;
    /*background:url(../../images/fondo_calendar.png) no-repeat 10px 10px;*/
}

.f-dnum {
	width: 45%;
    float: left;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
}

.d-text {
	width: 55%;
    float: left;
    text-align: center;
    font-size: 1.2rem;
    display: grid;
}

.centrado {
	margin: auto;
}

.f-mes, .f-anyo, .f-dnom {
	line-height: 1;
}

.f-mes, .f-anyo {
	font-weight: 400;
}

.f-dnom {
	font-weight: bold;
}

@media all and (max-width: 1850px) and (min-width: 1651px) {
	.cabecera_dia, .diaActual {
		width: 83%;
	}
	
	table.calendar td, table.calendar th {
		padding: 0.3em 0;
	}
}

@media all and (max-width: 1650px) {
	.cabecera_dia, .diaActual {
		width: 100%;
	}
}

@media all and (max-width: 1650px) and (min-width: 1470px) { 
	table.calendar td, table.calendar th {
		padding: 0.2em 0;
	}
}

@media all and (max-width: 1470px) and (min-width: 1401px) { 
	table.calendar td, table.calendar th {
		padding: 0.1em 0;
	}
}
	
@media all and (max-width: 1400px) and (min-width: 1125px) {
	.f-dnum {
		width: 40%;
		font-size: 3.5rem;
	}
	
	.d-text {
		width: 60%;
		font-size: 1rem;
	} 
	
	table.calendar td, table.calendar th {
		padding: 0;
	}
}

@media all and (max-width: 1124px) and (min-width: 768px) {
	.f-dnum {
		width: 35%;
		font-size: 2.5rem;
	}
	
	.d-text {
		width: 65%;
		font-size: .95rem;
	} 
	
	.calendar {
		padding: 0;
	}
	
	table.calendar td, table.calendar th {
		padding: 0;
	}
}

@media all and (max-width: 767px) and (min-width: 670px){ 
	table.calendar td, table.calendar th {
		padding: .5rem 0;
	}
}

@media all and (max-width: 669px) and (min-width: 660px){ 
	table.calendar td, table.calendar th {
		padding: .4rem 0;
	}
}

@media all and (max-width: 659px) { 
	table.calendar td, table.calendar th {
		padding: .2rem 0;
	}
}

.mes-sp {
	text-align: center;
}

.sesiones_plenarias .mes-sp,
.sesiones_plenarias table.calendar {
	max-width: 232px;
    margin: auto;
    min-width: fit-content;
    width: 100%;
}

@media all and (max-width: 630px) and (min-width: 451px) { 
	.sesiones_plenarias div.col-4 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
}

@media all and (max-width: 450px) { 
	.sesiones_plenarias div.col-4 {
		flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: .5rem;
	}
}

.leyenda_plenarias {
	width: 150px;
    margin: 0 0 1rem;
}

.leyenda_plenarias.age {
	width: 100%;
}

.leyenda_plenarias h3 {
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
}

.leyenda_plenarias .dp,
.leyenda_plenarias .df,
.leyenda_plenarias .ds {
	padding-left: 40px;
	background-size: 20px;
	background-repeat: no-repeat;
    background-position: 8px 0px;
}

.leyenda_plenarias .da {
	padding-left: 40px;
	background-size: 27px;
	background-repeat: no-repeat;
    background-position: 6px 0;
}

.leyenda_plenarias .dp {
	background-image:url(../../images/fondo_pleno_40.png);
}

.leyenda_plenarias .df {
	background-image:url(../../images/fondo_festivo_40.png);
}

.leyenda_plenarias .ds {
	background-image:url(../../images/fondo_today_40.png);
}

.leyenda_plenarias .da {
	background-image:url(../../images/fondo_actividad_day.PNG);
}

.nav-item {
	cursor: pointer;
}