﻿

/* ZM Classes */

/* <!-- MAGED BLOCK --> */

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    margin: 0;
    padding: 0;
}

/* <!-- MAGED BLOCK --> */


/* Sidebar Adjustments */

#sidebar ul li:first-of-type a {
    padding-top: 30px;
}

#sidebar ul li a i {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    transition: all .3s;
}

#sidebar ul li.active a i {
    background: white;
    color: #FF962F;
}

#sidebar ul li a:hover i {
    background: rgba(255,255,255,.3);
    color: #FF962F;
    color: rgba(255,255,255,.9);
}

/* username dropdown */
.open > .dropdown-menu {
    opacity: 1;
}

.dropdown-menu.extended.logout > li.eborder-top {
    border-top: 2px solid #FF962F !important;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
    transition: all .2s;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #FF962F;
    border-top-color: #FF962F;
    transition: all .3s;
}

.dropdown-menu.extended.logout > li > a {
    border-bottom-color: #CCC !important;
    color: rgba(0,0,0,.7);
}

    .dropdown-menu.extended.logout > li > a:hover {
        background-color: rgba(234, 113, 0, .03) !important;
        color: rgba(0,0,0,1);
    }

        .dropdown-menu.extended.logout > li > a:hover i {
            color: rgba(0,0,0,1);
        }


/* custom helper classes */
.gn-hide {
    display: none !important;
}

.flexEnd {
    justify-content: flex-end;
}

.gn-black {
    color: #1a1a1a;
}

.gn-gray {
    color: #797979;
}

.gn-orange {
    color: #FF962F;
}

.gn-white {
    background-color: #FF962F;
    color: white;
    opacity: .9;
}

    .gn-white:hover {
        opacity: 1;
        color: white;
    }

.gn-orange-bottom-border {
    border-bottom: 2px solid #FF962F;
}

.height33 {
    height: 33px;
}

.padding-0 {
    padding: 0 !important;
}

.gn-dashboard-header {
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    margin-top: -15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}

    .gn-dashboard-header .page-header {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        color: #1a1a1a;
        padding-bottom: 0;
    }

    .gn-dashboard-header h6 {
        margin-bottom: 5px;
        color: #1a1a1a;
        margin-top: 0;
        font-size: 16px;
    }

.gn-flex-wrapper {
    display: flex;
    flex: 1;
}

    .gn-flex-wrapper.right {
        justify-content: flex-end;
        align-items: flex-end;
    }

.gn-flex-col {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

    .gn-flex-col.right {
        align-items: flex-end;
        justify-content: flex-end;
        flex: 1;
    }

.gn-total-clients {
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-bottom: 2px solid #FF962F;
}

.gn-large-num {
    margin-right: 5px;
    font-size: 48px;
    font-weight: bold;
}

.gn-md-num {
    font-size: 36px;
    font-weight: bold;
}

.gn-num-desc {
    font-size: 14px !important;
}

.gn-day-hr-min {
    font-variant: small-caps;
}

/* tabs */
.gn-tab {
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #1a1a1a;
    max-width: 200px;
}

    .gn-tab:hover {
        border-bottom: 2px;
        border-bottom: 2px solid #a8a8a8;
        color: #1a1a1a;
        opacity: .7;
    }

    .gn-tab.active {
        border-bottom: 2px solid #FF962F;
        font-weight: bold;
        color: #FF962F;
    }

/* info-box & gn-box */

.info-box div {
    line-height: 1;
}

    .info-box div:first-of-type {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.info-box {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    min-height: 125px;
}

.gn-bg {
    background-image: url("/img/bg-sidebar-orange-2.jpg");
    position: relative;
    display: flex;
    align-items: flex-end;
}

    .gn-bg a {
        background-color: white;
    }

        .gn-bg a:not(:last-of-type) {
            margin-right: 15px;
        }

.panel .panel-heading {
    color: #fff;
    background: #FF962F;
    background-image: url("~/img/bg-sidebar-orange-2.jpg");
}

.gn-graph-header {
    padding: 0 15px 15px 15px;
    display: flex;
}

.gn-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gn-key span {
    font-size: 12px;
    line-height: 20px;
}

    .gn-key span:after {
        display: block;
        width: 12px;
        height: 12px;
        content: '';
        display: inline-block;
        margin-left: 15px;
    }

    .gn-key span.gn-yellow:after, .gn-percentages .gn-yellow {
        background-color: #ffcb00;
    }

    .gn-key span.gn-tan:after, .gn-percentages .gn-tan {
        background-color: #bdab9e;
    }

    .gn-key span.gn-orange:after, .gn-percentages .gn-orange {
        background-color: #ff6800;
    }

    .gn-key span.gn-red:after, .gn-percentages .gn-red {
        background-color: #c40022;
    }

    .gn-key span.gn-brown:after, .gn-percentages .gn-brown {
        background-color: #3c302e;
    }

    .gn-key span.gn-teal:after, .gn-percentages .gn-teal {
        background-color: #243a45;
    }

    .gn-key span.gn-blue:after, .gn-percentages .gn-blue {
        background-color: #4686d7;
    }

    .gn-key span.gn-purple:after, .gn-percentages .gn-purple {
        background-color: #9960c7;
    }

.gn-percentages, .gn-percentages tbody tr:last-of-type td .progress {
    margin-bottom: 0;
}

    .gn-percentages tbody tr td {
        border-top: 0;
        padding: 0;
    }

.gn-table-wrapper {
    position: relative;
    z-index: 100;
}

.gn-lines {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

    .gn-lines div {
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        border-right: 2px dashed rgba(0,0,0,.25);
    }

        .gn-lines div.gn-0 {
            left: 0%;
        }

        .gn-lines div.gn-10 {
            left: 10%;
        }

        .gn-lines div.gn-20 {
            left: 20%;
        }

        .gn-lines div.gn-30 {
            left: 30%;
        }

        .gn-lines div.gn-40 {
            left: 40%;
        }

        .gn-lines div.gn-50 {
            left: 50%;
        }

        .gn-lines div.gn-60 {
            left: 60%;
        }

        .gn-lines div.gn-70 {
            left: 70%;
        }

        .gn-lines div.gn-80 {
            left: 80%;
        }

        .gn-lines div.gn-90 {
            left: 90%;
        }

        .gn-lines div.gn-100 {
            left: 100%;
        }

.progress {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.panel.panel-default {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.panel {
    margin-bottom: 0 !important;
}

h3.page-header {
    font-weight: bold;
}

/* ZM Login */
.login-img3-body {
    border-bottom: 250px solid #fff;
}

.login-logo {
    float: left;
    height: 32px;
    margin-top: 13px;
}

.nav-wrapper {
    float: right;
}

    .nav-wrapper a {
        float: left;
        display: block;
        color: white;
        padding: 25px;
        font-size: 20px;
        line-height: 28px;
        opacity: .8;
    }

        .nav-wrapper a:hover {
            opacity: 1;
        }

        .nav-wrapper a.active {
            font-weight: bold;
            opacity: 1;
        }


.login-wrapper {
    padding: 75px 0;
}

    .login-wrapper p {
        text-align: center;
        color: white;
        font-size: 18px;
        max-width: 780px;
        margin: 0px auto;
        text-shadow: 1px 1px 2px rgba(158,83,0,1);
        font-weight: bold;
        margin-bottom: 20px;
    }

        .login-wrapper p:first-of-type {
            font-size: 32px;
            text-shadow: 1px 1px 2px rgba(158,83,0,1);
            margin-bottom: 10px;
        }

.login-form .btn {
    color: #ff6800 !important;
    background-color: white !important;
    border-radius: 5px !important;
}

label.checkbox {
    margin: -10px 0 20px 0 !important
}

/* landing page */
.landing-wrapper {
    padding: 75px 0;
    position: relative;
}

    .landing-wrapper p, .landing-wrapper ul li {
        text-align: left;
        color: white;
        font-size: 18px;
        max-width: 700px;
        text-shadow: 1px 1px 2px rgba(158,83,0,1);
        font-weight: bold;
        margin-bottom: 20px;
    }

    .landing-wrapper ul {
        padding-left: 20px;
    }

        .landing-wrapper ul li {
            list-style-type: initial;
        }

    .landing-wrapper p:first-of-type {
        font-size: 32px;
        text-shadow: 1px 1px 2px rgba(158,83,0,1);
        margin-bottom: 10px;
    }

    .landing-wrapper img {
        position: absolute;
        width: 54%;
        bottom: 0;
        right: 0;
    }

    .landing-wrapper a {
        background-color: white;
        color: #ff6800 !important;
        background-color: white !important;
        border-radius: 5px !important;
        min-width: 150px;
        float: left;
        margin-top: 0px !important;
        margin-right: 20px;
    }

/* Filter Dropdown */
.filter-dropdown-wrapper {
    z-index: 1000;
}

.gnBorder {
    background-color: rgba(0,0,0,.2);
    margin-top: 5px;
    height: 30px;
    width: 1px;
    box-sizing: border-box;
    margin: 5px 5px 0 5px;
}

.dropdown-el {
    /* min-width: 12em; */
    position: relative;
    display: inline-block;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    top: .5em;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #797979;
    outline: none;
    border: .06em solid transparent;
    border-radius: 1em;
    transition: 0.3s all ease-in-out;
}

    .dropdown-el input {
        display: none;
    }

    .dropdown-el label {
        border-top: .06em solid #d9d9d9;
        display: block;
        height: 2em;
        line-height: 2em;
        padding-left: 1em;
        padding-right: 3em;
        cursor: pointer;
        position: relative;
        transition: 0.3s color ease-in-out;
    }

        .dropdown-el label:nth-child(2) {
            margin-top: 2em;
            border-top: .06em solid #d9d9d9;
        }

    .dropdown-el input:checked + label {
        display: block;
        border-top: none;
        position: absolute;
        top: 0;
    }

        .dropdown-el input:checked + label:nth-child(2) {
            margin-top: 0;
            position: relative;
        }

    .dropdown-el::after {
        content: "";
        position: absolute;
        right: 0.8em;
        top: 0.9em;
        border: 0.3em solid #1a1a1a;
        border-color: #1a1a1a transparent transparent transparent;
        transition: .4s all ease-in-out;
    }

    .dropdown-el.expanded {
        /* border: 0.06em solid #1a1a1a; */
        color: #1a1a1a;
        background: #fff;
        border-radius: .25em;
        padding: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        max-height: 15em;
    }

        .dropdown-el.expanded label {
            border-top: .06em solid #d9d9d9;
        }

            .dropdown-el.expanded label:hover {
                color: #ff6800;
            }

        .dropdown-el.expanded input:checked + label {
            color: #ff6800;
        }

        .dropdown-el.expanded::after {
            transform: rotate(-180deg);
            top: .55em;
        }

.topbar {
    background: rgb(49, 49, 49);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: white;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.75);
}

.vertical-line {
    border-right: 1px solid #FFF;
}

@media screen and (max-width: 991px) {
    .vertical-line {
        border-right: none;
    }
}



.layout-footer {
    border-top: solid 2px #FF962F;
    bottom: 0px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    background: #fff;
    width: 100%;
    position: fixed;
}

    .layout-footer .margin-20 {
        margin-right: 20px !important;
    }

    .layout-footer .margin-250 {
        margin-right: 250px !important;
    }

.layout-footer-left {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.layout-footer-right {
    text-align: right;
    margin-right: 250px !important;
}

    .layout-footer-right a {
        padding-left: 15px;
        padding-right: 15px;
        color: #FF962F;
    }

        .layout-footer-right a:hover {
            color: #FF962F;
            text-decoration: underline;
        }

        .layout-footer-right a img {
            max-height: 22px;
        }
