﻿

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

.view-content {
    top:100px;
    margin-top: 50px;
}

.container-customer-detail {
    padding-left: 50px;
    padding-right : 50px;
}

/*
 * Base structure
 */

/*
 * Global add-ons
 */

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

/*
 * Sidebar left
 */

/* 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: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* 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 {
  color: #fff;
  background-color: #428bca;
}

/*
 * Sidebar right
 */

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

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

.footer-sidebar-right {
    /*width:100%;*/
    /*height:80px;*/
    position:absolute;
    bottom:0;
    background:#ee5;
    margin-bottom: 20px;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.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%;
}


/*
 * extension table color
 */

.ext-mark-delete {
    background-color: #DB4D4D;
}

.ext-mark-partial-edit {
    background-color: #4775FF;
}

/*
 * spacing
 */
.add-time-space {
    margin-top:10px;
}

/*
 *
 */
.accord-overflow {
    overflow-x: auto;
    overflow-y: hidden;
}


.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.red-mark {
    background-color: red;
}
