/*@import url('demo.css');*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome-selected';
  src: url("../fonts/fontawesome-selected.eot");
  src: url("../fonts/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("../font/fontawesome-selected.woff") format('woff'), url("../fonts/fontawesome-selected.ttf") format('truetype'), url("../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

img{border:0px;}

.fc-calendar-container {
padding-left:200px;
	height: 400px;
	width: 1800px;
top:20px !important;
margin-left:-238px;
border:0px dashed orange;
background:transparent !important;

}
/**************************** can be used to move overall calendar up or down on page  ************/
.fc-calendar {
position:relative;
z-index:99;
	width: 100%;
	height: 100%;
padding:30px;
margin-top:20px;
border:0px dashed blue;

}

@media (max-width:450px) {
.fc-calendar {
	width: 100%;
	height: 100%;
padding:10px;
	}
}


.fc-calendar .fc-head {

	height: 30px;
	line-height: 30px;
border:0px dotted pink;
	/*background: #ccc;
	color: #fff;*/
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 0px solid white;

}

.fc-calendar .fc-row {
	width: 100%;
	/*border-bottom: 1px solid white;*/
}

.fc-four-rows .fc-row  {
	height: 25%;

}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
border:0px dashed orange;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	/*border-right: 1px solid rgba(170, 25, 0, 0.6);*/
	padding: 4px;
	overflow: hidden;
	position: relative;


}

.fc-calendar .fc-head > div {
	text-align: center;

}

.fc-calendar .fc-row > div > span.fc-date {
display:inline-block;
float:left;
border:0px dotted yellow;
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #ef1e37;
	/*text-shadow: 0 -1px 0 rgba(255,255,255,0.8);*/
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
display:inline-block;
font-size:15px !important;
border:0px dotted green;
margin-left:0px;
	padding-left: 8px;
	display: none;
}
/*****************************  highlighted day - mega cal  ***************/
.fc-calendar .fc-row > div.fc-today {
display:inline-block;
position:relative; 
z-index:2;
background: green;
border:1px solid #bb0808;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;

}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	/*border-right: 1px solid rgba(170, 25, 0, 0.6);*/
/*border: 1px solid rgba(170, 25, 0, 0.6);*/

}
/**********************************   bottom calendar border *****************/
.fc-calendar .fc-row:last-child {
	border-bottom: 40px solid rgba(255, 255, 255, 0.1);
border-radius:20px;

}
