/* Expand/Collapse Key Dates */
.panel-title > a {
	display: block;
	text-decoration: none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #30AD23 !important;
	color: white !important;
}

.nav-tabs > li > a:link {
    border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221);
    background-color: #eee;
}

.nav-tabs {
    border-bottom: 1.5px solid #eee;
}
/* Expand/Collapse Key Dates 
.btn-primary,
.btn-primary:visited,
.btn-primary:link {
	color: #333;
	background-color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #30AD23;
}

.btn-primary.disabled {
	background-color: #fff !important;
}

.btn {
	border: 1px solid #ccc !important;
}
*/
.common-container {
	width: 90% !important;
}