.sp-copyright span {
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
}
.datepicker {
	background-color: #eee;
	border: 2px solid #105416;
	color: #202020;
	margin: 0 auto;
	padding: 0 10px;
	box-shadow: none !Important;
	-o-box-shadow: none !Important;
	-moz-box-shadow: none !Important;
	-webkit-box-shadow: none !Important;
}
@media only screen and (max-width: 600px) {
    .datepicker-inline {
	width: 175px;
.datepicker {
	padding: 0px 5px 0px 5px !important;
}

}
.datepicker {
	border-radius: 10px;
	direction: ltr;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 20px 0px;
	line-height: 30px;
	font-weight: 400;
}
.itcs_calendar_cal .new,.itcs_calendar_cal .old{visibility: hidden;}
.datepicker table tr td, .datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	border: none;
}
.fcp_wrapper form {
	display: block;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.fcp_wrapper a {
	color: #555;
	text-decoration: underline;
}

.fcp_fixed_heading {
	margin-top: 30px !important;
}
div.fcp_wrapper {
	color: #105416;
}
div.fcp_fixed_heading span {
	text-align: left;
	background-color: transparent;
	font-family: Arial;
	font-size: 1.4em;
}
div.fcp_label {
	text-align: center;
	margin: 0;
	padding: 3px 0;
}
.fcp_message {
margin-top: 30px !important;
}
div.fcp_line label {
	font-size: 0.85em;
color: #105416;
}
div.fcp_sendrow {
	text-align: center;
	margin-top: 30px;
}
div.fcp_line input:not([type="submit"]):hover, div.fcp_line textarea:hover, div.fcp_line select:hover
    {box-shadow:none;border:1px solid #105416}
  div.fcp_line input:not([type="submit"]):focus, div.fcp_line textarea:focus, div.fcp_line select:focus {
	border: 1px solid #105416;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px #a2b4c5;
	outline: none;
}  