
.sidebar {  
  padding: 10px;
		}
		
.sidebar a {
    display: block;
    color: #2F3640;
    font-weight: 400;
    margin-bottom: 20px;
	}
.list-group-item {
	padding-left: 0.75rem;
}

.sidebar .list-group .list-group-item-action.collapsed .im {
    transform: rotate(-90deg);
}




.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  max-height: 300px;
  min-width: 160px;
  overflow: scroll;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}


@media (max-height: 768px) {
  .sidebar a {
    margin-bottom: 10px; } }


.sidebar {
    position: fixed;
    height: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
    width: 250px;
    padding: 30px;
    background-color: #ffffff;
    border-right: 1px solid #DCDDE1;
    overflow-x: scroll;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.sidebar a {
    display: block;
    color: #2F3640;
    font-weight: 700;
    margin-bottom: 20px; }
.sidebar a:hover, .sidebar a.active {
    color: #7F8FA6; }
.sidebar a.logo {
    margin-bottom: 15px; }

@media (max-height: 767.95px) {
    .sidebar a {
        margin-bottom: 20px; } }
.user-icon {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: url("../img/user-icon.png") no-repeat;
    background-size: contain;
    margin-top: -6px;
    margin-right: 5px; }

.logout-icon {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 17px;
    background: url("../img/logout-icon.png") no-repeat;
    background-size: contain;
    margin-top: -2px;
    margin-right: 5px; }

.main-container {
    padding: 30px 15px 45px 265px; }


.sidebar-toggle {
    display: none; }

.overlay {
    display: none;
    position: fixed;
    background: #000000;
    opacity: .5;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 98; }
.overlay.show {
    display: block; }

.overflow-h {
    overflow: hidden;
}

@media (max-width: 767.95px) {
    .logo {
        position: absolute;
        top: 5px;
        left: 15px;
    }

    .sidebar {
        width: 220px;
        padding: 15px;
        left: -220px;
        z-index: 99;
    }

    .sidebar .list-group-item {
        padding: .4rem;
    }

    .sidebar .img-fluid {
        width: 80px;
    }

    .sidebar.open {
        left: 0;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }

    .sidebar-toggle {
        display: block;
        position: absolute;
        cursor: pointer;
        height: 25px;
        width: 25px;
        top: 10px;
        right: 15px;
        background: url("../img/menu.png") no-repeat center center;
        background-size: contain;
        z-index: 99;
    }

    .sidebar-toggle.open {
        background: url("../img/close.png") no-repeat center center;
        background-size: contain;
    }

    .main-container {
        padding: 0px;
        padding-top: 50px;
    }
}


@media (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }
}

.border-top {
    border-bottom: #7F8FA6;
    height: 2px;
}


.border-bottom {
    border-bottom: #7F8FA6;
}


.help {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../img/help.png") no-repeat;
  background-size: contain;
  margin-right: 20px;
   }
