.arrow {
	float: right
}
.glyphicon.arrow:before {
	content: "\e079"
}
.active>a>.glyphicon.arrow:before {
	content: "\e114"
}
.fa.arrow:before {
	content: "\f104"
}
.active>a>.fa.arrow:before {
	content: "\f107"
}
.plus-times {
	float: right
}
.fa.plus-times:before {
	content: "\f067"
}
.active>a>.fa.plus-times {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.plus-minus {
	float: right
}
.fa.plus-minus:before {
	content: "\f067"
}
.active>a>.fa.plus-minus:before {
	content: "\f068"
}



/*==== Dashboard_footer =======*/
footer#foot{ background-color:#d5d5d5; padding:20px 0; text-align:center}
.copy a{color:#a2a2a2; font-size:13px;}

ul.nav_foot{ width:100%;}
ul.nav_foot li{ list-style:circle; display:inline;}
ul.nav_foot li a{font-size:12px; /*color:#a2a209;*/ padding:0 5px; border-right: 1px solid #337ab7;}
ul.nav_foot li:last-child a{ border-right:none;}

/*==== EndDashboard_footer =======*/