﻿/*#region Stips&Conditions */


/*==================================================
 * Stips & Conditions - Common Styles
 * ===============================================*/

.dropdown-grey {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('images/dropdown-arrow-grey.svg') !important;
    background: no-repeat 98% 50%;
    background-color: #fff;
    height: 21px;
    border: 1px solid #bdbebe;
    padding: 1px 18px 0px 8px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 12px;
}

    .dropdown-grey[disabled] {
        background: no-repeat 98% 50%;
        background-color: #efefef;
    }

    .dropdown-grey::-ms-expand {
        display: none;
    }

    .dropdown-grey.invalid {
        color: #9d9d9d;
    }

    .dropdown-grey option {
        color: #3d3d3d;
    }

        .dropdown-grey option.default {
            color: #9d9d9d;
        }


/*==================================================
 * Stips & Conditions - Contextual Bar Tabs (Above the View)
 * ===============================================*/

.imp-contextual-bar-tabs-container .stip-cond-tabs-container {
    position: relative;
    top: 6px;
    left: 10px;
}

.imp-contextual-bar-tabs-container .stip-cond-conditions-tab {
    width: 120px;
    margin-top: 6px;
}

.imp-tab-text .stip-cond-add-condition {
    position: absolute;
    color: #208ddc;
    top: -2px;
    right: 170px;
    font-size: 12px;
    right: 1px;
    padding-top: 5px;
}

.stip-cond-add-condition_plus {
    line-height: 30px;
    float: right !important;
    padding-right: 50px;
    padding-top: 5px;
    cursor: pointer;
}


/*==================================================
 * Stips & Conditions
 * ===============================================*/

.stip-cond {
    margin-top: -30px;
    padding-left: 10px;
    padding-bottom: 50px;
    color: #3d3d3d;
}


    /*==================================================
 * Stips & Conditions - Inputs
 * ===============================================*/

    .stip-cond input {
        width: 313px;
        height: 15px;
        border-color: #c0c1c1;
    }


    /*==================================================
 * Stips & Conditions - Common
 * ===============================================*/

    .stip-cond .inline {
        display: inline-block;
    }


    /*==================================================
 * Stips & Conditions - Select Boxes
 * ===============================================*/

    .stip-cond .stip-cond-select {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-image: url('images/securelinkemail-modal-dropdown-arrow.png') !important;
        background: no-repeat 100% 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 0px 18px 0px 1px;
        font-size: 15px;
        line-height: 17px;
        height: 22px;
        color: #9d9d9d;
    }

        .stip-cond .stip-cond-select::-ms-expand {
            display: none;
        }

        .stip-cond .stip-cond-select.select-valid {
            color: #3d3d3d;
        }

        .stip-cond .stip-cond-select option {
            color: #3d3d3d;
        }

            .stip-cond .stip-cond-select option.default {
                color: #9d9d9d;
            }


    /*==================================================
 * Stips & Conditions - Summary Section
 * ===============================================*/

    .stip-cond .summary-section {
        margin-top: 68px;
        font-size: 15px;
    }

    .stip-cond .summary-section-row {
        position: relative;
        margin-bottom: 15px;
    }


    /*==================================================
 * Stips & Conditions - Summary Section
 * ===============================================*/

    .stip-cond .summary-label {
        font-size: 12px;
        color: #9c9c9c;
        font-weight: normal;
        position: relative;
        top: 4px;
    }


    /*==================================================
 * Stips & Conditions - Summary Number Section
 * ===============================================*/

    .stip-cond .summary-number-section {
        display: inline-block;
        margin-right: 10px;
    }

    .stip-cond .summary-number-group {
        display: inline-block;
        margin-right: 10px;
    }

    .stip-cond .summary-number-label {
        display: inline-block;
    }

    .stip-cond .summary-number-value {
        display: inline-block;
        font-weight: bolder;
    }


    /*==================================================
 * Stips & Conditions - Summary Document Section
 * ===============================================*/

    .stip-cond .summary-document-section {
        display: inline-block;
        position: absolute;
        left: 400px;
    }

    .stip-cond .summary-document-group {
        display: inline-block;
        margin-right: 5px;
    }


    /*==================================================
 * Stips & Conditions - Summary Decision Section
 * ===============================================*/

    .stip-cond .summary-decision-section {
        display: inline-block;
    }


    /*==================================================
 * Stips & Conditions - Summary Decision Select Section
 * ===============================================*/

    .stip-cond .summary-decision-select-section {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 670px;
    }

    .stip-cond .summary-decision-text {
        font-weight: bold;
    }

    .stip-cond .summary-decision-select {
        width: 115px;
        font-weight: bold;
        position: absolute;
        top: -3px;
        outline: none;
    }

        .stip-cond .summary-decision-select option {
            font-weight: bold;
        }

    .stip-cond .summary-decision-label {
        position: absolute;
        top: 22px;
        white-space: nowrap;
    }


    /*==================================================
 * Stips & Conditions - Decision By Sections
 * ===============================================*/

    .stip-cond .summary-decision-by-group {
        display: inline-block;
        position: absolute;
        top: -3px;
        left: 810px;
        font-size: 13px;
        white-space: nowrap;
    }

    .stip-cond .summary-decision-by-separator {
        display: inline-block;
        border-left: 1px solid #000;
        height: 14px;
        position: relative;
        top: 4px;
    }

    .stip-cond .summary-decision-by-date-label {
        display: inline-block;
        position: relative;
        top: 2px;
        left: 5px;
        color: #000;
    }

    .stip-cond .summary-decision-by-name-label {
        display: inline-block;
        position: relative;
        top: 5px;
        width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000;
    }

    .stip-cond .summary-decision-made-by-label {
        font-size: 12px;
        color: #9c9c9c;
        position: absolute;
        top: 25px;
    }


    /*==================================================
 * Stips & Conditions - Summary History Button
 * ===============================================*/

    .stip-cond .summary-history-button {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 2px;
    }


    /*==================================================
 * Stips & Conditions - Main Category Section
 * ===============================================*/

    .stip-cond .main-category-section {
        margin-top: 40px;
    }


    /*==================================================
 * Stips & Conditions - Main Category Header
 * ===============================================*/

    .stip-cond .main-category-header {
        height: 19px;
        font-size: 12px;
        color: #9d9d9d;
        border-bottom: 1px solid #414141;
    }

    .stip-cond .main-category-name-label {
        display: inline-block;
        color: #9c9c9c;
    }

    .stip-cond .main-category-name {
        display: inline-block;
        font-size: 13px;
        color: #1fb25a;
    }

    .stip-cond .main-category-separator {
        display: inline-block;
        margin: 0px 4px;
    }

    .stip-cond .main-category-subject {
        display: inline-block;
    }


    /*==================================================
 * Stips & Conditions - Main Category Links Section
 * ===============================================*/

    .stip-cond .main-category-links-section {
        display: inline-block;
        float: right;
        position: relative;
        top: -20px;
    }

    .stip-cond .main-category-link {
        display: inline-block;
        color: #208ddc;
        cursor: pointer;
    }


    /*==================================================
 * Stips & Conditions - Condition Category Section
 * ===============================================*/

    .stip-cond .cond-category-section {
        font-size: 13px;
        border-bottom: 1px dashed #bdbfbf;
    }


    /*==================================================
 * Stips & Conditions - Condition Category Header
 * ===============================================*/

    .stip-cond .cond-category-header-container {
        position: relative;
    }

    .stip-cond .cond-category-header {
        position: relative;
        padding: 7px 0px;
        cursor: pointer;
    }

        .stip-cond .cond-category-header:hover {
            background-color: #e1f9ff;
        }

        .stip-cond .cond-category-header.active,
        .stip-cond .cond-category-header:active {
            background-color: #a6ecff;
        }


    /*==================================================
 * Stips & Conditions - Condition Category Name
 * ===============================================*/

    .stip-cond .cond-category-name {
        display: inline-block;
        position: relative;
        left: 0px;
        color: #000;
    }


    /*==================================================
 * Stips & Conditions - Condition Category Status Section
 * ===============================================*/

    .stip-cond .cond-category-status-section {
        display: inline-block;
        position: absolute;
        left: 73px;
    }


    /*==================================================
 * Stips & Conditions - Conditions Number Circle
 * ===============================================*/

    .stip-cond .cond-badge {
        display: inline-block;
        position: relative;
        width: 20px;
        margin-right: 3px;
    }

    .stip-cond .cond-badge-inner {
        position: absolute;
        top: -15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #4D4D4D;
        min-width: 21px;
    }

    .stip-cond .cond-badge .badge-content {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-top: 2px;
        position: relative;
        top: -1px;
        left: -1px;
        text-align: center;
        padding: 3px 2px 2px 4px;
    }


    /*==================================================
 * Stips & Conditions - Success Badge
 * ===============================================*/

    .stip-cond .cond-success-badge {
        font-size: 19.5px;
        color: #1fb25a;
        position: relative;
        top: -2px;
        left: 1px;
    }


    /*==================================================
 * Stips & Conditions - Unassigned Badge Color
 * ===============================================*/

    .stip-cond .cond-badge.unassigned .cond-badge-inner {
        background-color: #FDD54B;
    }

    .stip-cond .cond-badge.unassigned .badge-content {
        color: #000;
    }


    /*==================================================
 * Stips & Conditions - Conditions Container
 * ===============================================*/

    .stip-cond .conds-container {
        position: relative;
        padding-left: 30px;
        margin-bottom: 3px;
    }


    /*==================================================
 * Stips & Conditions - Condition Section
 * ===============================================*/

    .stip-cond .cond-section {
        position: relative;
    }


    /*==================================================
 * Stips & Conditions - Condition Header
 * ===============================================*/

    .stip-cond .cond-header-container {
        margin-right: -40px;
    }

    .stip-cond .cond-header {
        position: relative;
        padding: 7px 0px;
        margin-right: 40px;
    }

    .stip-cond .cond-header-container:hover .cond-header {
        background-color: #e1f9ff;
    }

    .stip-cond .cond-header.active {
        background-color: #a6ecff !important;
    }


    /*==================================================
 * Stips & Conditions - Condition Status Section
 * ===============================================*/

    .stip-cond .cond-status-section {
        display: inline-block;
        position: absolute;
        top: 0px;
        width: 53px;
        text-align: right;
        white-space: nowrap;
    }

        .stip-cond .cond-status-section .cond-badge {
            position: relative;
            top: 7px;
        }


    /*==================================================
 * Stips & Conditions - Condition Expand/Collapse
 * ===============================================*/

    .stip-cond .expand-collapse-header-container {
        position: relative;
    }

    .stip-cond .cond-expand {
        display: inline-block;
        position: absolute;
        top: 9px;
        left: -18px;
        cursor: pointer;
        z-index: 1;
    }

        .stip-cond .cond-expand.arrow-down {
            top: 10px;
            left: -20px;
        }

    .stip-cond .arrow-right {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #7B7B7B;
    }

    .stip-cond .arrow-down {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #7B7B7B;
    }


    /*==================================================
 * Stips & Conditions - Condition Category Status Section
 * ===============================================*/

    .stip-cond .cond-name {
        display: inline-block;
        position: absolute;
        top: 9px;
        left: 60px;
        font-size: 12px;
        color: #9d9d9d;
    }


    /*==================================================
 * Stips & Conditions - Condition Description
 * ===============================================*/

    .stip-cond .cond-desc {
        display: inline-block;
        font-size: 12px;
        width: 555px;
        vertical-align: top;
        position: relative;
        top: 2px;
        left: 110px;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
    }

        .stip-cond .cond-desc.expanded {
            overflow-x: auto;
            white-space: normal;
        }


    /*==================================================
 * Stips & Conditions - Condition Comment
 * ===============================================*/

    .stip-cond .cond-note {
        display: inline-block;
        font-size: 12px;
        position: absolute;
        top: 5px;
        left: 675px;
        white-space: nowrap;
    }

    .stip-cond .cond-note-icon {
        position: relative;
        top: -3px;
        left: 1px;
        font-size: 23px;
        cursor: pointer;
        color: #208ddc;
    }

    .stip-cond .cond-last-note-section {
        display: inline-block;
        position: relative;
        top: -4px;
        left: 7px;
        color: #9d9d9d;
    }

    .stip-cond .cond-last-note-date {
        display: inline-block;
        vertical-align: top;
    }

        .stip-cond .cond-last-note-date:after {
            content: "-";
            padding: 0px 2px 0px 4px;
        }

    .stip-cond .cond-last-note-text {
        display: inline-block;
        width: 313px;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }


    /*==================================================
 * Stips & Conditions - Condition History Button
 * ===============================================*/

    .stip-cond .cond-history-button {
        display: inline-block;
        position: absolute;
        top: 4px;
        right: 2px;
    }


    /*==================================================
 * Stips & Conditions - Condition Delete Button
 * ===============================================*/

    .stip-cond .cond-delete-button {
        display: none;
        position: absolute;
        top: 6px;
        right: -25px;
        cursor: pointer;
    }

    .stip-cond .cond-header-container:hover .cond-delete-button {
        display: inline-block;
    }

    .stip-cond .cond-delete-icon {
        font-size: 17px;
        color: #F4BABC;
    }

        .stip-cond .cond-delete-icon:hover {
            color: #E73302;
        }


    /*==================================================
 * Stips & Conditions - Condition Items Container
 * ===============================================*/

    .stip-cond .cond-items-container {
        margin-top: 20px;
        padding-left: 60px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Container
 * ===============================================*/

    .stip-cond .cond-item-header {
        position: relative;
        border-bottom: 1px solid #bdbfbf;
        padding-bottom: 3px;
    }

    .stip-cond .cond-item-header-label {
        display: inline-block;
        font-size: 12px;
        color: #9d9d9d;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Container
 * ===============================================*/

    .stip-cond .cond-item-source-section {
        display: inline-block;
        width: 164px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Container
 * ===============================================*/

    .stip-cond .cond-item-source-name {
        display: inline-block;
        font-size: 12px;
        color: #208ddc;
        position: relative;
        left: 2px;
        margin-bottom: 0px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Header Separator
 * ===============================================*/

    .stip-cond .cond-item-header-separator {
        display: inline-block;
        float: right;
        color: #9d9d9d;
        position: relative;
        top: 2px;
    }

    .stip-cond .cond-item-source-section .cond-item-header-separator {
        top: 0px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Header Group
 * ===============================================*/

    .stip-cond .cond-item-header-group {
        display: inline-block;
        padding-left: 10px;
        width: 208px;
        white-space: nowrap;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Header Select
 * ===============================================*/

    .stip-cond .cond-item-header-select {
        display: inline-block;
        font-size: 12px;
        position: relative;
        top: -2px;
        left: 3px;
        line-height: 25px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Header Internal Only Checkbox
 * ===============================================*/

    .stip-cond .cond-item-header-internal-only-section {
        display: inline-block;
        position: absolute;
        top: -2px;
        right: 35px;
    }

        .stip-cond .cond-item-header-internal-only-section .imp-lb-checkbox {
            position: relative;
            top: 1px;
            left: 10px;
        }


    /*==================================================
 * Stips & Conditions - Condition Items Table
 * ===============================================*/

    .stip-cond .cond-item-table {
        margin-top: 7px;
        font-size: 12px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Table Header
 * ===============================================*/

    .stip-cond .cond-item-table-header {
        color: #9c9c9c;
        white-space: nowrap;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Table Columns
 * ===============================================*/

    .stip-cond .cond-item-table .file-col {
        display: inline-block;
        width: 40px;
        vertical-align: middle;
    }

    .stip-cond .cond-item-table .note-col {
        display: inline-block;
        width: 40px;
        vertical-align: middle;
    }

    .stip-cond .cond-item-table .item-col {
        display: inline-block;
        width: 524px;
        padding-right: 10px;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

    .stip-cond .cond-item-table .status-col {
        display: inline-block;
        width: 120px;
        vertical-align: middle;
    }

    .stip-cond .cond-item-table .updated-by-col {
        display: inline-block;
        width: 111px;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

    .stip-cond .cond-item-table .last-updated-col {
        display: inline-block;
        width: 110px;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Table Body
 * ===============================================*/

    .stip-cond .cond-item-table-body {
        margin-top: 5px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row
 * ===============================================*/

    .stip-cond .cond-item-row {
        white-space: nowrap;
        margin-right: -40px;
        margin-left: -55px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Inner
 * ===============================================*/

    .stip-cond .cond-item-row-inner {
        position: relative;
        padding: 4px 0px;
        margin-right: 40px;
        margin-left: 55px;
    }

    .stip-cond .cond-item-row:hover .cond-item-row-inner {
        background-color: #e1f9ff;
    }

    .stip-cond .cond-item-row.past-due .cond-item-row-inner {
        background: #ffe6e6;
    }

    .stip-cond .cond-item-row.past-due:hover .cond-item-row-inner {
        background: #fcdddd;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Inner Backdrop
 * ===============================================*/

    .stip-cond .cond-item-row-inner-backdrop {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 31px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Icons
 * ===============================================*/

    .stip-cond .cond-item-row-icon {
        position: relative;
        left: 1px;
        font-size: 23px;
        vertical-align: middle;
        cursor: pointer;
        color: #208ddc;
    }

        .stip-cond .cond-item-row-icon.cv-icon-paperclip {
            color: #9d9d9d;
        }

        .stip-cond .cond-item-row-icon.enabled {
            color: #208ddc;
        }


    /*==================================================
 * Stips & Conditions - File Column Icons
 * ===============================================*/

    .stip-cond .cv-icon-paperclip {
        font-size: 21px;
        top: -2px;
    }

    .stip-cond .cv-icon-doc-pdf {
        color: #208ddc;
    }


    /*==================================================
 * Stips & Conditions - Note Icons
 * ===============================================*/

    .stip-cond .cv-icon-note-add {
        left: -7.5px;
    }

    .stip-cond .cv-icon-note-unread {
        left: -6px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row History Button
 * ===============================================*/

    .stip-cond .cond-item-row-history-button {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 2px;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Edit Button
 * ===============================================*/

    .stip-cond .cond-item-row-edit-button {
        display: none;
        position: absolute;
        top: 8px;
        left: -45px;
        cursor: pointer;
    }

    .stip-cond .cond-item-row-edit-icon {
        color: #208ddc;
        font-size: 16px;
    }

        .stip-cond .cond-item-row-edit-icon.cv-icon-close {
            position: relative;
            top: -2px;
        }


    /*==================================================
 * Stips & Conditions - Condition Items Row Edit Button
 * ===============================================*/

    .stip-cond .cond-item-row-menu-button {
        display: none;
        position: absolute;
        top: 8px;
        left: -23px;
        cursor: pointer;
    }

    .stip-cond .cond-item-row-menu-icon {
        color: #208ddc;
        font-size: 16px;
    }

    .stip-cond .cond-item-row-menu-icon-focus {
        display: inline-block !important;
        outline: none;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Delete Button
 * ===============================================*/

    .stip-cond .cond-item-row-delete-button {
        display: none;
        position: absolute;
        top: 6px;
        right: -25px;
        cursor: pointer;
    }


    /*==================================================
 * Stips & Conditions - Condition Items Row Hover Buttons
 * ===============================================*/

    .stip-cond .cond-item-row:hover .cond-item-row-edit-button,
    .stip-cond .cond-item-row:hover .cond-item-row-menu-button,
    .stip-cond .cond-item-row:hover .cond-item-row-delete-button {
        display: inline-block;
    }

    .stip-cond .cond-item-row-focus .cond-item-row-edit-button,
    .stip-cond .cond-item-row-focus .cond-item-row-menu-button,
    .stip-cond .cond-item-row-focus .cond-item-row-delete-button {
        display: inline-block;
    }

.cond-item-row-focus {
    outline: none;
}


/*==================================================
 * Stips & Conditions - Condition Item Status Select
 * ===============================================*/

.stip-cond .cond-item-table .item-col-desc {
    position: relative;
}

.stip-cond .cond-item-status-select {
    width: 125px;
    border: none;
    color: #3d3d3d;
    margin-left: -7px;
    background-image: none !important;
}

    .stip-cond .cond-item-status-select:disabled {
        background: transparent;
    }


    /*==================================================
 * Stips & Conditions - Condition Item Status Select - Edit Mode
 * ===============================================*/

    .stip-cond .cond-item-status-select.edit-mode {
        position: relative;
        left: -1px;
        border: 1px solid #ccc;
        background-image: url('images/dropdown-arrow-grey.svg') !important;
        background: no-repeat 98% 50%;
        background-color: #fff;
    }

        .stip-cond .cond-item-status-select.edit-mode.invalid {
            color: #9d9d9d;
        }


/*==================================================
 * Stips & Conditions - Condition Item Footer
 * ===============================================*/

.stip-cond .cond-item-footer {
    padding: 7px 0px 13px 0px;
}


/*==================================================
 * Stips & Conditions - Footer Signed Off Section
 * ===============================================*/

.stip-cond .footer-signed-off-section {
    display: inline-block;
    color: #1fb25a;
}

    .stip-cond .footer-signed-off-section .cond-badge {
        margin-right: 5px;
    }

.stip-cond .footer-signed-off-text {
    display: inline-block;
    position: relative;
    top: -5px;
    left: -5px;
}

.stip-cond .signed-off-date {
    display: inline-block;
    margin-left: 2px;
}


/*==================================================
 * Stips & Conditions - Footer Add Item Section
 * ===============================================*/

.stip-cond .footer-add-item-section {
    display: inline-block;
    color: #208ddc;
    cursor: pointer;
    font-size: 12px;
}

.stip-cond .footer-add-item-icon {
    font-size: 17px;
    position: relative;
    top: 2px;
}


/*==================================================
 * Stips & Conditions - Footer Item Waived Section
 * ===============================================*/

.stip-cond .footer-items-waived-section {
    display: inline-block;
    position: relative;
    left: 3px;
    color: #1fb25a;
}

    .stip-cond .footer-items-waived-section .cond-badge {
        margin-right: 5px;
    }

    .stip-cond .footer-items-waived-section .cond-success-badge {
        top: 4px;
        left: 5px;
    }


/*==================================================
 * Stips & Conditions - Footer Section
 * ===============================================*/

.stip-cond .stip-cond-footer-section {
    margin-top: 50px;
    border-top: 2px solid #1fb25a;
    padding-top: 17px;
    font-size: 13px;
}


/*==================================================
 * Stips & Conditions - Footer Section
 * ===============================================*/

.stip-cond .footer-investor-website-section {
    display: inline-block;
    position: relative;
    top: 7px;
}

.stip-cond .investor-website-link {
    display: inline-block;
    color: #208ddc;
    cursor: pointer;
}


/*==================================================
 * Stips & Conditions - Footer Section
 * ===============================================*/

.stip-cond .stip-cond-footer-button-section {
    display: inline-block;
    float: right;
}

.stip-cond .stip-cond-cancel-button {
    font-size: 12px;
    width: 130px;
    height: 30px;
}

.stip-cond .stip-cond-save-button {
    position: relative;
    font-size: 12px;
    width: 90px;
    height: 30px;
    margin-left: 5px;
    padding-left: 30px;
    padding-top: 8px;
}

    .stip-cond .stip-cond-save-button:after {
        content: '';
    }

.stip-cond-save-loader {
    position: absolute;
    left: 21px;
    top: 6.5px;
}


/*==================================================
 * Stips & Conditions - Add Note Popover Arrow
 * ===============================================*/

.tooltip.bottom .stip-cond-notes-popover-arrow {
    position: relative;
    top: 4px;
    left: 16%;
}


/*==================================================
 *
 * Stips & Conditions - Condition Notes Popover
 *
 * ===============================================*/

.tooltip.bottom .condition-notes-popover-arrow {
    position: relative;
    left: 20%;
}

.condition-notes-popover {
    width: 553px;
    height: 315px;
    text-align: left;
    padding: 25px 30px;
}

    .condition-notes-popover .header {
        position: relative;
        margin-bottom: 0px;
    }

    .condition-notes-popover .title-text {
        display: inline-block;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
    }

    .condition-notes-popover .add-note-region {
        display: inline-block;
        float: right;
        color: #208ddc;
        cursor: pointer;
    }

    .condition-notes-popover .add-note-icon {
        font-size: 16px;
    }

    .condition-notes-popover .add-note-text {
        display: inline-block;
        position: relative;
        top: -3px;
        font-size: 12px;
        font-weight: normal;
    }

    .condition-notes-popover .note-region {
        margin-top: 3px;
        padding: 14px 20px 14px 0px;
        width: 533px;
        height: 220px;
        overflow-y: scroll;
        border-top: 1px solid #BDBFBF;
        border-bottom: 1px solid #BDBFBF;
    }

    .condition-notes-popover .note-row {
        position: relative;
        border-bottom: 2px solid #f9f9f9;
        margin-bottom: 15px;
        padding-bottom: 15px;
        min-height: 35px;
        color: #3d3d3d;
    }

        .condition-notes-popover .note-row .note-row-name {
            display: inline-block;
            font-weight: bolder;
            width: 100px;
            margin-right: 5px;
            text-overflow: ellipsis;
            overflow-x: hidden;
            white-space: nowrap;
        }

        .condition-notes-popover .note-row .note-row-date {
            display: inline-block;
            position: absolute;
            left: 105px;
            color: #9d9d9d;
        }

        .condition-notes-popover .note-row .note-row-comment {
            margin-top: 5px;
        }

        .condition-notes-popover .note-row .add-note-area {
            min-height: 55px;
            width: 100%;
            border: none;
            overflow-y: hidden;
            box-shadow: none;
            resize: none;
        }

        .condition-notes-popover .note-row .note-row-add-to-file {
            display: inline-block;
            position: absolute;
            top: -3px;
            right: 80px;
            color: #9d9d9d;
        }

            .condition-notes-popover .note-row .note-row-add-to-file label {
                font-size: 12px !important;
            }

        .condition-notes-popover .note-row .note-row-unread {
            display: inline-block;
            position: absolute;
            top: -3px;
            right: -7px;
            color: #9d9d9d;
        }

            .condition-notes-popover .note-row .note-row-unread label {
                font-size: 12px !important;
            }

    .condition-notes-popover .button-region {
        margin-top: 17px;
        text-align: right;
    }

    .condition-notes-popover .cancel-button {
        height: 19px;
        padding-top: 8px;
    }

    .condition-notes-popover .done-button {
        height: 19px;
        padding-top: 8px;
        border: 1px solid #1071DA;
    }


/*==================================================
 * Stips & Conditions - Add Note Popover - Checkboxes
 * ===============================================*/

input[type=checkbox].imp-checkbox + label.imp-lb-checkbox.imp-lb-checkbox-left {
    background-position: 100% -1px;
    padding-right: 23px;
}

input[type=checkbox].imp-checkbox:checked + label.imp-lb-checkbox.imp-lb-checkbox-left {
    background-position: 100% -20px;
}

input[type=checkbox].imp-checkbox:checked:disabled + label.imp-lb-checkbox.imp-lb-checkbox-left {
    background-position: 100% -77px;
}


/*==================================================
 *
 * Stips & Conditions - History Popover
 *
 * ===============================================*/

.tooltip.bottom .stip-cond-history-popover-arrow {
    position: relative;
    top: 4px;
    left: 91.5%;
}

.stip-cond-history-popover {
    width: 550px;
    height: 250px;
    text-align: left;
    position: relative;
}

    .stip-cond-history-popover .content {
        padding: 25px 30px !important;
    }

    .stip-cond-history-popover .title-text {
        font-size: 17px;
        font-weight: bold;
    }

    .stip-cond-history-popover .main-region {
        margin-top: 5px;
        border-top: 1px solid #9d9d9d;
    }

    .stip-cond-history-popover .history-popover-close-button {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 15px;
        height: 14px;
        background-color: #F0F0F0;
        border: 1px solid #C9C9C9;
        border-radius: 2px;
        cursor: pointer;
    }

        .stip-cond-history-popover .history-popover-close-button .text {
            position: relative;
            top: -3px;
            left: 4px;
            font-size: 15px;
            color: #797979;
        }

    .stip-cond-history-popover .cond-history-table-header {
        padding: 10px 0px;
        color: #9d9d9d;
        white-space: nowrap;
        margin-bottom: -5px;
    }

    .stip-cond-history-popover .cond-history-table-body {
        height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .stip-cond-history-popover .cond-history-table-row {
        padding: 7px 0px;
        white-space: nowrap;
    }

    .stip-cond-history-popover .cond-history-table .status-col {
        display: inline-block;
        vertical-align: top;
        width: 235px;
        white-space: normal;
    }

    .stip-cond-history-popover .cond-history-table .updated-by-col {
        display: inline-block;
        vertical-align: top;
        width: 130px;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
    }

    .stip-cond-history-popover .cond-history-table .date-col {
        display: inline-block;
        vertical-align: top;
    }


/*==================================================
 *
 * Add Condition Modal
 *
 * ===============================================*/

.add-condition-modal .modal-dialog {
    margin-top: 150px;
}

.add-condition-modal .modal-content {
    position: relative;
    width: 813px;
    min-height: 515px;
    padding: 30px 33px 20px 29px;
}

.add-condition-modal .modal-header {
    border-bottom: 2px solid #DADADA;
    margin: 0px;
}

.add-condition-modal .modal-header-text {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: -3px;
}

.add-condition-modal .modal-body {
    padding: 0px;
    margin-top: 25px;
}


/*==================================================
 * Add Condition Modal - Search Region
 * ===============================================*/

.add-condition-modal .search-region {
    display: inline-block;
}

.add-condition-modal .search-box-region {
    position: relative;
    width: 200px;
}

.add-condition-modal .search-box {
    height: 20px;
    width: 193px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 2px solid #DEDEDE;
    border-width: 2px 1px;
    outline: none;
}

.add-condition-modal .search-box-icon {
    color: #208ddc;
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 13px;
}

.add-condition-modal .search-list {
    width: 200px;
    height: 147px;
    overflow-y: scroll;
    border: 2px solid #DEDEDE;
    border-width: 0px 1px 2px 1px;
    border-radius: 0px 0px 4px 4px;
    margin-top: -1px;
}

.add-condition-modal .search-list-item {
    padding: 5px 7px;
    font-size: 12px;
}

    .add-condition-modal .search-list-item:hover {
        background: #e1f9ff;
    }

    .add-condition-modal .search-list-item:active,
    .add-condition-modal .search-list-item.active {
        background: #a6ecff;
    }


/*==================================================
 * Add Condition Modal - Details Region
 * ===============================================*/

.add-condition-modal .detail-region {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 579px;
}

.add-condition-modal .detail-desc-text {
    position: relative;
    left: 1px;
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 11px;
    min-height: 47px;
}

.add-condition-modal .detail-controls-region {
}

.add-condition-modal .comments-textbox {
    width: 100%;
    height: 15px;
}

.add-condition-modal .detail-controls-inner-region {
    margin-top: 21px;
}

.add-condition-modal .detail-controls-row {
    position: relative;
    margin-bottom: 5px;
}

.add-condition-modal .detail-controls-group {
    display: inline-block;
    margin-right: 8px;
}

    .add-condition-modal .detail-controls-group.right {
        position: absolute;
        right: -17px;
    }

.add-condition-modal .detail-controls-label {
    display: inline-block;
    font-size: 12px;
    color: #9d9d9d;
    width: 75px;
}

.add-condition-modal .detail-controls-select {
    width: 202px;
}

.add-condition-modal .internal-only-checkbox-label {
    position: relative;
    top: 3px;
    left: -5px;
    padding-right: 28px !important;
    font-size: 12px !important;
    color: #9d9d9d;
}


/*==================================================
 * Add Condition Modal - Add Items To Region
 * ===============================================*/

.add-condition-modal .add-items-to-region {
    margin-top: 20px;
    min-height: 172px;
}

.add-condition-modal .add-items-table {
    margin-top: 20px;
    font-size: 12px;
}

.add-condition-modal .add-items-table-header {
    color: #9d9d9d;
}

.add-condition-modal .add-items-table .item-col {
    display: inline-block;
    width: 30%;
}

.add-condition-modal .add-items-table .for-col {
    display: inline-block;
    width: 19.5%;
}

.add-condition-modal .add-items-table .document-for-col {
    display: inline-block;
}

.add-condition-modal .add-items-table .controls-col {
    display: inline-block;
    width: 799px;
}


.add-condition-modal .add-items-table .delete-col {
    display: inline-block;
    position: relative;
    left: -3px;
    top: 3px;
}

.add-condition-modal .add-items-table-body {
    margin-top: 4px;
}

.add-condition-modal .add-items-table .add-items-row {
    padding: 3px 0px;
    white-space: nowrap;
}

.add-condition-modal .add-items-table .add-items-select {
    width: 190px;
}

.add-condition-modal .add-items-table .add-items-for-select {
    width: 590px;
}

.add-condition-modal .add-items-table .add-items-delete-icon {
    font-size: 15px;
    color: #F4BABC;
}

    .add-condition-modal .add-items-table .add-items-delete-icon:hover {
        color: #E73302;
    }

.add-condition-modal .add-item-section {
    display: inline-block;
    margin-top: 5px;
    color: #208ddc;
    font-size: 12px;
    cursor: pointer;
}

.add-condition-modal .add-item-icon {
    position: relative;
    top: 3px;
    font-size: 17px;
    margin-right: 4px;
}


/*==================================================
 * Add Condition Modal Footer
 * ===============================================*/

.add-condition-modal .modal-footer {
    position: absolute;
    right: 19px;
    left: 19px;
    bottom: 10px;
    border-top: 2px solid #DADADA;
}

.add-condition-modal .add-condition-cancel-button {
    width: 85px;
    font-size: 12px;
    vertical-align: top;
}

.add-condition-modal .add-condition-done-button {
    width: 85px;
    font-size: 12px;
    vertical-align: top;
}

    .add-condition-modal .add-condition-done-button::after {
        content: '';
    }


/*==================================================
 *
 * Stips & Conditions - Condition Item Menu
 *
 * ===============================================*/

.tooltip.bottom .stip-cond-condition-item-menu-popover-arrow {
    position: relative;
    top: 4px;
    left: 81.9%;
}

.stip-cond-condition-item-menu-popover {
    position: relative;
    margin-top: 5px;
    margin-left: 420px;
}


/*==================================================
 * Stips and conditions 'DocVault Flyout'
 * ===============================================*/

.attach-docs-safe {
    position: relative;
    color: #1fb25a;
    font-size: 25px;
    top: 5px;
    left: 5px;
}

.attach-docs-doc-vault-title {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.attach-docs-split {
    margin-left: 40px;
    width: 825px;
}

.attach-docs-flyout-header {
    padding-left: 0px !important;
    margin-right: 24px;
    margin-bottom: 5px !important;
}

.attach-docs-flyout-expandcollapse {
    font-size: 15px;
    margin-top: 16px;
}

.stips-conditions-flyout .attach-docs-flyout-title {
    padding: 5px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.stips-conditions-flyout .modal.flyout .modal-dialog,
.stips-conditions-flyout .modal-dialog {
    width: 900px !important;
}

.stips-conditions-flyout .imp-lcgrid {
    width: 850px;
}

.stips-conditions-flyout .stips-conditions-flyout-fieldset {
    width: 825px;
}

.stips-conditions-flyout .attach-docs-flyout-title {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    width: 818px;
}

.stips-conditions-flyout .attach-docs-flyout-row {
    width: 825px !important;
    background-color: transparent !important;
}

.stips-conditions-flyout .attach-docs-flyout-docrow {
    width: 825px !important;
    height: 29px !important;
    border-bottom: none !important;
}

.stips-conditions-flyout .imp-lcgrid .header.main {
    border-top: none;
    border-bottom: 1px solid #c6c6c6;
    background-image: none !important;
    background-color: transparent;
}

.stips-conditions-flyout-backdrop {
    opacity: 0 !important;
}

.stips-conditions-flyout .imp-lcgrid .header {
    border: none;
}

.stips-conditions-flyout .imp-lcgrid .container .row:first-child {
    background-color: transparent;
}

.attach-docs-flyout-content {
    border: none !important;
    width: 800px !important;
}

.attach-docs-group {
    border-bottom: 1px dashed #bdbfbf;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.stips-conditions-flyout .imp-modal.flyout .container {
    width: 800px;
    border: none;
}

.stips-conditions-flyout .condition-file-item-flyout .modal-dialog {
    width: 800px !important;
    height: 125%;
    min-height: 120%;
}

.stips-conditions-flyout .condition-file-item-flyout .container {
    width: 720px;
    padding-left: 25px;
}

.stips-conditions-flyout .condition-file-item-flyout .import-docs-flyout-docrow {
    width: 720px !important;
}

.stips-conditions-flyout .condition-file-item-flyout .row.import-docs--flyout-row {
    width: 720px !important;
}

.stips-conditions-flyout .imp-modal.flyout .line {
    height: 2px;
    width: 315px;
    background: linear-gradient(to right, #b2b2b2, #fff);
}

.stips-conditions-flyout .imp-modal.flyout .section {
    width: 345px;
    display: inline-block;
    margin-left: 16px;
}

    .stips-conditions-flyout .imp-modal.flyout .section .row {
        height: auto;
        min-height: 32px;
        font-size: 12px;
        text-align: left;
        margin: 0px;
        margin-top: 10px;
    }

.stips-conditions-flyout .imp-modal.flyout .flyout-label {
    color: grey;
}


/*==================================================
 * Stips and conditions 'Source Description Popover'
 * ===============================================*/

.tooltip.bottom .source-description-popover-arrow {
    position: relative;
    left: 30px;
}

.source-description-popover {
    max-width: 440px;
    text-align: left;
    padding: 15px 15px;
}


/*==================================================
 * Document Needs List Component
 * ===============================================*/

.doc-needs-list-comp {
    display: inline-block;
    width: 100%;
}

    .doc-needs-list-comp .cond-item-doc-type-select {
        position: relative;
        width: 30%;
    }

    .doc-needs-list-comp .cond-item-borrower-select {
        position: relative;
        width: 20%;
    }

    .doc-needs-list-comp .cond-item-for-select {
        position: relative;
        width: 69.4%;
    }

    .doc-needs-list-comp .cond-item-for2-select {
        position: relative;
        width: 49%;
    }


/*#endregion Stips&Conditions*/
