/* CSS Document */
html, body {
	height: 100%;
}

* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gridContainer
{
	/* fix to keep footer at the bottom*/
   /*	min-height: 100%;
	height: auto !important;*/
	min-height:480px;
	height: 100%;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height display:inline-table;*/
	width: 1000px;	
}
#welcome {
	font-size: 0.8em;
	margin: 0.5em auto 0.5em auto;
	padding-left: 2em;
	width:100%;	
	min-height:10px;
	color: #333;
}

#welcome-name {
	font-weight:bold;
}

#welcome-email {
	color: #C66;
}

#welcome-logout {
	margin-left: 1em;
}

#welcome-logout > a {
	background-color: #82c76a;
	border: 0;
	border-radius: 0.5em;
	color: white;
	cursor: pointer;
	padding: 0.3em 1em 0.4em 1em;
}

#welcome-logout > a:hover {
	opacity: 0.7;
}

#logo {
	margin: 0 auto;
	width: 100%;
}

#logo > img {
	width: 80%;
	max-width:560px;
}


footer {
	background-color: #333;
	color:#ededed;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
	width: 1000px;
	border-top:2px solid #090; 
	height:52px;
	clear:both;
}

footer a { color:#ededed; }
footer .footer-block { width: 161px; float: left;margin-left: 15px;dislay: inline;}
footer .footer-block.first { margin-left: 20px; }
footer .f-left { width:520px; }
footer .f-right { width:429px; }

footer ul { display:inline; }
footer li { display: block; padding:0 5px 5px 0; margin:0 3px 0 0; }
footer .links li.last { background:none !important; padding-right:0 !important; }
footer address { background:url(../assets/logo/bkg_footer.gif) no-repeat;clear:both;color:#ededed;width:350px;margin:0 auto;padding: 15px 0px 15px 0px;}
footer address a { color:#ededed; }
/*----------------FORM CSS--------------------*/
form {display:block;}
form h3, form ul {padding-left:10px;padding-right:30px;}
form ul li {list-style-type:none; padding-left: 20px; margin-bottom:10px;}
label.description{
	font-weight:bold;
	font-size:0.8em;
}
.user_msg {background:#FFC;margin:5px 20px 5px 30px;padding:5px;border:#F90 1px solid; color: #F90;}
.user_msg.warning-message {background:#FCC;border:#F30 1px solid; color: #F30;}
.form_control {
  display: block;
  padding: 3px 6px;
  margin-bottom:5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*--- For fields that must be filled --- */
.form_complusary {
  border-color: #00D900;
  outline: 0;
}
/*--- For fields that must have numbers only --- */
.form_numbersOnly {
  border-color: #FF8000;
  outline: 0;
}
/*--- For Font colour beside 'numbers only' ---*/
.textColour {
	color:#FF8000;
}

.form_control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form_control:-moz-placeholder {
  color: #999999;
}
.form_control.short{width:60px;}
.form_control.medium{width:100px;}
.form_control.wide{ width: 100%;
  					max-width:200px;}
.input-textarea{width:100%}
.inline-block {display:inline-block}
.button_text {
	background-color: #01944b;
	border: 0;
	border-radius: 0.3em;
	color: white;
	padding: 0.5em 1em;
}
.buttons {text-align:center;}
[type="radio"], [type="checkbox"] {width:16px;height:16px; vertical-align:bottom}
.form-sprite {width:20px; padding:20px 0 0 0;height:0;display:inline-block;overflow:hidden; vertical-align:bottom}
.form-sprite.name{ background: url(../assets/form/sprite2.png) no-repeat 0px -3px; }
.form-sprite.email { background: url(../assets/form/sprite2.png) no-repeat 0px -36px; }
.form-sprite.phone { background: url(../assets/form/sprite2.png) no-repeat 0px -69px; }
.form-sprite.address { background: url(../assets/form/sprite2.png) no-repeat 0px -132px; }
/*------------------------------------*/
.payment-link{
display: block;
width: 32px;
height: 32px;
background: url(../assets/credit-card/card-in-use-m.png);
background-size: 32px 32px;
overflow:hidden;
text-indent:100%;
white-space:nowrap;
}
/*--------------------COMMON--------------------*/
.left{
	float:left;
}
.right 
{
	float:right;
}
.text-center{
	text-align:center;
}
input[type="text"]:disabled,select:disabled, input[readonly="readonly"], textarea[readonly="readonly"]{
	background-color:#ccc;
}
.clearfix {overflow: hidden;
	display:block;
	clear:both;
	width:100%;
}
.hidden{display:none;}
.layout-3-col{
	width:30%;
}
.layout-2-col{
	width:50%;
}
/*--------------------DIALOG--------------------*/
.dialog-container h3{
	margin: 0;
	padding: 10px 20px 15px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	background-color: #090;
	background-image: -webkit-gradient(linear, center bottom, center top, from(#ce5f04), to(#F48020));
	background-image: -moz-linear-gradient(90deg, #ce5f04, #F48020);
	font-size: 120%;
	font-weight: normal;
}
.dialog-container {
	margin-top:15px;
}
.dialog-container form{
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px #999;
	-moz-box-shadow: 0 5px 20px #999;
	box-shadow: 0 5px 20px #999;
}

.dialog-container .closer{
	width:30px;
	height:30px;
	position:absolute;
	background:url('../assets/button/close_dark.png') no-repeat top;	
	right:0px;
	margin-right:-10px;
	margin-top:-10px;
	top:0px;	
	cursor:pointer;
	z-index:10000;
}
a, a:visited{color:#C66; text-decoration:none}
a:hover {text-decoration:underline;}


body.login form {
	margin:auto;
	/*background-color: #c5e2ba;*/
}
body.login form> div {width:200px; margin:auto;}
body.login h3 {text-align:center;}
body.login h3, .errorView h3{border-bottom: 1px solid #01944b;padding: 0;}
body.login .gridContainer{	
	min-width:320px;
	max-width:480px;
	width:50%;}
body.login #logo{text-align:center;
	padding-top:10%;
	padding-bottom:5%;
	max-width:260px;
}/*, body.errorView #logo*/
body.login footer{min-width:320px;max-width:480px;width:50%;}
body.login {background:none;}
body.login div.errorView {margin:auto;text-align:center;}

#reboot-btn {
	background : url("../assets/button/reboot_icon.png") no-repeat;
	padding-top:60px;
    height: 28px;
    width: 60px;
	line-height: 28px;
	font-weight:bold;
	text-decoration:none;
}
#reboot-btn:hover {
	background : url("../assets/button/reboot_icon_hover.png") no-repeat;
}
