﻿a {
    color: #333333;
}

    a:hover {
        color: #1472AB;
    }

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

/*#region Header*/
.header {
    background: #2f2f2f;
    padding: 10px 15px;
    height: 55px;
    color: #fff;
}

    .header.static-header {
        padding: 10px 15px !important;
    }

    .header img {
        cursor: pointer;
    }

        .header img.pull-left {
            margin-right: 156px;
        }

    .header .options-list {
        font-family: 'robotobold', Arial, sans-serif;
        font-weight: normal;
        letter-spacing: -4px;
        text-align: center;
        list-style: none;
        overflow: hidden;
        padding: 0 15px;
        font-size: 0;
        color: #fff;
        margin: 0;
    }

        .header .options-list li {
            -moz-transition: color 0.25s ease;
            -o-transition: color 0.25s ease;
            -webkit-transition: color 0.25s ease;
            transition: color 0.25s ease;
            padding: 6px 16px 6px 49px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            line-height: 20px;
            letter-spacing: 0;
            font-size: 14px;
            cursor: pointer;
        }

            .header .options-list li + li:before {
                background: #797979;
                position: absolute;
                margin: -18px 0 0;
                height: 35px;
                content: '';
                width: 1px;
                top: 50%;
                left: 0;
            }

            .header .options-list li:hover {
                color: #28b1ff;
            }

            .header .options-list li.active {
                color: #28b1ff;
            }


            .header .options-list li .icon {
                position: absolute;
                font-size: 22px;
                left: 20px;
                top: 6px;
            }

            .header .options-list li .icon-documents {
                font-size: 20px;
                top: 3px;
            }

    .header .badge {
        position: absolute;
        right: -10px;
        top: -5px;
    }

    .header .icon {
        line-height: 20px;
        font-size: 22px;
    }

    .header .icon-help {
        margin-top: -1px;
    }

    .header .user-drop .dropdown-toggle {
        padding-right: 20px;
    }

    .header .user-drop .dropdown-menu {
        border-radius: 3px;
        padding: 13px 0;
        color: #000;
    }

        .header .user-drop .dropdown-menu > li > a {
            padding: 4px 20px;
        }

        .header .user-drop .dropdown-menu > li.name {
            font-family: 'robotobold', Arial, sans-serif;
            font-weight: normal;
        }

        .header .user-drop .dropdown-menu > li.email {
            color: #777;
        }

            .header .user-drop .dropdown-menu > li.name > span,
            .header .user-drop .dropdown-menu > li.email > span {
                padding: 4px 20px;
                line-height: 20px;
                position: relative;
                display: block;
                clear: both;
                font-weight: normal;
            }

    .header .user-drop .avatar {
        border-radius: 100%;
        overflow: hidden;
        height: 30px;
        width: 30px;
    }

        .header .user-drop .avatar .avatar-holder {
            vertical-align: middle;
            display: table-cell;
        }

        .header .user-drop .avatar .avatar-image {
            display: inline-block;
            vertical-align: top;
        }

        .header .user-drop .avatar img {
            width: 100%;
        }

    .header .user-drop .icon-angle-down-fa {
        position: absolute;
        margin: -10px 0 0;
        right: 0;
        top: 50%;
    }

    .header .icon-arrow-left,
    .header .icon-arrow-left.pull-left {
        margin: 0 19px 0 4px;
        line-height: 30px;
        font-size: 20px;
        color: #0c73ac;
    }

    .header h2 {
        border-left: 1px solid #fff;
        padding: 7px 9px;
        overflow: hidden;
    }

    .header .btn-success {
        padding: 5px 23px;
        margin: 2px 0 0;
    }
/*#endregion*/

/*#region cotent /form / form-static*/
.content {
    position: relative;
}

    .content .container {
        padding-top: 10px;
    }

.info-box {
    box-shadow: 0 1px 10px 0 rgba(16, 16, 16, 0.18);
    padding: 37px 20px;
    margin: 0 0 10px;
    background: #fff;
}

    .info-box .head {
        margin: 0 0 15px;
        overflow: hidden;
    }

.form-area {
    padding-bottom: 46px;
    padding-top: 20px;
    margin: 0 0 27px;
    border-radius: 0px;
}

    .form-area .panel h1 {
        font-size: 16px;
        font-weight: normal;
    }

    .form-area .form-holder {
        max-width: 450px;
        margin: 0 auto;
    }

.form .label-holder,
.form .form-groups {
    overflow: hidden;
}

.form .form-group label {
    font-family: 'robotoregular', Arial, sans-serif;
    font-weight: bold;
}

.checkbox .form-group {
    padding: 10px 0 0 24px;
    margin: 0;
}

.form .check-row {
    line-height: 14px;
    font-size: 12px;
    color: #7b7b7b;
}

    .form .check-row input[type="checkbox"] {
        margin: 2px 10px 0 0;
        float: left;
    }


.form.form-static {
}

    .form.form-static .head h1 {
        padding: 0 10px 2px 0;
        float: left;
    }

    .form.form-static .head span {
        line-height: 18px;
        overflow: hidden;
        font-size: 12px;
        display: block;
        color: #7b7b7b;
        text-align: right;
    }

.form.advance-search-container .form-group {
    margin-bottom: 25px;
}

    .form.advance-search-container .form-group label {
        vertical-align: bottom;
        margin: 0;
    }

.form .form-group .validation-icon {
    position: absolute;
    bottom: 4px;
    right: 7px;
}

.form .input-group {
    margin-bottom: 17px;
}

    .form .input-group .input-group-btn {
        font-size: 12px;
    }

    .form .input-group .btn-close,
    .form .input-group .btn-calendar {
        border: 1px solid #c8c7cc;
        border-left-width: 0;
        line-height: 32px;
        background: #fff;
        font-size: 10px;
        display: block;
        width: 38px;
        padding: 0;
        margin: 0;
    }

    .form .input-group .btn-calendar {
        border-radius: 0 3px 3px 0;
        border-left-width: 0;
        font-size: 15px;
    }

.form.form-static .check-area {
    padding: 0 0 30px;
}

    .form.form-static .check-area > div {
        line-height: 18px;
        font-size: 12px;
        color: #000;
        float: left;
    }

    .form.form-static .check-area > span {
        line-height: 18px;
        font-size: 12px;
        color: #007aff;
        cursor: pointer;
    }

.form-control[readonly] {
    background: #fff;
}
/*#endregion*/

/*#region Login*/

.login {
}

    .login .sign-up {
        margin: 15px 0 18px;
        text-align: center;
    }

    .login .btn-submit {
        min-width: 120px;
    }

    .login .form-group-holder .form-group:last-child {
        margin-bottom: 8px;
    }

    .login .partners-area {
        letter-spacing: -4px;
        line-height: 15px;
        font-size: 0;
        color: #000;
    }

        .login .partners-area span,
        .login .partners-area ul {
            display: inline-block;
            vertical-align: top;
            letter-spacing: 0;
            font-size: 11px;
        }

        .login .partners-area span {
            padding: 15px 10px 0 0;
        }

        .login .partners-area ul {
            list-style: outside none none;
            position: relative;
            padding-left: 0;
            max-width: 80%;
            margin: 0;
        }

            .login .partners-area ul:before {
                background: #d5d5d5;
                position: absolute;
                height: 34px;
                content: '';
                width: 1px;
                top: 7px;
                left: 0;
            }

            .login .partners-area ul li {
                vertical-align: middle;
                display: inline-block;
                padding: 0 11px 10px;
                cursor: pointer;
            }

    .login .single-auth-nonSH {
        padding: 38px 0 78px;
        text-align: center;
    }

        .login .single-auth-nonSH > div {
            border: 1px solid #0c73ac;
            display: inline-block;
            vertical-align: top;
            border-radius: 10px;
            padding: 10px 25px;
            min-width: 266px;
            cursor: pointer;
        }

            .login .single-auth-nonSH > div > div {
                display: table;
                height: 68px;
                width: 100%;
            }

                .login .single-auth-nonSH > div > div > div {
                    vertical-align: middle;
                    display: table-cell;
                }

            .login .single-auth-nonSH > div span,
            .login .single-auth-nonSH > div img {
                vertical-align: middle;
                display: inline-block;
            }

            .login .single-auth-nonSH > div span {
                font-family: 'robotobold', Arial, sans-serif;
                font-weight: normal;
                padding-left: 15px;
                line-height: 20px;
                font-size: 16px;
                color: #000;
            }

    .login .login-with-ubisecure-button {
        background-image: url('/Content/Images/sign in with ubisecure.png');
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        padding: 30px;
        width: 435px;
        height: 75px;
        border: none;
        margin: auto;
        position: absolute;
        top: 100px;
        left: 100px;
    }


/*#endregion*/

.notification-settings-page .checkbox label {
    padding-left: 16px;
}

    .lei-list-page .checkbox label:after,
    .create-lei-page .checkbox label:after,
    .amend-lei-page .checkbox label:after,
    .relationship-page .checkbox label:after,
    .preview-old-relationship-page .checkbox label:after,
    .bulk-import-page .checkbox label:after,
    .notification-settings-page .checkbox label:after,
    #divManualPopupForFund .checkbox label:after {
        left: 0px;
    }

.settings .chkDisableFilterCounters label:after {
    left: 0px;
}

#eac-container-txtParentLEIDirect {
    left: -113px !important;
}

#eac-container-txtParentLEIUltimate {
    left: -129px !important;
}


/*#region Register*/
.register .checkbox {
    line-height: 14px;
    font-size: 12px;
}

.register .login {
    margin: 15px 0 18px;
    text-align: center;
}

.register .checkbox label {
    line-height: 16px;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

    .register .checkbox label:after {
        top: 2px;
        left: 0px;
    }

.register .btn-primary {
    min-width: 90px;
}

.register .btn-success {
    padding: 7px 19px;
    margin: 0 0 5px;
}

.register .info {
    line-height: 15px;
    font-size: 12px;
    display: block;
    color: #adadad;
}

.register .form-area .info-box-head {
    margin: -52px -40px 28px;
    background: #0c73ac;
    padding: 20px;
}

    .register .form-area .info-box-head h1 {
        color: #fff;
    }

.register .radio-list {
    margin: 0;
}

.register .dropdown {
    margin: 0 0 30px;
    max-width: 320px;
}

    .register .dropdown .dropdown-toggle {
        font-family: 'robotoregular';
        padding: 6px 30px 6px 10px;
        border-color: #d5d5d5;
        border-radius: 4px;
        line-height: 18px;
        background: #fff;
        text-align: left;
        font-size: 12px;
        display: block;
        color: #adadad;
        width: 100%;
    }

        .register .dropdown .dropdown-toggle .caret {
            position: absolute;
            margin: -2px 0 0;
            color: #000;
            right: 13px;
            top: 50%;
        }

    .register .dropdown .dropdown-menu {
        line-height: 18px;
        font-size: 12px;
        width: 100%;
    }

        .register .dropdown .dropdown-menu > li > a {
            padding: 8px 12px;
        }

.register .summary-box {
    border: 1px solid #e9e9eb;
    padding: 17px 27px 11px;
    margin: 53px 0 0;
    overflow: hidden;
}

    .register .summary-box .title {
        margin: 0 0 8px;
        font-size: 16px;
        display: block;
    }

    .register .summary-box .summary-holder {
        border-bottom: 1px solid #e9e9eb;
        padding: 13px 27px;
        margin: 0 -27px;
    }

    .register .summary-box strong {
        font-family: 'robotobold', Arial, sans-serif;
        font-weight: normal;
    }

    .register .summary-box .btn {
        margin: 19px 11px 10px 0;
    }

    .register .summary-box .btn-success {
        min-width: 119px;
    }

.register .vat-input {
    margin-bottom: 38px;
    max-width: 340px;
}

.register .form .vat-input label {
    margin: 0 0 4px;
}

.register .vat-input .form-control {
    padding: 7px 32px 6px 8px;
    line-height: 15px;
    font-size: 11px;
    width: 240px;
    float: left;
}

    .register .vat-input .form-control::-moz-placeholder {
        color: #d5d5d5;
        opacity: 1;
    }

    .register .vat-input .form-control:-ms-input-placeholder {
        color: #d5d5d5;
    }

    .register .vat-input .form-control::-webkit-input-placeholder {
        color: #d5d5d5;
    }

.register .vat-input .btn-primary {
    padding: 6px 18px;
    min-width: 80px;
    float: right;
    margin: 0;
}

.register select {
    margin: 0 0 20px;
    display: block;
}

.register .radio-list li {
    padding: 0 0 34px;
    overflow: hidden;
}

    .register .radio-list li .side-info {
        font-family: 'robotobold', Arial, sans-serif;
        font-weight: normal;
        padding: 9px 16px 7px;
        background: #0c73ac;
        position: relative;
        line-height: 17px;
        width: 154px;
        float: right;
        color: #fff;
    }

        .register .radio-list li .side-info:before {
            border-color: transparent #0c73ac transparent transparent;
            border-width: 8px 9px 8px 0;
            border-style: solid;
            position: absolute;
            content: '';
            right: 100%;
            height: 0;
            top: 7px;
            width: 0;
        }

    .register .radio-list li .radio {
        padding: 3px 0 0;
        overflow: hidden;
    }

.register .radio-list label {
    padding-left: 26px;
    line-height: 14px;
    font-size: 12px;
    color: #adadad;
}

    .register .radio-list label div {
        line-height: 20px;
        font-size: 14px;
        color: #000;
    }

.register .radio-list .selected label div {
    color: #0c73ac;
}

.register .radio-list label .large-font {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 6px;
}

.register .radio-list label div strong {
    font-family: 'robotobold', Arial, sans-serif;
    font-weight: normal;
}

.register #thirdStep-BillingInformation .radio-list {
    line-height: 24px;
    margin: 0 0 26px;
}

    .register #thirdStep-BillingInformation .radio-list li {
        border-bottom: 1px solid #e9e9eb;
        min-height: 110px;
        padding: 21px 0;
    }

        .register #thirdStep-BillingInformation .radio-list li:first-child {
            padding-top: 0;
        }

.register .custom-grid {
    margin-top: 10px;
}

    .register .custom-grid .grid-header {
        border-top: none;
    }

        .register .custom-grid .grid-header > div {
            padding-bottom: 8px;
            padding-top: 8px;
        }

    .register .custom-grid .grid-body > div {
        font-size: 12px;
    }

        .register .custom-grid .grid-body > div > div {
            padding: 9px 6px;
        }

            .register .custom-grid .grid-header > div:first-child,
            .register .custom-grid .grid-body > div > div > div:first-child {
                padding-left: 6px;
            }

            .register .custom-grid .grid-header > div:last-child,
            .register .custom-grid .grid-body > div > div > div:last-child {
                padding-right: 6px;
            }

/*#endregion*/

/*#region Activation*/
.activation {
    padding: 32px 34px;
    font-size: 14px;
}

    .activation p {
        line-height: 22px;
        margin: 0 0 15px;
        color: #7b7b7b;
        font-size: 14px;
    }

    .activation .head {
        margin: 0 0 27px;
    }

        .activation .head h1 {
            font-size: 20px;
        }

    .activation .sign-up {
        padding: 0 0 20px;
        margin: 0 0 23px;
    }
/*#endregion*/

/*#region Invitation*/
.invitation {
}

    .invitation .custom-grid {
        margin-top: 0;
        margin-bottom: 40px;
    }

        .invitation .custom-grid .grid-header {
            padding-left: 0;
            padding-right: 0;
        }

        .invitation .custom-grid .grid-body {
            padding-left: 0;
            padding-right: 0;
        }

            .invitation .custom-grid .grid-body > div {
                padding-right: 0;
            }
/*#endregion*/

/*#region Left-Panel*/
.left-panel {
    padding: 18px;
    width: 220px;
    float: left;
}

    .left-panel .icon-bars {
        line-height: 30px;
        font-size: 20px;
        color: #0c73ac;
        display: none;
    }
/*#endregion*/

/*#region Footer*/
.footer {
    border-top: 1px solid #c8c7cc;
    padding-bottom: 10px;
    padding-top: 15px;
    line-height: 15px;
    background: #fff;
    font-size: 11px;
    color: #979797;
    height: 47px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

    .footer a:hover,
    .footer .copyright a {
        color: #979797;
    }

        .footer .copyright a:hover {
            color: #007aff;
        }

    .footer .dropup {
        display: inline-block;
        vertical-align: top;
    }

.footer-links {
    padding: 0 0 0 4px;
    position: relative;
    list-style: none;
    margin: 0;
}

    .footer-links:before {
        background: #c8c7cc;
        position: absolute;
        margin: -13px 0 0;
        height: 22px;
        content: '';
        width: 1px;
        top: 50%;
        left: 0;
    }

    .footer-links li {
        vertical-align: top;
        padding: 0 11px 6px;
    }

.footer-links, .copyright {
    display: inline-block;
    vertical-align: top;
}

.copyright {
    margin: 0 0 0 8px;
}

/*#endregion*/

/*#region loading spinner*/
.loaders-container {
    background-color: white;
    padding: 15px;
    width: 15%;
    height: 70px;
    border-radius: 5px 5px 5px 5px;
    border: 0 solid #000000;
    -webkit-box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
    box-shadow: 18px -12px 21px -6px rgba(0,0,0,0.2);
}

.loading-icon-page .modal-dialog {
    position: absolute;
    padding: 15px;
    min-width: 135px;
    height: 70px;
    width: auto;
    top: 45%;
    left: 50%;
    margin-top: -5px;
    margin-left: -80px;
    padding: 0;
}

.loading-icon-page .modal-content {
    box-shadow: 0 0 16px rgba(16, 16, 16, 0.61);
    border-radius: 4px;
}

.loading-icon-page .modal-body {
    padding: 16px 0 16px 14px;
}

.loading-icon-page .text {
    font-family: 'robotobold', Arial, sans-serif;
    font-weight: normal;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    padding: 6px;
}

.circle {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 4px solid rgba(100, 100, 100, 0.2);
    border-top-color: #0c73ac;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    float: left;
}

    .circle.circle-center {
        position: absolute;
        top: 45%;
        left: 47%;
        width: 32px !important;
    }

    .circle + span {
        padding-left: 10px;
        overflow: hidden;
        display: block;
    }

.circle-center {
    position: absolute;
    top: 45%;
    left: 47%;
    width: 0 !important;
}

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*#endregion*/

/*#region Validation-Errors*/
form .error, .form .error {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

    .form .error > div {
        color: black;
        margin-left: 10px;
    }

        .form .error > div:first-of-type {
            margin-top: 5px;
        }

        .form .error > div > span {
            margin-left: 10px;
        }

.ngMessagesClass {
    margin-top: 5px;
    font-size: 12px;
    color: red;
}
/*#endregion*/

.scroll-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

/*#region Collapsible*/
.collapsible-menu {
    position: relative;
    margin: 0 -18px;
    color: #000;
}

    .collapsible-menu:before {
        background: #d5d5d5;
        position: absolute;
        content: '';
        height: 1px;
        right: 18px;
        left: 18px;
        top: 0px;
    }

.collapsible-menu-services:before {
    background: #f8f8f8;
}

.collapsible-menu .btn-holder {
    padding: 0 10px;
}

.collapsible-menu .btn {
    padding: 11px 26px;
    background: none;
    text-align: left;
    display: block;
    border: none;
    width: 100%;
    color: #000;
    margin: 0;
}

    .collapsible-menu .btn:hover,
    .collapsible-menu .btn:focus {
        background: none !important;
        color: #000;
    }

    .collapsible-menu .btn:after {
        font-family: 'LeiIconSetV1';
        position: absolute;
        line-height: 10px;
        margin: -6px 0 0;
        content: '\f089';
        font-size: 10px;
        right: 14px;
        top: 50%;
    }

    .collapsible-menu .btn.collapsed:after {
        content: '\f01d';
    }

    .collapsible-menu .btn .icon {
        position: absolute;
        line-height: 20px;
        font-size: 15px;
        left: 5px;
        top: 10px;
    }

    .collapsible-menu .btn .icon-folder {
        font-size: 14px;
    }

.collapsible-menu ul {
    padding: 1px 0 16px;
    margin: 0;
}

    .collapsible-menu ul li {
        padding: 2px 10px 2px 25px;
        cursor: pointer;
    }

        .collapsible-menu ul li.active {
            background: #bbd6e6 !important;
        }

        .collapsible-menu ul li:hover {
            background: #e1e1e1;
        }


        .collapsible-menu ul li.child {
            padding-left: 40px;
        }

    .collapsible-menu ul .list-filter-link {
        color: #000;
        display: inline-block;
        padding: 4px 2px;
    }

    .collapsible-menu ul .parent .list-filter-link {
        text-decoration: underline;
    }

    .collapsible-menu ul .notes {
        display: inline;
    }

/*#endregion*/

/*#region listing header*/
.listing-header {
    padding: 30px 25px 25px;
}

.modal .listing-header {
    padding: 0 0 15px;
}

.listing-header .results-info {
    margin-bottom: -12px;
    margin-top: 12px;
}

.listing-header .btn,
.listing--header .custom-dropdown {
    margin: 0;
}
/*#endregion*/

/*#region Custom Grid*/
#secondStep-selectPlan .custom-grid {
    margin-bottom: 36px;
}


.custom-grid {
    position: relative;
    padding-right: 0;
    min-height: 1px;
    padding-left: 0;
}

    .custom-grid:after {
        display: block;
        content: '';
        clear: both;
    }

    .custom-grid .padding-left {
        padding-left: 73px !important;
    }

    .custom-grid .padding-rm {
        padding: 0 6px !important;
    }

    .custom-grid .remove-truncate {
        -ms-word-break: break-all !important;
        word-break: break-all !important;
        white-space: normal !important;
        overflow: hidden !important;
        display: block !important;
    }

    .custom-grid .grid-header {
        border-bottom: 2px solid #0c73ac;
        border-top: 1px solid #d5d5d5;
        font-family: 'robotoregular', Arial, sans-serif;
        font-weight: normal;
        margin-right: 17px;
        position: relative;
        font-size: 14px;
    }

        .custom-grid .grid-header:after {
            display: block;
            content: '';
            clear: both;
        }

        .custom-grid .grid-header.no-padding {
            padding: 0;
        }

        .custom-grid .grid-header.remove-border-top {
            border-top: none;
        }

            .custom-grid .grid-header.remove-border-top > div {
                padding-top: 14px;
            }

        .custom-grid .grid-header > div {
            padding: 13px 0px 14px;
        }

    .custom-grid .scroll-auto {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .custom-grid .grid-body {
        padding-left: 0;
        padding-right: 0;
        min-height: 1px;
        position: relative;
        width: 100%;
        float: left;
        color: #000;
    }

        .custom-grid .grid-body > div {
            min-height: 1px;
            position: relative;
            width: 98.6%;
            float: left;
            font-size: 14px;
            border-bottom: 1px solid #ebebeb;
        }

            .custom-grid .grid-body > div > div > div {
                padding: 0 0px;
            }

                .custom-grid .grid-header > div:first-child,
                .custom-grid .grid-body > div > div > div:first-child {
                    padding-left: 0px;
                }

                .custom-grid .grid-header > div:last-child,
                .custom-grid .grid-body > div > div > div:last-child {
                    padding-right: 10px;
                }

    .custom-grid.no-left-padding .grid-header > div:first-child,
    .custom-grid.no-left-padding .grid-body > div > div > div:first-child {
        padding-left: 0px;
    }

    .custom-grid .vs-repeat-repeated-element > div > div,
    .custom-grid .col-xs-12 > div {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .custom-grid.hover .grid-body > div .checkbox,
    .custom-grid.hover .grid-body > div .radio {
        -moz-transition: opacity 0.25s linear;
        -o-transition: opacity 0.25s linear;
        -webkit-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }

    .custom-grid.hover .grid-body > div > div > div:first-child .checkbox,
    .custom-grid.hover .grid-body > div > div > div:first-child .radio {
        opacity: 0;
    }

    .custom-grid.hover .grid-body > div > div:hover {
        background: #f0f0f0;
        cursor: pointer;
    }

    .custom-grid.hover .grid-body > div > div.selected {
        background: #bbd6e6;
    }

        .custom-grid.hover .grid-body > div > div:hover > div:first-child .checkbox,
        .custom-grid.hover .grid-body > div > div:hover > div:first-child .radio,
        .custom-grid.hover .grid-body > div > div.selected > div:first-child .radio,
        .custom-grid.hover .grid-body > div > div.selected > div:first-child .checkbox {
            opacity: 1;
        }

    .custom-grid.stripped-grid .grid-body > div:nth-child(even) {
        background: #f4f4f5;
    }

    .custom-grid .grid-body > div > div {
        -moz-transition: background 0.25s linear;
        -o-transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        transition: background 0.25s linear;
        padding: 13px 0;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .custom-grid .grid-body > div > div:last-of-type {
            overflow: visible;
        }

    .custom-grid .grid-body.border-rm > div {
        border: none !important;
    }

    .custom-grid .grid-footer {
        background-color: #f9f9f9;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 1px;
        position: relative;
        overflow: hidden;
        font-size: 12px;
        color: #848484;
    }

        .custom-grid .grid-footer > div {
            padding: 6px;
            float: right;
        }

        .custom-grid .grid-footer img {
            cursor: default;
        }

        .custom-grid .grid-footer span {
            vertical-align: middle;
        }

    .custom-grid .edit-font {
        font-size: 1.2em;
    }

    .custom-grid .checkbox,
    .custom-grid .radio {
        display: inline-block;
        vertical-align: top;
        margin: 1px 0 -1px;
    }

        .custom-grid .checkbox label, .custom-grid .radio label {
            margin: 3px 0 0;
        }

    .custom-grid .grid-row:hover {
        background-color: rgba(246, 246, 246,0.50);
        cursor: pointer;
    }
/*#endregion*/

/*#region  Progress Bar*/
.progress-doc {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 10px;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: none;
}

.progress-bar-doc {
    text-align: left !important;
    line-height: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100% !important;
}

.progress-bar-doc-loading {
    background-color: #01ba05;
    color: #000;
}

.loading-document-message {
    z-index: 5;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    color: #fff;
    left: 0;
}

.progress {
    margin-bottom: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #ebebeb 1px solid;
    background: #ffffff;
}

.progress-bar {
    text-align: left !important;
    position: absolute;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 0;
}

.progress-bar-success {
    transition: width 0.6s ease, background 0.6s ease;
    background: #f0f0f0;
    color: #000;
}

    .progress-bar-success.completed {
        background: #bbd6e6;
    }
/*#endregion*/

/*#region Individual Classes*/

.notes {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #7b7b7b;
    display: block;
}

.sub-info {
    font-size: 12px;
    color: #7b7b7b;
}

.link {
    line-height: 18px;
    font-size: 12px;
}

.count {
    font-family: 'robotobold', Arial, sans-serif;
    font-weight: normal;
    padding: 0 9px 0 0;
    font-size: 12px;
    color: #000;
}

.disable {
    min-height: 34px;
    border: 1px solid #c8c7cc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eee !important;
    cursor: default !important;
    color: #999 !important;
    border-radius: 4px;
    padding: 6px 8px !important;
}

.margin-top-10px {
    margin-top: 10px;
}

.canvas-text {
    height: 100px;
    width: 250px;
    border: 1px solid #ebebeb;
}

.full-width-image {
    display: block;
    height: auto;
    width: 100%;
}

.text-gray {
    color: #767676;
}

.text-green {
    color: #0c73ac;
}

.text-blue {
    color: #007aff;
}

.highlight {
    background: #f0f0f0 !important;
}

.highlight-light-red {
    background: #ff00001f;
}

.selected {
    background: #bbd6e6 !important;
}

.underline-text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.secondary-bg {
    background: #fff !important;
}

.border-top {
    border-top: 1px solid #d5d5d5;
}

.padding-right-15 {
    padding-right: 15px;
}

.content-height {
    height: calc(100vh - 102px);
}

.secondary-text {
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
    font-size: 11px;
    color: #9e9e9e;
}

.padding-left-24px {
    padding-left: 24px;
}

.truncate {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fade-error {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0;
}

.fade-in {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 1;
}

/*#endregion*/

.workflow-info {
    padding: 0 0 16px;
}

#Document Status { /* for fixing IE11 background issue */
    position: relative;
    z-index: 1000;
}

/*#region error page*/
.error.wrapper .container {
    padding-top: 50px;
}

.error.wrapper .text-container {
    position: absolute;
    margin: -20px 0 0;
    left: 50%;
    top: 50%;
}

.error.wrapper .text {
    line-height: 100px;
    position: absolute;
    font-size: 95px;
    color: #8b8b8b;
}
/*#endregion*/

/*#region Upload Item*/
.upload-wrapper {
    margin-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

    .upload-wrapper .item-info {
        padding: 7px 15px 0 0;
        position: absolute;
        cursor: move;
        width: 50px;
        left: 0;
        top: 0;
    }

        .upload-wrapper .item-info .count-item {
            margin-top: 6px;
        }

    .upload-wrapper .upload-item {
        position: relative;
        margin-left: 50px;
        height: auto;
        border: none;
    }

        .upload-wrapper .upload-item .item {
            border: 1px solid #ebebeb;
        }

        .upload-wrapper .upload-item.success {
            background: #bbd6e6;
            border: 1px solid #56d030;
            color: #000;
        }

            .upload-wrapper .upload-item.success .progress-bar-success,
            .upload-wrapper .upload-item.failure .progress-bar-success {
                width: 100%;
            }

        .upload-wrapper .upload-item.failure .progress-bar-success {
            background: #f0f0f0;
        }


        .upload-wrapper .upload-item.failure {
            background: #f0f0f0;
            border: 1px solid #e23400;
            color: #999;
        }


    .upload-wrapper .item {
        padding: 12px 10px 8px;
        min-height: 47px;
    }

        .upload-wrapper .item .file-size {
            color: #999;
        }

        .upload-wrapper .item .error {
            color: black !important;
            margin-top: 0;
        }

        .upload-wrapper .item .dropdown {
            margin-bottom: -10px;
            float: left;
            width: 88%;
            top: -4px;
        }

        .upload-wrapper .item .icon-times {
            margin: 5px 6px 0 0;
            float: right;
        }

    .upload-wrapper .icons-list {
        font-size: 15px;
    }

        .upload-wrapper .icons-list li,
        .upload-wrapper .icons-list li.dropdown {
            padding-bottom: 0;
            float: none;
            width: auto;
            top: auto;
            margin: 0;
        }

        .upload-wrapper .icons-list .icon-more-vert {
            font-size: 17px;
        }

        .upload-wrapper .icons-list .dropdown-menu {
            left: auto;
            right: 0;
        }

            .upload-wrapper .icons-list .dropdown-menu .pull-left {
                margin: 0 5px 0 0;
                width: 20px;
            }

            .upload-wrapper .icons-list .dropdown-menu .icon {
                font-size: 15px;
            }

.ui-select-bootstrap > .ui-select-match .form-control {
    padding: 6px 20px 6px 8px;
}

.ui-select-bootstrap > .ui-select-match .btn-link {
    margin: -5px 0 0 !important;
    padding: 5px;
    width: 30px;
    color: #000;
}

.fileinput-button {
    margin: 10px 0 0;
}

.upload-header {
    border-bottom: 1px solid #e1e1e3;
    padding: 0 0 8px;
}

    .upload-header .list-inline {
        line-height: 24px;
        font-size: 20px;
        margin: 0 -7px;
    }

        .upload-header .list-inline li {
            vertical-align: top;
            padding: 0 7px 5px;
            margin: 0;
        }

    .upload-header .text-blue {
        padding: 10px 0 0;
        line-height: 14px;
        font-size: 12px;
    }

.modal .upload-header .text-blue {
    padding-top: 10px;
}

.supported-document-types {
    padding-left: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    line-height: 15px;
    list-style: none;
    font-size: 11px;
    color: #767676;
    width: 228px;
    margin: 0;
    /*padding: 11px 6px 13px 14px;*/
    /*border: 2px solid #000;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 120px;*/
    /*margin: 0;*/
}

    .supported-document-types.two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        width: 110px;
    }

/*#endregion*/

/*#region Icon*/
.icon,
.glyphicon {
    cursor: pointer;
}

    .icon.icon-enterprise,
    .glyphicon.glyphicon-warning-sign {
        cursor: default;
    }

    .icon.disabled {
        color: #ccc;
    }

    .icon.icon-plus-circle {
        color: blue;
        font-weight: bold;
    }

/*#endregion*/

.check-list .checkbox + .checkbox,
.radio-area .radio + .radio {
    margin-top: 13px;
}

.custom-dropdown {
    margin-bottom: 13px;
}

    .custom-dropdown .dropdown-menu {
        width: 100%;
    }

.inner-box {
    margin: 13px 0 0 26px;
}

    .inner-box .notes {
        margin-bottom: 13px;
    }

    .inner-box .input-group {
        margin-bottom: 13px;
    }

.inner-item {
    margin-bottom: 13px;
}

.flexible-drop {
    position: relative;
}

    .flexible-drop .custom-dropdown {
        margin-right: 30px;
    }

    .flexible-drop .icon {
        position: absolute;
        margin: -6px 0 0;
        font-size: 12px;
        right: 0;
        top: 50%;
    }

/*#region Typeahead*/

.typeahead {
}

    .typeahead.dropdown-menu {
        max-height: 250px;
        overflow-x: hidden;
        width: 100%;
    }

        .typeahead.dropdown-menu li a:hover {
            background: #e1e1e1;
        }

        .typeahead.dropdown-menu li.active a {
            background: #bbd6e6;
        }

        .typeahead.dropdown-menu > .active > a,
        .typeahead.dropdown-menu > .active > a:hover,
        .typeahead.dropdown-menu > .active > a:focus {
            color: #000;
        }

    .typeahead .typeahead-group-header {
        padding: 8px;
        border-bottom: 1px solid #c8c7cc;
    }


/*#endregion*/

@media only screen and (max-width: 1024px) {
    .header {
        padding: 10px 2px 10px 47px;
    }

    .add .header {
        padding: 10px 2px 10px 15px;
    }

    .header img.pull-left {
        margin-right: 65px;
    }

    .left-panel {
        padding: 0;
    }

        .left-panel .icon-bars {
            position: absolute;
            display: block;
            z-index: 10;
            top: -43px;
            left: 8px;
        }

    .left-panel-holder {
        box-shadow: 3px 0px 7px rgba(118, 118, 118, 0.25);
        border-bottom-right-radius: 5px;
        transition: left 0.25s linear;
        border: solid #c8c7cc;
        border-width: 1px 1px 1px 0;
        background: #f0f0f0;
        position: absolute;
        padding: 18px;
        width: 232px;
        left: -232px;
        z-index: 10;
        bottom: 0;
        top: 0;
    }



    .left-panel-active .left-panel-holder {
        left: 0;
    }

    .modal-small .modal-dialog {
        width: 50%;
    }

    .modal-large .modal-dialog {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .left-panel {
        width: 300px;
    }

    .custom-grid .grid-header > div:last-child,
    .custom-grid .grid-body > div > div > div:last-child {
        padding-right: 18px;
    }
}

.btn-custom-xtra-small {
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
}


.panel {
    border-radius: 0px;
}




.legend {
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #999999;
    font-size: 16px;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0px;
}

.glief-search-dropdown {
    border: 1px solid #c8c7cc;
    padding: 3px 3px 3px 3px;
    box-shadow: none;
    border-radius: 3px;
    line-height: 18px;
    background: #fff;
    font-size: 12px;
    height: 30px;
    color: #000;
}

.glief-search-textbox {
    border: 1px solid #c8c7cc;
    padding: 3px 3px 3px 3px;
    box-shadow: none;
    border-radius: 3px;
    line-height: 18px;
    background: #fff;
    font-size: 12px;
    height: 30px;
    color: #000;
}

input[type="text"].error {
    border: 1px solid;
}

input[type="password"].error {
    border: 1px solid;
}

label.error {
    font-family: sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px !important;
    margin-top: 0 !important;
}

.field-validation-error {
    font-family: sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 12px !important;
    margin-top: 0 !important;
    line-height: 18px;
}

.dashboard-amendable-leis {
    border-top: 2px solid #0c73ac;
    margin-top: 20px;
}

#divRelationshipConfirmationPage button[disabled] {
    color: darkgray;
}

input[readonly], textarea[readonly], select[readonly] {
    background-color: #f3f3f3 !important;
}

.payments-details-popup-body {
    border-top: 2px solid #0c73ac;
    margin-top: 20px;
}


.toast-message {
    font-size: 13px;
}

.filter-type-description-link {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-left: 17px;
    font-size: 12px;
}

.arabic-copmany-name {
    float: right;
    font-size: 14px;
}
.arabic-copmany-number {
    float: right;
    margin-right: 5px;
}

.table {
    font-size: 14px !important;
}

.table-header {
    background: #f3f3f3;
}

.total-row {
    background-color: #CEDFE9;
}

.payment-list-company-numbers {
    color: darkgrey;
    font-style: italic;
    font-size: 12px;
}


.lei-list .lei-list-item .dropdown-menu {
    min-width: 130px;
    padding: 0px;
}

.lei-list .lei-list-item .btn {
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.004);
    border-radius: 4px;
    padding: 5px 15px;
    line-height: 19px;
    font-size: 12px;
}

.lei-list .lei-list-item .dropdown-menu > li > a {
    margin: 0px;
    font-family: 'robotoregular', Arial, sans-serif;
    border: none;
}

.lei-list .lei-list-item .dropdown-menu .btn-default {
    background: #fff;
}



.renewal .checkbox label#lblNoDataChangedSinceLastYear:after {
    right: 0px;
    left: inherit;
}


.renewal .checkbox label#lblNoDataChangedSinceLastYear:before {
    right: -3.5px;
    top: -1px;
    left: inherit;
}

.checkbox-primary input#chkDoNotShowTipAgain[type=checkbox]:checked + label:after {
    left: 0px;
}

.sticky-table-header {
    position: sticky;
    top: -1px;
    /*z-index: 100000;*/
}



/*#region Public Site Branding for Staging Start */

.header-staging {
    background: #1B5E20;
    color: #fff;
}

    .header-staging .badge {
        background: #000000;
    }

    .header-staging .options-list li:hover {
        color: #C8E6C9;
    }

.public-html-body-staging .btn-success,
.public-html-body-staging a.btn-success:hover {
    border-color: #558B2F;
    background: #558B2F;
    color: #fff;
}

.public-html-body-staging .btn-primary,
.public-html-body-staging a.btn-primary:hover {
    color: #fff;
}

.public-html-body-staging .btn-default,
.public-html-body-staging a.btn-default:hover {
    color: #000 !important;
}

.public-html-body-staging .collapsible-menu .btn-primary,
.public-html-body-staging .collapsible-menu .btn-primary:hover {
    color: #000;
}

.public-html-body-staging .collapsible-menu ul li:hover {
    background: #C8E6C9;
}


.public-html-body-staging .modal-header {
    border: none;
    border-top: 5px solid #558B2F;
}

.header-staging .options-list li.active {
    color: #C8E6C9;
}

.public-html-body-staging .btn-success:hover,
.public-html-body-staging .btn-success:active,
.public-html-body-staging .btn-success.active,
.public-html-body-staging .btn-success:active:hover,
.public-html-body-staging .btn-success.active:hover,
.public-html-body-staging .btn-success:focus,
.public-html-body-staging .btn-success.focus,
.public-html-body-staging .btn-success.disabled,
.public-html-body-staging .btn-success[disabled],
.public-html-body-staging .btn-success.disabled:hover,
.public-html-body-staging .btn-success[disabled]:hover,
.public-html-body-staging .btn-success.disabled:focus,
.public-html-body-staging .btn-success[disabled]:focus,
.public-html-body-staging .btn-success.disabled.focus,
.public-html-body-staging .btn-success.focus[disabled],
.public-html-body-staging .btn-success.disabled:active,
.public-html-body-staging .btn-success[disabled]:active,
.public-html-body-staging .btn-success.disabled.active,
.public-html-body-staging .btn-success.active[disabled] {
    background: #558B2F !important;
}

.public-html-body-staging .btn-success:active,
.public-html-body-staging .btn-success.active,
.public-html-body-staging .open > .dropdown-toggle.btn-success {
    border-color: #558B2F !important;
    background: #558B2F !important;
}

.public-html-body-staging .dropdown-menu > li > a:hover,
.public-html-body-staging .public-html-body-staging
.public-html-body-staging .dropdown-menu > li > a:focus {
    background: #E8F5E9;
    color: #000;
}

.public-html-body-staging .dropdown-menu > li > a:hover,
.public-html-body-staging .dropdown-menu > li > a:focus {
    background: #E8F5E9;
    color: #000;
}

.public-html-body-staging .workflow-dropdown .dropdown-toggle.btn-success {
    border-left: 1px solid #C8E6C9 !important;
}

.public-html-body-staging .collapsible-menu ul li.active {
    background: #C8E6C9 !important;
}

.public-html-body-staging .bg-ubisecure-lightblue {
    background-color: #E8F5E9 !important;
    border: 1px solid #ddd;
}

.public-html-body-staging .document .breadcrumb-holder {
    border-bottom: 2px solid #558B2F;
}

.public-html-body-staging .payments-details-popup-body {
    border-top: 2px solid #C8E6C9;
}

.public-html-body-staging .panel-default > .panel-heading {
    color: #333;
    background-color: #E8F5E9;
    border-color: #C8E6C9 !important;
}

.public-html-body-staging .panel-default {
    border-color: #C8E6C9;
}

.public-html-body-staging a.accordion-toggle {
    color: #1B5E20;
}

.public-html-body-staging .settings .left-panel ul li.active,
.public-html-body-staging .settings .left-panel ul li.active span:hover {
    background: #C8E6C9 !important;
}

.public-html-body-staging .settings .left-panel ul li span:hover {
    background: #E8F5E9;
}

.public-html-body-staging .nav-tabs > li.active > a,
.public-html-body-staging .nav-tabs > li.active > a:hover,
.public-html-body-staging .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #C8E6C9;
}

    .public-html-body-staging .nav-tabs > li.active > a,
    .public-html-body-staging .nav-tabs > li.active > a:focus,
    .public-html-body-staging .nav-tabs > li.active > a:hover {
        color: #555;
        background-color: #E8F5E9;
        border: 1px solid #C8E6C9;
        border-bottom-color: transparent;
    }

.public-html-body-staging .nav-tabs > li > a:hover {
    border: 1px #C8E6C9 solid;
    background-color: #C8E6C9;
    color: #000;
}

.public-html-body-staging .blockMsg {
    color: #1B5E20 !important;
    background-color: #E8F5E9 !important;
}

.public-html-body-staging .checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #558B2F;
    border-color: #558B2F;
}

.public-html-body-staging .selected {
    background: #C8E6C9 !important;
}


.public-html-body-staging .selectItem.selected {
    background: #558B2F !important;
}


.public-html-body-staging .document .list-item {
    border-bottom: 1px solid #C8E6C9;
}

    .public-html-body-staging .document .list-item:hover {
        background: #E8F5E9;
    }

.public-html-body-staging .table-header {
    background: #C8E6C9;
}

.public-html-body-staging .table-hover > tbody > tr:hover {
    background-color: #E8F5E9;
}

.public-html-body-staging .table-bordered {
    border: 1px solid #E8F5E9;
}

.public-html-body-staging .custom-panel-heading {
    background-color: #558B2F;
    border: 1px solid #558B2F;
}

.public-html-body-staging .bg-brown-more-light {
    background: #E8F5E9 !important;
}

.public-html-body-staging .text-count-wrapper {
    background-color: #558B2F;
}

.public-html-body-staging .pagination > .active > a,
.public-html-body-staging .pagination > .active > a:focus,
.public-html-body-staging .pagination > .active > a:hover,
.public-html-body-staging .pagination > .active > span,
.public-html-body-staging .pagination > .active > span:focus,
.public-html-body-staging .pagination > .active > span:hover {
    background-color: #558B2F;
    border-color: #558B2F;
    color: white;
}

.public-html-body-staging .pagination > li > a:focus,
.public-html-body-staging .pagination > li > a:hover,
.public-html-body-staging .pagination > li > span:focus,
.public-html-body-staging .pagination > li > span:hover {
    z-index: 2;
    color: #1B5E20;
    background-color: #E8F5E9;
    border-color: #C8E6C9;
}

.public-html-body-staging .datatables-grid > thead > tr > th {
    border-bottom: 2px solid #C8E6C9;
    background-color: #E8F5E9;
}

.public-html-body-staging .dataTables_wrapper .dataTables_processing {
    background-color: #E8F5E9;
    border: 1px solid #C8E6C9;
}

.public-html-body-staging .document .list-item .doc-title-area .badge-info {
    border: 1px solid #558B2F;
    background: #C8E6C9;
}

.public-html-body-staging .color-ubisecure-darkblue {
    color: #558B2F !important;
}

.public-html-body-staging .form-control:focus {
    border-color: #1B5E20;
}

.public-html-body-staging .text-green {
    color: #1B5E20;
}

.public-html-body-staging .document-counts .divcount .column:hover {
    color: #C8E6C9;
}

.public-html-body-staging .dashboard-amendable-leis {
    border-top: 2px solid #558B2F;
}

.public-html-body-staging .radio-primary input[type=radio]:checked + label:before {
    border-color: #558B2F;
}

.public-html-body-staging .radio > label:before {
    border: 1px solid #558B2F;
}

.public-html-body-staging .radio-primary input[type=radio]:checked + label:after {
    background-color: #558B2F;
}

.public-html-body-staging .radio-primary input[type=radio] + label:after {
    background-color: #558B2F;
}

.public-html-body-staging a {
    color: #558B2F;
}

    .public-html-body-staging a:hover {
        color: #1B5E20;
    }

.navbar-nav > li > a:hover {
    background: none;
    color: white;
}

.public-html-body-staging .total-row {
    background-color: #E8F5E9;
}

.public-html-body-staging .bg-ubisecure-darkblue {
    background-color: #558B2F !important;
}

.public-html-body-staging .settings .btn-bottom {
    border-top: 2px solid #558B2F;
}


/*#endregion*/


/*#region Public Site Branding for Testing Start */

.header-testing {
    background: #4e1254;
    color: #fff;
}

    .header-testing .badge {
        background: #000000;
    }

    .header-testing .options-list li:hover {
        color: #fde4ff;
    }

.public-html-body-testing .btn-success,
.public-html-body-testing a.btn-success:hover {
    border-color: #9d42a6;
    background: #9d42a6;
    color: #fff;
}

.public-html-body-testing .btn-primary,
.public-html-body-testing a.btn-primary:hover {
    color: #fff;
}

.public-html-body-testing .btn-default,
.public-html-body-testing a.btn-default:hover {
    color: #000 !important;
}

.public-html-body-testing .collapsible-menu .btn-primary,
.public-html-body-testing .collapsible-menu .btn-primary:hover {
    color: #000;
}

.public-html-body-testing .collapsible-menu ul li:hover {
    background: #fde4ff;
}


.public-html-body-testing .modal-header {
    border: none;
    border-top: 5px solid #9d42a6;
}

.header-testing .options-list li.active {
    color: #fde4ff;
}

.public-html-body-testing .btn-success:hover,
.public-html-body-testing .btn-success:active,
.public-html-body-testing .btn-success.active,
.public-html-body-testing .btn-success:active:hover,
.public-html-body-testing .btn-success.active:hover,
.public-html-body-testing .btn-success:focus,
.public-html-body-testing .btn-success.focus,
.public-html-body-testing .btn-success.disabled,
.public-html-body-testing .btn-success[disabled],
.public-html-body-testing .btn-success.disabled:hover,
.public-html-body-testing .btn-success[disabled]:hover,
.public-html-body-testing .btn-success.disabled:focus,
.public-html-body-testing .btn-success[disabled]:focus,
.public-html-body-testing .btn-success.disabled.focus,
.public-html-body-testing .btn-success.focus[disabled],
.public-html-body-testing .btn-success.disabled:active,
.public-html-body-testing .btn-success[disabled]:active,
.public-html-body-testing .btn-success.disabled.active,
.public-html-body-testing .btn-success.active[disabled] {
    background: #9d42a6 !important;
}

.public-html-body-testing .btn-success:active,
.public-html-body-testing .btn-success.active,
.public-html-body-testing .open > .dropdown-toggle.btn-success {
    border-color: #9d42a6 !important;
    background: #9d42a6 !important;
}

.public-html-body-testing .dropdown-menu > li > a:hover,
.public-html-body-testing .public-html-body-testing
.public-html-body-testing .dropdown-menu > li > a:focus {
    background: #fde4ff;
    color: #000;
}

.public-html-body-testing .dropdown-menu > li > a:hover,
.public-html-body-testing .dropdown-menu > li > a:focus {
    background: #fef2ff;
    color: #000;
}

.public-html-body-testing .workflow-dropdown .dropdown-toggle.btn-success {
    border-left: 1px solid #fde4ff !important;
}

.public-html-body-testing .collapsible-menu ul li.active {
    background: #fde4ff !important;
}

.public-html-body-testing .bg-ubisecure-lightblue {
    background-color: #fde4ff !important;
    border: 1px solid #ddd;
}

.public-html-body-testing .document .breadcrumb-holder {
    border-bottom: 2px solid #9d42a6;
}

.public-html-body-testing .payments-details-popup-body {
    border-top: 2px solid #fde4ff;
}

.public-html-body-testing .panel-default > .panel-heading {
    color: #333;
    background-color: #fde4ff;
    border-color: #fde4ff !important;
}

.public-html-body-testing .panel-default {
    border-color: #fde4ff;
}

.public-html-body-testing a.accordion-toggle {
    color: #4e1254;
}

.public-html-body-testing .settings .left-panel ul li.active,
.public-html-body-testing .settings .left-panel ul li.active span:hover {
    background: #fde4ff !important;
}

.public-html-body-testing .settings .left-panel ul li span:hover {
    background: #fde4ff;
}

.public-html-body-testing .nav-tabs > li.active > a,
.public-html-body-testing .nav-tabs > li.active > a:hover,
.public-html-body-testing .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #fde4ff;
}

    .public-html-body-testing .nav-tabs > li.active > a,
    .public-html-body-testing .nav-tabs > li.active > a:focus,
    .public-html-body-testing .nav-tabs > li.active > a:hover {
        color: #555;
        background-color: #fde4ff;
        border: 1px solid #fde4ff;
        border-bottom-color: transparent;
    }

.public-html-body-testing .nav-tabs > li > a:hover {
    border: 1px #fde4ff solid;
    background-color: #fde4ff;
    color: #000;
}

.public-html-body-testing .blockMsg {
    color: #9d42a6 !important;
    background-color: #fde4ff !important;
}

.public-html-body-testing .checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #9d42a6;
    border-color: #9d42a6;
}


.public-html-body-testing .selected {
    background: #fde4ff !important;
}


.public-html-body-testing .document .list-item {
    border-bottom: 1px solid #fde4ff;
}

    .public-html-body-testing .document .list-item:hover {
        background: #fde4ff;
    }

.public-html-body-testing .table-header {
    background: #fde4ff;
}

.public-html-body-testing .table-hover > tbody > tr:hover {
    background-color: #fde4ff;
}

.public-html-body-testing .table-bordered {
    border: 1px solid #fde4ff;
}

.public-html-body-testing .custom-panel-heading {
    background-color: #9d42a6;
    border: 1px solid #9d42a6;
}

.public-html-body-testing .bg-brown-more-light {
    background: #fde4ff !important;
}

.public-html-body-testing .text-count-wrapper {
    background-color: #9d42a6;
}

.public-html-body-testing .pagination > .active > a,
.public-html-body-testing .pagination > .active > a:focus,
.public-html-body-testing .pagination > .active > a:hover,
.public-html-body-testing .pagination > .active > span,
.public-html-body-testing .pagination > .active > span:focus,
.public-html-body-testing .pagination > .active > span:hover {
    background-color: #9d42a6;
    border-color: #9d42a6;
    color: white;
}

.public-html-body-testing .pagination > li > a:focus,
.public-html-body-testing .pagination > li > a:hover,
.public-html-body-testing .pagination > li > span:focus,
.public-html-body-testing .pagination > li > span:hover {
    z-index: 2;
    color: #4e1254;
    background-color: #fde4ff;
    border-color: #fde4ff;
}

.public-html-body-testing .datatables-grid > thead > tr > th {
    border-bottom: 2px solid #fde4ff;
    background-color: #fde4ff;
}

.public-html-body-testing .dataTables_wrapper .dataTables_processing {
    background-color: #fef2ff;
    border: 1px solid #fde4ff;
}

.public-html-body-testing .document .list-item .doc-title-area .badge-info {
    border: 1px solid #9d42a6;
    background: #fde4ff;
}

.public-html-body-testing .color-ubisecure-darkblue {
    color: #9d42a6 !important;
}

.public-html-body-testing .form-control:focus {
    border-color: #4e1254;
}

.public-html-body-testing .text-green {
    color: #4e1254;
}

.public-html-body-testing .document-counts .divcount .column:hover {
    color: #fde4ff;
}

.public-html-body-testing .dashboard-amendable-leis {
    border-top: 2px solid #9d42a6;
}

.public-html-body-testing .radio-primary input[type=radio]:checked + label:before {
    border-color: #9d42a6;
}

.public-html-body-testing .radio > label:before {
    border: 1px solid #9d42a6;
}

.public-html-body-testing .radio-primary input[type=radio]:checked + label:after {
    background-color: #9d42a6;
}

.public-html-body-testing .radio-primary input[type=radio] + label:after {
    background-color: #9d42a6;
}

.public-html-body-testing a {
    color: #9d42a6;
}

    .public-html-body-testing a:hover {
        color: #4e1254;
    }

.navbar-nav > li > a:hover {
    background: none;
    color: white;
}

.public-html-body-testing .total-row {
    background-color: #fde4ff;
}

.public-html-body-testing .bg-ubisecure-darkblue {
    background-color: #9d42a6 !important;
}

.public-html-body-testing .settings .btn-bottom {
    border-top: 2px solid #9d42a6;
}

.alternative-language-name {
    font-size: 14px !important;
    color: #9e9e9e !important;
}

.td-disabled {
    background-color: #eee;
    opacity: 1;
}

/*#endregion*/







