.display-5 {
	font-size: 3rem;
	font-weight: 300;}

.display-6 {
	font-size: 2.5rem;
	font-weight: 300;}

.display-7 {
	font-size: 2rem;
	font-weight: 300;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2379cc+0,0050af+100 */
	background: #2379cc; /* Old browsers */
	background: -moz-linear-gradient(top, #2379cc 0%, #0050af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2379cc 0%,#0050af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2379cc 0%,#0050af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2379cc', endColorstr='#0050af',GradientType=0 ); /* IE6-9 */
}
.card-header {
	padding: .1em;
	margin-bottom: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header h2{
	margin:0;
	padding:0;
	text-align: left;
}
.dropdown-menu{
	font-size:13px;
	background: url("../../myAssets/myImages/bg2.jpg") repeat left top;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: white;
	text-decoration: none;
	border-left:3px solid #000;
	background: #2379cc; /* Old browsers */
	background: -moz-linear-gradient(top, #2379cc 0%, #0050af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2379cc 0%,#0050af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2379cc 0%,#0050af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2379cc', endColorstr='#0050af',GradientType=0 ); /* IE6-9 */
}

.columnLeft div.card-body:hover{
	background-color: white !important;
	text-decoration: none;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent!important;
	border-radius:0;
	border-bottom:1px dotted rgba(204, 204, 204, 0.8);
	line-height:1.3;
}

.breadcrumb-item {
	margin: 0 0 0 5px;
	line-height:1.4;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}





