@CHARSET "ISO-8859-1";

/**
 * Style Custom 
 * 
 * Version		: 1.0
 * Date			: 03.07.2016
 * Author		: Fajar Isnandio
 * Email		: fajar@fajar-isnandio.com
 * Website		: https://fajar-isnandio.com
 * Description	: Style Custom
 * 
 */
 
 /* table strip setting */
.table-striped-custom > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #ffe8e8;
}

.table-striped-custom tbody tr:nth-child(2n+1):hover td, .table-hover tbody tr:nth-child(2n+1):hover th {
	background-color: #fdd4d4;
}

.table-striped-custom > tbody > tr.success:nth-child(2n+1) > td, .table-striped > tbody > tr.success:nth-child(2n+1)  > th {
	background-color: #E8F5E9;
}

.table-striped-custom tbody tr.success:nth-child(2n+1):hover td, .table-hover tbody tr.success:nth-child(2n+1):hover th {
	background-color: #d6edd8;
}
/* end table strip setting */

/* notification */
.notification .button-notif-status {
    display: none;
}

.notification li:hover .button-notif-status {
    display: inline-block;
}
/* end notification */

/* custom button size for table purpose */
.btn-xxs{
	padding: 1px 3px;
}

/* for button action in table */
.btn-action-1 {
	min-width: 20px;
}

.btn-action-2 {
	min-width: 45px;
}

.btn-action-3 {
	min-width: 70px;
}

.btn-action-4 {
  min-width: 100px;
}

.navbar-brand {
  background: #ffffff;
  min-width: 260px;
}
.navbar-brand img {
  margin: auto;
}