.accessLogo{
    font-size:30px;
    cursor:pointer;
    margin-left: 937px;
}
.accessLogo img{
    float: right;
    width:35px;
    z-index: 99999;
    margin-left: 0px;
    margin-top: 15px;
}
.accessLogo_login{
    font-size:30px;
    cursor:pointer
}
.accessLogo_login img{
    float: right;
    width:35px;
    z-index: 99999;
    margin-top: 26px;
} 
/* img{
    float: right;
    width:35px;
    z-index: 99999;
    margin: 21px 0px 10px 0px;
} */

.sidenav {
	margin-right: 0%;
	margin-top:0%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: auto;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  /* box-shadow: 1px 1px 4px 4px rgba(69, 90, 100, .08); */
}
.sidenav a {
  padding: 20px 4px 20px 4px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
	padding: 5px 5px 5px 5px;
	width:100%;
	position: absolute;
	top: 0;
  font-size: 13px;
	background-color:#424d83;
	color:white;
	text-align:center;
}
.icons{position: fixed;
	z-index: 9;
	right: 11px;
	}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.toolAcc{
	color: black;
	list-style:none;
    text-decoration: none;
	text-align: center;
    font-size: 14px;
    color: #818181;
    transition: 0.3s;
}
.accessTable{
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top:20px;
    margin-bottom: 20px;
}
.accessTable td{
    border: 1px solid #ddd;
    padding: 15px 20px 13px 20px !important; vertical-align: middle;
}
.accessTable td ul{
    padding-inline-start: 0px;
    margin-bottom: 5px;
}
.accessTable td ul li{
    cursor: pointer;
}
