﻿body 
{
	margin: 0;
	font-size: 10pt;
	font-family: Arial, Verdana, Trebuchet MS;
}

.endomessage 
{
    border-radius: 15px 50px;
    border: 2px solid #73AD21;
    padding: 20px;
    font-size: 16pt;
}

.nomargin 
{
	margin: 0;
}

.logo 
{
	background-color: #0088BA;
}

.login_error {
	color: red;
	font-weight: bold;
}

.header
{
	background-color: #012F46;
}
.header_bkg 
{
	background-image: url(images/ahic/header_bkg.png);
}
.footer
{
	background-color: #333333;
	color: White;
}
.sub_footer 
{
	color: #fafafa;
	font-size: 8pt;
}

.black_bkg 
{
	background-color: #003e71;
}
.center
{
	text-align: center;
}
.nowrap
{
	white-space: nowrap;
}
.message 
{
	color: Blue;
	font-weight: bold;
}
.title_message 
{
	color: Blue;
	font-weight: bold;
	font-size: 14pt;
}
/*
MENU STYLES
*/

td.menu
{
	background-color: #003e71;
	color: White;
	font-weight: normal;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	font-size: 14pt;
}
td.menu_wide
{
	background-color: #003e71;
	color: White;
	font-weight: normal;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	font-size: 14pt;
}

td.sub_menu_wide
{
	background-image: url(images/ahic/sub_menu_bkg.png);
	color: black;
	background-repeat: repeat-x;
	font-weight: bold;
	border: none;
	font-size: 10pt;
}

.sub_menu_wide a, .sub_menu_wide a:visited, .sub_menu_wide a:hover, .sub_menu_selected a, .sub_menu_selected a:visited, .sub_menu_selected a:hover
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
.menu_selected a, .menu_selected a:visited, .menu_selected a:hover 
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 14pt;
}
.menu a, .menu a:visited, .menu a:hover, .menu_wide a, .menu_wide a:visited, .menu_wide a:hover
{
	text-decoration: none;
	color: White;
	font-weight: normal;
	font-size: 14pt;
}
.end 
{
	border-right: 1px solid black;
}

td.sub_menu_selected:before {
	content: ">> ";
	font-weight: bold;
}

td.sub_menu_selected
{
	background-image: url(images/ahic/sub_menu_selected_bkg.png);
	background-repeat: repeat-x;
	color: black;
	font-weight: bold;
	border: none;
	font-size: 10pt;
}
td.menu_selected
{
	background-color: #b09961;
	background-repeat: repeat-x;
	color: black;
	font-weight: normal;
	border-bottom: none;
	font-size: 14pt;
}

td.topmenu a, td.topmenu a:hover, td.topmenu a:visited,td.topmenu_selected a, td.topmenu_selected a:hover, td.topmenu_selected a:visited
{
	color: White;
	text-decoration: none;
}

td.topmenu 
{
	background-image: url(images/ahic/top_menu_bkg.png);
	color: White;
	font-weight: bold;
	font-size: 8pt;
	border-left: 1px solid black;
	border-top: 1px solid black;
	white-space: nowrap;
}

td.topmenu_selected
{
	background-image: url(images/ahic/top_menu_selected_bkg.png);
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	border-left: 1px solid black;
	border-top: 1px solid black;
	white-space: nowrap;
}

hr.footer
{
	color: #949599;
}
.footer_top 
{
	background-image: url(images/footer_top.png);
	white-space: nowrap;
	color: black;
}
.footer_middle
{
	background-image: url(images/footer_middle.png);
	white-space: nowrap;
	color: White;
}
.footer_bottom 
{
	background-image: url(images/footer_bottom.png);
	white-space: nowrap;
	color: White;
}
.footer_text 
{
	font-size: 8pt;
	color: White;
	font-weight: bold;
}
.footer_small, .footer_small A, .footer_small A:visited
{
	font-size: 7pt;
	color: #FAFAFA;
}
/*
Bread Crumb
http://veerle-v2.duoh.com/blog/comments/simple_scalable_css_based_breadcrumbs/
*/
div.breadcrumb 
{
	background-color: #e5e5e5;
font:71%/165% "Lucida Grande", Lucida, Verdana, sans-serif;
}

table.breadcrumb
{
	background-color: white;
}
.breadcrumb ul, .breadcrumb ul li 
{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.crumbs {
height:2.3em;
background-color: white;
}

ul.crumbs li 
{
float:left;
line-height:2.3em;
padding-left:.75em;
color:#777;
}
ul.crumbs li a {
display:block;
padding:0 15px 0 0;
background:url(images/crumbs.gif) no-repeat right center;
}
ul.crumbs li a:link, ul.crumbs li a:visited {
text-decoration:none;
color:#777;
}
ul.crumbs li a:hover, ul.crumbs li a:focus {
color:#dd2c0d;
}
/*
QuickView
*/
div.quickview_ctrl
{
	border: solid 1px #e8e8e8;
	margin: 5px 5px 5px 5px;
}

h1.quickview
{
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #e8e8e8;
}
.quickview_ctrl td.field
{
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
	margin-left: 5px;
}
.quickview_ctrl td.field_value
{
	font-weight: normal;
	font-size: 8pt;
	margin-right: 5px;
}

.error
{
	font-weight: bold;
	color: Red;
	font-size: 8pt;
}

.quickview .results 
{
	font-size: 8pt;
}

table.quickview 
{
	border-top: solid 1px #e8e8e8;
	background-color: #FFFBD0;
}

table.quickview td 
{
	padding: 2px 4px;
}
table.quickview .odd
{
	background-color: #e8e7b3;
} 

table.policy_info 
{
	margin-top: 10px;
	margin-left: 10px;
}

table.policy_info td
{
	border: solid 1px #e8e8e8;
}

table.policy_info td.multirow_top
{
	border: solid 1px #e8e8e8;
	border-bottom: none;
}

table.policy_info td.multirow_inner
{
	border: solid 1px #e8e8e8;
	border-top: none;
	border-bottom: none;
}

table.policy_info td.multirow_bottom
{
	border: solid 1px #e8e8e8;
	border-top: none;
}

table.policy_info .policy_info_item 
{
	background-color: #A0A0A0;
	color: Black;
}
table.policy_info tr.header 
{
	background-color: Black;
}

table.policy_info tr.header td 
{
	color: White;
}

/*td.splitter, td.splitter input
{
	background-color: #012F46 !Important;
	color: yellow;
}

.rspCollapseBarExpand 
{
	width: 25px;
}*/

.left_margin_25 
{
	margin-left: 25px;
}

table.policy_info_inset 
{
	background-color: #e0e0e0;
	color: Black;
	border: solid 1px black;
	margin-left: 25px;
}


table.policy_info .policy_info_item_alt 
{
	background-color: #f1f1f1;
	color: Black;
}


.perf 
{
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
}
/*
Producer Center - Policy Search 
*/
table.policy_search
{
	margin-left: 15px;
	border: solid 1px #a1a1a1;
}
table.policy_search .label 
{
	font-weight: bold;
}
table.policy_search .sublabel 
{
	font-size: 8pt;
}
table.policy_search .note
{
	font-style: italic;
	font-size: 10pt;
}

table.policy_search .results
{
	font-size: 10pt;
	margin-right: 10px;
}
table.policy_search .normal 
{
}
table.policy_search .alt
{
	background-color: #e0e0e0;
}
table.policy_search .header 
{
	color: White;
	font-weight: bold;
	font-size: 12pt;
	background-color: black;
	white-space: nowrap;
}
input 
{
	margin: 3px;
}
/*
Policy Information
*/
div.policy_info 
{
	margin: 5px 5px 5px 5px;
}
/***********************
 *
 * POLICY FEED
 *
 ***********************
 */
.balloon {  
    background: #ccc;  
  
    border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
  
    padding: 20px;  
    position: relative;  
    font-size: 12px;  
    width: 300px;  
    text-align: justify;  
    color: #3a3a3a;
    white-space: normal;
}  
  
.balloon .arrow_left {  
    border-color: transparent #CCCCCC transparent transparent;  
    border-style: solid;  
    border-width: 10px;  
    display: block;  
    height: 0;  
    left: -20px;  
    position: absolute;  
    top: 20px;  
    width: 0;  
}  

.balloon .arrow_right {  
    border-color: transparent #CCCCCC transparent transparent;  
    border-style: solid;  
    border-width: 10px;  
    display: block;  
    height: 0;  
    right: -20px;  
    position: absolute;  
    top: 20px;  
    width: 0;  
}  

h1.policy_feed 
{
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #e8e8e8;
}
.policy_feed .input_label 
{
	color: Black;
	font-weight: bold;
}
div.policy_feed
{
	border: solid 1px #e8e8e8;
	margin: 5px 5px 5px 5px;
}
div.policy_feed_conversation
{
	margin-left: 15px;
	margin-right: 15px;
}
div.policy_feed .topborder
{
	border-top: solid 1px #e8e8e8;
}
.policy_Feed_input 
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.policy_feed_message 
{
	color: Black;
	font-weight: normal;
	font-size: 8pt;	
}
.policy_feed_message_alt
{
	color: Black;
	background-color: #e0e0e0;
	font-weight: normal;
	font-size: 8pt;	
}
.policy_feed_message  img, .policy_feed_message_alt  img 
{
	float: left;
	clear: left;
	margin:0px 3px 0px 0px;
}
ul.policyfeed li.person
{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #fff;
	background-color: #369;
}
ul.policyfeed li.person_alt
{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #fff;
	background-color: #121269;
}
.policy_feed .binary-image {
    margin: 0 10px 5px 0;
    float: left;
}
.policy_feed .upload {
    margin: 0 10px 5px 0;
    float: left;
}
.policy_feed .RadUpload input.ruFakeInput {
    display: none;
}
.policy_feed .RadUpload input.ruBrowse {
    width: 115px;
}
.policy_feed .RadUpload input.ruButton {
    margin: 0;
    background-position: 0 -46px;
}
.policy_feed .RadUpload input.ruButtonHover {
    background-position: 100% -46px;
}
.policy_feed .invalid {
    color: #aa0000;
    display: none;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #RadButton1 {
        padding-right: 4px;
    }
}


img.clickable 
{
	cursor: pointer;
}
td.title 
{
	background-color: #004173;
	color: #f7feff;
}
td.title input, td.subtitle input
{
	margin-top: 5px;
	margin-bottom: 5px;
}
td.subtitle 
{
	background-color: #e5e5e5;
	color: black;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
p.maintenance
{
	background-color: #ffff00;
	margin: 5px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 5px dashed #000000;
}

/*
// CUSTOM STYLES //
*/

/* PAYMENT SCREEN */
.payments-table{
    width: 100%;
}

.payments-table td{
    padding-left: 10px;
    padding-right: 10px;
}

.payments-table td[valign="top"]{
    padding: 0;
}

.payments-table .title{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ececec;
    color: #555;
    font-size: 15px;
}

.payments-table .title .radio-status{
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #14a948;
    pointer-events: none;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.payments-table .title input[type="radio"]:checked + .radio-status{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform ease 350ms;
    transition: transform ease 350ms;
}

.payments-table select{
    margin: 3px;
    padding: 3px;
}

.sweep-method-text{
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
}

.RadPanelBar .rpLink{
    text-decoration: none;
    border: none;
}

.RadPanelBar .rpOut {
    border: none !important;
}

.RadPanelBar a.rpLink:not(.policy_info_open):hover{
    background-color: rgb(243,243,243);
}

.RadPanelBar a.rpLink.policy_info_open {
    cursor: default;
}

.RadPanelBar a.rpLink:hover .rpOut,
.RadPanelBar .rpSelected .rpOut{
    padding: 0 !important;
}

.RadPanelBar .rpText{
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    padding-left: 0 !important;
}

.RadPanelBar .rpText span{
    font-weight: 600;
}

.RadPanelBar .rpImage {
    float: none !important;
    display: inline-block;
}

input[value="Submit Payment"]{
    border: none;
    padding: 8px 9px;
    border-radius: 1px;
    background-color: #228f48;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
}

input[value="Submit Payment"]:hover {
    background-color: #187639;
}

.rpItem a{
    color: #1680cd;
}

/* POLICY RENEWED SUCCESS */
.confirmation-container h1{
    padding: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
    color: #3c763d;
    background-color: #dff0d8;
}

.confirmation-container h3 {
    color: #006da8;
    padding: 0 15px;
}

.confirmation-container h3 span {
    font-weight: 400;
    display: block;
}

.confirmation-container .payment-info-list{
    list-style: none;
    padding: 0 15px;
}

.confirmation-container .payment-info-list li{
    margin-bottom: 5px;
}

.confirmation-container .payment-info-list li span{
    font-weight: 600;
}

/* RENEWAL POLICY */
.renewal-title{
    font-size: 20px;
}

.renewal-instructions h3{
    color: #006da8;
    padding: 0 5px;
}


.renewal-instructions h3 span{
	font-weight: 400;
	display: block;
}

.renewal-section-title {
    background-color: #ebebeb;
    padding: 15px 0;
}

.renewal-policy-data{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 15px 0;
}

.renewal-policy-data li {
    margin-bottom: 5px;
}

.renewal-actions{
    margin-top: 20px;
    text-align: center;
    cursor: default;
}

.renewal-actions #payment-msg{
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}

.renewal-actions #buttons-container{
    display: inline-block;
    vertical-align: middle;
}

.btn-confirm{
    cursor: pointer;
    background-color: rgb(21, 147, 78);
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 9px;
    border-radius: 1px;
    color: #FFF;
}

.btn-confirm:hover {
    background-color: rgb(6, 110, 53);
}

.btn-transparent{
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 7px 9px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.btn-transparent:hover {
    background-color: rgba(0,0,0,.1);
}

.vehicles-table-head{
    padding: 10px 5px;
    color: #1680cd;
    background-color: #FFF;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 10px 0;
}

.vehicle-name{
    font-size: 15px;
    font-weight: 600;
}

/*#region ENDORSEMENTS*/

.endorsement-error-msg {
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721C24;
    background-color: #F8D7DA;
    border-color: #EAB2B8;
    font-size: 15px;
}

.endorsement-warning-msg {
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #6F5E2C;
    background-color: #FFF3CD;
    border-color: #F3DFA2;
    font-size: 15px;
}

.endorsement-success-msg {
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #D4EDDA;
    border-color: #B0DABA;
    font-size: 15px;
}

.endorsement-error-msg span,
.endorsement-warning-msg span,
.endorsement-success-msg span {
    font-weight: 600;
}

.validation-msg {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #F44336;
}

.permission_notice {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #F44336;
}

.rmpView {
    padding: 0 15px 15px;
}

.endorsement-inner-title {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-top: 25px;
    color: #3F51B5;
}

.highlighted {
    font-weight: 700;
}

.notification-style {
    font-style: italic;
    margin-top: 10px;
}

.table-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

/*#region ENDORSEMENT REVIEW*/

.review-section-wrapper + .review-section-wrapper {
    margin-top: 20px;
}

.review-table-head {
    color: #FFF;
    background-color: cornflowerblue;
    font-size: 10pt;
    padding: 5px;
}

.review-table-container {
    font-size: 14px;
    background-color: #f0f0f0;
}

.review-quote-container {
    font-size: 16px;
    font-weight: bold;
    background-color: #f0f0f0;
}

.review-quote-container .button-to-right {
    float: right;
}

.review-table-info {
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #cecece;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-table-info .endo-type {
    font-weight: 600;
}

.review-table-info .custom-btn:not(.primary-btn) {
    background-color: #FFF;
}

.review-table-body {
    width: 100%;
}

.review-table-body th {
    text-align: left;
    width: 50%;
    padding: 10px;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    color: #2c71ca;
}

.review-table-body td {
    vertical-align: top;
    width: 50%;
    padding: 10px;
    line-height: 1.7;
}

/*#endregion */

.custom-btn {
    border: none;
    padding: 6px 9px;
    border-radius: 2px;
    background-color: #e6e6e6;
    color: #0b5fa2;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    min-width: 65px;
}

.custom-btn:hover {
    background-color: #d7d7d7 !important;
}

.primary-btn {
    background-color: #0b5fa2;
    color: #FFF;
}

.primary-btn:hover {
    background-color: #05497f !important;
}

.danger-btn {
    background-color: #e4564c;
    color: #FFF;
}

.danger-btn:hover {
    background-color: #ca4037 !important;
}

.rgMasterTable td .custom-btn {
    float: right;
}

.RadTabStrip {
    background-color: rgb(240, 240, 240);
    padding: 5px;
}

.RadTabStrip_Web20 .rtsLevel .rtsLI .rtsLink {
    font-size: 14px;
    height: 50px;
    background-image: none;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.RadTabStrip_Web20 .rtsLevel .rtsLI .rtsLink .rtsIn {
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}

.RadTabStrip_Web20 .rtsLevel .rtsLI .rtsLink .rtsIn {
    color: #777;
}

.RadTabStrip_Web20 .rtsLevel .rtsLI .rtsLink.rtsSelected .rtsIn {
    font-weight: 600;
    border-bottom: 2px solid #3F51B5;
    color: #3F51B5;
}

.RadTabStrip .rtsLevel .rtsLI .rtsOut {
    background-image: none;
    line-height: 1.4;
}

.endorsement-submit-actions {
    margin-top: 20px;
    margin-bottom: -10px;
}

.endorsement-submit-actions .custom-btn:last-child {
    float: right;
}

.endorsement-history-filters {
    background: rgb(245, 245, 245);
    padding: 5px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.endorsement-history-filters div + div {
    margin-left: 20px;
}

.endorsement-history-filters span.riSingle,
.endorsement-history-filters label {
    width: auto !important;
}

.endorsement-history-filters .button-to-right {
    margin-left: auto;
}

.endorsement-notification {
    position: relative;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #f1dfa7;
    font-size: 14px;
}

.endorsement-notification span {
    font-weight: 600;
}

.endorsement-modal-wrapper {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    padding-bottom: 50px;
}

.endorsement-modal-content {
    padding: 15px;
    line-height: 1.4;
    background-color: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    max-width: 500px;
}

.endorsement-modal-body {
    padding: 30px 10px 40px;
    font-size: 18px;
}

.endorsement-modal-footer {
    text-align: right;
}

/*#endregion */