body {
    min-height: 0;
    overflow: hidden;
    /*background-size: 100% 100% !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


.modal.in .modal-dialog,.modal .modal-dialog
{
    position: absolute;
    top: 0;
    left: 30%;
}

.login-box{

    /*margin-left: 53%;*/
    margin-top: 11%;

}

#code{
    padding-left: 40px;
}

.form-control-feedback{
    left: 0 !important;
}

.login-box-body, .register-box-body {
    padding: 20px 20px 5px 20px;
    border-top : solid 3px;
}

.login-logo, .register-logo {
    margin-bottom: 15px;
    line-height: 53px;
}

.nav>li>a {
    padding: 15px 30px;
}

.user-panel{
    background: #1b262b;
    color : white;
    padding: 10px;
}


#trackListDiv{
    font-size : 11px;
}


.bottom-info-box{
    display: inline-block;
    background-color: #222d32;
    color: white;
    border-left-color: #ff933b;
    padding-top: 8px;
    padding-bottom: 8px;

}

.mapTools{
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 5px;
    text-align: right;
    text-align: -webkit-right;
}

.rangeTool{
    padding-right: 5px;
    text-align: right;
    text-align: -webkit-right;
    position: fixed;
    bottom: 3%;
    right: 1%;
}

#bottomInfo {
    padding: 10px;
    position: fixed;
    bottom: 0;
    font-size: 12px;
    word-break: break-all;
    line-height: 15px;
}

.treeview.row-underline{
    border-bottom: solid 2px #1c2225;
}
.sidebar-menu
{
    margin-bottom: 18px;
}

.slimScrollDiv{
    font-size: 11px;
}

#trackRange{
    width : 30%;
}

/*dl{*/
    /*border-bottom: 1px solid #93a5ad;*/
    /*margin-bottom : 2px !important;*/
/*}*/

#player{
    right: 45px;
    bottom: 0px;
    position: fixed;
    margin-bottom: 5px;
    z-index : 10;
    display: inline-block;
    display: inline-flex;
}

#speedSliderRange{
    height: 101px !important;
    opacity : 0;
}
#speedSliderRange > .slider-track {
    width: 5px;
    height: 100px;
    border: 1px solid #367fa9;
    background: #367fa9;
}

#speedSliderRange > .slider-track > .slider-selection {
    background: white;
}
#speedSliderRange > .slider-track > .slider-handle {
    width: 10px;
    height: 10px;
    margin-top: -4px;
}

#blue.slider > .tooltip.tooltip-main{
    z-index: 8;
}

#btnPlayStopTrack{
    height : 20px;
    position: relative;
    bottom: -77px
}


.poi-content-vertical-center{
    line-height: 32px;
}

.poi-content-row-margin-bottom{
    margin-bottom: 6px !important;
}

.sidebar-menu>li>a {
    padding: 2px 5px 2px 15px;
}

.user > a:hover{
    background-color: transparent !important;
}

.modal-header{
    padding : 0 !important;
}