.oldorderframe {
}
.oldorderframe-body {
}
.oldorderframe-pnlframe {
}
.oldorderframe-pnlframe-body {
}
.oldordersframe-pnlorderlistheader {
}
.oldordersframe-pnlorderlistheader-body {
	background-color: #045e71 !important;
}
#oldordersframe-header-container {
	height: 100%;
	width: 100%;
	text-align: center;
}
#oldordersframe-header-title {
    color: #fff;
    font-size: 17px;
    padding: 11px 0px 0px 29px;
    white-space: nowrap;
    position: absolute;
}
#oldordersframe-header-table {
	border-collapse: collapse;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin: 8px auto auto auto;
}
#oldordersframe-header-control-title {
    color: rgb(236, 236, 236);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
#oldordersframe-header-control-left-td {
}
#oldordersframe-header-control-left-td div {
	background-image: url(images/arrow_left_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: revert;
    padding: revert;
    box-shadow: revert;
    width: 14px;
    height: 14px;
}
#oldordersframe-header-control-left-td div:hover {
	background-image: url(images/arrow_left_header_hover.png);
}
#oldordersframe-header-control-center-td {
}
#oldordersframe-header-control-center-td div {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #353121;
    background-color: #d4cbae;
	cursor: pointer;
}
#oldordersframe-header-control-center-td div:hover {
	background-color: rgb(173,158,137);
}
#oldordersframe-header-control-right-td {
	padding-left: 5px;
}
#oldordersframe-header-control-right-td div {
	background-image: url(images/arrow_right_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: revert;
    padding: revert;
    box-shadow: revert;
    width: 14px;
    height: 14px;
	cursor: pointer;
}
#oldordersframe-header-control-right-td div:hover {
	background-image: url(images/arrow_right_header_hover.png);
}
.iframe-oldorders-no-item {
    margin-top: 30px;
    padding-left: 30px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #045e71;
}
.iframe-oldorders {
	margin: 20px 29px 0px 29px;
}
.iframe-oldorders-table {
	width: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.iframe-oldorders-table th{
    font-weight: bold;
    padding: 8px 10px;
    background-color: rgb(197,197,197);
}
.iframe-oldorders-item-uom {
	padding-right: 5px;
    white-space: nowrap;
    width: 1px;
}
.iframe-oldorders-qty {
	text-align: right;
	padding-right: 5x;
	font-weight: bold;
}
.iframe-oldorders-item-name {
	padding-right: 5px;
	width: 100%;
}
.iframe-oldorders-item-value {
	text-align: right;
	white-space: nowrap;
}
.iframe-oldorders-item-info-icon {
    cursor: pointer;
    background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
}
.iframe-oldorders-item-info-icon:hover {
}
.iframe-oldorders-item-sepline {
    border-top: 1px solid rgb(197,197,197);
    width: 100%;
    height: 1px;
    padding-bottom: 4px;
}
.iframe-oldorders-items-row:hover {
	background-color: #d6d6d6;
}
.iframe-oldorders-item-info-icon-td {
	white-space: nowrap;
	width: 1px;
}
.iframe-oldorders-item-info-noicon {
	width: 24px;
}
.iframe-oldorders-item-info {
	display: none;
	border-top: 1px solid rgb(186,186,186);
    padding-top: 8px;
}

