body,html{
  height: 100%;
  padding: 0;
}
.custom-file-label{
  overflow: hidden;
  color: #6c757d;
}
.sidebar{
  position: fixed;
  top: 0;right: auto;bottom: 0;left: 0;
  width: 220px;
  padding: 15px 10px 45px 10px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-image: url('../images/ukiran2.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.sidebar .hide-toggle{
  display: none;
  text-align: center;
  width: 30px;
  position: absolute;
  padding: 3px 5px;
  top:15px;
  right:-30px;
  background-color: inherit;
  cursor: pointer;
}
.main-menu{
  overflow-y: auto;
  height: calc(100vh - 170px);
  margin-bottom:40px;
}
.main-menu .mCSB_inside>.mCSB_container {
  margin-right: 18px;
}
.main-menu .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.main-menu .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: auto;
  left: -20px;
}
.menu-parent{
  display: block;
  margin-top:10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.menu-parent:first-child{
  margin-top:0;
}
.menu-caret{
  position: absolute;
  right: 10px;
  top:10px;
}
.menu-parent:hover,.menu-parent:active,.menu-parent:focus{
  text-decoration: none;
}
.menu-child{
  margin-bottom: 10px;
}
.main-menu .list-group-item:first-child{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.main-content{
  padding-left: 220px;
  padding-bottom: 45px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  min-height: 100vh;
}
.main-content.no-sidebar{
  padding-left: 0;
}
.module-container{
  padding: 15px;
}
.toast{
  position: fixed;
  top:15px;right: 15px;
  display: none;
  width: 200px;
  z-index:1;
}
.form-group > label{
  font-weight: bold;
}
.sidebar-shown .sidebar{
  left: 0;
}
.profile-circle{
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  text-align: center;
  margin: 10px auto;
  box-shadow:1px 1px 2px #000;
}
.profile-circle img{
  min-width: 150px;
  max-width: 100%;
}
@media(max-width:991px){
  .sidebar{
    left: -220px;
    z-index: 2;
  }
  .sidebar .hide-toggle{
    display: block;
  }
  .main-content{
    padding-left: 0;
  }
  .module-container > .row > div > h4{
    padding-left: 30px;
  }
}

table.crossHover thead th:not(.crossHoverTd) {
  background-color: #fff;
}
table.crossHover {
overflow: hidden;
}

table.crossHover tr:hover .crossHoverTd {
background-color: #ffa;
}

table.crossHover .crossHoverTd {
position: relative;
}
table.crossHover .crossHoverTd:hover::after {
content: "";
position: absolute;
background-color: #ffa;
left: 0;
top: -5000px;
height: 10000px;
width: 100%;
z-index: -1;
}