/**
 * theming styles
 *
 */

#header {
  background: none;
  /* background: url(../images/admin-tools.png) 0 0 repeat-x; */
}

#header #branding h1 {
  margin: 0;
  padding: 5px 10px;
  text-indent: -9999px;
  background: transparent url(/static_media/ignition-112x31.png) 10px 5px no-repeat;
  height: 31px;
  width: 112px;
}

div.breadcrumbs {
  display: block;
  padding: 10px 15px;
  border: 0;
  background-position: 0 -8px;
  border-bottom: 1px solid #ededed;
}

div.breadcrumbs a {
  display: inline;
}

.form-row {  clear:both; padding:2px 12px; font-size:11px; }

.colM .aligned .vLargeTextField, colM .aligned .vXMLLargeTextField { width:300px; }

.x400 {  width: 333px; }


/* body #container, #content { max-width: 1040px; } */

.colM #content-main {
  width: 100%;
}

#form_column_1 {
  float: left; width: 333px;
  position: relative;
}
#form_column_2 {
  float: left; width: 333px; margin-left: 5px;
}
#form_column_3 {
  float: left; width: 333px; margin-left: 5px;
}

/* bottom */
.bottom_section {
  clear: both;
  width: 1015px;
}


/*
  Limit the width of the select fields so they
  don't push out the columns on the order form
*/
select#id_customer {
  width: 290px;
 }
select#id_carrier {
  width: 290px;
 }

textarea#id_confirmed_appts {
  width: 300px;
 }

textarea#id_delivery_instructions {
  width: 300px;
 }

textarea#id_pick_up_instructions {
  width: 300px;
 }

textarea#id_internal_notes {
  width: 300px;
 }

textarea#id_tracking_details {
  width: 300px;
 }



/*
  GHT Shipping Order Form
*/
body.dwl-ght_shippingorder {
  background-color: #FFD0D0;
 }


/*
  DWL Shipping Order Form
*/
body.dwl-xsc_shippingorder {
  background-color: #F0F0FF;
 }



/*
  Shipping Order Row Colours by Status
  Solarized Palette -20 Saturation
  http://ethanschoonover.com/solarized/img/solarized-palette.png
*/

.rowDelivered {
    background:#9396c4; /* Violet */
}
.rowDispatched {
    background:#509cd2; /* Blue */
}

.rowCancelled {
    background:#CCCCCC; /* Grey */
}

.rowExpiredQuote {
    background:#DDDDDD; /* Darker Grey */
}

.rowPending-East, .rowPending-West  {
  background:#dc5c5a;
}

.rowCustomerBilled {
    background:#fdf6e3;  /* Base3 */
}

.rowRateQuotation {
    background: #56bab3; /* Cyan */
}

#result_list a {
    text-shadow: 1px 1px 1px #ffffff;
}
