html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.paging {
    padding:10px;
}

.pagination {
    padding-left:10px !important;
    padding-right:10px !important;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
}

div.calendar-day {
    display:inline-block; float:left; width:3.225%; border: 1px solid #000; text-align:center; margin-bottom:-1px; padding:5px;
    min-width:24px;
}

div.calendar-day:nth-child(n+2) {
    margin-left: -1px;
}

div.calendar-day:first-child {
    margin-left: -1px;
}
    
.reservations-legend {
    padding:5px !important;margin:2px !important;
}
div.calendar-green {
    background-color: #00a65a !important;
}
div.calendar-green a {
    color:#fff;
}
div.calendar-yellow {
    background-color: #f39c12 !important;
}
div.calendar-yellow a {
    color:#fff;
}
div.calendar-red {
    background-color: #cc0000 !important;
}
div.calendar-red a {
    color:#fff;
}

.offer-yellow {
    background-color: #f39c12 !important;
}
.offer-yellow a {
    color:#fff;
}

.offer-red {
    background-color: #cc0000 !important;
}
.offer-red {
    color:#fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 600px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.calendar-start-day a {
    color:#001F3F !important;
    font-weight:bold;
}
#links .image-div{
    float:left;
    margin-right:5px;
    margin-bottom:15px;
}

#links input.default-panel-image {
    display:inline;
}

#links a.delete-panel-image {
    display:inline;
}