/* Toggle Styles */

#viewport.show {
  padding-left: 250px;
}

#content {
  width: 100%;
  position: relative;
  margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #131d2a;
}

#sidebar header {
  background-color: #0c1219;
  padding : 10px;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#sidebar header a:hover {
  color: #fff;
}

#sidebar .nav a{
  background: none;
  border-bottom: 1px solid #1e2d3d;
  color: #b0bec5;
  font-size: 14px;
  padding: 16px 24px;
}

#sidebar .nav a:hover{
  background: none;
  color: #e2e8f0;
}

#sidebar .nav a i{
  margin-right: 16px;
}
.btn{
	border-radius : 2px;
}
.form-control{
	border-radius : 2px;
}
.tooltip-inner {
	border-radius : 2px;
	background-color: #151b1e;
}
.modal-content{
	border-radius : 2px;
}
