﻿/* Generic Application Classes */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a, a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.siteV2 {
    font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    margin-top: -12px;
}
/*.siteV2 { font-family: 'Open Sans', sans-serif; margin-top: -12px; }*/
/*.siteV2 { font-family: 'Lato', sans-serif; margin-top: -12px; }*/
/*.siteV2 { font-family: 'PT Sans', sans-serif; margin-top: -12px; }*/
/*.siteV2 { font-family: 'Droid Sans', sans-serif; margin-top: -12px; }*/
/*.siteV2 { font-family: 'Roboto', sans-serif; margin-top: -12px; }*/
iframe.report {
    width: 119%;
    height: 800px;
}

.contact-duplicate {
    opacity: 0.4;
    display: block;
    position: fixed;
    top: 90px;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 9998
}
/* Its 9998 because the menu is 9999 */
.siteV2 .input-group .form-control {
    z-index: 0;
}

.siteV2 .wrap-text {
    word-wrap: break-word;
}

.siteV2 .evo-customer {
    background-color: #2e80ab !important;
}
/* Align */
.siteV2 .align-center {
    text-align: center;
}
/* Global Margin Classes */
.siteV2 .g-m-0 {
    margin: 0px;
}

.siteV2 .g-m-5 {
    margin: 5px;
}

.siteV2 .g-m-l-0-i {
    margin-left: 0 !important;
}

.siteV2 .g-m-l-5 {
    margin-left: 5px;
}

.siteV2 .g-m-l-10 {
    margin-left: 10px;
}

.siteV2 .g-m-l-20 {
    margin-left: 20px;
}

.siteV2 .g-m-l-25 {
    margin-left: 25px;
}

.siteV2 .g-m-l-50 {
    margin-left: 50px;
}

.siteV2 .g-m-l-25-i {
    margin-left: 25px !important;
}

.siteV2 .g-m-r-0 {
    margin-right: 0px;
}

.siteV2 .g-m-r-5 {
    margin-right: 5px;
}

.siteV2 .g-m-r-10 {
    margin-right: 10px;
}

.siteV2 .g-m-r-15 {
    margin-right: 15px;
}

.siteV2 .g-m-t-3 {
    margin-top: 3px;
}

.siteV2 .g-m-t-0-i {
    margin-top: 0px !important;
}

.siteV2 .g-m-t-5 {
    margin-top: 5px;
}

.siteV2 .g-m-t-5-i {
    margin-top: 5px !important;
}

.siteV2 .g-m-t-10 {
    margin-top: 10px !important;
}

.siteV2 .g-m-t-20 {
    margin-top: 20px;
}

.siteV2 .g-m-t-25 {
    margin-top: 25px;
}

.siteV2 .g-m-b-25 {
    margin-bottom: 25px;
}

.siteV2 .g-m-t-30-i {
    margin-top: 30px !important;
}

.siteV2 .g-m-t-35 {
    margin-top: 35px;
}

.siteV2 .g-m-b-5 {
    margin-bottom: 5px;
}

.siteV2 .g-m-b-10 {
    margin-bottom: 10px;
}

.siteV2 .g-m-b-0-i {
    margin-bottom: 0px !important;
}

.siteV2 .toast-top-right {
    top: 100px;
}

.siteV2 .vertical-align-top {
    vertical-align: top;
}

.siteV2 .height-30 {
    height: 30px;
}
/* Global Padding Classes */
.siteV2 .g-p-0 {
    padding: 0px;
}

.siteV2 .g-p-l-35 {
    padding-left: 35px;
}

.siteV2 .g-p-r-25 {
    padding-right: 25px;
}

.siteV2 .g-p-r-0 {
    padding-right: 0px;
}
/* Cursor Classes */
.siteV2 .g-cur-p {
    cursor: pointer;
}
/* Align Classes */
.siteV2 .g-a-c {
    text-align: center;
}
/* No Wrap */
.siteV2 .no-wrap {
    white-space: nowrap;
}
/* Width */
.siteV2 .g-w-35-px {
    width: 35px;
}

.siteV2 .g-w-50 {
    width: 50%;
}

.siteV2 .g-w-100 {
    width: 100%;
}
/* Full Screen Wait*/
.siteV2 .wait {
    display: block !important;
    background-color: black;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
}

    .siteV2 .wait .box {
        color: white;
        margin: auto;
        background: rgba(0, 0, 0, .7);
        opacity: 1;
        width: 300px;
        margin-top: 260px;
        height: 125px;
        padding: 10px;
        border-radius: 15px;
    }

        .siteV2 .wait .box span {
            text-align: center;
            display: block;
        }

        .siteV2 .wait .box img {
            display: block;
            margin: 0 auto;
        }

.siteV2 img.header-wait {
    position: absolute;
}
/* Radio buttons */
.siteV2 .radio-label-left-right {
    margin: 0 10px;
    line-height: 35px;
    padding-left: 0;
}
/* Hide Preserve Classes */
.siteV2 .hidePreserve {
    visibility: hidden;
}
/* Validation finder Classes */
.siteV2 .validation-finder {
    margin-top: 7px;
}

    .siteV2 .validation-finder .input-group-btn i {
        width: 15px;
    }
/* Navigation width Classes */
.siteV2 .container {
    width: 1140px !important;
}

.siteV2 .container-lg {
    width: 1280px !important;
    margin: auto;
}
/* Header Classes */
.siteV2 h5 {
    color: #2359ae;
}

.siteV2 h4 {
    color: #2359ae;
    font-size: 0.95em;
    margin: 10px 20px 10px 15px;
}

.siteV2 header .navbar-nav {
    margin: 0 auto !important;
    display: table !important;
    table-layout: fixed !important;
    float: none !important;
}

.siteV2 header .navbar-right-fixed {
    position: fixed;
    top: 0px;
    right: 0px;
}

.siteV2 header .navbar-header {
    margin-top: -8px;
}

.siteV2 header .navbar-nav h4 {
    font-size: large;
    color: #dddddd;
    display: inline;
    line-height: 45px;
}

.siteV2 header .navbar-nav i {
    color: #666666;
    line-height: 45px;
    margin: 0 20px 0 20px;
    padding: 0 20px 0 20px;
}

    .siteV2 header .navbar-nav i.active {
        color: #ffffff !important;
        cursor: pointer;
    }

.siteV2 header .navbar li span {
    color: white;
    display: block;
    padding: 15px 15px 0 10px;
}
/* Side Menu Classes */
.siteV2 menu {
    display: block;
}

    .siteV2 menu > div.left {
        background: #43423E;
        left: -250px;
    }

    .siteV2 menu > div.show.left {
        transform: translate3d(250px, 0, 0);
    }

    .siteV2 menu > div {
        position: fixed;
        top: 0;
        width: 250px;
        height: 100%;
        box-sizing: border-box;
        transition: -webkit-transform ease 250ms;
        z-index: 9999;
    }

        .siteV2 menu > div > menu-item {
            display: block;
        }

            .siteV2 menu > div > menu-item > div {
                float: left;
                width: 100%;
                margin: 0;
                padding: 10px 15px;
                border-bottom: solid 1px #555;
                cursor: pointer;
                box-sizing: border-box;
                color: #B0B0B0;
            }

                .siteV2 menu > div > menu-item > div:hover {
                    color: #F0F0F0;
                }

                .siteV2 menu > div > menu-item > div > i {
                    float: left;
                    width: 50px;
                }

                .siteV2 menu > div > menu-item > div > span {
                    float: left;
                    color: inherit;
                    margin-top: 6px;
                }

                .siteV2 menu > div > menu-item > div > i.fa-chevron-right {
                    margin-top: 10px;
                }
            /* This is for the right-chevron on a parent menu item */
            .siteV2 menu > div > menu-item menu-item-child-group {
                display: block;
                position: fixed;
                float: left;
                left: 250px;
                margin-top: -11px;
                box-sizing: border-box;
                max-height: 450px;
                overflow-y: scroll;
                width: 200px;
            }

                .siteV2 menu > div > menu-item menu-item-child-group menu-item-child > div {
                    margin: 0;
                    padding: 15px 30px 14px 30px;
                    border-bottom: solid 1px #555555;
                    border-left: solid 1px #555555;
                    cursor: pointer;
                    box-sizing: border-box;
                    color: #B0B0B0;
                    background: #43423E;
                }

                    .siteV2 menu > div > menu-item menu-item-child-group menu-item-child > div:hover {
                        color: #F0F0F0;
                    }

                    .siteV2 menu > div > menu-item menu-item-child-group menu-item-child > div > span {
                        color: inherit;
                        margin-bottom: 100px;
                    }
/* Fieldset Classes */
.siteV2 fieldset {
    border: 2px solid #e8e8e8;
    margin: 10px;
    padding: 5px 5px 5px 10px;
    border-radius: 8px;
    background-color: #efefef;
    border-left: 5px solid #F7AA32;
    position: relative;
}

    .siteV2 fieldset select {
        font-size: 0.9em;
    }
/* Label Classes */
.siteV2 label {
    font-size: 0.95em;
    font-weight: normal;
}
/* Approvals */
.siteV2 .approvals.modal-body .panel .panel-heading {
    padding: 1px 0 1px 5px;
}

    .siteV2 .approvals.modal-body .panel .panel-heading h3 {
        font-size: 1em;
    }

.siteV2 .approvals.modal-body .panel .panel-body {
    padding: 3px;
}

    .siteV2 .approvals.modal-body .panel .panel-body select {
        max-width: 100% !important;
        padding: 0;
    }

.siteV2 .approvals.modal-body .col-xs-2 {
    text-align: center;
    margin-top: 25px;
}

    .siteV2 .approvals.modal-body .col-xs-2 button {
        width: 100%;
        padding: 0;
    }

.siteV2 .approvals.modal-body table.table {
    table-layout: fixed;
    width: 344px;
}

    .siteV2 .approvals.modal-body table.table tbody td {
        overflow: hidden;
        font-size: 0.85em;
    }

        .siteV2 .approvals.modal-body table.table tbody td:nth-of-type(1) {
            width: 87px;
        }

.siteV2 .approvals.modal-body button.btn-success, .approvals.modal-body button.btn-primary.edit {
    padding: 0 5px 0 5px;
    height: 19px;
    margin-top: -2px;
    color: #ffffff;
    background-color: #3D8AC9;
    border-color: #204d74;
}

    .siteV2 .approvals.modal-body button.btn-success:focus, .approvals.modal-body button.btn-primary.edit:focus {
        background-color: #286090;
        border-color: #122b40;
    }
/* Disable child control Classes */
.siteV2 .disable-child-controls {
    pointer-events: none;
}

    .siteV2 .disable-child-controls input[type=text] {
        background-color: #eeeeee;
    }

    .siteV2 .disable-child-controls .input-group-btn {
        opacity: 0.5;
    }
/* Link Navigation Classes */
.siteV2 .previous {
    width: 140px;
    height: 30px;
    line-height: 27px;
    font-size: 1.2em;
    color: #1E516C;
    margin: 20px 10px 20px 10px;
    padding-left: 10px;
    border-radius: 5px;
}

.siteV2 .next {
    width: 140px;
    height: 30px;
    line-height: 27px;
    font-size: 1.2em;
    color: #1E516C;
    margin: 20px 10px 20px 10px;
    padding-left: 25px;
    border-radius: 5px;
}
/* Seperator Classes */
.siteV2 .horizontal-seperator {
    width: 460px;
    border-bottom: 1px solid;
    border-style: dotted;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 12px;
    color: #C0C0C0;
}

.siteV2 hr {
    height: 1px !important;
    border: 0 !important;
    background-image: linear-gradient(to right, #e5ebf5, #2359ae, #e5ebf5) !important;
}
/* Loading Spinner */
.siteV2 .loading div {
    border: 2px solid #e8e8e8;
    margin: 15px;
    border-radius: 8px;
    background-color: #efefef;
    padding: 5px 5px 5px 10px;
    text-align: center;
    height: 200px;
}

    .siteV2 .loading div i {
        text-align: center;
        opacity: 0.7;
        line-height: 100px;
    }

.siteV2 i.validation-error-box-button {
    margin-left: 0;
    top: 0;
}
/* $Dirty asterix */
.siteV2 span.dirty {
    position: absolute;
    font-size: 1.5em;
    top: 0;
    left: 95%;
}
/* ID at top of page */
.siteV2 .cog {
    margin-top: -10px;
    text-align: center;
    padding: 2px;
    height: 35px;
    border-radius: 5px;
}

.siteV2 .internal-id-1 {
    margin-top: -5px;
    border: 1px solid #ffffff;
}

.siteV2 .internal-id-2 {
    margin-top: 5px;
    border: 1px solid #ffffff;
}

.siteV2 .internal-id-1 pre {
    border: 1px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    margin-left: -7px;
}

.siteV2 .internal-id-2 pre {
    border: 1px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    margin-left: -7px;
}
/* Column Padding */
.siteV2 .Column-padding-right {
    padding-right: 35px;
}
/* Truncate */
.siteV2 .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Info Box */
.siteV2 i.validation-error-box-button {
    color: #EC971F;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    margin-top: 3px;
    border: 0;
}

    .siteV2 i.validation-error-box-button span {
        font-size: 0.6em;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        vertical-align: top;
    }

.siteV2 .validation-error-message-box p, .validation-error-message-box li {
    font-size: 0.85em;
}
/* Button Classes */
.siteV2 .claim button.server-button {
    width: 100px;
    background-color: #1E516C;
    color: #ffffff;
    padding: 0 5px 0 5px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.siteV2 .void {
    background-color: #c9302c !important;
}

.siteV2 .small {
    width: 30px !important;
}
/* Button for when it hits the server */
.siteV2 button.server-button:hover {
    background-color: #2E80AB;
}

.siteV2 button.server-button:active {
    background-color: rgba(66, 156, 204, 0.8);
}

.siteV2 button.server-button[disabled="disabled"] {
    opacity: 0.4;
}

    .siteV2 button.server-button[disabled="disabled"]:hover {
        background-color: #1E516C !important;
        cursor: not-allowed;
    }

.siteV2 button.server-button {
    width: 150px;
    height: 25px;
    background-color: #1E516C;
    color: #ffffff;
    padding: 0 5px 0 5px;
    border: 1px solid transparent;
    border-radius: 3px;
}
/* Collapse button */
.siteV2 button.collapse-button {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 25px;
    text-align: left;
    padding: 0;
}

    .siteV2 button.collapse-button:hover {
        text-decoration: underline;
    }
/* Contact Marker */
.siteV2 .contact-marker {
    height: 20px;
    min-width: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 8px;
    cursor: default;
    white-space: nowrap;
    padding: 5px;
}
/* Validation Style Classes */
.siteV2 form input.ng-valid.ng-touched {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .siteV2 form input.ng-valid.ng-touched:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.siteV2 form input.ng-invalid.ng-touched {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .siteV2 form input.ng-invalid.ng-touched:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.siteV2 form .ng-invalid-required {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .siteV2 form .ng-invalid-required:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.siteV2 .ng-invalid-required-group {
    border-radius: 5px;
    border: 1px solid #a94442;
    padding: 0 0 5px 5px;
}
/* Cancel button */
.siteV2 button.cancel-button:hover {
    background-color: #2E80AB;
    color: #ffffff;
}

.siteV2 button.cancel-button:active {
    background-color: rgba(66, 156, 204, 0.8);
    color: #ffffff;
}

.siteV2 button.cancel-button {
    width: 150px;
    height: 25px;
    background-color: #ffffff;
    color: #1E516C;
    padding: 0 5px 0 5px;
    border: 1px solid #1E516C;
    border-radius: 3px;
}
/* Full length Close Button */
.siteV2 button.close-button:hover {
    background-color: #2E80AB;
    color: #ffffff;
}

.siteV2 button.close-button:active {
    background-color: rgba(66, 156, 204, 0.8);
    color: #ffffff;
}

.siteV2 button.close-button {
    height: 35px;
    background-color: #ffffff;
    color: #1E516C;
    border: 1px solid #1E516C;
    border-radius: 3px;
}
/* Disabled */
.siteV2 .dropdown-menu > li > a[disabled="disabled"] {
    opacity: 0.4;
}

    .siteV2 .dropdown-menu > li > a[disabled="disabled"]:hover {
        background-color: transparent !important;
        cursor: not-allowed;
    }

.siteV2 .menu-button-disabled {
    cursor: not-allowed !important;
    color: #888888;
}
/* Drop down Menu Classes */
.siteV2 ul:not(.ng-valid-date-disabled).dropdown-menu li span {
    padding: 10px 5px 10px 20px !important;
    font-size: 12px;
}

.siteV2 ul:not(.ng-valid-date-disabled).dropdown-menu.menu-buttons li {
    padding: 5px 0 5px 0 !important;
    width: 100%;
}

    .siteV2 ul:not(.ng-valid-date-disabled).dropdown-menu.menu-buttons li:hover {
        cursor: pointer;
        background-color: rgba(184, 188, 191, 0.34);
    }
/* Drop down options */
.siteV2 .contact-option-dropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto !important;
    margin-top: 33px;
    margin-right: -26px;
}

.siteV2 .display-option:hover {
    cursor: default !important;
    background-color: transparent !important;
}

.siteV2 .options-seperator {
    border-bottom: 1px solid #000000;
    width: 100%;
    border-style: none none dotted none;
    height: 1px;
}
/* Campaign File Attachment Classes */
.siteV2 .file-attachments li.list-group-item {
    padding: 0;
    background-color: transparent;
    border: none;
    float: left;
    margin-bottom: 0;
}

    .siteV2 .file-attachments li.list-group-item a {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .siteV2 .file-attachments li.list-group-item a {
        padding: 8px;
        display: block;
    }

        .siteV2 .file-attachments li.list-group-item a:hover {
            background-color: transparent;
        }
/* Table Style */
.siteV2 table.table.table-v2 {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
}

    .siteV2 table.table.table-v2 caption {
        background-color: #2e80ab;
        height: 25px;
        line-height: 10px;
        color: #ffffff;
        font-size: 0.9em;
        text-align: center;
    }

    .siteV2 table.table.table-v2 thead {
        background-color: #2e80ab;
        color: #ffffff;
    }

        .siteV2 table.table.table-v2 thead tr th {
            font-weight: normal;
            font-size: 0.85em !important;
        }

    .siteV2 table.table.table-v2 tbody {
        font-size: 0.9em !important;
    }

        .siteV2 table.table.table-v2 tbody.allow-click tr {
            cursor: pointer;
        }

        .siteV2 table.table.table-v2 tbody tr td.label {
            display: block;
        }

    .siteV2 table.table.table-v2 thead .trading-name-width-lg {
        width: 320px;
    }

    .siteV2 table.table.table-v2 thead .trading-name-width-sm {
        width: 150px;
    }

    .siteV2 table.table.table-v2 caption.contains-button {
        height: 38px;
    }

    .siteV2 table.table.table-v2 tbody tr td span {
        padding: 0 5px 0 5px;
        margin: 0 2px 0 2px;
    }

        .siteV2 table.table.table-v2 tbody tr td span.btn {
            border: 0;
            margin: 0;
            font-size: 1.7em;
        }

.siteV2 .ecomm-export-import table.table.table-v2 button {
    margin: -3px 3px 0 7px;
    padding: 3px;
    width: 80px;
}

.siteV2 .ecomm-export-import input[type=file] {
    opacity: 0;
    filter: alpha(opacity: 0);
    position: relative;
    top: 0;
    height: 20px;
    width: 75px;
    left: -80px;
    font-size: 0;
}

    .siteV2 .ecomm-export-import input[type=file]:hover {
        cursor: pointer;
    }

.paidLeadClass {
    background: #44942D;
    color: white;
}
/*Display */
.d-inline-block {
    display: inline-block;
}

/* Terminal Config */
.siteV2 .terminal-config-tab:first-of-type {
    margin-left: 20px;
}

.siteV2 .terminal-config-tab {
    width: 133px;
    display: inline-block;
}

.siteV2 .terminal-config-tab-container {
    padding: 0px 0px 15px 10px;
    border-bottom: 1px solid #cccccc;
    height: 37px;
}

.siteV2 .terminal-config-toggle.selected {
    border-top: 1px solid #6E92C9;
    border-right: 1px solid #6E92C9;
    border-left: 1px solid #6E92C9;
    background-color: #E5EBF5;
    text-decoration: none;
}

.siteV2 .terminal-config-toggle {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    outline: 0;
}

    .siteV2 .terminal-config-toggle i {
        color: #ab392e;
    }

.siteV2 .add-tab-button {
    outline: 0;
}
/* Home Classes */
.siteV2 .home h2 {
    text-align: center;
    padding: 3% 0 4% 0;
}

.siteV2 .home .row {
    margin: 20px 0 20px 0;
}

.siteV2 .home a {
    height: 100px;
    width: 90%;
    line-height: 100px;
    padding: 0;
    white-space: normal;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    background-color: #2e80ab;
    color: #ffffff;
}

    .siteV2 .home a.button-disabled {
        background-color: #C1D9E6;
    }

    .siteV2 .home a:hover {
        background-color: #1e516c;
    }

        .siteV2 .home a:hover.button-disabled {
            background-color: #C1D9E6;
            cursor: default;
        }

/* Partner Classes */
.siteV2 .partner h2 {
    text-align: center;
    padding: 3% 0 4% 0;
}

.siteV2 .partner .row {
    margin: 20px 0 20px 0;
}

.siteV2 .partner .partnerOption ul {
    width: 100%
}

.siteV2 .partner .partnerOption li {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.siteV2 .partner .partnerOption a {
    background-color: white !important
}

.siteV2 .partner .partnerOption li + li {
    border-top: 1px solid gray;
}

.siteV2 .partner div.partnerOption {
    width: 100%;
}

.siteV2 .partner .partnerOption button {
    width: 100%;
}
/* Modal Classes */
.siteV2 .modal-content div.scheduler-container {
    padding: 0;
    margin: 0;
    height: 700px;
}

.siteV2 .modal-header {
    height: 50px;
}

    .siteV2 .modal-header span.dirty {
        top: 10px !important;
    }

    .siteV2 .modal-header h4 {
        margin: 0;
        font-size: large;
    }

    .siteV2 .modal-header i.validation-error-box-button {
        margin-top: 15px;
    }

    .siteV2 .modal-header .action-buttons {
        margin-top: -40px
    }

    .siteV2 .modal-header h3.mcc {
        font-size: 1.4em;
        padding-left: 5px;
        padding-right: 5px;
        color: #ffffff;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }

        .siteV2 .modal-header h3.mcc span {
            font-size: 0.8em;
            padding-top: 3px;
        }

        .siteV2 .modal-header h3.mcc.standard {
            background-color: #5cb85c;
        }

        .siteV2 .modal-header h3.mcc.restricted {
            background-color: #f0ad4e;
        }

        .siteV2 .modal-header h3.mcc.restricted-controlled {
            background-color: #f0ad4e;
        }

        .siteV2 .modal-header h3.mcc.prohibited {
            background-color: #d9534f;
        }

.siteV2 .message-box .modal-header i.fa-times-circle {
    color: #c9302c;
}

.siteV2 .message-box .modal-header i {
    margin-top: -28px;
}

.siteV2 .modal-body fieldset {
    background-color: #ffffff;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.siteV2 .modal-body table.fancy-table .fancy-element {
    width: 205px !important;
    max-width: 205px !important;
    margin-top: 0 !important;
}

.siteV2 .modal-body .horizontal-seperator {
    width: 800px !important;
}

.siteV2 .modal-body #image-viewer {
    width: 100%;
    height: 100%;
}

.siteV2 .modal-body .image-scroll {
    overflow-y: scroll;
    max-height: 450px
}

.siteV2 .custom-modal-lg .modal-dialog {
    min-width: 800px !important;
}

.siteV2 .custom-modal-quote-lg .modal-dialog {
    min-width: 950px !important;
}

.siteV2 .custom-modal-wide-lg .modal-dialog {
    min-width: 1100px !important;
}

.siteV2 .custom-modal-wide-md .modal-dialog {
    min-width: 800px !important;
}

.siteV2 .custom-modal-wide-sm .modal-dialog {
    min-width: 500px !important;
}

.siteV2 .modal-sm {
    width: 340px;
}

.siteV2 .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.siteV2 .modal {
    opacity: 1 !important;
}

.siteV2 .modal-backdrop {
    opacity: 0.5 !important;
}
/* Quote Classes */
.siteV2 .quote .terminalOptions {
    display: inline-block;
}

    .siteV2 .quote .terminalOptions:first-of-type {
        padding-left: 15px;
    }

.siteV2 .modal-body .quote .horizontal-seperator {
    width: 850px !important;
}
/* End of Quote Classes */
/* Email Client */
.modal-xl {
    width: 1140px
}

.siteV2 .email-client .modal-header {
    height: 70px;
}

.siteV2 .email-client .server-button {
    height: 50px;
    width: 50px;
}

.siteV2 .email-client .cancel-button {
    height: 50px;
    width: 50px;
    position: absolute;
}

.siteV2 .email-client .fancy-element {
    width: 90%;
}

.siteV2 .email-client textarea {
    height: 515px;
}

.siteV2 .email-client label {
    font-weight: normal;
}

.siteV2 .email-client li {
    list-style: none;
    margin-left: 10px;
    float: left;
}

    .siteV2 .email-client li i {
        color: #ab392e;
    }

.siteV2 .email-client .attachments-container {
    width: 90%;
    height: 25px;
}

.siteV2 .email-client li.attachment:first-of-type {
    margin-left: 0px;
}

.siteV2 .email-client .modal-header i.validation-error-box-button {
    margin-left: 60px;
    margin-top: 20px;
    font-size: 3em;
}
/* End of Email Client Classes */
/* Fancy Box Classes */
.siteV2 form.fancyBox h5 {
    margin: 10px 20px 0 15px;
}

    .siteV2 form.fancyBox h5.h5-remove-margin {
        margin: 10px 0 !important;
    }

.siteV2 form.fancyBox .input-group-sm button {
    height: 25px !important;
    line-height: 15px;
    z-index: 0;
}

.siteV2 form.fancyBox fieldset aside {
    font-size: 0.85em;
    color: #2359ae;
    margin-top: 5px;
}

.siteV2 form.fancyBox fieldset div label.no-wrap {
    white-space: nowrap;
}

.siteV2 form.fancyBox fieldset div.radio {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    margin-left: 15px;
}

.siteV2 form.fancyBox fieldset div label.radio-label-right {
    margin-left: 10px;
    line-height: 20px;
    padding-left: 0;
}

.siteV2 form.fancyBox fieldset div.radio label.radio-field-spacing {
    width: 142px;
    margin-left: 10px;
    line-height: 20px;
    padding-left: 0;
}

.siteV2 form.fancyBox fieldset div.radio input[type=radio] {
    margin-top: 9px;
}

.siteV2 form.fancyBox fieldset div label {
    margin-top: 5px;
}

    .siteV2 form.fancyBox fieldset div label.checkbox-label-right {
        margin-left: 10px;
        width: 350px;
        line-height: 5px;
    }

.siteV2 form.fancyBox fieldset div.checkbox {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
/* Example - Date Buttons */
.siteV2 form.fancyBox fieldset .button-date {
    margin-top: 5px;
    padding: 2px 10px !important;
}
/* End of Fancy Box Classes */
/* Fancy Table Classes*/
.siteV2 .fancy-table {
    border: 1px solid #999999;
    table-layout: fixed;
    border-spacing: 3px;
    border-collapse: separate !important;
    margin: 5px;
}

.siteV2 table.fancy-table thead {
    background-color: #cccccc;
}

    .siteV2 table.fancy-table thead th {
        background-color: #1E516C;
        color: #ffffff;
        font-size: 12px;
        padding: 2px;
    }

.siteV2 table.fancy-table .input-sm {
    padding: 0 0 0 3px !important;
    height: 25px;
}

.siteV2 .fancy-table-add-remove {
    text-align: center;
}

    .siteV2 .fancy-table-add-remove button:hover {
        background-color: #2E80AB;
    }

    .siteV2 .fancy-table-add-remove button:active {
        background-color: rgba(66, 156, 204, 0.8);
    }

    .siteV2 .fancy-table-add-remove button {
        background-color: #1E516C;
        color: #ffffff;
        padding: 0 5px 0 5px;
        border: 1px solid transparent;
        border-radius: 3px;
    }

        .siteV2 .fancy-table-add-remove button[disabled="disabled"] {
            cursor: not-allowed;
        }
/* End of Fancy Table Classes */
/* Fancy Button Classes*/
.siteV2 .fancy-button {
    border-left: 5px solid orange;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #1e516c;
    font-size: 14px;
    cursor: pointer;
}

    .siteV2 .fancy-button[disabled="disabled"] {
        background-color: #cccccc;
        color: #999;
        opacity: 0.7;
    }

        .siteV2 .fancy-button[disabled="disabled"]:hover {
            cursor: not-allowed;
        }

.siteV2 .fancy-button-contact {
    border-left: 5px solid orange !important;
    border-right: 1px solid #cccccc !important;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc;
    color: #1e516c;
    font-size: 14px;
    cursor: pointer;
    background-color: #ffffff !important;
    border-radius: 0px !important;
}
/* End of Fancy Button Classes*/
/* Fancy Element Classes */
.siteV2 .fancy-element {
    width: 270px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-top: 5px;
}
/* Example - Terminal Details MR Form Select Field */
.siteV2 .fancy-table .fancy-element {
    width: 380px !important;
    max-width: 380px !important;
    margin-top: 0 !important;
}
/* Example - Quote Notes */
.siteV2 .quote .fancy-element {
    width: 650px !important;
    max-width: 650px !important;
}
/* Example - Postcode/Area Code Fields */
.siteV2 .fancy-element-sm {
    width: 80px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
}
/* Example - Date of Birth/Time at Current Address Fields */
.siteV2 .fancy-element-sm-margin {
    width: 80px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-top: 5px;
}
/* Example - Telephone Number page 1 Fields */
.siteV2 .fancy-element-md {
    width: 180px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-left: 5px;
}
/* Example - EComm Additional Info TextArea */
.siteV2 .fancy-element-lg {
    width: 460px;
    height: 60px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-top: 5px;
}
/* Example - Telephone Number page 4 Fields */
.siteV2 .fancy-element-md-margin {
    width: 180px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin: 5px 0 0 5px;
}
/* Example - Company/Website/VAT Fields */
.siteV2 .fancy-element-directive {
    width: 100%;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
}
/* Example - Bank Account Finder Fields */
.siteV2 .fancy-element-directive-md {
    width: 107px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
}
/* Example - Date Fields */
.siteV2 .fancy-element-date {
    width: 238px;
    height: 25px;
    margin-top: 5px;
    line-height: 10px;
}
/* Example - Telephone Number page 1 Fields */
.siteV2 .fancy-element-date-select {
    width: 100px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-left: 5px;
}
/* Example - MCC Fields */
.siteV2 .fancy-element-mcc {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
/* Example - AMEX MID End-Field */
.siteV2 .fancy-element-mid {
    width: 115px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin-top: 5px;
}
/* End of Fancy Element Classes */
/* End of Generic Application Classes */

/* Application Navigation Classes */
.siteV2 .application-navigation-container {
    background-color: #1E516C;
    position: relative;
    z-index: 1;
    min-height: 35px;
}

.siteV2 .application-navigation-container-light {
    background-color: #2E80AB;
    position: relative;
    z-index: 1;
    min-height: 35px;
}

.siteV2 .application-navigation {
    background-color: #2E80AB;
    width: 100%;
    height: 35px;
    padding: 0;
    position: relative;
}

    .siteV2 .application-navigation .navigation ul.main {
        display: block;
        padding: 0;
    }

        .siteV2 .application-navigation .navigation ul.main li {
            display: inline;
            float: left;
            margin-bottom: -4px;
        }

            .siteV2 .application-navigation .navigation ul.main li.selected {
                background-color: #429ccc;
            }

    .siteV2 .application-navigation .menu ul:not(.dropdown-menu) {
        display: inline;
    }

        .siteV2 .application-navigation .menu ul:not(.dropdown-menu) li {
            display: inline;
            float: left;
        }

    .siteV2 .application-navigation .navigation ul button {
        background: none;
        border: none;
        color: #ffffff;
    }

    .siteV2 .application-navigation ul.dropdown-menu.menu-buttons {
        font-size: 0.95em;
        color: #1e516c;
    }
    /* Contact Search Navigation Classes */
    .siteV2 .application-navigation .contact-search-label {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
    }
    /* Dropdown Button Classes*/
    .siteV2 .application-navigation .menu ul.dropdown-menu.menu-buttons li {
        padding: 5px 0 5px 0 !important;
        width: 100%;
    }

        .siteV2 .application-navigation .menu ul.dropdown-menu.menu-buttons li:hover {
            cursor: pointer;
            background-color: rgba(184, 188, 191, 0.34);
        }

    .siteV2 .application-navigation .menu ul.dropdown-menu li {
        margin: 0 2px 5px 2px !important;
    }

        .siteV2 .application-navigation .menu ul.dropdown-menu li span {
            padding: 10px 20px 10px 20px !important;
        }
    /* End of Dropdown Button Classes*/
    .siteV2 .application-navigation ul li .save-loader-evo {
        margin-top: -26px;
        margin-left: 233px;
    }

    .siteV2 .application-navigation ul li .save-loader-mr {
        margin-top: -26px;
        margin-left: 195px;
    }

    .siteV2 .application-navigation ul li .save-loader {
        margin-top: -26px;
        margin-left: 70px;
    }

    .siteV2 .application-navigation ul li .save-loader-additional-outlet {
        margin-top: 2px;
    }
    /* this will get changed when we put the menu in its own directive */
    .siteV2 .application-navigation .menu {
        display: inline-block;
        height: 35px;
        background-color: #1E516C;
        color: #ffffff;
        padding-left: 25px;
        padding-right: 10px;
        border-right: 1px solid #ffffff;
        float: left;
        width: 155px;
    }

    .siteV2 .application-navigation section.menu button:hover {
        background-color: #2E80AB;
    }

    .siteV2 .application-navigation section.menu button:active {
        background-color: rgba(66, 156, 204, 0.8);
    }

    .siteV2 .application-navigation section.menu button:disabled {
        background-color: #2E80AB;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .siteV2 .application-navigation section.menu:not(.btn-group) a {
        line-height: 35px;
        color: #ffffff;
    }

    .siteV2 .application-navigation section.menu ul:not(.dropdown-menu) li button {
        margin-top: 5px;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid #aaaaaa;
        float: left;
        border-radius: 5px;
    }

        .siteV2 .application-navigation section.menu ul:not(.dropdown-menu) li button.void {
            background-color: #c9302c !important;
        }

    .siteV2 .application-navigation .navigation {
        display: inline-block;
        margin-left: 10px;
        width: 950px;
    }

.siteV2 .container-lg .navigation {
    width: 1090px !important;
}

.siteV2 .application-navigation section.navigation a {
    color: #ffffff;
}

.siteV2 .application-navigation section.navigation li button {
    min-height: 35px;
    padding: 3px 10px 3px 10px;
    float: left;
    box-shadow: none;
}

.siteV2 .application-navigation section.navigation li a {
    min-height: 35px;
    padding: 7px 15px 3px 15px;
    float: left;
}

    .siteV2 .application-navigation section.navigation li a.selected {
        background-color: #429ccc;
    }

.siteV2 .application-navigation section.navigation .badge {
    padding: 1px 3px !important;
    background-color: #ffffff;
    color: #2E80AB;
}

.siteV2 .application-navigation .right-bar {
    background-color: #2E80AB;
    height: 35px;
    position: absolute;
    margin-top: -20px;
    left: 98%;
    z-index: -1;
    top: 20px;
}

.siteV2 .application-navigation section.navigation .cog button {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}

.siteV2 .application-navigation section.navigation .cog ul.dropdown-menu {
    left: -123px;
    min-width: 180px;
}
/* Application/Agreement Form Overrides for navigation bar */
.siteV2 .form .application-navigation section.menu {
    width: 310px !important;
}

.siteV2 .form .application-navigation section.navigation {
    width: 795px !important;
}
/* Workflow Overrides for navigation bar */
.siteV2 .workflow .application-navigation section.menu {
    width: 420px !important;
}

.siteV2 .workflow .application-navigation section.navigation {
    width: 830px !important;
}
/* Evo Form Middle Menu Overrides */
.siteV2 .evo-middle-menu .application-navigation {
    height: auto;
    overflow: visible;
}

    .siteV2 .evo-middle-menu .application-navigation section.menu {
        height: 100%;
        position: absolute;
    }

    .siteV2 .evo-middle-menu .application-navigation section.navigation {
        margin-left: 320px;
    }

    .siteV2 .evo-middle-menu .application-navigation .right-bar {
        height: 100%;
    }
/* Additional Outlet + Overrides */
.siteV2 .additional-outlet .application-navigation section.menu {
    width: 270px !important;
}

.siteV2 .additional-outlet .application-navigation section.navigation {
    width: 835px !important;
}
/* End of Application Navigation Classes */

/* Application Content Classes */
.siteV2 .application-content-container {
    width: 1140px;
    margin: 0 auto;
}

.siteV2 .application-content {
    width: 100%;
    height: 100%;
}
/* Application drop down button Classes */
.siteV2 .application-button {
    padding: 0 0 0 0;
}

    .siteV2 .application-button i {
        padding: 2px 5px 2px 5px;
    }
/* fancy-button overrides for approvals button(evoform)*/
.siteV2 .form .application-content .fancy-button {
    padding: 3px;
    border-radius: 5px;
}

.siteV2 .application-content i.info-box-button[disabled="disabled"] {
    opacity: 0.5;
    cursor: default;
}
/* File Inputs */
.siteV2 .application-content input[type=file] {
    height: 30px;
    width: 72px;
    opacity: 0;
    filter: alpha(opacity: 0);
    position: relative;
    top: -32px;
}

    .siteV2 .application-content input[type=file]:hover {
        cursor: pointer;
    }
/* Notes */
.siteV2 .application-content .company-handepay {
    background-color: #C9ECF8;
    color: #000000;
}

.siteV2 .application-content .company-merchant-rentals {
    background-color: #C5F7C1;
    color: #000000;
}

div.notesNavItemBlock {
    margin-left: 30px;
}

    div.notesNavItemBlock div.notesNavItem {
        float: left;
        width: auto;
        cursor: pointer;
        background-color: rgb(221 221 221);
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 20px;
        height: 32px;
        line-height: 14px;
        display: inline;
        float: left;
        margin-top: 6px;
    }

    div.notesNavItemBlock div.notesNavItemSelected {
        color: #333;
        background-color: white !important;
        border-top: 2px solid #2E80AB;
        line-height: 8px;
    }

/* Contacts table WW sales -- Needs to equal 1280 or less -- */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 180px;
}
/* Trading Name */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 125px;
}
/* Contact Name */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 125px;
}
/* Telephone Numbers */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 250px;
    max-width: 250px;
}
/* Address */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 115px;
}
/* Email */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 55px;
}
/* Percentage Savings */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 115px;
}
/* Current Campaign */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 105px;
}
/* Allocated Date */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 70px;
}
/* Timescale */
.siteV2 .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* Edit */
/* Contacts Table HP support Sales -- Needs to equal 1280 or less -- */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(1) {
    width: 90px;
}
/* ContactId*/
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(2) {
    width: 150px;
}
/* Legal Name */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(3) {
    width: 150px;
}
/* Trading Name */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(5) {
    width: 150px;
}
/* Email */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(6) {
    width: 100px;
}
/* Seller */
.siteV2 .application-content table.full-table.contact-table.hpsupport thead tr.col-header-row td:nth-child(7) {
    width: 60px;
}
/* EDIT */

.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* Partner */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(2) {
    width: 180px;
}
/* Legal Name*/
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(3) {
    width: 180px;
}
/* Trading Name */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(5) {
    width: 180px;
}
/* Tel No */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(6) {
    width: 180px;
}
/* Email */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(7) {
    width: 150px;
}
/* Seller */
.siteV2 .application-content table.full-table.contact-table.accountManagement thead tr.col-header-row td:nth-child(8) {
    width: 60px;
}
/* EDIT */

/* Contact Lookup Classes */
.siteV2 .application-content table.full-table {
    width: 100%;
    table-layout: fixed;
}

    .siteV2 .application-content table.full-table .search-element {
        padding: 0 0 0 5px !important;
        height: 20px;
    }

    .siteV2 .application-content table.full-table .minimise-maximise-button {
        background-color: #1E516C;
        color: #ffffff;
        padding: 0 5px 0 5px;
        border: 1px solid transparent;
        border-radius: 3px;
        height: 25px;
        line-height: 20px;
    }
    /* Header */
    .siteV2 .application-content table.full-table thead tr.col-header-row {
        background-color: #2E80AB;
        color: #ffffff;
        cursor: pointer;
    }

    .siteV2 .application-content table.full-table.contact-table thead tr.title td {
        text-align: center;
        background-color: #2E80AB;
        color: #ffffff;
        padding: 0;
        line-height: 2;
    }

    .siteV2 .application-content table.full-table thead tr.col-header-row td i.fa-sort-asc {
        float: right;
        margin: 6px 15px 0 0;
    }

    .siteV2 .application-content table.full-table thead tr.col-header-row td i.fa-sort-desc {
        float: right;
        margin: 0 15px 0 0;
    }

    .siteV2 .application-content table.full-table thead #search-button {
        padding: 0;
        text-align: center;
        vertical-align: middle;
        transition: all 0.5s ease;
        background: #5bc0de;
        cursor: pointer;
    }

        .siteV2 .application-content table.full-table thead #search-button.disabled {
            background: none;
            cursor: default;
        }

            .siteV2 .application-content table.full-table thead #search-button.disabled i {
                color: #cccccc;
            }

    .siteV2 .application-content table.full-table.contact-table thead tr.col-header-row.hide-row td {
        border: 0;
        visibility: hidden;
    }
    /* Body */
    .siteV2 .application-content table.full-table tbody tr {
        padding: 0;
        margin: 0;
        max-height: 1px !important;
        font-size: 0.9em;
    }

        .siteV2 .application-content table.full-table tbody tr.pointer {
            cursor: pointer;
        }

    .siteV2 .application-content table.full-table.contact-table tbody tr td {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .siteV2 .application-content table.full-table tbody tr td.edit-col a {
        display: block;
        padding: 0;
        margin: 0;
    }

    .siteV2 .application-content table.full-table tbody tr td.edit-col {
        text-align: center;
    }

        .siteV2 .application-content table.full-table tbody tr td.edit-col a i {
            font-size: 1.2em;
            padding: 0;
            margin: 0;
            font-weight: bold;
        }

    .siteV2 .application-content table.full-table.contact-table tbody tr:hover {
        cursor: pointer;
        background-color: #EDF9E5;
    }
    /* Footer */
    .siteV2 .application-content table.full-table tfoot tr td {
        text-align: center;
    }
    /* HP Support Only */
    .siteV2 .application-content table.full-table.contact-table.hpsupport tbody tr td {
        font-size: 1em;
        padding: 3px;
    }

    .siteV2 .application-content table.full-table.contact-table.hpsupport tfoot tr td .pagination-sm {
        padding: 0;
        margin: 0;
    }
/* Business Activity Colours */
.siteV2 .view-label-field.mcc.standard {
    color: #5cb85c;
}

.siteV2 .view-label-field.mcc.restricted {
    color: #ee7600;
}

.siteV2 .view-label-field.mcc.restricted-controlled {
    color: #ee7600;
}

.siteV2 .view-label-field.mcc.prohibited {
    color: #d9534f;
}

.siteV2 .edit-input-field.mcc.standard {
    color: #5cb85c;
}

.siteV2 .edit-input-field.mcc.restricted {
    color: #ee7600;
}

.siteV2 .edit-input-field.mcc.restricted-controlled {
    color: #ee7600;
}

.siteV2 .edit-input-field.mcc.prohibited {
    color: #d9534f;
}
/* Worldpay Activity Colours */
.siteV2 .view-label-field.mcc.general {
    color: #5cb85c;
}

.siteV2 .view-label-field.mcc.wprestricted {
    color: #ee7600;
}

.siteV2 .view-label-field.mcc.refer {
    color: #ee7600;
}

.siteV2 .view-label-field.mcc.wpprohibited {
    color: #d9534f;
}

.siteV2 .edit-input-field.mcc.general {
    color: #5cb85c;
}

.siteV2 .edit-input-field.mcc.wprestricted {
    color: #ee7600;
}

.siteV2 .edit-input-field.mcc.refer {
    color: #ee7600;
}

.siteV2 .edit-input-field.mcc.wpprohibited {
    color: #d9534f;
}

/* End of Application Content Classes */

/* PDF Form Classes */
.siteV2 .pdf-form {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

    .siteV2 .pdf-form .bottom fieldset {
        width: 100%;
        background-color: #e5ebf5;
        border-left-color: #2359ae;
    }
    /* POS/EComm Tabs */
    .siteV2 .pdf-form .app-type-toggle.selected {
        margin-top: 50px;
        border-top: 1px solid #6E92C9;
        border-right: 1px solid #6E92C9;
        border-left: 1px solid #6E92C9;
        background-color: #E5EBF5;
        text-decoration: none;
    }

    .siteV2 .pdf-form .app-type-toggle {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        margin-right: 10px;
        outline: 0;
    }

        .siteV2 .pdf-form .app-type-toggle i {
            color: #ab392e;
        }
    /* Remove Outlet*/
    .siteV2 .pdf-form h4.additional-outlet {
        display: inline-block;
    }

    .siteV2 .pdf-form .remove-outlet {
        display: inline-block;
        margin-left: 240px;
        color: #C9302C;
    }
    /* Action Button */
    .siteV2 .pdf-form .action-button button:hover {
        background-color: #2E80AB;
    }

    .siteV2 .pdf-form .action-button button:active {
        background-color: rgba(66, 156, 204, 0.8);
    }

    .siteV2 .pdf-form .action-button button[disabled="disabled"] {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .siteV2 .pdf-form .action-button button {
        height: 25px;
        line-height: 15px;
        margin-top: 5px;
        margin-right: 5px;
        color: #ffffff;
        background-color: #1E516C;
        border: 1px solid #aaaaaa;
        float: left;
        border-radius: 5px;
    }
/* Warning label */
.siteV2 .warning-label {
    color: #ff0000;
}
/* End of PDF Form Classes */

/* Worldpay Customers */
/* Overrides */
.siteV2 .worldpay-customer {
    background-color: #ab392e !important;
}

.worldpay-customers .pagination > .active > a {
    color: #ffffff;
}

    .worldpay-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.worldpay-customers .pagination > .disabled > a {
    color: #777777;
}

    .worldpay-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.worldpay-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.worldpay-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.worldpay-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Red */
.worldpay-customers .application-navigation-container {
    background-color: #6c251e;
}

.worldpay-customers .application-navigation .menu {
    background-color: #6c251e;
}

.worldpay-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #6c251e;
}

.worldpay-customers .pagination > li > a:hover {
    color: #6c251e;
}

.worldpay-customers .home a:hover {
    background-color: #6c251e;
}
/* Normal Red */
.worldpay-customers .application-navigation-container-light {
    background-color: #ab392e;
}

.worldpay-customers .home a {
    background-color: #ab392e;
}

.worldpay-customers .application-navigation {
    background-color: #ab392e;
}

    .worldpay-customers .application-navigation .right-bar {
        background-color: #ab392e;
    }

.worldpay-customers table.table.table-v2 caption {
    background-color: #ab392e;
}

.worldpay-customers table.table.table-v2 thead {
    background-color: #ab392e;
}

.worldpay-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #ab392e;
}

.worldpay-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #ab392e;
}

.worldpay-customers .pagination > .active > a {
    background-color: #ab392e;
    border-color: #ab392e;
}

.worldpay-customers .pagination > li > a {
    color: #ab392e;
}

.worldpay-customers .pagination > li > span {
    color: #ab392e;
}

.worldpay-customers .application-navigation section.navigation .badge {
    color: #ab392e;
}
/* Light Red */
.worldpay-customers .label-info {
    background-color: #de625b;
}

.worldpay-customers .application-navigation section.navigation li a.selected {
    background-color: #de625b;
}

.worldpay-customers .application-navigation .navigation ul.main li.selected {
    background-color: #de625b;
}
/* Contacts table WorldPay-- */
.worldpay-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.worldpay-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table Worldpay  -- Needs to equal 1280 or less -- */

.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 81px;
}
/* MR Agreement Number*/
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 219px;
    max-width: 219px;
}
/* Address */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 165px;
}
/* Email */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 90px;
}
/* Seller */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* Campaign */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Status */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 130px;
}
/* Upgrade Status */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(11) {
    width: 64px;
}
/* Actioned */

/* End of Worldpay Classes */

/* Paypoint Customers */

.payPointCustomer .pagination > .active > a {
    color: #ffffff;
}

    .payPointCustomer .pagination > .active > a:hover {
        color: #ffffff;
    }

.payPointCustomer .pagination > .disabled > a {
    color: #777777;
}

    .payPointCustomer .pagination > .disabled > a:hover {
        color: #777777;
    }

.payPointCustomer .form .application-navigation section.menu {
    width: 430px !important;
}

.payPointCustomer .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.payPointCustomer .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Red */
.payPointCustomer .application-navigation-container {
    background-color: #c9a002;
}

.payPointCustomer .application-navigation .menu {
    background-color: #c9a002;
}

.payPointCustomer .application-content table.full-table .minimise-maximise-button {
    background-color: #c9a002;
}

.payPointCustomer .pagination > li > a:hover {
    color: #c9a002;
}

.payPointCustomer .home a:hover {
    background-color: #c9a002;
}
/* Normal Red */
.payPointCustomer .application-navigation-container-light {
    background-color: #fdc903;
}

.payPointCustomer .home a {
    background-color: #fdc903;
}

.payPointCustomer .application-navigation {
    background-color: #fdc903;
}

    .payPointCustomer .application-navigation .right-bar {
        background-color: #fdc903;
    }

.payPointCustomer table.table.table-v2 caption {
    background-color: #fdc903;
}

.payPointCustomer table.table.table-v2 thead {
    background-color: #fdc903;
}

.payPointCustomer .application-content table.full-table thead tr.col-header-row {
    background-color: #fdc903;
}

.payPointCustomer .application-content table.full-table.contact-table thead tr.title td {
    background-color: #fdc903;
}

.payPointCustomer .pagination > .active > a {
    background-color: #fdc903;
    border-color: #fdc903;
}

.payPointCustomer .pagination > li > a {
    color: #fdc903;
}

.payPointCustomer .pagination > li > span {
    color: #fdc903;
}

.payPointCustomer .application-navigation section.navigation .badge {
    color: #fdc903;
}
/* Light Red */
.payPointCustomer .label-info {
    background-color: #ffe47d;
}

.payPointCustomer .application-navigation section.navigation li a.selected {
    background-color: #ffe47d;
}

.payPointCustomer .application-navigation .navigation ul.main li.selected {
    background-color: #ffe47d;
}
/* Contacts table WorldPay-- */
.payPointCustomer .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.payPointCustomer .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table Worldpay  -- Needs to equal 1280 or less -- */

.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 81px;
}
/* MR Agreement Number*/
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 219px;
    max-width: 219px;
}
/* Address */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 165px;
}
/* Email */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 90px;
}
/* Seller */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* Campaign */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Status */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 130px;
}
/* Upgrade Status */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
.payPointCustomer .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(11) {
    width: 64px;
}
/* Actioned */

/* End of Paypoint Classes */

/* LLoyds Customers */
/* Overrides */
.lloyds-customers .pagination > .active > a {
    color: #ffffff;
}

    .lloyds-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.lloyds-customers .pagination > .disabled > a {
    color: #777777;
}

    .lloyds-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.lloyds-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.lloyds-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.lloyds-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Green */
.lloyds-customers .application-navigation-container {
    background-color: #025a42;
}

.lloyds-customers .application-navigation .menu {
    background-color: #025a42;
}

.lloyds-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #025a42;
}

.lloyds-customers .pagination > li > a:hover {
    color: #025a42;
}

.lloyds-customers .home a:hover {
    background-color: #025a42;
}
/* Normal Green */
.lloyds-customers .application-navigation-container-light {
    background-color: #006a4d;
}

.lloyds-customers .home a {
    background-color: #006a4d;
}

.lloyds-customers .application-navigation {
    background-color: #006a4d;
}

    .lloyds-customers .application-navigation .right-bar {
        background-color: #006a4d;
    }

.lloyds-customers table.table.table-v2 caption {
    background-color: #006a4d;
}

.lloyds-customers table.table.table-v2 thead {
    background-color: #006a4d;
}

.lloyds-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #006a4d;
}

.lloyds-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #006a4d;
}

.lloyds-customers .pagination > .active > a {
    background-color: #006a4d;
    border-color: #006a4d;
}

.lloyds-customers .pagination > li > a {
    color: #006a4d;
}

.lloyds-customers .pagination > li > span {
    color: #006a4d;
}

.lloyds-customers .application-navigation section.navigation .badge {
    color: #006a4d;
}
/* Light Green */
.lloyds-customers .label-info {
    background-color: #329c7f;
}

.lloyds-customers .application-navigation section.navigation li a.selected {
    background-color: #329c7f;
}

.lloyds-customers .application-navigation .navigation ul.main li.selected {
    background-color: #329c7f;
}
/* Contacts table LLoyds-- */
.lloyds-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.lloyds-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table LLoyds  -- Needs to equal 1280 or less -- */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
/* End of LLoyds Classes */

/* MROps Customers */
/* Contacts table MROps  -- Needs to equal 1280 or less -- */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 90px;
}
/* MR Agreement Number*/
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 150px;
}
/* Legal Name */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 150px;
}
/* Trading Name */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Status */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 120px;
}
/* Seller */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 60px;
}
/* EDIT */
/* End of MROps Classes */

.siteV2 .fa-cog {
    font-size: 1.7em;
    margin-top: 4px;
}

/* Site button */
.site-button {
    height: 30px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}

.site-button-negative-margin {
    margin-top: -7px;
}

.site-button[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.site-button-edit {
    background-color: #2E80AB;
    border: 1px solid #1E516C;
}

    .site-button-edit:hover {
        background-color: #1E516C;
    }

    .site-button-edit[disabled]:hover {
        background-color: #2E80AB;
    }

.site-button-add {
    background-color: #2E80AB;
    border: 1px solid #1E516C;
}

    .site-button-add:hover {
        background-color: #1E516C;
    }

    .site-button-add[disabled]:hover {
        background-color: #2E80AB;
    }

.site-button-save {
    background-color: #699669;
    border: 1px solid #006a4d;
}

    .site-button-save:hover {
        background-color: #006a4d;
    }

    .site-button-save[disabled]:hover {
        background-color: #699669;
    }

.site-button-cancel {
    background-color: #2E80AB;
    border: 1px solid #1E516C;
}

    .site-button-cancel:hover {
        background-color: #1E516C;
    }

    .site-button-cancel[disabled]:hover {
        background-color: #2E80AB;
    }

.site-button:hover, .site-button:focus, .site-button:active {
    color: #ffffff;
    outline: 0;
}

.site-button-label {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
}
/* End of Site Button */

/* View Fields */
.view-padding-0 {
    padding: 0px;
}

.view-row-container {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.view-row-container-info {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.view-row-container-first {
    margin-top: 10px;
}

.view-label {
    font-size: 1em;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
}

.view-label-field {
    padding: 0;
}

.view-label-field-overflow {
    width: 300px;
}

.view-label-field a {
    color: #23527c;
    text-decoration: underline;
}

.view-label-field .fa-phone {
    background-color: #31b0d5;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}

.view-label-field .fa-globe {
    background-color: #31b0d5;
    color: #ffffff;
    font-size: 1em;
    padding: 5px;
    cursor: pointer;
}

.view-row-container .fa-info-circle {
    color: #2E80AB;
    font-size: 1.5em;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.view-row-container-info .fa-info-circle {
    color: #2E80AB;
    font-size: 1.5em;
    cursor: pointer;
    position: absolute;
}

.view-row-container .static.fa-info-circle {
    color: #2E80AB;
    font-size: 1.5em;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
    position: static;
    top: 0px;
    right: 0px;
}
/* End of View */

/* Edit Fields */
.edit-padding-0 {
    padding: 0px;
}

.edit-directive-container-margin {
    margin-top: 15px;
}

.edit-directive-container {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.edit-directive-container-last {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.edit-directive-padding {
    padding: 0px;
}

.edit-input-label {
    height: 25px;
    line-height: 20px;
    font-size: 1em !important;
    padding: 0px;
    margin: 0px;
}

.edit-input-label-overflow {
    line-height: 20px;
    font-size: 1em !important;
    padding-left: 0px;
    padding-right: 10px;
    margin: 0px;
}

.edit-input-label-margin {
    margin-top: 5px;   
}

.edit-input-label-margin-top {
    margin-top: 5px;
    padding-left: 0px;
}
.edit-input-field {
    width: 50%;
    height: 25px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 0px;
}

.edit-input-field-small {
    width: 25%;
    height: 25px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 0px;
}

.edit-input-field-large {
    width: 50%;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 0px;
}

.edit-input-field::-moz-placeholder {
    color: #909090;
}

.edit-input-field::-webkit-input-placeholder {
    color: #909090;
}

.edit-input-field:-ms-input-placeholder {
    color: #909090;
}

.edit-input-field:-moz-placeholder {
    color: #909090;
}

.edit-input-field-checkbox {
    width: 15px;
    height: 15px;
    border: none;
    outline: 0;
    margin-top: 10px !important;
}

.edit-input-field-date {
    width: 227px;
    height: 25px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 0px;
}

.edit-input-field-date-small {
    width: 187px;
    height: 25px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 0px;
}

.edit-input-field-date-button {
    width: 35px;
    height: 25px;
    margin-top: 5px;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #555555;
}

.edit-input-field-date-button-terminal-details {
    width: 35px;
    height: 25px;
    margin-top: 1px;
    background-color: #ffffff;
    border: 1px solid #555555;
}

.edit-input-field-margin {
    margin-top: 5px !important;
}

.edit-input-field-margin-terminal-details {
    margin-top: 1px !important;
}

.edit-directive-container-last .fa-info-circle {
    color: #428BCA;
    font-size: 1.5em;
    cursor: pointer;
    margin: 7px 0 0 10px;
}

.edit-half-label-padding {
    margin-left: 4px;
    padding-left: 15px;
}

.edit-half-field {
    width: 85px;
}

.edit-quarter-field {
    width: 45px;
}

.edit-half-field-margin {
    margin-left: 5px;
}

.edit-half-field-radio {
    width: 85px;
    margin-left: 20px;
}

.edit-landline-field {
    width: 169px;
    margin-left: 5px;
}

.edit-directive-container-last.partner .edit-input-field {
    margin-right: 5px;
}

.edit-radio-label {
    height: 25px;
    line-height: 25px;
    font-size: 1em !important;
    margin-left: 5px;
}

.edit-radio-field-margin {
    margin-left: 10px !important;
}

.edit-radio-position-right {
    margin-left: 33.3% !important;
}

.mrSelectionForm .edit-input-field {
    width: 270px;
}
/* MR Form Partners */
.edit-partners-container {
    margin-top: 10px;
}

.edit-partners-fullname {
    margin-left: 2px;
}

.edit-partners-dob {
    margin-left: 127px;
}

.edit-partners-homeaddress {
    margin-left: 58px;
}

.edit-partners-input-field {
    width: 200px;
}

.edit-partners-row-container {
    display: inline-block;
}
/* End of MR Form Partners*/
/* Service Charges */
.edit-servicecharge-warningtext {
    margin-left: 35px;
}
/* End of Service Charges */
input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}
/* End of Edit */

/* Contact Details */
.details-outer-container {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

.details-title-container {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.details-title {
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    margin-top: 0;
}

.details-title-button-container {
    margin-left: 5px;
}

.details-inner-container {
    width: 100%;
    height: auto;
}

.details-inner-header {
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-color: rgba(211, 211, 211, 0.5);
    font-size: 1.1em;
    font-weight: 600;
}

.details-inner-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.details-inner-header-text {
    margin-right: 10px;
    margin-left: 15px;
}

.details-contact-markers-container {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    padding-left: 5px;
    margin-top: 5px;
}
/* Validation */
.details-outer-container .fa-shield {
    color: #ec971f;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 2px !important;
    border: 0;
    position: inherit !important;
}
/* End of Validation */
/* End of Contact Details */

/* Notes */
.notes-container {
    width: 100%;
    height: auto;
    display: inline-block;
}

.notes-header {
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-color: rgba(211, 211, 211, 0.5);
    font-size: 1.1em;
    font-weight: 600;
}

.notes-key {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    padding: 0px 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.notes-key-handepay-logo {
    background-color: #2E80AB;
    color: #ffffff;
    padding: 0px 5px;
}

.notes-key-merchantrentals-logo {
    background-color: green;
    color: #ffffff;
    padding: 0px 5px;
}

.notes-key-system-logo {
    background-color: #9f8814;
    color: #ffffff;
    padding: 0px 5px;
}

.notes-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.notes-inner-container {
    margin-top: 15px;
}

.notes-add-note {
    color: #555555;
    border: 1px solid #cccccc;
}

.notes-checkbox {
    margin-right: 5px;
}

.notes-checkbox-label {
    margin-right: 5px;
}

.notes-note {
    text-align: left;
    border: 1px solid #cccccc;
    margin: 10px 0px;
}

.notes-note-header {
    font-size: 1em;
    margin-top: 5px;
}

.notes-note-header-text {
    margin-right: 10px;
    margin-left: 15px;
}

.notes-note-header .fa-user-secret {
    font-size: 1.2em;
}

.notes-note-sub-header {
    color: #808080;
    font-size: 0.9em;
    margin-left: 35px;
}

.notes-note-description {
    width: 90%;
    margin-left: 50px;
    margin-bottom: 5px;
}

.notes-please-add-note {
    width: 100%;
    height: 30px;
    color: #808080;
    font-size: 0.8em;
}

.notes-margin {
    margin-bottom: 15px;
}

.notes-options-container {
    padding: 0px;
}
/* End of Notes */

/* Form */
.form-outer-container {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

.form-title-container {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.form-title {
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    margin-top: 0;
}

.form-title-button-container {
    margin-left: 5px;
}

.form-inner-container {
    width: 100%;
    height: auto;
}

.form-inner-header {
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-color: rgba(211, 211, 211, 0.5);
    font-size: 1.1em;
    font-weight: 600;
}

.form-inner-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.form-body-target:last-child .form-inner-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.form-body-independant .form-inner-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.form-inner-header-text {
    margin-right: 10px;
    margin-left: 15px;
}

.form-bottom-margin {
    margin-bottom: 15px;
}
/* Header Font Awesome Logo's */
.form-inner-header .fa-user-o {
    font-size: 1.1em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-home {
    font-size: 1.1em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-user {
    font-size: 1.1em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-list {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-laptop {
    font-size: 1.5em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-credit-card {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-bar-chart {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-users {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-calendar {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-file-text {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-truck {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-mobile {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-info {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-filter {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 40px;
    margin-right: -5px !important;
}

.form-inner-header .fa-desktop {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-archive {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-building-o {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-address-book {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-briefcase {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-question-circle {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-credit-card-alt {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-user-circle-o {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-gbp {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-exchange {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-commenting {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-user-circle {
    font-size: 1.1em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-pencil-square {
    font-size: 1.5em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-check-square-o {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-bank {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-line-chart {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-money {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-clock-o {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}

.form-inner-header .fa-signature {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 30px;
}

.form-inner-header .fa-phone {
    font-size: 1.2em;
    font-weight: 600;
    margin-right: -5px !important;
    line-height: 40px;
}
/* End of Header Font Awesome Logo's */
/* Validation */
.form-outer-container .fa-shield {
    color: #ec971f;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 2px !important;
    border: 0;
    position: inherit !important;
}
/* End of Validation */
/* Fancy Table */
.form-outer-container .fancy-table {
    margin: 0px;
}

.form-outer-container table.fancy-table thead th {
    background-color: rgba(211, 211, 211, 0.5);
    color: #000000;
}

.form-outer-container .fancy-table-add-remove button:hover {
    background-color: #a5a5a5;
}

.form-outer-container .fancy-table-add-remove button:active {
    background-color: #979797;
}

.form-outer-container .fancy-table-add-remove button {
    background-color: rgba(211, 211, 211, 0.5);
    color: #000000;
}

.form-outer-container .fancy-table .edit-input-field {
    width: 370px;
}
/* End of Fancy Table */
/* End of Form */

/* Terminal Assignments */
.terminal-assignment-outer-container {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

.terminal-assignment-title-container {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.terminal-assignment-title {
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    margin-top: 0;
}

.terminal-assignment-inner-container {
    width: 100%;
    height: auto;
}

.terminal-assignment-inner-header-3col {
    width: 375px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-color: rgba(211, 211, 211, 0.5);
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 10px;
}

.terminal-assignment-inner-header-3col-override {
    width: 370px !important;
}

.terminal-assignment-inner-header-text {
    margin-right: 10px;
    margin-left: 15px;
}

.terminal-assignment-inner-body-3col {
    width: 375px;
    height: 450px;
    overflow-y: scroll;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.terminal-assignment-inner-body-3col-override {
    width: 370px !important;
}

.terminal-assignment-margin-left {
    margin-left: 5px;
}

.terminal-assignment-margin-right {
    margin-right: 5px;
}

.terminal-assignment-inner-body-3col ul {
    margin: 0px;
    padding: 10px;
}

.terminal-assignment-inner-body-3col li {
    height: auto;
    margin: 10px 0px;
    list-style: none;
    border: 1px solid #cccccc;
    position: relative;
}

    .terminal-assignment-inner-body-3col li:hover {
        cursor: pointer;
    }

    .terminal-assignment-inner-body-3col li.focus {
        cursor: pointer;
        background-color: #489AC5;
    }

.terminal-assignment-outer-container hr {
    background-color: #cccccc !important;
    background-image: none !important;
}

.terminal-assignment-draganddrop-columns {
    width: 565px;
}

.terminal-assignment-selected {
    background-color: rgba(211, 211, 211, 0.5);
}

.terminal-assignment-inner-body-3col .fa-check {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #5cb85c;
    margin-left: 5px;
}

.terminal-assignments-sub-header {
    color: #808080;
    font-size: 0.9em;
}

.terminal-assignment-inner-body-details-1col {
    width: 375px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

.terminal-assignment-inner-body-details-2col {
    width: 755px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

/* End of Terminal Assignments */

/* Field Directives */
.field-directive .single-button-directive {
    width: 207px;
    margin-top: 5px;
}

.field-directive .double-button-directive {
    width: 174px;
    margin-top: 5px;
}

.field-directive .double-button-directive-postcode {
    width: 90px;
    margin-top: 5px;
}

.field-directive .sortcode-accountnumber {
    width: 104px;
    margin-top: 5px;
}

.field-directive button {
    height: 25px;
    border: 1px solid transparent;
}

.field-directive .first-button {
    width: 54px;
    margin-top: 5px;
}

.field-directive .second-button {
    margin-top: 5px;
}
/* End of Field Directives */

span.dirty {
    position: absolute;
    font-size: 1.5em;
    top: -10px;
    right: 0px;
}

aside {
    font-size: 0.85em;
    color: #2359ae;
    padding: 0px;
    margin-top: 5px;
}

.aside-margin-bottom {
    margin-bottom: 5px;
}

div.navItemBlock {
    height: 50px;
    margin: 0 0 0 0;
    display: inline;
}

    div.navItemBlock div.navItem {
        float: left;
        width: auto;
        margin: 5px 2px 7px 0;
        cursor: pointer;
        background-color: rgba(211, 211, 211, 0.5);
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 20px;
        height: 50px;
        line-height: 30px;
        display: inline;
        float: left;
    }

    div.navItemBlock div.navItemSelected {
        color: #333;
        background-color: white !important;
        border-top: 4px solid #2E80AB;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        line-height: 20px;
    }

/* Terminal Details table MR -- Needs to equal 1280 or less -- */
table.mr-terminal-details thead tr.col-header-row th:nth-child(1) {
    width: 180px;
}
/* Terminal */
table.mr-terminal-details thead tr.col-header-row th:nth-child(2) {
    width: 110px;
}
/* TID */
table.mr-terminal-details thead tr.col-header-row th:nth-child(3) {
    width: 110px;
}
/* Multi Asset */
table.mr-terminal-details thead tr.col-header-row th:nth-child(4) {
    width: 110px;
}
/* Multi Rental */
table.mr-terminal-details thead tr.col-header-row th:nth-child(5) {
    width: 110px;
}
/* Commission */
table.mr-terminal-details thead tr.col-header-row th:nth-child(6) {
    width: 110px;
}
/* Serial Number */
table.mr-terminal-details thead tr.col-header-row th:nth-child(7) {
    width: 200px;
}
/* Dispatch Required Date */
table.mr-terminal-details thead tr.col-header-row th:nth-child(8) {
    width: 110px;
}
/* Date Dispatched */
table.mr-terminal-details thead tr.col-header-row th:nth-child(9) {
    width: 120px;
}
/* Delivery Status */
table.mr-terminal-details thead tr.col-header-row th:nth-child(10) {
    width: 120px;
}
/* Call-Off */
/* END of Terminal Details */

/*Terminal Details MR cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px 0px 10px 0px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.container {
    padding: 2px 16px;
}

.titlecontainer {
    padding: 10px 16px 40px 16px;
}

.cardtitle {
    font-size: 1.3em;
}

/* Pricing */
.reject-container {
    width: 100%;
    height: auto;
    display: inline-block;
}

.reject-body {
    padding: 0px;
    padding-top: 5px;
}

.reject-reason-container {
    width: 100%;
    height: auto;
    display: inline-block;
}

.reject-add-reason {
    color: #555555;
}
/* END of Pricing */
/***************************** Dropzone Styling *****************************/

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dropzone ul[dnd-list] {
    margin: 0px;
    min-height: 42px;
    padding-left: 0px;
}

.dropzone li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 0px;
}

/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.dropzone .dndDragging {
    opacity: 0.7;
}

/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation. It makes sense to hide it to give the user the feeling that he's
 * actually moving it. Note that the source element has also .dndDragging class.
 */
.dropzone .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.dropzone .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

/***************************** Element Selection *****************************/

.dropzone .selected .item {
    color: #3c763d;
    background-color: #dff0d8;
}

.dropzone .selected .box {
    border-color: #d6e9c6;
}

    .dropzone .selected .box > h3 {
        background-color: #dff0d8;
        background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
        border-color: #d6e9c6;
        color: #3c763d;
    }

/***************************** Element type specific styles *****************************/

.dropzone .item {
    padding: 10px 15px;
}

.dropzone .container-element {
    margin: 10px;
}

    .dropzone .container-element .column {
        float: left;
        width: 50%;
    }
/***************************** Toolbox *****************************/
.toolbox ul {
    cursor: move;
    list-style: none;
    padding-left: 0px;
}

.toolbox button {
    margin: 5px;
    opacity: 1.0;
    width: 123px;
}

.toolbox .dndDragging {
    opacity: 0.5;
}

.toolbox .dndDraggingSource {
    opacity: 1.0;
}
/***************************** Trashcan *****************************/
.trashcan ul {
    list-style: none;
    padding-left: 0px;
}

.trashcan img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.trashcan .dndDragover img {
    width: 100%;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.trashcan .dndPlaceholder {
    display: none;
}

.box {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

    .box > h3 {
        color: #333;
        border-color: #ddd;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        background-repeat: repeat-x;
        display: block;
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

.box-padding {
    padding: 15px;
}

    .box-padding > h3 {
        margin: -15px;
        margin-bottom: 15px;
    }

.box-grey {
    border-color: #ddd;
}

    .box-grey > h3 {
        background-color: #f5f5f5;
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    }

.box-blue {
    border-color: #bce8f1;
}

    .box-blue > h3 {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
        background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
        background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    }

.box-yellow {
    border-color: #cccccc;
}

    .box-yellow > h3 {
        background-color: rgba(211, 211, 211, 0.5);
        background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    }

.handle {
    cursor: move;
    top: 14px;
}

.terminal {
    background-color: red;
}

/* Pricing Table List */
/* Needs to equal 1280 or less -- */
/* Trading Name */
.pricing-list table thead tr.col-header-row td:nth-child(1) {
    width: 250px !important;
}
/* Seller */
.pricing-list table thead tr.col-header-row td:nth-child(2) {
    width: 150px !important;
}
/* Current Acquirer */
.pricing-list table thead tr.col-header-row td:nth-child(3) {
    width: 150px !important;
}
/* Date Created */
.pricing-list table thead tr.col-header-row td:nth-child(4) {
    width: 135px !important;
}
/* Status */
.pricing-list table thead tr.col-header-row td:nth-child(5) {
    width: 150px !important;
    max-width: 150px !important;
}
/* Handling User */
.pricing-list table thead tr.col-header-row td:nth-child(6) {
    width: 120px !important;
}
/* Edit */
.pricing-list table thead tr.col-header-row td:nth-child(7) {
    width: 60px !important;
}

/* WWScripting */
.siteV2 select.script-list {
    width: 270px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 3px;
    margin: -4px 5px 0 0;
}

.siteV2 .evo-script .header {
    font-size: 1em;
    color: #2E80AB;
    font-weight: normal;
}
/* End of WWScripting */
/* Html Display */
.siteV2 .html-display .modal-header {
    height: 50px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.siteV2 .html-display .body {
    height: 515px;
}

.siteV2 .html-display label {
    font-weight: normal;
}

.siteV2 .script-header {
    font-size: 1em;
    color: #2E80AB;
    font-weight: normal;
}
/* End of Html Display Classes */

/* Reports */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.red {
    color: red;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.bg-blue {
    background: #1579BF;
}

.blue {
    color: #1579BF;
}

.yellow {
    color: #f0b000;
}

.white {
    color: white;
}

.report-box .box-body {
    max-height: 500px;
    overflow-y: auto;
}

.report-box .report-box-header {
    border-bottom: 2px solid #cccccc;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .box-header > .box-tools {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
/**/
.marketing .form-body-target:last-child .form-inner-body {
    margin-bottom: 10px;
}

.rates .details-inner-container .view-row-container .view-label.col-xs-1 {
    width: 60px;
}

.rates .details-inner-container .view-row-container .view-label.col-xs-2 {
    width: 260px;
}

.rates .details-inner-container .view-row-container .view-label-field:first-of-type {
    width: 30px;
}
/* Principal + Slider */
.siteV2 .principal .switch {
    position: relative;
    display: inline-block;
    height: 34px;
    min-width: 131px;
    max-width: 131px;
}

    .siteV2 .principal .switch input {
        display: none;
    }

.siteV2 .principal .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .siteV2 .principal .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.siteV2 .principal input:checked + .slider {
    background-color: #2ab934;
}

.siteV2 .principal input:checked + .slider {
    background-color: #2ab934;
}

.siteV2 .principal input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.siteV2 .principal input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(97px);
}
/*------ ADDED CSS ---------*/
.siteV2 .principal input:checked + .slider:after {
    content: 'ACTIVE';
}

.siteV2 .principal .slider:after {
    content: 'INACTIVE';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}
/*--------- END --------*/

/* User security Slider */
.siteV2 .usersecurity .switch {
    position: relative;
    display: inline-block;
    height: 34px;
    min-width: 131px;
    max-width: 131px;
}

    .siteV2 .usersecurity .switch input {
        display: none;
    }

.siteV2 .usersecurity .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .siteV2 .usersecurity .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.siteV2 .usersecurity input:checked + .slider {
    background-color: #2ab934;
}

.siteV2 .usersecurity input:checked + .slider {
    background-color: #2ab934;
}

.siteV2 .usersecurity input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.siteV2 .usersecurity input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(97px);
}
/*------ ADDED CSS ---------*/
.siteV2 .usersecurity input:checked + .slider:after {
    content: 'UNLOCKED';
}

.siteV2 .usersecurity .slider:after {
    content: 'LOCKED';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}
/*--------- END --------*/

/* Callback Table List */
/* Trading Name */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(1) {
    max-width: 200px !important;
}
/* Temperature */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(2) {
    width: 75px !important;
}
/* Contact Source */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(3) {
    width: 80px !important;
}
/* Created Date */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(4) {
    width: 95px !important;
}
/* Callback Date */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(5) {
    width: 95px !important;
}
/* Action */
.siteV2 .workflow-callback-list table thead tr.col-header-row td:nth-child(6) {
    width: 60px !important;
}

.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(1) {
    max-width: 50px !important;
}

.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(2) {
    max-width: 200px !important;
}
/* Temperature */
.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(3) {
    width: 50px !important;
}
/* Contact Source */
.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(4) {
    width: 80px !important;
}
/* Created Date */
.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(5) {
    width: 75px !important;
}
/* Callback Date */
.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(6) {
    width: 80px !important;
}
/* Action */
.siteV2 .workflow-callback-list table.accountManagement thead tr.col-header-row td:nth-child(7) {
    width: 50px !important;
}

.siteV2 .workflow-callback-list .caption {
    background-color: #2e80ab;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
}

/* Pricing Table List */
.workflow-pricing-list {
    margin-top: 35px;
}
/* Trading Name */
.siteV2 .workflow-pricing-list table thead tr.col-header-row td:nth-child(1) {
    width: 115px !important;
}
/* Percentage Savings % */
.siteV2 .workflow-pricing-list table thead tr.col-header-row td:nth-child(2) {
    width: 50px !important;
}
/* Created Date */
.siteV2 .workflow-pricing-list table thead tr.col-header-row td:nth-child(3) {
    width: 80px !important;
}
/* Edit */
.siteV2 .workflow-pricing-list table thead tr.col-header-row td:nth-child(4) {
    width: 45px !important;
}

.siteV2 .workflow-pricing-list .caption {
    background-color: #2e80ab;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
}

/* Account Management Task List */

.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    max-width: 40px !important;
}
/* Partner */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    max-width: 40px !important;
}
/* Date Added */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    max-width: 80px !important;
}
/* Trading Name */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    max-width: 60px !important;
}
/* Type */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    max-width: 60px !important;
}
/* Status */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    max-width: 280px !important;
}
/* Quick Note */
.siteV2 .workflow-account-management-task-list table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    max-width: 30px !important;
}
/* Action */
.siteV2 .workflow-account-management-task-list .caption {
    background-color: #2e80ab;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
}

/* Account Management Action List */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    max-width: 40px !important;
}
/* Partner */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    max-width: 80px !important;
}
/* Trading Name */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    max-width: 40px !important;
}
/* Score */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    max-width: 40px !important;
}
/* Quantity */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    max-width: 180px !important;
}
/* Quick Note */
.siteV2 .workflow-account-management-action-list table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    max-width: 30px !important;
}
/* Action */
.siteV2 .workflow-account-management-action-list .caption {
    background-color: #2e80ab;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
}

.siteV2 .workflow-danger-class {
    background-color: #d9534f;
    color: #ffffff;
}

.siteV2 .workflow-warning-class {
    background-color: #f0ad4e;
    color: #ffffff;
}

.siteV2 .workflow-info-class {
    background-color: #5bc0de;
    color: #ffffff;
}

/* --- UI SELECT BOXES --- */
.siteV2 .multi-ui-select {
    width: 225px;
    cursor: pointer;
}

.siteV2 .multi-ui-select-small {
    width: 140px;
    cursor: pointer;
}

.siteV2 .multi-ui-select-large {
    width: 345px;
    cursor: pointer;
}

.siteV2 .multi-ui-select-extralarge {
    width: 636px;
    cursor: pointer;
}

.siteV2 .search .panel {
    padding: 0 18px;
    background-color: rgba(211, 211, 211, 0.5);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.siteV2 .search .accordion {
    background-color: #2E80AB;
    color: #ffffff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.5s;
}

.siteV2 .search .accordionactive, .accordion:hover {
    background-color: #1E516C;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #ffffff;
    float: right;
    margin-left: 5px;
}

.siteV2 .search .accordionactive:after {
    content: "\2796";
}

.siteV2 .search .edit-input-field-date-small {
    width: 150px;
}

.siteV2 .search .search-label-from {
    width: 150px;
}

.siteV2 .search .edit-input-field-small {
    width: 80px;
}

.siteV2 .background-white {
    background-color: #ffffff;
}

.siteV2 .background-grey {
    background-color: lightslategray;
}

.siteV2 .cursor-text {
    cursor: text;
}

.siteV2 .color-gray {
    color: #808080;
}

.siteV2 .colour-key-container {
    height: 25px;
    width: 100%;
}

.siteV2 .colour-key-worldpay {
    height: 20px;
    width: 20px;
    background-color: red;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000000;
}

.siteV2 .colour-key-evo {
    height: 20px;
    width: 20px;
    background-color: #1579BF;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000000;
}

/* --- Trustpilot --- */
i.trustpilot-rating {
    color: #3cb371;
}
/* ---- Power BI Reports*/

#ytdReportContainer, #mtdReportContainer {
    margin-top: -15px;
    background: #BFBFBF;
    padding-bottom: 30px
}

.chartwrapper {
    position: relative;
    height: 340px;
}

    .chartwrapper canvas {
        position: absolute;
    }

.chart-target-salesReport, .chart-border-salesReport {
    margin-top: 16px;
}

.chart-target-commissionReport, .chart-border-commissionReport {
    margin-top: 27px;
}

.chart-target-statementsReport, .chart-border-statementsReport {
    margin-top: 27px
}

#wrapper-salesReport {
    margin-top: 18px;
}

#salesReportValue {
    margin-top: -10px;
}

.reportTextValue {
    font-size: 2em;
    position: absolute;
}

#reportContainer-salesReport .reportTextValue {
    margin-top: -95px;
    margin-left: 120px;
}

#reportContainer-commissionReport .reportTextValue, #reportContainer-statementsReport .reportTextValue {
    margin-left: 120px;
    margin-top: -85px;
}

.reportHeaderIcon {
    color: #456a76;
    background: #F0F0F0
}

.reportFilter {
    padding: 30px 90px;
}

/* Workflow Table Classes */
/* Callback */
.siteV2 .workflow-callback-list table thead tr th:nth-child(1) {
    max-width: 200px;
}
/* Trading Name */
.siteV2 .workflow-callback-list table thead tr th:nth-child(2) {
    width: 120px;
}
/* Temperature */
.siteV2 .workflow-callback-list table thead tr th:nth-child(3) {
    width: 120px;
}
/* Callback Date And Time */
/* Outstanding Docusign */
.siteV2 .workflow-docusign-list table thead tr th:nth-child(1) {
    max-width: 200px;
}
/* Trading Name */
.siteV2 .workflow-docusign-list table thead tr th:nth-child(2) {
    width: 120px;
}
/* User Type */
.siteV2 .workflow-docusign-list table thead tr th:nth-child(3) {
    width: 120px;
}
/* Status */

/* Worldpay Customers */
/* Overrides */
.worldpay-customers .pagination > .active > a {
    color: #ffffff;
}

    .worldpay-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.worldpay-customers .pagination > .disabled > a {
    color: #777777;
}

    .worldpay-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.worldpay-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.worldpay-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.worldpay-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Red */
.worldpay-customers .application-navigation-container {
    background-color: #6c251e;
}

.worldpay-customers .application-navigation .menu {
    background-color: #6c251e;
}

.worldpay-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #6c251e;
}

.worldpay-customers .pagination > li > a:hover {
    color: #6c251e;
}

.worldpay-customers .home a:hover {
    background-color: #6c251e;
}
/* Normal Red */
.worldpay-customers .application-navigation-container-light {
    background-color: #ab392e;
}

.worldpay-customers .home a {
    background-color: #ab392e;
}

.worldpay-customers .application-navigation {
    background-color: #ab392e;
}

    .worldpay-customers .application-navigation .right-bar {
        background-color: #ab392e;
    }

.worldpay-customers table.table.table-v2 caption {
    background-color: #ab392e;
}

.worldpay-customers table.table.table-v2 thead {
    background-color: #ab392e;
}

.worldpay-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #ab392e;
}

.worldpay-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #ab392e;
}

.worldpay-customers .pagination > .active > a {
    background-color: #ab392e;
    border-color: #ab392e;
}

.worldpay-customers .pagination > li > a {
    color: #ab392e;
}

.worldpay-customers .pagination > li > span {
    color: #ab392e;
}

.worldpay-customers .application-navigation section.navigation .badge {
    color: #ab392e;
}
/* Light Red */
.worldpay-customers .label-info {
    background-color: #de625b;
}

.worldpay-customers .application-navigation section.navigation li a.selected {
    background-color: #de625b;
}

.worldpay-customers .application-navigation .navigation ul.main li.selected {
    background-color: #de625b;
}
/* Contacts table WorldPay-- */
.worldpay-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.worldpay-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table Worldpay  -- Needs to equal 1280 or less -- */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 81px;
}
/* MR Agreement Number*/
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 219px;
    max-width: 219px;
}
/* Address */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 165px;
}
/* Email */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 90px;
}
/* Seller */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* Campaign */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Status */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 130px;
}
/* Upgrade Status */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
.worldpay-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(11) {
    width: 64px;
}
/* Actioned */
/* End of Worldpay Classes */

/* LLoyds Customers */
/* Overrides */
.lloyds-customers .pagination > .active > a {
    color: #ffffff;
}

    .lloyds-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.lloyds-customers .pagination > .disabled > a {
    color: #777777;
}

    .lloyds-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.lloyds-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.lloyds-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.lloyds-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Green */
.lloyds-customers .application-navigation-container {
    background-color: #025a42;
}

.lloyds-customers .application-navigation .menu {
    background-color: #025a42;
}

.lloyds-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #025a42;
}

.lloyds-customers .pagination > li > a:hover {
    color: #025a42;
}

.lloyds-customers .home a:hover {
    background-color: #025a42;
}
/* Normal Green */
.lloyds-customers .application-navigation-container-light {
    background-color: #006a4d;
}

.lloyds-customers .home a {
    background-color: #006a4d;
}

.lloyds-customers .application-navigation {
    background-color: #006a4d;
}

    .lloyds-customers .application-navigation .right-bar {
        background-color: #006a4d;
    }

.lloyds-customers table.table.table-v2 caption {
    background-color: #006a4d;
}

.lloyds-customers table.table.table-v2 thead {
    background-color: #006a4d;
}

.lloyds-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #006a4d;
}

.lloyds-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #006a4d;
}

.lloyds-customers .pagination > .active > a {
    background-color: #006a4d;
    border-color: #006a4d;
}

.lloyds-customers .pagination > li > a {
    color: #006a4d;
}

.lloyds-customers .pagination > li > span {
    color: #006a4d;
}

.lloyds-customers .application-navigation section.navigation .badge {
    color: #006a4d;
}
/* Light Green */
.lloyds-customers .label-info {
    background-color: #329c7f;
}

.lloyds-customers .application-navigation section.navigation li a.selected {
    background-color: #329c7f;
}

.lloyds-customers .application-navigation .navigation ul.main li.selected {
    background-color: #329c7f;
}

/* Contacts table LLoyds-- */
.lloyds-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.lloyds-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table LLoyds  -- Needs to equal 1280 or less -- */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.lloyds-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
/* End of LLoyds Classes */

/* nxgen Customers */
/* Overrides */
.nxgen-customers .pagination > .active > a {
    color: #ffffff;
}

    .nxgen-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.nxgen-customers .pagination > .disabled > a {
    color: #777777;
}

    .nxgen-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.nxgen-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.nxgen-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.nxgen-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Green */
.nxgen-customers .application-navigation-container {
    background-color: #000660;
}

.nxgen-customers .application-navigation .menu {
    background-color: #000660;
}

.nxgen-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #000660;
}

.nxgen-customers .pagination > li > a:hover {
    color: #000660;
}

.nxgen-customers .home a:hover {
    background-color: #000660;
}
/* Normal Purple */
.nxgen-customers .application-navigation-container-light {
    background-color: #000280;
}

.nxgen-customers .home a {
    background-color: #000280;
}

.nxgen-customers .application-navigation {
    background-color: #000280;
}

    .nxgen-customers .application-navigation .right-bar {
        background-color: #000280;
    }

.nxgen-customers table.table.table-v2 caption {
    background-color: #000280;
}

.nxgen-customers table.table.table-v2 thead {
    background-color: #000280;
}

.nxgen-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #000280;
}

.nxgen-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #000280;
}

.nxgen-customers .pagination > .active > a {
    background-color: #000280;
    border-color: #000280;
}

.nxgen-customers .pagination > li > a {
    color: #000280;
}

.nxgen-customers .pagination > li > span {
    color: #000280;
}

.nxgen-customers .application-navigation section.navigation .badge {
    color: #000280;
}
/* Light Purple */
.nxgen-customers .label-info {
    background-color: #0003b2;
}

.nxgen-customers .application-navigation section.navigation li a.selected {
    background-color: #0003b2;
}

.nxgen-customers .application-navigation .navigation ul.main li.selected {
    background-color: #0003b2;
}

/* Contacts table nxgen-- */
.nxgen-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #e5caff;
}

.nxgen-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table nxgen  -- Needs to equal 1280 or less -- */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.nxgen-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
/* End of nxgen Classes */

/* cashflows Customers */
/* Overrides */
.cashflows-customers .pagination > .active > a {
    color: #ffffff;
}

    .cashflows-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.cashflows-customers .pagination > .disabled > a {
    color: #777777;
}

    .cashflows-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.cashflows-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.cashflows-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.cashflows-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Purple */
.cashflows-customers .application-navigation-container {
    background-color: #300060;
}

.cashflows-customers .application-navigation .menu {
    background-color: #300060;
}

.cashflows-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #300060;
}

.cashflows-customers .pagination > li > a:hover {
    color: #300060;
}

.cashflows-customers .home a:hover {
    background-color: #300060;
}
/* Normal Purple */
.cashflows-customers .application-navigation-container-light {
    background-color: #400080;
}

.cashflows-customers .home a {
    background-color: #400080;
}

.cashflows-customers .application-navigation {
    background-color: #400080;
}

    .cashflows-customers .application-navigation .right-bar {
        background-color: #400080;
    }

.cashflows-customers table.table.table-v2 caption {
    background-color: #400080;
}

.cashflows-customers table.table.table-v2 thead {
    background-color: #400080;
}

.cashflows-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #400080;
}

.cashflows-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #400080;
}

.cashflows-customers .pagination > .active > a {
    background-color: #400080;
    border-color: #400080;
}

.cashflows-customers .pagination > li > a {
    color: #400080;
}

.cashflows-customers .pagination > li > span {
    color: #400080;
}

.cashflows-customers .application-navigation section.navigation .badge {
    color: #400080;
}
/* Light Purple */
.cashflows-customers .label-info {
    background-color: #5900b2;
}

.cashflows-customers .application-navigation section.navigation li a.selected {
    background-color: #5900b2;
}

.cashflows-customers .application-navigation .navigation ul.main li.selected {
    background-color: #5900b2;
}

/* Contacts table cashflows-- */
.cashflows-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #e5caff;
}

.cashflows-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table cashflows  -- Needs to equal 1280 or less -- */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.cashflows-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
/* End of cashflows Classes */

/* PayPoint Customers */
/* Overrides */
.paypoint-customers .pagination > .active > a {
    color: #ffffff;
}

    .paypoint-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.paypoint-customers .pagination > .disabled > a {
    color: #777777;
}

    .paypoint-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.paypoint-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.paypoint-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.paypoint-customers .form .application-navigation section.navigation {
    width: 675px !important;
}

/* Dark */
.paypoint-customers .application-navigation-container {
    background-color: #c9a002;
}

.paypoint-customers .application-navigation .menu {
    background-color: #c9a002;
}

.paypoint-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #c9a002;
}

.paypoint-customers .pagination > li > a:hover {
    color: #c9a002;
}

.paypoint-customers .home a:hover {
    background-color: #c9a002;
}

/* Normal */
.paypoint-customers .application-navigation-container-light {
    background-color: #fdc903;
}

.paypoint-customers .home a {
    background-color: #fdc903;
}

.paypoint-customers .application-navigation {
    background-color: #fdc903;
}

    .paypoint-customers .application-navigation .right-bar {
        background-color: #fdc903;
    }

.paypoint-customers table.table.table-v2 caption {
    background-color: #fdc903;
}

.paypoint-customers table.table.table-v2 thead {
    background-color: #fdc903;
}

.paypoint-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #fdc903;
}

.paypoint-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #fdc903;
}

.paypoint-customers .pagination > .active > a {
    background-color: #fdc903;
    border-color: #fdc903;
}

.paypoint-customers .pagination > li > a {
    color: #fdc903;
}

.paypoint-customers .pagination > li > span {
    color: #fdc903;
}

.paypoint-customers .application-navigation section.navigation .badge {
    color: #fdc903;
}
/* Light */
.paypoint-customers .label-info {
    background-color: #ffe47d;
}

.paypoint-customers .application-navigation section.navigation li a.selected {
    background-color: #ffe47d;
}

.paypoint-customers .application-navigation .navigation ul.main li.selected {
    background-color: #ffe47d;
}

/* Contacts table LLoyds-- */
.paypoint-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #dff0d8;
}

.paypoint-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table LLoyds  -- Needs to equal 1280 or less -- */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.paypoint-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */

/* End of PayPoint Classes */

/* MROps Customers */
/* Contacts table MROps  -- Needs to equal 1280 or less -- */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 90px;
}
/* MR Agreement Number*/
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 150px;
}
/* Legal Name */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 150px;
}
/* Trading Name */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Status */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 120px;
}
/* Seller */
.mrOps-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 60px;
}
/* EDIT */
/* End of MROps Classes */

/* nxgen Customers */
/* Overrides */
.capita-customers .pagination > .active > a {
    color: #ffffff;
}

    .capita-customers .pagination > .active > a:hover {
        color: #ffffff;
    }

.capita-customers .pagination > .disabled > a {
    color: #777777;
}

    .capita-customers .pagination > .disabled > a:hover {
        color: #777777;
    }

.capita-customers .form .application-navigation section.menu {
    width: 430px !important;
}

.capita-customers .application-navigation ul li .save-loader-mr {
    margin-left: 320px !important;
}

.capita-customers .form .application-navigation section.navigation {
    width: 675px !important;
}
/* Dark Blue */
.capita-customers .application-navigation-container {
    background-color: #02083c;
}

.capita-customers .application-navigation .menu {
    background-color: #02083c;
}

.capita-customers .application-content table.full-table .minimise-maximise-button {
    background-color: #02083c;
}

.capita-customers .pagination > li > a:hover {
    color: #02083c;
}

.capita-customers .home a:hover {
    background-color: #02083c;
}
/* Normal Purple */
.capita-customers .application-navigation-container-light {
    background-color: #02083c;
}

.capita-customers .home a {
    background-color: #02083c;
}

.capita-customers .application-navigation {
    background-color: #02083c;
}

    .capita-customers .application-navigation .right-bar {
        background-color: #02083c;
    }

.capita-customers table.table.table-v2 caption {
    background-color: #02083c;
}

.capita-customers table.table.table-v2 thead {
    background-color: #02083c;
}

.capita-customers .application-content table.full-table thead tr.col-header-row {
    background-color: #02083c;
}

.capita-customers .application-content table.full-table.contact-table thead tr.title td {
    background-color: #02083c;
}

.capita-customers .pagination > .active > a {
    background-color: #000280;
    border-color: #02083c;
}

.capita-customers .pagination > li > a {
    color: #02083c;
}

.capita-customers .pagination > li > span {
    color: #02083c;
}

.capita-customers .application-navigation section.navigation .badge {
    color: #02083c;
}
/* Light Purple */
.capita-customers .label-info {
    background-color: #00ffff;
    color: #020875;
}

.capita-customers .application-navigation section.navigation li a.selected {
    background-color: #00ffff;
    color: #020875;
}

.capita-customers .application-navigation .navigation ul.main li.selected {
    background-color: #00ffff;
    color: #020875;
}

/* Contacts table nxgen-- */
.capita-customers .application-content table.full-table.contact-table tbody tr.active-contra {
    background-color: #e5caff;
}

.capita-customers .lightBackground {
    background-color: #F7AA32 !important;
}
/* Contacts table nxgen  -- Needs to equal 1280 or less -- */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(1) {
    width: 80px;
}
/* MR Agreement Number*/
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(2) {
    width: 145px;
}
/* Legal Name */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(3) {
    width: 145px;
}
/* Trading Name */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(4) {
    width: 285px;
    max-width: 285px;
}
/* Address */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(5) {
    width: 120px;
}
/* Email */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(6) {
    width: 110px;
}
/* Seller */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(7) {
    width: 100px;
}
/* ContactProfile */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(8) {
    width: 100px;
}
/* Campaign */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(9) {
    width: 110px;
}
/* Status */
.capita-customers .application-content table.full-table.contact-table thead tr.col-header-row td:nth-child(10) {
    width: 40px;
}
/* EDIT */
/* End of nxgen Classes */

/*WorldpayApplication*/
#rateReviewApproveButtonContainer {
    display: block;
    margin-top: 62px;
    margin-bottom: 7px;
}

/* Phone Logs Table Classes */
.siteV2 .table-collapse .linkedtd {
    padding-left: 0px !important;
    border-bottom: 0px;
}

.siteV2 .table-collapse thead {
    background-color: #2e80ab;
    color: #ffffff;
}

.siteV2 .table-collapse th {
    font-weight: normal;
    font-size: 0.85em;
}

.siteV2 .table-collapse-header {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: bold;
}

.siteV2 .table-collapse .fa-center {
    border: none;
    text-align: center;
}

.siteV2 table.linkedPhoneLogs {
    width: 1068px;
}

/* Expand/Collapse Table for Phonelogs/LinkedPhoneLogItems*/

.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(1) {
    width: 135px;
}
/* Start Time */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(2) {
    width: 135px;
}
/* First User */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(3) {
    width: 135px;
}
/* Last User */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(4) {
    width: 135px;
}
/* Direction */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(5) {
    width: 135px;
}
/* Duration */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(6) {
    width: 135px;
}
/* Result */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(7) {
    width: 135px;
}
/* From */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(8) {
    width: 135px;
}
/* To */
.siteV2 .phoneLogs table.table-collapse thead tr th:nth-child(9) {
    width: 40px;
}
/* Expand/Collapse */

.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(1) {
    width: 135px;
    border-left: none !important;
}
/* Start Time */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(2) {
    width: 135px;
}
/* First User */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(3) {
    width: 135px;
}
/* Last User */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(4) {
    width: 135px;
}
/* Direction */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(5) {
    width: 135px;
}
/* Duration */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(6) {
    width: 135px;
}
/* Result */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(7) {
    width: 135px;
}
/* From */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(8) {
    width: 135px;
}
/* To */
.siteV2 .phoneLogs table.table-collapse tbody tr td:nth-child(9) {
    width: 40px;
}
/* Expand/Collapse */

/* Expand/Collapse Table for Phonelogs */
/* End of PhoneLogs Table Classes */
}

.bankValidationError {
    color: red;
    font-size: 12px;
}

/* Sales Period */

.flex-centre-items {
    display: flex;
    justify-content: center;
}

#BDMTableContainer {
    padding: 0;
}

#RSMTableContainer {
    padding: 0;
}

#SPEMiddleContainer {
    padding-top: 20px;
}

.SPERowPadding {
    padding-top: 20px;
}

.SPEPopupLabel {
    margin: 3px;
}

.SPEPopupDatePickerInput {
    margin-right: -7px;
    width: 80%;
}

.SPEPopupDatePickerEditInput {
    border: 1px solid #cccccc;
    margin-right: -7px;
    width: 43%;
}

.SPEPopupTextArea {
    width: 100%;
    height: 150px;
}

.SPEPopupTimesIcon {
    margin-top: 5px;
}

.SPEPopupEqualsIcon {
    font-size: 17px;
    font-weight: 1000;
    padding-left: 12px;
}

#SPENewEventButtonContainer {
    display: flex;
    justify-content: flex-end;
    padding: 3px 0;
}

.SPEDropdownContainer {
    display: flex;
    justify-content: center;
}

    .SPEDropdownContainer label {
        margin-top: 2px;
        margin-right: 5px;
    }

.spe-table table {
    width: 100%;
}

.spe-table thead, .spe-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.spe-tr-hover:hover {
    background: #a0a0a0;
    cursor: pointer
}

.spe-table tbody {
    display: block;
    overflow-y: auto;
    table-layout: fixed;
    max-height: 450px;
    min-height: 450px;
}

.spe-table-users tbody {
    max-height: 607px;
    min-height: 607px;
}

.selectedSalesPeriodEventsUser {
    background: lightgrey;
}

.hungrrr-trading-day-row {
    margin: 3px 0px 3px 0px;
}

.hungrrr-trading-day-collection-check-boxes {
    margin-left: -18px !important;
}

.hungrrr-trading-day-table-check-boxes {
    margin-left: -24px !important;
}

.buddyList-search-box {
    font-weight: 400;
    width: 100%;
}

.buddyList-tr-user {
    display: flex;
    justify-content: space-between;
}

.duplicate-warning {
    font-size: 16px;
    padding-left: 13px;
    cursor: pointer;
    color: #c1c102;
}

.tableSpinnerDivPostcodeAllocation {
    position: absolute;
    background: #bdbdbd;
    opacity: 70%;
    margin-top: 80px;
    height: 610px;
    width: 360px;
}

.tableSpinnerPostcodeAllocation {
    margin-left: 165px;
    margin-top: 200px;
    color: black;
}

.cross-sell .view-label {
    line-height: 35px;
}

.cross-sell .services {
    line-height: 35px;
}

.cross-sell .fa-check {
    color: green;
}

.cross-sell .fa-times {
    color: red;
}

.cross-sell .row{
    margin-left: 0px;
}

.cardnet-uploaded {
    background-color: #d4edda !important; 
}

.cardnet-uploaded:hover {
    background-color: #c3e6cb !important; 
}

.cardnet-not-uploaded {
    background-color: #f8d7da !important;
}

.cardnet-not-uploaded:hover {
    background-color: #f5c6cb !important; 
}