/* Minification failed. Returning unminified contents.
(3137,32): run-time error CSS1030: Expected identifier, found ':'
(3137,38): run-time error CSS1031: Expected selector, found ')'
(3137,38): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html, body {
    height: 100%;
}

field /* Clearfix hack */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

input:focus, select:focus, textarea:focus, button:focus, a.onFocus:focus, .btnBrowseFileInput:focus {
    outline: none !important;
    border-color: #33737f !important;
    box-shadow: 0 0 10px #33737f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #555555;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
    outline: none !important;
    border-color: #33737f !important;
    box-shadow: inset 0 0 0 30px white, 0 0 10px #33737f !important;
}

input:-webkit-autofill.searchFieldBlue,
input:-webkit-autofill:hover.searchFieldBlue,
textarea:-webkit-autofill.searchFieldBlue,
textarea:-webkit-autofill:hover.searchFieldBlue {
    -webkit-box-shadow: 0 0 0 30px #E1EBFA inset !important;
    -webkit-text-fill-color: #555555;
}

textarea:-webkit-autofill:focus.searchFieldBlue,
input:-webkit-autofill:focus.searchFieldBlue {
    outline: none !important;
    border-color: #33737f !important;
    -webkit-box-shadow: inset 0 0 0 30px #E1EBFA, 0 0 10px #33737f !important;
}

input:-webkit-autofill.requiredFieldYellow,
input:-webkit-autofill:hover.requiredFieldYellow,
textarea:-webkit-autofill.requiredFieldYellow,
textarea:-webkit-autofill:hover.requiredFieldYellow {
    -webkit-box-shadow: 0 0 0 30px #F7F7CD inset !important;
    -webkit-text-fill-color: #555555;
}

textarea:-webkit-autofill:focus.requiredFieldYellow,
input:-webkit-autofill:focus.requiredFieldYellow {
    outline: none !important;
    border-color: #33737f !important;
    -webkit-box-shadow: inset 0 0 0 30px #F7F7CD, 0 0 10px #33737f !important;
}

input:-webkit-autofill.searchEntryFieldOrange,
input:-webkit-autofill:hover.searchEntryFieldOrange,
textarea:-webkit-autofill.searchEntryFieldOrange,
textarea:-webkit-autofill:hover.searchEntryFieldOrange {
    -webkit-box-shadow: 0 0 0 30px #FFE0AC inset !important;
    -webkit-text-fill-color: #555555;
}

textarea:-webkit-autofill:focus.searchEntryFieldOrange,
input:-webkit-autofill:focus.searchEntryFieldOrange {
    outline: none !important;
    border-color: #33737f !important;
    -webkit-box-shadow: inset 0 0 0 30px #FFE0AC, 0 0 10px #33737f !important;
}

.cr_screen {
    clear: both;
}

* html .clearfix {
    height: 1%;
}

a {
    outline: none !important;
}
/* General styles */

body,
textarea,
input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333333;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a:link,
a:visited,
a:active {
    color: #33737f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: normal;
    font-size: 1.35em;
    margin: 0;
    padding: 0;
}

/* General layout */
body {
    font-size: 0.8em !important;
    background: #D9D6CF url(../Images/bodyBack.jpg) repeat-x left top !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: default !important;
}

#outerWrapper {
    width: 950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -68px;
}

/* Header */

#headerWrapper {
    height: 133px;
    border-bottom: 1px solid #BDBDBD;
    position: relative;
}

#headerMenuContainer, #header-menu-wrapper.noHeaderItems {
    clear: right;
    height: 92px;
    min-width: 265px;
}

#headerWrapper #quickUserInfo a#signInOut {
    display: block;
    float: right;
    padding-top: 1px;
    -webkit-padding-before: 0px;
    margin-left: 24px;
    width: 72px;
    height: 22px;
    text-align: center;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}

    #headerWrapper #quickUserInfo a#signInOut:link,
    #headerWrapper #quickUserInfo a#signInOut:visited,
    #headerWrapper #quickUserInfo a#signInOut:active {
        background-image: url(../Images/signInOutButton.gif);
    }

    #headerWrapper #quickUserInfo a#signInOut:hover {
        background-image: url(../Images/signInOutButton_hover.gif);
    }

    #headerWrapper #quickUserInfo a#signInOut:link,
    #headerWrapper #quickUserInfo a#signInOut:visited,
    #headerWrapper #quickUserInfo a#singInOut:hover,
    #headerWrapper #quickUserInfo a#signInOut:active {
        color: White;
        text-decoration: none;
    }

#changeProfile {
    margin-right: 30px;
    top: 2px;
    position: relative;
}

#headerWrapper #mainNavWrapper {
    position: absolute;
    left: 0;
    bottom: -1px;
}

    #headerWrapper #mainNavWrapper ul li {
        float: left;
        display: block;
        margin-right: 10px;
        width: 150px;
        min-width: 150px;
        cursor: pointer;
    }

        #headerWrapper #mainNavWrapper ul li.last {
            margin-right: 0;
        }

        #headerWrapper #mainNavWrapper ul li a {
            display: block;
            height: 39px;
            padding: 0;
            border: 1px solid #BDBDBD;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            font-size: 1.2em;
        }

            #headerWrapper #mainNavWrapper ul li a:link,
            #headerWrapper #mainNavWrapper ul li a:visited,
            #headerWrapper #mainNavWrapper ul li a:active {
                background: transparent url(../Images/mainNav/tabBack.jpg) repeat-x left top;
                color: Black;
            }

            #headerWrapper #mainNavWrapper ul li a:hover {
                background: transparent url(../Images/mainNav/tabBackHover.jpg) repeat-x left top;
                text-decoration: none;
            }

        #headerWrapper #mainNavWrapper ul li.active a {
            border-bottom: 1px solid white;
            background: white;
        }

        #headerWrapper #mainNavWrapper ul li .symbolImage,
        #headerWrapper #mainNavWrapper ul li .text {
            display: block;
            float: left;
        }
        /* IE7 cursor */
        #headerWrapper #mainNavWrapper ul li .text {
            cursor: pointer;
        }

        #headerWrapper #mainNavWrapper ul li#home .symbolImage {
            width: 23px;
            height: 18px;
            margin-top: 11px;
            margin-left: 9px;
            background: transparent url(../Images/mainNav/homeSymbol.gif) no-repeat left top;
        }

        #headerWrapper #mainNavWrapper ul li#contacts .symbolImage {
            width: 20px;
            height: 21px;
            margin-top: 10px;
            margin-left: 9px;
            background: transparent url(../Images/mainNav/contactsSymbol.gif) no-repeat left top;
        }

        #headerWrapper #mainNavWrapper ul li#customers .symbolImage {
            width: 23px;
            height: 22px;
            margin-top: 10px;
            margin-left: 9px;
            background: transparent url(../Images/mainNav/customersSymbol.gif) no-repeat left top;
        }

        #headerWrapper #mainNavWrapper ul li#rateCalc .symbolImage {
            width: 15px;
            height: 22px;
            margin-top: 8px;
            margin-left: 9px;
            background: transparent url(../Images/mainNav/rateCalcSymbol.gif) no-repeat left top;
        }

        #headerWrapper #mainNavWrapper ul li#orderServices .symbolImage {
            width: 24px;
            height: 20px;
            margin-top: 11px;
            margin-left: 6px;
            background: transparent url(../Images/mainNav/OrderServicesSymbol.gif) no-repeat left top;
        }

        #headerWrapper #mainNavWrapper ul li .text {
            margin-left: 7px;
            margin-top: 10px;
        }

.filterWrapper span.label {
    float: left;
    display: block;
    margin-top: 4px;
}

.filterWrapper .comboBox {
    float: left;
    margin-left: 5px;
}

#systemMessage {
    margin-top: 3px;
    color: red;
    font-size: small;
    text-align: center;
    word-wrap: break-word;
    font-weight: bold;
    width: 100%;
    clear: both;
}

.moduleTypes {
    list-style: none;
    clear: both;
    width: 110px;
    margin-top: 52px;
    display: inline-block;
    background-color: white;
    border: 1px solid #CCCCCC;
    height: 28px;
    margin-left: 0px;
}

    .moduleTypes li {
        z-index: 2147483636 !important;
        position: relative;
    }

        .moduleTypes li:hover {
            background-image: url(../Content/Icons/down-indicator-hover.png);
        }

        .moduleTypes li a {
            color: #555555;
            text-align: center;
            padding: 5px 13px 0px 5px;
            display: block;
            height: 24px;
            text-decoration: none;
            overflow: hidden;
        }

            .moduleTypes li a:hover {
                border-left: 3px solid #33737f;
                border-right: 3px solid #33737f;
                color: #33737f;
                cursor: pointer;
            }

    .moduleTypes ul {
        left: 0;
        display: none;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

        .moduleTypes ul li {
            min-width: 128px;
            width: 100%;
            white-space: nowrap;
            float: left;
            border-top: 1px solid #fff;
            -webkit-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
            -moz-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
            box-shadow: 0px 0px 5px rgba(197, 194, 189, 0.99);
            position: relative;
            cursor: pointer;
        }

        .moduleTypes ul a {
            display: block;
            height: 20px;
            padding: 3px 0px;
            border: 1px solid #CCCCCC;
            background-color: white;
        }

.downArrowIndicator {
    background-image: url(../Content/Icons/down-indicator.png);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 96px 11px;
}

/* Footer */

#footerOuterWrapper {
    position: relative;
    background: #F1F1F1;
    height: 68px;
}

    #footerOuterWrapper #contentWrapper {
        width: 950px;
        margin: 0 auto;
        padding: 24px 0 24px;
    }

        #footerOuterWrapper #contentWrapper #copyright {
            float: left;
            color: #555555;
            padding-left: 21px;
        }

        #footerOuterWrapper #contentWrapper #navigationWrapper {
            margin-left: 240px;
        }

            #footerOuterWrapper #contentWrapper #navigationWrapper ul li {
                display: block;
                float: left;
                padding-right: 11px;
                border-right: 1px solid #898989;
                margin-right: 11px;
            }

                #footerOuterWrapper #contentWrapper #navigationWrapper ul li.last {
                    padding-right: 0;
                    border-right: none;
                    margin-right: 0;
                }

/* Public section styles */

body.public {
    background-image: url(../Images/bodyBack_public.jpg) !important;
}

    body.public #headerWrapper #company-logo {
        background-image: url(../Images/companyLogoColor.png);
        width: 370px;
        height: 100px;
    }
/* Sections of page */

.sectionWrapper {
    padding-top: 20px;
}

    .sectionWrapper h1 {
        font-size: 2em;
        margin-bottom: 12px;
        font-weight: normal;
    }

    .sectionWrapper a.quickBackLink {
        display: block;
        float: right;
        margin-right: 20px;
        height: 17px;
        padding-left: 17px;
        background-repeat: no-repeat;
        background-position: left top;
        background-color: transparent;
        margin-top: 11px;
    }

        .sectionWrapper a.quickBackLink:link,
        .sectionWrapper a.quickBackLink:visited,
        .sectionWrapper a.quickBackLink:active {
            background-image: url(../Images/leftArrow.gif);
        }

        .sectionWrapper a.quickBackLink:hover {
            background-image: url(../Images/leftArrow_hover.gif);
            text-decoration: none;
        }

/* Section box */

.sectionBox .sectionHeader {
    background: transparent url(../Images/sectionBox/header_back.jpg) repeat-x left top;
    height: 30px;
    color: White;
}

.sectionBox.collapsable .sectionHeader .collapseButton {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 16px;
    height: 17px;
    padding-top: 8px;
    background-color: transparent;
    background-position: 0px 8px;
    background-repeat: no-repeat;
    background-image: url(../Images/sectionBox/collapseButton_collapsed.jpg);
    cursor: pointer;
}

    .sectionBox.collapsable .sectionHeader .collapseButton.expanded {
        background-image: url(../Images/sectionBox/collapseButton_expanded.jpg);
    }

.sectionBox .sectionHeader .sectionInfo {
    float: left;
}

    .sectionBox .sectionHeader .sectionInfo h1,
    .centered-box .sectionHeader .sectionInfo h1 {
        float: left;
        font-weight: normal;
        margin-right: 13px;
        margin-left: 18px;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 1.35em;
    }

.sectionBox.collapsable .sectionHeader .sectionInfo h1 {
    margin-left: 0;
}

.sectionBox .sectionHeader .sectionInfo .additionalInfo {
    float: left;
    font-size: 1.35em;
    margin-top: 6px;
}

.sectionBox .sectionHeader .navigationWrapper {
    float: right;
    margin-right: 18px;
    margin-top: 3px;
}

    .sectionBox .sectionHeader .navigationWrapper .filterWrapper {
        float: right;
        margin-left: 12px;
    }

        .sectionBox .sectionHeader .navigationWrapper .filterWrapper .comboBox {
            float: right;
        }

        .sectionBox .sectionHeader .navigationWrapper .filterWrapper span.label {
            float: right;
        }

        .sectionBox .sectionHeader .navigationWrapper .filterWrapper.show {
            width: 175px;
        }

.sectionBox .sectionBody {
    border-top: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    clear: both;
}

.sectionBox.detailsSection .sectionBody {
    padding-left: 10px;
    padding-right: 10px;
}

.detailsBox {
    border: 1px solid #CCCCCC;
    border-top: 7px solid #CAC5B7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 12px 10px 20px;
    background: #FBFBFB;
    /* IE7 */
    zoom: 1;
}

    .detailsBox h1.sectionTitle {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 15px;
    }

.columnWrapper .column {
    float: left;
    width: 438px;
    margin-right: 30px;
}

.detailsBox .columnWrapper .column.last {
    margin-right: 0;
}

.detailsBox .columnWrapper .column h1 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.detailsBox .columnWrapper .column .row {
    margin-bottom: 6px;
}

    .detailsBox .columnWrapper .column .row.last {
        margin-bottom: 0;
    }

.columnWrapper .column .row .data {
    float: right;
    color: #555555;
    width: 380px;
}

/* Login box */

.sectionBox#mainContainer {
    min-width: 700px;
    padding-top: 50px;
    padding-bottom: 88px;
    margin-left: auto;
    margin-right: auto;
}

    .sectionBox#mainContainer .sectionBody {
        height: 329px;
        background: white url(../Images/loginBoxBack.jpg) repeat-x left top;
    }

    .sectionBox#mainContainer .sectionBody {
        height: auto;
        min-height: 329px;
    }

        .sectionBox#mainContainer .sectionBody #padlock {
            float: left;
            margin-top: 110px;
            margin-left: 60px;
        }

        .sectionBox#mainContainer .sectionBody #loginFormWrapper {
            float: left;
            margin-left: 70px;
            padding-top: 43px;
            width: 411px;
        }

            .sectionBox#mainContainer .sectionBody #loginFormWrapper h1 {
                font-weight: bold;
                font-size: 2em;
                margin-bottom: 30px;
                margin-left: 77px;
            }

    .sectionBox#mainContainer .row#passwordRow {
        margin-bottom: 24px;
    }

    .sectionBox#mainContainer .row#additionalSettingsRow {
        margin-bottom: 15px;
        line-height: 31px;
    }

.align_center {
    text-align: center !important;
}

.sectionBox#forgotPasswordSection .row#validationRow {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#receiptsTemplate {
    clear: both;
}

.sectionBox .row .label {
    width: 78px;
}

.sectionBox#mainContainer .row#usernameRow .field,
.sectionBox#mainContainer .row#passwordRow .field {
    margin-left: 78px;
}

.disabled-menu-item {
    pointer-events:none; 
    opacity:0.6;         
}

.sectionBox#mainContainer .row .input_text {
    width: 198px;
}

.sectionBox#loginSection .row .toggleable-password-input,
#fu-password .toggleable-password-input {
    width: 220px;
    height: 30px;
}

#changePasswordFormWrapper .toggleable-password-input {
    height: 30px;
}

.sectionBox#mainContainer #rememberMeWrapper {
    float: left;
    margin-left: 60px;
}

    .sectionBox#mainContainer #rememberMeWrapper .field {
        width: 18px;
        margin-left: 0;
        float: left;
    }

    .sectionBox#mainContainer #rememberMeWrapper .label {
        margin-left: 5px;
        width: 150px;
        padding-top: 0;
        line-height: 37px;
    }

.sectionBox#mainContainer #forgotPasswordWrapper {
    line-height: 37px;
}

.sectionBox#mainContainer #forgotPasswordLink {
    display: block;
    float: left;
    margin-left: 15px;
}

.sectionBox#mainContainer .row#loginButtonRow {
    margin-bottom: 0;
    margin-left: 75px;
}

    .sectionBox#mainContainer .row#loginButtonRow input {
        display: block;
        width: 92px;
        height: 31px;
        background-repeat: no-repeat;
        background-position: left top;
        background-color: transparent;
        padding: 5px 18px 8px;
        color: White;
        text-decoration: none;
        text-align: center;
        background-image: url(../Images/loginButton.gif);
        border: none;
        cursor: pointer;
    }

        .sectionBox#mainContainer .row#loginButtonRow input:hover {
            background-image: url(../Images/loginButton_hover.png);
            text-decoration: none;
        }

        .sectionBox#mainContainer .row#loginButtonRow input:disabled {
            background-image: url(../Images/rateCalc_calcButton_disabled.gif);
            text-decoration: none;
        }
/* Form */

form {
    margin: 0;
    padding: 0;
}

.formWrapper .row {
    margin-bottom: 20px;
    clear: both;
}

    .formWrapper .row .label {
        float: left;
        width: 150px;
        padding-top: 6px;
    }

    .formWrapper .row .required {
        color: Red;
    }

    .formWrapper .row .field {
        margin-left: 150px;
    }

input.input_text,
input.input_password,
textarea {
    border: 1px solid #878787;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    padding: 5px 5px 6px 5px;
    color: #333333;
    font-size: 1em;
}

.currency.input_text,
.currency {
    background: white url(../Images/dollar.gif) no-repeat 5px 8px;
    padding-left: 17px !important;
}

.amount.input_text,
.amount {
    background: white url(../Images/dollar.gif) no-repeat 5px 8px;
    padding-left: 17px;
}

.sectionWrapper .hSeparator {
    border-bottom: 1px solid #C6C6C6;
    height: 1px;
}

.sectionWrapper .formSection h1 {
    padding-top: 13px;
    margin-bottom: 6px;
    font-size: 1.2em;
    font-weight: bold;
}

.sectionWrapper .formSection .row {
    margin-bottom: 3px;
}

    .sectionWrapper .formSection .row .label,
    .sectionWrapper .formSection .row .field {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .sectionWrapper .formSection .row .label {
        padding-left: 4px;
        margin-bottom: 2px;
    }

        .sectionWrapper .formSection .row .label .required {
            color: Red;
        }

.sectionWrapper .formSection select {
    width: 310px;
}

.sectionWrapper .formSection .input_text {
    width: 300px;
}

.sectionWrapper .formSection .fieldBlock .row.last {
    margin-bottom: 19px;
}

.sectionWrapper .formSection .column {
    float: left;
    width: 370px;
    margin-right: 50px;
}

    .sectionWrapper .formSection .column#column2 {
        margin-right: 0;
    }

    .sectionWrapper .formSection .column .fieldBlock {
        border-top: 1px solid white;
    }

.sectionWrapper .formSection .row #cityWrapper,
.sectionWrapper .formSection .row #stateWrapper,
.sectionWrapper .formSection .row #zipWrapper {
    float: left;
    margin-right: 10px;
}

.sectionWrapper .formSection .row #zipWrapper {
    margin-right: 0;
}

.sectionWrapper .formSection .row #cityWrapper .input_text {
    width: 140px;
}

.sectionWrapper .formSection .row #stateWrapper select {
    width: 60px;
    margin-top: 3px;
}

.sectionWrapper .formSection .row #zipWrapper .input_text {
    width: 68px;
}

.sectionWrapper .formSection .currency.input_text {
    width: 288px;
}

/* Grid */

.grid .summaryBoxWrapper {
    margin-bottom: 18px;
    /* IE7 */
    zoom: 1;
}

    .grid .summaryBoxWrapper .section {
        float: left;
        height: 107px;
        border-right: 1px solid #BAB9B4;
        border-left: 1px solid white;
    }

        .grid .summaryBoxWrapper .section:first-child {
            border-left: none;
        }

        .grid .summaryBoxWrapper .section:last-child {
            border-right: none;
        }

        .grid .summaryBoxWrapper .section.last {
            border-right: none;
        }

        .grid .summaryBoxWrapper .section.section1 {
            background: url(../Images/summarySectionBack1.jpg) repeat-x left top;
        }

        .grid .summaryBoxWrapper .section.section2 {
            background: url(../Images/summarySectionBack2.jpg) repeat-x left top;
        }

        .grid .summaryBoxWrapper .section.section3 {
            background: url(../Images/summarySectionBack3.jpg) repeat-x left top;
        }

        .grid .summaryBoxWrapper .section h1 {
            font-size: 1.3em;
            color: black;
            margin: 7px 0 8px 20px;
        }

        .grid .summaryBoxWrapper .section .content .formWrapper {
            padding-left: 20px;
        }

        .grid .summaryBoxWrapper .section.filterButtonsWrapper .content {
            margin-left: 18px;
            padding-right: 11px;
        }

            .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a {
                display: block;
                float: left;
                width: 80px;
                height: 71px;
                background-repeat: no-repeat;
                background-position: left top;
                background-color: transparent;
                position: relative;
                margin-left: 5px;
            }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a:first-child {
                    margin-left: 0;
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a:link,
                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a:visited,
                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a:hover,
                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a:active {
                    background-image: url(../Images/summarySectionFilterBack.png);
                    cursor: pointer;
                    text-decoration: none;
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a.selected {
                    background-image: url(../Images/summarySectionFilterBack_selected.png);
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a span.label,
                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a span.count {
                    display: block;
                    text-align: center;
                    position: absolute;
                    left: 0;
                    width: 60px;
                    padding: 4px 10px 0 10px;
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a span.label {
                    top: 0;
                    color: #333333;
                    font-size: 0.9em;
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a span.count {
                    bottom: 10px;
                    color: Black;
                    font-weight: bold;
                    font-size: 1.90em;
                }

                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a.selected span.label,
                .grid .summaryBoxWrapper .section.filterButtonsWrapper .content a.selected span.count {
                    color: White;
                }

        .grid .summaryBoxWrapper .section.searchSection .content .row {
            float: left;
            /* temp */
            margin-top: 3px;
        }

        .grid .summaryBoxWrapper .section.searchSection .content .firstRow {
            margin-bottom: 3px;
            float: left;
            /* temp */
            margin-top: 3px;
        }

            .grid .summaryBoxWrapper .section.searchSection .content .firstRow input {
                width: 66px;
            }

        .grid .summaryBoxWrapper .section.searchSection .content a.submitButton {
            display: block;
            float: left;
            margin-left: 8px;
            width: 42px;
            height: 25px;
            text-align: center;
            background-repeat: no-repeat;
            background-color: transparent;
            background-position: left top;
            padding-top: 6px;
            color: White;
        }

            .grid .summaryBoxWrapper .section.searchSection .content a.submitButton:link,
            .grid .summaryBoxWrapper .section.searchSection .content a.submitButton:visited,
            .grid .summaryBoxWrapper .section.searchSection .content a.submitButton:active {
                background-image: url(../Images/searchSectionButton.png);
            }

            .grid .summaryBoxWrapper .section.searchSection .content a.submitButton:hover {
                background-image: url(../Images/searchSectionButton_hover.png);
                text-decoration: none;
            }

.grid .metaWrapper {
    color: #555555;
    width: 950px;
}

    .grid .metaWrapper.headerWrapper {
        margin-bottom: 12px;
    }

    .grid .metaWrapper.footerWrapper {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .grid .metaWrapper .countRows,
    .grid .metaWrapper .rowsPerPage {
        float: left;
    }

    .grid .metaWrapper .countRows {
        margin-left: 18px;
        margin-top: 4px;
        width: 170px;
    }

    .grid .metaWrapper .navigationWrapper {
        float: right;
        margin-right: 18px;
    }

        .grid .metaWrapper .navigationWrapper .goForwardButton,
        .grid .metaWrapper .navigationWrapper .goBackButton,
        .grid .metaWrapper .navigationWrapper .currentPageLabel {
            display: block;
            float: right;
        }

        .grid .metaWrapper .navigationWrapper .goForwardButton,
        .grid .metaWrapper .navigationWrapper .goBackButton {
            background-position: left top;
            background-repeat: no-repeat;
            background-color: transparent;
            width: 29px;
            height: 29px;
            /* temp setting until combo boxes are done */
            margin-top: -3px;
        }

            .grid .metaWrapper .navigationWrapper .goForwardButton:link,
            .grid .metaWrapper .navigationWrapper .goForwardButton:visited,
            .grid .metaWrapper .navigationWrapper .goForwardButton:active {
                background-image: url(../Images/goForwardButton.gif);
            }

            .grid .metaWrapper .navigationWrapper .goForwardButton:hover {
                background-image: url(../Images/goForwardButton_hover.gif);
            }

            .grid .metaWrapper .navigationWrapper .goBackButton:link,
            .grid .metaWrapper .navigationWrapper .goBackButton:visited,
            .grid .metaWrapper .navigationWrapper .goBackButton:active {
                background-image: url(../Images/goBackButton.gif);
            }

            .grid .metaWrapper .navigationWrapper .goBackButton:hover {
                background-image: url(../Images/goBackButton_hover.gif);
            }

        .grid .metaWrapper .navigationWrapper .currentPageLabel {
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 4px;
        }

.grid .bodyWrapper .row {
    padding: 14px 0 14px 0;
    background: #F1F1F1;
    /* IE7 */
    zoom: 1;
}

    .grid .bodyWrapper .row.even {
        background: #FBFBFB;
    }

    .grid .bodyWrapper .row .cell,
    .grid .bodyWrapper .row .vSeparator {
        float: left;
    }

    .grid .bodyWrapper .row .vSeparator {
        width: 12px;
    }

    .grid .bodyWrapper .row .cell span.data {
        color: #555555;
    }

    .grid .bodyWrapper .row .cell {
        line-height: 1.5em;
    }

.moveLeft {
    float: left;
}

#nav, #userNav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    display: block;
    clear: both;
    margin-top: 40px;
}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li, #userNav li {
        float: left;
        display: block;
        width: 130px; /*ARR*/
        background: #ccc;
        position: relative;
        z-index: 2147483636 !important;
        margin: 0 1px;
    }

        /* this is the parent menu */
        #nav li a, #userNav li a {
            display: block;
            padding: 10px 10px 0px 10px;
            font-weight: 700;
            height: 30px;
            text-decoration: none;
            color: #555555;
            text-align: center;
            border: 1px solid #CCCCCC;
            font-size: 1.2em;
            background: transparent url(../Images/keyEventsBlockBack.gif);
            background-repeat: no-repeat;
            background-size: 100%;
            background-color: white;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: normal;
        }

            #nav li a:hover, #userNav li a:hover {
                border-left: 3px solid #33737f;
                border-right: 3px solid #33737f;
                color: #33737f;
            }

    /* you can make a different style for default selected value */
    #nav a.selected, #userNav a.selected {
        color: #33737f;
        font-weight: bold;
        border-left: 3px solid #33737f;
        border-right: 3px solid #33737f;
    }

    /* submenu 1st level, it's hidden by default */
    #nav > li > ul, #userNav > li > ul {
        position: absolute;
        left: 0;
        display: none;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

    #nav > li:hover > ul {
        position: absolute;
        left: 0;
        display: block;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

    #nav > li > ul > li, #userNav > li > ul > li {
        min-width: 128px;
        width: 100%;
        white-space: nowrap;
        float: left;
        border-top: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
        -moz-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
        box-shadow: 0px 0px 5px rgba(197, 194, 189, 0.99);
    }

        /* display block will make the link fill the whole area of LI */
        #nav > li > ul > li > a, #userNav > li > ul > li > a {
            display: block;
            height: 15px;
            padding: 8px 5px;
        }

    /* submenu 2nd level and beyond, it's hidden by default */
    #nav > li > ul li > ul, #userNav > li > ul li > ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

    #nav > li > ul li:hover > ul, #userNav > li > ul li:hover > ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

    #nav > li > ul > li ul > li, #userNavnav > li > ul > li ul > li {
        min-width: 128px;
        width: 100%;
        white-space: nowrap;
        float: left;
        border-top: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
        -moz-box-shadow: 0px 0px 2px rgba(197, 194, 189, 0.99);
        box-shadow: 0px 0px 5px rgba(197, 194, 189, 0.99);
    }

        /* display block will make the link fill the whole area of LI */
        #nav > li > ul > li ul > li > a, #userNav > li > ul > li ul > li > a {
            display: block;
            height: 15px;
            padding: 8px 5px;
        }

.rightArrowIndicator {
    background-image: url(../Content/Icons/right-indicator.png) !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    background-position: 95% !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.rightArrowSelectedIndicator {
    background-image: url(../Content/Icons/right-indicator-hover.png) !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    background-position: 95% !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

#header-menu-wrapper {
    position: relative;
}

    #header-menu-wrapper.noHeaderItems {
        width: 950px;
    }

.viewDocumentsIcon {
    float: left;
    display: inline-block;
    clear: both;
}

.ajax_overlay_container {
    position: absolute !important;
    width: 100%;
    height: 100%;
    cursor: wait;
    z-index: 10000 !important;
}

.ajax_overlay {
    width: 100%;
    height: 100%;
}

.ajax_loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    z-index: 10000 !important;
}

/*--- Search Page----*/
.tabsWrapper, .title-bar {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    height: 35px;
}

    .tabsWrapper span, .title-bar span {
        display: block;
        background: transparent;
        color: white;
        height: 14px;
        padding: 0px 20px 20px 20px;
        font-size: 1.2em;
        line-height: 35px;
    }

.roundedBox #searchContent {
    padding: 30px;
    padding-bottom: 15px;
}

.roundedBox #searchResultWrapper .roundedBox {
    margin: 10px;
}

    .roundedBox #searchResultWrapper .roundedBox table {
        margin-bottom: 0px;
    }

        .roundedBox #searchResultWrapper .roundedBox table thead {
            background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
            color: #FFFFFF;
        }

.roundedBox #searchContent .formWrapper, .login-box-form {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
}

    .roundedBox #searchContent .formWrapper .row {
        clear: none;
        margin: 0px;
        margin-bottom: 10px;
    }

        .roundedBox #searchContent .formWrapper .row .leftCol,
        .roundedBox #searchContent .formWrapper .row .rightCol {
            margin-bottom: 3px;
            float: left;
        }

        .roundedBox #searchContent .formWrapper .row .leftCol {
            margin-right: 20px;
        }

            .roundedBox #searchContent .formWrapper .row .firstRow .label,
            .roundedBox #searchContent .formWrapper .row .leftCol .label,
            .roundedBox #searchContent .formWrapper .row .rightCol .label {
                padding-bottom: 5px;
                background-color: transparent;
                color: #333333;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 14px;
                float: left;
                line-height: 25px;
                width: 100px;
            }

        .roundedBox #searchContent .formWrapper .row .firstRow .label {
            font-weight: bold;
        }

        .roundedBox #searchContent .formWrapper .row .firstRow .field,
        .roundedBox #searchContent .formWrapper .row .leftCol .field,
        .roundedBox #searchContent .formWrapper .row .rightCol .field {
            float: left;
            height: 40px;
        }

            .roundedBox #searchContent .formWrapper .row .leftCol .field input,
            .roundedBox #searchContent .formWrapper .row .rightCol .field input {
                width: 200px;
            }

        .roundedBox #searchContent .formWrapper .row .firstRow select {
            width: 450px;
            margin-left: 0px;
        }

    .roundedBox #searchContent .formWrapper #inputAgencyDetails {
        width: 368px;
    }

    .roundedBox #searchContent .formWrapper label[for=inputFileNumber],
    .roundedBox #searchContent .formWrapper label[for=inputLetterPolicyNumber] {
        margin-left: 12px;
        width: 140px;
    }

    .roundedBox #searchContent .formWrapper #inputBorrower {
        width: 353px;
    }

    .roundedBox #searchContent .formWrapper #inputDateCreatedFrom,
    .roundedBox #searchContent .formWrapper #inputDateCreatedTo {
        width: 65px;
    }

    .roundedBox #searchContent .formWrapper label[for=inputDateCreatedFrom] {
        width: 36px;
    }

    .roundedBox #searchContent .formWrapper label[for=inputDateCreatedTo] {
        width: 28px;
    }

    .roundedBox #searchContent .formWrapper #labelDateCreated {
        width: 100px;
        margin-left: 12px;
    }

.roundedBox #searchContent #searchDocumentsButton {
    margin-left: 20px;
}

.roundedBox #searchContent #clearSearchScreenButton {
    margin-left: 10px;
}

.tabsWrapper.searchTabsWrapperExtended span {
    border-right: none;
    display: inline;
}

    .tabsWrapper.searchTabsWrapperExtended span.left {
        float: left;
        clear: left;
    }

    .tabsWrapper.searchTabsWrapperExtended span.right {
        float: right;
        clear: right;
    }
/*--Search Page End--*/


.labelBox {
    margin-top: -4px;
}

.searchLabelBox {
    margin-right: 10px;
}

.fieldBox {
    margin-bottom: 2px;
}

label.checkbox {
    display: block;
}

.checkbox input {
    float: left;
    height: 18px;
    vertical-align: middle;
}

.checkbox span {
    float: left;
    line-height: 19px;
    margin: 4px 0 0 0px;
}

.sectionBox .collapsableTemplate,
.templateContainer {
    margin: 0 auto;
    position: relative;
}

.form-row > div {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.form-row input {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.form-row .label5 {
    width: 150px;
}

.form-row .label8 {
    width: 520px;
}

.form-row .label6 {
    width: 160px;
}

.form-row .label7 {
    width: 170px;
}

.form-row .label4 {
    width: 130px;
}

.form-row .labelOffset3 {
    margin-left: 10px;
}

.form-row .labelOffset4 {
    margin-left: 15px;
}

.form-row .labelOffset5 {
    margin-left: 17px;
}

#header-menu-wrapper > li {
    z-index: 2147483636 !important;
}

/* View Documents CSS */
.viewDocumentTable {
    margin-bottom: 0;
}

    .viewDocumentTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.modal-header {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    color: #FFFFFF;
}

.modal-header {
    padding: 3px 15px;
}

h3 {
    font-size: 21px;
}

.modal-footer {
    padding: 5px 15px;
}

.documentTypeDropdown {
    margin-top: 9px;
    margin-left: 20px;
}

.create-otl-link {
    color: #0088CC;
    text-decoration: none;
    margin-left: 5px;
}

    .create-otl-link:hover {
        color: #005580;
        text-decoration: underline;
        cursor: pointer;
    }

.link {
    color: #0088CC;
    text-decoration: none;
}

    .link:hover {
        color: #005580;
        text-decoration: underline;
        cursor: pointer;
    }

.linkDisable {
    color: lightslategray !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default !important;
}

.fileUploadFileName {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.lblIsPrivate {
    width: 70px;
}

.table-fixed-layout {
    table-layout: fixed;
}

    .table-fixed-layout td {
        word-wrap: break-word;
    }

        .table-fixed-layout td.tdPlus {
            vertical-align: middle !important;
        }

            .table-fixed-layout td.tdPlus span.expand, .table-fixed-layout td.tdPlus span.collapse {
                margin-top: -20px;
            }

.table tbody tr td input[type="radio"], input[type="checkbox"] {
    margin: 0px;
}

.table-hover tbody tr.highlighted > td,
.table-hover tbody tr.highlighted > th {
    background-color: #DBEDC7;
}
/* END View Documents CSS */

#editTabs-1,
#editTabs-2,
#editTabs-3,
#editTabs-4 {
    width: 80%;
    margin: 0 auto;
}

#inputReasonWrapper {
    width: 90%;
    margin: 0 auto;
}

#createJacketTemplate .requiredField {
    font-weight: bold !important;
    font-size: 13px !important;
}

.requiredField {
    font-weight: bold !important;
    font-size: 0.9em !important;
}

    .requiredField input {
        border: 1px solid #333333 !important;
    }

#createJacketTemplate span.jacketTitleSpan {
    display: block;
    background: transparent;
    color: white;
    height: 0px;
    padding: 2px 20px 25px 5px;
    font-size: 1.2em;
    font-weight: normal !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#createCplTemplate .requiredField {
    font-size: 14px !important;
}


#createCplTemplate select#inputCplPropertyType {
    width: 116px;
}

.propertyTypeSpacer {
    width: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.defoultIcon {
    background: url("../Images/orderDocs_default.gif") no-repeat scroll 0 0 transparent;
    height: 25px;
    left: 15px;
    position: absolute;
    width: 30px;
    display: block !important;
}

.icon {
    background: url("../Images/orderDocs_newItems.gif") no-repeat scroll 0 0 transparent;
    height: 25px;
    left: 15px;
    position: absolute;
    width: 29px;
    display: block !important;
}

.documentsCounter {
    color: white;
    font-size: 8.8px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

::selection {
    color: #33737f;
}

::-moz-selection {
    color: #33737f;
}

.resetFormWrapper {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
}

span.resetFormWrapper a {
    text-decoration: none;
    color: #33737f;
}

input, select {
    font-size: 11.5px !important;
    outline: none !important;
}

.inputElementErrorDecorator {
    border: solid 1px #ae4136 !important;
    background-color: #ffe0e0 !important;
}

.inputElementWarningDecorator {
    background-color: #ffe0e0 !important;
    color: #ae4136 !important;
}

.inputElementErrorDecorator.select2-container {
    border: none !important;
}

    .inputElementErrorDecorator.select2-container a.select2-choice {
        border: solid 1px #ae4136 !important;
        background-color: #ffe0e0 !important;
    }

    .inputElementErrorDecorator.select2-container a.select2-choice {
        border: solid 1px #ae4136 !important;
        background-color: #ffe0e0 !important;
    }

.validationMessage {
    display: inline;
    zoom: 1;
    *display: inline;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    margin-left: 2px;
    background-color: #ae4136;
    color: #FFFFFF;
    font-size: 10px;
    margin-top: 8px;
    padding: 1px 5px 2px 5px;
    position: absolute;
    line-height: 1.2;
    height: 12px;
}

#createJacketTemplate .validationMessage {
    position: fixed !important;
}

div.inline-controls {
    clear: both;
    float: none;
    position: relative;
    height: 35px;
}

    div.inline-controls input {
        position: absolute;
        top: 1px;
    }

    div.inline-controls label {
        display: block;
        margin-left: 20px;
        width: 200px;
    }

    div.inline-controls input[type=text] {
        margin-left: 140px;
        width: 60px;
        margin-top: -5px;
    }

.percentage.input_text {
    background: white url(../Images/percentage.png) no-repeat 62% 9px;
    padding-right: 17px;
}

.full-width-jacket-div {
    width: 762px;
    display: block;
}

.invalid-data-error-message {
    width: 100%;
    color: #ffffff;
    height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #ae4136;
    border-radius: 4px;
    margin-top: 5px;
    line-height: 30px;
}

#upperCalculateEndorsementButton,
#editUpperCalculateEndorsementButton {
    margin-bottom: 5px;
}

#modalEndorsments {
    width: 800px;
    /*left: 830px;*/
    margin-left: -400px;
}

#endorsementsListWrapper,
#editEndorsementsListWrapper {
    width: 700px;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.endorsementItem {
    line-height: 1.5em;
    float: left;
    display: inline;
    width: 50%;
}

input.endorsementsAmountDisabled {
    /* We set font-size to 0 in order to hide value from input box when endorsement is not checked (this is done since input is binded to model) */
    font-size: 0px !important;
    background-image: none !important;
}

.basicEndorsement {
    width: 71px !important;
}

select:disabled, input[type=text]:disabled {
    background-color: #eee;
    border-color: #a4a4a4;
}

.btn-custom-darken-min {
    height: 24px;
    font-size: 11px !important;
    padding: 2px;
    padding-top: 1px !important;
}

.total-label {
    font-weight: bold;
    color: #555555;
}

#execptionalEndorsementListWrapper,
#editExecptionalEndorsementListWrapper {
    margin-left: 34px;
}

    #execptionalEndorsementListWrapper .endorsementItem {
        float: left;
        clear: both;
    }

#fullEndorsementsListWrapper,
#fullEndorsementsListWrapper {
    margin-left: 34px;
}

    #fullEndorsementsListWrapper .endorsementItem {
        float: left;
        clear: both;
    }

.input_text.exceptionText {
    margin-left: 20px !important;
    width: 352px !important;
}

.upperTitle {
    margin-left: 240px !important;
    font-size: 12px;
}

.cke_skin_kama .cke_wrapper {
    background-color: #3e666d !important;
}

.actionButton {
    width: 26px;
    background-repeat: no-repeat;
    background-position: center top;
    vertical-align: bottom;
    cursor: pointer;
}

.previous {
    background-image: url('../Images/goBackButton.gif');
    float: right;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    height: 34px;
    margin-top: -3px;
    width: 29px;
}

    .previous:hover {
        background-image: url('../Images/goBackButton_hover.gif');
        float: right;
        background-color: transparent;
        background-position: left top;
        background-repeat: no-repeat;
        height: 34px;
        margin-top: -3px;
        width: 29px;
    }

    .previous.disabled {
        background-image: url('../Images/goBackButton_disabled.png');
        cursor: default;
    }


.next {
    background-image: url('../Images/goForwardButton.gif');
    float: right;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    height: 34px;
    margin-top: -3px;
    width: 29px;
}

    .next:hover {
        background-image: url('../Images/goForwardButton_hover.gif');
        float: right;
        background-color: transparent;
        background-position: left top;
        background-repeat: no-repeat;
        height: 34px;
        margin-top: -3px;
        width: 29px;
    }

    .next.disabled {
        background-image: url('../Images/goForwardButton_disabled.png');
        cursor: default;
    }

.pages {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: 100%;
}

.control {
    float: left;
    margin-right: 5px;
}

/* Login box */

.sectionBox#loginSection {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 628px;
}
    /*.sectionBox#loginSection .sectionBody
{
height: 329px;  
}*/
    .sectionBox#loginSection .sectionBody {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: auto;
        min-height: 329px;
    }

        .sectionBox#loginSection .sectionBody #padlock {
            float: left;
            width: 51px;
            height: 154px;
            margin-top: 95px;
            margin-left: 60px;
            background: transparent url(../Images/padlock.gif) no-repeat left top;
        }

        .sectionBox#loginSection .sectionBody #loginFormWrapper {
            float: left;
            margin-left: 70px;
            padding-top: 43px;
            width: 411px;
        }

            .sectionBox#loginSection .sectionBody #loginFormWrapper h1 {
                font-weight: bold;
                font-size: 1.8em;
                margin-bottom: 20px;
                margin-left: 77px;
            }

    .sectionBox#loginSection .row#passwordRow {
        margin-bottom: 10px;
    }

    .sectionBox#loginSection .row#additionalSettingsRow {
        margin-bottom: 15px;
    }

    .sectionBox#loginSection .row .label {
        font-size: 14px;
        width: 78px;
        color: #333333;
        font-weight: normal;
        background-color: transparent;
    }

    .sectionBox#loginSection .row#usernameRow {
        margin-bottom: 15px;
    }

        .sectionBox#loginSection .row#usernameRow .field,
        .sectionBox#loginSection .row#passwordRow .field {
            margin-left: 78px;
            padding-left: 15px;
        }

    .sectionBox#loginSection .row .input_text {
        width: 198px;
    }

    .sectionBox#loginSection #rememberMeWrapper {
        float: left;
        margin-left: 60px;
    }

        .sectionBox#loginSection #rememberMeWrapper .field {
            width: 18px;
            margin-left: 0;
            float: left;
        }

        .sectionBox#loginSection #rememberMeWrapper .label {
            width: 150px;
            background-color: transparent;
            /*font-size:0.95em;*/
        }

    .sectionBox#loginSection #forgotPasswordLink {
        display: block;
        float: left;
        margin-left: 0px;
    }

#checkBoxRememberMe {
    margin: 5px;
}

.sectionBox#loginSection .row#loginButtonRow {
    margin-bottom: 35px;
    margin-left: 75px;
}
/*.sectionBox#loginSection .row#loginButtonRow input,
.sectionBox#forgotPasswordSection .row#emailButtonRow input,
.sectionBox#forgotPasswordSentSection .row#passwordSentButton input
{
display: block;
width: 82px;
height: 31px;
background-repeat: no-repeat;
background-position: left top;
background-color: transparent;
padding: 5px 18px 8px;
color: White;
text-decoration: none;
text-align: center; 
background-image: url(../Content/Images/loginButton.gif);
border: none;
cursor: pointer;
}*/
/*.sectionBox#loginSection .row#loginButtonRow input:hover,
.sectionBox#forgotPasswordSection .row#emailButtonRow input:hover, 
.sectionBox#forgotPasswordSentSection input:hover
{
background-image: url(../Content/Images/loginButton_hover.gif);
text-decoration: none;
}*/

.documentIsNew {
    background-image: url("../Images/new_document_check_mark.png");
    background-position: 4px center;
    background-repeat: no-repeat;
}

.modal {
    z-index: 2147483638 !important;
}

.modal-backdrop {
    z-index: 2147483637 !important;
}

.modal.fade.in {
    top: 40% !important;
}

.confirm-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483637 !important;
    background-color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=80);
}

.labelBox-searchDocument {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-searchDocument-createdAfter {
    width: 100px;
    display: inline-block;
    padding-left: 20px;
    zoom: 1;
    *display: inline;
}

.labelBox-searchReinsurance {
    width: 118px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.dropDownFieldLarge-searchDocument {
    width: 713px !important;
}

.inputField-searchDocument {
    width: 270px !important;
    margin-bottom: 0 !important;
}

.currency.inputField-searchReinsurance {
    background: white url(../Images/dollar.gif) no-repeat 5px 8px;
    padding-left: 17px;
    width: 196px !important;
}

.inputField-searchReinsurance {
    width: 207px !important;
    margin-bottom: 0 !important;
}

.dropDownField-searchDocument {
    width: 285px !important;
}

.documentDropDownFiled {
    margin-left: 10px;
    width: 450px;
    float: left;
}

.searchDocumentFiled {
    float: right;
    margin-right: 5px;
}

.searchDocumentTxt {
    margin-top: 9px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    width: 150px;
}

.editDocumentModalValidation > div {
    max-width: 300px;
}

#taxYearControlWrapper {
    margin-bottom: 10px;
}

.viewDocumentBox {
    float: left;
    width: 100%;
}

.noDocumentsBox {
    font-weight: bold;
    text-align: center;
    margin: 60px 20px 20px;
}

#errorMessageModal.errorMessageContent {
    margin: 25px 5px;
}

.createJacketWrapper {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
}

.createJacketWrapperClear {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: right;
}

    .createJacketWrapperClear button#newJacketButton {
        margin: 10px;
    }

.editJacketWrapper {
    display: none;
    zoom: 1;
    *display: inline;
}

#createJacketTemplate .topMargined {
    margin-top: 6px;
}

#createJacketTemplate div .modal-body {
    margin: 5px 5px;
}

#createJacketTemplate .roundedBox #messageBlock {
    margin: 10px;
    display: none;
}

#createJacketTemplate #policiesContainer {
    padding: 1em 1.4em;
    font-size: 0.9em !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.jacketEndorsementsDisclaimer {
    position: static;
    padding: 10px 30px 0px 30px;
    margin: 20px 37px 0px 20px;
}

#createJacketTemplate #policiesContainer #btnAddPolicyJacket {
    height: 24px;
    font-size: 12px;
    padding: 5px;
    margin: 0;
    line-height: 12px;
    margin-top: 10px;
}

.hiddenTemplate {
    display: none;
}

.showTemplate {
    display: block;
}

.customHeightTemplate {
    width: 810px !important;
}

select.input-large {
    width: 594px !important;
}

input.input-large {
    width: 580px !important;
}

.label-short {
    width: 61px;
}

.label-medium {
    width: 119px;
}

.label-medium-attorney {
    width: 148px!important;
    padding-left: 15px!important;
}

div.form-inline {
    margin-bottom: 5px;
}

.input-medium-large {
    width: 150px;
}

    .input-medium-large.currency {
        width: 139px;
    }

.input-medium-medium {
    width: 79px;
}

.alignTextRight {
    text-align: right;
}

.alignToRight {
    float: right;
}

.alignToLeft {
    float: left;
}

.input-large-small {
    width: 180px;
}

.label-large {
    width: 200px;
}

.label-extra-large {
    width: 270px;
}

.label-small {
    width: 115px;
}

.label-small-small {
    margin: 0px!important;
    padding-left: 10px!important;
    width: 50px!important;
    text-align: left;
    margin-left: 70px;
    padding-top: 0px;
}

.label-small-small-small {
    margin: 0px!important;
    padding-left: 10px!important;
    width: 30px!important;
    text-align: left;
    margin-left: 70px;
    padding-top: 0px;
}

.input-large-medium {
    width: 500px;
}

.input-small-large {
    width: 233px;
}

.input-medium-small {
    width: 340px;
}

.input-small-medium {
    width: 113px;
}

.label-long {
    width: 165px;
}

.input-large-short {
    width: 509px;
}

.input-large-fit-icon {
    width: 520px;
}

.rightspacemedium {
    margin-right: 20px;
}

#createJacketTemplate select#selectBoxAgencyDetailsJacket {
    margin-left: 3px;
    width: 638px;
}

#createJacketTemplate input#inputFileNumber {
    width: 109px;
}

#createJacketTemplate label#lblFileNumber {
    width: 123px;
}

#createJacketTemplate select#inputPropertyType {
    width: 200px;
}

#createJacketTemplate select#inputPropertyState {
    width: 156px;
}

#createJacketTemplate #generalInfoContainer {
}

#createJacketTemplate #spSimoCheckboxes {
    display: inline; /* Change to inline-block when SIMO checkboxes are reqir*/
    float: right;
}

#createJacketTemplate label.jacketType {
    width: 119px;
}

#createJacketTemplate label.propertyType {
    width: 105px;
    margin-left: 2px;
}

#createJacketTemplate label.jacketTypeWide {
    width: 391px;
}

#createJacketTemplate #spPolicyTime {
    margin-left: 24px;
}

#createJacketTemplate #spPolicyPremium {
    float: right;
    margin-right: 12px;
}

#createJacketTemplate #spMortgageAmount {
    margin-right: 12px;
}

#createJacketTemplate #spRiskRatePremiumRrp, #createJacketTemplate #spRiskRatePremium {
    float: right;
    margin-right: 12px;
}

.marginRight12 {
    margin-right: 12px;
}

.floatElementRight {
    float: right;
}

#createJacketTemplate select.inputJacketType {
    width: 365px;
}

#createJacketTemplate input.policyDateInput {
    margin-left: 12px;
}

#createJacketTemplate .clearPolicyIcon {
    background: url(../Content/Icons/cancel_property.png);
    height: 22px;
    width: 22px;
    border: #33737f;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: 30px;
}

#createJacketTemplate button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#createJacketTemplate .redText {
    color: #ae4136;
}

#createJacketTemplate .greenText {
    color: #2d6670;
}

#createJacketTemplate .orangeText {
    color: #996600;
}

#createJacketTemplate .defaultText {
    color: #333333;
}

#createJacketTemplate label#lblLiability {
    width: 122px;
}

#createJacketTemplate input.inputPolicyPremium,
#createJacketTemplate input.inputLiability,
#createJacketTemplate input.inputMortgageAmount,
#createJacketTemplate input.inputMortgageAmountRrp,
#createJacketTemplate input.inputRiskRatePremium,
#createJacketTemplate input.inputPriorPolicyLiabilityAmount {
    width: 97px;
}

#createJacketTemplate label#lblPolicyDate,
#createJacketTemplate label#lblMorgageDate,
#createJacketTemplate label#lblStatisticalCode {
    width: 109px !important;
}

#createJacketTemplate label#lblPolicyTime,
#createJacketTemplate label#lblMorgageAmount,
#createJacketTemplate label#lblMorgageAmountRrp,
#createJacketTemplate label#lblRiskRatePremiumRrp {
    width: 147px;
}

#createJacketTemplate input.inputLoanNumber {
    width: 143px;
}

#createJacketTemplate select.inputStatisticalCode {
    width: 640px;
    margin-left: 12px;
}

#createJacketTemplate input#inputAddress1,
#createJacketTemplate input#inputAddress2,
#createJacketTemplate input#inputEmailList,
#createJacketTemplate input#inputFaxList {
    width: 627px;
}

#createJacketTemplate input.inputBorrowerNames,
#createJacketTemplate input.inputInsuredNames {
    width: 567px;
}

#createJacketTemplate .buttonAddendumEndorsements {
    width: 160px;
}

    #createJacketTemplate .buttonAddendumEndorsements.error {
        background: #ae4136;
    }

#createJacketTemplate input#txtEndorsmentsList {
    width: 585px;
}

#createJacketTemplate .badge-white {
    background-color: #FFF;
    color: #000;
    font-size: 9px !important;
}

#createJacketTemplate .otherInfoText {
    width: 625px !important;
}

#createJacketTemplate select.inputInsuredClauses {
    width: 641px;
}

#createJacketTemplate input#inputJacketZip,
#createJacketTemplate input#inputCity-txt {
    width: 100px;
}

#createJacketTemplate label#lblCity-ddl,
#createJacketTemplate label#lblCity-txt {
    width: 50px;
}

select#inputState {
    width: 60px;
}

#createJacketTemplate label#lblInputState {
    width: 40px;
    text-align: left;
    margin-left: 7px;
}

#createJacketTemplate label#lblInputCounty-ddl,
#createJacketTemplate label#lblInputCounty-txt {
    width: 70px;
}

#createJacketTemplate input#inputCounty-txt {
    width: 100px;
}

#createJacketTemplate select#inputCity-ddl {
    width: 120px;
}

#createJacketTemplate select#inputCounty-ddl {
    width: 120px;
}

#createJacketTemplate label#lblStateName {
    width: 156px;
}


#createJacketTemplate hr {
    margin: 10px 0;
}

/*--- OTL ----*/

/*--- Create OTL Request----*/
#CreateOverlimitRequestHeader, #CreateOverlimitRequest {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

#OverlimitRequest .requiredField {
    font-size: 1em !important;
}

#OverlimitRequest .formControlsContainer,
#OverlimitApproval .formControlsContainer {
    padding: 1em 1.4em;
}

#OverlimitRequest .alignTextLeftMargin {
    text-align: left;
    margin-left: 123px;
}

#OverlimitRequest input.input-fullLine-width,
#OverlimitRequest select.input-fullLine-width {
    width: 573px;
}

#OverlimitRequest input.input-fullLine-width-withMargin,
#OverlimitRequest select.input-fullLine-width-withMargin {
    width: 580px;
}

#OverlimitRequest input.input-halfLine-width {
    width: 220px;
}

    #OverlimitRequest input.input-halfLine-width.currency {
        width: 209px;
    }

#OverlimitRequest select.input-halfLine-width {
    width: 234px;
}

#OverlimitRequest label.question-medium-width {
    width: 510px;
}

#OverlimitRequest label.question-small-width {
    width: 210px;
}

#OverlimitRequest textarea {
    width: 702px;
    min-width: 702px;
    max-width: 702px;
    max-height: 212px;
}

#OverlimitRequest input[type=radio] {
    margin-top: 0px;
}

#OverlimitRequest .radioLabelYes, .radioLabelNo, .radioLabel {
    margin-right: 20px;
    min-width: 20px;
    max-width: 80px;
    display: inline;
}

#OverlimitRequest .radioButtons {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#OverlimitRequest .actionButton {
    min-width: 140px;
}

#OverlimitRequest .select-medium {
    width: 354px;
}

#OverlimitRequest .privateNote {
    display: inline-block;
    width: 60px;
}

    #OverlimitRequest .privateNote.checkbox,
    #OverlimitRequest .privateNote.label {
        margin-top: 0px !important;
    }

#OverlimitRequest .viewDocumentTable tr > td > div.noteIcon {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 4px;
    background: url(../Content/Icons/cllipboardTransparent.png) no-repeat center;
    background-size: 16px 16px;
}

#OverlimitRequest .viewDocumentTable tr > td > div.notePreview {
    display: none;
    width: 650px;
    margin-left: 20px;
    margin-right: 20px;
}

#OverlimitRequest .viewDocumentTable tr > td > a.fileUploadFileName {
    width: 480px;
    margin-top: 5px;
}

#OverlimitRequest .viewDocumentTable tr > td > label.sendViaEmailBtn {
    margin-top: 4px;
    color: #33737f;
}

.createOtlRequestViewDocuments {
    margin-left: 20px;
    width: 717px;
}

/*--- Create OTL Request End ----*/

/*--- Shared CSS for multiple OTL forms  ----*/
.documentInfo {
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.docRemoveLink {
    float: right;
    width: 25px;
}

#uploadFilesButton {
    margin-top: 17px;
}

.removeDocumentLink {
    background-image: url("../Images/document_remove.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    margin-left: 15px;
    position: absolute;
    width: 25px;
}

.fileinput-button input {
    cursor: pointer;
    font-size: 18px;
    height: 32px;
    filter: alpha(opacity= 0);
    opacity: 0;
    position: relative;
    text-align: right;
    width: 106px;
    z-index: 2;
}

.sectionItem {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .sectionItem:before {
        white-space: pre;
        content: '\00a0';
    }

.sectionItem1 {
    display: block;
    margin-bottom: 7px;
    margin-top: 17px;
}


.expandableTableCell {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breakedWordTableCell {
    word-wrap: break-word;
    max-width: 506px;
}
/*--- Shared CSS for multiple OTL forms End ----*/

/*--- OTL Search ----*/
.Submitted {
    background-color: grey;
}

.NotApproved {
    background-color: lightblue;
}

.NeedMoreInfo {
    background-color: lightgoldenrodyellow;
}

.Approved {
    background-color: silver;
}

#searchOverlimitRequestsButton {
    margin: 10px;
}
/*--- OTL Search End ----*/

/*--- OTL Approve ----*/
#approveTableNotes {
    width: 790px;
    table-layout: fixed;
}

#OverlimitApproval .actionButton {
    min-width: 145px;
}
/*--- OTL Approve End ----*/

/*--- Short OTL Documents ----*/
.short-otl-documents-container {
    margin-top: 10px;
}

.upload-documents-header {
    margin-bottom: 0;
}

.upload-documents-header .toggleBar {
    padding: 5px 10px 5px 20px;
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.upload-documents-header .toggleBar:hover {
    background-color: #ddd;
}

.upload-documents-header .toggleBar.expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.short-otl-sections {
    margin-top: 0;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.otl-doc-section {
    margin: 0;
    border: none;
}

.otl-doc-section:last-child .toggleBar {
    border-bottom: none;
}

.otl-doc-section .toggleBar {
    padding: 5px 10px 5px 30px !important;
    margin: 0 !important;
    background-color: #f5f5f5;
    background-image: url("../Images/bullet_plus.png") !important;
    background-repeat: no-repeat;
    background-position: 5px center !important;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.otl-doc-section .toggleBar:hover {
    background-color: #eee;
}

.otl-doc-section .toggleBar.expanded {
    background-color: #eaeaea;
    background-image: url("../Images/bullet_minus.png") !important;
}

.otl-doc-section .toggleBar.dragover {
    background-color: #e7f3ff;
}

.otl-doc-section .section-title {
    color: #2a7d8c;
    font-weight: bold;
    margin-left: 6px;
}

.otl-doc-section .doc-count {
    color: #666;
    font-weight: normal;
    margin-left: 3px;
}

.otl-doc-section .toggleContent {
    padding: 8px 12px;
    background-color: #fff;
}

.upload-section-content {
    padding: 0;
}

.short-otl-upload-form .fileupload-buttonbar {
    margin-left: 0;
    margin-right: 0;
}

.short-otl-upload-form .viewDocumentTable {
    margin-top: 5px;
    margin-bottom: 0;
}

.short-otl-upload-form #fileUploadSaveBtn {
    display: none !important;
}

.otl-doc-action-btn {
    padding: 2px 6px;
    margin-left: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.otl-doc-action-btn:hover {
    opacity: 0.7;
}

.upload-documents-header .toggleBar.validation-error {
    border-color: #b94a48;
    background-color: #f2dede;
}

.upload-validation-error {
    color: #b94a48;
    font-size: 10px;
    font-weight: normal;
    margin-left: 8px;
}

.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: default;
}

.header-action-btn {
    position: relative;
    padding: 4px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #2a7d8c;
    transition: all 0.15s ease;
    line-height: 1;
}

.header-action-btn:hover {
    background-color: rgba(42, 125, 140, 0.15);
    color: #1a5d6c;
}

.header-action-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.header-action-btn.disabled .quick-upload-input {
    display: none;
}

.header-action-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

.header-action-btn.upload-btn {
    position: relative;
    overflow: visible;
}

.header-action-btn.upload-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 24px;
    opacity: 0.01;
    cursor: pointer;
    z-index: 20;
}

.header-action-btn.upload-btn svg {
    pointer-events: none;
}

.short-otl-file-table {
    margin-bottom: 0;
}

.short-otl-file-table tbody:empty {
    display: none;
}

.short-otl-file-table:has(tbody:empty) {
    display: none;
}

.upload-documents-info {
    background-color: #f0f7fa;
    border: 1px solid #d4e5eb;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 5px 0;
    font-size: 11px;
    color: #555;
}

.upload-documents-info i {
    color: #2a7d8c;
    margin-right: 6px;
}
/*--- Short OTL Documents End ----*/

/*--- OTL End ----*/

/*--- Create OTL Request----*/
#CreateOverlimitRequestHeader, #CreateOverlimitRequest {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
/*--- Create OTL Request End ----*/

.tabErrorNotification {
    background-image: url(../Images/document_new_info.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px !important;
}

.sectionBox#changePasswordSection {
    margin-top: 100px;
    margin-bottom: 178px;
    margin-left: auto;
    margin-right: auto;
    width: 628px;
}

    .sectionBox#changePasswordSection .sectionBody {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: auto;
        min-height: 329px;
    }

        .sectionBox#changePasswordSection .sectionBody #padlock {
            float: left;
            width: 51px;
            height: 154px;
            margin-top: 30px;
            margin-left: 60px;
            background: transparent url(../Images/padlock.gif) no-repeat left top;
        }

        .sectionBox#changePasswordSection .sectionBody #changePasswordFormWrapper {
            float: left;
            margin-left: 70px;
            padding-top: 10px;
            width: 411px;
        }

            .sectionBox#changePasswordSection .sectionBody #changePasswordFormWrapper h1 {
                font-weight: bold;
                font-size: 1.8em;
                margin-bottom: 20px;
                margin-left: 77px;
            }

    .sectionBox#changePasswordSection .row#oldPasswordRow {
        margin-bottom: 25px;
    }

    .sectionBox#changePasswordSection .row#newPasswordRow {
        margin-bottom: 25px;
    }

    .sectionBox#changePasswordSection .row#confirmPasswordRow {
        margin-bottom: 25px;
    }

    .sectionBox#changePasswordSection .row .label {
        font-size: 14px;
        width: 170px;
        color: #333333;
        font-weight: normal;
        background-color: transparent;
    }

    .sectionBox#changePasswordSection .row#oldPasswordRow .field,
    .sectionBox#changePasswordSection .row#newPasswordRow .field,
    .sectionBox#changePasswordSection .row#confirmPasswordRow .field {
        margin-left: 150px;
        padding-left: 15px;
    }

    .sectionBox#changePasswordSection .row .input_oldPassword,
    .sectionBox#changePasswordSection .row .input_newPassword,
    .sectionBox#changePasswordSection .row .input_confirmPassword {
        width: 198px;
    }

    .sectionBox#changePasswordSection .row#changePasswordButton {
        margin-bottom: 35px;
        margin-left: 75px;
    }

    .sectionBox#changePasswordSection .row#changePwdMessageRoles {
        margin: 10px;
        font-size: 13px;
    }

.sectionBox#forgotPasswordSection {
    margin-top: 100px;
    margin-bottom: 178px;
    margin-left: auto;
    margin-right: auto;
    width: 628px;
}

    .sectionBox#forgotPasswordSection .sectionBody {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: auto;
        min-height: 329px;
    }

        .sectionBox#forgotPasswordSection .sectionBody #padlock {
            float: left;
            width: 51px;
            height: 154px;
            margin-top: 45px;
            margin-left: 60px;
            background: transparent url(../Images/padlock.gif) no-repeat left top;
        }

        .sectionBox#forgotPasswordSection .sectionBody #forgotPasswordFormWrapper {
            float: left;
            margin-left: 70px;
            padding-top: 50px;
            width: 411px;
        }

            .sectionBox#forgotPasswordSection .sectionBody #forgotPasswordFormWrapper h1 {
                font-weight: bold;
                font-size: 1.8em;
                margin-bottom: 20px;
                margin-left: 77px;
            }

    .sectionBox#forgotPasswordSection .row#userNameRow {
        margin-bottom: 15px;
    }

    .sectionBox#forgotPasswordSection .row#forgotPwdEmailRow {
        margin-bottom: 15px;
    }

    .sectionBox#forgotPasswordSection .row .label {
        font-size: 14px;
        width: 110px;
        color: #333333;
        font-weight: normal;
        background-color: transparent;
    }

    .sectionBox#forgotPasswordSection .row#userNameRow .field,
    .sectionBox#forgotPasswordSection .row#forgotPwdEmailRow .field {
        margin-left: 100px;
        padding-left: 15px;
    }

    .sectionBox#forgotPasswordSection .row .input_forgotPwdUserName,
    .sectionBox#forgotPasswordSection .row .input_forgotPwdEmail {
        width: 225px;
    }

    .sectionBox#forgotPasswordSection .row#sendPasswordButton {
        margin-bottom: 35px;
        margin-left: 75px;
    }

    .sectionBox#forgotPasswordSection #sendPasswordBtnRow {
        padding-left: 93px;
        margin-top: 40px;
    }

    .sectionBox#forgotPasswordSection #forgotPwdMessageRoles {
        margin: 10px;
        font-size: 13px;
        text-align: center;
    }

    .sectionBox#forgotPasswordSection .btnBack {
        cursor: pointer;
        float: right;
        margin-right: 80px;
        margin-top: 5px;
    }

#createCplContent {
    padding: 1em 1.4em;
}

    #createCplContent .content-full-width {
        width: 635px;
    }

    #createCplContent .btn-offset {
        margin-left: 5px;
    }

    #createCplContent .roundedBox #tabsWrapper {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        height: 35px;
    }

        #createCplContent .roundedBox #tabsWrapper span {
            display: block;
            background: transparent;
            color: white;
            height: 14px;
            padding: 0px 20px 20px 20px;
            border-right: 2px solid #52696E;
            font-size: 1.2em;
            line-height: 35px;
        }

    #createCplContent .alignTextRight {
        text-align: right;
    }

    #createCplContent .rightRowLabel {
        width: 35px;
    }

    #createCplContent .alignTextLeft {
        text-align: left;
    }

    #createCplContent .alignTextLeftMargin {
        text-align: left;
        margin-left: 123px;
        padding-top: 0px;
    }

    #createCplContent .alignTextLeftMarginAttorney {
        text-align: left;
        margin-left: 40px;
        padding-top: 0px;
        width: 115px!important;
    }

    #createCplContent #lblAttorneyZip, #inputAttorneyFax, #inputAttorneyEmail{
        padding-left: 2px!important;
        padding-right: 2px!important;
    }

    #createCplContent #inputAttorneyCity-ddl, #inputAttorneyCity-txt{
        width: 140px!important;
    }

    #createCplContent .alignTextLeftMargin-45,
    #lendersSelectContent .alignTextLeftMargin-45 {
        text-align: left;
        margin-left: 45px;
    }

    #createCplContent #lendersSelectContent,
    #componentLenderModal #lendersSelectContent {
        margin-bottom: 15px;
    }


    #createCplContent .inline-controls {
        clear: both;
        float: none;
        position: relative;
        height: 35px;
    }

        #createCplContent .inline-controls input {
            position: absolute;
            top: 1px;
        }

        #createCplContent .inline-controls label {
            display: block;
            margin-left: 20px;
            width: 200px;
        }

        #createCplContent .inline-controls input[type=text] {
            margin-left: 140px;
            width: 60px;
            margin-top: -5px;
        }

    #createCplContent .additional-ref {
        width: 600px !important;
    }

    #createCplContent .select-lerge {
        width: 514px;
    }

    #createCplContent .select-medium-large {
        width: 434px;
    }

    #createCplContent .select-medium {
        width: 390px;
    }

    #createCplContent .select-small-medium {
        width: 304px;
    }

    #createCplContent .select-min-small-medium {
        width: 266px;
    }

    #createCplContent .select-min-small {
        width: 150px;
    }

    #createCplContent .select-min, #addAttorneyContent .select-min {
        width: 174px;
    }

    #createCplContent .input-small {
        width: 252px;
    }

    #createCplContent .input-small-large {
        width: 339px;
    }

    #createCplContent .input-min-small {
        width: 96px;
    }

    #createCplContent .input-small-small {
        width: 160px;
    }

    #createCplContent #inputAttorneyEmail {
        width: 203px!important;
    }

    #createCplContent .input-small-small-small {
        width: 109.5px;
    }  

    #createCplContent .input-medium {
        width: 420px;
    }

    #createCplContent .input-medium-small {
        width: 376px;
    }

    #createCplContent .input-medium-small-covered-party {
        width: 583px;
    }

    #createCplContent .input-medium-min-small {
        width: 495px;
    }

    #createCplContent .input-large-medium {
        width: 499px;
    }

    #createCplContent .currency.input-large-medium {
        width: 489px;
    }

    #createCplContent .label-small {
        width: 120px;
    }

    #createCplContent .label-min-small {
        width: 80px;
    }

    #createCplContent #inputFileNumberCpl {
        width: 181px;
        margin-left: 0px !important;
    }

    #createCplContent #inputPurchasePrice {
        width: 170px;
        margin-left: 0px !important;
    }

    #createCplContent #lblPurchasePrice {
        width: 110px;
        padding-right: 8px;
    }

    #createCplContent #lblInputFileNumberCpl {
        margin-left: 10px;
        width: 110px;
        padding-right: 8px;
    }

    #createCplContent #inputPropertyType {
        width: 318px;
    }

    #createCplContent #inputLiabilityAmount {
        width: 169px;
    }

    #createCplContent #inputPropertyState {
        width: 170px;
    }

    #createCplContent #inputTransactionLimit {
        width: 189px;
    }

    #createCplContent #lIncluteDelivery {
        float: left;
        width: 200px;
        margin-top: 2px;
    }

    #createCplContent #lAddToFavorites {
        width: 254px;
    }

    #createCplContent #inputAddToFavorites {
        margin-right: 5px;
        margin-left: 26px !important;
    }

    #createCplContent #attorneyFavoritesContent {
        margin-left: 4px;
        margin-bottom: 15px;
    }

    #createCplContent #lAddAttorneyFavorite {
        padding-top: 5px !important;
    }

    #createCplContent #lRemoveAttorneyFavorite {
        padding-top: 5px;
    }

    #createCplContent #addNewBorrowerButton {
        margin-left: 20px;
    }

    #createCplContent #lAttornyIncluteDelivery {
        float: left;
        width: 200px;
        margin-top: 2px;
    }

    #createCplContent #addAttorneyToFavoritesContent {
        margin-left: 125px;
        float: left;
    }

    #createCplContent #addAttorneyToNewAttorneyRequest {
        margin-left: 125px;
        float: left;
    }

    #createCplContent #lblInputCoveredParties {
        width: 156px;
        padding-left: 7px;
        padding-top: 10px;
    }

    #createCplContent #inputCity-ddl {
        width: 180px;
    }

    #createCplContent #inputCity {
        max-width: 166px !important;
    }

    #createCplContent #lblInputState {
        padding-left: 15px;
    }

    #createCplContent #lblCity {
        padding-left: 15px;
    }

    #createCplContent #inputMortgageeClause {
        width: 603px !important;
    }

    #createCplContent #lAddLenderToFavorites {
        padding: 0px 15px 0 13px;
    }

    #createCplContent #inputLender {
        width: 683px !important;
    }

    #createCplContent #lbInputLenderCityDdl {
        width: 36px;
    }

    #createCplContent #lbInputLenderCityTxt {
        width: 36px;
    }

    #createCplContent #inputLenderPhone {
        width: 135px;
    }

    #createCplContent #addSecondLenderButton {
        margin-left: 8px !important;
        margin-top: 5px;
    }

    #createCplContent #lbInputLender {
        width: 75px !important;
        margin-left: 8px;
    }

    #createCplContent #lbInputAttorney {
        margin-left: 45px;
    }

    #createCplContent #lInputAddAgencyFavorite {
        padding: 0px 4px 0px 5px;
    }

    #createCplContent #lAddAttorneyFavorite {
        padding: 0px 15px 0px 15px;
    }

    #createCplContent #lAddAgencyFavorite {
        padding: 0px 5px 0px 4px;
    }

    #createCplContent #selectBoxAdditionalIssuingAgentRefAgencies,
    #createCplContent #selectBoxEscrowAgentRefAgencies {
        margin-left: 169px;
        margin-bottom: 15px;
        width: 604px !important;
    }

    #createCplContent #additionalReferences {
        margin-left: 162px;
    }

    #createCplContent #lAddEscrowReference {
        margin-left: 20px;
    }

    #createCplContent #includeMyEmailAddressDiv {
        margin-left: 168px;
    }

    #createCplContent #inputLenderEmail {
        width: 207px;
    }

    #createCplContent #inputLoanReference {
        width: 136px;
    }

    #createCplContent #agencyFavoritesContentContainer {
        padding-left: 2px;
    }

.input-small-medium-popup {
    width: 310px;
}

#createCplContent #lendersSelectContent .input-medium-small,
#componentLenderModal #lendersSelectContent .input-medium-small {
    width: 750px;
}

div #createCplContent div.modal.componentLenderModalZIndex {
    z-index: 9999 !important;
}

#componentLenderModal {
    width: 953px;
    margin-left: -468px;
}

    #componentLenderModal div#lendersSelectContent {
        padding: 10px;
    }

    #componentLenderModal .alignTextLeftMargin {
        text-align: left;
        margin-left: 116px;
    }

    #componentLenderModal #inputLenderEmail {
        width: 207px;
    }

    #componentLenderModal .input-small-small {
        width: 160px;
    }

    #componentLenderModal .select-min {
        width: 174px;
    }

    #componentLenderModal .rightRowLabel {
        width: 38px;
    }

    #componentLenderModal .input-lender-email {
        width: 345px;
    }

#inputMortgageeClauseModal .extra-large-select {
    width: 764px;
}

#componentLenderModal .extra-large-select {
    width: 764px;
}

#componentLenderModal #inputLender {
    width: 844px !important;
}

#componentLenderModal #lbInputLender {
    width: 75px !important;
    margin-left: 10px;
}

#componentLenderModal #lbInputFax {
    margin-right: 2px;
}

#componentLenderModal #lbLenderEmailInput {
    width: 24px;
}

#loginBoxTemplate {
    width: 630px;
}

div#createCplContent div#createLenderContent div#lenderFaxEmailContent,
div#createCplContent div#createLenderContent div#lenderFaxEmailContent {
    margin-left: 45px;
    clear: both;
}

    div#createCplContent div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToFax,
    div#componentLenderModal div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToFax {
        float: left;
        width: 95px;
    }

    div#createCplContent div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToEmail,
    div#componentLenderModal div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToEmail {
        float: left;
        width: 105px;
    }

    div#createCplContent div#createLenderContent div#lenderFaxEmailContent label#lAddFavorites,
    div#componentLenderModal div#createLenderContent div#lenderFaxEmailContent label#lAddFavorites {
        float: left;
        width: 123px;
    }

div#createCplContent div#createAttorneyContent div#attorneyFaxEmailContent {
    margin-left: 123px;
    clear: both;
}

    div#createCplContent div#createAttorneyContent div#attorneyFaxEmailContent label#lAttorneySendToFax {
        float: left;
        width: 95px;
    }

    div#createCplContent div#createAttorneyContent div#attorneyFaxEmailContent label#lAttorneySendToEmail {
        float: left;
        width: 105px;
    }

div#createCplContent div#createLenderContent div#lenderButtonsContent {
    display: inline-block;
    margin-left: 543px;
    margin-top: 10px;
}

    div#createCplContent div#createLenderContent div#lenderButtonsContent button {
        margin-left: 20px;
    }

div#createCplContent div#createAttorneyContent div#attorneyButtonsContent {
    display: inline-block;
    margin-left: 543px;
    margin-top: 10px;
}

    div#createCplContent div#createAttorneyContent div#attorneyButtonsContent button {
        margin-left: 20px;
    }

div#createCplContent .closed {
    height: 25px;
}

div#createCplContent .opened {
    margin-top: -25px;
}

div#createCplContent div#lendersSelectContent button {
    margin-left: 20px;
}

div#createCplContent div#lenderFavoritesContent {
    margin-left: 485px;
    margin-bottom: 15px;
}

    div#createCplContent div#lenderFavoritesContent label#lShowFavorites {
        float: left;
    }

        div#createCplContent div#lenderFavoritesContent label#lShowFavorites span {
            width: 263px;
        }

.fullLineWidth {
    width: 96% !important;
}

div#agencyCcContent {
    float: none;
    margin-left: 125px;
    margin-bottom: 10px;
}

#attorneyFirm {
    float: none;
    margin-left: 29px;
    margin-bottom: 10px;
}


#attorneySolePractitioner {
    float: none;
    margin-left: 400px;
    margin-bottom: 10px;
}

#licenseTextDisplay {
    float: none;
    margin-left: 29px;
}

#addAttorneyToFrequentlyList {
    float: none;
    margin-left: 29px;
}

#addAttorneyContentSize {
    height: 800px;
}

#addAttorneyContent .alignTextRight {
    text-align: right;
}

#addAttorneyContent .rightRowLabel {
    width: 35px;
}

#addAttorneyContent .alignTextLeft {
    text-align: left;
}

#addAttorneyContent .alignTextLeftMargin {
    text-align: left;
    margin-left: 10px;
}

#addAttorneyContent .coveredPartiesAddressWrapper {
    margin-left: 126px;
}

#addAttorneyContent .inline-controls {
    clear: both;
    float: none;
    position: relative;
    height: 35px;
}

    #addAttorneyContent .inline-controls input {
        position: absolute;
        top: 1px;
    }

    #addAttorneyContent .inline-controls label {
        display: block;
        margin-left: 20px;
        width: 200px;
    }

    #addAttorneyContent .inline-controls input[type=text] {
        margin-left: 140px;
        width: 60px;
        margin-top: -5px;
    }

#addAttorneyContent .select-medium-large {
    width: 434px;
}

#addAttorneyContent .select-medium {
    width: 390px;
}

#addAttorneyContent .select-lerge {
    width: 514px;
}

#addAttorneyContent .select-min-small {
    width: 150px;
}

#addAttorneyContent .input-small {
    width: 252px;
}

#addAttorneyContent .input-small-large {
    width: 339px;
}

#addAttorneyContent .input-min-small {
    width: 96px;
}

#addAttorneyContent .input-small-small {
    width: 160px;
}

#addAttorneyContent .input-medium {
    width: 420px;
}

div#addAttorneyModal .input-large {
    width: 701px!important;
}

#addAttorneyContent .input-medium-small {
    width: 376px;
}

#addAttorneyContent .input-medium-min-small {
    width: 290px;
}

#addAttorneyContent .input-large-medium {
    width: 499px;
}

#addAttorneyContent .currency.input-large-medium {
    width: 489px;
}

#addAttorneyContent .label-small {
    width: 120px;
}

#addAttorneyContent .label-min-small {
    width: 80px;
}

div#addAttorneyContent div#createLenderContent div#lenderFaxEmailContent {
    margin-left: 269px;
    clear: both;
}

    div#addAttorneyContent div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToFax {
        float: left;
        width: 95px;
    }

    div#addAttorneyContent div#createLenderContent div#lenderFaxEmailContent label#lLenderSendToEmail {
        float: left;
        width: 105px;
    }

    div#addAttorneyContent div#createLenderContent div#lenderFaxEmailContent label#lAddFavorites {
        float: left;
        width: 123px;
    }

.attorneyNote {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

div#addAttorneyFaxEmailContent {
    margin-left: 320px;
    clear: both;
}

div#addAttorneyModal div#addAttorneyFaxEmailContent label#addAttorneySendToFax {
    float: left;
    width: 95px;
}

div#addAttorneyModal div#addAttorneyFaxEmailContent label#addAttorneySendToEmail {
    float: left;
    width: 105px;
}

div#createCplContent div#createLenderContent div#lenderButtonsContent {
    display: inline-block;
    margin-left: 543px;
    margin-top: 10px;
}

    div#createCplContent div#createLenderContent div#lenderButtonsContent button {
        margin-left: 20px;
    }

div#createCplContent div#createAttorneyContent div#attorneyButtonsContent {
    display: inline-block;
    margin-left: 543px;
    margin-top: 10px;
}

    div#createCplContent div#createAttorneyContent div#attorneyButtonsContent button {
        margin-left: 20px;
    }


div#createCplContent div#lendersSelectContent button,
div#componentLenderModal div#lendersSelectContent button {
    margin-left: 20px;
}

div#createCplContent div#lenderFavoritesContent,
div#componentLenderModal div#lenderFavoritesContent {
    margin-left: 24px;
    margin-bottom: 15px;
}

    div#createCplContent div#lenderFavoritesContent label#lShowFavorites {
        /*float: left;*/
    }

        div#createCplContent div#lenderFavoritesContent label#lShowFavorites span,
        div#componentLenderModal div#lenderFavoritesContent label#lShowFavorites span {
            width: 263px;
        }

/*.roundedBox #approveFields {
padding: 20px;
padding-left: 140px;    
width: 80%;
margin: 0 auto;
}*/

.roundedBox #approveFields .row {
    clear: none;
    margin: 0px;
    margin-bottom: 10px;
}

    .roundedBox #approveFields .row .leftCol,
    .roundedBox #approveFields .row .rightCol {
        margin-bottom: 3px;
        float: left;
    }

    .roundedBox #approveFields .row .leftCol {
        margin-right: 20px;
    }

        .roundedBox #approveFields .row .firstRow .label,
        .roundedBox #approveFields .row .leftCol .label,
        .roundedBox #approveFields .row .rightCol .label {
            padding-bottom: 5px;
            background-color: transparent;
            color: #333333;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            float: left;
            line-height: 25px;
            width: 100px;
        }

    .roundedBox #approveFields .row .firstRow .label {
        font-weight: bold;
    }

    .roundedBox #approveFields .row .firstRow .field,
    .roundedBox #approveFields .row .leftCol .field,
    .roundedBox #approveFields .row .rightCol .field {
        float: left;
        height: 40px;
    }

        .roundedBox #approveFields .row .leftCol .field input,
        .roundedBox #approveFields .row .rightCol .field input {
            width: 200px;
        }

    .roundedBox #approveFields .row .firstRow select {
        width: 450px;
        margin-left: 0px;
    }

    .roundedBox #approveFields .row .leftCol select,
    .roundedBox #approveFields .row .rightCol select {
        width: 214px;
    }



label.coveredParty {
    width: 125px;
    margin-left: 45px;
    padding-top: 0;
}

.modal-annotation-text {
    margin-top: -6px;
    margin-left: 65px;
    color: gray;
    font-size: 11px;
}

.cpl-annotation-text {
    margin-left: 168px;
    color: gray;
    font-size: 11px;
}

.jacket-annotation-text {
    margin-left: 125px;
    color: gray;
    font-size: 11px;
}

.selectable-text::selection {
    background: rgb(51, 115, 127);
    color: white;
}

.selectable-text::-moz-selection {
    background: rgb(51, 115, 127);
    color: white;
}

.selectable-text-icon {
    margin-top: 2px;
    background: url(../Images/ui-text-field-select-icon.png);
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

.statement-summary-icon {
    float: right;
    cursor: pointer;
    margin-right: 3px;
    color: black;
}

.statement-summary-icon:hover {
    color: black;
}

div#createWrapper button {
    margin-bottom: 10px;
    margin-left: 20px;
}

.needsOtlRequest td {
    background: #FFF5E7 !important;
}

.needsOtlApproval td {
    background: #CDDBDA !important;
}

.unknownStatus td {
    background: rgb(211, 211, 211) !important;
}

/* #region FileNumber */

.searchFileNumberResult {
    padding-right: 10px;
    padding-left: 10px;
}

.ddlAgentFilterList {
    margin-top: 2px;
    width: 533px !important; /*TODO: refactor this, so we don't use important*/
    margin-left: 13px;
}

.searchFileNumberResult .roundedBoxSearchResult {
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    -moz-box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    -webkit-box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    margin-bottom: 10px;
}

    .searchFileNumberResult .roundedBoxSearchResult .tabsWrapperSearch {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        height: 35px;
    }

        .searchFileNumberResult .roundedBoxSearchResult .tabsWrapperSearch span.spanWrapper {
            display: block;
            background: transparent;
            color: white;
            height: 14px;
            padding: 0px 20px 20px 0px;
            font-size: 1.1em;
            line-height: 35px;
            border-right: none;
        }

            .searchFileNumberResult .roundedBoxSearchResult .tabsWrapperSearch span.spanWrapper select#ddlFileStatus {
                margin-top: 2px;
                margin-left: 10px;
                width: 120px !important;
            }

.searchFileNumberResult div#createNewFileLink {
    margin-bottom: 10px;
    padding-left: 20px;
}

    .searchFileNumberResult div#createNewFileLink a {
        cursor: pointer;
    }

.searchFileNumberResult div#fileSearchPagerContent span {
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 15px;
}

.searchFileNumberResult div#fileSearchPagerContent .pages {
    float: right;
    margin-top: 10px;
    width: 230px;
}

    .searchFileNumberResult div#fileSearchPagerContent .pages span {
        padding-top: 0;
    }

.searchFileNumberResult div#searchResultContent {
    margin-top: 10px;
}

.table-hover tbody tr.existingServicesRow:hover > td {
    background-color: transparent !important;
}

table tbody tr.existingServicesRow td.existingServices {
    padding: 10px 55px 0px 55px !important;
    background-color: none !important;
}

table.exisitingServicesTable {
    width: 100%;
}

    table.exisitingServicesTable thead tr:hover > th {
        background-color: transparent !important;
    }

a.fileLink {
    cursor: pointer;
}

div#createNewServiceLink {
    margin-bottom: 10px;
}

    div#createNewServiceLink a {
        cursor: pointer;
    }

td.existingServices span.sExistingServices {
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding-bottom: 5px;
}

.searchFileNumberResult div#searchResultContent table td {
    vertical-align: middle;
}

td.tdPlus {
    vertical-align: baseline !important;
}

    td.tdPlus span.expand {
        background-image: url(../Images/expand.png);
        width: 25px;
        height: 35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 2px 4px;
        cursor: pointer;
    }

    td.tdPlus span.collapse {
        background-image: url(../Images/collapse.png);
        width: 25px;
        height: 35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 2px 4px;
        cursor: pointer;
    }

.leftHeaderTitle-searchFileNumber {
    float: left;
    border: none !important;
    font-size: 15px !important;
}

.rightHeaderTitle-searchFileNumber {
    float: right;
    border: none !important;
    font-size: 15px !important;
}

    .rightHeaderTitle-searchFileNumber a {
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: underline;
    }

        .rightHeaderTitle-searchFileNumber a:hover {
            color: #FFFFFF;
            cursor: pointer;
        }

.searchContent-searchFileNumber {
    padding: 10px 30px 30px !important;
}

    .searchContent-searchFileNumber legend {
        font-size: 13px;
        font-weight: bold;
    }

.formWrapper-searchFileNumber {
    padding: 0 !important;
    margin: 0 !important;
    width: 900px !important;
}

.row-searchFileNumber {
    width: 900px;
}

.labelBox-searchFileNumber {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: 100;
    font-size: 0.9em;
}

.agencyLabelBox-searchFileNumber {
    width: 100px;
    font-size: 1em;
    font-weight: bold;
}

.underwriterLabelBox-searchFileNumber {
    width: 80px;
    font-size: 0.9em;
    margin-left: 36px;
    line-height: 30px;
}

.stateLabelBox-searchFileNumber {
    width: 100px;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: 1px;
}

.existingFilesLabelBox-searchFileNumber {
    width: 460px;
}

.dateCreatedLabelBox-searchFileNumber {
    width: 100px !important;
}

.toDateLabelBox-searchFileNumber {
    width: 20px;
    font-size: 0.9em;
}

.fromDateLabelBox-searchFileNumber {
    width: 30px;
    font-size: 0.9em;
}

.dropDownFieldLarge-searchFileNumber {
    width: 760px !important;
    margin-left: 29px;
    border-radius: 4px;
}

.inputLabel-searchFileNumber {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.inputLabel-searchFileNumber-underwriter {
    width: 230px;
    font-size: 0.9em;
}

.inputLabel-searchFileNumber-state {
    width: 40px;
    font-size: 0.9em;
}

.formWrapper-searchFileNumber .buttonsSector {
    margin-top: 20px;
}

.formWrapper-searchFileNumber #searchFileNumberButton {
    margin-left: 0px;
}

.formWrapper-searchFileNumber #clearFormFileNumberButton {
    margin-left: 10px;
}

.fileNumber-searchFileNumber {
    width: 250px !important;
}

.inputField-searchFileNumber {
    width: 78px;
    margin-bottom: 0 !important;
}

.dropDownField-searchFileNumber {
    width: 190px !important;
}

.searchFileNumberFiled {
    float: right;
    margin-right: 5px;
}

.searchFileNumberTxt {
    margin-top: 9px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    width: 150px;
}

.modal.generic .modal-header {
    height: 25px;
    border-radius: 5px 5px 0px 0px;
}

.modal.generic {
    width: auto;
    -moz-min-width: 560px;
    -ms-min-width: 560px;
    -o-min-width: 560px;
    -webkit-min-width: 560px;
    min-width: 560px;
    left: 50%!important;
    transform: translate(-50%, -50%);
    margin-left: 0px!important;
}

.ascending {
    background-image: url("../Images/ascending-icon.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}

.descending {
    background-image: url("../Images/descending-icon.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}

.thspan {
    float: left;
    margin-left: 0px !important;
}

#fileSearchPagerContent .previous {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../Images/goBackButton.gif");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    float: right;
    height: 25px;
    width: 25px;
    margin-top: -1px;
}

#fileSearchPagerContent .next {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../Images/goForwardButton.gif");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    float: right;
    height: 25px;
    margin-top: -1px;
    width: 25px;
}

.underwriterStateFields {
    margin-top: 4px;
    line-height: 30px;
}

.tableSorterField {
    cursor: pointer;
}

/* #endregion FileNumber */

/* #region FileServices */

div#fileServicesTabs div.servicesContent {
}

    div#fileServicesTabs div.servicesContent span.servicesTitle {
        display: inline-block;
        zoom: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }

td.tdPlusServices {
    vertical-align: baseline !important;
}

    td.tdPlusServices span.expand {
        background-image: url(../Images/expand.png);
        width: 25px;
        height: 35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 2px -6px;
        cursor: pointer;
    }

    td.tdPlusServices span.collapse {
        background-image: url(../Images/collapse.png);
        width: 25px;
        height: 35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 2px -6px;
        cursor: pointer;
    }

table tbody tr.existingServicesRow td.existingFileServices {
    padding: 20px 55px 0px 55px !important;
    background-color: none !important;
}

span.linkRight {
    float: right;
    margin-right: 5px;
}

#createJacketModalCustom .modal-body .modalPopupTextLine {
    float: left;
    clear: both;
}

    #createJacketModalCustom .modal-body .modalPopupTextLine a.selectable-text-icon {
        margin-left: 10px;
    }

[for=inputAgencyDetails].requiredField {
    font-weight: bold !important;
    font-size: 1em !important;
}

.fileServicesModalValidation > div {
    max-width: 300px;
}

.dropdown-input a.select2-choice {
    height: 30px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #cccccc;
    color: #555555 !important;
    line-height: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11.5px !important;
    outline: none !important;
    border-radius: 4px;
}

    .dropdown-input a.select2-choice span.select2-arrow {
        border-left: 1px solid #cccccc;
        background: none;
        background-image: none;
    }

.select2-container {
    background-color: #ffffff;
}

.select2-container-active a.select2-choice {
    outline: none;
    border-color: #33737f;
    box-shadow: 0 0 10px #33737f;
    background-color: #ffffff;
}

.select2-drop {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11.5px !important;
    margin-top: 0px !important;
    border-top: 1px solid #5897fb !important;
}

    .select2-drop ul.select2-results {
        padding-left: 0px;
    }

.select2-match {
    padding-left: 2px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-arrow b {
    background-position: 0 2px !important;
    background-image: url(../Content/Icons/select2.png) !important;
}

.select2-container.select2-container-disabled a.select2-choice {
    background-color: #eee;
    border-color: #a4a4a4;
    box-shadow: none;
}

    .select2-container.select2-container-disabled a.select2-choice .select2-arrow b {
        background-color: #eee;
    }


/* #endregion FileServices */

/* region - Role Administration */
.roundedBox #roleAdminContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #roleAdminContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #roleAdminContent .formWrapper .row {
            margin: 0;
            margin-bottom: 10px;
        }

            .roundedBox #roleAdminContent .formWrapper .row #tabMenuRoleAdmin .disabledLink {
                cursor: not-allowed;
            }

.rolesListBox {
    width: 430px;
    float: left;
}

#agencyModulesTree {
    height: 169px;
    overflow: auto;
}

#amsModulesTree {
    height: 169px;
    overflow: auto;
}

#btnRoleBack {
    float: right;
}

.roleAdminTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .roleAdminTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.roleAdminHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.roleAdminBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 175px;
    border: 1px solid lightgray;
}

.actionsTable {
    height: 80px;
}

.addEditActionsTableField {
    margin-top: 20px;
}

.addEditActionsTable {
    height: 290px;
}

.checkNewActions {
    margin-top: -3px !important;
}

.checkRole {
    margin-top: -2px;
}
/* endregion - Role Administration */

/* region - Frequently Used Preferences */
.roundedBox #frequentlyUsedPreferencesContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    outline: none;
}

    .roundedBox #frequentlyUsedPreferencesContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #frequentlyUsedPreferencesContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #frequentlyUsedPreferencesContent .formWrapper .row .radioButtonSecurityMaintenance {
                margin-top: -2px;
                margin-left: 15px;
            }

#frequentlyUsedPreferences .redHighlight {
    background-color: #ffe0e0;
}
/* endregion - Frequently Used Preferences */

.roundedBox #securityMaintenanceContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    outline: none;
}

    .roundedBox #securityMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #securityMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #securityMaintenanceContent .formWrapper .row .radioButtonSecurityMaintenance {
                margin-top: -2px;
                margin-left: 15px;
            }

#securityMaintenanceContent .redHighlight {
    background-color: #ffe0e0;
}

/* region - Security Maintenance */
.roundedBox #securityMaintenanceContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    outline: none;
}

    .roundedBox #securityMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #securityMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #securityMaintenanceContent .formWrapper .row .radioButtonSecurityMaintenance {
                margin-top: -2px;
                margin-left: 15px;
            }

#securityMaintenanceContent .redHighlight {
    background-color: #ffe0e0;
}

.smModuleTypeTable, .smModulesTable, .smRolesTable, .smActionsTable, .smRoleActionsTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .smModuleTypeTable thead, .smModulesTable thead, .smRolesTable thead, .smActionsTable thead, .smRoleActionsTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.smModuleTypeHeaderTableWrapper, .smModulesHeaderTableWrapper, .smRolesHeaderTableWrapper, .smActionsHeaderTableWrapper, .smRoleActionsHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.smModuleTypeBodyTableWrapper, .smModulesBodyTableWrapper, .smRolesBodyTableWrapper, .smActionsBodyTableWrapper, .smRoleActionsBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.cbSecurityMaintenanceGrid {
    margin-left: 15px !important;
    margin-top: 8px;
}

.inputSecurityMaintenanceGrid-large {
    margin-bottom: 0px !important;
    width: 186px;
}

.inputSecurityMaintenanceGrid-small {
    margin-bottom: 0px !important;
    width: 116px;
}

.inputSecurityMaintenanceGrid {
    margin-bottom: 0px !important;
    width: 136px;
}

.selectSecurityMaintenanceGrid-large {
    margin-bottom: 0px !important;
    width: 190px;
}

.selectSecurityMaintenanceGrid {
    margin-bottom: 0px !important;
    width: 150px;
}

.selectSecurityMaintenanceGrid-small {
    margin-bottom: 0px !important;
    width: 110px;
}

.roleFilterSection {
    margin-left: 100px;
    display: inline;
}

.roleFilterLabel {
    margin-left: 40px;
    margin-right: 10px;
    display: inline;
}

.roleFilterSelect {
    margin-top: -10px;
    width: 190px;
}
/* endregion - Security Maintenance */

#feedbackWrapper #backButtonWrapper {
    float: right;
    clear: right;
}

#noDocumentsFoundModal .modal-body {
    max-width: 460px;
}

.section-subheader {
    margin: 0;
    padding: 0;
    color: #52696e;
    font-size: 13px;
    padding-bottom: 5px;
}

.wfg-data {
    font-size: 13px;
    color: rgb(100,100,100);
}

.wfg-field-info-wrapper {
    margin-bottom: 10px;
}

.feedbackInput-large {
    width: 300px;
}

.feedbackInput-medium {
    width: 150px;
}

.feedbackInput-medium-fixed {
    width: 164px;
}

textarea.vert {
    resize: vertical;
}

[for='inputFeedbackText'] {
    vertical-align: top;
}

[for='inputFeedbackEmailText'] {
    vertical-align: top;
}

.btn.btn-custom-darken.disabled,
.btn.btn-custom-darken[disabled] {
    color: #ffffff !important;
    background-color: #24525b !important;
    *background-color: #1d4248 !important;
}

input[type="file"][disabled].add-files {
    cursor: default !important;
}

#termsOfUseModal .modal-body {
    width: 600px;
    height: 500px;
}

#termsOfUseModal .modal {
    margin-left: -316px;
}

.wfg-footer-separator {
    margin-left: 10px;
    margin-right: 10px;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

#changePasswordBoxTemplate.collapsableTemplate {
    width: 628px;
}

#createCplTemplateContainer {
    width: 970px;
}

#createCplTemplate {
    width: inherit;
}

    #createCplTemplate label[for=inputPropertysAddress2],
    #createCplTemplate label[for=inputPropertysAddress1] {
        width: 80px;
    }

    #createCplTemplate label[for=inputPropertyZipInput],
    #createCplTemplate label[for=inputPropertyZip] {
        width: 79px;
    }

    #createCplTemplate select#inputPropertyType {
        width: 318px;
        margin-right: 10px;
    }

.alignInlineLabel {
    margin-left: 15px;
    margin-right: 5px;
}

.wfg_defaultCursor,
.wfg_defaultCursor:hover,
.wfg_defaultCursor:active {
    cursor: default !important;
}

#createCplTemplate label[for=inputPropertyAddressTextbox],
#createCplTemplate label[for=inputPropertyAddress2Textbox] {
    width: 78px;
}

#createCplTemplate #inputPropertyAddressTextbox,
#createCplTemplate #inputPropertyAddress2Textbox {
    width: 464px;
}

.authorizationValidation > div {
    max-width: 200px;
}

#addAttorneyModal .rightRowLabelWide {
    width: 82px;
}

#feedBackdBoxTemplate {
    margin-top: 20px;
}

#welcomeMessage {
    position: absolute;
    top: -22px;
    right: 100px;
    margin-left: 200px;
}

    #welcomeMessage.errorPage {
        float: right;
        position: relative;
        top: 0;
        left: 0;
    }

.roundedBox.wfgRemittanceWrapper {
    width: 800px;
    margin: 0 auto;
}

    .roundedBox.wfgRemittanceWrapper .ajax_overlay_container {
        width: 800px;
    }

    .roundedBox.wfgRemittanceWrapper #inputAgencyDetailsRemittance {
        width: 420px;
    }

    .roundedBox.wfgRemittanceWrapper #labelUserNameText {
        width: 70px;
        margin-left: 15px;
    }

    .roundedBox.wfgRemittanceWrapper #userNameText {
        width: 83px;
        text-align: right;
        display: inline-block;
        font-weight: bold;
    }

    .roundedBox.wfgRemittanceWrapper #dateTextLabel {
        width: 35px;
        margin-left: 66px;
        margin-right: 10px;
    }

    .roundedBox.wfgRemittanceWrapper label[for=inputStartDateFrom] {
        width: 65px;
    }

    .roundedBox.wfgRemittanceWrapper label[for=inputStartDateTo] {
        width: 60px;
    }

    .roundedBox.wfgRemittanceWrapper #inputStartDateFrom,
    .roundedBox.wfgRemittanceWrapper #inputStartDateTo {
        width: 65px;
    }

    .roundedBox.wfgRemittanceWrapper #inputSelectDateType {
        width: 250px;
    }

    .roundedBox.wfgRemittanceWrapper .tooltip.left .tooltip-inner {
        margin-left: -10px;
    }

    .roundedBox.wfgRemittanceWrapper .details-dropdown {
        width: 420px;
    }

#createCplTemplate hr {
    margin: 10px 0;
}

.tooltip-inner {
    max-width: 130px !important;
}

.leftHeaderTitle-maintenance {
    border: medium none !important;
    float: left;
    font-size: 15px !important;
}

.searchContent-maintenance {
    padding: 25px 30px 30px !important;
}

.formWrapper-maintenance {
    margin: 0 !important;
    padding: 0 !important;
    width: 745px !important;
}

.labelBox-maintenance {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 100;
    width: 140px;
}

.inputLabel-maintenance {
    display: inline-block;
    font-size: 0.9em;
    width: 320px;
}

.button-maintenance {
    width: 90px;
    margin: 10px;
}

li.endorsementItem label.min_width {
    min-width: 130px;
    padding-top: 0;
}

li.endorsementItem input.endorsementsValue {
    width: 60px;
}

#fullEndorsementsListWrapper .description {
    margin-left: 8px;
}

div#newRolePopup[aria-hidden=true] {
    display: none !important;
}

div#newRolePopup[aria-hidden=false] {
    display: block !important;
}

/*region Cash Receipt*/

.groupValidationError {
    border: solid 1px #ae4136;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.searchFieldBlue {
    background-color: #E1EBFA !important;
}

.requiredFieldYellow {
    background-color: #F7F7CD !important;
}

table.WfgGridTable tr.newRow td.requiredFontWeight,
table.WfgGridTable tr.newRow td select.requiredFontWeight {
    font-weight: bold !important;
}

table.WfgGridTable tr.newRow td.notRequiredFontWeight,
table.WfgGridTable tr.newRow td select.notRequiredFontWeight {
    font-weight: normal;
}

.searchEntryFieldOrange {
    background-color: #FFE0AC !important;
}

.roundedBox .formWrapper .row .statusBar {
    border-bottom: none;
}

.iconDelete {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/delete.png);
    margin-left: 7px;
}

.iconDeleteDiv button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.iconSave {
    background: url(../Content/Icons/save.png);
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 7px;
}

.iconApply {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/apply.png);
    margin-left: 7px;
}

.iconView {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/view.png);
    margin-left: 7px;
}

.iconView-disabled {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/view.png);
    margin-left: 7px;
    opacity: 0.6;
    cursor: not-allowed;
}

.iconView-small {
    height: 20px;
    width: 23px;
    border: 1px solid #33737f;
    background-size: 19px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/view.png);
}

.iconView-small-disabled {
    height: 20px;
    width: 23px;
    border: 1px solid #33737f;
    background-size: 19px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/view.png);
    opacity: 0.6;
    cursor: not-allowed;
}

.iconBill {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/bill.png);
    margin-left: 7px;
}

.iconBill-disabled {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/bill.png);
    margin-left: 7px;
    opacity: 0.6;
    cursor: not-allowed;
}

.iconBill-small {
    height: 20px;
    width: 23px;
    border: 1px solid #33737f;
    background-size: 19px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/bill.png);
}

.iconBill-small-disabled {
    height: 20px;
    width: 23px;
    border: 1px solid #33737f;
    background-size: 19px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/bill.png);
    opacity: 0.6;
    cursor: not-allowed;
}



.allowCustomValue {
    height: 28px;
    width: 28px;
    border: #33737f;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


    .allowCustomValue:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .allowCustomValue:active {
        border: 2px solid gray;
    }


.ui-datepicker {
    z-index: 9999 !important;
}

.receipt-screen-navigation-link {
    display: block;
    line-height: 34px;
    color: rgb(255, 255, 255);
    float: right;
    padding-right: 30px;
    font-size: 1.2em;
    text-decoration: underline;
}


/*end region Cash Receipt*/

/* region Cash Receipt Landing Page */

.roundedBox #crLandingPageContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    outline: none;
    background-color: white;
}

    .roundedBox #crLandingPageContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #crLandingPageContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #crLandingPageContent .formWrapper .row .detailsValues {
                float: left;
                text-align: center;
                padding-left: 65px;
                width: 27%;
            }

                .roundedBox #crLandingPageContent .formWrapper .row .detailsValues .row {
                    margin-bottom: 10px;
                }

            .roundedBox #crLandingPageContent .formWrapper .row .subheader-crLandingPage {
                display: inline-block;
                margin-left: 25px;
            }

            .roundedBox #crLandingPageContent .formWrapper .row .subheader-value {
                font-weight: bold;
                margin-left: 10px;
            }

            .roundedBox #crLandingPageContent .formWrapper .row .subheader-crLandingPageReceipt {
                width: 25%;
                float: left;
                margin-left: 50px;
            }

        .roundedBox #crLandingPageContent .formWrapper .iconsRow {
            margin-bottom: 0px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .roundedBox #crLandingPageContent .formWrapper .row .leftCol {
            margin-left: 70px !important;
        }

        .roundedBox #crLandingPageContent .formWrapper .row .midCol {
            text-align: right !important;
            margin-left: 40px !important;
            width: 14% !important;
        }

        .roundedBox #crLandingPageContent .formWrapper .row .rightCol {
            text-align: right !important;
            margin-left: 60px !important;
        }

        .roundedBox #crLandingPageContent .formWrapper .row .countValue {
            height: 14px;
            display: inline-block
        }

.crLendingPageTitleName {
    float: left;
    border: 0px !important;
}

.crHeaderRight {
    display: flex;
    justify-content: flex-end;
}

    .crHeaderRight span.left {
        padding-right: 0;
    }

    .crHeaderRight span.right {
        padding-left: 5px;
    }

.redAndBold {
    font-weight: bold !important;
    color: red;
}

.blueAndBold {
    font-weight: bold !important;
    color: blue;
}

/* endregion Cash Receipt Landing Page */

/* region Cash Receipt Landing Page Details */

.landingPageDetailsModal {
    top: 15% !important;
    width: 500px !important;
    margin-left: -250px !important;
}

.roundedBox #landingPageDetailsContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #landingPageDetailsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #landingPageDetailsContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #landingPageDetailsContent .formWrapper .row .label-small {
                text-align: left;
            }



.landingPageDetailsTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .landingPageDetailsTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.landingPageDetailsHeaderTableWrapper {
    overflow: hidden;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.landingPageDetailsBodyTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    border: 1px solid lightgray;
}

.landingPageDetailsModalCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}

/* endregion Cash Receipt Landing Page Details */


/* region Receipt Batch*/


.roundedBox #receiptBatchContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    outline: none;
    background-color: white;
}

    .roundedBox #receiptBatchContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #receiptBatchContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 3px;
        }

            .roundedBox #receiptBatchContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #receiptBatchContent .formWrapper .row .rightCol {
                float: right;
            }

.labelBox-receiptBatch {
    width: 112px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-receiptBatchUpload {
    width: 70px;
    margin-left: 52px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fieldsetAgent {
    width: 450px;
    float: left;
}

.fieldsetRemittanceBank {
    width: 350px;
    float: right;
}

.labelBox-receiptBatchRight {
    width: 150px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-receiptBatchTableRightCel {
    width: 110px;
    margin-left: 25px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.receiptBatchBtnCancel {
    float: right;
    margin-right: 5px;
}

.receiptBatchBtnReceiptsSummary {
    float: right;
}

.dropDownField-receiptBatch {
    width: 332px !important;
}

.inputField-receiptBatch {
    width: 319px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptBatchRight {
    width: 182px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptBatchRight-Amount {
    background: white url(../Images/dollar.gif) no-repeat 5px 8px;
    padding-left: 17px !important;
    width: 182px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptBatchHalf {
    width: 88px !important;
    margin-bottom: 0 !important;
}

.receiptBatchTableLabels td {
    border-width: 3px;
    border-collapse: collapse;
    border-style: solid;
    border-color: transparent;
    font-size: 13px;
}

.receiptBatchTable {
    margin-top: -20px;
}

.isSelectedNonPremiumFileOrBatchNumber {
    background-color: #E1EBFA !important;
}

tr.non-premium-row:hover td {
    background-color: #E1EBFA !important;
}

.table-hover tbody tr.non-premium-row:hover > td {
    background-color: #E1EBFA !important;
}

/* endregion Receipt Batch*/

.linkToAgentQuery {
    font-weight: bold;
    color: red;
    margin-left: 5px;
    cursor: pointer;
}

/* region Receipts */

.roundedBox #receiptsContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
    outline: none;
}

    .roundedBox #receiptsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

        .roundedBox #receiptsContent .formWrapper .row {
            clear: none;
            margin: 0px;
        }

            .roundedBox #receiptsContent .formWrapper .row .leftCol {
                float: left;
            }

#roundedBox #receiptsContent .formWrapper .row .leftCol input[type=text] {
    margin-left: 140px;
    width: 60px;
    margin-bottom: 5px !important;
}

.roundedBox #receiptsContent .formWrapper .row .rightCol {
    float: right;
}

.fieldsetLeft {
    width: 400px;
    float: left;
}


.fieldsetRight {
    width: 400px;
    float: right;
}


.fieldsetReceiptsAgent {
    width: 460px;
    float: left;
}


.fieldsetReceiptsBank {
    width: 340px;
    float: right;
}

.fieldsetReceipts {
    width: 580px;
    float: left;
}

.fieldsetBalances {
    width: 220px;
    float: right;
}

.input_narrow {
    width: 90px;
    margin-bottom: 5px !important;
}

.input_narrow_currency {
    width: 87px;
    padding-left: 19px !important;
    margin-bottom: 5px !important;
}

.input_narrow_balances {
    width: 67px;
    padding-left: 19px !important;
    margin-bottom: 5px !important;
}

.input_wide_currency {
    width: 207px;
    padding-left: 19px !important;
    margin-bottom: 5px !important;
}

.input_wide_currency_receipt_allocation {
    width: 207px;
    padding-left: 19px !important;
    margin-bottom: 5px !important;
    text-align: right;
}

.select_narrow {
    width: 120px;
    margin-bottom: 5px !important;
}

.input_left_narrow {
    width: 90px;
    margin-bottom: 5px !important;
}

.input_wide {
    width: 220px;
    margin-bottom: 5px !important;
}

.input_wide_allocations {
    width: 350px;
    margin-bottom: 10px !important;
}

.input_wide_openfiles {
    width: 560px;
    margin-bottom: 10px !important;
}

.input_bank {
    width: 160px;
    margin-bottom: 5px !important;
}

.input_agent {
    width: 320px;
    margin-bottom: 5px !important;
}

.select_agent {
    width: 335px;
    margin-bottom: 5px !important;
}

.select_wide {
    width: 234px;
    margin-bottom: 5px !important;
}

.labelBox-receipts {
    width: 100px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.checkBox-receipts {
    display: flex;
    align-items: center;
    height: 35px;
    width: 50%;
    justify-content: flex-end;
}
    .checkBox-receipts input[type="checkbox"] {
        margin-top: -2px;
    }

    .checkBox-receipts label {
        width: 170px;
        margin-bottom: 0px;
        margin-left: 4px;
    }


.labelBox-openFiles {
    width: 40px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.agency-address-receipts {
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.labelBoxWide-receipts {
    width: 160px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBoxWideLeft-receipts {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.receiptAllocationFindButtons {
    float: right;
    margin-right: 25px;
}

.allocationCheckBox {
    margin-top: -3px !important;
}

.selectAllFileNumbersCheckBox {
    margin-top: -3px !important;
}

.isSelected {
    background-color: #DBEDC7;
}

.isSelectedFileOrBatchNumber {
    background-color: #DBEDC7;
}

.isSelectedNonPremiumFileOrBatchNumber {
    background-color: #E1EBFA;
}

.fileNumberFindWindowHeaderTableWrapper {
    overflow: hidden;
    width: 1284px;
}

.fileNumberFindWindowBodyTableWrapper {
    overflow: hidden;
    width: 1284px;
    border: 1px solid lightgray;
}


.lookup {
    margin-bottom: 10px !important;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: silver;
    opacity: 0.5;
    width: 10px;
    height: 26px;
}

.progress-bar {
    background-color: whiteSmoke;
    border-radius: 15px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) inset;
    width: 320px;
    height: 10px;
    position: relative;
    display: block;
}

    .progress-bar > span {
        background-color: silver;
        border-radius: 15px;
        height: 100%;
        display: block;
        text-indent: -9999px;
    }

.processing {
    background-color: whiteSmoke;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) inset;
    width: 320px;
    height: 11px;
    position: relative;
    padding: 3px;
    display: block;
}

.completion {
    background-color: silver;
    border-radius: 10px;
    width: 50%;
    height: 100%;
    display: block;
}

.percent {
    padding-left: 150px;
}

.percent100 {
}

.labelBoxWide-allocationStatus {
    width: 225px;
    margin-top: 5px;
    display: inline-block;
}

.roundedBox #allocationStatusContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #allocationStatusContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

        .roundedBox #allocationStatusContent .formWrapper .row {
            clear: none;
            margin: 0px;
        }

            .roundedBox #allocationStatusContent .formWrapper .row .leftCol {
                float: left;
            }

#roundedBox #allocationStatusContent .formWrapper .row .leftCol input[type=text] {
    margin-left: 140px;
    width: 60px;
    margin-bottom: 5px !important;
}

.roundedBox #allocationStatusContent .formWrapper .row .rightCol {
    float: right;
}

.allocationStatus {
    width: 380px;
    height: 100px;
    background-color: whitesmoke;
    border-style: solid;
    border-width: thin;
    border-color: silver;
    padding: 10px;
}

    .allocationStatus .notificationMessage {
        position: relative;
        left: 10px;
        float: left;
        width: 345px;
    }

.allocationStatus-TextBoxCounters {
    float: right;
}

.completeStatus {
    background: url(../Content/Icons/active.png);
    width: 25px;
    height: 25px;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.errorStatus {
    background: url(../Content/Icons/error.png);
    width: 25px;
    height: 25px;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.noRecordsStatus {
    background: url(../Content/Icons/warning.png);
    width: 25px;
    height: 25px;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
}

.autoAllocationCloseSign {
    margin-top: 5px !important;
    margin-right: 0px !important;
}

.roundedBox #batchInvoiceAdjustmentContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #batchInvoiceAdjustmentContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

        .roundedBox #batchInvoiceAdjustmentContent .formWrapper .row {
            clear: none;
            margin: 0px;
        }

            .roundedBox #batchInvoiceAdjustmentContent .formWrapper .row .leftCol {
                float: left;
                width: 50%;
            }

#roundedBox #batchInvoiceAdjustmentContent .formWrapper .row .leftCol input[type=text] {
    margin-left: 140px;
    width: 60px;
    margin-bottom: 5px !important;
}

.roundedBox #batchInvoiceAdjustmentContent .formWrapper .row .rightCol {
    float: right;
    width: 50%;
}

#batchInvoiceAdjustmentContent .redHighlight {
    background-color: red;
}

#batchInvoiceAdjustmentContent .greenHighlight {
    background-color: #81F781;
}

#batchInvoiceAdjustmentContent .lightRedHighlight {
    background-color: RGB(239, 61, 71);
}

#btnExecuteBatchInvoiceAdjustmentSearch {
    position: absolute;
    left: 420px;
    bottom: 26px;
}

.fieldsetBatchAdjustmentBalances {
    width: 326px;
    float: left;
}

.fieldsetBatchAdjustmentType {
    width: 448px;
    float: right;
    margin-top: 15px;
}

.labelBoxWide-batchAdjustment {
    width: 200px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-batchAdjustment {
    width: 125px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.input-batchAdjustment {
    width: 220px;
    margin-bottom: 5px !important;
}

.inlineHeader-batchAdjustment {
    display: inline-block;
}

.balanceHeader-batchAdjustment {
    display: inline-block;
    font-size: 14px;
    margin-left: 18%;
}

.secondBalanceColumn-batchAdjustment {
    margin-left: 5px;
}

.select-batchAdjustment {
    width: 305px;
    margin-bottom: 5px !important;
}

.select-batchAdjustmentSmall {
    width: 233px;
    margin-bottom: 5px !important;
}

.batchAdjustmentHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.batchAdjustmentBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 180px;
    border: 1px solid lightgray;
}

.batchAdjustmentTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .batchAdjustmentTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.inputField-batchAdjustment {
    width: 90px !important;
    margin-bottom: 0 !important;
}

.dropDownField-batchAdjustment {
    width: 120px !important;
    margin-bottom: 0 !important;
}

.columnText-batchAdjustment {
    margin-left: 20px;
    display: inline-flex;
}

.yellowHighlight {
    background-color: #F3F781;
}

.orangeHighlight {
    background-color: #FE9A2E;
}

.blueHighlight {
    background-color: #58D3F7;
}

/* endregion Receipts */

/* region A/R Agent Query */

.roundedBox #arAgentQueryContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #arAgentQueryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #arAgentQueryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #arAgentQueryContent .formWrapper .row .label-small {
                width: 110px;
                text-align: left;
            }

            .roundedBox #arAgentQueryContent .formWrapper .row .label-right {
                margin-left: 43px;
            }

            .roundedBox #arAgentQueryContent .formWrapper .row .inputSearchFor {
                width: 270px;
            }

            .roundedBox #arAgentQueryContent .formWrapper .row .checkBoxSearchFor {
                margin-left: 43px;
                margin-top: -4px;
            }

            .roundedBox #arAgentQueryContent .formWrapper .row .selectDisplayRecords {
                width: 86px;
                margin-right: 50px;
            }

.arAgentQueryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .arAgentQueryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.arAgentQueryHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.arAgentQueryBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

    .arAgentQueryBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

tr.newRow.highlightGreenSearchFee:hover td  {
    background-color: #DBEDC7 !important;
}

tr.newRow.highlightBluePremium:hover td {
    background-color: #E1EBFA !important;
}

/* endregion A/R Agent Query */

/* region A/R History */

.roundedBox #arHistoryContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #arHistoryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #arHistoryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 10px;
        }

            .roundedBox #arHistoryContent .formWrapper .row .label-small {
                width: 80px;
                text-align: left;
            }

            .roundedBox #arHistoryContent .formWrapper .row .element-right {
                margin-left: 30px;
            }

            .roundedBox #arHistoryContent .formWrapper .row .inputBalanceReconstruction {
                width: 140px;
            }

            .roundedBox #arHistoryContent .formWrapper .row .agentInfoTitle {
                display: inline;
                margin-right: 15px;
            }

            .roundedBox #arHistoryContent .formWrapper .row .agentInfoContent {
                font-size: 15px;
                font-weight: bold;
            }

            .roundedBox #arHistoryContent .formWrapper .row .arHistoryFieldsetLegend {
                margin-bottom: 10px;
            }

.arHistoryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .arHistoryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

        .arHistoryTable thead th {
            font-size: 11px;
            line-height: 15px;
        }

    .arHistoryTable tbody td {
        font-size: 11px;
    }


.arHistoryTabTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .arHistoryTabTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.arHistoryBalanceHeaderTableWrapper, .arHistoryReceiptBalanceHeaderTableWrapper, .arHistoryTabHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.arHistoryBalanceBodyTableWrapper, .arHistoryReceiptBalanceBodyTableWrapper {
    overflow-y: scroll;
    width: 844px;
    height: 210px;
    border: 1px solid lightgray;
}

.arHistoryBatchInvoicesBodyTableWrapper,
.arHistoryBatchInvoiceAllocationsBodyTableWrapper,
.arHistoryBatchInvoiceAdjustmentsBodyTableWrapper,
.arHistoryReceiptsBodyTableWrapper,
.arHistoryReceiptAllocationsBodyTableWrapper,
.arHistoryReceiptAdjustmentsBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 210px;
    border: 1px solid lightgray;
}

.arHistoryGridRow td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.asteriskSign {
    width: 8px;
    float: right;
}

.arHistoryModalValidation > div {
    max-width: 300px;
}

/* endregion A/R History */

/* region Batch Invoice History*/

.batchInvoiceHistoryModal {
    top: 15% !important;
    width: 1100px !important;
    margin-left: -550px !important;
}

.roundedBox #batchInvoiceHistoryContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #batchInvoiceHistoryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #batchInvoiceHistoryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #batchInvoiceHistoryContent .formWrapper .row .label-text {
                width: 100px;
            }

            .roundedBox #batchInvoiceHistoryContent .formWrapper .row .label-text,
            .wfg-header .wfg-label {
                text-align: left;
                display: inline-block;
                color: #33737f;
                font-weight: bold;
            }

            .roundedBox #batchInvoiceHistoryContent .formWrapper .row .label-text-wider {
                width: 150px;
                text-align: left;
                display: inline-block;
                color: #33737f;
                font-weight: bold;
            }

            .roundedBox #batchInvoiceHistoryContent .formWrapper .row .label-value {
                text-align: left;
                display: inline-block;
                padding-left: 20px;
            }

            .roundedBox #batchInvoiceHistoryContent .formWrapper .row .agentNameLabel {
                width: 275px;
                overflow: hidden;
                padding-left: 25px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.batchInvoiceHistoryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .batchInvoiceHistoryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

    .batchInvoiceHistoryTable tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.batchInvoiceHistoryHeaderTableWrapper {
    overflow: hidden;
    width: 986px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.batchInvoiceHistoryReceiptAllocationsBodyTableWrapper,
.batchInvoiceHistoryOpenFilesBodyTableWrapper,
.batchInvoiceHistoryBatchInvoiceAllocationsBodyTableWrapper,
.batchInvoiceHistoryBatchDetailsBodyTableWrapper,
.batchInvoiceHistoryBatchNotesBodyTableWrapper,
.batchInvoiceHistoryBatchInvoiceAdjustmentsBodyTableWrapper {
    overflow: scroll;
    height: 200px;
    width: 986px;
    border: 1px solid lightgray;
}

.batchInvoiceHistoryModalCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}

/*endregion Batch Inovice History*/

/* region Agent Query */

.roundedBox #agentQueryContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #agentQueryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #agentQueryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #agentQueryContent .formWrapper .row .label-small {
                width: 120px;
                text-align: left;
            }

            .roundedBox #agentQueryContent .formWrapper .row .label-small-right {
                width: 60px;
                margin-left: 20px;
                text-align: left;
            }

            .roundedBox #agentQueryContent .formWrapper .row .radioOptions {
                margin-left: 20px;
                margin-bottom: 5px;
            }

                .roundedBox #agentQueryContent .formWrapper .row .radioOptions input[type="radio"] {
                    margin: 0;
                }

                .roundedBox #agentQueryContent .formWrapper .row .radioOptions label {
                    display: inline-block;
                    margin-bottom: 0px !important;
                }

            .roundedBox #agentQueryContent .formWrapper .row .inputSearchFor {
                width: 270px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .inputSearchFor-mid {
                width: 100px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .inputSearchFor-small {
                width: 70px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .selectSearchFor {
                width: 284px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .fieldsetAgentQuery {
                float: left;
                width: 410px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .fieldsetAgentQueryMidCol {
                width: 190px;
                margin-left: 27px;
            }

            .roundedBox #agentQueryContent .formWrapper .row .fieldsetAgentQueryRightCol {
                float: right;
                width: 190px;
            }

.agentQueryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .agentQueryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.agentQueryHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.agentQueryBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

    .agentQueryBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* endregion Agent Query */

/* region Receipt History */

.roundedBox #receiptHistoryContent .formWrapper {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
}

    .roundedBox #receiptHistoryContent .formWrapper .row {
        clear: none;
        margin: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #receiptHistoryContent .formWrapper .row .label-sm,
        .roundedBox #receiptHistoryContent .formWrapper .row div.controls.form-inline .label-sm {
            display: inline-block;
            width: 62px;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row .label-md,
        .roundedBox #receiptHistoryContent .formWrapper .row div.controls.form-inline .label-md {
            display: inline-block;
            width: 100px;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row .label-large,
        .roundedBox #receiptHistoryContent .formWrapper .row div.controls.form-inline .label-large {
            display: inline-block;
            width: 140px;
        }

    .roundedBox #receiptHistoryContent .formWrapper .controls.form-inline .label-sort {
        margin-left: 20px;
        width: 10px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .input-sm {
        display: inline-block;
        width: 103px;
        margin-bottom: 0 !important;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .inputField-receiptHistory-Filters,
    .roundedBox #receiptHistoryContent .formWrapper .row .inputField-receiptHistory-Sort {
        display: inline-block;
        width: 150px;
        margin-bottom: 0 !important;
    }


    .roundedBox #receiptHistoryContent .formWrapper .row .input-md {
        display: inline-block;
        width: 170px;
        margin-bottom: 0 !important;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .oneHalf {
        width: 421.8px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .oneThird {
        padding-right: 10px;
        width: 271.2px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .twoThird {
        padding-right: 10px;
        width: 542.4px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .oneFourth {
        width: 210.9px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .twoFourth {
        width: 421.8px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .threeFourth {
        width: 632.7px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .receiptBatchSection {
        width: 350px;
        height: 60px;
    }

    .roundedBox #receiptHistoryContent .formWrapper .row .selectDisplayRecords {
        margin-right: 50px;
        width: 86px;
    }

    /* table filters */
    .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters {
        border-collapse: separate;
        border-spacing: 0 3px;
    }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters td.labelColumnLeft {
            width: 125px;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters td.labelColumnMiddle {
            width: 110px;
        }

            .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters td.labelColumnMiddle span {
                margin-left: 20px;
            }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters td.labelColumnRight span {
            margin-left: 40px;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableFilters td.labelColumnRight {
            width: 153.6px;
        }
    /* end table filters */

    /* table sort */
    .roundedBox #receiptHistoryContent .formWrapper .row table.tableSort {
        margin: 10px 0;
    }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableSort td.labelColumnLeft {
            width: 123px;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableSort td.middleLabel {
            width: 35px;
            text-align: right;
        }

        .roundedBox #receiptHistoryContent .formWrapper .row table.tableSort .sortByHeader {
            float: left;
            padding-bottom: 0px;
            margin-top: 5px;
        }
/* end table sort */

.inputField-searchForAgent, .inputField-searchForCustomer {
    margin-bottom: 0 !important;
    width: 104px;
}

.inputField-searchForAgentCustomerName {
    margin-bottom: 0 !important;
    width: 240px;
}

.receiptHistoryElipsisButtons {
    padding: 4px 9px !important;
    width: 30px;
}

.roundedBox #receiptHistoryContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

.checkBoxExactMatch {
    margin: -4px 0px 0px 0px !important;
}

.input-sm.currency {
    padding-left: 19px !important;
    width: 79px !important;
}

.receiptHistoryHeaderTableWrapper, .arHistoryReceiptBalanceHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.receiptHistoryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .receiptHistoryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

        .receiptHistoryTable thead th {
            text-align: left;
            font-size: 11px;
            line-height: 15px;
        }

    .receiptHistoryTable tbody td {
        text-align: left;
        font-size: 11px;
    }

.receiptHistoryBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 190px;
    border: 1px solid lightgray;
}


    .receiptHistoryBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .arHistoryReceiptBalanceBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* endregion Receipt History */

/* region Receipt Transactions*/

.receiptTransactionsModal {
    top: 20% !important;
    width: 1200px !important;
    margin-left: -600px !important;
}

.roundedBox #receiptTransactionsContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #receiptTransactionsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #receiptTransactionsContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #receiptTransactionsContent .formWrapper .row .label-text {
                width: 112px;
                text-align: left;
                display: inline-block;
                color: #33737f;
                font-weight: bold;
            }

            .roundedBox #receiptTransactionsContent .formWrapper .row .label-value {
                width: 153px;
                text-align: left;
                display: inline-block;
            }

            .roundedBox #receiptTransactionsContent .formWrapper .row .label-value-wider {
                width: 270px;
                text-align: left;
                display: inline-block;
            }

            .roundedBox #receiptTransactionsContent .formWrapper .row .agentNameLabel {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding-left: 6px;
            }

.receiptTransactionsTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .receiptTransactionsTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.receiptTransactionsHeaderTableWrapper {
    overflow: hidden;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.receiptTransactionsBodyTableWrapper {
    overflow: scroll;
    height: 300px;
    border: 1px solid lightgray;
}

    .receiptTransactionsBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .receiptTransactionsBodyTableWrapper tbody td {
        line-height: 25px;
    }


.receiptTransactionsCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}

/*endregion Receipt Transactions*/

/* region Agent Information */

.roundedBox #agentInformationContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #agentInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #agentInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #agentInformationContent .formWrapper .row .label-small-left {
                width: 130px;
                text-align: left;
            }

            .roundedBox #agentInformationContent .formWrapper .row .label-small-mid {
                width: 95px;
                text-align: left;
                margin-left: 20px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .label-small-right {
                width: 150px;
                text-align: left;
            }

            .roundedBox #agentInformationContent .formWrapper .row .inputFieldAgentInfo-small {
                width: 100px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .inputFieldAgentInfo-large {
                width: 337px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .inputFieldAgentInfo {
                width: 219px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .inputFieldAgentInfo-small-right {
                width: 70px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .inputFieldAgentInfo-right {
                width: 158px;
            }

            .roundedBox #agentInformationContent .formWrapper .row .buttonAgentInfo {
                padding: 5px 9px !important;
            }

.agencyInfoModal {
    top: 15% !important;
    width: 1020px !important;
    margin-left: -510px !important;
}

.auditInsuranceInfoModal {
    top: 1% !important;
    width: 674px !important;
    margin-left: -337px !important;
}

.cancellationInfoModal {
    top: 10% !important;
    width: 656px !important;
    margin-left: -328px !important;
}

.countiesModal {
    top: 15% !important;
    width: 640px !important;
    margin-left: -320px !important;
}

.customerTreeModal {
    top: 15% !important;
    width: 640px !important;
    margin-left: -320px !important;
}

.licensingInfoModal {
    top: 20% !important;
    width: 700px !important;
    margin-left: -350px !important;
}

.notesModal {
    top: 15% !important;
    width: 940px !important;
    margin-left: -470px !important;
}

.splitsModal {
    top: 15% !important;
    width: 740px !important;
    margin-left: -370px !important;
}

.agentInfoModalsCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}

/* endregion Agent Information */

/* region Agency Information */

.roundedBox #agencyInformationContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #agencyInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #agencyInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #agencyInformationContent .formWrapper .row .label-small-left {
                width: 130px;
                text-align: left;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .label-large-left {
                width: 202px;
                text-align: left;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .label-small-mid {
                width: 108px;
                text-align: left;
                margin-left: 20px;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .label-small-right {
                width: 80px;
                text-align: left;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .label-large-right {
                width: 160px;
                text-align: left;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .inputFieldAgencyInfo-small {
                width: 100px;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .inputFieldAgencyInfo-small-right {
                width: 130px;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .inputFieldAgencyInfo-mid {
                width: 200px;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .inputFieldAgencyInfo-large {
                width: 278px;
            }

            .roundedBox #agencyInformationContent .formWrapper .row .inputFieldAgencyInfo-xlarge {
                width: 350px;
            }

.agencyInfoTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .agencyInfoTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.agencyInfoHeaderTableWrapper {
    overflow: hidden;
    width: 494px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.agencyInfoBodyTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 494px;
    height: 200px;
    border: 1px solid lightgray;
}

/* endregion Agency Information */

/* region Audit/Insurance Information */

.roundedBox #auditInsuranceInformationContent {
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #auditInsuranceInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #auditInsuranceInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 15px;
        }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .label-left {
                width: 166px;
                text-align: left;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .label-right {
                width: 155px;
                text-align: left;
                margin-left: 20px;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .label-large-left {
                width: 172px;
                text-align: left;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .label-large-right {
                width: 95px;
                text-align: left;
                margin-left: 20px;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .label-xlarge-left {
                width: 280px;
                text-align: left;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .inputFieldAuditInsuranceInfo {
                width: 129px;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .inputFieldAuditInsuranceInfo-small {
                width: 100px;
            }

            .roundedBox #auditInsuranceInformationContent .formWrapper .row .inputFieldAuditInsuranceInfo-large {
                width: 390px;
            }

/* endregion Audit/Insurance Information */

/* region Cancellation Information */

.roundedBox #cancellationInformationContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #cancellationInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #cancellationInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #cancellationInformationContent .formWrapper .row .label-left {
                width: 155px;
                text-align: left;
            }

            .roundedBox #cancellationInformationContent .formWrapper .row .label-right {
                width: 119px;
                text-align: left;
                margin-left: 20px;
            }

            .roundedBox #cancellationInformationContent .formWrapper .row .inputFieldCancellationInfo-mid {
                width: 129px;
            }

            .roundedBox #cancellationInformationContent .formWrapper .row .inputFieldCancellationInfo-small {
                width: 100px;
            }

            .roundedBox #cancellationInformationContent .formWrapper .row .inputFieldCancellationInfo-large {
                width: 390px;
            }

/* endregion Cancellation Information */

/* region Counties */

.roundedBox #countiesInformationContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #countiesInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #countiesInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #countiesInformationContent .formWrapper .row .label-small {
                width: 102px;
                text-align: left;
            }

            .roundedBox #countiesInformationContent .formWrapper .row .inputFieldCounties {
                width: 429px;
            }

            .roundedBox #countiesInformationContent .formWrapper .row .checkBoxOption {
                margin-bottom: 5px;
            }

                .roundedBox #countiesInformationContent .formWrapper .row .checkBoxOption input[type="checkbox"] {
                    margin: 0;
                }

.countiesTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .countiesTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.countiesHeaderTableWrapper {
    overflow: hidden;
    width: 545px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.countiesBodyTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 545px;
    height: 200px;
    border: 1px solid lightgray;
}

/* endregion Counties */

/* region Customer Tree */

.roundedBox #customerTreeContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    height: 600px;
    max-height: 600px;
}

    .roundedBox #customerTreeContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        overflow-y: auto;
        width: 95%;
        height: 550px;
        max-height: 550px;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
        background-color: white;
    }

        .roundedBox #customerTreeContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

/* endregion Customer Tree */

/* region Licensing Information */

.roundedBox #licensingInformationContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #licensingInformationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #licensingInformationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #licensingInformationContent .formWrapper .row .label-left {
                width: 195px;
                text-align: left;
            }

            .roundedBox #licensingInformationContent .formWrapper .row .label-left-large {
                width: 310px;
                text-align: left;
            }

            .roundedBox #licensingInformationContent .formWrapper .row .label-right {
                width: 119px;
                text-align: left;
                margin-left: 49px;
            }

            .roundedBox #licensingInformationContent .formWrapper .row .inputFieldLicensingInfo-small {
                width: 100px;
            }

            .roundedBox #licensingInformationContent .formWrapper .row .inputFieldLicensingInfo-large {
                width: 390px;
            }

/* endregion Licensing Information */

/* region Notes */

.roundedBox #notesContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #notesContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #notesContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #notesContent .formWrapper .row .label-small {
                width: 102px;
                text-align: left;
            }

            .roundedBox #notesContent .formWrapper .row .inputFieldNotes {
                width: 429px;
            }

.notesTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .notesTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.notesHeaderTableWrapper {
    overflow: hidden;
    width: 833px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.notesBodyTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 833px;
    height: 200px;
    border: 1px solid lightgray;
}

/* endregion Notes */

/* region Splits */

.roundedBox #splitsContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #splitsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #splitsContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #splitsContent .formWrapper .row .label-small {
                width: 102px;
                text-align: left;
            }

            .roundedBox #splitsContent .formWrapper .row .inputFieldSplits {
                width: 429px;
            }

.splitsTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .splitsTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.splitsHeaderTableWrapper {
    overflow: hidden;
    width: 654px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.splitsBodyTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 654px;
    height: 200px;
    border: 1px solid lightgray;
}

/* endregion Splits */

/* region Bank Maintenance*/

.roundedBox #bankMaintenanceContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #bankMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #bankMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row-statistics {
            clear: none;
            margin: 0px;
            margin-bottom: 0px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .label-small {
            width: 149px;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .label-statistics {
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .label-statistics-right {
            margin-left: 30px;
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .input-statistics {
            width: 155px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .checkboxOptions {
            margin-left: 20px;
            margin-bottom: 5px;
        }

            .roundedBox #bankMaintenanceContent .formWrapper .row .checkboxOptions input[type="checkbox"],
            .roundedBox #bankMaintenanceContent .formWrapper .row .checkboxOptions input[type="radio"] {
                margin: 0;
            }

        .roundedBox #bankMaintenanceContent .formWrapper .row .inputRemittanceBank {
            width: 240px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .select-underwriter {
            width: 254px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .fieldsetRemittanceBank {
            float: left;
            width: 410px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .fieldsetRemittanceBankMidCol {
            width: 190px;
            margin-left: 27px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .fieldsetRemittanceBankRightCol {
            float: right;
            width: 190px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .fieldsetRemittanceBankStatistics {
            float: left;
            width: 620px;
        }

        .roundedBox #bankMaintenanceContent .formWrapper .row .btnCancel {
            float: right;
        }

/* endregion Bank Maintenance */

/* region Bank Deposit Number */

.roundedBox #bankDepositNumberContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #bankDepositNumberContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #bankDepositNumberContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #bankDepositNumberContent .formWrapper .row .labelBox-bankDepositNumber {
                width: 150px;
                display: inline-block;
            }

            .roundedBox #bankDepositNumberContent .formWrapper .row .btnBackBankDepositNumber {
                float: right;
                margin-right: 5px;
            }

            .roundedBox #bankDepositNumberContent .formWrapper .row .bankDepositNumberStatus {
                width: 380px;
                height: 100px;
                background-color: whitesmoke;
                border-style: solid;
                border-width: thin;
                border-color: silver;
                padding: 10px;
            }

/* endregion Bank Deposit Number */

/* region Book Search Fee Batches */

.roundedBox #bookSearchFeeBatchesContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #bookSearchFeeBatchesContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #bookSearchFeeBatchesContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #bookSearchFeeBatchesContent .formWrapper .row .labelBox-bookSearchFeeBatches {
                width: 150px;
                display: inline-block;
            }

            .roundedBox #bookSearchFeeBatchesContent .formWrapper .row .btnBackBookSearchFeeBatches {
                float: right;
                margin-right: 5px;
            }

            .roundedBox #bookSearchFeeBatchesContent .formWrapper .row .bookSearchFeeBatchesStatus {
                width: 380px;
                height: 100px;
                background-color: whitesmoke;
                border-style: solid;
                border-width: thin;
                border-color: silver;
                padding: 10px;
            }

/* endregion Book Search Fee Batches */

/* region Cost Center Maintenance */

.roundedBox #costCenterContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #costCenterContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #costCenterContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #costCenterContent .formWrapper .row .label-small-left {
                width: 90px;
                text-align: left;
            }

            .roundedBox #costCenterContent .formWrapper .row .label-small-right {
                margin-left: 50px;
                width: 90px;
                text-align: left;
            }

            .roundedBox #costCenterContent .formWrapper .row .selectFilters {
                width: 200px;
            }

            .roundedBox #costCenterContent .formWrapper .row .selectFilters {
                width: 200px;
            }

            .roundedBox #costCenterContent .formWrapper .row .radioButtonCostCenter {
                margin-top: -2px;
                margin-left: 15px;
            }

#costCenterContent .redHighlight {
    background-color: #ffe0e0;
}

.costCenterTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .costCenterTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.costCenterHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.costCenterBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

    .costCenterBodyTableWrapper tbody tr td.centerAlignText {
        text-align: center;
    }

    .costCenterBodyTableWrapper tbody tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .costCenterBodyTableWrapper tbody tr td .inputCostCenterGrid-small {
            width: 76px;
            margin-bottom: 0px;
        }

        .costCenterBodyTableWrapper tbody tr td .inputCostCenterGrid-mid {
            width: 136px;
            margin-bottom: 0px;
        }

        .costCenterBodyTableWrapper tbody tr td .inputCostCenterGrid-large {
            width: 196px;
            margin-bottom: 0px;
        }

        .costCenterBodyTableWrapper tbody tr td .selectCostCenterGrid-mid {
            width: 121px;
            margin-bottom: 0px;
        }

        .costCenterBodyTableWrapper tbody tr td .selectCostCenterGrid-large {
            width: 210px;
            margin-bottom: 0px;
        }

        .costCenterBodyTableWrapper tbody tr td .cbCostCenterGrid {
            margin-top: 8px;
        }

/* endregion Cost Center Maintenance */

/* region Payment Relationship */

.roundedBox #paymentRelationshipContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #paymentRelationshipContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #paymentRelationshipContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #paymentRelationshipContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #paymentRelationshipContent .formWrapper .row .rightCol {
                float: right;
            }

.labelBox-paymentRelationship {
    width: 110px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.inputField-paymentRelationship {
    width: 263px !important;
    margin-bottom: 0 !important;
}

.inputField-paymentRelationshipFrom-numbers {
    width: 228px !important;
    margin-bottom: 0 !important;
}

.inputField-paymentRelationshipTo-numbers {
    width: 63px !important;
    margin-bottom: 0 !important;
}

.dropDownField-paymentRelationship {
    width: 120px !important;
}

.fieldsetRelatedAgencyCustomer {
    width: 100%;
}

.paymentRelationshipTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .paymentRelationshipTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.paymentRelationshipHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.paymentRelationshipBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 240px;
    border: 1px solid lightgray;
}

.paymentRelationshipElipsisButtons {
    width: 30px;
    padding: 4px 9px !important;
}

.locateAgenciesModal,
.locateCustomersModal,
.locateLocationsModal,
.wide-modal {
    top: 20% !important;
    width: 860px !important;
    margin-left: -430px !important;
}

.roundedBox #locateAgenciesContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #locateAgenciesContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #locateAgenciesContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

.roundedBox #locateCustomersContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #locateCustomersContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #locateCustomersContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

.roundedBox #locateLocationsContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #locateLocationsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #locateLocationsContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

.labelBox-locate {
    width: 35px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.inputField-locate {
    width: 640px !important;
    margin-bottom: 0 !important;
}

.locateTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .locateTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.locateTableWrapper {
    overflow: scroll;
    width: 757px;
    height: 300px;
    border: 1px solid lightgray;
}

.indicator {
    width: 10px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #6F9298;
}

.selectedTableRow {
    background-color: #A5C0B0 !important;
}

.paymentRelationshipsErrorDecorator {
    border: solid 1px #ae4136 !important;
    background-color: #ffe0e0 !important;
}

.locateCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}

/* endregion Payment Relationship */

/* region Adjustment Approval Limit */

.roundedBox #adjustmentApprovalLimitContent {
    padding: 30px;
    padding-bottom: 15px;
    outline: none;
}

    .roundedBox #adjustmentApprovalLimitContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #adjustmentApprovalLimitContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

.dropDownField-adjustmentApprovalLimit-actType {
    width: 180px !important;
    margin-bottom: 0 !important;
}

.inputField-adjustmentApprovalLimit {
    width: 90px !important;
    margin-bottom: 0 !important;
}

.inputField-adjustmentApprovalLimit-amount {
    background: white url(../Images/dollar.gif) no-repeat 5px 8px;
    padding-left: 17px !important;
    width: 80px !important;
    margin-bottom: 0 !important;
}

.dropDownField-adjustmentApprovalLimit {
    width: 140px !important;
}

.fieldsetAdjustmentApprovalLimit {
    width: 100%;
}

.adjustmentApprovalLimitTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .adjustmentApprovalLimitTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.adjustmentApprovalLimitHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.adjustmentApprovalLimitBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 340px;
    border: 1px solid lightgray;
}

.adjustmentApprovalLimitElipsisButtons {
    width: 30px;
    padding: 4px 9px !important;
}

/* endregion Adjustment Approval Limit */

/* region Receipts Summary */
.roundedBox #receiptsSummaryContent {
    padding: 30px;
    padding-bottom: 15px;
    outline: none;
}

    .roundedBox #receiptsSummaryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #receiptsSummaryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #receiptsSummaryContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #receiptsSummaryContent .formWrapper .row .rightCol {
                float: right;
            }

            .roundedBox #receiptsSummaryContent .formWrapper .row .labelBox-receiptSummaryLeft {
                width: 115px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #receiptsSummaryContent .formWrapper .row .labelBox-receiptSummaryRight {
                width: 110px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

.inputField-receiptReceiptsSummaryLeft {
    width: 319px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptReceiptsSummaryRight {
    width: 182px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptReceiptsSummaryTable {
    width: 88px !important;
    margin-bottom: 0 !important;
    height: 15px !important;
}

.inputField-receiptReceiptsSummaryTableFileNumber {
    width: 130px !important;
    margin-bottom: 0 !important;
    height: 15px !important;
}

.inputField-receiptReceiptsSummaryTableCurrency {
    width: 78px !important;
    margin-bottom: 0 !important;
    height: 15px !important;
    padding-left: 15px !important;
    text-align: right;
}

.inputField-checkBoxContainer {
    text-align: center;
}

    .inputField-receiptReceiptsSummaryTableCheckBox {
        margin-top: -1px;
    }

.fieldsetReceiptsSummary {
    width: 210px;
    margin-top: 10px;
}

.receiptsSummaryBtnCancel {
    float: right;
    margin-right: 5px;
}

.receiptsSummaryBtnApply {
    float: right;
}

.receiptsSummaryCheckBox {
    margin-top: 0px !important;
}

.receiptsSummaryLabelCheckBox {
    display: inline-block;
    margin-top: 30px;
}

.receiptsSummaryTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .receiptsSummaryTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

    .receiptsSummaryTable tr td {
        vertical-align: middle;
        font-size: 12px !important;
    }

        .inputField-checkBoxContainer {
            text-align: center !important;
        }

            .inputField-receiptReceiptsSummaryTableCheckBox {
                margin-top: -1px !important;
            }

.receiptsSummaryHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
}

.receiptsSummaryBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 300px;
    border: 1px solid lightgray;
}

.gridElipsisButtons {
    width: 30px;
    height: 30px;
    padding: 4px 9px !important;
}

.receiptSummaryModalValidation > div, .receiptBatchGetBatchesValidation > div, .receiptsModalValidation > div {
    max-width: 200px;
}
/* endregion Receipts Summary */

/* startregion Receipt Allocation */

.roundedBox #receiptAllocationContent {
    padding: 30px;
    padding-bottom: 15px;
    outline: none;
}

.roundedBox #invoiceAllocationContent {
    padding: 30px;
    padding-bottom: 15px;
    outline: none;
}


.roundedBox #receiptAllocationContent .formWrapper {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
}

    .roundedBox #receiptAllocationContent .formWrapper .row {
        clear: none;
        margin: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #receiptAllocationContent .formWrapper .row .leftCol {
            float: left;
        }

        .roundedBox #receiptAllocationContent .formWrapper .row .rightCol {
            float: right;
        }

.labelBox-receiptAllocation {
    width: 143px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-searchByApplayToReceiptAllocation {
    width: 158px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBox-searchByamountAppliedReceiptAllocation {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.searchFieldBox {
    margin-right: 20px;
}

.labelBoxMiddle-receiptAllocation {
    width: 92px;
    margin-left: 40px;
    margin-right: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.labelBoxRefund-receiptAllocation {
    width: 150px;
    margin-left: 40px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.inputField-receiptAllocation {
    width: 377px !important;
    margin-bottom: 0 !important;
}

.inputFieldShort-receiptAllocation {
    width: 110px !important;
    margin-bottom: 0 !important;
}

.checkbox-receiptAllocation {
    width: 70px !important;
    margin-bottom: 5px !important;
    margin-left: -60px !important
}

.inputField-receiptAllocationCurrency {
    text-align: right;
}

.inputField-batchinvoiceAllocationCurrency {
    width: 140px !important;
    margin-bottom: 0 !important;
    text-align: right;
}

.inputFieldShort-receiptAllocationCurrency {
    width: 100px !important;
    margin-bottom: 0 !important;
    text-align: right;
}

.button-receiptAllocation {
    margin-right: 10px;
}

.receiptAllocationTableHeaderWrapper {
    overflow: hidden;
    width: 844px !important;
}

    .receiptAllocationTableHeaderWrapper table th {
        text-align: center;
        height: 33px;
    }

table .cell-xs {
    width: 20px;
}

table .cell-sm {
    width: 40px;
}

table .cell-md {
    width: 100px;
}

table .cell-lg {
    width: 150px;
}

table .cell-xl {
    width: 196px;
}

.receiptAllocationTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 218px;
    border: 1px solid lightgray;
}

.receiptAllocationTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .receiptAllocationTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

    .receiptAllocationTable td {
        text-align: center !important;
        padding-top: 6px !important;
    }

.receiptAllocationElipsisButtons {
    width: 30px;
    padding: 4px 9px !important;
}

.receiptAllocationModalValidation > div {
    max-width: 300px;
}

.inputField-receiptAllocation-textfield {
    width: 148px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptAllocation-textfieldLong {
    width: 166px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptAllocation-textfieldShort {
    width: 76px !important;
    margin-bottom: 0 !important;
}

.inputField-receiptAllocationTableCurrency {
    width: 67px !important;
    margin-bottom: 0 !important;
    height: 19px !important;
    padding-left: 15px !important;
    padding-top: 6px !important;
    text-align: right;
}

.inputField-receiptAllocation-date {
    width: 61px !important;
    margin-bottom: 0 !important;
}

.dropDownField-receiptAllocation {
    width: 150px !important;
}

.iconLink-receiptAllocation {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/apply.png);
}

.iconLink-receiptAllocation-disabled {
    height: 25px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../Content/Icons/apply.png);
    opacity: 0.6;
    cursor: not-allowed;
}

.iconCell-receiptAllocation button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* endregion Receipt Allocation */

/* startregion Attachment */
.roundedBox .attachmentGrid {
    width: 100% !important;
}

.attachmentsTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .attachmentsTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.attachmentDetailsModal {
    top: 15% !important;
    width: 860px !important;
    margin-left: -430px !important;
}

.attachmentCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}
/* endregion Attahcment */

/* startregion ManageTypes */

#manageCplSearchTemplateContainer .roundedBox #searchContent .formWrapper {
    width: 100% !important;
}

.row-manageTypesSearch {
    margin-left: 20px !important;
    margin-top: 15px;
}

.labelBox-manageTypesSearch {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 100;
    width: 85px;
}

.dropDownFieldLarge-manageTypesSearch {
    width: 255px !important;
}

.inputField-manageTypesSearch {
    width: 241px !important;
}

.checkbox-manageTypesSearch {
    margin: 0 !important;
}

.manageJacketSearchTemplate {
    width: 840px;
}

.labelBoxLong-manageJacketTypesSearch {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 100;
    width: 120px;
}

.labelBoxShort-manageJacketTypesSearch {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 100;
    width: 80px;
}

.section-header-manageTypes {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.section-header-manageTypes-Title {
    border-bottom: 1px solid;
    margin: 0 20px 15px;
}

.searchResult-manageTypeSearch {
    padding-left: 5px;
    padding-right: 5px;
}

.search-table-mahageTypes th {
    text-align: center;
    vertical-align: middle;
}

.search-table-mahageTypes tbody td {
    text-align: center;
    vertical-align: middle;
}

#manageTypeContent {
    padding: 1px 0 15px;
    font-size: 12px;
}

.cb-field-manageTypes {
    float: left;
    width: 194px;
}

.cb-label-manageTypes {
    width: 168px;
    margin-left: 3px;
}

.cb-txt-left-field-manageTypes {
    float: left;
    width: 395px;
}

.cb-txt-right-field-manageTypes {
    float: left;
    width: 395px;
}

.cb-txt-right-field-manageTypes {
    float: left;
    width: 353px;
}

.cb-txt-label-manageTypes {
    width: 135px;
}

.cb-txt-input-large-manageTypes {
    width: 506px !important;
}

.cb-txt-input-medium-manageTypes {
    width: 195px !important;
}

.cb-txt-input-small-manageTypes {
    width: 110px !important;
}

.noLenders-manageTypes {
    text-align: center;
    width: 91%;
}

.lendersTable-manageTypes th {
    text-align: center;
}

#addNewLenderLink {
    width: 150px;
    float: left;
    margin-top: -30px;
}

#updateLendersLink {
    width: 110px;
    margin-top: -30px;
    right: 28px;
    position: absolute;
}

#cancelLendersLink {
    width: 110px;
    margin-top: -30px;
    right: 135px;
    position: absolute;
}

.manageTypes-links a {
    margin-left: 21px;
    content: '';
    display: table;
    line-height: 0;
    margin-top: 30px;
}

#addNewButtonWrapper {
    float: right;
    margin-bottom: 20px;
    margin-right: 15px;
}

/* #endregion ManageTypes */

/* #region Adjustment Group Header Maintenance */
.roundedBox #adjustmentGroupHeaderMaintenanceContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    outline: none;
}

    .roundedBox #adjustmentGroupHeaderMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #adjustmentGroupHeaderMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #adjustmentGroupHeaderMaintenanceContent .formWrapper .row .radioButtonAdjustmentGroupHeaderMaintenance {
                margin-top: -2px;
                margin-left: 15px;
            }

#adjustmentGroupHeaderMaintenanceContent .redHighlight {
    background-color: #ffe0e0;
}

.aghmActivityTypeTable, .aghmAdjustmentGroupNumberTable, .aghmAdjustmentGroupNameTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .aghmActivityTypeTable thead, .aghmAdjustmentGroupNumberTable thead, .aghmAdjustmentGroupNameTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.aghmActivityTypeHeaderTableWrapper, .aghmAdjustmentGroupNumberHeaderTableWrapper, .aghmAdjustmentGroupNameHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.aghmActivityTypeBodyTableWrapper, .aghmAdjustmentGroupNumberBodyTableWrapper, .aghmAdjustmentGroupNameBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.cbAGHMGrid {
    margin-left: 15px !important;
    margin-top: 8px;
}

.inputAGHMActivityTypeGrid-large {
    margin-bottom: 0px !important;
    width: 176px;
}

.inputAGHMActivityTypeGrid-small {
    margin-bottom: 0px !important;
    width: 110px;
}

.inputAGHMActivityTypeGrid {
    margin-bottom: 0px !important;
    width: 173px;
}

.selectAGHMGrid {
    margin-bottom: 0px !important;
    width: 182px;
}
/* #endregion Adjustment Group Header Maintenance */

/* #region Adjustment Maintenance Group */
.roundedBox #adjustmentGroupMaintenanceContent {
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #adjustmentGroupMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .rightCol {
                float: right;
            }

            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .labelBox-adjustmentGroupMaintenanceLeft {
                width: 125px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .fieldsetAdjustmentGroupMaintenance-Statistics .labelBox-adjustmentGroupMaintenanceLeft {
                width: 80px;
            }


            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .labelBox-adjustmentGroupMaintenanceRight {
                width: 150px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .fieldsetAdjustmentGroupMaintenance-Statistics .labelBox-adjustmentGroupMaintenanceRight {
                width: 85px;
            }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row-statistics {
            clear: none;
            margin: 0px;
            margin-bottom: 0px;
        }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .input-statistics {
            width: 155px;
            margin-bottom: 0px !important;
        }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .label-statistics {
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .label-statistics-right {
            margin-left: 30px;
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .radioButton-adjustmentGroupMaintenance {
            margin: 0px 5px 5px 5px;
        }

.inputField-adjustmentGroupMaintenanceLeft {
    width: 182px;
    margin-bottom: 0 !important;
}

.inputField-adjustmentGroupMaintenanceRight {
    width: 182px;
    margin-bottom: 0 !important;
}

.inputField-adjustmentGroupMaintenanceTable {
    width: 88px;
    margin-bottom: 0;
    height: 15px;
}

.fieldsetAdjustmentGroupMaintenance-Header {
    margin-top: 10px;
}

.fieldsetAdjustmentGroupMaintenance-AdjustmentReasons {
    margin-top: 10px;
}

.fieldsetAdjustmentGroupMaintenance-Statistics {
    width: 120%;
    margin-top: 10px;
}

.fieldsetAdjustmentGroupMaintenance-Status {
    margin-top: 10px;
    float: right;
    width: 180px;
}

.roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .checkboxOptions {
    margin-bottom: 5px;
}


.adjustmentGroupMaintenanceBtnBack {
    float: right;
    margin-right: 5px;
}

.adjustmentGroupMaintenanceTable {
    margin-bottom: 0;
    table-layout: fixed;
}

.batchAdjustmentTableWrapper {
    padding-top: 50px;
}

.adjustmentGroupMaintenanceTable thead {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    color: #FFFFFF;
}

.adjustmentGroupMaintenanceTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.roundedBox #adjustmentGroupMaintenanceContent .formWrapper .row .fieldsetAdjustmentGroupMaintenance-Statistics {
    float: left;
    width: 620px;
}

.adjustmentGroupMaintenanceTable th {
    text-align: center !important;
}

.adjustmentGroupMaintenanceTable td {
    margin-bottom: 0 !important;
    text-align: center !important;
}

    .adjustmentGroupMaintenanceTable td input,
    .adjustmentGroupMaintenanceTable td textarea,
    .adjustmentGroupMaintenanceTable td select {
        margin-bottom: 0 !important;
        height: 15px !important;
    }
/* #endregion Adjustment Maintenance Group */

/* #region Adjustment Post Template Maintenance  */
.roundedBox #adjustmentPostTemplateMaintenanceContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .rightCol {
                float: right;
            }

            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .labelBox-adjustmentPostTemplateMaintenanceLeft {
                width: 145px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .fieldsetAdjustmentPostTemplateMaintenance-Statistics .labelBox-adjustmentPostTemplateMaintenanceLeft {
                width: 80px;
            }


            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .labelBox-adjustmentPostTemplateMaintenanceRight {
                width: 150px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .fieldsetAdjustmentPostTemplateMaintenance-Statistics .labelBox-adjustmentPostTemplateMaintenanceRight {
                width: 85px;
            }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row-statistics {
            clear: none;
            margin: 0px;
            margin-bottom: 0px;
        }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .input-statistics {
            width: 155px;
            margin-bottom: 0px !important;
        }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .label-statistics {
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .label-statistics-right {
            margin-left: 30px;
            width: 85px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-right: 2px;
            text-align: right;
        }

        .roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .radioButton-adjustmentPostTemplateMaintenance {
            margin: 0px 5px 5px 5px;
        }

.inputField-adjustmentPostTemplateMaintenanceLeft {
    width: 182px;
    margin-bottom: 0 !important;
}

.inputField-adjustmentPostTemplateMaintenanceRight {
    width: 182px;
    margin-bottom: 0 !important;
}

.inputField-adjustmentPostTemplateMaintenanceTable {
    width: 88px;
    margin-bottom: 0;
    height: 15px;
}

.fieldsetAdjustmentPostTemplateMaintenance-Header {
    margin-top: 10px;
}

.fieldsetAdjustmentPostTemplateMaintenance-AdjustmentTemplateDetails {
    margin-top: 10px;
}

.fieldsetAdjustmentPostTemplateMaintenance-Statistics {
    width: 120%;
    margin-top: 10px;
}

.fieldsetAdjustmentPostTemplateMaintenance-Status {
    margin-top: 10px;
    float: right;
    width: 180px;
}

.roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .checkboxOptions {
    margin-bottom: 5px;
}


.adjustmentPostTemplateMaintenanceBtnBack {
    float: right;
}

.adjustmentPostTemplateMaintenanceTable {
    margin-bottom: 0;
    table-layout: fixed;
}

    .adjustmentPostTemplateMaintenanceTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.adjustmentPostTemplateMaintenanceTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.roundedBox #adjustmentPostTemplateMaintenanceContent .formWrapper .row .fieldsetAdjustmentPostTemplateMaintenance-Statistics {
    float: left;
    width: 620px;
}

.adjustmentPostTemplateMaintenanceTable th {
    text-align: center !important;
}

.adjustmentPostTemplateMaintenanceTable td {
    margin-bottom: 0 !important;
    text-align: center !important;
}

    .adjustmentPostTemplateMaintenanceTable td input,
    .adjustmentPostTemplateMaintenanceTable td textarea {
        margin-bottom: 0 !important;
        height: 15px !important;
    }

    .adjustmentPostTemplateMaintenanceTable td select {
        margin-bottom: 0 !important;
        height: 25px !important;
    }

.adjustmentPostTemplateMaintenanceErrorDecorator {
    border: solid 1px #ae4136 !important;
    background-color: #ffe0e0 !important;
}

/* #endregion */

/* #region Reserved Allocation */
.roundedBox #reservedAllocationContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #reservedAllocationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #reservedAllocationContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #reservedAllocationContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #reservedAllocationContent .formWrapper .row .rightCol {
                float: right;
            }

            .roundedBox #reservedAllocationContent .formWrapper .row .labelBox-reservedAllocationLeft {
                width: 100px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

            .roundedBox #reservedAllocationContent .formWrapper .row .labelBox-reservedAllocationRight {
                width: 120px;
                display: inline-block;
                zoom: 1;
                *display: inline;
            }

.inputField-reservedAllocationLeft {
    width: 182px;
    margin-bottom: 0 !important;
}

.inputField-reservedAllocationLeft-amount {
    width: 169px;
    padding-left: 19px !important;
    margin-bottom: 0 !important;
}

#reservedAllocationContent .amountField {
    padding-left: 19px !important;
}

.inputField-reservedAllocationRight {
    width: 250px;
    margin-bottom: 0 !important;
}

.inputField-reservedAllocationTable {
    width: 88px;
    margin-bottom: 0;
    height: 15px;
}

.fieldsetReservedAllocation-Header {
    margin-top: 10px;
}

.fieldsetReservedAllocation-ReserveHistory {
    margin-top: 0px;
}


.reservedAllocationBtnBack {
    float: right;
}

.reservedAllocationTable {
    margin-bottom: 0;
    table-layout: fixed;
}

    .reservedAllocationTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.reservedAllocationTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 240px;
    border: 1px solid lightgray;
}

.reservedAllocationTable th {
    text-align: center !important;
}

.reservedAllocationTable td {
    margin-bottom: 0 !important;
    text-align: center !important;
}

    .reservedAllocationTable td input {
        margin-bottom: 0 !important;
        height: 15px !important;
    }
/* #endregion */

/* startregion Receipt Adjustment */
#receiptAdjustmentContent {
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: white;
}

#btnExecuteReceiptAdjustmentSearch {
    position: absolute;
    right: -25px;
    top: 35px;
}

.fieldsetReceiptAdjustment-PostDetails {
    margin-top: 10px;
}

.receiptAdjustmentTable {
    margin-bottom: 0;
    table-layout: fixed;
}

    .receiptAdjustmentTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

.receiptAdjustmentTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.receiptAdjustmentTable th {
    text-align: center !important;
}

.receiptAdjustmentTable td {
    margin-bottom: 0 !important;
    text-align: center !important;
}

    .receiptAdjustmentTable td input {
        margin-bottom: 0 !important;
        height: 20px !important;
    }

.receiptAdjustmentModalValidation > div {
    max-width: 300px;
}

#receiptAdjustmentContent .formWrapper {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
}

    #receiptAdjustmentContent .formWrapper .row {
        clear: none;
        margin: 0px;
        margin-bottom: 10px;
    }

#receiptAdjustmentContent #buttonReceiptAdjustmentBack {
    float: right;
}

#receiptAdjustmentContent .leftBlock {
    display: inline-block;
    float: left;
}

#receiptAdjustmentContent .rightBlock {
    display: inline-block;
    float: right;
}

#receiptAdjustmentContent input,
#receiptAdjustmentContent select {
    margin-bottom: 0px;
}

.postDetailsTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 300px;
    border: 1px solid lightgray;
}

#receiptAdjustmentContent .redHighlight {
    background-color: red;
}

#receiptAdjustmentContent .greenHighlight {
    background-color: #81F781;
}

#receiptAdjustmentContent .lightRedHighlight {
    background-color: RGB(239, 61, 71);
}

#template-receiptAdjustmentTableRow .selectedRowGreen {
    background-color: rgb(0, 150, 0);
}

#template-receiptAdjustmentTableRow .selectedRowRed {
    background-color: rgb(150, 0, 0);
}



#receiptAdjustmentContent .fieldsetBalances {
    width: 250px;
    float: right;
}

#receiptAdjustmentContent .receiptInformationInputLeft {
    width: 100px;
}

#receiptAdjustmentContent .receiptInformationInputRight {
    width: 330px;
}

#receiptAdjustmentContent .receiptInformationLabel {
    width: 120px;
}

#receiptAdjustmentContent .balancesLabel {
    float: left;
    width: 120px;
    margin: 5px 0px 5px 0px;
}

#receiptAdjustmentContent .balancesInput {
    width: 67px;
    padding-left: 19px !important;
}

#receiptAdjustmentContent .adjustmentTypeInput {
    width: 360px;
}

#receiptAdjustmentContent .adjustmentTypeSelect {
    width: 264px;
}

#receiptAdjustmentContent .adjustmentTypeLabel {
    float: left;
    width: 120px;
    margin: 5px 0px 5px 0px;
}

#receiptAdjustmentContent .reverseAdjustmentLabel {
    width: 120px;
    margin: 5px 0px 5px 0px;
}

#receiptAdjustmentContent .affiliatedLabel {
    margin: 5px 0px 5px 0px;
}

#receiptAdjustmentContent .fieldsetAdjustmentType {
    height: 210px;
}

#receiptAdjustmentContent .invalidDataRed {
    background-color: rgb(255,0,0) !important;
}

#receiptAdjustmentContent .rowColorRed {
    background-color: rgb(255,0,0) !important;
}

#receiptAdjustmentContent .rowColorGreen {
    background-color: green;
}

/* region GL Export */

.roundedBox #glExportContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .roundedBox #glExportContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #glExportContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }

            .roundedBox #glExportContent .formWrapper .row .leftCol {
                float: left;
            }

            .roundedBox #glExportContent .formWrapper .row .rightCol {
                float: right;
            }


.labelBox-glExport {
    width: 110px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.inputField-glExport {
    width: 263px !important;
    margin-bottom: 0 !important;
}

.dropDownField-glExport {
    width: 277px !important;
}


.checkbox-glExport {
    float: left;
    margin-right: 4px !important;
}

.labelBox-glExport-checkbox {
    float: left;
    margin-top: 0px;
}

.fieldsetGLNumbers {
    width: 100%;
}

.glExportTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .glExportTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }


.gleHeaderTableWrapper {
    overflow: hidden;
    width: 844px;
    border: 1px solid lightgray;
    border-bottom: 0;
}

.gleUnassignedBatchesBodyTableWrapper, .gleAssignedBatchesBodyTableWrapper, .glExportUnassingedGLNosBodyTableWrapper, .glExportAssignedGLNumbersBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 200px;
    border: 1px solid lightgray;
}

.glExportButton {
    padding: 4px 9px !important;
    margin-bottom: 2px !important;
}

#glExportHistoryContent {
    padding: 30px;
    padding-bottom: 15px;
}

    #glExportHistoryContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        #glExportHistoryContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            #glExportHistoryContent .formWrapper .row .leftCol {
                float: left;
            }

            #glExportHistoryContent .formWrapper .row .rightCol {
                float: right;
            }

.glExportHistoryTableWrapper {
    overflow: scroll;
    width: 757px;
    height: 300px;
    border: 1px solid lightgray;
}

.glExportCloseSign {
    margin-top: 5px !important;
    margin-right: 10px !important;
}
/* endregion GL Export */

/*region Batch/Invoice Allocation*/
.roundedBox #batchInvoiceAllocationContent {
    padding: 30px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #batchInvoiceAllocationContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
    }

        .roundedBox #batchInvoiceAllocationContent .formWrapper .row {
            clear: none;
            margin: 0px;
        }

            .roundedBox #batchInvoiceAllocationContent .formWrapper .row .leftCol {
                float: left;
                width: 50%;
            }

#roundedBox #batchInvoiceAllocationContent .formWrapper .row .leftCol input[type=text] {
    margin-left: 140px;
    width: 60px;
    margin-bottom: 5px !important;
}

.roundedBox #batchInvoiceAllocationContent .formWrapper .row .rightCol {
    float: right;
    width: 50%;
}

#batchInvoiceAllocationContent .redHighlight {
    background-color: red;
}

#batchInvoiceAllocationContent .greenHighlight {
    background-color: #81F781;
}

#batchInvoiceAllocationContent .lightRedHighlight {
    background-color: RGB(239, 61, 71);
}

.input-batchInvoiceAllocation {
    width: 67px;
    padding-left: 19px !important;
    margin-bottom: 5px !important;
}

.batchInvoiceAllocationTableHeaderWrapper {
    overflow: hidden;
    width: 844px !important;
}


.batchInvoiceAllocationTableBodyWrapper {
    overflow: scroll;
    width: 844px;
    height: 218px;
    border: 1px solid lightgray;
}

.batchInvoiceAllocationTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .batchInvoiceAllocationTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }

    .batchInvoiceAllocationTable td {
        text-align: center !important;
        padding-top: 6px !important;
    }

.labelBox-batchInvoiceApplication {
    width: 125px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.input-batchInvoiceAgencyName {
    width: 220px;
    margin-bottom: 5px !important;
    margin-left: 60px;
}

.right-column {
    width: 24%;
    float: right;
}

.batchInvoiceAllocationTable {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

    .batchInvoiceAllocationTable thead {
        background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
        color: #FFFFFF;
    }


.batchInvoiceAllocationBodyTableWrapper {
    overflow: scroll;
    width: 844px;
    height: 180px;
    border: 1px solid lightgray;
}

.select-batchInvoiceAllocationDropDown {
    width: 93px;
    margin-bottom: 5px !important;
}

/*end region Batch/Invoice Allocation*/

/* region NRC */
.policy-info {
    padding: 0px;
    line-height: 0px;
    border: 0px;
}

#nrcPolicyInfo {
    width: 900px;
}

.roundedBox .nrcPolicyInfoContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox .nrcPolicyInfoContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox .nrcPolicyInfoContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 5px;
        }
/* endregion NRC */

/* Fix for displaying CK editor in the Boostrap modal. Without the CSS rules below, dropdowns in CKEditor will be unusable. */
body > cke.cke_reset_all.cke_panel.cke_combopanel.cke_ltr, body > .cke.cke_reset_all.cke_panel.cke_ltr, .cke_dialog {
    position: absolute;
    z-index: 2147483638 !important;
}

/* iPad/iPhone menu hover support */
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none)) {
    #headerWrapper {
        cursor: pointer;
    }

    #outerWrapper {
        cursor: pointer;
    }

    #footerOuterWrapper {
        cursor: pointer;
    }

    #nav li {
        cursor: pointer;
    }

    #nav > li > ul > li {
        cursor: pointer;
    }

    #mainContentWrapper {
        cursor: pointer;
    }

    #mainContainer {
        cursor: pointer;
    }
}

/* Manage Jacket Types*/
.roundedBox #manageJacketTypesContent {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
}

    .roundedBox #manageJacketTypesContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 5px;
    }

        .roundedBox #manageJacketTypesContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 20px;
        }

            .roundedBox #manageJacketTypesContent .formWrapper .row table td label {
                width: 150px;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row table td select {
                width: 200px;
                margin-right: 20px;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid .controls input[type="radio"] {
                margin-top: -2px;
                margin-left: 15px;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid #divJacketTypeList .jacketTypesHeaderTableWrapper {
                overflow: hidden;
                width: 844px;
                border: 1px solid lightgray;
                border-bottom: 0;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid #divJacketTypeList .jacketTypesBodyTableWrapper {
                overflow: scroll;
                width: 844px;
                height: 200px;
                border: 1px solid lightgray;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid #divJacketTypeList table tr th {
                text-align: center;
                vertical-align: middle;
            }

            .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid #divJacketTypeList .jacketTypeTable {
                margin-bottom: 0 !important;
                table-layout: fixed;
            }

                .roundedBox #manageJacketTypesContent .formWrapper .row .fieldSetJacketTypeListGrid #divJacketTypeList .jacketTypeTable thead {
                    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
                    color: #FFFFFF;
                }
/*End of Manage Jacket Types*/

/*Jacket Type Details*/
.jacketTypeDetailsTable.table {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.otherJacketTypeInfo.label-medium {
    width: 150px !important;
}

.jacketTypeDetailsTable thead {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    color: #FFFFFF;
}

.inputField-jacketTypeDetails {
    width: 282px !important;
}

.inputField-otherJacketTypeDetails {
    width: 327px !important;
}

.dropDownFieldLarge-jacketTypeDetails {
    width: 296px;
}

.dropDownFieldLarge-jacketCustomerAccount {
    width: 550px;
}

.dropDownFieldLarge-createJacket {
    width: 653px;
}

.dropDownFieldLarge-createFile {
    width: 585px;
}

.jacketCustomerAccountTable thead {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    color: #FFFFFF;
}

.jacketCustomerAccountTable {
    width: 100% !important;
    margin-bottom: 0px !important;
}

.roundedBox #jacketTypeDetailsContent {
    padding: 30px;
    padding-bottom: 15px;
}

    .roundedBox #jacketTypeDetailsContent .formWrapper {
        border-bottom: 1px solid #D7D7D7;
        width: 95%;
        margin: 0 auto;
        padding: 5px;
        margin-bottom: 10px;
    }

        .roundedBox #jacketTypeDetailsContent .formWrapper .row {
            clear: none;
            margin: 0px;
            margin-bottom: 10px;
        }

            .roundedBox #jacketTypeDetailsContent .formWrapper .row .leftCol,
            .roundedBox #jacketTypeDetailsContent .formWrapper .row .rightCol {
                margin-bottom: 3px;
                float: left;
            }

            .roundedBox #jacketTypeDetailsContent .formWrapper .row .leftCol {
                margin-right: 20px;
            }

                .roundedBox #jacketTypeDetailsContent .formWrapper .row .firstRow .label,
                .roundedBox #jacketTypeDetailsContent .formWrapper .row .leftCol .label,
                .roundedBox #jacketTypeDetailsContent .formWrapper .row .rightCol .label {
                    padding-bottom: 5px;
                    background-color: transparent;
                    color: #333333;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 14px;
                    float: left;
                    line-height: 25px;
                    width: 100px;
                }

            .roundedBox #jacketTypeDetailsContent .formWrapper .row .firstRow .label {
                font-weight: bold;
            }

            .roundedBox #jacketTypeDetailsContent .formWrapper .row .firstRow .field,
            .roundedBox #jacketTypeDetailsContent .formWrapper .row .leftCol .field,
            .roundedBox #jacketTypeDetailsContent .formWrapper .row .rightCol .field {
                float: left;
                height: 40px;
            }

                .roundedBox #jacketTypeDetailsContent .formWrapper .row .leftCol .field input,
                .roundedBox #jacketTypeDetailsContent .formWrapper .row .rightCol .field input {
                    width: 200px;
                }

            .roundedBox #jacketTypeDetailsContent .formWrapper .row .firstRow select {
                width: 450px;
                margin-left: 0px;
            }

.otherJacketTypeInfo {
    margin-left: 5%;
    width: 360px;
    margin-top: 10px;
    float: left;
}

#jacketContainer {
    padding-top: 3px;
}

.fullBlock {
    width: 100%;
    display: inline-block;
    height: 30px;
}

.otherJacketTypeInfo .fullBlock span {
    float: left;
}

.otherJacketTypeInfo .fullBlock input {
    float: right;
}

    .otherJacketTypeInfo .fullBlock input[type=number] {
        width: 103px;
    }

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.jacketTypeDetailsTableWrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 820px;
    max-height: 235px;
    border: 1px solid lightgray;
}

#jacketTypeDetailsContent hr {
    margin: 10px 0;
}

#containerJacketTypeDetails {
    margin-top: 20px;
}

#containerCustomerMapping {
    margin-top: 20px;
}
/*End of Jacket Type Details*/

/*Toggleable password component*/


.right-addon {
    position: absolute;
    display: inline-block;
}

.password-icon-addon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.toggleable-password-input {
    box-sizing: border-box;
}

    .toggleable-password-input::-ms-clear,
    .toggleable-password-input::-ms-reveal {
        display: none;
    }

/* Transaction Type Configuration Styles */

#inputTransactionType {
    width: 180px;
}

#CreateCpl select#inputTransactionType {
    width: 155px !important
}

#transaction-type-checkboxes,
#transaction-type-letter-count-wrapper,
#recipient-types-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

    #transaction-type-checkboxes label:first-child {
        margin-left: 5px;
    }

    #transaction-type-checkboxes label {
        margin-left: 5px;
    }

#transaction-type-letter-count-wrapper {
    margin-left: 40px;
    vertical-align: sub;
}

/* End of Transaction Type Configuration Styles */

/* Agency Favorite Options */
.additionalIssuingContentContainer {
    padding: 8px;
}

.favoritesContentContainer {
    display: flex;
    justify-content: space-between;
}

    .favoritesContentContainer label span {
        font-size: 12px;
    }

.lenderFavoritesContainer {
    padding-left: 8px;
    padding-bottom: 8px;
}

.lender2FavoritesContainer {
    margin-left: 89px;
    margin-right: 3px;
    padding-bottom: 3px;
}

.agencyFavoritesContainer {
    padding-top: 8px;
}

.attorneyFavoritesContainer {
    margin-left: 45px;
}

/* End Agency Favorite Optiones */
/* Additional Information */
.lbl-agent-number {
    font-size: 12px;
    color: gray;
}

/* End Additional Information */

#lLednerAddToFrequentlyUsed {
    padding: 0px 15px 0px 15px;
}

#moveUpBtn {
    margin-left: 74px !important;
}

#moveDownBtn {
    padding: 0px !important;
    margin-left: 0px !important;
}

.left-margin-8 {
    margin-left: 8px;
}

.select-extra-large {
    width: 605px;
}

.large-select-input {
    width: 318px;
}

.xlarge-text-input {
    width: 180px;
}

.large-text-input {
    width: 170px;
}

.input-extra-large {
    width: 589px;
}

.xxl-select {
    width: 648px;
}

.select-medium-extra-large {
    width: 514px;
}

.select-small-xsmall {
    width: 149px;
}

.input-medium-min-medium {
    width: 135px;
}

.input-xsmall {
    width: 100px;
}

.text-input-xlarge-medium {
    width: 590px;
}

.x-small-medium-input {
    width: 185px;
}

.right-label-padding {
    padding: 0px 30px 0px 65px;
}

.medium-large-input {
    width: 511px !important;
}

.medium-large-input-attorney {
    width: 550px !important;
}

.input-medium-xsmall {
    width: 278px;
}

.left-margin-30 {
    margin-left: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.middle-label {
    padding: 0px 5px 0px 15px;
}

.padding-0 {
    padding: 0px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-335 {
    margin-left: 335px;
}

.margin-left-360 {
    margin-left: 360px;
}

.user-menu-link {
    cursor: pointer !important;
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#quickUserInfo > #userNav li a {
    padding: 5px;
    height: 20px;
    text-align: center;
    font-size: 1em;
}

.full-width {
    width: 100% !important;
}

.overflow-y {
    overflow-y: auto;
}

.text-nowrap {
    white-space: nowrap;
}

div#supportContactUsTemplate label[for="inputPhone"] {
    font-size: .9em;
}

/* #region Search Documents screen */

.search-documents-header {
    margin-top: 0px;
}

.search-documents-message-block {
    margin: 10px;
    display: none;
}

.search-documents-input-agency-details {
    width: 716px;
}

.search-documents-input-show-agency-favorites {
    margin-left: 125px;
    margin-right: 135px;
    padding-top: 0;
}

.search-documents-input-filenumber {
    width: 100px;
}

.search-documents-label-filenumber {
    margin-left: 15px !important;
    width: 120px !important;
}

.search-documents-input-status {
    margin-left: 15px
}

.search-documents-input-policy-number {
    width: 175px;
}

.search-documents-label-policy {
    width: 138px !important;
    margin-left: 12px;
}

.search-documents-input-property-city {
    width: 100px;
}

.search-documents-select-property-state {
    margin-left: 15px;
}

.search-documents-results-wrapper {
    margin: 10px 10px 60px 10px;
}

.search-documents-filenumber-results {
    padding: 0;
}

.search-documents-input-date-from {
    margin-right: 2px !important;
    width: 62px !important;
}

.search-documents-input-date-to {
    width: 62px !important;
}

.input-status-document-search {
    margin-left: 42px;
}

.status-label-document-search {
    margin-top: 5px;
}

.agent-filter-document-search {
    margin-top: 5px;
}

.search-documents-status-bar {
    margin: 10px 10px !important;
}

.search-documents-110px {
    width: 110px;
}

.search-documents-108px {
    width: 108px;
}

.search-documents-145px {
    width: 145px;
}

.search-documents-90px {
    width: 90px;
}

.search-documents-30px {
    width: 30px;
}

.search-documents-15px {
    width: 15px;
}

/* #endregion Search documents screen */

.position-relative {
    position: relative;
}

.ui-widget-header {
    background: #ccc url(themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.jpg) 50% 50% repeat-x !important;
}
.ui-tabs .ui-tabs-panel {
    border-width: 0 !important;
    padding: 1em 1.4em !important;
    background: none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: .9em !important;
}


/**** Title Search ****/

#createTitleSearchTemplate .requiredField {
    font-weight: bold !important;
    font-size: 13px !important;
}

#createTitleSearchTemplate .roundedBox #messageBlock {
    margin: 10px;
    display: none;
}

#createTitleSearchTemplate .topMargined {
    margin-top: 6px;
}

#createTitleSearchTemplate #titleSearchContainer {
    padding: 1em 1.4em;
    font-size: 0.9em !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#createTitleSearchTemplate select#selectBoxAgencyDetailsTitleSearch {
    margin-left: 3px;
    width: 638px;
}

.dropDownFieldLarge-createTitleSearch {
    width: 630px;
}

#TitleSearch textarea {
    width: 750px;
    min-width: 702px;
    max-width: 750px;
    max-height: 212px;
}

#TitleSearch input#inputFileNumber {
    width: 220px;
}

#TitleSearch label#lblFileNumber {
    width: 123px;
}

#TitleSearch select#inputPropertyType {
    width: 257px;
}

#TitleSearch label.propertyType {
    width: 123px;
    margin-left: 20px;
}

#TitleSearch select#inputTransactionType {
    width: 234px !important
}

#TitleSearch label#lblTransactionType {
    width: 123px;
}

#TitleSearch select#inputProductType {
    width: 234px !important
}

#TitleSearch label#lblProductType {
    width: 123px;
    margin-left: 42px;
}

#TitleSearch input#inputSalesPrice {
    width: 210px;
}

#TitleSearch label#lblSalesPrice {
    width: 123px;
}

#TitleSearch input#inputLoanAmount {
    width: 210px;
}

#TitleSearch label#lblLoanAmount {
    width: 123px;
    margin-left: 42px;
}

#TitleSearch input#inputNeedByDate {
    width: 220px;
}

#TitleSearch label#lblNeedByDate {
    width: 123px;
    margin-left: 42px;
}

#TitleSearch input#inputLoanNumber {
    width: 220px;
}

#TitleSearch label#lblLoanNumber {
    width: 123px;
}

#TitleSearch input#inputAddress1Ts {
    width: 630px;
}

#TitleSearch input#inputAddress2Ts {
    width: 630px;
}

#TitleSearch input#inputParcelId {
    width: 630px;
}

.allowCustomValueTs {
    height: 28px;
    width: 28px;
    border: #33737f;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 7px;
}

.title-search-lender {
    width: 644px;
}

.ts-lender-zip {
    margin-left:4px;
}

.ts-lender-city {
    margin-left: 10px;
    width: 212px;
}

.ts-lender-email {
    width: 212px;
}

.otl-form {
    margin: 0px!important;
}

.sectionItem2 {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

div#addAttorneyModal .label-attorney-section {
    width: 110px;
}

div#addAttorneyModal .input-small-attorney {
    width: 140px;
}

div#addAttorneyModal .frequently-used {
    margin-left: 10px !important;
}


div#addAttorneyModal .input-small-attorney-phone-fax {
    width: 140px;
}
div#addAttorneyModal .center-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 52px;
}

div#addAttorneyModal .input-medium-attorney {
    width: 180px;
}

div#addAttorneyModal .select-min-attorney {
    width: 154px;
}

#createCplLenderTemplate .clearLenderIcon {
    background: url(../Content/Icons/cancel_property.png);
    height: 22px;
    width: 22px;
    border: #33737f;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: 30px;
}

#createCplLenderTemplate button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.width900px{width:900px !important}.width950px{width:950px !important}.width1300px{width:1300px}.maxHeight400px{max-height:400px}.marginLeft10px{margin-left:10px !important}.marginLeft20px{margin-left:20px !important}.marginLeft30px{margin-left:30px !important}.marginleft130px{margin-left:130px}.marginLeft0px{margin-left:0 !important}.marginBottom10px{margin-bottom:10px !important}.marginBottom5px{margin-bottom:5px !important}.marginRight5px{margin-right:5px !important}.marginRight10px{margin-right:10px !important}.marginTop10px{margin-top:10px !important}.paddingLeft50px{padding-left:10px}.left41pct{left:41% !important}.left39pct{left:39.5% !important}.overflow{overflow:auto}.floatRight{float:right}.textCenter{text-align:center}.optionsHeader{color:#fff;background:url("../content/themes/base/Images/ui-bg_highlight-soft_25_33737f_1x100.png");border-color:gray;border-spacing:2px;max-width:100%;border:1px solid #ddd;border-radius:4px;border-collapse:separate;padding:1px 5px;text-align:center;margin-top:15px;margin-left:0 !important}.optionsSubHeader{color:#fff;background:url("../content/themes/base/Images/ui-bg_highlight-soft_25_33737f_1x100.png");border-color:gray;max-width:100%;border:1px solid #ddd;border-radius:4px;border-collapse:separate;text-align:center;margin-top:10px}.nrcOptionsError{color:red;margin-left:370px;margin-top:5px;font-weight:bold;font-size:11pt}.firstRowBckg{background-color:#eff7e6}.secondRowBckg{background-color:#eff7e6}.endorsementsTable{margin-bottom:20px;margin-top:-5px}.piInput{width:230px !important}.piSelect{width:245px !important}.piCurrency{width:220px !important}.piContainer{padding-top:10px;margin-left:-10px;margin-bottom:10px}.showSimultaneousDiv{height:40px !important}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('./fonts/fontawesome-webfont.eot?v=4.7.0');src:url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('./fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('./fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('./fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

table.WfgGridTable tbody,
table.WfgGridTable tr.newRow a.inputMimic,
table.WfgGridTable tr.newRow a.selectMimic
{
    background-color: #fcfcfc;
}

table.WfgGridTable tr.newRow a.inputMimic span,
table.WfgGridTable tr.newRow a.selectMimic span {
    min-height: 15px;
}

table.WfgGridTable tr.newRow a.inputMimic {
    padding-top: 4px; 
    padding-bottom: 4px; 
    padding-left: 4px; 
    border: 1px solid #ccc; 
    padding-right: 4px; 
    overflow: hidden; 
    border-radius: 4px;
    min-height: 22px;
    height: 22px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}

table.WfgGridTable tr.newRow a.selectMimic {
    padding-top: 4px; 
    padding-bottom: 4px; 
    padding-left: 4px; 
    border: 1px solid #ccc; 
    padding-right: 10px; 
    text-overflow: ellipsis;
    overflow: hidden; 
    border-radius: 4px;
    background-image: url(../Content/Icons/icon-arrow-down.svg);
    background-position: right;
    background-position-y: 8px;
    background-size: 15px;
    background-repeat: no-repeat;
    min-height: 22px;
    height: 22px;
    display: block;
    text-decoration: none;
    color: #000;
}

table.WfgGridTableHeader thead td {
    text-align: center;
    vertical-align: middle;
	font-weight: bold;
}

table.WfgGridTable tr.newRow td{
    overflow:hidden;
}

table.WfgGridTable tr.newRow td.requiredSelect select {
    background-color: #F7F7CD !important;
}

table.WfgGridTable tr.newRow.activeRow td.selectedRowIndicator{
    background-image: url(../Content/Icons/icon-arrow-right.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.alternating-rows .visual-row:nth-child(2n+1) td {
    background-color: #EFF7E6;
}

table.WfgGridTable tr.newRow.activeRow td:not(.parent-column),
table.WfgGridTable tbody.visual-row.activeGroup td
{
    background-color: #DBEDC7;
}

table.WfgGridTable tr.newRow a.disabled {
    cursor:not-allowed;
    background-color: #eeeeee !important;
}

table.WfgGridTable tr.newRow .invalid {
    background-color: #ffe0e0 !important;
}

table.WfgGridTableHeader td i.wfgGridColumnSort {
    float: right;
    margin: 4px;
}

table.WfgGridTableHeader .wfgGridGroupSelect{
    margin-right: 10px;
    margin-bottom: 5px;
}

table.WfgGridTable tbody.visual-row:hover td.hovered,
table.WfgGridTable tbody.visual-row:hover th.hovered {
    background-color: #DBEDC7;
}

/*
 * All CSS rules defined in this file are shared accross entire AWS app (including Knockout and Angular applications).
 * Be careful when adding, removing or changing these styles as they can affect multiple screens.
*/

/* WFG Grid using HandsOnTable START */

/* All headers */


wfg-Grid .handsontable th {
    background: url(themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg);
    color: #FFFFFF;
    font-weight: bold;
}

/* Column headers */
/* Top, bottom and right */
wfg-Grid .ht_clone_top th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Left */
wfg-Grid .ht_clone_top_left_corner th {
    border-right: 1px solid #F00;
}

wfg-Grid .handsontable td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}

wfg-Grid .handsontable .currentRow {
    background: #eee;
}

wfg-Grid .handsontable td.cell-button {
    padding-bottom: 0px;
    text-align: center;
}

wfg-Grid .handsontable td.button-disabled {
    cursor: not-allowed;
}

wfg-Grid .handsontable td.cell-button button.wfg-icon-edit {
    height: 24px;
    width: 24px;
}

wfg-Grid .handsontable td select.wfg-select {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}

wfg-Grid .handsontable td.input-disabled {
    cursor: not-allowed;
    border-color: #CCC!important;
}

wfg-Grid .handsontable td.field-required {
    background-color: #f7f7cd;
}

wfg-Grid .handsontable td.field-readonly {
    background-color: #eeeeee;
}

wfg-Grid .handsontable td.field-invalid,
wfg-Grid .handsontable td.htInvalid{
    background-color: #ffe0e0;
}

.handsontable td.htInvalid {
    background-color: #ffe0e0!important;
}

wfg-Grid .handsontable td div.htAutocompleteArrow {
    color: #777;
    cursor: pointer;
}

wfg-grid .handsontableInputHolder textarea.handsontableInput {
    line-height: 34px;
}

wfg-Grid .handsontable td.added-favorite-attorney {
    color: green;
}

wfg-Grid .handsontable td.removed-favorite-attorney {
    color: red;
}

/* WFG Grid using HandsOnTable END */

.wfg-grid-icon {
    height: 28px;
    width: 28px;
    border: #33737f;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent;
}

.error-message {
    color: red;
}

.roundedBox .formWrapper .row .statusBar,
.roundedBox .formWrapper .row .recordBar,
.roundedBox .formWrapper .row .gridBar,
.statusBar,
.recordBar,
.gridBar {
    border: lightgray;
    border-style: solid;
    border-width: 1px;
    background-color: #E5E5E5;
    padding-left: 5px;
    min-height: 24px !important;
}

#headerWrapper #company-logo {
    width: 390px;
    height: 100px;
    background: transparent url(../Images/companyLogoColor.png) no-repeat left top;
    background-position: center;
    background-size: contain;
    float: left;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.app-loading-screen .company-logo {
    width: 239px;
    height: 100px;
    background: transparent url(../Images/companyLogoV2.png) no-repeat left top;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    overflow: hidden;
    z-index: 100 !important;
}

.section-header {
    margin: 0;
    padding: 0;
    color: #52696e;
    font-size: 15px;
    padding-bottom: 5px;
}

/* Rounded box */

.roundedBox, .wfg-container {
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    -moz-box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    -webkit-box-shadow: 1px 3px 6px rgba(197, 194, 189, 0.99);
    background: #F1F1F1 url(../Images/search_contentBack.jpg) repeat-x left top;
    overflow: hidden;
}

.roundedBox .attachmentGridContent {
    padding: 30px;
    padding-bottom: 15px;
}


.attachmentGridModal {
    top: 15% !important;
    width: 860px !important;
    margin-left: -430px !important;
}

.attachmentGridContent .formWrapper {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
}

.attachmentGridContent .formWrapper .row .textareaAttachment {
    margin-top: 15px;
    width: 745px;
    height: 70px;
    resize: none;
    overflow-y: scroll;
}

.attachmentGridContent .formWrapper .row {
    clear: none;
    margin: 0px;
    margin-bottom: 5px;
}


.attachmentsTableWrapper {
    overflow: scroll;
    width: 757px;
    height: 200px;
    border: 1px solid lightgray;
}

.attachmentDetailsContent .formWrapper .row .textareaAttachment {
    width: 744px;
    height: 70px;
    resize: none;
}


.attachmentDetailsContent {
    padding: 30px;
    padding-bottom: 15px;
}

.attachmentDetailsContent .formWrapper {
    border-bottom: 1px solid #D7D7D7;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
}

.attachmentDetailsContent .formWrapper .row {
    clear: none;
    margin: 0px;
    margin-bottom: 5px;
}

.attachmentDetailsContent .formWrapper .row .labelBox-attachment {
    width: 105px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.attachmentDetailsContent .formWrapper .row .inputAttachment {
    display: inline-block;
    width: 635px;
    height: 30px;
}

.attachmentDetailsContent .formWrapper .row .selectAttachment {
    display: inline-block;
    width: 649px;
    height: 30px;
}

.attachmentDetailsContent .formWrapper .row .fieldsetAttachment {
    width: 759px;
}


.statusBar.success-message .statusBarNotificationLabel {
    color: green;
}

.padlock-image {
    width: 51px;
    height: 154px;
    background: transparent url(../Images/padlock.gif) no-repeat left top;
}

/* Iconbar */

#addIcon, .add-icon {
    background: url(./Icons/add_property.png);
}

#findIcon, .find-icon {
    background: url(./Icons/pocket_lantern.png);
}

#ctrlArrowUpIcon, .arrow-up-icon {
    background: url(./Icons/up_circular.png);
}

#ctrlArrowDownIcon, .arrow-down-icon {
    background: url(./Icons/down_circular.png);
}

#saveIcon, .save-icon {
    background: url(./Icons/save.png);
}

#cancelIcon, .cancel-icon {
    background: url(./Icons/cancel_property.png);
}

#clearIcon, .clear-icon {
    background: url(./Icons/erase.png);
}

#deleteIcon, .delete-icon {
    background: url(./Icons/delete_property.png);
}

#editIcon, .edit-icon {
    background: url(./Icons/edit_property.png);
}

#attachIcon, .attach-icon {
    background: url(./Icons/attach.png);
}

.view-icon {
    background: url(./Icons/view.png);
}

#attachmentCounterIcon {
    border-radius: 20px;
    background: url(./Icons/attachment_counter.png);
    background-size: 19px 19px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: white;
    height: 19px !important;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 8px;
    width: 19px !important;
}

#exportIcon, .export-icon {
    background: url(./Icons/send_file.png);
}

#helpIcon, .help-icon {
    background: url(./Icons/help.png);
}

.iconRow button:hover:enabled {
    box-shadow: 1px 1px 1px 1px #33737f;
    opacity: 0.8;
}

.iconRow button:disabled, 
button.iconSave:disabled,
button.iconDelete:disabled,
button.threeDotButton:disabled,
button.receiptsSummaryBtnCancel:disabled,
button.fa-plus:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}

.disabled-icon {
    opacity: 0.6;
    cursor: not-allowed;
}


.iconRow {
    clear: none;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: #d3d3d3 1px solid;
    width: 945px;
}

#iconBarTemplate {
    display: none;
    float: left;
    position: relative;
    width: 100%;
    z-index: 500;
}

.iconRow .iconBar {
    height: 28px;
    width: 28px;
    border: 1px solid #33737f;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wfg-text-bold {
    font-weight: bold;
}

.toggleContainer .toggleBar {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: -7px center;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 20px;
    cursor: pointer;
    color: #2D6670;
    background-image: url("../Images/bullet_plus.png");
}

.toggleContainer .toggleBar.expanded {
    background-image: url("../Images/bullet_minus.png");
}

.toggleContainer .toggleBar.error {
    color: #CC0033;
}

.mimic-link{
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
    cursor: pointer;
}

.mimic-link:hover{
    text-decoration: underline;
}

.file-table{
    width: 540px;
}

.centered{
    text-align: center;
}
    .toggleContainer .toggleBar.error {
        color: #CC0033;
    }


.text-underline {
    text-decoration: underline;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.overlay-message {
    color: #d2d8d7;
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.scrollable-tree-view{
    overflow-y:auto;
}

hot-table.wfgGrid{
    z-index: 1;
}

/* Margin */

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

/* End Margin */

div.ui-datepicker {
    z-index: 1000 !important;
}

.padlock-container {
    float: left;
    width: 35%;
}

.change-pw-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 0px;
    color: #468847;
    font-size: 13px;
    width:100%;
}

.change-pw-message-header {
    padding-top: 30px;
    text-align: center;
}

.pw-requirements {
    margin: inherit;
    width: 40%;
    text-align: left;
    list-style: none;
    padding-bottom: 30px;
}

.pw-requirements-list {
    margin: inherit;
    width: 40%;
    text-align: center;
    list-style: none;
    padding-bottom: 20px;
    padding: 8px;
}
.pw-requirements-item {
    padding: 3px;
}

.label-div {
    float: left;
    margin-top: 13px;
    width: 185px;
    font-weight: bold;
}

.tabsWrapper {
    background: url("../Content/themes/base/Images/ui-bg_highlight-soft_75_cccccc_1x100.jpg");
    height: 35px;
}

.width-100 {
    width: 100%;
}

.vertical-center {
    display: flex !important;
    justify-content: initial;
    align-items: center;
}

.splashScreenContent {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 420px;
}


#systemName {
    position: absolute;
    right: 230px;
    top: 27px;
    font-size: 16px;
}

#systemName .pipe {
    color: #000000;
    font-weight: bold;
    margin: 0 8px;
}

#systemName .ams-abbr {
    color: #000000;
    font-weight: bold;
}

#systemName .ams-full-name {
    color: #33737f;
    font-weight: bold;
}

.ams-admin-v2 {
    right: 180px !important;
    top: 20px !important;
}

#linksWrapperUnauthorized {
    padding-top: 6px;
}

.v2-long-name {
    padding-right: 5% !important;
}

