body {

}

.btn-default.btn-secondary {
    color: #333;
    background-color: #ddd;
    border-color: #ccc;
}

#app-offline-container {
    text-align:center;
    position: absolute;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
}
#app-offline {
    margin-top:35%;
    color: red;
}

#app-offline .title {
    font-family: 'Courier New', Courier, monospace
}

#app-offline .icon {
    color: green;
    margin: 30px; font-size: 72pt;
}
#app-offline .reconnecting {
    color: green;
}
#maintenance-in-progress {
    margin-top:20px;
    margin-bottom: 0px;
}
#maintenance-in-progress img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

#sticky-error-message {
    position: sticky;
    top: 10px;
    align-self: flex-start;
}

#centered-image-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-device {
    padding: 0 15px;
}
.voyager {
    padding: 0 15px;
    text-align: center;
}
.voyager-device {
    text-align: center;
}
.form-group-device {
    margin-right: 15px;
    margin-left: 15px;
}
.pigeon-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.pigeon-table > thead > tr > th,
.pigeon-table > tbody > tr > th,
.pigeon-table > tfoot > tr > th,
.pigeon-table > thead > tr > td,
.pigeon-table > tbody > tr > td,
.pigeon-table > tfoot > tr > td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.pigeon-grid {
    width: 100px;
    padding: 0 8px;
}
.pigeon-label {
    align: center;
    font-weight: bold;
    font-size: 180%;
}
.pigeon-hole {
    height: 70px;
    border: 1px solid;
}

.location-header-grid {
    width: 100px;
    padding: 0 8px;
}

/* Bootstrap extensions */
/* center align of header */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-inverse.navbar-inverse.navbar-static-top {
    background-color: #f5f5f5;
    border: none;
}

.navbar-inverse .navbar-left {
    background-color: #333333;
}

#logoutGlyph {
    color: #ffffff;
    font-size: 12px;
}
#logged-in-glyph {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #333333;
}

#operator-name {
    margin-right: 10px;
    font-size: 14px;
    color: #333333;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.header-text {
    color: whitesmoke;
}

.active,
.active > tbody > tr,
.active > tbody > tr > td {
    color: #3c763d;

}

input[scan].form-control[readonly]:not(.coloured-background) {
    background-color: white !important;
}
input[scan].form-control,
input[keyboard].form-control {
    padding-right: 8.5px;
}

[active] {
    color: black !important;
    border-color: black !important;
}

[inactive] {
    color: #ccc !important;
    border-color: #ccc !important;
}

input.form-control {
    border-color: inherit;
    color: inherit;
    text-align: center;
}

span.form-control-feedback {
    z-index: 3;
}

span.input-group-addon {
    border-color: inherit;
    color: inherit;
}

input[type=search].form-control {
    border-radius: 0;
}

input-switch.glyphicon {
    top: 0;
    background-color: white;
    border-color: inherit;
    color: inherit;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 0;
}

button.event-button {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.button-section {
    margin-top: 20px;
}
.btn-danger {
    width: 50%;
    margin-top: 10px;
}
.btn-warning {
    width: 50%;
    margin-top: 10px;
}
.btn-half {
    width: 50%;
    margin-top: 10px;
}
.btn-block {
    margin-top: 10px;
}

nav hr.environment-color{
    margin: 0;
    border: 0;
    height: 10px;
    background-color: #3C763D;
}

.navbar-collapse.collapse {
    display: block!important;
}
.navbar .vertical-divider {
    border-left-width: 1px;
}
.navbar-nav>li, .navbar-nav {
    float: left !important;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

.has-feedback-left input.form-control {
    padding-left: 12px; /* @input-height-base; */
    padding-right: 12px; /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {
    left: 0;
}

.has-feedback-left input.input-sm {
    padding-left: 30px;  @input-height-small;
}
.has-feedback-left input.input-lg {
    padding-left: 46px;  @input-height-large;
}
.navbar{
    min-height: 30px !important;
    margin-bottom: 0 !important;
}
#navbar li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
    color: #333333;
}

.container hr {
    border: none;
    height: 2px;
    background-color: #333;
    background-color: rgba(145, 145, 145, 0.25) !important;;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h6.ng-binding {
    text-align: center;
}

.form-control {
    height: auto !important;
}

.voyager-placeholder input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: bold;
    color: #000000;
}
.voyager-placeholder input::-moz-placeholder { /* Firefox 19+ */
    font-weight: bold;
    color: #000000;
}
.voyager-placeholder input:-ms-input-placeholder { /* IE 10+ */
    font-weight: bold;
    color: #000000;
}
.voyager-placeholder input:-moz-placeholder { /* Firefox 18- */
    font-weight: bold;
    color: #000000;
}

.voyager-placeholder input[placeholder].location-yellow {
    background-color: #ffff00;
}

.voyager-placeholder input[placeholder].location-purple {
    background-color: #9a8dfb;
}

.voyager-placeholder input[placeholder].location-green {
    background-color: #64e370;
}

.voyager-placeholder input[placeholder].location-blue {
    background-color: #3399ff;
}

.voyager-placeholder input[placeholder].location-red {
    background-color: #f84242;
}

.voyager-placeholder input[placeholder].location-orange {
    background-color: #f89842;
}

.voyager-placeholder input[placeholder].location-white {
    background-color: #ffffff;
}

.voyager-placeholder input[placeholder].location-black {
    background-color: #000000;
    color: white;
}
.voyager-placeholder input[placeholder].location-pink {
    background-color: #ff2f70;
}
.voyager-placeholder input[placeholder].location-black::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.voyager-placeholder input[placeholder].location-black::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.voyager-placeholder input[placeholder].location-black:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.voyager-placeholder input[placeholder].location-black:-moz-placeholder { /* Firefox 18- */
    color: white;
}

.voyager-big-label div.location-purple {
    background-color: #ECE2F1;
    border-color: #5E289C;
}
.voyager-big-label div.location-green {
    background-color: #cdf4bd;
    border-color: #64e370;
}
.voyager-big-label div.location-blue {
    background-color: #90b0f4;
    border-color: #3399ff;
}
.voyager-big-label div.location-yellow {
    background-color: #ecf4bc;
    border-color: #ffff00;
}
.voyager-big-label div.location-pink {
    background-color: #ffaecb;
    border-color: #ff2f70;
}
.voyager-big-label div.location-orange {
    background-color: #FFA500;
    border-color: #FF4500;
}
.voyager-big-label div.location-white {
    background-color: #ffffff;
    border-color: #808080;
}
.voyager-big-label div.location-red {
    background-color: #FF6347;
    border-color: #8B0000;
}
.voyager-big-label div.location-ok-label {
    background-color: #8ef416;
    border-color: #1d7a34;
}
voyager-resizable-label div.location-green {
    background-color: #cdf4bd;
    border-color: #64e370;
}
.voyager-placeholder span[placeholder].location-yellow {
    background-color: #ffff00;
}

.voyager-placeholder span[placeholder].location-purple {
    background-color: #9a8dfb;
}

.voyager-placeholder span[placeholder].location-green {
    background-color: #64e370;
}

.voyager-placeholder span[placeholder].location-blue {
    background-color: #3399ff;
}

.voyager-placeholder span[placeholder].location-red {
    background-color: #f84242;
}

.voyager-placeholder span[placeholder].location-orange {
    background-color: #f89842;
}

.voyager-placeholder span[placeholder].location-white {
    background-color: #ffffff;
}

.voyager-placeholder span[placeholder].location-black {
    background-color: #000000;
    color: white;
}
.voyager-placeholder span[placeholder].location-pink {
    background-color: #ff2f70;
}
.voyager-placeholder span[placeholder].location-black::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.voyager-placeholder span[placeholder].location-black::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.voyager-placeholder span[placeholder].location-black:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.voyager-placeholder span[placeholder].location-black:-moz-placeholder { /* Firefox 18- */
    color: white;
}

label .step-location {
    font-weight: normal;
}

edit-lock-switch.glyphicon {
    top: 0;
    background-color: white;
    border-color: inherit;
    color: inherit;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 0px;
}

.task-heading {
    font-weight: bold;
}

.edit-locked-input-date edit-lock-switch.glyphicon {
  height: 48px;
  padding-top: 13px;
}

.big-label {
    border: 13px solid #3A7F46;
    border-radius: 4px;
    background: #E4F4E4;
    margin: auto;
}

.big-label h1 {
    padding: 0px;
    margin: 0px;
    font-size: 15vw;
    font-weight: 500;
    text-align: center;
}

.resizable-label {
    border: 13px solid #3A7F46;
    border-radius: 4px;
    background: #E4F4E4;
    margin: auto;
}

.resizable-label.resizable-label-grey {
    border-color: #6b6b6b;
    background: #f7f7f7;
}

.resizable-label.resizable-label-blue {
    border-color: #2f79b9;
    background: #edf7ff;
}

.resizable-label.resizable-label-red {
    border-color: #db524a;
    background: #ffedeb;
}

.resizable-label h1 {
    padding: 0px;
    margin: 0px;
    font-size-: 2vw;
    font-weight: 500;
    text-align: center;
}

.product-details h1{
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.5em;
}

.product-title {
    font-weight: normal;
}

.product-details span {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.product-details p {
    font-size: 1.1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.product-details .col-xs-6 {
    margin: 0px;
    padding: 0px;
}

.product-details.row {
    margin-left: 4px;
    margin-right: 4px;
}

.product-details .emphasis{
    font-size: 1.4em;
}

@media (min-width: 600px) {
    .scan-tray-pre-emphasis {
        font-size: 3em !important;
    }

    .scan-tray-emphasis {
        font-size: 4em !important;
    }
}

@media (max-width: 599px) {
    .scan-tray-pre-emphasis {
        font-size: 1.4em !important;
    }

    .scan-tray-emphasis {
        font-size: 2em !important;
    }
}

.product-details .vertical-divider h1 {
    margin-left: 6px;
    padding-left: 6px;
}

.product-details .vertical-divider p {
    margin-left: 6px;
    padding-left: 6px;
}

.vertical-divider{
    border-color: #333;
    border-left: 2px rgba(145, 145, 145, 0.25) solid;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout:fixed;
}
td,
th {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.queue-info.container {
    max-width: 300px;
    background: #eee;
    margin: 20px auto;
    padding: 20px;
}

.queue-info .clock{
    margin: 10px auto;
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.queue-info .clock .border{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-left-color: black;
    border-radius: 100%;
    animation: clock-spin linear infinite 1s;
}

@keyframes clock-spin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.sticky-footer{
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.pin-input {
    max-width: 50px;
    min-width: 50px;
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 10px;
    float: left;
    width: 16.66666667%;
}

.pin-container-inner {
    max-width: 400px;
    min-width: 300px;
    display: inline-block;
}

.pin-container-outer {
    width: 100%;
    text-align: center;
}

.voyager-important-information-style {
    font-weight: bold;
    font-size: large;
}

.font-20 {
    font-size: 20px;
}

.emphasised-info {
    margin-bottom: -15px;
}

.select2-selection {
    padding: 2px 6px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
}