/* <Dashboard> */
.g-d-c {
    width:95%;
}

#column_1 {
    width:53%
}
#column_2 {
    width: 20%;
}
#column_3 {
    width: 17%;
}
/* </Dashboard> */

/* <legend> */
.legend { list-style: none; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
ul.legend li {
    padding: 4px;
    display: inline-block;
}
.legend li {
   float: left;
   height: 15px;
   margin: 0;
   width: 120px;
}
/* colors */
.legend .active { background-color: yellow !important; }
.legend .offer { background-color: blue !important; }
.legend .done { background-color: red !important; }

.legend .event_non_offer {
    background-color: blue;
}

.legend .event_prereserved {
    background-color: green;
}

.legend .event_reserved {
    background-color: red;
}

/* </legend> */

/* <event> */
.fc-event-inner {
    /*background-color: red;*/
}
/* </event> */



/* override grappelli styles */
.grp-table .grp-td {
	padding: 1px 3px !important;
	border-left: none !important;
	border-right: none !important;
}
div.grp-readonly {
	border: none !important;
}

.grp-tabular .grp-table .grp-tbody .grp-th, .grp-tabular .grp-table .grp-tbody .grp-td{
	border-bottom: none !important;
	border-top: none !important;
}

fieldset.grp-module .grp-row {
	padding: 5px !important;
}

.grp-tools-container .grp-tools{
	right: 0px !important;
}

[id^=typeahead] {
    z-index: 2000;
}