@charset "UTF-8";
.tableframe {
  width: calc(100% - 10px);
  margin: 0 auto;
  min-height: 100px;
  padding: 25px 20px 15px 0;
  border: 1px solid rgb(148, 210, 165);
  border-radius: 4px;
  position: relative;
}

#date_selector {
  float: right;
}

#date_selector table th, #date_selector table td {
  font-size: 12px !important;
  padding: 2px !important;
}

.tableframe table {
  margin: 10px !important;
}

.datatable, .dynamictable, .dataTable {
  margin: 10px 0 !important;
}

.datatable tr td {
  border-bottom: 1px solid rgb(240, 240, 240) !important;
}

.datatable .odd td, .dynamictable .odd td, .dataTable .odd td {
  /*background-color:#fff !important;*/
}

.datatable .even td, .dynamictable .even td, .dynamictable tr:nth-child(even) td {
  /*background-color:#fff !important;*/
}

.centeredcell {
  text-align: center;
}

.fullwidth {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.dynamictable th {
  text-align: center !important;
  background-color: var(--gray-100, #F3F4F6);
  height: 40px !important;
  min-width: 100px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 18px !important;
  padding-left: 0 !important;
  border-left: none !important;
  border-right: 1px solid #dedede !important;
  border-top: 1px solid #dedede !important;
  border-bottom: 1px solid #dedede !important;
  font: 14px Inter, Arial !important;
  font-weight: bold !important;
}

.search_holder {
  display: inline-block;
  position: relative;
  border: none;
  padding: 0 0 0 32px;
  margin: 0;
  height: 40px;
}

.header_pseudo {
  width: 100%;
  font-size: 9px;
  position: absolute;
  top: 0;
  margin: 1px auto;
  display: none;
}

.header_pseudo.pseudo_open {
  display: block;
}

.header_title {
  display: inline-block;
  margin: 0;
  height: 38px;
  min-width: 45px;
  line-height: 38px;
}

.nosortholder {
  display: inline-block;
  position: absolute;
  height: 30px;
  width: 28px;
  z-index: 100;
  top: 4px;
  left: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  overflow: hidden;
  transition: width 1s easing;
}

.nosortholder input[type=text], .nosortholder select {
  border: 1px solid transparent;
  background-color: transparent;
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-image: url(/images/icon_search_gray_32.png);
  outline: none;
}

thead th .nosortholder input[type=text]::-webkit-input-placeholder {
  color: transparent;
}

.nosortholder.sortexpanded input[type=text]::-webkit-input-placeholder {
  font-size: 10px;
  color: #aaa;
  font-weight: bold;
}

thead th .nosortholder input[type=text]:focus {
  border: 2px solid #ccc;
}

.nosortholder.sortexpanded {
  width: 100% !important;
  border: 1px solid transparent;
}

.nosortholder.sortexpanded input[type=text], .nosortholder.sortexpanded select {
  background-image: none;
  width: calc(100% - 20px) !important;
  background-color: #fff;
  margin-top: 0;
  border: 1px solid #aaa;
  transition: width 1.8s easing;
}

.nosortholderclose {
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  right: -80px;
  top: 3px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #aaa;
  border: 1px solid #999;
  color: #fff;
  border-radius: 12px;
}

.nosortholderclose:hover {
  background-color: #cbb;
  color: #fff !important;
  font-size: 12px !important;
}

.nosortholder.sortexpanded .nosortholderclose {
  right: 1px;
}

.popup_holder {
  position: relative;
}

td.key_rank {
  text-align: left !important;
}

.popup_div {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -290px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  padding: 8px;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 4px;
  display: none;
}

.note_history {
  font-size: 10px;
}

td.key_notes_object {
  padding: 1px !important;
}

.notes_container {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 200px;
  height: 100%;
}

.new_popup_link {
  display: block;
  border: 1px dotted #ccc;
  color: #000;
  padding: 2px;
  font-size: 11px;
  width: 100%;
  height: 100%;
}

.new_popup_link:hover {
  font-size: 11px !important;
}

.negative_margin {
  color: #e33;
}

.positive_margin {
  color: #3b3;
}

.popup_trigger:hover {
  background-color: #fefefe;
  color: rgb(69, 130, 184) !important;
}

.delivery_type_legend {
  line-height: 16px;
  padding: 0 2px 0 0;
}

.row_split_child {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 270px;
  padding: 2px 0 0 0;
  margin: 2px 0;
  text-overflow: ellipsis;
  border: 1px solid transparent;
}

.row_split_child_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  width: auto;
  background-color: #fff;
  display: none;
  border: 1px solid #ccc;
}

.row_split_child:hover {
  overflow: visible;
}

.row_split_child:hover .row_split_child_hover {
  display: inline-block;
  background-color: rgb(250, 250, 250);
}

.popup_short {
  width: 90px;
  text-align: center;
}

.cancel_link {
  float: right;
  background-color: #a33;
  color: #fff;
  font-weight: bold;
}

.save_link {
  float: left;
  background-color: #3a3;
  color: #fff;
  font-weight: bold;
}

.popup_list_item {
  padding: 2px;
  margin: 2px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.popup_list_item:nth-child(odd) {
  background-color: #ddd;
}

.tableframe table td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #dedede;
  /*border-bottom:4px double $lightgreen !important;*/
  position: relative;
  font: 14px Inter, Arial !important;
}

tr.dt-hasChild td {
  border-bottom: 1px solid transparent;
}

.tablelogo {
  display: inline-block;
  height: 20px;
  width: 60px;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -30px;
  cursor: pointer;
}

.tablelogo:hover {
  height: 50px;
  width: 100px;
  margin-left: -50px;
  margin-top: -25px;
  z-index: 100;
}

.dataTables_filter {
  margin-bottom: 15px;
}

.dt-info {
  float: left;
}

.dt-paging {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dt_paginate {
  height: 50px;
  padding: 10px;
  margin: 0 10px 20px 10px;
}

.responsive_table {
  display: table;
  /*border-spacing:0 2px;*/
}

.responsive_table > div {
  display: table-row;
  margin: 5px 0;
}

.responsive_table > div > div {
  display: table-cell;
  /*border-top:1px solid $mediumgreen !important;*/
  border-bottom: 1px solid rgb(180, 230, 185);
  padding: 8px 20px;
  margin: 4px;
}

.responsive_table > div:nth-child(even) > div {
  background-color: rgba(230, 255, 230, 0.2);
}

.datatable input[type=checkbox], .dynamictable input[type=checkbox] {
  width: auto;
}

.datatable input[type=text], .dynamictable input[type=text] {
  width: 60px;
}

.responsive_table_header {
  font-weight: bold;
  background-color: rgb(148, 210, 165);
}

.macropoint_table, .macropoint_border_table {
  border-collapse: collapse;
  margin: 5px auto;
}

.macropoint_table th, .macropoint_table td {
  padding: 3px 4px;
}

.macropoint_border_table th, .macropoint_border_table td {
  border: 1px solid #999;
  padding: 3px 4px;
  white-space: nowrap;
}

.invisible_table_row td {
  font-size: 1px;
  padding: 0;
}

.trackerlabel {
  display: inline-block;
  padding: 1px;
  border: 1px solid #666;
  border-radius: 9px;
  background-color: rgba(148, 210, 165, 0.85);
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  z-index: -10;
  position: absolute;
  bottom: 24px;
  left: 0;
}

div:has(> .trackerlabel) {
  /*width:18px;*/
}

.tabledef_slide_holder {
  position: relative;
  height: 8px;
}

.tabledef_slide_trigger {
  position: absolute;
  top: 0;
  right: 40px;
  display: inline-block;
  width: 130px;
  text-align: center;
  border: 1px solid #ada;
  padding: 2px;
  background-color: rgb(148, 210, 165);
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  z-index: 250;
}

.tabledef_slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 200;
  display: none;
  padding: 25px 10px 10px 10px;
  box-shadow: 2px 2px 2px #ccc;
}

.clearfloat {
  clear: both;
}

.dataTables_wrapper .dataTables_filter, .dt-container .dt-search {
  margin: 2px 0 2px 10px !important;
  float: none !important;
  text-align: left !important;
}

#dt-show {
  margin: 0 16px 0 10px;
}

.dataTables_wrapper .dataTables_length {
  margin: 2px 0 10px 10px;
}

.dt-buttons {
  float: right;
}

.macropoint_table input[readonly=readonly], .macropoint_table textarea[readonly=readonly] {
  border-color: transparent;
}

.delivery_leg td:first-child {
  color: #3a3;
  font-weight: bold;
}

.note_save_form {
  display: none;
}

.row_split_child {
  white-space: nowrap;
  padding: 1px 0;
}

.row_split_child:last-child {
  border-bottom: none;
}

.latedel {
  background-color: #fbb;
}

.okdel {
  background-color: #bfb;
}

.open_note_form {
  float: left;
  height: 24px;
  width: 24px;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/notes_add.jpg);
  margin: 0 6px 0 0;
  cursor: pointer;
}

.close_note_form {
  float: right;
  height: 24px;
  width: 24px;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/notes_close.jpg);
  margin: 0;
  cursor: pointer;
}

.centered_header {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 24px;
  color: rgb(69, 130, 184);
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.edit_time_tag {
  display: block;
}

.edit_stop_arrival_manual {
  display: none;
}

div.dt-datetime table td.selectable.selected button {
  background: #94d2a5 !important;
}

th.dt-control,
td.dt-control {
  padding-right: 0 !important;
  cursor: url(/images/arrow_down.cur), auto !important;
}

.arrow {
  margin-right: 10px;
}

.cost {
  position: relative;
  cursor: pointer;
}

.costhover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 10px;
  white-space: nowrap;
  z-index: 300;
}

.cost:hover .costhover {
  display: block;
}

.estimated-miles-block-frame {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  height: auto;
  max-width: 950px;
  padding: 20px;
  width: 110vw;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #666;
}

.estimated-miles-block-title {
  font-size: 19px;
  text-align: center;
  font-weight: 600;
}

.estimated-miles-block-message {
  font-size: 15px;
  padding-top: 15px;
  text-align: center;
}

.estimated-miles-block-response {
  font-size: 15px;
  padding-top: 15px;
  text-align: center;
}

estimated-miles-block-actions {
  text-align: center;
}

.estimated-miles-edicts-results {
  width: 100%;
  white-space: nowrap;
}

.estimated-miles-edicts-results th,
.estimated-miles-edicts-results td {
  white-space: nowrap;
  padding: 9px;
  border-color: transparent !important;
}

.estimated-miles-row-head th {
  /*background-color: rgba(148, 210, 165, 1) !important;*/
  background: #f9fafb;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
}

.estimated-miles-edicts-results th {
  padding: 9px;
}

.total-miles {
  font-weight: bold !important;
  text-align: right;
  padding-right: 17px !important;
}

.estimated_miles_grid_holder {
  border: 1px solid #00f;
  position: relative;
}

.estimated_miles_popup {
  position: absolute;
  top: 50px;
  right: -100px;
  display: none;
  background-color: #fff;
  z-index: 150;
  margin: 0;
}

.estimated_miles_popup_close {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(180, 180, 180);
  color: rgb(180, 180, 180);
  font-weight: 600;
  line-height: 34px;
  padding: 0px 15px;
  text-transform: uppercase;
  margin: 0 auto;
}

.order_loc_pickup {
  background-color: #3a3 !important;
  padding: 2px !important;
  color: #fff;
  border-radius: 4px !important;
}

.order_loc_delivery {
  background-color: #f33 !important;
  padding: 2px !important;
  color: #fff;
  border-radius: 4px !important;
}

.btn_green {
  background-color: rgb(22, 147, 71);
  border: 1px solid rgb(22, 147, 71);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 34px;
  padding: 0px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}

.btn_red {
  background-color: rgb(203, 88, 78);
  border: 1px solid rgb(203, 88, 78);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 34px;
  padding: 0px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}

.btn_blue {
  background-color: rgb(22, 71, 147);
  border: 1px solid rgb(22, 71, 147);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 34px;
  padding: 0px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin: 10px;
}

.btn_green:hover {
  background-color: rgb(249, 178, 41);
  border: 1px solid rgb(249, 178, 41);
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.btn_blue:hover {
  background-color: rgb(249, 178, 41);
  border: 1px solid rgb(249, 178, 41);
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.btn_red:hover {
  background-color: rgb(249, 178, 41);
  border: 1px solid rgb(249, 178, 41);
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.address_hover {
  position: relative;
}

.address_view {
  white-space: nowrap;
}

.order_placard {
  display: block;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: rgb(22, 147, 71);
  color: #fff;
}

.order_placard:hover {
  color: #fd0 !important;
}

.itinerary_table {
  display: table;
}

.itinerary_table_ship {
  display: table;
}

.itinerary_brief {
  display: table;
}

.itinerary_table > div {
  display: table-row;
}

.itinerary_table_ship > div {
  display: table-row;
}

.itinerary_brief > div {
  display: table-row;
}

.itinerary_brief.equidistant > div {
  border: 1px solid #ccf;
}

.itinerary_brief > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 4px;
  white-space: nowrap;
}

.itinerary_header div {
  font-weight: bold;
  text-align: center;
}

.itinerary_table > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 4px;
  white-space: nowrap;
}

.itinerary_table_ship > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 4px;
  white-space: nowrap;
  border: 1px solid #ccc;
}

.itinerary_subtable {
  display: table;
}

.itinerary_subtable > div {
  display: table-row;
}

.itinerary_subtable > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 4px;
  position: relative;
}

.width_100 {
  display: inline-block;
  width: 100px;
  position: relative;
  cursor: pointer;
}

.width_150 {
  display: inline-block;
  width: 150px;
  position: relative;
}

.width_250 {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.width_280 {
  display: inline-block;
  position: relative;
  width: 280px;
}

.width_350 {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.width_100 span.default {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

.width_150 span.default {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

.width_250 span.default {
  display: inline-block;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

.width_350 span.default {
  display: inline-block;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

.width_100 span.hover,
.width_150 span.hover,
.width_250 span.hover,
.width_350 span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #feffed;
  box-shadow: 1px 1px 1px #acb;
  padding: 2px;
}

.width_100:hover span.hover,
.width_150:hover span.hover,
.width_250:hover span.hover,
.width_350:hover span.hover {
  display: inline-block;
  width: auto;
  z-index: 10;
}

.mfst_badge {
  padding: 2px;
  border-radius: 4px;
}

.mfst_pickup {
  background-color: #3a3;
  color: #fff;
}

.mfst_delivery {
  background-color: #f33;
  color: #fff;
}

.mfst_delivery_pickup {
  position: relative;
}

.mfst_delivery_pickup span:nth-child(1) {
  background-color: #f33;
  color: #fff;
  padding: 2px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mfst_delivery_pickup span:nth-child(2) {
  background-color: transparent;
  color: #fff;
  padding: 0 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 6px;
  margin-left: -3px;
  margin-top: -8px;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
}

.mfst_delivery_pickup span:nth-child(3) {
  background-color: #3a3;
  color: #fff;
  padding: 2px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.mfst_service {
  background-color: #33a;
  color: #fff;
}

.itinerary_table {
  display: none;
}

.dt-hasChild .itinerary_table {
  display: table;
}

.dt-hasChild .itinerary_brief {
  display: none;
}

.dt-hasChild td.dt-control {
  cursor: url(/images/arrow.cur), auto !important;
}

.detail_link {
  padding: 6px 8px;
  border-radius: 6px;
  background-color: #fefffe;
  border: 1px solid #ddffdd;
  white-space: nowrap;
}

.status_update {
  padding: 2px 4px;
}

.debug_holder {
  position: relative;
  cursor: pointer;
}

.debug {
  position: absolute;
  white-space: nowrap;
  display: none;
}

.debug_holder:hover .debug {
  display: inline-block;
}

.track_subtable td {
  padding: 1px 3px;
  border: none;
}

.track_subtable tr td:nth-child(1) {
  width: 75px;
}

.track_subtable tr td:nth-child(2) {
  width: 150px;
}

.track_subtable tr td:nth-child(3) {
  width: 30px;
}

.track_subtable tr td:nth-child(4) {
  width: 30px;
}

.padded td.spc {
  display: inline-block;
  padding: 2px 4px !important;
  background-color: #fc0 !important;
  height: 30px !important;
}

.comiseo-daterangepicker {
  display: inline-block;
  box-shadow: 4px 4px 4px #666;
}

.comiseo-daterangepicker-presets {
  display: none;
}

.header_datepicker {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 10px;
}

.date_picker {
  width: 100%;
}

.header_datepicker.picker_open {
  display: block;
}

.ord_date_hover {
  position: relative;
}

.ord_date_hover span {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}

.db_description {
  float: left;
  border: 2px solid #00f;
  padding: 2px;
  margin: 2px;
  border-radius: 4px;
  position: relative;
  width: 250px;
}

.db_description_toggler {
  padding: 1px;
  margin: 1px;
  cursor: pointer;
  font-size: 12px;
}

.db_description_container {
  width: 350px;
  position: absolute;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  display: none;
  z-index: 100;
}

.db_description_container ul {
  list-style-type: none;
  padding: 4px;
  margin: 4px;
  border: 1px solid #ffa;
}

.todo .complete {
  text-decoration: line-through;
}

.cc-menu-body li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*.cc-menu .cc-menu-body li{
    margin-bottom:6 !important;
    padding-bottom:6px !important;
}*/
#manifest_drawer_detail {
  position: relative;
}

#manifest_drawer_detail_left {
  width: calc(100% - 370px);
  text-align: center;
  float: left;
}

#manifest_drawer_detail_right {
  float: left;
  display: none;
  width: 360px;
  padding: 5px;
}

#refresh_tracking {
  float: left;
}

#manifest_tracking_container {
  display: table-cell;
  position: relative;
}

#show_macropoint {
  display: none;
}

#manifest_tracking_slider {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  height: 100%;
  background-color: transparent;
  width: 18px;
  transition: width 0.5s;
}

#manifest_tracking_slider.open {
  width: 700px;
  transition: width 1s;
}

#manifest_tracking_link {
  width: 20px;
  display: inline-block;
  writing-mode: vertical-rl;
  padding: 24px 2px;
  text-orientation: upright;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.vert_tabs {
  width: 20px;
  height: calc(100% - 2px);
  float: left;
}

.vert_tabs_content {
  display: none;
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  float: left;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.vert_tabs_inner {
  margin: 5px;
  padding: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #000;
  overflow-y: auto;
}

#manifest_tracking_slider.open .vert_tabs_content {
  display: block;
}

.vert_tab {
  width: 100%;
  height: 60%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(200, 200, 255, 0.9);
}

.vert_tab_invert {
  width: 100%;
  height: 20%;
  border-right: 1px solid #000;
  background-color: transparent;
}

.note_edit_container {
  height: 24px;
  width: 24px;
  position: relative;
}

.note_edit_trigger {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/icon-edit-blue.png);
}

.note_edit_form_holder {
  position: absolute;
  top: 0;
  right: 24px;
  border: 1px solid #000;
  height: 150px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.note_edit_form_holder textarea {
  height: 130px;
  width: 280px;
  margin: 10px;
}

#macropoint_order_history {
  display: none;
}

.track_update td, .track_update {
  background-color: #edf;
}

.event_update td {
  background-color: #fab;
}

.archived_update td {
  background-color: #ff9;
}

.pickup_update td {
  background-color: #afb;
}

.delete_manual, .delete_date, .clear_date, .restore_date {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center !important;
  border: 2px solid #f00;
  color: #f00;
  font-weight: bold !important;
  border-radius: 9px;
  float: right;
  background-color: #fff;
}

.delete_date, .clear_date {
  border: 2px solid #f90;
  color: #f90;
}

.restore_date {
  border: 2px solid #3a3;
  color: #3a3;
}

.hidden_tracking {
  white-space: nowrap;
}

.hidden_tracking input[type=text] {
  font-size: 10px;
  width: 125px;
}

.tooltip_holder {
  position: relative;
}

.tooltip {
  position: absolute;
  background-color: #fea;
  display: none;
  white-space: nowrap;
  padding: 3px;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
}

.tooltip_holder:hover .tooltip {
  display: inline-block;
}

#todo {
  font-size: 10px;
}

.edit_title, .filter_value {
  width: 70px;
  font-size: 10px;
}

.filter_type {
  width: 12px;
}

.date_horizon {
  width: 70px;
  font-size: 10px;
}

.configurator_search_holder {
  display: inline-block;
  height: 20px;
  width: 40px;
}

#save_as_form {
  text-align: left;
}

#save_as_form label {
  display: inline-block;
  width: 195px;
  height: 20px;
  padding: 5px 10px 5px 0;
  text-align: right;
  font-weight: bold;
}

#save_as_form input [type=checkbox] {
  width: 20px;
  padding: 0;
}

.configuration_slide_holder {
  position: relative;
  width: calc(100% - 18px);
  margin: 0 auto;
}

.configurator_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
  background-color: rgba(150, 150, 150, 0.25);
  display: none;
}

.configurator_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 450;
  border-radius: 75px;
  background-color: rgba(100, 255, 100, 0.15);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/images/spinner_animated.png);
  display: none;
}

.configuration_slide {
  width: 100%;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  display: none;
}

.configuration_slide_trigger {
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  color: #000;
  text-decoration: underline;
}

.configuration_slide_trigger:hover {
  color: #444 !important;
}

.configurator_legend {
  height: 180px;
  position: relative;
}

.configurator_form {
  float: left;
}

#configurator_form {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 250;
}

#configurator_form .th {
  font-weight: bold;
  text-align: right;
  width: 175px;
}

#configurator_form div {
  border: none;
}

#configurator_form div > div {
  padding: 4px;
  vertical-align: middle;
}

.configurator_row_saver {
  margin: 10px;
  display: none;
}

.configurator_row_expander:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}

.configurator_row_expander.downarrow:before {
  content: "▼";
}

.configurator_column_row {
  float: left;
}

.configurator_column {
  margin: 0 2px 0 2px;
  border: 1px solid rgb(180, 230, 185);
  background-color: rgb(148, 210, 165);
  border-radius: 1px;
  float: left;
  padding: 1px !important;
  cursor: move;
  border-radius: 2px;
}

.configurator_column .divtable {
  font-size: 12px;
}

.detail_item {
  float: left;
  border: 1px solid #cca;
  margin: 0 2px;
}

.detail_pad {
  padding: 5px 5px 5px 45px;
}

.detail_item dt {
  font-weight: bold;
  padding: 4px;
}

.detail_item dd {
  padding: 4px;
}

.configurator_column .divtable {
  background-color: #fff;
  z-index: 350;
}

.configurator_column input[type=checkbox] {
  width: 10px !important;
  height: 10px !important;
}

.configurator_column table th, .configurator_column table td {
  font-size: 11px !important;
  border: 1px solid #000 !important;
  color: #000;
  height: auto !important;
  padding: 1px 2px !important;
  text-align: center;
}

div.divtable {
  display: table;
  position: relative;
}

div.divtable .caption {
  display: table-caption;
  padding: 4px 10px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

/*div.divtable > div.row{
    display:none;
    transition: display 2s;
}*/
div.divtable > div {
  display: table-row;
  transition: display 2s;
}

div.divtable > div.row_hidden {
  display: none;
  transition: display 2s;
}

div.divtable > div > div {
  display: table-cell;
  border: 1px solid #999;
  background-color: #fff;
  padding: 2px 4px;
}

.configurator_column_field_holder {
  margin-left: 8px;
  padding: 10px 0 0 0;
}

.configurator_column_field_holder .configurator_column {
  background-color: #ffa !important;
}

.configurator_row_expander {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  float: left;
}

.configurator_column_expander {
  display: inline-block;
  padding: 0 3px;
  font-weight: normal;
  border: 1px solid #aaa;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 9px;
  cursor: pointer;
}

.show_configurator {
  display: inline-block;
  width: 400px;
  text-align: right;
}

.show_when_config_open {
  display: none;
}

.save_form_holder {
  float: right;
  position: absolute;
  bottom: 0;
  width: 350px;
  text-align: center;
  right: 0;
}

.save_form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 500;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px #ccc;
}

#save_as_form div div {
  border: none;
}

#save_as_name {
  width: 250px;
}

#complete_save {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #ffd;
  z-index: 120;
}

.save_chrome {
  display: none;
}

#init_save_view, #save_view {
  display: none;
}

.toggle_bar {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top: 4px;
  border-radius: 15px;
  background-color: rgb(207, 216, 227);
  cursor: pointer;
}

.toggle_bar.toggle_on {
  background-color: rgb(69, 130, 184);
}

.toggle_wrapper {
  display: block;
  height: 24px;
  padding: 0;
}

.toggle_wrapper label {
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  height: 20px !important;
  line-height: 20px;
  display: inline-block;
  float: left;
  font-weight: bold;
}

.toggle_bar_image {
  display: inline-block;
  width: 34px;
  height: 14px;
  margin: 3px;
  border-radius: 12px;
  background-image: url(/images/icon-toggle-off.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.toggle_bar.toggle_on .toggle_bar_image {
  background-image: url(/images/icon-toggle-on.png);
  background-position: 100% 50%;
}

.configurator_column_field_holder .row_attribute {
  display: none;
}

.configurator_button {
  text-align: center;
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  font-size: 14px;
  border-radius: var(--rounded-lg, 8px);
  width: 170px !important;
}

.configurator_button.save {
  background-color: var(--primary-700, #1A56DB);
}

.configurator_button.delete {
  background-color: #CC3527;
}

.configurator_button:hover {
  color: #aaa !important;
}

.button_holder {
  width: 175px;
  text-align: center;
}

/*# sourceMappingURL=base.css.map */
