.toolbar-group{
	padding: 25px 0px;
	float:left;
}

#navArea, #content-section {
    float: left;
    width: 100%;
}
#content-section{
	padding: 15px 0px;    
}
.func-button{
	margin-top: 20px;
    margin-bottom: 10px;
}
.blue {
    color: #06F;
}
.color-bgr{
	background-color: #0f79bf;
}
.no-border{
	border: none !important;
}
.danger-class{
	color: #a94442;
}
.info-color{
	color: #31708f;
}
.no-padding{
	margin:0 !important;
	padding: 0 !important;
}
.navbar {
	margin-bottom:-1px;
    border-radius:0;
}
div.permission {
    width: 100%;
	float:left;
	padding:25px 0px;
}
div.permission ul {
	float:right;
}
div.permission ul li {
    list-style: none;
    display: inline;
    color: #127cc0;
    font: 14px arial;
	padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #127cc0;
}
div.permission ul li:last-child {
	border:none;
}
.uppercase{
	text-transform:uppercase;
}
.bold{
	font-weight:bold;
}
.red{
	color: #ff0000;
}
.common, .common1 {
    background: #cce6ff;
}
.fixwid {
    width: 95%;
}
#submenu {
    background-color: #e7e7e7;
}
.navbar-nav{margin:0}
.collapsing {
	display:none;
}
li.sub-li a.active{
	text-decoration:underline;
}
.indent-small{
	margin-left: 5px;
}
.center{
	text-align:center;
}
.required:after {
    content: "*";
    color: red;
}
.error {
	color: #a94442;
    border-color: #a94442;
}
input.roles.error {
    outline: 1px solid #a94442;
}
.valid{
	color: #3c763d;
    border-color: #3c763d;
}
.padd-bot {
    margin-bottom: 20px !important;
}
.padd-top {
    margin-top: 20px !important;
}

.my-group .form-group {
    margin-right: 5px !important; 
    margin-left: 5px !important;
}
.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, .08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.more{
	padding:15px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}