html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#map {
    height: 100%;
    transition: margin-left .5s;
}

.show-side-menu {
  background-color: #fff;
  font-family: Roboto, Arial, sans-serif;
  margin: 10px;
  display: none;
}

div.show-side-menu:hover {
    background-color: #EBEBEB;
}

.show-fullscreen-menu {
  background-color: #fff;
  font-family: Roboto, Arial, sans-serif;
  margin: 10px;
}

.selector-control {
  background: none padding-box rgb(255, 255, 255);
  display: block;
  border: 0px;
  margin: 0px;
  padding: 8px 10px;
  text-transform: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  user-select: none;
  direction: ltr;
  overflow: hidden;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-weight: 500;
}

.map-open {
    margin-left: 250px !important;
}

.map-close {
    margin-left: 0px !important;
}

/*START side first navigation menu*/
.side-first-open {
    /*width: 250px !important;*/
    left: 0 !important;
}

.side-first-close {
    /*width: 250px !important;*/
    left: -250px !important;
}

.side-first {
    position: fixed;
    margin: 0 auto;
    height:100%;
    width: 250px;
    z-index: 1030;
    top: 0;
    left: -250px;
    background-color: white;
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
}

#side-first-info-container {
    /*text-align: center;*/
    height: 85px;
    width: 100%;
}

.side-first .side-first-closebtn {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.side-first-panel-container{
    overflow-x: hidden;
    overflow-y: scroll;
    top: 142px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
/*END side first navigation menu*/

/*START content first navigation menu*/
.search-input{
    width: 100%;
}

input[type=search] {
    -webkit-appearance: auto;
}

.jstree-default .jstree-search {
    color: #10610c !important;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  margin-top: 84px;
}

#btn-select-all-poi, #btn-deselect-all-poi, #btn-select-all-vhcl, #btn-deselect-all-vhcl, #btn-select-all, #btn-deselect-all, #btn-select-all-stops, #btn-deselect-all-stops{
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    min-height: 24px;
    transition: background-color .24s,box-shadow .24s;
}

.enabled-btn-select-all-poi, .enabled-btn-deselect-all-poi, .enabled-btn-select-all-vhcl, .enabled-btn-deselect-all-vhcl, .enabled-btn-select-all, .enabled-btn-deselect-all, .enabled-btn-select-all-stops, .enabled-btn-deselect-all-stops{
    color: white;
    background-color: #10610c;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(16, 97, 12) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}

.disabled-btn-select-all-poi, .disabled-btn-deselect-all-poi, .disabled-btn-select-all-vhcl, .disabled-btn-deselect-all-vhcl, .disabled-btn-select-all, .disabled-btn-deselect-all, .disabled-btn-select-all-stops, .disabled-btn-deselect-all-stops{
    color: #10610c;
    background-color: #cccccc;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(204, 204, 204) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}


#reteaJSTree {
    margin-top: 5px;
}

.list-group-item{
    border: 1px solid #337ab7;
    background-color: #d9edf7;
}

#accordion .jstree-anchor {
    /*enable wrapping*/
    white-space : normal !important;
    /*ensure lower nodes move down*/
    height : auto !important;
    /*offset icon width*/
    padding-right : 24px;
}

#tree_div_id a {
    white-space: normal;
    height: auto;
    padding: 0.5ex 1ex;
    margint-top:1ex;
}

.jstree-themeicon-custom {
    background-size: 21px 21px !important;
}
/*END content first navigation menu*/

/*START side second navigation menu*/
.side-second-open {
    /*width: 250px !important;*/
    left: 0 !important;
}

.side-second-close {
    /*width: 250px !important;*/
    left: -250px !important;
}

.side-second {
    position: fixed;
    margin: 0 auto;
    height:100%;
    width: 250px;
    z-index: 1030;
    top: 0;
    left: -250px;
    background-color: white;
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
}

#side-second-info-container {
    /*text-align: center;*/
    height: 40px;
    width: 100%;
}

.side-second .side-second-closebtn {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.side-second-panel-container{
    overflow-x: hidden;
    overflow-y: scroll;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.open-select-container{
    top: 58px;
}

.route-shapes-select-container{
    margin: 6px 0px 0px 4px;
    text-align: left;
}

.closed-route-shapes-select-container{
   display: none;
}

/*END side second navigation menu*/

/*START content second navigation menu*/

/*END content second navigation menu*/