/* here you can put your own css to customize and override the theme */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff2) format('woff2'), url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-Regular.woff2) format('woff2'), url(fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-Semibold.woff2) format('woff2'), url(fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
}

.table thead > tr > th {
	#border: 1px solid #ddd !important;
}

.table tbody > tr > td i{
	margin-left: 5px;
}

.table tbody > tr:hover > td > a.btn > i{
	color:#FFF !important;
}

.table tbody > tr:hover > td > a > i{
	color:#555555 !important;
}

#tblLaporan > thead > tr > th, #tblLaporan > tbody > tr > td {
	text-align: center;
}

#tblLaporan tbody > tr > td:first-child{
	background-color: #f5f5f5;
	font-weight: 600;
}

#tblLaporan.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}

#tblLaporan.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #FBFBFB;
}
#tblLaporan tbody > tr:last-child > td {
	font-weight: 600;
}

.table thead > tr > th {
	border-bottom: 2px solid #ddd !important;
	background-color: #eee !important;
}

.has-error .help-block {
	font-size: 11px;
}

.panel {
	box-shadow: none !important;
	border-radius: 0;
	border:1px solid #e0e0e0;
}

/*.pagination-sm > li > a, .pagination-sm > li > span {
	font-size: 11px;
}
.pagination-sm > li.next > a, .pagination-sm > li.previous > a {
	font-size: 12px;
}*/