/*
 * Base structure
 */

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


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
/*  border-bottom: 2px solid #7986CB; */
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.be-navbar-header {
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
}
.be-right-navbar {
    padding-right: 20px;
    width: calc(100% - 230px);
}
.page-title {
    font-size: 19px;
    line-height: 60px;
    float: left;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px;
    color: #333;
}
.page-title span { font-family: robotolight; }
.float-right {
    float: right!important;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
 /* display: none; */
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #1E88E5;
    border-right: 1px solid #90CAF9;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  font-weight: bold;
  color: #fff; 
/*  background-color: #428bca; */
}


/*
 * Main content
 */

.main {
  padding: 20px;
  background: #EEEEEE;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */
.placeholders { text-align: center; }

.placeholder h4, .placeholder h3, .placeholder h2 {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 15px;
  font-family: RobotoLight;
}
.placeholder {
  margin: 20px 0px 10px 0px;
  padding: 5px 15px;
  border-top: 1px solid #CFD8DC;
  border-bottom: 1px solid #CFD8DC;
  background: #ffffff;
  text-align: center;
}
.placeholder.left {
  border-left: 1px solid #CFD8DC;
}
.placeholder.right {
  border-right: 1px solid #CFD8DC;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.row.space-down-5 { margin-bottom: 5px; }
h4.modal-title { font-family: RobotoLight; }
h3 { font-family: RobotoLight; }
.judul { border-bottom: 1px solid #ccc; margin-bottom: 5px; padding-bottom: 5px; text-align: center; }

.form-control.select2w300 {
  width: 300px;
  height: 35px;
}
.form-control.select2w400 {
  width: 400px;
  height: 35px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

/* Small devices (tablets, 768px and up) */
.judul2 { display: none; }
@media (max-width: 768px) { 
  .judul { margin-top: 20px; }
.judul2 { padding-top: 10px; display: inline-block; }
}
.row.laporan { margin: 0px; }
.row.jlap { margin: 0px 0px 15px -5px; }
.kdbooking {
  font-weight: bold;
  font-size: 22px;
  color: #E65100;
  padding-left: 5px;
  border-width: 0px;
  background-color: transparent !important;
}