﻿body.Portal {
    font-family: 'Inter var';
}

.Portal .chart-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -20px;
}

    .Portal .chart-wrapper .k-chart {
        width: 97%;
    }

    .Portal .chart-wrapper .inner-content {
        font: 2.2em 'Inter var', helvetica, arial, san-serif;
        color: #494949;
        position: absolute;
        top: 45px;
        left: 50%;
        width: 80px;
        height: 60px;
        margin: 0 auto;
        margin-left: -43px;
        vertical-align: top;
        text-align: center;
    }

        .Portal .chart-wrapper .inner-content .donught-name {
            display: block;
            font-size: 14px;
        }
/* set chart tooltips border to rounded*/
.Portal .k-tooltip.k-chart-tooltip {
    border-radius: var(--border-radius) !important;
}


/* Assets donut chart */
.Portal.Assets .chart-wrapper {
    margin-top: 0;
}

    .Portal.Assets .chart-wrapper .k-chart {
        margin-left: -10px;
    }

    .Portal.Assets .chart-wrapper .inner-content {
        margin-left: -51px;
    }


/*@media (min-width: 768px) {
    .col-md-4.make-equal {
        display: flex;
        flex-wrap: wrap;
    }
}*/

/* Portals make equal */
/*.make-equal > div[class*='overivew-card'] {
    display: flex;
    flex-direction: column;
}*/

/* PORTAL SETTINGS VIEW */
.portal-settings {
    padding: 0px !important;
}

    .portal-settings .form-section {
        margin: 0 !important;
    }

    .portal-settings .settings-actions-row {
        margin-top: 20px;
        border: 0;
    }

    .portal-settings .portal-url span.default-url {
        display: inline-block;
        width: auto;
        padding-top: 10px;
        font-size: 14px;
    }

    .portal-settings .portal-url .form-control.input-block-level {
        display: inline-block;
        width: 55%;
    }

    .portal-settings .copy-to-klip {
        display: inline-block;
        width: auto !important;
        margin: 0;
        width: auto !important;
    }

    .portal-settings .work-request-emails .k-widget.k-multiselect.k-header input{
        font-size: 13px;
        color: #888;
    }
    .portal-settings .work-request-emails #WorkRequestEmailRecipients_taglist li.k-button {
        color: #ffffff;
        background-color: #45cebc;
        border-color: #45cebc;
        margin: 4px 0px 0px 3px;
        padding: 2px 20px 0 5px;
        line-height: 1.86em;
        font-size: 13px;
    }

        .portal-settings .work-request-emails #WorkRequestEmailRecipients_taglist li.k-button span.k-select {
            top: 4px;
            bottom: 4px;
            right: 0;
            padding: 0;
            font-size: 13px;
        }

    .portal-settings .image-uploader .klipboard-popover {
        font-size: 14px;
    }


   
/* Portal Top Menu */
.Portal section#layout header {
    border-top: 0;
    min-height: 70px;
    left: 0!important;
}
.Portal #open-main-menu{
    top: 13px;
}
.Portal .nav-menu-right{
    top: 15px;
}
.Portal header .menu-logo-holder {
    position: fixed;
    z-index: 201;
    top: 5px;
    left: 5px;
}

    .Portal header .menu-logo-holder .klip-logo,
    .Portal header .menu-logo-holder .clients-logo {
        width: 231px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        background-size: 70%;
    }

    .Portal header .menu-logo-holder .klip-logo {
        background: center center url(/Images/klipboard-logo-menu.png) no-repeat;
    }

    .Portal header .menu-logo-holder .clients-logo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%!important;
        background: white;
        background-repeat: no-repeat!important;
    }

@media (min-width: 1441px) {
    .Portal #page-layout .page-content {
        padding-top: 24px;
    }
    .clients-logo {
    }
}
@media (max-width: 1440px) {

    .clients-logo {
    }
}

.no-margin-left{
    margin-left: 0!important;
}

/* Portal login */
body.Portal.login{
    position: fixed;
    height: 100%;
    width: 100%;
}

body.Portal.login #portal-login.login-form.first-time-login .logo-area .logo-large{
    height: calc(100% - 50px);
}

    body.Portal.login #portal-login.login-form.first-time-login .logo-area .logo-large .login-logo-area.klips-logo {
        height: 100%;
        top: 0;
    }


.Portal.Portal-Overview #main {
    background: var(--kb-warm-biscuit);
    margin-top: 70px;
    height: calc(100% - 70px) !important;
}
.Portal.Portal-Overview #main header{
    width: 100%!important;
}
.Portal.Portal-Overview section#layout {
    margin-left: 0;
}

/* add padding to page if trial bar visible*/
