.fc-header-toolbar {
    background-color: #56932f;
    margin: 0 !important;
    padding: 10px 0;
    color: #fff;
}
.fc-header-toolbar h2 {
    font-size: 20px;
}
.fc-header-toolbar button {
    border-radius: 0 !important;
    background: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
}
.fc-head {
    line-height: 35px;
}
.fc-day-top span {
    width: 16px;
    text-align: center;
    padding: 4px 6px !important;
    margin: 5px;
    border-radius: 20px;
}
.fc-day-top span:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}
.fc-state-highlight span {
    background-color: #6cb33f;
    color: #fff
}
.fc-state-highlight {
    background-color: #f5f5f0 !important;
}

.calendar-modal {
	text-align: center;
}
.calendar-modal .modal-dialog {
	max-width: 650px;
}
.calendar-modal .modal-body {
	padding: 10px 20px 20px;
}
.calendar-modal .modal-body-green {
	border: 1px solid #56932f;
	border-top: 4px solid #56932f;
}
.calendar-modal .modal-body-green h4 {
	color: #56932f;
	line-height: 30px;
	font-size: 16px;
}
.calendar-modal .close-img {
	position: absolute;
	background: transparent;
	border: none;
	right: 0;
	opacity: 1;
	padding: 10px;
}
.calendar-modal .close-img:hover {
	opacity: 1;
	color: #fff;
}
.btn-default {
	width: 100%;
	background-color: #56932f;
	border: 0.5px solid #56932f;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}
.line-gray {
	margin: 20px auto;
	border-bottom: 0.5px solid #9f9fa0
}

article.visit {
	padding: 80px 0 30px;
}

.visit .container,
.calendar-wrap .container {
	max-width: 760px;
}
.visit p {
	margin-top: 10px;
	color: #56932f;
}
section.calendar-wrap {
	padding: 0 0 100px;
}
.detectTime {
	margin-top: 4px;
}
.form-control {
	border-radius: 0;
}
.info-text {
	max-width: 240px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	border-radius: 20px;
	padding: 5px;
	color: #fff;
	background-color: #ef3737;
}

#ModalEdit .control-label {
	margin-top: -6px;
}

@media screen and (max-width: 767px) {
	article.visit {
		padding: 30px 0 30px;
	}
	section.calendar-wrap {
		padding: 0 0 50px;
	}
	
	.calendar-modal {
		padding: 0 10px;
	}	
	.calendar-modal .modal-dialog {
		margin: 0;
	}
	.calendar-modal .modal-body-green h4 {
		width: 80%;
		margin: auto;
		font-size: 14px;
		line-height: 20px;
	}
	.calendar-modal .modal-body {
		padding: 5px;
	}
	.calendar-modal .close-img {
		padding: 0 10px 0;
	}
	.calendar-modal .close-img img {		
		width: 15px;
	}
	#ModalEdit .control-label {
		margin-top: 0;
	}
	.info-text {
		max-width: 300px;
	}
}