body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
.container{
	width: 1100px;
	margin: 0px auto 0px;
}
.head-left {
	width: 68%;
}
.head-right{
    width: 30%;
}
.leftalign{
	text-align: left;
    width: 62%;
}
.clear{
	clear:both;
}
.sidebartext{
	float: right;
    font-size: 15px;
}
.commntheading{
	    color: #6c6b6b;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 0;
}
.order-table .table-container, .production-table .table-container{
	width: 100% !important;
}
.production-table {
    margin-bottom: 62px;
}
.searchformcontainer input[type='text']{
	width: 100%;
    padding: 11px 3px;
    border: 1px solid #000;
    border-radius: 7px;
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}
.tr.odd.text-center.lastmessage {
    font-size: 13px;
}
.tr.odd.text-center.thankmessage{
	font-size: 18px;
    font-style: italic;
    font-weight: 800;
}
.searchformcontainer input[type="submit"]{
	background-color: #4CAF50;
    border: 0;
    color: #fff;
    padding: 11px 48px;
    font-size: 15px;
    float: right;
    margin-bottom: 12px;
    font-weight: 600;
}
.head-left{
	float: left;
}

.searchformcontainer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.searchformcontainer li {
    color: #545353;
    font-size: 14px;
    font-weight: 600;
    flex: 25%;
    max-width: 25%;
    padding: 0 15px;
}

a{
	color: #000
}

span.half {
      width: 47%;
    display: inline-block;
    font-size: 14px;
    color: #6c6b6b;
}

.header span.half:nth-child(2){
	text-align: right;
}

.logo{
	margin-right: 25px;
	float: left;
}

.head-left-content{
	float: left;
}
.head-left-content,.head-right-content{
	font-size: 14px;
    line-height: 17px;
}
.head-left-content p{
	margin:0px;
}
.head-left-content p.address{
	margin-bottom: 9px;
}
.head-right{
	text-align: right;
	float: right;
}
.head-right h2{
    margin-bottom: 6px;
    color: #6C6B6B;
}
.head-right-content b {
    font-size: 17px;
}
.sidebartext p{    margin-top: 0;}
.field{
	background-color: #dddddd96;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
}
.head-right-content span{
	display: inline-block;
}
.head-right-content{
	margin-bottom: 8px;
}
.soldTo-strip{
	/*float: left;*/
}
.soldTo-content{
	float: left;
	padding: 5px 6px 12px 6px;
}
.soldTo{
	border:0px solid #000000;
	position: relative;
	width: 30%;
}
.soldTo-strip{
	background-color: #000000;
	padding: 3px 10px;
}
.soldTo-strip ul{
	margin:0px;
	padding: 0px;
}
.soldTo-strip ul li{
	font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    display: inline-block;
}
 
.soldTo-content p{
	margin: 0px;
    font-size: 14px;
}
.soldTosection{
	width: 100%;
}
.soldTo-left{
	float: left;
}
.soldTo-right{
	    float: left;
        margin-left: 90px;
}
.soldTo-section{
	margin-top: 10px;
}
.instruction{
	padding: 10px;
	border:1px solid #000000;
	margin-top: 20px;
}
.container .order-table .table-container {
    border-bottom: 0;
}
.container .production-table .table-container {
    border-top: 0;
}
.instruction p{
	margin: 0px;
    font-size: 14px;
}

.table-head{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-body{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.order-table{
	margin-top: 4px;
}
.order-table .table-container,.production-table .table-container{
	border:1px solid #000000;	
}
.order-table .th{
	background-color: #000;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #ffffff;
	padding: 5px 0px;
	min-height: 18px;
}
 
.order-table .td, .order-table .th {
    display: table-cell
}
.order-table .td{
	color: #231f20;
	font-size: 13px;
	border-right: 1px solid #231f20;
	text-align: center;
	padding: 5px 0px;
	min-height: 33px;
	height: auto;
}
 .order-table .noborder {
    border: none;
}
.noborder{
	border:0px !important;
}
.production-table .th{
	background-color: #666666;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #ffffff;
 
}

.td.product.text-right {
    text-align: right;
}
.production-table .td{
	color: #231f20;
	font-size: 13px;
	font-weight:600;
	text-align: center;
}
 
 .production-table .tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.production-table .th,
.production-table .td{
	display: table-cell;
	padding: 5px 0px;
	 
}
.tr.odd{
	background-color: #f2f2f2;
}
.td.net {
    width: 161px;
}
.strike .td{
	text-decoration: line-through;
}
.status{
	    text-align: center;
    font-size: 14px;
    color: #898812;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
}
.status p{
	    padding: 0;
    margin: 0;
}
.rack-title{
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	width: 80px;
	padding: 10px;
	background-color: #231f20;
	float: left;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	min-height: 31px;
}
.rack-value{
	color: #231f20;
	font-size: 14px;
	line-height: 16px;
	width: 120px;
	padding: 10px;
	background-color: #ffffff;
	float: left;
	border-bottom: 1px solid #231f20;
	min-height: 31px;
}
.racks{
	border: 1px solid #231f20;
	float: left;
}
.foot-left{
	margin-top: 20px;
	float: left;
}
.foot-right{
	float: right;
}
.titl{
	margin-right:80px;
}
.driver-title,.driver-field{
	float: left;
}
.driver-field{
	width: 270px;
    border-bottom: 1px solid #231f20;
    min-height: 20px;
    margin-left: 10px;
}
.amounts{
	text-align: right;
}
.driver{
	float: left;
	margin-left: 20px;
}
.driver-recived{
	margin-top: 134px;
}
.finance-charge,.page-no{
	font-size: 14px;
	line-height: 20px;
	color: #231f20;
	margin: 20px 0px;
}
.page-no{
	text-align: right;
}
.searchformcontainer textarea {
    width: 100% !important;
}

.tfoot {
    border: 1px solid #000000;
    border-top: 0;
    margin-bottom: 60px; 
}

.production-table-head {
	margin-bottom: 0px !important;
}

.edit_cust_check_btn{
    color: #ffffff !important;
    width: 28px;
    margin: 0px 0px;
    background: #74b75c;
    line-height: 32px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    border-radius: 10px;
    margin-left: 10px;
}

.edit_salerep_check_btn{
    color: #ffffff !important;
    width: 28px;
    margin: 0px 0px;
    background: #74b75c;
    line-height: 32px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    border-radius: 10px;
    margin-left: 10px;
}

.fullrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fullrow .halfdiv:last-child .halftxt {
    text-align: right;
}

.halfdiv {
    flex: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.color-blue{
	color: #0366d6;
}

#remainingC {
	float: left;
    color: #0366d6;
}

.communicationtool {
	border: 1px solid;
	padding: 10px;
	border-radius: 10px;
	margin-top: 35px;
}

.halftxt{
	border-bottom: 2px solid #000;
	display: inline-block;
}