/* form styling*/
.error-msg{
	padding:15px;
	background-color:#f2dede;
	margin-bottom:30px;
	color:black;
}

.success-msg{
	padding:15px;
	background-color:#dff0d8;
	margin-bottom:30px;
	color:black;
}
.form-wrapper{
	width:100%;
	text-align:left;
	display:block;
	margin-bottom:15px;
}
.form-wrapper label{
	width:25%;
	margin-right:0.5em;
	text-align:right;
	display:block;
	float:left;
}
.form-wrapper input, textarea, .form-wrapper input{
 	 width:70%;
 	 float:right;
 	 display:block;
 	 height:23px;
 	 border:1px solid #eeeeee;
}
.form-wrapper textarea{
	height:200px;
}
.form-wrapper input[type="submit"]{
	background-color:#b82837;
	border:none;
	float:right;
	width:150px;
	color:white;
	height:28px;
	font-size:16px;
	cursor:pointer;
}
#show-text input{
	cursor:pointer;
	margin-left:10px;
}
#main-content-inner .ccm-error li{
	display:none;
}
.required:before{
	content:"*";
	color:red;
}
.captcha-wrapper{
	text-align:right;
}
.captcha-wrapper img{
	display:block;
	margin-left:auto;
}
.captcha-wrapper input{
	width:300px;
	margin-top:20px;
	margin-bottom:20px;
}


/* calendar styling*/
.fc-day, .fc-day-header{
	border-color:#494949 !important;
	border-width:10px !important;
	text-align:center !important;
	background-color:#919191;
	box-sizing:border-box;
	height:100%;
}
.fc-day{
	padding:0 !important;
}
.fc-toolbar h2{
	font-weight: normal;
}
.fc-day-number{
	text-align:center !important;
	vertical-align:middle !important;
	height:100% !important;
	padding-top: 25px !important;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #494949;
}

.fc-widget-header{
	background-color:#494949;
	padding-bottom:15px;
}
.fc-basic-view .fc-body .fc-row {
  height: 4em !important;
}
.blocked-day{
	color:white;
}
#show-text{
	padding-bottom:20px;
}
.fc td.fc-today {
  border-style: solid !important;
}
.fc-day-number{
	cursor:pointer;
}
/*.fc-past{
	background-color:#494949 !important;
	cursor:not-allowed !important;
}*/
/*.fc-past .half-top, .fc-past .half-bottom{
	background-color:#494949 !important;
}*/
.fc-unthemed .fc-today{
	background-size:0 0;
	background-color:#b6b6b6;
}
