/*
*	Author: Anshul Singh Chouhan
*
*/

#calendar {
	/*max-width: 900px;*/
	width: 100%;
	margin: 0 auto;
}
.ecl_pop_cover .modal {
	display: none; 
	position: fixed; 
	z-index: 9999; 
	padding-top: 10%; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.5); 
}
.ecl_pop_cover .modal-content {
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 3em 3em;
	width: 90%;
	max-width: 640px;
	border: 4px solid #b00000;
}
.ecl_pop_cover .close {
	float: right;
	width: 33px;
	text-align: center;
	height: 33px;
	border-radius: 18px;
	display: inline-block;
	font-weight: bold;
}
.ecl_pop_cover .info-msg {
	font-size: 17px;
	line-height: 1.5;
	color: #545454;
}
.ecl_pop_cover .modal.modal-leave {
	background-color: rgba(0,0,0,0.8);
}
.ecl_pop_cover .modal-leave .modal-content {
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 2.5em;
	border-radius: 6px;
	border: none;
	max-width: 380px;
	position: relative;
	/*width: 90%;*/
	max-width: 845px !important;
}
.ecl_pop_cover .modal-leave .modal-content .close {
	background-color: #fff;
	padding-top:0px;
	cursor: pointer;
	margin-top:0px;
	position: absolute;
	right: -12px;
	top: -20px;
	color: #444;
	font-size: 24px;
	line-height: 29px;
	border: 2px solid #dbdbdb;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}
.ecl_pop_cover .modal-leave .info-msg h3 {
	margin: 0 0 6px;
	font-weight: bold;
	font-size: 20px;
	background-color: green;
	color: #fff;
	padding: 5px 11px;
}
.ecl_pop_cover .modal-leave .form-group {
	margin-bottom: 16px;
}
.ecl_pop_cover .modal-leave label {
	display: block;
	font-size: 15px;
	color: #6D6D6D;
	margin-bottom: 2px;
}
.ecl_pop_cover .modal-leave input {
	width: 100%;
	border-radius: 3px;
	color: #444;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.ecl_pop_cover .modal-leave ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: pink;
}
.ecl_pop_cover .modal-leave ::-moz-placeholder { /* Firefox 19+ */
	color: pink;
}
.ecl_pop_cover .modal-leave :-ms-input-placeholder { /* IE 10+ */
	color: pink;
}
.ecl_pop_cover .modal-leave :-moz-placeholder { /* Firefox 18- */
	color: pink;
}
.ecl_pop_cover .modal-leave #save_leave {
	width: 100%;
	padding: 12px;
	display: block;
}
.ecl_pop_cover h4 {
	font-weight: bold;

}
.st_at {
	display: block;
}
.ed_at {
	display: block;
}
.prof_pic {
	float: left;
	margin-right: 10px;
	width: 100px;
}
.set-me {
	margin-bottom: 15px;
}
.info_cover span {
	display: block;
}
.event_tb_cov {
	width: 100%;
}
.fc-content {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
	.event_tb_cov {
		width: 100%;
		overflow: scroll;
	}
	.schedu-cover .btn-video {
		margin-left: .2em;
		font-size: 14px !important;
		padding: 9px !important;
	}
	.sp-title a {
		font-size: 16px;
		font-weight: 600;
	}
}