body {
	color:#545454;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

a.disabled{
	opacity: 0.4;
	color:inherit;
	cursor:not-allowed;
}
a.disabled:hover{
	opacity: 0.4;
	color:inherit;
}
a.disabled{
	opacity: 0.4;
	color:inherit;
	cursor:not-allowed;
}
a.disabled:hover{
	opacity: 0.4;
	color:inherit;
}
/*HEADER*/
#top_border {
	height:5px;
	background:#1d3f71;
	border-bottom:1px solid #b4d4e2;
}

#header {
	min-height:117px;
	background:#d6e7f0;
}

#header_content {
	position: relative;
}

#logo {
	margin-top: -10px;
	max-width: 180px;
	max-height: 68px;
}

#welcome_bar {
	margin-left:15px;
	margin-top:-2px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	min-height:50px;
}

#welcome_bar_innner {
	color:#fff;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	padding-bottom: 0px;	
	padding-right: 0px;
	padding-top: 0px;
	font-size:13px;
}

#welcome_bar_innner.logged_out{
	width:445px;
}

#welcome_bar .agency {
	color:#c5dbe7;
	font-weight:bold;
}
#welcome_bar a {
	color:#c5dbe7;
	text-decoration:none;
}
#welcome_bar img {
	margin-top:-5px;
	padding-right:5px;
}
#welcome_bar td {
	padding: 0;
}

#welcome_bar td:first-child {
	padding-left: 0px;
}

#welcome_bar td.user {
	float: right;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}

#welcome_bar .agentDropdown{
	float: right;
	line-height: 30px;
	margin: 10px 0 0 10px;
	height: 30px;
	width: 120px;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(169,169,169) 0%, rgb(183,183,183) 4%, rgb(196,196,196) 18%, rgb(226,226,226) 41%, rgb(255,255,255) 100%);
}

#welcome_bar #currentAgentID{
	padding-left: 15px;
	color: rgb(29,63,113); 
}

#welcome_bar .agentDownArrow{
	text-align: center;
	float: right;
	border-color: rgb(135, 171, 91);
	background-image: -moz-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(110,137,72) 0%, rgb(131,164,86) 42%, rgb(152,191,100) 100%);
	height: 30px;
	width: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 30px;
}

#welcome_bar .agentDownArrow img{
	margin: 0;
	padding: 0;
}

#welcome_bar .arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFFFFF;
	position: absolute;
	top: -5px;
	right: 10px;
}

#welcome_bar #idList{	
	margin-top: 10px;
	padding: 10px 0 5px;
	z-index: 10;
	width: 120px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

#welcome_bar #idList span{
	padding-left: 10px;
	color: #578BAB;
}

#welcome_bar #idList ul{
	list-style-type: none;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(219, 219, 219, 1);
}

#welcome_bar #idList ul li{
	color: rgb(29,63,113);
	margin: 0;
	padding: 5px 0 5px 10px;
}

#welcome_bar #idList ul li.selected{
	background: #E8F1DA url('../images/icons/check_mark.png') no-repeat 90px 50%;
}

#welcome_bar td.spacer{
	background-color: #D6E7F0;
	width: 3px;
	padding: 0;
}

#welcome_bar td.no_divider {
	padding-right: 0px;
}

#welcome_bar td.rightHeaderBar {
	padding: 0 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 286px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
}

#welcome_bar td.rightHeaderBar .homeDashboard {
	padding-right: 10px;
}

#welcome_bar td.rightHeaderBar .divider {
	box-sizing: border-box;
	height: 30px;
	width: 1px;
	border: 0.5px solid #26497D;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
}

#welcome_bar td.rightHeaderBar .logout{
	margin-left: 12px;
}

#welcome_bar td.rightHeaderBar .headerManageAccount img {
	padding-right: 0;
	margin-top: 0;
}

#welcome_bar td.rightHeaderBar .manage_account img {
	margin-top: 0;
}

#logged_in_as{
	display: inline-block;
	width: auto;
	height: 50px;
}

.agent_logged_in_name{
	max-width: 135px;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.logged_out {
	display:none;
	padding-left: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.welcome_bar_background{
	background: rgb(29,63,113); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(29,63,113,1) 0%, rgba(12,42,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,63,113,1)), color-stop(100%,rgba(12,42,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(29,63,113,1) 0%,rgba(12,42,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3f71', endColorstr='#0c2a56',GradientType=0 ); /* IE6-9 */
}

/* Placeholder text color for browsers not supporting the html5 placeholder attribute */
.hasPlaceholder {
	color: #777;
}

#header_customer_control {
	margin-top:0;
	margin-left: 10px;
	text-align:right;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	color:#8ea9b8;
	text-shadow:0 1px 0 #eef7fb;
	font-size:12px;
	font-weight:bold;
}

#title {
	text-align:right;
	color:#0e3166;
	font-size:22px;
	font-family:"Proxima Nova",Arial,sans-serif;
	text-shadow:0 1px 0 #c5dbe7;
	height:40px;
	vertical-align:middle;
	padding-bottom: 20px;
}

#tabs_left, #tabs_right {
	margin-top:0;
	position:relative;
	bottom:-1px;
	height:37px;
}

.page_title {
	font-family:"Proxima Nova",Arial,sans-serif;
	font-size:20px;
	color:#0e3166;
}

.tab {
	background:#e4eff5;
	color:#8ea9b8;
	text-shadow:0 1px 0 #f9fdfe;
	border-top:1px solid #d0e3ed;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	height:36px;
	line-height:36px;
	padding:0 20px;
	width:auto;
	display:block;
	float:right;
	margin-left:5px;
	font-size:18px;
	font-weight:bold;
}
.tab.selected {
	background: rgb(237,243,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,243,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,243,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(237,243,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#545454;
	text-shadow:none;
	border-top-color:#b8d3e0;

}

.customer_control_track {
	margin-top:16px;
	margin-left:5px;
	position:relative;
	float:right;
	width:55px;
	height:23px;
}

.customer_control_bk {
	display:block;
	overflow:visible;
	width:50px;
	height:18px;
	position:absolute;
}
	.customer_control_bk.yes {
		background:url(../images/icons/customer_control_track.png) repeat-x 0 0;
	}
	.customer_control_bk.no {
		background:url(../images/icons/customer_control_track.png) repeat-x -50px 0;
	}
.customer_control_handle {
	width:23px;
	height:23px;
	display:block;
	position:absolute;
	top:-2px;
	left:-5px;
	background:url(../images/icons/customer_control_handle.png) no-repeat 0 0;
}

/*PAGE*/
#page {
	background:#efefef url(../images/page_bk.png);
	min-height:250px;
}
.page_divider {
	height:4px;
	background:#fff;
	border-top:1px solid #c3dae6;
	border-bottom:1px solid #e3e3e2;
}
#page_content {
	padding-bottom:20px;
}
.bo { /*border outside*/
	border:1px solid #dddddb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bi { /*border inside*/
	border:4px solid #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	padding:20px 0;
}

.grid_1, .grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
	margin-top:20px;
}
.grid_1.alpha,
.grid_2.alpha,
.grid_3.alpha,
.grid_4.alpha,
.grid_5.alpha,
.grid_6.alpha,
.grid_7.alpha,
.grid_8.alpha,
.grid_9.alpha,
.grid_10.alpha,
.grid_11.alpha,
.grid_12.alpha,
.grid_1.nested,
.grid_2.nested,
.grid_3.nested,
.grid_4.nested,
.grid_5.nested,
.grid_6.nested,
.grid_7.nested,
.grid_8.nested,
.grid_9.nested,
.grid_10.nested,
.grid_11.nested,
.grid_12.nested,
.grid_1.omega,
.grid_2.omega,
.grid_3.omega,
.grid_4.omega,
.grid_5.omega,
.grid_6.omega,
.grid_7.omega,
.grid_8.omega,
.grid_9.omega,
.grid_10.omega,
.grid_11.omega,
.grid_12.omega {
	margin-top:0px;
}


h1 {
	color:#0e3166;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	line-height: 25px;
}
h2 {
	color:#545454;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

/*BUTTONS*/
.lightBlueButton {
	background: #88bad8; /* Old browsers */
	background: -moz-linear-gradient(top,  #88bad8 0%, #6ea0bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bad8), color-stop(100%,#6ea0bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88bad8 0%,#6ea0bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88bad8 0%,#6ea0bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88bad8 0%,#6ea0bd 100%); /* IE10+ */
	background: linear-gradient(top,  #88bad8 0%,#6ea0bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bad8', endColorstr='#6ea0bd',GradientType=0 ); /* IE6-9 */
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.5);
	border:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display:block;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

.lightBlueButton:hover {
	background: #6da9cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #6da9cf 0%, #5a93b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da9cf), color-stop(100%,#5a93b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6da9cf 0%,#5a93b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6da9cf 0%,#5a93b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6da9cf 0%,#5a93b4 100%); /* IE10+ */
	background: linear-gradient(top,  #6da9cf 0%,#5a93b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da9cf', endColorstr='#5a93b4',GradientType=0 ); /* IE6-9 */
}
	/*continue to dashboard*/
	#continue_dash_button {
		background-position: 0px 0px;
		background-image: url('../images/apps/continue_to_dash_button.png');
		background-repeat: no-repeat;
		width: 239px;
		height: 36px;
		display: inline-block;
	}
	#continue_dash_button:hover {
		background-position:0 -36px;
	}
	/*end continue to dashboard*/


/*NAVIGATION*/
.nav {
	height:44px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url(../images/dashboards/nav_bk.png) repeat-x;
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.1);
	margin-bottom:0;
}
.nav table {
	width:100%;
	border-spacing: 0;
	border-collapse:separate;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav table td {
	height:44px;
	vertical-align:middle;
	text-align:center;
}
.nav table td a.top {
	display:block;
	text-align:center;
	height:44px;
	font-size: 16px;
	line-height:44px;
	color:#545454;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	border-right:1px solid #dadada;
	border-left:1px solid #fbfbfb;
}
.nav table td a.top:hover {
	background:#fbfbfb;
}
.nav table td:last-child a {
	border-right:none;
}
.nav table td ul {
	margin-left: -1px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	display:none;
	z-index:5;
	position:absolute;
	background:#fbfbfb;
	border:1px solid #dedede;
	min-width:150px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.nav table td:hover ul {
	display:block;
}
.nav table td ul li {
	text-align:left;
	margin:0 20px;
	padding:0;
	min-height:35px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;
	font-weight:normal;
}
.nav table td ul li a {
	display:block;
	color:#555555;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	min-height:20px;
	font-size: 14px;
	line-height:20px;
	padding:7px 0;
}
.nav table td ul li a:hover {
	color:#5596bb;
}

/*Server Message*/
.urgent_message,
.server_message {
	font-size:16px;
	color:#fa035b;
	margin:15px;
}
#header .server_message {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	line-height:28px;
}
#header .server_message span {
	background-color:#d6e7f0;
	position:relative;
	z-index:1;
}
#results_wrapper .server_message {
	margin-top:10px;
	text-align:right;
}
#form_navigation .urgent_message,
#form_navigation .server_message {
	margin:10px 0 0;
}


/*ANNOUNCEMENTS*/
#announcements_container:empty{
	margin-top:0;
}
.announcement {
	position:relative;
	border:1px solid;
	font-size:14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
	text-align:center;
	height:42px;
	line-height:42px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.15);
}
.announcement:last-child {
	margin-bottom:0;
}
	.announcement a {
		font-size:14px;
		text-decoration:underline;
	}
		.announcement a:hover {
			color:#598fb2;
		}
.announcement .dismiss {
	position:absolute;
	top:15px;
	right:20px;
	width: 12px;
	height: 12px;
	text-indent: -9000px;
	cursor: pointer;
	background: url('/gl/ap/view/images/site_images/dismiss.png') no-repeat;
}
.announcement .category {
	font-size:16px;
}

.announcement.left {
	text-align:left;
	padding: 0 10px;
}

.announcement.red {
	background:#fdcbcc;
	border-color:#ebb1af;
	color:#fa035b;
}
	.announcement.red .dismiss {
		background-position:0;
	}
.announcement.yellow {
	background:#fdf4cb;
	border-color:#f0d56c;
}
	.announcement.yellow .dismiss {
		background-position:-14px;
	}
.announcement.yellow {
	background:#fdf4cb;
	border-color:#f0d56c;
}
	.announcement.yellow .dismiss {
		background-position:-14px;
	}

#announcementOverlay_container{
  display:table;
  min-width:530px;
}

/*FOOTER*/
#footer {
	background:#fff;
	border-top:1px solid #e3e3e1;
	padding:20px 0;
}

#footer .head {
	color:#0e3166;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	float:left;
	cursor: pointer;
	text-decoration: none;
}

#footer .small-footer-heading {
	color:#0e3166;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #dddddb;
	padding-bottom: 10px;
}

#footer .text {
	color:#b1b1b1;
	font-size:13px;
}

#footer .small-footer-text {
	color:#b1b1b1;
	font-size:13px;
	text-align:center;
	border-top:1px solid #e3e3e1;
	margin-top:18px;
	padding-top:18px;
	width: inherit;
	margin-left: 0;
}
#footer .small-footer-text--no-border {
	color:#b1b1b1;
	font-size:13px;
	text-align:center;
	margin-top:18px;
	padding-top:18px;
}

#footer .logged_in_as {
	float: left;
	padding-right: 4px;
}

#footer .logged_in_bar {
	width: 100%;

	background: #f9f9f9;
	border-top: solid 2px #ececea;
	border-bottom: solid 2px #ececea;
	padding: 10px;
}

#footer .logged_in_content {
	padding-left: 5px;
}

#footer .user {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#footer .login-small-footer-text {
	text-align: center;
	margin-bottom: 1rem;
}

#footer .list-element-content {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#footer .list-element-content a:not(.head)  {
	font-size: 13px;
	font-weight: bold;
	color: #5596bb;
	text-decoration: none;
	display: inline-block;
}

#footer .list-element-content a:hover {
	color: #0e3166;
}

#footer .list-element-content a:not(:last-child) {
	margin-bottom: 10px;
}
#footer .support-info {
	color: #b1b1b1;
	border-top: 1px solid #e3e3e1;
	font-size: 14px;
	margin-top: 15px;
	padding-top: 15px;
	-moz-text-align-last: center;
	text-align-last: center;
}

#footer .help-menu{
	display: grid;
	white-space: nowrap;
}

.wave {
	text-align:right;
	color:#b1b1b1;
}

.growup-text,
.header-text {
	color: #2989c3;
}
.college-text {
	color: #549429;
}
.term-text {
	color: #795290;
}
.whole-text {
	color: #00b896;
}
.guar_life-text {
	color: #ae3172;
}
.accident-text {
	color: #f17d30;
}
.whole-life-text {
	color: #e50000;
}
.shfa-text {
	color: #00b696;
}
.term-life-text {
	color: #00b696;
}

.growup-subheading {
	color:#5596bb;
	font-weight: bold;
}
.college-subheading {
	color:#5596bb;
}
.term-subheading {
	color:#5596bb;
}
.whole-subheading {
	color:#5596bb;
}
.guar_life-subheading {
	color:#5596bb;
}
.accident-subheading {
	color:#5596bb;
}
/* start loading indicator */
.loading_indicator {
	background:#232323;
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	color:#fff;
	width:150px;
	position:fixed;
	z-index:10;
	top:0;
	left:50%;
	margin-left:-100px;
	padding:10px;
	font-size:13px;
	text-align:center;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .20);
	border-radius:0 0 10px 10px;
	display:none;
}

.loading_indicator img {
	padding-right: 15px;
}
/* end loading indicator */

/* start F2F overlay */
.overlay_container {
	width: 375px;
	padding: 30px;
}
/* end F2F overlay */

.form_fields .field{
	clear:both;
	margin:5px 0;
}
.form_fields .field label{
	float:left;
	width:100px;
}

.ie7 #upgrade_block_wrapper {
	display: block;
}

/**
*	Tooltips/Popovers
*/
.help-text-btn{
	color:#5596bb;
}
.help-text-btn:hover{
	text-decoration: underline;
	color:#5596bb;
}
.popover{
	position:absolute;
	top:0;
	eft:0;
	z-index:1010;
	display:none;
	max-width:276px;
	padding:1px;
	text-align:left;
	background-color:#fff;
	-moz-background-clip:padding;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-top-left-radius:6px;
	-moz-background-clip:padding-box;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	white-space:normal
}
.popover.top{
	margin-top:-20px
}
.popover.right{
	margin-left:10px
}
.popover.bottom{
	margin-top:10px
}
.popover.left{
	margin-left:-10px
}
.popover.wider{
	max-width:none
}
.popover-title{
	margin:0;
	padding:8px 14px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	-webkit-border-top-right-radius:5px 5px 0 0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topright:5px 5px 0 0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	border-top-right-radius:5px 5px 0 0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	background-clip:padding-box;
	-moz-background-clip:padding-box;
	-webkit-background-clip:padding-box;
	background-clip:padding-box
}
.popover-title:empty{
	display:none
}
.popover-content{
	padding:9px 14px
}
.popover .arrow,.popover .arrow:after{
	position:absolute;
	display:block;
	width:0;height:0;
	border-color:transparent;
	border-style:solid
}
.popover .arrow{
	border-width:11px
}
.popover .arrow:after{
	border-width:10px;content:""
}
.popover.top .arrow{
	left:50%;
	margin-left:-11px;
	border-bottom-width:0;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,0.25);
	bottom:-11px
}
.popover.top .arrow:after{
	bottom:1px;
	margin-left:-10px;
	border-bottom-width:0;
	border-top-color:#fff
}
.popover.right .arrow{
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-left-width:0;
	border-right-color:#999;
	border-right-color:rgba(0,0,0,0.25)
}
.popover.right .arrow:after{
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff
}
.popover.bottom .arrow{
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,0.25);
	top:-11px
}.popover.bottom .arrow:after{
	top:1px;
	margin-left:-10px;
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left .arrow{
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,0.25)
}
.popover.left .arrow:after{
	right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px
}
.popover{
	background:#0e3166;
	background:rgba(14,49,102,0.95);
	color:#fff;
	max-width:300px;
	z-index:9999999;
	position:absolute;
	border-color:transparent;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important
}
.popover h3{
	display:none;
}
.popover.top .arrow{
	border-top-color:#0e3166;
}
.popover.top .arrow:after{
	border-top-color:#0e3166;
}
.popover.bottom .arrow{
	border-bottom-color:#0e3166;
}
.popover.bottom .arrow:after{
	border-bottom-color:#0e3166;
}
.popover.left .arrow{
	border-left-color:#0e3166;
}
.popover.left .arrow:after{
	border-left-color:#0e3166;
}
.popover.delete-child,.popover.delete-beneficiary{
	background-color:#f7f7f7;
	background-color:rgba(247,247,247,0.95);
	color:#545454;max-width:275px;
	text-align:center;border:1px solid #b1b1b1;
}
.popover.delete-child.top .arrow,.popover.delete-beneficiary.top .arrow{
	border-top-color:#b1b1b1;
}
.popover.delete-child.top .arrow:after,.popover.delete-beneficiary.top .arrow:after{
	border-top-color:#f7f7f7 !important;
}
.popover.delete-child.left .arrow,.popover.delete-beneficiary.left .arrow{
	border-left-color:#b1b1b1;
}
.popover.delete-child.left .arrow:after,.popover.delete-beneficiary.left .arrow:after{
	border-left-color:#f7f7f7 !important;
}
.popover.delete-child .popover-content .controls,.popover.delete-beneficiary .popover-content .controls{
	margin-top:15px;
}
.popover.delete-child .popover-content .controls .btn,.popover.delete-beneficiary .popover-content .controls .btn{
	margin-left:20px;
}
.popover.delete-child .popover-content .controls .btn:first-child,.popover.delete-beneficiary .popover-content .controls .btn:first-child{
	margin-left:0px;
}
.popover.callout{
	background-color:#fff;
	background-color:rgba(255,255,255,0.95);
	color:#83aa19;
	border:1px solid #b1b1b1;
}
.popover.callout.top .arrow{
	border-top-color:#b1b1b1;
}
.popover.callout.top .arrow:after{
	border-top-color:#fff;
}
.popover.callout.left .arrow:after{
	border-left-color:#fff;
}
.popover.callout .popover-content{
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.popover .popover-content{
	padding:10px;
}

.pretty-table {
	width: 100%;
	border: 5px solid #d6e7f0;
	border-collapse: separate;
	border-radius: 3px;
	background-color: #fff;
	font-size: 16px;
}

.pretty-table thead,
.pretty-table tfoot {
	height: 45px;
	line-height: 45px;
	background-color: #d6e7f0;
	color: #6D9FBC;
	text-shadow:1px 1px 1px rgba(255,255,255,.7);
}

.pretty-table thead th,
.pretty-table tfoot td {
	font-size: 18px;
	font-weight: bold;
}
.pretty-table thead th{
	padding-bottom:5px;
}
.pretty-table tfoot td{
	padding-top:5px;
}

.pretty-table tbody tr {
	height: 55px;
	line-height: 55px;
}

.pretty-table td,
.pretty-table th {
	padding: 0 12px;
}

.pretty-table .odd {
	background-color: #f4f9fc;
}

#quote-container .pretty-table thead th{
	padding-left:0;
	padding-right:0;
}

/* Alert Boxes */
.alert_box {
	border-radius: 3px;
	border: 1px solid #f2bcd2;
}
.alert_box {
	padding:18px;
	font-size:15px;
	line-height:19px;
	position:static;
	background:#f9e1eb;
	color:#fa035b;
}
.alert_box.yellow {
	padding:18px;
	font-size:15px;
	line-height:19px;
	position:static;
	background-color: #FDF4CB;
	border-color: #EBDEA1;
	color: #545454;
}
	.alert_box a {
		font-size:15px;
		line-height:19px;
		color:#fa035b;
	}
	.alert_box img {
		padding-bottom: 5px;
	}
	.alert_box ul {
		margin-bottom:0;
	}
	.alert_box ul li {
		list-style:disc;
		margin-left:20px;
	}
/* start special alert_box announcement messages */
#fad_announcement,
#missing_states_announcement,
#not_accept_insurance, #alerts-group-container .heading {
	width: auto;
	float: left;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #FDF4CB;
	color: #545454;
	border-radius: 3px;
    border: 1px solid #EBDEA1;
}
#missing_states_announcement_ap {
	margin-bottom: 20px;
	padding: 12px;
	border-radius: 3px;
    border: 1px solid #FA035B;
    display: inline-block;
    width: 97%;
}
/* end special alert_box announcement messages */

/*SECURE EMAIL MODAL*/
#secure_email_overlay_container {
	width: 750px;
	padding: 40px 30px 75px 40px;
	margin-bottom: 0px;
}
#secure_email_overlay_container h1 {
	color: #2989C3;
}

.closeButton {
	width:79px;
	height:36px;
	display:block;
	border:none;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/dashboards/close_button.png) no-repeat;
	clear:left;
	float:left;
	background-position:0 0px;
}
	.closeButton:hover {
		background-position:0 -36px;
	}

.requestAccessButton {
	width:171px;
	height:36px;
	display:block;
	border:none;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/dashboards/request_access_button.png) no-repeat;
	clear:left;
	float:left;
	background-position:0 0px;
}
	.requestAccessButton:hover {
		background-position:0 -36px;
	}