﻿.cg_earthMapMaker, .mapContainer {
    position: relative;
}

.iframeShim {
    padding: 0;
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0;
    height: 26px;
    /*width:100px;*/
    width: 300px;
}

.cg_earthMapMaker #sidebar, .mapContainer #sidebar {
    margin-top: 28px;
    position: absolute;
    z-index: 101;
    background-color: #fff;
    border: 1px solid #E5E5EF;
    left: -5000px;
    text-align: left;
}

.cg_earthMapMaker.mapContainer #sidebar {
    margin-top: 0;
}

.cg_earthMapMaker #sidebar.active, .mapContainer #sidebar.active {
    left: 0;
}

.mapContainer #displaySidebar.active .fleche {
    background-image: url("images/fleche-up.png");
}

.cg_earthMapMaker #sidebar #treesContainer, .mapContainer #sidebar #treesContainer {
    overflow: auto;
}

.cg_earthMapMaker #sidebar .editing, .mapContainer #sidebar .editing {
    padding: 2px;
    margin: 3px 3px 3px 0;
    border: 2px solid green;
}

.cg_earthMapMaker #sidebar li.KmlFolder > .icon, .cg_earthMapMaker #sidebar li.KmlDocument > .icon, .cg_earthMapMaker #sidebar li.KmlNetworkLink > .icon {
    display: none;
}

.cg_earthMapMaker #displaySidebar, .mapContainer #displaySidebar {
    background: url(images/layers.png) no-repeat left;
    cursor: pointer;
    padding: 4px 6px 6px 37px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    margin-top: 0px;
    border: 1px solid #E5E5EF;
    width: 300px;
    text-align: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.cg_earthMapMaker.mapContainer #displaySidebar {
    position: relative;
}

    .cg_earthMapMaker.mapContainer #displaySidebar .fleche {
        background-image: url("images/fleche-down.png");
        background-repeat: no-repeat;
        z-index: 110;
        width: 30px;
        height: 24px;
        padding: 15px 10px 15px 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 120;
    }

.mapContainer #sidebar .controls .myLocation {
    background-image: url("images/gps-location.png");
    background-repeat: no-repeat;
    padding: 10px 0px 5px 23px;
}

.cg_earthMapMaker #map3d, .mapContainer #map-canvas, .cg_earthMapMaker #map-canvas {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
    left: 0;
}

.cg_earthMapMaker #map-canvas {
    display: none;
}

    .cg_earthMapMaker #map3d img, .mapContainer #map-canvas img, .cg_earthMapMaker #map-canvas img {
        max-width: none;
    }

#regularTree, #searchTree {
    /*min-height: 100px;*/
}

#searchBox, #searchBox h4.kmltree-title {
    margin-bottom: 5px;
}

.cg_earthMapMaker #searchBox, .mapContainer #searchBox {
    position: relative;
    display: block;
    padding: 0 0 0 2px;
}

.cg_earthMapMaker #searchTree .searchTree, .mapContainer #searchTree .searchTree {
    border: 2px solid #E5E5EF;
    padding: 0 0 0 2px;
}

#regularTree h4.kmltree-title, #searchTree h4.kmltree-title {
    margin: 5px 0 -10px 0;
}

.cg_earthMapMaker .editMode, .mapContainer .editMode {
    background: url(images/edit.jpg) no-repeat 0 100%;
    padding: 5px 10px;
    cursor: pointer; /*Pour afficher pointeur main*/
}

.cg_earthMapMaker .editNode, .mapContainer .editNode {
    background: url(images/editNode.png) no-repeat;
    padding: 0 5px;
    cursor: pointer; /*Pour afficher pointeur main*/
}

.cg_earthMapMaker .disableEdit, .mapContainer .disableEdit {
    background: url(images/editNode_disable.png) no-repeat !important;
}

/*.cg_earthMapMaker #sidebar .resetView
{
	background: url(images/edit.jpg);
}*/

.cg_earthMapMaker #sidebar .playKml, .cg_earthMapMaker #sidebar .editKml, .cg_earthMapMaker #sidebar .zoomToPlacemark, .cg_earthMapMaker #sidebar .exportgpx {
    display: inline;
    padding: 0 6px 1px 7px;
    cursor: pointer;
    position: relative;
    top: 0;
    left: -2px;
}

.cg_earthMapMaker #sidebar .resetView, .cg_earthMapMaker #sidebar .updateEditing, .cg_earthMapMaker #sidebar .resetEditing,
.mapContainer #sidebar .resetView, .cg_earthMapMaker #sidebar .createURLNodes, .mapContainer #sidebar .createURLNodes {
    padding: 4px 9px;
    margin: 0 2px;
    cursor: pointer;
}

.cg_earthMapMaker #sidebar .resetView, .mapContainer #sidebar .resetView {
    background: url(images/resetView.jpg) no-repeat;
    padding-bottom: 10px;
}

.cg_earthMapMaker #sidebar .createURLNodes, .mapContainer #sidebar .createURLNodes {
    background: url(images/addUrl.png) no-repeat;
    padding-right: 13px;
}

.cg_earthMapMaker #sidebar .displayURL, .mapContainer #sidebar .displayURL {
    display: block;
}

.cg_earthMapMaker #sidebar .updateEditing, .mapContainer #sidebar .updateEditing {
    background: url(images/save.jpg);
}

.cg_earthMapMaker #sidebar .resetEditing, .mapContainer #sidebar .resetEditing {
    background: url(images/reset.jpg);
}

.cg_earthMapMaker #sidebar .editKml, .mapContainer #sidebar .editKml {
    background: url(images/edit.jpg);
}

.cg_earthMapMaker #sidebar .exportgpx, .treeNode a.exportgpx:link {
    /*background: url(images/downloadgpx.png);
    background-repeat: no-repeat;
    background: alt(exporter gpx);
    padding-left: 16px;*/
    text-decoration: none;
}

.cg_earthMapMaker #sidebar .zoomToPlacemark, .mapContainer #sidebar .zoomToPlacemark {
    background: url(images/zoom-plus.jpg);
}

.cg_earthMapMaker #sidebar .playKml, .mapContainer #sidebar .playKml {
    background: url(images/play.jpg);
}

.cg_earthMapMaker #sidebar .search, .mapContainer #sidebar .search {
    cursor: pointer;
    position: relative;
    top: 2px;
}

.cg_earthMapMaker #sidebar .searchInput, .mapContainer #sidebar .searchInput {
    width: 80%;
}

.cg_earthMapMaker #sidebar .resetSearch, .mapContainer #sidebar .resetSearch {
    position: absolute;
    left: 74%;
    top: 25px;
    display: none;
    cursor: pointer;
}


.cg_earthMapMaker #sidebar .icons, .mapContainer #sidebar .icons {
    margin: 0;
    padding: 0;
}

    .cg_earthMapMaker #sidebar .icons li, .mapContainer #sidebar .icons li {
        float: left;
        list-style: none outside none;
        margin: 2px;
        padding: 4px 0;
    }

    .cg_earthMapMaker #sidebar .icons span.ui-icon, .mapContainer #sidebar .icons span.ui-icon {
        float: left;
        margin: 0 4px;
        cursor: pointer;
    }

.cg_earthMapMaker .iconAction, .mapContainer .iconAction {
    position: relative;
    top: 4px;
}


/* KML TREE */

div.kmltree ul li {
    list-style-type: none;
}

div.kmltree {
    font-family: sans-serif;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    div.kmltree p.error {
        -moz-user-select: text;
        -khtml-user-select: text;
        -webkit-user-select: text;
        user-select: text;
    }

    div.kmltree ul {
        list-style: none;
        padding-left: 18px;
    }

    div.kmltree li ul {
        padding-top: 5px;
        display: none;
    }

    div.kmltree li.open > ul {
        display: block;
    }

span.kmlId, span.nlDocId {
    display: none;
}

li.kmltree-item {
    white-space: nowrap;
    margin: 0;
    padding: 5px 0;
}

    li.kmltree-item span.name {
        color: #313841;
        cursor: default;
    }

    li.kmltree-item.hasDescription > span.name {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }

h4.kmltree-title {
    color: #6C7C90;
    font-weight: bold;
    margin: 0 0 -5px 0;
}

.expander, .toggler, .icon {
    margin: 0;
    padding: 0;
    float: left;
    width: 16px;
    height: 16px;
}

.expander, .toggler {
    cursor: pointer;
}

.expander {
    background: url('images/sprites/kml.png?1297277596') no-repeat -168px 0px;
    width: 16px;
    height: 16px;
    margin-left: -17px;
}

    .expander:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -189px 0px;
        width: 16px;
        height: 16px;
    }

    .expander:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -210px 0px;
        width: 16px;
        height: 16px;
    }

li.open > .expander {
    background: url('images/sprites/kml.png?1297277596') no-repeat -105px 0px;
    width: 16px;
    height: 16px;
}

    li.open > .expander:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -126px 0px;
        width: 16px;
        height: 16px;
    }

    li.open > .expander:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -147px 0px;
        width: 16px;
        height: 16px;
    }

.toggler {
    margin-right: 4px;
    background: url('images/sprites/kml.png?1297277596') no-repeat -231px 0px;
    width: 16px;
    height: 16px;
}

    .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -273px 0px;
        width: 16px;
        height: 16px;
    }

    .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -294px 0px;
        width: 16px;
        height: 16px;
    }

li.checkOffOnly > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -252px 0px;
    width: 16px;
    height: 16px;
}

li.visible > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -315px 0px;
    width: 16px;
    height: 16px;
}

    li.visible > .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -336px 0px;
        width: 16px;
        height: 16px;
    }

    li.visible > .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -357px 0px;
        width: 16px;
        height: 16px;
    }

li.radioFolder > ul > li > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -378px 0px;
    width: 16px;
    height: 16px;
}

    li.radioFolder > ul > li > .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -399px 0px;
        width: 16px;
        height: 16px;
    }

    li.radioFolder > ul > li > .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -420px 0px;
        width: 16px;
        height: 16px;
    }

li.radioFolder > ul > li.visible > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -441px 0px;
    width: 16px;
    height: 16px;
}

    li.radioFolder > ul > li.visible > .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -462px 0px;
        width: 16px;
        height: 16px;
    }

    li.radioFolder > ul > li.visible > .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -483px 0px;
        width: 16px;
        height: 16px;
    }

li.radioFolder > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -378px 0px;
    width: 16px;
    height: 16px;
}

    li.radioFolder > .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -399px 0px;
        width: 16px;
        height: 16px;
    }

    li.radioFolder > .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -420px 0px;
        width: 16px;
        height: 16px;
    }

li.radioFolder.visible > .toggler {
    background: url('images/sprites/kml.png?1297277596') no-repeat -441px 0px;
    width: 16px;
    height: 16px;
}

    li.radioFolder.visible > .toggler:hover {
        background: url('images/sprites/kml.png?1297277596') no-repeat -462px 0px;
        width: 16px;
        height: 16px;
    }

    li.radioFolder.visible > .toggler:active {
        background: url('images/sprites/kml.png?1297277596') no-repeat -483px 0px;
        width: 16px;
        height: 16px;
    }

li.KmlPlacemark > .expander, li.KmlPhotoOverlay > .expander, li.KmlGroundOverlay > .expander, li.KmlTour > .expander {
    display: none;
}

li.KmlPlacemark > span.name, li.select > span.name {
    cursor: pointer;
}

div.kmltree li.checkHideChildren ul, div.kmltree li.checkHideChildren .expander {
    display: none;
}

div.kmltree .icon {
    display: none;
    padding: 0px;
}

li.KmlFolder > .icon, li.KmlNetworkLink > .icon, li.KmlTour > .icon, li.KmlPhotoOverlay > .icon, li.KmlGroundOverlay > .icon, li.KmlScreenOverlay > .icon, li.customIcon > .icon, li.KmlPolygon > .icon, li.KmlLineString > .icon, li.KmlMultiGeometry > .icon, li.KmlDocument > .icon {
    margin-right: 4px;
    display: block;
}

.nlSpinner {
    display: none;
}

li.KmlFolder > .icon, li.KmlDocument > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat 0px 0px;
    width: 16px;
    height: 16px;
}

li.KmlFolder.open > .icon, li.KmlDocument.open > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -21px 0px;
    width: 16px;
    height: 16px;
}

li.KmlNetworkLink > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat 0px 0px;
    width: 16px;
    height: 16px;
}

li.KmlNetworkLink.loading > .icon {
    position: relative;
    background: url('images/sprites/kml.png?1297277596') no-repeat -504px 0px;
    width: 16px;
    height: 16px;
}

    li.KmlNetworkLink.loading > .icon > .nlSpinner {
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        left: 6px;
        top: 6px;
        background: transparent url(./images/networklink-loading-animated.gif) no-repeat !important;
    }

li.KmlNetworkLink.loading > .expander {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity='30');
}

li.KmlNetworkLink.error > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -42px 0px;
    width: 16px;
    height: 16px;
}

li.KmlNetworkLink.error > .expander {
    display: none;
}

li.KmlTour > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -63px 0px;
    width: 16px;
    height: 16px;
}

li.KmlPhotoOverlay > .icon, li.KmlGroundOverlay > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -84px 0px;
    width: 16px;
    height: 16px;
}

li.KmlScreenOverlay > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -567px 0px;
    width: 16px;
    height: 16px;
}

li.KmlPolygon > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -525px 0px;
    width: 16px;
    height: 16px;
}

li.KmlLineString > .icon, li.KmlMultiGeometry > .icon {
    background: url('images/sprites/kml.png?1297277596') no-repeat -546px 0px;
    width: 16px;
    height: 16px;
}

li.customIcon > .icon {
    -moz-background-size: 16px 16px;
    -khtml-background-size: 16px, 16px;
    -webkit-background-size: 16px, 16px;
    -o-background-size: 16px, 16px;
    background-size: 16px, 16px;
    background: transparent no-repeat;
}

li.kmltree-item p.snippet {
    text-indent: 0px;
    width: 80%;
    margin: 5px 0px 5px 20px;
    color: #6C7C90;
    white-space: normal;
    display: none;
}

span.name {
    clear: both;
    position: relative;
    top: 1px;
}

div.kmltree li.kmltree-selected {
    background-color: #BEDCED;
    padding-left: 5px;
    margin-left: -5px;
}

    div.kmltree li.kmltree-selected > span.name {
        font-weight: bold;
        border-bottom: none;
    }

        div.kmltree li.kmltree-selected > span.name:hover {
            border: none;
        }

div.kmltree li.kmltree-breadcrumb {
    background-color: #E6F7FB;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
    border: dotted 1px #CCC;
}

div.kmltree-loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity='70');
    text-align: center;
}

    div.kmltree-loading span {
        position: absolute;
        padding-top: 20px;
        top: 0px;
        left: 0px;
        width: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity='100');
        font-weight: bold;
        height: 40px;
        padding-bottom: 15px;
        background: transparent url(images/ajax-loader.gif) no-repeat center bottom;
    }

.kmlTreeReset {
    font-family: sans-serif;
    color: black;
}

    .kmlTreeReset h1 {
        font-size: 18px;
    }

        .kmlTreeReset h1 a {
            font-size: 18px;
        }

    .kmlTreeReset h2 {
        font-size: 16px;
    }

        .kmlTreeReset h2 a {
            font-size: 16px;
        }

    .kmlTreeReset h3 {
        font-size: 14px;
    }

        .kmlTreeReset h3 a {
            font-size: 14px;
        }

    .kmlTreeReset h1, .kmlTreeReset h2, .kmlTreeReset h3 {
        margin: 1em 0;
    }

    .kmlTreeReset h1, .kmlTreeReset h2, .kmlTreeReset h3, .kmlTreeReset h4, .kmlTreeReset h5, .kmlTreeReset h6, .kmlTreeReset strong, .kmlTreeReset dt {
        font-weight: bold;
        color: black;
    }

    .kmlTreeReset em {
        font-style: italic;
    }

    .kmlTreeReset blockquote, .kmlTreeReset ul, .kmlTreeReset ol, .kmlTreeReset dl {
        margin: 1em;
    }

    .kmlTreeReset ol, .kmlTreeReset ul, .kmlTreeReset dl {
        margin-left: 2em;
    }

        .kmlTreeReset ol li {
            list-style: decimal outside;
        }

        .kmlTreeReset ul li {
            list-style: disc outside;
        }

        .kmlTreeReset dl dd {
            margin-left: 1em;
        }

    .kmlTreeReset th, .kmlTreeReset td {
        padding: 0em;
    }

    .kmlTreeReset th {
        font-weight: bold;
        text-align: center;
    }

    .kmlTreeReset p, .kmlTreeReset fieldset, .kmlTreeReset table, .kmlTreeReset pre {
        margin-bottom: 1em;
    }

    .kmlTreeReset p, .kmlTreeReset div {
        font-size: 12px;
        color: black;
    }

    .kmlTreeReset a {
        font-size: 12px;
        color: blue;
        text-decoration: underline;
    }

/*Creation et Edition d'une couche (ajout element)*/
.editActions .noDisplay {
    display: none;
}

/* Regles prioritaires */

.cg_earthMapMaker li.kmltree-item span.currentEditing {
    color: red;
}

.plIGNContainer {
    height: 500px; /*width: 700px;*/
    width: 80%;
    float: right;
}

.plIGN {
    width: 100%;
    /* Vérifier si besoin de rendre dynamique */
    height: 500px;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}

.treeNode {
    float: left; /*width: 180px;*/
    width: 20%;
    /* Vérifier si possible de rendre dynamique */
    height: 500px; /*overflow: scroll; 	overflow: visible;*/
    overflow: auto;
}

    .treeNode div {
        margin-left: 5px;
    }

    .treeNode div.AspNet-TreeView ul li {
        white-space: nowrap;
        padding: 3px 0 2px 0;
        list-style-type: none;
    }

    .treeNode div.AspNet-TreeView ul ul {
        margin: 2px 0 2px 10px;
    }

    .treeNode div.AspNet-TreeView ul li img {
        border: none;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .treeNode div.AspNet-TreeView li a {
        text-decoration: none;
    }

    .treeNode div.AspNet-TreeView li.AspNet-TreeView-Leaf {
        margin-left: 18px;
    }

    .treeNode div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink {
        cursor: pointer;
    }

    .treeNode div.AspNet-TreeView .AspNet-TreeView-Collapse {
        background: url(images/treeview/collapse.gif) 0 -2px no-repeat;
        width: 15px;
        float: left;
        cursor: pointer;
    }

    .treeNode div.AspNet-TreeView .AspNet-TreeView-Expand {
        background: url(images/treeview/expand.gif) 0 -2px no-repeat;
        width: 15px;
        float: left;
        cursor: pointer;
    }

    .treeNode .AspNet-TreeView-Selected {
        background-color: #FAFAD2 !important;
    }

    .treeNode .AspNet-TreeView-ChildSelected {
        background-color: #F5FFFA !important;
    }

    .treeNode .AspNet-TreeView-ParentSelected {
        background-color: #FFE4E1 !important;
    }

.searchpl {
    float: right;
    left: -20px;
    position: relative;
}

/* Edition */
.plEditLayer {
    display: none;
    position: relative;
    margin-left: 300px;
    text-align: left;
}

    .plEditLayer .labelDNNInline {
        width: auto;
        display: inline-block;
    }

    .plEditLayer .plAddLayer .labelDNNInline {
        float: left;
        clear: left;
        width: 200px;
        text-align: left;
    }

    .plEditLayer .plAddLayer input.closePl {
        float: left;
        clear: both;
        margin: 20px;
    }

    .plEditLayer .plAddLayer span.closePl {
        position: absolute;
        top: 0px;
        right: 0px;
        padding-left: 10px;
    }

    .plEditLayer .plAddFeature, .plEditLayer .plAddFeature .plS2, .plEditLayer .imgWaiting {
        display: none; /*margin-left:300px;*/
    }

        .plEditLayer .plAddFeature .editActions img {
            margin: 1px;
            background-color: #ccc;
            border: 1px solid #ccc;
            border-radius: 8px;
        }

        .plEditLayer .plAddFeature .step {
            border: 2px solid #0094FF;
            border-radius: 20px;
            padding: 2px 5px;
            font-size: 1.2em;
            color: #FF0000;
            float: left;
            margin-right: 5px;
        }

        .plEditLayer .plAddFeature .styleItem {
            margin: 2px;
            width: 200px;
            float: left;
            padding: 20px 2px 20px 2px;
            border: 2px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }

            .plEditLayer .plAddFeature .styleItem .demoStyle {
                background-repeat: no-repeat;
            }

    .plEditLayer .plAddLayer {
        display: none;
        position: absolute;
        width: 500px;
        padding: 15px;
        background: #FFF;
        border: 1px solid #000;
        top: 25px;
        left: 10px;
        z-index: 2;
    }

    .plEditLayer .plAddFeature select {
        width: 450px;
    }

    .plEditLayer .plAddFeature .editActions {
        display: none;
    }
/* Thematique */
.thematique {
    text-align: left;
}

    .thematique .label {
        text-align: left;
        width: 200px;
        float: left;
        clear: left;
    }

    .thematique .input {
        width: 200px;
        text-align: left;
        float: left;
        margin-bottom: 200px;
        margin: 4px 0px;
    }

.themeItemAlt {
    background-color: #cccccc;
}

.themeItem .lstFolders {
    text-align: left;
    display: block;
}
/*GMAPS */
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 310px;
    padding: 0 11px 0 13px;
    width: 300px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2;
    position: absolute;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.searchLocation {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 310px;
    padding: 0 11px 0 13px;
    width: 300px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 3;
    position: absolute;
}

.pac-container.searchActive {
    display: block !important;
}

/*Layout*/
.clear {
    clear: both;
}


/* cesium */

div.cesiumContainer {
    vertical-align: top;
}

    div.cesiumContainer #sidebar {
        display: inline-block;
        height: 700px;
        width: 19%;
        min-width: 300px;
        padding: 0 5px;
        margin-top: 0;
        z-index: 101;
        background-color: #fff;
        border-right: 1px solid #E5E5EF;
        text-align: left;
        overflow: auto;
        box-sizing: border-box;
        vertical-align: top;
    }

    div.cesiumContainer #cesiumWrapper {
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 80%;
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        height: 700px;
    }

    div.cesiumContainer #cesiumContainer {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        height: 700px;
    }



@media screen and (max-width : 1480px), screen and (max-device-width : 1480px) {
    div.cesiumContainer {
        position: relative;
        text-align: right;
    }

        div.cesiumContainer #sidebar {
            position: absolute;
            left: 0;
        }
}


/* Smartphones (portrait) ----------- */
@media screen and (max-width : 480px), screen and (max-device-width : 480px) {
    div.cesiumContainer #sidebar {
        min-width: 150px;
    }

    .mapContainer #sidebar {
        width: 100% !important;
        height: auto !important;
    }

    .mapContainer #displaySidebar {
        width: 100%;
    }

    .mapContainer #treesContainer {
        width: 100% !important;
        height: auto !important;
    }
}



/* cachons les checkbox de l'arbre '*/

a.jstree-checkbox-disabled > i.jstree-checkbox {
    display: none;
}


/* Drawhelper */

.DrawerToolbar {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline;
    margin: 10px;
    padding: 0px;
    background: white;
}

.DrawerLogging {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: inline;
    margin: 10px;
    padding: 10px;
    background: white;
}


/* style thématique */
div.thematiques div.colorContainer {
    background-color: silver;
    display: inline-block;
}

div.thematiques div.rangeContainer {
    background-color: silver;
    margin-left: 20px;
    display: inline-block;
    width: 200px;
}

/* menu contextuel sur arbre de visualisation pour le téléchargement */
.jstree-contextmenu.jstree-custom-contextmenu {
    z-index: 10000;
}