﻿/* Bridge.css - Bridge customization of Oceanwide controls */
@charset "UTF-8"; 

/* Formating for Quick Search Control */
.topMenuWrapper {
    position: relative;
}

.quick-search-hide {
    display: none;
}

.quick-search-text {
    font-size: 12px;
    margin-right: 5px;
}

.quick-search-additional-information {
    font-size: 11px;
    font-weight: lighter;
    margin-left: 5px;
    z-index: 50000;
}

.quick-search-suggested {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.quick-search-header {
    font-weight: bold;
    font-size: 14px;
}

.quick-search-header-big {
    font-weight: bold;
    font-size: 16px;
}

div.RadComboBoxDropDown_Default em {
    font-style: normal;
    font-weight: bold;
}

div.RadComboBoxDropDown_Default .rcbItem em {
    background: yellow;
}

/* Begin - Format the policy Status in the Policy Information Widget*/
.policyStatus
{
    padding: 1px 1px 1px 1px; 
    font-weight: bold;
}
.highlightedStatus
{
    color: #FFFFFF;
    border-radius: 3px;
    background: #000000;
}

.policyStatusIncomplete 
{
    background: #999999; 
}

.policyStatusLost, .policyStatusDeclined 
{
    background: #000000; 
}

.policyStatusUnderwritingRequired
{
    background: #F08080;
}

.policyStatusReferred
{
    background: #ff0000;
}

.policyStatusQuoted
{
    background: #E6B800;
}

.policyStatusBound
{
    background: #669900;
}

/* =================== Start: Formatting for Referral Business Messages panel.  ===================*/

.businessMessages_Header A
{
    background-color: #FFE1E1; 
    color: #FF0000;
}

.businessMessages_Wrapper
{
    background-color:#FFE1E1; 
}

.businessMessages_Content
{
    text-align: left;
    color: #FF0000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.businessMessages_Content ul
{   
    margin-left: 6em; 
}

.businessMessages_Content li
{   
    padding: 3px;
    
}
/* =================== End: Formatting for Referral Business Messages panel. =================== */

.customHighlightStyle
{
    border: solid 1px Blue;
    background-color: lightcoral !important;
}
 

/* Begin - Widget customization */
.RadPanelBar {
    width: 100%;
}

.CommonScreenButtons .RadPanelBar .rpGroup a.rpSelected.ButtonMenu, .RadPanelBar .rpGroup a.rpSelected.ButtonMenu:hover {
    background-image: none!important;
}

.LinkMenuBullet .rpGroup .rpItem{display: block; padding-left: 7px;} /*Hide bullet points from common screen*/
/* End - Widget customization */


/* custom override for Policy Infomatrion widget */
.widget{
font-size: 11px;
}
.widget .tdHeader,
.widget .tdValue{
vertical-align: baseline;
}
.widget .tdValue{
line-height: 1.25em;
}


.widget-premium
{
    font-weight:bold;
    font-size:25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget-premium-dash
{
     text-align:center;
    font-size:25px;
}
.widget-premium-seperator
{
    margin-top:5px;
}

/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
.wordwrap { 
    white-space: normal;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    text-align:justify;
}

/*MasterCover Product Description (rich content)*/
#layoutWrapper {
    margin: 1px 2px; 
    padding: 5px; 
    width: inherit;  
    min-height: 100px;  
    background: #fff; 
    border: #ccc 1px solid; 
    border-radius: 10px; 
    list-style-type: none; 
}

li.pointeditem {
    margin-bottom: 15px; 
    padding: 1px; 
    border: #ccc 1px solid;
    width: inherit; 
    text-align: justify; 
    clear: both; 
    overflow: hidden;
}

li.pointeditem:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    height: 0;
    content: "";
    clear: both;
}


/* Begin - Sequence Map Menu Items */
#multipageWizard { text-align:center; }
#multipageWizard ul li {font-size:13px !important; font-weight:bold; }
#multipageWizard ul li span{padding: 0 3px 0 3px; margin-right: 3px; font-style:italic; }
#multipageWizard ul li a{text-decoration: none; cursor: default; }
/* End */

/* Begin - Multi Quote Selector (Modal Window) */
table.multiQuote thead th{
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #ECF9FF 2px solid;
    border-top: #ECF9FF 1px solid;
}
/* End */