.table-bordered td, .table-bordered thead, .table-bordered thead th{
	border: 1px solid #898989 !important;
	text-align: center;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}
/****************************/
/*** Left menu drop box outline and fill color **/
.LTchildren { /* outline*/
  border-top: 1px solid #e3ebf6; 
  border-bottom: 1px solid #e3ebf6;
  background-color: #EFEFEF;
}
/****************************/
/** Left nav link text **/
/* Drop down parent text color */
.LTgrp {
  color: #474747;
}
/* left link text color */
.LTtd a:not(.btn), .LTth a:not(.btn), .LTtd a:not(.btn):hover {
  color: #585858 !important;
}
.hiddenQTab {
  color: #CCCCCC !important;
}
/********* End left nav styling *********/
.appMain a:not(.btn) {
	color: #C8464d;
}
.appMain a:not(.btn):hover {
	color: #d51f30 ;
}
/************End Color Theme****************/
