@charset "utf-8";
.bg-deep-perple {
    background-color: #363237 !important;
}
.bg-indigo {
    background-color: #2d4262 !important;
}
.bg-taupe {
    background-color: #73605b !important;
}
.bg-blush {
    background-color: #d09683 !important;
}

.drawer-wrap {
    padding: 0.5rem 1rem;
    max-height: 56px;
}
.drawer {
position:fixed;
top:0;
right:0;
width: 200px;
height: 100%;
background: #fff;
padding: 50px 10px;
-webkit-transform: translateX(300px);
transform: translateX(300px);
-webkit-transition:ease .5s;
transition:ease .5s;
z-index:9999;
}

.drbtn {
position: fixed;
right: 10px;
cursor:pointer;
z-index: 10000;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}
.drawer.action {
-webkit-transform:translateX(0);
transform:translateX(0);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

.navbar-nav .nav-item {
    margin-left: 1rem;
}

.menu_area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px;
    width: 170px;
    height: 100%;
    background-color:#808080;
}

@media print {
  .menu_area {
    display: none!important
  }
}

.menu_area ul {
	width:160px;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}

.menu_area li,
.menu_area li .submenu {
	border-bottom: 1px solid #fff;
	margin: 0;
	list-style: none;
}

.menu_area li .submenu a {
    padding-left: 30px;
}

#dropbtn, .menu_area li a {
	display: block;
	padding:12px;
	color: #fff;
	text-decoration: none;
    font-size: 13px;
}

.menu_area li a:hover {
	background-color: #666666;
	color: #fff;
}

#dropbtn:hover{
	background-color: #666666;
	color: #fff;
	cursor: pointer;
}

#noborder{
	border-bottom: none;
}
