
.salesRepdashboardpage {
	margin: 0 14% 0 14%;
	}
	footer:footer{
	margin: 0 12%;
	}
	.salesRep_order_track{
	 border-collapse: collapse; 
            width: 70%;
            text-align: center; 
            margin-left: 15%;
             background-color: #f2f2f2;
            	border-style: solid;
    			border-color: #f2f2f2;
        } 
	 .customerListTable { 
            border-collapse: collapse; 
            width: 70%;
            text-align: center; 
            margin-left: 15%;
             background-color: #f2f2f2;
            	border-style: solid;
    			border-color: #f2f2f2;
        } 
          
        th, td { 
            text-align: left; 
            padding: 8px; 
           
        } 
        th{
        font-weight: 900;
        }
          tbody tr:nth-child(odd) {background-color: white;
          }

           
.search{
text-align:center;
}

.searchSubmit{
font-family:verdana;
font-size:90%;
font-style:normal;
font-weight:bold;
align:center;
border:none;
cursor:pointer;
outline:none;
color:white;
background-color:#cc0000;
width: 18%;
height: 1.6rem;
}
.searchfield{
margin-top:1rem;
	margin-left:15%;
	margin-bottom: 2rem;

} 
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
/*   float: left;
  padding: 15px; */
}

html {
  font-family: "Lucida Sans", sans-serif;
}
.brokerheadline{
border-top: 1px dotted #A5A5A5;
border-bottom: 1px dotted #A5A5A5;
	font-size: 1em;
	font-weight: bold;
	height: 3rem;
	margin:0 0 10px;

}

.SalesRepOrderHistory{
     width: 49%;
    height: 5rem;
    float: left;
    display: flex;
    overflow: hidden;
}
.salesRepShipmentTracking{
  width: 49%;
    height: 5rem;
    overflow: hidden;
}
.salesrepbutton {
    margin-top: auto;
}
}
