/* Copyright (c) 2016 EMindTek */
/* No distribution authorized. */
/* hydro color: #077199 */
@import "common.css";
.reader_status_connected {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid gray;
  background-color: #27ae60;
  display: inline-block;
}

.align_status_with_name {
  margin: -4px 15px 0px 15px;
}

.center_name_with_status {
  display: inline-block;
  vertical-align: top;
}

.reader_status_disconnected {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid gray;
  background-color: #c0392b;
  display: inline-block;
}

.antenna_status_connected {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid gray;
  background-color: #27ae60;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: -2px;
}

.antenna_status_disconnected {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid gray;
  background-color: #c0392b;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: -2px;
}

.product-img {
  width: auto;
  height: 80px;
}

.product-img-big {
  height: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.btn_reboot_align {
  padding: 10px !important;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tagWriteMessage {
  color: darkgray;
  font-style: italic;
  margin-top: -2px;
  position: absolute;
  left: 50px;
  font-size: 21px;
}

.matListContainer {
  display: inline-flex;
  height: 554px;
  font-size: 25px;
  margin-left: 224px;
  width: 525px;
  top: 0;
}

.matList {
  width: 748px !important;
  /*height: 325px !important;*/
  font-size: 25px !important;
}

.addFullWidth {
  height: 50px;
}

#newTag {
  position: relative;
  left: 10%;
  top: -108px;
}

.tagResetButton {
  max-width: 385px;
  width: 385px;
  height: 150px;
  top: -36px;
  bottom: 0px;
  position: relative;
  font-size: 30px;
}

#numPad {
  position: relative;
  display: flex;
  height: 515px;
  width: 385px;
  left: 10%;
  top: -120px;
  /* background-color: whitesmoke; */
  border-radius: 4px;
}

.touchNumPad, .touchNumPad:visited, .touchNumPad:focus {
  position: absolute;
  width: 125px;
  height: 125px;
  padding: inherit;
  border: 3px solid grey;
  color: grey;
  background-color: white;
  border-radius: 50px;
  transition: 0.2s;
  transition-timing-function: ease;
  font-size: 75px;
  font-family: serif;
}

.touchNumPad:hover, .touchNumPad:active {
  position: absolute;
  width: 125px;
  height: 125px;
  padding: inherit;
  background-color: grey;
  color: white;
  transition: 0.2s;
  transition-timing-function: ease;
  border-radius: 50px;
  border: 3px solid lightgrey;
  font-size: 75px;
  font-family: serif;
}

#bBksp, #b1, #b4, #b7 {
  left: 0px !important;
}

#b2, #b5, #b8, #b0 {
  left: 130px !important;
}

#b3, #b6, #b9, #bClear {
  left: 260px !important;
}

#b0, #bBksp, #bClear {
  top: 390px !important;
}

#b1, #b2, #b3 {
  top: 0px !important;
}

#b4, #b5, #b6 {
  top: 130px !important;
}

#b7, #b8, #b9 {
  top: 260px !important;
}

#bClear {
  padding-top: 12px;
  padding-left: 1px;
}

.imageInButton {
  pointer-events: none;
  top: 4px;
}

.progStationLabel {
  margin-top: 3px;
  text-align: right;
  min-width: 205px;
}

.reportCompareLabel {
  margin-top: -3px;
  text-align: right;
}

.progStationInput {
  width: 425px;
}

.progStationDataInput {
  width: 60%;
}

.centerContent {
  /*  position: fixed;
    top: 10%;
    left: 10%;*/
  /*transform: translate(-50%, -50%);*/
  width: 65%;
}

#compareResultUnknown .normal_view_for_edit {
  height: 100%;
}

#compareResultUnknown .fixed-table-container {
  height: calc(100% - 45px);
}

#compareResultUnknown .fixed-table-container-inner {
  height: calc(100% - 25px);
}

#compareResultReport .normal_view_for_edit {
  height: 100%;
}

#compareResultReport .fixed-table-container {
  height: calc(100% - 45px);
}

#compareResultReport .fixed-table-container-inner {
  height: calc(100% - 25px);
}

.progStationProductInfo {
  position: absolute;
  right: 0;
  float: right;
  text-align: center;
  width: 35% !important;
  height: 100%;
  top: 0;
  background: lightgrey;
  padding: 25px;
}

.progStationProductInfoTitle {
  font-size: 30px;
  height: 30px;
  width: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
}

.progStationProductOnAntennaInfo {
  font-size: 50px !important;
  height: 30px;
  width: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 40px;
}

.progStationProductInfoData {
  font-size: 60px;
  font-weight: bold;
  height: 50px;
  width: 100%;
  margin: 15px 0 20px 0;
  padding: 0 !important;
  line-height: 45px;
  font-family: monospace;
}

.progStatusContainer {
  bottom: 110px;
  left: -525px;
  position: relative;
  width: 100%;
  min-width: 525px;
  display: flex;
  height: 45px;
  background: white;
  padding: 10px;
}

.progStatus {
  position: absolute;
  left: 15px;
}

.tagDetailsContainer {
  bottom: 30px;
  left: 208px;
  position: absolute;
  width: 950px;
  display: flex;
  height: 45px;
  padding: 10px;
  font-family: calibri, verdana;
  font-size: 2em;
}

.tagWriteButton {
  width: 100%;
  height: 15%;
  /* bottom: -50%; */
  position: relative;
  border: 1px solid #333;
  font-variant: small-caps;
  font-size: 6em;
  font-weight: bold;
  margin-top: 10px;
}

#compareResultReport {
  position: absolute;
  width: 50%;
  left: 0;
  height: calc(100% - 320px);
  top: 257px;
  padding: 0 10px 0px 60px;
}

#compareResultUnknown {
  position: absolute;
  width: 50%;
  left: 50%;
  height: calc(100% - 320px);
  top: 257px;
  padding: 0 60px 0px 10px;
}

.innerScollbarsTagList {
  height: calc(100vh - 420px);
}

@keyframes cellblink_orange {
  to {
    background-color: #e98a25;
  }
}
.cellblink_orange {
  animation: cellblink_orange 0.2s steps(5, start) 8;
}

@keyframes cellblink_green {
  to {
    background-color: #2ECC40;
  }
}
.cellblink_green {
  animation: cellblink_green 0.2s steps(5, start) 8;
}

.ui-keyboard-hq {
  text-align: center !important;
  padding: 0.3em !important;
  position: absolute !important;
  width: calc(100% - 10px) !important;
  left: 5px !important;
  bottom: 5px !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.reporttype {
  padding: 0 !important;
}

.compListClearBtn {
  margin-top: -20px;
  margin-bottom: 0px;
  padding: 6px 8px 0px 8px;
  font-size: 40px;
}

.spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  padding: 0 !important;
  background: whitesmoke;
}

.centerContent h1 {
  width: 100%;
  background: #FAE6D1;
  color: #e98a25;
  padding: 15px;
}

.btnRebootContainer {
  position: absolute !important;
  left: 15px !important;
  bottom: 45px !important;
}

.centerContentMain {
  margin-top: 20px;
}

.tools-divselection {
  padding: 10px;
  vertical-align: middle;
  width: 100%;
  display: flex;
}

.tools-divselection label {
  align-self: center;
  margin-right: 20px;
}

.header-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  margin: 0;
  background: #FAE6D1;
  color: #e98a25;
  padding: 15px;
  font-size: 30px;
}

.header-slider {
  display: inline-flex;
  font-size: 24px;
  color: #464649;
}

.btnChooseType-lbl {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 18px;
}

.header-bold {
  /*font-weight: bold !important;*/
  color: #e98a25 !important;
}

.reader {
  margin-left: 3px;
  color: lightgrey;
}

.printer {
  margin-right: 3px;
  color: lightgrey;
}

.status-label-select-container {
  margin-top: 10px;
  display: inline-flex;
}

.status-label-select-container select {
  margin-left: 10px;
}

.status-select-row {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.status-table-container {
  width: 33%;
  margin-left: 20px;
  min-width: 500px;
}

.has-success .form-control {
  border-color: rgb(24, 112, 24);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 1px;
}

.has-success .btn-group .btn {
  border: 1px solid rgb(24, 112, 24);
}

input.has-success {
  border-color: rgb(24, 112, 24);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 1px;
}

.has-success-xlarge .form-control {
  border-color: rgb(24, 112, 24);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
}

.has-success-xlarge .btn-group .btn {
  border: 2px solid rgb(24, 112, 24);
}

input.has-success-xlarge {
  border-color: rgb(24, 112, 24);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
}

.msg-div {
  text-align: center;
}

.form-flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.form-flex-item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.form-flex-item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.hyphen-block {
  font-weight: 900;
  margin: auto;
  width: 20px;
  text-align: center;
}

.hyphen-block .hyphen {
  margin: auto;
  width: 12px;
  height: 4px;
  background-color: black;
  border-radius: 2px;
}

.reader-edit-container {
  display: flex;
  flex-direction: row;
}

.reader-edit-edit-box {
  display: flex;
  flex-direction: column;
}

.reader-edit-info-box {
  vertical-align: middle;
}

.reader-edit-edit-row {
  padding-top: 20px;
}

.reader-edit-loadingdata {
  padding: 50px;
  font-size: 20px;
}

.edit-view-title {
  width: 100%;
  padding: 20px;
}

.reader-info-table {
  font-size: 16px;
}

.reader-info-table tr td:first-child {
  font-weight: bold;
}

.reader-info-table tr td {
  padding: 5px;
}

.confirm-value-saved {
  border: 2px solid green !important;
  -webkit-transition: border 1000ms ease-in-out !important;
  -moz-transition: border 1000ms ease-in-out !important;
  -o-transition: border 1000ms ease-in-out !important;
}

.failure-value-saved {
  border: 2px solid red !important;
  -webkit-transition: border 1000ms ease-in-out !important;
  -moz-transition: border 1000ms ease-in-out !important;
  -o-transition: border 1000ms ease-in-out !important;
}

.reader-edit-reboot-div {
  padding-top: 7px;
}

.reader-edit-reboot-div a {
  color: red;
  text-decoration: none;
}

.reader-edit-forceupdlink {
  display: inline;
  padding-left: 20px;
}

.reader-edit-forceupdlink a {
  color: red;
  text-decoration: none;
}

.reader-edit-forceupdlink span {
  color: green;
  font-weight: bold;
}

.reader-edit-antenna-container {
  padding: 20px;
}

.text-epc {
  color: red;
}

.hq-panel {
  margin: 10px 100px 30px 100px;
}

.etk-select-station-container {
  display: flex;
  justify-content: space-around;
}

.etk-select-station-left, .etk-select-station-right {
  height: 175px;
  width: 375px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.etk-select-station-left button, .etk-select-station-right button {
  width: 100%;
}

.etk-select-station-left button .fa, .etk-select-station-right button .fa {
  font-size: 3em;
}

.etk-select-station-btn-subtitle {
  font-size: 1.5em;
  font-style: italic;
  padding-top: 20px;
}

.etk-no-padding-top {
  padding-top: 0 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-lightgray {
  background-color: lightgray !important;
}

/* responsive */
@media screen and (max-width: 1700px) {
  .addFullWidth {
    width: 102% !important;
  }
  #location, #prodInput {
    width: 60%;
  }
  .select-large {
    height: 50px !important;
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }
  .matList {
    width: 400px !important;
    font-size: 20px !important;
  }
  .centerContent {
    width: 67%;
  }
  .progStationProductInfo {
    width: 33% !important;
  }
  .progStationProductInfoTitle {
    font-size: 22px;
    height: 15px;
    letter-spacing: 5px;
  }
  .progStationProductInfoData {
    font-size: 35px;
  }
  .progStatusContainer {
    bottom: 150px;
    left: -400px;
  }
  .tagDetailsContainer {
    bottom: 35px;
  }
  #btnWrite {
    font-size: 5em;
  }
  .tagResetButton {
    width: 310px;
  }
  .touchNumPad, .touchNumPad:visited, .touchNumPad:focus, .touchNumPad:hover {
    width: 100px;
    height: 100px;
    border-radius: 40px;
    font-size: 75px;
  }
  #b2, #b5, #b8, #b0 {
    left: 105px !important;
  }
  #b3, #b6, #b9, #bClear {
    left: 210px !important;
  }
  #b4, #b5, #b6 {
    top: 105px !important;
  }
  #b7, #b8, #b9 {
    top: 210px !important;
  }
  #b0, #bBksp, #bClear {
    top: 315px !important;
  }
  #bClear {
    padding-top: 7px;
  }
  select[multiple], select[size] {
    height: 500px;
  }
}
@media screen and (max-width: 1600px) {
  select[multiple], select[size] {
    height: 480px;
  }
  .progStatusContainer {
    bottom: 185px;
  }
  .tagDetailsContainer {
    bottom: 30px;
    left: 125px;
  }
}
@media screen and (max-width: 1500px) {
  .form-horizontal .form-group {
    margin-left: -70px;
    margin-right: -15px;
  }
  .lbl-large {
    margin: 10px;
    font-size: 21px;
  }
  .select-large {
    font-size: 24px !important;
  }
  .matListContainer {
    margin-left: 225px;
    height: 400px;
  }
  #location, #prodInput {
    width: 100%;
  }
  .progStatusContainer {
    bottom: 240px;
    left: -480px;
  }
  .tagDetailsContainer {
    bottom: 30px;
    left: 90px;
  }
  .progStationProductInfoTitle {
    font-size: 18px;
    height: 5px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .progStationProductInfoData {
    font-size: 20px;
    margin: 5px 0 10px 0;
  }
  .progStationInput {
    width: 300px;
  }
  #numPad {
    height: 510px;
    left: 10%;
  }
  #btnWrite {
    font-size: 4em;
  }
  select[multiple], select[size] {
    height: 420px;
  }
}
@media screen and (max-width: 1400px) {
  .addFullWidth {
    width: 105% !important;
  }
  .select-large {
    font-size: 22px !important;
  }
  .tagResetButton {
    width: 250px;
    height: 100px;
  }
  .progStatusContainer {
    bottom: 80px;
  }
  .progStationInput {
    width: 300px;
  }
  #numPad {
    height: 350px;
    width: 300px;
  }
  .touchNumPad, .touchNumPad:visited, .touchNumPad:focus, .touchNumPad:hover {
    width: 80px;
    height: 80px;
    border-radius: 33px;
    font-size: 60px;
  }
  #b2, #b5, #b8, #b0 {
    left: 85px !important;
  }
  #b3, #b6, #b9, #bClear {
    left: 170px !important;
  }
  #b4, #b5, #b6 {
    top: 85px !important;
  }
  #b7, #b8, #b9 {
    top: 170px !important;
  }
  #b0, #bBksp, #bClear {
    top: 255px !important;
  }
  select[multiple], select[size] {
    height: 370px;
  }
}
@media screen and (max-width: 1300px) {
  .addFullWidth {
    width: 111% !important;
  }
  .select-large {
    font-size: 19px !important;
  }
  .progStatusContainer {
    bottom: 130px;
  }
  .progStationInput {
    width: 300px;
  }
  #newTag {
    top: -137px;
  }
  #numPad {
    height: 360px;
  }
  #btnWrite {
    font-size: 3em;
  }
  .tagResetButton {
    width: 195px;
    height: 80px;
    top: -8px;
  }
  #newTagText {
    font-size: 25px;
  }
  .touchNumPad, .touchNumPad:visited, .touchNumPad:focus, .touchNumPad:hover {
    width: 60px;
    height: 60px;
    border-radius: 25px;
    font-size: 45px;
  }
  #b2, #b5, #b8, #b0 {
    left: 65px !important;
  }
  #b3, #b6, #b9, #bClear {
    left: 130px !important;
  }
  #b4, #b5, #b6 {
    top: 65px !important;
  }
  #b7, #b8, #b9 {
    top: 130px !important;
  }
  #b0, #bBksp, #bClear {
    top: 195px !important;
  }
  #bClear {
    padding-top: 3px;
  }
  select[multiple], select[size] {
    height: 310px;
  }
}
@media screen and (max-width: 1200px) {
  .addFullWidth {
    height: 35px;
  }
  .matList {
    width: 350px !important;
    font-size: 15px !important;
  }
  .progStatusContainer {
    left: -350px;
    bottom: 120px;
  }
  .progStationProductInfoData {
    height: 45px;
  }
  .tagDetailsContainer {
    left: 40px;
  }
  .progStationInput {
    width: 300px;
  }
  #newTag {
    top: -108px;
    left: 5%;
  }
  #numPad {
    height: 330px;
    left: 5%;
  }
  .select-large {
    height: 40px !important;
    font-size: 18px !important;
  }
  #btnWrite {
    font-size: 2em;
  }
  #b1, #b2, #b3 {
    top: 10px !important;
  }
  #b4, #b5, #b6 {
    top: 75px !important;
  }
  #b7, #b8, #b9 {
    top: 140px !important;
  }
  #b0, #bBksp, #bClear {
    top: 205px !important;
  }
  .select-large {
    margin-bottom: 10px !important;
  }
  select[multiple], select[size] {
    height: 290px;
  }
}
@media screen and (max-width: 1100px) {
  .form-horizontal .form-group {
    margin-bottom: 10px;
  }
  .select-large {
    font-size: 15px !important;
  }
  .matListContainer {
    height: 50px;
  }
  .addFullWidth {
    width: 112% !important;
  }
  .tagDetailsContainer {
    bottom: 20px;
  }
  .progStatusContainer {
    bottom: 155px;
  }
  .progStationInput {
    width: 300px;
  }
  .centerContent {
    width: 72%;
  }
  .progStationProductInfo {
    width: 28% !important;
  }
  .progStationProductInfoTitle {
    margin-top: 10px;
  }
  select[multiple], select[size] {
    height: 255px;
  }
}
@media screen and (max-width: 1024px) {
  .addFullWidth {
    width: 114% !important;
    height: 35px;
  }
  .select-large {
    font-size: 14px !important;
  }
  .progStationInput {
    width: 300px;
  }
  .progStationProductInfoTitle {
    font-size: 16px;
    height: 4px;
  }
  .progStationProductInfoData {
    font-size: 17px;
    height: 47px;
  }
  .progStatusContainer {
    left: -515px;
  }
  .tagDetailsContainer {
    left: 5px;
  }
  #newTag {
    left: 2.5%;
    top: -98px;
  }
  #numPad {
    height: 280px;
    left: 2.5%;
    top: -110px;
  }
  #btnWrite {
    margin-top: -5px;
  }
  select[multiple], select[size] {
    height: 200px;
  }
  #InvLocation {
    margin-bottom: -25px;
  }
}
/*# sourceMappingURL=RFInvMgr.css.map */

/*# sourceMappingURL=RFInvMgr.css.map */
