/* ###### Login Banner ###### */
.bannerlogin {background: url(img/soar-logo-1.png) 10px 5px no-repeat #F5F5F5;height: 150px;}

.signInTile {
    margin-top: 20px !important;
}

/* ###### Banner ###### */
.banner {background: url(img/soar-square-sm.jpg) 3px 3px no-repeat #F5F5F5; border-bottom: 1px solid #E7E7E7}
.banner a.signOut {color: #666;}
.banner a.signOut:hover {color: #000;}
.banner a.titleActionLink {color: #666;}
.banner a.titleActionLink:hover {color: #000;}
.premium label {color: #419A42;}
.premium span {color: #555;}

.signInPasswordTile {
  width: 500px;
  float: left;
  font-size: 13px;
  margin-bottom: 50px;
}

.signInPasswordTile br {
  clear: both;
}

.signInPasswordTile label {
  width: 200px;
  height: 25px;
  float: left;
  line-height: 22px;
  text-align: right;
  font-weight: bold;
}

.signInPasswordTile input {
  width: 200px;
  float: left;
  margin: 0 0 10px 10px;
  font-size: 13px;
}

.signInPasswordTile .button-primary {
  float: right;
  margin: 0 34px 0 0;
}

.signInPasswordTile .button.changePassword {
  float: right;
  margin: 0 20px 10px 0;
}

.signInPasswordTile span .actionLink {
  display: inline-block;
  float: right;
  margin-right: 34px;
}

:root {
  --theme-hue: 213;
  --theme-saturation: 49%;
  --theme-lightness: 34%;
  --theme-lightness-darker-1: 29%;
  --theme-lightness-darker-2: 24%;
}

div.menu-wrapper {
  margin-bottom: 25px;
}

/*=================================== Hover Text ===================================*/
.hoverTextCov{
	color: #000;
	padding:10px 0 0 15px; 
	width:500px;
	text-align: left;
	white-space: normal;
}
.hoverTextCov ul{	
	margin: 10px 5px 10px 0px;
	padding: 0 0 0 15px;
	white-space: normal;		
}
.ui-slider span.ui-slider-handle {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
}

#flyout-bottom-buttons{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

a.eddie-eagle-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}

a.producer-profile-button, a.user-management-button, a.all-forms-button {
    position: relative;
    bottom: 48px;
    width: 100%;
}

a.all-forms-button {
    background-color: hsl(var(--theme-hue), var(--theme-saturation), var(--theme-saturation));
}

.flyout-view .subtitle {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid hsl(196, 20%, 77%);
  border-bottom: 1px solid hsl(var(--theme-hue), var(--duetone-saturation), 77%);
}

.flyout-view .eddie-field {
  margin: 3px 0;
  font-weight: 500;
  font-size: 12px;
}

#Approve {
    background-color: hsl(141, 96%, 28%) !important;
    color: #fff !important;
}