[v-cloak] > * { display:none }
[v-cloak]::before { 
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 10% auto;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}
.base-content {
  padding-top: 50px;
  height: calc(100vh - 50px);
  background-color: #ffffff;
  width: 100vw;
  overflow-y: auto;
}

.failure {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  background: red;
  z-index: 100;
}

.watchdog {
  
}

.watchdog-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 200px;
  overflow: auto;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.watchdog-button {
  cursor: pointer;
  width: min-content;
}

.watchdog-button img {
  width: 20px;
  height: 20px;
}

.watchdog-button img:hover {
  background: #ebebeb;
}

.close-button {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.close-button:hover {
  color: #171717;
}

.watchdog {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.weighing {
  overflow: auto;
}

.form {
  overflow: auto;
}

/*           WEIGHING           */
.weighing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
  padding-top: 10px;
  padding-bottom: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(47%, #f6f6f6),to(#ededed));
  background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4); 
  box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4);
  z-index: 1;
}
.display {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff88+0,ffff88+100;Yellow+Flat+%231 */
  background: #ffff88; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfc95 0%,#ffff88 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfc95),to(#ffff88));
  background: -o-linear-gradient(top, #fcfc95 0%,#ffff88 100%);
  background: linear-gradient(to bottom, #fcfc95 0%,#ffff88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
  width:600px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dbdbdb;
  position: relative;
}

.display .weight {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
  font-size: 90px;
  text-align: right;
  font-family: monospace;
  padding: 0 10px;
}

.display .unit {
  color: #4d4d4d;
  font-weight: 500;
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
  font-size: 60px;
  text-align: right;
  vertical-align: middle;
  padding: 0 5px;
  padding-top: 0.8%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #ffff88; 
  line-height: 200px;
}

.platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  
}

.platform .button {
  background-color: transparent;
  border: 0;
  margin-left: 2px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  font-weight: 500;
}

.platform .button:hover {
  color: #a40e0e;
  
}

.platform .button:active {
  color: #550f0f;
}

.platform .button.active {
  color: #ffffff;
  background-color: #FF9800;
}



.isStable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  margin: 4px;
  position: absolute;
}

.isStable-left {
  width: 0;
	height: 0;
	border-bottom: 15px solid #636363;
	border-right: 15px solid transparent;
  margin-right: 1px;
}
.isStable-right {
  width: 0;
	height: 0;
	border-bottom: 15px solid #636363;
	border-left: 15px solid transparent;
  margin-left: 1px;
}

.weighing > .button {
  color: #333;
  background: #ffffff; /* Old browsers */
  border: 1px solid #dbdbdb;
  outline: none;
  cursor: pointer;
  height: 100px;
  margin: 0 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.weighing > .button:hover {
  color: #ffffff;
  background-color: #8f8f8f;
}

.weighing > .button:active {
  color: #ffffff;
  background-color: #aaa6a6;
}

.weighing > .button span {
  font-size: 40px;
  font-family: monospace;
}
.weighing .weighingError {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 156px;
  color: red;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


/*       FORM        */
.weight-error-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255,255,255, 1);
  color: red;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.form {
  border-left: 1px solid #e7e7e7;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .overlay {
  position: absolute;
  background: rgba(0,0,0,0.2);
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.form .alert-message {
  background: #fff;
  /* padding: 120px; */
  justify-content: center;
  align-items: center;
  font-size: 30px;
  flex: 1;
  text-align: center;
  height: 100%;
  flex-direction: column;
  display: flex;
}

.form .timer {
  font-size: 20px;
  color: red;
}

.form .message {
  margin: 10% 0;
  font-size: 100px;
  font-weight: 100;
  font-family: 'Raleway';
  color: #afafaf;
  text-shadow: -1px -1px 0 #909090;                  
}

.form .title {
  padding: 10px;
  background-color: #ffff88;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4); 
  box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4);
}

.form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .bform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;

}

.form .bform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form .form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 2px;
  border: 1px solid #c6c5c5;
  margin: 2px 10px;
  position: relative;
  height: 40px;
  flex: 1;
}

.form .form-input-group > span {
  font-size: 18px;
  line-height: 40px;
  /* text-align: center; */
  background-color: #d9d9d9;
  border-radius: 2px 0 0 2px;
  padding-left: 10px;
  min-width: 220px;
  border-right: 1px solid #c6c5c5;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e5e5e5));
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.form .form-input-group input {
  border: 0;
  border-radius: 0 2px 2px 0;
  outline: none;
  padding: 0 15px; 
  width: 100%;
}

/* .form .form-input-group:focus > span {
  background-color: red;
} */

.form .form-input-group-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 2px;
  border: 1px solid #c6c5c5;
  padding: 0 5px;
  margin-right:10px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form .form-input-group-vertical label {
  margin: 0;
  cursor: pointer;
}

.form .form-button {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}


.form  .button-type-wrapper:hover .button-expedition, .form  .button-type-wrapper.active .button-expedition {
  background-image: url(./assets/expedition_hover.svg);
}

.form  .button-type-wrapper.disabled:hover .button-expedition, .form  .button-type-wrapper.disabled .button-expedition {
  background-image: url(./assets/expedition_black.svg);
}

.form .button-reception {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  background-image: url(./assets/reception_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form  .button-type-wrapper:hover .button-reception, .form  .button-type-wrapper.active .button-reception {
  background-image: url(./assets/reception_hover.svg);
}

.form  .button-type-wrapper.disabled:hover .button-reception, .form  .button-type-wrapper.disabled .button-reception {
  background-image: url(./assets/reception_black.svg);
}

.form  .button-type-wrapper {
  cursor: pointer;
  background-color: #f5f5f5;
}

.form  .button-type-wrapper:hover, .form  .button-type-wrapper.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: #ffa84c; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(#ffa84c),to(#ff7b0d));
background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}

.form  .button-type-wrapper:active {
  background-color: #d48411;
}

.form  .button-type-wrapper.disabled:hover, .form  .button-type-wrapper.disabled {
  background: #e2e2e2;
  cursor: not-allowed;
}

.form  .button-type-wrapper.disabled:hover * {
  cursor: not-allowed;

}

.form .no-padding {
  padding: 0;
}

.form input {
  font-size: 16px;
  font-family: monospace;
}

.form input[readonly] {
  font-size: 16px;
  background-color: #e7e7e7;
}

.form input[readonly].active {
  background-color: #ffffff;
}


.form .button-weighing {
  border: 1px solid #0f7113;
  border-top: 0;
  color: #fff;
  background: #109d16;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 101%;
  left: 115px;
  width: calc(100% - 115px);
  border-radius: 0 0 2px 2px;
  padding: 3px 0;
  text-shadow: 1px 1px 0 #088c0e;
}

.form .button-weighing:hover {
  background-color: #0d8a12;
}

.form .button-weighing:active {
  background-color: #0b730f;
}

.form .button-save {
  flex: 1;
  border: 1px solid #0f8f14;
  color: #fff;
  background: #109d16;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 1px 1px 0 #0c8a12;
  font-size: 20px;
}

.form .button-save:hover {
  background: #0c9111;
}

.form .button-save:active {
  background: #04800a;
}


.form .button-save span {
  font-weight: 500;
}

.form .button-save[disabled] {
  background: #c4c4c4;
  color: #8a8787;
  text-shadow: unset;
  border: 1px solid #8a8787;
  cursor: not-allowed;
}   

.form .button-reverse {
  height: 40px;
  margin: 2px;
}

.form .weight-field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .weight-field span {
  border: 0;
  border-bottom: 1px solid #bababa;
  text-align: center;
}

.form .weight-field input {
  padding: 10px;
  text-align: center!important;
}

.form .button-weighing{
  left: 0;
  width: 100%;
}

.form .form-input-group.weight-field {
  height: auto;
}

.button-warning, .button-print {
  background-color: transparent;
  border: 0;
  color: #333;
  cursor: pointer;
  margin: 2px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #318ce0;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  padding: 5px 8px;
  text-shadow: 1px 1px 0 #257dcf;
  width: auto;
  align-self: center;
}
.button-print:hover {
  color: #ffffff;
  background: #2680d4;
}
.button-print:active {
  color: #ffffff;
  background-color: #1b70bf;
}

.button-print span {
  margin-left: 10px;
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #246b0e;
  font-weight: 500;
}

.button-warning {
  background: #d49e26;
  text-shadow: 1px 1px 0 #b8820c;
  width: auto;
}

.button-warning:hover {
  color: #ffffff;
  background: #c8921b;
}
.button-warning:active {
  color: #ffffff;
  background-color: #c89116;
}

.button-warning span {
  margin-left: 10px;
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #b8820c;
  font-weight: 500;
}

.language-menu {
  text-align: right;
}

.language-menu img {
  height: 40px;
  margin: 5px;
  border: 1px solid #dedddd;
  border-radius: 3px;
  cursor: pointer;
}
