/*
 * Place all the styles related to the orders controller here.
 */
/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/napaonline/templates/_core.scss,
** then run script/activate-theme napaonline
*/
/* line 2, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme napaonline
** at Tue Nov 18 11:25:34 AM PST 2025 on wendigo
*/
/* ----- Public Notes Design --------- */
/* line 5, app/assets/stylesheets/order_status/_notes.scss */
.top-box-wrapper {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEE;
}

/* line 6, app/assets/stylesheets/order_status/_notes.scss */
.order-note {
  clear: both;
  font-size: 1rem;
  font-weight: normal;
  min-height: 60px;
}

/* line 12, app/assets/stylesheets/order_status/_notes.scss */
.note-date {
  display: block;
  float: right;
  width: 45px;
  height: 45px;
  /*	background: url(/img/design/ico/calendar_background2.png) no-repeat;*/
  margin: 5px 1px 5px 10px;
  background: #CCC;
  border-radius: 4px;
  cursor: default;
  position: relative;
  top: -4px;
}

/* line 27, app/assets/stylesheets/order_status/_notes.scss */
.month {
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  text-align: center;
  text-shadow: 0 1px 0 #666;
  width: 45px;
  text-transform: uppercase;
}

/* line 38, app/assets/stylesheets/order_status/_notes.scss */
.month-year {
  float: left;
  padding-top: 8px;
  width: 45px;
  margin-left: 5px;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px -1px 0px #333;
  letter-spacing: -1px;
}

/* line 50, app/assets/stylesheets/order_status/_notes.scss */
.day {
  clear: left;
  color: #888;
  float: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  padding-top: 1px;
  text-align: center;
  width: 45px;
}

/* line 61, app/assets/stylesheets/order_status/_notes.scss */
.time {
  float: left;
  text-align: center;
  font-size: 8px;
  color: #666;
  text-shadow: 0px -1px 0px #EEE;
  width: 45px;
  margin-top: 7px;
}

/* line 70, app/assets/stylesheets/order_status/_notes.scss */
.note-content {
  float: left;
  padding: 3px;
  margin: 0px;
  color: #333;
  background-color: #eee;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px #FFF;
  min-height: 56px;
  width: 92%;
}

/* line 83, app/assets/stylesheets/order_status/_notes.scss */
.customer-wrote .note-content {
  float: right;
  background: #f6f6f6;
}

/* line 84, app/assets/stylesheets/order_status/_notes.scss */
.note-content p {
  padding: 5px 5px 0px 5px;
}

/* line 87, app/assets/stylesheets/order_status/_notes.scss */
.note-content p:first-letter {
  text-transform: capitalize;
}

/* line 88, app/assets/stylesheets/order_status/_notes.scss */
.note-inner {
  margin-bottom: 10px;
}

/* line 91, app/assets/stylesheets/order_status/_notes.scss */
.note-author {
  height: 8px;
  display: block;
  float: left;
  width: auto;
  text-align: left;
  padding: 4px 29px 10px 0;
  margin: 0 0 35px;
  color: #666;
  background: url(/img/design/ico/chat-bracket.png) no-repeat right -15px;
}

/* line 102, app/assets/stylesheets/order_status/_notes.scss */
.public-note .note-author {
  position: relative;
  left: 0;
}

/* line 103, app/assets/stylesheets/order_status/_notes.scss */
.customer-wrote .note-author {
  background: url(/img/design/ico/chat-bracket.png) no-repeat top left;
  float: right;
  margin: 0 0 10px;
  text-align: right;
  padding: 5px 0 10px 25px;
  width: auto;
}

/* line 112, app/assets/stylesheets/order_status/_notes.scss */
.note-author a {
  display: block;
}

/* line 113, app/assets/stylesheets/order_status/_notes.scss */
.author-agent {
  display: inline-block;
}

/* line 114, app/assets/stylesheets/order_status/_notes.scss */
.author-name {
  font-weight: bold;
  text-transform: capitalize;
}

/* line 118, app/assets/stylesheets/order_status/_notes.scss */
.customer-wrote .author-name {
  color: #999;
}

/* line 7, app/assets/stylesheets/order_status/_send_note.scss */
#send-note-button {
  display: none !important;
}

/* line 11, app/assets/stylesheets/order_status/_send_note.scss */
.note-form-showing #send-note-instructions {
  display: block;
}

/* line 13, app/assets/stylesheets/order_status/_send_note.scss */
.note-form-showing #send-note-button {
  opacity: 0.3;
  zoom: 1;
  filter: alpha(opacity=50);
}

/* line 24, app/assets/stylesheets/order_status/_send_note.scss */
#send-note-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 29, app/assets/stylesheets/order_status/_send_note.scss */
#send-note-wrapper #private_photo_ordered_item_id {
  width: 100%;
}

/* line 34, app/assets/stylesheets/order_status/_send_note.scss */
#send-note-wrapper .private-photo-upload-fields {
  display: none;
}

@media screen and (max-width: 700px) {
  /* line 37, app/assets/stylesheets/order_status/_send_note.scss */
  #attach-photos-link {
    float: none;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1rem 0;
    display: inline-block;
  }
}

/* line 49, app/assets/stylesheets/order_status/_send_note.scss */
.note-to-aag {
  border-top: 1px dashed #DDD;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 57, app/assets/stylesheets/order_status/_send_note.scss */
#new-note-result {
  display: none;
  font-size: 1rem;
  margin: 1rem 0;
  line-height: normal;
}

/* line 68, app/assets/stylesheets/order_status/_send_note.scss */
.receipt-dialog-wrapper .ui-dialog-titlebar {
  display: none;
}

/* line 9, app/assets/stylesheets/order_status.scss */
.status-directions {
  background-color: yellow !important;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #233571;
}

/* line 17, app/assets/stylesheets/order_status.scss */
.status-directions i {
  font-style: normal;
  font-weight: 500;
}

/* line 24, app/assets/stylesheets/order_status.scss */
.status-submit input[type=submit],
#new_order_note input[type=submit], #send-note-button {
  width: 100%;
  display: inline-block;
  color: #FFF;
  border: 1px solid #ffb042 !important;
  text-shadow: 0 -1px 0px #e77102;
  font-weight: bold;
  background: #ffb042;
  cursor: pointer;
  margin: 20px 0 15px;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
}

/* Error when Form Mistake Made */
/* line 43, app/assets/stylesheets/order_status.scss */
.order-lookup-failed {
  background: #ffc72c;
  color: #FFF;
  border-radius: 4px;
  padding: 10px;
}

/* line 53, app/assets/stylesheets/order_status.scss */
#send-note-button {
  border: 9px solid red;
  /* global styles already applied up higher*/
  height: 60px;
  margin: 0;
  font-size: 18px;
}
