.navbar .topbar{
/*This does not work here because of some reason, therefore we included it as inline css*/
padding: 0 12px !important; /*Override default value - so we can use more screen width.. we dont need that much padding on the side*/
}

.page-content{
padding: 10px 12px 10px 10px !important; /*Override default value - so we can use more screen width.. we dont need that much padding on the side*/
}
/*
.sidebar-item{
    font-size: 15px;
}*/

#currentDate{
	position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: center;
}

.btn{
	text-transform:none !important;
}

.btn-success
{
	/*background-color: #8FCB44 !important;*/
	background-color: #228B22 !important;
	color: #fff !important;
}
