#iframe-orders-container {
	height: 100%;
	width: 100%;
	padding: 20px;
	border-left: 1px dotted #045e71;
}
.iframe-orders {
	height: 100%;
    width: 100%;
    overflow-y: scroll !important;
	padding: 0px 10px 0px 0px;
}
.iframe-orders-table {
	width: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
}
.iframe-orders-table th {
    color: rgb(53,53,53);
    font-size: 11px;
    font-weight: bold;
    background-color: rgb(197,197,197);
    padding: 5px;
	line-height: 18px;
	text-align: center;
}
.iframe-orders-delivery-address {
	color: #65635e;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.iframe-orders-delivery-value {
	color: #65635e;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.iframe-orders-item-remove-td {
	width: 20px;
}
.iframe-orders-item-add-td {
	width: 30px;
}
.iframe-orders-item-remove-icon {
    width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #045e71;
	color: #045e71;
}
.iframe-orders-item-qty {
	text-align: right;
    font-weight: bold;
    white-space: nowrap;
    width: 1px;
    padding-left: 7px;
}
.iframe-orders-item-uom {
	white-space: nowrap;
    width: 1px;
	padding-left: 3px;
}
.iframe-orders-item-add-icon {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #045e71;
	color: #045e71;
}
.iframe-orders-item-add-noicon {
	width: 20px;
}
.iframe-orders-item-name {
	padding-left: 5px;
}
.iframe-orders-item-value {
	text-align: right;
	white-space: nowrap;
}
.iframe-orders-item-row {
	height: 30px;
}
.iframe-orders-discount-row {
	height: 30px;
	color: #a90000;
}
.iframe-orders-additional-row {
	height: 30px;
	color: green;
}

