﻿/*
    RWS KLEUREN PROD (Blauw)
    197/563     RGB 21,66,115       #154273 (donkerblauw)
    135/393     RGB 77,133,162      #4d85a2 (
    193/580     RGB 168,202,210     #a8cad2
    230/684     RGB 222,235,227     #deebe3
    225/675     RBB 225,225,225     #f5f5f5

    achtergrond RGB 255,255,255     #ffffff
    tekst links RGB 21,66,115       #154273
    contrast    RGB 241,217,237     #f1d9ed
*/



.loading-indicator label {
    padding-left: 20px;
    background: url('../content/images/ajax-loader.gif') no-repeat center left;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error, .input-custom-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #FDD !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 1px;
}

#footerLogo {
    margin: 0 auto;
    background-color: #154273;
    width: 44px;
    /*margin-top: 25px;*/
    height: 25px;
    position: relative;
    top: 25px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

body {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    margin-top: 0px !important;
    /*min-width: 1280px;*/
}

form {
    margin: 0px;
}

h1 {
    font-family: Arial;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
}

h2 {
    font-family: Verdana;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

    h2 span.subtitle {
        color: #666;
        font-size: 80%;
    }

h3 {
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    line-height: 19px;
}

.rowDeleted {
    color: #B0B0B0;
}

.rowInvalid {
    color: red !important;
}


.rowSpecial {
    /*color: #900079;*/
    color: #FF0DDB;
}


.paginatitel {
    font-family: Arial;
    font-size: 22px;
    color: #000000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 30px;
}

.dossiernaamBlauw {
    font-family: Arial;
    font-size: 22px;
    color: #a8cad2;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

#modalLogDetails {
    left: 20%;
    width: 90%;
}

.logDetailsTabelheaderrow {
    width: 0;
    text-align: center;
}

.logDetailsTabelheadermoment {
    width: 8% !important;
}

.logDetailsTabelheadernieuwlog {
    width: 40% !important;
}

.logDetailsTabelheaderoudelog {
    width: 40% !important;
}

.dossiernaamRoze {
    font-family: Arial;
    font-size: 22px;
    color: #900079;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

p {
    margin: 0px;
    line-height: 1.636;
    margin-bottom: 1.636em;
}

a {
    font-family: Verdana;
    font-size: 11px;
    color: #154273;
    text-decoration: underline;
}

    a:hover, a:active {
        color: #0162cd;
    }

    a:visited {
        color: #696969;
    }

ul.list {
    margin: 0.5em 0;
}

    ul.list li {
        background-image: none;
        display: block;
        line-height: 1.5;
        margin: 0 0 0.4em;
        padding-left: 0;
        list-style: none outside none;
    }

        ul.list li a {
            font-family: Verdana;
            font-size: 11px;
            color: #154273;
            text-decoration: none;
            background: url("/Content/images/icon-arrow-breadcrumb.png") no-repeat scroll 2px 0.5em transparent;
            display: block;
            padding-left: 16px;
        }

            ul.list li a:hover, ul.list li a:active {
                color: #0162cd;
                text-decoration: underline;
            }

            ul.list li a:visited {
                color: #696969;
                text-decoration: none;
            }

.content {
    background-color: white;
    -webkit-box-shadow: 2px 2px 4px 1px #ccc;
    box-shadow: 2px 2px 4px 1px #ccc;
    min-height: 400px;
}

.navbar-inverse .navbar-inner {
    /*background-color: #01689B;*/
    background-color: #a8cad2;
    background-image: none;
    /*border-bottom: 10px solid #CCE0F1;*/
    border-bottom: 10px solid #deebe3;
    /*color:white;*/
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8cad2', endColorstr='#a8cad2', GradientType=0);
}

ul.subnav {
    margin: 0.5em 0;
}

    ul.subnav li {
        display: block;
        line-height: 1.5;
        margin: 0 0 0.4em;
        padding-left: 0;
    }

        ul.subnav li a {
            text-decoration: none;
            color: #000000;
            background-color: none;
            font-family: Verdana;
            font-size: 11px;
            display: block;
            padding-left: 16px;
            background: url("/Content/images/icon-arrow-breadcrumb.png") no-repeat scroll 2px 0.5em transparent;
        }

            ul.subnav li a:hover, ul.subnav li a:active {
                text-decoration: none;
                color: #000000;
                background-color: #deebe3;
            }

            ul.subnav li a:visited {
                background-color: none;
                color: #696969;
            }

.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}

.nav, .pagination ul {
    list-style: none outside none;
}

.pagination ul {
    width: 100%;
    height: 20px !important;
    /*border:1px solid #999999;*/
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #DDDDDD;
    border-left: 0px;
}

    .pagination ul li, .pagination ul li a {
        height: 20px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        border-top: 0px;
        border-bottom: 0px;
    }

        .pagination ul li a {
            padding: 0px 8px !important;
        }

input[type="text"].search, select.search {
    border: 1px solid #DDDDDD;
}

.tab-content {
    overflow: visible;
}

.nav {
    margin-top: 0px;
    margin-bottom: 8px;
}

.navbar .nav > li {
    line-height: 10px;
    margin: 0px;
    margin-top: 10px;
    float: left;
}

.navbar .nav li a {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    background: none;
    list-style: none outside none;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 3px;
}

.navbar-inverse .nav li.dropdown:hover > .dropdown-toggle .caret {
    border-bottom-color: #000000;
    border-top-color: #000000;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #DEEBE3;
    color: #000000;
}

.pagination ul li a {
    background: none;
    list-style: none outside none;
    color: #154273;
}


.metadata {
    color: #535353;
    margin: 0px;
}

.kruimelpad {
    color: #767676;
    margin: 0px;
}

    .kruimelpad a {
        text-decoration: underline;
        color: #4d85a2;
    }

        .kruimelpad a:hover, .kruimelpad :active {
            color: #0162cd;
        }

.onderschrift {
    color: #767676;
    margin: 0px;
}

.artikeltitel {
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline;
    color: #154273;
}

    .artikeltitel:hover, .artikeltitel:active {
        color: #0162cd;
    }

    .artikeltitel:visited {
        color: #535353;
    }



select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 0 2px;
    font-size: 11px;
    color: #000000;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(0, 0, 0, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

select {
    border: 1px solid #000000;
    line-height: 20px;
    height: 24px;
}

.navbar-inverse .nav > li > a:hover {
    color: #000000;
    background-color: #deebe3;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #000000;
    text-shadow: none;
    text-decoration: none;
}

.navbar .brand {
    padding: 13px 100px 7px 20px;
    font-size: 18px;
    color: white;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    /*background-color: #CCE0F1;*/
    background-color: #deebe3;
    color: #000000;
    box-shadow: none;
}

table {
    max-width: 100%;
    background-color: transparent;
}

.button {
    background-color: #EFEFEF;
    background-image: none;
    border: 1px solid #000000;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    margin-bottom: 5px;
    padding: 0px 10px 1px;
    text-decoration: none;
    font-family: Verdana;
    color: #000000;
}

a.button:hover {
    text-decoration: none;
    color: #000000;
}

.buttoncancel {
    border: 0px;
    background: none;
    text-decoration: underline;
    color: #154273;
    text-align: left;
    margin-right: 10px;
}

.button.text {
    border: 0px;
    background: none;
    text-decoration: underline;
    text-align: left;
    padding: 2px 0 0 0;
    font-weight: normal;
    color: #154273;
    font-family: Verdana;
    font-size: 11px;
}

a.button {
    display: inline-block;
    margin-top: -1px;
    padding: 3px 10px 0;
}

.button.text:hover, a.buttoncancel:hover, button.buttoncancel:hover {
    color: #0162CD;
    text-decoration: underline;
}

input.isisinput {
    display: none;
}

a.isisinput {
    text-decoration: none;
    color: #000000;
}

    a.isisinput:hover {
        text-decoration: none;
        color: #000000;
    }

select {
    height: 20px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 3px;
}

    select option {
        height: 15px;
    }

.textalignright {
    text-align: right;
}

.textaligncenter {
    text-align: center !important;
}

.verticalalignmiddle {
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.widthiconsize {
    width: 15px;
}

.gisiscontainer {
    background-color: #deebe3;
    padding: 10px;
}

.gisistablefooter td {
    /*height: 20px;*/
    background-color: #FFFFFF;
    border-bottom: 1px solid #deebe3;
    padding: 0 5px;
}

.gisistablefooter label {
    font-weight: bold;
    text-align: right;
    margin-bottom: 0px;
}

.gisistablefooter .first label {
    text-align: left;
}


.gisistableheader {
    height: 20px;
    background-color: #deebe3;
    border: 1px solid #FFFFFF;
    border-bottom: 0px;
    border-right: 0px;
    padding: 0 5px;
    font-weight: bold;
}

.gisistable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

    .gisistable tr {
        background-color: #A8CAD2;
        font-size: 11px;
        height: 18px;
        cursor: pointer;
    }

        .gisistable tr th {
            padding: 0 5px;
            text-align: left;
            height: 20px;
        }

        .gisistable tr td {
            background-color: #eef4f6;
            height: inherit;
            padding: 0 5px;
            cursor: pointer;
        }

        .gisistable tr.odd td {
            background-color: #f7fafb;
        }

        .gisistable tr td label {
            font-size: 11px;
            margin-bottom: 0px;
        }

        .gisistable tr th a {
            text-decoration: none;
        }

    .gisistable .objectRowSelector:hover td, .gisistable .gridrow:hover td, .gisistable .gridrow_alternate:hover td, .slick-row:hover {
        background-color: #deebe3 !important;
        cursor: pointer;
    }

    .gisistable .selectedrow td {
        background-color: #f1d9ed;
    }

.item-spotlight {
    background-color: 
                    ;
    padding: 10px 12px 0 12px;
    margin-bottom: 20px;
}

    .item-spotlight h2 {
        font-size: 11px;
        font-weight: 700;
        font-family: Arial;
        margin: 0;
        padding: 0; /* 1em 0 0;*/
    }

        .item-spotlight h2 a {
            color: #000000;
            text-decoration: underline;
            font: bold 140%/1.2 arial;
        }

            .item-spotlight h2 a:hover {
                color: #0162CD;
            }

    .item-spotlight p {
        margin: 0;
        padding-bottom: 10px;
    }


.nav-tabs {
    margin: 0.5em 0;
    border-bottom: 1px solid #97CCD3;
}

    .nav-tabs li {
        background-image: none;
        display: block;
        line-height: 1.5;
        padding-left: 0;
        list-style: none outside none;
    }

        .nav-tabs li a, .nav-tabs > .active > a {
            font-family: Verdana;
            font-size: 11px;
            color: #154273;
            text-decoration: none;
            display: block;
            padding-left: 16px;
            background: none;
            list-style: none outside none;
            outline: 0;
            font-family: Verdana;
            font-size: 11px;
            color: #000000;
        }

            .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs > .active > a:hover {
                color: #154273;
            }

    .nav-tabs > li > a {
        padding-bottom: 0px;
        padding-top: 0px;
        color: #154273;
        outline: 0;
    }

    .nav-tabs > li > a {
        border: 0px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
        border-radius: 0;
        border-color: #97CCD3;
        border-bottom: 1px #FFFFFF solid;
        color: #000000;
        text-decoration: none;
    }

    .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
        background-color: #FFFFFF;
        border: 0px;
        color: #154273;
    }

    .nav-tabs .dropdown-menu {
        border-radius: 0px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0;
    }

.dropdown-menu li {
    margin: 0px;
}

    .dropdown-menu li > a {
        line-height: 15px;
        color: #000000;
    }

        .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
            background-image: none;
            filter: none;
            background-color: #DEEBE3;
            color: #154273;
            text-decoration: underline;
        }

#breadcrumb img {
    margin: 0 0.3em;
    vertical-align: baseline;
}

.listbox {
    border: 1px solid #A8CAD2;
}

.listbox-title {
    padding: 4px 6px;
    background-color: #A8CAD2;
}

    .listbox-title span {
        font-weight: bold;
        height: 20px;
    }

.listbox-sub {
    padding: 4px 6px;
    background-color: #DEEBE3;
}

.listbox-content {
    padding: 4px 6px;
}

.minimize, .maximize {
    width: 8px;
    height: 13px;
    float: left;
    cursor: pointer;
    padding-right: 4px;
    padding-top: 7px;
}

.pointer {
    cursor: pointer;
}

.caret-inverse {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

input.search-query {
    border-right: none;
}

label, input, button, select, textarea {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}

.row-fluid {
    min-height: 30px;
}

.rowcolorized {
    padding-top: 5px;
    background-color: #EEF4F6;
    margin-bottom: 1px;
    margin-left: 0px;
    min-height: 25px;
}

    .rowcolorized div[class*="span"]:first-child {
        padding-left: 10px !important;
    }

.row-fluid.rowcolorized input[type="radio"], .row-fluid.rowcolorized input[type="checkbox"] {
    margin: 0;
}

.navbar-inner {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

#rwsheader {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 87px;
    display: block;
}

#rwslogo {
    margin: 0 auto;
    background-image: url('/Content/images/201811_Logo_mininfrawaterstaat.png');
    background-repeat: no-repeat;
    width: 500px;
    height: inherit;
}

.row-fluid [class*="span"] {
    min-height: 1px;
}

#navbar-top {
    background-color: #DEEBE3;
    margin-left: -20px;
    margin-right: 0px;
    height: 30px;
}

    #navbar-top h1 {
        font-size: 16px;
        font-weight: bold;
        float: left;
        display: inline-block;
        font-family: Arial;
        line-height: 30px;
        height: inherit;
        margin: 0px;
        padding-left: 40px;
    }

    #navbar-top h2 {
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
        float: left;
        display: inline-block;
        font-family: Arial;
        line-height: 30px;
        height: inherit;
        margin: 0px;
        padding-left: 20px;
    }

.pagination {
    display: -moz-box;
    display: -webkit-box;
    display: flexbox;
    margin: 5px 0px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 10px;
}

input:-moz-placeholder {
    color: #999999;
    font-size: 10px;
}

input::-moz-placeholder {
    color: #999999;
    font-size: 10px;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 10px;
}

.placeholder {
    color: #999999 !important;
    font-size: 10px;
}

.gridrow td input, div.row input, .gisistable th input[type="checkbox"], .gisistable tr input[type="checkbox"] {
    margin: -3px 0 0 0;
}

.displaynone {
    display: none;
}

.alertmessage {
    /*margin-top: -20px;*/
    border-radius: 0;
}

    .alertmessage a {
        text-decoration: none;
    }

.navbar {
    margin-bottom: 0 !important;
}

.alertmessage p {
    margin: 0;
    padding: 0;
}

.ui-datepicker-calendar {
    line-height: 15px;
}

div.ui-datepicker, .ui-datepicker table a {
    font-size: 10px;
}

.loading-indicator {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /*border:1px solid #EEF4F6;*/
    margin-left: -19px;
    z-index: 1 !important;
}

    .loading-indicator span {
        color: #000000;
        /*font-weight:bold;*/
        text-align: center;
        vertical-align: text-bottom;
    }

    .loading-indicator img {
        vertical-align: text-bottom;
    }


/*slickgrid start*/
#object_grid {
    clear: both;
}

.grid-canvas {
    /*overflow-x: hidden!important;
    overflow-y: hidden!important;
    overflow:hidden!important;*/
    overflow: hidden;
}

.ui-state-default {
    background: none;
}

.grid-canvas .ui-widget-content {
    background: none;
}

.slick-column-name {
    color: #154273;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.slick-header-column.ui-state-default {
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-color: #FFFFFF;
}

.slick-cell input[type="checkbox"] {
    margin: -3px 0 0;
}

.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
    border: 1px solid #FFFFFF;
    border-top: none;
    border-bottom: none;
}

.slick-header, .slick-headerrow {
    background-color: #A8CAD2 !important;
    font-size: 11px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.slick-header-columns, .slick-headerrow-columns {
    height: 20px !important;
    text-align: left !important;
    font-size: 11px !important;
    display: list-item !important;
}

.slick-header-column {
    background: none !important;
}

.slick-row {
    background-color: #EEF4F6 !important;
    padding: 0 5px !important;
    font-size: 11px !important;
    height: 20px !important;
    line-height: 19px !important;
    cursor: pointer !important;
}

.slick-cell, .slick-headerrow-column {
    border: 1px solid #FFFFFF !important;
    border-right: none !important;
    border-bottom-color: #FFFFFF !important;
    height: 20px !important;
    padding: 0 5px;
    cursor: pointer !important;
}

.slick-row .slick-cell {
    height: 20px !important;
    padding-right: 10px;
}

.selectedrow .slick-cell {
    background-color: #F1D9ED !important;
}
/*slickgrid end*/

/*pager style*/
#object_pager {
    margin: 5px 0;
}

.compact-theme .prev, .compact-theme .next {
    border-radius: 0;
}

.compact-theme a {
    text-decoration: none;
}

    .compact-theme a:hover {
        background: none;
    }

.compact-theme a, .compact-theme span, .compact-theme .ellipse, .compact-theme .current {
    background: none;
    box-shadow: none;
    font-family: Verdana;
    font-size: 11px;
    line-height: 20px;
}

.compact-theme a {
    color: #154273;
}

.compact-theme .disabled {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.compact-theme a, .compact-theme span {
    background-color: #FFFFFF !important;
}

.current {
    color: #999999 !important;
    background-color: #F5F5F5 !important;
}
/*pager style end*/


.nowrap {
    white-space: nowrap;
}

input.autocomplete:hover, input.autocomplete:focus {
    background: url('../content/images/iconAutocomplete.png') no-repeat center right;
    background-color: #FFFFFF;
    padding-right: 15px;
}

input.ajaxloader {
    background: url('../content/images/ajax-loader.gif') no-repeat center right;
    background-color: #FFFFFF;
    padding-right: 15px;
}

input.noresults {
    background: url('../content/images/noresults.png') no-repeat center right;
    background-color: #FFFFFF;
    padding-right: 15px;
}

ul.autocompleteResults {
    border-radius: 0 !important;
}

    ul.autocompleteResults li {
        border: 0 !important;
        background-image: none !important;
    }

        ul.autocompleteResults li a {
            border-radius: 0 !important;
            background-image: none !important;
            background-color: #FFFFFF !important;
            color: #000000;
            font-family: Verdana;
            font-size: 11px;
            margin: 0 !important;
        }

            ul.autocompleteResults li a:hover {
                background-image: none !important;
                background-color: #EFEFEF !important;
                border: 0 !important;
            }

.bgLightBlue {
    background-color: #DEEBE3;
    text-align: right;
    padding-right: 5px;
}

.compact-theme .next {
    border-right: 0;
}

.compact-theme .nextlast {
    border-right: 1px solid #AAAAAA !important;
}

.zindex9999 {
    z-index: 9999 !important;
}

.slick-header-sortable {
    cursor: pointer;
}

.containermargin {
    margin-bottom: 10px;
}

.slick-column-name > input {
    margin: -1px 0 0;
}

.slick-row-nocolors, .slick-row-nocolors:hover, .slick-row-nocolors.selectedrow, .gisistable .slick-row-nocolors:hover td {
    background-color: #FFFFFF !important;
    cursor: default !important;
}

span.errortext {
    color: #b60000;
    font-weight: bold;
}

span.successtext {
    color: #009600;
    font-weight: bold;
}

span.infotext {
    color: #e18300;
    font-weight: bold;
}

.underline {
    border-bottom: 1px #A8CAD2 solid !important;
}


.grid-canvas.table-hover tbody tr:hover td {
    background-color: #deebe3;
}

.table-hover tbody tr:hover td {
    background-color: #deebe3;
}

.processHeader {
    text-indent: -9999px !important;
    background: url('../content/images/icon-flag.png') no-repeat center right !important;
    /*height: 15px!important;
    width: 15px!important;*/
    white-space: nowrap !important;
    background-position: center !important;
}

.ui-autocomplete {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 20px !important;
}

* html .ui-autocomplete {
    height: 300px;
    overflow: auto;
}

.table-hover tbody tr:hover th {
    background-color: inherit !important;
}

#statusbar {
    position: fixed;
    bottom: 0;
    height: 20px;
    border-top: 1px solid #A8CAD2;
    border-left: 1px solid #A8CAD2;
    background-color: #DEEBE3;
    width: 25%;
    right: 0;
    margin-left: -20px;
    text-align: center;
    z-index: 1039;
}

    #statusbar div {
        width: 99%;
        cursor: default !important;
    }

.margintop20px {
    margin-top: 20px;
}

#noscript {
    width: 100%;
    height: 25px;
    background-color: #FFBDC8;
    border: 1px solid #BD2B44;
    color: #BD2B44;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}


/*OBJECT FILTER SPANS*/
.row-fluid [class*="fSpan"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 1%;
    min-height: 30px;
    width: 100%;
}

    .row-fluid [class*="fSpan"]:first-child {
        margin-left: 0;
    }

.row-fluid [class*="fSpan"] {
    min-height: 1px;
}

.row-fluid .fSpan24 {
    width: 100%;
}

.row-fluid .fSpan23 {
    width: 95.7916%;
}

.row-fluid .fSpan22 {
    width: 91.58327%;
}

.row-fluid .fSpan21 {
    width: 87.37494%;
}

.row-fluid .fSpan20 {
    width: 83.16661%;
}

.row-fluid .fSpan19 {
    width: 78.95828%;
}

.row-fluid .fSpan18 {
    width: 74.74995%;
}

.row-fluid .fSpan17 {
    width: 70.54162%;
}

.row-fluid .fSpan16 {
    width: 66.33329%;
}

.row-fluid .fSpan15 {
    width: 62.12496%;
}

.row-fluid .fSpan14 {
    width: 57.91663%;
}

.row-fluid .fSpan13 {
    width: 53.7083%;
}

.row-fluid .fSpan12 {
    width: 49.49997%;
}

.row-fluid .fSpan11 {
    width: 45.29164%;
}

.row-fluid .fSpan10 {
    width: 41.08331%;
}

.row-fluid .fSpan9 {
    width: 36.87498%;
}

.row-fluid .fSpan8 {
    width: 32.66665%;
}

.row-fluid .fSpan7 {
    width: 28.45832%;
}

.row-fluid .fSpan6 {
    width: 24.24999%;
}

.row-fluid .fSpan5 {
    width: 20.04166%;
}

.row-fluid .fSpan4 {
    width: 15.83333%;
}

.row-fluid .fSpan3 {
    width: 11.625%;
}

.row-fluid .fSpan2 {
    width: 7.416666%;
}

.row-fluid .fSpan1 {
    width: 3.208333%;
}
/*OBJECT FILTER SPANS*/


/*Select2 hieronder*/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 4px 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--classic .select2-selection--single {
    background-color: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 0 !important;
    outline: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 20px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 19px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    border: none;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 10px;
    position: absolute;
    top: 1px;
    right: 3px;
    width: 20px;
    background-image: none;
    filter: none;
}

    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        border-color: black transparent transparent transparent !important;
        border-style: solid;
        border-width: 5px 4px 0 4px !important;
        height: 10px;
        left: 50%;
        margin-left: 0;
        margin-top: 1px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: none;
    filter: none;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDDDDD;
    outline: 0;
}

.select2-results__option {
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
}

.select2-search--dropdown {
    padding: 0
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: unset;
    border-width: unset;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 0 !important;
    outline: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 19px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-color: transparent;
        border: none;
        border-left: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 10px;
        position: absolute;
        top: 1px;
        right: 3px;
        width: 20px;
        background-image: none;
        filter: none;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: black transparent transparent transparent !important;
            border-style: solid;
            border-width: 5px 4px 0 4px !important;
            height: 10px;
            left: 50%;
            margin-left: 0;
            margin-top: 1px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: none;
    filter: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDDDDD;
    outline: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: unset;
    border-width: unset;
}

.rowcolorizedRuimte {
    background-color: #EEF4F6;
    margin-bottom: 1px;
    margin-left: 0px;
    min-height: 25px;
}

.exportrowTemplate {
    margin-left: -37px !important;
    padding-right: 49px;
}

.Exporttemplateitemheader {
    margin-left: 0 !important;
}

#VerversenOBVBagmsg {
    background-color: #EEF4F6;
}

#AddRuimteRow_wrap #ruimteForm .border {
    border: solid 1px #DDDDDD !important;
}

#Errormessagediv {
    margin-top: 20px !important;
}

#SuccesMessage {
    color: #009600;
}

.ContractenOverzichtNieuwEditBlok {
    margin-top: 30px;
}

#modalPreviewBrief {
    width: 40%;
}

#modalPreviewBrief .modal-body 
{
    max-height: 650px !important;
}

#modalAddApendix {
    width: 65%;
    left: 40%;
    min-height: 200px;
}

.bodyAddApendix {
    overflow-y: visible;
}

.select2-container--open {
    z-index: 9999
}

#GridEditVerwijderen, .GridEditVerwijderen {
    width: 26px;
}

#appendixNameGrid {
    text-align: left;
}


#modalPreviewBrief .span {
    font-family: Verdana !important;
    font-size: 11px !important;
}
#Brieftemplateform span {
    font-family: Verdana !important;
    font-size: 11px !important;
}
#BriefTagsTemplate {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 3px;
}
#tagWaardeISIS {
    overflow-y: auto;
    max-height: 650px;
}
#BriefTagsdropdownlist {
    overflow-y: auto;
    max-height: 650px;
}

.note-imagesize {
    display: none !important;
}

.note-dimension-picker-highlighted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat !important;
}

.note-dimension-picker-unhighlighted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat !important;
}

.text-center {
    text-align: center;
    padding-left: 0;
}
.text-right {
    text-align: right;
}

.table-nostyle {
    width:100%;
    border-collapse: collapse;
    margin:0;
    padding:0;
    border:0
}
.table-nostyle tr th, .table-nostyle tr td {
    margin:0;
    padding:0;
    border:0;
    vertical-align:top;
}

.gisistable tr.rowcolorized td {
    background-color: #deebe3
}


.modal-backdrop, .modal-backdrop.fade.show {
    opacity: 0.8;
}

.modal.fade.show {
    top: 10%;
}

.fade.show {
    opacity: 1;
}

.modal-header .close {
    position: relative;
    top: -25px;
}

button:disabled{
    color:gray;
    border-color:gray;
    cursor:default;
}

/*PB start*/
table.gisistable tbody tr.col-specs, table.gisistable tbody tr.col-specs th {
    height: 0px !important;
}

table.gisistable tbody tr th.first-col {
    width: 2.5%;
}

table.gisistable tbody tr th.second-col {
    width: 12.5%;
}

table.gisistable tbody tr th.col {
    width: 8.5%;
}

table.gisistable tbody tr th.col-span-2 {
    width: 17%;
}

table.gisistable tbody tr th.col-span-3 {
    width: 25.5%;
}

table.gisistable tbody tr th.col-span-4 {
    width: 34%;
}
/*PB end*/

.select2-selection {
    background-color: white !important;
    border: 1px solid #000000 !important;
}