/*===========================
CSS for menu
===========================*/

.main-1 {padding: 20px 15px 20px 65px !important;}
.main-2 {padding: 20px 15px 20px 115px !important;}
.main-3 {padding: 20px 15px 20px 165px !important;}
.main-4 {padding: 20px 15px 20px 395px !important;}

.top-3 {padding: 20px 15px 0px 165px !important; background: #fff;}
.top-3 .list-inline > li {
  padding-right: 0px;
  padding-left: 0px;
}


.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: center;
  padding: 20px 0;
}
.sidebar.rms {
  background: #1f8cc5;
  left: 0px;
  z-index: 13;
}
.sidebar.client {
  background: #3097cd;
  left: 50px;
  z-index: 12;
}
.sidebar.app {
  background: #42a4d7;
  left: 100px;
  z-index: 11;
}
.sidebar.config {
  background: #6b788e;
  left: 0px;
}
.sidebar .logo {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin-bottom: 7px;
}
.sidebar .nav li {
  margin: 5px 0;
}
.sidebar .nav a {
  color: #fff;
  margin: 7px;
  padding: 5px 8px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  line-height: 1.6;
}
.sidebar .nav li.active > a {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.sidebar .nav a:hover, .sidebar .nav a:focus,
.sidebar .nav li.active > a:hover, .sidebar .nav li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}


/* .sidebar-study {
  position: fixed;
  top: 0px;
  bottom: 0;
  background: #e1e6ea;
  width: 230px;
  left: 150px;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
  padding-top: 15px;
}
.sidebar-study .box.selected , .sidebar-study .box.selected:hover{
  outline: 2px solid #0747A6;
}
.sidebar-study .box.selected:after , .sidebar-study .box.selected:hover:after{
  content:"";
  position:absolute;
  bottom:75px;
  right:9px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0747A6;
}
.sidebar-study .box:hover{
  outline: 2px solid #87b8ea;
}
.sidebar-study .box:hover:after {
  content:"";
  position:absolute;
  bottom:75px;
  right:9px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #87b8ea;
} */
