html,
body {
  height: 100%;
}

body.bodyindex {
  /* display: -ms-flexbox;
  display: -webkit-box;
  display: flex;*/
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  /* padding-top: 40px; */
  padding-bottom: 40px;
  background-color: #fff;
}


body.bodylogin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #1e6c72;
  border-color: #2eb1a6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1e6c72;
  border-color: #2eb1a6;
}


.active {
  /* border-top-color: #006D74;
  border-bottom-color: #608835;
  background: #00A9A3;
  background: -webkit-linear-gradient(top, #00A9A3, #006D74);
  background: -moz-linear-gradient(top, #00A9A3, #006D74);
  background: -o-linear-gradient(top, #00A9A3, #006D74);
  background: linear-gradient(to bottom, #00A9A3, #006D74); */
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.show>.nav-link{
  color: black!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: white;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}




.fieldsetedit {
  background: rgba(255,255,255,0.15);
  margin: 4px 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,1);

}

.fieldsetved {
  background: rgba(255,255,255,0.15);
  margin: 4px 0;
  padding: 10px 15px;
  border: 1px solid #ff7f00;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,1);

}

.fieldsetvrak {
  background: rgba(255,255,255,0.15);
  margin: 4px 0;
  padding: 10px 15px;
  border: 1px solid #ff0004;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,1);

}

.fieldsetedit legend.text, .fieldsetvrak legend.text, .fieldsetved  legend.text {
  color:#000;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

.fieldsetedit legend, .fieldsetvrak legend, .fieldsetved legend {
  /*display: inline-block;*/
  width: auto;
  margin-bottom: 0;
  border: none;
  font: inherit;
  color: inherit;
  padding-left: 5px;
  padding-right: 5px;
}

.fieldsetedit label, .fieldsetvrak label, .fieldsetved label{
  clear: none;
  display: inline;
  float: left;
  min-width: 30px;
  padding-left: 5px;

}

.fieldsetscann {
  background: #f1f1f1;
  margin: 4px 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,1);

}

.fieldsetscann legend.text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

.fieldsetscann legend {
  /*display: inline-block;*/
  width: auto;
  margin-bottom: 0;
  border: none;
  font: inherit;
  color: inherit;
}

.fieldsetscann label{
  clear: none;
  display: inline;
  float: left;
  min-width: 30px;
  padding-left: 5px;

}

#scannvalg {
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px lightgray;
  border-radius: 5px;
  padding-right: 10px;
  margin-bottom: 10px;
  height: 60px;
}

input[type="text"].jqx-input-bootstrap, input[type="text"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
  padding-left: 6px !important;
}

input[type=text].jqx-input, input[type=password].jqx-input {
  font-size: 16px;
}
#delete_code, #usb_info{
  float: right;
}

#usb_info{
  height: 38px;
  margin-left: 5px;
}

#usb_info i{
padding: 0px;
}

.image_part {
  padding: 5px;
  width: 150px;
  float: left;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .94;
}

td.details-control {
  background: url(/images/details_open.png) no-repeat center center;
  cursor: pointer;
}

td.camera-control, td.camera-control-pictures  {
  /* background: url(/images/camera.png) no-repeat center center; */
  cursor: pointer;
}

tr.shown td.details-control {
  background: url(/images/details_close.png) no-repeat center center;
}

td.warning-control {
  background: url(/images/notice-note.png) no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
}

td.scrap-icon {
  background: url(/images/notice-alert.png) no-repeat center center;
  background-size: 20px 20px;
}

td.maintenance {
  background: url(/images/notice-maintenance.png) no-repeat center center;
  background-size: 20px 20px;
}

td.vicon-red {
  background: url(/images/icon-reg.png) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
}

td.vicon-green {
   background: url(/images/icon-green.png) no-repeat center center;
   background-size: 12px 12px;
   width: 12px;
}

td.vicon-grey {
  background: url(/images/icon_gray.png) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
}

td.vicon-orange {
  background: url(/images/icon_orange.png) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
}

div.ACTIVE {
  color: white;
  background: green;
}

div.INSPECTED {
  color: white;
  background: green;
}

div.REWORK , div.SORTED {
  color: black;
  background: orange;
}
div.SCRAP {
  color: white;
  background: red;
}

div.REPAIRED {
  color: white;
  background: darkgreen;
}

div.STOCK, div.SHIPPED {
  color: white;
  background: darkorchid;
}

div.ACTIVE:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.ACTIVE:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: green;
}
div.INSPECTED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.INSPECTED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: green;
}
div.REWORK:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.REWORK:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background: orange;
}

div.SORTED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.SORTED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black;
  background: orange;
}

div.SCRAP:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.SCRAP:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: red;
}

div.REPAIRED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.REPAIRED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: darkgreen;
}

div.STOCK:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.STOCK:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: darkorchid;
}

div.SHIPPED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget div.SHIPPED:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: white;
  background: darkorchid;
}

.table td.INSPECTED {
  color: white;
  background: green;
}

.table td.ACTIVE {
  color: white;
  background: green;
}


.table td.SCRAP {
  color: white;
  background: red;
}

.table td.REWORK {
  color: black;
  background: orange;
}

.table td.SORTED {
  color: black;
  background: orange;
}
.table td.REPAIRED {
  color: white;
  background: darkgreen;
}

.table td.STOCK, .table td.SHIPPED {
  color: white;
  background: darkorchid;
}

.ManEndringTillatt{
  color: green;
}

.ManEndringIKKETillatt {
  color: red;
}

.TestTillatt {
  color: blue;
}

#epl {
  background: url(/images/notice-info.png) no-repeat center center;
  background-size: 20px 20px;
  padding: 22px 12px 0px;
  cursor: pointer;
}

.table tbody tr:nth-of-type(2n+1) {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}

table.vrakkodetable td{
  font-size: 0.9em;
  line-height: 15px;
  padding-left: 2px;
  padding-right: 2px;
}
table.logtable td{
  font-size: 0.9em;
  line-height: 15px;
  padding-left: 2px;
  padding-right: 2px;
}

table.logtable th.icon{
  font-size: 0.9em;
  line-height: 15px;
  padding-left: 12px;
  padding-right: 2px;
  width: auto;
}

table.logtable th.tekst{
  font-size: 0.9em;
  line-height: 15px;
  padding-left: 2px;
  padding-right: 2px;
  width: 95%;
}


table.logtable th.tekstblokk{
  font-size: 0.9em;
  line-height: 15px;
  padding-left: 2px;
  padding-right: 2px;
  width: 90%;
}



#legendLost {
  display: block;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 320px;
  padding-left: 900px;
}

#legendLost .legendLost-item .legendLost-marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

#legendLost .legendLost-item {
  margin: 5px;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
}

.feilkode {
  margin: 6px;
  cursor: pointer;
  padding: 10px;
  height: 160px;
  width: 230px;
  box-sizing: unset;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

}

.feilkode_part {
  margin: 6px;
  cursor: pointer;
  padding: 10px;
  height: 180px;
  box-sizing: unset;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

}


.feilkode:hover, .feilkode_part:hover {
  /* background-color: #1abfa2; */
  background-color: #e7e7e7;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.col1 , .col2{
  float: left;
}

.col2{
  margin-left: 50px;
}

.matrix {
  padding: 10px;
  box-sizing: unset;

}

.matrix_part {
  padding: 10px;
  width: 230px;
  box-sizing: unset;

}


.vrakode-text{
  text-align: center;
  font-weight: bold;
font-size: 16px;
color: black;
}

.jqx-tabs {
  border: 0px solid transparent;
}
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .94;
}

.opphev {
  background-color: #FFB94F;
}

.merket {
  background-color: lightgreen;
}

#wsstatus.error {
  background-color: red;
  color: white;
  font-weight: bold;
  /*animation-name: blink;*/
  /*animation-duration: 4s;*/
  /*animation-iteration-count: infinite;*/
  /*animation-timing-function: linear;*/
  /*-webkit-animation: blink .75s linear infinite;*/
  /*-moz-animation: blink .75s linear infinite;*/
  /*-ms-animation: blink .75s linear infinite;*/
  /*-o-animation: blink .75s linear infinite;*/
  /*animation: blink .75s linear infinite;*/
}
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-moz-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-o-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}

#wsstatus.info {
  background-color: lightyellow;
  color: black;
}


#wsstatus {
  float: left;
  margin: 0px 10px 0px;
  line-height: 38px;
  background-color: lightgreen;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  color: black;
  font-weight: normal;
}

.logtable th, .logtable td {
  padding: 3px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-weight: normal;
}

.vrakactive {
  background-color: red;
  color: white;
}

.feilkode_normal {
  background-color: transparent;
  color: black;
}
.maintenanceactive {
  background-color: darkgreen;
  color: white;
}

.vrakkode-text_normal{
  color: #000;
}

.text-maintenanceactive {
  color: white;
}
.text-vrakactive {
  color: white;
}
.sortedoutactive {
  background-color: #FFB94F;
  color: white;
}

.reworkactive {
  background-color: darkgreen;
  color: white;
}

.valg {
  margin: 0px 10px 10px;
}

#spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/rag_load.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.3);
}

#camera--view, #camera--sensor , #camera--sensor{
  position: fixed;
  height: inherit;
  width: inherit;
  object-fit: cover;
}

#camera {
  background-color: black;
}

#camera--view, #camera--sensor, #camera--output, .carousel-item img{
  /* transform: scaleX(-1);
  filter: FlipH; */

}
#camera--trigger_old{
  width: 200px;
  background-color: black;
  color: white;
  font-size: 16px;
  border-radius: 30px;
  border: none;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  position: fixed;
  bottom: 30px;
  left: calc(50% - 100px);
}

#camera--trigger {
  padding: 50px 50px;
  border-radius: 50%;
  border: 8px solid black;
  background: #ffffffb0;
  box-shadow: 0 0 0 3px #ffffff;
  color: #ffffff;
  font-size: 0em;
  position: fixed;
  bottom: 130px;
}

#camera--trigger:focus {
  outline: 0px dotted;

}

.taken_image{
  height: 530px!important;
  width: 100%;
  /* border: solid 3px white; */
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);

}

.taken{
  /*height: 700px!important; */
  width: 700px!important;
  transition: all 0.5s ease-in;
  /* border: solid 3px white; */
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  /* background-color: white; */
  top: 126px;
  right: 15px;
  /* position: fixed; */
  z-index: 2;
  margin-top: 500;
}
.taken_saved{
  z-index: -1;
}

.fa, .fas {
  padding-right: 10px;
}
#carouselExampleCaptions {
  background-color: gray;
}

.carousel-inner {
  height: 100%;
  width: 860px;
}

.text_red{
  background-color: red;
  color: white;
}

.text_green{
  background-color: lightgreen;
  color: black;
}
.wrapper {
  display: flex;
  height: 97%;
}
.bgImgCenter{
  background-image: url('/images/main.jpg');
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
}

