@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);
* {
    font-family:'Open Sans',sans-serif
}

#ya-map-container {
    width: 100%;
    height: 100%
}

#ya-map,#ya-map-sidebar {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#ya-map-sidebar.collapsed+#ya-map {
    left: 0;
}

#ya-map {
    overflow:hidden;
    z-index: 1;
}

#ya-map-sidebar.collapsed{
    width: 35px;
    min-width: 35px;
    background: transparent;
    border-color: transparent;
    overflow-y: hidden;
}

#ya-map-sidebar.collapsed .sidebar-content {
    width: 0;
    z-index: 0;
    min-width: 0;
    visibility: hidden;
}

#ya-map-sidebar {
    width: 20%;
    min-width: 300px;
    transition: width ease-in-out .2s;
    border-right: 3px solid #32ceff;
    z-index: 3;
    background: #fff;
}

#ya-map-sidebar+#ya-map {
    left: 20%;
    transition: left ease-in-out .2s;
}

.sidebar-toggle {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    left: auto;
    right: 0;
    margin-left: -24px;
    transition: left ease-in-out .2s;
    background: #32ceff;
    margin-top: -1px;
    opacity: .7;
    padding: 5px 5px 5px 5px;
    border-radius: 10px 0 0 10px;
    z-index: 2;
}

.sidebar-expand {
    left: 0;
    right: auto;
    margin-left: 0;
    transition: left ease-in-out .2s;
    border-radius:0 10px 10px 0;
}

@media (max-width: 1300px) {
    #ya-map-sidebar{
        width: 300px;
    }
    #ya-map-sidebar+#ya-map {
        left: 300px;
    }
}

.list-special .spoiler {
    display: table;
    position: relative;
    width: 100%;
}

.list-special .spoiler .spoiler-btn {
    padding: 10px 15px;
    cursor: pointer;
}

.list-special .spoiler .spoiler-btn:hover {
    border-left: 3px solid #32ceff;
    transition: .2s;
    background-color: #97C8F1;
}

.list-special .spoiler .spoiler-btn.active {
    border-left: 3px solid #32ceff;
    background-color: #97C8F1;
}

.list-special .spoiler .list-group-item {
    background-color: #D1E6F8;
}

.list-special .list-group-item {
    border: 0px !important;
    border-radius: 0px !important;
}

.list-special .list-group-item:hover {
    transition: .2s;
    background-color: #97C8F1;
}

.info-panel {
    position: absolute;
    /* pointer-events: none; */
    z-index: 2;
    top: 0px;
    right: 0px;
    background-color: rgba(244,244,244,0.7);
    width: 40vw;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.info-panel-toggle {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    left: 0;
    right: auto;
    margin-left: 0;
    transition: left ease-in-out .2s;
    background: #32ceff;
    margin-top: -1px;
    opacity: .7;
    padding: 5px 5px 5px 5px;
    border-radius: 0 10px 10px 0;
    z-index: 2;
}

.info-panel-expand {
    left: auto;
    right: 0;
    margin-left: -24px;
    transition: left ease-in-out .2s;
    border-radius: 10px 0 0 10px;
}

#info-panel.collapsed {
    width: 35px;
    min-width: 35px;
    overflow-y: hidden;
    background: transparent;
}

.info-panel.collapsed>div{
    visibility: hidden;
}

#content {
    margin-top: 10px;
    margin-left: 5%;
}

#elevation-hint {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: #FFF;
    opacity: 0.85;
    border: 1px solid #000;
    z-index: 2;
}

.custom-alert {
    margin-top: -100px;
    margin-left: -25%;
    left: 50%;
    overflow: hidden;
    position: fixed;
    width: 50%;
    opacity: 0.95;
    z-index: 1052;
    transition: all 1s ease;
}

.custom-alert.down {
    margin-top: 0px;
}

.slider-title {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}

.slider-value {
    float: right;
    width: 70px;
    border: 1px solid #CCC;
    text-align: center;
    margin-top: 5px;
}

.slider-group {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slider-title-group {
    height: 40px;
}

.slider {
    width: 100%;
    margin-bottom: 60px;
}

.unit-indicator {
    color: darkgray;
}

/* raz slide */
.noUi-connect {
    background: #CAEEFF;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 2px solid #D3D3D3;
}

.noUi-background {
    background: #FAFAFA;
}

.noUi-target {
    position: relative;
    direction: ltr;
    border-radius: 0;
    background-color: #FAFAFA;
    border: 2px solid #D3D3D3;
}

.noUi-horizontal {
    height: 11px;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0;
}

.noUi-connect {
    box-shadow: none;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 2px solid white;
    border-radius: 30px;
    background: #F9F9F9;
    cursor: default;
    box-shadow: none;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -12px;
    background-color: #32CEFF;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-marker {
    position: absolute;
    background: #32CEFF;
}

.noUi-value-horizontal {
    padding-top: 5px;
}

.noUi-pips-horizontal {
    padding: 13px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.manualap {
    display: none;
}

.manualst { 
    display: none;
}
