/*-------------------15-10-2019------------------------*/
/*class yang digunakan utnuk mengatur sidebar aplikasi*/
/*---------------------------------------------------*/
.senkatech-sidebar {
	z-index: 1000;
	position: fixed;
	left: 250px;
	width: 0;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background:#ecf3f9;
	border: 1px solid #dee2e6!important;
	border-radius: 0!important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*----------*/
/*end class*/
/*--------*/


/*---------------------15-10-2019-----------------------*/
/*class yang digunakan untuk mengatur menu pada sidebar*/
/*----------------------------------------------------*/
.senkatech-sidebar ul  a {
	display: inline-block;
	width: 260px;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
	background-color: #ecf3f9;
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.senkatech-sidebar ul li a i {
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.senkatech-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-size: 14px;

}
/*------------*/
/*end sidebar*/
/*----------*/

/*----------------------------------*/
/*untuk ikon pada sidebar */
/*--------------------------------*/
.senkatech-sidebar .senkatech-sidebar-menu .sidebar-dropdown > a:after {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f105 ";
	font-style: normal;
	position: absolute;
	right: 15px;
	top: 14px;
}


.fa-circle {
	color:  #236db3;
	font-size: 8px;
	margin-left: 20px;
}


  .senkatech-sidebar .senkatech-sidebar-menu .sidebar-submenu {
  	display: none;
  }
.sidebar-submenu {
  background-color: #000;
  border-radius: 
}

  /*-----------------------15-10-2019------------------------*/
  /*class untuk mengatur hover pada menu dan submenu sidebar*/
  /*-------------------------------------------------------*/
/*  .chiller-theme .senkatech-sidebar .senkatech-sidebar-menu ul :hover> a,
  .chiller-theme .senkatech-sidebar .senkatech-sidebar-menu .sidebar-dropdown.active>a,
  .chiller-theme .senkatech-sidebar .sidebar-header .user-info,
  .chiller-theme .sidebar-footer >a:hover i ul li a   {
  	color: #fff !important; 
  	background-color:#6495ed99;
  	width: 260px;
  }*/
  /*------------*/
  /*end sidebar*/
  /*----------*/

  /*--------------------10=5-10-2019--------------------------*/
  /*class yang digunakan untuk mengatur responsisive sidebaer*/
  /*--------------------------------------------------------*/
  @media (min-width:768px) {
  	.senkatech-sidebar {
  		width: 260px;
  	}
  }
  /*----------*/
  /*end class*/
  /*--------*/



  /*class yang digunakan untuk mengatur footer pada sidebr */
  .sidebar-footer {
  	position: fixed;
  	width: 100%;
  	bottom: 0;
  	height: 30px;
  	background: #49598d;
  	display: flex;
  }

  .sidebar-footer > a {
  	flex-grow: 1;
  	text-align: center;
  	height: 30px;
  	line-height: 30px;
  	position: relative;
  }

  .sidebar-footer > a .notification {
  	position: absolute;
  	top: 0;
  }

  /*end class*/
  .senkatech-box-icon {
  	height: 20px;
  	width: auto;
  	border-radius: 3px;
  	background:#21abe2;
  }
  .senkatech-sidebar-header {
  	padding: 10px;
  	background-color: #236db3;
  }

  h5 {

  	color: #fff;
  	font-size: 14px;
  }
  h6 {
  	padding-top : 13px;
  	color: #fff;
  	font-size: 12px;
  }

  /*class untuk mengatur ukuran ikon pada menu sidebar*/
  .senkatech-ikon-menu {
    width: 23px;
    margin-bottom: 5px;
  }
  /*end ikon menu*/
