/*** 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: #f00;
}
.customform-data-container ol {
    text-align: center;
    margin-top: 10px;
}
.customform-data-container li {
    margin: 3px;
}
.customform-data-container li input[type="text"],
.customform-data-container li select,
.customform-data-container li textarea {
    width: 100% !important;
    height: 40px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
}
.customform-data-container li textarea {
    height: 100px !important;
}
.customform-data-container li input[type="text"]:focus,
.customform-data-container li select:focus,
.customform-data-container li textarea:focus {
    border: 1px solid #000 !important;
}
.customform-data-container .display_inline_block {
    display: inline-block;
    width: 48%;
    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 !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.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 {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    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;
}
#ajax-resp-msg {
    padding: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #5cb85c;
    display: none;
}

.dashboard-widget-wrap .images-widget-img-wrap img {
    width: 100%;
    height: 85px;
    cursor: pointer;
    border: 2px solid #212d40;
}
.widget-edit-form .display_inline_block {
    text-align: left;
}
.widget-edit-form .display_inline_block li {
    display: inline-block;
    vertical-align: top;
}
.widget-edit-form .width-quarter {
    width: 24%;
}
.widget-edit-form .width-half {
    width: 47%;
}
.widget-edit-form .width-trifold {
    width: 31%;
}
.widget-edit-form .width-full {
    width: 100%;
    margin-left: 0;
}
.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 {
    width: 100%;
    margin-left: 0;
}
.widget-edit-form .width-40 {
    width: 40%;
}
.widget-edit-form .width-60 {
    width: 60%;
}
.widget-edit-form .width-18 {
    width: 18%;
}
.widget-edit-form .width-6 {
    width: 6%;
}
.widget-edit-form .width-27 {
    width: 27%;
}

.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;
}
div.ui-datepicker {
    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;
}
.customer-dashboard-anchor {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.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 {
    display: block;
}
.document-icons i {
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
}
.document-icons i:hover {
    opacity: 0.7;
}
.customform-data-container li .addon-input {
    position: relative;
    float: left;
    width: 100%;
}
.customform-data-container li .input-group-addon {
    position: absolute;
    padding: 10px;
    background-color: #eceeef;
    color: #464a4c;
    border: 1px solid #999;
}
.customform-data-container li .input-group-addon {
    font-size: 18px;
}
.customform-data-container li .input-group-addon-plus-minus,
.cm_form div .input-group-addon-plus-minus {
    position: absolute;
    left: 30px;
    width: 25px;
    text-align: center;
    background-color: #eceeef;
    color: #464a4c;
    border: 1px solid #999;
}
.cm_form div .price-type-input.addon-input {
    padding-left: 5px;
}
.cm_form div .input-group-addon-plus-minus {
    left: 0px;
}
.input-group-addon-plus-minus span {
    float: left;
    padding: 3px 8px;
    cursor: pointer;
}
.input-group-addon-plus-minus span:hover {
    opacity: 0.7;
}
.input-group-addon-plus-minus span.input-plus {
    border-bottom: 2px solid #999;
}
.input-group-addon-plus-minus span i {
    font-size: 12px;
}
.cm_form div .input-group-addon-plus-minus span i {
    font-size: 9px;
}
.input-group-addon-plus-minus span.active {
    background: #212d40;
    color: #fff;
}
.customform-data-container li .addon-input input {
    padding-left: 40px !important;
}
.customform-data-container .addon-input .trans-fee-input {
    padding-left: 65px !important;
}
.customform-data-container .transaction-documents-list {
    width: 100%;
}
.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;
}
/* Style the tab */
div.vertical-tab {
    float: left;
    width: 22%;
    margin-bottom: 10px;
    min-height: 650px;
}

/* Style the buttons inside the tab */
div.vertical-tab button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 15px 6px;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
div.vertical-tab .thedocument {
    padding: 0;
    float: none;
    width: 98%;
    margin: 0;
    position: relative;
    word-wrap: break-word;
}
div.vertical-tab .thedocument i {
    font-size: 12px !important;
}
div.customer-info-frontend {
    width: 100px;
    float: left !important;
    margin: 5px;
}
div.thedocument button {
    text-align: left;
}
div.customer-info-frontend button {
    text-align: center;
}
div.vertical-tab .customer-info-frontend i {
    right: 5px;
    top: 5px;
    position: absolute;
}
/* Change background color of buttons on hover */
div.vertical-tab .thedocument button:hover {
    background-color: #fffbd4;
}

/* Create an active/current "tab button" class */
div.vertical-tab .thedocument button.active {
    background-color: #fffbd4;
    opacity: 1;
}

/* Style the tab content */
.vertical-tabcontent {
    float: left;
    padding: 0px 12px;
    border-left: 2px solid #ccc;
    width: 75%;
}
.vertical-tabcontent h2 {
    margin: 10px 0px;
}
.vertical-tabcontent .document-action-btns {
    float: right;
    margin-top: 20px !important;
}
.vertical-tabcontent .document-action-btns label i {
    font-size: 20px;
}

#accountform .thedocument .note {
    margin-left: 0;
    width: 100%;
    margin: 30px 0px;
}

.dragover {
    opacity: 0.2 !important;
    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: 40px auto 0;
    font-size: 20px;
}

.review-icon {
    font-size: 18px !important;
}
.doc-review-status {
    cursor: pointer;
}
.review-icon.fa-exclamation-circle {
    color: #ffa500;
}
.review-icon.fa-clock {
    color: #337ab7;
}
.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: #ffc;
    border-left: 6px solid #ffeb3b;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
    cursor: pointer;
}
.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.preferred {
    border-left: 6px solid #337ab7;
}
.customform-data-container .wrap-notes.document-wrap.completed {
    border-left: 6px solid #5cb85c;
}
.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;
}
.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,
#trans_comm_docs_form .document-preview-wrap {
    float: left;
    width: 65px;
    margin-right: 10px;
    position: relative;
}
.customform-data-container .wrap-notes.document-wrap .document-preview,
#trans_comm_docs_form .document-preview {
    width: 60px;
    height: 60px;
    border: 1px solid #5e5e5e;
    text-align: center;
}
.customform-data-container .wrap-notes.document-wrap .document-preview img {
    height: 50px;
    padding: 5px 0px;
}
.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.success p,
.customform-data-container .wrap-notes.danger p {
    margin-bottom: 0;
}
.customform-data-container .wrap-notes.success p {
    position: relative;
}
.customform-data-container .wrap-notes.success p:after {
    content: "\f106";
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    line-height: 1;
}
.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;
    display: block;
}
.customform-data-container .wrap-notes-description.success {
    border-left: 6px solid #4caf50;
}
.customform-data-container .wrap-notes-description.agentnote {
    border-left: 6px solid #8ba3c6;
}
.customform-data-container .wrap-notes-description.contactnote {
    border-left: 6px solid #5cb85c;
}
.cwidget.transaction-manager-widget {
    width: 24%;
}

/*css for calender*/
.calender-year {
    padding: 5px 25px;
    width: 100%;
    float: left;
    text-align: left;
    background: #12856e;
}
.calender-year ul li a {
    color: #fff;
    font-size: 14px;
}
.calender-year ul li {
    color: #eef5ff;
    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 !important;
    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;
}
.generate_button_larger {
    font-size: 14px !important;
}
p.tags .label:hover,
.doc-review-status:hover {
    opacity: 0.8;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 6px;
    font-size: 13px !important;
    line-height: 1.428571429;
    border-radius: 15px !important;
    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: 0 3% 20px 0;
    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: 1.25;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-top: 5px;
}
.emp-address {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.emp-flix {
    margin-top: 8px;
}
.emp-flix-testimonial {
    margin-top: 15px;
    font-size: 12px;
}
.emp-flix a {
    color: #fff;
}
.card-infoblock {
    padding: 12px;
    box-shadow: 0px 2px 4px -4px #5e5e5e;
    display: grid;
    align-items: center;
}
.wrap-notes.helptip-txt {
    font-size: 13px;
}
.helptip-notes {
    width: 30%;
    margin-right: 10px;
}
#contact-notes-helptip .helptip-notes {
    height: 65px;
    overflow: hidden;
}
.commission-breakdown .card-infoblock {
    padding: 10px 0px;
}
.commission-breakdown .card-infoblock:last-child {
    box-shadow: none;
}
.note-delete-btn {
    position: absolute;
    right: 13px;
    top: 17px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.note-reply-btn {
    position: absolute;
    right: 40px;
    top: 10%;
    font-size: 13px;
    width: 17px;
    height: 15px;
}
.toggle-buttons-area {
    display: none;
}
.toggle-buttons:hover > .toggle-buttons-area {
    display: block;
}
.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;
}
.hover-document-preview img,
.hover-document-preview iframe {
    cursor: pointer;
}
.document-preview-wrap:hover > .hover-document-preview {
    display: block;
}

/* The Overlay (background) */
.fullscreen-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 !important;
    left: 0;
    top: 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;
}
.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,
.customform-data-container .wrap-notes-description div.commn-item-area .partial-remove-commn-item,
.customform-data-container .wrap-notes-description div.commn-item-area .tax-format-edit-commn-item {
    cursor: pointer;
    font-size: 18px;
}
.customform-data-container .wrap-notes-description div.commn-item-area .remove-commn-item,
.customform-data-container .wrap-notes-description div.commn-item-area .partial-remove-commn-item {
    color: #d9534f;
}

.customform-data-container .wrap-notes-description div.commn-item-area .tax-format-edit-commn-item {
    color: green;
}
.customform-data-container 	.wrap-notes-description div.commn-item-area .add-commn-docs {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #17a2b8;
    font-size: 18px;
}
.sales-comm-report-list tr td {
    text-align: center;
}
.print-1099-report {
    margin-left: 4px;
    cursor: pointer;
}
.print_1099_report_title {
    position: absolute;
    font-size: 8px;
    line-height: 0px;
}
.subhead_title.toggle-tab {
    cursor: pointer;
}
.expand-area,
.compress-area {
    float: right;
    transition: all 0.2s ease-in-out;
}
.expand-area:before {
    content: "Expand for details";
    font-size: 13px;
    position: relative;
    top: -3px;
    padding-right: 10px;
}
.expand-area::after {
    content: "\f106";
    font-size: 20px;
    margin-right: 20px;
    font-family: 'Font Awesome 5 Free';
}
.compress-area:before {
    content: "Collapse for summary";
    font-size: 13px;
    position: relative;
    top: -3px;
    padding-right: 10px;
}
.compress-area:after {
    content: "\f107";
    font-size: 20px;
    margin-right: 20px;
    font-family: 'Font Awesome 5 Free';
}
li.select2-results__option {
    margin: 0px !important;
    font-size: 13px;
    font-weight: normal;
    float: left;
    width: 100%;
}
.customform-data-container li select.searchable-selectbox {
    width: 0px !important;
}
span.select2-selection {
    height: 40px !important;
}
span.select2.select2-container {
    width: 100% !important;
}
span.select2-selection__rendered {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.select2-results__options {
    overflow-x: hidden;
}
.agent-item-input-fld {
    float: left;
    margin-right: 10px;
    width: 16%;
}
.agent-item-input-fld .remove-commn-item,
.agent-item-input-fld .add-commn-docs {
    margin-top: 5px;
    float: left;
}
.agent-item-input-fld.addon-input {
    position: relative;
    width: 16% !important;
}
.agent-item-input-fld.addon-input input {
    padding-left: 30px;
}
.agent-item-input-fld .input-group-addon {
    position: absolute;
    padding: 8px 7px 7px 7px;
    background-color: #eceeef;
    color: #464a4c;
    border: 1px solid #999;
}
.transaction-status-icon .edit-action-item a {
    cursor: default;
    color: #000;
}
.dropbox-authorize-btn {
    margin: 15px 0px 0px 0px;
    width: 100%;
    float: left;
}
.backup-popup-datefiled {
    margin: 5px 0px;
}
#accountform .report-page-users ul li {
    padding: 6px;
}
#accountform .select2-selection__arrow b {
    width: auto;
}
.fa-customshare-icon::before {
    content: "\f064";
}
.fa-customrequest-icon::before {
    content: "\f045";
}
.referrer-icon-image {
    margin-top: 5px;
}
.catch-all-documents-area .toggle-buttons {
    position: relative;
}
.catch-all-documents-area .toggle-buttons-area {
    position: absolute;
    right: 5px;
    top: 10px !important;
}
.emp-avater-helptip i.fa-folder {
    color: #e8db89;
}
.ui-draggable.ui-draggable-dragging {
    cursor: move !important;
}
.comm-report-row {
    cursor: pointer;
}
.comm-report-row-details div.subhead_area_title,
.comm-report-row2-details div.subhead_area_title,
.payment-report-row-details div.subhead_area_title {
    height: 40px;
    line-height: 25px;
    margin: 0px;
    font-size: 12px;
}
.comm-report-row-details td,
.comm-report-row2-details td {
    padding: 3px 4px !important;
    background-color: #eef5ff;
}
.payment-report-row-details td {
    padding: 0px 0px 0px 5px !important;
    background-color: #eef5ff;
}
#montlyReportTable {
    width: 100% !important;
}
#montlyPendingReportTable,
#agentsReportTable2 {
    width: 100% !important;
}
.dataTables_filter input[type="search"] {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    line-height: 1.5;
    padding: 0.375rem 1rem 0.375rem 0.75rem;
}
.dataTables_length {
    margin-top: 9px;
}
.dataTables_wrapper .dataTables_info {
    clear: none;
    float: right;
}
.dataTables_length label {
    display: inline-flex;
}
.dataTables_length label select {
    width: auto !important;
    margin: -7px 4px 0px 4px !important;
}
.signature-field-li {
    border-right: 1px solid #474747;
    text-align: center;
}
.signature-field-li p.esign-note {
    margin: 10px 0px;
    float: left;
    text-align: left;
}
.signature-field-li p span.reset-esign-field {
    margin-right: 10px;
}
.signature-field-palceholder {
    position: relative;
    width: 100%;
    height: 40px;
}
.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;
}

.esign-fieldtype-wrap:hover {
    background: #fff;
}
.esign-fieldtype-wrap.active {
    background: #3baae3;
    color: #fff;
}
.esign-document-main {
    max-width: 1000px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.esign-document-content-fields {
    width: 118px;
    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;
}
.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 {
    width: 160px;
    height: 40px;
    line-height: 40px;
}
.embeded-esign-field.DATE {
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.embeded-esign-field.INITIALS {
    width: 80px;
    height: 40px;
    line-height: 40px;
}
.embeded-esign-field.CHECK {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.embeded-esign-field i {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 999;
    font-size: 12px;
    color: #333333;
}
.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;
}
#drawCustomeSign {
    width: 70%;
}
#drawCustomeInitials {
    width: 30%;
}
.introjs-button {
    padding: 0px !important;
    min-width: 50px;
    background: none !important;
}
.widget-edit-form .esign-type-li {
    border: 1px solid #212d40;
    text-align: center;
    padding: 5px 0px;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
}
.widget-edit-form .esign-type-li span {
    padding: 0px 10px;
}
.widget-edit-form .esign-type-li span.name {
    border-right: 1px solid #666666;
}
.widget-edit-form .esign-type-li:hover {
    background: #e0f2ff;
}
.widget-edit-form .esign-type-li.active {
    background: #e0f2ff;
}
.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.PLACEHOLDER:hover {
    cursor: url("/themes_admin/admin_light/images/cursor_placeholder.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;
}
.remove-embedded-esign {
    cursor: pointer;
}
.left-mrg-0 {
    margin-left: 0px !important;
}
.popup-loading-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    z-index: 99999;
    border-radius: 10px;
}
.popup-loading-area img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.customform-data-container .show-cont-in-trns {
    width: auto;
    min-width: 55px;
    display: inline-block;
    text-align: left;
    margin: 6px 0px 0px 6px;
    vertical-align: top;
    color: white;
    background: #212d40;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
}
.customform-data-container .remove-tag {
    margin-left: 8px;
}
.customform-data-container .remove-tag a {
    color: white;
}
.contact-esign-body {
    background: none;
}
.contact-esign-warning {
    height: 200px;
    float: none;
    margin: 20px !important;
    line-height: 200px !important;
    vertical-align: middle;
    text-align: center;
}
.contact-esign-warning i.danger {
    font-size: 25px;
    color: #f44336;
}
.contact-esign-warning i.success {
    font-size: 25px;
    color: #4caf50;
}
.contact-esign-warning span {
    font-size: 20px;
}
.contact-esign-warning span a {
    text-decoration: underline;
}
.archive-folder {
    cursor: pointer !important;
    min-height: 45px;
    background-color: #cfe9fd !important;
    border-left: 6px solid #98a3c0 !important;
    font-size: 18px;
}
.archive-folder .folder-date {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
}
.archive-sub-folder {
    border-left: 6px solid #98a3c0 !important;
    width: 98%;
}
.archive-sub-folder .folder-delete-button {
    text-decoration: none !important;
}
.archive-sub-folder p.tags .label {
    font-size: 10px;
}
.basic-propinfo-area {
    width: 32%;
}
.quick-links-area {
    max-width: 45%;
}
.customer-info .quick-link-items a {
    font-size: 12px;
    float: left;
    margin: 5px;
}
.check_tc_type_icon {
    font-size: 16px !important;
    color: #5cb85c;
    position: absolute;
    top: 0;
    right: 0;
}
.addcontact a.contact-add-cooperating-agent {
    width: 70px !important;
}
.sales-commission-edit-form fieldset .styled-box {
    margin: 27px 0px 4px 0px;
    padding: 43px 0px 43px 0px;
    background: #f1f1f1;
    text-align: center;
}
.sales-commission-edit-form fieldset .styled-box .label {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.sales-commission-edit-form fieldset .styled-box .number {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #f00;
}
.sales-commission-edit-form .yellow-line {
    background-color: #ffc;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.margin-tb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.comm-err-note {
    line-height: 40px;
    vertical-align: middle;
}

.wide-catch-all {
    width: 98% !important;
    margin-bottom: 10px;
}
.trans-doc-upload-instructions {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.checklist-item {
    padding: 5px !important;
    cursor: pointer;
}
.checklist-item .checklist-item-input {
    vertical-align: middle;
}
.checklist-item.completed-item {
    opacity: 0.6;
    text-decoration: line-through #f00;
}
.checklist-item:hover {
    opacity: 0.8;
    background-color: #e1e1e1;
}
#contact-notes-area .custom-tabs ul.tabs li.current {
    background: #212d40;
    color: #fff;
}
#contact-notes-area .custom-tabs ul.tabs li {
    background: #dee0e3;
    color: #222;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 3px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: calc(50% - 5px);
    text-align: center;
}
#contact-notes-area .custom-tabs ul.tabs li.current {
    padding: 10px 15px;
}
#contact-notes-area .custom-tabs ul.tabs li a {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
li.edit-action-item a.request-doc-review-disabled {
    opacity: 0.2;
    cursor: default;
}
.view-popup-basic-property-info span {
    font-weight: normal !important;
}
#documents-info-area .full-new-document-wrap .document-wrap {
    border: 0px;
}
#documents-info-area .full-new-document-wrap .document-wrap.emp-caption {
    padding-left: 23px;
}
#documents-info-area .rollover-document {
    float: left;
    margin-top: 10px;
    border-left: 6px solid #dddfe2;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
#documents-info-area .hover-document-type-preview {
    display: none;
    position: absolute;
    min-width: 200px;
    text-align: left;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #888;
    padding: 5px;
    top: 28px;
    left: 12px;
}
#documents-info-area .rollover-document:hover + .hover-document-type-preview {
    display: block;
}
#documents-info-area .rollover-document.mandatory {
    border-left: 6px solid #f00;
}
#documents-info-area .rollover-document.preferred {
    border-left: 6px solid #337ab7;
}
#documents-info-area .rollover-document.completed {
    border-left: 6px solid #5cb85c;
}
#documents-info-area .full-new-document-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.expense-header {
    background-color: #ededed !important;
    font-weight: bold;
    border-bottom: 1px solid #999 !important;
}
.tag_referral_agent span:nth-child(2),
.tag_referral_brokerage span:nth-child(2),
.total_partial_comm_agents span:nth-child(2) {
    display: none;
}

/* new design document css */
.customform-data-container .catch-all-new-design-documents {
    border-style: dashed;
    border-color: #cccfd2;
    margin-top: 10px;
    padding: 50px 16px 50px 0px;
    background-color: #f4f8fb;
    text-align: center;
}
.btn-white-custom {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    padding: 10px 30px 11px 30px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.trans-dashboardpage .btn-circle.btn-doc-signed {
    background-color: #102788;
    color: #fff;
}
#catch-all-documents .new-design-drop-area {
    text-align: center;
}

.space-line {
    margin: 5px 0 7px 0;
    font-size: 12px;
    font-weight: 200;
}
#catch-all-documents .uploade-file-name {
    margin: 0px 0 19px 0;
}
.margin-top-15 {
    margin-top: 15px;
}
.custom-progressBar {
    width: 41% !important;
    margin-top: 3px !important;
}

/** Wades block button */
a.testblockbutton,
a.testunblockbutton {
    display: inline-block;
    width: 25px;
    height: 20px;
    font-size: 10px !important;
    font-weight: normal !important;
    text-transform: capitalize;
    background-color: #337ab7;
    color: #fff !important;
    padding: 5px;
    border: 1px solid #2e6da4;
    border-radius: 20px 20px 20px 20px;
}
a.testunblockbutton {
    width: 32px;
    padding-left: 3px;
    padding-right: 7px;
}

a.testblockbutton:hover,
a.testunblockbutton:hover {
    background-color: #5cb85c;
}
#commission-notes-area-full {
    width: 100%;
    overflow-y: scroll;
    height: 300px;
    margin-bottom: 15px;
}
.add-agent-items-comment {
    cursor: pointer;
    margin-top: 6px;
    float: left;
    margin-right: 5px;
    font-size: 18px;
}
.append-agent-item-notes {
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.font-size-12 {
    font-size: 12px !important;
}
.btn-update {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.hidden-esign {
    display: none;
}
.not-choose-esignuser {
    border: 1px solid #F00;
}
.embeded-esign-field-popup.CHECK .es-data-content-users {
    width: 100px;
}
.es-data-content-users {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    line-height: 15px;
    display: none;
    margin-top: 4px;
}
.es-data-content-users::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    opacity: 0.7;
}
#officeAgentsReportTable {
    width: 100% !important;
}
#officeAgentsReportTable.dataTable.display tbody td {
    border-top: none;
    padding: 8px;
}
#officeAgentsReportTable.dataTable.display thead td {
    padding: 8px;
}
#officeAgentsReportTable.dataTable.display thead td.tbc {
    min-width: 120px !important;
}
#officeAgentsReportTable.dataTable.display thead td.period {
    min-width: 100px !important;
}
.brokerage-staff-report-list tr td {
    text-align: center;
}

table.dataTable thead .sorting_asc {
    height: 19px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

input[type="text"]:disabled {
    background: #ddd;
}

.advanced-customform-data-container span.select2-selection {
    height: 32px !important;
}
.advanced-customform-data-container span.select2-selection__rendered {
    margin-top: 0px;
}
.mtop-5 {
    margin-top: 5px !important;
}
.tab-page.document-esign-page .esign-document-content-fields {
    position: fixed;
    top: 350px;
    right: 25px;
    z-index: 1;
}
.tab-page.document-esign-page .esign-document-main {
    margin-right: 90px;
}

.tab-page.document-esign-page .doc-es-request-form-btn {
    position: fixed;
    top: 30%;
    right: 2%;
    z-index: 9;
}
.wrap-notes.helptip-txt.important {
    border-left-color: #f00;
}
span.helptip-icon {
    color: #fff;
    padding: 5px;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
}
.bg-blue {
    background: #102788;
}
.bg-yellow {
    background: #eea236;
}

#search_mlsid_sec form {
    max-width: 377px;
    margin: 10px auto 0;
}
#error_mls_search {
    display: none;
}
#error_mls_search {
    margin-top: 10px;
    font-weight: normal;
}
.referal_items .brokerage_name_wrap {
    min-width: 22%;
}
.wrap-notes-description.document-wrap .referal_items .commn-item-area > div {
    margin-bottom: 10px;
}
.wrap-notes-description.document-wrap .commn-item-area > div tags.tag_referral_agent,
.wrap-notes-description.document-wrap .commn-item-area > div tags.tag_referral_brokerage {
    border-radius: 5px;
    border: 1px solid #999 !important;
}
.commn-item-area div:last-child {
    width: auto;
}
#trans_comm_docs_form .trans-doc-preview-wrap {
    float: left;
    width: 100%;
    margin-right: 10px;
    position: relative;
}
#accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld:first-child {
    width: 22% !important;
}
#accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld:nth-child(3) {
    width: 15% !important;
}
#accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld:nth-child(4) {
    width: 170px !important;
}

#accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld {
    padding-left: 0px !important;
    width: 11% !important;
    margin-bottom: 8px;
}
.tax-format-display-flex {
    display: flex;
}
.right .custom-btn.btn-success {
    height: 40px;
    display: inline-flex;
    align-items: center;
}

#accountform .searchable-selectbox-parent.report-page-users {
    padding-right: 10px;
}

div#agentsReportTable2_wrapper {
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .tab-page.document-esign-page .esign-document-content-fields {
        top: 50%;
        right: 30px;
        z-index: 1;
        transform: translateY(-40%);
    }
    .tab-page.document-esign-page .esign-document-main {
        margin: 0 auto;
    }
    #accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld {
        width: 30% !important;
    }
}
@media (max-width: 850px) {
    #accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld {
        width: 100% !important;
    }
    #accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld:first-child {
        width: 100% !important;
    }

    #accountform .tab-page #focus-salescommn .sales_commn_form .commission-breakdown-edit-form .wrap-notes-description .commn-item-area .agent-item-input-fld:nth-child(3) {
        width: 22% !important;
    }
}

.inline-width-60 {
    width: 65% !important;
    display: inline-block;
    vertical-align: top;
    border: 2px solid;
    border-color: #dddfe2;
    padding: 6px;
    margin-bottom: 10px;
}

#focus-documents {
    float: right;
}
.bulk-uploader-area {
    float: left;
    width: 0;
}

.inline-width-30 {
    width: 33% !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    border: 2px solid;
    padding: 6px;
    border-color: #dddfe2;
}
.top16 {
    top: 16px !important;
}
.word-wrap-cl {
    word-wrap: break-word;
}
.pref-docu-btn {
    padding: 6px 5px !important;
    font-size: 10px !important;
}
.radius-br {
    border-radius: 15px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-11 {
    font-size: 11px !important;
}
.text-right {
    text-align: right !important;
}
.inine-docu-btn {
    display: inline-block;
    float: none !important;
    margin-left: 161px;
}
.inline-bl {
    display: inline-block;
}
.bulk-uploader-note {
    background-color: #ffc;
    cursor: default;
    border-left: 6px solid #ffeb3b;
    padding: 5px !important;
    text-align: left;
    margin-top: 10px;
    font-size: 10px !important;
}
.dashed {
    border-left: 6px solid #FFA500 !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.h-76 {
    height: 75px !important;
}
#focus-salescommn .widget-edit-form #documents-info-area #new-doc-name {
    height: 30px !important;
}
#focus-salescommn .widget-edit-form #documents-info-area .new-have .h-34 {
    height: 34px !important;
}
@media only screen and (max-width: 700px) {
    .inline-width-30 {
        width: 100% !important;
    }
    .inline-width-60 {
        width: 100% !important;
    }
    #new-doc-name {
        margin-bottom: 14px !important;
    }
}

.module-reports .maindiv {
    position: relative;
}
.display-cursor-pointer {
    cursor: pointer;
}
#documents-info-area .documents-action-container .action-share-documents a.share-documents::before,
#documents-info-area .documents-action-container .action-catchall-docs a.catchall-docs::before,
#documents-info-area .documents-action-container .action-submit-processing a.request-doc-review::before,
#documents-info-area .documents-action-container .action-replace-all a.replace-all-docs::before,
#documents-info-area .documents-action-container .action-salessheet a.download-all-docs::before,
#documents-info-area .documents-action-container .action-submit-processing a.action-submit-processing::before {
    font-size: 10px !important;
}

.vertical-wrap .action-show-uploade a.show-bulk-uploader-left::before,
.vertical-wrap .action-show-uploade a.show-bulk-uploader-right::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.vertical-wrap .action-show-uploade a.show-bulk-uploader-left::before {
    content: "\f107";
}
.vertical-wrap .action-show-uploade a.show-bulk-uploader-right::before {
    content: "\f106";
}
#documents-info-area .documents-action-container .action-show-uploade {
    cursor: pointer;
}
.margin-top5 {
    margin-top: 5px !important;
}
.margin-top10 {
    margin-top: 10px !important;
}
.margin-top16 {
    margin-top: 16px !important;
}
.margin-top42 {
    margin-top: 42px !important;
}
.dis {
    pointer-events: none;
    opacity: 0.3;
}
.green-button {
    background-color: #8fba5b !important;
    border: 1px solid #8fba5b !important;
}
#rotate-vertical-button li {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
    margin-top: 83px !important;
    cursor: pointer;
}
#rotate-vertical-button li a {
    font-size: 12px !important;
}
.margin7 {
    margin: 7px 0 !important;
}
.pink-note {
    float: right !important;
    min-width: 60% !important;
    width: 95% !important;
}
.pink-note-2 {
    float: right !important;
    min-width: 60% !important;
    width: 92% !important;
}
.main-doc-wrap {
    display: inline-block;
    position: relative;
}
.agentadded-bg {
    background-color: beige !important;
}
.scroll-catchall {
    position: fixed;
    top: 0;
    width: 82%;
}
.overflow-catchall {
    max-height: 350px;
    overflow-y: auto !important;
}
.reduce {
    padding: 4px !important;
    font-size: 10px !important;
}
.font-9 {
    font-size: 9px !important;
}
.mtp-4 {
    margin-top: 6px !important;
}
.mtp-2 {
    margin-top: 2px !important;
}
.vertical-wrap {
    position: absolute !important;
    top: 120px !important;
}
.hoveroff {
    pointer-events: none !important;
}
.unset-over {
    overflow: unset !important;
}
.rednote {
    color: #f00;
}
.background-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #e52f27;
    text-align: center;
    right: 0;
    font-size: 17px !important;
    width: 100% !important;
    margin-top: 40px;
    margin-left: 71px;
}
.bg-drag-overlap-text span {
    margin-left: 40px;
}
.opacity6 {
    opacity: 0.6;
    background-color: #dee0e3 !important;
}

.full-new-preview {
    position: relative !important;
}
/* .full-new-preview:before {
        margin: 3rem;
        content: "Drag here or Click Upload Button";
        position: absolute;
        color: red;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        text-align: center;
        font-size: 17px !important;
}  */
.width147 {
    width: 147px !important;
}

.button-top-bar-inner {
    width: 90% !important;
    float: right !important;
}

#trans-post-payment-popup-form span.select2-selection {
    height: auto !important;
}
.font-weight-normal {
    font-weight: normal !important;
}
#all-trans-expenses thead tr {
    background: #cecece;
}
#all-trans-expenses tbody tr:nth-child(even) {
    background: #eceeef;
}
.font-size-10 {
    font-size: 10px !important;
}
#all-trans-expenses tbody {
    display: block;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#all-trans-expenses thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .margin-top42 {
        margin-top: 15px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .name-doc {
        margin-bottom: 17px;
    }
    .space-line {
        margin-top: 12px;
    }
    #rotate-vertical-button li {
        margin-top: 280px !important;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 7px;
        -webkit-overflow-scrolling: auto;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
    .vertical-wrap {
        position: absolute !important;
        top: 74px !important;
    }
    .background-text {
        left: 11px;
    }
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
    #rotate-vertical-button li {
        margin-top: 130px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #rotate-vertical-button li {
        margin-top: 120px !important;
    }
    .pink-note {
        margin-top: 106px !important;
    }
    .pink-note-2 {
        margin-top: 106px !important;
    }
    .scroll-catchall {
        width: 98%;
    }
    .overflow-catchall {
        max-height: 350px;
        overflow-y: scroll !important;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 7px;
        -webkit-overflow-scrolling: auto;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
    .vertical-wrap {
        position: absolute !important;
        top: 125px !important;
    }
    .background-text {
        left: -7px;
        text-align: right;
        margin-top: 63px;
        margin-left: 0;
    }
}
.btn-tomato {
    background: tomato !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.ml-6 {
    margin-left: 6px !important;
}
.relative {
    position: relative;
}
.sheetscss {
    font-size: 16px;
    font-weight: bold;
    margin: 0 !important;
    position: absolute;
    top: 30px;
}
.download_check_class {
    cursor: pointer;
    color: #0064ff;
    text-decoration: underline;
}

.profile-link {
    position: relative;
}

.profile-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.width-21 {
    width: 21% !important;
}
#review-comm-report-btn {
    background-color: #212d40;
    border: 1px solid #212d40;
    color: white;
    transition: all 0.5s;
    opacity: 1;
    box-shadow: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 16px;
    max-width: 100%;
    word-break: break-word;
    white-space: inherit;
}

input[readonly] {
    background-color: #dddddd !important;
}
.customform-data-container
.wrap-notes-description
div.commn-item-area
.partial-add-commn-docs {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #17a2b8;
    font-size: 18px;
}
.agent-item-input-fld .remove-commn-item,
.agent-item-input-fld .partial-add-commn-docs {
    margin-top: 5px;
    float: left;
}
.width-auto {
    width: auto !important;
}
select:disabled {
    background: #dddddd !important;
}
@media (prefers-color-scheme: dark) {
    .payment-report-row-details td {
        background-color: unset;
    }
}
