@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') 
	format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') 
	format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') 
	format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') 
	format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
	format('svg');
  font-weight: normal;
  font-style: normal;
}

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-caret-up:before {
    content: "\f0d8";	
}
.fa-caret-down:before {
    content: "\f0d7";	
}
.fa-times:before {
    content: "\f00d";	
}
.fa-plus:before {
    content: "\f067";	
}

body{
	/* color: #3a3a3a; */
	background-color: #fff;
	overflow: hidden;
	outline: 0;
    padding: 0;
    vertical-align: baseline;
	border: 0;
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* color: #111; */
	color: #595959;
    letter-spacing: 0;
    line-height: 1.3em;
}


h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.page-header{
	background-color: #595959;
	width: 100%;
}
.header{
	hyphens: manual;
	max-width: 1140px;
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	
}
.logo{
	width: 31%;
	margin: auto;
	padding-left: 20px;
}
.header img{
	width: 50%;
}
.knop {
    display: inline-block;
    width: 350px;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .3s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 20px;
    user-select: none;
}
.smallButton{
	width: 115px;
    font-size: 0.8em;
    text-align: center;
    padding: 5px 5px;
}
/* .knop:hover{ */
	/* background-color: #fafafa; */
/* } */

.menu-container{
    display: flex;
    flex-direction: column;	
	width: 69%;
	height: 80px;
}

.menu ul{
	list-style: none; 
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.memu li{
	font-size: 15px;
    font-weight: 400;
	font-family: "Arimo",Sans-serif;
	white-space: nowrap;
}
.menu a {
	cursor: pointer;
	color: #fff;
	display: -webkit-box;
	padding: 30px 20px;
    line-height: 20px;
	transition: all .4s;
	user-select: none;
}
.menu .active,
.menu a:hover {
    background-color: #38b7bc;
	outline: 0;
}
.main{
	overflow-y: auto;
	padding: 10px 0;
    height: calc(100vh - 100px);
}
.main > div{
	width: 90%;
	margin: auto;
}

table{
    width:100%;
    border-collapse: collapse;
	font-size: 0.8em;
    line-height: 1em;
}
th{
    font-weight:bold;
    background-color:#ddd;
}
th,
td{
	position: relative;
    padding:0.5em;
    border:1px solid #ccc;
}
th .sorting{
    position: absolute;
    right: 15px;
	transition: all .3s;
}
th .up{
	transform: rotate(180deg);
}

.click{
	cursor: pointer;
}

.right{
    text-align: right;
}

.checkbox {
    position: relative;
}

.checkbox input[type="checkbox"]{
    opacity: 0;
	height: 0;
}
.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.checkbox>label:after {
	opacity: 0.0;
	content: '';
	position: absolute;
	width: 7px;
	height: 2px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #595959;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
	transition: all .3s ease;
}
.disabled>label:after{
	border-color:#ccc !important;
}
.checkbox>label:hover::after {
	opacity: 0.0;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

::-webkit-scrollbar{
    width: 4px;
    background-color: transparent;
    position: relative;
    transition: background-color .8s;
}
::-webkit-scrollbar:hover{
    right: 10px;
    width: 7px !important;
}

::-webkit-scrollbar-thumb{
    border-radius: 1.2px;
    /* background-color: #b8b8b8; */
    background-color: #ddd;
    
}
::-webkit-scrollbar-thumb:hover{
    background-color: #bfbfbf;
}

::-webkit-scrollbar-track{
    border-radius: 1.2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    background-color: transparent;
}


/* input[type='radio']:disabled, */
/* input[type='checkbox']:disabled, */
/* input[type='checkbox']:disabled + label { */
	/* cursor:default; */
/* } */

/* PDF popup */
.poppdf div{
    width: 100%; 
    height: 100%;
}
.poppdf div iframe{
    position: relative; 
    top: 0;  
    bottom: 0; 
    left: 0;   
    width: 100%;  
    height: 100%;  
    border: 0
}


.popup{
	background-color: #fff;
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%,-50%); */
	z-index: 100;
	box-shadow: 6px 6px 5px #888888;
	border-radius: 3px;
	border: 1px solid #595959;
	width: 500px;
	height: 400px;
}
.popup .bar{
	/* width: 100%; */
	background-color: #595959;
	color: #fff;
	position: relative;
	top: 0;
	border-radius: 3px 3px 0 0; 
	text-align: center;
	height: 30px;
	cursor: move;
	display: flex;
	align-items: center;
    padding: 10px;
	margin: -1px -1px 0 -1px;
    box-sizing: border-box;
}
.popup .bar label{
	cursor: move;
	user-select: none;
}
.popup .ontop{
    text-decoration: underline;
}

.popup .close{
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 5px;
	vertical-align: sub;
	transition: all .4s;
}

.knop:hover,
.popup .council i:hover,
.popup .close:hover{
	color: #38b7bc;
}
.popup .content{
    padding: 10px;
	overflow-y: auto;
	height: calc(100% - 50px);
}
.customers select,
.customers input[type=text],
.popup .council select,
.popup .council input[type=text]{
	border: none;
	width: 100%;
	color: #3a3a3a;
	outline: none;
	box-sizing: border-box;
}
.popup .council td i{
	cursor: pointer;
	color: #595959;
	padding: 7.5px;
	transition: all .4s;
}

.popup .resize-handle{
    position: absolute;
    z-index: 100;
    font-size: 1px;
    line-height: 6px;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 101;
	background: transparent;
    zoom: 1;	
}
.popup .resize-handle-n{
    cursor: n-resize;
    top: 0;
	width: 100%;
    height: 6px;
}
.popup .resize-handle-e{
    cursor: e-resize;
    right: 0;
	top: 0;
	width: 6px;
    height: 100%;
}
.popup .resize-handle-s{
    cursor: s-resize;
    bottom: 0;
	width: 100%;
    height: 6px;
}
.popup .resize-handle-w{
    cursor: w-resize;
    left: 0;
	top: 0;
	width: 6px;
    height: 100%;
}
.popup .resize-handle-nw{
    cursor: nw-resize;
    left: 0;
    top: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-ne{
    cursor: ne-resize;
    right: 0;
    top: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-sw{
    cursor: sw-resize;
    left: 0;
    bottom: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-se{
    cursor: se-resize;
    right: 0;
    bottom: 0;
	width: 12px;
    height: 12px;
}

.popupCouncil td{
	user-select: none;
}

::selection {
  background: #38b7bc;
  color: #fff;
}
::-moz-selection {
  background: #38b7bc;
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #38b7bc inset !important;
    box-shadow: 0 0 0px 1000px #38b7bc inset !important;
}

.vertTop td{
	vertical-align: top;
	padding: 10px;
}
p{
	line-height: 1.3em;
}
.autocomplete{
	display: flex; 
	justify-content: space-between;
}
.autocomplete .searchbox{
	border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
	
}
.autocomplete .searchbox ul{
	position:absolute; 
	margin-top: 1px; 
	list-style: none; 
	margin-left: -41px; 
	width: 320px;
	z-index: 10;
}
.autocomplete .searchbox li{
	border: 1px solid #ddd;
    border-top: none;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
	background-color: #fff;
	transition: all .3s;
}
.autocomplete .searchbox li:hover{
    background-color: #38b7bc;
    color: #fff;
}

.autocomplete input[type='text']{
	width: 330px;
	border: none;
	outline:none;
	font-size: 16px;
    padding: 5px;
    color: #595959;
    box-sizing: border-box;
	z-index: 11;
}

#codeField,
#passwordField,
#txtUsername{
	background: #38b7bc;
	color: #fff !important;
}

.spinner {
	display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
	left: calc(50% - 30px);
    top: calc(50% - 30px);
	z-index: 3000;
	display:none;
}
.spinner:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 1px; 
  border-radius: 50%;
  border: 5px solid #595959;
  border-color: #595959 #595959 #595959 transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
