

html {
	overflow-y: scroll; 
}

body {
	background-color: #4269a5;
	color: #000000;
	text-align: center;
	text-decoration: none; 
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-weight: normal; 
	font-size: 12px;
	margin: 10px; 
}

input.noshow {
	display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

iframe {
	border: #000 1px dotted;
}

hr.separator {
	border: 0; 
	border-bottom: 1px dashed black;
}

textarea {
	overflow: auto;
	border: 1px solid #004080;
    resize: vertical; 
}

.divider {
	width: 100%;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
 	margin-top: 10px;
	margin-bottom: 10px;
}

.divider hr {
	margin-left:auto;
	margin-right:auto;
	width:38%;
	border: 0; 
	border-bottom: 1px dashed black;
}

#charactercount {
	text-align: right;
	width: 130px;  height: 12px; padding: 5px 15px 5px 15px;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));
	font-family: sans-serif; 
  	font-size: 12px; color: #f2f2f2;
  	text-shadow: 0px -1px 0px #334f71; 
	border-radius: 6px;
  	user-select: none;
	cursor: default;
}

A {
	text-decoration: none;
}

A:Link, A:Visited, A:Hover {
	color: #0000ff;
}

A:Hover {
	text-decoration: underline;.
}

table.overview {
	background-color: transparent;
    background-size: cover;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
    border-spacing:0;
    font-size: 14px;
    min-width: 600px;
}

table.overview th, table.overview td {
	background-color: white;
	padding: 10px 30px 10px 30px;
	text-align: left;
}

table.overview th {
	font-weight: bold;
}

table.overview td {
	font-style:italic;
    min-width: 400px;
}

table.form {
	background-color: white;
	margin: 5px;
	margin-left:auto;
	margin-right:auto;
    margin-top: 50px;
	padding: 20px;
    min-width: 500px;
}

form {
	margin: 0px; 
  	display: inline;
}

input.grayfield {
	height: 16px;
 	border-width: 1px; 
	color: #322f37; 
	background: #e0e0e0;
}

select.grayfield {
	height: 18px;
 	border-width: 1px; 
	color: black; 
	background: white;
}

input.blackonwhite {
    background-color: #ffffff;
    border-bottom: rgb(0, 0, 0) 1px dotted; 
    border-left: 0; 
    border-right: 0; 
    border-top: 0;
    color: #000000;
    font-size: 14px;
}

input.whitebox {
    background-color: #ffffff;
    border: rgb(0, 0, 0) 1px solid; 
    color: #322f37;
    font-size: 14px;
}

select.blackonwhite {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}

textarea.blackonwhite {
    background-color: #ffffff;
    color: #000000;
    border-bottom: rgb(170,170,170)  1px solid; 
    border-left: rgb(170,170,170)  1px solid; 
    border-right: rgb(170,170,170)  1px solid; 
    border-top: rgb(170,170,170)  1px solid;
    font-size: 14px;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
  
div.invoiceframe {
  	border: 1px dashed;
  	padding: 12px 12px 5px 12px;
  	background-color: #f8f8f8;
  	min-height: 100px;
  	font-size: 14px;
  	font-family: Calibri;
}

@media screen {
  
    table#tooltable {
		margin: 0 0 2px 0;
    }

    div#btBar {
 		white-space: nowrap;
		text-align: left;
		position: absolute; 
		visibility: hidden;
		background-color: white; 
		padding: 5px 8px 0 8px;
		border-radius: 8px 8px 0 0;
		z-index: 2;
    }

    div.tab {
  		white-space: nowrap;
        text-align: center;
        position: absolute; 
        visibility: hidden; 
        background-color: #e0e0e0; 
        padding: 0 10px 0 10px;
        border-radius: 0 8px 0 0;
        font-size: 16px;
        font-weight: bold;
        z-index: 0;
        color: #808080;
        cursor: pointer;
        border-left: 1px solid #4269a5;
        border-right: 1px solid #4269a5;
		user-select: none;
    }

    div.tab:hover {
    	color: blue;
    }

    div.seltab {
	    white-space: nowrap;
        text-align: center;
        position: absolute; 
        visibility: hidden; 
        background-color: white; 
        padding: 0 10px 0 10px;
        border-radius: 0 8px 0 0;
        font-size: 16px;
        font-weight: bold;
        z-index: 0;
        color: #004080;
        border-left: 1px solid #4269a5;
        border-right: 1px solid #4269a5;
        user-select: none;
		cursor: default;
    }

    div#btBarGrid {
		white-space: nowrap;
    }

   .header {
	    font-size: 28px;
        color: #fefefe;
	    font-weight: bold; 
        background-color: transparent;
	    margin: 25px 3px 25px 3px;
      	text-shadow: 3px 4px 5px #000;
        user-select: none;
		cursor: default;
   }

   select.transferbox {
		background-color: #ffffff;
    	color: black;
    	font-size: 16px;
    	width: 100%; 
        min-width: 250px; 
        height: 380px;
        padding-top: 5px;
        padding-left: 5px;
    }

	input.transferbutton {
    	color: #ffffff;
		background-color: #4679c7;
        border: 1px solid transparent;
        font-family: Arial;
    	font-size: 22px;
        font-weight: bold;
		border-radius: 8px;
        padding: 0 10px 0 10px;
        margin-top: 2px;
        margin-bottom: 4px;
	    box-shadow: 3px 3px 3px #444; 
		transition: all 0.5s ease-in-out;
	}

	input.transferbutton:hover{
		background-color: #3060b0;
        border: 1px solid black;
	}

	img.pagelogo {
		width: 36px; 
		height: 36px; 
		border-radius:5px;
    	opacity: 0.5; 
	    box-shadow: 3px 3px 3px #444; 
	}

	img.pagelogoactive {
		transition: all 0.5s ease-in-out;
        cursor: pointer;
	}

	img.pagelogoactive:hover {
        transform:scale(1.3);
	}

    .header img.pagelogo {
    	margin-right: 15px;
    	vertical-align: -20%;
     }
  
  	img.fnautofill {
		width: 20px;
  		height: 20px;
  		vertical-align: middle; 
  		margin-left: 5px;margin-bottom: 1px;
  		border-radius:3px;
  		cursor: pointer;
  		visibility: hidden;//box-shadow: 2px 2px 2px #444; 
	}
  
    img.fndownload {
		width: 20px;
  		height: 20px;
  		vertical-align: middle; 
  		margin-left: 5px;margin-bottom: 1px;
  		border-radius:3px;
  		cursor: pointer;
  		visibility: hidden;//box-shadow: 2px 2px 2px #444; 
	}
  
     .searchinput {
     	width: 100%;
        background: url('images/lense.png') no-repeat 8px 6px; 
        background-color:white;
        padding:6px 15px 6px 30px;
        margin:0px;
        font-size: 16px;
        color: black;
        border-radius: 5px;
     }
  
       .searchinputsmall {
     	width: 100%;
        background: url('images/lense.png') no-repeat; 
  		background-size: 12px 12px;
  		background-position: 4px center;
        background-color:white;
  		padding: 1px 1px 1px 22px;
        margin:0px;
        font-size: 13px;
        color: black;
        border-radius: 5px;
     }

	table.grid tr:hover td {
		background-color: #7AA9DD;
		color: white;
	}

	table.grid tr:hover a{
		color: white;
	}

	img.pwdtoggler {
		width: 20px; 
        visibility: hidden; 
        cursor: pointer; 
		transition: all 0.5s ease-in-out;
	}

	img.pwdtoggler:hover {
        transform:scale(1.2);
	}

	img.statusicon {
		width: 20px; 
		height: 20px; 
		border-radius:2px;
		transition: all 0.5s ease-in-out;
	}

	img.statusicon:hover {
    	transform:scale(1.1);
	}

	img.toolimg {
		margin: 3px 3px 0 3px; 
		cursor: pointer; 
		width: 30px; 
		height: 30px; 
		border-radius:5px;
		box-shadow: 3px 3px 3px #444;
		position: absolute; 
		visibility: hidden
	}

	img.actionbt {
		margin: 0 10px 0 0; 
		cursor: pointer; 
		width: 30px; 
		height: 30px; 
		border-radius:5px;
		box-shadow: 3px 3px 3px #444;
		transition: all 0.5s ease-in-out;
	}
  
  	img.actionbt_placeholder {
		margin: 0 10px 0 0; 
		cursor: pointer; 
		width: 30px; 
		height: 30px; 
		border-radius:5px;
		box-shadow: 3px 3px 3px #444;
  		visibility: hidden;
	}

    img.actionbt:hover {
        transform:scale(1.2);
    }

	#statlabel {
		text-align: center;
		width: 130px;  height: 18px; padding: 5px 15px 5px 15px;
		background: #5E768D;
		background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
		font-family: sans-serif; 
  		font-size: 16px; color: #f2f2f2; 
  		text-shadow: 0px -1px 0px #334f71; 
       	border-radius: 8px;
        user-select: none;
	    cursor: default;
	 }

	img.popupicon {
		width: 24px; 
		height: 24px; 
		border-radius:3px;
		vertical-align: text-bottom;
		margin-left: 0;
		margin-right: 20px;
	}

	p.popupheader {
		text-align: left;
		margin: 5px;
  		font-size: 16px;
  		font-weight: bold;
	}
  
    img.showhide {
    	vertical-align: text-bottom; 
        cursor: pointer; 
        margin-bottom: 1px;
        margin-right: 15px;
        width: 15px;
    }

	img.deletebutton {
		width: 23px; 
		height: 23px; 
		border-radius:2px;
	}
  
  	table.shortcuts {
        margin: 20px 0 20px 40px;
        font-size: 14px;
	}

	table.shortcuts td {
        padding: 0 30px 10px 0;
	}

	table.shortcuts tr td:first-child { 
    	font-weight: bold;
	}

	#logoutinfo {
		font-family: sans-serif;
  		font-size: 12px;
        text-align: right;
        visibility: hidden;
        color: blue;
        select: none;
        cursor: default;
	}

	img.deletebutton:hover {
    	opacity: 0.7;
	}

	iframe { 
		border-radius: 5px;
	}

	textarea {
		border-radius: 5px;
	}

	select.headline {
    	background-color: #ffffff;
    	color: #004080;
    	font-size: 22px;
		text-decoration: none;
    	font-weight: bold;
        padding-left: 5px;
	}

	p.headline {
    	background-color: transparent;
    	color: #004080;
    	font-size: 28px;
		text-decoration: none;
    	font-weight: bold;
		text-shadow: 1px 1px 1px #004080;
		margin-top: 0;
		margin-bottom: 20px;
	    user-select: none;
	    cursor: default;
	}

	table.overview {
	   box-shadow: 20px 20px 6px -6px #333;
       border-radius: 0 8px 8px 8px;
	}

	table.overview th {
		border-bottom: 1px dashed black;
		transition: all 0.25s ease-in-out;
	}

	table.overview td {
	    border-bottom: 1px dashed black;
	    border-left: 1px dashed black;
		transition: all 0.25s ease-in-out;
	}

    table.overview tr.dohover {
		cursor: pointer;
    }

    table.overview th.filler {
		border-left: 0; 
        border-bottom: 0; 
        width: 15px; 
        padding: 0;
     }

     table.overview tr.dohover:hover td{
	 	background-color: #4269a5;
	    color: white;
     }

     table.overview tr.dohover:hover th{
	 	background-color: #4269a5;
	    color: white;
        border-right: 1px dashed white;
     }

     table.overview tr.dohover:hover th.filler{
	 	background-color: white;
	    color: black;
     }


	table.form {
    	border-radius: 0 8px 8px 8px;
	    box-shadow: 20px 20px 6px -6px #333;
	 }

	 table.grid {
		box-shadow: 10px 10px 10px #333; 
	 }

	img.pageicon {
		display: inline;
		border: 0;
	}

	table.grid tr {
		background-color: #004080;
	}

	table.grid th {
		font-weight:normal;
		background-color: #004080;
		color: white;
		text-align: left;
		padding: 12px 8px 12px 8px;
	    white-space: nowrap;
        font-size: 14px;
	}

	table.grid th.sortable {
		cursor: pointer;
		transition: all 0.25s ease-in-out;
	}

    table.grid th.sortable:hover {
        transform: translateY(-5px); 
		box-shadow: 5px 5px 5px #444; 
     }

	table.grid td {
		font-size:12px;
		padding: 6px;
        background-color: white;
		transition: all 0.25s ease-in-out;
	}

	input.bluebutton {
    	color: #ffffff;
		background-color: #004080;
		border-width: 0; 
        font-family: Arial;
    	font-size: 12px;
		border-radius:3px;
        padding: 3px 6px 3px 6px;
		transition: all 0.5s ease-in-out;
        border: 1px solid transparent;
	}

	input.bluebutton:hover {
		background-color: #3060b0;
        border: 1px solid black;
	}

    table.form input.bluebutton {
    	width: 90px;
    }

	.printonly {display: none;}

	input.datebox {
		cursor: pointer;
    	border: rgb(0, 0, 0) 1px solid; 
    	color: #000000;
    	font-size: 14px;
    	font-family: Arial, 'Lucida Grande', Lucida, sans-serif;
		text-align: center;
        border-radius: 5px;
	}

    select.toolcombo {
    	height: 32px; 
        font-size: 16px;
        padding-left: 10px;
        color: black;
        margin: 0;
     }

	input[type=text], input[type=password]{
		padding-left: 3px;
	}
  
	#searchbox {
		position: absolute;
	    top:10px;
       	left: 100%;
	    width:400px;
       	height:35px;
	    margin-left:-440px;
      	margin-top:0; 
		padding: 8px;
		z-index:1001; 
		font-weight: bold;
       	text-align: left;
	    line-height: 30px;
		background: #FFFFFF;
		border-radius: 12px;
		border: #004080 solid 2px;
		font-size: 24px;
        visibility: hidden;
        user-select: none;
        color: red;
        cursor: default;
	}

	#botmessage {
		position: absolute;
		z-index:2; 
		font-size: 24px;
        visibility: hidden;
        cursor: default;
	}

	#infomessage {
		position: fixed;
        top:50%;
	    left: 50%;
       	width:600px;
	    height:30px;
       	margin-left:-300px;
	    margin-top:-30px; 
		padding: 10px;
		z-index:2; 
		font-weight: bold;
	    text-align: left;
        line-height: 30px;
		background: #FFFFFF;
		border-radius: 15px;
		border: #004080 solid 5px;
		font-size: 24px;
        visibility: hidden;
	    user-select: none;
	    color: red;
        cursor: default;
	}

	#infomessagex:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 15px 15px 0;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -15px;
		left: 534px;
	}

	#infomessagex:before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 19px 19px 0;
		border-color: #004080 transparent;
		display: block;
		width: 0;
		z-index: 0;
		bottom: -24px;
		left: 530px;
	}

	#recentlist {
		position: fixed;
	    top:100%;
        left: 100%;
	    width:550px;
        height:360px;
	    margin-left:-580px;
        margin-top:-392px; 
		padding: 5px;
		z-index:5; 
	    text-align: left;
        line-height: 20px;
		background: #FFFFFF; 
        text-overflow: ellipsis;
		border-radius: 15px;
		border: #004080 solid 5px;
        font-family: Arial, 'Lucida Grande', sans-serif;        
	    font-weight: bold;
		font-size: 14px;
	    visibility: hidden;
	    user-select: none;
	    color: #004080;
        cursor: default;
	}

	#accountinfo {
		position: fixed;
	    top:100%;
        left: 0;
	    width:370px;
        height: 140px;
	    margin-left: 5px;
        margin-top: -182px; 
		padding: 10px;
		z-index:5; 
	    text-align: center;
        line-height: 20px;
		background: #FFFFFF;
		border-radius: 15px;
		border: #004080 solid 5px;
		font-size: 14px;
	    font-weight: bold;
        visibility: hidden;
        user-select: none;
	    color: #004080;
        cursor: default;
	}

    #btBar 	img.actionbt {
		margin: 0 8px 0 0; 
        width: 30px;
        height: 30px;
     }

     #btBarGrid img.actionbt {
		margin: 0 3px 0 0; 
     }

     td.warning {color: red;}
  
     div.diagramwrapper {
     	margin-top: 20px;
        margin-left:auto; margin-right:auto;min-height: 400px;width: 1020px;
        background-color: white;
  		box-shadow: 20px 20px 6px -6px #333; 
        border-radius: 5px;
        padding: 30px 0 0 20px;
      }

    div.treeviewwrapper {
  		margin-top: 40px; 
  		margin-left:auto; margin-right:auto; 
  		padding: 10px 30px 10px 20px; 
  		min-width: 600px; 
  		width: 620px; 
  		background-color: white; 
  		box-shadow: 20px 20px 6px -6px #333;
  	}

    img.sortorder {
    	width: 20px; 
        vertical-align:middle;
    }

    label.filewrapper input[type="file"] {
    	position: fixed;
        top: -1000px;
    }

    .filewrapper {
    	color: #ffffff;
       	background-color: #004080;
        border-width: 0; 
        font-family: Arial;
        font-size: 12px;
	    border-radius:3px;
        padding: 3px 6px 3px 6px;
        transition: all 0.5s ease-in-out;
        border: 1px solid transparent;
        display: inline-block;
        width: 40px;
        text-align: center;
    }
  
    .filewrapper:hover {
		background-color: #3060b0;
        border: 1px solid black;
    }
  
    .filewrapper:active {
		background-color: #3060b0;
        border: 1px solid black;
     }
  
     .filewrapper :invalid + span {
     	color: #ffffff;
     }
  
     .filewrapper :valid + span {
     	color: #ffffff;
     }

     input.readonlyfield {
     	padding-left: 3px; 
        user-select: none;
     }

 	 select.noaccess {
     	margin-left: 0;
        padding-left: 0;
       	border: 0;
		outline: 0;
        padding-left: 0;
        appearance: none;
     }

 	textarea.noaccess {
    	border: 1px dashed #004080;
    }
  
    textarea.noaccess::placeholder {
  		opacity: 0;
	}

    input[type=text].noaccess {
        border: 0;
        background-color: transparent;
    }
  
  	input[type=text].noaccess::placeholder {
  		opacity: 0;
	}
  
    input[type=tel].noaccess {
    	border: 0;
        background-color: transparent;
  		placeholder {
  				opacity: 0;
  		}
    }
  
    input[type=tel].noaccess::placeholder {
  		opacity: 0;
	}
	#modalmessage {
  		border-radius: 15px;
	}

	#modalmessage::backdrop {
  		background-color: rgba(0, 0, 0, 0.2);
	}
  
	#modaltext {
  		font-size: 15px; 
  		font-weight: bold;
  		margin: 30px 30px 30px 30px;
	}
  
 	#diagfnlogin {
  		width: 350px;
  		height: 100px;
  		border-radius: 15px;
  		padding: 30px;
	}
  
	#diagfnlogin::backdrop {
  		background-color: rgba(0, 0, 0, 0.2);
	}
}

@media print {

	@page {
    	size: A4 landscape;
  	}

	body {
  		background-color: white;
  		font-size: 12pt; 
  		font-family: Georgia, 'Times New Roman', serif;
		width: 100%; margin: 0; padding: 0;
  	}

	table {page-break-after:auto;}
  
	tr {
  		page-break-inside:avoid;
       	page-break-after:auto;
    }
  
	td {
		page-break-inside:avoid;
		page-break-after:auto;    
	}

	a {text-decoration: none; color: black;}
  
	li a {font-size: 12pt; text-decoration: none; color: black;}
  
	table.form a, table.grid td a, 
  	table.overview a {font-size: 12pt; text-decoration: none; color: black;}

	#searchbox, #infomessage, #recentlist, #accountinfo, #logoutinfo, #charactercount {display: none;}
    .searchinput, .noprint, input.bluebutton, input.transferbutton, img.pageicon, img.pagelogo, 
  		img.fnautofill, img.fndownload, img.toolimg, img.showhide, table.overview img, .defbtn, 
  		img.sortorder, img.statusicon, img.popupicon, img.pwdtoggler, img.actionbt, div.tab, 
  		div.seltab {display: none;}

    .header {
		font-size: 18px;
        color: #000;
	    font-weight: bold; 
       	background-color: transparent;
	    margin: 3px 3px 3px 10px;
    }

    select.transferbox {
   		background-color: #ffffff;
        color: #000000;
        font-size: 12pt;
        width: 300px; 
        height: 420px;
        overflow: hidden;
    }

	table.grid th {
		font-size: 12pt; 
		font-weight:bold;
		color: black;
		text-align: left;
		padding: 6px;
	    white-space: nowrap;
	}

	table.grid td {
		font-size: 12pt; 
		color: black;
		text-align: left;
	}

	select.headline {
    	background-color: #ffffff;
    	color: #000000;
    	font-size: 18px;
    	font-weight: bold;
		font-family: Georgia, 'Times New Roman', serif;
	}

 	select {
    	font-size: 12pt;
        border: 0;
		outline: 0;
        padding-left: 0;
		font-family: Georgia, 'Times New Roman', serif;
        appearance: none;
    }

	table.form {
		border-width: 0px;
	}

	p.headline {
    	background-color: transparent;
    	color: #000000;
    	font-size: 28px;
		text-decoration: none;
    	font-weight: bold;
	}

	input[type=text], input[type=password], input[type=tel] {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px dashed black;
		font-family: Georgia, 'Times New Roman', serif;
	}

	input[type=search]{
		display: none;
	}

	input[type=file]{
		display: none;
	}
  
	form textarea {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        overflow: visible;
        border-color: Transparent; 
        resize: none;
		font-family: Georgia, 'Times New Roman', serif;
	}

    input.datebox {
    	border: 0; 
	    text-align: left;
    }
  	
  	div.invoiceframe {
  		background-color: white;
		font-family: Georgia, 'Times New Roman', serif;
	}

    div.diagramwrapper {width: 1020px; padding: 10px; background-color: white;}
  
    ::-webkit-input-placeholder {color: transparent;}
  
    :-moz-placeholder {color: transparent;}
  
    ::-moz-placeholder {color: transparent;}
  
    :-ms-input-placeholder {color: transparent;}

    td.warning {color: black;}
}