﻿
/*******************CUSTOM STYLES*******************/

/*******************COMMON STYLES********************/
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto !important;
}

.row {
    width: 100%;
    margin: 15px;
}

a {
    cursor: pointer;
}

.mortgageeFrm-cont input:disabled {
    background-color: #ECECEC;
}

/*Remove close icon from text fields in IE*/
::-ms-clear {
    display: none;
}
/*
Remove eye icon for Password inputs in IE.
::-ms-reveal { 
    width : 0;
    height: 0;
}*/
input, textarea {
    -webkit-transform: translate3d(0,0,0);
}

section.main-wrapper {
    min-height: 500px;
}

section.wrapper {
    min-height: 400px;
}

table thead tr td,
table thead tr th {
    font-size: 13px;
}

table tbody tr td {
    font-size: 12px;
}

.currencyCol span {
    float: right !important;
    padding-right: 15px;
    text-align: right;
}

.mpiuaLoginTxt {
    color: #ff0000;
    margin-bottom: 10px;
}

.currencyText {
    float: right;
}

.faqUnderline {
    text-decoration: underline !important;
    cursor: pointer;
    color: rgb(63, 63, 171);
}

.breadCrumbLink:hover {
    text-decoration: underline;
}

.breadCrumbLink.fontColorWhite:hover {
    text-decoration: none;
}

.main-wrapper {
    min-height: 400px;
    position: relative;
}

.container-wrapper {
    margin: 10px auto;
    width: 68%;
    min-width: 756px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #FCFCFC;
    margin-bottom: 50px;
    min-height: 300px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    /*position: relative;*/
}

.logoContainer,
.main-navigation {
    min-width: 815px;
}

.custom-select {
    padding: 6px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .custom-select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.showContent {
    display: block !important;
}

.hideContent {
    display: none !important;
}
.row-no-left-margin {   
    width: 100%;
    margin-top: 10px;
    margin-left:0px;
}
.title-green-bar {
    float: left;
    height: 30px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#449c17), to(#47c806));
    background: -webkit-linear-gradient(left, #449c17, #47c806);
    background: -moz-linear-gradient(left, #449c17, #47c806);
    background: -ms-linear-gradient(left, #449c17, #47c806);
    background: -o-linear-gradient(left, #449c17, #47c806);
    -pie-background: linear-gradient(left, #449c17, #47c806);
    behavior: url(/css/PIE.htc);
}
/*.title-green-bar span {
    margin-top: 6px;
    display: block;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    font-size: 16px;
}*/
.title-blue-bar {
    float: left;
    height: 30px;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#5992F5), to(#86B0F9));
    background: -webkit-linear-gradient(left, #5992F5, #86B0F9);
    background: -moz-linear-gradient(left, #5992F5, #86B0F9);
    background: -ms-linear-gradient(left, #5992F5, #86B0F9);
    background: -o-linear-gradient(left, #5992F5, #86B0F9);
    -pie-background: linear-gradient(left, #5992F5, #86B0F9);
    behavior: url(/css/PIE.htc);
}

    .title-blue-bar span,
    .title-green-bar span {
        margin-top: 6px;
        display: block;
        color: #ffffff;
        float: left;
        margin-left: 10px;
        font-size: 15px;
    }

.policy-wrapper .dropdown-label,
.policy-wrapper .policy-dropdown,
.policy-details-wrapper .dropdown-label,
.policy-details-wrapper .policy-dropdown {
    margin-bottom: 0px;
}

.policy-wrapper .policy-dropdown,
.policy-details-wrapper .policy-dropdown {
    margin-top: 0px;
}

.policy-cmn-sctn {
    float: left;
    width: 100%;
}

.loading-indicator,
.messageContainer {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    outline: 0;
}

    .loading-indicator .modalContainer,
    .messageContainer .messageWrapper {
        height: 100%;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #000000;
    }

    .loading-indicator .modalBox,
    .messageContainer .messageBox {
        width: 50px;
        margin: 15% auto;
        position: relative;
        top: 100px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

        .loading-indicator .modalBox .modal-content,
        .messageContainer .messageBox .messageContent {
            background-image: url('/images/loader.gif');
            height: 48px;
            width: 50px;
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            position: relative;
            background-color: #ffffff;
            border: 1px solid #999999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            outline: 0;
        }

    .messageContainer .messageBox {
        width: 600px;
        margin: 2% auto;
    }

.messageBoxHeader {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

    .messageBoxHeader span {
        margin: 0 auto;
        width: 187px;
        display: block;
    }

.messageContainer .messageBox .messageContent {
    background-image: none;
    height: 270px;
    width: 600px;
    padding-top: 25px;
}

.messageBox .messageText {
    margin: 10px 25px;
}

.messageTxtHeader {
    text-align: center;
    text-decoration: underline;
}

.messageBox .messageText span {
    display: block;
    margin: 15px;
}

.selectedQstns {
    background-color: #EFF780 !important;
}

.selectedExcepQstns {
    background-color: #ffffff !important;
}

.email {
    width: auto !important;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.genericTable-container {
    float: left;
    clear: both;
    width: 100%;
    overflow-y: auto;
    max-height: 450px;
}

table.genericTable,
table.mortgaeeTable {
    width: 100%;
    border-collapse: collapse;
}

    table.genericTable tbody tr,
    table.mortgaeeTable tbody tr {
        height: 32px;
    }

    table.mortgaeeTable thead tr {
        height: 30px;
    }

    table.genericTable tbody tr td {
        padding-left: 15px;
    }

    table.genericTable tr th {
        height: 0;
        line-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        color: transparent;
        border: none;
        white-space: nowrap;
    }

    table.genericTable div {
        height: 17px;
        padding-top: 18px;
        /*position: absolute;*/
        margin-left: -1px;
        margin-top: 0px;
        color: #ffffff;
        text-align: left;
        font-weight: normal;
    }

.danger {
    color: #ff0000 !important;
}

.success {
    color: #008E22 !important;
}

.text-block {
    display: block;
}

.pull-left {
    float: left;
}

.fontColorWhite {
    color: #ffffff !important;
}

.user-policies {
    font-size: 12px;
}


.user-edit-link {
    /*background: url('../images/edit_active_icon.png') no-repeat !important;Squish614*/
    width: 22px;
    height: 22px;
}
.logout-form-wraper {
    background: #fff;
    color: #444;
    font-family: 'Helvetica Neue',sans-serif;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    background: white;
    padding-bottom: 30px;
    padding-top: 30px;
}

.fht-table-wrapper.fht-default {
    width: 100%;
    height: 350px;
    margin-bottom: 5px;
    float: left;
}

    .fht-table-wrapper.fht-default .fht-thead {
        height: 30px;
    }

.fht-tbody {
    overflow-y: auto;
    padding-top: 0px;
    overflow-x: hidden;
}

table thead th span {
    color: #ffffff;
    font-weight: normal;
}
/*table thead th:not(:first-child) span,
table tbody td:not(:first-child) span {
    float: right;
    margin-right: 15px;
    text-align: right;
}*/
/*table thead th:first-child span,
table tbody td:first-child span {
    float: left;
    margin-left: 15px;
    text-align: left;
}*/
table tbody td span,
table thead th span {
    float: left;
    margin-left: 15px;
    text-align: left;
}

table.fixedTableHeader {
    width: 100%;
    border-collapse: collapse;
    font-style: 14px;
}

    table.fixedTableHeader tr th {
        height: 25px;
    }
    /*table.fixedTableHeader tr td {
    padding-left: 15px;
}*/
    table.fixedTableHeader tbody tr {
        height: 30px;
    }

    table.fixedTableHeader thead tr {
        height: 30px !important;
    }
    /*table.fixedTableHeader thead tr td:not(:first-child) span {
    float: right;
    margin-right: 15px;
    color: #ffffff;
}
table.fixedTableHeader thead td:first-child span {
    float: left;
    margin-left: 15px;
    color: #ffffff;
}*/
    table.fixedTableHeader thead td span,
    table.fixedTableHeader thead th span {
        float: left;
        margin-left: 15px;
        color: #ffffff;
    }
/*********************************************HEADER*************************************************/

.logoContainer {
    position: relative;
}

.headerUserDetails {
    width: auto;
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 16px;
}
/*.headerUserDetails .headerUserName {
    color: #1900B2;
}*/
.headerUserDetails {
    color: #449c17;
    font-size: 15px;
}

    .headerUserDetails div {
        float: right;
        clear: both;
    }

    .headerUserDetails .headerUserName span {
        color: #2352a3;
        float: right;
    }

    .headerUserDetails .headerAgentDetails span {
        float: right;
        color: #429c14;
    }

.principalLoginTxt {
    font-size: 12px;
    float: left !important;
    margin-top: 5px;
    margin-right: 60px;
}

.search-item {
    margin-left: 30px;
    float: right !important;
}

.search-box,
.page-settings,
.user-signOut {
    float: left;
}

.searchTextBox {
    font-size: 12px;
    background-color: #595959;
    opacity: 1;
    height: 17px;
    margin-top: 5px;
    border-radius: 3px;
    border: none;
    color: #FFFFFF;
    padding: 5px;
    font-style: italic;
    float: left;
    width: 215px;
}

    .searchTextBox:focus {
        border-color: #FFFFFF;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
    }

.search-icon {
    background: url('/images/search.png') no-repeat;
    height: 36px;
    width: 34px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}
.plus-icon {
    height: 18px;
    width: 34px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}
.settings-icon {
    background: url('/images/settings2.png') no-repeat;
    height: 30px;
    width: 33px;
    float: left;
    cursor: pointer;
    margin-top: 2px;
}

.signOut-icon {
    background: url('/images/signOut.png') no-repeat;
    height: 33px;
    width: 35px;
    float: left;
    cursor: pointer;
    margin-top: 2px;
}

.personalize-settings {
    font-size: 11px;
    width: 142px;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    z-index: 1;
    right: 21px;
    padding: 7px;
    text-align: right;
    border: 1px solid #cccccc;
}

    .personalize-settings div {
        margin-bottom: 5px;
        color: #4e5054;
    }

    .personalize-settings:after {
        border-bottom: 10px solid #FFF;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        right: 18px;
    }

    .personalize-settings div {
        float: right;
    }

    .personalize-settings a {
        padding: 0px;
        display: table-row;
        color: #4e5054;
        font-weight: normal;
    }

        .personalize-settings a:hover {
            text-decoration: underline;
            color: #1A00FF;
        }

.error-dialog-box {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 389px;
    z-index: 10;
    right: 0px;
    position: absolute;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    transition: all 1s ease !important;
    display: none;
}

    .error-dialog-box .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        text-decoration: none;
    }

nav ul.menu li.menu-item a {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
}

nav ul.sub-menu li.menu-item a {
    font-size: 13px;
}

.main-navigation ul li a {
    padding: 10px 25px;
}

li .headerBreadCrumb a {
    display: inline-block;
    padding-right: 5px !important;
    padding-left: 3px !important;
    float: left;
}

.closeIcon {
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -17px;
    background: url('/images/closeIcon1.png') no-repeat;
    cursor: pointer;
}

.messageContentWrapper {
    float: left;
    width: 100%;
    overflow-y: auto;
    height: 250px;
    margin-top: 5px;
}

.currentDate span {
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
    color: #544DFF;
    font-size: 13px;
}

.headerLogoImg {
    cursor: pointer;
}

.urgentMessage {
    margin-bottom: -3px;
}
/*************************************************/
body {
    overflow-x: hidden;
}
/*.error-popup-moveLeft {
    right: 0px;
    display: block;
}*/
.error-dialog-box.error-popup-hide {
    transform: translate(100%);
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
}
/*********FORM ELEMENTS************/
.container-wrapper.make-payment,
.container-wrapper.renewalPaymentInquiryPage {
    /*width: 47%;
    min-width: 525px;*/
    width: 68%;
    min-width: 756px;
}

#paymentInfo {
    width: 100%;
    float: left;
}

/************LEFT SECTION************/
.left-section {
    width: 60%;
    margin: 0 auto;
}
/*.left-section {
    width: 100%;
    float: left;
}*/
.form-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

    .form-title span {
        display: block;
        width: 206px;
        margin: 0 auto;
    }

.form-info span {
    display: block;
    margin: 15px auto;
    width: 340px;
}

.elem-title {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    width: 228px;
}

.form-element {
    float: left;
    max-width: 190px;
}

    .form-element span.error {
        width: 250px;
    }

.form-elements {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

.hint-msg {
    margin: 0 auto;
    width: 120px;
    display: block;
}

form#paymentInfo input[type="text"] {
    width: 110px;
    height: 10px;
}

form#paymentInfo select {
    width: 110px;
    height: 16px;
}

form#paymentInfo input[type="text"],
.customFormText {
    border-radius: 3px;
    padding: 6px 12px !important;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 12px;
    /*font: inherit;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.login-details #label-FirstName {
    padding-right: 25px;
}
.login-details #label-LastName {
    padding-right: 25px;
}

.login-details .requiredField {
    color: red;
}
input#align-Submit {
    margin-left: 50px;
}

.ngdialog-buttons {
    margin-top: 20px;
}

.IE.IE10 form#paymentInfo input[type="text"],
.IE.IE10 .customFormText {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 22px !important;
}

form#paymentInfo input[type="text"]:focus,
.customFormText:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

form#paymentInfo select {
    padding: 6px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    form#paymentInfo select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.error {
    color: #FF0000;
    font-size: 11px;
    display: inherit;
}

.err-msg {
    display: block;
}
/*.paymnt-err {
    margin-left: 15px;
}*/
.txtbox-err {
    border-color: #FF0000 !important;
}

.info-icon {
    background: url('/images/info-icon.png') no-repeat top left;
    background-size: cover;
    height: 15px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
}

.genericErr {
    margin: 15px 0px;
}

/******************RIGHT SECTION****************/

.right-section {
    float: left;
    width: 44%;
}

.invoice-hint {
    font-style: italic;
}

.payment-info-no {
    background: url('/images/payment-info-no.gif') no-repeat top left;
    background-size: cover;
    height: 185px;
    width: 244px;
}

.payment-order {
    background: url('/images/payment-order.gif') no-repeat top left;
    background-size: cover;
    height: 145px;
    width: 296px;
    position: absolute;
    display: none;
}

.order-details span {
    display: block;
    font-size: 12px;
}

.button {
    background: #539f2d;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    margin: 10px;
    text-decoration: none;
}

.add-user-button {
    background: #539f2d;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    text-decoration: none;
}

.balancebutton {
    background: #539f2d;
    color: #FFF;
    text-align: center;
    padding-left: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.button:hover {
    background: #428b1d;
}

.form-buttons {
    float: left;
    width: 100%;
}

    .form-buttons .buttons {
        margin: 0px auto;
    }

.buttons {
    margin: 15px auto;
    width: 200px;
}

.paymentButns {
    width: 440px;
}

.currency-symbol {
    color: 000000;
    font-size: 14px;
    background-color: FFFFFF;
    font-weight: bold;
    margin-right: -10px;
    float: right;
}

.policyInvoiceInfoIcon {
    height: 185px;
    width: 244px;
}
/************************FOOTER SECTION************************/
footer#colophon {
    clear: both;
    min-width: 815px;
}

footer #footer-widgets p a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

footer #footer-widgets .footer {
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
}

/************************************************PAYMENT AUTHORIZATION**********************************/

.accnt-num-label {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.row.auth-msg {
    width: auto;
}

.req-field span {
    margin: 0 auto;
    width: 155px;
    display: block;
    color: #FF0000;
}

.click-once {
    margin: 0 auto;
    width: 100px;
    color: #ff0000;
}

.auth-accnt-num {
    margin-left: 290px;
}

/***************************************************PAYMENT CONFIRMATION**********************************/

.conf-msg span {
    display: block;
    margin-bottom: 10px;
}
.conf-bor {
    margin-right:25px;
}
span.print-text {
    font-size: 12px;
}


/******************************************************PAYMENT HISTORY**************************************/

.font-bold {
    font-weight: bold;
}

.ph-left-section {
    width: 35%;
    float: left;
}

.ph-right-section {
    float: right;
}

.history-table-container,
.invoices-table-container {
    float: left;
}

.policyName {
    margin-bottom: 0px;
}

.policyYear {
    margin-top: 5px;
}

.accessCode {
    margin-bottom: 5px;
}

.history-table-label span,
.invoices-table-label span {
    margin: 10px 0px;
    display: block;
}

table#paymentHistoryTable tr td {
    width: 20%;
    /*padding-left: 15px;*/
    height: 30px;
}

table#paymentHistoryTable,
table#invoicesTable {
    border-collapse: collapse;
    width: 100%;
    float: left;
    clear: both;
}

.breadCrumb a {
    text-decoration: none;
    margin-right: 5px;
    color: #000000;
}

.breadCrumbLink.fontColorWhite {
    cursor: default;
}

table#invoicesTable tr td {
    width: 10%;
    /*text-align: center;*/
    height: 30px;
    /*padding-left: 15px;*/
}
/*table#paymentHistoryTable thead tr td,
table#invoicesTable thead tr td {
    font-weight: bold;
    text-align: center;
    background-color: #CCCCCC;
}*/
table#paymentHistoryTable thead tr,
table#invoicesTable thead tr {
    height: 40px;
}
/*table#paymentHistoryTable tr.oddRow,
table#invoicesTable tr.oddRow{
    background-color: #ECECEC;
}*/
/*table#paymentHistoryTable tr.evenRow,
table#invoicesTable tr.evenRow{
    background-color: #F7F8FF;
}*/
.paid-totals {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
    width: 98%;
    padding-top: 10px;
    font-weight: bold;
    float: left;
}

    .paid-totals div {
        float: left;
        width: 20%;
        min-height: 1px;
    }

        .paid-totals div span {
            margin-left: 15px;
        }

.invoice-totals div {
    float: left;
    min-height: 1px;
}

.invoice-nodata {
    height: 20px;
    float: left;
    clear: both;
    width: 100%;
}

    .invoice-nodata > div {
        width: 12%;
        height: 20px;
        float: left;
    }

.payment-nodata {
    height: 20px;
    float: left;
    clear: both;
    width: 100%;
}

    .payment-nodata > div {
        width: 17%;
        height: 20px;
    }

.invoice-totals {
    border-top: 1px solid #CCCCCC;
    width: 100%;
    padding-top: 10px;
    font-weight: bold;
    float: left;
    clear: both;
    margin-top: 10px;
}

.payment-history-wrapper {
    margin-top: 10px;
}

    .payment-history-wrapper .ph-left-section,
    .payment-history-wrapper .ph-left-section .accessCode,
    .history-table-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .payment-history-wrapper .title-green-bar {
        margin-top: 5px;
    }

.paymentHistoryTableCont {
    /*overflow-y: auto;*/
    max-height: 350px;
    float: left;
    width: 100%;
}

.policyDetailsLink {
    margin-top: 3px;
}

.invoice-totals table tr td {
    width: 10%;
}

.invoice-totals table {
    width: 100%;
}

    .invoice-totals table div {
        width: 100%;
    }

        .invoice-totals table div span {
            margin-right: 15px;
        }

.invoiceTableTotals {
    margin-left: 10px;
}
/************Changes**************/

.payment-history-wrapper {
    width: 100%;
}

.user-policies {
    height: 14px;
    width: 375px;
}

.color-danger {
    color: #ff0000;
}

.text-underline {
    text-decoration: underline !important;
    cursor: pointer;
}

.breadCrumb a:hover {
    text-decoration: underline;
}

.breadCrumb {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    width: 98%;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #EAF9FF;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.selectionBtns span {
    float: right;
}

.selectionBtns a {
    margin-right: 20px;
}

.make-payment-link {
    display: block;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: -4px;
}

    .make-payment-link a {
        color: #ff0000;
    }

/******************************************************HOME PAGE*************************************/
.page-content-wrapper {
    margin-top: 5px;
    float: left;
    width: 100%;
    min-width: 768px;
}

.left-panel {
    width: 22%;
    float: left;
    background-color: #cadeff;
    height: 577px;
    min-width: 170px;
}

.leftPanel-content {
    float: left;
    background-color: #7daafa;
    padding: 10px 0;
    width: 100%;
}

    .leftPanel-content a {
        font-weight: bold;
    }

    .leftPanel-content .marginTop {
        margin-top: 10px;
    }

    .leftPanel-content span {
        padding: 5px 10px 5px 25px;
        display: block;
        font-size: 12px;
        color: #292929;
        font-weight: normal;
        word-wrap: break-word;
    }

    .leftPanel-content a {
        color: #2400FF;
    }

.leftPanel-title {
    height: 30px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border-bottom: 2px solid #8AB2F5;
    background: -webkit-gradient(linear, left top, right top, from(#3176EC), to(#6599F2));
    background: -webkit-linear-gradient(left, #3176EC, #6599F2);
    background: -moz-linear-gradient(left, #3176EC, #6599F2);
    background: -ms-linear-gradient(left, #3176EC, #6599F2);
    background: -o-linear-gradient(left, #3176EC, #6599F2);
    -pie-background: linear-gradient(left, #3176EC, #6599F2);
    behavior: url(/css/PIE.htc);
}

.title-blockLeft {
    width: 20px;
    height: 100%;
    float: left;
    background-color: #649EFF;
}

.title-blockRight {
    width: 30px;
    height: 100%;
    float: right;
    background-color: #74A3F2;
    background-image: url('/images/downArrow.png');
}

.selLeftPanelSection .title-blockLeft {
    background-color: #8AC26E !important;
}

.selLeftPanelSection .title-blockRight {
    background-color: #8DD868 !important;
    margin-top: -5px;
    height: 35px;
    background-image: url('/images/upArrow.png') !important;
}

.leftPanel-title span {
    margin-top: 6px;
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 15px;
    color: #0f1632;
    font-weight: bold;
}

.reports-title a {
    color: #000000;
}

.main-content {
    float: left;
    margin-left: 10px;
    width: 76%;
}

.policies-viewed-title {
    height: 40px;
    width: 100%;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#5992F5), to(#86B0F9));
    background: -webkit-linear-gradient(left, #5992F5, #86B0F9);
    background: -moz-linear-gradient(left, #5992F5, #86B0F9);
    background: -ms-linear-gradient(left, #5992F5, #86B0F9);
    background: -o-linear-gradient(left, #5992F5, #86B0F9);
}

    .policies-viewed-title span,
    .pendingApps-title span {
        font-size: 18px;
        margin-top: 8px;
        display: block;
        color: #ffffff;
        float: left;
        margin-left: 10px;
        x;
    }

table.homePageTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    table.homePageTable thead tr {
        height: 35px;
        color: #ffffff;
    }

    table.homePageTable tr td {
        /*width: 25%;*/
        /* padding-left: 15px;*/
    }

    table.homePageTable tbody tr td {
        color: #292929;
    }

.oddHeaderRow {
    background-color: #B6B6B6;
    ;
}

.evenHeaderRow {
    background-color: #9b9da2;
}

.oddtableBodyRow {
    background-color: #f5f5f5;
}

.eventableBodyRow {
    background-color: #e5e5e6;
}

table.homePageTable tbody tr {
    height: 32px;
}

.oddtableBodyAltRow {
    background-color: #e0e3e9;
}

.eventableBodyAltRow {
    background-color: #d4d6dc;
}

.pending-apps {
    margin-top: 5px;
    position: relative;
}

    .pending-apps .title-green-bar {
        margin-top: 0px;
    }
/*.pendingApps-title {
    height: 40px;
    width: 100%;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#449c17), to(#47c806));
    background: -webkit-linear-gradient(left, #449c17, #47c806);
    background: -moz-linear-gradient(left, #449c17, #47c806);
    background: -ms-linear-gradient(left, #449c17, #47c806);
    background: -o-linear-gradient(left, #449c17, #47c806);
}*/
.pendingApps-table {
    max-height: 322px;
    /* overflow-y: auto;*/
    clear: both;
}

table.pendingApps thead tr th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
}

    table.pendingApps thead tr th:first-child div {
        float: left;
        margin-left: 15px;
        text-align: left;
    }

    table.pendingApps thead tr th:not(:first-child) div {
        float: right;
        margin-right: 15px;
        text-align: right;
    }

    table.pendingApps thead tr th div {
        font-weight: normal;
        width: 22.6%;
        height: 17px;
        padding-top: 18px;
        position: absolute;
        margin-left: -1px;
        margin-top: -18px;
        color: #ffffff;
        padding-left: 15px;
    }

.homePageFooterBar {
    width: 98%;
    height: 5px;
    padding-right: 10px;
    background-color: #4e85e4;
    float: left;
}

.policies-viewed .title-blue-bar {
    margin-top: 0px;
}

.submitOnlineApp {
    width: 100%;
}

    .submitOnlineApp span {
        margin: 5px auto;
        width: 455px;
        display: block;
        color: #ff0000;
        font-size: 14px;
    }

        .submitOnlineApp span a {
            color: #ff0000;
        }

.homeTableRow1,
.homeTableRow4 {
    width: 15%;
}

.homeTableRow2,
.homeTableRow3 {
    width: 35%;
}

table.policyViewedTable.homePageTable,
.pending-apps,
.policies-viewed,
.policiesViewed-table {
    float: left;
    width: 100%;
}
/****************************************************SEARCH PAGE*****************************************/

.search-policies-container {
    position: relative;
}

    .search-policies-container .title-blue-bar {
        margin-top: 0px;
    }

.searchApps-title,
.searchPolicies-title {
    float: left;
    height: 40px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#449c17), to(#47c806));
    background: -webkit-linear-gradient(left, #449c17, #47c806);
    background: -moz-linear-gradient(left, #449c17, #47c806);
    background: -ms-linear-gradient(left, #449c17, #47c806);
    background: -o-linear-gradient(left, #449c17, #47c806);
}

.search-title-cmnt {
    font-size: 14px !important;
    margin-top: 10px;
}

.searchApps-title div span,
.searchPolicies-title span {
    margin-top: 8px;
    display: block;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

table.searchApp-results {
    width: 100%;
    border-collapse: collapse;
    font-style: 14px;
}
    /*.IE table.searchApp-results div.fht-cell {
    width: 20% !important;
}*/
    table.searchApp-results tr th div {
        /*position: absolute;*/
        /* height: 17px;
    padding-top: 18px;
    margin-left: -1px;
    margin-top: 0px;
    color: #ffffff;
    text-align: left;
    width: 20%;
    font-weight: normal;*/
    }

        table.searchApp-results tr th div span {
            margin-left: 15px;
        }

    table.searchApp-results tr th {
        /*height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
    width: 20%;*/
        width: 20%;
        height: 25px;
    }

.searchApps-table {
    /*float: left;
    overflow-y: auto;
    max-height: 450px;  */
    width: 100%;
}

    .searchApps-table > div {
        width: 100%;
        float: left;
    }
/*table.searchApp-results tr th.name-address-header {
    width: 30%;
}
table.searchApp-results tr th div {
    width: 15%;
}
table.searchApp-results tr th div.name-address-header {
    width: 30%;
}*/
table.searchApp-results tr td {
    /*width: 20%;*/
    /*padding-left: 15px;*/
}

table.searchApp-results tbody tr td {
    color: #292929;
    min-height: 15px;
}

input.searchPolicies {
    background-color: #2E2E2E;
    opacity: 1;
    height: 17px;
    margin-top: 5px;
    border-radius: 3px;
    border: none;
    color: #FFFFFF;
    padding: 5px;
    font-style: italic;
    float: right;
    margin-right: 15px;
}

    input.searchPolicies:focus {
        border-color: #FFFFFF;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
        box-shadow: inset 0 1px 1px rgba(245, 236, 135, 0.075), 0 0 8px rgba(211, 248, 61, 0.6);
    }

.search-field {
    width: 80%;
}

    .search-field textarea {
        width: 96%;
        height: 47px;
    }

.search-button {
    width: 110px;
    float: left;
}

    .search-button .buttons {
        margin: 5px auto;
        margin-top: 18px;
    }

.search-field,
.search-field,
.search-button {
    float: left;
}

.searchPolicyDetails {
    width: 100%;
    margin: 5px auto;
    float: left;
}

.searchCmnt {
    margin: 10px 0;
}

.max-searches {
    font-style: italic;
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;
}

.searchFooter {
    padding-right: 0px;
    width: 100%;
}

.searchAppResRow0 {
    width: 17.5% !important;
}

.searchAppResRow1 {
    width: 33.5% !important;
}

.searchAppResRow2 {
    width: 10% !important;
}

.searchAppResRow3 {
    width: 12.9% !important;
}

.searchAppResRow4 {
    width: 13% !important;
}

.noPoliciesFound {
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

    .noPoliciesFound span {
        width: 165px;
        display: block;
        margin: 5px auto;
    }
/*.searchPolicyName {
    border-radius: 3px;
    padding: 6px 12px;
    font-family: arial;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

/********************************************************LOGIN PAGE*********************************/
.login-wrapper {
    width: 40%;
    min-width: 445px;
    margin: 55px auto;
    min-height: 0px;
}

.login-details-container {
    margin: 45px auto;
    width: 200px;
}
.user-details-container {
    margin: 20px 45px 45px 45px;
    width: 350px;
}
.user-label {
    margin-right: 20px;
}
.login-details {
    margin-bottom: 25px;
}

.login-btn {
    margin-left: 68px;
}

.login-details input {
    width: 150px;
}
.login-details #activate-width {
    width: 110px;
}


.toggle-password {
    position: absolute;
    // right: 10px;
    // top: 50%;
    transform: translate(-98%,25%);
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-password i {
    font-size: 16px;
    color: #555;
}
.toggle-retypepassword {
    position: absolute;
    // right: 10px;
    // top: 50%;
    transform: translate(-85%,25%);
    background: none;
    border: none;
    cursor: pointer;
}
 .toggle-retypepassword i {
        font-size: 16px;
        color: #555;
 }
    /************************************************************POLICY PAGE************************************/
    .policy-wrapper .policy-dropdown {
        margin-top: 0px;
    }

.policy-table {
    float: left;
    clear: both;
    width: 100%;
}

.policy-wrapper .ph-left-section {
    width: 50%;
    float: left;
}

.policy-wrapper .primary-phone {
    width: 45%;
    float: left;
}

.policy-wrapper .alternate-phone {
    float: left;
    width: 45%;
}

.policyName,
.policyYear,
.primary-phone,
.alternate-phone,
.accessCode{
    margin-left: 0px;
}

.save-phoneNumr {
    float: left;
    margin-top: -25px;
    margin-left: 0px;
    margin-bottom: 20px;
}

table.policyTable {
    width: 100%;
    border-collapse: collapse;
    font-style: 14px;
}

    table.policyTable thead tr th {
        width: 9%;
    }

    table.policyTable thead tr {
        height: 35px;
        color: #ffffff;
    }

    table.policyTable tr td {
        width: 10%;
        /*padding-left: 15px;*/
    }

    table.policyTable tbody tr td {
        color: #292929;
    }

    table.policyTable tr td a {
        display: block;
    }
/*table.policyTable thead tr th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
}
table.policyTable thead tr th div {
    font-weight: normal;
    width: 22.7%;
    height: 17px;
    padding-top: 18px;
    position: absolute;
    margin-left: -1px;
    margin-top: -17px;
    color: #ffffff;
    padding-left: 15px;
    text-align: left;
}*/
.freq-askd-qstns {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.freq-qstns-content {
    float: left;
    width: 100%;
}

.freq-left-content {
    float: left;
    width: 49%;
}

.left-cont-title {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 20px;
    padding-top: 5px;
    padding-left: 10px;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#5992F5), to(#86B0F9));
    background: -webkit-linear-gradient(left, #5992F5, #86B0F9);
    background: -moz-linear-gradient(left, #5992F5, #86B0F9);
    background: -ms-linear-gradient(left, #5992F5, #86B0F9);
    background: -o-linear-gradient(left, #5992F5, #86B0F9);
    -pie-background: linear-gradient(left, #5992F5, #86B0F9);
    behavior: url(/css/PIE.htc);
}

.qstns {
    margin-bottom: 3px;
}

    .qstns a {
        font-size: 12px;
    }

.freq-right-content {
    width: 50%;
    float: left;
    margin-left: 1%;
}

.qstnsFaq {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    color: #292929;
}

.phoneFormat {
    font-size: 11px;
}

.phSaveBtn {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 18px;
}
/**********************************************POLICY DETAILS PAGE************************************/

.policy-details-links {
    margin-left: 0px;
    float: left;
}

    .policy-details-links a {
        margin-right: 10px;
    }

.left-panel-sec {
    width: 25%;
    min-width: 170px;
    float: left;
    background-color: #cadeff;
    min-height: 568px;
    min-width: 170px;
}

.leftPanel-secTitle {
    height: 30px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border-bottom: 2px solid #8AB2F5;
    background: -webkit-gradient(linear, left top, right top, from(#3176EC), to(#6599F2));
    background: -webkit-linear-gradient(left, #3176EC, #6599F2);
    background: -moz-linear-gradient(left, #3176EC, #6599F2);
    background: -ms-linear-gradient(left, #3176EC, #6599F2);
    background: -o-linear-gradient(left, #3176EC, #6599F2);
    -pie-background: linear-gradient(left, #3176EC, #6599F2);
    behavior: url(/css/PIE.htc);
}

    .leftPanel-secTitle span {
        margin-top: 6px;
        display: block;
        float: left;
        margin-left: 10px;
        font-size: 14px;
        color: #0f1632;
        font-weight: normal;
        width: 71%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.leftPanel-sec-content {
    height: auto;
    float: left;
    background-color: #7daafa;
    padding: 10px 0;
    width: 100%;
}

.leftPanelSecTxt {
    float: left;
    display: block;
    margin: 5px 25px;
    font-size: 12px;
}

.policy-table-sec {
    float: left;
    width: 73%;
    margin-left: 5px;
}

.sec-title {
    height: 40px;
    width: 100%;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#5992F5), to(#86B0F9));
    background: -webkit-linear-gradient(left, #5992F5, #86B0F9);
    background: -moz-linear-gradient(left, #5992F5, #86B0F9);
    background: -ms-linear-gradient(left, #5992F5, #86B0F9);
    background: -o-linear-gradient(left, #5992F5, #86B0F9);
}

.selLeftPanelSection {
    border: 0px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#449c17), to(#47c806)) !important;
    background: -webkit-linear-gradient(left, #449c17, #47c806) !important;
    background: -moz-linear-gradient(left, #449c17, #47c806) !important;
    background: -ms-linear-gradient(left, #449c17, #47c806) !important;
    background: -o-linear-gradient(left, #449c17, #47c806) !important;
    -pie-background: linear-gradient(left, #449c17, #47c806) !important;
    behavior: url(/css/PIE.htc);
}

.sec-title span {
    font-size: 18px;
    margin-top: 8px;
    display: block;
    color: #ffffff;
    float: left;
    margin-left: 10px;
}

table#converagesTable {
    border-collapse: collapse;
    width: 100%;
}

    table#converagesTable tr td {
        width: 25%;
        padding-left: 15px;
    }

        table#converagesTable tr td:first-child {
            padding-left: 0px;
        }

table.homePageTable thead tr {
    height: 30px;
    color: #ffffff;
}

.endorsements-table-section {
    margin-top: 20px;
}

th.endorsRow1 {
    width: 30%;
}

th.endorsRow2 {
    width: 50%;
}

.policy-undWritInsp {
    float: left;
    width: 100%;
    margin-top: 0px;
}

    .policy-undWritInsp .right-sec {
        width: 50%;
        float: left;
    }

    .policy-undWritInsp .left-sec {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

.left-cont span {
    display: block;
    padding: 0 15px;
    padding-bottom: 8px;
}

span .estRepCostLabel1 {
    display: block;
    padding: 0 ;
    padding-bottom: 8px;
}
.coverages-table-section .title-blue-bar {
    margin-top: 0px;
}

.genericTable-container.policyDetailTblWrapper {
    max-height: 250px;
}

span.estRepCostLabel {
    display: inline-block;
    padding-right: 0px;
}

span.estRepCost {
    display: inline-block;
    padding-left: 0px;
}
/*****************************************SEND A PASSWORD PAGE***************************/

.sendPswdCmnt {
    padding: 15px 25px 0;
    font-size: 12px;
}

/******************************************CHANGE PASSWORD*********************************/

.email-address-text {
    margin-bottom: 20px;
    width: 290px;
    font-size: 12px;
}

.changePswd-btn {
    margin-left: 43px;
}

/*****************************************REPORTS*************************************/

.page-content-wrapper.reports-page,
.page-content-wrapper.replacementCostEst-page {
    min-height: 500px;
}

.reports-content {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.reportsContent-text {
    padding: 10px;
    width: 95%;
}

    .reportsContent-text ul {
        padding-left: 15px;
    }

.reportPrincipal {
    margin-top: 30px;
}

/***************************************COASTAL PROXIMITY INQUIRY***********************/

.state-elem,
.zipCode-elem {
    float: left;
}

    .state-elem input {
        width: 43px !important;
    }

    .zipCode-elem input {
        margin-left: 5px;
        width: 72px !important;
    }

form#coastProxInq > div {
    margin: 50px auto 0;
    width: 200px;
}

.form-elems {
    margin-bottom: 5px;
}

.coastal-links {
    clear: both;
}

    .coastal-links > div {
        width: 310px;
        margin: 0 auto;
    }

    .coastal-links div.coastalRijLinks {
        width: 495px;
    }

    .coastal-links a {
        margin-right: 15px;
    }

.coastal-txt-content {
    float: left;
    margin: 45px;
    margin-bottom: 10px;
    margin-left: 100px;
}

    .coastal-txt-content ul {
        margin-left: 65px;
    }

        .coastal-txt-content ul li span {
            display: block;
        }

        .coastal-txt-content ul li div {
            margin-bottom: 10px;
        }

.coastProxyEnqTitleBar {
    margin-top: -5px;
}

.coastalProxRespMsg {
    float: left;
    width: 330px;
    margin: 10px 0;
}

    .coastalProxRespMsg .success {
        font-size: 12px;
        font-weight: bold;
    }

    .coastalProxRespMsg .error {
        font-size: 12px;
        font-weight: bold;
    }
/****************************************CHANGE MORTGAGEE**********************/
.changeMort-instr {
    clear: both;
    margin-top: 0px;
}

table.mortgaeeTable tr th {
    width: 18%;
}

    table.mortgaeeTable tr th div {
        width: 18%;
    }

table.mortgaeeTable thead tr th:first-child,
table.mortgaeeTable thead tr th:first-child div {
    width: 10%;
}

table.mortgaeeTable tr th div span {
    margin-left: 15px;
}

.addMortgageeTitle {
    margin-top: 40px;
}

.form-container {
    float: left;
    width: 100%;
}

.form-label {
    width: 150px;
    float: left;
}

.form-elem {
    float: left;
}

.mortgageeFrm-cont {
    float: left;
    margin-top: 10px;
}

    .mortgageeFrm-cont > div {
        float: left;
        margin: 5px 15px;
        width: 100%;
    }

.mortSubmitInfo span {
    display: block;
    margin: 10px auto;
    width: 500px;
}

#mortgagee-add .custom-select {
    min-width: 190px;
    width: auto;
}

.mortSubmitErr span {
    display: block;
    margin: 0 auto;
    width: 295px;
}

.mortgageeEditorPage {
    float: left;
    width: 100%;
}

.mortgageeSuccessMsg,
.mortgageeAmendedActions {
    display: block;
}

.mortgageeSuccessPage {
    float: left;
    width: 100%;
}

.mortgageeSuccessCont span {
    margin: 15px;
}

.noMortgageesMsg {
    margin: 10px 0px 0px 10px;
}
/*************************************ORDER REINSPECTION PAGE*****************************************/

.insp-contactDetails {
    clear: both;
    width: 100%;
    /*margin-top: 25px;*/
    float: left;
    padding: 25px 0;
    margin-bottom: 25px;
    webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.51);
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #FCFCFC;
}

form#inspectionDetails > div {
    width: 600px;
    margin: 0 auto;
}

.inspUserDetails-cont {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.inspUserDetailsLeft,
.inspUserDetailsRight {
    float: left;
}

.inspUserDetailsRight {
    margin-left: 130px;
}

.inspLandMark textarea {
    height: 125px;
    width: 520px;
}

.inspectionSuccesPage {
    clear: both;
    margin: 10px 0;
    font-weight: bold;
}

#orderReinspReason {
    font-size: 12px;
    width: 224px;
}
/*******************************COASTAL COMMUNITY LISTING*************************************/

.coastalCommListing,
.commListing {
    float: left;
    margin: 15px;
}

    .commListing div {
        margin-bottom: 5px;
    }

.commListing {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

/***********************************PERSONALIZE SETTINGS************************************/

.settings-labelTxt {
    margin-left: 10px;
    position:relative;
    top:3px;
}

.settings-titleTxt {
    padding: 10px;
    width: 100%;
}

    .settings-titleTxt span {
        margin: 0 auto;
        width: 404px;
        display: block;
    }

.settings-checkbox {
    padding: 10px;
    width: 100%;
}

    .settings-checkbox > div {
        width: 395px;
        margin: 0 auto;
    }

/*************************************Renewal Payment Inquiry Page*****************************************/


.renewalPaymentInquiry form .required {
    color: red;
}

.renewalPaymentInquiry .renewalPaymentInquirySubmitbuttons {
    margin-left: 250px;
}

.renewalPaymentInquiry .renewalPaymentInquiryInfo {
    margin-left: 258px;
    border: 1px solid black;
    clear: both;
    padding: 1%;
    width: 300px;
    font-size: 11px;
    font-style: italic;
    border-radius: 5px;
}
/*.renewalPaymentInquiryResult .renewalPaymentInquiryResultInfo{
    margin: 0 auto;
    border: 1px solid black;
    clear: both;
    padding: 1%;
    width: 300px;
    font-size: 11px;
    font-style: italic;
    border-radius: 5px;
    text-align: center;
}*/
.renewalPaymentInquiryResult .renewalPaymentInquiryResultInfo {
    border: 1px solid black;
    clear: both;
    width: 100%;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 10px auto;
}

.renewalPaymentInquiryResult .renewalPaymentInquiryResultDetailList {
    text-align: left;
    float: left;
    width: 100%;
}

.renewalPaymentInquiryResult .cell {
    display: inline-block;
    width: 230px;
    text-align: left;
    vertical-align: top;
    margin-right: 10px;
}

.renewalPaymentInquiryResult .full {
    width: 100%;
    float: left;
}

.renewalPaymentInquiryResult .textLeft {
    text-align: left;
}

.renewalPaymentInquiryResult .bottomOffset {
    margin-bottom: 2%;
}

.renewalPaymentInquiryResult .centerAlign {
    margin: 0 auto;
}

.renewalPaymentInquiryResult .linkGroup span {
    width: 200px;
    display: inline-block;
    text-align: center;
}

.renewalPaymentInquiryResult .linkGroup {
    text-align: center;
    clear: both;
    float: left;
}

.renewalPaymentInqErr {
    margin-top: 10px;
}

table.renewalPaymentInqRes {
    border-collapse: collapse;
}

    table.renewalPaymentInqRes thead th,
    table.renewalPaymentInqRes tbody td {
        font-weight: normal;
        text-align: left;
        padding-left: 15px;
    }

    table.renewalPaymentInqRes thead th {
        color: #ffffff;
    }

    table.renewalPaymentInqRes tr {
        height: 32px;
    }

.renewalPaymentInquiryResult .title-blue-bar {
    margin-top: 0px;
}

.colRight {
    float: right;
}

.renewalPaymentInquiry .title-blue-bar {
    margin-top: 0px;
    margin-bottom: 10px;
}

.renPaymntInqResName {
    width: 370px !important;
}
/*************************************Loss Notice Page*****************************************/
.lossNotice .marginOneBottom {
    margin-bottom: 1%;
}

.lossNotice fieldset {
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    border: none;
}

.lossNotice legend {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    color: #000;
    font-weight: normal;
    width: 98%;
    background-color: #F5F5F5 !important;
}

.lossNotice .cell {
    display: inline-block;
    width: 15%;
    text-align: left;
    vertical-align: top;
}

.lossNotice .full {
    width: 100%;
}

.lossNotice .textLeft {
    text-align: left;
}

.lossNotice .bottomOffset {
    margin-bottom: 2%;
}

.lossNotice .centerAlign {
    margin: 0 auto;
    text-align: center;
}

.lossNotice .row {
    margin: 0;
}

.lossNotice .keyContainer {
    width: 45%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    /*float: left;*/
}

.lossNotice .valueContainer {
    width: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.lossNotice .keyContainer label {
    line-height: 30px;
}

.lossNotice .errorContainer {
    height: 15px;
}

.lossNotice .requiredField {
    color: red;
}

.lossNotice .disable {
    opacity: 0.65;
}

.agencyApplicationPage .title-blue-bar {
    margin-bottom: 10px;
    margin-top: 0px;
}

.agencyApplicationPage .lossNotice .full {
    width: 100%;
    padding-bottom: 5px;
}

.agencyApplicationPage .custom-select {
    width: 180px;
}

.agencyApplicationPage input[type='email'] {
    width: 168px;
}

.agencyAppProceessedSuccessfully {
    margin: 20px;
    float: left;
}

    .agencyAppProceessedSuccessfully a {
        color: red;
    }

#descriptionOfLoss {
    resize: both;
}
/*****************************************************************************************/

/**********************************INSPECTION RESULTS******************************/

.inspResBtns {
    float: right;
}

.iframeContainer {
    float: left;
    clear: both;
    width: 100%;
    height: 550px;
}

iframe#inspectionResults {
    width: 100%;
    height: 520px;
}

.inspection-results .title-blue-bar {
    margin-top: 0px;
}

.inspectionDocumentsTableCont {
    overflow-y: auto;
    max-height: 350px;
    float: left;
    width: 100%;
    text-align: left;
}

.inspMinHeight {
    min-height: 100px;
}

.inspDocIdColumn {
    width: 50px !important;
}

.inspDocNameColumn {
    width: 100px !important;
}

.inspDocTable {
    width: 100% !important;
}

.insp-doc-btn {
    margin: auto;
    display: block;
}

.upload-doc-section {
    margin-top: 10px !important;
}

.disabled {
    background: grey;
}

.inspDocDescription {
    width: 30% !important;
}

.inspDocTypeDrpdwn {
    width: 12% !important;
}

.inspDocCloseIcon {
    vertical-align: middle;
    /*display:none !important; */
    display: inherit !important;
}

.iconcontainer {
    float: right;
    margin-top: 8px;
}

.inspDocumentList {
    display: inline-block;
    margin: 0 5px 6px 2px;
    padding: 4px;
    width: 100%;
    border: solid 1px #FFFFFF;
}

    .inspDocumentList:hover {
        border: solid 1px #cce6ff;
    }
/********************************INSPECTOR*************************************/

.inspInxLbl {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.inspInxInpCont {
    float: left;
}

.inspPolicyNoCont {
    margin: 20px;
}

.inspIndexBtn .buttons {
    width: 125px;
}

.inspIndexErr {
    max-width: 270px;
}

.inspMultAddrss {
    float: left;
    clear: both;
    margin: 20px;
}

.inspMultAddrssField li {
    margin-top: 10px;
}

.inspectionSuccess {
    margin: 20px 20px 0px 20px;
}

.inspectorAppName {
    width: 220px !important;
}
/*****************************************INSPECTOR INSPECTION****************************************/
.inspectorInspContainer {
    width: 97%;
}

    .inspectorInspContainer #inspectorInspectionDetails {
        width: 100%;
        font-size: 12px;
    }

form#inspectorInspectionDetails .error {
    display: block;
}

.inspectionForm {
    margin: 5px;
}

    .inspectionForm .title-blue-bar {
        margin-top: -10px;
        margin-bottom: 10px;
    }

.titleErrorTxtCont {
    width: 100%;
}

    .titleErrorTxtCont span {
        width: 100%;
        margin: 10px auto;
        display: block;
        text-align: center;
    }
/***Form Section****/
.inspResPolicySection {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.inspPolicySectWrapper {
    float: left;
    width: 98%;
    margin-left: 9.4%;
}

.inspResFrmInput span.inspLocationTxt {
    width: 220px;
}

.inspResLeftSection,
.inspResRightSection {
    width: 48%;
    float: left;
}

.inspResRightSection {
    margin-left: 3px;
}

.inspResFrmRow {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    float: left;
}

.inspResFrmLabel {
    width: 40%;
    float: left;
}

    .inspResFrmLabel span {
        margin-top: 3px;
        display: block;
    }

.inspResFrmInput {
    width: auto;
    float: left;
    margin-left: 3px;
}

    .inspResFrmInput > span {
        width: 100%;
        display: inline-block;
    }

form#inspectorInspectionDetails .customFormText {
    height: 12px;
    width: 135px;
}

form#inspectorInspectionDetails .custom-select {
    height: 12px;
    font-size: 12px;
}

#lstRowTown.custom-select {
    width: 53px;
}

form#inspectorInspectionDetails #yearBuilt.customFormText {
    width: 43px;
}

.inspResOccSection span {
    margin-right: 56px;
    margin-top: 10px;
    float: left;
}

.inspResOccSection {
    float: left;
    margin-top: 10px;
    margin-left: 9.4%;
}

#inspResultRadioBtnsCont {
    float: left;
    margin-left: 9.4%;
}

.exteriorInteriorSection {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .exteriorInteriorSection > div {
        float: left;
        margin-left: 9.4%;
        width: 95%;
    }

.exteriorSection,
.interiorSection {
    float: left;
    width: 45%;
}

.exteriorSecHeaderLabel {
    float: left;
    margin-bottom: 10px;
}

.exteriorTxtLabel,
.exteriorQstnTxt {
    width: 345px;
    display: block;
    float: left;
}

.exteriorQstn {
    clear: both;
    float: left;
    margin-bottom: 7px;
}

.inspResRemarks {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .inspResRemarks > div {
        margin-left: 9.4%;
    }

form#inspectorInspectionDetails #remarksTxtArea {
    height: 100px;
    width: 86%;
}

.inspFormButton {
    float: left;
    clear: both;
    width: 100%;
}

    .inspFormButton .buttons {
        width: 222px;
    }

.attachFile {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .attachFile > div {
        margin-left: 9.4%;
        width: 95%;
        float: left;
    }

form#inspectorInspectionDetails #lstWithinProt.custom-select {
    width: 149px;
}

span.inspWithinProt {
    margin-top: 5px;
}

.inspAttachImgLabel {
    float: left;
    margin-right: 10px;
}

    .inspAttachImgLabel span {
        margin-top: 2px;
        display: block;
    }
/*******************AutoComplete Text Box****************************/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    font-size: 12px;
}
.ngdialog-content, .ngdialog.ngdialog-theme-plain .ngdialog-content {
    background: none !important;
    margin: -50px auto !important;
    /*font-size: 12px;*/
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.adduser-form-wraper {
    height: auto;
    display: block;
    background: white;
    padding: 15px 5px 5px 25px;
}
.header-message {
    display: inherit;
    margin: 0;
    background: #343538;
    padding: 10px 5px 5px 15px;
    color: #fff;
    font-size: 12px;
    height: 35px;
}
.manage-user-heading {
    font-size: 15px;
    font-weight: bold;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.mortgageeTxt {
    width: 700px;
}

.ui-datepicker {
    font-size: 12pt !important;
}


/************MEDIA PRINT***************/

@media print {
    .container-wrapper {
        box-shadow: none !important;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .searchApps-table {
        float: left;
        overflow: visible !important;
        height: auto !important;
    }

    .fht-table-wrapper.fht-default,
    .fht-tbody {
        height: auto !important;
        overflow: visible !important;
    }
}

.endorsement-link {
    padding-top: 40px;
    margin-left: 320px;
}
.refresh{
    font-size: 10px !important;
}
.announ {
    display: none;
}


.font-red {
    color: #FF0000;
}
.tz-info {
    margin: 10px 0;
    font-style: italic;
}
