﻿



.northWestDataAnalysis {
    left: 8px;
    height: 36px;
    width: 410px;
    /*width                   : 450px;*/
    z-index: 1010;
}

.northEast {
    right: 0px;
    height: 52px;
    width: 230px;
    z-index: 1500;
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    /*top: -5px;*/
    margin-top: 0;
}

.analysisTypeIndicatorContainer {
    left        : 410px;
    height      : 50px;
    z-index     : 1010;
}

.north {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(239, 239, 239, 0.9);
    border-bottom: 1px solid #CDD0D2;
    z-index: 1010;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .north > .left {
        float: left;
        margin-top: 6px;
        width: 172px;
        height: 100%;
    }

    .north > .center {
        float: left;
        width: calc(100% - 470px);
        width: -webkit-calc(100% - 470px);
        width: -moz-calc(100% - 470px);
        height: 100%;
    }

        .north > .center > .topOperatorContainer {
            margin-left: auto;
            margin-right: auto;
            width: 316px;
            height: 100%;
        }

            .north > .center > .topOperatorContainer > .searchOperatorContainer {
                float: left;
                width: 280px;
                height: 100%;
            }

            .north > .center > .topOperatorContainer > .menuOperatorContainer {
                float: left;
                width: 36px;
                height: 100%;
            }

.favoritesContainer {
    float: left;
    width: auto;
    height: auto;
    z-index: 1010;
    position: relative;
    margin-left: 55px;
}

    .north > .right {
        float: right;
        margin-top: 6px;
        width: 294px;
        height: 100%;
        margin-right: 4px;
    }

/* South */
.southFooterRight {
    position: absolute;
    right: 0;
    bottom: 25px;
    height: 150px;
    width: 4%;
    z-index: 1010;
}

.south {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    width: 90%;
    z-index: 1010;
}

.south > .footerLeft[active = "true"]{
    margin-left: 235px;
}

.south > .footerLeft[pinButtonActive = "true"]{
    margin-left: 55px;
}

.south > .footerLeft {
    float: left;
    margin-left: 8px;
    padding-right: 8px;
    height: 28px;
    background-color: #F9F9F9;
    z-index: 1010;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.south > .footerLeft[active = "true"]{
    margin-left: 235px;
}

.south > .footerLeft[pinButtonActive = "true"]{
    margin-left: 55px;
}

.south > .footerRight {
    float: right;
    margin-right: 8px;
    height: 28px;
    z-index: 1010;
}

.south > .footerRight .geoloc {
    margin-bottom: 5px;
}

/* West & East common */
.ewContainer {
    position: absolute;
    top: 48px; /* 36 px north + shadow + 4 px gap */
    height: -moz-calc(100% - 94px); /* 42 px top + 29 px south + 8 px gap */
    height: -webkit-calc(100% - 94px);
    height: calc(100% - 94px);
    width: 700px;
    z-index: 1010;
    /*
    -webkit-border-radius   : 3px; -moz-border-radius: 3px; border-radius: 3px;
    -webkit-box-shadow      : 3px 3px 6px rgba(0, 0, 0, 0.25); -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    */
}

.ewBodyContainer {
    float: left;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.ewBodyResizer {
    float: left;
    width: 3px;
    height: 100%;
    cursor: ew-resize;
}

    .ewBodyResizer[dragging] {
        background-color: #162c43;
    }

.ewBodyInnerContainer {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ewBodyInnerContainer[resizer] {
        margin-left: 7px;
        width: calc(100% - 17px);
        width: -webkit-calc(100% - 17px);
        width: -moz-calc(100% - 17px);
    }

    .ewBodyInnerContainer .plugInContainer {
        float: left;
        width: 100%;
        height: 100%;
    }
/* Notch Container */
.ewNotchContainerDrag {
    position: absolute;
    width: 50px;
    height: 100px;
    overflow: hidden;
}


.ewNotchContainer {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 110px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.west .ewNotchContainer {
    margin-right: -50px;
    right: 0;
}

.east .ewNotchContainer {
    left: -50px;
}

.dataAnalysisEast .ewNotchContainer {
    left: -50px;
}

/* Notch Circle */
.ewCircle {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    border-style: solid;
    border-color: #FFFFFF;
    opacity: 0.6;
}
/* West Notch Circle */
.west .ewCircle {
    float: right;
    background: rgba(62, 82, 103, 0.4) url(images/notch-right-arrow.png) 73px center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .west .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-right-arrow.png) 73px center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

.west[expanded] .ewCircle {
    background: rgba(62, 82, 103, 0.1) url(images/notch-left-arrow.png) 68px center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .west[expanded] .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-left-arrow.png) 68px center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
/* East Notch Circle */
.east .ewCircle {
    float: left;
    background: rgba(62, 82, 103, 0.4) url(images/notch-east-arrow.png) center center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .east .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-east-arrow.png) center center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

.east[expanded] .ewCircle {
    background: rgba(62, 82, 103, 0.1) url(images/notch-east-arrow.png) -50px center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .east[expanded] .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-east-arrow.png) -50px center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

.dataAnalysisEast .ewCircle {
    float: left;
    background: rgba(62, 82, 103, 0.4) url(images/notch-east-arrow.png) center center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .dataAnalysisEast .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-east-arrow.png) center center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

.dataAnalysisEast[expanded] .ewCircle {
    background: rgba(62, 82, 103, 0.1) url(images/notch-east-arrow.png) -50px center no-repeat;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

    .dataAnalysisEast[expanded] .ewCircle:hover {
        background: rgba(62, 82, 103, 1) url(images/notch-east-arrow.png) -50px center no-repeat;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
/* West */
.west {
    left: -458px;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    z-index: 1010;
}

    .west[expanded] {
        left: 8px;
        -moz-transition: 0.75s;
        -o-transition: 0.75s;
        -webkit-transition: 0.75s;
        transition: 0.75s;
    }

    .west > .ewBodyContainer {
        float: left;
    }

    .west .plugInContainer {
        float: left;
        width: 100%;
    }

.westPlugIns {
    float: left;
    width: 100%;
    height: 100%;
}

    .westPlugIns > div:first-of-type {
        float: left;
        width: 100%;
        height: 36px;
    }

    .westPlugIns > div:not(:first-of-type) {
        float: left;
        width: 100%;
        height: calc(100% - 46px);
        height: -webkit-calc(100% - 46px);
        height: -moz-calc(100% - 46px);
        margin-top: 10px;
    }
/* East */
.east {
    right: -450px;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    z-index: 1010;
}

    .east[expanded] {
        right: 8px;
    }

    .east > .ewBodyContainer {
        float: right;
    }

    .east[expanded] {
        right: 8px;
        -moz-transition: 0.75s;
        -o-transition: 0.75s;
        -webkit-transition: 0.75s;
        transition: 0.75s;
    }

.dataAnalysisEast {
    right: -700px;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    z-index: 1010;
}

    .dataAnalysisEast[expanded] {
        right: 8px;
    }

    .dataAnalysisEast > .ewBodyContainer {
        float: right;
    }

    .dataAnalysisEast[expanded] {
        right: 8px;
        -moz-transition: 0.75s;
        -o-transition: 0.75s;
        -webkit-transition: 0.75s;
        transition: 0.75s;
    }
/* West Tab Bar */
.westTabBarTool {
    height: 43px;
    line-height: 43px;
    background-color: #3e5267;
    color: #ffffff;
    display: table-cell;
    text-align: center;
    /*-webkit-text-shadow   : rgba(110, 141, 170, 0.3) 0 0 1px;
    text-shadow             : rgba(110, 141, 170, 0.3) 0 0 1px;*/
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
}

    .westTabBarTool[pressed] {
        background-color: #FFFFFF;
        color: #3e5267;
        font-weight: bold;
        /*-webkit-text-shadow   : rgba(22, 44, 67, 0.6) 0 0 1px;
    text-shadow             : rgba(22, 44, 67, 0.6) 0 0 1px;*/
    }

.ewBodyContainer > .tabBarToolbar {
    display: table;
    table-layout: fixed;
    height: 43px;
}

.westTabBarTool > .closeButton {
    margin-top: 6px;
}

    .westTabBarTool > .closeButton .dx-button .dx-icon {
        color: #606060;
    }

.westTabBarTool[pressed] > .closeButton .dx-button .dx-icon {
    color: #FFFFFF;
}
/* mapBody */
.mapBody {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
/* dashboard */
.globalDashboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(62, 82, 103, 0.9);
}

.globalDashboardContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
    height: 620px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.globalDashboardContainerRow {
    float: left;
    width: 100%;
}

    .globalDashboardContainerRow:nth-of-type(1) {
        height: 40px;
    }

    .globalDashboardContainerRow:nth-of-type(2) {
        height: 500px;
        margin-top: 20px;
    }

    .globalDashboardContainerRow:nth-of-type(3) {
        height: 40px;
        margin-top: 20px;
    }

.globalDashboardContainerColumn {
    float: left;
    height: 100%;
    width: 360px;
}

    .globalDashboardContainerColumn:not(:first-of-type) {
        margin-left: 20px;
    }

.globalDashboardContainerCell {
    float: left;
    width: 100%;
}

    .globalDashboardContainerCell[type="cell_0_0"] {
        height: 40px;
    }

    .globalDashboardContainerCell[type="cell_0_1"] {
        height: 240px;
        margin-top: 20px;
    }

    .globalDashboardContainerCell[type="cell_0_2"] {
        height: 180px;
        margin-top: 20px;
    }

    .globalDashboardContainerCell[type="cell_1_0"] {
        height: 300px;
    }

    .globalDashboardContainerCell[type="cell_1_1"] {
        height: 180px;
        margin-top: 20px;
    }

    .globalDashboardContainerCell[type="cell_2_0"] {
        height: 500px;
    }

.globalDashboardWrapperContainer {
}

.globalDashboardLogo {
    float: left;
    width: 120px;
    height: 40px;
    background: url(images/dashboard/logo.png) left center no-repeat;
}

.globalDashboardCloseButton {
    float: right;
    width: 40px;
    height: 40px;
    background: url(images/dashboard/close.png) left center no-repeat;
    cursor: pointer;
}

.globalDashboardDateSelector {
    float: right;
    width: 180px;
    height: 40px;
    margin-right: 20px;
}

.globalDashboardDateClock {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 18px;
}

.globalDashboardDataSelector {
    float: left;
    width: 100%;
    height: 100%;
}

.globalDashboardInfoSelector {
    float: left;
    width: 100%;
    height: 40px;
}

.globalDashboardInfoContainer {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .globalDashboardInfoContainer[relative] {
        position: relative;
    }

    .globalDashboardInfoContainer[absolute] {
        position: absolute;
    }

.plugInContainer[vehicle]:first-of-type {
    height: 36px;
}

.plugInContainer[vehicle]:not(:first-of-type) {
    height: calc(100% - 46px);
    height: -webkit-calc(100% - 46px);
    height: -moz-calc(100% - 46px);
    margin-top: 10px;
}







/* Container */
.newWestContainer {
    position: absolute;
    top: 52px;
    height: -moz-calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    height: calc(100% - 96px);
    width: 450px;
}

.newWestContainer[active = "true"] {
    margin-left: 235px;
}

.newWestContainer[pinButtonActive = "true"] {
    margin-left: 58px;
}

.newWestContainer[pinButtonActiveExpanded = "true"] {
    margin-left: 58px;
}
.newWestContainer[activeexpanded = "true"] {
    margin-left: 235px;
}

.newEastContainer {
    position: absolute;
    top: 52px;
    height: -moz-calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    height: calc(100% - 96px);
    width: 450px;
}

.dataAnalysisNewEastContainer {
    position: absolute;
    top: 52px;
    height: -moz-calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    height: calc(100% - 96px);
    width: 700px;
}

.newBodyResizer {
    position: absolute;
    cursor: ew-resize;
    width: 4px;
}
/*
.newBodyResizer:hover
{
    background-color        : rgba(71, 88, 103, 0.7);
}*/

.west .newBodyResizer {
    right: 0px;
    top: 35px;
    height: calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
}

.east .newBodyResizer {
    left: 0px;
    top: 35px;
    height: calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
}

.custom-item_test {
    position: relative;
    min-height: 30px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.is-menuactive { 
    left : 0px;
    position : absolute;
}*/

.headerElement {
    float: left;
    width: 100%;
    height: 50px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 1px 2px 3px #00000029;
    -moz-box-shadow: 1px 2px 3px #00000029;
    box-shadow: 1px 2px 3px #00000029;
    border-collapse: separate;
    z-index: 1010;
    opacity: 0.9;
    top: 0px;
    left: 0px;
}

.northElement .separator[northElement] {
    float: left;
    width: 1px;
    height: 28px;
    margin-top: 11px;
    margin-bottom: 4px;
    background-color: #d1d1d1;
}  