/**
 *
 * Apply your custom CSS here
 *
*/

body {
}

a {
}

.alert-purple {
    background: #a53692;
    border: 1px solid #a53692;
}

.nopadding {
    padding: 0
}

th {
    word-wrap: normal;
    white-space: nowrap
}

fieldset {
    border: 1px solid #999999;
    padding: 10px;
    margin-bottom: 10px;
}

legend {
    font-size: 13px;
    color: #888888;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 5px;
}

.no-wrap {
    word-wrap: normal;
    white-space: nowrap
}

.datepicker {
    z-index: 1151 !important;
}

.toolbar {
    position: relative;
    width: 200px;
    right: -70%;
    top: 25px;
}

.toolbar2 {
    position: relative;
    width: 200px;
    right: -80%;
    top: 25px;
}

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

.calendar-staff {
    background-color: #579b47;
    width: 20px;
}

.calendar-consultant {
    background-color: #3468c7;
    width: 20px;
}

.calendar-workshop {
    background-color: #c42626;
    width: 20px;
}

.calendar-event {
    background-color: #d46732;
    width: 20px;
}

.calendar-publication {
    background-color: #9238f8;
    width: 20px;
}

#map {
    height: 400px;
    width: 900px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#form-modal .modal-dialog {
    width: 1000px;
}

.map-template-item {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 150px;
}

.map-template-selected {
    font-weight: bold;
}
.spent-divider{
    border-top: solid 1px #ffffff;
}
.row-color{
    background-color: #fdf6e0;
}
.even{
    cursor: pointer;
}
.odd{
    cursor: pointer;
}

