/*
 * jsCalendar theme
 * Clean v1.1
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */


/* Clean Theme */
	.jsCalendar.clean-theme table {
		background-color: transparent;
		box-shadow: none;
		color: #000000;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}
	.jsCalendar.clean-theme thead .jsCalendar-title-name {
		font-weight: bold;
	}
	.jsCalendar.clean-theme thead .jsCalendar-nav-left,
	.jsCalendar.clean-theme thead .jsCalendar-nav-right {
		color: #AFAFAF;
	}
	.jsCalendar.clean-theme thead .jsCalendar-nav-left:hover,
	.jsCalendar.clean-theme thead .jsCalendar-nav-right:hover {
		background-color: transparent;
		color: #000000;
	}
	.jsCalendar.clean-theme thead .jsCalendar-week-days th {
		font-weight: bold;
	}
	.jsCalendar.clean-theme thead .jsCalendar-week-days th,
	.jsCalendar.clean-theme tbody td {
		border-radius: unset;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
		margin: 2px 2px;
		width: 42px;
	}
	.jsCalendar.clean-theme tbody td:hover {
		/*background-color: #F0F0F0;
		color: #000000;*/
		background-color: #006937b5;
		color: #ffffff;
		
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-selected {
		border: unset;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-current {
		background-color: transparent;
		border-bottom: 2px solid #000000;
		border-radius: unset;
		color: #000000;
		font-weight: bold;
		margin-bottom: 0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-selected {
		background-color: #E0E0E0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-current:hover {
		color: #000000;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-previous,
	.jsCalendar.clean-theme tbody td.jsCalendar-next {
		color: transparent;
		opacity: 0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-previous:hover,
	.jsCalendar.clean-theme tbody td.jsCalendar-next:hover {
		color: transparent;
	}
	.jsCalendar.clean-theme ::-moz-selection {
		background: #AFAFAF;
	}
	.jsCalendar.clean-theme ::selection {
		background: #AFAFAF;
	}

/* Blue */
	.jsCalendar.clean-theme.blue tbody td:hover {
		background-color: rgba(82, 201, 255, 0.3);
	}
	.jsCalendar.clean-theme.blue tbody td.jsCalendar-current {
		background-color: rgba(82, 201, 255, 0.2);
	}
	.jsCalendar.clean-theme.blue tbody td.jsCalendar-selected {
		background-color: rgba(82, 201, 255, 0.5);
	}
	.jsCalendar.clean-theme.blue ::-moz-selection {
		background: #83D8FF;
	}
	.jsCalendar.clean-theme.blue ::selection {
		background: #83D8FF;
	}
/* Yellow */
	.jsCalendar.clean-theme.yellow tbody td:hover {
		background-color: rgba(255, 227, 27, 0.3);
	}
	.jsCalendar.clean-theme.yellow tbody td.jsCalendar-current {
		background-color: rgba(255, 227, 27, 0.2);
	}
	.jsCalendar.clean-theme.yellow tbody td.jsCalendar-selected {
		background-color: rgba(255, 227, 27, 0.5);
	}
	.jsCalendar.clean-theme.yellow ::-moz-selection {
		background: #FDE74C;
	}
	.jsCalendar.clean-theme.yellow ::selection {
		background: #FDE74C;
	}
/* Orange */
	.jsCalendar.clean-theme.orange tbody td:hover {
		background-color: rgba(255, 180, 0, 0.3);
	}
	.jsCalendar.clean-theme.orange tbody td.jsCalendar-current {
		background-color: rgba(255, 180, 0, 0.2);
	}
	.jsCalendar.clean-theme.orange tbody td.jsCalendar-selected {
		background-color: rgba(255, 180, 0, 0.5);
	}
	.jsCalendar.clean-theme.orange ::-moz-selection {
		background: #FFB400;
	}
	.jsCalendar.clean-theme.orange ::selection {
		background: #FFB400;
	}
/* Red */
	.jsCalendar.clean-theme.red tbody td:hover {
		background-color: rgba(246, 81, 29, 0.3);
	}
	.jsCalendar.clean-theme.red tbody td.jsCalendar-current {
		background-color: rgba(246, 81, 29, 0.2);
	}
	.jsCalendar.clean-theme.red tbody td.jsCalendar-selected {
		background-color: rgba(246, 81, 29, 0.5);
	}
	.jsCalendar.clean-theme.red ::-moz-selection {
		background: #F6511D;
	}
	.jsCalendar.clean-theme.red ::selection {
		background: #F6511D;
	}
/* Green */
	.jsCalendar.clean-theme.green tbody td:hover {
		background-color: rgba(127, 184, 0, 0.3);
	}
	.jsCalendar.clean-theme.green tbody td.jsCalendar-current {
		background-color: rgba(127, 184, 0, 0.2);
	}
	.jsCalendar.clean-theme.green tbody td.jsCalendar-selected {
		background-color: rgba(127, 184, 0, 0.5);
	}
	.jsCalendar.clean-theme.green ::-moz-selection {
		background: #7FB800;
	}
	.jsCalendar.clean-theme.green ::selection {
		background: #7FB800;
	}


/*///////////////////////////
//
//		CSS PARA  SUL
//
///////////////////////////*/
#my-calendar{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#my-calendar table {
	width:100%;
	margin: 0;
}
.jsCalendar-title{
	grid-column: 1/8;
}
#my-calendar tr{
	display:grid;
	grid-template-columns: repeat(7, 1fr);
}
#my-calendar td {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	flex-direction: column;
	height:50px;
	line-height: 2em;
}
#my-calendar th {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.bullets{
	line-height:1em;
}

.jsCalendar table td.cal-categ-00{background-color:#00693628}
.jsCalendar table td.cal-categ-01{background-color:#00693628}
.jsCalendar table td.cal-categ-02{background-color:#00693628}
.jsCalendar table td.cal-categ-03{background-color:#00693628}
.jsCalendar table td.cal-categ-04{background-color:#00693628}
span.cal-categ-00{
	/*color:#006937;*/
	color:#0ba159;
}
span.cal-categ-01{
	color:#00A9BA;
}
span.cal-categ-02{
	/*color:#f5c609;*/
	color:#142287;
}
span.cal-categ-03{
	color:#BC6D05;
}
span.cal-categ-04{
	color:#0A6DFF;
}
p.cal-categ-00{
	/*color:#006937;*/
	color:#0ba159;

}
p.cal-categ-01{
	color:#00A9BA;
}
p.cal-categ-02{
	/*color:#f5c609;*/
	color:#142287;
	
}
p.cal-categ-03{
	color:#BC6D05;
}
p.cal-categ-04{
	color:#0A6DFF;
}
.red{background-color:red;}

#eventscont{
	font-size:16px;
}
#eventscont h1{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin-bottom: 0.75em;
}
.evento {
    display: grid;
    grid-template-columns: 1fr 8fr;
	column-gap:1em;
	padding:1em;
	border-bottom:solid 2px #006937;
	color:#000000 ;
}
.evento:hover{
	background-color: #00693628;
}
.evento h3{
	font-weight:bold;
	text-transform: uppercase;
}
.evento h2{
	font-size:1.25em;
	font-weight: bold;;
	margin-top:0.25em;
	margin-bottom:0.5em;
}
.event-img {
    grid-row: 1 / 4;
	/*width:100%;
	height:100%;*/
	background-size:cover;
	/*background-position:50% 50%;*/
	aspect-ratio: 1/1;
	max-width: 120px;
	max-height: 120px;
	
}
.clave{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    margin-bottom: 2em;
}
.clave p {
	margin-bottom:1em;
}
.clave span {
	margin-left:1em;
}

@media only screen and (max-width: 1200px) {
	.evento {
		grid-template-columns: 2fr 8fr;
	}
}
@media only screen and (max-width: 720px) {
	.clave{
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 520px) {
	#eventscont {
		font-size: 14px;
	}
    .bullets {
		font-size: 0.7em;
	}
	.evento{
		padding: 1em 0.25em;
	}
}
@media only screen and (max-width: 420px) {
	.clave{
		grid-template-columns: 1fr ;
	}
}