#themeContent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27%;
    height: 100%;
    max-width: 280px;
    min-width: 240px;
    /* min-width: 330px; */
    background: rgba(250, 250, 250, 0.9);
    border-right: 1px solid #5555553b;
    z-index: 1000;
}

.themeContent-hidden {
    width: 0!important;
    min-width: 0!important;
}

#themePanel {
    padding: 10px 1px 10px 2px;
    height: calc(100% - 20px);
}
#themePanelButtons {
    /*background-color: blue;*/
}
#themePanelButtons2 {
    overflow: auto;
    /*max-height: 600px;
    height: 600px;*/
    
}
.layerSeparation {
    margin-right: 4px;
}

.layerSymbol {
    display: inline-block;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    vertical-align: text-top;
    text-shadow: 1px 1px 0px #111;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 1px solid #333;
}

.layerPointSymbol {
    display: inline-block;
    color: #fff;
    width: 12px;
    height: 12px;
    font-size: 9px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    vertical-align: text-top;
    text-shadow: 1px 1px 0px #111;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 1px solid #333;
}

.layerLineSymbol {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: super;
    text-shadow: 1px 1px 0px #111;
    z-index: 1;
    left: 0;
    width: 15px;
    height: 2px;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    margin-left: 0px;
}

.layerPolygonSymbol {
    display: inline-block;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    vertical-align: text-top;
    text-shadow: 1px 1px 0px #111;
    border: 1px solid #333;
}


h3 {
    font-size: 14px;
    padding: 10px 2px 10px 2px;
}
.Theme-logo {
    padding: 0 2px;
    background-color: white;
    color: black;
    margin-bottom: 0;
}
h3.Theme-logoTitle {
    padding: 0;
}
.Theme-logo img {
    max-width: 150px;
}
h3.Theme-logoTitle {
    display: block;
    font-size: 0.8rem;
    width: 80px;
    font-family: ubuntu;
    color: #555;
    /* float: right; */
    position: absolute;
    right: 20px;
    top: 15px;
}
.Theme-title {
    background-color: red;
    margin-top: 1px;
}
h3.Theme-title {
    color: #555;
    margin: 0;
}

h3.Theme-cardTitle {
    color: #555;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.Theme-cardTitle i {
    vertical-align: middle;
}

.Section-title {
    font-size: 12px;
}

ul {
    padding: 0;
    margin: 0;
}

span.Theme-cardTitle-title {
    vertical-align: bottom;
    padding: 0 2px;
    font-size: 12px;
    vertical-align: middle;
}

li.Theme-layers {
    list-style: none;
    margin: 1px;
    background-color: rgb(220, 220, 220);
	border-bottom: 1px solid #444;
}

li.Theme-layers:hover, .layerActived {
    /*background-color: rgba(160, 160, 160, 0.7)!important;*/
    border: 0 solid #444;
  }

.layerDeActived {
    background-color: rgba(255,255,255, 0.7)!important;
    border: 0 solid #444;
  }

.Theme-layers-symbol {
    display: inline-block;
    margin: 2px 0;
}

ul.Theme-layers-categories {
    padding: 5px 10px 2px 10px;
    list-style: none;
    margin: 1px 0;
    background-color: rgba(248, 248, 248, 0.7);
    /*border: 1px solid #000;*/
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sublayers-button {
    z-index: 100000;
    margin: 0;
    display: inline;
    position: absolute;
    padding: 3px 0;
    vertical-align: middle;
    min-width: 70px;
}

span.layerTitle {
    text-transform: none;
    color: #555;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
span.layerTitleCategory {
    text-transform: none;
    color: #555;
    width: 82%;
    text-align: left;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    height: 18px;
    vertical-align: middle;
}

.Theme-cardItem {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.Theme-buttonAdd {
    background-color: rgb(99, 99, 99);
    color: #555;
    margin-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

h3.Theme-buttonAdd-title {
    color: #555;
    margin: 0;
    padding: 5px 2px;
}

h3.Theme-intro {
    color: #555;
    padding: 0;
    margin: 15px 0px 0 0;
}

.Theme-loader {
    float: right;
    padding-right: 5px;
    margin-top: 5px;
    height: 20px;
    width: 20px;
}

#themeContent a.link-collapse-icon, #themeContent button.link-collapse-icon {
    display: inline-block;
    background-size: 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 3px solid #fff;
    height: 29px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: -15px;
    left: auto;
    width: 28px;
    z-index: 1000;
    cursor: pointer;
    outline: none;
}

#themeContent a.icon-arrow-right, #themeContent button.icon-arrow-right {
    background: url(../img/arrowhead-collapsed-white-right.png) no-repeat 3.5px 4px #c70d30;
}

#themeContent a.icon-arrow-left, #themeContent button.icon-arrow-left {
    background: url(../img/arrowhead-collapsed-white-left.png) no-repeat 3.5px 4px #c70d30;
}

#themeContent a.link-collapse-icon:hover, #themeContent button.link-collapse-icon:hover{
	background-color:#303641;
}
