#aio_tc_schedule_form p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 24px;
}

.scheduleSubHeader{
    padding-left: 10px; 
    font-weight: 600;
}

.scheduleControlDiv{
    padding: 10px;
    width: 100px;
    min-height: 40px;
    display: inline;
}

#scheduleNotices{
    width: 100%
}

#aio_tc_schedule_form label {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.fc-day-grid-event{
    cursor: pointer;
}

.scheduleModalFieldWrapper {
    width: 85%;
    padding: 10px;
    min-height: 40px;
}

.scheduleModalFieldWrapper > label{
    font-weight: 600;
    float: left;
    padding: 10px;    
}

#scheduleModalContent{
    width: 100%;
    min-height: 100px;
}

#aio_tc_schedule_form ul, #aio_tc_schedule_form li {
    font-size: 14px;
    list-style-type: square;
    margin-left: 20px;
}

#aio_tc_schedule_form h1, #aio_tc_schedule_form h2, #aio_tc_schedule_form h3, #aio_tc_schedule_form h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.scheduleFormItem {
    width: 100%;
    padding: 10px;
}

.scheduleOptions {
    width: 100%;
    padding: 10px;
}

#scheduleUI {
    height: auto;
    float: right;
    width: 900px;
}

.scheduleTool {
    width: 100%;
    height: auto;
}

#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
}

#scheduleUI {
    width: 95%;
    float: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

.xdsoft_datetimepicker {
    z-index: 99999999999 !important;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.calendarWrapper {
    width: 100%;
    padding: 10px;
    height: auto;
}

.scheduleModalField {
    width: 100%;
    height: 30px;
}

.calendarWrapperFront {
    width: 100%;
    padding: 10px;
    height: auto;
}