/* 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: #37474F;
}

#sidebar header {
  background-color: #263238;
  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 #455A64;
  color: #CFD8DC;
  font-size: 14px;
  padding: 16px 24px;
}

#sidebar .nav a:hover{
  background: none;
  color: #ECEFF1;
}

#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;
}
