/*** 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 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 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: 46%;
    vertical-align: top;
    border: none;
    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: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.custom-btn:hover,
.btn-circle:hover {
    opacity: 0.8;
}

.btn-danger,
.btn-success,
.btn-primary,
.btn-warning,
.btn-default,
.btn-info,
.btn-dark,
.btn-light {
    color: #fff;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-warning {
    background-color: #ffa500;
    border-color: #eea236;
}
.btn-default {
    background-color: #5e5e5e;
    border-color: #ccc;
}
.btn-info {
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-dark {
    background-color: #ed174c;
    border-color: #ff003f;
}
.btn-light {
    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,
.widget-edit-form .display_inline_block,
.property-code-wrap ol {
    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 li {
    display: inline-block;
    vertical-align: top;
}
.widget-edit-form .width-quarter {
    width: 24%;
}
.widget-edit-form .width-half {
    width: 46%;
}
.widget-edit-form .width-trifold {
    width: 31%;
}
.widget-edit-form .width-full {
    width: 94%;
}
.widget-edit-form .width-25 {
    width: 25%;
}
.widget-edit-form .width-27 {
    width: 27%;
}
.widget-edit-form .width-50 {
    width: 50%;
}
.widget-edit-form .width-75 {
    width: 75%;
}
.widget-edit-form .width-65 {
    width: 65%;
}
.widget-edit-form .width-30 {
    width: 30%;
}
.widget-edit-form .width-100 {
    width: 100%;
}
.widget-edit-form .first-comment.width-100 {
    border: 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
}
.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,
.card-bounding:hover > .cc-hover-icons {
    display: block !important;
}
.area-hide {
    display: none !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;
}
.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 {
    position: absolute;
    left: 30px;
    width: 25px;
    text-align: center;
    background-color: #eceeef;
    color: #464a4c;
    border: 1px solid #999;
}
.customform-data-container li .input-group-addon-plus-minus.listing {
    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;
}
.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;
}

.dragover {
    opacity: 0.4;
    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;
}

.customform-data-container .wrap-notes {
    background-color: #ffc;
    border-left: 6px solid #ffeb3b;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
}
.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 #ff0000;
}
.customform-data-container .wrap-notes.document-wrap.preferred {
    border-left: 6px solid #ffa500;
}
.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 {
    float: left;
    width: 65px;
    margin-right: 10px;
    position: relative;
}
.customform-data-container .wrap-notes.document-wrap .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-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: #1abc9c;
}
.calender-year ul li a {
    color: #fff;
    font-size: 14px;
}
.calender-year ul li {
    color: white;
    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;
}
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;
    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;
}
.emp-flix-testimonial {
    margin-top: 15px;
    font-size: 12px;
}
.emp-flix a {
    color: #fff !important;
}
.card-infoblock {
    padding: 12px 12px;
    box-shadow: 0px 2px 4px -4px #5e5e5e;
    display: grid;
    align-items: center;
    -webkit-box-align: center;
}
.wrap-notes.helptip-txt {
    font-size: 13px;
}
.helptip-notes {
    width: 30%;
    margin-right: 10px;
}
.commission-breakdown .card-infoblock {
    padding: 10px 0px;
}
.commission-breakdown .card-infoblock:last-child {
    box-shadow: none;
}
.note-delete-btn {
    position: absolute;
    right: 7px;
    top: 10%;
    font-size: 13px;
    width: 17px;
    height: 15px;
}
.note-reply-btn {
    position: absolute;
    right: 40px;
    top: 10%;
    font-size: 13px;
    width: 17px;
    height: 15px;
}
.toggle-buttons:hover > .toggle-buttons-area,
.document-preview-wrap:hover > .hover-document-preview,
#services li a .tile-desc {
    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;
}
.doc-review-status,
.hover-document-preview img,
.hover-document-preview iframe,
.subhead_title.toggle-tab,
.comm-report-row {
    cursor: pointer;
}

/* 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 {
    cursor: pointer;
    color: #d9534f;
    font-size: 18px;
}
.sales-comm-report-list tr td {
    text-align: center;
}

.expand-area:before,
.compress-area:before {
    float: right;
    font-size: 12px;
    margin-right: 30px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.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");
}
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 {
    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;
}
.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";
}
.emp-avater-helptip i.fa-folder {
    color: #e8db89;
}
.ui-draggable.ui-draggable-dragging {
    cursor: move !important;
}

.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: none;
    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 .remove-tag {
    margin-left: 8px;
}
.customform-data-container .remove-tag a {
    color: white;
}
.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;
}
.customer-info .quick-link-items a {
    font-size: 12px;
    float: left;
    margin: 5px;
}
#services {
    overflow: hidden;
    padding-left: 0;
    text-align: center;
}
#services li {
    margin-right: 38px;
    margin-bottom: 28px;
    position: relative;
    list-style: none;
    overflow: hidden;
}
#services li span {
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #282828;
}
.toggle-buttons-area,
#services li span.service-desc,
#services li a:hover span,
#services li a .descr {
    display: none;
}

#services li a:hover .descr {
    display: table !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 22px;
    height: 200px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

#services li a .descr .title-des {
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: break-word;
    vertical-align: middle;
    display: table-cell;
}
.tile_main_div {
    padding: 20px 0px;
    border-bottom: 1px solid #dddfe2 !important;
}
.tile_main_div .tile-label {
    text-align: left;
    margin-left: 44px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* credit card css */
.card-bounding {
    cursor: pointer;
    width: 90%;
    max-width: 300px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f5f5f5;
    display: inline-block;
    margin: 10px 35px 22px 15px;
    position: relative;
}
.card-bounding .card_name {
    font-size: 15px;
    padding-bottom: 6px;
}
.card-bounding .card_name p {
    padding-bottom: 2px;
}

.card-bounding .card-info-div:hover {
    opacity: 0.1;
}
.card-bounding:hover > .card-info-div {
    opacity: 0.1 !important;
}
.cc_green {
    background: #f5f5f5;
    box-shadow: 0px 0px 4px 3px #5cb85c;
}
.cc_warning {
    background: #f5f5f5;
    box-shadow: 0px 0px 4px 3px #ef473b;
}
.cc_green:hover > .cc-hover-icons {
    right: 46% !important;
}

.card-bounding aside {
    font-size: 15px;
    padding-bottom: 6px;
}
.card-containers {
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto 15px auto;
    position: relative;
}
.card-containers input {
    width: 100%;
    letter-spacing: 1px;
    font-size: 19px;
    padding: 11px 15px 11px 47px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}
.card-type {
    width: 80px;
    height: 56px;
    background-position: 0 -291px;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 4px;
}
.card-type i {
    font-size: 27px;
}
.card-valid {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 60px;
    font-size: 40px;
    font-family: "icons";
    color: #ccc;
}
.card-valid.active {
    color: #42ca7c;
}
.card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
    transition: 300ms ease;
}
.card-details input {
    font-size: 19px;
    padding: 11px 15px 11px 25px;
    box-sizing: border-box;
    width: 100%;
}
.card-details input.error {
    border: 1px solid #c2313c;
    box-shadow: 0 4px 8px 0 rgba(238, 76, 87, 0.3);
    outline: none;
}
.card-details .expiration {
    width: 55%;
    float: left;
    padding-right: 5%;
}
.card-details .cvv {
    width: 45%;
    float: left;
}
.cc-hover-icons {
    top: 41%;
    position: absolute;
    right: 32%;
    display: none;
    z-index: 1;
}
.float-none {
    float: none !important;
}
/* end of credit card css */

#subscriber-contact-notes-form .contact-note-comment {
    height: 100px !important;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}
.normal {
    font-weight: normal;
}
.font-13 {
    font-size: 13px;
}
.font-bold {
    font-weight: bold;
}
.cusror-default {
    cursor: default !important;
}
.cusror-pointer {
    cursor: pointer !important;
}
.mtop-0 {
    margin-top: 0px !important;
}
.width-32 {
    width: 32% !important;
}
.width-68 {
    width: 68% !important;
}
.width-32 {
    width: 32% !important;
}
.google_marker_popup_heading {
    font-size: 20px;
    font-weight: bold;
}
.marker_info {
    margin-top: 5px;
    border-bottom: 1px solid #e5e3df !important;
    padding: 3px 0 3px 0px !important;
}
#google-referral-map {
    text-align: center;
    width: 100%;
}
#googleMap {
    width: 80%;
    height: 400px;
    margin: 0 auto;
}
.marker_info b {
    font-size: 12px;
    font-weight: bold;
}
#accountform #google-referral-map img {
    max-height: none !important;
}
.lead-rule-filter-tr {
    background: #FF0;
    padding: 4px 0 4px 30px !important;
}
.lead-rule-filter-td {
    padding: 4px 0 4px 30px !important;
}
.leadrule-report tr.list_row:hover .lead-rule-filter-tr {
    background-color: #FF0 !important;
    color: #333;
}
.w3-blue {
    background-color: #4caf50;
}
/* agents referral map page search options  */
#accountform .tab-page.agents_referral_map span.select2.select2-container {
    width: 100% !important;
}
#accountform .tab-page.agents_referral_map li.select2-search,
#accountform .tab-page.agents_referral_map li.select2-selection__choice {
    margin: 1px 2px;
}
#accountform
.tab-page.agents_referral_map
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    padding: 3px;
}
#accountform .tab-page.agents_referral_map span.select2-selection {
    height: auto !important;
}
#accountform .tab-page.agents_referral_map .customform-data-container li input[type="text"],
#accountform .tab-page.agents_referral_map .customform-data-container li select,
.tab-page.agents_referral_map .customform-data-container li textarea {
    width: 100% !important;
    height: 43px !important;
}
.tab-page.agents_referral_map .gm-style .gm-style-iw-d {
    max-height: 280px !important;
}
.tab-page.agents_referral_map .gm-style .gm-style-iw-c {
    max-height: 300px !important;
}
#recurive-opts {
    margin-top: 5px;
}
#recurive-opts input,
.recurive-opts input {
    width: 100% !important;
    height: 38px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #999 !important;
    padding-left: 4px;
}
#recurive-opts div,
.recurive-opts div {
    width: 48%;
}
#recurive-opts div:first-child,
.recurive-opts div:first-child {
    margin-right: 4%;
}
#recurive-opts div:last-child,
.recurive-opts div:last-child {
    width: 100%;
    font-size: 13px;
}
.termlink {
    text-decoration: underline !important;
}

table.dataTable tbody tr.refund-row {
    background-color: #fdebeb;
}
@media (prefers-color-scheme: dark) {
    #one-time-notice-popup .view-new-item-list,
    #one-time-notice-popup .mark-all-notice:hover {
        color: #000 !important;
    }
    table.dataTable tbody tr.refund-row {
        background-color: #4a4545;
    }
}

.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;
}

/* START : EXPORT EXCEL FILE FOR PRODUCT */
.required-checklist input[type="checkbox"]:empty {
    display: none;
}

.required-checklist label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d1d3d4;
    font-weight: normal;
}

.required-checklist input[type="checkbox"]:checked ~ label {
    color: #777;
}

.required-checklist input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.required-checklist input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    content: "";
    width: 2.5em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}

.required-checklist input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #333;
    background-color: #ccc;
}

.required-checklist-success input[type="checkbox"]:checked ~ label:before,
.required-checklist-success1 input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.percentage-input-container {
    position: relative;
    display: inline-block;
}

.percentage-input-container::after {
    content: "%";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.percentage-input {
    padding-right: 20px; /* To provide space for the percentage sign */
}

.tab-page.agents_referral_map .customform-data-container li textarea.height-80,
#accountform .tab-page.agents_referral_map .customform-data-container li select.height-80 {
    height: 80px !important;
}
