body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a:visited {
  background-color: #9f39b2;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

th {
  text-align: left;
  padding: 8px;
}

th,
thead {
  border-bottom: 1px solid darkgrey;
}

tr,
td {
  text-align: left;
  padding: 8px;
}

.sticky_card {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 72px;
}

.alternate_tr:nth-child(even) {
  background-color: #f0f0f0;
  color: black;
}

.alternate_tr_darktr:nth-child(even) {
  background-color: #fff;
  color: black;
}

.full_width {
  width: 100%;
}

.text_shadow {
  text-shadow: 1px 1px #3b3131;
}

.ad_card {
  margin: 8px;
  min-height: 168px;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.ad_card_text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.ad_card_image {
  padding: 16px;
  min-width: 64px;
  min-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad_drawer {
  margin: 0px;
  background-color: white;
  display: flex;
  min-height: 98%;
  flex-direction: column;
  justify-content: space-between;
}

.ad_drawer_fields {
  padding: 8px;
}

.ad_drawer_footer {
  display: flex;
  justify-content: flex-end;
  color: green;
}

.ad_drawer_header {
  margin: 0px;
  padding: 0px;
}

.ad_drawer_toolbar_group {
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  flex-direction: column;
  justify-content: space-between;
}

.ad_header_text {
  padding: 0px;
  margin: 4px;
}

.ad_link {
  margin: 4px;
  padding: 8px;
  cursor: pointer;
  min-width: 120px;
  min-height: 120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ad_link:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.4);
}

.ad_link_info {
  margin: 0px;
  margin-top: 4px;
  text-align: center;
}

.ad_link_details {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  margin-top: 4px;
}

.ad_link_time {
  margin: 0px;
  padding: 0px;
}

.ad_links {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  flex-direction: center;
  text-align: center;
  margin: 8px;
  min-width: 124px;
}

.ad_radio {
  height: 40px !important;
}

.align_item_center {
  align-items: center;
}

.audience_table {
  background-color: inherit;
  width: 100%;
  flex-wrap: wrap;
  border-collapse: collapse;
  font-family: arial, sans-serif;
}

.audience_table tr:nth-child(even) {
  background-color: inherit;
}

.audience_table tr:nth-child(odd) {
  background-color: inherit;
}

.audience_value_cell {
  min-width: 460px;
  max-width: 460px;
  width: 460px;
}

.audience_item_container {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
}

.audience_date {
  display: flex;
  justify-content: space-evenly;
}

.audience_date_select {
  min-width: 200px;
  max-width: 200px;
}

.audience_order_date {
  min-height: 36px;
}

.audience_date_range {
  display: flex;
  justify-content: space-around;
  min-height: 36px;
  align-items: center;
}

.audience_date_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4px 0px 4px;
}

.audience_time_pick {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.audience_number_cell {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

.audience_number {
  max-height: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.avatar_letter {
  box-shadow: 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  font-size: 2.3rem;
  width: 55px !important;
  height: 55px !important;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  border-radius: 100% !important;
}

.basic_padding {
  padding: 8px;
}

.basic_page {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.basic_page_drawer {
  min-width: 256px;
  width: 256px;
}

.basic_closed_drawer {
  width: 0px;
}

.basic_drawer_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.basic_drawer_toolbar {
  color: inherit;
  display: flex;
  flex-wrap: none;
}

.page-container {
  display: grid;
  gap: 2px;
  color: '#fffff';
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-template-rows: repeat(6, [row-start] 1fr);
  
}

.page-header {
  grid-area: "header";
  border: 5px solid purple;
}

.page-drawer {
  width: 260px;
  grid-area: "drawer";
  border: 5px solid green;
}

.page-content {
  grid-area: "content";
  height: 95vh;
  background-color: #111936;
}

.basic_page_header {
  top: 0;
  width: 100%;
  z-index: 1200 !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  flex-direction: row;
  display: flex;
  height: 5vh;
}

.basic_page_content {
  margin-top: 3.5rem;
}

.content_header {
  width: 100%;
  top: 64px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.basic_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 4px;
  min-width: 20%;
}

.center {
  justify-content: center;
}

.chart_handle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
  padding: 6px;
}

.chart_handle:hover {
  background-color: lightgray;
}

.checkbox {
  background-color: blue;
  color: orange;
  height: 20px;
  width: 20px;
}

.color_label {
  border-radius: 2px;
  border: 1px solid;
  padding: 2px 8px;
  font-size: 0.9rem;
}

.color_select {
  outline: 3px white solid !important;
  outline-offset: -3px;
}

.color_slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.color_square {
  height: 48px;
  width: 48px;
  margin: 0px;
}

.color_square:hover {
  cursor: pointer;
  outline: 3px rgba(255, 255, 255, 0.45) solid;
  outline-offset: -3px;
}

.csr_pie {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 10px;
  margin-top: 5px;
}

.custom_card {
  width: 25%;
  min-width: 200px;
}

.custom_color {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 192px;
  height: 192px;
}

.custom_input_label {
  padding-bottom: 4px;
}

.custom_text_input {
  border-radius: 4px;
  min-height: 32px;
  flex-grow: 1;
  font-size: 18px;
  border: 1px solid darkgray;
  box-shadow: 0px 0px 1px #888888;
}
.custom_theme_header {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.delivery_status_link {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.delivery_status_link:link {
  color: #fff;
}

.delivery_status_link:visited {
  color: lightgrey;
}

.dept_table_content {
  vertical-align: top !important;
  background-color: inherit !important;
}

.disabled_signup {
  color: white !important;
}

.drawer_container {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  min-height: 100%;
}
.drawer_footer {
  display: flex;
  align-items: flex-end;
}

.drawer_footer_btn {
  border-radius: 0px !important;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
}

.drawer_header_btn {
  border-radius: 0px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.drawer_nav_item {
  text-decoration: none;
}

.drawer_paper {
  width: 260px;
  border: none;
}

.drawer_paper_left {
  border: none !important;
}

.drawer_toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.enabled_signup {
  color: white !important;
  background-color: green !important;
}

.even_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.filler {
  width: 256px;
  height: 256px;
  background-color: #efe2d5;
  transition: 0.3s linear;
}

.filler_fade {
  transition: 0.3s linear;
}

.filler_mid {
  width: 256px;
  height: 256px;
}

.filtered_dl {
  padding: 0px !important;
  margin: 0px 5px 0px 0px !important;
  min-width: 26px !important;
  width: 26px !important;
  max-width: 26px !important;
}

.filtered_dl span {
  max-width: 26px !important;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.flex_no_wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex_row_auto_margin {
  display: flex;
  margin: auto;
}

.flex_row_around {
  display: flex;
  justify-content: space-around;
}

.flex_row_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.flex_row_evenly {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}

.flex_row_nowrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.flex_row_start {
  display: flex;
  justify-content: flex-start;
  max-width: 60%;
}

.flex_row_wrap {
  display: flex;
  flex-wrap: nowrap;
}

.align_baseline {
  align-items: baseline;
}

.align_center {
  align-items: center;
}

.form_contact_header {
  width: 600px;
}

.graph_card_container {
  margin: auto;
  outline-offset: -1px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  height: 95%;
  width: 98.2%;
  padding: 0px 8px;
}

.graph_tabs {
  flex-shrink: 1;
}

.login_button {
  color: white !important;
}

.login_container {
  margin-top: 100px;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.login_content {
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.login_divider {
  margin-top: 5px;
}

.login_tab {
  margin-top: 100px !important;
  margin: auto;
  display: flex;
  width: 364px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: white;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.login_tab:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

.login_footer {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0px;
}

.login_title {
  margin: 0px;
}

.login_subheader {
  text-align: center;
  font-size: 24px;
  font-family: "Amatic SC";
  display: flex;
  justify-content: center;
  align-content: baseline;
  flex-direction: row;
}

.login_item {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset_text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.login_link {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.login_link:link {
  text-decoration: none;
}

.login_link:visited {
  text-decoration: none;
}


.loading {
  min-width: 100%;
  min-height: 100%;
  text-align: center;
}

.loading_title {
  font-size: 1.4em;
}

.loading_subtitle {
  font-size: 1.1em;
}

.login_snack {
  margin: auto;
  position: absolute !important;
  bottom: 0px !important;
}

.login_snack_content {
  display: flex;
  justify-content: center;
  border-radius: 4px 4px 0px 0px !important;
  color: #fff !important;
  background-color: red !important;
}

#logout_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nested_nav_item {
  padding: 0px !important;
}

.nested_nav_text {
  min-width: 255px !important;
  text-indent: 24px;
}

.no_padding {
  padding: 0px;
}

.no_margin {
  margin: 0px;
}

.no_radius {
  border-radius: 0px !important;
}

.order_input {
  background-color: #000;
}

.pie_error {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 300px !important;
}

.prevImg {
  max-width: 100%;
  max-height: 320px;
  cursor: pointer;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.prevImg:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.8);
}

.prevImgDark {
  max-width: 90%;
  max-height: 320;
  cursor: pointer;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.prevImgDark:hover {
  box-shadow: 0px 1px 8px 0px rgb(255, 255, 255, 0.75);
}

.pw_button {
  color: rgba(0, 0, 0, 0.5) !important;
}

.recent_orders_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 25px 0px 5px;
}

.role_checks {
  margin: auto !important;
}

.root {
  width: 100%;
  height: 100%;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  min-height: 36px;
}

.select select {
  display: inline-block;
  min-height: 48px;
  font-size: 16px;
  width: 100%;
  padding: 1.25rem;
  cursor: pointer;
  color: black;
  border: 1px solid darkgray;
  border-radius: 4px;
  outline: 0;
  background-color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.settings_container {
  width: 80%;
  padding: 5%;
}

.settings_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.settings_page {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.signout_btn {
  position: absolute;
  right: 0.5%;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 8px 14px;
  color: #fff;
}

.signout_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.signup_button {
  color: white !important;
}

.signup_container {
  width: 55%;
  max-width: 75%;
}

.signup_dialog {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
}

.snack_content {
  display: flex;
  justify-content: center;
  border-radius: 4px 4px 0px 0px !important;
  color: #fff !important;
}

.space_between {
  justify-content: space-between;
}

.static_black {
  color: #000 !important;
}

.table_card {
  border-collapse: separate;
  border-spacing: 0px 12px;
}

.table_labels {
  height: 2rem !important;
}

.table_row_even {
  background-color: #e9ebee;
}

.table_row_odd {
  background-color: lightgrey;
}

.text_input_container {
  display: flex;
  padding: 8px;
  flex-direction: column;
}

.text_row {
  display: flex;
}

.text_sm {
  font-size: 0.8rem;
}

.tr_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 8px;
  border-radius: 4px;
}

.tr_no_color,
.tr_no_color:nth-child(even) {
  padding: 0px;
  background-color: inherit;
}

.underline {
  border-bottom: 1px solid black;
}

.user_checkbox {
  color: #3f51b5 !important;
}

.user_table {
  margin: auto;
  border-collapse: collapse;
  white-space: nowrap;
  width: 98% !important;
  background-color: inherit;
}

.user_table tr {
  background-color: inherit;
}

.vert_divider {
  margin: 50px 7%;
  width: 0px;
  height: 200px;
  border: 1px solid rgb(0, 0, 0, 0.54);
}

.webhook_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 80%;
  margin: auto;
  margin-top: 25px;
  padding: 15px 25px;
  height: 250px;
}

.zoom_large,
.zoom_sm,
.zoom_med,
.zoom {
  z-index: 1;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
}

.zoom_large:hover {
  z-index: 50;
  transform: scale(6);
}

.zoom_sm:hover {
  transform: scale(1.04);
  z-index: 10;
}

.zoom_med:hover {
  transform: scale(2);
  z-index: 10;
}

.fade_in {
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#ad_table_container {
  display: flex;
  min-width: 50%;
  flex-direction: column;
  margin-left: 5%;
}

#app_btn {
  margin-left: 5px;
}

#app_menu {
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#app_menu:hover {
  background-color: rgba(255, 255, 255, 1);
}

#audience_container {
  margin: auto;
  width: 90%;
}

#audience_label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
}

#avatar_label {
  display: flex;
  justify-content: center;
  align-items: center;
}

#batchDetail {
  width: 100%;
  min-width: 320px;
}

#batchDetailLabel {
  margin: auto;
  width: 25%;
}

#img_card_container {
  height: 100%;
  margin-top: 5px;
}

#col_container {
  display: flex;
  flex-direction: row;
}

#dept_container {
  width: 65%;
  min-width: 850px;
  margin: 100px auto 0px;
  padding: 20px;
  overflow: hidden;
}

#dept_content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

#dept_title {
  margin: 100px 0px 10px 100px;
}

#dept_permissions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#dept_selection {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}

#dept_user_list {
  height: 200px;
  min-width: 250px;
  overflow-y: auto;
  outline: 1px solid lightgray;
}

#drawer_btn {
  color: inherit;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11150;
  pointer-events: none;
  animation-duration: 125ms;
  animation-timing-function: ease-in-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
  -webkit-animation-name: fade-in;
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
  -webkit-animation-name: fade-out;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
}
from {
  opacity: 0;
}
to {
  opacity: 1;
}

#fb_options_container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

#graph_header {
  justify-content: center;
  align-items: flex-start;
}

#home_container {
  width: 100%;
  height: 85vh;
  overflow: hidden;
  /* background-image: url(/assets/images/smallwood-tx-logo-white.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

@media screen and (min-width: 980px) /* Desktop */ {
}

@media screen and (max-width: 979px) /* Tablet */ {
}

@media screen and (max-width: 500px) /* Mobile */ {
  #home_container {
    background-size: 80%;
  }
}

.home_container_dark {
  /* background-image: url(/assets/images/smallwood-tx-logo-white.png) !important; */
}

.img_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  margin: 8px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

#imgContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#imgDetailContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#imgDetails {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: grey;
  color: #fff;
}

#imgDetailBlank {
  width: 100%;
  height: 100%;
  background-color: grey;
  border-bottom: 1px solid white;
}

#imgDetailLabel {
  margin: 5px auto;
  color: #fff;
  width: 100%;
}

#imgPreviews {
  width: 100%;
}

#issue_count {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#issues_bar_content {
  height: 100%;
  width: 100%;
}

#issues_bar_graph {
  margin: auto;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#issues_pie_card {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#lineDetail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 8px;
}

#lineDetail p {
  margin: 0;
  padding: 0;
}

#login_header {
  overflow: hidden;
  width: 100%;
  height: 260px;
  /* background-image: url(/assets/images/smallwood-tx-logo.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: auto;
  margin-bottom: 40px;
}

#mapImg {
  max-height: 215px;
  border: 1px solid rgb(0, 0, 0, 0.25);
}

#mapImgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 5px 5px 5px;
}

#order_field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#order_input {
  text-align: center;
}

#order_lookup {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.order_lookup_tabs {
  display: flex;
  min-height: 2rem !important;
  height: 2rem !important;
  max-height: 2rem !important;
  align-items: center;
}

.order_lookup_tabs div {
  align-items: inherit;
  padding: 0px !important;
  height: inherit !important;
}

.order_lookup_tabs div > button {
  align-items: inherit;
  padding: 0px !important;
  height: inherit !important;
  max-height: inherit !important;
  min-height: inherit !important;
}

.order_lookup_tabs_container {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

#batch_search,
#order_search {
  overflow: hidden;
  position: sticky;
  z-index: 50;
  top: 56px;
}

#permissions_label {
  width: 100%;
}

#preview_window {
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.previewContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.previewDetailsContainer {
  text-align: center;
  flex-grow: 1;
}

.previewCard {
  color: white;
  display: flex;
  min-width: 360px;
  font-size: 0.9rem;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

#prevImgContainer {
  width: 100%;
  min-height: 64px;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}

#print_options_container {
  width: 100%;
}

#print_options_header {
  position: sticky;
  z-index: 10;
  top: 64px;
  width: 60%;
  display: flex;
  flex-direction: row;
  margin: 0px 0px 16px 0px;
  justify-content: space-around;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#setting_custom {
  padding: 0px 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#setting_dark {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#show_loading {
  overflow: hidden;
  height: 4px;
}

#tabContainer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  min-width: 308px;
  margin: 0px 1%;
}

#user_avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-color: #51ada7;
  color: #fff;
  font-size: 2rem;
}

#webHook_label {
  width: 100% !important;
}

.replace_preview_img {
  width: 112px;
  max-height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.replace_preview_img:hover {
  object-fit: scale-down;
}

.lazy_img {
  background-image: url(./dots.svg);
  background-repeat: no-repeat;
  background-size: 64px;
  background-position-x: 55%;
  background-position-y: 50%;
}

.edit_table.header{
  margin-top:     0px;
  margin-bottom:  0px;
}

.csticket.report.page-container{
  display: grid;
  height: calc(100% - 2rem);
  grid-template-rows: 25% auto;
  grid-row-gap: 1rem;
  padding: 1rem;
}

.csticket.report.graph-container{
  display: block;
}

.csticket.report.table-container{
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.csticket.report.graph-grid{
  display: grid;
  height: 100%;
  grid-gap: 1rem;
  grid-template-columns: 20% repeat(auto-fit, minmax(50%, 1fr));
  grid-template-rows: 100%;
}

.cs.report.table{
  flex: "1 1 auto";
  overflow: "scroll";
}


.bulk_discount.grid-layout{
  display: grid;
  width: 70%;
  grid-template-columns: repeat(4, minmax(200px, 25%));
  grid-template-rows: 300px repeat(auto-fill, 1fr);
  grid-row-gap: 1rem;
  grid-gap: 1rem;
  padding: 1rem;
}

.bulk_discount.grid-cell{
  min-height: 300px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 979px) {
  .bulk_discount.grid-layout {
    width: 100%;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 0.5rem;
    grid-gap: 0.5rem;
    padding: 0.5rem;
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* BOX-SIZING RESET */

#insp_form_add_report {
  width: 150px;
  text-align: center;
  padding-left: 10px;
}

#insp_form_date_container {
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.insp_form_dept {
  overflow: hidden;
  margin: 10px auto;
  padding: 10px;
  height: 145px;
  display: flex;
  flex-wrap: nowrap;
}

#insp_form_field_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
}

.insp_form_toolbar_item {
  width: 20%;
  margin: 0px 10px;
}

.insp_form_toolbar_row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

#insp_form_toolbar_bottom {
  margin-bottom: 5px;
}

#insp_form_toolbar_top {
  margin-bottom: 10px;
}

.insp_recent tr {
  background-color: transparent;
}

.insp_recent_submissions {
  width: 100%;
  padding: 5px 20px 10px;
  display: flex;
  flex-direction: column;
}

.Mui-error {
  display: none;
}

#action {
  margin: 0px !important;
}

#add_rule {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  vertical-align: center;
}

.leftColumn {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 470;
  margin: 0px 10px 20px 0px;
}

.rightColumn {
  box-sizing: border-box;
  margin-left: 10px;
  width: 250px;
  height: 100%;
  align-items: stretch;
}

.query_builder {
  box-sizing: border-box;
  box-shadow: 2px 2px 5px grey;
  overflow: auto;
  background-color: #d2e6ff !important;
  padding: 10px;
  min-height: 320px;
  width: 578px;
  border-radius: 0px !important;
}

.queryPage {
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.rawQuery {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px grey;
  -webkit-box-shadow: 2px 2px 5px grey;
  -moz-box-shadow: 2px 2px 5px grey;
  overflow-x: auto;
  min-height: 300px;
  width: 100%;
  height: 470px;
  padding: 0px 5px;
  white-space: nowrap;
  border-radius: 4px;
}

.rawQuery h3 {
  font-family: Roboto;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.rule,
.ruleGroup .ruleGroup {
  margin-top: 5px;
  margin-left: 10px;
}

#rule {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  height: 38px;
  align-items: stretch;
}

.ruleGroup {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(117, 178, 255, 0.5);
}

.ruleGroup-remove {
  padding-left: 5px;
  padding-right: 5px;
}

#ruleGroup {
  align-items: stretch;
}

.sqlQuery {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
  border-radius: 0px !important;
  height: 140px;
  width: 578px;
}

.sqlQuery h3 {
  font-family: Roboto;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.sqlQuery textarea {
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 16px;
  border: none;
  resize: none;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  outline: 0;
}

#txtQuery {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  background-color: inherit;
  color: inherit;
  height: 2.5rem;
  margin: 0px;
  padding: 0px;
}

#valSelect {
  margin: 0px 5px 0px 0px;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
  background-color: #f9f9f9;
  font-family: Roboto;
  border-radius: 4px;
  border: none;
}

#valEdit {
  padding-left: 5px;
  width: 200px;
  font-family: Roboto;
  font-size: 15px;
  margin-right: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* BOX-SIZING RESET */

.flex_no_wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.img_scrn_chkbox_row {
  justify-content: center;
}

.img_scrn_chkbox > label {
  white-space: nowrap;
}

.img_scrn_chkbox_row {
  flex-wrap: nowrap !important;
}

.img_scrn_close_modal_btn {
  color: #f44336 !important;
  position: absolute !important;
  top: 2px;
  right: 1px;
}

#img_scrn_container {
  width: 100%;
  padding: 20px;
}

#img_scrn_counter {
  position: fixed;
  bottom: 0;
  left: 50%;
}

#img_scrn_drawer_container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#img_scrn_drawer_header_container {
  top: 0;
  position: sticky;
  padding: 0px 6px;
  justify-content: space-between;
  border-bottom: 1px solid;
}

.img_scrn_expand_button {
  min-width: 0px !important;
  margin: 0px 40px !important;
}

#img_scrn_filters_container {
  overflow: hidden;
  margin-bottom: 10px;
}

.img_scrn_filter_item {
  text-align: center;
}

.img_scrn_icon_container {
  overflow-y: hidden;
  overflow-x: auto;
}

.img_scrn_list_item {
  padding: 6px !important;
  justify-content: space-between !important;
}

.img_scrn_list_item_user {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.img_scrn_list_item_user_border {
  margin: 0px 2px;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.img_scrn_images {
  position: relative;
  max-width: calc(100vw - 296px);
  margin: auto;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
}

.img_scrn_fail_button {
  margin-left: 10px !important;
  color: #fff !important;
  background-color: #f44336 !important;
}

.img_scrn_fail_button:hover {
  background-color: #d32f2f !important;
}

#img_scrn_filter_label {
  width: 100%;
}

#img_scrn_filters {
  justify-content: space-evenly;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 5px;
}

.img_screen_image_border {
  border: 1px solid;
}

.img_screen_image_info {
  justify-content: center;
  border-bottom: 2px solid;
}

.img_screen_image_info_container {
  justify-content: center;
}

.img_screen_image_info_container p {
  margin: 0px 5px;
}

.img_scrn_img {
  margin-top: 2px;
  object-fit: scale-down;
}

.img_scrn_img_container {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: center;
}

.img_scrn_modal {
  padding: 0px !important;
  overflow: auto !important;
}

.img_scrn_modal_container {
  text-align: center !important;
  margin: 0px !important;
}

.img_scrn_modal_preview {
  min-height: 100vh !important;
  min-width: 100vw !important;
  border-radius: 0px !important;
}

#img_scrn_order_container {
  position: relative;
  width: 100%;
}

.img_scrn_pass_button {
  margin-right: 10px !important;
  color: #fff !important;
  background-color: #4caf50 !important;
}

.img_scrn_pass_button:hover {
  background-color: #087f23 !important;
}

.img_scrn_pass_fail_container {
  margin-top: 5px;
  width: 100%;
  justify-content: center;
}

.img_scrn_scroll_button {
  z-index: 2;
  position: absolute;
  height: 75% !important;
  bottom: 10%;
}

#img_scrn_table_header_container {
  width: 100%;
  height: 32px;
  padding: 0px 6px;
}

.img_scrn_update_button {
  align-self: center !important;
  margin-left: 20px !important;
  padding: 0px 5px !important;
}

.alignCenter {
  text-align: center;
}

.dept_dropdown {
  min-width: 120px;
  text-align: left;
  color: #000 !important;
}

.mouseover {
  cursor: pointer;
  transition: all 0.1s ease-in-out !important;
}

.mouseover:hover {
  transform: scale(1.3);
}

.save_snack {
  width: 30%;
  margin: auto;
}

.userCard {
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: 0.1s;
  width: 60%;
  max-width: 998px;
  min-width: 900px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin: auto;
  margin-top: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  animation: fadein 0.2s;
  -webkit-animation: fadein 0.2s;
  z-index: 0 !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.userHeader {
  box-sizing: border-box;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  padding: 10px;
  color: white;
  background-color: #3a5784;
  text-align: center;
  border: none;
  box-shadow: none !important;
}

.userFooter {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: larger;
  padding: 10px;
  color: white;
  background-color: #3a5784;
  text-align: center;
  border: none;
}

.userHeader h1 {
  font-weight: 400;
  margin: 0px;
}

.userList {
  height: 100% !important;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.userList:focus {
  outline: none;
}

.userList p {
  padding: 18px 0px 0px 0px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}

.userList p:hover {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #757575;
  color: white;
}

#cardExpand {
  -webkit-animation-name: cardAppear;
  animation-name: cardAppear;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@keyframes cardAppear {
  from {
    height: 75px;
  }
  to {
    height: 372px;
  }
}

@-webkit-keyframes cardAppear {
  from {
    height: 75px;
  }
  to {
    height: 372px;
  }
}

#userContainer {
  height: 100%;
  margin-top: 100px;
}

#userTable th {
  font-weight: 500;
  text-align: center;
  border-bottom: solid;
  border-color: grey;
  border-bottom-width: 2px;
}

#userTable td {
  vertical-align: top;
}

#userTable tr {
  background: none;
}

.attribution_table {
  margin: 20px 66px 20px;
  overflow: auto;
  max-height: calc(100vh - 120px);
}

#date_range {
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

#date_range_header {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#keyboard_picker {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.results_table {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.results_table td {
  padding: 6px 8px;
}

.results_table th {
  font-weight: 500;
  padding: 4px 8px;
  position: sticky;
  top: 0px;
}

.results_table tr {
  background-color: transparent;
  border-bottom: 1px solid;
}

#rev_scroll_top {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 40px;
}

#add_report_button {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#arrow_container {
  margin-left: 5px;
  margin-top: 5px;
}

.bold_tooltip {
  font-weight: 600 !important;
}

.button_progress {
  position: absolute;
  bottom: -1px;
}

#button_progress_container {
  margin-top: -4px;
  height: 5px;
}

.content_container {
  flex-direction: row;
  flex-wrap: nowrap;
  height: calc(100% - 35px);
}

.content_item {
  margin-left: 15px;
  height: 100%;
  width: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.custom_tooltip {
  flex-wrap: nowrap;
  padding: 2px 4px 0px;
}

.date_column {
  width: 40%;
}

#dialog_actions {
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}

#dialog_title {
  margin-bottom: 5px;
}

.dialog_warning {
  margin-top: -4px;
  white-space: nowrap;
  height: 1rem;
  text-align: left;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.full_width {
  width: 100%;
}

#inventory_reports_container {
  padding-bottom: 20px;
  align-items: flex-start;
}

.line_chart {
  margin-left: 15px;
  height: 100%;
  width: 40%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.line_chart_tooltip {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  flex-wrap: nowrap;
  align-items: center;
  color: #555;
  background-color: #fff;
  border-radius: 1px;
  padding: 0px 2px !important;
  margin-bottom: -11px;
}

.name_entry {
  margin-bottom: 1rem;
}

.recharts-text {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 0.65rem;
}

.recharts-text-dark-mode {
  fill: rgba(255, 255, 255, 0.7);
}

#submit_button_container {
  position: relative;
}

#remove_card_button {
  margin-left: 20px;
}

.report_card {
  width: 90%;
  height: 240px;
  margin: 20px 0px 0px 20px;
  padding: 15px !important;
  padding-bottom: 25px !important;
  user-select: none;
}

.report_card_header {
  white-space: nowrap;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: baseline;
}

.report_header_left {
  width: 50%;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: baseline;
}

.report_header_right {
  width: 50%;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
}

.report_header_right_end {
  flex-wrap: nowrap;
  align-items: baseline;
}

.report_update_time {
  margin-top: 4px;
  justify-content: center;
}

.report_updated {
  margin-left: 10px;
}

#start_message {
  flex-wrap: nowrap;
  align-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 80px;
}

.report_modal_content {
  text-align: center;
}

.tooltip_label {
  font-size: 0.65rem !important;
}

.total_items_date {
  margin-left: 0px !important;
  width: 20%;
}

.total_items_time {
  width: 20%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BOX-SIZING RESET */

.dashboard_dept_toolbar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  width: 100%;
}

#dashboard_dept_toolbar_timestamp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -2rem;
  height: 0.55rem;
  margin-bottom: 0.75rem;
}

#dashboard_dept_toolbar_timestamp span {
  white-space: nowrap;
  font-size: 0.55rem !important;
}

#dashboard_toolbar_container {
  display: flex;
  flex-wrap: nowrap;
  min-height: 68px;
  margin-bottom: 20px;
  width: 100%;
}

.dashboard_view_select {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 10px;
  width: 30%;
  margin-left: 5px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* BOX-SIZING RESET */

.insp_dash_dialog_edit_field {
  display: flex;
  width: 33%;
}

#insp_dash_dialog_edit_field_container {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
}

.insp_dash_table_head {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 8px 16px 8px 0px;
  z-index: 1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.insp_dash_table_head_style {
  white-space: nowrap;
  text-align: left;
  padding: 0px 4px;
  vertical-align: middle;
  font-family: inherit Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: inherit;
}

.insp_dash_table_cell {
  width: calc(100% / 8);
  padding: 0px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.insp_dash_table_row {
  padding: 6px 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid;
  overflow: hidden;
}

.insp_dash_table_row:hover {
  background-color: rgb(255, 255, 255, 0.1);
}

#insp_dash_table_title {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* BOX-SIZING RESET */

.prod_dash_cell_style {
  display: flex;
  align-items: center;
  padding: 0px 4px;
  overflow-x: hidden;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

#prod_dash_container {
  width: 100%;
  height: 100%;
}

.prod_dash_dept_select {
  min-width: 85px !important;
}

.prod_dash_detail {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  height: 140px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.prod_dash_detail_card_tab {
  cursor: pointer;
  width: 30%;
  white-space: nowrap;
  text-align: center;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.prod_dash_detail_container {
  width: 100%;
  padding: 10px 0px 0px 0px;
  overflow-x: auto;
  overflow-y: hidden;
}

.prod_dash_detail_container_header {
  margin-top: -10px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.prod_dash_detail_header {
  display: flex;
  justify-content: flex-end;
  padding: 0px 5px;
}

.prod_dash_detail_list {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.prod_dash_detail_loading {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#prod_dash_dialog_edit_fields {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: space-evenly;
}

.prod_dash_line_value {
  margin-left: -1px;
  margin-top: -1px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}

.prod_dash_line_value_detail {
  white-space: nowrap;
}

#prod_dash_scroll_top {
  z-index: 2;
  display: none;
  position: fixed;
  position: absolute;
  bottom: 126px;
  right: 30px;
}

.prod_dash_table_container {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: auto !important;
}

.prod_dash_th {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid;
  align-items: flex-end;
  padding: 4px 4px 4px 0px;
  z-index: 1;
}

.prod_dash_th_style {
  padding: 0px 4px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

#prod_dash_table_title {
  justify-content: center;
  align-items: center;
}

.prod_dash_tr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid;
}

.prod_dash_tr:hover {
  background-color: rgb(255, 255, 255, 0.1);
}

.prod_dash_values {
  max-width: inherit;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
}

@media (max-width: 1500px) {
  #prod_dash_container {
    max-width: calc(100vw - 15px);
  }

  #prod_dash_scroll_top {
    right: 40px;
  }
}

.MuiFormHelperText-root {
  display: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BOX-SIZING RESET */

#quota_dash_form_content {
  height: 68px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
}

.quota_dash_select .MuiInputBase-root {
  height: 100%;
  margin: 0px;
}

.quota_dash_select .MuiSelect-root {
  align-self: flex-end;
}

.quota_table_cell {
  padding: 0px 4px;
}

.quota_table_head {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 8px 16px 8px 0px;
  z-index: 1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.quota_table_head_style {
  white-space: nowrap;
  padding: 0px 4px;
  vertical-align: middle;
  font-family: inherit Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  color: inherit;
}

.quota_table_row {
  padding: 6px 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid;
  overflow: hidden;
  border-color: inherit;
}

.MuiFormHelperText-root {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.score_dash_avgs_column {
  min-height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#score_dash_avgs_container {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 0px 10px 10px;
}

.score_dash_avgs_container_label {
  text-decoration: underline;
}

#score_dash_avgs_container_values {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

#score_dash_clear_scorecard:hover {
  background-color: #d32f2f !important;
}

.score_dash_detail_five_detail {
  display: flex;
  flex-direction: column;
}

.score_dash_detail_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 5px;
}

.score_dash_detail_quality_detail {
  white-space: nowrap;
}

.score_dash_detail_quota {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: "100%";
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

.score_dash_detail_quota_avgs {
  display: flex;
  flex-wrap: nowrap;
}

.score_dash_detail_subhead {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-evenly;
  text-decoration: underline;
  margin-bottom: 4px;
}

.score_dash_detail_quality_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 2px;
}

.score_dash_detail_week {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score_dash_form {
  min-height: 2rem;
}

.score_dash_modal_content {
  padding: 10px 20px !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.score_dash_modal_missing {
  padding: 0px 10px;
  max-height: 300px;
  overflow: auto;
}

.score_dash_tab {
  width: 50%;
  cursor: pointer;
}

#score_dash_tab_contents {
  border-top: 3px solid;
}

#score_dash_form_tab_container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.score_dash_submissions_head {
  justify-content: space-between;
  align-items: flex-end;
}

.score_dash_submissions_head,
.score_dash_submissions_row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 10px;
}

.score_dash_submissions_row {
  align-items: center;
  border-bottom: 1px solid;
  overflow: hidden;
  justify-content: stretch;
}

#score_dash_table td {
  vertical-align: middle;
  padding: 0px 10px;
  margin: 0;
}

#score_dash_table,
#score_dash_table_body {
  width: 100%;
}

#score_dash_table_head {
  height: 2rem;
}

#score_dash_t th {
  vertical-align: middle;
  padding: 0px 10px;
}

.score_dash_table_row {
  width: 100% !important;
  background-color: transparent !important;
  border-bottom: 1px solid;
  height: 2.5rem;
}

.score_dash_table_row input {
  padding: 6px !important;
  height: 1rem;
}

.MuiFormHelperText-root {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* BOX-SIZING RESET */

.Mui-error {
  display: none;
}

.prod_form_add_options {
  width: 100%;
  padding: 20px;
  justify-content: center;
}

#prod_form_button_container {
  justify-content: flex-end;
  align-items: flex-end;
}

#prod_form_columns {
  margin-top: 10px;
  justify-content: space-between;
}

#prod_form_container {
  width: 100%;
  padding: 0px 20px;
}

#prod_form_date_container {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: none !important;
}

#prod_form_dept_container {
  padding: 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-evenly;
}

.prod_form_dept_select_item {
  text-align: center;
  width: 20% !important;
}

.prod_form_detail_anim {
  width: 100%;
  display: inline-block;
  animation: fade-in 0.4s ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#prod_form_dialog_button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.prod_form_input {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 5px;
}

.prod_form_input > div {
  width: 90%;
}

.prod_form_input label {
  white-space: nowrap;
}

.prod_form_fields {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

#prod_form_left_column {
  width: 70% !important;
  margin-right: 10px;
}

#prod_form_recent_container {
  margin-top: 20px;
  width: 100%;
}

#prod_form_recent_submissions {
  width: 100%;
  padding: 5px 20px 10px;
  display: flex;
  flex-direction: column;
}

.prod_form_recent_table tr {
  background-color: transparent;
}

#prod_form_right_column {
  width: 30%;
}

.prod_form_title {
  padding: 5px;
}

.csv_dl {
  border-radius: 0px !important;
  padding: 0px !important;
  width: 70px;
  white-space: nowrap;
}

.detail_table {
  width: 100%;
}

.detail_row_header {
  position: sticky;
  top: 0px;

  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.expansion_detail_row {
  height: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 744px;
  overflow: hidden;
  border-bottom: 1px dotted;
}

.expansion_detail_row div {
  line-height: 2rem;
}

.expansion_detail_row_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 27.5rem;
  padding-right: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.expansion_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.expansion_header div {
  justify-content: center;
}

.expansion_panel {
  min-width: 100%;
}

.row_spacer {
  min-width: 70px;
}

.shopify_row_item {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-end;
}

.shopify_table_header {
  padding-left: 24px;
  padding-right: 61px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.shopify_table_header div {
  justify-content: center;
}

.shopify_table_header_container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
}

.shopify_table_row {
  width: 100%;
  margin-bottom: 1px;
  display: flex;
  justify-content: space-between;
}

.table_head {
  display: flex;
  justify-content: space-between;
}

#shopify_scroll_top {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 10px;
}

#shopify_table_body {
  width: 100%;
  overflow: auto;
}

.shopify_table_container {
  min-width: 745px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 2;
  justify-content: center;
  align-items: center;
  margin: 10px 67px;
  position: sticky;
  top: 0;
}

.shopify_up_arrow {
  vertical-align: middle !important;
}

.table_head {
  min-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* BOX-SIZING RESET */

.analytics_chart_container {
  display: flex;
  margin: auto;
  overflow: hidden;
}

.analytics_chart_no_reports {
  font-family: Roboto, Helvetica, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  margin: 0px auto;
  padding: 5px 0px;
}

.analytics_cs_date_select {
  margin-top: 0px !important;
}

.analytics_cs_graph_legend_guide {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 5px;
}

.analytics_cs_graph_legend_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.analytics_cs_graph_tooltip {
  padding: 5px;
}

.cs_graph_tooltip {
  display: flex;
  flex-direction: column;
}

#csr_analytics_container {
  padding: 20px;
}

.Mui-error {
  display: none;
}

.recharts-text-dark-mode {
  fill: rgba(255, 255, 255, 0.7);
}

.recharts-text {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit; }

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rbc-rtl {
  direction: rtl; }

.rbc-off-range {
  color: #999999; }

.rbc-off-range-bg {
  background: #e6e6e6; }

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD; }
  .rbc-header + .rbc-header {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .rbc-row-content-scrollable .rbc-row-content-scroll-container {
    height: 100%;
    overflow-y: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
      display: none; }

.rbc-today {
  background-color: #eaf6ff; }

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center; }
  .rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap; }
    .rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #e6e6e6;
      border-color: #adadad; }
      .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
        color: #373a3c;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .rbc-toolbar button:focus {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .rbc-toolbar button:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }
  .rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .rbc-btn-group button + button {
    margin-left: -1px; }
  .rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px; }
  .rbc-btn-group + .rbc-btn-group,
  .rbc-btn-group + button {
    margin-left: 10px; }

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left; }
  .rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
    cursor: inherit;
    pointer-events: none; }
  .rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
    background-color: #265985; }
  .rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
    outline: 5px auto #3b99fc; }

.rbc-event-label {
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-row {
  display: flex;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-header {
  display: flex;
  flex-direction: row; }

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }
  .rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD; }

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right; }
  .rbc-date-cell.rbc-now {
    font-weight: bold; }
  .rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg {
  flex: 1 0 0%; }
  .rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .rbc-overlay > * + * {
    margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto; }
  .rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
      padding: 5px 10px;
      vertical-align: top; }
    .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: lowercase; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left: 1px solid #DDD; }
    .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left-width: 0;
      border-right: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
      border-top: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
      padding: 3px 5px;
      text-align: left;
      border-bottom: 1px solid #DDD; }
      .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
        text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }
  .rbc-agenda-time-cell .rbc-continues-after:after {
    content: ' »'; }
  .rbc-agenda-time-cell .rbc-continues-prior:before {
    content: '« '; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-background-event {
    opacity: 0.75; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }

.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }

.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.rbc-slot-selecting {
  cursor: move; }

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }
  .rbc-time-view .rbc-time-gutter {
    white-space: nowrap; }
  .rbc-time-view .rbc-allday-cell {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative; }
  .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD; }
  .rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4; }
  .rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 20px; }

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row; }
  .rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD; }
  .rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD; }
  .rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD; }

.rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-header-content > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
    flex-shrink: 0; }

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }
  .rbc-time-content > .rbc-time-gutter {
    flex: none; }
  .rbc-time-content > * + * > * {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-content > .rbc-day-slot {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

.event-tracker-shrink {
  animation-name: tracker-shrink;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.event-tracker-expand {
  animation-name: tracker-expand;
  animation-duration: 1s;
  animation-fill-mode: forwards;

}
@keyframes tracker-shrink {
  from {
    height: 100%;
  }

  to {
    height: 1px;
  }
}

@keyframes tracker-expand {
  from {
    height: 1px;
  }

  to {
    height: 100%;
  }
}

.tor-mask {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 320px;
  width: 100%;
}

.tor-designer-mask {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 320px;
  width: 100%;
}