/* brokerage settings page css*/

/**
 *     Agentsite Dashboard
 */
.brokeragecard-container {
    overflow: hidden;
    height: 400px;
    width: 300px;
    float: left;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin: 10px;
}
.brokeragecard-title {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.brokeragecard-description {
    margin: 10px;
    font-size: 14px;
}

/**
 * Next / Previous Tab Cards
 */
.tab_pagination {
    position: relative;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #369;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.button_next_card {
    right: 0px;
    background: url(/themes_admin/admin_light/icons/arrow-right-circle.jpg) no-repeat;
}
.button_previous_card {
    left: 0px;
    background: url(/themes_admin/admin_light/icons/arrow-left-circle.jpg) no-repeat;
}
.button_next_card,
.button_previous_card {
    position: absolute;
    top: 0px;
    background-size: contain;
    width: 60px;
    height: 60px;
}

/* Next Previous arrow of admintab */
.admintab li a.tab-prev-link,
.admintab li a.tab-next-link {
    text-indent: -9999px;
    width: 8px;
    height: 12px;
    display: block;
    padding: 5px;
}
.admintab li a.tab-prev-link {
    background: url(/themes_admin/admin_light/images/arrow-left.png) no-repeat center 7px #e1e1e1;
}
.admintab li a.tab-next-link {
    background: url(/themes_admin/admin_light/images/arrow-right.png) no-repeat center 7px #e1e1e1;
}

/*** CSS for custom tabs ***/
.custom-tabs {
    width: 100%;
    margin: 0 auto;
}
.custom-tabs ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.custom-tabs ul.tabs li {
    background: #dee0e3;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.custom-tabs ul.tabs li.current {
    background: #212d40;
    color: #fff;
}
.custom-tabs .tab-content {
    display: none;
    padding: 15px;
    border: 2px solid #212d40;
}
.custom-tabs .tab-content.current {
    display: inherit;
}

/*** CSS for any custom form ***/
.form-wrap .note {
    margin: 0px 0 10px 0px;
    font-size: 15px;
    color: red;
}
.customform-data-container ol {
    text-align: center;
    margin-top: 10px;
}
.customform-data-container li {
    margin: 3px 3px;
}
.customform-data-container li input[type="text"],
.customform-data-container li select,
.customform-data-container li textarea {
    color: #444444;
    margin: 0px !important;
    max-width: 100%;
}
.customform-data-container li input[type="text"]:focus,
.customform-data-container li select:focus,
.customform-data-container li textarea:focus {
    border: 1px solid #000000 !important;
}
.customform-data-container .display_inline_block {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    border: 0;
    margin-left: 10px;
}
.customform-data-container .property_description {
    min-height: 150px;
}
.customform-data-container .top-border-line {
    border-top: 2px solid #212d40;
}
.custom-btn {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
p.tags .label:hover,
.doc-review-status:hover,
.custom-btn:hover,
.btn-circle:hover {
    opacity: 0.8;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-warning {
    background-color: #ffa500;
    border-color: #eea236;
    color: #fff;
}
.btn-default {
    background-color: #5e5e5e;
    border-color: #ccc;
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-dark {
    color: #fff;
    background-color: #ed174c;
    border-color: #ff003f;
}
.btn-light {
    color: #fff;
    background-color: #18ba9b;
    border-color: #00e0b5;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.btn-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.btn-wrap {
    float: left;
    margin: 0px 10px;
    width: auto;
}
.text-center,
.customform-data-container ol,
.signature-field-li,
.esign-document-main {
    text-align: center;
}
.text-left,
.widget-edit-form .display_inline_block,
#social_media_link_id ol {
    text-align: left;
}
.text-right,
#social_media_link_id li.admin-submit {
    text-align: right;
}
.img-upload-area {
    margin-top: 10px;
    width: 100%;
}
.drag-drop-area-wrap {
    width: 70%;
    margin: 0 auto;
}
.drag-drop-area {
    background-color: #c8dadf;
    font-size: 1.25rem;
    padding: 100px 20px;
    position: relative;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    transition: outline-offset 0.15s ease-in-out 0s,
        background-color 0.15s linear 0s;
}
.drag-drop-area .drop-icon {
    display: block;
    fill: #92b0b3;
    height: 60px;
    width: 100%;
    margin-bottom: 40px;
}
.drag-drop-area .choose-file-label:hover {
    cursor: pointer;
    color: #9f792c;
}
.progressBar {
    position: relative;
    height: 30px;
    background-color: #ddd;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 70%;
    display: none;
}
.progressBar.small {
    width: 100%;
    height: 4px;
}
.progressBar-inner {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #5cb85c;
    margin: 0px;
}
.progressBar span {
    float: left;
    padding: 5px;
    text-align: left;
    width: 400px;
    font-size: 12px;
    color: #fff;
}
.widget-edit-form .display_inline_block li {
    display: inline-block;
    vertical-align: top;
}
.widget-edit-form .width-quarter,
.cwidget.transaction-manager-widget {
    width: 24%;
}
.widget-edit-form .width-trifold {
    width: 32%;
}
.widget-edit-form .width-half {
    width: 46%;
}
.widget-edit-form .width-25 {
    width: 25%;
}
.widget-edit-form .width-50 {
    width: 50%;
}
.widget-edit-form .width-75 {
    width: 75%;
}
.widget-edit-form .width-100,
#followup-archived-leads-message span.left,
.customform-data-container .header-img {
    width: 100%;
}
.widget-edit-form .width-full {
    width: 94%;
}
.widget-edit-form .input-radio input {
    margin: 5px 10px 10px 10px;
    float: left;
    cursor: pointer;
    transform: scale(1.5);
}
.widget-edit-form .input-radio div {
    float: left;
    width: 150px;
    padding-bottom: 5px;
}
.widget-edit-form .input-radio div span {
    float: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    width: 75%;
}
.widget-edit-form .display_inline_block li label {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}
.widget-edit-form .foldercontrols_area {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}
div.ui-datepicker,
.wrap-notes.helptip-txt {
    font-size: 13px;
}
.area-show {
    display: block !important;
}
.area-hide {
    display: none !important;
}
.list_img_div {
    margin-left: 25px;
    display: list-item;
    float: left;
    list-style: none;
    margin-bottom: 30px;
    background: #fff;
}
.list_img_div img {
    border: 1px solid #ddd;
    width: 225px;
    padding: 10px;
    height: auto;
    height: 140px;
}
.list_img_div .edits_icon {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
}
.list_img_div .delete-image {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
}
.edit_icon {
    border: solid 1px;
    padding: 5px;
    background-color: #212d40;
    text-align: right;
}
.multipleactions-area {
    padding: 0px 0px 10px 25px;
    float: left;
    width: 94%;
}
.pocket-images-instructions {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 25px;
}
.action-update_feed a:hover {
    padding-bottom: 4px !important;
}
.widget-form-title {
    border-bottom: 1px solid #424242;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ui-dialog {
    margin: 0 auto;
}
.customer-info {
    float: left;
    padding: 10px;
}
.customer-info div a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}
.thedocument > .document-icons {
    display: none;
    position: absolute;
    width: 120px;
    z-index: 10;
    background: #9f792c;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
}
.thedocument:hover .document-icons,
.toggle-buttons:hover > .toggle-buttons-area,
.document-preview-wrap:hover > .hover-document-preview,
.widget_brokerage_docs:hover .widget-doc-btn {
    display: block;
}
.document-icons i {
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
    color: #ffffff;
}
.document-icons i:hover {
    opacity: 0.7;
}
.customform-data-container li .price-type-input {
    position: relative;
    float: left;
    width: 100%;
}
.customform-data-container li .input-group-addon {
    position: absolute;
    padding: 10px 10px 13px 10px;
    background-color: #eceeef;
    color: #464a4c;
    border: 1px solid #999;
    right: 0;
}
.customform-data-container .transaction-documents-list li label {
    width: auto;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 10px;
    background: #9f792c;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
#accountform .thedocument .note {
    margin-left: 0;
    width: 100%;
    margin: 30px 0px;
}
.dragover {
    opacity: 0.35;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
#doc-drag-drop-area-hidden {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#drag-drop-area .circle {
    width: 60%;
    height: 200px;
    border: 5px dashed #212d40;
    background-color: #9f792c;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
}
.review-icon {
    font-size: 18px !important;
}
.doc-review-status,
.hover-document-preview img,
.hover-document-preview iframe,
.subhead_title.toggle-tab,
.upload-brokerage-logo,
.remove-embedded-esign {
    cursor: pointer;
}
.review-icon.fa-exclamation-circle {
    color: #ffa500;
}
.review-icon.fa-check-circle {
    color: #5cb85c;
}
.review-icon.fa-times-circle {
    color: #d9534f;
}
.review-icon.legend {
    font-size: 14px !important;
}
.customer-info.legend {
    margin: 0;
}
.logs_container li.lead-contact-note.contact-note {
    background-color: #b0f1ae;
}
.customform-data-container .documents-container {
    width: 70%;
    display: inline-block;
}
.customform-data-container .documents-action-container {
    width: 15%;
    float: right;
    display: inline-block;
    vertical-align: top;
}
.customform-data-container .wrap-notes {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
}
.customform-data-container .wrap-notes.document-wrap {
    background-color: #f4f8fb;
    cursor: default;
    border-left: 6px solid #dddfe2;
}
.customform-data-container .wrap-notes.document-wrap.mandatory {
    border-left: 6px solid #f00;
}
.customform-data-container .wrap-notes.document-wrap.mandatorypriorsheets {
    border-left: 6px solid #ff7626;
}
.customform-data-container .wrap-notes.document-wrap.preferred {
    border-left: 6px solid #ffa500;
}
.customform-data-container .wrap-notes.document-wrap.activedoc {
    background-color: #c7e7ff;
}
.customform-data-container .wrap-notes.document-wrap.agentnote {
    background-color: #cad8ed;
    border-left: 6px solid #8ba3c6;
}
.customform-data-container .wrap-notes.document-wrap.contactnote {
    background-color: #b0f1ae;
    border-left: 6px solid #5cb85c;
}
.customform-data-container .wrap-notes.document-wrap p.access {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    color: #5e5e5e;
}
.customform-data-container .wrap-notes.document-wrap p.docname {
    font-size: 16px;
    line-height: 20px;
}
.customform-data-container .wrap-notes.document-wrap p.document-action-btns {
    margin-top: 10px;
}
.customform-data-container .wrap-notes.document-wrap .document-preview-wrap {
    float: left;
    width: 40px;
    margin-right: 10px;
    position: relative;
}
.customform-data-container .wrap-notes.document-wrap .document-preview {
    width: 40px;
    height: 40px;
    border: 1px solid #5e5e5e;
}
.customform-data-container .wrap-notes-description a {
    text-decoration: underline;
}
.customform-data-container .wrap-notes.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}
.customform-data-container .wrap-notes.success {
    background-color: #ddffdd;
    border-left: 6px solid #4caf50;
}
.customform-data-container .wrap-notes-description {
    border-left: 6px solid #ffeb3b;
    padding: 10px;
    text-align: left;
    display: none;
    font-size: 13px;
}
.customform-data-container .wrap-notes-description div.item-wrap {
    padding: 10px;
}
.customform-data-container .wrap-notes-description p {
    line-height: 25px;
    font-size: 12px;
}
.customform-data-container .wrap-notes-description.danger {
    border-left: 6px solid #f44336;
}
.customform-data-container .wrap-notes-description.success {
    border-left: 6px solid #4caf50;
}

/*css for calender*/
.calender-year {
    padding: 5px 25px;
    width: 100%;
    float: left;
    text-align: left;
    background: #1abc9c;
}
.calender-year ul li a {
    color: #fff;
    font-size: 14px;
}
.calender-year ul li {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.calender-month {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
    float: left;
    width: 100%;
    padding: 0 25px;
}
.calender-month li {
    display: inline-block;
    width: 7%;
    color: #666;
    text-align: left;
}
/*css for tags*/
p.tags .label {
    display: inline;
    padding: 0.4em 0.7em 0.4em;
    font-size: 77%;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    cursor: pointer;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 6px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 15px;
    cursor: pointer;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.zero-border {
    border: 0px !important;
}
.zero-pad {
    padding: 0px !important;
}
.zero-margin {
    margin: 0px !important;
}
.additional-doc {
    padding: 5px 0px;
}

/*css for contact card*/
.employee-box {
    display: inline-block;
    width: 30%;
    margin: 0px 30px 20px 00px;
    vertical-align: top;
}
.employee-box-inner {
    padding: 2.5em 0;
    float: left;
    width: 100%;
    height: 125px;
}
.emp-avater-wrap {
    width: 35%;
    float: left;
    border-right: 2px solid #dddfe2;
}
.emp-avater {
    max-width: 80px;
    margin: 0 auto;
    position: relative;
    background-color: #dddfe2;
    border-radius: 50px;
    height: 80px;
}
.emp-avater i {
    margin: 15px 20px;
    font-size: 50px;
    cursor: pointer;
    color: #212d40;
}
.emp-avater-helptip i {
    margin: 0px 10px 0px 0px;
    font-size: 35px;
    color: #212d40;
}
.emp-info-wrap {
    float: left;
    width: 55%;
    padding: 0px 15px;
}
.emp-caption {
    float: left;
    width: 100%;
}
.emp-caption h4 {
    margin-bottom: 5px;
    color: #212d40;
}
.emp-designation {
    line-height: 25px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 400;
}
.emp-address {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.emp-flix {
    margin-top: 8px;
}
.card-infoblock {
    padding: 12px 12px;
    box-shadow: 0px 2px 4px -4px #5e5e5e;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}
.helptip-notes {
    width: 30%;
    margin-right: 10px;
}
#contact-notes-helptip .helptip-notes {
    height: 65px;
    overflow: hidden;
}
.note-delete-btn {
    position: absolute;
    right: 7px;
    top: 5%;
    font-size: 13px;
    width: 17px;
    height: 15px;
}
.toggle-buttons-area {
    display: none;
}
.hover-document-preview {
    display: none;
    position: absolute;
    min-width: 400px;
    text-align: center;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #888;
    padding: 5px;
    top: 0px;
    left: 65px;
}
.fullscreen-overlay-content iframe {
    height: 100% !important;
}

/* Position the close button (top right corner) */
.fullscreen-overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    border: 2px solid #fff;
    background: #000;
    line-height: 20px;
    padding: 2px;
    border-radius: 20px;
}
.customform-data-container .wrap-notes-description div.commn-item-wrap {
    padding: 5px;
}
.customform-data-container .wrap-notes-description div.commn-item-area {
    padding: 4px 0px;
}
.customform-data-container .wrap-notes-description 	div.commn-item-area .remove-commn-item {
    cursor: pointer;
    color: #d9534f;
    font-size: 14px;
}
.expand-area:before {
    content: "Expand for details";
    background-image: url("/themes_admin/admin_light/images/expand-icon.png");
}
.compress-area:before {
    content: "Collapse for summary";
    background-image: url("/themes_admin/admin_light/images/compress-icon.png");
}
.expand-area:before,
.compress-area:before {
    float: right;
    font-size: 12px;
    margin-right: 30px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}
li.select2-results__option {
    margin: 0px !important;
    font-size: 13px;
    font-weight: normal;
    float: left;
    width: 100%;
}
span.select2-selection {
    height: 40px !important;
}
span.select2-selection__rendered {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.background-disabled {
    background-color: #dee7f8 !important;
}
.brokerage-settings-area .employee-box {
    margin: 10px 25px 10px 00px;
}
.brokerage-logo img {
    margin: 0 auto;
    height: 100px;
}
.basic-settings-wrap .card-infoblock select {
    width: 150px !important;
}
.basic-settings-wrap .card-infoblock .input-number {
    height: 25px;
}
.permission-notifications-wrap .card-infoblock select {
    width: 140px !important;
}
.brokerage-document-summary .wrap-notes,
.brokerage-document-widget .document-preview-wrap {
    position: relative;
}
.brokerage-document-summary .toggle-buttons-area {
    position: absolute;
    right: 5px;
    top: 20%;
}
#request-testimonials .cke_contents {
    height: 300px !important;
}
#request-testimonials .cke_editor_testimonial_request_email {
    width: 99% !important;
}
#followup-archived-leads-message .leads-message-note,
#request-testimonials .tokenlist-label,
#onboard-request-testimonials .tokenlist-label {
    color: #f00;
    font-weight: bold;
}
div.create-link-steps span strong {
    margin-top: 10px;
    float: left;
    font-size: 15px;
}
div.create-link-steps span {
    font-size: 14px;
}
div.create-link-steps a {
    text-decoration: underline;
    color: #fff;
}
.introjs-tooltip {
    min-width: 500px;
}
ol.archive-access-agent-list-container {
    text-align: left !important;
}
li.archived-leads-list {
    text-align: left;
    width: 200px !important;
}

/* css for header email images */
.customform-data-container .wrap-header {
    border: 0 !important;
    max-height: 106px;
}
.customform-data-container .header-middle-button {
    top: 40%;
    position: absolute;
    right: 42%;
}
.wrap-header:hover > .header-img {
    opacity: 0.3;
}
#ajax-resp-msg {
    padding: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #5cb85c;
    display: none;
}
#followup-archived-leads-message textarea {
    margin-top: 5px;
    width: 100%;
}
.brokerage-syndication-container {
    display: block;
    height: 200px;
    overflow: hidden;
    padding: 12px 12px;
    box-shadow: 0px 2px 4px -4px #5e5e5e;
}
.brokerage-syndication-addresses {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
}
.brokerage-syndication-list {
    display: inline-block;
    width: 360px !important;
    float: right !important;
    vertical-align: top;
}
li.syndication-list-item {
    margin: 3px !important;
}
.syndication-email {
    width: 350px !important;
}
.dashboard-brokerage-menu {
    width: 100%;
    display: block;
    padding: 10px 0 5px 0px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
    line-height: 20px;
    position: relative;
}
.brokerage-document-widget .btn-circle {
    position: absolute;
    padding: 3px;
    text-align: center;
    width: 20px;
    height: 20px;
    top: -12px;
    right: -12px;
}
.dashboard-widget-wrap .brokerage-widget-doc-wrap {
    float: left;
    width: 42%;
    margin: 10px;
}
.dashboard-widget-wrap .brokerage-widget-doc-wrap img {
    width: 100%;
    height: 85px;
    cursor: pointer;
    border: 2px solid #212d40;
}
.dashboard-brokerage-menu .widget-menu-edit {
    position: absolute;
    right: 0;
}
.brokerage-dashboard-doc-widget .btn-circle {
    top: -8px !important;
    right: -8px !important;
}
.width-97 {
    width: 97%;
}
.width-142 {
    width: 142px;
}

/* widget brokerage trans docs css */
.widget_brokerage_docs {
    position: relative;
    text-align: left;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
}
.widget_brokerage_docs .document-preview-wrap {
    float: left;
    width: 40px;
    margin-right: 10px;
    position: relative;
}
.widget_brokerage_docs .document-preview {
    width: 40px;
    height: 40px;
    border: 1px solid #5e5e5e;
}
.widget_brokerage_docs p.access {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    color: #5e5e5e;
}
.widget-doc-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* brokerage design css */
.customform-data-container .display_inline_block {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    border: 0;
    margin-left: 10px;
}
.widget-edit-form .display_inline_block li {
    display: inline-block;
    vertical-align: top;
}
.signature-field-li {
    border-right: 1px solid #474747;
    text-align: center;
}
.customform-data-container li {
    margin: 3px 3px;
}
.signature-field-li p.esign-note {
    margin: 10px 0px;
    float: left;
    text-align: left;
}
.left-mrg-0 {
    margin-left: 0px !important;
}
.esign-document-content-fields {
    width: 118px;
    display: inline-block;
    vertical-align: top;
}
.esign-fieldtype-wrap.active {
    background: #3baae3;
    color: #fff;
}
.esign-fieldtype-wrap:first-child {
    margin-top: 0px;
}
.esign-fieldtype-wrap {
    background: rgba(210, 237, 255, 0.7);
    color: #2779aa;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    border: 1px solid #2779aa;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    margin-top: 5px;
}
.esign-document-main {
    max-width: 1000px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.esign-document-wrap {
    width: auto;
    display: inline-block;
    border: 1px solid #aed0ea;
    box-shadow: 1px 1px 3px 0px #b5b5b5;
    margin-bottom: 15px;
    position: relative;
}
#accountform .esign-document-wrap img.esign-image {
    width: 100%;
    max-height: none;
}
.customform-data-container ol {
    text-align: center;
    margin-top: 10px;
}
.introjs-button {
    padding: 0px !important;
    min-width: 50px;
    background: none !important;
}
.embeded-esign-field {
    background: rgba(210, 237, 255, 0.7);
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    cursor: move;
}
.embeded-esign-field.SIGNATURE,
.embeded-esign-field.DATE,
.embeded-esign-field.INITIALS,
.embeded-esign-field.CHECK,
.embeded-esign-field.AGENT.NAME {
    height: 40px;
    line-height: 40px;
}
.embeded-esign-field.SIGNATURE {
    width: 160px;
}
.embeded-esign-field.DATE {
    width: 120px;
}
.embeded-esign-field.INITIALS {
    width: 80px;
}
.embeded-esign-field.CHECK {
    width: 40px;
}
.embeded-esign-field.BROKERAGE.ADDRESS {
    width: 360px;
    height: 37px;
    line-height: 40px;
}
.embeded-esign-field.AGENT.NAME {
    width: 180px;
}
.embeded-esign-field.BROKERAGE.NAME {
    width: 250px;
    height: 30px;
    line-height: 40px;
}
.embeded-esign-field i {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 999;
    font-size: 12px;
    color: #333;
}
.embeded-esign-field .es_data_content {
    width: 100%;
    height: 100%;
    color: #000;
}
.embeded-esign-field .es_data_content img {
    width: 100%;
    height: 100%;
    max-height: none !important;
}
.cusror-default {
    cursor: default !important;
}
.cusror-pointer {
    cursor: pointer !important;
}
.esign-document-wrap.SIGNATURE:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_sig.png"), auto;
}
.esign-document-wrap.INITIALS:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_initials.png"), auto;
}
.esign-document-wrap.DATE:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_date.png"), auto;
}
.esign-document-wrap.CHECK:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_check.png"), auto;
}
.esign-document-wrap.brokerage_address:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_brokerage_address.png"), auto;
}
.esign-document-wrap.brokerage_name:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_brokerage_name.png"), auto;
}
.esign-document-wrap.agent_name:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_agent_name.png"), auto;
}
#social_media_link_id input.submit {
    margin-right: 35px;
}
#mortgage_link_id {
    width: 100% !important;
    height: 35px !important;
}
.mortgage-loan-type .width-100,
#create-brokerage-doc-form .add-create-trans-wrap div.editor-creater-main-wrap li,
div[role="application"] {
    width: 98% !important;
}
.mortgage-loan-type .width-75 {
    width: 75% !important;
}
.mortgage-loan-type .width-25 {
    width: 25% !important;
}
.mortgage-loan-type .subhead_title {
    margin-top: 20px;
}
#mortgage-loan-type-form li input[type="text"],
#mortgage-loan-type-form li select {
    width: 100% !important;
    height: 40px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
}
.brokerage.brokerage-update-taxid-number {
    position: absolute;
    right: 0;
    font-size: 22px;
    cursor: pointer;
}
.brokerage.brokerage-update-ssnid-number {
    position: absolute;
    right: 0;
    font-size: 22px;
    cursor: pointer;
}

/* The Overlay (background) */
.fullscreen-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 !important;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0s;
}
/* Position the content inside the overlay */
.fullscreen-overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.pdf-iframe-wrap {
    overflow: hidden;
    height: 100%;
}
.fullscreen-overlay-content iframe {
    height: 100% !important;
}
/* Position the close button (top right corner) */
.fullscreen-overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    border: 2px solid #fff;
    background: #000;
    line-height: 20px;
    padding: 2px;
    border-radius: 20px;
}
.tax-note {
    color: #f00;
    margin-left: 10px;
    font-size: 12px;
}
