html{
	font-family: Calibri;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f2f2f2;
	background-image: url(../images/background/homepage_back.jpg);
	background-repeat: no-repeat;
	background-size: 100% 260px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align:center;

}

form:not(.dif){
	background-color: #ffffff;
	padding: 20px;
	border-bottom: 2px solid #1966a0;
}
form h2{
	color:#005596;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: #ccc solid 2px;;

}
form[id='merSearchForm'] > span:not(.dif), form[id='searchform'] > span:not(.dif), form[id='textSearchForm'] > span:not(.dif), form[id='rsSearchForm'] > span:not(.dif){
	position: relative;
	top: -24px; 
	color: #1f426c;
	font-size: 18px;
	white-space: nowrap;
	padding: 19px 0;
	font-weight: bold;
}

form > span:not(.dif), form > div > span:not(.dif) {
	position: relative;
	color: #1f426c;
	font-size: 18px;
	white-space: nowrap;
	padding: 15px 0;
	font-weight: bold;
}

form span.error{
	position: relative;
	top: 0;
	color: #ff0000;
	font-size: 14px;
	white-space: nowrap;
	padding: 2px;
	font-weight: bold;

}
.container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 1140px;
	text-align:left;

}

a:link {
	color: #132654;
}

a:visited {
	color: #132654;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.error
{
	color: red;
}
.required
{
	font-weight: bold; color: red;
}

.msg 
{
	color:blue;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	padding: 2px;
}

.header {
	position: relative;
	background-color: #fff;
	/* border-bottom: #f47b20 solid 2px; */
	/* height: 90px; */
	padding-right: 15px; padding-left: 15px;
	/*box-sizing: border-box;*/
	/* margin-top: 6px;*/
	width:1072px;
	float:left;
}
.lang{
	clear:right;
	/* padding:18px; */
}
.lang span{
	display:block;
	text-align:center;
	padding:4px;

}
.lang span a{
	text-decoration:none;
	color:#fff;
}
.lang > span:nth-child(1){
	border-bottom:1px solid #8ea3be;
}
.date{
	text-align:right;
	color:#fff;
	font-size:12px;
	line-height:14px;
	margin-top:12px;
	width:1072px;
}
.title{
	color:#fff;
	font-size:36px;
	margin-top: 10px;
	text-align:center;
	font-weight:bold;
}
.printHeader {
	display: none;
}

.mobileHeader {
	display: none;
}

.helptext {
	display: block;
	color: #666666;
	font-size: 11px;
}

.header td {
	border: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}
.hide{display: none;}
.hidden { display: none !important; 
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {  visibility: hidden; }

.logout {
	padding-top: 2px;
	background: #d1d1d1 url(../images/breadcrumb_left.gif) no-repeat;
	height: 22px;
	display: inline-block;
	/*float: right; */
	text-align: right;
	margin-left: 2%;
	margin-top: 2px;
}

.logoutRight {
	background: #d1d1d1 url(../images/breadcrumb_right.gif) no-repeat right;
	width: 16px;
	height: 22px;
	float: right;
	clear: both;
}

.logoutMid {
	padding-left: 15px;
	margin: 0px;
	display: inline-block;
}

.contentArea {
	width: 100%;
	min-height: 600px;
	margin-bottom: 20px;
	margin-top: 55px !important;
	padding: 5px;
	box-sizing: border-box;
}
.contentArea > .content > h1:not(.dif){
	color: #f47b20;
	line-height: 2em;
}

.contentArea > .content > h1.white{
	color: white;
	line-height: 2em;
}
.contentArea > .content > h1 a, .contentArea > .content > h1 .selected {
	color: #ffffff;
}
.contentArea > .content > h2{
	color: #1f426c;
	line-height: 25pt;
	font-size: 20pt;
	font-weight: lighter;
	border: 0;
}


.contentAreaLogin {
	width: 100%;
	/* float: left; */
	background-color: #ffffff;
	margin-top: 37px;
	margin-left:auto;
	margin-right:auto;
}

.content {
	padding-left: 5px;
	padding-right: 5px;

}

H1:not(.center2) {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.2em;
	margin: 0px;
	color: #000000;
	padding-bottom: 6px;
	padding-left: 3px;
}

.selected {
	color: #132654;
}

.active {
	color: #35b61c;
}

.inactive {
	color: #c43534;
}
.blocked {
	color: #c43534;
}


.template {
	color: #6c6ccc;
}

.locked {
	color: #fa5c5c;
}



H1 a:link {
	color: #000000;
	text-decoration: none;
}

H1 a:visited {
	color: #000000;
	text-decoration: none;
}

H1 a:hover {
	color: #000000;
	text-decoration: underline;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 25pt;
	color: #000000;
	border-bottom: 2px solid #000000;
	/*margin-top: 5px;
	margin-bottom: 0px;*/
	padding-left: 3px;
	padding-bottom: 2px;
	background:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 a:link {
	text-decoration: none;
}

h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
}

h2 a img {
	position: relative;
	top: 3px;
	right: 3px;
}

/*table + H2 {
	margin-top: 30px;
}
*/

ul { margin-top: 0.3em; }

h3 {
	font-weight: normal;
	font-size: 17px;
	line-height: 1em;
	color: #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-bottom: 2px;
}

table + H3 {
	margin-top: 15px;
}

.tdHeader {
	font-weight: bold;
	color:#1f426c!important;

}

.tdHeaderVertical {
	font-weight: bold;
	vertical-align: top;
	color:#1f426c!important;

}
table{
	border-bottom:2px solid #1966a0;
	padding:16px;
	background-color:#fff;
	width:100%;
}
table table {border:0; background:transparent;}
table table tr{background:transparent!important;}
table table tr td{background:transparent!important;}
tr:nth-child(odd){background:#fff;}
tr:nth-child(even){background:#f8f8f8;}
td {
	border:0;
	vertical-align: middle;
	padding: 2px 2px;
	color: #677867;

}
td form{border:0;padding:0;background:transparent;}
td a{
	color: #3271ab!important;
}

.tdNostripe {
	border: none;
	vertical-align: middle;
	padding: 3px;
}

.tdLogin {
	border: none;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tdBottom {
	vertical-align: bottom;
}

.footer {
	background-color: #005596;
	color: white;
	padding: 3px;
}
.footer .container{
	background: url(../images/powered-cardlink.png) no-repeat;
	background-position-x: 5px;
    background-position-y: 48%;
}
.footer .container div {
	padding: 28px 20px 26px 393px;
}
.footer .container div a, .footer a {
	line-height:20px;
	color: white;
	text-decoration:none;
	font-size:16px;
	width:33%;
	text-align: center;
	display:inline-block;
}
.footer .container div a::before{
	content: ">";
	font-size: 15px;
	padding-right: 15px;
	color: orange;
	font-weight: bold;
}

#button {
	color: #132654;
	border: 1px solid #132654;
	background-color: #ececec;
	margin: 4px;
}



input[type="submit"] {
	color:#ffffff;
	border:0;
	border-bottom: 2px solid #f47b20;
	background-color:#3271ab;
	padding: 4px 10px;
	margin: 4px;
}
input[name="submitBtn"]:not(.dif){
	position: relative;
	right: -536px!important;
	padding: 0;
	width: 128px;
	height: 36px;
	margin: 32px 0;
}
input[type="button"], button, btn {
	color:#ffffff;
	border:0;
	border-bottom: 2px solid #f47b20;
	background-color:#3271ab;
	margin: 4px;
	padding: 4px 15px;
}

input[type="reset"], input[name=resetButton] {
	color: #3271ab;
	border: 1px solid #3271ab;
	border-bottom-width: 2px;
	background-color: #ffffff;
	position: relative;
	right: -266px!important;
	top:1px!important;
	width: 128px;
	height: 36px;
	margin: 32px 0;
	padding: 0;
}

input[type="button"][disabled], input[type="submit"][disabled], button[disabled=disabled], button:disabled 
{
 	background-color:#ababab;
}

input[name=submitBtnN], input[name=submitBtnL] {
	right: auto!important;
	margin: 4px;
}

input[type="text"]:read-only { color: gray; }

#textfieldPassive {
	background-color: #cccccc;
	color: #666666;
}

.fourth {
	width: 23%;
	float: left;
	padding-right: 2%;
}

.half {
	width: 35%;
	float: left;
}

.halfSecond {
	width: 65%;
	float: left;
}

.half td, .halfSecond td {
	height: 30px;
}

.secondSearch {
	clear: both;
	margin-top: 3px;
	margin-bottom: 10px;
}

.bottom {
	width: 98%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	clear: both;
	background: white;
}

.search {
	width: 66%;
	float: left;
	padding-right: 4%;
}

.searchSummary {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.searchOptions {
	clear: both;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 3px;
	margin-bottom: 20px;
}

.searchOptions br {
	margin-bottom: 10px;
}

.resultsGreen {
	background-color: #8cef8e;
	color: #3c673d;
}

.resultsYellow {
	background-color: #fcff9b;
	color: #5a5b37;
}

.resultsRed {
	background-color: #fb908c;
	color: #5f3635;
}

.noticeGreen {
	background: #bef6b9 url(../images/notificationPositive.gif) no-repeat 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 10px;
	color: #05650b;
	border: 1px solid #14b920;
}

.noticeRed {
	background: #fab4b3 url(../images/notificationNegative.gif) no-repeat 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 10px;
	color: #9e1519;
	border: 1px solid #c51e23;
}

.error {
	color:red;
}

.tr_odd {
	background-color: #ffffff!important;
}
.tr_even {
	background-color: #f8f8f8!important;

}

.tr_odd_err {
	background-color: #ffe5e5!important;
}
.tr_even_err {
	background-color: #ffcccc!important;
}
.tr_odd_err td, .tr_even_err td, .tr_odd_err td a, .tr_even_err td a{color:#ff0000!important;}

form table{
	border:0;
	padding:0;
}
#searchform tbody tr:last-of-type {
	/* text-align: right!important; */
}
#searchform tbody tr:last-of-type td{
	background-color: #ffffff;
	color:#1f426c;
	font-size: 12pt;
	font-weight: bold;
	/* border-top: 2px solid #1966a0;*/
}
#searchform tbody tr:last-of-type td:last-of-type{
	/* text-align: right!important; */
}
.waitoverlay
{
	position:fixed;
	left:50%; top:100px;
	height: 120px;
	margin-left: -90px;
	width: 240px;
	background-color: rgb(230, 230, 240);
	border: solid rgb(150,150,175) 2px;
	z-index: 10;
	/*filter:alpha (opacity=85);*/
	/* CSS3 standard */
	opacity:0.85;
	text-align:center;
}

.calpopup
{
	border: #000000 1px solid;
	position:absolute;
	left:0px; top:0px;
	visibility: hidden;
	/*	min-width: 180px;
        max-width: 180px;
        width=180px;

        min-height: 90px;
        max-height: 90px;
        height=90px;*/
	background-color: rgb(220, 220, 250);

}

.natpopup
{
	border: #000000 1px solid;
	visibility: hidden;
	background-color: rgb(220, 220, 250);
}


A.noul:link {  text-decoration:none; }
A.noul:visited { text-decoration:none; }
A.noul:hover {  text-decoration:underline; }

A.noulum:link {  text-decoration:none; color: #999966;}
A.noulum:visited { text-decoration:none; color: #999966;}
A.noulum:hover {  text-decoration: none; color: #797946; }


A.nodec { text-decoration:none; }
A.nodec:link { text-decoration:none; }
A.nodec:visited { text-decoration:none; }
A.nodec:hover { text-decoration:none; }


.popup
{
	border: #000000 1px solid;
	position:absolute;
	left:0px; top:0px;
	visibility: hidden;
	background-color:#f5f7f9;
	border:1px solid #ffffff;
	box-shadow: #ccc 0 0 10px 1px;
}
.popuphead
{
	text-align: right;
	background-color: #fff;
}
.popuphead a{
	color: transparent!important;
	background: url(../images/x.gif) no-repeat center;
}


.stripe td {
	border-bottom: 1px solid #c3c3c3;
}

@media print {
	html, body {
		background: #ffffff ;
		margin: 0 20px 20px;
		height: 100%;
		text-align:center;
	}


	.container {
		height: 100%;
		position: relative;
		margin: 0 auto;
		width: 1120px;
		text-align:left;


	}

	a:link {
		color: #132654;
	}

	a:visited {
		color: #132654;
	}

	a:hover {
		text-decoration: underline;
		color: #000000;
	}

	.header {
		display: block;
	}

	.printHeader {
		display: none;
	}

	.mobileHeader {
		display: none;
	}

	.helptext {
		display: block;
		color: #666666;
		font-size: 11px;
	}

	.header td {
		border: none;
		padding: 0px;
		margin: 0px;
	}

	img {
		border: none;
	}

	.logout {
		/*margin-top: 10px;*/
		background: #d1d1d1 url(../images/breadcrumb_left.gif) no-repeat;
		height: 22px;
		display: inline-block;
		/*float: right; */
		text-align: right;
		margin-left: 2%;
	}

	.logoutRight {
		background: #d1d1d1 url(../images/breadcrumb_right.gif) no-repeat right;
		width: 16px;
		height: 22px;
		float: right;
		clear: both;
	}

	.logoutMid {
		padding-top: 2px;
		padding-left: 15px;
		margin: 0px;
		display: inline-block;
	}

	body, td, p {
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		line-height: 18px;
		vertical-align: top;
		color: #000000;
	}

	.contentArea {
		width: 100%;
		/*	float: left; */
		background-color: #ffffff;
		margin-bottom: 40px;
		margin-top: 5px;
	}

	.contentAreaLogin {
		width: 100%;
		/* float: left; */
		background-color: #ffffff;
		margin-top: 37px;
	}

	.content {
		padding-left: 5px;
		padding-right: 5px;

	}

	H1 {
		font-weight: normal;
		font-size: 22px;
		line-height: 1.2em;
		margin: 0px;
		color: #000000;
		padding-bottom: 10px;
		padding-left: 3px;
	}

	.selected {
		color: #132654;
	}

	.active {
		color: #35b61c;
	}

	.inactive {
		color: #c43534;
	}
	.blocked {
		color: #c43534;
	}


	.template {
		color: #6c6ccc;
	}

	.locked {
		color: #fa5c5c;
	}



	H1 a:link {
		color: #000000;
		text-decoration: none;
	}

	H1 a:visited {
		color: #000000;
		text-decoration: none;
	}

	H1 a:hover {
		color: #000000;
		text-decoration: underline;
	}

	h2 {
		font-weight: normal;
		font-size: 20px;
		line-height: 1em;
		color: #000000;
		border-bottom: 2px solid #000000;
		margin-top: 5px;
		margin-bottom: 3px;
		padding-left: 3px;
		padding-bottom: 2px;
	}

	h2 a:link {
		text-decoration: none;
	}

	h2 a:visited {
		text-decoration: none;
	}

	h2 a:hover {
		color: #000000;
		font-weight: bold;
	}

	h2 a img {
		position: relative;
		top: 3px;
		right: 3px;
	}

	table + H2 {
		margin-top: 30px;
	}

	H3 {
		font-weight: normal;
		font-size: 17px;
		line-height: 1em;
		color: #000000;
		border-bottom: 1px solid #000000;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-left: 3px;
		padding-bottom: 2px;
	}

	table + H3 {
		margin-top: 15px;
	}

	.tdHeader {
		font-weight: bold;
	}

	.tdHeaderVertical {
		font-weight: bold;
		vertical-align: top;
	}

	td {
		border-bottom: 1px solid #c3c3c3;
		vertical-align: middle;
		padding: 3px;
	}

	.tdNostripe {
		border: none;
		vertical-align: middle;
		padding: 3px;
	}

	.tdLogin {
		border: none;
		vertical-align: middle;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.tdBottom {
		vertical-align: bottom;
	}

	.footer {
		padding-top: 20px;
		position: relative;
		bottom: 0;
		height: 36px;
	}

	.footer a {
		/*
        display: block;
        float: left;
        */
		padding-right: 10px;
		padding-top: 10px;
	}


	#button {
		color: #132654;
		border: 1px solid #132654;
		background-color: #ececec;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	input[type="submit"] {
		color: #132654;
		border: 1px solid #132654;
		background-color: #ececec;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	input[type="button"] {
		color: #132654;
		border: 1px solid #132654;
		background-color: #ececec;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	input[type="reset"] {
		color: #132654;
		border: 1px solid #132654;
		background-color: #ececec;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	#textfieldPassive {
		background-color: #cccccc;
		color: #666666;
	}

	.fourth {
		width: 23%;
		float: left;
		padding-right: 2%;
	}

	.half {
		width: 35%;
		float: left;
	}

	.halfSecond {
		width: 65%;
		float: left;
	}

	.half td, .halfSecond td {
		height: 30px;
	}

	.secondSearch {
		clear: both;
		margin-top: 3px;
		margin-bottom: 10px;
	}

	.bottom {
		width: 98%;
		padding-top: 10px;
		clear: both;
	}

	.search {
		width: 100%;
		float: left;
		padding-right: 4%;
	}

	.searchSummary {
		width: 100%;
		float: left;
		padding-bottom: 20px;
	}

	.searchOptions {
		clear: both;
		border-top: 1px solid #c3c3c3;
		border-bottom: 1px solid #c3c3c3;
		padding: 3px;
		margin-bottom: 20px;
	}

	.searchOptions br {
		margin-bottom: 10px;
	}

	.resultsGreen {
		background-color: #8cef8e;
		color: #3c673d;
	}

	.resultsYellow {
		background-color: #fcff9b;
		color: #5a5b37;
	}

	.resultsRed {
		background-color: #fb908c;
		color: #5f3635;
	}

	.noticeGreen {
		background: #bef6b9 url(../images/notificationPositive.gif) no-repeat 4px 4px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 25px;
		padding-right: 10px;
		color: #05650b;
		border: 1px solid #14b920;
	}

	.noticeRed {
		background: #fab4b3 url(../images/notificationNegative.gif) no-repeat 4px 4px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 25px;
		padding-right: 10px;
		color: #9e1519;
		border: 1px solid #c51e23;
	}

	.error {
		color:red;
	}
	.msg {
		color:blue;
		font-weight: bold;
	}

	.tr_odd {
		background-color: #efefef!important;
	}
	.tr_even {

	}

	.tr_odd_err {
		background-color: #ffafaf!important;
	}
	.tr_even_err {
		background-color: #ffcfcf!important;
	}


	.waitoverlay
	{
		position:fixed;
		left:50%; top:100px;
		height: 100px;
		margin-left: -90px;
		/*visibility: hidden;
        height: 325px;
        */
		width: 200px;
		background-color: rgb(230, 230, 240);
		border: solid rgb(150,150,175) 2px;
		z-index: 1;
		/*filter:alpha (opacity=85);*/
		/* CSS3 standard */
		opacity:0.85;
		text-align:center;
	}

	.natpopup
	{
		border: #000000 1px solid;
		visibility: hidden;
		background-color: rgb(220, 220, 250);
	}

	.calpopup
	{
		border: #000000 1px solid;
		position:absolute;
		left:0px; top:0px;
		visibility: hidden;
		/*	min-width: 180px;
            max-width: 180px;
            width=180px;

            min-height: 90px;
            max-height: 90px;
            height=90px;*/
		background-color: rgb(220, 220, 250);

	}

	A.noul:link {  text-decoration:none; }
	A.noul:visited { text-decoration:none; }
	A.noul:hover {  text-decoration:underline; }

	A.noulum:link {  text-decoration:none; color: #999966;}
	A.noulum:visited { text-decoration:none; color: #999966;}
	A.noulum:hover {  text-decoration: none; color: #797946; }


	A.nodec { text-decoration:none; }
	A.nodec:link { text-decoration:none; }
	A.nodec:visited { text-decoration:none; }
	A.nodec:hover { text-decoration:none; }


	.popuphead
	{
		text-align: right;
		background-color: rgb(120, 150, 250);
	}
}
input[type="text"], select {
	border: 0;
	border-bottom:1px solid #ccc;
	padding: 6px 4px;
	color: #3271ab
}
input[type="text"]:focus, select:focus {
	outline: 0;
	border: 0;
	border-bottom:2px solid #3271ab;
}
input[name="dateFrom"]{
	position: relative;
	right: 204px;
	font-size: 15px;
	width: 118px;
}
#searchform{color:#aaaa}
#searchform > a:nth-child(4){
	position: relative;
	right: 194px;
	top: 7px;
	margin-right: -190px;
}
#searchform > a:nth-child(8){
	position: relative;
	top: 7px;
	margin-right: 16px;
}
#searchform>input[name="dateFromHH"]{}
#searchform>input[name="dateFrommm"]{}
#searchform>input[name="dateTo"]{}
#searchform>select[name="processingStatus"]{
	position: relative;
	right: 204px;
	width: 220px!important;
	margin-right: -186px;
}
#searchform>input[name="fileName"]{
	position: relative;
	right: 83px;
}
#searchform>select[name="order"]{
	position: relative;
	right: 204px;
	margin-right: -185px;
	width: 220px;
}

#searchform>select[name="orderDircetion"]{
	position: relative;
	width: 220px;
	margin-right: 16px;
}
#searchform>select[name="limit"]{
	position: relative;
	right: 98px;
}
#header-main-user-button {
	border: 0;
	background: #ffffff;
	position: absolute;
	right: 0;
	top:0;
	display: block;
	/* height: 100%; */
	min-width:223px;
}
#header-main-user-button:focus{
	outline:none;
}
#header-main-user-button:hover {
	background: #f1f2f3;
}
#header-main-user-button span {
	text-align:right;
	display:block;
	padding:1px 40px;
	font-size:14px;
	color:#bfbfbf;
}
#header-user-name{
	color:#878887!important;
	background:url(../images/icons/triang_down.gif) no-repeat;
	background-position-y: 6px;
	background-position-x: 195px;
}
#header-user-menu{
	position:absolute;
	top:67px;
	right:0;
	list-style:none;
	min-width:233px;
	display:none;
}
#header-user-menu li{
	padding:11px 47px 11px 0;
	background:#dedfe2;
	text-align:right;
	border-bottom:1px solid #000;
}
#header-user-menu li a{
	font-size:14px;
	line-height:18px;
	color:#1f426c;
	font-weight:bold;
	text-decoration:none;
}
/*Calendar*/
.calcontent > table > tbody > tr > td > table:nth-child(1) > tbody > tr > td:nth-child(1) > a:nth-child(1),#calcontent > table > tbody > tr > td > table:nth-child(1) > tbody > tr > td:nth-child(3) > a:nth-child(2) {
	display:none!important;
}
.calpopuphead
{
	text-align: right;
	padding: 6px 6px 3px;
	background-color: #fff;
}
.calpopup{
	background-color:#f5f7f9;
	border:1px solid #ffffff;
	box-shadow: #ccc 0 0 10px 1px;
}
.calcontent a.noul{
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 0;
	border-bottom: 2px solid #f47b20;
	background-color: #3271ab;
	color: #ffffff!important;
	padding: 3px 5px;
	font-weight:bold;
}
.calcontent a.noul:hover{
	text-decoration:none;
}
.calcontent > table > tbody > tr > td > table:nth-child(2) > tbody > tr > td:nth-child(2),.calcontent > table > tbody > tr > td > table:nth-child(1) > tbody > tr > td:nth-child(2){
	font-size:16px;
	font-weight:bold;
	color:#3271ab;
}
.calcontent table{
	border:0;
	padding:0;
}
.calcontent > table > tbody > tr > td > table:nth-child(1) > tbody > tr td{border-bottom:1px #c3d3e1 solid;}
.calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(1) th{
	border:0;
	border-bottom:2px #3271ab solid;
	color:#1f426c;
	padding:4px!important;
}
#calcontent > table > tbody > tr > td > table:nth-child(3){border:0!important;}
.calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr td{
	border-top:1px #c3d3e1 solid;
	border-right:1px #c3d3e1 solid;
	padding:4px;
	color:#1f426c!important;
}
.calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr td a div{
	color:#1f426c!important;
	font-weight:bold;
}
#calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td:nth-child(1) a div{
	color:#3271ab!important;
}
#calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td:nth-child(7){
	border-right:0;
}
#calcontent > table > tbody > tr > td > table:nth-child(3) > tbody > tr:nth-child(2) > td {
	border-top: 0;
}
#switchLayout{
	position:absolute;
	display: table-cell;
	top:25%;
	left:70%;
	width:10%;
	height:50%;
	text-align:center;
	vertical-align:middle;
	line-height:41px;
	background-color: #f47b20;
	cursor: pointer;
	color:#1f426c;
}
#switchLayout:hover{
	background-color: #f46101;
}


.container2{
	background-color:#fff;
	margin:auto;
	height:auto;
	border-bottom:solid 2px;
}

.orange-border2{
	border-color:#f47b20;
}

#login-form-container2{
	width:424px;
	height:344px;
	padding:16px 98px 64px 98px;
	margin-bottom:28px;
	margin-top:56px;

}

.center2{text-align:center;}

.input-div2 input{
	padding:8px 4px 8px 4px;
	margin: 4px 0 4px 0;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:calc(100% - 8px);
	font-size:1em;
}

.input-div2 input:focus{
	border:none;
	border-bottom:1px solid #005596;
	outline:none;
}
.error2 input{
	border-bottom-color:#ed1c24!important;
}
.input-div2 label{
	padding:8px;
	font-size: 1.2em;
	color:#878887;
}
.input-div2 .error-msg2{
	display:none;
}
.error2 .error-msg2{
	display:block!important;
	margin:-30px 0px 11px 23px;
	color:#ed1c24;
}

#login-form-container2 h1{
	margin-bottom:47px;

}
#login-form-submit-container2{
	margin-top:0px;
	width:620px;
	height:43px;
	border:0;
	background:none;
}

.display2{
	position:relative;
	margin:auto;
}
.display-left2{position:absolute;left:0;}
.display-right2{position:absolute;right:0;}

.btn2{
	font-weight:bold;
	padding:14px 46px;
	margin:0px;
	border:none;
	border-bottom:solid 2px;
	font-size:1em;

}

.btn-orange2{
	color:#ffffff;
	background:#f47b20;
	border:#ffff;
}
.btn-orange2:hover{
	background:#db660e;
}

#login-cardlink-footer2{
	text-align:center;
	width:620px;
	background:none;
	border:none;
	margin-bottom:10px;
	margin-top:64px;
}


#login-form-container2 > .input-div2 input{
	padding:24px 24px 12px 24px;
	margin: 0px 0 32px 0;
	width:calc(100% - 48px);
	color:#005596;
	font-weight:bold;
}
#login-form-container2 > .error2 input{
	color:#ed1c24;

}#login-form-container2 > .input-div2 label{
	 padding:24px;
	 font-size: 1.5em;
	 color:#878887;
 }

#page-login {
	background:url('../images/background/login_back.jpg') no-repeat;
	background-size:cover;
}


#login-logo{
	width:620px;
	height:80px;
	margin-bottom:0;
	margin-top:68px;
}
#login-logo img{
	vertical-align: middle;
}
#login-logo span.helper{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#merchantsAvailable{
	/* z-index: 5;
	margin-top: -29px; */
	top: 0px !important;
}

#main{
	width:1132px;
	border:0;
	background:none;
}
#main .accordion {
	display:none;

}
#main h1{
	font-weight: lighter;
	font-size: 30px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	color:#1f426c;
}
#main h2{
	line-height:22px;
	font-size: 22px;
	margin:6px 0;
	float:none;
	font-weight: bold;
	color:#1f426c;
}
#main h2 a {
	text-decoration:none;
	color:inherit;
}
#main h4{
	text-align: right;
	line-height: 22px;
	margin: 6px 0;
	font-weight: bold;
	color: #1f426c;
}
#main h4 a {
	text-decoration:none;
	color:inherit;
}
#main h4 a:hover {
	color:#316fa8;
}
#main .container{
	width: 1140px;
	box-sizing: border-box;
	padding:10px 20px;
	margin: 20px 0 0 0;
	position:relative;
}
#main .container::after {
	content: "";
	clear: both;
	display: block;
}
#main  h4.search:after{
	background:url(../images/icons/search.gif) no-repeat center;
	width:17px;
	height:17px;
	margin:6px 0 -6px 10px;
	display:inline-block;
	content:" ";
}
#main  h4.upload:after{
	background:url(../images/icons/upload.gif) no-repeat center;
	width:19px;
	height:18px;
	margin:-2px 0 -3px 10px;
	display:inline-block;
	content:" ";
}
#main  h2::before{
	background:url(../images/icons/arrow.gif) no-repeat center;
	background-position-x: -10px;
	width:15px;
	height:19px;
	display:inline-block;
	margin:0 10px -3px 0;
	content:" ";
}
#main h2.expand::before{
	background-position-x: 5px;
	width:15px;
	height:17px;
}

.main-edit-button{
	background:url(../images/icons/edit.png) #c2c9d1 no-repeat center;
	width: 41px;
	height: 41px;
	border: none;
	position: absolute;
	right: 0px;
	top: 68px;
}
.main-edit-button:hover{
	background:url(../images/icons/edit.png) #a7b1be no-repeat center;
}
#main .container{
	background-color:#fff;
	height:auto;
	border-bottom:solid 2px #1966a0;
}
#main table, #main h2 {border:0;}
#main table {
	padding:0
}
#main th { color:#316fa8;}
#main td { padding:12px; }
#main .search{
	width:auto;
	padding:0;
	float:none;
}
.right {
	text-align: right;
}
 
.btn-blue {
	color: #ffffff;
	background: #3271ab;
	border-color: #f47b20;
	margin: 4px;
}
.btn {
	font-weight: bold;
	padding: 14px 46px;
	margin: 4px;
	border: none;
	border-bottom: solid 2px!important;
	font-size: 1em;
}

#location1
{
	text-align: right;
}

input[name="genPayLinkAndMailBtnPre"]
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


input[name="genPayLinkBtnPre"] {
	margin-left: auto;
	display: block;
	margin-top: 75px;
}

#helpTextDiv{
	display:block!important;
	visibility: visible!important;
	margin-left: auto!important;
	width:160px;
}

.invisible {
    visibility: hidden;
}
#copiedMsg {
	color: green;
	display: block;
	text-align: right;
	}
.badgeOk {
	color: #fff;
	background-color: #28a745; /* green */
	padding: 2px 6px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.9em;
}

.badgeWarn {
	color: #fff;
	background-color: #dc3545; /* red */
	padding: 2px 6px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.9em;
}

.infoBox {
	background-color: #e6f4ea;
	border: 1px solid #34a853;
	color: #19692c;
	padding: 12px 16px;
	margin: 10px 0;
	border-radius: 6px;
	font-size: 14px;
}

.errorBox {
	background-color: #fbeaea;
	border: 1px solid #d93025;
	color: #a50e0e;
	padding: 12px 16px;
	margin: 10px 0;
	border-radius: 6px;
	font-size: 14px;
}

.truncated {
	word-break: break-all;
    text-wrap: auto !important;
}
