html, body {
    padding:0;
    margin:0;
    height:100%;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    font-size: 13px;
    height: 100%;
    font-family: Arial , verdana,  sans-serif;
    color: #666;
}

a{
    color:#043992;
    text-decoration:none;
    outline:0;
}

a.orange{
    color:#e08110 !important;
}

a.small{
    font-size:11px;
}

img{
    border:0;
}

/*  HEADINGS  */

h1, h2, h3, h4, h5, h6{
    font-family: Arial, serif;
    font-weight: normal;
    text-align: left;
    margin:0;
    padding:0;
}

h1 {
    font-size:36px;
    line-height: 37px;
    color:#f38b05;
}

h2 {
    font-size:25px;
}
h3 {
    font-size:21px;
    line-height:40px;
}
h4 {
    font-size:16px;
}
h5 {
    color:#f38b05;
    font-size:15px;
}
h5.blue {
    color:#022B71;
    font-size:15px;
}
h6 {
    color:#022B71;
    font-size:14px;
}
.form-table h4{
    padding:25px 0 10px 0;
    border-bottom:1px solid #dcdcdc;
    color:#022b6e;
}

#header-table h3{
    color:#666666;
    border-bottom:none;
}

h3 span{
    font-size:15px;
    color:#8b8b8b;
}


/*  MAIN DIVS  */

.lightbox-box{
    width:400px;
}

.lightbox-box h1{
    font-size: 30px;
    line-height: 31px;
}

#headimage{
    background-position: right bottom;
    background-repeat: no-repeat;
}

.header {
    padding:19px 0 18px 0;
    background:transparent url(/site/idesk/gfx/afdekker.png) no-repeat right 0px;
    position:relative;
}

.header h1 {
    clear:both;
    /*margin:0 0 55px 0;*/
    height: 96px;
    width: 575px;
    padding:0;
    font-weight:normal;
}

.header .switchsites {
    position:absolute;
    right:5px;
    top:5px;
}
.header .switchsites a {
    display:block;
    line-height:30px;
    padding:0 10px;
}
.header .switchsites select {
    width:250px;
}

.content ul.switchSite  {
    list-style:none;
    margin:0;
    padding:0;

}

#city-img .header h1{
    margin:0px 0 55px 0;
}

.header table{
    float:right;
    border-collapse:collapse;
}

.header table td{
    padding:0;
}

.field_updated {
    background-color: #e6f7e6;
    transition: background-color 1.2s ease;
}
/*  HOOFDMENU  */


.navigation ul{
    margin:0;
    padding:0;
    list-style:none;
    overflow:auto;
    background-position: left 0;
    background-image: url("/site/idesk/gfx/menu.png");
    border-left:1px solid #022b71;
}

.navigation ul ul{
    display:none;
}

.navigation ul li{
    float:left;
}

.navigation ul li a{
    color:#fff;
    display:block;
    float:left;
    font-size:13px;
    background-position: right 0;
    background-image: url("/site/idesk/gfx/elements.png");
    padding:15px 15px 16px 15px;
    font-weight:bold;
    text-shadow: 0px -1px 0px #02255f;
    filter: dropshadow(color=#02255f, offx=0, offy=-1);
    border-right:1px solid #022b71;
}

.navigation ul li.active a,
.navigation ul li.active a:hover{
    background-position: right -51px;
    text-shadow: 0px -1px 0px #c05b02;
    filter: dropshadow(color=#c05b02, offx=0, offy=-1);
}

.navigation ul li a:hover{
    background-position: right -102px;
    text-shadow: 0px -1px 0px #02255f;
    filter: dropshadow(color=#02255f, offx=0, offy=-1);
}
.navigation ul li.logout {
    float:right;
}
.navigation ul li.logout a {
    background-position: left 0;
}
.navigation ul li.logout a:hover{
    background-position: right -102px;
    text-shadow: 0px -1px 0px #02255f;
    filter: dropshadow(color=#02255f, offx=0, offy=-1);
}

.navigation ul li#print{
    float:right;
}

/*  SUBMENU  */

.subnavigation ul{
    margin:0;
    padding:0;
    list-style:none;
}


.subnavigation ul li a{
    border-bottom: 1px solid #dcdcdc;
    color: #666666;
    display: block;
    padding: 10px 25px 10px 15px;
    text-align: left;
    background-image: url("/site/idesk/gfx/elements.png");
    background-repeat: no-repeat;
    background-position: -484px -149px;
}

.subnavigation ul li a:hover,
.subnavigation ul li.active a{
    background-image: url("/site/idesk/gfx/arrow_blue.gif");
    background-position: 0px 11px;
    color:#022b6e;
}
.subnavigation ul li.active ul li a {
    font-weight:normal;
    color: #666666;
}
.subnavigation ul li.active ul li.active a {
    font-weight:bold;
    color: #666666;
    background-image: url("/site/idesk/gfx/arrow_blue.gif");
    background-position: 0px 11px;
}

.subnavigation ul li.active a{
    font-weight:bold;
}
.content .tabnavigation ul,
.tabnavigation ul {
    margin:15px 0;
    padding:0;
    list-style:none;

}

.content .tabnavigation ul li{
    float:left;
    display:block;
    margin:0;
    padding:0;
}
.content .tabnavigation ul li div.button,
.content .tabnavigation ul li a,
.tabnavigation ul li a {
    color: #666666;
    display: block;
    float:left;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #fff;
    padding:0 4px;
    margin:0;
    line-height:32px;
    width:auto;
    background:#FFF;
}
/*
.content .tabnavigation ul li div.button input {
    display:none;
}
*/
.content .tabnavigation ul li div.button span {
    font-weight:normal;
    text-shadow:none;
    background-image: none;
    color: #666666;
    margin-left: 0px;
    padding: 0px;
}
.tabnavigation ul li#first-li div.button,
.tabnavigation ul li#first-li a{
    border-left: 1px solid #dcdcdc;
}
.content .tabnavigation ul li.active div.button,
.tabnavigation ul li.active a{
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: center -53px;
    color:#fff;
    border:1px solid #aa5108;
}
.tabnavigation ul li#first-li.active div.button,
.tabnavigation ul li#first-li.active a{
    border-left:1px solid #aa5108;
    color: #fff;
}

.tabnavigation ul li div.button:hover,
.tabnavigation ul li a:hover{
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: center -2px;
    color:#fff;
    border:1px solid #022b71;
    cursor:pointer;
}

.tabnavigation ul li.active .button span,
.tabnavigation ul li:hover .button span{
    color: #fff !important;
}

.tabnavigation ul li#first-li.active:hover a{
    border-left:1px solid #022b71;
}

/*  SUBMENU  */

.grey{
    padding:10px;
    border:1px solid #dcdcdc;
    margin:25px 0 0 0;
}

.grey h4{
    padding-top:0;
}

/*  SUBMENU  */

.content{
    line-height:170%;
    overflow-x: auto;
    margin:0 0 25px 0;
}
.content a{
    color:#043992;
}
.content a:hover{
    color:#f38b05;
}

.content p{
    margin-bottom:0;
}

.content h3{
    border-bottom:1px solid #F38B05;
    color:#F38B05;
}

.content h4 {
    padding:15px 0 0 0;
}
.content h5 {
    padding:10px 0 0 0;
}

.content ul.list{
    list-style:none;
    margin:10px 0 0 10px;
    padding:0;
}

.content ul.list li{
    margin:0;
    padding:0;
}

.content ul li a{
    background-image: url("/site/idesk/gfx/arrow_orange.gif");
    background-position: 0px 11px;
    background-repeat: no-repeat;
    display:block;
    padding:4px 0 4px 15px;
    border-bottom:1px solid #eee;
}

.content table{
    border-collapse:collapse;
    border:none;
}

.content table th {
    line-height:37px;
    text-align:left;
    font-weight:bold;
    padding:0 0 0 6px !important;
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: right -102px;
    color:#fff;
    font-size:12px;
    border-left:1px solid #022B6E;
    border-right:1px solid #022B6E;
    border-top:none;
    border-bottom:none;
    overflow:hidden;
    white-space:nowrap;
    position:relative;
}

.content table td{
    border:1px solid #dedede;
}

.content table tr.row1 td{
    background:#fff;
}
.content table tr.row2 td{
    background:#eee;
}
.content table th a {
    color:#fff;
    padding:0 5px;
    text-shadow: 0px -1px 0px #02255f;
    filter: dropshadow(color=#02255f, offx=0, offy=-1);
}
.content table th a img {
    vertical-align:middle;
}
.content table th a.thImage {
    padding:0;
}

.content table th,
.content table td{
    padding:5px 3px 5px 3px;
}

.item_table td{
    border-left:none !important;
    border-right:none !important;
}


table.pager td{
    padding:0;
    border:none;
}


.content table td a{
    color:#666;
}

.content table td.first a{
    color:#043992;
    font-size:12px;
}
.content table td.first a:hover{
    color:#F38B05;
}
.content table td.input-td a{
    color:#043992;
}

.content table td a.action{
    display:inline-block;
    margin-right:7px;
}

.content table td a.actionlast{
    display:inline-block;
    margin-right:0;
}

.content table th p,
.content table td p{
    margin:0;
    padding:0;
}

.wproEditFrame{
    font-family: Arial, serif;
}

table.in-content-table{
    width:85%;
    margin:15px 0 0 0;
}
table.in-content-table-width{
    width:95%;
    margin:15px 0 0 0;
}
table.in-content-table-addelement{
    width:85%;
    margin:0 0 0 0;
}

table.in-content-table th, table.in-content-table-width th{
    text-align:left;
    font-weight:bold;
    padding:6px 0 6px 6px;
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: right -568px;
    color:#6e6e6e;
    font-size:11px;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    border-top:none;
    border-bottom:1px solid #cdcdcd;
    text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    vertical-align:top;
}
table.in-content-table td, table.in-content-table-width td{
    padding:5px;
    border-bottom:1px solid #e2e2e2 !important;
}
table.in-content-table td a.add-link, table.in-content-table-width td a.add-link{
    display:block;
    float:right;
    padding:1px 15px 2px 20px;
    background: url("/site/idesk/gfx/add.gif") no-repeat top left;
    color:#fff;
    line-height:20px;
    text-shadow: 0px -1px 0px #aa5108;
    filter: dropshadow(color=#aa5108, offx=0, offy=-1);
    border-right:1px solid #aa5108;
}

table.in-content-table td a.add-link:hover, table.in-content-table-width td a.add-link:hover{
    color:#fff;
}

/*  ELEMENTEN  */

.buttons{
    overflow:auto;
}

.buttons a.download,
.buttons a.restart{
    display:block;
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: -302px 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #022B71;
    border-left: 1px solid #022B71;
    border-right: 1px solid #022B71;
    text-shadow: 0 -1px 0 #0E0047;
    filter: dropshadow(color=#0E0047, offx=0, offy=-1);
    float:left;
    color:#fff;
    height: 32px;
    line-height: 32px;
    padding-left:15px;
    padding-right:15px;
    margin:0 0 0 10px;
}
.buttons a.download:hover,
.buttons a.restart:hover{
    background-position: -302px -51px;
    text-shadow: 0px -1px 0px #aa5108;
    filter: dropshadow(color=#aa5108, offx=0, offy=-1);
    border-left:1px solid #aa5108;
    border-right:1px solid #aa5108;
    border-bottom:1px solid #aa5108;
}
ul.controls{
    vertical-align:top;
    padding:0;
    margin:0;
    margin:0 0 0 5px;
    border: 1px solid #dcdcdc;
    height:24px;

    background-color:#ececec;
    list-style:none;
    float:right;
}
.content ul.controls li{
    padding:0;
    margin:0;

    float:left;
}
.content ul.controls li a {
    display:block;
    float:left;
    width:16px;
    height:16px;

    padding:0;
    margin:4px 6px;

    border:0;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.content ul.controls li.help a {
    background-image: url("/site/idesk/gfx/elements.png");
}

ul.controls li.blockview a{
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: 0 -521px;
}

ul.controls li.listview a{
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: 0 -542px;
}

ul.controls li.help a{
    background-position: 0 -402px;
}

ul.controls li.blockview#viewactive a,
ul.controls li.blockview:hover a{
    background-position: -20px -521px;
}

ul.controls li.listview#viewactive a,
ul.controls li.listview:hover a{
    background-position: -20px -542px;
}

ul.controls li.help:hover a{
    background-position: -24px -402px;
}

.active-label {
    background: url("/site/idesk/gfx/filter.gif") no-repeat top right;
    border-left:1px solid #aa5108;
    position:relative;
    float:left;
    color:#fff;
    margin:0 0 5px 5px;
    padding:3px 30px 3px 15px;
    line-height:20px;
    text-shadow: 0px -1px 0px #aa5108;
    filter: dropshadow(color=#aa5108, offx=0, offy=-1);
}

.active-label a{
    position:absolute;
    display:block;
    right:8px;
    top:0;
    width:18px;
    height:18px;
    margin:4px 0 0 10px;
}


ul.pagenation{
    background:#fff;
    clear:both;
    margin:14px 0 0 0;
    list-style:none;
    overflow:auto;
    padding:0;
    float:left;
}

ul.pagenation li{
    float:left;
    margin:0;
    padding:0;
}

ul.pagenation li a{
    display:block;
    float:left;
    padding:0px 8px;
    margin:0 5px 0 0;
    border: 1px solid #dcdcdc;
    background:#fff;
    color:#9c9c9c;
    font-size:11px;
}

ul.pagenation li.activepage a{
    border: 1px solid #aa5108;
    background:#ef8808;
    color:#fff;
}

#table-options .medium-select{
    padding:10px 0 0 0;
}

.page-counter{
    font-size:11px;
    padding:0 8px 0 0;
    color:#959595;
}

.message{
    padding:15px;
    background:#FFF4ED;
    border:1px solid #f3c48e;
    margin:15px 0;
    text-align:center;
    line-height:150%;
}

.message b,
.message strong{
    color:#DB7702;
}

.mail-example{
    border-left:1px solid #d7d7d7;
    border-top:1px solid #d7d7d7;
    border-right:1px solid #757575;
    border-bottom:1px solid #757575;
    padding:15px;
    line-height:150%;
    margin:15px 30px 15px 0;
    background:#f9f9f9;
}

.document{
    background-image: url("/site/idesk/gfx/elements.png");
    background-position: -89px -485px;
    padding-left:20px !important;
}

ul.error{
    background:#ffd1d1;
    border:1px solid #e00000;
    padding:15px 15px 15px 35px;
}

a.searchreset{
    display:inline-block;
    padding:1px 10px;
    background:#F38B05;
    color:#fff !important;
    border:1px solid #be5a02;
}

.team{
    background:#f6f6f6;
    margin-right:3%;
    margin-bottom:3%;
    padding:15px;
    border:1px solid #eee;
}

.team h4{
    margin-top:0px;
    padding:0px 0 10px 0;
    border-bottom:1px solid #dddddd;
    color:#F38B05;
}
.team h5{
    font-size:13px;
    margin-top:0px;
    padding:15px 0 0 0;
    border-bottom:none;
    color:#666666;
}


.team ul{
    margin:0;
}

.team ul li{
    background-image: url("/site/idesk/gfx/arrow_orange.gif");
    background-position: 0px 8px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 0px 0 0px 20px !important;
    margin:0;
   }



/*  Footer  */
.wrapper{
    min-height:100% !important;
    position:relative;
    overflow:auto;
}
.container_24{
    padding-bottom:120px;
    overflow:auto;
}

.footer{
    background:#dcdcdc;
    margin:25px 0 0 0;
    border-top: 1px solid #DCDCDC;
    padding:10px 0;
    height:100px;
    overflow:hidden;
    width:100%;
    position:absolute;
    bottom:0;
}

.footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer ul li a{
    display:block;
    padding:5px 5px;
    color:#a4a4a4;
    margin:4px 0;
    font-size:11px;
}

.footer ul li a:hover{
    color:#F38B05;
}

.footer #user{
    margin:4px 0;
    font-size:11px;
}

.footer #user a{
    color:#F38B05;
}

.footer #user table td{
    padding:2px 0;
}

.footer #user label{
    color:#a4a4a4;
}

.autohide {
    overflow:hidden;
    padding:0 0 0 15px;
    background-repeat:no-repeat;
    background-position:left 3px ;
}
.open {
    background-image:url(/gfx/bullet_toggle_minus.png);
    cursor:pointer;
}
.closed {
    background-image:url(/gfx/bullet_toggle_plus.png);
    cursor:pointer;
}

/* CUSTOM */

.h3-help-form{
    float:right;
    width:30px;
    margin: 0 0 0 15px;
}

h4.sort-header{
    float:left;
    margin-bottom:10px;
}

a.sort-del{
    float:right;
    margin-top:17px;
}

/* TIJDLIJN */

#tijdlijn * {
    box-sizing: border-box;
}
#tijdlijn .table {
    display: inline-block;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-top: 20px;
}
#tijdlijn .table .table-head {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 20px;
    float: left;
    margin-bottom: 20px;
}
#tijdlijn .table .table-head .left,
#tijdlijn .table .table-head .right {
    font-size: 18px;
    font-weight: bold;
}

#tijdlijn .table .table-head .left {
    float: left;
}
#tijdlijn .table .table-head .right {
    float: right;
}
#tijdlijn .table .event-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    float: left;
}
#tijdlijn .table .table-break {
    width: calc(100% + 2px);
    display: inline-block;
    margin: 40px 0px;
    margin-left: -1px;
    margin-right: -1px;
    background: #FFF;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#tijdlijn .table .table-break i {
    font-size: 20px;
    color: #f48a11;
}
#tijdlijn .table .event-wrapper .bank {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
    min-height: 30px;
}
#tijdlijn .table .event-wrapper .bemiddelaar {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: left;
    min-height: 30px;
}

#tijdlijn .table .event-wrapper .event {
    padding: 5px 0px;
    border-right: 1px solid #dcdcdc;
    position: relative;
    padding-right: 30px;
    line-height: 14px;
}
#tijdlijn .table .event-wrapper .bemiddelaar .event {
    padding-right: 0;
    padding-left: 30px;
    border-right: none;
    border-left: 1px solid #dcdcdc;
    margin-left: -1px;
}
#tijdlijn .table .event-wrapper .bemiddelaar .event .type {
    left: -15px;
    top: 50%;
    margin-top: -15px;
}
#tijdlijn .table .event-wrapper .event .datetime {
    display: inline-block;
    width: 100%;
}
#tijdlijn .table .event-wrapper .event .datetime .time {
    color: #999;
    font-style: italic;
}
#tijdlijn .table .event-wrapper .event .title {
    display: inline-block;
    width: 100%;
}
#tijdlijn .table .event-wrapper .event .title .status{
    text-transform: uppercase;
}
#tijdlijn .table .event-wrapper .event .employee {
    color: #ccc;
}
#tijdlijn .table .event-wrapper .event .type {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #dcdcdc;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    font-weight: bold;
}
#tijdlijn .table .event-wrapper .event .type.blue {
    background: #384dad;
    color: #FFF;
}
#tijdlijn .table .event-wrapper .event .type.orange {
    background: #f48a11;
    color: #FFF;
}

#mutaties .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;

}
#mutaties .btn.btn-default{
    color: #fff ;
    background-color: #40d0ad;
}

#mutaties .btn.btn-primary{
    color: #fff;
    background-color: #c05b02;
}

/* RID-650 Hide reason by default*/
#reden_holder {
    display:none;
}

/* ========== SPEECH BUBBLE ========== */
.speech-bubble {
  position: absolute;
  bottom: 125%;               /* boven de knop */
  left: 50%;
  transform: translate(-50%, 6px);  /* start iets lager */
  background: #4CAF50;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
}

/* pijltje naar beneden */
.speech-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #4CAF50 transparent transparent transparent;
}

/* tonen (fade + slide up) */
.speech-bubble-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity .25s ease, transform .25s ease;
}

/* verbergen (fade + slide down) */
.speech-bubble-hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}

/* Respecteer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .speech-bubble,
  .speech-bubble-show,
  .speech-bubble-hide {
    transition: none !important;
  }
}
.copy {
    background: none;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1;
    color: #022b6e;
}

.copy svg {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.copy:hover,
.copy:focus-visible {
  color: #aa5108;
  outline: none;
}