/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/* PHASE 0: Reset */
/* line 3, /app/app/assets/stylesheets/base/reset.scss */
html, body, header, nav, h1, a,
ul, li, strong, main, button, i,
section, img, div, h2, p, form,
fieldset, label, input, textarea,
span, article, footer, time, small, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
}

/* line 22, /app/app/assets/stylesheets/base/reset.scss */
a {
  font-size: 14px;
}

/* line 27, /app/app/assets/stylesheets/base/reset.scss */
ul {
  list-style: none;
}

/* line 31, /app/app/assets/stylesheets/base/reset.scss */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 37, /app/app/assets/stylesheets/base/reset.scss */
input[type="password"],
input[type="email"],
input[type="text"],
input[type="submit"],
textarea,
button {
  /*
  Get rid of native styling. Read more here:
  http://css-tricks.com/almanac/properties/a/appearance/
  */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 52, /app/app/assets/stylesheets/base/reset.scss */
button,
input[type="submit"] {
  color: black;
  cursor: pointer;
}

/* line 59, /app/app/assets/stylesheets/base/reset.scss */
button {
  justify-content: center;
}

/* Clearfix */
/* line 64, /app/app/assets/stylesheets/base/reset.scss */
.group:after {
  content: "";
  display: block;
  clear: both;
}

/* line 71, /app/app/assets/stylesheets/base/reset.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 78, /app/app/assets/stylesheets/base/reset.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 82, /app/app/assets/stylesheets/base/reset.scss */
textarea {
  width: 100%;
  height: 100px;
  margin: 20px 0px;
  border-radius: 2px;
  border: thin solid #999;
  padding: 5px 8px;
}

/* line 1, /app/app/assets/stylesheets/base/layout.scss */
html {
  height: 100%;
}

/* line 8, /app/app/assets/stylesheets/base/layout.scss */
body {
  font-family: Trebuchet MS, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*makes the body non-scrollable (we will add scrolling to the sidebar and main content containers)*/
  margin: 0px;
  /*removes default style*/
  display: flex;
  /*enables flex content for its children*/
  box-sizing: border-box;
}

/* line 20, /app/app/assets/stylesheets/base/layout.scss */
button {
  background-color: #14aaf5;
  border-color: #008c72;
  color: white;
  padding: 7px 9px;
  transition: background-color 0.3s;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  text-transform: none;
  font-size: 16px;
  text-align: center;
}

/* line 40, /app/app/assets/stylesheets/base/layout.scss */
.hidden {
  display: none;
}

/*
	Font Elements
*/
/* line 48, /app/app/assets/stylesheets/base/layout.scss */
h1 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  align-items: center;
  color: #151b26;
}

/* line 57, /app/app/assets/stylesheets/base/layout.scss */
h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 63, /app/app/assets/stylesheets/base/layout.scss */
h3 {
  line-height: 1.244;
  margin-bottom: 16px;
  color: #151b26;
  font-weight: 400;
  font-size: 2.8125rem;
}

/* line 72, /app/app/assets/stylesheets/base/layout.scss */
p {
  font-size: 13px;
  line-height: 15px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  color: #646f79;
}

/* line 80, /app/app/assets/stylesheets/base/layout.scss */
img {
  width: 100%;
  height: 100%;
}

/* line 85, /app/app/assets/stylesheets/base/layout.scss */
small {
  font-size: 9px;
  color: #828181;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
}

/*
	Header Rules
*/
/* line 95, /app/app/assets/stylesheets/base/layout.scss */
hr {
  border: 0;
  height: 1px;
  background-color: #e2e2e2;
}

/* line 101, /app/app/assets/stylesheets/base/layout.scss */
.hr-top, .hr-bottom {
  width: 100%;
  margin: 0;
}

/* line 106, /app/app/assets/stylesheets/base/layout.scss */
.hr-top {
  height: 2px;
  margin-bottom: 1px;
}

/*
	Images
*/
/* line 115, /app/app/assets/stylesheets/base/layout.scss */
.thumbnail {
  height: 100px;
}

/* line 119, /app/app/assets/stylesheets/base/layout.scss */
.thumbnail img {
  object-fit: cover;
}

/*
	Inputs
*/
/* line 127, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper {
  display: flex;
  margin: 5px 0;
}

/* line 132, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper input {
  flex: 1;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  padding: 0 10px;
  border: 1px solid #828181;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 142, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 147, /app/app/assets/stylesheets/base/layout.scss */
input[type="search"] {
  padding: 5px;
}

/* line 152, /app/app/assets/stylesheets/base/layout.scss */
input {
  display: flex;
  text-align: left;
  justify-content: space-around;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  color: #34b934;
}

/* line 1, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper {
  display: flex;
  min-height: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  height: 80%;
  color: white;
  max-width: 240px;
  justify-self: center;
}
/* line 11, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-header {
  max-height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #008ce3;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}
/* line 30, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-header_title--bold {
  font-weight: 700;
  font-size: 14px;
}
/* line 36, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-header:hover {
  background-color: #26d2ec;
  border-color: #008ce3;
}
/* line 43, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 4px;
  width: 210px;
  margin-top: 2px;
  position: absolute;
  background-color: white;
  z-index: 100;
  border: 1px #dddddd solid;
  border-radius: 2px;
}
/* line 56, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li {
  list-style-type: none;
  margin: 10px 15px 10px 15px;
}
/* line 60, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li .version-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #008ce3;
  border-radius: 2px;
  padding: 2px 5px;
  color: white;
  border: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  align-content: center;
}
/* line 77, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li .version-button:hover, .dd-wrapper .dd-list li .version-button:focus {
  cursor: pointer;
  background-color: #26d2ec;
  color: white;
}
/* line 85, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li button {
  display: flex;
  justify-content: center;
  background-color: #008ce3;
  border-radius: 2px;
  padding: 2px 5px;
  color: white;
  border: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  align-content: center;
}
/* line 100, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li button:hover, .dd-wrapper .dd-list li button:focus {
  cursor: pointer;
  background-color: #26d2ec;
  color: white;
}
/* line 109, /app/app/assets/stylesheets/base/dropdown.scss */
.dd-wrapper .dd-list li button > span {
  padding: 3px;
}

/* line 116, /app/app/assets/stylesheets/base/dropdown.scss */
.notes-label {
  margin-bottom: 20px;
}
/* line 119, /app/app/assets/stylesheets/base/dropdown.scss */
.notes-label input {
  width: 100%;
  color: #151b26;
  vertical-align: top;
  text-align: start;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 4px;
}

/* line 132, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper {
  display: flex;
  min-height: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  height: 80%;
  color: white;
  max-width: 240px;
  justify-self: center;
  background-color: #26d2ec;
}
/* line 144, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-header {
  max-height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #008ce3;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}
/* line 163, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-header_title--bold {
  font-weight: 700;
  font-size: 14px;
}
/* line 170, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-header:hover {
  border-color: #008ce3;
}
/* line 177, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-list {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 4px;
  width: 210px;
  margin-top: 2px;
  position: absolute;
  background-color: white;
  z-index: 100;
  border: 1px #dddddd solid;
  border-radius: 2px;
}
/* line 189, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-list li {
  list-style-type: none;
  margin: 10px 15px 10px 15px;
}
/* line 194, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-list li button {
  display: flex;
  justify-content: center;
  background-color: #008ce3;
  border-radius: 2px;
  padding: 2px 5px;
  color: white;
  border: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  align-content: center;
}
/* line 210, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-list li button:hover, .list-wrapper .list-list li button:focus {
  cursor: pointer;
  background-color: #26d2ec;
  color: white;
}
/* line 219, /app/app/assets/stylesheets/base/dropdown.scss */
.list-wrapper .list-list li button > span {
  padding: 3px;
}

/* line 225, /app/app/assets/stylesheets/base/dropdown.scss */
#list-list-wrapper {
  box-shadow: none;
  padding: 0px;
  width: 210px;
  margin-top: 0px;
  position: absolute;
  background-color: transparent;
  z-index: 100;
  border: none;
  border-radius: 2px;
}

/* line 238, /app/app/assets/stylesheets/base/dropdown.scss */
.dragger {
  padding: 10px;
}

/* line 243, /app/app/assets/stylesheets/base/dropdown.scss */
.div-button {
  display: flex;
  justify-content: space-between;
  background-color: #008ce3;
  font-size: 16px;
  border-radius: 2px;
  padding: 2px 5px;
  align-items: center;
  color: white;
  border: 0;
  width: 100%;
  text-align: left;
}
/* line 262, /app/app/assets/stylesheets/base/dropdown.scss */
.div-button:hover, .div-button:focus {
  cursor: pointer;
  background-color: #26d2ec;
  color: white;
}

/* line 270, /app/app/assets/stylesheets/base/dropdown.scss */
.div-button > span {
  padding: 10px;
  line-height: 15px;
}

/* line 286, /app/app/assets/stylesheets/base/dropdown.scss */
.menu-list {
  position: relative;
}

/* line 300, /app/app/assets/stylesheets/base/dropdown.scss */
.profile-icon {
  height: 26px;
  padding: 2px;
  width: auto;
  fill: white;
}

/* line 307, /app/app/assets/stylesheets/base/dropdown.scss */
.menu-list {
  width: 300px;
  position: absolute !important;
  right: 0px;
  top: 65px;
  width: 160px;
}

/* line 1, /app/app/assets/stylesheets/base/grid.scss */
.col {
  float: left;
  box-sizing: border-box;
}

/* Attribute selector targeting all elements
with a class attribute containing 'col-' */
/* line 8, /app/app/assets/stylesheets/base/grid.scss */
[class*='col-'] {
  padding-right: 6px;
}

/* line 13, /app/app/assets/stylesheets/base/grid.scss */
[class*='col-']:last-of-type {
  padding-right: 0;
}

/* line 18, /app/app/assets/stylesheets/base/grid.scss */
.col-2-3 {
  width: 66.6666%;
}

/* line 22, /app/app/assets/stylesheets/base/grid.scss */
.col-1-2 {
  width: 50%;
}

/* line 26, /app/app/assets/stylesheets/base/grid.scss */
.col-1-3 {
  width: 33.3333%;
}

@media all and (max-width: 1000px) {
  /* line 31, /app/app/assets/stylesheets/base/grid.scss */
  [class*='col-'] {
    width: 100%;
  }
}
/* line 1, /app/app/assets/stylesheets/base/header.scss */
.header-wrapper {
  position: relative;
  height: 100px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #4d4bdb;
}

/* line 13, /app/app/assets/stylesheets/base/header.scss */
.header-logo {
  height: 100%;
  width: auto;
}

/* line 24, /app/app/assets/stylesheets/base/header.scss */
.header-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 65px;
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  border: 1px solid transparent;
}

/* line 40, /app/app/assets/stylesheets/base/header.scss */
.header-logo-wrapper:hover {
  background-color: #cccccc;
  cursor: pointer;
  border-color: white;
}

/* line 46, /app/app/assets/stylesheets/base/header.scss */
.login-logout {
  position: absolute;
  padding: 10px;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 35px;
  -webkit-box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  color: #4d4bdb;
  background-color: white;
  margin-right: 20px;
}

/* line 64, /app/app/assets/stylesheets/base/header.scss */
.login-logout:hover {
  background-color: #99cc00;
  border-color: white;
  cursor: pointer;
}

/* line 70, /app/app/assets/stylesheets/base/header.scss */
#shrood-logo {
  background-image: url(/assets/shrood_logo-57fe693fdb60d8d5ed40998a799d25eae91dfeb788ac30efb81a28168e2010c7.png);
  background-position: center;
  background-size: cover;
}

/* line 1, /app/app/assets/stylesheets/base/layout.scss */
html {
  height: 100%;
}

/* line 8, /app/app/assets/stylesheets/base/layout.scss */
body {
  font-family: Trebuchet MS, sans-serif;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*makes the body non-scrollable (we will add scrolling to the sidebar and main content containers)*/
  margin: 0px;
  /*removes default style*/
  display: flex;
  /*enables flex content for its children*/
  box-sizing: border-box;
}

/* line 20, /app/app/assets/stylesheets/base/layout.scss */
button {
  background-color: #14aaf5;
  border-color: #008c72;
  color: white;
  padding: 7px 9px;
  transition: background-color 0.3s;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  text-transform: none;
  font-size: 16px;
  text-align: center;
}

/* line 40, /app/app/assets/stylesheets/base/layout.scss */
.hidden {
  display: none;
}

/*
	Font Elements
*/
/* line 48, /app/app/assets/stylesheets/base/layout.scss */
h1 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  align-items: center;
  color: #151b26;
}

/* line 57, /app/app/assets/stylesheets/base/layout.scss */
h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 63, /app/app/assets/stylesheets/base/layout.scss */
h3 {
  line-height: 1.244;
  margin-bottom: 16px;
  color: #151b26;
  font-weight: 400;
  font-size: 2.8125rem;
}

/* line 72, /app/app/assets/stylesheets/base/layout.scss */
p {
  font-size: 13px;
  line-height: 15px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  color: #646f79;
}

/* line 80, /app/app/assets/stylesheets/base/layout.scss */
img {
  width: 100%;
  height: 100%;
}

/* line 85, /app/app/assets/stylesheets/base/layout.scss */
small {
  font-size: 9px;
  color: #828181;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
}

/*
	Header Rules
*/
/* line 95, /app/app/assets/stylesheets/base/layout.scss */
hr {
  border: 0;
  height: 1px;
  background-color: #e2e2e2;
}

/* line 101, /app/app/assets/stylesheets/base/layout.scss */
.hr-top, .hr-bottom {
  width: 100%;
  margin: 0;
}

/* line 106, /app/app/assets/stylesheets/base/layout.scss */
.hr-top {
  height: 2px;
  margin-bottom: 1px;
}

/*
	Images
*/
/* line 115, /app/app/assets/stylesheets/base/layout.scss */
.thumbnail {
  height: 100px;
}

/* line 119, /app/app/assets/stylesheets/base/layout.scss */
.thumbnail img {
  object-fit: cover;
}

/*
	Inputs
*/
/* line 127, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper {
  display: flex;
  margin: 5px 0;
}

/* line 132, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper input {
  flex: 1;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  padding: 0 10px;
  border: 1px solid #828181;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 142, /app/app/assets/stylesheets/base/layout.scss */
.input-wrapper button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 147, /app/app/assets/stylesheets/base/layout.scss */
input[type="search"] {
  padding: 5px;
}

/* line 152, /app/app/assets/stylesheets/base/layout.scss */
input {
  display: flex;
  text-align: left;
  justify-content: space-around;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  color: #34b934;
}

/* line 1, /app/app/assets/stylesheets/base/loader.scss */
#loader_wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 10;
}

/* line 15, /app/app/assets/stylesheets/base/loader.scss */
.loader-front {
  display: flex;
}

/* line 21, /app/app/assets/stylesheets/base/loader.scss */
.loader-front-wrapper {
  display: flex;
  width: 100%;
  align-self: center;
  justify-self: center;
  flex-direction: row;
  justify-content: center;
}

/* line 34, /app/app/assets/stylesheets/base/loader.scss */
#loader_wrapper_small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 10;
}

@keyframes dot-keyframes {
  0% {
    opacity: .4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: .4;
    transform: scale(1, 1);
  }
}
/* line 65, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots {
  text-align: center;
  width: 100%;
}
/* line 69, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots--dot {
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px;
}
/* line 77, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots--dot:nth-child(2) {
  animation-delay: .5s;
}
/* line 81, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots--dot:nth-child(3) {
  animation-delay: 1s;
}

/* line 86, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots-wrapper {
  display: flex;
  flex-direction: row;
}

/* line 92, /app/app/assets/stylesheets/base/loader.scss */
.loading-dots-title {
  font-size: 20px;
}

/* line 103, /app/app/assets/stylesheets/base/loader.scss */
.loader {
  animation: loader-turn 3s linear infinite;
  padding: 1rem;
  max-width: 60px;
  width: 100%;
}
@keyframes loader-turn {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
/* line 115, /app/app/assets/stylesheets/base/loader.scss */
.loader__value {
  animation: loader-stroke 15s linear infinite;
  fill: none;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  stroke-linecap: round;
  stroke-width: 4;
}
/* line 124, /app/app/assets/stylesheets/base/loader.scss */
.loader__value:nth-child(1) {
  stroke: #107A1B;
}
/* line 124, /app/app/assets/stylesheets/base/loader.scss */
.loader__value:nth-child(2) {
  stroke: #5627d8;
  animation-delay: 3s;
}
/* line 124, /app/app/assets/stylesheets/base/loader.scss */
.loader__value:nth-child(3) {
  stroke: #b694d6;
  animation-delay: 6s;
}
/* line 124, /app/app/assets/stylesheets/base/loader.scss */
.loader__value:nth-child(4) {
  stroke: #5627d8;
  animation-delay: 9s;
}
/* line 124, /app/app/assets/stylesheets/base/loader.scss */
.loader__value:nth-child(5) {
  stroke: #CC0000;
  animation-delay: 12s;
}
@keyframes loader-stroke {
  10% {
    stroke-dashoffset: 0;
  }
  20%, 100% {
    stroke-dashoffset: 63;
  }
}
/* line 141, /app/app/assets/stylesheets/base/loader.scss */
.loader_small {
  animation: loader-turn 3s linear infinite;
  padding: 1rem;
  max-width: 60px;
  width: 100%;
  height: 100%;
  align-self: center;
  justify-self: center;
  display: flex;
}
@keyframes loader-turn {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
/* line 1, /app/app/assets/stylesheets/base/login.scss */
body {
  padding-top: 4.5rem;
}

/* line 5, /app/app/assets/stylesheets/base/login.scss */
.alert-pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 11, /app/app/assets/stylesheets/base/login.scss */
.external-link {
  padding-top: 6px;
}

/* line 15, /app/app/assets/stylesheets/base/login.scss */
.avatar-link {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 20, /app/app/assets/stylesheets/base/login.scss */
.profile-photo {
  width: 32px;
}

/* line 1, /app/app/assets/stylesheets/base/main_page.scss */
.main_page_container {
  background: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* line 11, /app/app/assets/stylesheets/base/main_page.scss */
#landing-page-login {
  background-color: #008ce3;
  color: white;
  font-size: 20px;
  width: 200px;
  margin: 40px;
  text-align: center;
  height: 40px;
  border-radius: 2px;
}

/* line 23, /app/app/assets/stylesheets/base/main_page.scss */
#landing-page-login:hover {
  cursor: pointer;
  background-color: #008ce3;
}

/* line 27, /app/app/assets/stylesheets/base/main_page.scss */
#login {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

/* line 33, /app/app/assets/stylesheets/base/main_page.scss */
.table-link {
  background-color: #99cc00;
  border-radius: 2px;
  color: white;
  width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: center;
  line-height: 30px;
  margin-top: 50px;
}

/* line 45, /app/app/assets/stylesheets/base/main_page.scss */
.table-link:hover {
  background-color: #769c04;
}

/* line 48, /app/app/assets/stylesheets/base/main_page.scss */
td {
  font-size: 13px;
  font-weight: 300;
  padding: 5px;
}

/* line 55, /app/app/assets/stylesheets/base/main_page.scss */
th {
  font-size: 13px;
  font-weight: 300;
}

/* line 60, /app/app/assets/stylesheets/base/main_page.scss */
th:hover {
  cursor: pointer;
}

/* line 65, /app/app/assets/stylesheets/base/main_page.scss */
table {
  margin-top: 100px;
  border: 1px solid #17668b;
  padding: 30px;
  background: white;
  width: 1400px;
  height: 180px;
  display: flex;
  justify-content: space-around;
  justify-self: center;
  border-radius: 2px;
  color: #151b26;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
}

/* line 79, /app/app/assets/stylesheets/base/main_page.scss */
.total {
  font-weight: 300;
  font-style: italic;
}

/* line 84, /app/app/assets/stylesheets/base/main_page.scss */
.modal_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

/* line 91, /app/app/assets/stylesheets/base/main_page.scss */
.row {
  display: flex;
  flex-direction: row;
}

/* line 96, /app/app/assets/stylesheets/base/main_page.scss */
.sub-item {
  font-size: 13px;
  width: 120px;
  justify-content: center;
  text-align: left;
}

/* line 4, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_background {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(85, 85, 85, 0.281);
  z-index: 10;
}

/* line 14, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_child {
  position: relative;
  padding: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background-color: white;
  border-radius: 2px;
  border: solid thin #999;
  max-height: 80vh;
  overflow-y: auto;
}

/* line 28, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_container {
  display: flex;
  flex-direction: column;
}

/* line 35, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 8px;
  align-content: center;
}

/* line 48, /app/app/assets/stylesheets/base/modal_base.scss */
.project_edit_bottom {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 13px;
  padding-bottom: 20px;
}

/* line 55, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 16px;
  color: #6f7782;
  font-weight: 500;
}

/* line 66, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_close_trigger {
  height: 15px;
  width: 15px;
  align-self: center;
}

/* line 72, /app/app/assets/stylesheets/base/modal_base.scss */
.x_arrow_svg {
  fill: #6f7782;
  align-self: center;
}

/* line 76, /app/app/assets/stylesheets/base/modal_base.scss */
.x_arrow_svg:hover {
  cursor: pointer;
  fill: #32c1ff;
}

/* line 83, /app/app/assets/stylesheets/base/modal_base.scss */
.text_input {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #cbd4db;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}

/* line 102, /app/app/assets/stylesheets/base/modal_base.scss */
#project_summary_update {
  height: 140px;
}

/* line 106, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_label {
  color: #6f7782;
  font-size: 13px;
  line-height: 16px;
  color: #6f7782;
  font-weight: 500;
  margin-right: 8px;
  padding-bottom: 8px;
}

/* line 117, /app/app/assets/stylesheets/base/modal_base.scss */
.date_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 125, /app/app/assets/stylesheets/base/modal_base.scss */
.spacer {
  height: 5px;
}

/* line 129, /app/app/assets/stylesheets/base/modal_base.scss */
.update-project-modal-button {
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}

/* line 136, /app/app/assets/stylesheets/base/modal_base.scss */
.edit_title {
  min-width: 1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 145, /app/app/assets/stylesheets/base/modal_base.scss */
.cal {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 5px;
  width: 125px;
}

/* line 154, /app/app/assets/stylesheets/base/modal_base.scss */
.delete_buttons {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 500;
}

/* line 161, /app/app/assets/stylesheets/base/modal_base.scss */
.warning_list {
  list-style-type: circle;
  list-style-position: outside;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

/* line 171, /app/app/assets/stylesheets/base/modal_base.scss */
.warning_list_item {
  margin-left: 48px;
  line-height: 20px;
}

/* line 177, /app/app/assets/stylesheets/base/modal_base.scss */
.modal_bottom {
  padding: 16px 32px 24px;
}

/* line 182, /app/app/assets/stylesheets/base/modal_base.scss */
.cancel_button {
  align-items: center;
  border: 1px solid;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  box-shadow: inset 0px 2px 9px 6px rgba(70, 62, 255, 0.12);
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  transition-duration: .2s;
  transition-property: background,border,box-shadow,color,fill;
  user-select: none;
  background: #fff;
  border-color: #9ca6af;
  color: #6f7782;
  fill: #6f7782;
}

/* line 202, /app/app/assets/stylesheets/base/modal_base.scss */
.cancel_button:hover {
  background: #f6f8f9;
  border-color: #6f7782;
  color: #273240;
  fill: #273240;
}

/* line 209, /app/app/assets/stylesheets/base/modal_base.scss */
.delete_button {
  align-items: center;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  transition-duration: .2s;
  transition-property: background,border,box-shadow,color,fill;
  user-select: none;
  background: #ff5263;
  border-color: #ff5263;
  color: #fff;
  fill: #fff;
  height: 32px;
  width: 64px;
}

/* line 233, /app/app/assets/stylesheets/base/modal_base.scss */
.delete_button:hover {
  background: #d84d5b;
  border-color: #d84d5b;
}

/* line 238, /app/app/assets/stylesheets/base/modal_base.scss */
.spacer {
  width: 10px;
}

/* line 243, /app/app/assets/stylesheets/base/modal_base.scss */
.warning {
  background-color: #d8db03;
  color: black;
  padding: 40px;
  border-radius: 2px;
  margin-bottom: 40px;
  align-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

/* line 256, /app/app/assets/stylesheets/base/modal_base.scss */
.allocation-warning {
  background-color: #d8db03;
  color: black;
  padding: 10px;
  border-radius: 2px;
  border: thin solid #999;
  margin: 20px;
  align-content: center;
  text-align: center;
  font-size: 16px;
}

/* line 268, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-button {
  text-align: center;
  align-items: center;
  border: thin solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  transition-duration: .2s;
  transition-property: background,border,box-shadow,color,fill;
  user-select: none;
  color: black;
  background-color: #f7f7f5;
  height: 40px;
  width: 150px;
}

/* line 288, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-button.filename {
  font-size: 12px;
}

/* line 292, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-button:hover {
  background: #26d2ec;
  color: white;
}

/* line 297, /app/app/assets/stylesheets/base/modal_base.scss */
.button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 303, /app/app/assets/stylesheets/base/modal_base.scss */
.button-marginTB {
  margin-top: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 309, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-button.cancel:hover {
  background: #be1212;
  color: white;
}

/* line 314, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-header {
  text-align: center;
  font-size: 24px;
  width: 100%;
}

/* line 321, /app/app/assets/stylesheets/base/modal_base.scss */
.params-load-wrapper {
  display: flex;
  flex-direction: row;
}

/* line 326, /app/app/assets/stylesheets/base/modal_base.scss */
.params-list {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  height: 400px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  width: 50%;
  border: thin solid #999;
  border-radius: 2px;
  overflow-y: scroll;
}
/* line 340, /app/app/assets/stylesheets/base/modal_base.scss */
.params-list .selector-line {
  border-bottom: thin solid #ddd;
  border-top: thin solid #ddd;
  line-height: 25px;
}

/* line 347, /app/app/assets/stylesheets/base/modal_base.scss */
.save-search-container {
  width: 80%;
  align-self: center;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 40vh;
  border: thin solid #999;
  border-radius: 2px;
}

/* line 359, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-notes {
  white-space: pre-wrap;
  height: 20px;
}

/* line 364, /app/app/assets/stylesheets/base/modal_base.scss */
.store-notes {
  margin: 2px !important;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4px;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
}
/* line 376, /app/app/assets/stylesheets/base/modal_base.scss */
.store-notes .x-button {
  border: 1px solid #e2e2e2;
  border-radius: 1px;
}

/* line 383, /app/app/assets/stylesheets/base/modal_base.scss */
div.store-notes {
  text-align: left !important;
  justify-content: flex-start;
  background-color: #e2e2e2;
}

/* line 388, /app/app/assets/stylesheets/base/modal_base.scss */
.store-notes.select {
  margin: 2px !important;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}

/* line 398, /app/app/assets/stylesheets/base/modal_base.scss */
.params-list.small {
  width: 20%;
}

/* line 401, /app/app/assets/stylesheets/base/modal_base.scss */
.params-list.large {
  width: 40%;
}

/* line 405, /app/app/assets/stylesheets/base/modal_base.scss */
.params-list.sku-list {
  width: 100%;
}

/* line 409, /app/app/assets/stylesheets/base/modal_base.scss */
.transfer-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 414, /app/app/assets/stylesheets/base/modal_base.scss */
.transfer-form input {
  margin: 10px;
  padding: 4px;
  font-size: 16px;
}
/* line 420, /app/app/assets/stylesheets/base/modal_base.scss */
.transfer-form .modal-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 425, /app/app/assets/stylesheets/base/modal_base.scss */
.transfer-form .modal-button {
  cursor: pointer;
  margin: 10px;
}
/* line 429, /app/app/assets/stylesheets/base/modal_base.scss */
.transfer-form .upload {
  cursor: pointer;
}

/* line 435, /app/app/assets/stylesheets/base/modal_base.scss */
#upload {
  display: none;
}

/* line 439, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-button.filename:hover {
  cursor: default;
  background-color: #f7f7f5;
  color: black;
}

/* line 445, /app/app/assets/stylesheets/base/modal_base.scss */
.form-checkbox-container {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
}

/* line 454, /app/app/assets/stylesheets/base/modal_base.scss */
.form-checkbox-label {
  color: #008ce3;
}

/* line 458, /app/app/assets/stylesheets/base/modal_base.scss */
.form-checkbox {
  width: auto;
}

/* line 464, /app/app/assets/stylesheets/base/modal_base.scss */
.submission_oli {
  font-size: 16px;
  margin: 5px;
  margin-left: 20px;
}

/* line 470, /app/app/assets/stylesheets/base/modal_base.scss */
.submission_ili {
  font-size: 12px;
}

/* line 477, /app/app/assets/stylesheets/base/modal_base.scss */
.modal-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 486, /app/app/assets/stylesheets/base/modal_base.scss */
.bold {
  font-weight: bold;
  margin: 10px;
  color: black;
}

/* line 492, /app/app/assets/stylesheets/base/modal_base.scss */
.red {
  color: red;
}

/* line 499, /app/app/assets/stylesheets/base/modal_base.scss */
.submission_instructions_header {
  margin: 5px;
  text-align: center;
}

/* line 508, /app/app/assets/stylesheets/base/modal_base.scss */
.submission_instructions {
  margin-top: 10px;
  background: #e2e2e2;
  border: 2px solid lightblue;
  border-radius: 4px;
}

/* line 516, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-popup {
  border-radius: 2px !important;
  border: solid thin #999 !important;
  color: black !important;
}

/* line 524, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-html-container {
  color: black !important;
}

/* line 532, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-confirm {
  text-align: center;
  align-items: center;
  border: thin solid #999 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  transition-duration: .2s !important;
  transition-property: background,border,box-shadow,color,fill !important;
  user-select: none;
  color: black !important;
  background-color: #f7f7f5 !important;
  height: 40px;
  width: 150px;
}

/* line 552, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-confirm:hover {
  background: #26d2ec !important;
  background-image: none !important;
  color: white;
}

/* line 558, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-confirm:focus {
  box-shadow: none !important;
}

/* line 562, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-cancel {
  text-align: center;
  align-items: center;
  border: thin solid #999 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  transition-duration: .2s !important;
  transition-property: background,border,box-shadow,color,fill !important;
  user-select: none;
  color: black !important;
  background-color: #f7f7f5 !important;
  height: 40px;
  width: 150px;
}

/* line 582, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-confirm:hover {
  background: #26d2ec !important;
  background-image: none !important;
  color: white;
}

/* line 588, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-confirm:focus {
  box-shadow: none !important;
}

/* line 592, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-cancel:hover {
  background: #be1212 !important;
  background-image: none !important;
  color: white;
}

/* line 598, /app/app/assets/stylesheets/base/modal_base.scss */
.swal2-cancel:focus {
  box-shadow: none !important;
}

/* line 605, /app/app/assets/stylesheets/base/modal_base.scss */
.allocation-summary-container {
  width: 80%;
  align-self: center;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 40vh;
  border: thin solid #999;
  border-radius: 2px;
}

/*Transfer Function changes*/
/* line 617, /app/app/assets/stylesheets/base/modal_base.scss */
.sample_submission_download {
  margin: 10px;
  border: 2px solid lightblue;
}

/* PHASE 0: Reset */
/* line 3, /app/app/assets/stylesheets/base/reset.scss */
html, body, header, nav, h1, a,
ul, li, strong, main, button, i,
section, img, div, h2, p, form,
fieldset, label, input, textarea,
span, article, footer, time, small, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
}

/* line 22, /app/app/assets/stylesheets/base/reset.scss */
a {
  font-size: 14px;
}

/* line 27, /app/app/assets/stylesheets/base/reset.scss */
ul {
  list-style: none;
}

/* line 31, /app/app/assets/stylesheets/base/reset.scss */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 37, /app/app/assets/stylesheets/base/reset.scss */
input[type="password"],
input[type="email"],
input[type="text"],
input[type="submit"],
textarea,
button {
  /*
  Get rid of native styling. Read more here:
  http://css-tricks.com/almanac/properties/a/appearance/
  */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 52, /app/app/assets/stylesheets/base/reset.scss */
button,
input[type="submit"] {
  color: black;
  cursor: pointer;
}

/* line 59, /app/app/assets/stylesheets/base/reset.scss */
button {
  justify-content: center;
}

/* Clearfix */
/* line 64, /app/app/assets/stylesheets/base/reset.scss */
.group:after {
  content: "";
  display: block;
  clear: both;
}

/* line 71, /app/app/assets/stylesheets/base/reset.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 78, /app/app/assets/stylesheets/base/reset.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 82, /app/app/assets/stylesheets/base/reset.scss */
textarea {
  width: 100%;
  height: 100px;
  margin: 20px 0px;
  border-radius: 2px;
  border: thin solid #999;
  padding: 5px 8px;
}

/* line 4, /app/app/assets/stylesheets/base/table.scss */
.row-wrapper {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f1ebfa;
  padding: 8px;
}

/* line 11, /app/app/assets/stylesheets/base/table.scss */
.un-hide-button {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #1ac581;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}

/* line 31, /app/app/assets/stylesheets/base/table.scss */
#prior-year-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #1ac581;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}

/* line 50, /app/app/assets/stylesheets/base/table.scss */
#prior-year-button:hover {
  background-color: #26d2ec;
  border-color: #1ac581;
}

/* line 55, /app/app/assets/stylesheets/base/table.scss */
.un-hide-button:hover {
  cursor: pointer;
}

/* line 58, /app/app/assets/stylesheets/base/table.scss */
.collapse-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #1ac581;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}

/* line 79, /app/app/assets/stylesheets/base/table.scss */
#logout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #1ac581;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  align-content: center;
}

/* line 99, /app/app/assets/stylesheets/base/table.scss */
#logout-button:hover {
  cursor: pointer;
  background-color: #26d2ec;
  border-color: #1ac581;
}

/* line 105, /app/app/assets/stylesheets/base/table.scss */
.space-span {
  max-width: 100px;
  min-width: 100px;
  max-height: 50px;
  min-height: 50px;
  margin: 0px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 117, /app/app/assets/stylesheets/base/table.scss */
#year-select {
  display: none;
}

/* line 121, /app/app/assets/stylesheets/base/table.scss */
.collapse-button:hover {
  cursor: pointer;
}

/* line 126, /app/app/assets/stylesheets/base/table.scss */
.unhide-wrapper {
  display: flex;
  min-height: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 10px;
  color: white;
  max-width: 240px;
  justify-self: center;
  margin-top: 15px;
}

/* line 139, /app/app/assets/stylesheets/base/table.scss */
input {
  border: 1px solid #9ca59b;
  border-radius: 1px;
}

/* line 153, /app/app/assets/stylesheets/base/table.scss */
input::placeholder {
  color: #d8db03;
}

/* line 156, /app/app/assets/stylesheets/base/table.scss */
input::-moz-placeholder {
  color: #d8db03;
  opacity: 1;
}

/* line 161, /app/app/assets/stylesheets/base/table.scss */
input.modified::placeholder {
  color: #0870e6;
}

/* line 164, /app/app/assets/stylesheets/base/table.scss */
input.modified-proxy::placeholder {
  color: #e69b11;
}

/* line 168, /app/app/assets/stylesheets/base/table.scss */
input:focus {
  background-color: #f2f2fd;
}

/* line 172, /app/app/assets/stylesheets/base/table.scss */
input:focus::placeholder {
  color: transparent;
}

/* line 176, /app/app/assets/stylesheets/base/table.scss */
.dept > input {
  font-weight: 700;
}

/* line 179, /app/app/assets/stylesheets/base/table.scss */
.dept {
  font-weight: 700;
}

/* line 183, /app/app/assets/stylesheets/base/table.scss */
.dept_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  display: flex;
  min-height: 40px;
  max-height: 40px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background-color: White;
}

/* line 201, /app/app/assets/stylesheets/base/table.scss */
.data_row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding: 8px 8px 8px 8px;
}

/* line 209, /app/app/assets/stylesheets/base/table.scss */
.header {
  display: flex;
  min-width: 80px;
  max-width: 80px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  align-self: flex-end;
  text-align: center;
  margin: 3px;
}

/* line 225, /app/app/assets/stylesheets/base/table.scss */
.header_period:hover {
  cursor: pointer;
}

/* line 229, /app/app/assets/stylesheets/base/table.scss */
.header_quarter:hover {
  cursor: pointer;
}

/* line 233, /app/app/assets/stylesheets/base/table.scss */
.header_week {
  justify-content: flex-end;
}

/* line 237, /app/app/assets/stylesheets/base/table.scss */
.header_period {
  justify-content: flex-end;
}

/* line 242, /app/app/assets/stylesheets/base/table.scss */
.header_quarter {
  justify-content: flex-end;
}

/* line 248, /app/app/assets/stylesheets/base/table.scss */
.header_row {
  min-height: 40px;
  max-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  padding: 8px;
}

/* line 267, /app/app/assets/stylesheets/base/table.scss */
.header_top {
  min-height: 55px;
  max-height: 55px;
}

/* line 273, /app/app/assets/stylesheets/base/table.scss */
.data {
  display: flex;
  font-size: 13px;
  font-weight: 300;
  min-width: 80px;
  max-width: 80px;
  text-align: right;
  justify-content: flex-end;
  margin: 3px;
}

/* line 285, /app/app/assets/stylesheets/base/table.scss */
.container {
  width: fit-content;
  height: fit-content;
  width: -moz-fit-content;
  height: -moz-fit-content;
  margin: 0px 0px 5px 5px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}

/* line 300, /app/app/assets/stylesheets/base/table.scss */
.header_container {
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #1ac581;
  color: white;
}

/* line 312, /app/app/assets/stylesheets/base/table.scss */
.header_quarter {
  margin-bottom: 20px;
}

/* line 316, /app/app/assets/stylesheets/base/table.scss */
.header_period {
  margin-bottom: 10px;
}

/* line 320, /app/app/assets/stylesheets/base/table.scss */
.header_space {
  min-width: 100px;
  max-width: 100px;
  margin: 0px;
  margin-right: 20px;
}

/* line 329, /app/app/assets/stylesheets/base/table.scss */
.header_space_2 {
  min-width: 180px;
  max-width: 180px;
  margin: 0px 10px;
}

/* line 336, /app/app/assets/stylesheets/base/table.scss */
.year_header {
  font-size: 13px;
}

/* line 340, /app/app/assets/stylesheets/base/table.scss */
.dept_title {
  min-width: 100px;
  max-width: 100px;
  margin-right: 20px;
  text-align: left;
  justify-self: flex-start;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: start;
  color: #1ac581;
}

/* line 354, /app/app/assets/stylesheets/base/table.scss */
.class_title {
  min-width: 100px;
  max-width: 100px;
  margin-left: 20px;
  text-align: left;
  justify-self: flex-start;
  font-size: 13px;
  font-weight: 300;
  text-align: start;
}

/* line 366, /app/app/assets/stylesheets/base/table.scss */
.class_name {
  min-width: 180px;
  max-width: 180px;
}

/* line 370, /app/app/assets/stylesheets/base/table.scss */
.main_table {
  display: flex;
  display: flex;
  display: flex;
  flex-direction: column;
  width: auto;
}

/* line 378, /app/app/assets/stylesheets/base/table.scss */
#root {
  height: 100%;
  width: 100%;
}

/* line 383, /app/app/assets/stylesheets/base/table.scss */
.App {
  height: 100%;
}

/* line 388, /app/app/assets/stylesheets/base/table.scss */
.main_table_wrapper {
  padding-right: 20px;
  box-shadow: 5px 5px 53px 29px #F2F2F2;
  display: flex;
  flex-direction: row;
  min-height: 75px;
  justify-content: flex-end;
  padding-left: 60px;
  align-items: center;
  background-color: #242424;
  border-top: 2px solid #b694d6;
  border-bottom: 1px solid  #99cc00;
  width: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
}

/* line 406, /app/app/assets/stylesheets/base/table.scss */
#bottom {
  height: calc(100% - 75px);
}

/* line 411, /app/app/assets/stylesheets/base/table.scss */
.table-view-wrapper {
  height: 100%;
  margin: 0px;
  /*removes default style*/
  display: flex;
  /*enables flex content for its children*/
  flex-direction: column;
  box-sizing: border-box;
}

/* line 421, /app/app/assets/stylesheets/base/table.scss */
.column {
  height: 100%;
  /*allows both columns to span the full height of the browser window*/
  display: flex;
  flex-direction: column;
  /*places the left and right headers above the bottom content*/
}

/* line 427, /app/app/assets/stylesheets/base/table.scss */
#left {
  flex-shrink: 0;
  /*makes sure that content is not cut off in a smaller browser window*/
  background-color: #ae86d3;
}

/* line 432, /app/app/assets/stylesheets/base/table.scss */
#right {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}

/* line 438, /app/app/assets/stylesheets/base/table.scss */
#top {
  display: flex;
  flex-direction: row;
  max-height: 75px;
}

/* line 445, /app/app/assets/stylesheets/base/table.scss */
.top-left {
  flex-shrink: 0;
  box-shadow: 5px 5px 53px 29px #F2F2F2;
  display: flex;
  flex-direction: row;
  min-height: 75px;
  justify-content: flex-end;
  padding-left: 20px;
  align-items: center;
  background-color: #242424;
  border-top: 2px solid #b694d6;
  border-bottom: 1px solid  #99cc00;
  -webkit-box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
}

/* line 461, /app/app/assets/stylesheets/base/table.scss */
.top-right {
  width: 100vw;
  min-height: 75px;
  display: inline-flex;
  background-color: #242424;
  border-top: 2px solid #b694d6;
  border-bottom: 1px solid  #99cc00;
  box-shadow: 5px 5px 53px 29px #F2F2F2;
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-content: flex-end;
  -webkit-box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px -50px 29px -19px rgba(255, 255, 255, 0.08);
}

/* line 479, /app/app/assets/stylesheets/base/table.scss */
.bottom {
  flex-grow: 1;
  /*ensures that the container will take up the full height of the parent container*/
  border-top: white 2px solid;
}

/* line 485, /app/app/assets/stylesheets/base/table.scss */
.bottom-right {
  flex-grow: 0;
  height: 100%;
  background-color: #f7fcf7;
}

/* line 493, /app/app/assets/stylesheets/base/table.scss */
.inner-table-wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
}

/* line 501, /app/app/assets/stylesheets/base/table.scss */
.outer-table-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* line 512, /app/app/assets/stylesheets/base/table.scss */
.inner-table-wrapper-top {
  display: flex;
  flex-direction: column;
  width: auto;
}

/* line 523, /app/app/assets/stylesheets/base/table.scss */
.sidebar-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  padding: 10px;
  max-height: 100%;
  background-color: #313131;
  border-right: 1px solid #e4e4e4;
  -webkit-box-shadow: inset -12px -1px 22px -2px rgba(255, 255, 255, 0.15);
  box-shadow: inset -12px -1px 22px -2px rgba(255, 255, 255, 0.15);
}

/* line 537, /app/app/assets/stylesheets/base/table.scss */
.even_row_light_row {
  background-color: #fffdfd;
  background-attachment: unset;
}

/* line 542, /app/app/assets/stylesheets/base/table.scss */
.odd_row_light_row {
  background-attachment: unset;
  background-color: #fefffe;
}

/* line 546, /app/app/assets/stylesheets/base/table.scss */
.even_row_dark_row {
  background-color: #f3f2f2;
  background-attachment: unset;
}

/* line 551, /app/app/assets/stylesheets/base/table.scss */
.odd_row_dark_row {
  background-attachment: unset;
  background-color: #edfaea;
}

/* line 556, /app/app/assets/stylesheets/base/table.scss */
.years-classes {
  min-height: 40px;
}

/* line 560, /app/app/assets/stylesheets/base/table.scss */
.table-container {
  box-shadow: #e0d0fa;
  background-color: white;
}

/* line 565, /app/app/assets/stylesheets/base/table.scss */
.dept_row {
  background-color: white;
}

/* line 568, /app/app/assets/stylesheets/base/table.scss */
.selection-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 575, /app/app/assets/stylesheets/base/table.scss */
.li-pad {
  padding: 20px;
}

/* line 580, /app/app/assets/stylesheets/base/table.scss */
#lock-section {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  top: 4px;
  left: 320px;
  width: 220px;
  height: 70px;
  padding: 20px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 597, /app/app/assets/stylesheets/base/table.scss */
#clear-button {
  display: none;
}

/* line 603, /app/app/assets/stylesheets/base/table.scss */
#search-dropdown {
  display: none;
  flex-direction: column;
  background-color: white;
  position: fixed;
  border: thin solid #999;
  z-index: 1000;
  border-radius: 2px;
}

/* line 618, /app/app/assets/stylesheets/base/table.scss */
#hover-description {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  padding: 3px;
  font-size: 10px;
  border: thin solid #999;
  border-radius: 2px;
}

/* line 630, /app/app/assets/stylesheets/base/table.scss */
#export-dropdown {
  display: none;
  flex-direction: column;
  background-color: white;
  position: fixed;
  border: thin solid #999;
  z-index: 1000;
  border-radius: 2px;
}

/* line 644, /app/app/assets/stylesheets/base/table.scss */
#min-max-dropdown {
  display: none;
  flex-direction: column;
  background-color: white;
  position: fixed;
  border: thin solid #999;
  z-index: 1000;
  border-radius: 2px;
}

/* line 659, /app/app/assets/stylesheets/base/table.scss */
.search-dropdown-item {
  color: black;
  display: flex;
  line-height: 20px;
  width: 100%;
  padding: 5px;
  align-self: center;
  justify-content: center;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

/* line 673, /app/app/assets/stylesheets/base/table.scss */
.search-dropdown-item:hover {
  background-color: #26d2ec;
  color: white;
}

/* line 678, /app/app/assets/stylesheets/base/table.scss */
.export-dropdown-item {
  color: black;
  display: flex;
  line-height: 20px;
  width: 100%;
  padding: 5px;
  align-self: center;
  justify-content: center;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

/* line 692, /app/app/assets/stylesheets/base/table.scss */
.export-dropdown-item:hover {
  background-color: #26d2ec;
  color: white;
}

/* line 696, /app/app/assets/stylesheets/base/table.scss */
.min-max-dropdown-item {
  color: black;
  display: flex;
  line-height: 20px;
  width: 100%;
  padding: 5px;
  align-self: center;
  justify-content: center;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

/* line 710, /app/app/assets/stylesheets/base/table.scss */
.min-max-dropdown-item:hover {
  background-color: #26d2ec;
  color: white;
}

/* line 717, /app/app/assets/stylesheets/base/table.scss */
.selection-header-wrapper {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

/* line 745, /app/app/assets/stylesheets/base/table.scss */
.selection-header-text {
  display: flex;
  padding-left: 10px;
  line-height: 20px;
  width: calc(100% - 80px);
}

/* line 756, /app/app/assets/stylesheets/base/table.scss */
.selection-header-label {
  display: flex;
  padding-left: 10px;
  width: 80px;
}

/* line 774, /app/app/assets/stylesheets/base/table.scss */
.selection-header.allocation {
  flex-direction: column;
  height: 60px;
}

/* line 3, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 10px;
  border-top: thin solid #ddd;
  border-bottom: thin solid #ddd;
}
/* line 11, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper label {
  display: flex;
}
/* line 16, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper input {
  width: 10%;
  display: flex;
  text-align: right;
  align-self: center;
}

/* line 25, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper.price-status {
  flex-direction: column;
  padding: 0px;
  margin-right: 10px;
}
/* line 29, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper.price-status .input-label {
  width: 90%;
}

/* line 34, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.toggle-store-wrapper {
  display: flex;
  flex-direction: column;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 41, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper.small {
  flex-direction: row;
  justify-content: space-between;
  height: 35px;
  padding: 5px;
}
/* line 46, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper.small .input-label {
  width: 100%;
}
/* line 49, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input-wrapper.small .calculation-input {
  width: 30px;
  min-width: 0px;
}

/* line 55, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input {
  width: 120px;
  min-width: 120px;
  padding: 4px;
  border: 2px solid #ddd;
  border-radius: 2px;
  margin: 4px;
  line-height: 15px;
  font-size: 14px;
  color: black;
  height: 35px;
  background-color: white;
}

/* line 69, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.calculation-input:focus {
  border-color: black;
}

/* line 73, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.input-label {
  line-height: 45px;
}

/* line 78, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.week-count-input {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 86, /app/app/assets/stylesheets/component_styles/calculation_selection_page.scss */
.warehouse-count-input {
  width: 120px;
  align-self: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}

/* line 5, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#department-list:hover {
  cursor: pointer;
}

/* line 8, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#division-list {
  display: none;
  flex-direction: column;
  position: fixed;
}

/* line 13, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#division-list:hover {
  cursor: pointer;
}

/* line 16, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.bulk-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

/* line 23, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#bulk-list {
  display: none;
  flex-direction: column;
  position: fixed;
  margin: 0px;
  max-height: 300px;
}
/* line 31, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#bulk-list .selector-line {
  font-weight: 500;
}

/* line 35, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#bulk-list:hover {
  cursor: pointer;
}

/* line 39, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#classes-list:hover {
  cursor: pointer;
}

/* line 43, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#classes-list {
  display: none;
  flex-direction: column;
  position: fixed;
}

/* line 50, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.tabulator-header-filter span {
  display: flex;
  flex-direction: row;
  width: 100%;
}
/* line 54, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.tabulator-header-filter span input {
  display: flex;
  width: 50%;
}

/* line 60, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.product-selection-header {
  height: 60px;
  margin: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  width: 90%;
}

/* line 80, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.product-selection-header:hover {
  cursor: pointer;
  background-color: #26d2ec;
}

/* line 85, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.selectors-list-inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 60%;
  width: 100%;
  align-items: center;
}

/* line 93, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#sku-list-wrapper {
  height: 90%;
}

/* line 96, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.sku-input {
  color: black;
}

/* line 100, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.sku-input:hover {
  cursor: pointer;
  background-color: #26d2ec;
}

/* line 104, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-list {
  height: 75%;
  width: 90%;
  border: 1px solid #ddd;
  overflow-y: scroll;
}
/* line 109, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-list .selector-line {
  text-align: center;
  padding: 4px 0px;
}

/* line 115, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#price-status-select {
  align-self: center;
}

/* line 119, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#price-status-header:hover {
  cursor: default;
  background-color: white;
}

/* line 124, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.sku-input:hover {
  cursor: pointer;
  background-color: #26d2ec;
}

/* line 128, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 137, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-control .sku-input {
  text-align: center;
  width: 80px;
  border-radius: 2px;
  line-height: 20px;
  font-size: 10px;
  font-size: 12px;
  color: black;
  height: 22px;
  margin: 1px;
  padding: 1px;
  border-color: #e2e2e2;
  background-color: white;
}
/* line 159, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-control .sku-input:hover {
  background-color: #26d2ec;
}
/* line 163, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#product-sku-control #type-sku:hover {
  background-color: white;
}

/* line 169, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
#type-sku {
  background-color: #f7f7f5;
  border-color: #26d2ec;
}

/* line 173, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.sku-selection-header:hover {
  cursor: default;
  background-color: white;
}

/* line 178, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.x-button {
  display: flex;
  margin: 4px 10px 4px 10px;
  justify-content: center;
  align-items: center;
  height: 18px;
  border-radius: 1px;
  width: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  cursor: pointer;
}

/* line 191, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.modal-x {
  position: absolute;
  right: 65px;
}

/* line 195, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.edit-button {
  display: flex;
  margin: 4px 10px 4px 10px;
  justify-content: center;
  align-items: center;
  height: 25px;
  border-radius: 2px;
  width: 25px;
  cursor: pointer;
}

/* line 208, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.plus-button {
  display: flex;
  justify-content: center;
  align-items: center;
  stroke: black;
  padding: 0px 10px;
}

/* line 217, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-name {
  margin: 4px;
  padding: 4px 10px 4px 10px;
  width: -webkit-fill-available;
  border-left: 1px solid #ddd;
}

/* line 225, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-name.active {
  background: rgba(8, 243, 86, 0.39);
  border-radius: 2px;
}

/* line 229, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-name.inactive {
  background: rgba(243, 8, 8, 0.39);
  border-radius: 2px;
}

/* line 235, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.x-button:hover {
  background-color: rgba(243, 8, 8, 0.39);
}

/* line 239, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.edit-button:hover {
  background-color: rgba(8, 243, 86, 0.39);
}

/* line 244, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.email-item {
  display: flex;
  flex-direction: row;
}

/* line 249, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 1px;
}

/* line 261, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.active-header {
  width: 100%;
  display: flex;
  flex-direction: row;
}
/* line 265, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.active-header div {
  text-align: center;
  width: 33%;
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 274, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.active-store-header {
  font-size: 20px;
  margin: 20px;
}

/* line 280, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-note-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 286, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-note-wrapper.active-row {
  justify-content: center;
  align-items: center;
}
/* line 289, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-note-wrapper.active-row .store-note-title {
  width: 60px;
}

/* line 294, /app/app/assets/stylesheets/component_styles/product_selection_page.scss */
.store-note-title {
  width: 50%;
}

/* line 1, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.results-modal-header-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
/* line 7, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.results-modal-header-bar .results-modal-header-item {
  width: 120px;
  text-align: center;
  padding: 0px;
}

/* line 14, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.modal-image-thumb {
  max-height: 300px;
  max-width: auto;
  object-fit: contain;
}

/* line 20, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.item-modal-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
/* line 25, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.item-modal-top .modal-value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
  color: black;
  align-items: center;
  width: 120px;
  font-weight: 400;
}
/* line 36, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.item-modal-top .modal-label {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  width: 120px;
  padding: 2px;
}
/* line 46, /app/app/assets/stylesheets/component_styles/result_modal.scss */
.item-modal-top .modal-value-wrapper {
  display: flex;
  flex-direction: row;
  padding: 2px;
}

/* line 1, /app/app/assets/stylesheets/component_styles/results_page.scss */
.results-table-header-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
/* line 7, /app/app/assets/stylesheets/component_styles/results_page.scss */
.results-table-header-bar .results-table-header-item {
  width: 120px;
  text-align: center;
  padding: 0px;
}

/* line 14, /app/app/assets/stylesheets/component_styles/results_page.scss */
.MacIntel {
  padding-right: 0px;
}

/* line 17, /app/app/assets/stylesheets/component_styles/results_page.scss */
.real-thumbnail:hover {
  padding-left: 80px;
  z-index: 10;
  cursor: pointer;
  height: auto;
  width: auto;
}

/* line 26, /app/app/assets/stylesheets/component_styles/results_page.scss */
.table-image-thumb {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

/* line 34, /app/app/assets/stylesheets/component_styles/results_page.scss */
.result-line-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 39, /app/app/assets/stylesheets/component_styles/results_page.scss */
.result-line-item .table-value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 10px;
  color: black;
  text-align: center;
  width: 120px;
}

/* line 3, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.param-line-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
}

/* line 11, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category {
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-style: bold !important;
  font-size: 20px;
  width: 80%;
  align-self: center;
  align-items: center;
}
/* line 21, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category .param-line-item {
  padding-top: 10px;
  display: flex;
  margin: 5px;
  flex-direction: row;
  justify-content: space-between;
  justify-self: center;
  list-style: none;
  font-size: 16px;
  font-style: normal;
}
/* line 31, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category .param-line-item .calculation-param-div {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 37, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category .param-line-item-sku {
  padding-top: 10px;
  width: 100%;
  display: flex;
  margin: 5px;
  flex-direction: row;
  justify-content: space-between;
  justify-self: center;
  list-style: none;
  font-size: 16px;
  font-style: normal;
}
/* line 48, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category .param-line-item-sku .calculation-param-div {
  text-align: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 56, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.search-params-category input {
  width: 100%;
  color: #151b26;
  vertical-align: top;
  text-align: start;
  border-radius: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 4px;
}

/* line 70, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.submission-selections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
}
/* line 75, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.submission-selections .text-input {
  width: 120px;
}

/* line 80, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.react-datepicker__triangle {
  left: -15px !important;
}

/* line 84, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.react-datepicker-wrapper {
  width: 90px !important;
  align-self: center;
}

/* line 101, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.reset {
  color: black;
  background-color: #be1212;
}

/* line 106, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.transfer {
  justify-content: center;
  flex-direction: row;
  display: flex;
  background-color: #26d2ec;
}

/* line 115, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.store-add {
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
  background-color: #26d2ec;
}

/* line 124, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.allocation {
  background-color: #008ce3;
}

/* line 127, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.minmax {
  background-color: #e2a61a;
}

/* line 137, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.dropdown {
  background-color: #008ce3;
}

/* line 142, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.dropdown:hover {
  background-color: #26d2ec;
}

/* line 147, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.search {
  color: black;
  background-color: #d8db03;
}

/* line 151, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.search:hover {
  color: white;
}

/* line 155, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button.reset:hover {
  color: white;
}

/* line 159, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button-section {
  padding: 3px 6px;
  width: 230px;
  border: 2px solid #999;
  border-radius: 2px;
  margin: 5px;
}

/* line 169, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button-section.add-store {
  width: 150px;
}

/* line 172, /app/app/assets/stylesheets/component_styles/search_bar.scss */
.selector-button-section.active-stores {
  width: 300px;
}

/* line 1, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.name {
  display: flex;
  padding: 2px 4px;
  margin: 2px;
  flex: 1 1 auto;
  border-top: 1px solid #e8ecee;
  border-bottom: 1px solid #e8ecee;
}

/* line 12, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selected {
  background-color: #26d2ec;
  color: white;
}

/* line 19, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.modified {
  color: red !important;
}

/* line 22, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #9ca6af;
}

/* line 35, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
::placeholder {
  color: #e2e2e2 !important;
}

/* line 39, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-button:hover {
  color: white;
  background-color: #828181;
}
/* line 43, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-button:hover .plus-button {
  stroke: white;
}

/* line 50, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selectors-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 100%;
  padding: 2px;
  margin: 20px;
  margin-top: 50px;
}
/* line 60, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selectors-list button {
  margin: 5px;
  max-width: 220px;
}

/* line 70, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.storegroup-edit {
  margin: 0px !important;
}

/* line 75, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-line {
  width: 100%;
  list-style: none;
  cursor: pointer;
}

/* line 81, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-line.ecom {
  color: #28ce20;
}

/* line 84, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.name:hover {
  background-color: #9ca6af;
}

/* line 89, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 4px;
  background-color: #1ac581;
  border-radius: 2px;
  cursor: pointer;
}

/* line 105, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selectors-top {
  height: 100px;
}

/* line 110, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.edit-select {
  display: flex;
  flex-direction: row;
}

/* line 117, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.storegroup-name {
  font-size: 20px;
  font-style: bold;
  padding: 15px 0px;
}

/* line 123, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.storegroup-name::placeholder {
  color: black;
}

/* line 128, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.form-container-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 133, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.form-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 139, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.top-selection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

/* line 146, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#add-group {
  display: none;
}

/* line 150, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#remove-group {
  display: none;
}

/* line 154, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#delete-group {
  display: none;
}

/* line 158, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#add-store {
  display: none;
}

/* line 161, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#remove-store {
  display: none;
}

/* line 165, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.storegroup-name {
  text-align: center;
}

/* line 169, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.form-header {
  text-align: center;
  padding: 20px 0px;
}

/* line 174, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-container {
  padding: 20px;
  height: 100%;
  width: 100%;
}

/* line 180, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.name:hover {
  cursor: pointer;
}

/* line 184, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selectors-list-wrapper {
  display: flex;
  width: 100%;
  height: 70%;
  flex-direction: row;
  align-items: space-around;
  justify-content: space-around;
}

/* line 195, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-button-wrapper {
  overflow-y: scroll;
}

/* line 199, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-button-list {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}
/* line 211, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-button-list .selector-button {
  padding: 10px;
  margin: 5px 0px;
  display: flex;
  justify-self: center;
}

/* line 223, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid #151b26;
}
/* line 232, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-header .nav-link {
  width: 16%;
  min-width: 200px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  flex-wrap: wrap;
  font-size: 20px;
  height: 100%;
}
/* line 245, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-header .nav-link.count-link {
  padding: 0px;
  padding: 2px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/* line 254, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selection-header .nav-link.count-link .nav-link-child {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  /* line 264, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
  .selection-header {
    height: 80px;
  }
  /* line 266, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
  .selection-header .nav-link {
    min-width: 125px;
  }
}
/* line 274, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.input-label {
  width: 100%;
  text-align: center;
}
/* line 277, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.input-label input {
  line-height: 15px;
  border-right: 0px;
  border-left: 0px;
  color: #151b26;
}

/* line 286, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.alert-header {
  color: #1ac581;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-style: bold;
}

/* line 294, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.alert-text {
  color: #be1212;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

/* line 302, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.data-list {
  overflow-y: scroll;
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* line 310, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#department-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  max-height: 50%;
  overflow-y: scroll;
}

/* line 320, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#classes-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  max-height: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow-y: scroll;
}

/* line 331, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#inv-classes-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  max-height: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow-y: scroll;
}

/* line 341, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#division-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  max-height: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow-y: scroll;
}

/* line 351, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#bulk-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow-y: scroll;
}

/* line 361, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#bulk-list-header {
  width: 200px;
  height: 30px;
  margin: 4px;
  padding: 4px;
}

/* line 368, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
#floor-set-list {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: white;
  max-height: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow-y: scroll;
}

/* line 379, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/* line 388, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.bulk-num-input {
  height: 30px;
  width: 200px;
  align-self: center;
  justify-self: center;
  padding: 4px;
  margin: 4px !important;
}

/* line 408, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.store-selection-list {
  height: 60%;
  overflow-y: scroll;
}

/* line 419, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.selector-input {
  color: black;
}

/* line 423, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.ecomm-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2px;
  padding: 2px 4px;
  cursor: auto;
}
/* line 431, /app/app/assets/stylesheets/component_styles/selection_flow.scss */
.ecomm-selector input {
  cursor: pointer;
}

/* line 3, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-cell {
  position: relative;
  font-size: 12px;
  margin: auto;
  padding: 0px 15px !important;
}
/* line 7, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-cell img {
  justify-self: flex-end;
  margin: 0px 0px 0px 15px;
  height: 50px;
  width: 50px;
  object-fit: contain;
}

/* line 22, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-col-title {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  word-wrap: break-word;
  white-space: initial;
}

/* line 41, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.expanded-column .tabulator-col-content {
  background-color: #c47540;
}

/* line 45, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-sortable {
  background-color: #17668b !important;
  color: white;
}

/* line 60, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-footer {
  background-color: #17668b !important;
}

/* line 64, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-page {
  background-color: #26d2ec !important;
  color: white !important;
}

/* line 70, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.clear-filters {
  width: 200px;
  height: 30px;
  text-align: center;
  display: flex;
  font-size: 16px;
  line-height: 35px;
  flex-direction: column;
  justify-content: center;
  border-radius: 1px;
  align-items: center;
  color: white;
  background-color: black;
}

/* line 86, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.clear-filters:hover {
  background-color: #26d2ec;
}

/* line 90, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.clear-filters-wrapper {
  width: 100%;
  height: 40px;
  display: flex;
  background-color: black;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 101, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-header-filter input {
  padding: 0px 5px;
  font-size: 16px;
  background-color: #17668b;
}

/* line 109, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-data-tree-branch {
  display: none !important;
}

/* line 116, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.apply-all-button {
  color: #333333;
  cursor: pointer;
  border: 1px solid #333333;
  padding: 5px;
  border-radius: 2px;
}

/* line 125, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.apply-all-button:hover {
  color: white;
  background-color: #26d2ec;
  cursor: pointer;
  border: 1px solid #333333;
  padding: 5px;
  border-radius: 2px;
}

/* line 144, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 {
  font-weight: 500;
}

/* line 148, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 div:nth-child(1) {
  display: inline-flex;
  justify-content: flex-end;
}
/* line 152, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 div:nth-child(1) div:nth-child(3) {
  display: none;
}
/* line 155, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 div:nth-child(1) div:nth-child(4) {
  display: none;
}

/* line 161, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
div[tabulator-field="PRODUCT[STYLE NAME]"] {
  align-items: center;
}

/* line 166, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1-expanded {
  background-color: #d7d8da !important;
  border: 1px solid #dddddd;
}
/* line 171, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1-expanded .photo-column-min-max, .tabulator-tree-level-1-expanded .department-column-min-max, .tabulator-tree-level-1-expanded .category-column-min-max, .tabulator-tree-level-1-expanded .color-column-min-max, .tabulator-tree-level-1-expanded .size-column-min-max {
  visibility: hidden;
}

/* line 179, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.department-column-min-max {
  width: 115px;
}

/* line 183, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.mid-column-min-max {
  width: 130px;
}

/* line 187, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.store-column-min-max {
  width: 150px;
}

/* line 191, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.category-column-min-max {
  width: 115px;
}

/* line 194, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .division-column {
  color: white;
}

/* line 200, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.inventory-class-column-min-max {
  width: 165px;
}

/* line 204, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.division-column {
  width: 120px;
}

/* line 209, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 {
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  background-color: #e2e2e2 !important;
}

/* line 223, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-col-resize-handle {
  z-index: 1000;
}
/* line 236, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}

/* line 240, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .category-column {
  color: white;
}

/* line 243, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .style-column {
  color: white;
}

/* line 246, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .color-column {
  color: white;
}

/* line 249, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .store-column {
  color: white;
}

/* line 253, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .store-column.min-max {
  color: black !important;
  font-size: 12px;
}

/* line 258, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .last-rec-column {
  color: white;
}

/* line 261, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .next-ord-column {
  color: white;
}

/* line 266, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .style-column.not-store-nested {
  color: white;
}

/* line 271, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .photo-column.not-store-nested {
  font-size: 0px;
}
/* line 276, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .photo-column.not-store-nested img {
  display: none;
}

/* line 281, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.store-column.not-store-nested {
  font-size: 12px;
}

/* line 284, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 {
  height: 25x;
}
/* line 286, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .tabulator-cell {
  line-height: 25px;
}

/* line 292, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .tabulator-cell {
  line-height: 50px;
}

/* line 299, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 img {
  display: none !important;
}

/* line 305, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 .editable-column {
  display: none;
}
/* line 310, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 .photo-column.not-store-nested {
  width: 0px;
}
/* line 313, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 .photo-column.not-store-nested img {
  display: block;
  height: 50px;
  width: 50px;
}
/* line 321, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 .photo-column img {
  display: none;
}

/* line 327, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.photo-column {
  width: 100px;
}

/* line 333, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .style-column-min-max {
  font-size: 0px;
  color: white !important;
}
/* line 339, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .photo-column-min-max {
  background-color: white;
  width: 0px;
}
/* line 342, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-1 .photo-column-min-max img {
  display: none;
}

/* line 351, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-0 .formatter-column {
  display: none !important;
}

/* line 356, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .formatter-column {
  display: none !important;
}

/* line 361, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .style-column-min-max {
  color: white !important;
  font-size: 0px;
}
/* line 367, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .photo-column-min-max {
  background-color: white;
  width: 0px;
}
/* line 370, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-tree-level-2 .photo-column-min-max img {
  display: none;
}

/* line 377, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.category-column {
  width: 120px;
}

/* line 397, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.size-column {
  border-right: thin solid #ddd !important;
  width: 80px;
}

/* line 404, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.style-column-min-max {
  width: 200px;
}

/* line 408, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.style-column {
  width: 200px;
}

/* line 413, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.color-column {
  width: 100px;
}

/* line 419, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.store-column {
  width: 180px;
  font-size: 16px;
}

/* line 426, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.last-rec-column {
  width: 100px;
}

/* line 431, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.wos-column {
  width: 80px;
}

/* line 435, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.avg-sls-column {
  width: 80px;
}

/* line 439, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.sls-units-column {
  width: 90px;
}

/* line 443, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.ago-column {
  width: 80px;
}

/* line 447, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.eop-column {
  width: 80px;
}

/* line 451, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.warehouse-column {
  width: 80px;
}

/* line 455, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.alloc-column {
  width: 100px;
}

/* line 458, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.alloc-column-1 {
  width: 80px;
}

/* line 467, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.alloc-column-ss {
  width: 120px;
}

/* line 474, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.wos-ss-column {
  width: 140px;
}
/* line 476, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.wos-ss-column .tabulator-arrow {
  display: none;
}

/* line 480, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.avg-sls-ss-column {
  width: 140px;
}
/* line 482, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.avg-sls-ss-column .tabulator-arrow {
  display: none;
}

/* line 486, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.FOH-ss-column {
  width: 120px;
}
/* line 488, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.FOH-ss-column .tabulator-arrow {
  display: none;
}

/* line 492, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.need-ss-column {
  width: 120px;
}
/* line 494, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.need-ss-column .tabulator-arrow {
  display: none;
}

/* line 498, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.sls-units-ss-column {
  width: 120px;
}
/* line 500, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.sls-units-ss-column .tabulator-arrow {
  display: none;
}

/* line 506, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.alloc-order {
  width: 100px;
}

/* line 510, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.last-8-dept {
  width: 100px;
}
/* line 512, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.last-8-dept .tabulator-arrow {
  display: none;
}

/* line 516, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.last-8-size {
  width: 100px;
}
/* line 518, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.last-8-size .tabulator-arrow {
  display: none;
}

/* line 522, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.wos-column {
  width: 100px;
}
/* line 524, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.wos-column .tabulator-arrow {
  display: none;
}

/* line 528, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.next-ord-column {
  width: 100px;
}

/* line 532, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.modified-alloc-column {
  height: 100%;
  width: 130px;
  cursor: pointer;
}
/* line 539, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.modified-alloc-column input {
  color: black;
}

/* line 545, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.min-column {
  width: 80px;
}
/* line 548, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.min-column .tabulator-arrow {
  display: none;
}

/* line 553, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.max-column {
  width: 80px;
}
/* line 556, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.max-column .tabulator-arrow {
  display: none;
}

/* line 600, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#collapse-button {
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 15px;
  font-size: 16px;
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #be1212 !important;
  border: 1px solid #aaa;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 615, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#collapse-button:hover {
  background-color: #26d2ec !important;
}

/* line 618, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#show-button {
  display: inline-block;
  position: absolute;
  left: 150px;
  bottom: 15px;
  font-size: 16px;
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #be1212 !important;
  border: 1px solid #aaa;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 633, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#show-button:hover {
  background-color: #26d2ec !important;
}

/* line 637, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.submission-params {
  color: black;
  font-weight: bold;
  border-radius: 2px !important;
  font-size: 16px;
  display: flex;
  align-self: center;
  justify-self: center;
  border: 2px solid #ddd;
  width: 20%;
  padding: 0px 5px 0px 5px !important;
  margin: 0px 5px 0px 5px !important;
}

/* line 654, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#warehouse-select {
  padding: 0px !important;
  margin: 0px !important;
  height: 30px;
  text-align: center;
  width: 20%;
}

/* line 665, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
#warehouse-input {
  margin: 0px;
  padding: 0px;
  height: 26px;
  width: 20%;
}

/* line 675, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.date-picker-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  width: 200px;
  padding: 5px;
  margin: 5px;
}

/* line 688, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.store-row-parent {
  font-weight: 700;
  background-color: #90dae6 !important;
}

/* line 692, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.style-row-parent {
  font-weight: 700;
  background-color: #e2e2e2 !important;
}

/* line 703, /app/app/assets/stylesheets/tabulator/custom_tabulator.scss */
.tabulator-header-filter input {
  padding: 1px;
  background-color: #26d2ec;
  border-color: #d8db03;
}

/* line 40, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator {
  position: relative;
  border: 1px solid #999;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 59, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}
/* line 65, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}
/* line 69, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-block-select {
  user-select: none;
}
/* line 74, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #999;
  background-color: #fff;
  color: #555;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 93, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}
/* line 97, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-header-contents {
  position: relative;
  overflow: hidden;
}
/* line 101, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
  display: inline-block;
}
/* line 107, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid #ddd;
  background: #fff;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}
/* line 122, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #e6e6e6;
  pointer-events: none;
}
/* line 130, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 4px;
}
/* line 136, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  padding: 0 8px;
}
/* line 139, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
  cursor: pointer;
  opacity: .6;
}
/* line 146, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}
/* line 151, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
/* line 160, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
  white-space: normal;
  text-overflow: initial;
}
/* line 166, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}
/* line 177, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}
/* line 183, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
/* line 192, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}
/* line 207, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #ddd;
  overflow: hidden;
  margin-right: -1px;
}
/* line 219, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}
/* line 227, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}
/* line 231, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}
/* line 236, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}
/* line 245, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 10px;
}
/* line 249, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
/* line 255, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}
/* line 258, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
  cursor: pointer;
  border-bottom: 6px solid #555;
}
/* line 263, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}
/* line 271, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
/* line 274, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
  cursor: pointer;
  border-bottom: 6px solid #555;
}
/* line 279, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}
/* line 288, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
/* line 291, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
  cursor: pointer;
  border-top: 6px solid #555;
}
/* line 296, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}
/* line 308, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 319, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}
/* line 325, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}
/* line 331, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}
/* line 338, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}
/* line 349, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-frozen {
  position: sticky;
  left: 0;
  z-index: 10;
}
/* line 358, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #ddd;
}
/* line 362, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #ddd;
}
/* line 368, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  background: white !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* line 378, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: white !important;
}
/* line 381, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}
/* line 388, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}
/* line 395, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 402, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder:focus {
  outline: none;
}
/* line 407, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* line 413, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}
/* line 420, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  white-space: normal;
}
/* line 435, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #333;
}
/* line 445, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #f2f2f2 !important;
}
/* line 449, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #ddd;
}
/* line 453, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #ddd;
}
/* line 463, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer {
  border-top: 1px solid #999;
  background-color: #fff;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 477, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-footer-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
/* line 485, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}
/* line 490, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background: white !important;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
/* line 502, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  display: inline-block;
  background: white !important;
}
/* line 506, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}
/* line 512, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}
/* line 518, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}
/* line 522, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}
/* line 526, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-paginator {
  flex: 1;
  text-align: right;
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
/* line 538, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
/* line 548, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}
/* line 553, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}
/* line 564, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}
/* line 568, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
}
/* line 573, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
/* line 583, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-col-resize-handle {
  position: absolute !important;
}
/* line 601, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}
/* line 605, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-col-resize-handle:last-of-type {
  width: 3px;
  margin-right: 0;
}
/* line 613, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-alert {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
/* line 628, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-alert .tabulator-alert-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
/* line 641, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
  border: 4px solid #333;
  color: #000;
}
/* line 647, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
  border: 4px solid #D00;
  color: #590000;
}

/* line 656, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  background-color: #fff;
}
/* line 663, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-row-even {
  background-color: #fff;
}
/* line 667, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-selectable:hover {
  background-color: #bbb;
  cursor: pointer;
}
/* line 672, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}
/* line 676, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-selected:hover {
  background-color: #769BCC;
  cursor: pointer;
}
/* line 681, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff;
}
/* line 686, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  pointer-events: none;
  z-index: 15;
}
/* line 697, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
/* line 705, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}
/* line 710, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}
/* line 717, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* line 725, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}
/* line 729, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}
/* line 733, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}
/* line 736, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}
/* line 745, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 756, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-frozen {
  display: inline-block;
  position: sticky;
  left: 0;
  background-color: inherit;
  z-index: 10;
}
/* line 766, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #ddd;
}
/* line 770, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #ddd;
}
/* line 775, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1D68CD;
  outline: none;
  padding: 0;
}
/* line 781, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent;
  outline: none;
}
/* line 788, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #dd0000;
}
/* line 791, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #dd0000;
}
/* line 800, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 811, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}
/* line 815, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}
/* line 824, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
/* line 840, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 858, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
/* line 863, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
/* line 872, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 885, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
/* line 894, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 909, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 929, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: .7;
  cursor: pointer;
}
/* line 935, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
/* line 939, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}
/* line 944, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  stroke: #fff;
}
/* line 948, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}
/* line 953, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
/* line 963, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
/* line 975, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 982, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
/* line 992, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}
/* line 996, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}
/* line 1000, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}
/* line 1004, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}
/* line 1008, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}
/* line 1012, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}
/* line 1017, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
/* line 1029, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}

/* line 1037, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-popup-container {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

/* line 1054, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-popup {
  padding: 5px;
  border-radius: 3px;
}

/* line 1060, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-tooltip {
  max-width: Min(500px, 100%);
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  pointer-events: none;
}

/* line 1074, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none;
}
/* line 1082, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: .5;
}
/* line 1086, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #fff;
}
/* line 1091, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 10px;
}
/* line 1094, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + .4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: '';
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  vertical-align: top;
  transform: rotate(45deg);
}
/* line 1115, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #ddd;
}

/* line 1120, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list {
  max-height: 200px;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 1128, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item {
  padding: 4px;
  color: #333;
  outline: none;
}
/* line 1134, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.active {
  color: #fff;
  background: #1D68CD;
}
/* line 1138, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 1143, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1D68CD;
}
/* line 1147, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #1D68CD;
}
/* line 1155, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-placeholder {
  padding: 4px;
  color: #333;
  text-align: center;
}
/* line 1162, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-group {
  border-bottom: 1px solid #ddd;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}
/* line 1174, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
  padding-left: 12px;
}
/* line 1178, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
  padding-left: 20px;
}
/* line 1182, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
  padding-left: 28px;
}
/* line 1186, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
  padding-left: 36px;
}

/* line 1195, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-ltr {
  direction: ltr;
}

/* line 1199, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}
/* line 1204, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #ddd;
  border-right: initial;
}
/* line 1210, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}
/* line 1217, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}
/* line 1224, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  left: 8px;
  right: initial;
}
/* line 1233, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #ddd;
}
/* line 1237, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #ddd;
}
/* line 1248, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}
/* line 1255, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-left: 2px solid #ddd;
}
/* line 1259, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-right: 2px solid #ddd;
}
/* line 1266, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
  width: 3px;
  margin-left: 0;
  margin-right: -3px;
}
/* line 1276, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
  text-align: initial;
}

/* line 1287, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

/* line 1297, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

/* line 1301, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table {
  border-collapse: collapse;
}
/* line 1304, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
/* line 1321, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
/* line 1333, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1340, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
/* line 1351, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}
/* line 1357, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}
/* line 1363, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}
/* line 1369, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}
/* line 1375, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}
/* line 1380, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}
/* line 1385, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
/* line 1397, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}
/* line 1403, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 1421, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
/* line 1426, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
/* line 1435, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 1448, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
/* line 1457, /app/app/assets/stylesheets/tabulator/new_tabulator.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

/* line 5, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* line 20, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
  min-width: 100%;
}
/* line 26, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}
/* line 30, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-block-select {
  user-select: none;
}
/* line 35, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #999;
  background-color: #fff;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 55, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}
/* line 60, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}
/* line 70, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #e6e6e6;
  pointer-events: none;
}
/* line 78, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 4px;
}
/* line 84, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  padding: 0 8px;
}
/* line 87, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: .6;
}
/* line 94, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
  z-index: 20;
}
/* line 100, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: initial;
  overflow: hidden;
  text-overflow: clip;
  vertical-align: bottom;
}
/* line 110, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}
/* line 121, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}
/* line 127, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
/* line 136, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}
/* line 151, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #ddd;
  overflow: hidden;
  margin-right: -1px;
}
/* line 171, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
  z-index: 21;
}
/* line 179, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}
/* line 183, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}
/* line 188, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}
/* line 198, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}
/* line 202, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
/* line 209, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}
/* line 212, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}
/* line 220, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
/* line 223, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}
/* line 232, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
/* line 235, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}
/* line 246, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 257, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}
/* line 263, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}
/* line 269, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}
/* line 276, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}
/* line 288, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 22;
}
/* line 296, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #ddd;
}
/* line 300, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #ddd;
}
/* line 305, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  min-width: 600%;
  background: #f2f2f2 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
/* line 311, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f2f2f2 !important;
}
/* line 325, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}
/* line 328, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}
/* line 337, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 344, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder:focus {
  outline: none;
}
/* line 349, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 354, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}
/* line 361, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-placeholder span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
/* line 374, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #333;
}
/* line 383, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #f2f2f2 !important;
}
/* line 387, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #ddd;
}
/* line 391, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #ddd;
}
/* line 420, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer {
  padding: 5px 10px;
  border-top: 1px solid #999;
  background-color: #fff;
  text-align: right;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 435, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: calc(100% + 20px);
  margin: -5px -10px 5px -10px;
  text-align: left;
  background: #f2f2f2 !important;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
/* line 444, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f2f2f2 !important;
}
/* line 457, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}
/* line 464, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
/* line 472, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 1px;
}
/* line 483, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}
/* line 488, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
  padding: 2px 5px;
  background-color: #be1212 !important;
  border: 1px solid #aaa;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.2);
}
/* line 500, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-page.active {
  background-color: #26d2ec !important;
}
/* line 504, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
}
/* line 509, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  color: #fff;
}
/* line 519, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-loader {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
/* line 534, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
/* line 547, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}
/* line 553, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #D00;
  color: #590000;
}

/* line 562, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  background-color: #fff;
  border-bottom: thin solid #ddd;
}
/* line 570, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row:nth-child(even) {
  background-color: #fff;
}
/* line 574, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-selectable:hover {
  cursor: pointer;
}
/* line 580, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}
/* line 584, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-selected:hover {
  background-color: #769BCC;
  cursor: pointer;
}
/* line 589, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  pointer-events: none !important;
  z-index: 15;
}
/* line 600, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-row-resize-handle {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
/* line 608, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}
/* line 613, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}
/* line 618, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10;
}
/* line 626, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 0px solid #ddd;
}
/* line 630, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 0px solid #ddd;
}
/* line 635, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}
/* line 643, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}
/* line 647, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}
/* line 651, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}
/* line 654, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}
/* line 663, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px;
  border-right: none;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 674, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell:last-of-type {
  border-right: none;
}
/* line 678, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-editing {
  border: 2px solid #1D68CD;
  border-radius: 2px;
  outline: none;
  padding: 0;
}
/* line 685, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent;
}
/* line 691, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #dd0000;
}
/* line 693, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #dd0000;
}
/* line 709, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 720, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}
/* line 724, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}
/* line 733, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
/* line 749, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 767, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
/* line 772, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
/* line 781, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 794, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
/* line 803, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 818, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
/* line 838, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: .7;
}
/* line 843, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
/* line 847, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}
/* line 852, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}
/* line 857, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
/* line 867, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #fafafa;
  font-weight: bold;
  min-width: 100%;
}
/* line 880, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 886, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
/* line 895, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}
/* line 899, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}
/* line 903, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}
/* line 907, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}
/* line 911, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}
/* line 915, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}
/* line 920, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
/* line 932, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #666;
}

/* line 939, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
/* line 955, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none;
}
/* line 963, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: .5;
}
/* line 967, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #fff;
}
/* line 972, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}
/* line 975, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + .4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: '';
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  vertical-align: top;
  transform: rotate(45deg);
}
/* line 996, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #ddd;
}

/* line 1001, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
/* line 1018, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #333;
}
/* line 1023, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #fff;
  background: #1D68CD;
}
/* line 1027, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 1032, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #1D68CD;
}
/* line 1037, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #1D68CD;
}
/* line 1045, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  padding: 4px;
  color: #333;
  text-align: center;
}
/* line 1052, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #ddd;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}

/* line 1065, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-ltr {
  direction: ltr;
}

/* line 1070, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}
/* line 1075, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #ddd;
  border-right: initial;
}
/* line 1081, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}
/* line 1088, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}
/* line 1095, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  left: 8px;
  right: initial;
}
/* line 1104, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #ddd;
}
/* line 1115, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #ddd;
}
/* line 1126, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}

/* line 1150, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

/* line 1160, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

/* line 1164, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table {
  border-collapse: collapse;
}
/* line 1168, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #fafafa;
  font-weight: bold;
  min-width: 100%;
}
/* line 1181, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1187, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
/* line 1197, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}
/* line 1203, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}
/* line 1209, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}
/* line 1215, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}
/* line 1221, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}
/* line 1226, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}
/* line 1231, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
/* line 1243, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #666;
}
/* line 1249, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
/* line 1265, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 1283, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
/* line 1288, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
/* line 1297, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
/* line 1310, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
/* line 1319, /app/app/assets/stylesheets/tabulator/tabulator_simple.scss */
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
