body {
    font-family: verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

    body .row {
        margin: 0px !important;
    }

.k-tabstrip > .k-content {
    overflow-x: hidden !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

input, select, textarea {
    max-width: 280px
}

.head {
    height: 76px
}

    .head .logo {
        width: 461px;
        height: 76px;
        display: block;
        text-indent: -999999px
    }

    .head .header-right {
        float: right;
        margin-top: 20px;
        color: #fff;
        min-width: 200px
    }

        .head .header-right img {
            width: 40px;
            float: left;
            margin-right: 10px
        }

    .head .header-left {
        background-color: #ed8200;
        margin-top: 25px
    }

.title-container {
    height: 76px
}

    .title-container span.title {
        display: block;
        padding-left: 390px;
        padding-top: 24px;
        color: #fff;
        font-size: 20px
    }

a {
    text-decoration: none
}

.module-switch {
    padding: 6px;
    color: #FFF;
    background-color: #6e6e6e;
    cursor: pointer;
}

.module-selected {
    background-color: #63cb07 !important;
}

.module-switch span {
    user-select: none;
}

p.title {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin-left: 291px;
    margin-top: -37px
}

.content {
    /*overflow: hidden;*/
    min-height: 200px;
    padding: 5px 0px 0px 0px;
    border-left: 12px solid
}

.content-left {
    width: 12px;
    float: left;
    height: 100%
}

.content-right {
    float: left;
    padding-left: 35px;
    overflow: hidden;
    min-height: 200px
}

    .content-right img {
        margin-top: 15px;
        z-index: 10;
        position: relative
    }

footer {
    text-align: right;
    padding-right: 35px
}



.k-grid td {
    vertical-align: top !important
}

.dl-horizontal dt {
    width: 340px !important;
    text-align: left !important
}

#searchBar div:first-child {
    float: left;
    margin-right: 20px
}

#map {
    height: 800px;
    display: block
}

#minimap {
    height: 300px;
    display: block;
    margin: 20px 0 0 0
}

div#monumentDetailImages img {
    margin: 5px;
    float: left;
    height: 100px;
    width: 150px
}

    div#monumentDetailImages img:hover {
        opacity: .7
    }

div#monumentDetailGauges img {
    margin: 5px;
    height: 150px;
    width: 150px
}

    div#monumentDetailGauges img:hover {
        opacity: .7
    }

.neutraal {
    height: 150px;
    width: 250px
}

div#monumentDetailGauges img {
    margin: 5px;
    height: 150px;
    width: 150px
}

div#imgModal {
    position: fixed;
    z-index: 1050
}

#imgModal img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.piechart-small {
    height: 190px
}

.k-dropdown {
    width: 300px
}

.col-md-4 h2, .h2 {
    font-size: 20px
}

.col-md-4 .row h3 {
    margin-left: 15px;
    font-size: 16px
}

.col-md-8 h2, .h2 {
    font-size: 20px
}

.col-md-8 .row h3 {
    margin-left: 15px;
    font-size: 16px
}

#reportList {
    list-style: none;
    padding: 10px 0
}

    #reportList li {
        margin: 5px 0;
        padding: 5px;
        border-top: #ccc 1px solid
    }

        #reportList li .reportThumb {
            float: left;
            width: 100px;
            height: 100px;
            margin-right: 5px
        }

.user-info span {
    display: table-cell;
    vertical-align: middle
}

#monument h2 {
    font-size: 20px;
    margin-left: 30px
}

#monument h3 {
    font-size: 13px;
    font-weight: bold
}

.seperator {
    padding-top: 25px
}

#monument .row-title {
    margin-top: -4px
}

#monumentDetailImages .row {
    margin-left: -5px
}

#monumentDetailImages img {
    border: 2px dashed #ccc;
    padding: 5px;
    cursor: pointer
}

#monumentDetailGauges span {
    display: block
}

.dl-horizontal dt {
    text-align: left;
    margin-bottom: 5px
}

dl-padding dt {
    margin-bottom: 5px
}

.dl-horizontal textarea {
    border: 1px solid #adadad
}

.grey {
    background-color: #f5f5f5
}

.row-title > div {
    border-bottom: 2px solid #eee
}

.boxFix *, .boxFix *::before, .boxFix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.row-title > div:first-child, .row-content > div:first-child {
    margin-left: 5px
}

.row-title > div:last-child, .rows-content > div:last-child, #monumentDetailGauges {
    margin-left: -10px
}

    #monumentDetailGauges .centered {
        text-align: center;
        margin-top: 30px
    }

#monumentDetail .k-upload {
    margin: 10px 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        width: 230px
    }

    #monument h2 {
        font-size: 18px;
        margin-left: 20px
    }
}

@media(min-width:992px) {
    #monument h2 {
        font-size: 20px;
        margin-left: 25px
    }
}

@media(min-width:1200px) {
}

.boxFix *, .boxFix *::before, .boxFix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.row-title > div:first-child, .row-content > div:first-child {
    margin-left: 5px
}

.row-title > div:last-child, .rows-content > div:last-child, #monumentDetailGauges {
    margin-left: -10px
}

.img-report {
    width: 50px;
    height: 50px;
    margin: 5px 15px 5px 5px;
    float: left
}

.list-group-item {
    overflow: hidden
}

#monument h2 {
    font-size: 20px;
    margin-left: 30px
}

#monumentgrid .Thumb {
    width: 50px
}

#monumentgrid .fancybox img {
    height: 60px;
    width: 60px
}

.hidden {
    display: none
}

#gauge-container {
    background: transparent url("images/gauge-no-needle.png") no-repeat 50% 25px;
    width: 225px;
    height: 225px;
    text-align: center;
    margin: auto;
    padding-top: 23px;
    background-size: 200px
}

#gauge {
    width: 200px;
    height: 200px;
    margin: 0 auto 0;
    border-color: transparent
}

    #gauge svg {
        left: 0 !important
    }

#gaugecasco {
    width: 200px;
    height: 200px;
    margin: 0 auto 0;
    border-color: transparent
}

    #gaugecasco svg {
        left: 0 !important
    }

.file-icon {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-top: 13.5px
}

.img-file {
    background-image: url('../Content/images/upload/jpg.png')
}

.doc-file {
    background-image: url('../Content/images/upload/doc.png')
}

.pdf-file {
    background-image: url('../Content/images/upload/pdf.png')
}

.xls-file {
    background-image: url('../Content/images/upload/xls.png')
}

.zip-file {
    background-image: url('../Content/images/upload/zip.png')
}

.default-file {
    background-image: url('../Content/images/upload/default.png')
}

.k-upload-files .file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    margin: 21px 0 0 20px;
    height: 25px;
    max-width: 200px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.k-upload-files .file-name-heading {
    font-weight: bold
}

.k-upload-files .file-size-heading {
    font-weight: normal;
    font-style: italic
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0
}

li.k-file div.file-wrapper {
    position: relative;
    height: 50px
}

#monumentDetailImages .small-big {
    margin-top: 10px
}

.ol-zoom.ol-unselectable.ol-control {
    z-index: 10000;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px
}

.layer-switcher {
    position: absolute;
    top: .5em;
    right: .5em;
    overflow-y: scroll;
    max-height: 90%;
    height: calc(100vh - 250px)
}

    .layer-switcher .panel {
        padding-right: 50px;
        border: 1px solid #ccc;
        background-color: #fff
    }

    .layer-switcher .panel {
        display: block
    }

    .layer-switcher.shown .panel {
        display: block
    }

    .layer-switcher button {
        display: none;
        float: right;
        width: 38px;
        height: 38px;
        background-image: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==');
        background-repeat: no-repeat;
        background-position: 2px;
        background-color: #fff;
        border: none
    }

        .layer-switcher button:focus, .layer-switcher button:hover {
            background-color: #fff
        }

    .layer-switcher ul {
        padding-left: 1em;
        list-style: none
    }

    .layer-switcher li.group {
        padding-top: 5px
    }

        .layer-switcher li.group > label {
            font-weight: bold
        }

.popover {
    width: 200px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

    .popover .arrow {
        top: 50% !important;
    }

.popover-content {
    padding: 9px 3px;
}

.popover.right {
    margin-left: 13px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    color: #fff !important;
    background: #004d97 !important;
    padding: 2px 4px;
    border-radius: 4px;
    margin-top: -34px;
    margin-right: -11px !important;
    opacity: 1.0 !important;
}

.close:focus, .close:hover {
    opacity: 1.0 !important;
}

img[src*="monument-online.nl"] {
    width: 150px;
    height: 100px;
    aspect-ratio: auto 150 / 100;
}

body > div.k-tooltip.k-chart-tooltip {
    color: #000;
    font-size: 14px !important
}

.k-chart.piechart-small {
    height: 200px !important
}

.ol-control.layer-switcher div.panel ul li ul li input {
    float: left
}

.legendaIcon {
    width: 12px;
    height: 12px;
    margin: 4px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left
}

#monumentDetail, #monumentDetailImages, #monumentDetailGauges {
    padding: 0 15px 15px 15px
}

#monumentDetailGauges {
    overflow: hidden
}

.file-wrapper h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.k-tabstrip-wrapper .panel-body {
    padding: 0 25px 25px 25px;
    padding-top: 10px
}

    .k-tabstrip-wrapper .panel-body h3 {
        font-size: 13px;
        font-weight: bold
    }

.dl-horizontal dt {
    margin-right: 20px
}

.k-tabstrip-wrapper .row {
    margin-top: 20px
}

.k-tabstrip-wrapper .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.k-tabstrip-wrapper .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.k-tabstrip-wrapper .panel-body {
    margin: 0;
    padding: 0;
    padding-top: 10px
}

.content .row .list-group-item-heading {
    margin-top: 4px
}

.content .row .list-group-item .list-left {
    display: inline-block;
    border-right: 1px solid #ddd;
    margin-right: 57px;
    padding-right: 15px;
    width: calc(100% - 50px);
    right: 20px
}

.content .row .list-group-item .list-right {
    position: absolute;
    right: 15px;
    top: calc(50% - 6px)
}

.content .row p.list-group-item-text {
    text-align: justify
}

.panel-body .padding {
    padding: 15px
}

.input-container {
    width: 100% !important;
    max-width: 350px !important
}

.input-size-medium {
    width: 200px !important;
    margin-right: 153px !important
}

.input-size-large {
    width: 100% !important;
    max-width: 350px !important
}

.button-float-right {
    float: right;
    margin-right: 15px
}

.fotoDiv {
    display: inline;
    float: left;
    padding: 10px
}

.fotoRow {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 370px
}

.buttonRow {
    height: 50px
}

.extra-margin {
    margin: 3px
}

.float-left {
    float: left;
    width: 60%
}

.float-right {
    float: right;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 35%
}

#padding .dl-horizontal dt {
    text-align: left !important
}

#padding .dl-horizontal dd {
    width: 100% !important;
    margin-left: 0 !important
}

@media all and (max-width:1300px) {
    .float-left {
        float: none !important;
        width: 100% !important
    }

    .float-right {
        float: none !important;
        width: 100% !important
    }
}

.map-bar .panel-body > .col-md-12 {
    padding-left: 0
}

.map-bar .panel-body span.k-dropdown-wrap {
    width: 300px
}

#CbsCategory_listbox, #CbsCategory2_listbox {
    width: 100% !important
}

body > div.k-animation-container {
    width: 323px !important
}

#CbsCategory-list, #CbsCategory2-list {
    width: 323px !important
}

body > div.content > div.ng-scope > div.panel.panel-default.ng-scope > div > div.col-md-8 > span.k-widget.k-dropdown.k-header > span.k-dropdown-wrap.k-state-default {
    width: 300px
}

#map .popover {
    width: auto;
    height: auto
}

.k-multiselect-wrap li {
    float: none !important
}

#CbsCategory_taglist li, #CbsCategory2_taglist li,
#typeSelect_taglist li {
    display: block
}

#cbs-change, .search-container {
    margin-top: 15px
}

.ol-logo-only {
    display: none !important
}

.ol-hidden {
    display: none !important
}

#ahnmap {
    height: 800px;
    display: block;
    margin: 20px 0 0 0
}

#airmap {
    height: 800px;
    display: block;
    margin: 20px 0 0 0
}

.tooltip_templates {
    display: none
}

.ttip {
}

    .ttip span {
        margin-left: -999em;
        position: absolute;
        display: none
    }

    .ttip span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 5px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 5px 5px rgba(0,0,0,.1);
        font-family: Calibri,Tahoma,Geneva,sans-serif;
        position: absolute;
        left: 2em;
        top: 3em;
        z-index: 99;
        margin-left: 25%;
        width: 450px;
        text-align: left;
        margin-right: 75%
    }

    .ttip img {
        border: 0;
        margin: -10px 0 0 -55px;
        float: left;
        position: absolute
    }

    .ttip em {
        font-family: Candara,Tahoma,Geneva,sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: .2em 0 .6em 0
    }

.classic {
    padding: .8em 1em
}

.custom {
    padding: .5em .8em .8em 2em
}

* html a:hover {
    background: transparent
}

.classic {
    background: #ffa;
    border: 1px solid #ffad33
}

.critical {
    background: #fca;
    border: 1px solid #ff3334
}

.help {
    background: #9fdaee;
    border: 1px solid #2bb0d7
}

.info {
    background: #9fdaee;
    border: 1px solid #2bb0d7
}

.warning {
    background: #ffa;
    border: 1px solid #ffad33
}

.fancybox-overlay {
    z-index: 80100
}

.k-operator-hidden {
    padding-right: 0 !important
}

.help-page {
    margin-top: 15px
}

.k-tooltip.k-chart-tooltip.k-chart-shared-tooltip {
    color: #fff !important
}

.map-menu-toggle {
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    margin-top: 14px;
    background-color: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 1px
}

#legenda-header:after {
    content: 'Legenda'
}

#zoekfilter-body {
    border: 1px solid #ccc
}

#zoekfilter-chevron, #legenda-chevron {
    font-size: 20px;
    margin-right: 5px
}

.monument-list-controls span.k-icon.k-clear-value.k-i-close, #zoekfilter-body span.k-icon.k-clear-value.k-i-close, #GRMSTable-body span.k-icon.k-clear-value.k-i-close {
    visibility: hidden
}

.monument-list-controls .k-multiselect-wrap.k-floatwrap, #zoekfilter-body .k-multiselect-wrap.k-floatwrap {
    padding-right: 1px
}

.logo img {
    position: absolute;
    left: 20px;
    top: 30px;
    background: none;
    background-image: none;
    width: 300px
}

@media(max-width:1280px) {
    .width-warning {
        visibility: hidden
    }
}

.opmerking {
    margin-top: 10px
}

.monument-export {
    margin-top: 20px
}

#monumentDetail .row {
    margin-top: 3px
}

#monumentDetail .table {
    margin-bottom: 0
}

.monument-buttons-right .btn {
    margin-right: 0;
    margin-left: 15px
}

.monument-detail-energie .row {
    margin-top: 0
}

.overige-opmerking {
    width: 100%;
    max-width: 100%
}

.head .header-left {
    background-color: #004d97
}

.content {
    border-color: #004d97
}

.title-container {
    background-color: #f2ab15;
}

.layer-switcher ul {
    font-size: 12px;
    line-height: 1.3em
}

.logo img {
    top: 15px;
    left: 25px;
    width: 233px
}

#GRMSTable-wrapper {
    padding: 0 10px;
    top: 140px;
    position: absolute;
    height: 80vh;
    z-index: 50;
}

    #GRMSTable-wrapper .panel {
        margin-bottom: 0
    }

#GRMSTable-body {
    width: 650px
}

.barchart {
    display: none;
    margin-left: 0px;
    margin-top: 0px
}

.chart-switch {
    margin-bottom: 10px !important
}

#GRMSTable-table th[data-field="heelGoed"] {
    background-color: #00a324
}

#GRMSTable-table th[data-field="goed"] {
    background-color: #6f3
}

#GRMSTable-table th[data-field="redelijk"] {
    background-color: #f5f500
}

#GRMSTable-table th[data-field="matig"] {
    background-color: #f63
}

#GRMSTable-table th[data-field="slecht"] {
    background-color: #b82e00;
    color: #fff
}

#GRMSTable-table th[data-field="heelSlecht"] {
    background-color: #661a00;
    color: #fff
}

#GRMSTable-table th[data-field="onbekend"] {
    background-color: #33f;
    color: #fff
}

ul#CbsCategory_taglist, ul#CbsCategory2_taglist, ul#Thema_taglist, ul#TownShip_taglist {
    max-height: 100%;
    overflow-y: auto
}

.ol-attribution.ol-unselectable.ol-control.ol-collapsed {
    display: none
}

.row.algemene-gegevens {
    margin-top: 0
}

.chart-switch {
    background-color: #428bca;
    color: #fff
}

.nopadding {
    padding: 0
}

h1.table-title {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0
}

#contactinfoform {
    position: absolute;
    width: 200px;
    bottom: 37px;
    padding: 10px;
    height: 222px;
    box-shadow: black;
    -webkit-box-shadow: 1px -1px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 1px -1px 13px 0px rgba(0,0,0,0.75);
    right: 9px;
    z-index: 500000;
    background-color: white;
    text-align: left;
}




footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2.5rem;
    background-color: white;
    border-top: 1px solid #ddd;
    z-index: 1000;
}

.page-container {
    position: relative;
    min-height: 96vh;
}

.page-body {
    padding-bottom: 60px;
}

.logo img {
    top: unset !important;
}

.vbox-next {
    right: 30px !important;
}

.vbox-content img {
    border: 3px solid white;
}

#map .ol-control.layer-switcher div.panel ul li ul li input[type=radio] {
    margin-top: 1px;
    margin-right: 3px;
}

input[type="number"], input[type="text"] {
    padding: 1px 2px;
}


select {
    padding: 2px 2px;
}

.grid-row-error {
    background-color: #EF9A9A;
}

.grid-row-warning {
    background-color: #ffc589;
}

span.filter-block-label {
    font-weight: bold;
    padding-left: 5px;
}

select.form-control {
    border-radius: 5px !important;
    padding-left: 6px !important;
}

input.form-control {
    padding-left: 6px !important;
}

.content-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
    font-size: 25px;
    text-align: center;
}

.card .content-wrapper {
    padding-left: 0;
}

.content-header-buttons {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #c8c8c8; */
    margin-bottom: 15px;
}

#export-buttons-year button {
    margin-left: 3px;
    margin-bottom: 3px;
}

td.day:hover {
    background-color: #eee;
}


#toast-container > div {
    opacity: 1 !important;
}

#GRMSTable-table th[data-field="matig"] a,
#GRMSTable-table th[data-field="slecht"] a,
#GRMSTable-table th[data-field="heelSlecht"] a,
#GRMSTable-table th[data-field="onbekend"] a {
    color: #FFF;
}

.legend h1 {
    font-size: 24px;
    margin: 0px;
}

.legend h2 {
    font-size: 14pt;
    color: #14539a;
}

.slider-container {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}

    .slider-container span {
        padding-right: 10px;
    }

/* Spinning animation for upload progress */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinning {
    animation: spin 1s linear infinite;
}