.modal-backdrop.fade.in{
	display:none !important;
}
.modal {
	background: rgba(0,0,0,0.5);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #96aa39 !important;
	color: #fff;
}
a, a:active{
	color:#FFFFFF;
}
.nav-pills{
background:#FFFFFF; border:0px solid #e7e7e7; margin-bottom:0px !important;
}
.nav-tabs > li > a, .nav-pills > li > a {
color: #000 !important;
}
.tab-content{
	border:1px solid #e7e7e7; padding:10px !important; margin-bottom:50px;
}
h4{ width:95%;margin:10px auto !important;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #FFF !important;
background-color: #FFFFFF !important;
}
 .nav-pills > li > a:hover {
color: #000 !important;
background-color: #fed9d9 !important;
}
.btn-success {
	color: #000 !important;
	background-color: #f39300 !important;
	border-color: #3EA49D !important;
}
.green.btn {
color: #FFF;
background-color: #454545;
}
.not-active {
pointer-events: none;
cursor: default;
}