/** {
  -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
*:before,
*:after {
  -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
*/
body {
 /* background-color: #004e8e;*/
}

h3 {
  margin-top: 0;
}

.row {
  /*margin-bottom: 1rem;*/
  width:100%;
  margin:0;
  padding:0;
}
.row .row {
  margin-top: 0;
  margin-bottom: 0;
  width:100%;
}
[class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
  
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
  
  
  /*padding-right: 5px;
  padding-left: 5px;
  text-align:center;*/
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

.form-control {
  /*padding:6px 8px;
  width:auto;*/
}
label {
  padding:8px 0 0 0;
  text-align:right;
}


/*.slk_start, .slk_end{max-width:80px;}*/

.dropdown-menu > li{
  color: #262626;
  text-decoration: none;
  font-size:13px;
  border-bottom:1px solid #eaeaea;
}

.dropdown-menu > li > a {
  padding: 8px 20px 8px 20px;
}

.dropdown-menu > li.lastoptions{
  color: #262626;
  text-decoration: none;
  border-bottom:0px;
}

.lt_border{
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.rb_border{
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.t_border{
	border-top: 1px solid #e3e3e3;
}
.b_border{
	border-bottom: 1px solid #e3e3e3;
}
.l_border{
	border-left: 1px solid #e3e3e3;
}
.r_border{
	border-right: 1px solid #e3e3e3;
}
.top_border_none{border-top:none;}
.white_border{
	border: 1px solid #ffffff;
}
.table_main {
  border-spacing: 2px;
  border-collapse: separate !important;
}
.table_main_nospacing {
  border-spacing: 0;
  border-collapse: separate !important;
}

.table_main td, .table_main_nospacing td {
  padding: 2px;
}

.table {
  width: inherit;
  max-width: none;
  margin-bottom: inherit;
}
td,
th {
  padding: 0;
}
.maintable td{padding:3px;}
.table_heading{
	
	font-size:14px;
	font-weight:700;
	height:32px;
	padding:10px;
	color:#767676;	
	background-color: #f5f5f5;
}
.column_heading{

	font-size:13px;
	font-weight:700;
	height:32px;
	padding:5px 5px 5px 10px;
	color:#000000;	
	background-color: #f5f5f5;
}

.rebateamount{ text-align:center; max-width:90px; max-height:20px; padding:0;}
.txtdate{ text-align:center; max-width:100px; max-height:26px; margin:5px 2%; padding: 3px 5px;}

.disabled{
border: 1px solid #ffffff;
cursor: not-allowed;
}

.bfh-number{height:30px;}


.custom_close
{
	float:right;
	margin-top:-10px;
	margin-right:5px;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}