@media all {
    .tree {
        min-height: 20px;
        width: 475px;
        margin: 0px auto;
        padding: 19px;
        margin-top: 35px;
        margin-bottom: 35px;
        background-color: #fbfbfb;
        border: 1px solid #999;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        letter-spacing: 1px;
    }
    .tree h2 {
        letter-spacing: 2px;
        font-size: 18px;
    }
    .tree h3 {
        cursor: pointer;
    }
    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }
    .tree li::before,
    .tree li::after {
        content: "";
        left: -30px;
        position: absolute;
        right: auto;
    }
    .tree li::before {
        border-left: 1px solid #999;
        bottom: 0px;
        height: 100%;
        top: 5px;
        width: 1px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 17px;
        width: 25px;
    }

    .tree ul li:last-child:before {
        border-left: 1px solid #999;
        bottom: 50px;
        height: 18px;
        top: 0;
        width: 1px;
    }

    .parent {
        display: table;
        width: 100%;
        height: 28px;
        color: #000000;
    }
    .child {
        display: table-cell;
        vertical-align: middle;
    }

    .different_tt_highlight {
        background-color: #ff8888;
    }

    .same_tt_highlight {
        background-color: #ccffcc;
    }

    .zpi_error_highlight {
        background-color: #ffff6e;
    }

    .filEmpty {
        fill: #fff;
    }
    .fillOk {
        fill: #008000;
    }
    .fillErr {
        fill: #5c5c5c;
    }
    .fillSmallCong {
        fill: #ff9a00;
    }
    .fillLargeCong {
        fill: #ff0000;
    }
    .linLength {
        stroke: #72706f;
        fill: #72706f;
        stroke-width: 2px;
    }

    .gradientCongestion {
        background: #008000; /* Old browsers */
        background: -moz-linear-gradient(
            left,
            #008000 0%,
            #e6ff00 50%,
            #ff0000 100%
        ); /* FF3.6+ */
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%, #008000),
            color-stop(50%, #e6ff00),
            color-stop(100%, #ff0000)
        ); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(
            left,
            #008000 0%,
            #e6ff00 50%,
            #ff0000 100%
        ); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(
            left,
            #008000 0%,
            #e6ff00 50%,
            #ff0000 100%
        ); /* Opera 11.10+ */
        background: -ms-linear-gradient(
            left,
            #008000 0%,
            #e6ff00 50%,
            #ff0000 100%
        ); /* IE10+ */
        background: linear-gradient(
            to right,
            #008000 0%,
            #e6ff00 50%,
            #ff0000 100%
        ); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
    }

    .circle_red {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        line-height: 10px;
        background: #f00;
    }

    .circle_detector {
        width: 15px;
        height: 15px;
        border-radius: 7px;
        line-height: 15px;
        background: #ffc0a0;
    }

    .circle_bluetooth {
        width: 15px;
        height: 15px;
        border-radius: 7px;
        line-height: 15px;
        background: #308060;
    }

    .circle_border {
        width: 15px;
        height: 15px;
        border-radius: 7px;
        line-height: 1px;
        border-color: #000;
    }

    .sensor_line {
        stroke: rgb(255, 0, 0);
        stroke-width: 2;
    }

    .boundary_line {
        stroke: blue;
        stroke-width: 2;
    }

    .sensor_box {
        fill: white;
        stroke-width: 1;
        stroke: rgb(0, 0, 0);
    }

    .bluetooth {
        fill: #308060;
    }
    .detector {
        fill: #ffc0a0;
    }

    .sensor_circle {
        stroke: black;
        stroke-width: 1;
        fill: white;
    }

    .dimension_line {
        stroke: rgb(0, 0, 0);
        stroke-width: 1;
    }

    .complete_section_line {
        stroke: black;
        stroke-width: 1;
        linecap: square;
        stroke-dasharray: 5, 5;
    }

    .basic_section_line_dash {
        stroke: black;
        stroke-width: 1;
        linecap: square;
        stroke-dasharray: 2, 2;
    }

    .basic_section_line_solid {
        stroke: black;
        stroke-width: 1;
    }

    .basic_section_bluetooth {
        stroke: #308060 !important;
    }
    .basic_section_detector {
        stroke: #ffc0a0 !important;
    }

    .complete_section_box {
        stroke-width: 1;
        stroke: rgb(0, 0, 0);
    }

    .complete_section_desc {
        font-weight: bold;
    }

    .complete_section_formula {
        font-size: 8px;
    }

    .solid_line {
        stroke: green;
        stroke-width: 2;
    }

    .solid_line_black {
        stroke: black;
        stroke-width: 2;
    }

    .solid_line_blue {
        stroke: blue;
        stroke-width: 2;
    }

    .enabled {
        fill: #d5f7d6;
    }

    .disabled {
        fill: #f7dcd5;
    }

    .bold {
        font-weight: bold;
    }

    .rotate90deg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.cameaMaps .travelTimeCard {
    background-color: #282828;
    text-align: left;
    color: #ffffff;
    border: 1px solid #000000;
}

.cameaMaps .travelTimeCard .header {
    background-color: #202020;
    font-size: 15pt;
}

.cameaMaps .travelTimeCard table {
    text-align: left;
    width: 100%;
}

.cameaMaps .travelTimeCard table p {
    width: 265px;
    float: left;
}

.cameaMaps .travelTimeCard table .tBody {
    font-size: 13pt;
    white-space: nowrap;
}

.cameaMaps .travelTimeCard .value {
    width: 115px;
    text-align: right;
    float: left;
    display: block;
    padding-right: 5px;
}

.smap .card {
    width: 625px !important;
}

.legend {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 1000;
    width: 300px;
    padding: 10px;
    padding-top: 5px;
    background: #ffffff;
    border: #c0c0c0;
    border-width: 0.5px;
    border-style: solid;
}

.travelTimeCard {
    background-color: #282828;
    text-align: left;
    color: #ffffff;
    border: 1px solid #000000;
}

.travelTimeCard .header {
    background-color: #202020;
    font-size: 15pt;
}

.travelTimeCard table {
    text-align: left;
    width: 100%;
}

.travelTimeCard table p {
    width: 265px;
    float: left;
}

.travelTimeCard table .tBody {
    font-size: 13pt;
    white-space: nowrap;
}

.travelTimeCard table td {
    border: 0;
}

.travelTimeCard .value {
    width: 115px;
    text-align: right;
    float: left;
    display: block;
    padding-right: 5px;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.window {
    position: absolute;
    z-index: 1000;
    left: 65px;
    top: 15px;
    min-width: 180px;
    cursor: pointer;
}

.sheet {
    list-style-type: none;
    float: left;
}

.window .header {
    height: 18px;
    background-color: #eeeeee;
    padding: 8px 10px 5px 10px;
    text-align: center;
    min-width: 40px;
    border-radius: 4px;
    box-shadow: #aaaaaa -2px -2px 2px;
}

.window .header .titleIcon {
    padding-left: 20px;
}

.window .header .titleIcon img {
    width: 10px;
    height: 10px;
}

.window .tBody {
    position: absolute;
    top: 28px;
    overflow: auto;
    max-height: 400px;
    width: auto;
    background-color: #ffffff;
    box-shadow: -2px 2px 1px #aaaaaa;
    border-top-right-radius: 4px;
    white-space: nowrap;
    padding-right: 25px;
}

.window .tBody table tr,
.window .tBody table td {
    border: none;
}
