﻿/*
    Purpose:        default (global) stylesheet
    Last Mod:       1.17.2011
    Dependencies:   globalnav.css and childmasterstyles.css.
                    modularizes global nav and child master styling and overrides.
*/
@import url(MainContent.css); /* Old default stylesheet - styles the 'maincontent area' of the document */
@import url(Globalnav.css);
@import url(ChildMasterStyles.css);

/*=Global styles
------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0;
}
body { background: #bbb; font-family:Arial, Helvetica, Verdana, sans-serif; font-size: 12px; }
.clear { clear: both; }
a img { outline: none; border: none; }
.fltleft { float: left; }
.fltright { float: right; }
.textLeft { text-align: left; } 
.textCenter { text-align: center; }
.hideElement {display: none;}

/************************
 Fixes
************************/
.DateTextBoxFormatFix input, .DateTextBoxFormatFix span, .DateTextBoxFormatFix div{
    float:left;
}

.DateTextBoxFormatFix div{
    position:relative;
    margin:0px !important;
    top:-2px;
    right:-2px;
}

/*=Containers
------------------------------------------------------------------------------------- */
/*#container, #containerModal */
#container
{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background: #fff;
}

/* Modal container - override widths */
/*
#containerModal 
{
    width: 515px;
    height: auto;
}
*/

/*=Masthead
------------------------------------------------------------------------------------- */
#masthead 
{
    width: 100%;
    min-height: 113px;
    border-bottom: 1px solid #D9D9D9;
/*        background: #FF4;*/
}

.agencylogo 
{
    height: 62px;
}

ul.loginInfo 
{
    float: right;
    max-width: 650px;
    padding: 5px 15px 5px 65px;
    list-style: none;
    background: #e7e7e7 url('../images/alissMiniLogo.jpg') no-repeat left;
}

ul.loginInfo li 
{
    float: left;
    padding: 5px 7px;
}

/* Quick launch icons list */
#quickLaunch 
{
    float: right;
    height: 26px;
    margin-top: 19px;
}

#quickLaunch ul 
{
    list-style: none;
}

#quickLaunch ul li 
{
    float: left;
    padding-right: 5px;
}

#quickLaunch li:hover 
{
    cursor: pointer;
}

/*=Global Navigation
------------------------------------------------------------------------------------- */
#globalNav 
{
    float: left;
    margin: 22px 0 0 7px;
    clear: both;
}

/*=Main Content
------------------------------------------------------------------------------------- */
#mainContentDiv 
{
    margin-top: 10px;
    /*width: 980px;*/
    /*margin-top:0px;  This is causing crowing on multiple pages.. (report pages specifically.)*/
}

/*
#mainContentDiv.modal 
{
    background: #bbb;
        height: 700px !important;
        width: 600px !important;
}
*/
/*=Site Info (aka: footer)
------------------------------------------------------------------------------------- */
#siteInfo 
{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border-top: 1px solid #7a87a5;
    background: #D9D9D9;
}

#siteInfo ul 
{
    margin-top: 17px;
    width: 100%;
    height: 33px;
    list-style: none;
    border-top: 1px solid #000066; 
    border-bottom: 1px solid #7a87A5;
    background: #9fa8be url(../images/footer/RightSideImage.gif) no-repeat 100% 4px;
}

#siteInfo ul li 
{
    float: left;
    margin: 10px 0 0 10px;
    padding-right: 10px;
}

#siteInfo ul li a 
{
    color: #fff;
}

/* If on a wholesale page, then override footer img and bg - Some code beside is needed to add and remove the class */
/* Move to App_Themes folder when using themes and comment out this line
#siteInfo.ws ul 
{
    background: #B3B889 url(../images/ws/RightSideImage.gif) no-repeat 100% 4px;
}
*/

/* diagnositics */
.AppSubHeaders
{
 background-color:#E6F4FF;
 font-family:arial;
 font-size:13;
 font-weight:bold;
 color:#3f3f3f;
}

/*FB21384*/
.disabledFolder
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.disabledFolder a
{
    cursor:pointer;
    text-decoration:none;
}

/*FB21642 - classes/selectors added for AmGen autocomplete field in quote wizard*/
.ui-autocomplete
{
    background-color:#cccccc;
    width:250px;
    border:1px solid #000;
    list-style-type:none;
    padding:3px;
    font-size:11px;
    max-height:250px;
    overflow:auto;
}
.ui-autocomplete a:hover
{
    font-weight:bold;
    color:#000;
    cursor:pointer;
}
.ExistingInsurance
{
    font-size:9pt;
}

/*FB22572 - selectors for Dynamic Wizard Step 1*/

#insMiniWizContainer
{
    margin: 0 auto;
    padding: 0;
    width: 800px;
    background-color:#fff !important;
    height:660px;
}
.insMiniWiz
{
    list-style-type:none;
}
.insMiniWiz li
{
    padding:20px;
    font-size:11pt;
    border-bottom: 2px solid #000066;
    border-top: 2px solid #000066;
}
.insMiniWiz li:first-child
{
    border-top: 4px solid #000066;
}
.insMiniWiz li:last-child
{
    border-bottom: none;
}
.insMiniWiz li input
{
    margin-left: 15px !important;
    margin-right: 0px !important;
    padding: 2px 2px 4px 2px;
}

.insMiniWiz li label
{
    padding: 2px 2px 0px 2px;
}


.grayOut
{
    filter: alpha(opacity=50);
    opacity: .5;
}
.grayText
{
    color: #cccccc;   
}
.nextBtn
{
    float:right;
    margin-top:-53px;
}
.nextStepBtn
{
    background-color:#86AD37;
    color: #fff;
    font-weight:bold;
}
.forwardBtn, .responseBtn
{
    text-align:center;
    margin-bottom:30px;
}

.nextBtn input, .forwardBtn input, .responseBtn input
{
    padding: 6px 16px;
    text-align:center;
    margin-right:5px;
}

.messageLbl
{
    display:block;
    text-align:left;
    margin-top:30px;
    margin-left:50px;
    padding-bottom: 20px;
    width:auto;
    font-size: 13pt;
}
.step2
{
    display:block;
    text-align:center;
    padding-bottom: 20px;
    width:auto;
    font-size: 13pt;
}

.step2 input
{
    padding: 3px;
    margin-left:5px;
    margin-top:10px;
}
.errorMsg
{
    color:Red;
    margin-top: 10px;
    text-align:center;   
    font-size:13pt;
}
.indent2
{
    padding-left:2em;
}
.indent3 
{
    padding-left:3em;
}
.indent4 
{
    padding-left:4em;
}
.hand
{
   cursor: pointer;
}

/*FB24551: Styling for Notes display*/
.notes
{
    max-height: 300px;
    overflow: auto;
}
.notes li
{
    margin: 0px 10px;
    list-style-type: none;
    padding: 2px;
    overflow: hidden;
}
.odd 
{
    background-color: #eee;
}
.odd, .even
{ 
    clear: both; 
}
.odd div, .even div
{
    float: left; 
    padding: 2px;
}
.noteDate
{
    width: 10%;
}
.noteText
{
    width: 86%;
}
.bold
{
    font-weight: bold;
}

/* FB#24766 */
#ExchangeAgentSetup fieldset {
    padding: 10px 20px;
    margin: 10px 20px;
}
#ExchangeAgentSetup legend {
    font-size: 14pt;
    padding: 6px;
    font-weight: bold;
    margin-bottom: 15px;
}
.exchAgentInfo {
    margin: 0px 20px 15px 10px;
    float: left;
}
.exchAgentInfo input {
    margin-left: 0px;
}
#ExchangeAgentSetup label
{
    float: left;
    margin: 0px 3px 15px 0px;
    font-weight: bold;
    width: 100px;
}
.exchAgentBtn
{
    padding: 5px 10px;
}
.messageContainer
{
    background-color: #ccc;
    padding: 5px;
    margin-top: 15px;
}
.error
{
    background-color: Yellow;
    padding: 5px;
}

.errorPanel{
    background: #ECC5C5;
    margin: 0px 7px;
    padding: 5px 15px;
    border: solid 1px #A40606;
    color: #A40606;
    font-weight: bold;
    border-radius: 10px;
    line-height: 16px;
    font-size: 13px;
}

.errorPanel span{
    display:block;
}

.assignedAgents, .formFields
{
    float: left;
}
.formFields
{
    width: 420px;
}
.assignedAgents
{
    padding: 20px;
    background-color:#ccc;
    border-radius: 8px;
}

.assignedAgents div
{
    margin: 5px 0px;
}
.assignedAgentList
{
    margin-top: 10px;
}
.assignedAgentList li
{
    margin: 3px 0px;
}


/* Changes for 4378: Requote Modal */

.LSTRequoteContainer
{
    width: 580px;
    height: 380px;
    overflow: hidden;
    background-color: #fff;
}
.LSTRequote
{
    list-style: none;
    padding: 10px;
    width: 580px;
    overflow: auto;
}
.LSTRequote li
{
    float: left;
    width: 275px;
    padding-top: 10px;
}

.LSTButtons
{
    width: 350px;
    margin: 0px auto;
}
.LSTRequoteButtons
{
    list-style: none;
    padding: 10px;
    overflow: auto;
}
.LSTRequoteButtons li
{
    float: left;
}
.LSTRequoteButtons li input
{
    width: 100px;
    margin-left: 10px;
}
.LSTFA
{
    width: 100px;
}
.LSTLabel
{
    width: 100px;
    float: left;
    margin-top: 3px;
    font-weight: bold;
}
.LSTRequoteGrid
{
    
    margin: 10px;
    border-top: 2px solid #000066;
    padding: 15px 0px;

}
.LSTAltColumn
{
    background-color: #97BA52;
}
.LSTNoQuote
{
    padding: 40px 0px;
    font-size: 11pt;
    text-align: center;
    font-weight: bold;
    display: block;
}
/* End changes for 4378: Requote Modal */ 

/*TFS#4372*/
.col33
{
    width: 33%;
    float: left;
    overflow: auto;
}
.col100
{
    padding: 5px;
    overflow: auto;
}
.ExQ
{
    list-style: none;
    overflow: auto;
}
.ExQ li
{
    min-height: 20px;
    padding-left: 4px;
    padding-top: 4px;
}
.ExLbl
{
    font-weight: bold;
    padding-right: 3px;
    padding-top: 4px;
    float: left;
    width: 38%;
}
.ExLblDet
{
    font-weight: bold;
    padding-right: 3px;
    padding-top: 4px;
    float: left;
    width: 40%;
}
.ExFldLbl
{
    padding-right: 3px;
    padding-top: 4px;
    float: left;
    width: 36%;
}
.ExFld
{
    float: left;
    width: 56%;
}
.ExFldDet
{
    float: left;
    width: 52%;
    padding-top: 4px;
}
.QuoteHeadersGreen, .BgGreen
{
    background-color: #D5591E !important;
    font-weight: normal;
	font-size: 13pt;
	color: white;
	font-family: Arial;
}
.AppSubHeadersGreen
{
    background-color: #E8E7E6;
    width:auto!important;
}
.ExchangeAltRow
{
    background-color: #DCDCDC;
}
/*End TFS#4372*/

/*TFS#4866*/
.TextRed
{
    color: #ff0000;
}
/*TFS#4866*/


.ui-resizable-handle
{
    display: none !important;
}

.statesField .state
{
    float: left;
    width: 60px;
    margin: 5px 0px;
}
.statesField .state label
{
    font-size: 8pt;
}

#ItemTable
{
    border-bottom: 2px solid #5679ad;
    margin: 4px 0px;
}

.authorizeProducts{
    padding-right: 10px;
}

.manageStates, .StatesList
{
    float: left;
    padding-right: 10px;
}
.StatesList
{
    width: 480px;
    margin-left: 5px;
    line-height:20px;
}
.StateCB
{
    margin-right: 0px;
}

.template{
    display:none;
}


.authorizeProduct{
    float:left;
    width:100%;
}

.productName {
    width:450px;
}

.username{
    font-weight:bold;
}

.checkboxLabel{
    line-height:18px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox{
    line-height: 18px;
    margin-top: 3px;
    margin-left:10px;
    display: block;
    float: left;
}

.DisplayNone
{
    display: none;
}

.carLabel
{
    width: 115px;
}

.resetPW
{
     padding: 10px; 
     margin-top: 5px;
}

/* StateDisclosure */
 #StateDisclosure {
    margin-top: 25px;
    font-size:17px;
    display: block;
    height: 110px;
    margin-bottom: 10px;
}

#StateDisclosurePanel {
    display:none;
    padding-left: 25px;
}

#StateDisclosureButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    font-weight: bold;
}

/* Modal key value pairs */
ol.key-value {
    margin: auto;
    list-style: none;
    display: table;
    padding: 10px 5px;
}

ol.key-value li {
    display: table-row;
}

ol.key-value li label {
    font-weight: bold;
    padding: 4px 6px;
    text-align: left;
    display: table-cell;
    width: 40%;     
}

ol.key-value li span {
    padding: 4px 6px;
    text-align: right;
    display: table-cell;
    width: 40%; 
}

.modalButton {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    font-weight: bold;
}
.modalLogo {
    padding: 10px 5px;
}

#loadingSpinner {
    display: none;
    position: fixed;
    z-index: 100;
    background-image: url('/3/images/spinner.gif');
    background-color: #666;
    -ms-opacity: 0.4;
    opacity: 0.4;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}