/* @override http://www.filmaramlat.ch/wp-content/themes/dms/dms/sections/films_calendar/style.css?ver=2.2.1 */

/* @override http://www.filmaramlat.ch/wp-content/themes/dms/dms/sections/films_calendar/style.css?ver=2.2.1 */

@charset "ISO-8859-1";
/*films_liste*/
/* = Calendar = */


.calendar,.calendar * {
	font-family:Oswald;
	font-weight: normal;
	color:#c2c2c2;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}

.calendar {
	padding: 0em;
	color: #6B6B6B;
	font-weight: 300;
  	border-bottom: dotted 1px #333;
}

.calendar.small {
	font-size: 0.8em;
	font-weight: 100;
}

.calendar-month-view {
	display: block;
	font-size: 2em;
	line-height: 2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: 0.5s all;
	position: relative;
}
.calendar-month-view p{
	text-align:center;
}

.calendar-month-view, .calendar-month-view * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-bottom:1px solid #c3c3c3;
}

.calendar-month-view-arrow {
	width: 15%;
	position: absolute;
	top: 0;
	color: #c2c2c2;
	cursor: pointer;
}

.calendar-month-view-arrow:hover {
	background: #fff;
}

.calendar.spec-day .calendar-month-view-arrow {
	display: none;
}

.letrasDay {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom:1px dotted #c3c3c3;
	color: #000;
}

.letrasDay div {
	width: 14.28%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	display: block;
	float: left;
	color: #284490;
	border: solid #fff;
	border-width: 1px 0 0 1px;
	overflow: hidden
}

.calendar:hover .calendar-month-view {
	background: #fff !important;
}

.calendar:hover .calendar-month-view-arrow {
	color: #c2c2c2;
}

.calendar-holder {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.calendar-grid {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.calendar.spec-day .calendar-grid {
	display: none;
}

.calendar-day {
	width: 14.28%;
	margin: 0 !important;
	padding: 0 !important;
	height: 40px;
	position: relative;
	display: block;
	float: left;
	color: #dadada;
	border: solid #f6f6f6;
	border-width: 1px 0 0 1px;
	overflow: hidden;
}

.calendar-day.have-events {
	cursor: pointer;
	background: #EAEAEA;
}

.calendar-day:nth-child(7n),.letrasDay div:nth-child(7n) {
	border-right: 0;
}

.calendar-day:nth-child(7n+1),.letrasDay div:nth-child(7n+1) {
	border-left: 0;
}

.calendar-day.other-month {
	color: #dadada ;
}

.calendar .calendar-grid .calendar-day.this-day {
	background-color:#284490;
	border-color:  #F7AE4F;

}

#films_calendaru53wczd div.pl-section-pad.fix div.calendar.small div.calendar-holder div.calendar-grid div.calendar-day.this-day div.date-holder {
	color:  #fff;
	
}

#films_calendaru53wczd div.pl-section-pad.fix div.calendar.small div.calendar-holder div.calendar-grid div.calendar-day.other-month div.date-holder {
	color:#dadada;
	
}

.calendar .calendar-grid .calendar-day.have-events:hover {
	background: #DEA6E8;
}

.calendar .calendar-grid .other-month.have-events:hover {
	color: white;
}

.calendar-day .date-holder {
	font-size: 1.3em;
	color: #9D9D9C;
	right: 1%;
	bottom: 20%;
	padding:5px;
	padding-top: 8px;
}
.calendar-day .date-holder:hover {
	color: #EDEDED;
}
.calendar-day .event-notif-holder {
	height: 90%;
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
	left: 35%;
	left: -moz-calc(0px + 5px);
	left: -webkit-calc(0px + 5px);
	left: calc(0px + 5px);
	top: 5%;
	top: -moz-calc(0px + 5px);
	top: -webkit-calc(0px + 5px);
	top: calc(0px + 5px);
	position: absolute;
	width: 0.25em;
	opacity: 0.1;

}

.calendar-day .event-notif {
	height: 0.1em;
	background: white;
	width: 10%;
	margin: 1px 0px;
}

.calendar-specific {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	color: white;
	padding: 1em;
}

.calendar.spec-day .calendar-specific {
	display: block;
}

.calendar-specific .specific-day {
	width: 30%;
	display: inline-block;
	padding-bottom: 1em;
	cursor: pointer;
}

.calendar-specific .specific-day:hover {
	background:#000;
}

.specific-day-info[i=day] {
	font-size: 3em;
	text-align: center;
	color: #fff;
}

.specific-day-info[i=month] {
	font-size: 2em;
	line-height: 0.5em;
	text-align: center;
}

.calendar-specific .specific-day-scheme {
	display: inline-block;
	height: 100%;
	margin-left: 1em;
	width: calc(70% - 1em);
	width: -webkit-calc(70% - 1em);
	overflow-y: scroll;
	text-align: left;
}

.calendar-specific .specific-day-scheme::-webkit-scrollbar {
	width: 10px;
}

.calendar-specific .specific-day-scheme::-webkit-scrollbar-track {
	background: transparent;
}

.calendar-specific .specific-day-scheme::-webkit-scrollbar-thumb {
	background: rgb(34,34,34);
}

.specific-day-scheme .specific-day-scheme-event {
	padding: 0.5em;
	margin: 0.5em 0;
}

.specific-day-scheme .specific-day-scheme-event:first-child {
	margin: 0;
}

.specific-day-scheme .specific-day-scheme-event:last-child {
	margin-bottom: 0;
}

.calendar .specific-day-scheme-event h1 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1;
	font-weight: 400;
}

.calendar .specific-day-scheme-event p[data-role=dur] {
	margin: 0;
}

.calendar .specific-day-scheme-event p[data-role=loc] {
	margin: 0;
	line-height: 1;
}

[data-dir=left] {
	left: 0;
}

[data-dir=right] {
	right: 0;
}

[data-color=normal] {
	background-color: #fff;
  #films_calendarus5m9sd div.pl-section-pad.fix div.calendar.small div.calendar-month-view {
		background-color: #fff;

	
}
