﻿@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

@font-face{
	font-family:Roboto;
	src:url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format("woff2");
}


/*
Light orange: #ED8B00
Mid orange: #F06400
Blood orange: #EE4C14

Secondary
Green	#009A17
Fresh green: #A9C90E
Aqua blue: #00B1AF
Petrol blue: #004A5D
Steel: #545656

*/
:root {
	--light-orange: #6EC1E4;
	--mid-orange: #54595F;
	--blood-orange: #20264D;
	--sec-steel: #7A7A7A;
	--sec-green: #BDE5F0;
}
body {
    /*font-family: Roboto,"ff-meta-web-pro-n4","ff-meta-web-pro",sans-serif;*/
	font-family: 'Kanit',Arial,Helvetica,sans-serif;
	background-color: #f6f8fb;
}
h1,h2,h3,h4 {
	color: var(--mid-orange,black);
}
.dynh3 {
/*	color: var(--mid-orange,black);
*/
}
#kop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 68px;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

#bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    overflow: hidden;
    background-color: var(--blood-orange,gray);
    text-align: center;
	color: white;
}
#bottomimage {
	position: fixed;
	bottom: 0px;
	right: 40px;
	width: 170px;
	height: 80px;
}
#main {
    position: fixed;
    top: 68px;
    left: 0px;
    right: 0px;
    bottom: 32px;
    overflow: auto;
    padding: 10px;
	padding-top: 64px;

}
#noinputwait {
	position:fixed;
	z-index: 10000;
	top: 0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	background-color: var(--blood-orange,gray);
	opacity: 0.1;
	display:none;
}
.apptitle {
	font-weight: bold;
	color: var(--mid-orange,black);
	font-size: 36px;
	margin-left: 48px;
}
#logo {
    position: fixed;
	top :0px;
	left: 10px;
    display: table-cell;
}
#lang {
    float: right;
    padding: 2px;
    margin-right: 64px;
    height: 24px;
}
#menu {
    display: table-cell;
    padding-left: 320px;
	padding-top: 16px;
}

#userinfo {
    position:fixed;
    top: 24px;
    right: 0px;
    width: 200px;
    height: 24px;
    text-align: right;
    padding-right: 10px;
}
.autoconf:hover {
    background-color: var(--blood-orange,#f5821e);
	color: white;
    cursor:pointer;
}
#floatback {
	background-color: #333333;
	display: none;
	opacity: 0.2;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
#floatdiv {
	display: none;
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	background-color: white;
	border: 1px solid var(--sec-steel,gray);
	padding: 10px;
	overflow: auto;
}
.floatdialog {
    width: 640px;
    height: 520px;
	background-color: white;
	border: 1px solid var(--sec-steel,gray);
	padding: 10px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
.floatdialogfull {
	background-color: white;
	border: 1px solid var(--sec-steel,gray);
	padding: 10px;
    position: fixed;
    top:10px;
    bottom: 10px;
    left: 10px;
    right: 10px;

    margin: auto;
}
table.unstyled td {
    border-bottom: none;
    padding: 1px;
    padding-bottom: 0px;
}
#rightdiv {
    position: fixed;
    top: 68px;
    width: 256px;
    right: 0px;
    bottom: 32px;
    background-color: white;
    overflow: hidden;
    padding: 10px;
    border-left: 1px solid #EEEEEE;
    display:none;
}

#bussy{
    position: fixed;
    bottom: 0px;
    left: 10px;
    height: 32px;
    width:32px;
    display:none;
	color: white;
}

#prinfo{
    position: fixed;
    bottom: 0px;
    left: 48px;
    height: 32px;
    width:32px;
    color: var(--mid-orange,gray);
}

#prinfo:hover{
    color: var(--blood-orange,white);
	color: white;
    cursor:pointer;
}
.badge-component {
    float:left;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 275px;
    height: 220px;
    padding: 10px;
}
.badge-component-image {
    float:left;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 275px;
    height: 140px;
    padding: 10px;
}
.badge-image {
    width:100%;
    overflow:hidden;
    height: 120px;
    background-color: #EEEEEE;
                
}
.badge-image img {
    width: 275px;
    margin: auto;
}
.badge-back {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.badge-component:hover {
    background-color: var(--blood-orange,#f5821e);
	color: white;
    cursor: pointer;
}
.datepicker {
    position: fixed;
    display:none;
    overflow:auto;
    top: 10px;
    left: 10px;
    width: 400px;
    height: 200px;
    border: 1px solid black;
}
.ruleVerzoek {
    color: #f5821e;
    font-weight: bold;
}
.statusRegel{
    background-color: transparent;
    cursor:pointer;
}
.statusRegel:hover {
    background-color: var(--blood-orange,#f5821e);
	color: white;
}
.seldealer {
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 5px;
    margin: 2px;
    width: 100%;
}
.seldealer:hover {
    background-color: var(--blood-orange,#f5821e);
	color: white;
}
#popupback {
	background-color: #000000;
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
#popuplayer {
	display: none;
	position: fixed;
	left: 50px;
	right: 50px;
	bottom: 50px;
	top: 50px;
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
	overflow: auto;
}
#popuplayersmall {
	display: none;
	position:fixed;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
	width: 400px;
	height: 200px;
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
	overflow: auto;
}
#datepickerback {
	background-color: #000000;
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
#datepicker {
    width: 640px;
    height: 480px;
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
    overflow: auto;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

#popupholder th{
    text-align: right;
}
#popupholder th:nth-child(1){
    text-align: left;
}

.editabletext {
    background-color: #FFEEEE;
    border-bottom: 1px dashed red;
	color: black;
}

#langlist {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 200px;
    border: 1px solid black;
    background-color: white;
    display:none;
    padding: 2px;
    
}
.flagsel {
    width:100%;
}
.flagsel:hover{
    background-color: var(--blood-orange,#f5821e);
	color: white;
    cursor:pointer;
}

#prinfodiv {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 8pt;
    cursor: pointer;
}

#versinfo {
    position: fixed;
    bottom: 100px;
    right: 5px;
    height: 80px;
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 10px;
    font-size: 8pt;
    cursor: pointer;
    background-image: url('/images/icon-testing.png');
    background-repeat: no-repeat;
    background-position: top right;
}
#versinfo pre {
    line-height: 10pt;
    background-color: transparent;
    padding: 0px;
}
.smalltable td, .smalltable th{
    padding: 2px;
    padding-bottom: 1px;
}
.cellRight {
    text-align: right;
}
td.cellRight {
    background-color: #E9E9E9;
}
#ratelimitdisp {
    position: fixed;
    bottom: 2px;
    right: 50px;
    width: 40px;
    height: 26px;
	color: var(--mid-orange,gray);
}
#countryflag {
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 40px;
    height: 26px;
    opacity: 0.1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}
#countryflag:hover{
    opacity: 0.8;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/*date picker */
.monthRow{
	background-color: var(--sec-steel,#999999);
	color: white;
}
.mainTable{
	padding-right:10px;
	border-spacing: 10px;
	border-collapse: separate;
}
.mainTable td {

	padding: 2px;
	border-radius: 2px;
	border: 1px solid var(--sec-steel,#999999);
	text-align: center;
}
.seldate {
	background-color: var(--light-orange,#f5821e);
	color: white;
	font-weight: bold;
	cursor:pointer;
}
.seldate:hover{
	background-color: var(--blood-orange,#5992da);
	color: white;
	cursor:pointer;

}
.selnodate {
	color: #333333;
	background-color: #EEEEEE;
	cursor: not-allowed;
}
.subtab{
	border-top: 1px dotted #C0C0C0;
}
.badge-component:hover h3 {
	color: white;
}
.badge-component-image:hover {
	background-color: var(--blood-orange,#5992da);
	color: white;
}
.errormessage{
	color: var(--blood-orange,#5992da);
	font-weight: bold;
}

.filters i {
    cursor:pointer;
}
.filters i:hover {
    color: var(--blood-orange,#5992da);
	opacity: 1;
    cursor: pointer;
}
.selfilter {
    color: var(--blood-orange,#5992da);
	opacity: 1;
    cursor: pointer;
}	
.curfilter {
    color: var(--blood-orange,#5992da);
	opacity: 0.2;
    cursor:pointer;
}
.kpirap tr:first-child {
	border-bottom: 1px solid gray;
}

.kpirap tr:first-child td {
	font-weight: bold;
}
table.kpirap{
	width: auto;
}

table.kpirap td {
	padding: 0px;
    border-bottom: none;
    padding-left: 0px;
	padding-right: 10px;
    padding-bottom: 0px;
	text-align: center;
}

table.kpirap td:first-child {
	text-align: left;
}

table.excelsheet th{
    padding: 1px;
    padding-bottom:1px;
    background-color: var(--blood-orange,gray);
    color: white;
    font-family: "Arial";
    font-size: 8pt;
    white-space: nowrap;
    border-left: 1px solid black;
}
table.excelsheet td{
    padding: 1px;
    padding-bottom:1px;
    color: black;
    font-family: "Arial";
    font-size: 8pt;
    white-space: nowrap;
    border-left: 1px solid var(--blood-orange,gray);
}

.tdminwidth td:first-child{
    width:1%;
    white-space: nowrap;
}

.tdminwidth input[type=text]{
    width: 100%;
}