.container{
	
	width: 100%;
}

.divider-left{
	border-left: 1px solid #DFDFDF;
}

.main-content {
	margin-left: 190px;
	margin-right: 0;
	margin-top: 0;
	min-height: 100%;
	padding: 0;
	background-color: black;
	padding: 0 15px;
	width: 100%;
}

body, html, .container-fluid {
  height: 100%;

}

.navbar{
	margin: 0;
}

.navbar-brand {
	font-size: 20px;
}



.container-fluid{
	padding: 0 0;
}




.content-area {
	position: relative;
	background: #fff;

	padding: 0px 15px;
	margin-top:15px;
}



#dashboard-menu {
	list-style: none;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#dashboard-menu > li {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #e7e7e7;
}

#dashboard-menu > li > a {
	color: #8A8A8A;
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
}
#dashboard-menu > li > a:hover {
	color: #3399f3;
	-webkit-transition: color ease-in-out .3s;
	transition: color ease-in-out .3s;
}

#dashboard-menu > li > a.active {
	color: #3399f3;
	border-right: 3px solid #3399f3;
	 
}

#dashboard-menu > li > a >[class*="fa-"]:first-child {
	display:inline-block;
	vertical-align: middle;
	min-width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-right: 2px;

}

#dashboard-menu > li > a >[class*="fa-"]:last-child {
	display:inline-block;
	vertical-align: middle;
	min-width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-right: 2px;
	float:right;

}

#dashboard-menu ul.submenu a {
	color: #8A8A8A;
	text-decoration: none;
}

#dashboard-menu ul.submenu {
	list-style-type: none;
	margin-top: 7px;
	margin-right: 0;
	margin-left: -15px;
	padding-left: 15px;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 0;
}
/**
.breadcrumb{
	margin-left:-15px;
	margin-right:-15px;
	margin-top: -15px;
	border-radius: 0;
	border-bottom: 1px solid #e7e7e7;
	padding:10px;
}

.breadcrumb>li+li:before {
	font-family: FontAwesome;
	content: "\f105";
}
**/
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

.breadcrumb{
	border-radius: 0;
	border-bottom: 1px solid #e7e7e7;
	
}

.breadcrumb > li > a{
	color:gray;
	text-decoration:none;

}

.breadcrumb > li {
		padding:10px 0 10px;	
}

.breadcrumb > li > a:hover{
	color: #09F;
	text-decoration:none;
}

.breadcrumb > li > a > span.active{
	color: #09F;
}

.breadcrumb>li+ li:before{
	font-family: FontAwesome;
	content: "\f105";
}

.breadcrumbs > ul:last-child{
	font-family: FontAwesome;
	content: "";
}








.table>thead>tr>th{
	padding:0 8px 8px 8px;
}
