/* 
 * @Project Breman v1.0.0
 * @Copyright 2011-2018 The 2coolmonkeys Authors
 * @Author Mitch Rompelman
 * @Company 2coolmonkeys
 * @Website https://www.2coolmonkeys.nl
 * @Date 13/07/2018
 */

body { background: #fff; }
/* -------------------------------------------------------------- NAVIGATIONS */
nav.navbar { border: 0; box-shadow: none; }
.navbar-brand { padding: 0; height: auto; }
.navbar-brand img { height: 35px; }
.card, .card-header:first-child { border-radius: 0; }
.card-header { background: rgb(0,80,143); color: #fff; }
.card-header.trail { background: #fff; color: #666; font-size: 80%; }
div.order { height: 150px; padding: 15px; }
span.order { height: 50px; width: 50px; display: block;}
a svg {
  color: #fff;
}
a svg.fa-trash-alt {
  color: red;
}
.form-full {
    width: 100%;
}
.green {
  background: rgb(116,163,50);
  color: #fff;
}
/* ------------------------------------------------------------------ BUTTONS */
.order a,
.order button {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 120%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(116,163,50);
  text-align: center;
}
.order.blue a {
    background: rgb(0,80,143);
}
.order button {
  border: none;
}
.btn {
    margin: 15px;
}
.aantal {
    cursor: pointer;
}
/* ------------------------------------------------------------------- TABLES */
table.bestellijst-items td {
  vertical-align: middle;
  padding: 1em;
  border-top: 1px solid rgb(0,80,143);
  padding: 5px;
}
.td-50 {
    width: 50px;
}
.td-100 {
    width: 100px;
}
table.bestellijst-items .bouwnmr,
table.bestellijst-items .bouwnmr_row {
    border: none;
    padding: 0px;
    font-size: 12px;
    color: rgb(142,142,142);
}
table.bestellijst-items .bouwnmr > span {
    min-width: 90px;
    display: inline-block;
}
/* ------------------------------------------------------------------- LOADER */
.load_outer {
    position: fixed;
    height: 100Vh;
    width: 100%;
    background: rgba(255,255,255, 0.7);
    z-index: 9;
    display: flex;
    opacity: 1;
    display: none;
    align-items: center;
    align-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.load_outer.show {
    display: flex;
    opacity: 1;
}
.load_inner {
    width: 100px;
    height: 100px;
    background: url('../img/load.gif') no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}
/* ----------------------------------------------------------------- LOADFORM */
.load_wijzig {
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0, 0.5);
    max-width: 480px;
    width: 100%;
}
.verstuur {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 150px;
    font-size: 120%;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgb(116,163,50);
    border: none;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.verstuur-niet {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 180px;
    font-size: 120%;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: red;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    float: right;  
}
.load_outer .order {
    height: 100px;
}
.load_wijzig h4 {
    padding: .75rem 1.25rem;
    color: #ffffff;
    background: rgb(0,80,143);
}
.error{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.error ul {
    margin: 0;
    padding: 0;
}
.error ul li {
    margin: 0;
    padding: 15px;
    list-style: none;
}
/* -------------------------------------------------------------------- FORMS */
input {
    min-height: 30px;
}
/* ----------------------------------------------------------------- SELECTME */
.selectme_outer {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.selectme_selected {
    min-height: 37px;
    cursor: pointer;
}
.selectme_title {
    display: flex;
    align-items: center;
    align-content: center;
}
.selectme_outer ul {
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}
.selectme_outer ul li {
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(237,237,237, 0)
}
.selectme_outer ul li:hover {
    background: rgba(237,237,237, 0.6)
}
.selectme_outer ul li.selectme_active {
    background: rgba(237,237,237, 0.6)
}
.selectme_search {
    margin: 5px 0 15px 0;
}
.selectme_search > input {
    width: 100%;
}
.selectme_hide {
    display: none;
}
.selectme_down {
    position: absolute;
    top: 35px;
    right: 0px;
    left: calc(100% - 25px);
    color: #ced4da;
}
.selectme_box {
    display: none;
    border: 1px solid #ced4da;
    padding: 5px;
}
.selectme_box.showme {
    display: block;
}
a:not([href]):not([tabindex]).validatebestelling {
    color: #ffffff;
    cursor: pointer;
}

a:not([href]):not([tabindex]).validatebestelling:hover {
    text-decoration: underline;
}
