/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color: #e8e8e8;

}



.validation-summary-errors, .field-validation-error {
    color: red;
    font-size: 16px;
}


/*
 * Global add-ons
 */

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

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

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    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: #fff;
    border-right: 1px solid #eee;
    width: 200px;
    padding-top: 150px;
   
}


/* Sidebar navigation */
.nav-sidebar {
 text-align: right;
}
.nav-sidebar > li > a {

}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #e8a000;
  font-weight: 400;
  font-size: 20px;
  margin-right: 50px;
  margin-top: 10px;
  text-decoration: none;
}


/*
 * Main content
 */

.main {
    margin-left: 200px;
    width: auto;

}

.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%;
}

.container {
    margin: 10px auto;
}

li a:hover {
    color: black;
}

.nav li a {
    padding: 7px 10px;
}

li ul li a {
    color: black;
    padding-right: 5px;
}

.image {
    background-image: url('http://vriesoord.nl/uploads/headers/home12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 70%;
    width: 100%;
    height: 170px;
}

.col-sm-9 {
    padding-left: 0px;
}

.table {
    width: 80%;
}

.container-fluid {
    padding: 0px;
    width: 100%;
    margin: 0px;
}

thead {
    background-color: #bec4cc;

}

.table {
    width: 100%;
}

.vriesoord-logo {
    position: absolute;
    z-index: 1100;
    top:20px;
    left:50%;
    width:160px;
    transform:translateX(-50%);
}

.sidebar-block {
    position: absolute;
    bottom: 0;
    left:0;
    height: 60px;
    background-color: #e8a000;
    right:0;
}

.new-order {
    border-bottom: 1px solid #284a7e;
}