/**** Vertical right tabs */
body {
    background-color: #ddd;
}

h3 {
    margin-top: 0;
}

.sidebar-right {
    right: 0px;
    top: 0px;
    bottom: 30px;
    position: fixed;
    z-index: 1030;

}

.badge {
    background-color: #777;
}

.sl .nav-tabs {
    float: left;
    border-bottom: 0;
    margin-left: -40px;
}

.sl .nav-tabs li {
    float: none;
    margin: 0 0 5px;
}

.sl .nav-tabs li a {
    margin-right: 0;
    border: 0;
    background-color: #eee;

    width: 40px;
    height: 40px;
}

.sl .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
}

.sl .tab-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    #margin-left: 40px;
    bottom: 0;
    height: 100%;
    padding-bottom: 25px;
}

.sl .tab-pane.active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    /*-webkit-box-shadow: #B3B3B3 -4px 4px 5px;*/
    /*-moz-box-shadow: #B3B3B3 -4px 4px 5px;*/
    /*box-shadow: #B3B3B3 -4px 4px 5px;*/
}

#tabTools {
    background-color: #fff;
    background-image: url("../images/ToolsIcons/tools.png");
}

.sl .nav-tabs > li.active > #tabTools {
    background-color: #fff;
    background-image: url("../images/ToolsIcons/toolsActive.png");
}

#tabLayers {
    background-color: #fff;
    background-image: url("../images/ToolsIcons/mapsgallery.png");
}

.sl .nav-tabs > li.active > #tabLayers {
    background-color: #fff;
    background-image: url("../images/ToolsIcons/layers-blue.png");

}

#tabLanguage {
    background-color: #fff;
    font-family: "Open Sans";
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

#gps_mob {
    background-color: #fff;
    font-family: "Open Sans";
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background-image: url("../images/gps.png");
    background-size: cover;
}

.sl .nav-tabs > li.active > #tabLanguage {
    font-family: "Open Sans";
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #3399ff;
}

.sl .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    overflow-y: auto;
}

.sl .tab-content .active {
    display: block;
}

.sl .list-group {
    width: 100%;
    margin-top: 10px;
}

.sl .list-group .list-group-item {
    height: 50px;
}

.sl .list-group .list-group-item h4, .list-group .list-group-item span {
    line-height: 11px;
}

.sl .list-group .list-group-item h4, .list-group .list-group-item div {
    line-height: 11px;
}

.sl .tabs-left-offset {
    height: 30px;
    background-color: #fff;
    #margin-left: 40px;
    -webkit-box-shadow: #B3B3B3 -4px -4px 5px;
    -moz-box-shadow: #B3B3B3 -4px -4px 5px;
    box-shadow: #B3B3B3 -4px -4px 5px;
}

#unpin {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 20px;
    margin-right: 16px;
}

.sl .nav-tabs > li > a {
    padding: 1px 1px;
    border-radius: 4px 0 0 4px;
}

.sl .tabs-left {
    top: 0px;
    bottom: 0px;
    height: 100%;
    float: right;
    width: 130px;
}

.sl .fa-lock {
    cursor: pointer;
}

.sl .fa-unlock {
    cursor: pointer;
}

/* End vertical right tabs */
