.widget_wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    background: white;
    width: 750px;
    left: -750px;
    transition: left 0.2s ease-in-out;
    z-index: 995;
}
.widget_wrapper.active{
	left: 0;
    box-shadow: 2px 0px 15px 2px;
}
.widget_toggle {
	height: 50px;
	width: 50px;
	border-radius: 2px;
    position: absolute;
    left: 100%;
    background: gray;
    cursor: pointer;
    margin: 10px;
    top: 100px;
}
.widget_overlow{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f3d8d8a8;
    z-index: 100;
}
.widget_menu {
	display: inline-block;
    width: 30%;
}
.widget_options_wrapper {
	display: inline-block;
    width: 69.4%;
    vertical-align: top;
}
.widget_menu_title {
    padding: 15px;
    border: 1px solid;
    cursor: pointer;
}
.widget_title{
    padding: 20px 15px;
}
