html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 14px;
}

body {
    padding-top: 50px;
}

.h100 {
    height: 100%;
}

.navbar {
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.navbar .col1 {
    padding: 0;
    width: 279px;
    flex-grow: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
}

.navbar .navbar-brand {
    margin-left: 15px;
}

.navbar .col2 {
}

.navbar .my-2 {
    right: 0px;
    position: absolute;
}

.container-fluid {
    padding-left: 0;
}

.sidebar {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 279px;
    z-index: 9999;
}

.content-container {
    margin-left: 295px;
    padding-bottom: 65px;
}

.content-container .content-row {
    padding-top: 10px;
}

.content-container .header-row {
    z-index: 999;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: #efefef;
}

.content-container .header-row .navigation-row {
    background-color: #e0e0e0;
    padding-top: 6px;
    padding-bottom: 0;
    line-height: 1;
    height: 24px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    color: #666;
}

.content-container .header-row .navigation-row a {
    color: #888;
}

.content-container .header-row .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.content-container .header-buttons {
    padding-top: 20px;
}

.sidebar .btn-outline-secondary {
    border-color: #ccc;
}

.sidebar .search {
    padding: 10px;
}

.sidebar .sidebar-form input {
    border: 1px solid #ccc;
}

.sidebar .btn-link, .sidebar .btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar .form-inline {
    padding: 5px;
}

.sidebar h5 {
    background-color: #343a40;
    color: #fff;
    padding: 9px 10px 8px 12px;
    font-size: 14px
}

.sidebar a {
    color: #333;
}

.sidebar a:hover {
    text-decoration: underline;
    color: #111;
}

.sidebar .fa {
    width: 24px;
    text-align: center;
}

.sidebar .item-content {
    padding: 10px 15px 15px 15px;
}

.sidebar .nav-link {
    padding: 0 0 0 10px;
}

h1 {
    margin-top: .8rem;
    margin-bottom: .3rem;
    font-weight: 300;
    font-size: 2rem;
}

p.lead {
    max-width: 80%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.table td, .table th {
    padding: 0.30rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.hide {
    display: none;
}

.p1 {
    padding: 10px;
}

.p2 {
    padding: 20px;
}

.content-container .form-control, .content-container select {
    padding: .2rem .6rem;
    font-size: 1rem;
    line-height: 1.5;
}

.field-info {
    margin-top: -10px;
    margin-bottom: 10px;
}

.nav-icon {
    height: 27px;
    margin-top: -4px;
    margin-left: 20px;
}

/* Typeahead (Adressen) */
.twitter-typeahead {
    width: 100%;
}

span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 0;
    border: 1px solid #888;
    border-top: none;
    padding: 0;
    background-color: #fff;
}

span.twitter-typeahead .tt-suggestion {
    border-bottom: 1px solid #888;
    padding: 5px 10px;
    cursor: pointer;
}

span.twitter-typeahead .tt-suggestion small {
    color: #999;
    font-size: 11px;
    display: block;

}

span.twitter-typeahead .tt-suggestion:last-child {
    border-bottom: none;
}

span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #575756;
}

span.twitter-typeahead .tt-suggestion.tt-cursor small, span.twitter-typeahead .tt-suggestion:hover small, span.twitter-typeahead .tt-suggestion:focus small {
    color: #ffffff;
}

label {
    font-weight: bold;
}

.card {
    margin-top: 10px;
}

.card .card-body {
    padding: 5px;
}

#selected_pickup_address, #selected_deliver_address {
    height: 76px;
}

.form-signin {
    margin-top: 20px !important;
}

.p-10 {
    padding: 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(https://web.chi-nue.com/chi/select2.png);
}

.colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(https://web.chi-nue.com/chi/select2.png) center;
}

.select2-container--disabled {
    color: #ccc !important;
}

label.required:after {
    color: red;
    content: " *";
}

.tt-dataset, .tt-dataset-addresses {

    max-height: 250px;
    overflow-y: auto;
    position: relative;
}
.tt-suggestion:first-child {
    padding-top: 24px;
}

.suggestion__header {
    position: sticky;
    top: 0;
    padding: 4px;
    height: 26px;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid #575756;
}

.suggestion__header p {
    font-size: 12px;
}
.clickable-row {
    cursor: pointer;
}