#body {
    position: relative;
    top: 0;
    height: 100vh;
}

body, #body {
    min-height: 100vh;
}

#sidebar, #main {
    overflow: auto;
    max-height: 100%;
    height: 100%;
}

#sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
}

#main {
    background-color: #eeeeee;
    position: relative;
    float: right;
    width: calc(100% - 240px);
    min-height: 100%;
}

#header {
    color: #ffffff;
    margin: 10px 15px;
}

#header h1 {
    font-size: 24px;
    margin-bottom: 0;
}

#logo-frontforce {
    display: block;
    margin: 35px 15px 0;
    background-color: white;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
}

#sidebar .nav {
    margin-top: 20px;
}

#sidebar .nav li > a
 {
    color: #ffffff;
    margin: 5px 15px;

    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    transition: all 100ms ease-in;

    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
}

#sidebar .nav li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
}

#sidebar .nav li.active > a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

#sidebar .nav li > a:focus {
    background-color: transparent;
    outline: none;
}

#sidebar .nav .lnr, #sidebar .nav .ti {
    line-height: 28px;
    font-size: 24px;
    float: left;
    width: 24px;
    text-align: center;
    margin-right: 18px;
}

#main .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar {
    border: 0;
    border-radius: 0;
}

#content {
    padding: 20px 0;
    /*padding: 20px 10px 30px 10px;*/
}

.as-bg {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 2.5em;
    opacity: 0.2;
}

.indicators a:hover, .indicators a:visited, .indicators a:link, .indicators a:active {
    text-decoration: none;
}

.indicators a {
    display: block;
    color: #333;
}

.indicators i.fa {
    font-size: 20px;
}

td > .label {
    line-height: inherit;
}

td > i.fa {
    font-size: 22px;
}

a.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.bootgrid {
    display: none;
}

.bootgrid-table td.select-cell input {
    position: relative;
    top: 3px;
}

.actionmessage ul, .actionerror ul {
    list-style-type: none;
    padding: 0;
}

.caps {
    text-transform: capitalize;
}

time {
    cursor: help;
    border-bottom: 1px dotted;
}

.wrap {
    white-space: normal !important;
}

/*** OpenLayers ***/
#map {
    padding: 0;
}
.ol-attribution ul {
    font-size: 1em;
}
#map .tooltip-inner {
    font-size: 1.2em;
    white-space: pre-wrap;
}
.map {
    height: 600px;
}

.margin-top {
    margin-top: 0.5em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.selectize-input {
    padding: 6px 36px 6px 12px;
    min-width: 300px;
}

.form-group-sm .selectize-input {
    padding: 4px 10px;
    min-height: 28px;
    border-radius: 3px;
}

.selectize-input input {
    width: auto !important;
    height: 20px !important;
    line-height: 20px !important;
}

.form-horizontal label {
    text-align: right;
    font-size: 12px;
    padding: 6px 0;
}

.form-group-sm .control-label {
    padding-right: 0 !important;
}

.form-group-sm .checkbox label {
    font-size: 12px;
    font-weight: bold;
}

.form-group-sm .checkbox input[type=checkbox] {
    margin: 0 0 0 -20px;
}

table.attached {
    margin-top: -20px;
}

.form-group {
    margin-bottom: 6px;
}

tbody.cycle-slideshow {
    border-top-width: 1px !important;
}

.logged-on {
    color: #bbb !important;
}

table.nowrap td {
    white-space: nowrap;
}

table.snapshot {
    font-family: "Source Code Pro", monospace;
    white-space: pre;
}

table.snapshot td.nr {
    color: #bbb !important;
}

.form-inline .form-group, .form-inline button {
    margin-bottom: 6px;
}

.collapser {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-dark {
    background-color: #032D50 !important;
    border-color: #032D50 !important;
}

.bg-medium {
    background-color: #094C83 !important;
    border-color: #094C83 !important;
}

/*** haltesysteem incidenten ***/
.incident_type {
    background-color: #ccc;
    border-radius: 10px;
    color: #333;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 1px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

table.incidentlist {
    width: auto;
}

table.incidentlist tbody tr td {
    vertical-align: bottom;
}

tr.inactive td, tr.inactive td a, tr.inactive .incident_type {
    color: #aaa;
}

.hs__filter {
    font-size: 13px;
}

.hs__openticket {
    color: red;
}

.hs__openticket:hover {
    text-decoration: none;
}

.bootgrid .hs__openticket {
    float: right;
}

#incidentdetailform .form-check  {
    display: inline-block;
    min-width: 5.5em;
}
#incidentdetailform .form-check label {
    font-size: 12px;
    font-weight: normal;
}

#incident_mailform h4 {
    border: 0;
    padding: 0;
}

#incident_mailform h5 {
    background-color: #ccc;
    color: white;
    padding: 1px 0 1px 3px;
    font-size: 100%;
}

#incident_mailform textarea {
    width: 400px;
}

.swap_highlight {
    background-color: lightgreen !important; // include !important to override the odd-even background striping
}

.swap_highlight td.serialnumber {
    font-weight: bold;
}

/*** Status Icons ***/
i[class*=" status-"] { color: #808080; }
i[class*=" status-"]:before { content: "\f059"; }

i.status-1, i.status-101, i.fa-check { color: #5cb85c; }
i.status-1:before, i.status-101:before { content: "\f058"; }

i.status-0, i.status-100, i.fa-times { color: #d9534f; }
i.status-0:before, i.status-100:before { content: "\f06a"; }

i.status-9, i.status-109, i.fa-bolt { color: #f0ad4e; }
i.status-9:before, i.status-109:before { content: "\f0e7"; }

i.status-null:before { content: "\f059"; }

i.outoforder {
    color: #808080;
    margin-left: 6px;
}
i.outoforder:before {
    content: "\f0ad";
}

i.info {
    color: #d0d0d0;
    cursor: help;
}

.decimal, .decimal-round {
    display: none;
}

/*** Config Colors ***/
span.config-nieuw {
    background-color: #f0ad4e;
}
span.config-fout {
    background-color: #d9534f;
}
span.config-verzonden, span.config-actief {
    background-color: #5cb85c;
}

td i[class*=" status-"] {
    margin-left: 13px;
}

td i.status-9 {
    margin-left: 16px;
}

.preloader-text {
    font-weight: bold;
    font-size: 0.8em;
    color: #accdea;
}

.preloader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 6px;
}
.preloader .circle {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3d8f9;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .circle:nth-child(1) {
    left: 8px;
    animation: preloader-animation1 0.6s infinite;
}
.preloader .circle:nth-child(2) {
    left: 8px;
    animation: preloader-animation2 0.6s infinite;
}
.preloader .circle:nth-child(3) {
    left: 32px;
    animation: preloader-animation2 0.6s infinite;
}
.preloader .circle:nth-child(4) {
    left: 56px;
    animation: preloader-animation3 0.6s infinite;
}
@keyframes preloader-animation1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes preloader-animation3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes preloader-animation2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


/*** Extend Grid ***/
@media (min-width: 1550px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
}