
/* Overide some colors                 */
/* #36a9e1 - 36A9E1          */
/* #ffffff - fff              */
/* #ffffff - fff           */
/* #ffffff - fff                   */
/* #1E8FC6 - 1E8FC6               */
/* #ffffff - fff           */
/* #333 - 333               */


/* see \Controllers\OrganizationManagerController.cs  */



/* banner color                            */
.navbar-inner {
	background: #36a9e1;
}



/* banner fore color                       */
.header-nav a.btn.btn-primary {
	color: #ffffff!important;
	background: #36a9e1!important;
}

/* banner link text rollover               */
a#main-menu-toggle {
	color: #ffffff;
}


/*banner hovers                            */
.header-nav a.btn.btn-primary:hover {
	color: #ffffff!important;
	background: #333!important;
}

/*banner hovers                            */
a#main-menu-toggle:hover {
	color: #ffffff;
	background-color: #1E8FC6!important;
}

.header-nav a.btn {
    color:#ffffff!important;
}

/* button color text and button back color */
.btn.btn-primary{
    color: #ffffff!important;
    background-color:#1E8FC6!important;
    }
    
/*button hover text and button back color  */
.btn.btn-primary:hover{
	color:#ffffff!important;
	background-color:#333!important;
}


