/* @import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap'); */

:root{
    --themeColor: #288bc7;
    --themeColor_dark: #1b6491;
}

h1,h2,h3,h4 {
    font-family: 'Poppins', sans-serif;
    color:#000815;
    font-weight:400;
    letter-spacing: 0px;
}

body h1{font-size: 24px !important;}
body h2{font-size: 17px;}
body h3{font-size:20px;font-weight: bold;letter-spacing: -0.5px;}
body h2, body h3, body h4, body strong{color: var(--themeColor_dark);text-decoration-color: #000815;}

strong {
    font-weight:bold;
}

p{
    font-size: 14px;
    line-height: 1.2em;
    color: #000815;
}
.ultra_light_grey{
    background-color:#fbfafa !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body ::selection {
    background: #f6e706;
    color: #434343;
    text-shadow: none;
}
body{
    color: #575757;
    font-family: 'Poppins', sans-serif;
}
.grecaptcha-badge{
    right:-300px !important;
}
.hidden{
    display:none;
}
.relative{
    position:relative;
}
.fixed{
    position:fixed;
}

hr {
	border-color: #0d4da1;
    margin: 10px 0;
}

p.small{
    font-size:17.2px;
}

.red            {background-color:#f8d7da;}
.redText        {color:#ce0000; text-decoration-color: #ce0000;}

.redLight       {background-color:#f69b9b;}
.redLightText   {color:#f69b9b;}

.redDark        {background-color:#721c24;}
.redDarkText    {color:#721c24; text-decoration-color: #721c24;}

.lightGrey      {background-color:#f2efef;}
.lightGreyText  {color:#f2efef; text-decoration-color: #f2efef;}

body .grey      {background-color:#767676;}
.greyBorder     {border-color:#767676;}
.greyText       {color:#767676; text-decoration-color: #767676;}

.greyDark       {background-color: #104e98;}
.greyDarkText   {color:#344551; text-decoration-color: #344551;}
.greyDarkText_i {color:#344551 !important; text-decoration-color: #344551 !important;}

.green          {background-color:#28a745;}
.greenText      {color:#28a745; text-decoration-color: #28a745;}

.yellow         {background-color:#F6E706 !important;}
.yellowText     {color:#F6E706; text-decoration-color: #F6E706;}
.yellowBorder   {border-color:#F6E706;}

.orange         {background-color:#f49320;}
.orangeText     {color:#f49320; text-decoration-color: #f49320;}

.white          {background-color:#fff;}
.whiteText      {color:#fff !important;}

.blueDark       {background-color:#1d3f6f;}
.blueDarkText   {color:#1d3f6f;}

.blue           {background-color:#0d4dA1;}
.blueText       {color:#0d4dA1;}

.blueLight      {background-color:#9bcff6;}
.blueLightText  {color:#9bcff6;}

.blueVeryLight      {background-color: #4a6aa7;}
.blueVeryLightText  {color: #4a6aa7;}


.jumbotron{
    margin-bottom:0px;
}

.noborder{
    border: none !important;
}
.nopadding{
    padding:0px !important;
}
.nopadding_l{
    padding-left:0px;
}
.nopadding_r{
    padding-right:0px;  
}
.nopadding_t{
    padding-top:0px !important;
}
.nopadding_b{
    padding-bottom:0px; 
}
.nomargin{
    margin:0 !important;
}
.nobackground{
    background-color:transparent !important;
}

.transparent{
    background-color:rgba(0,0,0,0.0);
}
.small_container{
    max-width: 1300px !important;
}

.left_align{
    text-align:left;
}
.right_align{
    text-align:right;
}

.fontred{
    color:#ff6060;
}
.fontgreen{
    color:#72b965;
}

.right{
    float:right;    
}
.left{
    float:left;
}
.centerDiv{
    margin-left:auto;
    margin-right:auto;
}
.width-10{width: 20% !important;} .width-15{width: 25% !important;}
.width-20{width: 20% !important;} .width-25{width: 25% !important;}
.width-30{width: 30% !important;} .width-35{width: 35% !important;}
.width-40{width: 40% !important;} .width-45{width: 45% !important;}
.width-50{width: 50% !important;} .width-55{width: 55% !important;}
.width-60{width: 60% !important;} .width-65{width: 65% !important;}
.width-70{width: 70% !important;} .width-75{width: 75% !important;}
.width-80{width: 80% !important;} .width-85{width: 85% !important;}
.width-90{width: 90% !important;} .width-95{width: 95% !important;}
.width-100{width: 100% !important;}

.mobile_only{
    display:none;
}

.textOverflow{
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; 
}
.textBreak{
    text-overflow: initial;
    white-space: normal;
    overflow: hidden;   
}}

.jumbotron:last-of-type:not(:first-of-type) {
    margin-bottom: 60px;
}

.jumbotron p{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5em;
    color: #344551;
}

.jumbotron.topcenter{
    top: 5%;
}

a.button,
button.button{
    display: inline-block;
    padding: 3px 40px 1px;
    line-height: 37px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    transition: background-color .2s ease-in;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.button:hover{
    margin-bottom:-1px;
    border-bottom-width:3px;
    transform:translateY(-1px);
}
a.button:active{
    border-bottom:0;
    margin-top:2px;
    margin-bottom: 0px;
    transform:translateY(1px);
}

a.button i{
    line-height: 50px;
}

.button.mini{
    font-size:12px;
}
a.button.small i{
    line-height: 38px;
}

a.button.mini:not(.small){
    padding: 4px 5px 6px 6px;
    width: 44px;
    height: 44px;
}
a.button.mini.small {
    padding: 0;
    width: 42px;
    height: 42px;
    padding-top: 2px;
    line-height: 40px;
}
a.button.mini.small:not(.removeCat) i.fa{
    line-height: 42px;  
}
a.button.big {
    height: 60px;   
    line-height: 54px;
}
a.button.superbig {
    height: 80px;
    line-height: 80px;
    padding: 4px 50px 1px;
}

a.button.lightGrey,
button.button.lightGrey{
    /* color:#555; */
}

a.button.greyDark,
button.button.greyDark{
    border-color:#464646;
}

a.button.red:hover,
button.button.red:hover{
    background-color:#880510;
    border-color:#880510;
}

a.button.greyDark:hover,
button.button.greyDark:hover{
    background-color:rgba(0, 8, 21, 0.87);
}


a.button.small, button.button.small {
    font-size: 14px;
    padding: 2px 21px 0;
    line-height: 38px;
}

.button.float{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 6px;
    line-height: 30px;
    text-align: center;
}
.button.float i{
    font-size: 23px;
}

div.jumbotron.spacer{
    height:160px;
}

body select{
    -webkit-appearance: none;
}
body input,
body textarea,
body select{
    line-height: 26px;
    padding: 5px 11px;
    font-size: 14px;
    border-radius: 8px;
    background-color: rgb(255 255 255);
    border: 0;
}
body input[type='checkbox']{
    box-shadow:inherit !important;
}
input::-ms-input-placeholder{color:rgba(0,0,0,0.5);}
input:-ms-input-placeholder{color:rgba(0,0,0,0.5);}
input::placeholder{color:rgba(0,0,0,0.5);}
 
div.container select.validating,
div.container textarea.validating,
div.container input.validating {
    border-bottom-width: 2px;
    transition: border-color .5s ease-in, background .5s ease-in;
}
div.container select.wrong, div.container textarea.wrong, div.container input.wrong {
    border-bottom-color: rgb(167, 6, 6);
}
div.container select.validated, div.container textarea.validated, div.container input.validated {
    border-bottom-color: rgb(6, 167, 6);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: rgba(255, 255, 255, 0.42) !important;
    background-image: none !important;
    color: #fff !important;
}

body input::placeholder,
body textarea::placeholder,
body select::placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #434343;
  opacity: 1; /* Firefox */
}

/* -- custom checkbox -- */
input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #b1b1b1;
    background-color: #fff;
    border-radius: 0.1em;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    padding-left: 0.4em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 10px;
    line-height: 16px;
    transform: translateY(-2px);
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label{
    /* color: #fff !important; */
    /* -webkit-text-fill-color: #fff !important */
}
input[type=checkbox]:checked + label:before {
    background-color: #344551;
    border-color: #344551;
    color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/* -- workspace -- */
.jumbotron.pageContent{
	min-height:100vh;
}
div.contentBox {
}
div.contentBox ~ div.contentBox {
    margin-top:15px;
}
div.contentBox .row {
    /* margin-bottom: 4rem; */
}
div.contentBox.contentBox_light {
    background-color: transparent;
    border-bottom: 1px solid #ededed;
}
div.additionalInfo {
    margin-bottom: 20px;
}
div.workspace{
    position: relative;
    width: calc(100vw - 250px);
    margin: 0 0 0 250px;
    min-height: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
}
body div.maincontent{
    max-width: inherit !important;
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 100vh;
    background: #f2f4fa;
}

body div.maincontent_side {
    position: relative;
    width: 0px;
    height: 100vh;
    overflow: hidden;
    padding: 200px 0px 30px;
    float: left;
    box-shadow: inset -3px -6px 13px -5px rgba(0, 0, 0, 0.73);
    transition:all .3s ease-in-out;
}
body div.maincontent_side i.close{
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    top: 71px;
    right: 11px;
    text-align: center;
    font-size: 28px;
    color: white;
}
body div.maincontent_side:not(.shown) i.close{
    /* color:#223d72; */
}

body div.maincontent_side.shown {
    width:260px;
}
body div.maincontent_side .sideContent{
    position:relative;
    width: 260px;
    height:100%;
    overflow:auto;
    padding: 0 20px;
    float:left;
}
body div.maincontent_side ~ div.maincontent{
    float:left; 
    padding: 30px;
    transition:all .3s ease-in-out;
}
body div.maincontent_side.shown ~ div.maincontent{
    width: calc(100% - 260px);
}

.checkboxFilter .checkboxFilterItem{
    width: auto;
    float: right;
    margin-left: 10px;
    padding: 10px 0;
}
.checkboxFilter .checkboxFilterItem *{
    float:left;
}
.checkboxFilter .checkboxFilterItem label {
    margin: 1px;
    padding: 0 6px;
}

.colorPickSelector {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin:20px 0;
  border: 1px solid #464646;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

.colorPickSelector:hover { transform: scale(1.1); }


div.titleBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
div.titleBar h1 {
    font-weight:bold;
    margin: 0;
}
div.titleBar .infoBox {
    padding-bottom: 10px;
}
div.buttonBar{
    padding:20px 0;
}

h1 font,
h2 font,
h3 font,
h4 font{
    display: inline-block;
    font-weight: 100;
    font-size: 0.7em;
    line-height: 1.7em;
    display: inline-block;
    transform: translateY(-3px);
}

div.infoBoxHolder {
    margin: 15px 0;
}
div.infoBoxHolder:not(.titleBar) > div.infoBox{
    padding-top:0;
}

div.infoBox{
    width:100%;
    float: left;
    padding: 20px 0;
}
div.contentBox .infoBox-title{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    width: calc(100% + 30px);
    padding: 10px;
    background-color: #106eb1;
    color: white;
}

input ~ i.info,
select ~ i.info,
textarea ~ i.info{
    position: absolute;
    right: 6px;
    top: 10px;
    cursor: none;
    font-size: 13px;
}

.helpPopup{
    position: Absolute;
    width: auto;
    max-width:300px;
    height: auto;
    padding: 20px;
    border: 2px solid #870000;
    background-color: #fff9f9;
    z-index: 1100;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.helpPopup .helpPopupArrow{ 
    width:30px;
    height:17px;
    background-image:url('../images/helpTriangle.png');
    background-position:bottom center;
    background-repeat:no-repeat;
    position:absolute;
    top:-17px;
    left:0;
}

a.backBox{
    display:inline-block;
    width: 70px;
    height: 97px;
    float: left;
    font-size: 40px;
    text-align: center;
    padding-top: 28px;
    cursor:pointer;
}
a.backBox ~ .titleBar{
    width: calc(100% - 70px - 20px);
    margin-left:20px;
}

div.container h1{
    margin-top:0;
}

div.workspace.full{
    width:100%;
}
.editFieldHolder:not(.shown),
#editField:not(.shown){
    display:none;
}
div.editFieldHolder.shown{
    z-index: 5;
}
div.editField table.gegevensEdit{   
    font-size: 12px;
}
body div.editField table.gegevensEdit input, 
body div.editField table.gegevensEdit textarea, 
body div.editField table.gegevensEdit select {
    padding: 4px 12px;
    border: 1px solid #ddd;
}

div.editFieldHolder.shown .editField{
    right:0;
}

div.editField div.close{
    position:absolute;
    top:20px;
    right:20px;
    width:30px;
    font-size:30px;
    text-align:center;
    cursor:pointer;
    z-index: 4;
}
div.editField div#editFieldContent{
    position:relative;
    width:100%;
    z-index: 3;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}
div.editField div#editFieldContent h3{
    padding: 5px 0;
    margin-bottom: 6px;
}
div.editField textarea{
    resize:vertical;
}

div.editField div.bottom{
    margin-top:25px;
    height:50px;
}
div.editField table.gegevensEdit tr > td:last-of-type{
    padding-right:0;
}

table.gegevens a{
    text-decoration:none;
}

table.gegevens tr td.tdCheckbox{
    padding: 10px 5px;
    width:30px;
}
table.gegevensEdit{
    width:100%;
}
table.gegevensEdit tr:nth-of-type(even) {
    /* background-color: rgba(221, 221, 221, 0.05); */
}
table.gegevensEdit tr td{
    padding:5px;
    font-size: 14px;
    color: #000;
}
table.gegevensEdit tr td input,
table.gegevensEdit tr td select,
table.gegevensEdit tr td textarea{
    width:100%;
    border-color: #eee;
}
table.gegevensEdit tr td input:read-only,
/*table.gegevensEdit tr td select:read-only,*/
table.gegevensEdit tr td textarea:read-only{
    background-color:#f0f0f1;
}

select{
    background-repeat: no-repeat;
    background-image: url(../images/icons/select.svg);
    background-position: calc(100% - 10px) center;
    background-size: 12px;
}

table#product td:first-of-type{
    width:100px;
}
table#product td:last-of-type{
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead.tableHide{
    height: 0 !important;
}
.tableHide,
.tableHide *{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 solid transparent !important;
    margin: 0;
    max-height: 0px;
    min-height: 0;
    height: 0 !important;
    line-height: 0.001px !important;
    height: 0;
    overflow: hidden;
    opacity: 0.0;
}

.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}


table.gegevens{
    width:100%; 
}

table.gegevens thead tr{
    /* border-bottom: 1px solid #d0d6e1; */
}
table.gegevens thead tr{
}
table.gegevens thead tr td{
    color: var(--themeColor_dark);
}

table.gegevens tr{
    border-bottom:2px solid #f2efef;
}
table.gegevens tbody tr:nth-of-type(even){
}
table.gegevens tbody tr:nth-of-type(odd){
}

table.gegevens td{
    line-height:20px;   
    padding: 5px 10px;
}

div.workspace div.content{
    //padding: 30px 10px 30px 20px;
    padding: 20px 0px;
    float: left;
    min-width: 100%;    
    transition: margin-left .5s ease-in-out;
}

table.workspace{
    position: relative;
    width: 100%;
    margin: 0 0;
    padding:0;
    border-collapse: collapse;
    overflow: hidden;
}

table.workspace tr td,
table.workspace tr th{
    padding: 7px 5px;
    color: #4E4E4E;
    height:32px;
    font-size: 14px;
    font-weight: normal;
    text-align:left;
    cursor:pointer;
}

table.workspace tr td:first-child,
table.workspace tr td:first-child{
    border-left:7px solid transparent;
    padding: 0px 6px 0 10px;    
}

table.workspace tr{
    background-color:#FBFBFB;
}
table.workspace tr:nth-child(even){
    background-color:#F7F6FF;
}
table.workspace tr:nth-child(odd){
    background-color:#F0EEFF;
}
table.workspace tr.selected,
table.workspace tr:not(.tableTussenTitle):hover{
    background-color:#E0DCFB;
}
table.workspace tr.selected td:first-child,
table.workspace tr:hover td:first-child{
    border-left:7px solid #3F3C51;  
}

table .tableTussenTitle tr{

}
table .tableTussenTitle td{
    
}
table .tableTussenTitle .dateDropdown{
    
color: var(--themeColor);
    
opacity: 0.5;
    
display: inline-block;
    
cursor: pointer;
}
table .tableTussenTitle .dateDropdown:before{

}

th.blue,
td.blue{
    color:#1F89BE !important;
}
th.bold,
td.bold{
    font-weight:Bold !important;
}
th.centered,
td.centered{
    text-align:Center !important;
}
th.padding,
td.padding{
    padding-left:20px !important;
}

table.workspace td img.order{
    width:17px;
}
table.workspace td img.clientImage{
    height: 40px;
    width: 40px;
    border-radius:50%;
}

div.messagePopupBox{
    position:fixed;
    max-height:100vh;
    overflow-y:auto;
    overflow-x:hidden;  
    bottom:0;
    right:0;
    z-index: 1111111;
    padding: 27px;
}
div.messagePopupBox:empty{
    display:none;
}

div.messagePopupBox .popupMessage {
    width: 100%;
    background-color: #3ac73f;
    padding: 25px;
    margin-top: 10px;
    color: #000;
    opacity: 0.0;
    transition: opacity .6s ease-in-out;
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.09);
    cursor:pointer;
}
div.messagePopupBox .popupMessage.shown{
    opacity:1.0;
}
div.messagePopupBox .popupMessage.error{
    background-color: #ff2b2b;  
}
div.messagePopupBox .popupMessage.warning{
    background-color: orange;
}

div.messageBox {
    padding: 5px 0 5px;
}
div.messageBox::empty {
    display:none;
}
div.content div.message,
div.messageBox div.message{
    position: relative; 
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;    
    background-color: #fff;
    border-left: 5px solid #05ba3b; 
    padding: 9px 10px;
    margin: 0 0 5px 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity:0.0;
    transition: opacity .4s ease-in-out;
}

div.messageBox div.message .fa{
    width:30px;
    text-align:center;
}

div.message.shown{
    opacity:1.0 !important;
    transition: opacity .4s ease-out;
}
body div.message.warning{
    border-left-color: #ffe26c !important;
    background-color: #f9f3d9;
}
body div.message.wrong,
body div.message.error{
    border-left-color: #ff6060 !important;  
    background-color:#f79898;
}

div.content div.message{
    width: 100%;
    background-color: #FFF;
    margin: 0 0 10px;
    border-radius: 2px;
    min-height: 0;
    opacity: 1.0;
}
div.content div.message:not(.shown){
    padding:0;  
    margin:0;
    overflow:hidden;
    max-height:0;
}

div.loader{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9999;
    background-color: rgba(255,255,255,0.8);
    opacity: 0.0;
    transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 29px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);   
}
div.loader.show{
    opacity:1.0;
}

div.bottom{
    bottom:0;
    right:0;
    min-height:50px;
    width:100%;
    padding:20px 30px;  
}

ul.status {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-height: 200px;
}
ul.status li{
    line-height: 16px;
    font-size: 14px;
    padding-left: 9px;
    border-left: 2px solid #9c0511;
    margin-bottom: 9px;
}

table span.status {
    padding: 10px;
    display: inline-block;
    background-color: #dedddd;
    text-align: center;
    width: auto;
}

/* -- tables -- */
table.transparent thead tr td{
	padding: 9px 10px 8px;
	font-weight: 500;
}
table.transparent thead tr{
    /* height: 30px; */
}

table.transparent th,
table.transparent td{
	font-size: 14px;
	line-height: 14px;
	padding: 11px 10px;
	position: relative;
	color: #000000;
	font-weight: 300;
}
table td.lighter{
    color: #a7a7a7;
}
#editField table.transparent td{
    padding: 5px 10px;	
}
#editField table.transparent td a i{
	font-size:10px !important;
    line-height: 26px !important;
}
#editField table.transparent td a.button.mini.small{
	width:32px !important;
	height:32px !important;	
}

table.transparent tbody tr:not(.tableTussenTitle):hover {
	background-color:#fbfbfb;
	cursor:pointer;
}
table.transparent tr {
	border: 0;
}

/* -- overall css, gegevens aanpas popup -- */
table.gegevensView.files tr > td:last-of-type{
    min-width: 110px;
}
table.gegevensView:not(.files) tr > td:first-of-type{
    width:45%;
}
 
table.gegevens thead th,
table.gegevens thead td{
    cursor:pointer;
}
table.gegevens thead th.highLow strong,
table.gegevens thead td.highLow strong,
table.gegevens thead th.lowHigh strong,
table.gegevens thead td.lowHigh strong{ 
    border-bottom: 1px solid #234380;
}

table.gegevens thead th.highLow::after,
table.gegevens thead td.highLow::after,
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
    position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/icons/sort_up.png);
    background-size: 100%;
	filter: invert(1.0);
    margin-left: 4px;
    margin-right: -11px;
    text-align: center;
    transition: transform .2s ease-in-out;
}
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
    transform:rotateZ(180deg);  
}

table.gegevens th.sorting::after,
table.gegevens td.sorting::after{
    position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 4px;
}

table.gegevensEdit label.note{
    color: #9d0512;
    font-size: 13px;
    line-height: 16px;
}
table.gegevensEdit label.note input{
    margin-top:4px;
}


div.tableHolder {
    width: 100%;
    height: auto;
    /* overflow: auto; */
}

div.pagination { padding: 10px 0; }
div.pagination div.links b,
div.pagination div.links a{
    display: inline-block;
    margin: 2px;
    padding: 6px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background-color: #ffffff;
    font-weight: normal;
    color: #555555;
}

div.pagination div.links b{
    background-color: #344551;
    color: #fff;
}
div.pagination div.results{
    padding:7px 0;
}


/* -- switch -- */
.switchHolder{
    /* text-align:center; */
}
.switch{
    display: inline-block;
    position: relative;
    width: 74px;
    height: 36px;
    border-radius: 18px;
    background-color: #37ab3b;
    border: 1px solid rgba(232, 232, 232, 0.52);
    box-shadow: inset 0px 0px 2px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    cursor:pointer;
    z-index:1;
}
.switch font{
    display:inline-block;
    position:Absolute;
    width:50%;
    color:white;
    text-align:Center;
    line-height:36px;
    left:0;
}
.switch:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left:50%;
    transform: translateY(-3px) translateX(-2px);
    background-color: white;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
    transition:all .2s ease-in-out;
    z-index:2;
}

.switch.off{
    background-color:#ff9a9a;
}
.switch.off:after{
    left:0%;
}
.switch.off font{
    left:50%;
}

/* -- window -- */

body .windowHolder{
    position: fixed;
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height: 100vh;
    top:0;
    left:0;
    z-index:98;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .windowHolder:not(.shown){
    display:none;
}

body .maincontent .window,
body .jumbotron .window:not(.login){
    position: relative;
    max-width: 770px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 3px 3px 0 0 rgba(62, 62, 62, 0.18);
    padding: 0;
    z-index: 99;
}

body .window.medium{
    max-width: 700px;
    left: calc(50% - (700px/2));
    margin-bottom:20px;
}
body .window.big{
    max-width: 800px;
    left: calc(50% - (800px/2));
    margin-bottom:20px;
}

body .window .window_content{
    padding:30px;
    width:100%;
    height:auto;
    float: left;
}
body .window .window_title{
    padding: 10px 30px;
    height: auto;
    background-color: #344551;
}
body .window.edit .window_title{
    padding-right:30px;
}

body .window .window_title .close{
    position: Absolute;
    width: 20px;
    top: 1.4em;
    right: 21px;
    font-size: 20px;
    cursor: pointer;
    color:white;
}

body .window .window_title h1{
    text-align:center;
    margin: 20px 0 !important;
    font-weight: 600;
    line-height: 0.95em;
    color:white;
}
body .window.edit .window_title h1{
    text-align:left;
    font-weight: 600;
}

table span.minimizer,
table span.minimizer{
    display:inline-block;
    float:right;
    transition: all .2s ease-in-out;
    margin-right: 5px;
    transform: rotateZ(-90deg);
}
table span.minimizer i{
    font-size:14px;
    color:white;
}
table.minimized tr.jaarTr span.minimizer{
    transform: rotateZ(0);
}
table.minimized tr.periodeTr span.minimizer{
    transform: rotateZ(0);
}

.fancyScroll::-webkit-scrollbar {
    width: 6px;
    height:6px;
    background-color: rgb(242, 239, 239);
}
.fancyScroll::-webkit-scrollbar-thumb{
    width: 6px;
    height:6px;
    background-color: #234380;
}

#modal_dialog {
    display: none;
    position: fixed;
    top: 10vh;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    height: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #616161;
    box-shadow: 0 0 0 200vw rgba(0, 0, 0, 0.45098039215686275);
    z-index: 100;
    text-align: center;
}
#modal_dialog .button{
    float:initial !important;
    margin:5px;
    padding: 5px 10px !important;
    min-height: auto;
    min-width: 70px;
}
#modal_dialog .text{
    padding: 0;
    margin: 10px 0;
    float: left;
    max-height: calc(80vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
}
#modal_dialog .title:empty{ display:none; }

font.found{
	font-weight: bold;
    background-color: #ddd;
    padding: 0 4px;
}

.editBox label{
    display:block;
    margin-bottom:10px;
}

.editBox label input,
.editBox label textarea,
.editBox label select{
    width:100%;
}
.editBox label span.unit {
    width: 25px;
    display: inline-block;
    text-align: right;
    padding: 0 5px;
}
.editBox label span.unit ~ input,
.editBox label span.unit ~ textarea,
.editBox label span.unit ~ select{
    width: calc(100% - 25px);
}

@media (min-width: 1024px){ 
    td.actie_wide{
        width:360px;
    }
    
    /* .fancyScroll::-webkit-scrollbar { */
    *::-webkit-scrollbar {
        width: 4px;
        height:4px;
        background-color: rgb(242 239 239 / 15%);
        border-radius: 2px;
    }
    /* .fancyScroll::-webkit-scrollbar-thumb{ */
    *::-webkit-scrollbar-thumb{
        width: 4px;
        height:4px;
        background-color: rgb(0 0 0 / 52%);
        border-radius: 2px;
    }
    .fc-scroller::-webkit-scrollbar-thumb,
    .fc-scroller::-webkit-scrollbar {
        width:3px;
    }
    .not_mobile_nopadding_l{
        padding-left: 0 !important;
    }
    .not_mobile_nopadding_r{
        padding-right: 0 !important;
    }
}

@media (max-width: 1700px){
    div.left_menu div.bottom .button.dark_grey{
        margin-right: 0px;
        padding: 4px 20px 1px;
    }
}

@media (max-width: 1024px){ 
    body div.maincontent{
        background-image: none !important;
    }
    body div.top input,
    body div.top select{
        width:100%;
        max-width:100%;
    }
    body div.top .button{       
        margin-bottom: 10px;
    }
    body .not_mobile{
        display:none;
    }
    body .not_mobile_i{
        display:none !important;
    }
	div.titleBar {
		margin-bottom: -5px;
		margin-top: 3px;
		padding: 5px 10px;
	}
    div.titleBar + .messageBox + div.infoBoxHolder > .infoBox{
        padding-top:0;
    }
    
    body .mobileListItem{
        background-color:#fff;
        box-shadow: 2px 3px 1px 0 rgba(0, 0, 0, 0.15);
        padding:10px;
    }
    body .mobileListItem table{
        width:100%;
    }
    body .mobileListItem table td{
        font-size: 12px;
        padding: 6px 0;
    }
    body .mobileListItem p.title{
        font-weight:bold;
        width:100%;
        margin:0;
    }
    table.gegevens.transparent tbody > tr {     
        border-bottom: 0;
    }
	
    div.topBar h1,
    div.titleBar h1 {
        position: fixed;
        top: 20px;
        left: 71px;
        width: calc(100vw - 147px);
        z-index: 101;
        color: white;
        font-size: 21px !important;
        line-height: 22px;
        margin: 0 !important;
    }
	.topBar.mobileTop .titleBar h1,
	.topBar.mobileTop .titleBar h2,
    .topBar.mobileTop .pageTitle {
		top: 5px;
		left: 62px;
		height: 32px;
		font-size: 21px !important;
		width: calc(100vw - 96px);
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		word-break: break-all;
		margin: 0;
		line-height: 1.5em;
		color: white;
	}
    
    body .maincontent .window, body .jumbotron .window:not(.login) {
        top: calc(30% - (250px/2));
        left: 10px;
        max-width: calc(100vw - 20px);
		width: calc(100% - 20px);
    }
    body .window .window_content {
        padding: 20px;
    }
    body .window .window_title {
        padding: 10px 20px;
    }
    body .window .window_title h1{      
        font-size: 21px !important;
    }
}
@media (max-width: 991px){
    body .mobile_nopadding{
        padding: 0;
    }
    body .mobile_nopadding_l{
        padding-left: 0;
    }
    body .mobile_nopadding_r{
        padding-right: 0;
    }
    body .mobile_nopadding_b{
        padding-bottom: 0;
    }

    body .mobile_only{
        display: initial;
    }
    body span.status {
        min-width: 10px;
    }
}
@media (max-width: 960px){
    .pagination .links,
    .pagination .results{
        text-align:center !important;
    }
}
@media (min-width: 768px){
	body .phone_only{
		display:none;
	}
}
@media (max-width: 767px){
	
    body .not_phone{
        display:none;
    }
	.leftColorBox{
		position:absolute;
		float:left;
		height:100%;
		width:4px;
		top: 0;
		left: 0;
		background-color:transparent;
	}
	.buttonBox {
		margin: 5px 0 0 !important;
	}
	.buttonBox ~ .buttonBox{
		margin: 0 !important;
	}
	.buttonBox .button{
		width:100%;
	}
    body .buttonBox .button{
        width:100%;
        margin: 5px 0 !important;   
    }
}

@media (max-width: 1024px){ 
	h1 font, h2 font, h3 font, h4 font {
		font-size: 0.9em;
	}
	body h2 {
		font-size: 17px;
		line-height: 1.1em;
	}

    .topBar{
        position: fixed;
        height: 60px;
        width: 100vw;
        left: 0;
        float: left;
        display: block !important;
        z-index: 101;   
        background-color: #234380;
        padding:9px;
    }
    .topBar .mobileLogo{
        height:100%;
        float:right;
    }
    div.topBar h1{		
		line-height: 1.5em;
	}
    div.titleBar .infoBox {
        padding-top: 0;
    }
    body table.gegevensView tr:not(.head) td,
    body table.gegevensView tr td {
        padding: 16px 5px;
        border-bottom: 1px solid #ddd;
    }
    body table.gegevensView tr.head td {
        padding: 10px 5px;      
    }
    body .aantal {      
        margin: -6px 7px 4px;
    }
    body div.maincontent_side ~ div.maincontent{
        position: absolute;
        width: 100vw !important;
        transition: all .3s ease-in-out;        
    }
    body div.maincontent_side:not(.shown) ~ div.maincontent{
        left:0;
    }
    body div.maincontent_side.shown ~ div.maincontent {
        left: 260px;
    }
    
    body div.workspace{
        margin-left: 0px;
        width: 100%;
        overflow: hidden;
    }
    body div.maincontent {
        margin-top: 60px !important;
        padding: 20px 10px;
        overflow: auto;
        min-height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
    }
    .checkboxFilter .checkboxFilterItem {
        font-size: 11px;
        line-height: 19px;
    }
    body table.transparent thead tr td {
        padding: 13px 8px;
        font-size: 12px;
    }
    input[type=checkbox]:checked + label:before {
        background-color: #fff !important;
		color: #234380;
    }
	div.infoBoxHolder {
		margin: 0;
		padding: 0 4px;
	}
	
	input[type='date'],
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

@media (max-width: 528px){

}
@media (max-width: 400px){
    body div.maincontent {
        padding: 10px 3vw;
    }
}