/*
 * Base structure
 */
 
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*@media screen and (min-width: 768px) {
    .custom-class {
        width: 90%;
        /* either % (e.g. 60%) or px (400px) */
    }
}*/
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  background-color: #337BB7;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
}

a, a:hover, a:focus {
  color: #337BB7;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: block;
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    /*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);*/
  }

  .modal-dialog  {
    width: 70%;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -16px; /* 15px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -16px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #337BB7;
  background-color: #eee;
}


/*
 * Main content
 */

.main {
  padding-top: 30px;
  padding-bottom: 60px;
  position: fixed;
  overflow-y: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*
 * Panel heading
 */

.panel-default>.panel-heading {
  color: #337BB7;
  background-color: #ffffff;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: #F3F3F3;
  color: #000;
}

/*
 * Datepicker
 */

#pricecheck_datepicker input {
  width: 204px;
}

#pricecheck_datepicker div {
  font-size: 12px;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
    background: none;
    color: #FFFFFF;
    background-color: #337BB7;
}

.btn-primary:hover {
  background-color: #000000;
};

.ui-datepicker-inline {
 width: 53em !important;
}

.ui-datepicker.ui-datepicker-multi {
 width: 53em !important;
}
