/** Global CSS Tags */

html{
	height: 100%;
}
body{
	background-color: #dbdbdb;
	color:#707173;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	overflow:hidden;
}

.page {
	behavior:url(css/PIE.htc);
	   /*padding-top: 20px;*/	
	 background: #F1F1F1  url(../images/EXPH-0554-999-1.jpg) no-repeat 0 0;
     background-size: cover;
     
	/* IE8 Hacks to resize background image */
	 -pie-background: #F1F1F1 url(/keylogin/images/EXPH-0554-999-1.jpg) no-repeat 0 0 / cover;

  min-height: 100%;
  height: auto !important; /* for IE 6 */
  height: 100%; /* for IE 6 */
  margin: 0 auto -5em;
  overflow: hidden;
  position: relative;
	}
   
 .toolTipPanel{ 
	width: 400px;
    padding: 5;
    background: '#E2E2E2';
    color: 'black';
    textAlign: 'left';
    border: {
    	width: 7;
        radius: 5;
        color: '#E2E2E2';
    };
 	name: 'dark'; 
}

.toolTipheader{
	font-weight:bold;
	color:black;
	font-size:11px;
	text-align:left;
}
.toolTipLabel{
	background-repeat: no-repeat;
	color:grey;
	font-size:11px;
	text-align:left;
}

.toolTipImgRule{
	width:  20px;
	height: 20px;
	vertical-align: middle;
}                       
                          


.center {
	margin:0 auto;
}

a, a:link, a:visited, a:active{
	color:#00205b;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	cursor:pointer;

}

img{
	border:0;
}          

p{
	padding:0;
	margin:0;
	font-family: Helvetica Neue LT, Arial, sans-serif;
	font-size: 11px;
	color: #585858;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px 0px 5px 0px;
}

.link{
	color:#0079bc;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

h1{
	font-size:30px;
	color:#000;
}

/*
h3{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #007FC0;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  margin: 0px 0px 10px 0px;
  line-height: 18px;
} */

.hide {
	/*display: none;*/
	visibility:hidden;
}

#header {
	display:block;
	position:absolute;
	top:30px;
	left:30px;
	
}

#title{
	display:block;
	position:absolute;
	top: 60px;
	left: 62px;
}

#footer {
	display:block;
	position:absolute;
	top: 85%;
	left: 85%;
}


#loginbox {
	display:block;
	position:absolute;
     background-color: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
	border: 1px solid #969696;
	width: 400px;   
	 top: 50%;
   left: 50%;
   
   margin-top: -150px; /* Half the height */
   margin-left: -200px; /* Half the width */

	
}	

#loginbox > div {
	padding-top : 15px;
	margin-bottom: 15px;

}

#loginbox > div.errorbox > div.message {
	width:80%;
}

#loginbox > div.errorbox > div.error {
	background-image:url('../images/i_error.png');
	background-repeat:no-repeat;
	height:50px;
	border: solid 1px red !important;
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	
}

#loginbox > div.errorbox > div.error > p{
	line-height: 14px;
    margin : 10px 10px 15px 50px;
}

#loginbox input[type="text"],#loginbox input[type="password"]{
	width:200px;
}

#loginbox a {
	width:200px;
}

#notregistered {
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 25px;
}

.footer-link {
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 25px;
}

.inputfield {
	width: 200px;
    padding: 10px;
}

.inputfield input[type="text"]#loginInput {
	background-image: url('../images/usersep.png');
	background-repeat : no-repeat;
	background-position-x:0px;
	background-position-y:50%;
	
}

.inputfield input[type="password"]#passwordInput,.inputfield input[type="password"]#_F5_challenge,  .inputfield input[type="password"]#check_pw_match{
	background-image: url('../images/passwordsep2.png');
	background-repeat : no-repeat;
	background-position-x:0px;
	background-position-y:50%;
	
}

.inputfield input[type="text"],.inputfield input[type="password"], .inputfield textarea
{
	
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 0px;
    display: inline-block;
	border: solid 1px #d5d5d5;
	background-color: white;
	border-radius:2px;
	height:28px;
	line-height:28px;
	color:#585858;

    
	padding-left:40px;	
	
}

.inputfield input[type="text"]:focus,.inputfield input[type="password"]:focus, .inputfield textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #0079bc;
	border-radius:2px;
		line-height:28px;
}

div#login {
	background-image: url('../images/user.png');
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	width: 29px;
	height: 29px;
}

div#cle {
	background-image: url('../images/cadenas.png');
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	width: 29px;
	height: 29px;
}


div#separator {
	background-image: url('../images/separator.png');
	background-repeat : no-repeat;
	background-position-y : 50%;
	float:left;
	width:10px;
	height:29px;
}

div.wrapper {

}

div .buttons input[type=submit] {
  padding-bottom : 10px;
  text-align: center;
  bottom: 15px;
  padding: 6px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  text-decoration: none;
  background-color: #0085ad;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.buttons input[type=submit]:hover {
  background-color: #ffffff;
  color: #0085ad;
  border-color: #0085ad;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
	
}


#picture {
	background-image: url('../images/thumbnail.png');
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height: 60px;
padding-top: 15px;
}

.messagebox {
	

	background-color: #F1F1F1;
	border-color:#F0940A;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	
	width:1000px;
	box-shadow: 1px 1px 1px #cfd1d2;
	margin-top: 20px;
	margin-bottom : 10px;
}

.messagebox p {

	margin: 0 35px 10px;
	line-height: 20px;
	text-align: justify;
	
}

.messagebox .warning {
	background-image:url('../images/warning-icon.png');
	background-repeat:no-repeat;
	height:32px;
	margin:-20px 0px 0px -10px;
	
}

/* New Buttons From eCommerce */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/** Forms - inputs */
/* 1- simple */
input[type="text"],textarea {
    border : none;
    background : white;
    color: #808080;
    border: 1px solid #6E9EB9;
}
input{
    height: 20px;
	outline-style: none;
}
input.fullWidth {
    width: 100%;
}
textarea{
    padding: 9px;
}
input[type="text"] {
	padding-left: 2px;
    line-height: 18px;
}
input[disabled] {
    background: transparent;
}

/* 1-1 placeholder */
::-webkit-input-placeholder {
   color: #202020;
   font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
   color: #202020;
   font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #202020;
   font-style: italic;
}
:-ms-input-placeholder {
   color: #202020;
   font-style: italic;
}

/* 2- with submit */
.inputWrapper {
    border : 1px solid #6e9eb9;
    overflow : hidden;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    max-height: 23px;
	background: white;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    behavior: url(css/PIE.htc);
}
.ie8 .inputWrapper {
    height: 22px;
}
.inputWrapper .button {
	font-family: "Roboto Regular";
	font-size: 12px;
	color: #707173;
    background : url(../images/bg-btn-ok.png) repeat-x;
    border-left : 1px solid #007fc0;
    padding-left: 7px;
	height: 22px;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    behavior: url(css/PIE.htc);
}
.ie8 .inputWrapper .button {
    height: 20px;
    line-height: 1em;
}
.inputWrapper input {
    border: 0 none;
	vertical-align: top;
}
.buttonWrapper{
    background : url(../images/bg-btn-blue.png) repeat-x;
	display: inline-block;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
    position: relative;
	border: 1px solid #2792c9;
    behavior: url(css/PIE.htc);
}
.buttonWrapper.mini{
    height: 22px;
}
.buttonWrapper.grey{
    background : url(../images/bg-btn-grey.png) repeat-x;
	border: none;
}
.buttonWrapper.disabled{
    background : #ccc;
	border: none;
}
.buttonWrapper.disabled input, .buttonWrapper.disabled a.button{
	cursor:not-allowed;
}
.buttonWrapper.grey .button,.ui-dialog .ui-dialog-buttonpane button span{
    display: block;
    height: 30px;
    padding: 10px 10px 10px 30px;
    color: #707173;
    text-transform: uppercase;
    line-height: 10.8px;
    text-align: center;
    vertical-align: middle;
}

.button {
    font-family: "trebuchet MS";
    font-size: 14px;
    margin: 0;
    color : white;
	background: none;
	border: none;
    height: 30px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
.button.noValue {
    padding-right: 0;
    padding-left: 28px;
}
a.button:hover{
	text-decoration: none;
}
.round {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    behavior: url(css/PIE.htc);
}
.round-m {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    behavior: url(css/PIE.htc);
}
.buttonWrapperMini{
    background : url(../images/bg-btn-grey-s.png) repeat-x;
	color: #2792c9;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 5px;
	height: 18px;
	display: inline-block;
	line-height: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    position: relative;
	border: 1px solid #cccccc;
    behavior: url(css/PIE.htc);
}
.buttonWrapperMini .button,.accordion .buttonWrapperMini.title {
	color: #2792c9;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	height: 18px;
	line-height: 16px;
}

/* 3- radios */
.radioWrapper {
    display: table-cell;
    width: 30%;
}
.radioWrapper * {
    vertical-align: top;
}
.radioWrapper span {
    margin-left: 4px;
    font-family: Arial;
    font-size: 11px;
    color: #707173;
    line-height: 2em;
}

/* 4- text input with button */
.inputTextWithButton {
    padding-right: 29px;
    white-space: nowrap;
}
.inputTextWithButton * {
    vertical-align: top;
}
.inputTextWithButton input[type=text] {
    /*width: auto !important;*/
}
.inputTextWithButton .buttonImage {
    border-radius: 4px;
}
.inputTextWithButton .buttonImage .button {
    height: 24px;
    background-position: 1px 2px;
}
.inputTextWithButton .buttonImage .button.noValue {
    padding-left: 23px;
}
.shadow {
    -moz-box-shadow: 0px -1px 3px 2px #ededed;
    -webkit-box-shadow: 0px -1px 3px 2px #ededed;
    -o-box-shadow: 0px -1px 3px 2px #ededed;
    box-shadow: 0px -1px 3px 2px #ededed;
    behavior: url(css/PIE.htc);
}

.buttonWrapper .button:hover,.buttonWrapper .button:focus{
	text-decoration: none;
}
.buttonWrapper.grey .button:hover,.buttonWrapper.grey .button:focus{
	color: #007ebe;
}
.buttonWrapper.disabled .button:hover{
	color:#707173;
}
.buttonWrapper.shadow:hover,.ui-dialog .ui-dialog-buttonpane button:hover,.buttonWrapper.shadowHover:hover{
    -moz-box-shadow: 0px 0px 5px 3px #99cbe5;
    -webkit-box-shadow: 0px 0px 3px 4px #99cbe5;
    -o-box-shadow: 0px 0px 5px 3px #99cbe5;
    box-shadow: 0px 0px 5px 3px #99cbe5;
    behavior: url(css/PIE.htc);
}

/*// Buttons */
a.si_btn_bbwl {
    background: none repeat scroll 0 0;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: -moz-inline-box;
    font-family: 'Trebuchet MS',Helvetica,sans-serif,'Lucida Sans Unicode','Lucida Grande';
    font-size: 14px;
    font-weight: normal;
    margin: 2px 2px 2px 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

a.si_btn_bbwl span, button.si_btn_bbwl span {
    background: url('../images/button_start_second_blue.png') no-repeat scroll left top;
    float: left;
    height: 30px;
    margin: 0 0 0 2px;
    position: relative;
}

a.si_btn_bbwl span span span, button.si_btn_bbwl span span span {
    background: url('../images/button_background_second_blue.png') repeat-x scroll left top;
    height: 30px;
    margin: 0 14px 0 15px;
    padding: 7px 0 0;
}
a.si_btn_bbwl_excel span span span, button.si_btn_bbwl_excel span span span {
    background: url('../images/button_background_second_blue.png') repeat-x scroll left top;
    height: 30px;
    margin: 0 14px 0 44px;
    padding: 7px 0 0;
}
a.si_btn_bbwl_gray span span, button.si_btn_bbwl_gray span span {
    background: url('../images/button_end_second_gray_out.png') no-repeat scroll right top ;
    height: 30px;
    margin: 0 2px 0 0;
}
a.si_btn_bbwl span span {
    background: url('../images/button_end_second_blue.png') no-repeat scroll right top;
    height: 30px;
    margin: 0 2px 0 0;
}

a.si_btn_wbbl, button.si_btn_wbbl {
    border: medium none;
    color: #007FC0 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Trebuchet MS',Helvetica,sans-serif,'Lucida Sans Unicode','Lucida Grande';
    font-size: 14px;
    font-weight: normal;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Password policy style */
#password-wrapper {
	text-align: center;
	margin-bottom: 10px;
}
#password-policy-dialog {
	display: none;
	margin: 5px 15px 15px;
	padding: 10px;
	border: solid 2px #f2f2f2;
	color: rgb(112, 113, 115);
}
#password-policy-dialog ul.level1{
	margin: 0 0 0 15px;
    padding: 0;
}
#password-policy-dialog ul.level1 li{
	line-height: 22px;
}
.password-policy-dialog{
	font-family: Arial,sans-serif;
	z-index: 20000001;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.password-policy-dialog .ui-dialog-titlebar {
	background: none;
	border: none;
	color: rgb(112, 113, 115);
}
.password-policy-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
}
.ui-widget-overlay {
	z-index: 20000000;
}

.forgotcredentials-dialog {
	z-index: 20000001;
}

/** New SR map dialog **/
.map-dialog-wrapper {
	padding: 0;
	border-radius: 0;
	overflow: visible;
}
.map-dialog-wrapper .ui-dialog-titlebar { 
	border-radius: 0;
	text-align: center;
	font-family: Arial,sans-serif;
	background: url("../images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
	border: none;
	border-bottom: solid 1px #ccc;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin: -8px;
}

#apDiv1 {
	position: absolute;
	left: 80px;
	top: 299px;
	width: 240px;
	height: 40px;
	z-index: 1;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #D6D6D6;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	align: center;
}
#textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666;
}
#text3 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-style: italic;
	 text-align: center;
}
#apDiv2 {
	position: absolute;
	left: 371px;
	top: 440px;
	width: 231px;
	height: 16px;
	z-index: 2;
	text-align: center;
}
#apDiv3 {
	position: absolute;
	left: 649px;
	top: 480px;
	width: 222px;
	height: 27px;
	z-index: 3;
	text-align: center;
}
#apDiv4 {
	position: absolute;
	left: 110px;
	top: 548px;
	width: 236px;
	height: 21px;
	z-index: 4;
	text-align: center;
}
#apDiv5 {
	position: absolute;
	left: 330px;
	top: 128px;
	width: 206px;
	height: 14px;
	z-index: 5;
	text-align: center;
}
#apDiv6 {
	position: absolute;
	left: 566px;
	top: 14px;
	width: 339px;
	height: 20px;
	z-index: 6;
}
#apDiv7 {
	position: absolute;
	width: 161px;
	height: 35px;
	z-index: 7;
	left: 364px;
	top: 92px;
}
#apDiv8 {
	position: absolute;
	width: 281px;
	height: 20px;
	z-index: 8;
	left: 86px;
	top: 275px;
}
.textcards {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.textworld {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#apDiv9 {
	position: absolute;
	width: 275px;
	height: 20px;
	z-index: 9;
	left: 371px;
	top: 409px;
}
#apDiv10 {
	position: absolute;
	width: 250px;
	height: 20px;
	z-index: 10;
	left: 652px;
	top: 456px;
}
#apDiv11 {
	position: absolute;
	width: 240px;
	height: 27px;
	z-index: 1;
	left: 278px;
	top: 36px;
}
#apDiv12 {
	position: absolute;
	width: 250px;
	height: 28px;
	z-index: 11;
	left: 114px;
	top: 521px;
}
#apDiv13 {
	position: absolute;
	width: 234px;
	height: 38px;
	z-index: 1;
	left: 329px;
	top: 70px;
}
#apDiv14 {
	position: absolute;
	width: 202px;
	height: 32px;
	z-index: 12;
	left: 356px;
	top: 161px;
}
#apDiv15 {
	position: absolute;
	width: 184px;
	height: 28px;
	z-index: 12;
	left: 343px;
	top: 104px;
}
#apDiv16 {
	position: absolute;
	width: 172px;
	height: 10px;
	z-index: 12;
	left: 365px;
	top: 116px;
}
.ui-dialog[aria-describedby="keycopter-support-map"] {
	z-index: 10000001;
}