@font-face{
	font-family:'OpenSans';
	src:url('../fnt/OpenSans-CondLight.eot');
	src:url('../fnt/OpenSans-CondLight.eot') format('embedded-opentype'),
		url('../fnt/OpenSans-CondensedLight.woff') format('woff'),
		url('../fnt/OpenSans-CondLight.ttf') format('truetype');		
	font-weight:normal;
	font-style:normal
}


html {
    background-color: #DEDEDE;
}



@media print {
  @page { 
	  margin: 1.0cm; 
  }
  body { margin: 1.0cm; }
  html { background-color: white; }
  
  div.main-wrapper {
        padding:0px;
        border: none;
  }
  div.main-wrapper.decoration {
      box-shadow: none;
  }
  div.header {
      display:none;
  }
  div.main-footer {
      display: none;
  }
}


body{    
    font-family: Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
    overflow-y: scroll;
    font-size:13px;    
    color: black;
}

* {
    box-sizing: border-box;
}

.hidden{
    display:none!important;
}
.force-hidden{
    display:none!important;
}

.header{
    position:fixed;
    width:100%;
    height:55px;
    background-color: #38BCE8;
    top:0px;
    z-index:11;
}


.subheader{
    position:fixed;
    width:100%;
    height:2rem;
    background: #32a8cf;
    top:55px;
    border-top:1px solid #3bc6f4;
    border-bottom:1px solid #ABABAB;
    z-index:10;
    
}
.sub-content{
    display:block;
    width:100%;
    line-height:2rem;
    height:2rem;
    padding:0px 0px;
    color: black;

}

.header-content{
    display:block;
    width:100%;
    height:55px;
    padding:0px 10px;
    padding-left: 0px;
    color: white;
    /* overflow: hidden; */
    clear:both;
}

.wrapper{
    width:1020px;    
    margin:0 auto;
    /*z-index: 2;*/
    position:relative;
}

.wrapper.wide {
	width:98%;
}
.wrapper.fullwidth { 
    width: 100%;
}


@media screen and (max-device-width: 768px) and (orientation: landscape){
    .wrapper{
        width:100%;/*960px;*/
    }
}

@media screen and (max-device-width: 768px) and (orientation: portrait){
    .wrapper{
        width:100%; /*960px;*/
    }
}

.decoration{
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.10);
}
.content-container {
    margin-top:95px;
    position:relative;
}
.rich-mail.content-container {
    margin-top:0px;
    position:relative;
}

.main-wrapper{
    width:100%;
    border:1px solid silver;
    background-color: white;
    min-height:350px;
    
    padding:10px;
    margin-bottom:10px;
    z-index:1;
    float:left;
    margin-top:6rem;
    position:relative;    
}

div.wrapper.fullwidth div.main-wrapper{
    margin-top: 80px;
    width: 100%;
    border: none;
    min-height: inherit;
    float:none;
    position:relative;
    display: block;
    padding: 0;    
    margin-bottom: 0;
}

.main-footer {
    width:100%;
    padding-bottom:10px;
    text-align: center;
}


.search-wrapper{
    display:none;
    width:100%;
    border:1px solid silver;
    background-color: white;
    
    margin-top:33px;
    padding:10px;
    margin-bottom:20px;
    z-index:1;
    float:left;
}

.main-container{
    width:100%;
    display:block;
    float:left;
    position:relative;
    z-index:2;
}

div.buttonbar {    
    border-top: 1px solid #CDCDCD;
    padding-top:10px;
    display:block;
    width:100%;
    margin-top:10px;
    height:45px;
}
div.buttonbar.top {
    border: none;
    padding-top: 0px;    
}
div.tabletbuttonbar {
    border-top: 1px solid #CDCDCD;
    padding-top:10px;
    display:block;
    width:100%;
    margin-top:10px;
    height:55px;
}
div.buttonbar.inline {
    border-top: none;
    margin-top:0px;
    padding-bottom:10px;
    margin-bottom:10px;
}

div.tabletbuttonbar.noborder {
	height:55px;
	border: none;	
    margin:0;
    padding:0;
}

div.buttonbar.noborder{
    border: none;	
    margin:0;
    padding:0;
    height:35px;
}
div.buttonbar.bottomborder {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
    height: auto;
    min-height:55px;
    /*float:left;*/
}
div.buttonbar.margintop {
	margin-top:10px;
}
div.buttonbar.marginbottom {
	margin-bottom:10px;
}
div.right {
    float:right;       
}
div.left {
    float:left;
}

.wide {
    width:50%;
}
.fullwidth {
    width:100%;
}
.halfwidth {
    width:50%;
}
.quarterwidth {
	width:25%;
}
.large {
    width:80%
}
.small{
    width:20%;
}
.tiny {
    width:11%;
}
.micro {
    width:5%;
}
.passcode {
    -webkit-text-security: disc;
}
span.checkboxspacer{
    position:relative;
    margin-right:20px;
}
span.checkboxspacer input[type=checkbox]{
    position:absolute;
    top:-2px;
}

td span.checkboxspacer input[type=checkbox]{
    position:absolute;
    top:-2px;
    margin-left:0px;
}



span.radiospacer{
    position:relative;
    margin-right:20px;
}
span.radiospacer input[type=radio]{
    position:absolute;
    top:-2px;
	margin-left:0px;
}


ul.header_containers {    
    list-style:none;
    margin:0;
    padding:0;
    height:55px;
    float:left;
    white-space:nowrap;
   /* overflow: hidden;*/
}
ul.header_containers li {
    display:inline-block;
    padding-left:10px;  
    padding-right:10px;
    margin: 0 -1px;
    background: transparent url(../img/header-separator.png) left top no-repeat;
}
ul.header_containers li:last-child {
    padding-right:0px;
    
}

@media screen and (max-device-width: 770px) {
    ul.header_containers li.comp-width {
        display: none;
    }
}


div.timecontainer {
    position:relative;
    float:right;
    height: 55px;
    width:50px;
}
div.timecontainer span.time {
    position:absolute;
    top:0px;
    height:40px;
    
    margin:0;
    padding:0;
    vertical-align:top;
    font-family: 'OpenSans', sans-serif;    
    font-size:28px;
    white-space:nowrap;
}
div.timecontainer span.date {
    position:absolute;
    top:32px;
    font-size:13px;
    font-family: 'OpenSans', sans-serif;
    white-space:nowrap;
}


div.usercontainer {
    position:relative;
    float:left;
    height: 55px;
    line-height:55px;	
}
div.usercontainer span.inbox {
	position:absolute;
	left:40px;
	width:20px;
	height:20px;
	bottom:9px;
/*	background-color: black;	*/
}
div.usercontainer span.inbox span.inboxicon {
	position:absolute;
	
	width:16px;
	height:16px;

	background: transparent url(../img/message16.png) no-repeat;
	background-size:cover;
}
span.profilepictureposition{
    position:relative;
    float:left;
    width:40px;
    height:55px;
    display:inline-block;
}
span.profilepicture{
    position:absolute;
    top:10px;    
    
    width:32px;
    height:32px;
    border-radius: 16px;    
    background-clip: border-box;
    overflow: hidden;
    border:2px solid white;
}
span.profilepicture a {
    position:relative;
    display: block;
}
span.profilepicture a img {
    position:absolute;
    left:-2px;
    top:-2px;
}


span.domainname{
    position:absolute;
    top:10px;
    left:40px;
	right:0px;
	height:10px;
    display:none;
}


div.helpcontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}
div.shopcontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}
div.shopcontainer span.shop-cart-article-counter {
    position:absolute;    
    color: white;
    background-color: red;
    right:-2px;
    top:5px;
    font-size:12px;
    min-width:17px;
    height:17px;
    line-height:17px;
    text-align:center;
    vertical-align:middle;
    
    border-radius: 50%;
}

span.badge {
    position:absolute;    
    color: white;
    background-color: red;
    right:-2px;
    top:5px;
    font-size:12px;
    min-width:17px;
    height:17px;
    line-height:17px;
    text-align:center;
    vertical-align:middle;
    
    border-radius: 50%;
}

span.badge.low {
    position:absolute;    
    color: white;
    background-color: orange;
    right:23px;
    top:5px;
    font-size:12px;
    min-width:17px;
    height:17px;
    line-height:17px;
    text-align:center;
    vertical-align:middle;
    
    border-radius: 50%;
}
span.badge[value='0'] {
    display: none;
}
.fadebutton {
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.fadebutton:hover {
    opacity: 1.0;
}

div#chatbase-bubble-window {
    z-index: 8009!important;
}

button#chatbase-bubble-button {
    z-index: 8009!important;
}


.fadebutton.agent-enabled {
    color:white;
    opacity: 1.0;
}

.fadebutton.agent-disabled {
    
}


div.shopcontainer.fadebutton {
    
}

div.shopcontainer span.shop {
    height:55px;
    width:41px;
    display: inline-block;
}
div.shopcontainer span.flaticon {
    font-size:36px;
    line-height:55px;
}
div.shopcontainer span.flaticon:before {
    font-size: 36px;
    margin-left: 0px;
}
div.helpcontainer span.helpbutton {
    width:41px;
    height:55px;
    display:inline-block;
    opacity:0.5;
    /*background: transparent url(../img/helpicon.png) no-repeat;*/
}
div.languagecontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}

div.languagecontainer span.languagebutton{
    width:40px;
    height:55px;
    display:inline-block;
    opacity:0.5;
	cursor: pointer;
    background: transparent url(../img/language40.png) no-repeat;
}
div.calendarcontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}
div.calendarcontainer span.calendarbutton{
    width:40px;
    height:55px;
    display:inline-block;
    opacity:0.5;
	cursor: pointer;
    background: transparent url(../img/calendar.png) no-repeat;
}

div.header-button-container {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
    text-align: center;
}

div.header-button-container span.flaticon::before {
    margin: 0; 
    font-size: 36px;
    cursor: pointer;    
}
/*
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px;
}
*/
div.tabletcontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}
div.tabletcontainer span.tabletbutton{
    width:40px;
    height:55px;
    display:inline-block;
    opacity:0.5;
    cursor: pointer;
    background: transparent url(../img/tablet.png) no-repeat;
}
div.messagecontainer {
    position:relative;
    float:left;
    height:55px;
    line-height:55px;
}
div.messagecontainer div.message-container-menu {
    position:absolute;
    left:0px;
    top:45px;
    background-color: white;
    line-height:15px;
    z-index:8001;
    border:1px solid var(--button-border-color);
    display: none;
}
div.messagecontainer:hover div.message-container-menu {
    display: block;
}


div.messagecontainer div.message-container-menu ul {
    padding:0;
    margin:0;
}
div.messagecontainer div.message-container-menu ul li {
    padding:5px;
    background: none;
    
}

div.messagecontainer span.messagebutton{
    width:40px;
    height:55px;
    display:inline-block; 
    cursor: pointer;	    
}


span.help {
    z-index:990;
    cursor: pointer;
}

span.help.nohelpfound {
    background-position: 0px -64px;
}

span.help:hover{
    /* background-position: 0px -32px; */
}

div#languagebox  { 
    width:300px;
}

div#languagebox h1{
    margin-top:0px;
}
div#languagebox table.languagetable {
    border-collapse: collapse;
    width:100%;
}
div#languagebox table.languagetable td {
    padding:5px 10px;
}
div#languagebox table.languagetable td:first-child{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
div#languagebox table.languagetable td:last-child{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
div#languagebox table.languagetable td:first-child{
    width:40px;
}
div#languagebox table.languagetable td a{
    display:block;

    vertical-align: middle;
    line-height:32px;
}
div#languagebox table.languagetable tr:hover td{
    background-color: #68c3fd;
    color: white;	
}
div#languagebox table.languagetable tr:hover td a{
    color: white;
}

div.usercontainer ul {
    list-style: none;
    padding:0;
    margin:0;
}

div.usercontainer ul li{
    margin:0;
    padding:0;
    display:inline;
    border:none;
}

div.usercontainer a {
    color: white;
}


div.popup_context_help {
    width:800px;
}

div.popup_context_help h1{
    margin-top:0px;
}
div.popup_context_help_body {

}
div.popup_context_help_body h3 {
	font-weight: bold!important;
	color: #38BCE8!important;
	margin-top:1px;
}

div.popup_context_content {
    width:960px;
}

div.popup_context_content h1{
    margin-top:0px;
}

div.tabcontent {

    display:none;
}


.column_date {
    width:90px;
}
.column_datetime {
    width:140px;
}

div.disapprove_controls{
    width:500px;
}

div.disapprove_controls p{
    margin:0;
    padding:0;
    font-weight: bold;
    margin-bottom:10px;
}


table.grid tr.messagebody td p {
    margin:0px;
    
}

table.grid tr.selected td {
	background-color: #99CCE6;
}
table.grid tr.selected:hover td {
	background-color: #99CCE6;
}


table.grid tr.messagebody td table td {
	border:none;
	padding:0px;
} 

table.grid.clipcells {
    table-layout: fixed;
}
table.grid.clipcells td {
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.template_name {
    
    font-size:120%;
    font-weight: bold;
    display: block;
    margin-bottom:10px;
}

div.question_block {
    padding-top:10px;
}


div#fancy_print{
    cursor: pointer;
    width:36px;
    height: 36px;
    left:-18px;
    position:absolute;
    top: -18px;
    z-index:9999;
    display:block;
    background: transparent url(../img/fancybox_printbtn.png) no-repeat;
    background-size: contain;
}




.stuff_box{
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
}

.searchtable {
	width:100%;	
	border-collapse: collapse;
}

.searchtable td {
	
	vertical-align:  middle;		
}


@media print {
    
    @page { margin: 10mm 10mm 10mm 10mm }
    body { margin: 0px }
    
    div.header {
        display:none;
    }
    div.subheader {
        display:none;
    }
    
    div.main-wrapper {
        margin-top:0px;
        width:100%;
    }    
}

div.rich_editor_dialog {
	width:600px;
}



div.messagepreview {	
	width:875px;	
	font-size: 13px;
    line-height: 1.6;
}

div.messagepreview var {	
	font-style: normal;
	background-color: #EDEDED;	
	border:1px solid #38BCE8;
	padding: 0px 3px;
}

header {
	width:100%;
	display:block;
	padding:5px;
	background-color: #38BCE8;
	color: white;
	line-height:22px;
}

p.path {
	width:100%;
	display:block;
	padding:5px;
	background-color: #EDEDED;
	
	line-height:22px;
}

span#easyswim_logo {
	background: transparent url(../img/logo-white.png) no-repeat;
	width:255px;
	height:55px;
	display: inline-block;
}
.datecolumn {
	width:130px;
}
.smalldatecolumn {
	width:100px;
}

/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(51, 153, 204, .3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/


div.selectbar {
    width:100%;
    display: block;
    background-color: var(--button-background-color);    
    height:40px;    
    margin-bottom:10px;
    padding:3px;
    padding-left:7px;
    
}

div.selectbar div.item {    
    display: inline-block;        
    border-right: 1px solid #44AADD;
}

div.selectbar div.item select {
    border: none;
    min-width:150px;
    color: white;
    background-color: var(--button-background-color);    
}
div.selectbar.selectbar-registrations div.item select {
    width: 140px;
    min-width: 140px;
}
div.selectbar.selectbar-registrations .ms-drop {
    min-width: 200px;
}
div.selectbar div.item select option {
    background-color: white;
    color : black;
}
div.selectbar div.item input.datepicker {
    background-color: var(--button-background-color);
    color: white;
    border: none;
}
div.selectbar div.item label[for='referencedate'],
div.selectbar div.item label[for='periodstart'],
div.selectbar div.item label[for='periodend'] {
    color: white;
    padding: 0 6px 0 6px;

    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
div.print-footer {
    display: none;
}


div.scrollable-inline-table-container {
    
    width:100%;
    display: block;
    border: 1px solid #E9E9E9;
    background-color: white;
    height:150px;
    min-height:150px;
    overflow: hidden;
    overflow-y: scroll;
}


table.imagetable {
    width:100%;
    border-collapse: collapse;
}
table.imagetable tr td {
    padding: 5px;
}

table.imagetable tr.header-row td {
    background-color: white;
    border: 1px solid #999;
}
table.imagetable tr.image-row td {
    background-color: #E9E9E9;
    min-height: 70px;
    height:70px;
    border: 1px solid #999;
    border-top:none;
}

.datepicker-width{ 
    width: 100px;
}

table.layout {
    width: 100%;
    border-collapse: collapse;
}
table.layout tr td {
    vertical-align: top;
}
table.layout > tr.topborder td {
    border-top: 1px solid #EAEAEA;
}

table.grid tbody tr.deleted td {
    background-color: #ffCCCC;
}

table.ui-datepicker-calendar tbody tr td {
    position:relative;
}
span.highlight-dot {
    position:absolute;
    padding: 0!important;
    right: 0px;
    top: 0px;
}

div.scroll-container {
    display: inline-block;
    width:100%;
    overflow-y: scroll;
    min-height: 2rem;
    max-height: 20em;
    font-size: 1rem;
    border: 1px solid #CCC;
}

div.scroll-container ul {
    list-style: none;
}
div.scroll-container ul li {
    line-height: 1rem;
    position:relative;
    padding-left: 1.5rem;
    
}

div.scroll-container ul li span.checkbox-spacer {
    position:absolute;
    left: 0rem;
    top: 0.09rem;    
    height: 1rem;
    width: 1rem;        
}

div.scroll-container ul li label {
    display: inline-block;
    line-height: 1.5rem;
}

/* 20251213 RD, Open invoice threshold indicator in office orders (tab NEW) */
.threshold-icon {
    color: red;
}

table.grid td.threshold-cell {
    text-align: center;
    vertical-align: top;
}
span.threshold-exceeded {
    color: red;
    cursor: help;
    /* eventueel extra styling zoals achtergrond/cirkel als je dat wilt */
}