﻿body {
    background-image: url("/ui/img/splash.png");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

    body.loaded {
        background-image: none;
        background-color: transparent;
        opacity: 1;
    }


#app-info-box {
    background: #E6EEF6;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10;
}

#app-info-box-inner {
    min-width: 200px;
    min-height: 200px;
    height: auto;
    float: left;
    background-color: white;
    margin: 25px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
 
 

#app-info-box > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#app-info-box-content.nz-text {
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

#header,
#footer {
    overflow: hidden;
    box-sizing: border-box;
}

#footer {
    background-color: #F1F1F1;
    border-top: 1px solid #e2e4e7;
    min-height: 30px;
    max-height:40px;
}

#header {
    background-color: #F1F1F1;
    border-bottom: 1px solid #e2e4e7;
    height: 40px;
    line-height: 40px;
    contain: strict;
}



    #header a:hover {
        text-decoration: none;
    }


    #header #logo-bar {
        float: left;
        margin: 0;
        border-right: 1px solid #e2e4e7;
    }


    #header:after {
        display: block;
        content: "";
        clear: both;
    }

    #header .nz-menu-item {
        display: block;
        border-right: 1px solid #e2e4e7;
        height: inherit;
        float: left;
        /*min-width: 75px;*/
        text-align: center;
        height: 100%;
        letter-spacing: 1px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        font-size: 11px;
        text-transform: uppercase;
    }

        #header .nz-menu-item.nz-home {
            position: relative;
        }

        #header .nz-menu-item.nz-selected {
            background-color: #4AB6C6;
            color: white;
            font-weight: bold;
        }

        #header .nz-menu-item.nz-home > #nz-configure-home-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 14px;
            width: 14px;
            background-image: url('/ui/img/icOpenClickHot.png');
            background-size: 7px;
            background-repeat: no-repeat;
            background-position: center center;
        }


        #header .nz-menu-item.nz-home.nz-selected > #nz-configure-home-btn {
            background-image: url('/ui/img/icOpenClick2.png');
        }


        #header .nz-menu-item.nz-home > #nz-configure-home-btn:hover {
            background-image: url('/ui/img/icOpenClick2.png');
        }


#nav-wrapper {
    border-top: 1px solid #e2e4e7;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

#menu-sidebar {
    width: 255px;
    min-width: 255px;
    float: left;
    border-right: 1px solid #e2e4e7;
    background-color: #f5f7f8;
    z-index: 3;
    color: rgb(241, 241, 241);
    background-color: rgb(73, 91, 99);
    contain:strict;
}


#sidebar-toggle {
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #495B63;
    font-size: 13px;
    width: 36px;
    cursor: pointer;
}

#sidebar-logo {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    min-width: 215px;
    max-width: 215px;
    color: #495B63;
    border-left: 1px solid #e2e4e7;
    overflow: hidden;
    cursor: pointer;
}

    #sidebar-logo img {
        vertical-align: middle;
        margin-right: 5px;
        margin-left: 5px;
    }

        #sidebar-logo img[data-logo='netzoom'] {
            height: auto;
            max-width: 110px;
        }

        #sidebar-logo img[data-logo='company'] {
            height: auto;
            max-width: 45px;
            max-height: 30px;
        }

    #sidebar-logo span {
        font-style: italic;
        font-size: 13px;
        vertical-align: middle;
        font-size: 12px;
        letter-spacing: 1px;
    }



#sidebar-search-wrapper {
    position: relative;
    text-align: center;
    background-color: #f5f7f8;
    padding: 0;
    min-width: 36px;
}


    #sidebar-search-wrapper .search {
        position: relative;
        vertical-align: middle;
    }



    #sidebar-search-wrapper input {
        border: none;
    }

        #sidebar-search-wrapper input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #a9a9a9;
        }

        #sidebar-search-wrapper input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #a9a9a9;
            opacity: 1;
        }

        #sidebar-search-wrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #a9a9a9;
            opacity: 1;
        }

        #sidebar-search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #a9a9a9;
        }

        #sidebar-search-wrapper input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
            color: #a9a9a9;
        }


.search-input:before {
    font-family: FontAwesome;
    content: "\f0b0";
}



#sidebar-search-wrapper .search > .k-textbox {
    width: 100%;
    border: none;
}

#sidebar-search-wrapper input {
    color: #2d3e50;
    border: none;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
}

#sidebar-search-wrapper input {
    padding: 0.5em 0;
    font-size: 13px;
    line-height: 13px;
    height: 1.143em;
    text-indent: 3em;
}

#sidebar-search-wrapper .search-input {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 7px;
    padding-left: 15px;
    font-size: 15px;
    color: #a9a9a9;
}


#main {
    float: none;
    width: auto;
    position: relative;
    overflow: hidden;
    padding-left: 5px;
    contain:strict;
}

    #main iframe {
        height: 100%;
        width: 100%;
        border: none;
        border-left: 1px solid #e2e4e7;
    }


#user-option,
#sites-option {
    /*max-width: 150px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}



@media only screen and (max-width : 1320px) {


    #menu-sidebar {
        position: fixed;
        top: auto;
    }

        #menu-sidebar.k-rpanel-expanded {
            -webkit-box-shadow: 5px 0 15px 0 rgba(0,0,0,.15);
            -moz-box-shadow: 5px 0 15px 0 rgba(0,0,0,.15);
            box-shadow: 5px 0 15px 0 rgba(0,0,0,.15);
        }


    #sidebar-logo {
        display: none;
    }

    #header .nz-menu-item {
        letter-spacing: normal;
        min-width: 50px;
    }

    #main iframe {
        border: none !important;
    }


    #main {
        padding: 0px !important;
    }

    #main-overlay {
        left: 0px !important;
    }

    #user-option #option-user-label,
    #sites-option #option-site-label {
        display: none;
    }

   /*#option-user-label,
    #option-site-label + i {

        margin-left:0px;
    }*/
}

@media only screen and (min-width : 1199px) {

    #menu-sidebar.mini-mode {
        min-width: 0;
        /* width: auto; */
        width:40px;
        -webkit-transition: width 0.2s ease-in;
        -moz-transition: width 0.2s ease-in;
        -o-transition: width 0.2s ease-in;
        transition: width 0.2s ease-in;
    }

        #menu-sidebar.mini-mode #sidebar-search-wrapper input {
            display: none;
        }

        #menu-sidebar.mini-mode #sidebar-search-wrapper .search-input {
            position: relative;
            padding-left: 7px;
        }

        #menu-sidebar.mini-mode #nav-wrapper {
            border-top: none;
            overflow: hidden;
        }


        #menu-sidebar.mini-mode #menu-list .km-list {
            display: none;
        }


        #menu-sidebar.mini-mode #menu-list .nz-featurehead-text {
            display: none;
        }

        #menu-sidebar.mini-mode #menu-list .nz-toggle-cmd {
            display: none;
        }


        #menu-sidebar.mini-mode #menu-list .km-group-title {
            text-align: center;
        }
}

#menu-list.km-listview {
    margin: 0;
    outline-style: none;
    -moz-outline-style: none;
}

    #menu-list.km-listview .km-list {
        background-color: white;
        padding: 0;
        border: none;
        color: rgb(73, 91, 99);
    }

    #menu-list.km-listview .km-group-title {
        margin: 0;
        line-height: 0;
        font-size: 12px;
        line-height: 3em;
        padding: 0 1em;
        text-indent: 0;
        font-weight: normal;
    }

        #menu-list.km-listview .km-group-title .km-text img {
            vertical-align: middle;
            width: 16px;
            height: 16px;
        }

        #menu-list.km-listview .km-group-title .km-text {
            position: relative;
        }

#menu-list .km-group-title.nz-selected {
    background-color: #4AB6C6;
    color: white;
}


#menu-list .km-group-container:hover {
    background-color: gray;
}

#menu-list .km-list > li {
    line-height: normal;
    display: inline-block;
    min-width: 75px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #menu-list .km-list > li:hover,
    #menu-list .km-list > li.nz-selected {
        background-color: #e7eFee;
    }

    #menu-list .km-list > li i {
        font-size: 32px;
        margin-bottom: 10px;
        display: block;
    }

    #menu-list .km-list > li h4 {
        font-size: 11px;
        font-weight: normal;
        background-repeat: no-repeat;
        background-position: center;
    }

        #menu-list .km-list > li h4.nz-feature-item.feature {
            background-position: center 0;
            height: 25px;
            background-position-y: 0;
            width: 60px;
            padding-top: 20px;
            background-size: 16px 16px;
            text-align: center;
        }

        #menu-list .km-list > li h4.nz-feature-item.seperator {
            display: block;
            background-image: none;
            padding: 0;
            color: #495b63;
            width: 100%;
            text-align: left;
            font-size: 11px;
        }


    #menu-list .km-list > li.seperator {
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #e3e3e3;
        display: block;
        width: 100%;
        color: #555;
    }





#menu-list .nz-badge {
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    background-color: #ef593c;
    color: #EBECE6;
    border-radius: 50% !important;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: block;
    box-shadow: 0 0 1px #ef593c;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    
}

.nz-badge.is-nz-info{

    background-color:rgb(40, 169, 116) !important
}


#menu-list .nz-featurehead-icon {
}

#menu-list .nz-featurehead-text {
    margin-left: 1em;
}

#menu-sidebar #menu-list .km-group-title,
#menu-list .km-list > li {
    cursor: pointer;
}


#menu-list .km-group-container.nz-collapsed > .km-list {
    display: none;
}


#menu-sidebar #menu-list .nz-toggle-cmd:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f107";
}

#menu-sidebar #menu-list .km-group-container.nz-collapsed .nz-toggle-cmd:before {
    content: "\f106 ";
}

#menu-sidebar #menu-list .nz-toggle-cmd {
    position: absolute;
    right: 4px;
}

#sidebar-toggle {
    display: inline-block !important;
}


#main-overlay {
    position: absolute;
    bottom: 0;
    box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
    background-color: rgb(73, 91, 99);
    border-top: 1px solid #e2e4e7;
    left: 6px;
    right: 0;
    height: 400px;
    height: 35%;
    background-color: #F3F0F0;
    contain:strict;
    max-height: 100%;
    min-height: 20%;
}

#main-overlay > #main-overlay-handle{

    display: none;
    background-color: rgb(227, 227, 227);
    display: block !important;
    cursor: ns-resize!important;
    position: absolute;
    top:0;
    left:0;
    right:0;
}
#main-overlay > #main-overlay-handle:hover{
background-color: #b6bdca;
}

    #main-overlay.nz-collapsed {
        transition: transform .2s ease-out;
        transform: translateY(100%) translateZ(0);
        box-shadow: none;
    }

    #main-overlay.nz-expanded {
        transition: transform .2s ease-out;
        transform: translateY(0px) translateZ(0px);
    }
    #main-overlay.nz-expanded > #main-overlay-handle {

        height: 5px;
        z-index: 10;
        font-size: 8px;
        text-align: center;
    }

    #main-overlay .overlay-content {
        position: absolute;
        top: 36px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
    }

.nz-footer-btn {
    text-align: center;
    cursor: pointer;
    width: 60px;
    font-size: 13px;
    height: 100%;
    float: left;
    padding: 10px;
    border-right: 1px solid #e2e4e7;
    box-sizing: border-box;
    width: 60px;
    font-size: 13px;
}

    .nz-footer-btn:hover {
        background-color: #4AB6C6;
        color: white;
    }

#overlay-action-bar {
    float: right;
    text-align: center;
    cursor: pointer;
}

    #overlay-action-bar #btn-toggle-impact.nz-impact-on {
        color: red;
    }

body.nz-impact-mode #footer,
body.nz-maintenance-mode #footer {
    background: #353335;
    color: white;
    border-top-color: black;
}

#main-overlay [data-overlay-section='messages'] #overlay-title {
    
    background-image: url(/ui/img/icEmail.png);
    
    }
    #main-overlay [data-overlay-section='alert'] #overlay-title
    {
    
    background-image: url(/ui/img/icbAlert.png);
    
    }
     #main-overlay [data-overlay-section='tasks'] #overlay-title{
    
    background-image: url(/ui/img/icbBackground-Tasks.png);
    
    }
     #main-overlay [data-overlay-section='monitoring_sources'] #overlay-title{
    
    background-image: url(/ui/img/icbMonitoring-Sources.png);
    
    }
     #main-overlay [data-overlay-section='impact_analysis'] #overlay-title
     {
    
    background-image: url(/ui/img/icbTree-Warn.png);
    
    }


#overlay-action-bar #btn-toggle-impact,
#overlay-action-bar #btn-logout,
#overlay-action-bar #btn-open-external,
#overlay-action-bar #btn-demo,
#overlay-action-bar #btn-messages,
#overlay-action-bar li.action-bar-label,
#overlay-action-bar li.action-bar-btn {
    display: inline-block;
    padding: 10px;
    float: left;
    border-left: 1px solid #e2e4e7;
    box-sizing: border-box;
    min-width: 52px;
    font-size: 16px;
    position: relative;
}


    #overlay-action-bar #btn-logout :after,
    #overlay-action-bar:after {
        clear: both;
    }

#overlay-action-bar #btn-logout {
    background-image: url("/ui/img/icLogout.png");
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}


#overlay-action-bar #btn-demo { 
    background-image: url('/ui/img/icbDemo.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

#overlay-action-bar #btn-messages { 
    background-image: url('/ui/img/icEmail.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

#overlay-action-bar #btn-floorplan { 
    background-image: url('/ui/img/icFloorLayout.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

#overlay-action-bar #btn-open-external { 
    background-image: url('/ui/img/icbNew-Session.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Impact Analysis'] {
    background-image: url('/ui/img/icbTree-Warn.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}


.action-bar-btn[data-feature='Monitoring Resources'] {
    background-image: url('/ui/img/icbMonitoring-Sources.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Background Tasks'] {
    background-image: url('/ui/img/icbBackground-Tasks.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Critical Alerts'] {
    background-image: url('/ui/img/icbAlert.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Impact Analysis'].nz-selected {
    background-image: url('/ui/img/icbTreeWarnWhite.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}


.action-bar-btn[data-feature='Monitoring Resources'].nz-selected {
    background-image: url('/ui/img/icbMonitoringSourcesWhite.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Background Tasks'].nz-selected {
    background-image: url('/ui/img/icbBackgroundTasksWhite.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.action-bar-btn[data-feature='Critical Alerts'].nz-selected {
    background-image: url('/ui/img/icbAlertWhite.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}



#overlay-action-bar li.action-bar-btn.nz-selected {
    background-color: rgb(73, 91, 99);
    border-color: rgb(73, 91, 99);
}

#overlay-action-bar li.action-bar-btn .nz-badge {
   
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    background-color: #ef593c;
    color: #EBECE6;
    border-radius: 50% !important;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: block;
    box-shadow: 0 0 1px #ef593c;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.24);
    border-radius: 10rem !important;
    padding-right: .6em;
    padding-left: .6em;
    width: auto;
    
}


i.nz-badge {
    position: relative;
}

    i.nz-badge:after {
        content: "";
        position: absolute;
        background-color: red;
        height: 10px;
        top: -5px;
        right: -5px;
        width: 10px;
        border-radius: 50%;
        color: white;
    }

#overlay-title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e2e4e7;
    font-size: 13px;
    background-color: #e3e3e3;
    color: #495b63;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    padding-left: 30px;
}
 


    #overlay-title .title-action-bar {
        float: right;
    }

        #overlay-title .title-action-bar .title-action-bar-btn {
            width: 50px;
            text-align: center;
            cursor: pointer;
            font-size: 13px;
            display: inline-block;
        }

            #overlay-title .title-action-bar .title-action-bar-btn.btn-close:hover {
                color: #4AB6C6;
            }




#header .nz-menu-item:hover {
    background-color: #4AB6C6;
    color: white;
    border-color: #4AB6C6;
}

#header #right-options {
    float: right;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    list-style: none;
    display: inline-block;
}

    #header #right-options li {
        display: inline-block;
        float: right;
        border-left: 1px solid #e2e4e7;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        letter-spacing: 1px;
    }

        #header #right-options li.nz-selected,
        #header #right-options > li:hover {
            background-color: #4AB6C6;
            color: white;
            border-color: #4AB6C6;
            padding-bottom: -1px;
        }

body > .nz-center-loader {
    top: 40px;
}

.nz-sceeencapture-preview {
    display: none;
}

    .nz-sceeencapture-preview.active {
        display: block;
        z-index: 1000000;
        background-color: rgba(36, 36, 37, 0.79);
        opacity: 1;
    }



        .nz-sceeencapture-preview.active > div {
            margin: auto;
            height: 100%;
            width: 80%;
            background-position-y: center;
            background-repeat: no-repeat;
            background-size: 100%;
            padding-left: 10px;
            padding-right: 10px;
            background-origin: content-box;
            margin: 0 auto;
        }


.k-notification {
    border: 0;
}


.k-widget.k-notification.k-notification-info {
    background-color: rgb(73, 91, 99);
    color: white;
    border-color: #e2e4e7;
}

.k-notification-info.k-group {
    background-color: rgba(0%,0%,0%,.7);
    color: #fff;
}

.k-widget.k-notification .new-alert {
    width: 300px;
    height: 100px;
}

    .k-widget.k-notification .new-alert h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .k-widget.k-notification .new-alert img {
        float: left;
        margin: 30px 15px 30px 30px;
    }


.screenshot {
    position: absolute;
    top: 50%;
    height: 400px;
    z-index: 1000;
    margin: auto;
    left: 0;
    right: 0;
    border: 1px solid black;
}


#main-action-overlay {
    position: fixed;
    top: 0;
    z-index: 50;
    height: 100%;
    width: 100%;
    background-color: rgba(70,76,80,0.6);
    display: none;
}

.nz-right-drawer {
    width: 400px;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 51;
    color: rgb(241, 241, 241);
    background-color: rgb(73, 91, 99);
    transition: transform .2s ease-out;
    contain:strict;
}


.nz-right-drawer {
    background-color: white;
}

    .nz-right-drawer.nz-expanded {
        webkit-transition: -webkit-transform .2s ease-out;
        -ms-transition: -ms-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out;
        transform: translateX(0px) translateZ(0);
        -webkit-transform: translateX(0px) translateZ(0);
        -ms-transform: translateX(0px) translateZ(0);
    }

    .nz-right-drawer.nz-collapsed {
        webkit-transition: -webkit-transform .2s ease-out;
        -ms-transition: -ms-transform .2s ease-out;
        transform: translateX(100%) translateZ(0);
        -webkit-transform: translateX(100%) translateZ(0);
        -ms-transform: translateX(100%) translateZ(0);
        box-shadow: none;
    }


    .nz-right-drawer .overlay-title {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        background-color: #F1F1F1;
        color: #495b63;
        border-bottom: 1px solid #e2e4e7;
    }

        .nz-right-drawer .overlay-title i {
            margin-right: 10px;
            margin-left: 10px;
        }

    .nz-right-drawer .title-action-bar {
        float: right;
    }


    .nz-right-drawer .overlay-cotent {
        position: absolute;
        top: 41px;
        bottom: 0;
        left: 0;
        right: 0;
        color: #495b63;
        overflow: auto;
    }

    .nz-right-drawer .overlay-title .title-action-bar .title-action-bar-btn {
        width: 50px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        display: inline-block;
    }




        .nz-right-drawer .overlay-title .title-action-bar .title-action-bar-btn:hover {
            background-color: #4AB6C6;
            color: white;
        }


#site-list.km-listview,
#user-list.km-listview {
    margin: 0;
    padding: 0;
    border: none;
}


.impersonated-user-preview {
    cursor: pointer;
    border-bottom: 1px solid #e2e4e7;
    padding: 15px;
    background-color: #cc4c33;
    color: white;
    display: none;
    position: relative;
}


    .impersonated-user-preview:after {
        font-family: FontAwesome;
        content: "\f00d";
        font-size: 40px;
        top: 50%;
        position: absolute;
        right: 10px;
        transform: translateY(-50%);
    }

#user-list.km-listview li:hover,
#site-list.km-listview li>ul>li:hover {
    background-color: #e7eFee;
}

#user-list.km-listview li,
#site-list.km-listview li {
    cursor: pointer;
    border-bottom: 1px solid #e2e4e7;
    padding: 15px;
}

.site-detail-preview {
    padding: 15px;
    position: relative;
}

.nz-site-item {
    position: relative;
}

    .nz-site-item h4,
    .nz-site-item h5 {
        margin: 0;
        padding: 0;
        line-height: normal;
        font-weight: normal;
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nz-site-map-item h4,
    .nz-site-map-item h5{

        max-width: auto;
    }



    .nz-site-item h4 {
        font-size: 13px;
        text-transform: uppercase;
    }

    .nz-site-item h5 {
        font-size: 11px;
        margin-top: 5px;
        font-style: italic;
    }

    .nz-user-item .left-preview,
    .nz-site-item .left-preview {
        display: table;
        font-size: 50px;
        float: left;
    }

        .nz-user-item .left-preview i,
        .nz-site-item .left-preview i {
            display: table-cell;
        }

    .nz-site-item .left-preview {
        margin-top: 10px;
    }

    .nz-user-item .right-preview,
    .nz-site-item .right-preview {
        margin-left: 20px;
    }

        .nz-site-item .right-preview .nz-site-date,
        .nz-site-item .right-preview .nz-site-time {
            margin-left: 5px;
            margin-right: 5px;
            display: inline-block;
            width: 70px;
        }

    .nz-site-item .left-preview img,
    .nz-user-item .left-preview img {
        height: auto;
        width: auto;
        max-height: 50px;
        max-width: 50px;
        border: 1px solid rgb(226, 228, 231);
    }

#sites-option #option-site-avatar,
#user-option #option-user-avatar {
    max-height: 32px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid rgb(226, 228, 231);
    width: auto;
}

.nz-user-item .user-name {
    font-size: 13px;
    font-weight: normal;
}

.nz-user-item .user-role {
    background: #0359B1;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    font-weight: normal;
    margin-top: 5px;
}


    .nz-user-item .user-role i {
        margin-right: 5px;
    }

.nz-user-item.nz-delegated::after {
    position: absolute;
    top: 10px;
    right: 10px;
    background: orange;
    padding: 5px;
    font-size: 10px;
    color: white;
    content: "DELEGATED";
}

#user-action-wrapper .user-preview {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e4e7;
}

#site-action-wrapper .site-preview {
    border-bottom: 1px solid #e2e4e7;
    padding: 0;
    margin: 0;
    position: relative;
}

#user-action-wrapper .user-preview .user-avatar {
    height: 128px;
    border: 1px solid rgb(226, 228, 231);
}


#site-action-wrapper .site-preview img {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(226, 228, 231);
    cursor: pointer;
}


#user-action-wrapper .user-preview .user-name {
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 13px !important;
    text-transform: uppercase;
}

#user-action-wrapper .user-preview .user-email {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
}


#user-action-wrapper .user-preview .user-edit-btn {
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e2e4e7;
    margin-left: 10px;
    text-decoration: underline;
}

#user-action-wrapper .user-preview .user-role {
    background: #0359B1;
    padding: 5px 10px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

    #user-action-wrapper .user-preview .user-role i {
        margin-right: 5px;
    }


#user-option.nz-impersonator {
    background-color: #cc4c33;
    color: white;
}



/* FULL SCREEN PAGE*/

.nz-fs-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
}

.nz-fs-page-header {
    overflow: hidden;
}

.nz-fs-page-header {
    background-color: #F1F1F1;
    border-bottom: 1px solid #e2e4e7;
    height: 40px;
    line-height: 40px;
}

    .nz-fs-page-header a:hover {
        text-decoration: none;
    }

    .nz-fs-page-header .nz-logo-container {
        float: left;
        margin: 0;
        margin-left: 10px;
    }

    .nz-fs-page-header:after {
        display: block;
        content: "";
        clear: both;
    }


    .nz-fs-page-header .nz-logo-container .nz-logo {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        min-width: 215px;
        max-width: 215px;
        color: #495B63;
        text-align: center;
        overflow: hidden;
    }

        .nz-fs-page-header .nz-logo-container .nz-logo img {
            vertical-align: middle;
            height: 18px;
        }

        .nz-fs-page-header .nz-logo-container .nz-logo span {
            margin-left: 5px;
            margin-right: 5px;
            font-style: italic;
            vertical-align: middle;
            font-size: 12px;
            letter-spacing: 1px;
        }


.nz-fs-page-content {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
}

.nz-fs-page-actions {
    float: right;
}

    .nz-fs-page-actions .nz-fs-action-btn {
        width: 50px;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        display: inline-block;
    }

        .nz-fs-page-actions .nz-fs-action-btn:hover {
            background-color: #4AB6C6;
            color: white;
        }

#nz-dashboard-container > iframe {
    height: 100%;
    width: 100%;
    border: none;
}


body.home-default #sidebar-toggle {
    display: none !important;
}


body.home-default #sidebar-logo {
    border-left: none;
    margin-left: 10px;
    min-width: 200px;
    max-width: 200px;
}

body.home-default #menu-sidebar {
    display: none;
}

body.home-default #main {
    padding: 0 !important;
}


.btn-close {
    background-image: url(/ui/img/Delete.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

    .btn-close:hover {
        color: transparent !important;
    }

#nz-workflow-frame iframe {
    height: 100%;
    width: 100%;
    border: none;
}


.nz-load-mask, .nz-empty-mask {
    background-color: #f1f1f1;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.nz-load-mask, .nz-empty-mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.nz-load-mask {
    opacity: .99;
}
.disabled {
    opacity: .25;
}



img.list-tree-icon-16, img.list-tree-icon-24, img.list-tree-icon-32 {
    vertical-align: middle;
}

.k-widget img.list-tree-icon-16, div[data-form] img.list-tree-icon-16, img.list-tree-icon-16 {
    max-height: 16px;
    max-width: 16px;
}

.k-widget img.list-tree-icon-24, div[data-form] img.list-tree-icon-24, img.list-tree-icon-24 {
    max-height: 24px;
    max-width: 24px;
}

.k-widget img.list-tree-icon-32, div[data-form] img.list-tree-icon-32, img.list-tree-icon-32 {
    max-height: 32px;
    max-width: 32px;
}


div.k-disabled, span.k-disabled, input::placeholder, textarea::placeholder {
    color: silver;
}

span.k-widget.k-tooltip.k-tooltip-validation {
    position: absolute;
    right: 0;
    top: -9px;
}



#demo-screen-overlay {
    
    background: rgba(0, 0, 0, 0.18);
    display: none;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 99998;
}

#demo-screen-overlay #demo-controls {

    position: absolute;
    bottom:50px;
    right:50px;
}
    
#demo-screen-overlay #demo-controls  .demo-control-btn {

    border-radius: 50%  !important;
    border: 2px solid #244d53;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 3px white;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: 32px 32px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}

#demo-screen-overlay #demo-topic{
    vertical-align: middle;
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    background: black;
    color: white;
    padding: 5px;
}
#demo-screen-overlay #demo-controls  .demo-control-btn:hover {
    background-repeat: no-repeat;
    border-color:black;
}

#demo-screen-overlay #demo-controls  .demo-control-btn[data-demo-control='play']{

    background-image: url(/ui/img/icDemoPlay.png);
    background-color: black;
}
#demo-screen-overlay #demo-controls  .demo-control-btn[data-demo-control='stop']{
    
        background-image: url(/ui/img/icDemoStop.png);
    }

    #demo-screen-overlay #demo-controls  .demo-control-btn[data-demo-control='pause']{
        
            background-image: url(/ui/img/icDemoPause.png);
        }