#wrapper {
  padding-left: 260px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -260px;
  left: 260px;
  width: 260px;
  /*background: #000;*/
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.page-content-wrapper-mob-logout{
  padding: 245px 0 45px 0px
}

@media only screen and (max-width: 991.98px) {
  #sidebar-wrapper {
    margin-left: -260px;
  }
}

.wtype .fixed_wrapper_mobile{
  left: -260px;
  width: 260px;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 991.98px) {
  #wrapper {
    padding-left: 260px;
    transition: all 0.4s ease 0s;
  }

  #sidebar-wrapper {
    margin-left: -260px;
    left: 260px;
    width: 260px;
    /*background: #000;*/
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
  }
  .sidebar-nav {
    width: 260px;
  }
  #wrapper.active {
    /* margin-left: 260px; */
  }

  #wrapper.active .fixed_wrapper_mobile {
    /*margin-left: -260px;*/
    left: 0 !important;
    width: 260px;
    transition: all 0.4s ease 0s;
  }
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 260px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.content-header {
  height: 60px;
  /*line-height: 65px;*/
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 60px;
  display: inline-block;
}

#menu-toggle {
  /*display: none;*/
}

.inset {
  padding: 20px;
}

@media (max-width:767px)
{
    #menu-toggle {
        display: inline-block;
    }
}

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  /* margin-left: 260px; */
}

#wrapper.active #sidebar-wrapper {
  left: 260px;
  width: 260px;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 991.98px) {
  #wrapper.active #sidebar-wrapper {
    left: 260px;
    width: 100%;
  }
  #wrapper.active #sidebar-wrapper #mobile_login{
    margin-left: 260px;
    /*width: 260px;*/
  }
}

.inset {
  padding: 15px;
}

.pointer {
  cursor: pointer
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}