/* Toggle Styles
#wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  /*height: 100%;
}
/* #sidebar-wrapper {
  z-index: 2500;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #333339;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 

#page-content-wrapper {
  width: 100%;
  overflow-x: auto;
  min-height: 650px;
  height: 100%;
}
#page-content-wrapper header {
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  left: 60px;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-content-wrapper .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.toggled-2 #page-content-wrapper header {
  left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cursor-pointer {
  cursor: pointer;
}
#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0px;
}
.fixed-brand {
  width: auto;
}
/* Sidebar Styles 
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggled-2 .sidebar-nav {
  width: 250px;
  transition: none;
}
/*.sidebar-nav li {
  text-indent: 15px;
  line-height: 30px;
}
.sidebar-nav li.active a {
  opacity: 1;
  background-color: #0a8aff;
}
.sidebar-nav li:last-child {
  margin-bottom: 35px;
}
.sidebar-nav li .sub-menu li a {
  background: transparent;
}
.sidebar-nav li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
  padding: 12px 0px;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li a:hover {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.footer-content {
  color: #adb2c1;
  font-size: 12px;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 60px;
  }
 /* #sidebar-wrapper {
    width: 60px;
    overflow-x: hidden;
  }
  #wrapper.toggled-2 #sidebar-wrapper {
    width: 250px;
    overflow-x: hidden;
  }
  #page-content-wrapper {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 190px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
  }*/
}
/*
@media (min-width: 320px) and (max-width: 767px) {
  #sidebar-wrapper {
    width: 0px;
  }
  #page-content-wrapper header {
    left: 0px !important;
    position: relative;
  }
  #wrapper.toggled-2 #sidebar-wrapper {
    width: 250px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
  }
  #menu-toggle-sm {
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1030;
    background-color: #fff;
  }
  #wrapper.toggled-2 #menu-toggle-sm {
    left: 260px;
    /*position: absolute;
     top: 0px;
     right: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}*/
footer p {
  color: #adb2c1;
  font-size: 12px;
}
