/*----------------------------------------------------------------------
  FILENAME: custom.css
  DESCRIPTION: Rules placed in this file will override all other rules.
  You can use !important to ensure the rules are applied.
----------------------------------------------------------------------*/

#loginform input{
	width:100% !important;
	padding: 7px !important;
    border-radius: 50px !important;
}

#nav{
	background-color:#40BC26;
}

#nav ul li.selected a{
	background-color: #0f8200 !important;	
}

#nav ul li a:hover{
	background-color: #0f8200 !important;
}

#aside .section h1{
color:#000000 !important;
}

 #aside .nav .section li.selected{
	background:#40BC26 url('../images/h1-side-bg.png') top left repeat-x scroll !important;
}

#aside .nav .section li:hover {
    background: #40BC26 url('../images/h1-side-bg.png') top left repeat-x scroll !important;
    color: #fff !important;
}

#aside .section h2{
	color:#000000 !important;
}

.pageDesc{
	background-color:#40bc2638 !important;
	color:#000000;
}
.pageDesc p{
	color:#000000 !important;
}

a{
	color:#000000;
}

label{
	filter: grayscale(1);
}

button, .button, input[type=submit]{
	background:#40BC26 !important;
}

#stats-glance .col-2:hover {
    background: #40BC26;
}

.msgTypeInformation{
	background: #40bc2638 !important;
	color:black !important;
}

#loginform{
	position: relative;
	margin:0px auto;
	width: 85%;
}

#loginform input{
	width:100%;
}

