/* The sidebar menu */
.cls-sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000036;
  /*overflow-x: hidden;*/ /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.1s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.cls-sidebar .cls-sidebar-a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.cls-sidebar .cls-sidebar-a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.cls-sidebar .closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size:30px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
/*  font-size: 20px;*/
  cursor: pointer;
/*  background-color: #111;*/
/*  color: white;*/
  padding: 0px 0px;
/*  border: none;*/
}

.openbtn:hover {
/*  background-color: #444;*/
}

#main{
    position: fixed;
    top: 0px;
    Right: 0px;
    z-index: 9999;
    transition: 0.1s;
}
.cls-sidebaropen #main {
    margin-left: 0 !important;
    margin-right: 250px !important;
}

.cls-sidebaropen #main .openbtn {
   position: relative;
   left: 0;
}

.imageback{
    width:30px;
}
#mySidebar {
    margin-top: -75px;
}
h2.softnoesis-title {
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px 15px;
}
small.softnoesis-tips-menu-desc {
    padding: 15px 15px 30px;
    float: left;
}
.softnoesis-tips-sub-menu {
    font-size: 16px;
    font-weight: 600;
    padding:5px 15px;
    background-color: #efefef;
    display: flex;
    align-items: center;
}
.softnoesis-tips-sub-menu img{
  margin-right: 10px;
}
#mySidebar ul{
  float: left;
  padding: 15px 15px 15px 30px;
  margin-bottom: 0;
}
#mySidebar ul li {
  list-style: square;
  color: #898989;
}
#mySidebar ul li a{
  color: #898989;
}
#mySidebar ul li a:hover{
  color: #006bb4;
}
a.demo-buy-now-btn {
    padding: 10px;
    text-align: center;
    width:90%;
    float: left;
    color: #fff;
    border: 1px solid #00a5f2;
    background-color: #00a5f2;
}

a.demo-buy-now-btn:hover{
  text-decoration: none;
  background-color: #0391d4;
  border-color: #0391d4;
}
#mySidebar a:hover{
  text-decoration: none;
}
.help-links {
    padding: 15px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  /*transition: margin-left .5s;*/ /* If you want a transition effect */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .cls-sidebar {padding-top: 15px;}
  .cls-sidebar .cls-sidebar-a{font-size: 18px;}
}