.container {
    width: 98% !important;
}

.dropdown.combined a {
    float: left;
}

.dropdown.combined > a {
    padding-right: 3px;
}

.dropdown.combined > a.dropdown-toggle {
    padding-left: 3px;
}

.login {
    width: 80%;
    margin-top: 20%;
}

#actionbar {
    margin-bottom: 20px;
}

#actionbar:empty, .label:empty {
    display: none;
}

h1,h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    font-weight: bold;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 140%;
}

dl.details dt {
    text-align: left;
}

.label {
    margin-right: 10px;
}

/* bootstrap fixes */
.form-inline .control-label {
    display: none;
}

.availability {
    border: 0px !important;
    width: 90%;
    margin-top: 30px;
}

.availability caption {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 15px;
}

.availability thead, .availability thead th, .availability .empty {
    border: 0px !important;
}

th.rotate {
    height: 70px;
    white-space: nowrap;
    position: relative;
    z-index: -1;
}

.reservation th.rotate {
    z-index: 0;
}

th.rotate > div {
    transform:
    translate(25px, 51px)
    rotate(315deg);
    -webkit-transform: rotate(315deg);
    width: 30px;
    position: absolute;
    top: 40px;
    left: 30px;    
}

th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.availability td {
    width: 50px;
}

.availability td .label {
    margin: 0px;
    font-size: 110%;
}

.availability td.head {
    width: auto;
}


/* report tables */
td.amount {
    text-align: right;
}

td.total {
    font-weight: bold;
}

.nav-tabs {
    margin-bottom: 20px;
}

.listingfilter {
    width: 200px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.listingfilter input, .listingfilter button {
    height: 24px;
}

.listing .panel-heading {
    min-height: 45px;
}

.controls form, .controls div, .controls a {
    float: left;
}

.byline {
    margin-left: 30px;
    font-style: italic;
}

.form-inline label[for='id_order_by'] {
  display: inline-block !important;
  margin-right: 10px;
  margin-left: 20px;
}

/* search */
.form-group.search {
    position: relative;
}

#search_suggestions {
    display: none;
    position: absolute;
    border: 1px solid #505050;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    z-index: 666;
}

#search_suggestions li {
    border-bottom: 1px solid #505050;
}

#search_suggestions li:hover {
    background-color: #c0c0c0;
}

.list-group-item .actions {
    opacity: 0.2;
}

.list-group-item:hover .actions {
    opacity: 1;
}
