@charset "utf-8";
/* CSS Document */

html,
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img,
body,
html {
  border: 0;
}

caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}

body {
  padding: 0;
  margin: 0;
  font-family: Geneva, Verdana, sans-serif;
  font-size: 0.625em;
  background: #e8f4e6;
}
h3 {
  font-size: 130%;
}
div#header {
  height: 165px;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  padding-top: 24px;
}
div#header h1 {
  font-size: 240%;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding-left: 160px;
}
div#container {
  width: 1000px;
  display: block;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;

  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 1em;
}
div.body h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}
h3 {
  clear: both;
}

.body {
  background-color: #f6f2f2;

  padding: 16px;
  font-size: 120%;
}

.body div,
.body p,
.body h1,
.body h2,
.body h3,
.body h4 {
  margin: 16px 0;
}
.body em {
  font-style: italic;
}

div#body h3 {
  font-size: 140%;
}
.normal {
  font-size: 12px;
  font-weight: normal;
}
a.text_link {
  color: green;
  padding: 6px;
}
a.text_link:hover {
  background: #e8f4e6;
}
div#nav {
  height: 36px;
}

div#nav a {
  display: block;
  background-image: url(images/tabs_sprite.png);

  height: 30px;
  width: 176px;
  float: left;
  padding-left: 6px;
  padding-top: 6px;
  margin-right: 2px;
  color: #333;
  font-size: 140%;
  text-decoration: none;
}

div#nav a:hover,
div#nav a.hover {
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  background-position: 0 -42px;
}
div#userinfo {
  position: absolute;
  top: 30px;
  margin-left: 50%;
  left: 190px;
  width: 300px;
  text-align: right;
  font-size: 120%;
  height: 100px;
  line-height: 1.5em;
}
a.action_link {
  font-size: 160%;
  color: #093;
}

a.action_link:hover {
  background: #e8f4e6;
}
div#userinfo strong {
  font-size: 180%;
  font-weight: normal;
  line-height: 1.5em;
}

/*Results table styles */
table.results_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
}
table.results_table th {
  text-align: left;
  padding: 12px 6px;
  font-size: 140%;
  font-weight: normal;
  background: url(images/results_div_head.png);
  background-repeat: repeat-x;
  color: #000;
}

table.results_table td {
  padding: 12px 4px;
}
div.windowForm label {
  font-size: 140%;
  font-weight: bold;
  padding: 4px;
}

div.windowForm input.gSubmit {
  padding: 4px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #5e5e5e;
}
div.windowForm input[type="text"] {
  font-size: 140%;
  padding: 2px;
}
div.windowForm {
  margin: 1em 0;
}
div.gform {
  padding: 8px 0;
  height: 30px;
  margin-bottom: 12px;
}

div.gform input[type="text"],
div.gform input[type="select"],
div.gform input[type="password"] {
  font-size: 14px;
  width: 300px;
  padding: 0 6px;
  height: 30px;
}
div.gform_med input[type="text"],
div.gform_med input[type="select"],
div.gform_med input[type="password"] {
  font-size: 12px;
  width: 200px;
  padding: 4px 4px;
}

div.gform select {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  width: 312px;
}

div.gform label {
  width: 170px;
  display: block;
  padding-top: 8px;
  float: left;

  font-size: 120%;
}

/*user section */

div.user_form label {
  width: 220px;
}
div.password_form label {
  width: 300px;
}
input.gSubmit,
input.gSubmit_small,
input.gSubmit_med,
button.gSubmit_med {
}

input[type="button"].gSubmit,
input[type="button"].gSubmit_med,
input[type="button"].gSubmit_small,
button.gSubmit,
button.gSubmit_small,
button.gSubmit_med,
input[type="submit"].gSubmit_med,
input[type="submit"].gSubmit_small,
input[type="submit"].gSubmit {
  border: 0;
  text-indent: -9000px;
  background-repeat: no-repeat;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

input[value="Rename"] {
  background-image: url(images/renamebutton.png);
  width: 68px;
  height: 24px;
}

input[value="Login"] {
  background-image: url(images/login.png);
  width: 99px;
  height: 36px;
}

input.requestpassword {
  background-image: url(images/requestpassword.png);
  width: 149px;
  height: 36px;
}

input.changepassword {
  background-image: url(images/changepassword.png);
  width: 185px;
  height: 36px;
}
button.delete,
input[value="Delete"] {
  background-image: url(images/deletebutton.png);
  width: 74px;
  height: 24px;
}
input[value="Save"] {
  background-image: url(images/savebutton.png);
  margin-left: 6px !important;
  width: 49px;
  height: 24px;
}

input[value="Edit"] {
  background-image: url(images/editbutton.png);
  width: 49px;
  height: 24px;
}

input[value="Add"] {
  background-image: url(images/addbutton.png);
  width: 49px;
  margin-left: 6px !important;
  height: 24px;
}

button.createdraft {
  background-image: url(images/createdraft.png);
  width: 136px;
  height: 24px;
}

button.createfinal {
  background-image: url(images/createfinal.png);
  width: 136px;
  height: 24px;
}
button.sendreminder {
  background-image: url(images/sendpassword.png);
  width: 112px;
  height: 24px;
}
button.tracker_reminder_email {
  background-image: url(images/sendreminder.png);
  width: 124px;
  height: 24px;
}

button.writereport {
  background-image: url(images/writereport.png);
  width: 99px;
  height: 24px;
}

button.editreport {
  background-image: url(images/editreport.png);
  width: 99px;
  height: 24px;
}

button.previewreport {
  background-image: url(images/previewpdf.png);
  width: 150px;
  height: 24px;
}

button.addgrape {
  background-image: url(images/addgrape.png);
  width: 96px;
  height: 24px;
}

button.adduser {
  background-image: url(images/adduser.png);
  width: 96px;
  height: 24px;
}

button.write_addgrape {
  background-image: url(images/write_addgrape.png);
  width: 150px;
  height: 24px;
}

button.write_addstore {
  background-image: url(images/write_addstore.png);
  width: 150px;
  height: 24px;
}

button.write_adddisplay {
  background-image: url(images/write_adddisplay.png);
  width: 150px;
  height: 24px;
}

input.adduser_large {
  background-image: url(images/adduser_large.png);
  width: 96px;
  height: 36px;
}

input.edituser_large {
  background-image: url(images/edituser_large.png);
  width: 96px;
  height: 36px;
}

button.delete_store {
  background-image: url(images/deletestore.png);
  width: 109px;
  height: 24px;
}
input.completereport {
  background-image: url(images/completereport.png);
  width: 149px;
  height: 36px;
}

input.submittoeditor {
  background-image: url(images/submittoeditor.png);
  width: 137px;
  height: 36px;
}

input.addgrape_large {
  background-image: url(images/addgrape_large.png);
  width: 96px;
  height: 36px;
}

input.editgrape_large {
  background-image: url(images/editgrape_large.png);
  width: 96px;
  height: 36px;
}

input[value="Cancel"],
button[value="Cancel"] {
  background-image: url(images/cancel.png);
  width: 96px;
  height: 36px;
}

input.save_large {
  background-image: url(images/save_large.png);
  width: 96px;
  height: 36px;
}
input.gSubmit:hover {
  background-position: 0 -36px;
}
input.gSubmit_med:hover,
button.gSubmit_med:hover,
button.gSubmit_small:hover,
input.gSubmit_small:hover {
  background-position: 0 -24px;
}
input.gSubmit_small {
  border-width: 1px;
  padding: 2px;
  font-size: 12px;
}
input.edit_condition_name {
  width: 180px !important;
}
input.gSubmit_med,
button.gSubmit_med {
}
.market_rename,
.city_rename,
.store_rename {
  color: black;
  text-decoration: none;
}
div.gSubmit {
  text-align: right;
}
ul.errors,
div.errors {
  background-color: #ffc1c1;
  border: 1px solid #f00;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.success,
p.success {
  background-color: #e8f4e6;
  border: 1px solid green;
  padding: 6px;
}
div.login_field label {
  width: 172px;
}
div.captcha {
  float: left;
  width: 200px;
  margin-top: 24px;
  height: 35px;
  clear: right;
}
div.captcha_input {
  width: 500px;
  display: block;
  float: left;
}
div.market_checkboxes,
div.color_checkboxes {
  display: table;
  clear: both;
}

div.color_checkboxes input[type="checkbox"],
div.market_checkboxes input[type="checkbox"] {
  margin-right: 4px;
}
div.color_checkboxes label,
div.market_checkboxes label {
  min-width: 238px;
  margin-bottom: 1.5em;
  display: block;
  float: left;
  font-size: 140%;
}

div.color_checkboxes label {
  min-width: 450px;
}

div.window_edit {
  font-size: 140%;
  background-color: #fff;
  padding: 8px;
  height: 22px;
}

div.action {
  width: 80px;
  float: right;
  padding: 0 !important;
  text-align: right;
}

div#body .results_row div.action {
  width: 180px;
  float: right;
  text-align: right;
  margin: 0;
  padding: 0px;
}
div.results_row {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 24px;
}
div.results_div {
  border: 1px solid #ccc;
  margin: 0 !important;
  padding: 0;
}
div.results_left {
  width: 300px;
  padding: 0 !important;
  display: table;
  float: left;
}
div.half {
  width: 468px;
  margin-bottom: 16px !important;
  float: left;
  display: table;
}
table.mar_table {
  margin-bottom: 2em;
}
table.mar_table th {
  font-size: 12px !important;
  font-weight: normal;
  background-image: url(images/thhead.png);
  background-repeat: repeat-x;
  color: #000;
  border-bottom: 1px solid #ccc;
}
table.mar_table th h3 {
  margin-top: 0;
}

table.mar_table th div {
  margin: 0;
}
div.div_left {
  margin-right: 25px !important;
}
div.results_div div {
  padding: 8px 8px;
  margin: 0 !important;
}
div.results_head {
  background-image: url(images/results_div_head.png);
  background-repeat: repeat-x;
  color: #000;
  font-size: 140%;
}

div.results_head input[type="text"] {
  padding: 4px;
}
.even {
  background-color: #f6f2f2 !important;
}
.odd {
  background-color: #fff !important;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.x-window-mc {
  background-color: #f6f2f2;
}
.edit_market_form,
.edit_city_form,
.edit_store_form {
  display: none;
}

.edit_market_form input[type="text"],
.edit_city_form input[type="text"],
.edit_store_form input[type="text"] {
  padding: 4px;
}
table.topalign td {
  vertical-align: top;
}

table.logistics td {
  padding: 2px;
}
div.logistics_column_head {
  background-color: #cccccc;
  margin-top: 0 !important;
  padding: 4px;
  font-weight: bold;
  font-size: 110%;
}
td.logistics_volume {
  vertical-align: middle;
  padding-left: 6px;
  font-size: 14px;
  text-align: center;
}
div.city_select {
  margin-bottom: 6px !important;
}

select.logistics_select {
  width: 175px;
}

.store_head div {
  width: 290px;
  float: left;
  padding: 0;
  margin: 0;
}
.store_head {
  padding: 0 16px;
  display: table;
}
.store_head label {
  font-size: 120%;
  display: block;
  width: 150px;
  padding-bottom: 4px;
  font-weight: bold;
}
.store_head input {
  padding: 6px;
}
.store_head select,
.workflow_form select {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 200px;
}
.store_head .store_id {
  width: 210px;
}

.store_head div.delete_button {
  width: 110px !important;
  height: 50px;
  padding-top: 15px;
}
.store_head .store_id select {
  width: 170px;
}
.variety_conditions label {
  font-size: 120%;
  font-weight: normal;
  width: 260px;
  display: block;
  padding-bottom: 4px;
}
div.store_address {
  width: 430px;
}
.store_address input {
  width: 400px;
}
div.visit_date {
  width: 170px;
}
.visit_date input {
}
.variety_report select,
.store_head select,
div.display_details select {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 260px;
}
.variety_report input {
  padding: 6px;
}
.variety_report {
  border: 1px solid #b3daac;
  background: #fff;
  padding: 0px;
  display: table;
  margin: 8px !important;
  padding-bottom: 10px;
}
.variety_report > div {
  margin: 0px;
  padding: 12px;
}

.variety_conditions div {
  width: 302px;
  float: left;
  padding: 0;
  display: table;
  margin: 0 0 16px 0 !important;
}
.variety_conditions h3 {
  margin-top: 0;
  padding-top: 0;
}
div.variety_conditions,
div.report_competitive {
  clear: both;
}

div.variety_conditions {
  display: table;
  height: 160px;
}
input.small,
select.small {
  width: 70px !important;
}
div.variety_head input[type="text"],
div.variety_head select {
  margin-right: 1.2em;
}
div.variety_head input[type="checkbox"] {
  margin-right: 4px;
}
div.variety_head2 select {
  width: 160px;
}
div.variety_head2 {
  clear: both;
}
div.variety_head1 {
  background: #e9e4e4;
  height: 30px;
  clear: both;
}

.variety_head1 div {
  width: 340px;
  float: left;
  padding: 0;
  margin: 0;
}
div.mar_add_button {
  padding-right: 8px;
}

h3.grape_varietal_header {
  font-size: 140%;
  padding: 12px 12px 0px 12px;
}

div.varietal_title {
  font-size: 150%;
  font-weight: bold;
  width: 150px;
  float: left;
}
div.variety_head label,
div.variety_head label {
  margin-right: 6px;

  font-size: 120%;
}
div.report_competitive {
  font-size: 120%;
  margin: 16px !important;
}
div.report_competitive label {
  margin-right: 1em;
}
div.display_details {
  font-size: 120%;
  padding: 0 8px;
}

div.display_details select {
  min-width: 200px;
}
div.display_details select,
div.display_details input[type="text"] {
  margin-right: 20px;
}
div.display_details input[type="text"] {
  padding: 6px;
  width: 200px;
}
div.display_details label {
  padding-left: 4px;
  padding-right: 8px;
}
div.display_report {
  background: #fff;
  padding: 8px;
  display: table;
  clear: both;
  width: 930px;
  border: 1px solid #b3daac;
}
span.display_title {
  font-weight: bold;
  padding-right: 1em;
}

.borderbottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
}
div.store_panel {
  padding: 0 !important;
}
div.add_store_button {
  margin: 0 0 10px 0;
}

div.delete_button {
  width: 80px;
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
}
div.delete_button button,
input.delete,
button.delete {
  background-color: #cc0000;
}
#report_saver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1000;
  text-align: left;
}

#report_saver div.ui-state-highlight p {
  background-image: url(images/alert_icon.png);
  background-repeat: no-repeat;
  color: #333333;
}

#report_saver div.ui-state-error p {
  background-image: url(images/error_icon.png);
  background-repeat: no-repeat;
  color: #fff;
}

#report_saver p {
  padding: 12px 24px;
  width: 980px;
  margin-top: 0;
  margin-bottom: 0;

  font-weight: bold;

  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
}

a.saver_close {
  position: absolute;
  top: 2px;
  background-image: url(images/close_icon.png);
  background-repeat: no-repeat;
  right: 1000px;
  text-indent: -90000px;
  width: 40px;
  left: 50%;
  margin-left: 490px;
  height: 35px;
}
.right_button {
  width: 150px;
  float: right;
  text-align: right;
  margin: 0 !important;
  padding: 0;
}
.italic {
  font-style: italic;
}
.mar_CityCell {
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-right: 1px solid #ccc;
  width: 241px;
}
.mar_CityCell_pub {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.mar_cityinfo {
  min-height: 28px;
}
a.normlink {
  color: #008000;
}
div.ui-slider-range {
  margin: 0;
}
div.stacked_label {
  width: 320px;
  float: left;
  padding: 0;
  padding-left: 85px;

  margin: 0;
}
span.stacked_range {
  padding: 0 12px;
  margin-right: 0px !important;
  text-align: center;
  color: #008000 !important;
  font-weight: bold;

  background: #fff;
  border: none;
}
div.slider-range {
  width: 400px;
  float: left;
  padding: 0;
  margin: 6px 0;
}
div.reportCity {
  font-size: 160%;
  width: 400px;
  padding-top: 0;
  margin-top: 0;
  float: left;
}

div.reportVol {
  font-size: 160%;
  width: 200px;
  padding-top: 0;
  margin-top: 0;
  float: right;
  text-align: right;
}
.clearall {
  clear: both;
}

#report_saver {
  font-size: 120%;
}

div.workflowBlock {
  display: table;

  padding: 12px;
  background: #e9e4e4;
}
div.workflowBlock h3 {
  padding: 0 0 18px 0;
  margin: 0;
  width: 500px;
  float: left;
  font-weight: bold;
}
div.progress_milestones {
  padding: 8px 12px;
  margin: 0 2px;
  width: 207px;
  float: left;
  background-color: #f1f4f1;
}
div.mark_complete {
  background-color: #57df57;
  color: #000;
}

div.mark_complete.bold {
  background-color: #008000;
  color: #fff;
}
.bold {
  font-weight: bold;
}
div.nobg {
  background: none;
  font-size: 90%;
  font-style: italic;
}

label.highlight {
  background-color: #ffc1c1;
}
div.workflow_form {
  padding-top: 16px !important;
  text-align: center;
}
div.workflow_form label {
  font-size: 120%;
  font-weight: bold;
}
div.workflow_progress {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
}
.smallpadding {
  padding: 6px;
}
div.tracker_topofcell {
  min-height: 50px;
}

span.currency {
  margin-right: 1em;
  font-size: 120%;
}

input.priceperpound {
  margin-right: 2px !important;
}
.variety_report div.fourgrid {
  padding: 0;
  margin: 0;
  float: left;
}
div.canada_exchange{
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
  text-align: right;
  padding-right: 1em;
  margin-top: 4px;
}
.variety_report .canada_exchange.fourgrid{
  clear: both;
  float: right;
  margin-right: 44em;
  margin-top: 0.3em;
}
.variety_report.vr-1 .canada_exchange.fourgrid{
  margin-right: 38.5em;
}
div.enter_manually {
  margin-top: -8px;
}
#cad {
  padding: 3px;
}
label[for="cad"] {
  font-size: 120%;
}
.nopad {
  padding: 0 !important;
  margin: 0 !important;
}
div.first_logistics_col {
  padding-left: 12px !important;
  margin: 0 !important;
}
div.variety_head input.percentdisplayed {
  width: 30px;
  margin-right: 0px;
}
.percentdisplayed_holder {
  margin-right: 1.4em;
  height: 35px;
  display: inline-block;
}
input.percentdisplayed ::after {
  content: "%";
}
.ui-multiselect.ctgcd_menu {
  background: #fff url(images/selectbg.png) repeat-x;
  /* background: #f0f0f0 url(images/ui-bg_glass_100_f0f0f0_1x400.png) 50% 50% repeat-x; */
  font-weight: normal;
  color: #030303;
  border-radius: 0px;
  margin-right: 12px;
  font-size: 12px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #5e5e5e;
}

.ui-multiselect-menu.ctgcd_menu input[type="checkbox"] {
  margin-right: 4px;
}

.ui-multiselect-menu.ctgcd_menu label {
  border-radius: 0px;
}

.ui-multiselect.ctgcd_menu .ui-icon {
  background-image: url(images/ui-icons_025a02_256x240.png);
}

.pad-left-85 {
  padding-left: 85px;
}
