﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

:root {
    --table-padding: 15px;
    --brolio-dark-blue: rgba(51, 102, 153, 1);
    --brolio-light-blue: rgba(234,239,245, 1);
    --success-green: rgba(75, 181, 67, 1);
    --success-yellow: rgba(255, 193, 7, 1);
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    position: relative;
    color: #313131
}

h1, h2, h3, h4, h5, h6, label, p, ul {
    padding: 0;
    margin: 0
}

img {
    border: none
}

a {
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s
}

    a:hover {
        text-decoration: none
    }

.header-main-block {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0
}

.brolio-top-header {
    width: 100%;
    display: inline-block;
    background: #262626;
    padding: 10px 0;
    position: relative;
    z-index: 1
}

.brolio-navigation-block.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0
}

.header-email-phone-detail, .header-social-block {
    display: inline-block
}

    .header-email-phone-detail ul li, .header-social-block ul li {
        display: inline-block;
        vertical-align: middle
    }

        .header-social-block ul li label {
            font-size: 13px;
            color: #fff;
            margin-right: 5px
        }

        .header-social-block ul li span {
            width: 21px;
            height: 21px;
            display: inline-block;
            background: #fff;
            text-align: center;
            vertical-align: middle;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            transition: all .2s ease 0s;
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s
        }

        .header-email-phone-detail ul li a, .header-social-block ul li a {
            display: inline-block
        }

            .header-social-block ul li a:hover span {
                background: #2d6499
            }

                .header-social-block ul li a:hover span i {
                    color: #fff
                }

        .header-social-block ul li span i {
            line-height: 21px;
            color: #262626;
            font-size: 13px
        }

.header-email-phone-detail {
    display: inline-block
}

    .header-email-phone-detail ul li a {
        color: #fff;
        font-size: 13px
    }

        .header-email-phone-detail ul li a span i {
            margin-right: 3px
        }

    .header-email-phone-detail ul li:first-child {
        margin-right: 15px
    }

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop > a {
    margin-top: 8px
}

    .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop > a:after {
        margin-left: 5px
    }

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop .dropdown-menu {
    min-width: auto
}

#navbarNavDropdown .nav-item .dropdown-menu {
    left: initial
}

.brolio-navigation-block {
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 1
}

    .brolio-navigation-block .navbar-expand-lg .navbar-nav li > a {
        font-size: 16px;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 2px solid transparent
    }

    .brolio-navigation-block .navbar-expand-lg .navbar-nav li.active a {
        border-bottom: 2px solid #2d6499;
        color: #2d6499
    }

    .brolio-navigation-block .navbar-expand-lg .navbar-nav li a:hover {
        border-bottom: 2px solid #2d6499
    }

    .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop {
        position: relative
    }

        .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop .dropdown-menu a {
            color: #111
        }

            .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop .dropdown-menu a.active {
                color: #fff
            }

            .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop .dropdown-menu a .flag-icon::before {
                content: "\00a0"
            }

            .brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop .dropdown-menu a .flag-icon {
                background-size: contain;
                background-position: 50%;
                background-repeat: no-repeat;
                position: relative;
                display: inline-block;
                width: 1.33333333em;
                line-height: 1em
            }

.flag-icon-de {
    background-image: url(../images/flags/de.svg)
}

.flag-icon-us {
    background-image: url(../images/flags/us.svg)
}

.flag-icon-fr {
    background-image: url(../images/flags/fr.svg)
}

.flag-icon-it {
    background-image: url(../images/flags/it.svg)
}

.nav-right-block .dashboard-lang-block a {
    font-size: 14px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid transparent
}

.dashboard-lang-block .dropdown-menu.show {
    min-width: inherit;
    right: 30px;
    margin: 0 auto;
    width: 60px;
    text-align: left;
    left: auto !important;
    font-size: inherit;
    padding: 0
}

.login .dashboard-lang-block .dropdown-menu.show {
    right: -12px
}

.profile-block-outer {
    padding: 0
}

.nav-right-block .dashboard-lang-block .dropdown-menu a {
    color: #111;
    padding: 2px 0
}

    .nav-right-block .dashboard-lang-block .dropdown-menu a .flag-icon {
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        width: 1.33333333em;
        line-height: 1em
    }

    .nav-right-block .dashboard-lang-block .dropdown-menu a span.flag-icon:before {
        content: "\00a0"
    }

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop #dropdown09.flag-main-de::before, .nav-right-block .dashboard-lang-block #dropdown09.flag-main-de::before {
    background-image: url(../images/flags/de.svg)
}

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop #dropdown09.flag-main-us::before, .nav-right-block .dashboard-lang-block #dropdown09.flag-main-us::before {
    background-image: url(../images/flags/us.svg)
}

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop #dropdown09.flag-main-fr::before {
    background-image: url(../images/flags/fr.svg)
}

.brolio-navigation-block .navbar-expand-lg .navbar-nav .nav-item.flag-drop #dropdown09.flag-main-it::before {
    background-image: url(../images/flags/it.svg)
}

.brolio-banner-block {
    display: inline-block;
    width: 100%
}

    .brolio-banner-block .carousel-inner .carousel-item .container {
        position: relative
    }

        .brolio-banner-block .carousel-inner .carousel-item .container .carousel-caption {
            bottom: auto;
            right: 0;
            top: 255px
        }

    .brolio-banner-block .carousel-inner .carousel-caption h1 {
        font-family: Montserrat, sans-serif;
        font-size: 56px;
        color: #fff;
        font-weight: 400;
        position: relative;
        padding-bottom: 20px;
        line-height: 80px
    }

    .brolio-banner-block .carousel-inner .carousel-caption span {
        font-size: 60px;
        font-weight: 800
    }

    .brolio-banner-block .carousel-inner .carousel-caption p {
        font-family: Montserrat, sans-serif;
        font-size: 29px;
        font-weight: 400
    }

.brolio-login-btns ul li {
    display: inline-block
}

.form-heading-block {
    display: inline;
    width: 100%
}

.login-form-fields .input-group-text i.icon-eye-open {
    font-size: 15px;
    cursor: pointer
}

.brolio-login-btns ul li:first-child {
    margin-right: 15px
}

.brolio-login-btns ul li a.sign-in-btn {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    padding: .5rem 22px
}

.brolio-login-btns ul li a:hover {
    background: #2d6499;
    border: 1px solid #2d6499
}

.brolio-login-btns ul li a.sign-up-btn {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #2d6499;
    border: none;
    padding: .5rem 22px;
    border: 1px solid transparent
}

.brolio-slider-content {
    width: 555px;
    display: inline-block;
    border-right: 8px solid #2d6499;
    position: relative
}

.brolio-slider-content-inner {
    display: inline-block;
    padding-right: 55px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 55px
}

.upper-border {
    display: inline-block;
    position: relative;
    width: 62%;
    height: 100px;
    border-top: 8px solid #2d6499;
    border-left: 8px solid #2d6499
}

.brolio-login-btns {
    display: inline-block;
    width: 100%;
    padding-top: 20px
}

.lower-border:before {
    content: "";
    background: #2d6499;
    position: absolute;
    left: 0;
    width: 8px;
    height: 100px;
    bottom: 0
}

.lower-border {
    display: inline-block;
    position: relative;
    width: 62%;
    border-bottom: 8px solid #2d6499
}

.brolio-banner-block a.carousel-control-next, .brolio-banner-block a.carousel-control-prev {
    opacity: 1
}

    .brolio-banner-block a.carousel-control-prev span:before {
        background: #111;
        content: "\f104";
        width: 45px;
        height: 45px;
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 30px;
        color: #fff
    }

    .brolio-banner-block a.carousel-control-next span:before {
        background: #111;
        content: "\f105";
        width: 45px;
        height: 45px;
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 30px;
        color: #fff
    }

    .brolio-banner-block a.carousel-control-next span, .brolio-banner-block a.carousel-control-prev span {
        background-image: none;
        opacity: 1;
        height: 45px;
        width: 45px
    }

.brolio-register-block {
    width: 100%;
    display: inline-block;
    margin-top: 70px
}

    .brolio-register-block h1 {
        font-family: Montserrat, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #111;
        text-transform: uppercase;
        padding-bottom: 10px
    }

        .brolio-register-block h1 span {
            color: #2d6499;
            font-weight: 800;
            font-size: 38px
        }

    .brolio-register-block > p {
        color: #4a4949;
        font-size: 20px;
        font-family: Montserrat, sans-serif;
        font-style: italic;
        font-weight: 400;
        display: inline-block;
        position: relative
    }

.brolio-register-heading {
    display: inline-block;
    width: 100%;
    text-align: center
}

.brolio-register-block > p:after {
    content: "";
    background: #bebebe;
    height: 3px;
    width: 68px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px
}

.brolio-register-step-block {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 80px
}

.register-step-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 236px
}

#hexagon-circle {
    position: relative;
    margin: 0 auto;
    width: 8.5em;
    height: 206px;
    background: 0 0;
    transition: opacity .5s;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s
}

    #hexagon-circle:before {
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: inherit;
        content: '';
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        border-right: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

    #hexagon-circle:after {
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: inherit;
        content: '';
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

.register-step-col .brolio-step-content {
    text-align: center;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto
}

    .register-step-col .brolio-step-content p {
        font-family: 'Open Sans', sans-serif;
        color: #7e7e7e;
        font-size: 14px;
        padding-top: 15px;
        width: 100%;
        display: inline-block;
        max-width: 195px;
        line-height: 24px
    }

    .register-step-col .brolio-step-content span {
        display: inline-block;
        width: 100%
    }

.brolio-register-step-block .register-step-row:hover #hexagon-circle {
    background: #368
}

    .brolio-register-step-block .register-step-row:hover #hexagon-circle:before {
        border: 1px solid transparent
    }

    .brolio-register-step-block .register-step-row:hover #hexagon-circle:after {
        border: 1px solid transparent
    }

.brolio-register-step-block .register-step-row:hover .brolio-step-content p {
    color: #fff
}

.register-step-row {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 8px
}

.brolio-register-block .brolio-register-heading p {
    font-family: Montserrat, sans-serif;
    color: #4a4949;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    position: relative
}

    .brolio-register-block .brolio-register-heading p:after {
        content: "";
        background: #bebebe;
        width: 68px;
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px
    }

.register-step-col .brolio-step-content span.icon-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.register-step-row:hover .brolio-step-content span.icon-hover {
    display: block
}

.brolio-register-step-block .register-step-row.reverse #hexagon-circle {
    background: #368
}

    .brolio-register-step-block .register-step-row.reverse #hexagon-circle:before {
        border: 1px solid transparent
    }

    .brolio-register-step-block .register-step-row.reverse #hexagon-circle:after {
        border: 1px solid transparent
    }

.brolio-register-step-block .register-step-row.reverse .brolio-step-content p {
    color: #fff
}

.brolio-register-step-block .register-step-row.reverse:hover #hexagon-circle {
    background: inherit
}

    .brolio-register-step-block .register-step-row.reverse:hover #hexagon-circle:before {
        border: inherit
    }

    .brolio-register-step-block .register-step-row.reverse:hover #hexagon-circle:after {
        border: inherit
    }

.brolio-register-step-block .register-step-row.reverse:hover .brolio-step-content p {
    color: inherit
}

.register-step-col .reverse .brolio-step-content span.icon-hover {
    display: block
}

.register-step-row.reverse:hover .brolio-step-content span.icon-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.brolio-testimonial-slides .owl-stage-outer .owl-item:after {
    content: "";
    background: #2d6499;
    display: inline-block;
    width: 100%;
    height: 44px
}

.brolio-testimonial-slides .owl-stage-outer .owl-item {
    background: #fff
}

.why-brolio-block {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    margin-top: 80px;
    padding: 70px 0
}

.why-brolio-heading {
    display: inline-block;
    width: 100%;
    text-align: center
}

    .why-brolio-heading h1 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 35px;
        font-family: Montserrat, sans-serif;
        color: #111;
        font-weight: 700;
        position: relative;
        margin-bottom: 45px
    }

    .why-brolio-heading span {
        font-size: 38px;
        color: #2d6499;
        font-weight: 800
    }

    .why-brolio-heading h1:after {
        content: "";
        background: #bebebe;
        width: 68px;
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px
    }

    .why-brolio-heading p {
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        color: #7e7e7e
    }

.why-block-des-cols, .why-block-description {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

    .why-block-des-cols h1 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        color: #353434;
        text-transform: uppercase;
        padding-top: 25px
    }

    .why-block-des-cols p {
        color: #7e7e7e;
        font-size: 15px;
        line-height: 27px;
        padding: 20px 0 0 35px
    }

    .why-block-des-cols a.readmore-btn {
        background: #fff;
        border-radius: 20px;
        width: 125px;
        height: 43px;
        border: 1px solid #2d6499;
        color: #2d6499;
        display: inline-block;
        line-height: 43px;
        text-align: center;
        margin-top: 25px
    }

        .why-block-des-cols a.readmore-btn:hover {
            background: #2d6499;
            color: #fff
        }

.why-block-des-inner {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0 30px 30px;
    border-radius: 30px;
    border: 1px solid #e0e0e0
}

.why-block-des-cols .why-block-right-col h1 {
    margin-left: 10px;
    padding-top: 10px
}

.why-block-des-cols .why-block-des-inner a.readmore-btn {
    color: #fff;
    margin-top: 15px;
    background: #2d6499;
    position: relative;
    top: 20px
}

.why-block-description {
    margin-top: 100px
}

.why-block-des-inner img {
    margin-top: -45px
}

.why-block-left-col {
    display: inline-block;
    width: 100%;
    padding-right: 25px
}

.why-block-right-col {
    display: inline-block;
    width: 100%;
    padding-left: 25px
}

.why-block-des-cols .why-block-right-col p {
    padding-right: 15px
}

.faq-block {
    width: 100%;
    display: inline-block;
    background: url(../images/faq-bg.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0
}

    .faq-block .faq-title-block h1 {
        text-transform: uppercase;
        font-size: 50px;
        font-family: Montserrat, sans-serif;
        color: #fff;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 35px
    }

    .faq-block .faq-title-block p {
        font-size: 20px;
        font-family: Montserrat, sans-serif;
        color: #fff;
        font-style: italic;
        padding-left: 35px
    }

.faq-ques-ans-block {
    display: inline-block;
    width: 100%;
    padding-left: 100px
}

    .faq-ques-ans-block .accordion .card, .faq-ques-ans-block .accordion .card .card-header {
        background: 0 0;
        border: none;
        padding: 0
    }

        .faq-ques-ans-block .accordion .card .card-header h5 button {
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            width: 100%;
            text-align: left;
            border: none;
            padding: 8px 0
        }

        .faq-ques-ans-block .accordion .card .card-body {
            color: #fff;
            font-size: 15px;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #fff;
            margin-bottom: 5px;
            margin-top: 5px
        }

        .faq-ques-ans-block .accordion .card .card-header h5 button.btn.btn-link:before {
            content: "\f068";
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-right: 5px;
            color: #2d6499
        }

        .faq-ques-ans-block .accordion .card .card-header h5 button.btn.btn-link.collapsed:before {
            content: "\f067";
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-right: 5px;
            color: #2d6499
        }

.faq-title-block {
    padding: 170px 0
}

.faq-block .faq-title-block h1:before {
    content: "";
    background: #2d6499;
    width: 8px;
    height: 193px;
    position: absolute;
    left: 0;
    top: 19px
}

.faq-ques-ans-block .accordion .card .card-header h5 button:focus, .faq-ques-ans-block .accordion .card .card-header h5 button:hover {
    text-decoration: none
}

.brolio-support-block {
    width: 100%;
    display: inline-block;
    padding: 100px 0
}

.brolio-support-inner {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

    .brolio-support-inner .brolio-support-left-col, .brolio-support-inner .brolio-support-right-col {
        width: 50%;
        float: left
    }

    .brolio-support-inner .brolio-support-right-col {
        position: relative;
        border-left: 4px solid #d2d2d2;
        margin-left: 1%;
        width: 48%
    }

.brolio-support-right-col-inner {
    width: 98%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 150px;
    margin-top: 50px
}

.support-blocks {
    width: 460px;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    padding: 30px 25px;
    vertical-align: top;
    float: right;
    position: relative
}

    .support-blocks img {
        float: left;
        margin-right: 20px
    }

    .support-blocks p {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: #7e7e7e;
        line-height: 25px
    }

    .support-blocks:before {
        content: "";
        background: #d2d2d2;
        position: absolute;
        width: 67px;
        height: 4px;
        left: -67px;
        top: 70px
    }

.brolio-support-right-col-inner:before {
    content: "";
    background: #2d6499;
    position: absolute;
    left: -10px;
    top: 64px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
    border: 3px solid #e0e0e0
}

.brolio-support-left-inner {
    width: 100%;
    display: inline-block
}

.support-heading-block h1 {
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative
}

    .support-heading-block h1:before {
        content: "Support";
        font-size: 89px;
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        color: #f9f9f9;
        position: absolute;
        left: 0;
        top: -46px;
        right: 15px;
        margin: 0 auto;
        z-index: -1;
        text-shadow: -1px -1px 0 #f7f7f7, 1px -1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 1px 1px 0 #f7f7f7;
        -moz-text-shadow: -1px -1px 0 #f7f7f7, 1px -1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 1px 1px 0 #f7f7f7;
        -webkit-text-shadow: -1px -1px 0 #f7f7f7, 1px -1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 1px 1px 0 #f7f7f7
    }

.brolio-support-desc {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 65px
}

    .brolio-support-desc p {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        color: #111;
        font-weight: 400
    }

.support-heading-block span {
    font-weight: 600
}

.support-heading-block p {
    color: #4a4949;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic
}

.brolio-support-inner .brolio-support-left-col {
    padding-top: 20px
}

.support-heading-block {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center
}

    .support-heading-block:after {
        content: "";
        position: absolute;
        background: #bebebe;
        width: 68px;
        height: 3px;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

.brolio-support-left-inner > span {
    font-size: 15px;
    color: #7e7e7e;
    display: inline-block;
    width: 100%;
    padding-top: 35px
}

.brolio-left-support-col .support-blocks:before {
    left: auto;
    right: -67px
}

.brolio-left-support-col .support-blocks {
    margin-right: 55px;
    margin-top: 65px
}

.brolio-support-right-col-inner.brolio-support-right-last-col-inner {
    margin-bottom: 55px
}

.brolio-support-cols {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 70px
}

.support-step-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 315px
}

.support-step-row {
    display: inline-block;
    width: 100%;
    position: relative
}

    .support-step-row #hexagon-circle {
        width: 11.2em;
        height: 272px;
        border-top: 6px solid #2d6499;
        border-bottom: 6px solid #2d6499
    }

        .support-step-row #hexagon-circle:before {
            left: 0;
            border-top: 6px solid #2d6499;
            border-bottom: 6px solid #2d6499;
            top: -6px
        }

        .support-step-row #hexagon-circle:after {
            left: 0;
            border-top: 6px solid #2d6499;
            border-bottom: 6px solid #2d6499;
            top: -6px
        }

.support-block-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px
}

    .support-block-content p {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: #7e7e7e;
        font-weight: 400;
        padding: 0 60px;
        line-height: 25px;
        padding-top: 5px
    }

        .support-block-content p a {
            color: #7e7e7e
        }

    .support-block-content span {
        color: #111;
        display: block;
        padding-top: 8px
    }

.support-step-col:first-child {
    margin-right: 30px
}

.testimonial-block {
    width: 100%;
    display: inline-block;
    background: url(../images/testimonial-bg.png) repeat-x;
    padding: 80px 0;
    background-size: contain
}

.testimonial-heading-block {
    display: inline-block;
    width: 100%;
    text-align: center
}

    .our-price-block-heading h1 span, .testimonial-heading-block h1 {
        text-transform: uppercase;
        font-size: 38px;
        font-family: Montserrat, sans-serif;
        color: #111;
        font-weight: 700;
        display: inline-block;
        position: relative
    }

        .our-price-block-heading h1, .testimonial-heading-block h1 span {
            text-transform: uppercase;
            font-size: 35px;
            font-family: Montserrat, sans-serif;
            color: #111;
            font-weight: 600
        }

.our-price-block-heading h1 {
    position: relative
}

    .our-price-block-heading h1:after, .testimonial-heading-block h1:after {
        content: "";
        background: #d2d2d2;
        width: 68px;
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px
    }

.testimonial-heading-block p {
    padding-top: 40px;
    font-size: 19px;
    color: #7e7e7e
}

.brolio-testimonial-slides {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 50px 0 0;
    margin-top: 50px
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

.brolio-testimonial-slides h1 {
    font-size: 25px;
    color: #353434;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 15px
}

.brolio-testimonial-slides p {
    font-size: 15px;
    color: #7e7e7e;
    font-family: 'Open Sans', sans-serif;
    min-height: 135px
}

.brolio-testimonial-slides #owl-demo .item img {
    width: auto;
    display: inline-block;
    margin-bottom: 20px
}

.brolio-testimonial-slides #owl-demo .item {
    padding: 25px 30px
}

.brolio-testimonial-slides #owl-demo .owl-dots {
    background: #2d6499;
    height: 40px;
    margin: 0
}

    .brolio-testimonial-slides #owl-demo .owl-dots button span {
        margin-top: 15px;
        background: #fff
    }

    .brolio-testimonial-slides #owl-demo .owl-dots button.active span {
        background: #9f6000
    }

.our-price-block {
    width: 100%;
    display: inline-block;
    padding: 80px 0 40px
}

.our-price-block-heading {
    width: 100%;
    display: inline-block;
    text-align: center
}

.our-pricing-cols {
    display: inline-block;
    width: 100%;
    margin-top: 70px
}

    .our-pricing-cols .card-header h4 {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600 !important
    }

    .our-pricing-cols .card-header h1 {
        font-size: 73px;
        font-weight: 800;
        color: #fff
    }

    .our-pricing-cols .card-header small {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff !important
    }

.our-price-block .card-header.left-card-header {
    background: #ffa82b;
    border-radius: 25px 25px 170px 170px;
    -webkit-border-radius: 25px 25px 170px 170px;
    -moz-border-radius: 25px 25px 170px 170px;
    height: 205px;
    padding: 25px 0
}

.our-pricing-cols .card {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: 0 30px;
    background: #f9f9f9;
    flex: 0 0 26%
}

.add-more-prices a {
    display: inline-block;
    background: #ffa82b;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-top: 5px
}

    .add-more-prices a i {
        line-height: 50px;
        font-size: 24px
    }

.our-pricing-cols .card-deck {
    padding: 0 10px;
    display: flex;
    justify-content: center
}

.our-price-block .card-body ul li {
    margin: 28px 0;
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 600
}

    .our-price-block .card-body ul li:nth-child(2n+2) {
        background: #fff
    }

.our-price-block .card-body ul li {
    margin: 15px 0;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 600;
    padding: 15px 0
}

.our-price-block .card-body {
    padding: 0
}

.our-price-block .card-body {
    padding: 0 0 35px;
    margin-top: 10px
}

    .our-price-block .card-body button {
        width: 99px;
        display: inline-block;
        border-radius: 30px;
        height: 39px;
        text-transform: uppercase;
        font-size: 15px;
        background: #ffa82b;
        border: none;
        color: #fff;
        margin-top: 15px
    }

.our-price-block .card-header.middle-card-header {
    background: #6599ff;
    border-radius: 25px 25px 170px 170px;
    -webkit-border-radius: 25px 25px 170px 170px;
    -moz-border-radius: 25px 25px 170px 170px;
    height: 205px;
    padding: 25px 0
}

.our-price-block .card-header.last-card-header {
    background: #368;
    border-radius: 25px 25px 170px 170px;
    -webkit-border-radius: 25px 25px 170px 170px;
    -moz-border-radius: 25px 25px 170px 170px;
    height: 205px;
    padding: 25px 0
}

.our-price-block .card-body button.middle-signup-btn {
    background: #6599ff
}

.our-price-block .card-body button.last-signup-btn {
    background: #368
}

.footer-block {
    width: 100%;
    display: inline-block;
    background: #368
}

.footer-left-block, .footer-right-block {
    float: left;
    width: 50%
}

    .footer-left-block iframe {
        width: 100%
    }

.footer-right-block-inner {
    background: url(../images/footer-bg.png) no-repeat center right #368;
    display: inline-block;
    width: 100%;
    min-height: 640px;
    padding: 40px 20px
}

    .footer-right-block-inner h1 {
        text-transform: uppercase;
        font-size: 35px;
        font-family: Montserrat, sans-serif;
        color: #fff;
        font-weight: 700;
        position: relative;
        margin-bottom: 15px
    }

        .footer-right-block-inner h1:after {
            content: "";
            background: #fff;
            height: 3px;
            width: 68px;
            position: absolute;
            bottom: 0;
            left: 0
        }

    .footer-right-block-inner p {
        color: #fff;
        font-size: 15px;
        line-height: 27px
    }

        .footer-right-block-inner p strong {
            font-size: 17px;
            color: #fff
        }

.footer-location-block ul li {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 8px 0
}

    .footer-location-block ul li a {
        color: #fff;
        font-size: 15px
    }

        .footer-location-block ul li a i, .footer-location-block ul li i {
            margin-right: 5px
        }

.footer-location-block {
    display: inline-block;
    width: 100%;
    margin: 20px 0
}

.footer-form-block input[type=text] {
    border-radius: 20px;
    border: none;
    margin-bottom: 10px
}

.footer-form-block textarea {
    width: 100%;
    border: none;
    height: 158px;
    border-radius: 20px;
    padding: 15px
}

.footer-form-block input::-webkit-input-placeholder {
    font-size: 13px
}

.footer-form-block input::-moz-placeholder {
    font-size: 13px
}

.send-btn-block {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px
}

    .send-btn-block .send-btn {
        width: 130px;
        height: 50px;
        display: inline-block;
        background: #2d6499;
        border: none;
        border-radius: 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 19px
    }

.footer-bottom-block {
    bottom: 0;
    width: 100%;
    display: inline-block
}

    .footer-bottom-block p {
        margin-top: 2px;
        font-size: 12px;
        color: #c4cdd5
    }

    .footer-bottom-block ul {
        margin: 0;
        padding: 0;
        color: #c4cdd5;
        list-style: none
    }

        .footer-bottom-block ul li {
            display: inline-block;
            margin-right: 15px
        }

            .footer-bottom-block ul li:after {
                content: "|";
                font-weight: 400;
                position: relative;
                font-size: 12px;
                left: 10px;
                color: #c4cdd5
            }

            .footer-bottom-block ul li:last-child:after {
                content: ""
            }

            .footer-bottom-block ul li:last-of-type {
                margin-right: 0;
            }

            .footer-bottom-block ul li a {
                color: #c4cdd5;
                font-size: 12px
            }

.inner-footer .footer-right-block {
    width: 100%
}

.inner-footer-left-block {
    width: 50%;
    float: left
}

.inner-footer-right-block {
    float: right;
    width: 50%;
    padding-top: 50px
}

.inner-footer .footer-right-block-inner {
    background-position: center left;
    width: 100%;
    background: url(../images/footer-inner-bg.png) no-repeat;
    min-height: auto
}

.footer-bottom-block .row {
    margin-right: 0;
    margin-left: 0;
}

.register-banner-block {
    width: 100%;
    display: inline-block;
    background: url(../images/register-banner.png) no-repeat top center;
    background-size: cover;
    padding: 355px 0 187px;
    text-align: center
}

.login-banner-block {
    width: 100%;
    display: inline-block;
    background: url(../images/login-banner.png) no-repeat top center;
    background-size: cover;
    padding: 355px 0 187px;
    text-align: center
}

.register-banner-block h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 400
}

.login-banner-block h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    color: #fff;
    text-transform: none;
    position: relative;
    font-weight: 400
}

.login-banner-block span {
    font-size: 80px;
    font-weight: 700
}

.brolio-login-sub-titles, .brolio-register-sub-titles {
    width: 100%;
    display: inline-block;
    max-width: 650px;
    margin-top: 70px
}

.login-banner-block h1:after, .register-banner-block h1:after {
    background: #2d6499;
    content: "";
    height: 6px;
    width: 147px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.dropdown-item.active, .dropdown-item:active {
    background: #2d6499;
    color: #fff !important
}

.resetPassword-Border {
    color: #2d6499 !important
}

.homeBody {
    position: relative;
    min-height: 100vh
}

.dropdown-menu {
    border: 1px solid #f5f5f5 !important;
    border-radius: 0 !important;
    box-shadow: 5px 10px 8px #888888;
    width:fit-content;
}

.login-banner-block h1:after {
    bottom: -20px
}

.login-banner-block .brolio-login-sub-titles p, .register-banner-block .brolio-register-sub-titles p {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    background: #2d6499;
    margin-bottom: 10px;
    padding: 0 15px
}

.custom-control-Orange:before {
    background: transparent !important;
    border: 2px solid #a7aaad;
    top: 3px;
}

.custom-control-input:checked ~ .custom-control-Orange:before {
    background: #2d6499 !important;
    border: none !important;
}

.brolio-dashboard.login main {
    display: inline-flex;
    align-items: center;
    align-self: center;
    min-height: 83vh
}

.brolio-Login-Banner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .brolio-Login-Banner img {
        width: 80%;
        height: auto
    }

.brolio-ConfirmSet-Banner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .brolio-ConfirmSet-Banner img {
        padding-top: 10em;
        width: 100%;
        height: auto;
    }

.brolio-Reset-Banner {
    background: url(../images/forgot.svg) no-repeat bottom center;
    background-size: auto 100%
}

.brolio-login-form-block, .brolio-register-form-block {
    width: 100%;
    display: inline-block
}

.brolio-register-form-block {
    margin: 50px 0
}

.register-company-block, .register-user-data-block {
    width: 100%;
    display: inline-block
}

    .register-company-block h1, .register-user-data-block h1 {
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px
    }

.register-form-fields {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-top: 25px
}

    .register-form-fields .register-dropdown, .register-form-fields input[type=email], .register-form-fields input[type=password], .register-form-fields input[type=text] {
        background: #fff;
        border: 1px solid #eee;
        height: calc(2.25rem + 2px);
        border-radius: 4px;
        font-weight: 400;
        font-size: 1em;
        position: relative;
        margin-top: 5px;
    }

.brolio-register-mandatory > div {
    padding: 40px 0 0
}

.register-form-fields .register-dropdown select, .register-form-fields input[type=email], .register-form-fields input[type=password], .register-form-fields input[type=text] {
    padding: 0 15px
}

.register-form-fields .register-dropdown select {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.register-form-fields .register-dropdown:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #a7a7a7
}

.register-form-fields input[type=email]::-webkit-input-placeholder, .register-form-fields input[type=text]::-webkit-input-placeholder {
    color: #ddd
}

.register-form-fields input[type=email]::-moz-placeholder, .register-form-fields input[type=text]::-moz-placeholder {
    color: #ddd
}

.register-form-fields .register-dropdown:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #a7a7a7;
    position: absolute;
    top: 10px;
    right: 10px
}

.register-form-fields .register-dropdown select:focus, .register-form-fields input:focus {
    outline: 0;
    box-shadow: none
}

.register-user-data-block {
    margin-top: 30px
}

.brolio-register-mandatory {
    width: 100%;
    display: inline-block;
    margin-top: 10px
}

    .brolio-register-mandatory label {
        color: #b0b6bb
    }

        .brolio-register-mandatory label a {
            color: #6a8daf
        }

        .brolio-register-mandatory label strong {
            font-weight: 600
        }

.brolio-register-buttons {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px
}

    .brolio-register-buttons button.register-btn {
        background: #2d6499;
        color: #fff;
        border: none;
        width: 138px;
        height: 46px;
        margin-right: 20px
    }

    .brolio-register-buttons button.cancel-btn {
        background: #eaeff5;
        color: #111;
        border: none;
        width: 138px;
        height: 46px
    }

.login-banner-block .brolio-login-sub-titles p {
    padding: 0 45px;
    font-size: 30px
}

.login-container {
    width: 100%;
    max-width: 675px;
    margin: 0 auto
}

.brolio-login-inner {
    background: #fff;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    border-radius: 4px
}

.login-user-icon {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: -65px
}

    .login-user-icon i {
        display: inline-block;
        background: #f6f7fa;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #c4cdd5;
        border-radius: 50%
    }

    .login-user-icon img {
        width: 54px
    }

.brolio-login-inner h1 {
    color: #2d6499;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px
}

.login-form-fields {
    width: 100%;
    display: inline-block
}

    .login-form-fields .input-group-text, .login-form-fields input[type=text] {
        border-radius: 0;
        height: 45px
    }

    .login-form-fields .input-group-text {
        width: 45px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        background: #f6f7fa;
        border: 1px solid #efeff1
    }

        .login-form-fields .input-group-text i {
            display: inline-block;
            vertical-align: middle;
            line-height: 35px;
            font-size: 20px;
            color: #c4cdd5
        }

    .login-form-fields input[type=password], .login-form-fields input[type=text] {
        border-left: none;
        border: 1px solid #efeff1;
        padding-left: 15px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .login-form-fields .input-group-text {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .login-form-fields input[type=password]:focus, .login-form-fields input[type=text]:focus {
        box-shadow: none
    }

    .login-form-fields input[type=password]::-webkit-input-placeholder, .login-form-fields input[type=text]::-webkit-input-placeholder {
        color: #ddd;
        font-size: 1em
    }

    .login-form-fields input[type=password]::-moz-placeholder, .login-form-fields input[type=text]::-moz-placeholder {
        color: #ffb03e;
        font-size: 1em;
        font-family: 'Open Sans', sans-serif
    }

.brolio-login-inner .col-auto {
    padding: 0
}

.login-remember-forgot .forgot-password a {
    font-weight: 400;
    color: #2d6499
}

.login-remember-forgot .form-check label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111
}

.brolio-login-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px
}

    .brolio-login-btn button {
        background: #2d6499;
        color: #fff;
        width: 142px;
        height: 40px;
        border: none;
        font-weight: 400
    }

        .brolio-login-btn button i {
            margin-right: 3px
        }

        .brolio-login-btn button:hover {
            background: #2d6499
        }

        .brolio-login-btn button:active, .brolio-login-btn button:focus {
            outline: 0;
            background: #2d6499 !important;
            box-shadow: none
        }

    .brolio-login-btn label {
        display: inline-block;
        width: 100%;
        margin-top: 20px
    }

        .brolio-login-btn label a {
            font-weight: 700
        }

.login-form-fields .brolio-view-password .input-group-text {
    border-left: none;
    cursor: pointer
}

    .login-form-fields .brolio-view-password .input-group-text span i {
        font-size: 16px
    }

.brolio-forgot-password-block .login-form-fields p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    margin-bottom: 10px
}

.brolio-forgot-password-block .borlio-password-field:after {
    display: none
}

.brolio-forgot-password-block .login-form-fields {
    margin-top: 20px
}

    .brolio-forgot-password-block .login-form-fields .login-error-msg {
        font-size: 12px;
        background: #2d6499;
        color: #fff;
        padding: 5px 15px;
        text-align: center
    }

.brolio-forgot-password-block .brolio-login-btn a.forgot-password-btn, .brolio-forgot-password-block .brolio-login-btn button.forgot-password-btn {
    background: #2d6499;
    color: #fff;
    width: 215px;
    height: 40px;
    border: none;
    font-weight: 400
}

.brolio-login-btn label a.back-to-login {
    font-size: 12px;
    font-weight: 400
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom
}

.CallLeansync {
    webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

    .CallLeansync i {
        color: #2d6499
    }

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1)
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999
    }

    .sidebar .nav-link.active {
        color: #007bff
    }

        .sidebar .nav-link.active .feather, .sidebar .nav-link:hover .feather {
            color: inherit
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase
}

.brolio-dashboard {
    min-height: calc(100vh - 59px)
}

    .brolio-dashboard .navbar {
        padding: 10px 0 !important;
        background: #fff;
        border-bottom: 1px solid #f6f7fa
    }

.dashboard-lang-block {
    text-align: right
}

    .dashboard-lang-block .nav-link {
        color: #111;
        padding: .5rem 15px
    }

    .dashboard-lang-block:after {
        content: "\f107";
        border: none;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin: 0;
        vertical-align: 0;
        color: #111;
        position: absolute;
        bottom: 7px;
        right: 15px
    }

nav.navbar.sticky-top.flex-md-nowrap.p-0 .dashboard-lang-block:after {
    bottom: 8px;
    right: 0
}

.dashbord-filter-settings {
    display: inline-block
}

    .dashbord-filter-settings ul li {
        display: inline-block
    }

        .dashbord-filter-settings ul li a {
            color: #fff;
            background: #2d6499;
            padding: 8px 12px;
            font-size: 16px
        }

.dashboard-task-block .dataTables_paginate ul li.page-item a.page-link {
    background: no-repeat;
    color: #111
}

.dashboard-task-block .dataTables_paginate ul li.page-item.active a.page-link {
    background: #2d6499;
    color: #fff;
    margin-left: 0
}

.dashboard-task-block table {
    width: initial
}

.dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table {
    margin-top: 0 !important
}

    .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting:after, .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting:before, .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting_asc:after, .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting_desc:before {
        display: none
    }

    .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting_desc:after {
        content: '\25BC';
        padding-top: 10px
    }

    .dashboard-deal-block .dataTables_scroll .dataTables_scrollHead table.dataTable.table-sm .sorting_asc:before {
        content: '\25B2';
        padding-top: 10px
    }

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:before {
    display: none
}

table.dataTable.table-sm .sorting_desc:after {
    content: '\25BC';
    padding-top: 10px
}

table.dataTable.table-sm .sorting_asc:before {
    content: '\25B2';
    padding-top: 10px;
    top: 5px;
    right: .85em;
    font-size: 9px
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50% !important;
    }
}

.modal-open .modal {
    z-index: 10000
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 9999
}

.circle {
    margin: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2
}

    .circle strong {
        position: absolute;
        top: 35%;
        font-size: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

        .circle strong i {
            font-style: normal
        }

.brolio-dashboard-search {
    border: 1px solid #eee;
    padding-left: 1em;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    border-radius: 4px;
    min-width: 300px
}

    .brolio-dashboard-search .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .brolio-dashboard-search i.fa-search {
        line-height: 37px;
        margin-right: 10px;
        font-size: 16px;
        color: #4b78a8
    }

span.company-view-notes-title {
    background: #2d6499 !important;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

span.user-name {
    background: #2d6499;
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%
}

.categories-col > span {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 5px
}

.brolio-dashboard a.navbar-brand {
    padding: 0
}

.brolio-dashboard .navbar input[type=text] {
    background: 0 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 0
}

    .brolio-dashboard .navbar input[type=text]::-webkit-input-placeholder {
        font-family: 'Open Sans', sans-serif;
        color: #ddd;
        font-size: 14px;
        font-weight: 400
    }

    .brolio-dashboard .navbar input[type=text]::-moz-placeholder {
        font-family: 'Open Sans', sans-serif;
        color: #b5cee8;
        font-size: 14px;
        font-weight: 400
    }

    .brolio-dashboard .navbar input[type=text]:focus {
        outline: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1)
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25)
    }

.brolio-dashboard a.navbar-brand span {
    font-family: 'Open Sans', sans-serif;
    color: #b5cee8;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px
}

.brolio-dashboard a.navbar-brand:focus {
    outline: 0
}

.brolio-dashboard .sidebar-sticky {
    padding-top: 100px;
    background: #2d6499;
    height: 100%;
    top: 0
}

.dashboard-task-block table tr td a, .view-all-deals table tr td a {
    color: #111
}

.nav-right-block {
    padding-right: 0
}

    .nav-right-block .dashboard-lang-block {
        padding-top: 8px
    }

    .nav-right-block .profile-block-outer .profile-block {
        display: flex
    }

.ui-widget.ui-widget-content {
    z-index: 9999
}

.brolio-dashboard .sidebar-sticky ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #b5cee8;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #3c78b5;
    padding: .8rem 1rem
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.nav-right-block button {
    background: 0 0;
    border: none;
    border-radius: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

    .nav-right-block .dropdown.show button, .nav-right-block button:active, .nav-right-block button:focus, .nav-right-block button:hover {
        background: 0 0;
        outline: 0;
        box-shadow: none !important
    }

    .nav-right-block button span {
        color: #111;
        display: inline-block
    }

    .nav-right-block button.dropdown-toggle > span:first-of-type:after {
        content: "\f107";
        border: none;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin: 0;
        vertical-align: 0;
        margin-left: 5px;
        color: #111
    }

.user-photo {
    background: #ebebeb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .user-photo .fa {
        color: #646464
    }

.dropdown-toggle::after {
    display: none
}

.user-photo:after {
    position: absolute;
    bottom: 12px;
    right: -12px;
    content: "\f107";
    font: normal normal 900 15px/1 'Font Awesome 5 Free';
}

.nav-right-block .dropdown .dropdown-menu {
    position: absolute;
    left: 0
}

.nav-right-block .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 80px 0 20px;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #eeecec;
    text-align: left
}

.secondary-nav {
    background: #fff;
    box-shadow: 4px 3px 5px #ececec;
    padding: 20px 0 20px
}

.overview-dropdown span.overview-block-icon i {
    color: #b5cee8;
    font-size: 24px
}

.nav-right-block .overview-dropdown button.dropdown-toggle:after {
    display: none
}

.nav-right-block .overview-dropdown .dropdown-menu {
    right: 0;
    left: auto
}

.nav-right-block .overview-dropdown button {
    margin-top: 8px
}

.nav-right-block .dropdown .dropdown-menu a.dropdown-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    padding-left: 0 !important;
    padding-right: 0;
    width: auto !important;
    font-size: 14px;
    border-color: #f7f7f7 !important
}

.dashboard-task-block table#tasks-table #tasks tr.add_new_task_row td .form-group, .dashboard-task-block table#tasks-table #tasks tr.clickable-row td .form-group {
    margin: 0;
    position: relative
}

.dashboard-task-block table#tasks-table #tasks tr.add_new_task_row td {
    vertical-align: middle
}

    .dashboard-task-block table#tasks-table #tasks tr.add_new_task_row td .form-group label.error, .dashboard-task-block table#tasks-table #tasks tr.clickable-row td .form-group label.error {
        font-size: 11px;
        font-weight: 400;
        color: red;
        position: absolute;
        left: 0
    }

    .dashboard-task-block table#tasks-table #tasks tr.add_new_task_row td .form-group input[type=text], .dashboard-task-block table#tasks-table #tasks tr.add_new_task_row td .form-group select, .dashboard-task-block table#tasks-table #tasks tr.clickable-row .form-group input[type=text], .dashboard-task-block table#tasks-table #tasks tr.clickable-row td .form-group select {
        border-radius: 0;
        font-size: 14px;
        height: 40px
    }

.nav-right-block .dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 0
}

.nav-right-block .dropdown .dropdown-menu a.dropdown-item i {
    margin-right: 5px
}

.nav-right-block .dropdown .dropdown-menu a.dropdown-item:active, .nav-right-block .dropdown .dropdown-menu a.dropdown-item:focus, .nav-right-block .dropdown .dropdown-menu a.dropdown-item:hover {
    background: 0 0;
    color: #111
}

.brolio-dashboard-right-block {
    padding-top: 50px !important;
    padding-bottom: 30px !important
}

    .brolio-dashboard-right-block h1 {
        font-size: 25px;
        font-weight: 600
    }

a.company-view-add-btn.btn-add {
    background: #369;
    color: #fff;
    padding: 6px 20px 3px;
    font-size: 15px;
    position: absolute;
    top: 50px;
    right: 15px;
    border-radius: 4px
}

.dataTables_empty .btn-add {
    display: none
}

.modal-buttons .btn {
    background: #369;
    color: #fff;
    padding: 6px 20px 3px;
    font-size: 15px
}

    .modal-buttons .btn#save {
        background: #369;
        color: #fff;
        padding: 6px 20px 6px;
        font-size: 15px
    }

a.company-view-add-btn.btn-add .plus-icon {
    font-size: 1.5em;
    float: left;
    margin: -6px 0 0 3px
}

.dashboard-workboard-options {
    width: 100%;
    display: inline-block
}

    .dashboard-workboard-options .form-group {
        white-space: nowrap;
        display: flex;
        display: -webkit-flex
    }

    .dashboard-workboard-options label {
        float: left;
        color: #111000;
        font-weight: 500;
        padding-right: 5px
    }

.form-group.workboard-filters select {
    border-right: none !important
}

.form-icon {
    display: inline-block;
    float: left;
    border: 1px solid #eee;
    width: 40px;
    height: 35px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

    .form-icon i {
        font-size: 1.5em;
        color: #c4cdd5
    }

.select-dropdown {
    display: inline-block;
    width: 180px;
    position: relative
}

.workboard-filters {
    float: right;
    white-space: nowrap;
    width: 100%
}

a#resetFilter {
    margin-left: 10px;
    margin-top: 5px
}

.workboard-filters .select-dropdown {
    width: 110px;
    margin-right: -5px;
    border-top: none !important;
    border-bottom: none !important;
    outline: 0 !important
}

    .workboard-filters .select-dropdown:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

    .workboard-filters .select-dropdown.brolio-date-range {
        width: 200px
    }

        .workboard-filters .select-dropdown.brolio-date-range input[type=text] {
            width: 100%;
            height: 35px;
            border: 1px solid #eee;
            outline: 0;
            padding: .375rem .75rem
        }

.dashboard-task-block table#tasks-table thead tr th {
    border-bottom: none
}

.dashboard-task-block table.dataTable.table-sm .sorting:after, .dashboard-task-block table.dataTable.table-sm .sorting:before, .dashboard-task-block table.dataTable.table-sm .sorting_asc:after, .dashboard-task-block table.dataTable.table-sm .sorting_desc:before {
    display: none
}

.dashboard-task-block table.dataTable.table-sm .sorting_asc:before {
    content: '\25B2';
    padding-top: 10px;
    display: flex;
    align-items: center
}

.dashboard-task-block table.dataTable.table-sm .sorting_desc:after {
    padding-top: 8px;
    padding-top: 8px;
    font-size: 10px;
    display: flex;
    align-items: center
}

.dashboard-workboard-options .select-dropdown select {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    font-size: 1em;
    height: 35px !important;
    color: #848484;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control:focus {
    box-shadow: none !important
}

.dashboard-workboard-options .select-dropdown:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #9d9c9c;
    pointer-events: none
}

.rest-add-task ul li a {
    color: #111;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}

.rest-add-task ul li {
    border-right: 1px solid #111;
    line-height: 12px;
    padding: 0 8px;
    display: inline-block
}

    .rest-add-task ul li:last-child {
        border-right: none;
        padding-left: 5px
    }

.rest-add-task {
    padding: 5px 0
}

#tasksTable {
    background: #fff;
    padding: var(--table-padding);
    border: 1px solid #eee
}

#dashboard {
    background: #fff;
    padding: var(--table-padding);
    border: 1px solid #eee
}

.dashboard-task-block {
    margin-top: 20px
}

    .dashboard-task-block h2 {
        font-family: 'Open Sans', sans-serif;
        color: #111;
        font-size: 24px;
        font-weight: 400;
        padding: 15px
    }

.tabcontent {
    padding: 0.5em 0em;
}

table tr td, table tr th {
    padding: 0px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.brolio-dashboard-right-block #addDetails label {
    opacity: .8;
    margin-bottom: 5px
}

    .brolio-dashboard-right-block #addDetails label.custom-control-label {
        padding-left: 20px;
        position: relative
    }

.brolio-dashboard-right-block #addDetails input[type=text], .brolio-dashboard-right-block #addDetails select, .brolio-dashboard-right-block #addDetails textarea {
    border-radius: 0;
    font-size: 1em;
}

.brolio-dashboard-right-block .dashboard-task-block .dataTables_info {
    padding-top: 0
}

.dashboard-task-block .dataTables_paginate {
    text-align: left !important;
}

    .dashboard-task-block .dataTables_paginate > .paginate_button {
        color: #111;
        cursor: pointer
    }

    .dashboard-task-block .dataTables_paginate span {
        padding: 0 15px
    }

        .dashboard-task-block .dataTables_paginate span a.paginate_button {
            padding: 0 5px;
            color: #111;
            cursor: pointer
        }

.dashboard-deal-block table tr td a {
    color: #111
}

.dashboard-task-block table tr td ul li {
    display: inline-block;
    margin-right: 10px
}

    .dashboard-task-block table tr td ul li a {
        color: #111
    }

        .dashboard-task-block table tr td ul li a i {
            font-size: 18px;
            color: #2d6499
        }

.dashboard-task-block table tr td {
    color: #595959;
    font-weight: 500;
    border-top: 1px solid #eaeff5
}

.dashboard-task-block table tr:first-of-type td {
    border-top: none
}

.dashboard-task-block table tr th {
    background: #fff;
    border-bottom: 1px solid #eaeff5;
    border-top: none
}

.brolio-dashboard-right-block #addDetails {
}

.dashboard-task-block table.table-striped tbody tr:nth-of-type(odd) {
    background: #ffff
}

.dashboard-task-block table {
    margin-bottom: 0;
    margin-top: 0 !important
}

.dashboard-table-pagination p, .filter-selection-pagination p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #111
}

.dashboard-table-pagination a, .filter-selection-pagination a {
    font-size: 14px;
    color: #4a596a;
    font-weight: 400
}

.dashboard-contact-overview .filter-selection-pagination {
    margin-top: 0
}

    .dashboard-contact-overview .filter-selection-pagination #ContactTable_info {
        font-size: 14px;
        margin-top: 6px
    }

.dashboard-table-pagination, .filter-selection-pagination {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px
}

.dashboard-deal-block {
    width: 100%;
    display: inline-block;
}

.dashboard-deals .dashboard-deal-col.test {
    position: relative
}

    .dashboard-deals .dashboard-deal-col.test:after {
        content: "";
        width: 0;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid darkgrey;
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 0;
        margin: 0px auto;
    }

.dashboard-deal-block .deal-block-heading {
    width: 100%;
    display: inline-block
}

.dashboard-deal-block h1 {
    font-size: 25px
}

.dashboard-deals {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    background: #fff;
    border: 1px solid #eee
}

.dashboard-deal-col {
    background: #2d6499;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    border: solid 1px #e0e0e0;
}

.dashboard-deals .dashboard-deal-col {
    background: 0 0
}

.dashboard-deal-col h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 5px
}

.dashboard-deal-col p {
    min-height: 30px
}

.view-all-deals {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 15px
}

    .NA-deal-outer .single-deal thead tr th, .view-all-deals table thead tr th {
        border-top: none;
        outline: 0;
        border-bottom: 1px solid #eee
    }

    .NA-deal-outer .single-deal tr td, .NA-deal-outer .single-deal tr th, .view-all-deals table tr td, .view-all-deals table tr th {
        padding: 15px
    }

    .NA-deal-outer .single-deal tr:nth-of-type(odd), .view-all-deals table tr:nth-of-type(odd) {
        background: 0 0;
        border-color: #eee
    }

.NA-deal-outer, .view-all-deals-outer {
    display: inline-block;
    width: 100%;
    display: none;
    position: relative
}

.deal-buttons a.btn {
    background: #fff;
    margin: 15px 0 0;
    border: 1px solid #eee;
    max-width: 140px;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    color: #2d6499;
    border-radius: 8px
}

    .deal-buttons a.btn i {
        color: inherit
    }

    .deal-buttons a.btn.export-excel-btn img {
        width: 20px
    }

.dt-button.buttons-excel {
    background-color: initial;
    border: 1px solid #eee
}

.dashboard-task-block #addTask, .deal-block-heading #addTask, .deal-block-heading a.company-view-add-btn.btn-add, .deal-buttons a i, .page-link, .page-link:hover, .workboard-filters #resetFilter {
    color: #2d6499
}

.page-item.active .page-link {
    background: #2d6499;
    border-color: #2d6499
}

.deal-buttons {
    margin-top: 20px
}

.single-deal {
    background: #fff;
    border: 1px solid #eee;
    padding: var(--table-padding);
    margin-top: 15px
}

.deal-block-heading .float-right a {
    padding-top: 0;
    height: 32px;
    line-height: 30px;
    color: #111
}

.device-logout, .device-password {
    display: none
}

.brolio-dashboard .sidebar-sticky ul li {
    position: relative
}

    .brolio-dashboard .sidebar-sticky ul li a label {
        margin-left: 6px;
        cursor: pointer
    }

    .brolio-dashboard .sidebar-sticky ul li:after {
        content: "\f105";
        color: #b5cee8;
        position: absolute;
        top: 10px;
        right: 20px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.dashboard-company-view {
    display: inline-block;
    width: 100%
}

.brolio-dashboard-right-block .dashboard-company-view h1 {
    position: relative
}

.dashboard-company-view button.company-upload-btn {
    background: #2d6499;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block
}

.dashboard-company-view.dashboard-company-head h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin: 0 10px 0 0
}

.dashboard-company-view.dashboard-company-head img {
    border-radius: 50%
}

.dashboard-filter-detail table tr td a {
    color: #111
}

.dashboard-filter-detail .dataTables_filter label input[type=search] {
    width: 254px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    color: #a09f9f;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    height: 38px;
    margin-top: 40px
}

.dashboard-filter-detail .circle-contact {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%
}

.brolio-dashboard-right-block .dashboard-filter-detail table tr td, .brolio-dashboard-right-block .dashboard-filter-detail table tr th {
    font-size: 14px;
    color: #111;
    white-space: nowrap;
    font-weight: 400
}

#employees tr td:nth-of-type(4), #employees tr td:nth-of-type(5) {
    align-items: center;
    min-width: 175px
}

#task_filter {
    margin-top: -20px
}

#tasks-table_filter {
    width: 100%;
    margin-left: 0
}

.dashboard-filter-detail table.dataTable.table-sm .sorting:after, .dashboard-filter-detail table.dataTable.table-sm .sorting:before, .dashboard-filter-detail table.dataTable.table-sm .sorting_asc:after, .dashboard-filter-detail table.dataTable.table-sm .sorting_desc:before {
    display: none
}

.dashboard-filter-detail table.dataTable.table-sm .sorting_desc:after {
    content: '\25BC';
    padding-top: 10px
}

.dashboard-filter-detail table.dataTable.table-sm .sorting_asc:before {
    content: '\25B2';
    padding-top: 10px
}

.partial-employees label {
    margin-bottom: 1px
}

.partial-employees {
    padding-top: 20px
}

    .partial-employees .tokenfield {
        padding: 5px;
        border: 1px solid #eee;
        height: 20px
    }

        .partial-employees .tokenfield .token {
            margin-bottom: 0
        }

            .partial-employees .tokenfield .token span.token-label {
                font-weight: 400;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px
            }

            .partial-employees .tokenfield .token a.close {
                line-height: 20px
            }

.dashboard-filter-detail table tr th {
    border-top: none
}

.dashboard-filter-detail .dataTables_filter label input[type=search]:focus {
    outline: 0
}

.dashboard-filter-detail #filterPanel, .dashboard-filter-detail .dataTables_filter {
    padding: 20px 0
}

#filterPanel .form-check, #filterPanel h5 {
    display: inline
}

.custom-control {
    display: inline-block
}

.dashboard-company-view button.complete-support-btn {
    background: #2d6499;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

.dashboard-company-view .dashboard-task-block table tr th {
    border-top: none;
    color: #626060
}

.dashboard-company-view .dashboard-task-block table tr td, .dashboard-company-view .dashboard-task-block table tr th {
    font-size: 16px;
    padding: 18px 25px
}

.dashboard-company-view .dashboard-task-block table tr td {
    color: #111;
    font-weight: 400
}

.dashboard-task-block ul {
    margin: 0
}

button#btnContactHistort {
    padding: 8px 20px;
    font-size: 15px;
    /*border: 1px solid #2d6499;*/
    background: #eaeff5;
    line-height: 1.5rem;
    color: #2d6499;
    border: 6px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    width: 170%;
    margin-left: -70%
}

    div.dataTables_wrapper div.dataTables_filter label {
        float: left;
        width: 70%
    }

        div.dataTables_wrapper div.dataTables_filter label input {
            width: 100%;
            border: 1px solid #eee;
            border-radius: 8px
        }

.dashboard-task-block .company-info {
    padding: 0;
    width: 80%;
    display: inline-block
}

.company-info strong {
    min-width: 50px;
    display: inline-block
}
/*
.dashboard-task-block ul li {
    display: inline;
    display: inline-block
}*/

    .dashboard-task-block ul li i {
        color: #2d6499
    }

.company-view-filter h1 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-right: 20px
}

.company-view-filter .form-check label {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-weight: 400
}

.company-view-filter .form-check {
    margin-top: 5px
}

.company-view-filter a.company-view-add-btn {
    position: relative;
    top: 0 !important;
    padding: 8px 20px 4px !important;
    border-radius: 6px !important;
    float: right;
    margin-top: 1px
}

    .company-view-filter a.company-view-add-btn i, .company-view-filter a.company-view-export-btn i {
        color: #fff
    }

.company-view-tabs a.company-view-export-btn i {
    color: #2d6499
}

.company-view-tabs a.company-view-export-btn {
    margin-bottom: 0;
    color: #2d6499;
    float: right;
    margin: 0 30px 0 0
}

.company-view-filter a.company-view-export-btn span {
    margin-right: 15px
}

a.company-view-export-btn img {
    width: 20px
}

.field-validation-error {
    color: red
}

.buttons-excel img {
    width: 20px
}

.company-view-filter {
    width: 100%;
    /*display: inline-block;
    margin-top: 30px*/
}

.navbar-brolio-dashboard-Icons ul {
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%
}

.navbar-brolio-dashboard-Icons li {
    display: inline-block;
    padding: 0 10px 0 0
}

.navbar-brolio-dashboard-Icons img {
    width: 36px;
    height: 36px
}

.navbar-brolio-dashboard-Icons i {
    color: #fff;
    font-size: 24px;
    vertical-align: middle
}

.navbar-brolio-dashboard-Icons a {
    font-weight: 400
}

.company-view-filter.float-right {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-right: -20px
}

.dashboard-company-view .circle-contact {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%
}

.tabs-wrapper {
    background: #fff;
    padding: var(--table-padding);
    border: 1px solid #eee
}

.company-view-tabs {
    width: 100%;
    display: inline-block !important
}

    .company-view-tabs a.company-view-add-btn.btn-add {
        top: 20px
    }

.company-view-filter a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 15px;
    color: #2d6499
}

.company-view-tabs ul.tabs {
    padding: 0;
    float: left;
    list-style: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

    .company-view-tabs ul.tabs li {
        border: 1px solid #eee;
        font-weight: 400;
        font-size: 14px;
        border-radius: 8px;
        color: #111;
        padding: 13px 13px;
        margin: 3px;
        line-height: 20px;
        display: inline-block;
        cursor: pointer
    }

.company-view-tabs.tabs2 ul.tabs li:not(.active) {
    background: none;
    border: none
}

.company-view-tabs:not(.tabs2) ul.tabs li:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #c4cdd5;
    display: inline-block;
    margin: 0 15px 0 0;
    border-radius: 50%;
    float: left
}

.company-view-tabs:not(.tabs2) ul.tabs li.active:before {
    background: #fff;
    border: 7px solid #2d6499
}

.company-view-tabs ul.tabs li.active {
    background: #eaeff5;
    color: #2d6499
}

.company-view-tabs.tabs2 ul.tabs li.active {
    background: #fff;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.company-view-tabs.tabs2 {
    margin: 20px 0 -30px
}

.company-view-tabs ul.tabs li:first-of-type {
    margin-left: 0
}

.tabs-wrapper2 .company-view-filter.float-right {
    margin-top: 20px !important;
}

.company-view-tabs .tab_container {
    clear: both;
    float: left;
    width: 100%
}

.tabs-wrapper2 .form-group.workboard-filters {
    margin-left: -15px;
    float: left;
}

.tabs-wrapper2 .filters label.form-icon {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}

.tabs-wrapper2 .form-group.workboard-filters select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-wrapper2 table ul li {
    border-right: 0 !important
}

.categories-col .dashboardcode-bsmultiselect ul li > span, .categories-col .dropdown-menu li label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.categories-col .dashboardcode-bsmultiselect > ul > li {
    margin-right: 10px
}

.company-view-tabs .tab_content {
    padding: 20px 0;
    display: none
}

.company-view-tabs .tab_drawer_heading {
    display: none
}

.company-view-tabs .tab_content input[type=text] {
    width: 254px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    color: #a09f9f;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

    .company-view-tabs .tab_content input[type=text]:focus {
        outline: 0;
        box-shadow: none
    }

    .company-view-tabs .tab_content input[type=text]::-webkit-input-placeholder {
        font-size: 16px;
        color: #a09f9f;
        font-weight: 400
    }

    .company-view-tabs .tab_content input[type=text]::-moz-placeholder {
        font-size: 16px;
        color: #a09f9f;
        font-weight: 400
    }

.select-dropdown.brolio-date-range input[type=text]::-moz-placeholder, .select-dropdown.brolio-date-range input[type=text]::-webkit-input-placeholder {
    color: #a09f9f !important
}

.dashboard-filter-detail {
    width: 100%;
    display: inline-block
}

    .dashboard-filter-detail table tr th {
        background: #eaeff5;
        padding: 15px;
        border: none;
        font-family: 'Open Sans', sans-serif;
        color: #111000;
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle
    }

    .dashboard-filter-detail table {
        background: #fff;
        border: 1px solid #e6e6e6;
    }

        .dashboard-filter-detail table tr td {
            padding: 15px;
            font-family: 'Open Sans', sans-serif;
            color: #111;
            font-weight: 400;
            font-size: 16px;
            vertical-align: middle
        }

            .dashboard-filter-detail table tr td ul li {
                display: inline-block;
                margin-right: 5px;
                width: 25px;
                padding: 0 !important
            }

                .dashboard-filter-detail table tr td ul li a {
                    color: #111
                }

                .dashboard-filter-detail table tr td ul li i {
                    font-size: 15px !important;
                }

        .dashboard-filter-detail table.table-striped tbody tr:nth-of-type(odd) {
            background-color: transparent
        }

        .dashboard-filter-detail table tr td ul li:last-child {
            margin-right: 0
        }

table tbody tr td, table thead tr th {
    white-space: nowrap;
    border: none;
    color: #4a596a;
    border-bottom: 1px solid #eee
}

table tbody tr:last-of-type td {
    border-bottom: 0
}

div.table-responsive #tasks-table_wrapper.dataTables_wrapper > div.row {
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_length select {
    line-height: 1em
}

.dataTables_empty:before {
    content: '';
    display: block;
    max-width: 400px;
    height: 250px;
    margin: 20px auto;
    background: url(/Content/images/not_found_60pq.png) no-repeat center;
    background-size: contain
}

.input-group-text {
    background: #f6f7fa;
    border-left: 0;
    border-color: #e6e6e6
}

    .input-group-text i {
        color: #c4cdd5
    }

.dashboard-task-block .form-control {
    border: 1px solid #e8e8e8
}

#main-content table thead tr th {
    background: #eaeff5;
    font-weight: 400;
    border: none;
    color: #333
}

.filter-bar {
    margin: 0 0 40px
}

#Details i.fa, #Details i.far, #Details i.fab, .MainFontColor {
    color: #2d6499
}

table#ContactTable {
    margin-top: 30px !important;
}

.contact-overveiw-heading h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    font-weight: 600
}

.contact-details-company h2, .partial-addcontact-company h2, .partial-addcontact-employee h2, .partial-addcontact-person h2 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    padding: 15px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.edit-contact-detail-form label, .partial-addcontact-company label,.partial-addcontact-employee label, .partial-addcontact-person label {
    font-weight: 600;
    margin-bottom: 4px
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #eaeff5 !important
}

.add-company-buttons, .add-employee-buttons, .add-contact-buttons {
    text-align: center;
    margin-top: 20px;
    box-shadow: none
}

.edit-contact-button {
    justify-content: center
}

.brolio-dashboard-right-block #addDetails #cancel, .brolio-dashboard-right-block #addDetails button {
    background: #2d6499;
    border: none
}

.brolio-dashboard-right-block #addDetails #cancel {
    background: #eaeff5;
    color: #000
}

.add-company-buttons button, .add-contact-buttons button, .add-employee-buttons button, .edit-contact-button button {
    border: none;
    padding: 10px 40px;
    font-size: 15px
}

.company-overview-tabs a:active, .company-overview-tabs a:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background: #eaeff5;
    color: #2d6499;
    border-color: transparent;
}

.company-overview-tabs a:active {
    background: #2d6499 !important
}


.add-company-buttons button.btn-primary:not(:disabled):not(.disabled):active, .add-company-buttons button.btn-secondary:not(:disabled):not(.disabled):active, .add-contact-buttons button.btn-primary:not(:disabled):not(.disabled):active, .add-contact-buttons button.btn-secondary:not(:disabled):not(.disabled):active, .add-employee-buttons button.btn-primary:not(:disabled):not(.disabled):active, .add-employee-buttons button.btn-secondary:not(:disabled):not(.disabled):active {
    outline: 0;
    box-shadow: none;
    background: #2d6499;
    padding: 10px 30px
}

.add-company-buttons button.btn-secondary, .add-employee-buttons button.btn-secondary, .add-contact-buttons button.btn-secondary {
    background: #eaeff5;
    color: #111;
    margin-right: 5px
}

.custom-control-input {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 20px;
    height: 20px
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2d6499
}

.custom-control-right .custom-control-label {
    padding-right: 20px;
    padding-left: 0 !important;
}

    .custom-control-right .custom-control-label::before, .custom-control-right .custom-control-label::after {
        right: 0;
        left: auto;
    }

.add-company-buttons button.btn-primary:focus, .add-company-buttons button.btn-secondary:focus, .add-employee-buttons button.btn-primary:focus, .add-employee-buttons button.btn-secondary:focus, .add-contact-buttons button.btn-primary:focus, .add-contact-buttons button.btn-secondary:focus {
    box-shadow: none !important;
    border: 1px solid #2d6499
}

.edit-contact-detail-form input[type=text], .edit-contact-detail-form select, .partial-addcontact-company input[type=text], .partial-addcontact-company select, .partial-addcontact-person input[type=text], .partial-addcontact-person select, .partial-addcontact-employee input[type=text], .partial-addcontact-employee select {
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    border-color: #eee;
    border-radius: 7px
}

.partial-addcontact-company #addEmployee {
    background: #eaeff5;
    border: none;
    padding: 10px 20px;
    color: #000;
    font-size: 14px
}

#add-customer-form {
    background: #fff;
    border: 1px solid #e9eaed;
    border-radius: 5px;
    padding: 40px
}

.company-overview-tabs a {
    background: #fff;
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    color: #111;
    padding: 13px;
    line-height: 20px
}

    .company-overview-tabs a span:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 2px solid #c4cdd5;
        display: inline-block;
        margin: 0 15px 0 0;
        border-radius: 50%;
        float: left
    }

    .company-overview-tabs a.active-tab {
        background: #eaeff5;
        color: #2d6499
    }

        .company-overview-tabs a.active-tab span:before {
            background: #fff;
            border: 7px solid #2d6499
        }

    .company-overview-tabs a:hover {
        background: #eaeff5;
        color: #2d6499;
        border-color: transparent
    }

.dashboard-contact-overview .card {
    background: 0 0;
    border: none;
    margin-bottom: 20px
}

    .dashboard-contact-overview .card .card-header {
        padding: 0;
        background: #fff;
        margin: 0;
        border: 1px solid #eee;
        max-width: 140px;
        position: relative;
        z-index: 9;
        text-align: center;
        color: #2d6499;
        border-radius: 4px
    }

.filter-bar a.btn.btn-link {
    width: 100px;
    text-align: left;
    padding: 6px 15px;
    color: #2d6499;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 39px;
    position: relative;
    z-index: 9
}

.dashboard-contact-overview .card .card-header h5 {
    color: #2d6499;
    position: relative;
    font-size: 1em
}

.filter-bar a i {
    float: left;
    margin-right: 10px
}

.dashboard-contact-overview .card .card-header h5 button.close {
    position: absolute;
    top: 12px;
    right: 10px;
    display: none
}

    .dashboard-contact-overview .card .card-header h5 button.close span {
        color: #111;
        margin-top: -4px;
        float: right
    }

.dashboard-contact-overview .card .card-body .form-group label {
    color: #4a596a;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize
}

.dashboard-contact-overview .card .card-header + div {
    margin-bottom: 100px
}

.filter-bar .card-footer {
    display: inline-block;
    border: none;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    background: #fff
}

    .filter-bar .card-footer .btn {
        float: right;
        margin-right: -5px;
        padding: 10px 30px
    }

#filterText li:last-of-type {
    margin-bottom: 100px
}

#filterText .list-group-item:first-of-type {
    font-weight: 700
}

#filterText .list-group-item {
    border: none;
    margin: 0;
    padding: 0
}

#overview-table-wrapper {
    background: #fff;
    border: 1px solid #e9eaed;
    border-radius: 5px;
    padding: var(--table-padding)
}

.filter-selection-table {
    margin: -82px 0 0
}

#btnCategory {
    padding: 8px 20px;
    min-width: 150px
}

#btnAddContact {
    padding: 8px 20px;
    min-width: 150px
}

#btnAddProduct {
    padding: 8px 20px;
    min-width: 150px
}

.dashboard-contact-overview .filter-selection-table .dataTables_length label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: capitalize
}

.dashboard-contact-overview .card .card-body .text-muted button#btnFilter {
    background: #2d6499;
    color: #fff
}

.dashboard-contact-overview .card .card-body .text-muted {
    background: 0 0;
    border: none;
    padding: 0 15px;
    text-align: right;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px
}

.dashboard-contact-overview .card .card-body .form-group input[type=text], .dashboard-contact-overview .card .card-body .form-group select {
    border-radius: 0;
    border: 1px solid #eee
}

.dashboard-contact-overview .filter-selection-table .dataTables_filter input[type=search], .dashboard-contact-overview .filter-selection-table .dataTables_length label select {
    border-radius: 4px;
    border: 1px solid #eee
}

.dashboard-contact-overview .filter-selection-table .dataTables_filter input[type=search] {
    max-width: 262px
}

.dashboard-contact-overview .filter-selection-table table {
    margin-top: 20px !important;
    border: none
}

table td {
    color: #4a596a
}

.dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting:after, .dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting:before, .dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting_asc:after, .dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting_desc:before {
    display: none
}

.dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting_desc:after {
    content: '\25BC';
    padding-top: 10px;
    margin-top: 10px
}

.dashboard-contact-overview .filter-selection-table table.dataTable.table-sm .sorting_asc:before {
    content: '\25B2';
    padding-top: 10px;
    margin-top: 5px
}

#ContactTable .sorting_asc:before, #ContactTable .sorting_desc:before {
    right: 12px
}

.dashboard-contact-overview .filter-selection-table table tr td a {
    color: #4a596a
}

.buttons-excel {
    background: #fff;
    border: 1px solid #eee;
    max-width: 140px;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 8px 20px !important;
    text-align: center;
    color: #2d6499;
    border-radius: 4px
}

.contact-overveiw-heading {
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px
}

.dashboard-contact-overview .filter-selection-table table tr td, .dashboard-contact-overview .filter-selection-table table tr th {
    font-size: 14px;
    white-space: nowrap
}

table tr td a.btn.CallLeansync.d-inline-block {
    margin: -5px 0 0
}

table td.phone-number {
    white-space: nowrap;
    min-width: 180px
}

.dashboard-contact-overview table tr td ul li {
    display: inline-block
}

.dashboard-contact-overview table tr td, .dashboard-contact-overview table tr th {
    vertical-align: middle
}

.dashboard-contact-overview table tr:nth-of-type(odd) {
    background: 0 0
}

.dashboard-contact-overview table tr.company-row {
    border-bottom: 1px solid #eee
}

.dashboard-contact-overview table tr.company-inner-row {
    background: #fff
}

    .dashboard-contact-overview table tr.company-inner-row td {
        color: #6d6c6c
    }

.pagination-shorting {
    width: 100%;
    display: inline-block
}

    .pagination-shorting ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #fff;
        border: 1px solid #e1e1e1;
        margin-bottom: 5px
    }

        .pagination-shorting ul li a {
            color: #6d6d6d;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 14px;
            display: inline-block;
            padding: 5px 0;
            width: 100%
        }

            .pagination-shorting ul li a.active {
                background: #2d6499;
                color: #fff
            }

.contact-overview-pagination {
    width: 100%;
    display: inline-block;
    text-align: center
}

    .contact-overview-pagination ul li {
        display: inline-block
    }

    .contact-overview-pagination ul, .contact-overview-pagination > a {
        display: inline-block
    }

    .contact-overview-pagination > a {
        color: #6d6d6d;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        transition: all .2s ease-out 0s;
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s
    }

    .contact-overview-pagination ul li a {
        color: #6d6d6d;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        padding: 5px 13px;
        display: inline-block;
        transition: all .2s ease-out 0s;
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s
    }

        .contact-overview-pagination ul li a.active, .contact-overview-pagination ul li a:hover {
            background: #2d6499;
            color: #fff
        }

    .contact-overview-pagination > a.pagination-prev {
        margin-right: 50px
    }

    .contact-overview-pagination > a.pagination-next {
        margin-left: 50px
    }

    .contact-overview-pagination ul.pagination li a {
        background: 0 0;
        border: none;
        color: #111;
        padding: 5px 15px;
        border-radius: 0
    }

    .contact-overview-pagination ul.pagination li.page-item:last-child a.page-link, .contact-overview-pagination ul.pagination li.previous a.page-link {
        border-radius: 0
    }

        .contact-overview-pagination ul.pagination li a:hover, .contact-overview-pagination ul.pagination li.previous a.page-link:hover {
            background: #2d6499;
            color: #fff
        }

    .contact-overview-pagination ul.pagination li.page-item.disabled a.page-link, .contact-overview-pagination ul.pagination li.previous a.page-link {
        background: 0 0;
        color: #111
    }

ul.pagination li.active a {
    background: #eaeff5 !important;
    color: #2d6499 !important
}

.client-overview-data .table-responsive .ui-state-default {
    background: 0 0;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111
}

.client-overview-data .table-responsive .ui-widget.ui-widget-content {
    border: none;
    margin-top: 20px;
    z-index: auto
}

.client-overview-data .table-responsive tr.ui-widget-content {
    border: none;
    background: 0 0
}

    .client-overview-data .table-responsive tr.ui-widget-content td {
        border: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #111
    }

.client-overview-modal form label {
    font-weight: 700;
    font-size: 14px;
    color: #111
}

.client-overview-modal .modal-body .modal-buttons input[type=button] {
    background: #2d6499;
    border: none;
    font-size: 14px;
    padding: 8px 20px
}

    .client-overview-modal .modal-body .modal-buttons input[type=button].modal-cancel-btn {
        background: #eaeff5 !important;
        color: #000 !important
    }

.client-overview-modal form img.dropdown-arrow {
    display: none
}

.client-overview-modal .modal-body {
    position: initial
}

.client-overview-modal .form-title {
    position: absolute;
    top: 15px;
    border: none
}

.client-overview-modal form .form-title label {
    font-size: 20px
}

.client-overview-modal form .form-group .form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.client-overview-modal .modal-header .close {
    position: relative;
    z-index: 1
}

.client-overview-data .table-responsive tr td, .client-overview-data .table-responsive tr th {
    padding: 13px 10px !important;
    text-align: left !important;
    border-bottom: none
}

    .client-overview-data .table-responsive tr td:empty {
        padding: 0 !important
    }

    .client-overview-data .table-responsive tr td#userGridPager_right {
        text-align: right !important
    }

.client-overview-data .list-group .list-group-item {
    padding: 30px 40px;
    border-color: #eee
}

.client-overview-data .list-group {
    margin-top: 15px
}

    .client-overview-data .list-group .list-group-item label {
        font-weight: 600;
        padding-bottom: 5px
    }

    .client-overview-data .list-group .list-group-item input[type=text] {
        width: 100%;
        border-radius: 4px;
        padding: 5px 10px;
        height: 38px;
        margin-bottom: 10px;
        font-family: inherit
    }

    .client-overview-data .list-group .list-group-item button.btn-outline-secondary {
        border: none;
        border-radius: 0;
        background: #2d6499;
        color: #fff;
        width: auto;
        padding: 8px 20px;
        border-radius: 4px;
        height: 38px
    }

button[id^=AddCategoryPanelCancel] {
    background: #eaeff5 !important;
    color: #000 !important
}

.client-overview-data .list-group .list-group-item .bmd-form-group {
    margin-bottom: 0
}

.custom-bar {
    background: #eaeff5;
    border-radius: 3px;
    width: 150px;
    height: 5px;
    position: relative
}

    .custom-bar span:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background: #10b8fe
    }

.deal-status-col tr {
    position: relative
}

    .deal-status-col tr td:first-of-type {
        padding-left: 30px
    }

    .deal-status-col tr td:nth-of-type(2) {
        width: 50%
    }

    .deal-status-col tr .dot {
        float: left;
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 10px
    }

        .deal-status-col tr .dot:before {
            content: '';
            position: absolute;
            left: 3px;
            top: 5px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #10b8fe;
            z-index: 1
        }

        .deal-status-col tr .dot:after {
            content: '';
            position: absolute;
            z-index: 0;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            opacity: .4;
            border-radius: 50%;
            background: #10b8fe
        }

.deal-status-col .deal-status-id3 .custom-bar span:first-of-type, .deal-status-col .deal-status-id3 .dot:after, .deal-status-col .deal-status-id3 .dot:before {
    background: mediumspringgreen
}

.deal-status-col .deal-status-id2 .custom-bar span:first-of-type, .deal-status-col .deal-status-id2 .dot:after, .deal-status-col .deal-status-id2 .dot:before {
    background: dodgerblue
}
.custom-bar-id2 {
    background: orange !important;
}
.deal-status-id2 {
    color: orange;
}
.custom-bar-id3 {
    background: mediumspringgreen !important;
}
.deal-status-id3 {
    color: mediumspringgreen;
}
.custom-bar-id1 {
    background: yellowgreen !important;
}
.deal-status-id1 {
    color: yellowgreen;
}
.custom-bar-id5 {
    background: orange !important;
}
.deal-status-id5 {
    color: orange;
}
.custom-bar-id7 {
    background: red !important;
}
.deal-status-id7 {
    color: red;
}

.deal-status-id4, .deal-status-id6, .deal-status-id8 {
    color: #10b8fe;
}
.deal-status-col .deal-status-id1 .custom-bar span:first-of-type, .deal-status-col .deal-status-id1 .dot:after, .deal-status-col .deal-status-id1 .dot:before {
    background: yellowgreen
}

.deal-status-col .deal-status-id5 .custom-bar span:first-of-type, .deal-status-col .deal-status-id5 .dot:after, .deal-status-col .deal-status-id5 .dot:before {
    background: orange
}

.deal-status-col .deal-status-id7 .custom-bar span:first-of-type, .deal-status-col .deal-status-id7 .dot:after, .deal-status-col .deal-status-id7 .dot:before {
    background: red
}

.custom-bar span:last-of-type {
    float: right;
    margin: -7px -40px 0 0;
    font-size: 14px
}

.deal-status-col .client-overview-data .overview-row table#DealTable tr td, .deal-status-col .client-overview-data .overview-row table#DealTable tr th {
    padding: 13px 0
}

.deal-status-col .client-overview-data .overview-row table#DealTable tr th {
    border-bottom: 1px solid #eee
}

    .deal-status-col .client-overview-data .overview-row table tr td:last-of-type, .deal-status-col .client-overview-data .overview-row table#DealTable tr th:last-of-type {
        text-align: center !important
    }

.upload-excel-data .client-overview-data a.normal-btn {
    background: #eaeff5;
    color: #111;
    padding: 14px 20px;
    font-size: inherit
}

.deal-status-col .client-overview-data .overview-row #DealTable_wrapper .dataTables_paginate ul li a {
    border: none
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .deal-status-col .client-overview-data .overview-row #DealTable_wrapper .dataTables_paginate ul li.page-item.active a {
    background: #2d6499
}

.dashboard-client-overview {
    width: 100%;
    display: inline-block
}

.dashboard-client-overview-outer button.add-user-btn {
    background: #2d6499;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400
}

.client-overview-detail-block {
    width: 100%;
    display: inline-block
}

.client-overview-col {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    padding: var(--table-padding);
    margin-bottom: 30px;
    min-height: 537px;
    /*border-radius: 4px*/
}

.client-overview-detail-block .client-overview-col.menu-col {
    padding: 0
}

.client-overview-detail-block > div .client-overview-col li a {
    padding: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    text-align: left;
    align-items: center
}

.client-overview-detail-block > div .client-overview-col li:last-of-type a {
    border-bottom: none
}

.client-overview-detail-block > div .client-overview-col .dropdown li a {
    padding-left: 60px
}

.client-overview-col-heading {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600
}

#addUser i {
    font-size: 1em
}

.client-overview-col-heading i {
    font-size: 1.5em;
    float: left;
    margin-right: 15px
}

.client-overview-col-heading h1 {
    font-size: 17px;
    font-weight: 600
}

.client-overview-col-heading .float-right a {
    display: inline-block;
    padding-top: 5px
}

.client-overview-data {
    display: inline-block;
    width: 100%
}

    .client-overview-data.padd30 {
        margin: 0 !important;
        padding: 30px 40px
    }

#clientProfile .client-overview-data {
    column-count: 3
}

.client-overview-data span {
    color: inherit
}

.form-check-wrapper {
    margin: 20px 0 0
}

    .form-check-wrapper .form-check {
        float: right;
        clear: both;
        margin: 50px 0 0
    }

.overview-row {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px
}

    .overview-row > div {
        width: 100% !important;
        text-align: left !important
    }

    .overview-row label {
        color: #656565;
        font-size: .9em;
        margin-bottom: 4px
    }

.last-overview-row {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.client-overview-data table tr th {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600
}

.client-overview-data table tr td, .client-overview-data table tr th {
    padding: 11px 0;
    vertical-align: middle
}

.client-overview-data table tr td {
    border-bottom: 1px solid #eee;
    border-top: none
}

.client-overview-data table {
    margin: 0 !important
}

    .client-overview-data table.table-striped tbody tr:nth-of-type(odd) {
        background: 0 0
    }

    .client-overview-data table.table-striped tbody tr:last-child td {
        padding-bottom: 0;
        border: none
    }

.client-overview-data table {
    margin-top: 15px
}

.client-overview-col-heading .float-right a.category-add {
    font-size: 17px;
    font-weight: 600;
    color: #2d6499;
    padding-top: 0
}

.client-overview-data .text-right a {
    color: inherit
}

#btnExportformDeal.btn {
    border-radius: 4px;
    font-size: inherit;
    line-height: 1em;
    padding: 8px 20px;
    background: #eaeff5;
    border: none;
    height: 32px
}

.category-col-row .client-overview-col {
    min-height: 275px
}

.deal-status-col .client-overview-data .overview-row table {
    margin: 0
}

    .deal-status-col .client-overview-data .overview-row table tr td {
        border-top: none;
        border-bottom: 1px solid #eee;
        font-family: 'Open Sans', sans-serif;
        color: #7a7a7a;
        font-size: 15px
    }

        .deal-status-col .client-overview-data .overview-row table tr td a {
            color: #33689c;
            font-size: 16px
        }

        .deal-status-col .client-overview-data .overview-row table tr td:last-of-type {
            text-align: center
        }

.deal-status-col .client-overview-data table.table-striped tbody tr:last-child td {
    border-bottom: none
}

.upload-excel-data .overview-row input[type=file] {
    height: 45px;
    padding: 7px
}

.bootstrap-filestyle.input-group input.form-control {
    background-color: #eaeff5;
    border: none;
    font-size: 14px
}

span.group-span-filestyle.input-group-btn {
    line-height: 45px;
    background-color: #2d6499;
    border-radius: 0px 4px 4px 0px;
}

.upload-excel-data .overview-row input[type=file]:focus {
    outline: 0
}

.upload-excel-data .overview-row {
    border-bottom: none;
    margin-bottom: 0
}

.upload-excel-data .client-overview-data button.normal-btn {
    background: #2d6499;
    color: #fff;
    margin-right: 20px;
    padding: 8px 20px;
    font-size: inherit
}

    .upload-excel-data .client-overview-data button.normal-btn.upload-btn {
        padding: 15px 20px;
        font-size: inherit;
        vertical-align: top;
    }

    .upload-excel-data .client-overview-data button.normal-btn:last-child {
        margin-right: 0
    }

.upload-excel-data .client-overview-col-heading {
}

.modal-content {
    border: none
}

.modal-header {
    background-color: #eaeff5;
    padding: 20px
}

    .modal-header button.close {
        color: #777;
        font-weight: 400;
        opacity: 1;
        outline: 0;
        padding: 5px
    }

        .modal-header button.close:hover {
            opacity: .5;
            color: #333
        }

    .modal-header h5 {
        color: #000;
        width: 100%;
        text-align: center
    }

.modal-footer .btn-Submit {
    height: auto
}

.modal-footer [data-dismiss=modal] {
    background: #eaeff5 !important;
    color: #000 !important
}

.popover-Item {
    color: #2d6499 !important;
    cursor: pointer;
    font-weight: 700
}

#tasks-table_length label {
    padding-left: 7px
}

.dealRange {
    position: relative;
    margin-right: 10px
}

    .dealRange input[type=text] {
        width: 100%;
        height: 35px;
        border: 1px solid #e1e1e1;
        color: #9d9c9c;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding: .375rem .75rem
    }

#resetdealFilters {
    background: #eaeff5;
    padding: 8px 8px;
    text-align: center;
    margin-top: 0px;
    height: 35px;
    margin-left: 14px;
}

.intl-tel-input {
    width: 100%
}

.ui-autocomplete {
    padding: 10px
}

.ui-menu-item-wrapper {
    padding: 8px !important
}

.AutoCompleteContactText {
    font-weight: 700
}

    .AutoCompleteContactText span {
        font-weight: 400;
        color: #333
    }

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #EAEFF5 !important;
    background: #EAEFF5 !important;
    font-weight: 400;
    color: #fff
}

.AutoCompleteTask {
    padding-left: 15px;
    color: #777
}

    .AutoCompleteTask a {
        font-weight: 600
    }

.ui-state-active div {
    color: #fff
}

.client-overview-col ul {
    list-style: none;
    margin-left: 0 !important
}

#SidePaneMenu img {
    float: left;
    width: 30px;
    padding: 3px
}

.client-overview-col ul li a {
    color: inherit;
    font-size: .9em
}

    .client-overview-col ul li a.active {
        color: #2d6499;
        background: #eaeff5
    }

.client-overview-col ul li .img-wrap, .client-overview-col ul li i {
    width: 30px;
    text-align: center;
    font-size: 1.3em;
    float: left
}

.client-overview-col .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: none !important;
    margin: 0;
    padding: 0;
    font-size: inherit
}

.client-overview-col .dropdown-menu {
    width: 100%
}

.client-overview-col ul li.dropdown i.fa-angle-down {
    position: absolute;
    right: 10px
}

ul.inner-list {
    list-style: disclosure-closed;
    margin-left: 25px
}

.add_new_task_row .form-group #Prios, .clickable-row .form-group #Prios {
    min-width: 65px
}

.add_new_task_row .form-group #DueDate, .clickable-row .form-group #DueDate {
    width: 120px
}

.add_new_task_row .form-group #Title, .clickable-row .form-group #Title {
    min-width: 300px
}

.add_new_task_row .form-group #Types, .clickable-row .form-group #Types {
    min-width: 120px;
    max-width: 200px
}

.add_new_task_row .form-group #responsibleUsers, .clickable-row .form-group #responsibleUsers {
    min-width: 120px;
    max-width: 200px
}

.add_new_task_row .form-group .input-group, .clickable-row .form-group .input-group {
    min-width: 300px
}

table.history {
    background: #fff
}

    #histories-table tbody tr td, table.history tbody tr {
        font-size: 12px !important
    }

#pnlContactHistort {
    background: #fff;
    border: 1px solid #eee;
    padding: var(--table-padding);
    display: none;
    margin: 20px 0 20px;
    border-radius: 5px
}

.table .thead-light th {
    color: inherit;
    background-color: #eaeff5;
    border-color: #eee;
    font-weight: 400
}

.CategoryValidation {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 15px
}

.btn {
    border-radius: 4px;
    font-size: inherit;
    line-height: 1em;
    padding: 8px 20px;
    border: none
}

.cancel.btn.btn-secondary {
    color: #2b2b2b;
    background: #eaeff5
}

    .cancel.btn.btn-secondary:hover {
        background: #dbddde
    }

#dealFormSaveData.btn {
    color: #fff;
    background: #2d6499
}

.btn-group-details {
    margin: 20px 0 0;
    text-align: right
}

    .btn-group-details .btn {
        display: inline-block !important;
        padding: 5px 20px;
        width: auto;
        line-height: 28px
    }

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-Submit {
    background: #2d6499;
    color: #fff;
    background-color: #2d6499;
    padding: 8px 20px;
    font-size: 14px;
    height: 38px
}

.btn-group-details .btn.btn-cancel {
    background: #eaeff5 !important;
    color: #000 !important
}

.btn-Submit span {
    color: #fff
}

.btn-Submit .plus-icon {
    font-size: 1.5em;
    margin: -5px 0 0 3px
}

.btn-Submit#btnCategory .plus-icon {
    font-size: 1.5em;
    margin: -1px 0 0 3px
}

.btn-Submit#btnAddContact .plus-icon {
    font-size: 1.5em;
    margin: -1px 0 0 3px;
    vertical-align: bottom;
}

.btn-Submit#btnAddProduct .plus-icon {
    font-size: 1.5em;
    margin: -1px 6px 0 0px;
    vertical-align: bottom;
    float: left;
}

.btn .plus-icon {
    font-size: 1.2em
}

.form-wrapper {
    margin: 30px 0
}

.form-message {
    max-width: 500px;
    margin: 30px auto 0;
    opacity: .5;
    text-align: center
}

.form-control {
    border-color: #eee !important;
    font-size: 1em;
    border-radius: 4px
}

form#fileUpload {
    margin: 50px 0 0
}

#UsersDataTable th {
    padding: 13px 10px !important;
    background: #2d6499;
    color: #fff;
    font-weight: 400
}

    #UsersDataTable th:first-of-type {
        min-width: 60px
    }

#UsersDataTable td {
    padding: 10px !important
}

    #UsersDataTable td:last-of-type {
        padding-left: 0 !important
    }

    #UsersDataTable td:nth-of-type(8) {
        padding-right: 0 !important
    }

.drp-calendar {
    max-width: 350px !important
}

.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 30px
}

.daterangepicker td.start-date {
    border-radius: 4px
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    height: auto;
    line-height: 1em;
    border-radius: 4px;
    padding: 7px
}

.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    padding: 8px 18px;
    font-weight: 400
}

.daterangepicker .drp-buttons .btn-primary {
    background: #357ebd
}

#resetFilter {
    background: #eaeff5;
    padding: 8px 8px;
}

.tabs-wrapper .company-view-filter.float-right {
    width: 380px;
    display: inline-block;
    margin-top: 100px;
    position: absolute;
    z-index: 9;
    white-space: nowrap;
    right: 5px;
    padding-right: var(--table-padding)
}

.tabs-wrapper #filterPanel {
    padding: 0
}

.tabs-wrapper .dashboard-filter-detail .dataTables_filter label input[type=search] {
    margin-left: -180px;
    margin-top: 20px
}

.tabs-wrapper a#btnShowHistory {
    background: #eaeff5;
    text-align: center;
    padding: 8px 6px !important;
    margin-right: 17px;
    display: none
}

    .tabs-wrapper a#btnShowHistory .fa {
        color: #369;
        text-align: center;
        margin-right: 0;
        width: 40px;
        font-size: 17px
    }

.tabs-wrapper #task_filter {
    margin-top: 0
}

.tabs-wrapper #pnlModelHistory {
    position: relative;
    z-index: 99;
    background: #fff;
    margin-top: 20px
}

#ContactHistory-table_wrapper {
    width: 100%;
    margin-top: 40px
}

.tabs-wrapper #addDetails {
    position: relative;
    z-index: 99;
    background: #fff
}

form[action="/de/Account/ChangePassword"] .col-md-4 {
    width: 100%;
    max-width: 400px;
    flex: auto;
    text-align: left;
}

#saveNoteIncomingCall {
    color: #fff;
    background-color: #2d6499;
    font-size: 14px;
}


/****************** Start of paging styles *******************/


.dataTables_paginate ul li.page-item.disabled:first-of-type {
    display: none;
}

.dataTables_paginate ul li.page-item.disabled:nth-of-type(2) {
    display: none;
}

.dataTables_paginate ul li.page-item.disabled:last-of-type {
    display: none;
}

.dataTables_paginate ul li.page-item.disabled:nth-last-of-type(2) {
    display: none;
}

.dataTables_paginate ul li.page-item a.page-link {
    background: no-repeat;
    border: 1px solid #eee;
    color: #111;
}

    .dataTables_paginate ul li.page-item a.page-link:focus {
        box-shadow: none;
    }

.dataTables_paginate ul li.page-item:hover a.page-link {
    background-color: #eaeff5;
}

.dataTables_paginate ul li.page-item.active a.page-link {
    background: #2d6499;
    color: #fff;
    border-radius: 6px;
    margin-left: 0;
}

#ContactTable_info {
    padding-top: 0;
}

.dataTables_length label {
    vertical-align: text-top;
}

.dataTables_length .form-control {
    margin-bottom: 0;
}

li.paginate_button a i {
    color: #2d6499;
}

.page-item {
    margin: 0 4px 0 4px;
}

    .page-item:last-of-type {
        margin-right: 0;
    }

.dataTables_length label {
    padding-left: 7px;
}

/****************** End of paging styles *******************/

/****************** Start of Action Button styles *******************/

div.company-view-action-btn.btn-action {
    background: #336699;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50px;
    right: 15px;
    border-radius: 4px;
}

.company-view-action-btn.btn-action .dropdown-toggle::after {
    display: inline-block;
}

div.company-view-action-btn.btn-action .btn {
    background: #336699;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #336699;
}

    div.company-view-action-btn.btn-action .btn:hover {
        background: #2d5b89;
        border: 1px solid #28517b;
    }

    div.company-view-action-btn.btn-action .btn:active {
        background: #2d5b89;
        border: 1px solid #28517b;
    }

div.company-view-action-btn.btn-action.show > .btn.dropdown-toggle {
    background: #2d5b89;
    border: 1px solid #28517b;
}

/****************** End of Action BUtton styles *******************/

/****************** Start of expanding layout styles *******************/

.color-dark-brolio {
    color: var(--brolio-dark-blue);
}

.main-content-container {
    background: #fff;
    padding: var(--table-padding);
    border: 1px solid #eee;
}

.global-h2 {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    padding: 10px 0;
}

.global-h4 {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    padding-bottom: 10px;
}

.max-height {
    height: 100%;
}

.btn-main-marketplace {
    color: #fff;
    background-color: var(--brolio-dark-blue);
}

    .btn-main-marketplace:hover {
        background-color: var(--success-green);
    }

.btn-main-marketplace-cancel {
    color: #fff;
    background-color: var(--brolio-dark-blue);
}

    .btn-main-marketplace-cancel:hover {
        background-color: var(--success-yellow);
    }

.btn-main {
    color: #fff;
    background-color: var(--brolio-dark-blue);
}

    .btn-main:hover {
        background-color: var(--brolio-dark-blue);
        color: #fff !important
    }

.btn.btn-primary:hover, .btn-primary:disabled {
    color: #fff !important
}

.btn-secondary {
    background: #eaeff5;
    color: #000;
}

    .btn-secondary:hover {
        background: #eaeff5;
        color: #000;
    }

.success-green-font {
    color: var(--success-green);
}

.mr-global {
    margin-right: var(--table-padding);
}

.color-black {
    color: rgba( 0, 0, 0, 1);
}

/****************** End of expanding layout styles *******************/

/****************** Start of Marketplace layout styles *******************/
.filter-heading {
    margin: 40px 0;
    color: #a7aaad;
}

.filter-sidebar .custom-control.custom-checkbox {
    width: 100%;
    display: block;
}

.filter-sidebar .sidebar-search {
    margin: 0 0 40px;
    border: none !important;
    position: relative;
}

    .filter-sidebar .sidebar-search i {
        position: absolute;
        top: 9px;
        right: 9px;
        color: #a7aaad;
    }

#marketplace-wrapper {
    padding: 30px
}

.marketplace-product-box.marketplace-card {
    padding: unset;
    background-color: var(--brolio-light-blue);
}

#contact-form-tile {
    background: #ded9f0;
}

#outlook-tile {
    background: #f5efd1;
}

#timetracking-tile {
    background: #ffe6cc;
}

#bexio-tile {
    background: #d9f0e2;
}

#quickBooks-tile {
    background: #ffffcc;
}

#leansyncconfig-tile {
    background: #cceeff;
}
/*.marketplace-product-box.marketplace-card.owned-card {
    border-style: solid;
    border-width: 3px;
    border-color: var(--success-green);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);
}

.marketplace-product-box.marketplace-card.canceled-card {
    border-style: solid;
    border-width: 3px;
    border-color: var(--success-yellow);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);
}*/
.col-md-12.marketplace-product-box.marketplace-card {
    max-width: calc(33.3% - 20px);
    float: left;
    border-radius: 6px;
    margin: 10px !important;
    /*  border-top-width: 3px;
      border-top-style: solid;
      border-top-color: transparent;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: transparent;*/
}

.timetracking-product-box.timetracking-card {
    max-width: 35%;
    float: left;
    border-radius: 6px;
    margin: 10px !important;
    /*  border-top-width: 3px;
      border-top-style: solid;
      border-top-color: transparent;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: transparent;*/
}

/*.col-md-12.marketplace-contact-box.marketplace-card {
    max-width: calc(100% - 6px);
    margin-left: auto;
    margin-right: auto;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-size: medium;
}

.col-md-12.marketplace-product-box.marketplace-card.owned-card {
    max-width: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: var(--success-green);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);
    !*box-shadow: 0 2px 5px 0 rgba(75, 181, 67,0.16), 0 2px 10px 0 rgba(75, 181, 67,0.12);
        box-shadow: 0 0 8px 2px rgba(75, 181, 67, 0.3);*!
}

.col-md-12.marketplace-product-box.marketplace-card.canceled-card {
    max-width: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: var(--success-yellow);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);
    !*box-shadow: 0 2px 5px 0 rgba(75, 181, 67,0.16), 0 2px 10px 0 rgba(75, 181, 67,0.12);
        box-shadow: 0 0 8px 2px rgba(75, 181, 67, 0.3);*!
}

.col-md-12.marketplace-product-box.marketplace-card:hover {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.22), 0 4px 20px 0 rgba(0,0,0,0.16);
    cursor: pointer;
}*/

.marketplace-product-box .card-header {
    padding: 0;
}

.marketplace-product-box .card-header {
    background-color: transparent;
    border-bottom: none;
    height: 60px;
}

    .marketplace-product-box .card-header .marketplace-header-image-div img {
        max-width: 100%;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .marketplace-product-box .card-header .brolio-header-img {
        background-image: url(../images/Marketplace/brolio-logo-small.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .marketplace-product-box .card-header .mailchimp-header-img {
        background-image: url(../images/Marketplace/mailchimp-logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .marketplace-product-box .card-header .outlook-header-img {
        background-image: url(../images/Marketplace/outlook-logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }


    .marketplace-product-box .card-header .www-header-img {
        background-image: url(../images/Marketplace/world-wide-web.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .marketplace-product-box .card-header .office-header-img {
        background-image: url(../images/Marketplace/office-365.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .marketplace-product-box .card-header .swisscom-header-img {
        background-image: url(../images/Marketplace/swisscom.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .marketplace-product-box .card-header .bexio-header-img {
        background-image: url(../images/Marketplace/bexio.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.marketplace-product-box .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--table-padding);
    font-size: 14px;
}

.marketplace-product-box .global-h4 {
    padding-top: 10px;
}

.marketplace-card .card-icon-img {
    margin-top: 20px;
}

.marketplace-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    padding-top: var(--table-padding);
    padding-bottom: var(--table-padding);
    min-height: 411px;
}

    .marketplace-card .call-to-action, .marketplace-card .call-to-action:hover {
        color: #fff !important
    }

.marketplace-product-heading-icon {
    position: absolute;
    top: -20px;
    right: 0;
    display: flex;
}

.marketplace-card hr {
    border-color: #e5eaef;
}

.add-icon {
    color: var(--brolio-dark-blue);
}

    .add-icon:hover, a.add-icon[aria-expanded="true"] {
        color: var(--success-green) !important;
    }

.add-icon-cancel:hover, a.add-icon-cancel[aria-expanded="true"] {
    color: var(--success-yellow) !important;
}

.marketplace-card .card-text {
    margin: 0 auto 20px;
}

.price-wrapper {
    background: #f5efd1;
    padding: 20px 20px 40px;
    text-align: center;
    margin-top: 20px;
    min-height: 271px;
}

.connect-box {
    min-height: 271px;
    padding-top: 65px !important;
}

div#user-table_length > label {
    margin-bottom: 10px;
}

.price-wrapper.bg2 {
    background: #d9f1dd;
}

.price-wrapper:before {
    /* content: '';
    background-image: url(icon-check.png);
    width: 50px;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;*/
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .price b {
        color: #FF9900;
        font-size: 1.4em;
        text-transform: uppercase;
        margin-right: 5px;
    }

.price-wrapper p {
    font-size: .9em;
}

.section-description {
    text-align: center;
    max-width: 500px;
    margin: 10px auto 40px;
}

.marketplace-card .btn.btn-secondary {
    background: #fff !important;
    width: 140px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
/****************** Start of Mailchimp wizard layout styles *******************/

#mailchimp-header-row {
    border-bottom: 1px solid #eee;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #336699;
}

input:focus + .slider {
    box-shadow: 0 0 1px #336699;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.disableform {
    pointer-events: none;
    opacity: 0.5;
}

.categoriesarea {
    background-color: aliceblue;
    padding: 10px;
}

.headders {
    height: 40px;
}

.categoriesarea {
    padding: 10px;
    display: inline-block;
}

.contactsHeadder {
    background-color: #eaeff5;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selected-audience-row {
    background-color: rgba(0,0,0,.075);
}

.worldwide-icon {
    background-image: url(../images/Marketplace/world-icon-256.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.switzerland-icon {
    background-image: url(../images/Marketplace/switzerland-flag-icon-256.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.switzerland-icon {
    background-image: url(../images/Marketplace/switzerland-flag-icon-256.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.marketplace-product-heading-location-icon {
    position: absolute;
    top: -20px;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
}

.mailchimp-box.marketplace-card {
    border-color: var(--brolio-dark-blue);
    background-color: var(--brolio-light-blue);
    /*box-shadow: inset 0 0 5px -1px rgba(0, 0, 0, 0.3);*/
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, var(--brolio-light-blue)), color-stop(2, var(--brolio-light-blue)) ) !important;*/
}

    .mailchimp-box.marketplace-card.owned-card {
        background-color: var(--success-green);
    }

    .mailchimp-box.marketplace-card.canceled-card {
        background-color: var(--success-yellow);
    }

.col-md-12.mailchimp-box.marketplace-card {
    /*max-width: calc(100% - 6px);
    margin-left: auto;
    margin-right: auto;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;*/
}

#setupform .mailchimp-box.marketplace-card {
    padding: 40px;
    margin-top: 40px;
    background: #fafafa;
    border: 1px solid #f7f5f5;
}

#setupform i.color-dark-brolio.fa.fa-info-circle, .datasync-config-background i.color-dark-brolio.fa.fa-info-circle {
    opacity: .3;
}

#contactform-activation {
    max-width: 600px;
    margin: 20px auto;
}

    #contactform-activation .switch-row {
        justify-content: center;
        margin-bottom: 20px;
    }

code#embedTag {
    max-width: 500px;
    word-break: break-all;
    display: flex;
    margin: 30px auto 0;
}

.col-md-12.mailchimp-box.marketplace-card.owned-card {
    /* max-width: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: var(--success-green);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);*/
    /*box-shadow: 0 2px 5px 0 rgba(75, 181, 67,0.16), 0 2px 10px 0 rgba(75, 181, 67,0.12);
    box-shadow: 0 0 8px 2px rgba(75, 181, 67, 0.3);*/
}

.col-md-12.mailchimp-box.marketplace-card.canceled-card {
    /*  max-width: 100%;*/
    /*border-style: solid;
        border-width: 3px;
        border-color: var(--success-yellow);*/
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16), 0 2px 13px 0 rgba(0,0,0,0.12);
    /*box-shadow: 0 2px 5px 0 rgba(75, 181, 67,0.16), 0 2px 10px 0 rgba(75, 181, 67,0.12);
    box-shadow: 0 0 8px 2px rgba(75, 181, 67, 0.3);*/
}

.col-md-12.mailchimp-box.hover-highlighted:hover {
    /* box-shadow: 0 4px 12px 0 rgba(0,0,0,0.22), 0 4px 20px 0 rgba(0,0,0,0.16);*/
    cursor: pointer;
}

.mailchimp-box .card-header {
    padding: 0;
}

.mailchimp-box .card-header {
    background-color: transparent;
    border-bottom: none;
    height: 60px;
}

    .mailchimp-box .card-header .marketplace-header-image-div img {
        max-width: 100%;
        max-height: 100%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }


.mailchimp-box .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--table-padding);
    padding-bottom: var(--table-padding);
    font-size: 14px;
}

.mailchimp-box .global-h4 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/****************** End of Mailchimp wizard layout styles *******************/
/*.marketplace-product-box .card-header .d-table-cell img {
            max-height: 100%;
            width: 100%;
        }*/
/****************** End of Marketplace layout styles *******************/

/****************** Start of Wizard layout styles *******************/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 0;
}

    #msform fieldset .form-card {
        margin: 0 30px;
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }


        #msform fieldset .form-card {
            text-align: left;
            /*color: #9E9E9E;*/
            margin: 30px 0;
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #d2d6dc;
    padding: 0 50px;
}

    #progressbar .active {
        color: #2d6499
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f007"
    }

    #progressbar #login:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f2f6";
        font-weight: 900;
    }

    #progressbar #select-audience:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #export-mailchimp:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f382";
        font-weight: 900;
    }

    #progressbar #confirmation-mailchimp:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f058";
        font-weight: 900;
    }

    #progressbar #contact-from-task-list:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #contact-from-edit:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f044";
        font-weight: 900;
    }

    #progressbar #contact-from-info:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f05a";
        font-weight: 900;
    }

    #progressbar #contact-from-activation:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f058";
        font-weight: 900;
    }

    #progressbar #outlook-sync-payment:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f05a";
        font-weight: 900;
    }

    #progressbar #outlook-sync-activation:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-information:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f05a";
        font-weight: 900;
    }

    #progressbar #timetracking-project:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-task:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-publicholidayprofile:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-basicworkinghours:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-absencetypes:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #timetracking-employmentrelationship:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0ae";
        font-weight: 900;
    }

    #progressbar #bexio-sync-info:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f05a";
        font-weight: 900;
    }

    #progressbar #bexio-sync-configuration:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f7d9";
        font-weight: 900;
    }

    #progressbar #bexio-account:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f007"
    }

    #progressbar #bexio-login:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f2f6";
        font-weight: 900;
    }

    #progressbar #quickBooks-sync-info:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f05a";
        font-weight: 900;
    }

    #progressbar #quickBooks-sync-configuration:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f7d9";
        font-weight: 900;
    }

    #progressbar #quickBooks-account:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f007"
    }

    #progressbar #quickBooks-login:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f2f6";
        font-weight: 900;
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: #eaeff5;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #eaeff5;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }
    /*#progressbar li:first-of-type:after{
    width: 50%;
    left: 50%
}
#progressbar li:first-of-type:before{
    margin-left: 0
}*/
    #progressbar li.active:before {
        background: #2d6499
    }

.complete-support-btn {
    background: #2d6499;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 6px;
    margin-bottom: 6px;
}

/****************** Start of Wizard layout styles *******************/

/****************** Start of stripe styles *******************/

.marketplace-payment-box .card-header .visa-header-img {
    background-image: url(../images/Marketplace/visa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.marketplace-payment-box .card-header .mastercard-header-img {
    background-image: url(../images/Marketplace/mastercard.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.marketplace-payment-box .card-header {
    border-bottom: 0;
    background-color: transparent;
    height: 60px;
    justify-content: unset;
}

.marketplace-payment-box.marketplace-card {
    border-color: var(--brolio-dark-blue);
    background-color: var(--brolio-light-blue);
    /*box-shadow: inset 0 0 5px -1px rgba(0, 0, 0, 0.3);*/
    padding: 40px 40px 0;
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, var(--brolio-light-blue)), color-stop(2, var(--brolio-light-blue)) ) !important;*/
}

form#subscription-form {
    margin: 50px 0;
}
/**
* Shows how you can use CSS to style your Element's container.
*/
.subscription-card-element {
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    color: #32325d;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.subscription-card-element--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.subscription-card-element--invalid {
    border-color: #fa755a;
}

.subscription-card-element--webkit-autofill {
    background-color: #fefde5 !important;
}

.datasync-config-background {
    border: solid 1px #eee;
    background-color: #eaeff5;
    padding: 40px 20px;
    margin: 20px 0 0;
}

@media screen and (min-width: 600px) {
    #outlook-boxes-wrapper {
        margin: 0 20px;
    }
}

.contact-edit-btn {
    padding: 8px 20px;
    background-color: #369;
    border-radius: 6px !important;
    line-height: 1.5rem;
    font-size: 14px;
    color: white;
    position: absolute;
    white-space: nowrap;
    min-width: 107px;
    text-align: center;
}

/****************** End of stripe styles *******************/
