/**
 * System Default Setting Css
 *
 * @package BIDXCMS
 * @author Hardeep Kumar <brilliant88work@gmail.com>
 * @copyright  Broker IDX Sites Inc. 2009-2025
 */

.customform-data-container .board-all-document-design {
    border-style: dashed;
    border-color: #cccfd2;
    margin-top: 10px;
    padding: 40px 0px 40px 0px;
    background-color: #f4f8fb;
    text-align: center;
    width: 98%;
}

/* board document area css */
#sub-doc-list {
    width: 100%;
    display: inline-block;
    padding: 0px !important;
    margin-bottom: 10px;
}

#sub-doc-list #sub-doc {
    z-index: auto;
    width: 500px;
    inset: 0px auto auto 0px;
    height: 50px;
    background-color: #f4f8fb;
    cursor: default;
    border-left: 6px solid #dddfe2;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

#sub-doc-list #sub-doc-imag,
#sub-doc-list .sub-doc-info {
    float: left;
}

#sub-doc-list #sub-doc-imag i {
    margin: 0px 10px 0px 0px;
    font-size: 35px;
    color: #212d40;
}

#sub-doc-area .start-btns {
    float: right !important;
}

#sub-doc .sub-doc-view-btns {
    float: right !important;
    display: none;
    right: 5px;
}

.margin-top8 {
    margin-top: 8px;
}

#sub-doc:hover > .sub-doc-view-btns {
    display: block;
}

.mandatorypriorsheets {
    border-left: 6px solid #ff7626 !important;
}

.main-bidx-settings .active {
    border-left: 6px solid #5cb85c !important;
}

.inactive {
    border-left: 6px solid #f00 !important;
}

.small-letter {
    font-size: 12px;
    margin-top: 1px;
}

.custom-form label {
    font-weight: bold;
}

/* default theme area css */
#bidx-manager-default-site-setting-form .defaultThemeImage img {
    border: 2px solid #999;
    border-radius: 12px;
    max-height: 350px;
}

#bidx-manager-default-site-setting-form .template-style-active {
    border: 4px solid #5bc0de !important;
}

#bidx-manager-default-site-setting-form .default-agent-template-style-active {
    border: 2px solid #999;
    border-radius: 12px;
    max-height: 200px;
    border: 4px solid #999;
}

#bidx-manager-default-site-setting-form .default-agent-template-style {
    width: 20%;
    display: inline-block;
    cursor: pointer;
    margin-right: 139px;
    margin-bottom: 12px;
}

.width-15 {
    width: 17% !important;
    margin-right: 25px !important;
}

.theme-option-images {
    height: 150px;
    background-color: #f3f3f3;
    text-align: center;
}

.theme-option-images div {
    width: 40%;
    display: inline-block;
    margin-top: 15px;
}

.theme-option-images div img {
    border: 1px solid #ddd;
    padding: 6px;
}

.theme-option-images div .checked-blue {
    border: 1px solid #5bc0de !important;
}

.default-theme-optins-click {
    cursor: pointer;
}

.check,
.checklist-padding {
    padding: 5px;
}

.font-12 {
    font-size: 12px !important;
}

.table-body-wrap td {
    padding-top: 10px !important;
}

.checklist-message,
.checklist-note {
    font-size: 13px;
    font-weight: bold;
}

.checklist-message {
    color: #ff6347;
}

.checklist-note {
    color: #F00;
}

#sub-no-doc-list {
    width: 100%;
    display: inline-block;
    padding: 0px !important;
    margin-bottom: 10px;
}
