
body
{
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

:root {
    --king_back_d: #252830;
    --king_color_d: #f5f5f5;
    --king_head_back_d: #525256;
    --king_head_color_d: #fff;
    --king_textfield_back_d: #525256;
    --king_textfield_color_d: #fff;
}

input[type="button"]:focus,
button:focus:not(.swal2-cancel),
table:focus {
    outline: none !important;
}

/* KCO, 10-08-2018 Jira: ALG-407, verwijderd, gaat fout met hoogte opmerkingen in safari op de mac! IE/FF/Safari-server werkt wel*/
/*#table_orderkop .inputborder:not(#tbl_form_editregel_DEBOPM#table_orderkop.inputborder) {
    height: 17px !important; 
}*/

/* https://daneden.github.io/animate.css/ */

p,
div,
span,
a,
form,
img,
h1 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

p { 
    overflow-wrap: break-word;
    white-space: normal; 
}

.pl-5 {
    padding-left:5px;
}

.pl-10 {
    padding-left: 10px;
}

select {
    /*webkit browsers */
    -moz-appearance: menulist;
    /*Firefox */
    appearance: menulist;
    border-radius: var(--borderradius_compact); /* MW 13-02-2021, ALG-1117 */
    border: 1px solid var(--king_border); /* HBO 17-2-2021 UX-13 */
}

.material-icons {
    vertical-align: sub !important;
}

/* JIRA:AC-41  */
 .jqx-fill-state-normal
 {
     font-family: inherit !important;
 }

/* hover style just for information */
/* HBO UX-16 10-2-2021 nieuwe login onderstaande regels geven ongewenst bijeffect bij floating labels */
/*label:hover:before {
  border: 1px solid #4778d9!important;
}
*/
.table_hoofdscherm { width: 100vw; padding: 0px; height: 100vh; display:flex; }
.loginwrapper { width: 100%; height:100%; display:inline-block; position:absolute; }
/*.loginwrapper p { margin: 20px 0; }
.loginwrapper p:first-child { margin-top: 0; }
.loginwrapper p:last-child { margin-bottom: 0; }
*/
/* ALG-648 DD: 28-03-19: border-radius meegeven van 6px */
/* HBO: UX-12 22-12-2020 nieuw login-scherm */
.logintitle {
    border: 0px;
    width: 50%;
    height: 100%;
    float: left;
    background-color: #EDF2FA;
    display: inline-block;
    overflow:hidden;
}

.login_titleback {
    background-image: url(images/Illustratie_login.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80vh;
    height: 74vh;
    position: relative;
    top: calc(10vh);
}

.login_logo {
    position: fixed;
    left: 10px;
    top: 0px;
    padding: 40px;
    background-image: url(images/logo_king_software.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 100px;
}

/*DD: 25-02-21: ALG-1128*/
.login_logo_form {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.login_logo_dark {
    background-image: url(images/logo_king_software_dark.svg);
    background-repeat: no-repeat;
}

.menuknopking_darkblue {
    font-family: Roboto;
    font-size: 16px !important;
    background-color: var(--kingblauw) !important;
    color: #fff !important;
    height: 33px !important;
}

/*.menuknopking_grey {
    font-family: Roboto; 
    background-color: #999 !important;
    color: #fff !important;
    height: 33px !important;
}*/

.menuknopking_darkblueout {
    font-family: Roboto;
    font-size: 16px !important;
    background-color: var(--kingblauw) !important;
    color: #fff !important;
    height: 33px !important;
}

.menuknopking_greyout {
    font-family: Roboto;
    font-size: 16px !important;
    background-color: #999 !important;
    color: #fff !important;
    height: 33px !important;
}

/*DD: 19-3-21: ALG-1142: button revamp;*/
.login_button {
    font-family: Roboto;
    width: 400px;
    font-size: 16px;
    height: 33px;
    background-color: var(--kingblauw);
    color: #fff;
    border: 0px;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.login_button:hover {
    border: 1px solid #EDF2FA;
}

.logout_button {
    width: 400px;
    font-size: 16px;
    height: 33px;
    background-color: #999;
    color: #fff;
    border: 0px;
}

.logout_button:hover {
    border: 1px solid #EDF2FA;
}

.loginwrap {
    width: 100%;
    height: 100%;
    display: flex;
}

/* ALG-1121 DD: 26-03-21: 100vw ging niet goed in sommige schermen */
.loginbody {
    width: auto;
    height: 100vh;
}

/* ALG-648 DD: 28-03-19: border-radius meegeven van 6px */
/* HBO: UX-12 22-12-2020 nieuw login-scherm */
.loginwrapperinner {
    width: 50%;
    height: 100%;
    float: right;
    margin: 0 auto;
    text-align: center;
    min-width: 600px;
    padding: 10px;
}

.loginwrapper_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate3d(-50%, -50%, 0);
}

/*.loginwrapper input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 3px;
    padding-left: 30px;
    min-height: 30px;
    font-size: 14px !important;
    border: 0;
    background: #eee;*/
    /* ALG-648 DD: 28-03-19: border-radius meegeven van 6px */
    /*border-radius: 6px;
}

.loginwrapper input[type="checkbox"] { width: 15px!important; }
input[type="radio"] { font-size: 9px !important; min-height: 10px !important; width: 20px !important; }
.loginwrapper input#username { background: #eee url(../images/uname.png) no-repeat 8px 8px; padding-left: 30px; }
.loginwrapper input#password{ background: #eee url(../images/pwd.png) no-repeat 8px 8px; }
.password {*/ /* AVD 09-10-2020 JIRA:ALG-597 */
    /*background: #eee url(../images/pwd.png) no-repeat 8px 8px !important;
    padding: 1px 2px 0px 30px !important;
}*/

/* ALG-648 DD: 28-03-19: border-radius meegeven van 6px */
/*.loginwrapper select#domein{ border-radius: 6px; }
input#cijfercode { background: #eee url(../images/pwd.png) no-repeat 8px 6px; padding: 1px 0px 0px 30px;}
.loginwrapper a { color: #999; }

.loginwrapper input, .loginwrapper a { 
	-moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; 
}*/

.btn-default {
	background: #3b6998; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #3b6998 0%, #0b4073 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6998), color-stop(100%,#0b4073));
	background: -webkit-linear-gradient(top,  #3b6998 0%,#0b4073 100%);
	background: -o-linear-gradient(top,  #3b6998 0%,#0b4073 100%);
	background: -ms-linear-gradient(top,  #3b6998 0%,#0b4073 100%);
	background: linear-gradient(to bottom,  #3b6998 0%,#0b4073 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6998', endColorstr='#0b4073',GradientType=0 );
}

/*.logintitle {
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(222,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
}
*/
.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*DD: 23-03-21: ALG-1128*/
/*.btn-success
{
    color: #fff;
    background-color: #488BC5;
    border-color: #488BC5;
}*/

.text-left
{
    text-align: left !important;
}

.waves-effect
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.loginwrapper button.btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}

/* KCO, 24-10-2018, Jira: ALG-461, Ondertekstjes oa gebruikersbeheer.*/
.small {
    font-size: 80%;
    color: var(--king_small_text);
}

.smallblack {
    font-size: 80%;
    color: black;
}

.fontsize06 {
    font-size: 0.5rem !important;
}

.fontsize06 {
    font-size : 0.6rem!important;
}

#s_sessiecodescherm, 
#s_licentiescherm { 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    margin: 2px; 
    padding: 5px; 
}

#div_adm_pagina { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 2px; padding: 5px; }

.btn {letter-spacing: normal; text-transform: none; cursor: pointer;height: auto;}
.btn:first-child {margin-left:0;}
.btn:focus {outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}

.btn.active,
.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.btn.disabled,
.btn[disabled],
.menuknop[disabled] {
    cursor:default;
    background-image:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.btn-large{padding:10px;font-size:14px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}

.btn-large[class^="icon-"],
.btn-large[class*=" icon-"] {
    margin-top:4px;
}

.btn-medium {
    padding:2px 17px;
    font-size:12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-weight: normal;
}

.primary.btn:active {
  background-image: none;
  background-color: #3072b3; /* Old browsers */
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

::-webkit-input-placeholder {
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Arial,Microsoft Sans Serif,Helvetica,Tahoma,Trebuchet MS;
    color: var(--gen_placeholder_text) !important;
}

::-moz-placeholder {
    color: var(--gen_placeholder_text) !important;
    opacity: 1;
}

:-moz-placeholder {
    color: var(--gen_placeholder_text) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--gen_placeholder_text) !important;
}

.primary_blue.btn {
  color: #FFFFFF;
  padding-top: 5px;
  background-image: none;
  background-color: #428bca; /* Old browsers */
  border: 1px solid #428bca;
}

.primary_blue.btn:active {
  background-image: none;
  background-color: #428bca; /* Old browsers */
  border: 1px solid #428bca;
}

.primary_blue.btn:hover {
    border:none;
}

.primary_red.btn {
  color: #FFFFFF;
  padding-top: 3px;
  background-image: none;
  background-color: #FF0000; /* Old browsers */
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

.primary_red.btn:active {
  background-image: none;
  background-color: #FF0000; /* Old browsers */
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

.primary_yellow.btn {
  color: #000000;
  padding-top: 3px;
  background-image: none;
  background-color: #f4f77c; /* Old browsers */
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

.primary_yellow.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

.primary_yellow_small.btn {
  color: #000000;
  text-decoration: none;
  text-shadow: 0px;
  background-image: none;
  background-color: #f4f77c; /* Old browsers */
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
          box-shadow: inset 0 5px 10px rgba(0,0,0,.125), 0 1px 2px rgba(0,0,0,.2);
}

.primary_green.btn {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px;
  background-repeat: repeat-x; /* Repeat the gradient */
  background-color: #4ba614;
  border: 1px solid #4ba614;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	background-image: linear-gradient(to bottom, #4ba614, #008c00);
}

.primary_green.btn:active {
  background-image: none;
  background-color: #4ba614; /* Old browsers */
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
}
/* Jira: INCURA-66  */
.primary_orange.btn {
    /*padding-top: 7px;*/
    color: #000000;
    text-decoration: none;
    text-shadow: 0px;
    background-color: #FFCC33;
    border: 1px solid #c0c0c0;

    /*color: #000000;
  text-decoration: none;
  text-shadow: 0px;
  background-repeat: repeat-x; /* Repeat the gradient */
    /*background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	background-image: linear-gradient(to bottom, #FFCC33, #FFCC33);*/
}

.primary_orange.btn:active {
  background-image: none;
  background-color: #FFCC33; /* Old browsers */
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

.primary_outline.btn {
  padding: 5px;
  text-decoration: none;
  text-shadow: 0px;
  border: 1px solid #c0c0c0;
}

/*DD: 23-03-21: ALG-1128*/
/*.primary_grey.btn {
    padding-top: 7px;
    color: #000000;
    text-decoration: none;
    text-shadow: 0px;
    background-color: ebebeb;
    border: 1px solid #c0c0c0;
}

    .primary_grey.btn:active {
        background-image: none;
        background-color: #d8d8d8; /* Old browsers */
    }*/
select{
    background: var(--king_background);
    color: var(--king_text_color);
}

/* http://codepen.io/BandarRaffah/pen/ibwje */
input[type="checkbox"].ios {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

input[type="checkbox"].ios + div {/*vierkant om de cirkel*/
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -ms-transition-duration: 0.4s;
  -ms-transition-property:background-color, box-shadow;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  width: 34px;
  height: 18px;
  cursor: pointer;
}

input[type="checkbox"].ios:checked + div {
  background-position: 0 0;
  background-color: #01a9da;
  border: 1px solid #01a9da;
  box-shadow: inset 0 0 0 10px rgba(66, 139, 202, 1);   /*rgba(1, 169, 218, 1)*/
  cursor: pointer;
}

/* AVD JIA:AI-89 21-11-16  Wel circel tonen + verplaats naar benenden
input[type="checkbox"].ios:disabled + div > div {
    display:none;
}
*/

input[type="checkbox"].ios + div > div {/*cirkel links (niet aangevinkt)*/
  float: left;
  width: 16px;
  height: 16px;
  border-radius: inherit;
  background: #ffffff;
  cursor: pointer;
  -ms-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
  -ms-transition-duration: 0.4s;
  -ms-transition-property: transform, background-color, box-shadow;
  -webkit-transition-timing-function:  cubic-bezier(.54, 1.85, .5, 1);/*kan ook: ease-in-out; */
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function:  cubic-bezier(.54, 1.85, .5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

input[type="checkbox"].ios:checked + div > div { /* cirkel rechts (aangevinkt) */
  cursor: pointer;
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(66, 139, 202, 1);   /*rgba(8, 80, 172, 1);*/ 
}

input[type="checkbox"].ios:disabled + div {  /* AVD JIA:AI-89 21-11-16  licht grijs ook als is het checked*/
  cursor: pointer;
  background-position: 0 0;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, .4);
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
}

input[type="checkbox"].ios:disabled + div > div { /* AVD JIA:AI-89 21-11-16  cirkel licht grijs */
  cursor: pointer;
  background-color:  rgb(224, 224, 224);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
}

.ui-jqlineargauge { position: relative; }

.ui-jqlineargauge .ui-jqlineargauge-tooltip { 
    position: absolute; 
    white-space: nowrap; 
    padding: .2em .4em; 
    z-index: 9999; 
    border: 1px solid #dddddd; 
    color: #333333; 
    background: white; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    -o-box-shadow: 0 0 5px #aaa; 
    -moz-box-shadow: 0 0 5px #aaa; 
    -webkit-box-shadow: 0 0 5px #aaa; 
    box-shadow: 0 0 5px #aaa; 
}

* html .ui-jqlineargauge .ui-jqlineargauge-tooltip { background-image: none; }
body .ui-jqlineargauge .ui-jqlineargauge-tooltip { border-width: 2px; }


.ui-jqradialgauge { position: relative; }

.ui-jqradialgauge .ui-jqradialgauge-tooltip { 
    position: absolute; 
    white-space: nowrap; 
    padding: .2em .4em; 
    z-index: 9999; 
    border: 1px solid #dddddd; 
    color: #333333; 
    background: white; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    -o-box-shadow: 0 0 5px #aaa; 
    -moz-box-shadow: 0 0 5px #aaa; 
    -webkit-box-shadow: 0 0 5px #aaa; 
    box-shadow: 0 0 5px #aaa; 
}

* html .ui-jqradialgauge .ui-jqradialgauge-tooltip { background-image: none; }
body .ui-jqradialgauge .ui-jqradialgauge-tooltip { border-width: 2px; }

.ui-jqbulletgraph { position: relative; }

.ui-jqbulletgraph .ui-jqbulletgraph-tooltip { 
    position: absolute; 
    white-space: nowrap; 
    padding: .2em .4em; 
    z-index: 9999; 
    border: 1px solid #dddddd; 
    color: #333333; 
    background: white; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    -o-box-shadow: 0 0 5px #aaa; 
    -moz-box-shadow: 0 0 5px #aaa; 
    -webkit-box-shadow: 0 0 5px #aaa; 
    box-shadow: 0 0 5px #aaa; 
}

* html .ui-jqbulletgraph .ui-jqbulletgraph-tooltip { background-image: none; }
body .ui-jqbulletgraph .ui-jqbulletgraph-tooltip { border-width: 2px; }

.box {
	padding: 5px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, 
.box:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.onoffswitch {
    position: relative;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    background:inherit;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #adaaad; border-radius: 3px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, 
.onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 24px; 
    padding: 0; 
    line-height: 23px;
    font-size: 12px; 
    color: white; 
    font-family: Inherit; 
    font-weight: normal;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.onoffswitch-inner:before {
    content: "In periode";
    padding-left: 15px;
    background-color: #FFFFFF; 
    color: #000000;
    border-radius: 3px 0 0 3px;
    /*background:#00adef;*/
    color:black;
}

.onoffswitch-inner:after {
    content: "T/m periode";
    padding-right: 15px;
    background-color: #FFFFFF; 
    color: #000000;
    text-align: right;
    border-radius: 3px 0 0 3px;
    color:black;
}

.onoffswitch-nl:before {   
    content: "In periode";
    background:inherit;/*#00adef;*/
    color:inherit; /* KCO, 21-07-17 17:02: Jira: STYL-52,  Niet white maar inherit*/
}

.onoffswitch-en:before {   
    content: "In period";
    background:inherit;/*#00adef;*/
    color:inherit;  /* KCO, 21-07-17 17:02: Jira: STYL-52,  Niet white maar inherit*/
}

.onoffswitchWeek-nl:before {
    content: "In Week";
    background: inherit; /*#00adef;*/
    color: inherit; /* KCO, 02-04-2019, Jira: FD-43, Salesdashboard */
}

.onoffswitchWeek-en:before {
    content: "In Week";
    background: inherit; /*#00adef;*/
    color: inherit; /* KCO, 02-04-2019, Jira: FD-43, Salesdashboard.*/
}

.onoffswitch-nl:after {   
    content: "T/m periode";
    background:inherit;/*#00adef;*/
    color:inherit;  /* KCO, 21-07-17 17:02: Jira: STYL-52,  Niet white maar inherit*/
}

.onoffswitch-en:after {   
    content: " Through period";/*cumulative*/
    background:inherit;
    color:inherit;  /* KCO, 21-07-17 17:02: Jira: STYL-52,  Niet white maar inherit*/
    padding-right: 10px;
}

.onoffswitch-switch {
    display: block; width: 20px; margin: 0px;
    background-color: #d6d3d6 /* #d6d3d6; */ /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-color: #d6d3d6; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #d6d3d6 0%, #d6d3d6 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d3d6), color-stop(100%,#d6d3d6)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #d6d3d6 0%,#d6d3d6 100%);
    background-image: -ms-linear-gradient(top, #d6d3d6 0%,#d6d3d6 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #d6d3d6 0%, #d6d3d6 100%); /* Opera 11.10+ */
    border: 1px solid #adaaad;
    border-radius: 2px;
    position: absolute; top: 0; bottom: 0; right: 100px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0px;
    /*background: #1292C5;*/
}

.linkStyle {
    cursor:pointer;  
    text-decoration: underline; 
}

.linkStyle:hover {
    color:blue;   
}

.trOff {
    color:rgb(204, 204, 204);
}

.trOff td div, 
.trOff td:nth-child(2) div, 
.trOff td:nth-child(3) div {
    background-color:rgb(204, 204, 204) !important; 
}

.trOff td:last-child {
    cursor:default !important;
}

#d_jrselect,
#d_jrselectsales,
#d_pnselect {
    cursor: pointer !important;
}

.highlightableRow {
    background-color: transparent !important;
}

.highlightableRow:hover {
    background-color: rgba(210, 210, 210, 0.9) !important;
}

.legendaSymbol {
    opacity:0.8;   
}

.legendaSymbol:hover {
    opacity:1;   
}

/*DBI 07-11-2016*/
#bankkaslegend .linkStyle {
    margin-left:10px;
    font-size:11px;
    padding-right:20px;
    height:25px;
}

#bankkaslegend .squareStyle {
    min-width:25px;
    max-width:25px;
    height:25px;
}

.jqx-group-button-normal {
    background-color: #f7f7f7; /*#FFFFFF;*/
    color:black;
}

/*De default legenda symbolen moeten ook cursor als pointer hebben */
.highcharts-legend-item {
    cursor:pointer;
} 

.label, 
.highcharts-axis-labels, 
.highcharts-xaxis-labels, 
.highcharts-axis-labels span, 
.highcharts-xaxis-labels span {
    z-index: 1 !important;
}

.highcharts-tooltip {
    opacity: 1;
    z-index: 9999 !important;
    
}
.highcharts-tooltip > span {
    background-color: white;
    opacity: 1;
}
.highcharts-tooltip {
    z-index: 9999 !important;
}

.fintab td:nth-child(2) {
    font-weight:bold;
    float:right; 
    text-align:right;
}

#tabbankkas,
#tabomzet,
#tabkosten,
#tabsalesdash,
#tabresultaat {
    padding: 10px 18px;
    /*border-bottom: solid 2px #aaa;*/
    border: solid 1px #dadada;
    border-radius: 5px;
}

.hideTabsLabelBtns > div:first-child {
    display:none;
}

.fullScreenBorder {
    border: 1px solid rgba(210, 210, 210, 0.7);   
}

/* DBI standaard pijl (arrow, line, point) */
.arrow {
    margin: 6px 5px;
    float: right;
    transform-origin: 50%;
}

.line {
    margin-top: 0.2em;
    width: 0.5em;
    height: 0.1em;
    float: left;
}

.point {	
    width: 0;
    height: 0;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    float: right;
    border-left-width: 0.4em;
    border-left-style: solid;
}

.arrowup {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    
}

.arrowdown {
    padding-top: 1px;
    margin-right: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrowred .line {
    background:Red;
}

.arrowred .point {
    border-left-color:Red;
}

.arrowgreen .line {
    background:green;
}

.arrowgreen .point {
    border-left-color:green;
}


/* DASHBOARD SNELMENU*/
#tableDiv {
	border-radius:10px;
	font-size:12px;
	border-spacing:4px;
	border-collapse:separate;
	height:inherit;
	width:inherit;
}

#tableDiv i:first-child {
    font-size:30px;
    margin:5px;
}

#meldingen {
    text-align:right;
}

#meldingen > i {
    color:Red;
    float:right;
    font-size: 25px;
}
#meldingen > i > span {
    color:White;
    font-size:17px;
}

#tableDiv tr td {
	color:white;
	text-align:center;
	position:relative;
}

#tableDiv tr:after {
	background-color:white;
}

#tableDiv tr:first-child td {
    border-top-right-radius:3px;
    border-top-left-radius:3px;
}

#tableDiv tr:last-child td {
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}

#tableDiv tr:first-child {
	background-color:#00adef;
	opacity:1;
}

#tableDiv tr:first-child td i {
    color: yellow;
}

#tableDiv tr:nth-child(2), #tableDiv tr:nth-child(3), #tableDiv tr:nth-child(4) {
	background-color:#00adef;
}
	
.selectedRow td {
	font-weight:bold;
}

.pinMenu {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.pinned {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.pinMenu i {
    font-size:15px !important;
    color:white !important;
}

.deleteBtnDiv, 
.pinMenu {
    width:auto;
    height:auto;
    position:absolute;
    bottom:0;
    right:0;   
}

.deleteBtnDiv {
    display:none;
}
	
#item a:hover {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.fa-arrow-circle-right {
	color: #00adef;
}

.fa-arrow-circle-right-white {
	color: white;
}

/* DD: 07-06-19: ALG-712: verkord en inkord intro dialoog te groot  */
#div_verkord_intro {
    height: auto !important;
}

#d_div_verkord_intro_content {
    height: auto !important;
}

.fa-list-alt {
    margin-left: 3px;
    /* BRO, 23-07-2018, marge top gegeven ivm uitlijning aan de bovenkant. */
    /* KCO, 27-10-2018, Jira: ALG-388, marge-top weer verwijderd ivm uitlijnen andere aplicaties */
    /* margin-top: 2px; */
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    border-radius: 3px;
    font-family: Font Awesome\ 5 Free !important;
    font-weight: normal !important;
    margin-top: -3px !important;
}

/* KCO, 27-07-2018, Jira: ALG-388 fa-list-alt-0-right/left verwijderd. */

i , 
#badge {
	margin-right:15px;
}

#badge {
    display: inline-block;
	border-radius:25px;
	background-color:red;
	/*display:block;
    float:left;*/
	margin:10px auto;
	width:25px;
	height:25px;
	color:black;
	font-size:12;
	font-weight:bold;
	padding:0 !important;
	text-align:center;
}

#badge span {
    margin-top: 3px;
    display: block;    
}

.tr_grid_0 {
    background-color: #FFFFFF;
    color: #000000;
}

.tr_grid_1 {
    background-color: #F4F4F4;
    color: #000000;
}

.nws_link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

/* AVD JIRA:UC-41 21-02-2017 Geeft ongewenst effect in UBL, standaard wordt de hoogte gezet en komen er scrolbalken als dat nodig is.  
 .jqx-tabs-content
 {
    height: 100% !important;   
 }
 */

.highcharts-container {
    height: auto;   
}

#ajaxloaderimg {
    width: 80px;
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#findashtable, 
#topDiv, #topDivsalesdash {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#fintab tr:nth-child(2), 
#fintab tr:nth-child(6) {
    height:23px;
}

#fintab tr:nth-child(3), 
#fintab tr:nth-child(7) {
    height:20px;
}

#fintab tr:nth-child(4), 
#fintab tr:nth-child(8) {
    height:28px;
}

#fintab tr:nth-child(9) {
    height:27px;
}

.tileClass {
    vertical-align: middle !important;
    position:relative;
}

#topDiv, #topDivsalesdash {
    position:relative;
}

#topDivJrSelect, 
#d_pnselect, 
#topLeftDiv {
    position:relative;
    z-index:10;
}   

.legendaSymbol {
	width:15px;
	height:15px;
}

.titelstijl tr td {
    font-weight:bold;
    font-size:14px;
    text-align:right;
}

.fa-circle {
    -webkit-transition: 1s ease-in-out;
    /*transition: 1s ease-in-out; */
    transform: translateY(100px);
    position:relative;
    opacity:0;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
    transition-duration: 500ms;
}

#dashbusyoverlay, #gridadm_busyoverlay { /* AVD 02-01-19 AD-178*/
    z-index: 9999; /* DD: FD-40: 11-03-19 Van 99999 naar 9999 zodat het menu weer bruikbaar wordt maar de functie nog wel werkt */
    background: gray;
    opacity: 0.3;
    position: absolute;
    width: 100%;/*AVD 22-04-2021 JIRA:FD-60 was 99.5*/ 
    height: 100%;
}

.grafiekbericht {
	cursor:pointer;
}

#nivoSelectBx {
	position:absolute;
	top:50px;
	left: 10px;
	z-index:99999;
	padding:3px;
	border-radius:3px;
}

/* LAAD SCHERM */
.loaded {
    opacity:0;
    display:none;   
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -90px 0 0 -75px;
    border: 3px solid #3498db;
    z-index: 1500;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50%;
    /*-webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;*/
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    border-radius: 50%;
    /*-webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;*/
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@media screen and (max-width: 1600px)
{
	#dashbusyoverlay {
		height: 95%;	
	}

    #tabbankkas,
    #tabomzet,
    #tabkosten,
    #tabsalesdash,
    #tabresultaat {
        padding: 2px 10px;
    }
        
    #topDiv, #topDivsalesdash {
        height:80px !important;
        padding:2px 10px !important;
    }

    #customlegenddiv td {
		padding:0 0 1px 0;
        white-space:nowrap;	
    }

    .legendaSymbol {
		width:13px;
		height:13px;	
    }

    #findashtable {
        /*width:1094px !important;*//*auto !important; AVD JIRA:FD-18 27-02-17 was te breed 1100px*/
        /*DD: 22-03-21: FD-59: Schalen ging niet goed van dashboard*/
    }
    
    #fintabs table {
        width:100%;   
    }
    
	#jqxChartTabsOmzet, 
    #jqxChartTabsKosten	{
		height:auto !important;
	}

	#jqxChartTabsOmzet li, 
    #jqxChartTabsKosten li {
		height:17px !important;	
	}

	#tabullist li {
		height:12px !important;
	}
    
    .fintab td:first-child {
        font-size:10px;  
    }

    #tabomzet td:nth-child(2),
    #tabkosten td:nth-child(2),
    #tabsalesdash td:nth-child(2),
    #tabresultaat td:nth-child(2) {
        font-size: 12px;
    }

    #actueelsaldo,
    #batenTotaalJr,
    #batenTotaalVj,
    #lastenTotaalJr,
    #lastenTotaalVj,
    #resultaatTotaalJr,
    #resultaatTotaalVj,
    #omzetVerschil,
    #kostenVerschil,
    #resultaatVerschil,
    #salesdashbrutobedr,
    #salesdashnettobedr {
        font-size: 14px !important;
    }
    
    .fintab td:first-child {
        font-size:10px;  
    }
    
    #chartsdiv {
        width: 100%;
        height: 350px;  
        position:relative; 
    }
    
    #leftDiv {
        width: 218px;
    }
    
    #tr_chartTabsKosten ul table td:first-child, #tr_chartTabsOmzet ul table td:first-child,
    #tr_chartTabsKosten ul li:nth-child(3) div > div:first-child,
    #tr_chartTabsOmzet ul li:nth-child(3) div > div:first-child {
    	font-size:11px;
    }

    #tr_chartTabsKosten .jqx-tabs-titleWrapper, 
    #tr_chartTabsOmzet .jqx-tabs-titleWrapper {
    	margin-top: -2px!important;
    }
    
	#tr_chartTabsKosten ul table img, 
	#tr_chartTabsOmzet ul table img {
		width:18px;
	}
	
	#actueelsaldoStr {
    	font-size:11px;
    }
}

@media screen and (max-height: 900px)
{
    #topDiv, #topDivsalesdash {
        height:60px !important;
        padding:2px 10px !important;
    }
        
    #leftDiv {
        width: 198px;
    }
   

    .onoffswitch-inner:before, 
    .onoffswitch-inner:after {
		height:20px;
		font-size:10px;	
    }

    #tabbankkas,
    #tabomzet,
    #tabkosten,
    #tabsalesdash,
    #tabresultaat {
        padding: 2px 10px;
    }
}

@media screen and (min-height: 901px)
{
    #topDiv, #topDivsalesdash {
        height:90px !important;
        padding:10px !important;
    }
        
    #leftDiv {
        width: 218px;
    }
    
    #chartsdiv {
        width: 100%;
        height: 400px; 
        position:relative;   
    }	
}

@media screen and (min-width: 1601px)
{
    #topDiv, #topDivsalesdash {
        height:90px !important;
        padding:10px !important;
    }

    #findashtable {
        /*width:1294px;*/ /* AVD JIRA:FD-18 27-02-17 te breed 1300px; */
        /*DD: 22-03-21: FD-59: Schalen ging niet goed van dashboard*/
    }
    
    #fintabs table {
        width:100%;/*300px; */
    }
    
    .fintab td:first-child {
        font-size:12px;
    }

    .fintab tr:last-child td:first-child {
    	font-size:11px;  
    }

    #tabomzet td:nth-child(2),
    #tabkosten td:nth-child(2),
    #tabsalesdash td:nth-child(2),
    #tabresultaat td:nth-child(2) {
        font-size: 12px;
    }

    #actueelsaldo,
    #batenTotaalJr,
    #batenTotaalVj,
    #lastenTotaalJr,
    #lastenTotaalVj,
    #resultaatTotaalJr,
    #resultaatTotaalVj,
    #omzetVerschil,
    #kostenVerschil,
    #resultaatVerschil,
    #salesdashbrutobedr,
    #salesdashnettobedr {
        font-size: 17px !important;
    }
    
    #actueelsaldoStr {
    	font-size:12px;
    }

    #leftDiv {
        width: 215px;
    }

    #tr_chartTabsKosten ul table td:first-child, 
    #tr_chartTabsOmzet ul table td:first-child,
    #tr_chartTabsKosten ul li:nth-child(3) div > div:first-child,
    #tr_chartTabsOmzet ul li:nth-child(3) div > div:first-child {
    	font-size:12px;
    }
    
	#tr_chartTabsKosten ul table img, 
	#tr_chartTabsOmzet ul table img	{
		width:20px;
	}
	
	.legendaSymbol {
		width:15px;
		height:15px;	
    }
}

/*DBI 28-10-2016*/
@media screen and (min-width: 981px)
 and (max-width: 1200px)
{
    #findashtable {
        width:980px !important;/*auto !important;*/
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    /* margin-left: -5px; */
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.versienummer_label {
    font-family: Roboto;
    width: calc(50vw - 40px);
}

.versienummer_tag {
    display:block;
    position: fixed;
    bottom: 0px;
    color: #666;
    z-index: 100000;
    margin: 0 auto;
    padding: 20px;
}

.login_label_title {
    color: var(--king_dark);
    font-family: Roboto;
    font-weight: 700;
}

/*DD: 23-03-21: ALG-1128*/
/*input[type="button"],
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"],
input[type="reset"],
.menuknop {
    color: #333;
    height: auto;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #adadad; 
    border-radius: var(--borderradius);
    background-color: #ebebeb;
    padding-top: 0px !important;
}*/

#btn_info_alg2_sluiten {
    padding:2px !important;
}

.primary_blue {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px;
    background-repeat: repeat-x; /* Repeat the gradient */
    background-color: #428bca;
    font-size: 12px;
}

.dot_blue {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
    background: radial-gradient(circle at 50% 120%, #017ee3, #6dc2ff 40%);
}

/* SYS-9 */
.dot_empty {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* DD: 12-06-18: 0px ipv 5px tbv firefox */
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
}

.dot_gray {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
    background: radial-gradient(circle at 50% 120%, #808080, #bfbdbd 40%);
}

/* ALG-141 */
.dot_green {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* DD: 12-06-18: 0px ipv 5px tbv firefox */
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
    background: radial-gradient(circle at 50% 120%, #008000, #01bc00 40%);
    vertical-align: text-top; /* KCO, 06-01-2022, WI-6733, LoketNL-Nmbrs-regel-legenda. */
}

.dot_orange {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* DD: 12-06-18: 0px ipv 5px tbv firefox */
    border-radius: 50%;
    vertical-align: sub;
    position: relative;
    margin-top: 2px;
    background: radial-gradient(circle at 50% 120%, #ff9900, #fcc670 40%);
    vertical-align: text-top; /* DD: 12-06-18: ++ tbv firefox */
}

/* SYS-9 */
.dot_olive {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* DD: 12-06-18: 0px ipv 5px tbv firefox */
    border-radius: 50%;
    position: relative;
    vertical-align: middle; /* HBO: WI-7073 24-1-2022 alle iconen centeren ivm hoogte regel */
    background: radial-gradient(circle at 50% 120%, #556B2F, #556B2F 40%);
}

.dot_purple {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* Broebie: 05-07-18: margin weg gehaald voor de uitlijning van de dots*/
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: radial-gradient(circle at 50% 120%, #663399 , #663399  40%);
}

.dot_red {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* DD: 12-06-18: 0px ipv 5px tbv firefox */
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: radial-gradient(circle at 50% 120%, #ff0000, #fe5a5e 40%);
    vertical-align: text-top; /* DD: 12-06-18: ++ tbv firefox */
}

.dot_white {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* Broebie: 05-07-18: margin weg gehaald voor de uitlijning van de dots*/
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: radial-gradient(circle at 50% 120%, #FFFFFF, #FFFFFF 40%);
}

.dot_yellow {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 0px; /* Broebie: 05-07-18: margin weg gehaald voor de uitlijning van de dots*/
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: radial-gradient(circle at 50% 120%, #f4f77c, #f4f77c 40%);
}

.dialogcorner {
    border-radius: 2px;
}

.corner {
    border-radius: 4px;
}

.bs {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* AVD 09-11-18 JIRA:ALG-504 van 5 naar 8 ivm focus rand sweetalert */
.marginright { 
    margin-right: 8px; 
}

/*.primary_green {
  color: #fff!important;
  text-decoration: none;
  text-shadow: 0px;
  background-repeat: repeat-x;  Repeat the gradient 
  background-color: #00adef!important;
}*/

#s_titelimuisonline { 
    height: 155px; 
}

#s_logos { 
    position: absolute; 
    left: 134px; 
    border: solid 1px #999999; 
    top: 38px; 
    height: 84px; 
    border-radius: 10px;
    padding: 0px; 
    background-color: #FFFFFF; /*DD: 31-05-18: padding: 1px; > padding: 0px; tbv passend maken plaatje */
    <!--[if IE]> width: 245px; <![endif]-->
    <!--[if !IE]> width: 220px; <![endif]-->
}

#imuislogotrans, 
#imuislogotrans2 { 
    background-color: transparent; 
    height: 82px; 
    border-radius: 10px; 
    margin-left: -6px; 
    width: 100%; 
} /*DD: 31-05-18: height: 84px; > height: 82px; tbv passend maken plaatje; DD: 08-06-18: margin-left: -6px; width: 100%; background: transparent ipv #fff */

#robothand { 
    position: absolute; 
    left: 20px; 
}

#duo_iframe {
    width: 340px;
    height: 415px;
    background: transparent;
}

#d_messagegroup {
    width: 800px;
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	padding: 5px; line-height: 21px; border: 1px solid #bbb; font-size: 18px; color: #666;
    border-bottom: none;
    opacity: 1;
    height: 45px;
}

.glasspanel {
    background: var(--king_background);
    padding: 5px;
    line-height: 21px;
    border: 1px solid var(--king_menu_border);
    font-size: 14px;
    color: var(--king_text_color);
    border-radius: var(--borderradius_compact);
    opacity: 1;
}

.centerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 50%;
}

#i_faqframe {
    height: calc(100vh - 145px);
}

#i_helpframe, 
#i_nieuwsframe, 
#i_teamviewerframe, 
#i_mijnkennisbankframe {
    width: 780px;
    overflow: auto;
    height: calc(100vh - 125px);
}

.messagepanel_outer {
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%);
	padding: 10px; line-height: 21px; border: 1px solid #bbb; font-size: 18px; color: #666;
    opacity: 1;
}

.message {
    display: none;
	padding: 10px;
	border-radius: 3px;
    background: #444;
    opacity: 0.95;
    margin: 5px;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 12pt;
}

#helppanel {
    margin: 10px;
    border-radius: 3px;
    display: block;
    height: calc(100vh - 10px);
    overflow: hidden;
    position: fixed;
    right: -950px;
    font-size: 15px;
    top: 0;
    width: 800px;
    z-index: 10001;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded #helppanel {
  right: 0;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab span {
    width: 14%;
    background-color: inherit;
    float: left;
    border: 1px solid #bbb;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    color: #000000;
}

#a_helppanel_close { 
    padding: 8px 15px 8px 15px; 
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes side2side
{
    0%, 100% { transform: translateX(-50%); }
    50%      { transform: translateX(150%); }
}

.servicepagina {
    padding: 21px;
    line-height: 21px;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    text-align: left;
    opacity: 0.9;
    overflow: auto;
    height: fit-content;
    height: -moz-fit-content;
}

.servicemessage {
    padding: 5px;
    border-radius: 3px;
    opacity: 0.95;
    margin: 3px;
    font-family: Roboto;
    font-weight:500;
    font-size: 10pt;
    text-align: left;
}

.servicecontent {
    padding-top: 20px;
}

.closebutton {
    float: right;
    padding-right: 4px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: 16px;
}

.fi-settings { 
    background-image: url(../images/flaticon/settings.png); 
    background-repeat: no-repeat; 
}

.fi-coins { 
    background-image: url(../images/flaticon/kas.png); 
    background-repeat: no-repeat; 
}

.fi-exit { 
    background-image: url(../images/flaticon/exit.png); 
    background-repeat: no-repeat; 
}

/* 03-12-18 JIRA:INCURA-72 */
.fi-clipboard_tr { 
    background-image: url(../images/flaticon/clipboard_tr.png); 
    background-repeat: no-repeat; 
}

.fi-bank_transp { 
    background-image: url(../images/flaticon/bank_transp.png); 
    background-repeat: no-repeat; 
}

.fi-wallet_inkomend { 
    background-image: url(../images/flaticon/wallet_inkomend.png); 
    background-repeat: no-repeat; 
}

.fi-graph_up { 
    background-image: url(../images/flaticon/graph_up.png); 
    background-repeat: no-repeat; 
}

.fi-verkoopboek { 
    background-image: url(../images/flaticon/verkoopboek.png); 
    background-repeat: no-repeat; 
}

.fi-inkoopboek { 
    background-image: url(../images/flaticon/inkoopboek.png); 
    background-repeat: no-repeat; 
}

.fi-wallet_outgoing { 
    background-image: url(../images/flaticon/wallet_outgoing.png); 
    background-repeat: no-repeat; 
}

.fi-memoriaalboekingen { 
    background-image: url(../images/flaticon/memoriaalboekingen.png); 
    background-repeat: no-repeat; 
}

.fi-handcoin { 
    background-image: url(../images/flaticon/handcoin_tr.png ); 
    background-repeat: no-repeat; 
}

.fi-stamtabellen { 
    background-image: url(../images/flaticon/stamtabellen.png); 
    background-repeat: no-repeat; 
}

.png-help {
    background-image: url(../images/helpbox_12.png );
    background-repeat: no-repeat;
    height:12px; width:12px;
}

.bg30 { 
    background-size: 30px 30px; 
}

.bg40 { 
    background-size: 40px 40px; 
}

.bg60 {
    background-size: 60px 60px;
}

.bg80 { 
    background-size: 80px 80px; 
}

.raleway { 
    font-family: 'Raleway'; 
}

header {
    max-width: 100%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.c-menu .nav ul {
    list-style: none;
    padding: 0;
}

.c-menu .nav li { 
    text-align: left; 
}

.c-menu .nav a, 
.c-menu .nav label {
    display: block;
    padding: .85rem;
    color: #fff;
    background-color: #151515;
    box-shadow: inset 0 -1px #1d1d1d;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
}

.c-menu .nav a:focus, 
.c-menu .nav a:hover, 
.c-menu .nav label:focus, 
.c-menu .nav label:hover {
    color: rgba(255, 255, 255, 0.5);
    background: #030303;
}

.c-menu .nav label {
    cursor: pointer;
}

.c-menu .group-list a, 
.c-menu .group-list label {
    padding-left: 2rem;
    background: #252525;
    box-shadow: inset 0 -1px #373737;
}

.c-menu .group-list a:focus, 
.c-menu .group-list a:hover, 
.c-menu .group-list label:focus, 
.c-menu .group-list label:hover {
    background: #131313;
}

.c-menu .sub-group-list a, 
.c-menu .sub-group-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px #474747;
}

.c-menu .sub-group-list a:focus, 
.c-menu .sub-group-list a:hover, 
.c-menu .sub-group-list label:focus, 
.c-menu .sub-group-list label:hover {
    background: #232323;
}

.c-menu .sub-sub-group-list a, 
.c-menu .sub-sub-group-list label {
    padding-left: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px #575757;
}

.c-menu .sub-sub-group-list a:focus, 
.c-menu .sub-sub-group-list a:hover, 
.c-menu .sub-sub-group-list label:focus, 
.c-menu .sub-sub-group-list label:hover {
    background: #333333;
}

.c-menu .group-list, 
.c-menu .sub-group-list, 
.c-menu .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.c-menu .nav__list input[type=checkbox]:checked + label + ul {
    max-height: 1000px;
}

.c-menu label > span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
}

.c-menu .nav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#d_globalsearch { 
    position: absolute; 
    top: 30px; 
    right: 320px; 
}

/* AVD 30-05-18 JIRA:AC-41 */
#switchbedragperc .jqx-switchbutton-label {
    font-size: inherit;
    font-family: inherit; 
    text-align: center;
    text-transform: inherit;
    font-weight: inherit;
    cursor: pointer;
}

#switchbedragperc .jqx-fill-state-pressed {
 background : #428bca;
}

.main-appstore {
    /* width: calc(100vw - 25px);  ALG-1005   eruit */
    /* margin: auto; */
    margin: 5px;
    margin-bottom: 0px;
    border: solid 1px #d2d7da;
    background-color: #FFFFFF;
}

.content-appstore {
    margin: 0px 15px 15px 0px;
    padding: 30px 20px;
    border: 1px solid #dbdbdb;
    height: 275px;
    width: 265px;
    background-color: #fff;
    text-align: center;
    box-shadow: 5px 5px 15px #dbdbdb;
}

.content-appstore-image {
    height: 80px;
    min-height: 80px;
    width: auto;
    margin: 10px auto 0;
    max-width: 150px;
}

.content-appstore-hr { 
    border: none; 
    border-top: 1px solid #d2d7da; 
}

/* The "show" class is added to the filtered elements */
.show {
   display: block;
}

/* Style the buttons */
.btn-appstore {
   border: solid 1px #d2d7da;
   outline: none;
   padding: 12px 16px;
   background-color: white;
   cursor: pointer;
   width: 200px;
   margin-bottom: 5px;
   border-radius: 0px;
   height: 38px;
}

.btn-appstore:hover {
    background-color: #ddd;
}

.btn-appstore-active {
   background-color: #488BC5;
   color: #FFFFFF;
   border: solid 1px #d2d7da;
   outline: none;
   padding: 12px 16px;
   cursor: pointer;
   width: 200px;
   margin-bottom: 5px;
   border-radius: 0px;
   height: 38px;
}

.row-appstore {
    display: flex;
    flex-wrap: wrap;
}

#d_mailmerge_stap2 {
    top:30px !important;
}

#s_closezoekterm .img_close_grey {
    margin-top: -17px !important;
}

/* DD Aanpassingen */
.is-hover {
    overflow-x: hidden;
}

span#s_getzoek_kvk {
    margin-left: 10px;
}

span#s_getzoek_btwnr {
    margin-left: 5px;
}

span#s_getzoek_iban {
    margin-left: 3px;
}

#d_d_opengebr_content #d_tabuser_EIGENSCHAPPEN #SMTPBUTTON,
#d_d_opengebr_content #d_tabuser_EIGENSCHAPPEN #knop_aanpassen {
    margin-top: -2px !important;
}

#checkopboekstuk_opboeken,
#checkopboekstuk_koppel,
#checkopboekstuk_verwijder {
    width: 153px !important;
}

#cd_prechat_button {
    margin-left:-10px;
}

#d_regel #object1 .fa-list-alt {
    margin-bottom: -2px;
    margin-top: -1px !important;
}

#table_docqueue input {
    height: 18px !important;
    padding: 0px 2px 0px 2px !important;
}

.counter_blue_imuis a,
.counter_blue_imuis a:hover,
.counter_blue_imuis a:focus,
.counter_blue_imuis a:visited,
.counter_blue_imuis a:active,
.counter_blue_imuis a:hover:focus {
    color:#fff !important;
}

#knop_mmt_aanpassen,
#knop_mmt_beheren,
knop_mmt_verversen,
#knop_editfactuur,
#knop_editdebiteur {
    margin-bottom: 0px !important;
}

.swal2-container {
    z-index: 2147400000 !important;
}
/*  KCO 03-09-18 Jira: STYL-57, z-index aangepast default uit sweetalert (=1060) bleef achter schermen staan */
/*  AVD 31-05-17 z-index aangepast 1060 bleef achter schermen staan */


/*  AVD 09-11-18 JIRA:ALG-504 focus op de buttons */
/*.swal2-cancel.primary_gray.btn-large:focus,
.swal2-confirm.primary_blue.marginright.btn-large:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
}*/

/*DD: 23-03-21: ALG-1128*/
/*.swal2-cancel.btn-secondary.btn-large,
.swal2-confirm.btn-success.marginright.btn-large {
    height: 40px !important;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}*/
/*.primary_green:hover,
    .primary_blue:hover,
    .swal2-cancel.btn-secondary.btn-large:hover,
    .swal2-confirm.btn-success.marginright.btn-large:hover {
        opacity: 0.75;
    }*/

#form_GOEDONTVInkoopGrid_GOEDONTVCREInv_dialog,
#form_INKFACTInkoopGrid_INKFACTCREInv_dialog {
    padding-left:0px;
    font-size:20px;
    vertical-align: sub;
}

#form_GOEDONTVInkoopGrid_GOEDONTVCREInv_dialog {
    padding-left:5px;
}

#form_INKFACTInkoopGrid_INKFACTCREInv_dialog {
    margin-right: 5px;
}

#table_grideditor_menu #huidigeperiode {
    font-size: 100%!important;
    margin-top: 4px !important; /* BOE-44 DD: 09-04-19: uitlijning BOE*/
}

#d_form_editregel_TEKSTINV {
    margin-top:30px;
}

/*##ZDDoButtonDefaultID, tbbetuit_verzamel, #knop_toonwdd, #TAB_INKOOPORD, #TAB_LOGO, #TAB_DOSSIER DD: 22-03-21: ALG-1142: knop meer padding*/

#button_mailmerge {
    padding: 0px !important;
}

/* KCO, 03-08-2018, Jira: UC-199, ublupload erbij en alfabet. */
/*#knop_createPDF,
#knop_kolomtonen,
#knop_ok,
#knop_previewPDF,
#knop_sluiten,
#knop_sessiecode_opnieuwaanvragen,
#knop_ublupload {
    margin-right: 5px !important;
}*/

/* KCO, 17-05-2019, Jira: UC-212, UBL-Factuur kunnen koppelen aan inkooporder/inkoopfactuur. (d_inkfact_toonpdf) */
#d_bstadv_main_kolommen,
#d_bstadv_main_f5,
#d_bstadv_main_sluiten,
#d_goedontv_main_kolommen,
#d_goedontv_main_f5,
#d_goedontv_main_sluiten,
#d_inkfact_main_kolommen,
#d_inkfact_toonpdf,
#d_inkfact_main_f5,
#d_inkfact_main_sluiten,
#btn_savegenereerctr,
#btn_closegenereerctr,
#d_vrdart_main_printvrd,
#d_vrdart_main_kolommen,
#d_vrdart_main_f5,
#d_vrdart_main_sluiten,
#btn_artsamen_main_kolommen,
#btn_artsamen_main_verwijderen,
#btn_artsamen_main_verkoopsam,
#btn_artsamen_main_f5,
#btn_artsamen_main_sluiten {
    margin-top: -10px !important;
}

#SELKPL {
    margin-left:5px !important;
}

#RADIO_SHOWINKRG {
    vertical-align: sub !important;
}

#button_extrabijlage {
    margin-top: 5px;
}

.jqx-cell.jqx-grid-cell.jqx-item > span.geel.inline {
    margin-left:1px !important;
}

#knop_opslaanenvolgend {
    width:170px !important;
}

/* AVD 01-06-18 JIRA:AC-41   */
/*.jqx-fill-state-hover:not(.jqx-splitter-splitbar-horizontal) {
 cursor : pointer !important;
}*/


#d_div_gridgrb_totalen_jaar_content_grid .jqx-checkbox-check-indeterminate {
    background: transparent !important;
}

.jqx-tree-item {
    border: 0px !important;
}

#d_div_docqueue_content {
    /*height: auto !important; AVD 22-08-19 JIRA:UC-326 viewport gebruiken  */
}

#d_d_ZDTabelKopieerAfs_contentwrapper {
    height: auto !important;
}

/* Jira: ALG-742 Dialoog speedbooks op loage schermen. (MGH) */
.dialogcontent
{
    min-height: calc(100% - 45px);
    overflow: auto;
    max-height: calc(100% - 45px);
    padding: 10px;
}
.dialogfooter
{
    height: 45px;
    border-top: dashed 1px #c0c0c0;
    padding: 5px;
}

/* JIRA:ALG-537 03-12-18 fix header align left */
.jqx-grid-column-header[aria-sort=ascending] > div > div,
.jqx-grid-column-header[aria-sort=descending] > div > div {
    width: calc(100% - 20px);
}
.margintop-alt {
	margin-top: 1px !important; /* BRO, 04-12-2018, JIRA: ALG-541, margin-top op 0 voor de fa-list-alt lookup voor de invoer velden */
}

.dashed-border {
    border: 2px dashed #AAAAAA !important;
}

/* Jira: ZKN-50, KvK check wijzigingen. Noty. */
.marginright5{
    margin-right: 5px;
}

#knop_ok_adm_newtab
{

}

/* ALG-937 */
#d_portalcreditshist .jqx-rangeselector-labels {
    font-size: 9px !important;
}

/* BOE-72 */
.zkn-icon-openhaak {
    background-image: url('images/openhaak.png');
}

.zkn-icon-sluithaak {
    background-image: url('images/sluithaak.png');
}
.zkn-icon-close {
    background-image: url('../images/delete_12.png');
}
.zkn-icon-plus {
    background-image: url('images/plus.png');
}

.zoekboek {
    cursor: pointer !important;
    display: inline-block;
    vertical-align: top;
    height: 13px;
    width: 17px;
    margin-left: 5px !important;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.zoekboek > div {
    zoom: 0.9;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left:1px;
}

.swal2-popup .swal2-select {
    padding: 0px !important;
    font-size: inherit !important;
}

.melding_domein {
    margin-bottom: 20px;
}

.login_service {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60vh;
    background-color: #fff;
    color: var(--king_dark);
}

@media (max-width: 1210px) {
    .loginwrapperinner {
        width: 100%;
    }
    .login_titleback {
        display: none;
    }
    .logintitle {
        width: 0%;
    }
    .loginwrapper_content{
        left: 50%;
    }
}

@media (max-width: 768px) {
    .float_editor {
        width: 200px !important;
    }

    .login_button {
        width: 200px;
    }

    .versienummer_tag {
        display: none;
    }

    .logintitle {
        width: 0px;
        height: 0px;
    }

    .login_titleback {
        display: none;
    }

    .login_logo {
        display: none;
    }
    /*DD: 25-02-21: ALG-1128*/
    .login_logo_form {
        display: none;
    }

    .table_hoofdscherm {
        height: 100%;
    }

    .loginwrapperinner {
        font-family: Roboto;
        width: 100%;
        height: 100%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        min-width: 0px;
    }

    .loginwrapper_content {
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        width: 100%;
    }

    .login_service {
        display: none !important;
    }
}

.login_btns_adm {
    /* display: inline-block; MW 15-02-2021, ALG-1117 */
    /*DD: 25-02-21: ALG-1129*/
    /*width: 600px;*/
}
@media screen and (max-width: 769px) {

    .login_btns_adm {
        /* display: inline-block; MW 15-02-2021, ALG-1117 */
        /*DD: 25-02-21: ALG-1129*/
        width: 600px;
    }
}

.login_url {
    font-family: Roboto;
    font-weight: normal !important;
    color: #999 !important;
    line-height: 25px;
}

.language_icon {
    background-color: #1D1D1B;
    mask: url(images/globe.svg);
    -webkit-mask: url(images/globe.svg);
    -webkit-mask-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.login_language {
    padding: 10px;
    display: inline-block;
}

.float_editor {
    position: relative;
    display: inline-block;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
    width: 400px;
    margin-bottom: 25px;
}

    .float_editor > input,
    .float_editor > select,
    .float_editor > textarea {
        box-sizing: border-box;
        margin: 0;
        border: solid 1px; /* Safari */
        border-color: var(--king_border);
        border-top-color: transparent;
        border-radius: 4px;
        padding: 13px 13px 10px !important;
        width: 100%;
        height: 48px;
        color: var(--king_dark);
        background-color: transparent;
        box-shadow: none; /* Firefox */
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        caret-color: var(--kingblauw);
        transition: border 0.2s, box-shadow 0.2s;
    }

        .float_editor > input + label,
        .float_editor > input + span + label,
        .float_editor > select + label,
        .float_editor > textarea + label {
            position: absolute;
            top: -6px;
            left: 0;
            display: flex;
            border-color: var(--king_border);
            width: 100%;
            max-height: 100%;
            color: var(--king_dark);
            font-size: 75%;
            line-height: 15px;
            cursor: text;
            transition: color 0.2s, font-size 0.2s, line-height 0.2s;
        }

            .float_editor > select + label::before,
            .float_editor > select + label::after,
            .float_editor > input + label::before,
            .float_editor > input + label::after,
            .float_editor > input + span + label::before,
            .float_editor > input + span + label::after,
            .float_editor > textarea + label::before,
            .float_editor > textarea + label::after {
                content: "";
                display: block;
                box-sizing: border-box;
                margin-top: 6px;
                border-top: solid 1px;
                border-top-color: var(--king_border);
                min-width: 10px;
                height: 8px;
                pointer-events: none;
                box-shadow: inset 0 1px transparent;
                transition: border-color 0.2s, box-shadow 0.2s;
            }

            .float_editor > input + label::before,
            .float_editor > input + span + label::before,
            .float_editor > select + label::before,
            .float_editor > textarea + label::before {
                margin-right: 4px;
                border-left: solid 1px transparent;
                border-radius: 4px 0;
            }

            .float_editor > input + label::after,
            .float_editor > input + span + label::after,
            .float_editor > select + label::after,
            .float_editor > textarea + label::after {
                flex-grow: 1;
                margin-left: 4px;
                border-right: solid 1px transparent;
                border-radius: 0 4px;
            }

    .float_editor:hover > input,
    .float_editor:hover > select,
    .float_editor:hover > textarea {
        border-color: var(--king_dark);
        border-top-color: transparent;
    }

        .float_editor:hover > select + label::before,
        .float_editor:hover > input + label::before,
        .float_editor:hover > input + span + label::before,
        .float_editor:hover > textarea + label::before,
        .float_editor:hover > select + label::after,
        .float_editor:hover > input + label::after,
        .float_editor:hover > input + span + label::after,
        .float_editor:hover > textarea + label::after {
            border-top-color: var(--king_dark);
        }

        .float_editor:hover > input:not(:focus):placeholder-shown,
        .float_editor:hover > textarea:not(:focus):placeholder-shown {
            border-color: var(--king_dark);
        }

    .float_editor > input:not(:focus):placeholder-shown,
    .float_editor > textarea:not(:focus):placeholder-shown {
        border-top-color: var(--king_border);
    }

        .float_editor > input:not(:focus):placeholder-shown + label,
        .float_editor > input:not(:focus):placeholder-shown + span + label,
        .float_editor > textarea:not(:focus):placeholder-shown + label {
            font-size: inherit;
            line-height: 60px;
        }

            .float_editor > input:not(:focus):placeholder-shown + label::before,
            .float_editor > input:not(:focus):placeholder-shown + span + label::before,
            .float_editor > textarea:not(:focus):placeholder-shown + label::before,
            .float_editor > input:not(:focus):placeholder-shown + label::after,
            .float_editor > input:not(:focus):placeholder-shown + span + label::after,
            .float_editor > textarea:not(:focus):placeholder-shown + label::after {
                border-top-color: transparent;
            }

    .float_editor > input:focus,
    .float_editor > select:focus,
    .float_editor > textarea:focus {
        border-color: var(--kinglichtblauw);
        border-top-color: transparent !important;
        outline: none;
    }

        .float_editor > input:focus + label,
        .float_editor > input:focus + span + label,
        .float_editor > select:focus + label,
        .float_editor > textarea:focus + label {
            color: var(--kinglichtblauw);
        }

            .float_editor > input:focus + label::before,
            .float_editor > input:focus + label::after,
            .float_editor > input:focus + span + label::before,
            .float_editor > input:focus + span + label::after,
            .float_editor > select:focus + label::before,
            .float_editor > select:focus + label::after,
            .float_editor > textarea:focus + label::before,
            .float_editor > textarea:focus + label::after {
                border-top-color: var(--kinglichtblauw) !important;
            }

    .float_editor > input:disabled,
    .float_editor > input:disabled + label,
    .float_editor > input:disabled + span + label,
    .float_editor > select:disabled,
    .float_editor > select:disabled + label,
    .float_editor > textarea:disabled,
    .float_editor > textarea:disabled + label {
        border-color: rgba(0,0,0,0.38) !important;
        border-top-color: transparent !important;
        color: var(--king_dark);
        pointer-events: none;
    }

        .float_editor > input:disabled + label::before,
        .float_editor > input:disabled + label::after,
        .float_editor > input:disabled + span + label::before,
        .float_editor > input:disabled + span + label::after,
        .float_editor > select:disabled + label::before,
        .float_editor > select:disabled + label::after,
        .float_editor > textarea:disabled + label::before,
        .float_editor > textarea:disabled + label::after {
            border-top-color: rgba(0, 0, 0, 0.38) !important;
        }

        .float_editor > input:disabled:placeholder-shown,
        .float_editor > input:disabled:placeholder-shown + label,
        .float_editor > input:disabled:placeholder-shown + span + label,
        .float_editor > textarea:disabled:placeholder-shown,
        .float_editor > textarea:disabled:placeholder-shown + label {
            border-top-color: rgba(0, 0, 0, 0.38) !important;
        }

            .float_editor > input:disabled:placeholder-shown + label::before,
            .float_editor > input:disabled:placeholder-shown + label::after,
            .float_editor > input:disabled:placeholder-shown + span + label::before,
            .float_editor > input:disabled:placeholder-shown + span + label::after,
            .float_editor > textarea:disabled:placeholder-shown + label::before,
            .float_editor > textarea:disabled:placeholder-shown + label::after {
                border-top-color: transparent !important;
            }

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .float_editor > input,
        .float_editor > input + label,
        .float_editor > input + span + label,
        .float_editor > textarea,
        .float_editor > textarea + label,
        .float_editor > input + label::before,
        .float_editor > input + label::after,
        .float_editor > input + span + label::before,
        .float_editor > input + span + label::after,
        .float_editor > textarea + label::before,
        .float_editor > textarea + label::after {
            transition-duration: 0.1s;
        }
    }
}


/* DD: 22-03-21: ALG-1142: iets meer ruimte voor de buttons*/
.footerbar #knop_ocr {
    width: auto;
    padding: 0;
}