/* $Id$ */
/* $MainId: signin_card.css,v 1.13 2019/04/03 15:14:16 cvs Exp $ */
  html, body {
  font-family: Arial, sans-serif;
  background: #40749F;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: underline;
  }
  a:focus {
  color: #427fed;
  cursor: pointer;
  text-decoration: underline;
  }
  a:hover {
  text-decoration: underline;
  }
  a:focus {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=username],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 32px;
  padding: 0 6px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  color: #404040;
  }
  input[type=username]:hover,
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=username]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
	outline: none;
	border: 1px solid  #97bcf6;
	-webkit-box-shadow: 0px 0px 2px  #97bcf6;
	-moz-box-shadow: 0px 0px 2px  #97bcf6;
	box-shadow: 0px 0px 2px  #97bcf6;
  }

  .ie8-halo {
		behavior: url(../resources/PIE/PIE.htc);
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
   .wrapper {
  position: relative;
  min-height: 100%;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .header-bar.centered {
  border: 0;
  height: 108px;
  }
  .header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .header-bar.centered .header .secondary-link {
  display: none
  }
  
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .card {
  background-color: #f7f7f7;
  padding: 10px 25px 30px 0px;
  margin: 0 auto 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card *:first-child {
  margin-top: 0;
  }
  .rc-button {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top,#eeeeee,#e8e8e8);
  background-image: -moz-linear-gradient(top,#eeeeee,#e8e8e8);
  background-image: -ms-linear-gradient(top,#eeeeee,#e8e8e8);
  background-image: -o-linear-gradient(top,#eeeeee,#e8e8e8);
  background-image: linear-gradient(top,#eeeeee,#e8e8e8);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card {
  width: 100%;
  padding: 0;
  }
  .rc-button {
  width: 80%;
  padding: 0;
  }
  .rc-button:focus {
	  outline:0;
  }
  .rc-button::-moz-focus-inner{
	  border:0;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(top,#f9f9f9,#e8e8e8);
  background-image: -moz-linear-gradient(top,#f9f9f9,#e8e8e8);
  background-image: -ms-linear-gradient(top,#f9f9f9,#e8e8e8);
  background-image: -o-linear-gradient(top,#f9f9f9,#e8e8e8);
  background-image: linear-gradient(top,#f9f9f9,#e8e8e8);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f3f3f4;
  background-image: -webkit-linear-gradient(top,#f3f3f4,#e8e8e8);
  background-image: -moz-linear-gradient(top,#f3f3f4,#e8e8e8);
  background-image: -ms-linear-gradient(top,#f3f3f4,#e8e8e8);
  background-image: -o-linear-gradient(top,#f3f3f4,#e8e8e8);
  background-image: linear-gradient(top,#f3f3f4,#e8e8e8);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit {
  border: 1px solid #333366;
  color: #fff;
  background-color: #40749F;
  background-image: none;
  -webkit-appearance: none;
  }
  .rc-button-submit:hover {
  border: 1px solid #333366;
  color: #333366;
  background: #EBF1F5 url("images/ui-bg_highlight-hard_75_ebf1f5_1x100.png") repeat-x scroll 50% 50%;
  background-image: none;
  }
  .rc-button-submit:focus {
  border: 1px solid #333366;
  color: #333366;
  background: #EBF1F5 url("images/ui-bg_highlight-hard_75_ebf1f5_1x100.png") repeat-x scroll 50% 50%;
  background-image: none;
  }
  .rc-button-submit:active {
  background-color: #40749F;
  color: #fff;
  background-image: none;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .signin-card {
  width: 594px;
  padding: 0px 30px 20px;
  }
  .signin-card input[type=username],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  }
  .contact_form #from,
  .signin-card #UserName,
  .signin-card #Passwd,
  direction: ltr;
  height: 32px;
  font-size: 14px;
  }
  .contact_form #from + .stacked-label,
  .signin-card #UserName + .stacked-label {
  margin-top: 15px;
  }
  .remember .bubble-wrap {
  position: absolute;
  padding-top: 3px;
  -o-transition: opacity .218s ease-in .218s;
  -moz-transition: opacity .218s ease-in .218s;
  -webkit-transition: opacity .218s ease-in .218s;
  transition: opacity .218s ease-in .218s;
  left: -999em;
  opacity: 0;
  width: 314px;
  margin-left: -20px;
  }
  .remember:hover .bubble-wrap,
  .remember input:focus ~ .bubble-wrap,
  .remember .bubble-wrap:hover,
  .remember .bubble-wrap:focus {
  opacity: 1;
  left: inherit;
  }
  .bubble-pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: 17px;
  }
  .bubble {
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }

  td {
	  text-align: left;
  }
  
  
.ui-dialog-titlebar {
  display: none;
}

.ui-dialog{
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 0em; 
	background: #F7F7F7;
	border: none;
}

.ui-dialog-buttonset {
	background: #F7F7F7;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #e6e9ef;
	border-color: #002f5d;
	border-width: 1px;
	font-size: 12px;
	min-width: 70px;	
	margin-left: 0.9em;
}

.ui-dialog .ui-dialog-buttonpane {
	padding-left: 0;
	background: #F7F7F7;
	border: none;
}

#url-changer {
	color: #F7F7F7;
	position:fixed;
	right:0px;
	padding-right:0.3em;
	padding-top:0.3em;
}

.text.ui-widget-content{
	width: 100%;
	height: 32px;
	padding:0 6px;
	margin: 0px;
	display: block;
	border-radius: 4px;
}


#url-dialog {
	width: 100%;
	background: #F7F7F7;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

#platforms {
	overflow-x: hidden;
	overflow-y:auto;
	height:80%;
}

#new-url-dialog {
	width: 100%;
	background: #F7F7F7;
	border: none;
	padding: 0;
	margin: 0;
}

#edit-url-dialog {
	width: 100%;
	background: #F7F7F7;
	border: none;
	padding: 0;
	margin: 0;
}

.platform-options-label {
	width: 100%;
	color:#40749f;
}

.platform-name {
	font-weight: bold;
}

.url-dest{
	vertical-align:top;
	display:inline-block;
	margin-top:0em;
	border:0px;
	height:1.5em;
	width:1.5em;
}

/* Password Reset Request */
.password-reset-card {
    padding: 0 30px 20px;
    width: 300px;	
}
.password-reset-logo-div {
	padding-top: 25px;
	padding-bottom: 5px;	
}
.password-reset-title-div {
	padding-top: 5px;
	padding-bottom: 10px;	
}
.password-reset-title{
	color: #333366 ;
	font-size: 1.5em;
}
.password-reset-text-div {
	padding-top: 10px;
	padding-bottom: 5px;	
}
.password-reset-text{
	color: black ;
	font-size: 1.2em;
}
.password-reset-feedback-div {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.password-reset-user-id-div {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.password-reset-captcha-div {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.password-reset-button-div {
	display: inline-block;
	width: 45%;
}
.password-reset-buttons {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.password-reset-button {
	display: inline-block;
	width: 90%;
}

/* Password Reset */
.password-reset-security-question-div {
	padding-top: 5px;
}
.password-reset-security-question-input {
	color: black;
}
.password-reset-security-answer-div {
	padding-top: 5px;
}
.password-reset-security-answer-input {
	width: 100%;
}
.password-reset-new-password-div {
	padding-top: 5px;
}
.password-reset-new-password-input {
	width: 100%;
}
.password-reset-confirm-password-div {
	padding-top: 5px;
}
.password-reset-confirm-password-input {
	width: 100%;
}
.password-reset-login-button-div {
	display: inline-block;
	padding-top: 10px;
	width: 100%;
}
.password-reset-button {
	width: 100%;
}
