/*
 * Base structure
 */
body {
  padding-top: 50px;
  background-color: #f8f8f8;
}

textarea {
    resize: none;
}

#login_alert_placeholder{
   margin-top: 10px;
}

#login-form{
  z-index:99999;  
}

/*
* Logo
*/
.logo img{
  height: 30px;
  margin-right: 10px;
  margin-top: -5px;
}

/*
 * Global add-ons
 */

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

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
 @font-face {
    font-family: TrajanPro;
    src: url("../img/font/TrajanPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: TrajanProBold;
    src: url("../img/font/TrajanPro-Bold.otf") format("opentype");
}
.navbar-fixed-top {
  border: 0;
}
.navbar-brand {
  font-family: 'TrajanProBold';
  font-size: 28px;
}
.navbar-toggler {
  padding: 3px;
  font-size: 30px;
}

#site-list{
  margin-right: 40px;

}
/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    /* padding-top: 20px; */ /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;  
    overflow-y: auto !important; 
}


/* Sidebar navigation */
.nav-sidebar {
  overflow-y: hidden;
  overflow-x:hidden;
}
.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: #fff;
  background-color: #5C98CB;
}

.page-header .sub-title{
  margin-top: 10px;
  margin-left: 10px;
  font-size:25px;
}

.geoin{
  text-align:center;
}
.geoin_img{
  margin-bottom: 10px;
  margin-top: 40px;
}
/*
 * Main content
 */
#content{
  background-color: white;
}

.main {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 0px;
  margin-top: 0px;
}

.main .page-header {
  margin-top: 0;
}

@media print {
  .navbar  {
    display: none !important ;
  }
  .sidebar {
    display: none !important ;
  }
  .main{
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
  }
}

.page-header .title{
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden; 
  display: none;
}

.sidebar{
  width: 270px;
}

#map-container{
  position:absolute;
  left: 270px;
  right:480px;
  top: 50px;
  bottom: 0px;
}

#table-container{
  position: absolute;
  top: 51px;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: block;
  /* padding-top: 20px; */ /* Scrollable contents if viewport is shorter than content. */
  background-color: #ffffff;
  border-right: 1px solid #eee;  
  overflow-y: auto !important;
  width: 480px;
}

#table-toolbar {
  text-align: center;
  top: 10px;
  bottom: 10px;
}

.fixed-table-toolbar {
  margin-left: 164px;
}

#table-panel {
  position: relative;
  margin: 20px;
  background-color: #ffffff;
}

#table-positions_wrapper {
  height: 100%;
}

.table-cell-stop {
  color: red;
}

.table-cell-emptying {
  color: deepskyblue;
}

.table-cell-brush {
  color: orange;
}

fieldset{
  margin: 10px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}

/*  Slider  */
#hours{
  margin:15px 4px 5px 0px;
}

#hours-slider {
	margin: 0 auto 50px;
}

#hours-slider .noUi-handle {
	width: 14px;
	left: -7px;
}

#hours-slider .noUi-handle:before {
    left: 4px;
}

#hours-slider .noUi-handle:after {
    left: 7px;
}

#hours-slider .noUi-value-large {
  font-size: 10px;
}

/*  search  */
#search{
  margin-right: 20px; 
}


#vehicle-combo {
    width: 210px;
}

#vehicle-btns{
    width: 210px;
}

/* icons */
#table-container .icon-stop2 {
    font-size: 1.7em;
}

#table-container .icon-brush {
    font-size: 1.2em;
}

#table-container .icon-trash {
    font-size: 1.7em;
}