@import "cmxform.css";

.fc button.fc-prev-button, .fc button.fc-next-button{
    width: 35px;
    height: 27px;
}
.fc button.fc-prev-button:hover, .fc button.fc-next-button:hover,.fc button.fc-today-button:hover,.fc button.fc-month-button:hover, .fc button.fc-agendaWeek-button:hover, .fc button.fc-agendaDay-button:hover{
    background: #E6E6E6 !important;
}
.fc button.fc-month-button, .fc button.fc-agendaWeek-button, .fc button.fc-agendaDay-button{
    font-size: 14px;
}
.fc button .fc-icon {
    margin: 0 -1.8em !important;
}
.fc button.fc-today-button{
    height: 27px;
    font-size: 14px;
    color: #333333 !important;
    font-weight: normal;
    text-transform: capitalize;
}
.fc-center h2{
    font-size: 23px;
    font-weight: 400;
    padding: 9px 15px 4px 0;
    line-height: 29px;
    color: #333333 !important;
}
.fc th {
    /*background-color: #3F51B5 !important;*/
    color: #fff !important;
}
.fc-day-grid-container{
    height: 100% !important;
}
a.fc-event{
    border-bottom: none;
    border: 1px solid #37C641;
    background-color: #2CB735;
    color:#fff !important;
}
.fc-view-container .fc-view{
    border: 1px solid #3F51B5;
}
.fc-view-container .fc-view table{
    margin-bottom: 0 !important;
}


#calendar {
    width: 500px;
    margin: 0 auto;
    font-size: 10px;
}
.busy {
    background-color: #ac1b1b !important;
    border: 1px solid #ac1b1b !important;
}
#eventContent ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#eventContent .validation_error {
    background: #f2dede none repeat scroll 0 0 !important;
    border: 1px solid #eed3d7 !important;
    border-radius: 4px;
    clear: both;
    color: #b94a48 !important;
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
}
#eventContent .gfield_description , .instruction{
    padding: 10px !important;
    width: 97.5% !important;
    background: #d9edf7 none repeat scroll 0 0 !important;
    border: 1px solid #bce8f1 !important;
    border-radius: 4px;
    clear: both;
    color: #3a87ad !important;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    width: 95%;
}
#eventContent .gform_wrapper .gform_footer {
    clear: both;
    padding: 1em 0 0.625em;
}

#eventContent textarea,input {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
    box-shadow: none;
    color: #444c55;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    line-height: 0.9375rem;
    margin: 0 0 0.375rem;
    padding: 10px;
    width: 100% !important;
}

#eventContent .gform_wrapper li.gfield_error input[type="text"]{
    border: 1px solid #da2128;
}
.ui-widget-content{
    border: none!important;
}
.ui-widget-header{
    border-bottom: 1px solid #e5e5e5!important;
    min-height: 16.43px!important;
    padding: 15px!important;
    background-color: #337ab7!important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
    background-image: none!important;
    border:none!important;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
    display: inline-block;
    font-size: 13px;
}

.ui-dialog{
    padding: 0px!important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.ui-dialog-titlebar{
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}