/******************** css common for all pages - start ********************/
body {
	margin: 0 auto;
	line-height: 1.5em;
	width: 100%;
}

h1 {
	font-weight:normal;
	font-size:29px;
	line-height: 1em;
}

h2 {
	font-size:16px;
}

p {
	color: black; 
	letter-spacing: 1px; 
	text-align: justify; 
	line-height: 16px;
}

button{border:none; margin: 0px; padding: 0px;}
.round {cursor:pointer; cursor:hand;line-height:28px;height:28px;background:url(../img/button.gif) no-repeat right top; padding-right:12px; display:inline-block;color:#fff;text-transform:uppercase;}
.round span {height:49px;line-height:28px;display:inline-block;padding-left:12px;list-style-type:none; font-size:11px; font-weight:bold; text-decoration:none;  }
a.round:hover {background-position:right -28px;}
a.round:hover span {background-position:left -28px;}
button.round:hover {background-position:right -28px;}
button.round:hover span {background-position:left -28px;}
.loginbutton {background:#A83238; border-radius:5px;}
.loginbutton span {padding-left:16px; padding-right:4px;}

.padding {
	padding: 5px;
}

.required {
	color: red;	
}

.icon {
	padding: 6px;
	width: 1em;
}

.error {
	color: #ff0000;
}
 
.errorblock {
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	/********************
	padding: 8px;
	margin: 16px;
	********************/
}

.l-box {
	padding: 0.5em 1em 0em 1em;
}
					/******************** csv / xml / excel / pdf - start ********************/

.exportlinks {
	padding-top: 10px;
	float:right;
}

/* display tag buttons not needed now so  it is commented
a[href*="6578706f7274"] {cursor:pointer; cursor:hand;line-height:49px;height:49px;background:url(../img/button.gif) no-repeat right top; padding-right:20px; display:inline-block;color:#fff;text-transform:uppercase;}
a[href*="6578706f7274"] span {background:url(../img/button.gif) no-repeat left top;height:49px;line-height:29px;display:inline-block;padding-left:20px;list-style-type:none; font-size:11px; font-weight:bold; text-decoration:none;  }
a:hover[href*="6578706f7274"]{
	background-position:right -133px;
}
a:hover[href*="6578706f7274"] span{
	background-position:left -133px;
}
*/

					/******************** csv / xml / excel / pdf - end********************/

/******************** css common for all pages - end ********************/

/******************** template.jsp - start ********************/

.header {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.header img {
	width: 100%;
}

#faq ul li { padding: 5px;}
	
#footer-wrapper {background: url('../img/footer_gradient.png') top center repeat-x #252525; }
#footer {height: 136px;margin:0 auto;padding: 5px 0 0;width: 1021px;}
#footer  .l-box {padding: 0.5em;}
#footer ul{margin:0px; padding:0px; list-style:none;color:#fff; font-size:12px; line-height: 21px;}
#footer ul li a{color:#fff; text-decoration:none; }
#footer ul li a:hover{color:#fff;}
#footer li.list-header { color: #6DAF41; font-weight: bold;}
#footer ul#footer-links-left {margin-left: 0px;} 
#footer ul#footer-links-center {margin-left: 0px;}
#footer ul#footer-links-right { margin-left: 22px;}
#footer ul#footer-links-social {margin-left:53px;width: 80px;}

.horizontal_menu_wrapper {
	text-align: center;
	height: 35.58px;
	background-color: #002868;
}

.horizontal_menu_wrapper .pure-menu li a{
	text-align: left;
}

#body-content-wrapper {
	background: url('../img/background_gradient.png');
	background-repeat: repeat-x;
}

#body-content {
	max-width: 1021px;
	min-height:1024px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#body-content-inner {
	text-align: left;
}

/******************** template.jsp - end ********************/


/******************** creditcard.jsp - start ********************/

.creditcard {
	display:inline-block;
	width: 60px; 
	height: 30px; 
	background-repeat: no-repeat; 
	background-size: 45px;
	background-position: 20px 5px;
	padding: 5px;
}

#cc-security {
	max-width: 400px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.cc-security {
	background: url(../img/cvvnumber.png) no-repeat;
	width:	350px;
	height:	233px;
}

/******************** creditcard.jsp - end ********************/

/******************** check.jsp - start ********************/

#cheque {
	max-width: 500px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.cheque {
	background: url(../img/cheque.jpg) no-repeat;
	width:	500px;
	height:	259px;
}

.check-input {
	width: 125px;	
}

/******************** check.jsp - end ********************/

/******************** sidemenu.jsp - start ********************/
.subnav {
	width: 250px;
	min-height:1024px;
	background-image: url('../img/subnav_bg.png');
	background-repeat: repeat-x; 
}

.subnav-title {
	height: 47px;
	background-image: url(../img/subnav_title.png);
	background-repeat: no-repeat;
}

.subnav-title-text {
	text-align: center;
	font-weight: bold;
	margin:0;
	color: white;
	padding-top: 5px;
}

.subnav-items {
	line-height: 16px;
	color: #32AACA;
	padding: 30px;
}

.subnav-items ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subnav-items li.selected {
	background : url('../img/arrow.png') left center no-repeat;
}

.subnav-items li.selected a {
	color:#002868;
}

.subnav-items li {
	padding:12px 32px;
}

.subnav-items li.bottom-border {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c9c9c9;
}

.subnav-items a {
	color:#4b4b4b;
	text-decoration:none;
	font-size: 14px;
}

.subnav-items a:hover {
	color:#32AACA;
	text-decoration:none;
}

/******************** sidemenu.jsp - end ********************/

/******************** review_invoices.jsp - start ********************/
.invoiceDateCol {
	text-align: center;
}
/******************** review_invoices.jsp - end ********************/

/******************** login pages - start ********************/
.smsCheckBox {
	background-color: #205296;
	border-radius: 10px;
	padding:15px 20px;
	font-weight:bold;
}
.smsCheckBox a{
	font-size: 1.25rem;
	text-decoration: none;
	color: white;
	line-height: 1.4;
}

.loginErrorCheck{
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0 1.5em 7.5em !important;
}

@media ( max-width : 767px) {
	.smsCheckBox a {
		font-size: clamp(1rem, 1rem, 1.5rem);
	}
	#loginForm, #loginByMobilePhoneForm { padding: 2em !important;}
	#loginForm .pure-g-r .pure-u-1 .l-box { padding:1em !important; }
	#loginByMobilePhoneForm .pure-g-r .pure-u-1 .l-box { padding:1em !important; }
	.loginErrorCheck{ margin:1em 0 !important; }
}

/******************** login pages - end ********************/

/******************** pure css customization start ********************/

body, 
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"]  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

.pure-skin-mdx button {
	margin: 0.3em;
}

.pure-skin-mdx .pure-form button,
.pure-skin-mdx .pure-form input[type="button"],
.pure-skin-mdx .pure-form input[type="reset"],
.pure-skin-mdx .pure-form input[type="submit"] {
	 margin: 0.7em 0 0.7em;
}

.pure-skin-mdx .pure-form input[type="text"],
.pure-skin-mdx .pure-form select {
	font-size: 12px;
}
.pure-skin-mdx .pure-form label {
	font-size: 12px;
}

.pure-skin-mdx .pure-form-aligned .pure-control-group label {
	text-align: left;
}

.pure-control-group-extend {
	width: 350px;
}

.pure-skin-mdx .pure-form input[type="text"],
.pure-skin-mdx .pure-form input[type="password"],
.pure-skin-mdx .pure-form input[type="email"],
.pure-skin-mdx .pure-form input[type="url"],
.pure-skin-mdx .pure-form input[type="date"],
.pure-skin-mdx .pure-form input[type="month"],
.pure-skin-mdx .pure-form input[type="time"],
.pure-skin-mdx .pure-form input[type="datetime"],
.pure-skin-mdx .pure-form input[type="datetime-local"],
.pure-skin-mdx .pure-form input[type="week"],
.pure-skin-mdx .pure-form input[type="number"],
.pure-skin-mdx .pure-form input[type="search"],
.pure-skin-mdx .pure-form input[type="tel"],
.pure-skin-mdx .pure-form input[type="color"],
.pure-skin-mdx .pure-form select,
.pure-skin-mdx .pure-form textarea {
    font-size: 13px;
}


/******************** pure css customization end ********************/

/******************** jquery start ********************/

#ui-datepicker-div
{
	font-size: 85%;
}

/******************** jquery end ********************/


@media
	only screen and (max-width: 760px), 
	(min-width: 768px) and (max-width: 1920px) {
	.header {
		margin: 0 auto;
		width: 100%
	}
	
	.l-box {
		padding: 1em 1em 1em 3em;
	}
	
	.invoiceDateCol {
		text-align: left;
	}
}

@media ( max-width : 480px) {
	.button-r,
	.input-r {
		width: 285px;
	}
	
	.l-box {
		padding: 1em;
	}
	
	.invoiceDateCol {
		text-align: left;
	}
}
