﻿
.drawPanel {
    margin-top: 50px;
    height: 100%;
    width: 0px;
    position: absolute;
  /* overflow-x: hidden;*/
    right: -10px;
    top: 0px;
    background-color: #ffffff;
    
    transition: 0.25s;
    box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
    -webkit-box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
    -moz-box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
}

.drawPanel badge:hover {
    padding: 3px;
}

.drawPanelOpen {
    width: 75%;
    height: 100vh;
    z-index:10;
}

.drawPanel .drawer_content {
    padding: 5px;
    margin-top: 40px;
}
.dxbs-dropdown {
    z-index: 999999;
}
.drawPanel:before {
    height: 100vh;
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    right: 100%;
    z-index: 1; 
}

.drawPanel .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
}
