@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 0px;
	padding: 0px;
	background: #fafafa;
	/*direction: ltr;*/
	background: url("images/bg-gradient.png") repeat-x;
}
a, a:visited {
	text-decoration: none;
	color: #00a4eb;
}
a:hover, a:focus {	
	text-decoration: underline;
	color: #00a4eb;
}
*:focus{
	outline:none;
}

/*----------------------------------------------*/
.container-main {
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#container-all-controls {
	width: 300px;
	height: auto;
	/*top: 50%;*/
	top: 340px;
	position: absolute;
	margin: -300px 0 0 0;
	background: url(images/login-box-bg.png) repeat-x 0 bottom; 
	background-color: #fdfdfd;
	border: 1px solid #bbb;
	border-bottom: 1px solid #b9b9b9;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#login-logo {
	position: relative;
	width: 210px;
	height: 57px;
	top: 27px;
	left: 50px;
	background: url("images/cent-logo-white-login.png") no-repeat;
}
#login-logo-bg {
	width:300px;
	height:115px;
	position: relative;
	background: url("images/login-box-logo-bg.png") repeat-x;
	margin: 0 0 30px 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#container-login {
	width: 200px;
	height: auto;
	position: relative;
	left: 50px;
}
#login-shadow {
	left: -27px;
	width: 367px;
	margin: 0 auto;
	position: relative;
	height: 42px;
	background-image: url(images/login-shadow.png);
	top: 60px;
	
}
/*
#login-title {
	position: absolute;
	top: 79px;
	left: 86px;
	width: 74px;
	height: 14px;
	background: url("images/partner-panel-title.png") no-repeat;
	z-index: 122;
}
*/
#login-title {
	position: absolute;
	top: 70px;
	left: 125px;
	z-index: 122;
}
#login-title p {
	color: #EEE;
	font-style: italic;
	font-size: 17px;
	text-shadow: 1px 2px black;
}

/* ---------------- Next button -----------------*/
.btnBlue, .btnBlue-loading {
	display: block;
	width: 202px;
	text-align: center;
	background: url("images/btn-accent-bg.png") repeat-x;
	background-color: #0085e5;
	border: 1px solid #018bcc;
	border-bottom: 1px solid #018bcc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px #005db7;
	padding: 10px 0;
	text-decoration: none;
	outline: 0 none;
	box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	-webkit-box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	-moz-box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	margin: 10px 0 10px 0;
	cursor: pointer;
}
.btnBlue:hover {
	text-decoration: none;
	background: url("images/btn-accent-bg-hover.png") repeat-x;
	background-color: #00d4f6;
	outline: 0 none;
}
.btnBlue:focus {
	border: 1px solid #FF6A00;
	box-shadow: 0 0 5px #FF6A00;
	-webkit-box-shadow: 0 0 5px #FF6A00;
	-moz-box-shadow: 0 0 5px #FF6A00;
}
.btnBlue:active {
	background: #00c7e7 url("images/btn-accent-bg-active.png") repeat-x;
	outline: 0 none;
	border-bottom: 1px solid white;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);	
}
.btnBlue::-moz-focus-inner {
  	border: 0;
}
.btnBlue-loading {
	background: url("images/btnAnim2blue-02.gif") repeat, #0085e5 url("images/btn-accent-bg.png") repeat-x;
	text-indent: -9999px;
	border-bottom: 1px solid white;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: wait;
}

/*------------------ Captcha input field -----------------*/
.txtCheckBox {
	margin: 0px;
}
.txtCaptcha {
	background: url("images/search-bg.png") repeat-x;
	background-color: #f3f3f3;	
	width: 165px;
	display: block;	
	border: 1px solid #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	margin-top: 10px;
	padding: 10px 25px 10px 10px;
	color: #3b3b3b;
	font-weight: bold;
}
.txtCaptcha:focus {
	border: 1px solid #00a4eb;
	box-shadow: 0 0 3px #00a4eb;
	-webkit-box-shadow: 0 0 3px #00A4EB;
	-moz-box-shadow: 0 0 3px #00a4eb;
}
.gwt-Button::-moz-focus-inner {
  border: 0;
}

/* ---------------- Resend pin button -----------------*/
.ccResendBtn {
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #3b3b3b;
	font-weight: bold;
	text-shadow: 0px 1px #fff;
	width: 200px;
	min-height: 30px;
	background: #e7e7e7 url("images/btn-bg.png") repeat-x;
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	-webkit-box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	-moz-box-shadow: 0px 1px #ccc, 0 0 3px #ccc;
	cursor: pointer;
}
.ccResendBtn:hover {
	background: #fff url("images/btn-bg-hover.png") repeat-x;	
}
.ccResendBtn:active {
	background: #f3f3f3 url("images/btn-bg-active.png") repeat-x;
	box-shadow: -1px -1px #bebec0, inset 0 0 6px #ccc;	
	-webkit-box-shadow: -1px -1px #bebec0, inset 0 0 6px #ccc;
	-moz-box-shadow: -1px -1px #bebec0, inset 0 0 6px #ccc;
}

/*---------------------- Captcha  ------------------------*/
#container-captchaHolder .gwt-Button {
	background: white url(images/captcha-refresh.png) no-repeat center center;	
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 52px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border: 1px solid #bbb;
	margin: 0 0 0 -1px;
	padding: 0;
	border: 1px solid #bbb;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	cursor: pointer;
}
#container-captchaHolder .gwt-Button:hover {
	background: #f7f7f7 url(images/captcha-refresh.png) no-repeat center center;
	cursor: pointer;
}
#container-captchaHolder .gwt-Button:active {
	border: 1px solid #999;
	background: #eee url(images/captcha-refresh.png) no-repeat center center;
	box-shadow: inset -0 -1px 2px #ccc, inset 0 0 6px #ccc;
	-webkit-box-shadow: inset -0 -1px 2px #ccc, inset 0 0 6px #ccc;
	-moz-box-shadow: inset -0 -1px 2px #ccc, inset 0 0 6px #ccc;
	cursor: pointer;
}
#container-captchaHolder .gwt-Button:focus {
	border: 1px solid #00A4EB;
	box-shadow: 0 0 3px #00a4eb;
	-webkit-box-shadow: 0 0 3px #00A4EB;
	-moz-box-shadow: 0 0 3px #00a4eb;
}
#container-captchaHolder .gwt-Image {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin: 0 0 0 0;
	padding: 0;
	width: 150px;
	height: 50px;
}

/*----------------------------------------------*/

.txtCheckBox {
    width: 157px;
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 30px 4px 10px;
    background: #fff url(images/inputbox-bg.png) repeat-x;
    color: #3b3b3b;
    text-shadow: 0px 1px #fff;
    font-weight: normal;
    margin: 10px 0 10px 0;
}
.txtCheckBox:focus {
	border: 1px solid #00a4eb;
	box-shadow: 0 0 3px #00a4eb;
	-webkit-box-shadow: 0 0 3px #00A4EB;
	-moz-box-shadow: 0 0 3px #00a4eb;
}
.valid {
    height: 14px;
    width: 13px;
    position: absolute;
    margin: -34px 0 0 178px;
    background: url("images/tick.png") no-repeat;   
}
.invalid {
    height: 14px;
    width: 13px;
    position: absolute;
    margin: -34px 0 0 178px;
    background: url("images/cross.png") no-repeat;  
}
.pin .loading {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -39px 0 0 174px;
    background: url("images/checking2.gif") no-repeat;
}

/*---------------------- Error message ------------------------*/
.errorMessage, #container-unknownReseller {
	padding-top: 10px;
	word-wrap: break-word;
	color: red;
	font-weight: bold;	
}
#container-unknownReseller {
	padding: 10px;	
}

/*---------------------- Loading panel ------------------------*/
#container-loading {
	min-height: 450px;
}
#loading-sign {
	background-color: transparent;
	border: 20px solid #9F9F9F;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 60px;
	height: 60px;
	position: absolute;
	cursor: wait;
	left: 0;
	top: 55px;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.4;
	animation: spin .5s infinite linear;
	-webkit-animation: spin .5s infinite linear;
	-moz-animation: spin .5s infinite linear;
	-o-animation: spin .5s infinite linear;
}
@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

/*---------------------- Tooltip message ----------------------*/
.tooltip-message {
	z-index: 350;
	width: 150px;
	margin: -7px 0 0 0;
}
.tooltip-message .root {
	background: #e8e7e7 url("images/tooltip-bg.png") repeat-x;
	padding: 10px;
	border: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0px 1px #fff;
	word-break: break-word;
}
.tooltip-message .rootBorder {
	background: transparent url("images/tooltipTransparentBorder.png") repeat;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.tooltip-message .closeIcon {
	float: right;
	background: url("images/tooltip-close.png") no-repeat center center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: -5px -5px 0 0;
	-webkit-transition: all .05s ease-in-out;
	-webkit-transform: rotate(0deg);
	opacity: 0.6;
}
.tooltip-message .closeIcon:hover {
	background: url("images/tooltip-close-active.png") no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: rotate(90deg);
	opacity: 1;
}
.tooltip-message .closeIcon:active {
	background: url("images/tooltip-close-hover.png") no-repeat center center;
}
.tooltip-message .up-center, .tooltip-message .up-left, .tooltip-message .up-right {
	background: url("images/tooltip-arrow.png") no-repeat;
	height: 19px;
	width: 19px;	
	margin: 0 0 -7px 0;
	z-index: 334;
	position: relative;	
}
.tooltip-message .down-center, .tooltip-message .down-left, .tooltip-message .down-right {
	background: url("images/tooltip-arrow-down.png") no-repeat;
	height: 19px;
	width: 19px;	
	margin: -5px 0 0 0;
	z-index: 334;
	position: relative;
}
.tooltip-message .up-center, .tooltip-message .down-center {
	margin-left: 65px;	
}
.tooltip-message .up-left, .tooltip-message .down-left {
	margin-left: 20px;
}
.tooltip-message .up-right, .tooltip-message .down-right {
	margin-left: 110px;
}
.tooltip-message .arrow {	
	/*background: url("images/tooltip_arrow_up.png") no-repeat center center;*/
	height: 11px;
	width: 17px;	
}