/*UI Standard Mode*/
li {
    /*list-style-type: none;*/
    text-align: left;
    margin-left:50px;
} 
 
a { 
	text-decoration:none; 
	color: rgb(0, 104, 146);  
	padding: 5px;
}

a:link { text-decoration:none; color: rgb(0, 104, 146); outline: none;}
a:visited { text-decoration:none; color: rgb(0, 104, 146); outline: none;}
a:active { text-decoration:none; color: rgb(0, 104, 146); outline: none;}
a:hover { 
	color: #000; 
	cursor:pointer;
	outline: none;
}	 
 
html {
	height:100%;
	min-height:100%;
	width:100%;
	padding: 0px; 
	margin: 0px;
	font:12px "Roboto", sans-serif;

}

textarea, input { 
	font:12px "Roboto", sans-serif;
} 


body {
	margin:0px;
	font:12px "Roboto", sans-serif;
	position:relative;
	width:100%;
	height:100%;
}

.body-bg-image { 
    /*%LOGINBACKGROUND%*/ background-image: url(/staticcontent/images/logon/centrosbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.links {
	background-color: rgb(255, 255, 255, 76%);
	padding: 2em 1em;
    padding-bottom: 0;
    margin: auto;
    margin-bottom: 2em;
	opacity: 0;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

.links a {
	display: block;
    font-size: 1.1em;
	width: 90%;
    max-width: 350px;
    box-sizing: border-box;
    margin: 0.5em auto 0;
}

.links a i {
	margin-right: 5px;
    width: 15px;
}

.system_messages {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: rgba(255,255,255,0.97);
    position: absolute;
	width: 350px;
	top: 0px;
    right: 30px;
    overflow: auto;
	padding: 5px;
	margin-top: 20px;
	-webkit-transition: width 0.5s;
  	transition: width 0.5s;
}

.system_message > hr {
	width: 80%;
    opacity: 0.1;
}
.system_message {
	font:15px  "Roboto", sans-serif;
	color:#999;
	padding: 0 15px 15px 15px;
	position: relative;
}
 
.system_messages_header {
	font: 18px 'Open Sans', sans-serif;
    color: #005E7E;
	left:10px;
	margin-left: 10px;
	font-weight: bold;
}

.system_messages_header .important_system_messages_small_chevron,
.system_messages_header .system_messages_small_chevron {
	float: right;
	margin-right: 15px;
}

.system_messages_header .important_system_messages_small_chevron i,
.system_messages_header .system_messages_small_chevron i {
	cursor: pointer;
}

.system_messages_header .important_system_messages_small_count,
.system_messages_header .system_messages_small_count {
	display: none;
}

.system_message h1 {
	font-weight: bold !important;
    color: #4A4A4A;
	font:16px "Roboto", sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;	
}

.system_message h1 i {
	color: #005E7E;
}

.system_message h2 {
	color:#333;
	font:12px "Roboto", sans-serif;
	padding: 0px;
	margin: 5px;
	text-align: left;
}
.system_message h3 {
	font:10px "Roboto", sans-serif;
	padding: 0px 10px;
    margin: 0px;	
}
.system_message a {
	font:12px "Roboto", sans-serif;
}

.system_message link {
	font:10px "Roboto", sans-serif;
	padding: 0px;
    margin: 0px;	
}

.container {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background-color: rgba(255,255,255,0.97);
	height: 100vh;
	width: 380px;
    margin-right: auto;
    padding: 15px;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: width 0.5s;
  	transition: width 0.5s;
}

.inner {
	min-height: 98%;
}


.faq_logon {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background-color: rgba(255,255,255,0.97);
	position: absolute;
	width: 350px;
	top: 0;
	right: 30px;
	overflow: auto;
	padding: 5px;
	margin-top: 20px;
	-webkit-transition: width 0.5s;
  	transition: width 0.5s;
}

.faq {
	position:absolute;
	width:380px;
	top:10px;
	left:0px;
	height:390px;
	overflow: auto;
	display:none;
}

.faq_anim {
    clear: both;
    display: none;
    box-sizing: border-box;
    padding: 3px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.faq_header {
	font: 18px 'Open Sans', sans-serif;
	color:#005E7E;
	left:10px;
	align: left;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


.faq_icon {
	background-image:url('/staticcontent/images/jquery/ui/ui-icons_888888_256x240.png');
	background-repeat:no-repeat;
	background-position:-32px -16px;
	width:16px;
	height:16px;
	min-width:16px;
	float:left;
}

.faq_icon_open {
	background-position:-65px -16px;
}

.faq_question {
	float:left;
	color:#4A4A4A;
	font-weight: bold;
	white-space:pre-wrap;
	padding-top: 1px;
}

.faq_answer {
	white-space:pre-wrap;
	font-weight: normal;
	color: #6b6b6b;
}

.faq_question:hover {
	color: rgb(0, 104, 146);
}

.faq_icon:hover {
	background-image:url('/staticcontent/images/jquery/ui/ui-icons_222222_256x240.png');
	background-repeat:no-repeat;
	background-position:-32 -16; 
	width:16px;
	height:16px;
	min-width:16px;
}

.faq_icon_open:hover {
	background-position:-65px -16px;
}

.faq_message {
	left:10px;
	margin: 5px 0;
	cursor:pointer;
}

.esr_login_icon {
	font-size: 2em;
    vertical-align: top;
    margin-top: 6px;
}

.icon_exclamation, .icon_times {
	color:#DD0000;
}

.icon_ok {
	color:#75c043;
}

.cookie_disclaimer {
	position:relative;
	width:380px;
	left:0px;
	height:100%;
	display:none;
}

.cookie_header {
	font:18px "Roboto", sans-serif;
	color:#999;
	left:10px;
	align: left;
	margin-left: 10px;
} 


.cookie_message {
	font:15px "Roboto", sans-serif;
	color:#000;
	left:10px;
	align: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: rgb(0, 104, 146);
} 

.cookie_anim {
	clear: both;
    overflow: hidden;
	opacity: 0;
	padding-bottom: 1em;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.capita_logo {
	position:relative;
	float:left;
	height:65px;
	margin:10px 0px 30px 15px;
	padding:0px;
}

.capsLockWarning {
	font-size: 1.5em;
	padding:5px;
	background-color: #005e7e;
	color: #fff;
}

.capsLockWarning.ui-pnotify.ui-pnotify-with-icon .ui-pnotify-text {
	margin-right: 10px;
	white-space: nowrap;
}

.messagePopup {
}

.messagePopup i {
	font-size: 4em;
    vertical-align: middle;
	width: 12%;
}

.messagePopup ul {
	padding: 0;
	margin: 0;
}

.messagePopup ul li {
	margin-left: 1em;
}

.messagePopup .message_text {
	margin-left: 1em;
}

.captcha {
	display: flex; 
	align-items: center;
}

.message, .captcha {
	font: 1.1em "Roboto", sans-serif;
    color: rgb(0 94 126);
    margin: auto;
    padding: 10px 0;
	width: 90%;
    max-width: 350px;
	margin-bottom: 1em;
	text-align: center;
}

.message ul {
	padding: 0;
	margin: 0;
}

.message ul li {
	margin-top: 5px;
	margin-left: 25px;
}

.message_text {
	display: inline-block;
    vertical-align: middle;
	max-width: 80%;
	padding: 4px;
}

.reset_password {
	
}

.reset_password_text {
	padding-top: 10px;
	text-align: center;
}

.divider {
	width:250px;
	color:#999;
}
 
.user_input {
	color: rgb(0 94 126);
    font-weight: normal;
    vertical-align: text-top;
    padding: 0 1em;
    margin: auto;
	background-color: rgb(255, 255, 255, 76%);
	clear: both;
	opacity: 0;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

i {
    font-style: normal;
}

.text {
    width: 90%;
	max-width: 350px;
    margin: auto;
}

.text i {
    position: absolute;
    margin: 9px;
}

.text label {
    font-size: 1.25em;
	width: 100%;
    display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

.title {
	width: 90%;
    max-width: 350px;
    margin: 0 auto 15px;
    font-size: 1.5em;
    font-weight: bold;
	color: #1ec2d4;
}

.text_in_error:before {
    content: "Invalid Characters Detected";
    float: right;
    color: #ffffff;
    padding: 2px 5px;
    background: red;
    border-radius: 3px;
}

.memorable_word_container {
	width: 90%;
    max-width: 350px;
    margin: auto;
	text-align: center;
}
 
.username, .password , .username_email {
	/* border:1px solid rgb(0, 104, 146);
	width:150px;
	align:middle;
	position:absolute;
	left:100px;
	vertical-align:text-top; */
	border: 1px solid rgb(0, 104, 146);
    background: white;
    height: 30px;
    width: 100%;
    border-radius: 3px;
    font-size: 1.25em;
	padding-left: 28px;
} 

.memorable_word {
	border:1px solid rgb(0, 104, 146);
	border-radius: 3px;
}

.new_password_icon, .verify_password_icon,
.new_memorable_word_icon, .verify_memorable_word_icon {
	color: #00bbce;
}

.go_button {
	background-color: #0f6e94 !important;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    width: 100%;
    height: 30px;
    font-weight: bold;
    margin: auto;
    border: 2px solid #0f6e94;
    display: block;
}

button i {
	margin-left: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .go_button {
	background-color: #0f6e94 !important;
    border-radius: 3px;
    cursor: pointer;
    color: white !important;
    width: 100px;
    height: 25px;
    font-weight: bold;
	margin-right: 10px;
	margin-top:15px;
	float: none !important;
    border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
    float: none !important;
}

.change_password_button, .reset_password_button, 
.confirm_mfa_button, .change_memorable_word_button {
 	background-color: #0f6e94;
	cursor:pointer;
 	color:white;
 	width:100px;
 	height:25px;
	font-weight:bold;	
	position:relative;  
	border: 2px solid #0f6e94;
	border-radius: 3px;
}

.resend_mfa_button {
	cursor:pointer;
 	width:100px;
 	height:25px;
	float:right;
	font-weight:bold;	
	border-radius: 3px;
	background-color: transparent;
    color: #000000;
    border: 1px solid #69A0D9;
}

.cancel_button {
	cursor:pointer;
 	width:100px;
 	height:25px;
	font-weight:bold;	
	border-radius: 3px;
	background-color: transparent;
    color: #000000;
    border: 1px solid #69A0D9;
     float: right;
}

.cookie_anim .cancel_button {
	margin-top: 2em;
	margin-right: 5px;
}

.view_all_faq {
	background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    color: #007ebc;
    float: right;
    border: none;
}

.strapline {
	position: absolute;
	bottom:30px;
	right:-50px;
	width:270px;
	height:35px;
	background-color: rgb(0, 104, 146);
	color:#fff;	
	font-size:28px;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	text-align:center;
	border-radius:15px;
}

.tooltip {
	display:none;
	background:transparent url('/staticcontent/images/jquery/tooltip/black_arrow.png');
	font-size:12px;
	/*? SHOW = [MSIE] */ height:120px;
	/*? SHOW = [MSIE] */ width:205px;
	/*? SHOW = [KHTML] */ height:70px;
	/*? SHOW = [KHTML] */ width:160px;
	/*? SHOW = [GECKO] */ height:70px;
	/*? SHOW = [GECKO] */ width:160px;

	padding:25px;
	color:#fff;	
}

.locales {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float: right;
}

.locale_flag {
	margin: 5px;
	cursor:pointer;
	filter:Alpha(Opacity=30);
	-moz-opacity:0.3; 	
	opacity:0.3; 	
	-khtml-opacity: 0.3;		
}

.locale_flag_selected {
	margin: 5px;
	cursor:pointer;
}

.dialog_title_left { 
	 font-weight: bold;
	 padding: 6px 2px 6px 5px; 
	 margin:10px; 
	 -moz-border-radius-topleft: 4px; 
	 -moz-border-radius-bottomleft: 4px; 
	 -webkit-border-top-left-radius: 4px;   
	 -webkit-border-bottom-left-radius: 4px;	 
	 background-color:%ESR_HEADER_BACK%;
	 color:%ESR_HEADER_FORE%;
	 white-space: nowrap;
}
.dialog_title_right { 
	 font-weight: bold;
	 padding: 6px 2px 6px 5px; 
	 margin:10px;
	 -moz-border-radius-topright: 4px; 
	 -moz-border-radius-bottomright: 4px; 
	 -webkit-border-bottom-right-radius: 4px; 
	 -webkit-border-top-right-radius: 4px; 
	 background-color:%ESR_HEADER_BACK%;
	 color:%ESR_HEADER_FORE%;
	 white-space: nowrap;
}
.dialog_close {
	position:relative;	
}

.dialog_content {
 	padding-top:6px;
 	padding-bottom:6px;
 	background-color:#FFF;
}


.dialog_outter_pad {
  padding:8px;
  background-color:grey;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px; 
}
 
.browser {
	white-space: nowrap;	
}
.browser a {
	font-size:10px;	
}

.message_dialog {
	display:none;
}

.button {
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.29px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.esr_mainbutton { 
	background-color: #4A81BD;
    color: #FFFFFF;
    border: 1px solid #4A81BD;
} 


.javascript_disabled {
	font-weight:bold;
	color:black;
	width:600px;
	text-align:center;
	border:2px black solid;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:5px;
	z-index:9999999;
	position:relative;
}  

.page_disable_layer {
	background-color: rgb(0,0,0);
	filter:Alpha(Opacity=30);
	-moz-opacity:0.7; 	
	opacity:0.7; 	
	-khtml-opacity: 0.7;	
	width:100%;
	height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
	
}

.ui-widget-overlay {
	background-color: rgba(170, 170, 170, .3) !important;
	filter:Alpha(Opacity=30) !important;
	-moz-opacity:0.3 !important; 	
	opacity:0.3 !important; 	
	-khtml-opacity: 0.3;	
	width:100%;
	height:100%;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
	background-image: none !important;
}

.esr_page_footer {
	height: 15px;
    clear: both;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.copyright_footer {
	color: #4a4a4a;
}

#esr_dialog {

}

.esr_dialog_content {
	text-align: left;

}

/*.ui-dialog {*/
.esr_dialog_outer_pad {
	
	border: 5px outset red;
	border-radius: 5px;	 
	-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background:rgb(255,255,255);
}

.esr_container_label {
	background-color:rgb(0, 104, 146);
	color: white;  
	text-align: left;
	padding:3px 0px 3px 5px;
	font-weight: bold;	
	border:1px solid rgb(0, 104, 146);
  	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px; 	
	border-radius: 5px;
	margin:0px;
}

.esr_dialog_padding {
    background-color:#666 !important;
    padding:5px !important;
    border-radius: 5px !important;
    -moz-border-radius-topright: 5px !important; 
    -moz-border-radius-topleft: 5px !important; 
    -webkit-border-top-right-radius: 5px !important; 
    -webkit-border-top-left-radius: 5px !important; 
    -moz-border-radius-bottomright: 5px !important; 
    -moz-border-radius-bottomleft: 5px !important; 
    -webkit-border-bottom-right-radius: 5px !important; 
    -webkit-border-bottom-left-radius: 5px !important;    
}

.ui-dialog-titlebar {
	background:rgb(0,92,133) !important;
	color:rgb(255,255,255) !important;	
}

.esr_dialog_shadow {
	display:inline;
	width:100%;
	height:100%;
	border:2px solid red;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);	
}

.esr_dialog_content li:first-letter {
	text-transform:capitalize;
}

.fake {
	position:absolute;
	left:-999999px;
	top:-999999px;
	display:none;
}

.ui-widget.ui-widget-content {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: white;
	box-sizing: border-box;
}

.ui-widget-content {
	border: none !important;
}

.ui-dialog .ui-dialog-titlebar {
	background: none !important;
    border: none;
    color: #005E7E !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.5em;
    font-weight: 100;
}

.ui-dialog .ui-dialog-title {
	width: auto !important;
}

.ui-widget button {
	border: none;
    background: none;
}

.important_system_messages {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background-color: rgba(255,255,255,0.97);
	display: inline-block;
    margin-top: 20px;
	padding: 10px 5px;
	vertical-align: top;
	width: 450px;
	-webkit-transition: width 0.5s;
  	transition: width 0.5s;
}

.important_system_messages > .system_message {
	padding: 0 15px;
    margin: 0;
	position: relative;
}

.important_system_messages > .system_message > h1 {
	display: inline-block;
    font-weight: 500;
	float: left;
}

.important_system_messages > .system_message > h1 > i {
	color: #006892;
    padding: 5px 3px;
    border-radius: 20px;
    font-size: 3em;
    vertical-align: middle;
}

.important_system_messages > .system_message > h2 {
	font-size: 1em;
	display: inline-block;
    margin: 5px;
    padding: 5px;
    text-align: left;
}

.important_system_messages_small {
	clear: both;
	display: none;
	margin-bottom: 10px;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

.system_messages_small {
	display: none;
	margin-top: 10px;
	clear: both;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

.system_message > a {
	float: right;
}

.view_all_faq:focus {outline: none;}
.system_message > a:hover, .view_all_faq:hover {
	cursor: pointer;
	color: gray;
    background-color: unset;
}

.system_message > a > i {
	padding: 6px 2px;
	font-family: inherit;
	font-weight: 500;
}

.system_messages_header:not(:first-child) {
    display: none;
}


i::before {
    font-family: "Font Awesome 5 Pro" !important;
}

.pwd_rule_container {
	width: 90%;
    max-width: 350px;
    margin: auto;
	margin-bottom: 25px;
}

.pwd_rule_container h3 {
	font-size: 1.2em;
	margin-top: 0;
}

.pwd_rule_container li {
	margin: 5px auto;
}

.button_container {
	width: 90%;
    max-width: 350px;
    margin: auto;
	margin-top: 1em;
	padding-bottom: 4px;
}

*[tabindex]:not([tabindex^="-"]):focus {
	outline: none;
	box-shadow: 0px 0px 4px 2px #005E7E;
	border-radius: 1px;
}


@media screen and (max-width: 1300px) {
    .faq_logon, .system_messages, .important_system_messages {
		width: 600px !important;	
	}
}

@media screen and (max-width: 1050px) {
    .faq_logon, .system_messages, .important_system_messages {
		width: 400px !important;	
	}
}

@media screen and (max-width: 900px) {
    .faq_logon, .system_messages, .important_system_messages {
		width: 300px !important;	
	}
}

@media screen and (max-width: 750px) {
    .faq_logon, .system_messages, .important_system_messages {
        display: none !important;
    }

	.important_system_messages_small, .system_messages_small {
		display: block;
		background-color: rgb(255, 255, 255, 76%);
		padding: 7px;
	}

	.container {
		width: 70%;
    	margin: auto !important;
    	background-color: transparent;
		box-shadow: none;
		display: block;
	}

	.user_input {
		padding: 2em 1em 0;
	}

	.links {
		padding-bottom: 2em;
    	margin-bottom: 0;
	}

	.faq_anim {
		padding: 3px 2em;
		padding-bottom: 40px;
		background-color: rgb(255, 255, 255, 76%);
	}

	.cookie_anim {
		padding: 0 1em 1.2em;
		background-color: rgb(255, 255, 255, 76%);
	}

	.esr_page_footer {
		padding: 5px 0;
	}
}

@media screen and (max-width: 600px) {

	.container {
		width: 100%;
	}
}

.esr_mandatory_asterisk {
	margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

img.input {
	vertical-align: middle;
	cursor:pointer;
}
