/* not required 
*,:active{
	outline: none;
}
*/
.eventCalendar {
	margin: 0px;
	background-color: #EEEDE9;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 96.5%;
	font-family: Helvetica, Arial, sans-serif;
}



.eventCalendar *{
	padding: 0px;
	margin: 0px;
}

.eventCalendar input{
	font-family: Helvetica, Arial, sans-serif;
}

.eventCalendar h1, h2, h3, h4, h5, p{
	margin-bottom: 10px;
}

.eventCalendar p{
	line-height: 20px;
}

.eventCalendar a{
	cursor: pointer;
	text-decoration: none;
	color: #FF462B;
}

.clearfix{
	clear: both;
}

.animate{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* required */
.eventCalendar{
	border-radius: 4px;
	overflow: hidden;
	width: 800px;
	background-color: #ffffff;
	color: #333333;
	box-sizing: content-box;
}


.eventCalendar *, ::after, ::before
{
	box-sizing: content-box!important;
}

.eventCalendar h1, .eventCalendar h2{
	font-weight: 300;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

.eventCalendar h1 span{
	display: block;
}

.eventCalendar .col{
	position: relative;
	float: left;
	height: 100%;
}

.eventCalendar .col .content{
	padding: 40px;
}

.eventCalendar ul{
	margin: 0px;
}

.eventCalendar ul li{
	list-style: none;
}

.eventCalendar .leftCol{
	width: 40%;
	height:850px;
	background-color: #F48989;
}

.eventCalendar .noteList li{
	color: #ffffff;
	margin-bottom: 10px;
}

.eventCalendar .notes p,
.eventCalendar .notes input,
.eventCalendar .noteList li{
	font-weight: 300;
	font-size: 14px;
}

.eventCalendar .notes p{
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

.eventCalendar .notes input{
	background-color: #F48989;
	color: #ffffff;
	border: none;
	width: 200px;
}

.eventCalendar .addNote,
.eventCalendar .removeNote{
	float: right;
	color: rgba(255,255,255,0.4);
	font-weight: bold;
	margin-left: 20px;
}

.eventCalendar .addNote:hover,
.eventCalendar .removeNote:hover{
	color: #ffffff;
}

.eventCalendar .addNote{
	font-size: 16px;
}

.eventCalendar .leftCol h1{
	color: #ffffff;
	margin-bottom: 40px;
}

.eventCalendar .rightCol{
	width: 60%;
}

.eventCalendar .rightCol h2{
	color: #C7BEBE;
	text-align: right;
	margin-bottom: 70px;
}

.eventCalendar .months li,
.eventCalendar .weekday li,
.eventCalendar .days li{
	float: left;
	text-transform: uppercase;
}

.eventCalendar .months li a,
.eventCalendar .weekday li a,
.eventCalendar .days li a{
	display: block;
	color: #747978;
}

.eventCalendar .months li a{
	font-size: 10px;
	color: #C7BEBE;
	text-align: center;
	width: 32px;
	margin-bottom: 20px;
}

.eventCalendar .months li .selected{
	font-weight: bold;
	color: #747978;
}

.eventCalendar .weekday li a{
	width: 55px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

.eventCalendar .days li{
	width: 55px;
}

.eventCalendar .days li a{
	width: 36px;
	height: 24px;
	text-align: center;
	margin: auto auto;
	font-size: 12px;
	font-weight: bold;
	border-radius: 12px;
	margin-bottom: 13px;
	padding-top: 7px;
}


.eventCalendar .days li a:hover{
	background-color: #EEEDE9;
}

.eventCalendar .days li .selected{
	background-color: #F5A1A3!important;
	color: #ffffff;
}

.eventCalendar .days li .event{
	color: #F5A1A3;
}


/* placeholder color */
::-webkit-input-placeholder {color: #ffffff; }
:-moz-placeholder {color: #ffffff; }
::-moz-placeholder {color: #ffffff; }
:-ms-input-placeholder {color: #ffffff; }