﻿.right-side {
    position: absolute;
    top: -1px;
    right: -300px;
    width: 300px;
    height: 100%;
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
    background-color: rgba(33,38,45,0.85);
    border-left: 1px solid #040404;
}
.right-side .right-side-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
}

.right-side .legend{
	height: 100%;
	width: 60px;
	padding-left: 20px;"
	float: left;
}

.right-side2 {
    position: absolute;
    top: -1px;
    right: -300px;
    width: 300px;
    height: 100%;
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
    background-color: rgba(33,38,45,0.9);
    border-left: 1px solid #040404;
}
.right-side2 .right-side-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
}

.right-side2 .legend{
	height: 100%;
	width: 60px;
	padding-left: 20px;"
	float: left;
}


.right_pick_up{
    position: absolute;
    top: 50%;
    height: 50px;
    width: 15px;
    right: 300px;
    background-color: #238423;
    z-index: 8001;
    border-radius: 5px 0px 0px 5px;
    opacity: 0.8;
}
body{
	overflow-x: hidden;
	outline: none;
}