body, input, select{
	font-size: 13px !important;
}
.form-control :not(select, option), .date-form-control{
	height: 30px !important;
}
@media (min-width: 768px){
	.sidebar {
	    width: 180px !important;
	}
	#page-wrapper {
	    margin: 0 0 0 180px !important;
	}
}
.table>tbody>tr>td, .table>tbody>tr>th{
	padding: 2px 1px !important;
	border-right: 1px solid #ddd;
}

body, .navbar, .nav, #page-wrapper{
	/*background-color: rgba(80, 209, 100,.8);*/
	background: #069;
}

.nav a{
	color: #fff;
}

.navbar-brand, .sidebar ul li a.active{
	background: #069;
	color: #afa !important;
}

.nav>li>a:focus, .nav>li>a:hover{
	background: rgba(80, 209, 100,.8);
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: .4; color: #ff101a; }
}