/* Global Styles */

/* ------------------------------- */
 body {
    background-color: #f8f8f8;
}

#page-wrapper {
    background-color: #fff;
}

/*.nav li .active a{
	background-color: #158cba;
	border-color: #127ba3;
	
}
.nav li .active a:hover{
	background-color: #158cba;
	border-color: #127ba3;
}
.nav li .active a{
	color:#fff !important;
}*/

.bootbox-wide{
  width: 80% !important;  
}

.active-page-li{
	background-color: #158cba;
	border-color: #127ba3;
	color:#fff !important;
}
.active-page-li:hover{
	background-color: #158cba !important;
	border-color: #127ba3 !important;
}

* {
  -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
        border-radius: 0 !important;
}