﻿/* DEFAULTS
----------------------------------------------------------*/

.appFormPicker {
    width: 70%;
}


html {
    background: #ffffff;
    height: 100%;
   
}

body {
    font-size: .80em;
    font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #444444;
    min-height:760px;
}

html, body {
    margin: 0;
    height: 100%;
}
.sagey {
        background-image:url(../images/backdrop.jpg);
    background-size:cover;
}



.libEditTitle {
    width: 200px;
}

.libEditDescription {
    width: 200px;
}

.libEditURL {
    width: 200px;
}

.onTop div{
    z-index: 10000;
}


.editPolicyColumn {
    float: left;
    width: 470px;
    margin-right: 30px;
}

.accountInfo input[type="text"],
.accountInfo input[type="password"],
.accountInfo input[type="select"] {
    border: 1px solid #999999;
    padding: 2px;
    outline: none;
}

.panMenu {
    float: left;
}

.level3 {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #ff0000;
}

a:link, a:visited {
    color: #1D8C7B;
}

a:hover {
    color: #5B6764;
    text-decoration: none;
}

a:active {
    color: #1D8C7B;
}

a {
    text-decoration: underline;
}

hr {
    color: #1D8C7B;
    border: #1D8C7B solid 1px;
}

p {
    margin-bottom: 10px;
    /* line-height: 1.6em; */
}

input[type="button"], input[type="submit"] {
    color: #fff;
    background-color: #bbb;
    border: none;
    padding: 3px 5px 3px 5px;
    border-radius: 0;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        color: #777;
        background-color: #96C4BA;
    }

.colortextbox {
    width: 95px !important;
    margin-top: -5px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #1D8C7B;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
    font-family: "Segoe", "Segoe UI", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
}



h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-family: Arial, sans-serif;
    margin-top: 0;
    font-size: 11pt;
    line-height: 13pt;
    margin-bottom: 10px;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    min-width: 1290px;
}


.city-header {
    background:#fff;
    background-image: url('/images/cityHeader.jpg');
    background-repeat: repeat-x;
    height: 50px;
    width: 100%;
}

.firmHeight {
    width: 100px;
}

.edoris-menu {
    height: 30px;
    width: 100%;
    background: #188979;
    min-width: 1290px;
}




.mainLogo {
    margin: 10px;
}


.header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    height: 55px;
}

    .header h1 {
        font-weight: 700;
        margin: 0;
        padding: 0 0 0 20px;
        color: #1D8C7B;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    width: auto;
    min-width: 1250px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 720px;
    xbackground: #fff;
    height:100%;
}

.leftCol {
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #aaaaaa;
    padding: 20px 0 0 0;
    margin: 20px auto;
    text-align: center;
    line-height: normal;
    font-size: 10px;
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #188979;
    width: 100%;
    float: left;
    height: 28px;
}

div.breadCrumb {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    color: #ffffff;
}

div.menuFloatLeft {
    float: left;
}

div.menu {
    padding: 6px 4px 2px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        /*border: 1px #188979 solid;*/
    }

.static {
    margin-right: 5px !important;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #FFFFFF;
    border: 1px #188979 solid;
    color: #666666;
    display: block;
    line-height: 1.35em;
    padding-left: 5px !important;
    text-decoration: none;
    white-space: nowrap;
    width: 120px;
}


    div.menu ul li a, div.menu ul li a:visited {
        border: 1px #FFFFFF solid !important;
    }

        div.menu ul li a:hover {
            background-color: #188979;
            color: #FFF;
            text-decoration: none;
        }

        div.menu ul li a:active {
            border: 1px #FFFFFF solid !important;
            background-color: #ccaacc;
            color: #cfdbe6;
            text-decoration: none;
        }

.menu a.static.selected {
    background-color: #188979 !important;
    color: #FFF !important;
    line-height: 1.35em;
}

.skypeLink {
    font-size: 10px;
    color: #27C9FA !important;
}

div.breadcrumb a:link a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}



/* Boxes
----------------------------------------------------------*/

.revisionLog {
    font-size: 12px;
    margin-left: 50px;
}

    .revisionLog td + td {
        padding-left: 15px;
    }

.noData {
    width: 220px;
    margin: 0 auto;
}

.warningBox {
    margin-top: 18px;
    float: right;
    color: #ff0000;
    margin-right: 10px;
}

.rightHandDDDiv {
    float: right;
    color: #ff0000;
    margin-right: 10px;
    margin-top: 16px;
}

.submitDiv {
    margin-left: 110px;
}


.headerCommandDiv {
}

.claimLeadDiv {
    /* background-color: #d9edf7;*/
    background-color: #f1f1f1;
    border-color: #bcdff1;
    color: #31708f;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.claimLeadDiv a {
    text-decoration: none;
    font-weight: bold;
    color: #000000 !important;
}

.headerButtonDiv {
    float: right;
    margin-top: 16px;
}

.headerButtonDivLeft {
    margin-right: 10px;
    float: left;
    margin-top: 16px;
}

.emailReader {
    overflow: auto;
    background: #ffffff;
    border-top: 1px solid #000;
    padding: 15px;
    height: 500px;
}

.ConversionSeperator {
    border: 1px solid #888888;
    margin-top: 8px;
}

.ConversionSpan {
    width: 400px;
    display: inline-block;
    margin-left: 10px;
}

/* Data Capture  
----------------------------------------------------------*/
.DataRow {
    line-height: 28px;
}

.noLineHeight {
    line-height: 14px !important;
}

/*important to fix canalders*/
.ajax__calendar {
    line-height: 14px !important;
}

.DataRowLegend {
    float: left;
    width: 160px;
    text-align: right;
    line-height: 28px;
}



    .DataRowData {
        margin-left: 10px;
        float: left;
        line-height: 28px;
    }

.DataRowDataNH {
    margin-left: 10px;
    float: left;
    margin-top: 5px;
}

.fixedWithDataRowData{
    width:130px;
}

.DataRowDescription {
    float: left;
    margin-left: 10px;
    color: #888888;
    font-size: 10px;
}

.hideControl {
    display: none;
}

.DataRowData Select {
    width: 155px;
}

.DataRowData input[type=text] {
    width: 121px;
}

.DW input[type=text] {
    width: 191px;
}

.HW input[type=text] {
    width: 81px;
}

.DataRowData textarea {
    width: 191px;
}

.additionalRightButton {
    float: right;
}

    .additionalRightButton a {
        font-size: 20px;
        text-decoration: none;
    }

    .additionalRightButton div {
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
    }

.leftColumn {
    float: left;
    width: 500px;
}

.rightColumn {
    float: left;
    width: 500px;
    margin-left: 20px;
}


.DataRowLegendW {
    float: left;
    width: 180px;
    text-align: right;
    line-height: 28px;
}

.DataRowLegendEW {
    float: left;
    width: 230px;
    text-align: right;
    line-height: 28px;
}

.DataRowDataN {
    line-height: 28px;
    margin-left: 10px;
    float: left;
    width: 105px;
}

    .DataRowDataN Select {
        width: 110px;
    }

.DataRowDataCBX {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.DataRowDataN input {
    width: 105px;
}


.loadingDivStyle {
    margin-left: 130px;
    height: 25px;
}

.DataRowData input {
}

.DataRowValidation {
    margin-left: 10px;
    float: left;
}

.dataCollectionControl {
    float: left;
    margin-right: 40px;
    width: 450px;
}

.waterMarkStyle {
    color: #cccccc;
}

.SmallTextBigBox {
    font-size: 0.9em;
    color: #188979;
    line-height: 0.9em;
}



.filterLists {
    font-size: 0.9em;
    color: #888888;
    margin-top: 4px;
}

.bannerImagePreview {
    width: 123px;
    height: auto;
}

.previewBannerOutline {
    border: #aaaaaa 1px solid;
    padding: 2px;
}


.defaultPageFooterItems {
    float: left;
    width: 400px;
    margin-right: 40px;
}


.serviceStatus {
    height: 240px;
    width: 400px;
}

.serviceStatusImage {
    float: left;
    margin-bottom: 10px;
}

.serviceStatusMessage {
    float: left;
    max-width: 350px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.fieldSelector {
    width: 400px;
}

.fieldSelectorInner {
    height: 258px;
    background: #f5f5f5;
    border: #555555 solid 1px;
    overflow: auto;
}

.clickField:hover {
    background: gold;
    color: #000;
}

.clickField {
    margin-left: 5px;
}

.policyBlock {
    float: left;
    width: 440px;
    margin-right: 40px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid rgb(24, 137, 121);
    background-color: rgb(24, 137, 121);
    color: #ffffff;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 400px;
}


/* GIDVIEW  
----------------------------------------------------------*/


.mGrid {
    width: 100%;
    background-color: #f1f1f1;
    margin: 5px 0 10px 0;
    border: solid 2px #FFFFFF;
    border-collapse: collapse;
}



    .mGrid td {
        padding: 2px;
        border: solid 2px #FFFFFF;
        color: #555555;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #56847A repeat-x top;
        border-left: solid 2px #FFFFFF;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #f9f9f9 repeat-x top;
    }

    .mGrid tr {
       cursor:pointer;
    }

    .mGrid .pgr {
        background: #56847A;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 2px #FFFFFF;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #ccc;
            text-decoration: none;
                    font-weight:normal;
        }

            .mGrid .pgr a:hover {
                color: #fff;
                text-decoration: none;
                font-weight:normal;
            }
            
            
/* RepVIEW  
----------------------------------------------------------*/


.mRepeater {
    width: 100%;
    background-color: #dddddd;
    margin: 5px 0 10px 0;
    border: solid 2px #FFFFFF;
    border-collapse: collapse;
}



    .mRepeater td {
        padding: 2px;
        border: solid 2px #FFFFFF;
        color: #555555;
    }

    .mRepeater th {
        padding: 4px 2px;
        color: #fff;
        background: #56847A repeat-x top;
        border-left: solid 2px #FFFFFF;
        font-size: 0.9em;
    }


            .mRepeater tr:hover {
                background-color: #444444;
               
                cursor: pointer;
            }
            
            .mRepeater tr:hover td{
               
                color: #fff !important;
               
            }


/* Usful layout elements
----------------------------------------------------------*/

.PaddingTopBottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.MarginLeft10 {
    margin-left: 10px;
}



/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}



.statisticDisplay {
    /* margin-top: 26px;*/
    margin-bottom: -1px;
    margin-right: 12px;
    float: right;
    font-size: 11px;
}


.login label {
    margin-bottom:6px;
}

.login .textEntry, .login .passwordEntry {
    padding:6px !important;
}
.accountInfo {
    opacity:0.9;
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0;
    color: White;
    float: right;
    margin-right: 10px;
}

    .loginDisplay a:link {
        color: White;
    }

    .loginDisplay a:visited {
        color: White;
    }

    .loginDisplay a:hover {
        color: #cccccc;
    }

.failureNotification {
    color: #ff6666;
}

.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td {
    border: solid 1px black;
    background-color: #FFFFFF;
    color: #000000;
}

.highlight {
    background: #ff9999;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
}


.editAppFormField {
    height: 20px;
    border-top: 1px solid #cccccc;
    width: 935px;
}


/* File Upload  
----------------------------------------------------------*/


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

/* Odds and sodds
------------------------------------------------------------*/
.mp3Player {
    background: white;
    height: 560px;
    padding-top: 100px;
}

.mp3PlayerPlayer {
    width: 295px;
    margin: 0 auto;
}

.validateStyle {
    color: #ff0000;
}

.entityReferenceEnquiry {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.entityReferenceIndividual {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.importantTextInColumns {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
}



.csDepartment {
    border: 1px solid #cccccc;
}


.statLeft {
    text-align: right;
}

.statData {
    padding-left: 10px;
    color: #000000;
    text-align: right;
}

.exclaimEnquiry {
    margin-top: 2px;
    float: left;
    width: 10px;
}

.rockmarkEnquiry {
    margin-top: 2px;
    float: left;
    width: 10px;
    margin-left: 2px;
}

#divFromPolicy {
    float: left;
    margin-left: 10px;
    color: #ff0000;
}


.note_created_date {
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1em;
}

.note_agent {
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1em;
    padding-bottom: 5px;
    color: #8080FF;
}

.note_table {
    width: 100%;
}

.note_detail_container {
    width: 8%;
    background: #eeeeee;
}

.defaultTableSize {
    width: 300px;
}

.wait {
    cursor: wait;
}



.QuickQuoteDiv {
}

.userAccountPanel {
    float: left;
    margin-right: 20px;
    width: 450px;
}

.quoteMessage {
    font-size: 16px;
    float: left;
    padding-top: 0;
}

.DummyLoadingDiv {
    height: 200px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

/* Home made widgets - may contain nuts */

.hwd_gf_message_widget {
    /*location*/
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 1;
    width: 180px;
    /* visual */
    background-color: #F0F0F0;
    text-align: center;
    opacity: 0.8;
    border: 1px solid #999999;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /*actions*/
}

    .hwd_gf_message_widget #title {
        height: 5px;
    }

    .hwd_gf_message_widget #content {
    }

    .hwd_gf_message_widget #message {
        border: 3px solid #66DD88;
        height: 15px;
    }


.hwd_gf_CallWidget {
    height: 55px;
    width: 120px;
    float: right;
    background-color: #AAEEAA;
    margin-left: 200px;
    margin-top: 10px;
    text-align: center;
}


/* HTML editor css bits */

.NotesHTMLPanel {
    padding-bottom: 0;
}



/* Public Site Specific*/

#cityGraphic {
    float: left;
    height: 400px;
    width: 300px;
    background-image: url(../images/cityScape.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
}

/* Stops the ASP menu redrawing badly */
div.menu > ul > li {
    display: inline-block;
    list-style: none;
}

div.menu ul li ul {
    display: none;
}

.HRTCLink {
    vertical-align: bottom;
    padding-top: 2px;
}

    .HRTCLink img {
        height: 16px;
        border-width: 0;
    }

.emailTemplateDateEntry {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    width: 490px;
}

.forceA a {
    color: #000000 !important;
}


.telephoneColumns {
    float: left;
    margin-right: 40px;
    width: 500px;
}


.telephonesNumber {
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
}

.telephonesName {
    font-size: 15px;
    vertical-align: middle;
    padding-left: 20px;
}

.telephonesNameF {
    font-weight: initial;
}

.telephonesNameL {
    font-weight: bold;
}


.telephonesExt {
    vertical-align: middle;
    padding-left: 20px;
    font-size: 15px;
}

.libraryLeftColumn {
    width: 450px;
    margin-right: 40px;
    float: left;
}

.libraryRightColumn {
    width: 750px;
    float: left;
}


.libraryIframe {
     width: 750px;
    height: 750px;
    border: solid #dddddd 2px;
}



.librarySectionTitle {
    font-size: 20px;
    margin-top: 20px;
}


.libraryTitle {
    float: left;
    font-size: 18px;

}

.libraryEdit {
    float: right;


}

.libraryDescription {
    
}

.LinkHeader:hover {
    
}

.edit-a-ceding-scheme td {
    vertical-align:top !important;
  padding-right:10px;
   
}

.edit-a-ceding-scheme {
    position:relative;
}

.edit-a-ceding-scheme select {

    padding-right: 0;
    margin-right:-5px;
    width:244px !important;
    padding:2px;
}

.edit-a-ceding-scheme textarea {
    width:238px !important ;
    font-family:Arial;

}

.edit-a-ceding-scheme  input[type="radio"] {
    margin-left:-5px;
}

.edit-a-ceding-scheme  input[type="checkbox"] {
    margin-left: 0;
}

.edit-a-ceding-scheme .amount-entry {
    margin-left:63px;
    -webkit-transition: margin-left 0.3s; /* Safari */
    transition: margin-left 0.3s;
}

.edit-a-ceding-scheme .percent-entry {
    margin-left: 0;
      -webkit-transition: margin-left 0.3s; /* Safari */
    transition: margin-left 0.3s;
}

.edit-a-ceding-scheme .button {
    width:120px !important;
}

.edit-a-ceding-scheme .another-action {
    background:#188979;
}

.button-at-bottom {
    position:absolute;
    bottom: 0;
    right: 0;

}

.DisabledLook
{
    background-color:#ccc !important;
}

.noUpdate .updateControl{
    display:none !important;
}
