div.appointmentpop form#new_appointment_pilot {
	padding: 10px 0px 15px 0px;
}

	div.appointmentpop form#new_appointment_pilot input {
		display: block;
	    margin: 2px auto;
        width: calc(100% - 70px);
        font-size: 12px;
        padding: 5px 10px;
        height: 20px;
	}
	div.appointmentpop form#new_appointment_pilot input.readonly {
		display: none;
	}
	div.appointmentpop form#new_appointment_pilot input[type="submit"] {
	    width: calc(50% - 20px);
	    margin: 7px 25px;
	    padding: 5px 10px;
	    background-color: #e72b55;
	    color: #fff;
	    cursor: pointer;
	    height: 30px;
	}
			div#calendar div.box-content div.box-header img#arrowleftPilot {
			    cursor: pointer;
			    height: 20px;
			    top: 5px;
			    position: relative;
			    margin-right: 20px;
			}

			div#calendar div.box-content div.box-header img#arrowrightPilot {
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				transform: rotate(180deg);
			    cursor: pointer;
		        left: 20px;
			    height: 20px;
			    top: 5px;
			    position: relative;
			}
							div#calendar div.box-content div.calendarScroll table.weekDay td div.wholeDay div.appointment-box div.appointment.pilot {
								border-bottom: 0px;
								height: 100%;
							}