
@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
	overflow-y: scroll; 
}


body {
	background-color: #4269A5;
	color: #000000;
	text-align: center;
	text-decoration: none; 
	font-family: Roboto, Arial, 'Lucida Grande', sans-serif;
	font-weight: normal; 
	font-size: 12px;
	margin: 10px; 
}

.touch body {
	/*margin: 0; */
}

.touch table.form input.bluebutton {
    width: 130px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

div.touchonly {
    display: none;
}

.touch div.touchonly {
    display: block;
}

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;
}

A {
	text-decoration: none;
}

A:Link, A:Visited, A:Hover {
	color: #0000ff;
}

A:Hover {
	text-decoration: underline;.
}

table.overview {
    border-radius: 0 8px 8px 8px;
	background-color: transparent;
    background-size: cover;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
    border-spacing: 0;
    font-size: 14px;
    min-width: 600px;
    box-shadow: 20px 20px 6px -6px #333;
}

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: 0px solid; 
    border-right: 0px solid; 
    border-top: 0px solid;
    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;
}

@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;
    }

    .searchinput {
        width: 250px;
        background: url('images/search.png') no-repeat 8px 6px; 
        background-color:white;
        padding:6px 15px 6px 30px;
        margin:0px;
        font-size: 16px;
        color: black;
        border-radius: 5px;
    }

    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: Roboto, 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 {
	    box-shadow: 3px 3px 3px #444;
		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.imagetile {
        max-width: 230px; 
        max-height: 230px; 
        box-shadow: 8px 8px 8px #444; 
        margin-top: 20px;
        margin-bottom: 20px; 
        padding: 8px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border:1px solid #c0c0c0;
        border-radius:5px;
        transition: all 0.5s ease-in-out;
	}

    img.imagetile:hover {
        transform:scale(1.5);
	}

	img.imagetilesmall {
        max-width: 30px; 
        max-height: 30px; 
        margin-top: 0;
        margin-bottom: 0; 
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius:5px;
        transition: all 0.5s ease-in-out;
	}

    img.imagetilesmall:hover {
        transform:scale(10.0);
	}

	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;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	img.statusicon:hover {
    		-webkit-transform:scale(1.1);
                transform:scale(1.1);
	}

    img.downloadbt {
		width: 22px; 
        cursor: pointer;
        vertical-align:middle;
        margin-left: 0;
        border: 0;
		transition: all 0.5s ease-in-out;
	}

	img.downloadbt:hover {
        transform:scale(1.2);
	}

    img.rowaction {
		border-radius:2px; 
		width: 20px; 
		border: 0;
	}

	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:hover {
        transform:scale(1.2);
    }

	#statlabel {
		text-align: center;
		width: 130px;  height: 18px; padding: 5px 15px 5px 15px;
		background: #5E768D;
		background: gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));
		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;
	}

    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;
	}

	#logoutinfo{
		font-family: sans-serif; font-size: 12px;
        text-align: right;
        visibility: hidden;
        color: blue;
        user-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 {
        border-radius: 0 8px 8px 8px;
        box-shadow: 20px 20px 6px -6px #333; 
	}

	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: Roboto, 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: Roboto, 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:40px;
        margin-left:-440px;
        margin-top:0; 
		padding: 8px;
		z-index:2; 
		font-weight: bold;
        text-align: left;
	    line-height: 30px;
		background: #FFFFFF;
		border-radius: 15px;
		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: absolute;
        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;
	}

	#infomessage: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;
	}

	#infomessage: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;
	}

	#accountinfo {
		position: absolute;
        top:100%;
        left: 0;
        width: 370px;
        height: 170px;
        margin-left: 5px;
        margin-top: -222px; 
		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;
	}

	#accountinfo: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: 54px;
	}

	#accountinfo: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: 50px;
	}

    #btBar img.actionbt {
        margin: 0 8px 0 0; 
        width: 30px;
        height: 30px;
    }

    #btBarGrid img.actionbt {
        margin: 0 3px 0 0; 
    }

    .touch #btBar img.actionbt {
    }

    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: Roboto, 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;
    }

    input[type=text].noaccess {
        border: 0;
        background-color: transparent;
    }
}

@media print {

	@page {size: 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, #accountinfo, #logoutinfo {
        display: none;
    }
    
    .noprint, input.bluebutton, input.transferbutton, img.pageicon, 
        img.pagelogo, img.toolimg, img.showhide, .searchinput, table.overview img, 
        .defbtn, img.sortorder, img.popupicon, img.pwdtoggler, img.statusicon, img.actionbt, div.tab, 
        div.seltab, img.downloadbt, img.imagetile, img.imagetilesmall {
        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] {
		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.diagramwrapper {
        width: 1020px; 
        padding: 10px; 
        background-color: white;
    }

    :input-placeholder {
        color: transparent;
    }

    td.warning {color: black;}
}






