html{
    height: 100%;
}
body {
    background: #FFFFFF none;
    font-family: sans-serif;
    min-height: 100%;
}

#buyOnlineBuyDirect {
    color: #308DFF;
    font-size: 28px;
    font-weight: bold;
    left: 550px;
    position: relative;
    top: 28px;
    width: 400px;
}

#contactInfo {
position: absolute;
width: 250px;
top: 0px;
right: 0px;
padding: 5px;
font-weight: bold;
font-size: 12px;
line-height: 20px;
z-index: 998;
text-align: left;
}

.x-btn-bc, .x-btn-mr, .x-btn-ml, .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-br, .x-btn-bl, .x-btn-ml {
    background-image: none;
    background-color: lightblue;
    padding: 4px;
}

.x-plain-body.x-plain-body-noheader {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto !important;
}

.x-window-header-text {
    FONT-FAMILY: sans-serif;
    FONT-WEIGHT: bold;
    font-size: 13px;
}
.x-form-item-label{
    FONT-FAMILY: sans-serif;
    FONT-WEIGHT: bold;
    font-size: 12px;
    color: darkblue;
    width: auto !important;
}
.x-window-header.x-panel-icon.x-icon-guard.x-window-draggable {
    padding-top: 10px;
}

.x-icon-guard {
    background-position: 0 9px !important;
}

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
    background-image: none !important;
    color: #FFFF00;
    font-family: sans-serif;
    font-weight: bolder;
    padding-left: 0 !important;
    text-transform: uppercase;
    font-size: 13px;
}

.x-btn button {
    color: #FFFF00;
    font-weight: bolder;
}

.x-btn-mc {
    background-color: #00008B !important;
    background-image: none;
}
.x-form-text.x-form-field {
    background-color: #fff;
    color: #00008B;
    font-size: 10pt;
    font-weight: bolder;
    width: 250px !important;
}

.x-form {
    background-color: #eff2fb;
    padding-top: 20px !important;
}

.x-plain.ux-auth-header.x-border-panel {
    background-color: #CDDEFE;
}

.x-form-element {
    padding-left: 0 !important;
}

.ux-auth-header {
    padding-bottom:0;
}

#x-form-el-vin input {
    margin-left: 109px;
}

.table-grid thead th, .table-grid thead td {
    background-color: #e8f0f8;
    font-weight: bolder;
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
    height: 30px;
    border-collapse: separate;
}

.table-grid thead th.sales {
    background-color: #08b040;
}
.table-grid td, .table-grid th {
    border: 1px solid #a0b0e0;
    margin:0;
    font-size: 10px;
    border-spacing: 0;
}
.table-grid th {
    border-top: 2px solid #a0b0e0;
}
.table-grid th:first-child {
    border-left: 2px solid #a0b0e0;
}
.table-grid th:last-child {
    border-right: 2px solid #a0b0e0;
}
.table-grid tr td:first-child {
    border-left: 2px solid #a0b0e0;
}
.table-grid tr td:last-child {
    border-right: 2px solid #a0b0e0;
}
.table-grid tbody tr:last-child td {
    border-bottom: 2px solid #a0b0e0;
}
.table-grid td {
    height: 30px;
}

label {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11pt;
    height: 25px;
    color: darkblue;
    text-transform: uppercase;
    line-height: 36px;
    width: 100px;
    clear: left;
    float: left;
}

label#owning_area {
    width: 150px;
}
label#unit_number, label#label_vin {
    width: 60px;
}

.form-row {
    padding: 5px 30px;
}
.form-group {
    display: inline-block;
    padding-right: 15px;
}
.form-group input[type="text"] {
    HEIGHT: 25px;
    color: darkblue;
    font-weight: bolder;
    font-size: 11pt;
    width: 109px;
}

.form-group input[type="text"]#hertz_owning_area_number {
    width: 80px;
}

.form-group input[type="text"]#hertz_unit_number {
    width: 100px;
}

.form-group input[type="text"]#vin {
    width: 300px;
}

.top-group {
	text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
}
.input-fields {
    float: left;
    width: 880px;
    padding-bottom: 15px;
}
.confirmation-area {
    float: right;
    width: 220px;
}

#bottons-container{
    float: left;
    width: 580px
}
#order-legend-container{
    float:right;
    padding:5px; 
    width: 400px
}
.buttons input{
    FONT-SIZE: 10pt;
    HEIGHT: 27px;
    FONT-FAMILY: sans-serif;
    FONT-WEIGHT: bold;
    COLOR: yellow;
    BACKGROUND-COLOR: darkblue;
    padding: 0 5px;
    text-transform: uppercase;
}

.buttons input, .buttons button {
    FONT-SIZE: 10pt;
    HEIGHT: 30px;
    FONT-FAMILY: sans-serif;
    FONT-WEIGHT: bold;
    COLOR: yellow;
    BACKGROUND-COLOR: darkblue;
    border-color: lightblue;
    border-width: 5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
    /* width: 85px; */
}

table.order-legend {
    border: 2px solid #a0b0e0;
    background-color: #e8f0f8;
}
table.order-legend tr td {
    padding: 2px 5px;
}
table.order-legend tr th {
    padding: 2px 5px;
    text-align: center;
}
.page-header {
    border: 1px solid gray;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.paginator.container ul li {
    display: inline-block;
}

.page.container {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

table {
    width: 100%;
    border-spacing: 0;
}

li.active a {
    color: darkblue;
}

h1 {
    font-size: 16px; font-style: normal; font-variant: normal; font-weight: bold; height: 20px;
}
.filter-form.container {
    margin-bottom: 30px;
	text-align: left;
}

.buttons-right {
	margin-left: 30px;
}

#multipleRhpCombo, #statusCombo, #locationRegionCombo {
	display: inline-block;
	height: 22px;
	padding:0px;
	margin:0px;
    color: darkblue;
    font-weight: bolder;
    font-size: 11pt;
	width: 580px;
}

.x-combo-list-inner, .x-combo-list {
	width: 580px !important;
}
input#hertz_pickup_location_multi_id.x-form-text.x-form-field, input#status_field_id.x-form-text.x-form-field, input#pickup_location_region_multi_id.x-form-text.x-form-field{
	width: 580px !important;
}

.x-icon-sent-to-auction-vaw {
    background-image:       url(/images/iconexperience/business_finance_data/32x32/shadow/auction_hammer.png) !important;
    width:32px;
    height:32px;
    display:block;
    float:left;
    cursor: pointer;
}

.x-icon-printer2-vaw {
    background-image:       url(/images/iconexperience/computer_network_security/32x32/shadow/printer2.png) !important;
    width:32px;
    height:32px;
    display:block;
    float:left;
    cursor: pointer;
}

.x-icon-data-edit-vaw {
    background-image:       url(/images/iconexperience/business_finance_data/32x32/shadow/data_edit.png) !important;
    width:32px;
    height:32px;
    display:block;
    float:left;
    cursor: pointer;
}

ul li{
    display: inline;
}

ul.actionButtons {
    padding:0px;
    margin:0px;
    /*width:72px;*/
    width:104px;
    display:block;
}

.grid {
    margin-top: 20px;
}
