
.dropdown-menu[data-v-143d5435] {
  position: absolute;
  right: 0;
  left: auto;
}



/* override default */
.sidebar-menu > li > a {
  padding: 12px 15px 12px 15px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  animation-name: rotate;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.treeview-title {
  z-index: 1;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(-90deg);
}
}
li.pageLink > a,
.treeview-title {
  white-space: normal;
}


.user-panel .image img[data-v-695ec486] {
  border-radius: 50%;
}
.user-panel > .info[data-v-695ec486] {
  padding-top: 15px;
}


.wrapper.fixed_layout .main-header {
  position: fixed;
  width: 100%;
}
.wrapper.fixed_layout .content-wrapper {
  padding-top: 50px;
}
.wrapper.fixed_layout .main-sidebar {
  position: fixed;
  height: 100vh;
}
@media (max-width: 767px) {
.wrapper.hide_logo .main-header .logo {
    display: none;
}
}
.logo-mini,
.logo-lg {
  text-align: left;
}
.logo-mini img,
.logo-lg img {
  padding: 0.4em !important;
}
.logo-lg img {
  display: inline-flex;
  width: 25%;
}
.user-panel {
  height: 4em;
}
hr.visible-xs-block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  height: 1px;
  border-color: transparent;
}


html[data-v-a4e3cc20],
body[data-v-a4e3cc20],
.container-table[data-v-a4e3cc20] {
  height: 100%;
  background-color: #282b30 !important;
}
.container-table[data-v-a4e3cc20] {
  display: table;
  color: white;
}
.vertical-center-row[data-v-a4e3cc20] {
  display: table-cell;
  vertical-align: middle;
}
.vertical-20p[data-v-a4e3cc20] {
  padding-top: 20%;
}
.vertical-10p[data-v-a4e3cc20] {
  padding-top: 10%;
}
.vertical-5p[data-v-a4e3cc20] {
  padding-top: 5%;
}
.logo[data-v-a4e3cc20] {
  width: 15em;
  padding: 3em;
}
.input-group[data-v-a4e3cc20] {
  padding-bottom: 2em;
  height: 4em;
  width: 100%;
}
.input-group span.input-group-addon[data-v-a4e3cc20] {
  width: 2em;
}
@media (min-width: 800px) {
#login[data-v-a4e3cc20] {
    padding: 10em;
}
}
@media (max-width: 1241px) {
.input-group input[data-v-a4e3cc20] {
    height: 4em;
}
}
@media (min-width: 1242px) {
form[data-v-a4e3cc20] {
    padding-left: 20em;
    padding-right: 20em;
}
}
.input-group-addon i[data-v-a4e3cc20] {
  height: 15px;
  width: 15px;
}


#notFound {
  padding: 10em;
  color: white;
}


.btn[data-v-2f59f823] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.inline-edit-wrapper[data-v-2f59f823] {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}



.btn[data-v-ce9b74dc] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.btn[data-v-25728692] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.btn[data-v-0a64b80e] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.input-group[data-v-455a0928] {
  padding-bottom: 1em;
}



#graph-container[data-v-7163db1c] {
  height: 100%;
}


.table-item[data-v-2caaad28] {
  line-height: 1.3;
  vertical-align: middle;
}
.nav-link.no-items[data-v-2caaad28] {
  color: red;
}


.modal-mask[data-v-f8ccae8c] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-f8ccae8c] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-f8ccae8c] {
  width: 60%;
  min-width: 768px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-f8ccae8c] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-f8ccae8c] {
  height: 576px;
}
.modal-footer-left[data-v-f8ccae8c] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-f8ccae8c] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-f8ccae8c] {
  opacity: 0;
}
.modal-leave-active[data-v-f8ccae8c] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-f8ccae8c],
.modal-leave-active .modal-container[data-v-f8ccae8c] {
  transform: scale(0.9);
}



.modal-mask[data-v-db8855f2] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-db8855f2] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-db8855f2] {
  max-width: 400px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-db8855f2] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-db8855f2] {
}
.modal-footer-left[data-v-db8855f2] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-db8855f2] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-db8855f2] {
  opacity: 0;
}
.modal-leave-active[data-v-db8855f2] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-db8855f2],
.modal-leave-active .modal-container[data-v-db8855f2] {
  transform: scale(0.9);
}



.modal-mask[data-v-09914dd8] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-09914dd8] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-09914dd8] {
  max-width: 400px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-09914dd8] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-09914dd8] {
}
.modal-footer-left[data-v-09914dd8] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-09914dd8] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-09914dd8] {
  opacity: 0;
}
.modal-leave-active[data-v-09914dd8] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-09914dd8],
.modal-leave-active .modal-container[data-v-09914dd8] {
  transform: scale(0.9);
}



.input-group-text[data-v-76a8d918] {
  width: 145px;
}
.modal-mask[data-v-76a8d918] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-76a8d918] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-76a8d918] {
  max-width: 500px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-76a8d918] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-76a8d918] {
}
.modal-footer-left[data-v-76a8d918] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-76a8d918] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-76a8d918] {
  opacity: 0;
}
.modal-leave-active[data-v-76a8d918] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-76a8d918],
.modal-leave-active .modal-container[data-v-76a8d918] {
  transform: scale(0.9);
}



.table-light>td {
  line-height: 0.5;
}
.btn-primary {
  border-width: thick;
}
.table-hover tbody tr:hover {
  background-color: #f4f6eb;
}
.graph-header {
  height: 7vh;
  background-color: #ccc;
  padding: 10px;
}
.graph-container {
  height: 40vh;
}
.table-info th {
  font-weight: 600;
}
.table-fixed          { overflow: auto; max-height: 35vh;
}
.table-fixed thead th { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th { position: sticky; left: 0;
}
.buttons-panel {
  padding-top: 10px;
}
.info-box-green {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}


.highlighted[data-v-2caf7ea6] {
    color: #275C3E;
    font-weight: bold;
}
.highlighted-lite[data-v-2caf7ea6] {
    color: #275C3E;
}
.table-bordered[data-v-2caf7ea6], .table-bordered td[data-v-2caf7ea6] {
    border: 1px solid black;
    border-collapse: collapse;
}
.content[data-v-2caf7ea6] {
    width: 90%;
    margin: 0 auto;
}
.content-header[data-v-2caf7ea6] {
    float: left;
    width: 60%;
    border-bottom: 2px solid black;
}
.content-img-wrapper[data-v-2caf7ea6] {
    float: right;
    width: 40%;
    height: 280px;
    border: 2px solid black;
    text-align: center;
    position: relative;
}
.content-img[data-v-2caf7ea6] {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer[data-v-2caf7ea6] {
    position: relative;
    top: -35px;
}


.pump-graph[data-v-1f1ada68] {
  width: 350px;
  height: 250px;
}
.toggle-indicator[data-v-1f1ada68] {
  font-family: 'FontAwesome', sans-serif;
  text-align: center;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}
.toggle-indicator-closed[data-v-1f1ada68]::before {
  content: "\f054";
}
.toggle-indicator-open[data-v-1f1ada68]::before {
  content: "\f078";
}



.clickable[data-v-15e5f98d] tr {
  cursor: pointer;
}


.floating-graph[data-v-276f6d54] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.modal-mask[data-v-3261426e] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-3261426e] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-3261426e] {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  padding: 0 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-3261426e] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-3261426e] {
}
.modal-footer-left[data-v-3261426e] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-3261426e] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-3261426e] {
  opacity: 0;
}
.modal-leave-active[data-v-3261426e] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-3261426e],
.modal-leave-active .modal-container[data-v-3261426e] {
  transform: scale(0.9);
}
#graph-container[data-v-3261426e] {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.file-input-wrapper[data-v-3261426e] {
  margin: 0;
}
#imgfile[data-v-3261426e] {
   opacity: 0;
   position: absolute;
   z-index: -1;
}



.modal-mask[data-v-0eb5d1ce] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-0eb5d1ce] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-0eb5d1ce] {
  width: 50%;
  min-width: 768px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-0eb5d1ce] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-0eb5d1ce] {
}
.modal-footer-left[data-v-0eb5d1ce] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-0eb5d1ce] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-0eb5d1ce] {
  opacity: 0;
}
.modal-leave-active[data-v-0eb5d1ce] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-0eb5d1ce],
.modal-leave-active .modal-container[data-v-0eb5d1ce] {
  transform: scale(0.9);
}



.combobox-wrapper[data-v-cbc15f90] {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.dropdown-item[data-v-cbc15f90] {
  cursor: pointer;
}



.modal-mask[data-v-71a346aa] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-dialog[data-v-71a346aa] {
  display: table;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-wrapper[data-v-71a346aa] {
  display: table-cell;
  vertical-align: middle;
}
.modal-enter-from[data-v-71a346aa] {
  opacity: 0;
}
.modal-leave-active[data-v-71a346aa] {
  opacity: 0;
}
.modal-enter-from .modal-dialog[data-v-71a346aa],
.modal-leave-active .modal-dialog[data-v-71a346aa] {
  transform: scale(0.9);
}
.picture[data-v-71a346aa] {
  max-width: 100%;
  max-height: 90vh;
}




.input-group[data-v-63e55712] {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.input-group-text[data-v-63e55712] {
  min-width: 150px;
}
.table[data-v-63e55712] {
  width: auto;
}
.table td[data-v-63e55712], .table th[data-v-63e55712] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-63e55712] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.file-input-el[data-v-63e55712] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pump-picture[data-v-63e55712] {
  max-width: 300px;
  cursor: pointer;
}
.disabled-control[data-v-63e55712] {
  pointer-events: none;
  opacity: 0.3;
}



.highlighted[data-v-cbac41ae] {
    color: #275C3E;
    font-weight: bold;
}
.highlighted-lite[data-v-cbac41ae] {
    color: #275C3E;
}
.table-bordered[data-v-cbac41ae], .table-bordered td[data-v-cbac41ae] {
    border: 1px solid black;
    border-collapse: collapse;
}
.content[data-v-cbac41ae] {
    width: 90%;
    margin: 0 auto;
}
.content-header[data-v-cbac41ae] {
    float: left;
    width: 60%;
    border-bottom: 2px solid black;
}
.content-img-wrapper[data-v-cbac41ae] {
    float: right;
    width: 40%;
    height: 280px;
    border: 2px solid black;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.content-drw-wrapper[data-v-cbac41ae] {
    width: 100%;
    /* height: 300px; */
    text-align: center;
    position: relative;
}
.content-img[data-v-cbac41ae] {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#specstable tr td[data-v-cbac41ae]:nth-child(odd) {
    text-align: right;
    padding-right: 10px;
}
.price[data-v-cbac41ae] {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.footer[data-v-cbac41ae] {
    position: relative;
    top: -35px;
}


.pump-graph[data-v-086f8113] {
  width: 350px;
  height: 250px;
}
.toggle-indicator[data-v-086f8113] {
  font-family: 'FontAwesome',sans-serif;
  text-align: center;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}
.toggle-indicator-closed[data-v-086f8113]::before {
  content: "\f054";
}
.toggle-indicator-open[data-v-086f8113]::before {
  content: "\f078";
}



.clickable[data-v-5797225a] tr {
  cursor: pointer;
}


.floating-graph[data-v-f4000c36] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.modal-mask[data-v-c1096c2c] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-c1096c2c] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-c1096c2c] {
  width: 50%;
  min-width: 768px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-c1096c2c] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-c1096c2c] {
}
.modal-footer-left[data-v-c1096c2c] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-c1096c2c] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-c1096c2c] {
  opacity: 0;
}
.modal-leave-active[data-v-c1096c2c] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-c1096c2c],
.modal-leave-active .modal-container[data-v-c1096c2c] {
  transform: scale(0.9);
}



.table[data-v-1f464ea0] {
  width: auto;
}
.table td[data-v-1f464ea0], .table th[data-v-1f464ea0] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-1f464ea0] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.file-input-el[data-v-1f464ea0] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pump-picture[data-v-1f464ea0] {
    max-width: 300px;
    cursor: pointer;
}
.disabled-control[data-v-1f464ea0] {
  pointer-events: none;
  opacity: 0.3;
}



.clickable[data-v-3b602bec] tr {
  cursor: pointer;
}


.floating-graph[data-v-36842544] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.table td[data-v-828e118c], .table th[data-v-828e118c] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-828e118c] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-5cf44fc6] tr {
  cursor: pointer;
}


.floating-graph[data-v-2b12acc6] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.input-group[data-v-470c776f] {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.input-group-text[data-v-470c776f] {
  min-width: 150px;
}
.table[data-v-470c776f] {
  width: auto;
}
.table td[data-v-470c776f], .table th[data-v-470c776f] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-470c776f] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-43af0630] tr {
  cursor: pointer;
}


.floating-graph[data-v-4a666b0d] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.input-group[data-v-258b40ae] {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.input-group-text[data-v-258b40ae] {
  min-width: 150px;
}
.table[data-v-258b40ae] {
  width: auto;
}
.table td[data-v-258b40ae], .table th[data-v-258b40ae] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-258b40ae] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-20021538] tr {
  cursor: pointer;
}


.floating-graph[data-v-4f11b247] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.table td[data-v-6f630d64], .table th[data-v-6f630d64] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-6f630d64] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-9b49c89c] tr {
  cursor: pointer;
}


.floating-graph[data-v-20f388d8] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.table td[data-v-b433ee96], .table th[data-v-b433ee96] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-b433ee96] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-fd7fba1a] tr {
  cursor: pointer;
}


.floating-graph[data-v-393c340f] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.table td[data-v-026bdf6c], .table th[data-v-026bdf6c] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-026bdf6c] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-71a11452] tr {
  cursor: pointer;
}


.floating-graph[data-v-12740840] {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 350px;
  height: 250px;
}


.table td[data-v-2f42f322], .table th[data-v-2f42f322] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-2f42f322] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.thumbnail[data-v-2f42f322] {
  max-width: 300px;
  cursor: pointer;
}
.file-input-el[data-v-2f42f322] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}



.clickable[data-v-37252a10] tr {
  cursor: pointer;
}


.tagsinput-wrapper[data-v-1397684a] {
  flex: 1 1 auto;
}
[data-v-1397684a] .ti-input {
  padding: 0.375rem 0.5rem;
}
[data-v-1397684a] .ti-tag {
  padding: 5px 7px;
  font-size: 90%;
  background-color: #275c3e;
}



.input-group[data-v-45615ea8] {
  margin-bottom: 1rem;
  max-width: 600px;
}
.input-group-text[data-v-45615ea8] {
  min-width: 150px;
}
.table td[data-v-45615ea8], .table th[data-v-45615ea8] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-45615ea8] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.thumbnail[data-v-45615ea8] {
  max-width: 300px;
  cursor: pointer;
}
.file-input-el[data-v-45615ea8] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}



.btn[data-v-415b547e] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}



.clickable[data-v-73d18e40] tr {
  cursor: pointer;
}


.table[data-v-ada7f6be] {
  width: auto;
}
.table td[data-v-ada7f6be], .table th[data-v-ada7f6be] {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
}
.btn[data-v-ada7f6be] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.file-input-el[data-v-ada7f6be] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pump-picture[data-v-ada7f6be] {
    max-width: 300px;
    cursor: pointer;
}
.disabled-control[data-v-ada7f6be] {
  pointer-events: none;
  opacity: 0.3;
}



.pump-graph[data-v-56177f68] {
  width: 350px;
  height: 250px;
}
.toggle-indicator[data-v-56177f68] {
  font-family: 'FontAwesome',sans-serif;
  text-align: center;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}
.toggle-indicator-closed[data-v-56177f68]::before {
  content: "\f054";
}
.toggle-indicator-open[data-v-56177f68]::before {
  content: "\f078";
}



.modal-mask[data-v-a0e81fb0] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .1s ease;
}
.modal-wrapper[data-v-a0e81fb0] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-a0e81fb0] {
  width: 60%;
  min-width: 768px;
  /*height: 50%;*/
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-header h3[data-v-a0e81fb0] {
  margin-top: 0;
  margin-bottom: 0;
  color: #42b983;
}
.modal-body[data-v-a0e81fb0] {
  height: 576px;
}
.modal-footer-left[data-v-a0e81fb0] {
  float: left;
  text-align: left;
}
.modal-footer-right[data-v-a0e81fb0] {
  float: right;
  text-align: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-from[data-v-a0e81fb0] {
  opacity: 0;
}
.modal-leave-active[data-v-a0e81fb0] {
  opacity: 0;
}
.modal-enter-from .modal-container[data-v-a0e81fb0],
.modal-leave-active .modal-container[data-v-a0e81fb0] {
  transform: scale(0.9);
}



.highlighted[data-v-20fbe86e] {
    color: #275C3E;
    font-weight: bold;
}
.highlighted-lite[data-v-20fbe86e] {
    color: #275C3E;
}
.table-bordered[data-v-20fbe86e], .table-bordered td[data-v-20fbe86e] {
    border: 1px solid black;
    border-collapse: collapse;
}
.content[data-v-20fbe86e] {
    width: 90%;
    margin: 0 auto;
}
.content-header[data-v-20fbe86e] {
    float: left;
    width: 60%;
    border-bottom: 2px solid black;
}
.content-img-wrapper[data-v-20fbe86e] {
    float: right;
    width: 40%;
    height: 280px;
    border: 2px solid black;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.content-drw-wrapper[data-v-20fbe86e], .content-adv-wrapper[data-v-20fbe86e] {
    width: 100%;
    /* height: 300px; */
    text-align: center;
    position: relative;
}
.content-img[data-v-20fbe86e] {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.price[data-v-20fbe86e] {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.parts-list[data-v-20fbe86e] {
  position: absolute;
  bottom: -80px;
  width: 100%;
}
#dimensions-table[data-v-20fbe86e], #dimensions-table td[data-v-20fbe86e], #dimensions-table th[data-v-20fbe86e] {
  border: 1px solid black;
}
.footer[data-v-20fbe86e] {
    position: relative;
    top: -35px;
}


.graph-header[data-v-06057e70] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.highlighted[data-v-06057e70] {
  color: #275C3E;
  font-weight: bold;
}
.side-col[data-v-06057e70] {
  width: 260px;
  padding: 10px 15px;
}
.background-image[data-v-06057e70] {
  background-image: url(/img/15ad83e1.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-blend-mode: lighten;
  background-size: contain;
  background-position-y: -20px;
  background-repeat: no-repeat;
  background-position-x: right;
}
.background-gradient[data-v-06057e70] {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.83));
}
.content-img-wrapper[data-v-06057e70] {
  width: 100%;
  height: 280px;
  text-align: center;
}
.content-img[data-v-06057e70] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.step-box[data-v-06057e70] {
  color: #275C3E;
  font-size: 18px;
  font-weight: bold;
  border-width: thin;
  border-color: lightgray;
  border-style: solid;
  border-radius: 7px;
  padding: 7px 15px 5px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.step-box[data-v-06057e70]:nth-child(odd) {
  background-color: lightgray;
}
.step-box[data-v-06057e70]:nth-child(even) {
  background-color: white;
}
.rounded-text[data-v-06057e70] {
  border-color: red;
  background-color: red;
  font-size: 20px;
  padding-top: 2px;
  width: 24px;
  height: 24px;
}



.modal-mask[data-v-7567593c] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-dialog[data-v-7567593c] {
  display: table;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-wrapper[data-v-7567593c] {
  display: table-cell;
  vertical-align: middle;
}
.modal-content[data-v-7567593c] {
  border-radius: 6px;
}
.modal-body[data-v-7567593c] {
  padding: 0;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.modal-enter-from[data-v-7567593c] {
  opacity: 0;
}
.modal-leave-active[data-v-7567593c] {
  opacity: 0;
}
.modal-enter-from .modal-dialog[data-v-7567593c],
.modal-leave-active .modal-dialog[data-v-7567593c] {
  transform: scale(0.9);
}
.modal-dialog-header[data-v-7567593c] {
  background-color: #275C3E;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-dialog-body[data-v-7567593c] {
  text-align: center;
  color: #275C3E;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}




.modal-mask[data-v-615a9242] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-dialog[data-v-615a9242] {
  display: table;
  width: 350px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-wrapper[data-v-615a9242] {
  display: table-cell;
  vertical-align: middle;
}
.modal-content[data-v-615a9242] {
  border-radius: 6px;
}
.modal-body[data-v-615a9242] {
  padding: 0;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.modal-enter-from[data-v-615a9242] {
  opacity: 0;
}
.modal-leave-active[data-v-615a9242] {
  opacity: 0;
}
.modal-enter-from .modal-dialog[data-v-615a9242],
.modal-leave-active .modal-dialog[data-v-615a9242] {
  transform: scale(0.9);
}
.modal-dialog-header[data-v-615a9242] {
  background-color: #275C3E;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-dialog-body[data-v-615a9242] {
  text-align: center;
  color: #275C3E;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}




.side-col[data-v-8b1622a6] {
  width: 260px;
  padding: 10px 15px;
}
.table-light>td[data-v-8b1622a6] {
  line-height: 0.5;
}
.btn-primary[data-v-8b1622a6] {
  border-width: thick;
}
.table-hover tbody tr[data-v-8b1622a6]:hover {
  background-color: #f4f6eb;
}
.graph-header[data-v-8b1622a6] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.graph-container[data-v-8b1622a6] {
  height: 40vh;
}
.table-info th[data-v-8b1622a6] {
  font-weight: 600;
}
.table-fixed[data-v-8b1622a6]          { overflow: auto; max-height: 35vh;
}
.table-fixed thead th[data-v-8b1622a6] { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th[data-v-8b1622a6] { position: sticky; left: 0;
}
.info-box-green[data-v-8b1622a6] {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow[data-v-8b1622a6] {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red[data-v-8b1622a6] {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}
.highlighted[data-v-8b1622a6] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.highlighted-box[data-v-8b1622a6] {
  z-index: 9999;
  border-style: solid;
  border-color: red;
  border-width: thick;
  pointer-events: none;
}
input[type=checkbox][data-v-8b1622a6] {
  background-color: #275C3E;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
input[type=checkbox][data-v-8b1622a6]:checked {
  background: #275C3E url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}



.graph-header[data-v-ea5df058] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.highlighted[data-v-ea5df058] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.side-col[data-v-ea5df058] {
  width: 260px;
  padding: 10px 15px;
}
.background-image[data-v-ea5df058] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 15%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 85%, rgba(39, 92, 62, 1)), url(/img/8496654b.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 300px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.content-img-wrapper[data-v-ea5df058] {
  width: 100%;
  height: 400px;
  text-align: center;
}
.content-img[data-v-ea5df058] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



.graph-header[data-v-98e75b6e] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.highlighted[data-v-98e75b6e] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.side-col[data-v-98e75b6e] {
  width: 260px;
  padding: 10px 15px;
}
.background-image[data-v-98e75b6e] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 5%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 90%, rgba(39, 92, 62, 1)), url(/img/4b5c4459.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 800px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.background-gradient[data-v-98e75b6e] {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.43) 50%, rgba(255, 255, 255, 1) 100%),
              linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 75%);
}
.content-img-wrapper[data-v-98e75b6e] {
  border-radius: 50%;
  border: 2px solid #abc3b6;
  //width: 100%;
  height: 500px;
  text-align: center;
}
.content-img[data-v-98e75b6e] {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



.side-col[data-v-bb16a25e] {
  width: 260px;
  padding: 10px 15px;
}
.table-light>td[data-v-bb16a25e] {
  line-height: 0.5;
}
.btn-primary[data-v-bb16a25e] {
  border-width: thick;
}
.table-hover tbody tr[data-v-bb16a25e]:hover {
  background-color: #f4f6eb;
}
.graph-header[data-v-bb16a25e] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.graph-container[data-v-bb16a25e] {
  height: 40vh;
}
.table-info th[data-v-bb16a25e] {
  font-weight: 600;
}
.table-fixed[data-v-bb16a25e]          { overflow: auto; max-height: 35vh;
}
.table-fixed thead th[data-v-bb16a25e] { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th[data-v-bb16a25e] { position: sticky; left: 0;
}
.info-box-green[data-v-bb16a25e] {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow[data-v-bb16a25e] {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red[data-v-bb16a25e] {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}
.highlighted[data-v-bb16a25e] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
input[type=checkbox][data-v-bb16a25e] {
  background-color: #275C3E;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
input[type=checkbox][data-v-bb16a25e]:checked {
  background: #275C3E url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}



.modal-mask[data-v-22432668] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-dialog[data-v-22432668] {
  display: table;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-wrapper[data-v-22432668] {
  display: table-cell;
  vertical-align: middle;
}
.modal-content[data-v-22432668] {
  border-radius: 6px;
}
.modal-body[data-v-22432668] {
  padding: 0;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.modal-enter-from[data-v-22432668] {
  opacity: 0;
}
.modal-leave-active[data-v-22432668] {
  opacity: 0;
}
.modal-enter-from .modal-dialog[data-v-22432668],
.modal-leave-active .modal-dialog[data-v-22432668] {
  transform: scale(0.9);
}
.modal-dialog-header[data-v-22432668] {
  background-color: lightgray;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-dialog-body[data-v-22432668] {
  text-align: center;
  color: #275C3E;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}




.side-col[data-v-48ea8f92] {
  width: 260px;
  padding: 10px 15px;
}
.table-light>td[data-v-48ea8f92] {
  line-height: 0.5;
}
.btn-primary[data-v-48ea8f92] {
  border-width: thick;
}
.table-hover tbody tr[data-v-48ea8f92]:hover {
  background-color: #f4f6eb;
}
.graph-header[data-v-48ea8f92] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.table-info th[data-v-48ea8f92] {
  font-weight: 600;
}
.table-fixed[data-v-48ea8f92]          { overflow: auto; max-height: 30vh;
}
.table-fixed thead th[data-v-48ea8f92] { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th[data-v-48ea8f92] { position: sticky; left: 0;
}
.info-box-green[data-v-48ea8f92] {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow[data-v-48ea8f92] {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red[data-v-48ea8f92] {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}
.highlighted[data-v-48ea8f92] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.background-image[data-v-48ea8f92] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 10%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 90%, rgba(39, 92, 62, 1)), url(/img/15ad83e1.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 800px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.background-gradient[data-v-48ea8f92] {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.43) 50%, rgba(255, 255, 255, 1) 100%),
  linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 75%);
}



.graph-header[data-v-27a5e7cb] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.highlighted[data-v-27a5e7cb] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.side-col[data-v-27a5e7cb] {
  width: 260px;
  padding: 10px 15px;
}
.background-image[data-v-27a5e7cb] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 18%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 82%, rgba(39, 92, 62, 1)), url(/img/8496654b.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 290px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.content-img-wrapper[data-v-27a5e7cb] {
  width: 100%;
  height: 400px;
  text-align: center;
}
.content-img[data-v-27a5e7cb] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



.side-col[data-v-68434c5e] {
  width: 260px;
  padding: 10px 15px;
}
.table-light>td[data-v-68434c5e] {
  line-height: 0.5;
}
.btn-primary[data-v-68434c5e] {
  border-width: thick;
}
.table-hover tbody tr[data-v-68434c5e]:hover {
  background-color: #f4f6eb;
}
.graph-header[data-v-68434c5e] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.table-info th[data-v-68434c5e] {
  font-weight: 600;
}
.table-fixed[data-v-68434c5e]          { overflow: auto; max-height: 30vh;
}
.table-fixed thead th[data-v-68434c5e] { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th[data-v-68434c5e] { position: sticky; left: 0;
}
.info-box-green[data-v-68434c5e] {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow[data-v-68434c5e] {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red[data-v-68434c5e] {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}
.highlighted[data-v-68434c5e] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.background-image[data-v-68434c5e] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 10%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 90%, rgba(39, 92, 62, 1)), url(/img/15ad83e1.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 700px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.background-gradient[data-v-68434c5e] {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.13) 50%, rgba(255, 255, 255, 0.8) 100%),
  linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
}
.option-name[data-v-68434c5e] {
  display: flex;
  align-items: center;
}
.option-name[data-v-68434c5e]:before {
  content: '';
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
  color: red;
  font-size: 24pt;
  margin-right: -20px;
  line-height: 1.2rem;
}
.option-control-btn[data-v-68434c5e] {
  font-size: 20pt;
  height: 54px;
  width: 54px;
}
.option-counter[data-v-68434c5e] {
  color: red;
  font-size: 24pt;
  font-weight: bold;
  margin: 0 10px;
  vertical-align: middle;
}



.side-col[data-v-307972f9] {
  width: 260px;
  padding: 10px 15px;
}
.table-light>td[data-v-307972f9] {
  line-height: 0.5;
}
.btn-primary[data-v-307972f9] {
  border-width: thick;
}
.table-hover tbody tr[data-v-307972f9]:hover {
  background-color: #f4f6eb;
}
.graph-header[data-v-307972f9] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.table-info th[data-v-307972f9] {
  font-weight: 600;
}
.table-fixed[data-v-307972f9]          { overflow: auto; max-height: 30vh;
}
.table-fixed thead th[data-v-307972f9] { position: sticky; top: 0; z-index: 1;
}
.table-fixed tbody th[data-v-307972f9] { position: sticky; left: 0;
}
.info-box-green[data-v-307972f9] {
  background-color: #275c3e;
  color: white;
  padding: 0.6rem 0.75rem;
}
.info-box-yellow[data-v-307972f9] {
  background-color: #f39c12;
  color: #212529;
  padding: 0.6rem 0.75rem;
}
.info-box-red[data-v-307972f9] {
  background-color: #e31e25;
  color: white;
  padding: 0.6rem 0.75rem;
}
.highlighted[data-v-307972f9] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center;
}
.background-image[data-v-307972f9] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1), rgba(39, 92, 62, 1) 10%, rgba(39, 92, 62, 0), rgba(39, 92, 62, 1) 90%, rgba(39, 92, 62, 1)), url(/img/15ad83e1.jpg);
  background-color: rgba(39, 92, 62, 1);
  background-size: 700px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: right;
}
.background-gradient[data-v-307972f9] {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.13) 50%, rgba(255, 255, 255, 0.8) 100%),
  linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
}
.option-name[data-v-307972f9] {
  display: flex;
  align-items: center;
}
.option-name[data-v-307972f9]:before {
  content: '';
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
  color: red;
  font-size: 24pt;
  margin-right: -20px;
  line-height: 1.2rem;
}
.option-control-btn[data-v-307972f9] {
  font-size: 20pt;
  height: 54px;
  width: 54px;
}
.option-counter[data-v-307972f9] {
  color: red;
  font-size: 24pt;
  font-weight: bold;
  margin: 0 10px;
  vertical-align: middle;
}



.graph-header[data-v-41dfa1a8] {
  height: 50px;
  background-color: #ccc;
  padding: 10px;
}
.highlighted[data-v-41dfa1a8] {
  color: #275C3E;
  font-weight: bold;
  font-size: 16pt;
  line-height: 2rem;
  text-align: center
}
.side-col[data-v-41dfa1a8] {
  width: 260px;
  padding: 10px 15px;
}
.background-image[data-v-41dfa1a8] {
  background-image: linear-gradient(to top, rgba(39, 92, 62, 1) 3%, rgba(39, 92, 62, 0.2) 10%, rgba(39, 92, 62, 0.7) 85%, rgba(39, 92, 62, 1) 97%), url(/img/cae047dd.jpg);
  background-size: cover;
  background-position-x: 30px;
  background-repeat: no-repeat;
}
.floating-window[data-v-41dfa1a8] {
  margin: 20px;
  box-shadow: 10px 10px 10px 3px rgba(0,0,0,0.35);
}
.floating-window-header[data-v-41dfa1a8] {
  background-color: #275C3E;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.floating-window-body[data-v-41dfa1a8] {
  background-color: white;
  text-align: center;
  color: #275C3E;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  line-height: 1.5rem;
  min-height: 90px;
}
.floating-window-footer[data-v-41dfa1a8] {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}



.btn-white {
  color: #275C3E;
  background-color: white;
  border-width: thick;
  border-color: #abc3b6;
}
.btn-white-active {
  color: red;
  font-weight: bold;
  background-color: white;
  border-width: thick;
  border-color: #abc3b6;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.btn-white-active:focus {
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
}
.btn-white-active:hover {
  color: red;
}
.btn-red {
  color: white;
  background-color: red;
  border-width: thick;
  border-color: #abc3b6;
}
.rounded-text {
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-color: #275C3E;
  border-style: solid;
  border-radius: 50%;
  background-color: #275C3E;
  text-align: center;
}
.triangle-up-bg {
  --r:12px; /* border radius */

  height: 60px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) bottom var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from -22.5deg at 50% calc(100% + 100%/tan(22.5deg) - var(--r)/(3*sqrt(2) - 4)),#000 45deg,#0000 0)
    0 100%/100% calc(100% - var(--r)/sqrt(2)) no-repeat,
    radial-gradient(var(--r) at 50% calc(var(--r)*sqrt(2)),#000 98%,#0000 101%),
    radial-gradient(var(--r) at left  var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background-color: white;
  display: inline-block;
  position: relative;
}
.triangle-up {
  --r:12px; /* border radius */

  position: absolute;
  height: 59px;
  top: 1px;
  left: 1px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) bottom var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from -22.5deg at 50% calc(100% + 100%/tan(22.5deg) - var(--r)/(3*sqrt(2) - 4)),#000 45deg,#0000 0)
    0 100%/100% calc(100% - var(--r)/sqrt(2)) no-repeat,
    radial-gradient(var(--r) at 50% calc(var(--r)*sqrt(2)),#000 98%,#0000 101%),
    radial-gradient(var(--r) at left  var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 0,100% 100%,0 100%);
  border-width: thin;
  border-color: white;
  border-style: solid;
  background-color: red;
  animation: bg-color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  display: inline-block;
}
.triangle-left-bg {
  --r:12px; /* border radius */

  position: relative;
  width: 60px;
  aspect-ratio: 1/2;
  --_g:calc(var(--r)/tan(22.5deg)) right var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from 247.5deg at calc(100% + 100%/tan(22.5deg) - var(--r)/(3*sqrt(2) - 4)) 50%,#000 45deg,#0000 0)
    100% 0/calc(100% - var(--r)/sqrt(2)) no-repeat,
    radial-gradient(var(--r) at calc(var(--r)*sqrt(2)) 50%,#000 98%,#0000 101%),
    radial-gradient(var(--r) at top    var(--_g)),
    radial-gradient(var(--r) at bottom var(--_g));
  clip-path: polygon(0 50%,100% 100%,100% 0);
  background-color: white;
  display: inline-block;
}
.triangle-left {
  --r:12px; /* border radius */

  position: absolute;
  width: 59px;
  top: 1px;
  left: 1px;
  aspect-ratio: 1/2;
  --_g:calc(var(--r)/tan(22.5deg)) right var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from 247.5deg at calc(100% + 100%/tan(22.5deg) - var(--r)/(3*sqrt(2) - 4)) 50%,#000 45deg,#0000 0)
    100% 0/calc(100% - var(--r)/sqrt(2)) no-repeat,
    radial-gradient(var(--r) at calc(var(--r)*sqrt(2)) 50%,#000 98%,#0000 101%),
    radial-gradient(var(--r) at top    var(--_g)),
    radial-gradient(var(--r) at bottom var(--_g));
  clip-path: polygon(0 50%,100% 100%,100% 0);
  border-width: thin;
  border-color: white;
  border-style: solid;
  background-color: red;
  animation: bg-color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  display: inline-block;
}
.triangle-down {
  --r:12px; /* border radius */

  height: 60px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) top var(--r),#000 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from 157.5deg at 50% calc(var(--r)/(3*sqrt(2) - 4) - 100%/tan(22.5deg)),#000 45deg,#0000 0)
    0 0/100% calc(100% - var(--r)/sqrt(2)) no-repeat,
    radial-gradient(var(--r) at 50% calc(100% - var(--r)*sqrt(2)),#000 98%,#0000 101%),
    radial-gradient(var(--r) at left  var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%,100% 0,0 0);
  background-color: red;
  animation: bg-color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  display: inline-block;
}
@keyframes bg-color {
to {
    background-color: maroon;
}
}



.modal-mask[data-v-34946882] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-dialog[data-v-34946882] {
  width: 50%;
  min-width: 768px;
  margin: 0px auto;
  /*padding: 0px 0px;*/
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .1s ease;
}
.modal-wrapper[data-v-34946882] {
  display: table-cell;
  vertical-align: middle;
}
.modal-enter-from[data-v-34946882] {
  opacity: 0;
}
.modal-leave-active[data-v-34946882] {
  opacity: 0;
}
.modal-enter-from .modal-dialog[data-v-34946882],
.modal-leave-active .modal-dialog[data-v-34946882] {
  transform: scale(0.9);
}
.picture-row[data-v-34946882] {
  position: relative;
  margin: 2rem 1rem;
  border: 1px grey solid;
}
.picture-row .picture-overlay[data-v-34946882] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0);
}
.picture-row:hover .picture-overlay[data-v-34946882] {
  background-color: rgba(0, 140, 186, .15);
}
.picture-row.selected .picture-overlay[data-v-34946882] {
  background-color: rgba(0, 200, 30, .3);
}
.picture-row ul[data-v-34946882] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.picture-row li[data-v-34946882] {
  flex-grow: 1;
  padding-right: 30px;
}




.nav-link[data-v-4ed99d2a] {
  cursor: pointer;
}


.row[data-v-d8cd2ffe] {
  min-height: 2.5rem;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
}
.data-el[data-v-d8cd2ffe] {
  margin-left: calc(0.75rem + 1px);
}
.form-control[data-v-d8cd2ffe] {
  flex-grow: 1;
  color: black;
}
.highlighted[data-v-d8cd2ffe] {
  color: #275C3E;
  font-weight: bold;
}
.label-el[data-v-d8cd2ffe] {
  color: #275C3E;
  flex: 0 0 140px;
}


