@font-face {
	font-family: 'revenue_icons';
	src: url('../fonts/revenue_icons.eot?7bs9g5');
	src: url('../fonts/revenue_icons.eot?7bs9g5#iefix') format('embedded-opentype'), url('../fonts/revenue_icons.ttf?7bs9g5') format('truetype'), url('../fonts/revenue_icons.woff?7bs9g5') format('woff'), url('../fonts/revenue_icons.svg?7bs9g5#revenue_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MyRevenue";
	src: url("../fonts/MyRevenue.eot");
	src: url("../fonts/MyRevenue.eot?#iefix") format("embedded-opentype"), url("../fonts/MyRevenue.woff") format("woff"), url("../fonts/MyRevenue.ttf") format("truetype"), url("../fonts/MyRevenue.svg#MyRevenue") format("svg");
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'revenue_icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="myrevenue-icons-"],
[class*=" myrevenue-icons-"] {
	display: inline-block;
	font-family: "MyRevenue";
	font-style: normal;
	font-weight: normal;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-diagonal-regular:before {
	content: "\e901";
}

.icon-arrow-left-bold:before {
	content: "\e904";
}

.myrevenue-icons-arrow:before {
	padding-right: 4px;
	content: "\e604";
}

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;
}

/* Button used to open the chat form - fixed at the bottom of the page */
div.openButton {
	background-color: #0b6fb7;
	color: white;
	padding: 2em;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 1%;
	right: 2%;
	z-index: 0;
	font-size: 1.3vmin;
}

div.closeButton {
	background-color: #0b6fb7;
	color: white;
	padding: 2em;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	position: fixed;
	bottom: 1%;
	right: 2%;
	z-index: 0;
	pointer-events: all;
	font-size: 1.3vmin;
}

/* ==========================================================================
   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;
}

div.container {
	width: 100%;
	margin: auto;
	padding: 0px;
}


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

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

div.navbar-headers {
	background-color: #fff;
}

.container-header {
	width: 100%;
}

.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: #0c72bc;
	font-size: 14px;
}

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

ul.lang_links li {
	display: inline;
}

.header-top {
	margin-left: 0px;
	float: left;
	margin-top: 10px;
	position: relative;
}




/*---inner container style---*/
.center {
	margin: auto;
	width: 85%;
	padding: 5px;
}

body {
	padding-right: 0px;
	padding-left: 0px;

}

.white-panel {
	background-color: #fff;
	padding: 15px;

	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	margin-bottom: 50px;
}

.white-panel:last-child {
	margin-bottom: 0;
}

.white-panel:hover {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

div.inner_container {
	width: 70%;
	max-width: 780px !important;
	margin: auto;
}

div.grey-background-half {
	background-color: #ecedee;
	-webkit-text-size-adjust: none;
	background-size: 100%;
	width: 100%;
	display: inline-block;
}

div.container-body {
	width: 70%;
}

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

div#please_wait {
	display: block;
	float: left;
	margin-right: 5px;
	z-index: 10;
	position: relative;
	width: 342px;
	background-color: white;
	padding: 10px;
}

div.login {
	float: left;
	width: 100%;
	z-index: 10;
	position: relative;
	padding: 16px 0px 16px 0px;
}

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;
}

div.form_row {
	padding: 40px 30px 0px 30px;
}

.form_row.narrow {
	padding: 10px 30px;
}

div.form_label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #005A5C;
}

div.form_input {
	position: relative;
}

div.form_input select,
div.form_input input {

	zoom: 1;
}

div.sub_links a {
	font-size: 14px;
	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: 180px;
	zoom: 1;
}

div.submit input:hover {
	color: #efefef;
	background-image: none;
}

div.submit button {

	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: 13px;
	width: 180px;
	height: 34px;
}

div.submit button:hover {
	background-color: #216364;
}

.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.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;
}

.helpcentre_warning a {
	color: black;
}

#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;
}

.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: #7A1520;
	font-size: 14px;
	font-weight: 400;
	background-image: url(images/vectors/exclamation-circle.svg);
	background-position: 8px;
	background-repeat: no-repeat;
	max-width: 467px;
	padding: 4px 4px 4px 40px;
	background-color: #F6CBD0;
	border: 1px solid #7A1520;
	vertical-align: middle;
}

.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: #000000;
	font-size: 14px;
	font-weight: 400;
	background-image: url(images/vectors/check-circle.svg);
	background-position: 8px;
	background-repeat: no-repeat;
	max-width: 467px;
	padding: 4px 4px 4px 40px;
	background-color: #B4EEC1;
	border: 1px solid #7A1520;
	vertical-align: middle;

}

/*---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');
}

img.logo {
	width: 162px;
	height: 67px;
	float: left;
}

img.rosLogo {
	width: 120px;
	height: 67px;
	float: left;
	margin-left: 10px;
}

div.revenue_info {
	color: #fff;
	z-index: 10;
	position: relative;
}

.progress--section2 {
	background-color: #025e63;
	margin: 0px;
	border-bottom: 14px solid #00c6c6;
	min-height: 94px;
}

.progress--section2 .progressText {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding-top: 0px;
	margin: 0px;
	color: #fff;
	font-weight: 800;
}


div.revenue_info h2 {
	font-size: 34px;
	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: 49px;
	margin: 6px 0 0 0;
}

div.revenue_info p a {
	color: #fff;
	display: inline-block;

}

#myaccount {
	margin-left: 3px;
}

div.links {
	color: #333;
	padding-bottom: 50px;
}

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

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

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



div.chat_window {
	background-color: hsla(120, 100%, 75%, 0.0);
	bottom: 0;
	right: 0;
	max-width: 401px;
	max-height: 550px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
}

.displayChatFrame {
	background-color: hsla(120, 100%, 75%, 0.0);
	bottom: 0;
	right: 0;
	max-width: 401px;
	max-height: 550px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	pointer-events: none;
}

div.chat_panel {
	background-color: white;
	top: 520px;
	height: 100px;
	width: 341.99px;
	position: absolute;
	height: auto;
}

div.chat_button {
	width: 55px;
	margin-left: 40px;
	cursor: pointer;
}

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

.clear {
	clear: both;
}

.upper {
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*---responsive style---*/
@media (max-width : 1200px) {
	div.useful-links {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
}

@media (max-width : 768px) {

	div.useful-links {
		width: inherit !important;
		padding-bottom: 20px;
		margin-left: 0px;

	}



}

@media (max-width : 699px) {
	div.login.loginbox {
		margin-top: 5px !important;
	}

	div.container {
		width: 100%;
	}


	div.inner_container {
		max-width: 65%;
		padding-top: 1px;
	}

	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.revenue_info p a {
		color: #333;

	}

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

	div.submit input {
		width: 180px;
	}

	p.help_info {
		width: 90%;
	}

	#wrapper {
		display: flex;
	}

	#help_link {
		margin: 15px;
	}

	#help_link first {
		margin: 15px;
		position: relative;
	}

}

@media (max-width : 576px) {

	img.rosLogo, 
	img.logo {
		width:30%;
		height:30%;
	}
	
	.header-top{
		width:70%;
	}
	

	.progress--section2 .progressText {
		padding-top: 0px;
		margin-bottom: 10px;
	}
}

@media (max-width : 486px) {

	.infoIcon-login {
		margin-right:0px !important;
	}

}

@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;
	}





}

div.info-section.row.center {
	float: left;
}



.underline.useful-links-heading {
	padding-bottom: 5px;
	border-bottom: 1px solid #025e63;
	font-size: 18px;
	font-weight: 900;
	color: #004c4e;
}


ul.useful-links-list {
	padding-top: 10px;
	padding-inline-start: 0px;
	padding-left: 0px;
	font-weight: 600;
	color: #0c72bc;
	float: left;
}

@media screen and (max-width: 600px) {
	ul.useful-links-list {
		width: 100%;
		padding-top: 0px;
	}
}

div.useful-links-row:after {
	content: "";
	display: table;
	clear: both;

}


div.info_paye_logo {
	width: 50px;
	height: 50px;
	background-image: url('images/PAYE_logo_Info.png');
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

div.info_ros_logo {
	width: 50px;
	height: 50px;
	background-image: url('images/ROS_logo_Info.png');
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

td.info-image {
	width: 50px;
	height: 50px;
}

table.info-section {
	float: left;
	border-collapse: collapse;
	margin-bottom: 30px;
}




tr.info-section-row {
	border-bottom: 1px solid #025e63;

}

tr.info-section-row td {
	padding: 10px;

}

input.form-control:focus,
select.form-control:focus {
	box-shadow: 0 0 0 4px #007575;
	border-radius: 0;
}

.form-control:focus {
	border-color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}


label.form-label {
	padding-left: 4px;
	margin-top: 1rem;
}

.form-control {
	max-width: 360px !important;
	height: 34px;
	border: 2px solid #333333 !important;
	color: #333;
	border-radius: 1px;
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	padding: 0px !important;
	width: 100%;
}


.status-active {
	border-color: #00c6c6;
}

.status-container.status-error {
	border-color: #ff5655;
}

.status-message.visible {
	display: block;
}

.status-message.status-error {
	color: #ff5655;
	font-weight: bold;
}

.status-message {
	display: none;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0px;
	margin-top: .5rem;
	padding-left: 4px;
}

.validation-error-icon {
	width: 34px;
	height: 24px;
	position: absolute;
	left: -24px;
	margin-top: 12px;
	background: url(assets/images/error.png) no-repeat center;
	background-size: contain;
}

.sublabel {
	margin-left: 4px;
	margin-bottom: .5rem;
}

.btn.btn-primary {
	width: initial;
	width: auto;
	white-space: normal;
	font-size: 16px;
}



.btn-primary {
	color: #ffffff;
	background-color: #0c72bc !important;
	border-color: transparent;
	border-bottom: 4px solid #0a4977 !important;
	border-style: solid;
	outline: none;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 16px;
	line-height: 1;
	border-radius: 3px;
	padding: 13px 20px;
	margin-top: 1rem;
	text-decoration: none;
}

.btn-primary:focus {
	box-shadow: inset 0px 0px 0px 4px #4EBFB9;
	border-color: #FFFFFF !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0c72bc;
	border-color: transparent;
}



.btn-secondary {
	color: #0056B3;
	background-color: #FFFFFF !important;
	border-color: #0056B3;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 16px;
	line-height: 1;
	border-radius: 3px;
	padding: 13px 20px;
	margin-top: 1rem;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	text-align: center;
}
.btn-secondary:hover{
	background-color: #F3F3F3 !important;
}
.btn-secondary:active{
	background-color: #0D4EA6 !important;
	color: #FFFFFF;
	box-shadow: none !important;
	border-color: #0D4EA6 !important;
}

.btn-secondary:focus {
	box-shadow: inset 0px 0px 0px 2px #4EBFB9;
	border-color: #4EBFB9;
}



.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #F3F3F3;
	color: #ADADAD;
	border-color: #ADADAD;
	box-shadow: none;
}

#manageCertificates {
	float: none;
}

div.section_cert_request.separate_section.span6,
div.importCert.span6 {
	width: 550px;
}

div.grey-background-half.manage-certs {
	display: table;
}

body.tundra.pageunpadded.standard {
	background-color: #FFF;
}


div.white-panel.center.row {
	margin-top: 30px;
}

div.links.white-panel.manage-certs {
	width: 50%;
	margin-bottom: 30px;
}

div.center.manage-certs.cert-import {
	width: 70%;
}

div.links.white-panel.center.manage-certs {
	float: unset;
}

div.loginPanalSidebar {
	background-color: #007575;
	height: 100%;
	/*vertical-align:bottom;*/
	padding-top: 20px;
	min-height: 510px;
	position: relative;
	/*display: flex;
    flex-direction: column;*/
}

div.login-panel-form {
	padding-right: 0px;
}


div.login.loginbox.row {
	padding: 0px;
	margin-left: 0px;
}


div.login-help-panel-link {
	color: white;
}

div.sidebar-link {
	padding-left: 24px;
}

div.sidebar-link.register-for-ros a {
	color: white;
	font-size: 20px;
	font-weight: 900;
	text-decoration: underline;

}

p.sidebar-text {
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-block: 0px;
}

#play_icon {
	margin-top: 10px;
}

div.useful-links-help-text.row {
	padding-top: 30px;
	text-align: center;
}


.close img {
	height: 40px;
	width: 40px;
}

.close {
	opacity: 1 !important;
}

.modal-content .modal-header .close {
	position: relative;
	background: #b0b0b0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 38px;
	line-height: 22px;
	left: -10px;
	opacity: 1;
	z-index: 2;
	filter: alpha(opacity=100);
}

.question-mark-icon {
	width: 30px;
	height: 30px;
}

.infoIcon {
	width: 16px;
	height: 16px;


}

.infoIcon-login {
	margin-right: 40px;
	margin-left: 5px;
}

.infoLogin {
	float: right;
}


.infoBox {
	display: none;
	position: absolute;
	margin: 0px 0px 0px -3px;
	padding: 10px 10px 10px 10px;
	z-index: 6;
	width: 260px;
	font-weight: normal;
	line-height: 1.3em;
}

.infoBox-top {
	padding: 20px 5px 5px 5px;
}

.infoBox-bottom {
	padding: 5px 5px 10px 5px;
}

.infoBox .close a {
	text-indent: -9999px;
	display: block;
}

.infoBox .close {
	display: block;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 18px;
	height: 18px;
	background-image: url(images/fe_close.png);
	background-repeat: no-repeat;
}

.sub_links {
	font-size: 13px;
}

#login-news-section {
	border-width: 0px;
	width: 100%;
	min-height: 150px;
	margin-top: 20px;
}

#videoIframe {
	width: 100%;
	height: 99%;
}

#cert-video-parent>div.ui-dialog-titlebar {
	background: none;
	background-color: #025e63 !important;
}

#cert-video-parent>div.ui-dialog-titlebar>button.ui-button>span.ui-button-icon-primary {
	background-color: #025e63 !important;
}

div.useful-links-row {
	padding-bottom: 30px;
	margin-right: 40px;
	margin-left: 20px;
}

.login-panel {
	max-width: 510px;
	min-width: 300px;
}

.login-help-text {
	display: contents;
}

#infoManageCertificates div p {
	padding-bottom: 20px;
}

.link-info {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	max-width: 425px;
}

.ros-help-info {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

.logo,
.rosLogo {
	margin: 10px;

}

.inner_container.heading_top {
	padding-top: 30px;
}

.login-input {
	padding-left: 5px !important;
}

.form_row_login_button {
	padding: 10px 10px 0px 65px;
}

.form_row_password {
	padding: 10px 10px 0px 65px;
}

.form_row_load_cert {
	padding: 30px 10px 0px 65px;
}

.login-button {
	width: 100%;
	max-width: 360px !important;
	font-size: 20px;
}

.ros-help-link,
#back-link {
	font-weight: bold;
}

.register-for-ros {
	padding-bottom: 110px;
}

#question-icon {
	vertical-align: unset;
}

.login-message-box {
	max-width: 360px;
	width: 100%;

}

#error-message-placeholder {
	padding: 10px 10px 0px 65px;
	min-height:40px;
}

.sidebar-wrapper {
	padding-bottom: 24px;
	position: absolute;
	bottom: 0;
}

.login-form-wrapper {
	max-width: 500px;
}

.login-form-wrapper {
	max-width: 500px;
	margin: auto;
	min-height: 510px;
}

.sub_links {
	min-height: 40px;
	max-width:425px;
}

#help_link_play_icon:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#login-news-section-compatibility-warning {
	margin-top: 16px;
	min-height: 50px;
	width: 100%;
	border: 5px dashed #ddd;
	margin-bottom: 1rem;
	font-size: 16px;
	text-align: center;
}

.login-compatibility-message {
	padding-top: 10px;
}

.btn-reduced-margin {
	margin-top: 0px;
}

.manage-certs-password-section {
	margin-bottom: 30px;
}

#reset-login-link{
	float:right;
}