﻿body {
}
/*left menu unique classes*/
.intercom-leftmenu-portal,
.intercom-leftmenu-assets,
.intercom-leftmenu-contracts,
.intercom-leftmenu-accounting,
.intercom-leftmenu-inventory,
.intercom-leftmenu-tracking,
.intercom-leftmenu-timesheets {
    height: 60px;
    width: 10px;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1000;
    right: 0;
    top: -54px;
    /*    background: red;*/
}

/*global classes*/
.no-pointer-events {
    pointer-events: none;
    cursor: pointer;
    /*extra stuff to show for dev that its disabled*/
    opacity: 0.4;
}


.no-client-portal,
.no-accounting,
.no-tracking,
.no-accounting-permission,
.no-assets-permission {
    pointer-events: none;
    opacity: 0.4
}

body.no-upsell .hide-intergrations,
.disable-notracking,
.disable-notracking.no-tracking {
    opacity: 1;
    pointer-events: all;
}

/*old customer so no upsell*/
body.no-upsell .no-pointer-events,
body.no-upsell .no-tracking,
body.no-upsell .no-pointer-events,
body.no-upsell .no-accounting,
body.no-upsell .no-accounting-permission,
body.no-upsell .no-assets-permission,
body.no-upsell .no-client-portal,
body.no-upsell .intercom-noTeams {
    display: none;
}

body.no-upsell.main-scheduler .no-pointer-events.disabled {
    display: table-cell;
}


.starter-hide {
    display: none !important;
}

#Innovator-Upsell #part-1 .part-title,
#Innovator-Upsell #part-1 .part-form {
    height: auto;
    min-height: auto;
}

#Innovator-Upsell #part-1 {
    padding: 30px 40px;
    box-sizing: border-box;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;*/
}

#Innovator-Upsell {
    padding: 0;
    margin: 0;
    overflow-y: auto !important;
    padding: 30px 30px 40px;
    background: linear-gradient(344deg, rgba(33,248,253,1) 10%, rgba(104,52,193,1) 80%) !important;
}

.part-title, .part-form, .part-footer {
    /*flex-grow: 1;*/
    width: 100%;
}

body.UpsellPage section#layout {
    margin-top: 0;
}

body.UpsellPage #main {
    margin: 0;
    padding: 0;
    width: 100%;
}

body.UpsellPage header {
    display: none;
}

body.UpsellPage .blankDiv {
    display: none;
}

body.UpsellPage .pricing-band-container {
    height: calc(100% - 60px);
    padding: 0;
    max-height: 750px;
}

body.UpsellPage .pricing-band-main-content {
    position: relative;
}


body.UpsellPage .part-title h1 {
    font-family: var(--font-inter), helvetica, arial, sans-serif;
    padding-bottom: 20px;
}

body.UpsellPage .part-title h4 {
    padding-bottom: 15px;
    font-size: 14px;
    color: var(--tag-blue);
}

body.UpsellPage .part-title p {
    font-size: 16px;
    font-family: var(--font-inter), helvetica, arial, sans-serif;
    color: #777;
    line-height: 22px;
    padding-bottom: 20px;
}

body.UpsellPage .part-form .form-content {
    padding-top: 20px;
}

    body.UpsellPage .part-form .form-content .point {
        padding: 10px 0;
    }


        body.UpsellPage .part-form .form-content .point span {
            background-image: url('/Images/icons/green-check.svg');
            width: 20px;
            height: 20px;
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 10px;
            margin-bottom: -5px;
        }

body.UpsellPage .part-footer {
    border-top: 1px solid #e1e1e1;
    position: absolute;
    color: #777;
    bottom: 30px;
    width: calc(100% - 80px);
    padding-top: 20px;
}


body.UpsellPage .clients-region {
    padding: 0 20px 10px;
}

    body.UpsellPage .clients-region .thirdnav.p-pills,
    body.UpsellPage .p-pills {
        background: var(--kb-purple) !important;
    }

    body.UpsellPage .clients-region .annualSide {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: 1px solid white;
    }

        body.UpsellPage .clients-region .annualSide a {
            background: var(--kb-purple);
            color: white !important;
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        body.UpsellPage .clients-region .annualSide:hover {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-color: white !important;
        }

        body.UpsellPage .clients-region .annualSide a.active {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            background: white;
            color: var(--kb-purple) !important;
            border-color: white !important;
        }


    body.UpsellPage .clients-region .monthlySide {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border: 1px solid white;
    }

        body.UpsellPage .clients-region .monthlySide a {
            background: var(--kb-purple);
            color: white !important;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

        body.UpsellPage .clients-region .monthlySide:hover {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            border-color: white;
        }

        body.UpsellPage .clients-region .monthlySide a.active {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            border-color: white !important;
            background: white !important;
            color: var(--kb-purple) !important;
        }

body.UpsellPage .plan-extras {
    color: white;
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
}

body.UpsellPage .content-footer {
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    border-top: 1px solid white;
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 20px 0;
}

body.UpsellPage .footer-headear-btns {
    height: 60px;
}

body.UpsellPage .card-header .card-price .price-num .currency {
    padding-right: 0;
}



body.UpsellPage .comparePlansSlider.visible,
body.UpsellPage .viewAllFeaturesSlider.visible {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 1s;
    right: 0;
    top: 0;
}

body.UpsellPage .comparePlansSlider,
body.UpsellPage .viewAllFeaturesSlider {
    transition: all 1s;
}

    body.UpsellPage .comparePlansSlider.visible #part-2,
    body.UpsellPage .viewAllFeaturesSlider.visible #part-3 {
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px;
    }


        body.UpsellPage .comparePlansSlider.visible #part-2 .part-title,
        body.UpsellPage viewAllFeaturesSlider.visible #part-3 .part-title {
            margin-top: 30px;
        }

            body.UpsellPage .comparePlansSlider.visible #part-2 .part-title h4,
            body.UpsellPage .viewAllFeaturesSlider.visible #part-3 .part-title h4 {
                color: #444;
                font-size: 18px;
            }

        body.UpsellPage .comparePlansSlider.visible #part-2 .price-panels {
            width: 100%;
        }

body.manage-account .current-plan {
    padding: 30px 20px 10px;
}

    body.manage-account .current-plan p {
        color: white;
        font-size: 14px;
        line-height: 36px;
    }

        body.manage-account .current-plan p span:not(.min-user) {
            font-size: 20px;
            padding-top: 10px;
            font-weight: bold;
            display: block;
        }

body.manage-account .clients-region {
    padding: 0;
    text-align: right;
}

body.manage-account .thirdnav.p-pills.nav.nav-tabs.notes-activities-tabs {
    margin: 0;
}

body.manage-account .card-header .card__title {
    font-size: 28px;
}

body.manage-account .trial-sidebar-inner {
    width: 100%;
}

    body.manage-account .trial-sidebar-inner .full-height {
        padding-top: 0;
    }

body.manage-account .fake-tab-content .fake-label label {
    display: none;
}

body.manage-account .fake-tab-content .fake-label {
    font-size: 14px;
}


.notification-bar #manageTrialBtn {
    border: 1px solid transparent !important;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 15px;
}

    .notification-bar #manageTrialBtn:hover,
    .notification-bar #manageTrialBtn:active,
    .notification-bar #manageTrialBtn:focus {
        background: none;
        border: 1px solid !important;
        color: var(--kb-purple) !important;
    }

.notification-bar #orangeBuyBtn {
    background: var(--orange) !important;
    margin-left: 0 !important;
    color: white !important;
    border-color: var(--orange) !important;
}
.notification-bar #orangeBuyBtn:hover,
.notification-bar #orangeBuyBtn:active,
.notification-bar #orangeBuyBtn:focus {
    opacity: 1;
    background: #eb6e00 !important;

}

.notification-bar.time-running-out #manageTrialBtn:hover,
.notification-bar.time-running-out #manageTrialBtn:active,
.notification-bar.time-running-out #manageTrialBtn:focus {
    background: none;
    border: 1px solid !important;
    opacity: 1;
    color: white!important;
}
.notification-bar.time-running-out #orangeBuyBtn {
    background: var(--green) !important;
    margin-left: 0 !important;
    color: white !important;
    border-color: var(--green) !important;
}
.notification-bar.time-running-out #orangeBuyBtn:hover,
.notification-bar.time-running-out #orangeBuyBtn:active,
.notification-bar.time-running-out #orangeBuyBtn:focus {
    opacity: 1;
    background: #15883f !important;
}



.big-orange-btn {
    background: var(--orange)!important;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: block;
    line-height: 50px;
    margin: 0 auto;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px!important;
    font-weight: 600;
    color: var(--kb-purple);
}