html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.larger_text {
	font-size: 13px !important; 
	font-weight: bold;
}

.ui-dialog {
	font-size:0.76em;
}

div.container {
	width:920px;
	margin: auto;
}

img.top_img {
	position: absolute;
	top:0;
	right: 20%;
	z-index: 5;
}

/*---header style---*/

div.header {

}

	.header h1.logo {
		float: left;
		margin-top: 10px;
		position: relative;
		z-index: 10;
	}

	.header div.top_links {
		float: right;
		font-size: 12px;
		color: #fff;
		margin: 34px 0 0 0;
		position: relative;
		z-index: 10;
	}

		.header div.top_links a {
			color: #fff;
		}

		ul.lang_links {
			text-decoration: none;
			padding: 0;
			margin: 0 0 5px 0;
		}

			ul.lang_links li {
				display: inline;
			}


/*---inner container style---*/

div.inner_container {
	width: 766px;
	margin: auto;
	margin-top: 30px;
}

/*---login style---*/

div#please_wait {
	display: block;
	float: left;
	margin-right: 24px;
	z-index: 10;
	position: relative;
	width: 446px;
}


div.login {
	float: left;
	margin-right: 24px;
	z-index: 10;
	position: relative;
	width: 442px;
}

	div.top_bar {
		background-color: #3764A7;
		background-image: url(images/fe_bg_head_slice.gif);
		background-repeat: repeat-x;
		margin: 0;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		padding: 10px 30px;
		font-weight: normal;
	}

		div.top_bar h2 {
			font-size: 16px;
			color: #fff;
			padding: 4px 0 0 25px;
			margin: 0;
			background-image: url(images/fe_lock_icon.png);
			background-repeat: no-repeat;
			font-weight: normal;
		}

	div.login form, div.login #loginContent {
		background-color: #fff;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

		div.form_row {
			padding: 20px 30px;
			border-bottom: 1px solid #ECF3EC;
			position: relative;
			zoom:1;
		}
		
		.form_row.narrow {
			padding: 10px 30px;
		}

			div.form_label {
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 3px;
			}

			div.form_input {
				position: relative;
			}

			div.form_input select, div.form_input input {
				width: 260px;
				zoom:1;
			}

			div.sub_links a {
				font-size: 11px;
				color: #333;
				text-decoration: underline;
			}

			div.sub_links ul {
				list-style: none;
				padding: 0;
				 margin: 0;
			}

			div.text input {
				border: 1px solid #D6D6D6;
				padding: 5px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				zoom:1;
			}

			div.submit input {
				background-color: #3764A7;
				background-image: url(images/fe_bg_head_slice.gif);
				background-repeat: repeat-x;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				color: #fff;
				border: none;
				font-size: 13px;
				height: 34px;
				line-height: 34px;
				width:70px;
				zoom:1;
			}
            div.submit input:hover {
color: #efefef;
background-image: none;
}
			
			div.submit button {
				
	background-color: #3764A7;
	border: 0px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	width: 180px;
	height: 34px;
}

	div.submit button:hover {
		background-color: #3764A7;
		color: #efefef;
	}
.forward-arrow-blue {
    position: absolute;
    background-color: #2F4F7F;
    width: 20px;
    height: 34px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 160px;
    background-image: url(images/fe_btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.back-arrow {
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: middle;
	width: 7px;
	height: 12px;
	display: block;
float: left;
}

				div.sub_links ul li {
				}


			div.last {
				border-bottom: none;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			
			p.help_info {
				width: 230px;
				font-size: 11px;
				background-image: url(images/fe_info_icon.png);
				background-repeat: no-repeat;
				margin: 0;
				padding-left: 40px;
				min-height: 32px;
			}

				p.help_info  a {
					font-weight: bold;
					color: #333;
				}


div.error_login {
	/*width: 235px;*/
	font-size: 12px;
	background-image: url(images/fe_cross.png);
	background-repeat: no-repeat;
	background-position: 25px 40px;
	padding-left: 80px;
	padding-top: 40px;
	min-height: 32px;
}

div.error_login a {
	font-weight: bold;
	color: #333;
}

div.error_login div {
	padding-bottom: 20px;
}



.helpcentre_warning {
	display: none;
}
	
#greenMigrationButton {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#greenMigrationButton:hover {
	background-color: #216364;
}

.help {
	position: absolute;
	right: 30px;
	top: 47px;
}
			
.green-btn-long {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	width: 150px;
}
.green-btn-long:hover {
		background-color: #216364;
}
#message-box{
    padding-right: 28px;
}
.error_messg_applet {
color: red;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
padding-left: 28px;
min-height: 30px;
margin-left: 30px;
padding-left: 40px;
}
.login-message-error {
color: red;
font-size: 12px;
font-weight: bold;
background-image: url(images/fe_error_icon.png);
background-repeat: no-repeat;
padding-left: 28px;
min-height: 30px;
display: inline-block;
margin-left: 30px;
padding-left: 40px;
}
.errtext {
color: red;
font-size: 12px;
font-weight: bold;
display: inline-block;
margin-left: 30px;
}
.tableh2 {
color: #3764A7;
font-size: 12px;
font-weight: bold;
padding-right: 28px;
display: inline-block;
}
.login-message-info {
color: #3764A7;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
background-image: url(images/fe_tick_small.png);
background-repeat: no-repeat;
padding-left: 28px;
padding-right: 28px;
min-height: 30px;
display: inline-block;
margin-left: 30px;
padding-left: 40px;
}
/*---revenue info style---*/

div.top_img {
	position: absolute;  top: 0;  right: 20%;  z-index: 5;
    width: 621px;
    height: 157px;
    background-image: url('images/fe_bg_swirl.jpg');
}

div.logo {
	width: 132px;
	height: 67px;
	background-image: url('images/fe_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}

div.revenue_info {
	float: left;
	width:295px;
	color: #fff;
	z-index: 10;
	position: relative;
}

	div.revenue_info h2 {
		font-size: 22px;
		width: 255px;
		margin: 0;
		line-height: 1.1em;
		font-weight: normal;
	}

	div.revenue_info p {
		font-size: 14px;
		line-height: 1.2em;
		font-weight: normal;
		min-height: 150px;
		margin: 6px 0 0 0;
	}

	div.links {
		color:#00464C;
		margin-top: 44px;
	}

		div.links h3 {
			font-size: 16px;
			margin: 0 0 5px 0;
		}

		div.links ul {
			font-size: 12px;
			list-style: none;
			padding: 0;
			margin: 0;
		}

			div.links ul li {
				margin-bottom: 5px;
			}

			div.links ul li a {
				color:#00464C;
			}

/*---misc style---*/

.clear {
	clear: both;
}

.upper {
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*---responsive style---*/

@media (min-width : 700px) and (max-width : 940px) {
	div.container {
		max-width: 664px;
	}
}

@media (max-width : 699px) {
	
	div.container {
		width: 100%;
	}

	div.header {
		padding: 0 30px;
	}
	
	div.inner_container {
		max-width: 65%;
	}

	div.login {
		float: none;
		margin-right: 0;
		/*width: auto;*/
	}

	div.revenue_info {
		color: #333;
		margin-top: 30px;
		width: 90%;
	}

		div.revenue_info h2 {
			width: 100%;
		}

		div.revenue_info p {
			min-height: 0;
		}

		div.form_input select, div.form_input input {
				width: 100%;
				zoom:1;
			}

		div.submit input {
			width: 180px;
		}

		p.help_info {
			width: 90%;
		}
}

@media (max-width : 576px) {
	
	div.inner_container {
		max-width: 90%;
	}

}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.status-message.visible {
    display: block;
}
.status-message.status-error {
    color: #ff5655;
}
.status-message {
    display: none;
    font-size: 18px;
    font-size: 1.28571429rem;
    line-height: 24px;
    font-weight: bold;
    padding: 0px;
    margin-top: .5em;
    /* padding-left: 3px; */
}