﻿.dx-theme-generic-typography {
    -webkit-font-smoothing: antialiased;
    font-family: "Calibri", "Arial";
    color: White;
}

.dx-widget {
    -webkit-font-smoothing: antialiased;
    font-family: "Calibri", "Arial";
    color: White;
}

.dx-list-item, .dx-list .dx-empty-message, not(.dx-popup-wrapper) {
    color: White;
}

.dx-list-collapsible-groups .dx-list-group-header {
    color: White;
}

.jstree-default .jstree-clicked {
    background: #B9B9B9;
    color: #333;
    width: 100%;
}

.jstree-default .jstree-hovered {
    background: #C0C0C0;
    color: #333;
}

.desktop-layout {
    width: 100%;
    height: 100%;
    background: #2F2F2F;
    padding: 0px 0px 0px 0px;
}

    .desktop-layout .page {
        width: 100%;
        min-height: 100%;
        position: relative;
    }

    .desktop-layout header {
        height: 33px;
     background: #469EA5;
    }

.top-panel {
    width: 100%;
    height: 25px;
    background-color: White;
}

.top-panel-page-width {
    width: auto;
    height: 25px;
    margin: 0px 0px 0px 0px;
    background-color: White;
}

.top-panel-spliter {
    width: 2px;
    height: 19px;
    float: right;
    margin-top: 3px;
    border-left: 1px solid grey;
}

.top-panel-page-width > a {
    float: right;
    cursor: pointer;
    display: block;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
}

    .top-panel-page-width > a:hover {
        text-decoration: underline;
    }

.top-panel-page-width #eventsIcon {
    background: url(../../images/Events.png) no-repeat;
    cursor: pointer;
    float: right;
    width: 21px;
    height: 19px;
    margin: 3px 15px 0px 15px;
    padding: 0px 0px 0px 0px;
}

.top-panel-page-width #searchIcon {
    background: url(../../images/Search.png) no-repeat;
    cursor: pointer;
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 20px;
}

.top-panel-page-width #searchTextTop {
    float: right;
    width: 120px;
    height: 15px;
    margin-top: 3px;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #818181;
    padding-left: 5px;
    border-radius: 5px;
}

.header-page-width {
    height: 100%;
    margin: 0px 25px 0px 25px;
}

    .header-page-width .header-logo {
        position: relative;
        width: 95px;
        height: 33px;
        background: url(../../images/webZON-Logo.png) no-repeat;
    }

.header-menu {
    height: 100%;
    margin: 0 auto;
    float: right;
}

.header-menu-button {
    background-color: inherit;
    width: 94px;
    height: 62px;
    cursor: pointer;
    float: right;
}

.header-menu-button-mouseover {
    background-color: #3d7277;
}

.header-menu-button-selected {
    background-color: #3f403f;
}

.menuBtnExpand {
    background-image: url(../../images/wZonDesktopLayout.png);
}

.menuBtnInfo {
    background-image: url(../../images/InformationButton.png);
}

.menuBtnReports {
    background-image: url(../../images/ReportsButton.png);
}

.menuBtnDashboard {
    background-image: url(../../images/DashboardButton.png);
}

.menuBtnMap {
    background-image: url(../../images/MapButton.png);
}

.main-area {
    position: absolute;
    width: 100%;
    height: auto;
    top: 64px;
    bottom: 0px;
}

.main-area-page-width {
    width: auto;
    height: 100%;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.main-area-left-panel-container {
    float: left;
    position: relative;
    height: 100%;
    width: 250px;
    background-color: RGB(86, 86, 86);
}

.main-area-left-panel-tree {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main-area-right-panel {
    margin: 0px 0px 0px 185px;
    height: 100%;
    width: auto;
}

    .main-area-right-panel .main-area-content-panel {
        float: left;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .main-area-right-panel .main-area-info-panel {
        float: right;
        background-color: rgb(86,86,86);
        margin: 0px 0px 0px 0px;
        height: 100%;
        width: 0px;
    }

    .main-area-right-panel .main-area-info-panel-header {
        margin-top: 5px;
        height: 20px;
    }

    .main-area-right-panel .main-area-info-panel-body {
        height: calc(100% - 30px);
    }

    .main-area-right-panel .main-area-info-panel-body-hidden {
        visibility: hidden;
        height: 0px;
    }

    .main-area-right-panel .info-mode {
        float: left;
        margin: 0px 0px 0px 5px;
        width: 21px;
        height: 19px;
    }

    .main-area-right-panel .info-mode-route {
        background: url(../../images/Route.png) no-repeat;
    }

    .main-area-right-panel .info-mode-events {
        background: url(../../images/Events.png) no-repeat;
    }

    .main-area-right-panel .info-mode-search {
        background: url(../../images/Search.png) no-repeat;
    }

    .main-area-right-panel #infoClose {
        background: url(../../images/X_up.png) no-repeat;
        width: 19px;
        height: 17px;
        float: right;
        cursor: pointer;
        margin: 0px 5px 0px 0px;
    }

        .main-area-right-panel #infoClose:hover {
            background: url(../../images/X_down.png) no-repeat;
        }

.desktop-layout footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 23px;
    background: #469EA5;
}

.desktop-layout .footer-page-width {
    margin: 0px 0px 0px 0px;
    width: auto;
    height: 100%;
}

.desktop-layout .footer-links-right {
    float: right;
    background: url("https://s3.amazonaws.com/galooli.system.links/general/logo_GalooliOTO_portal_white.PNG") no-repeat;
    display: block;
    margin-top: 3px;
    width: 80px;
    height: 20px;
}

.desktop-layout .footer-links-right-rel {
    float: right;
    display: block;
    margin-top: 2px;
    width: 100px;
    height: 20px;
    color: white;
}


.desktop-layout .footer-links-left {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
    width: 20px;
    height: 19px;
    display: block;
}

#linkYouTube {
    background: url(../../images/Youtube.png) no-repeat;
}

    #linkYouTube:hover {
        background: url(../../images/Youtube_MO.png) no-repeat;
    }

#linkFacebook {
    background: url(../../images/Facebook.png) no-repeat;
}

    #linkFacebook:hover {
        background: url(../../images/Facebook_MO.png) no-repeat;
    }

#linkLinkedin {
    background: url(../../images/Linkedin.png) no-repeat;
}

    #linkLinkedin:hover {
        background: url(../../images/Linkedin_MO.png) no-repeat;
    }

.session-expired-message {
    visibility: visible;
    float: left;
    width: 200px;
    height: 30px;
}

#txtMainSearch {
    margin: 5px 8px 10px 8px;
    height: auto;
    width: auto;
}

.search_result_count {
    height: auto;
    width: auto;
    margin: 0px 0px 0px 15px;
    color: RGB(86,86,86);
}

#divSearchResults {
    margin-top: 15px;
    height: 100%;
    overflow: auto;
    height: calc(100% - 85px);
    width: auto;
    color: #ddd;
}

.search_result_item {
    cursor: pointer;
}

    .search_result_item:hover {
        background-color: #334142;
    }

    .search_result_item span {
        color: #DA5859;
    }

.search_result_title {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0px 0px 20px;
    line-height: 1;
}

.search_result_text {
    margin: 0px 0px 0px 20px;
}

.event-item {
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

.event-item-top {
    height: 20px;
}

.event-item-severity {
    width: 43px;
    height: 13px;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}

.severity-1 {
    background: url(../../images/Event_Blue.png) no-repeat;
}

.severity-2 {
    background: url(../../images/Event_Yellow.png) no-repeat;
}

.severity-3 {
    background: url(../../images/Event_Red.png) no-repeat;
}

.event-item-popup {
    width: 17px;
    height: 16px;
    float: left;
    margin-left: 20px;
    background: url(../../images/popup.png) no-repeat;
}

.event-item-time {
    float: right;
    margin-right: 5px;
}

.event-item-body {
    font-size: 13px;
    height: auto;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-item-name {
    float: left;
    margin-left: 8px;
    width: auto;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-item-value {
    width: auto;
    margin-right: 5px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.event-item-unit {
    margin-left: 8px;
}

.event-notification {
    display: none;
    cursor: pointer;
    color: White;
    border: 1px solid white;
    background: rgba(69, 82, 89, 0.5);
    width: 25%;
    height: 60px;
    position: absolute;
    bottom: 80px;
    left: 250px;
}

.main-list-route .dx-list-group-header {
    height: auto;
    min-height: 60px;
}

.route-story-waypoint {
    margin: -10px 0px 10px 0px;
    color: #ddd;
}

.route-story-waypoint-caption {
    font-size: 16px;
    text-align: center;
    margin-top: -5px;
}

.route-story-waypoint-distance {
    float: left;
    font-size: 12px;
    color: #469ea5;
    font-weight: bold;
}

.route-story-waypoint-duration {
    float: right;
    font-size: 12px;
    color: #469ea5;
    font-weight: bold;
}

.route-story-step {
    padding: 0px 5px 0px 5px;
}

.route-story-step-inst {
    white-space: normal;
}

.route-story-step-distance {
    float: left;
    font-size: 12px;
    color: #469ea5;
}

.route-story-step-duration {
    float: right;
    font-size: 12px;
    color: #469ea5;
}

.dx-list-item, .dx-list .dx-empty-message {
    color: #232323;
}


.main-area-right-panel-content {
    width: 100%;
    height: 100%;
    float: right;
}
.error_message_text {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-left: 25px;
}
.map-popupGeoInfo {
    position: absolute;
    top: 100px;
    height: 30px;
    left: 10px;
  /*  min-width:100px;*/
    width: auto;
    font-family: Calibri Arial;
    background-color: rgba(69, 82, 89, 0.5);
    font-size: 16px;
 /*   border-radius: 10px; */
    text-align:center;
}
.geofence-visible-class {
    float: right;
    width: 20px;
    margin-top: 5px;
    text-align: left;
    color: #ddd;
}
