﻿@font-face {
    font-family: 'Poppins';
    src: url('Fonts/Poppins-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('Fonts/Poppins-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('Fonts/Poppins-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('Fonts/Poppins-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'top_secret';
    src: url('Fonts/Top Secret.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'text-security-disc';
    src: url('Fonts/text-security-disc.woff');
}

:root {
    --color-primary: #059343;
    --color-error: #a73636;
    --color-error-bg: #f7e7e7;
    --color-warning: #996a13;
    --color-warning-bg: #fbf1de;
    --color-info: #2952cc;
    --color-info-bg: #e7ecfa;
    --color-success: #317159;
    --color-success-bg: #e4f3ee;
}

html {
    height: 100%;
    overflow-x: auto;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: 100%;
}

ul, ol {
    padding: 0;
}

h1, h2, h3, h4 {
    color: #333;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

h1, h2, h3 {
    margin-top: 0;
}

b, strong {
}

ol li, ul li {
    list-style-type: none;
}

a {
    cursor: pointer;
}

.weighing-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 30px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    padding: 12px 8px 4px;
}

/******** Custom Animation Supplement ********/

.blink-soft {
    text-align: center;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


@keyframes pulse {
    0%, 100%;

{
    opacity: 1;
}

50% {
    opacity: .5;
}

}

/******** End ********/

/******** login section (all sizes) ********/

.loginpage {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06A24A 5%, #0947A4 95%);
}

.RegisterTokenPage {
    background-color: #fff;
}

strong#remindText {
    color: #FF0000;
}

.logoText {
    font-size: 54px;
    color: #545454;
}

.login {
    text-align: center;
    min-width: 30%;
}

.logoImage {
    margin-bottom: 32px;
}

.loginSection {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 40px 60px;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 4px 12px 40px 0px rgba(0, 0, 0, 0.15);
}

.loginSection h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.loginSection > span {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    color: #999999 !important;
}

.loginSection a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
    text-decoration: underline;
}

.loginSection a:hover {
    color: #0947a4;
}

.loginSection .form-group {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}

.loginSection .form-group label {
    display: block;
    text-align: left;
    margin: 4px 0;
}

.loginSection .form-group .form-control {
    height: auto;
    color: #000;
    padding: 12px;
}

#LoginSection .btn.btn-default, 
#sendForgotPassword input.btn.btn-default {
    padding: 8px 0;
    min-width: 120px;
    background-color: #0947A4;
}

#LoginSection .errorMessage,
#sendForgotPassword .errorMessage {
    top: 29px;
    padding: 12px;
    text-align: left;
}

#LoginSection ~ a {
    font-size: 12px;
}

a.backToLogin {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 12px;
    width: 320px;
}

img.informationIcon {
    width: 20px;
    height: 20px;
}

span.highlight {
    color: red;
}

.tooltipInfo .tooltiptextInfo {
    visibility: hidden;
    width: 380px;
    background-color: rgb(248, 247, 247);
    color: #000;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 2;
    margin-top: -10px;
    margin-left: 3px;
    font-size: small;
}

span.tooltiptextInfo span {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

span.tooltiptextInfo b {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

.tooltipInfo:hover .tooltiptextInfo {
    visibility: visible;
}

.tooltipInfo .instTooltiptextInfo {
    visibility: hidden;
    background-color: rgb(248, 247, 247);
    color: #000;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-top: -10px;
    margin-left: 3px;
    border-style: solid;
    border-color: #5379aa;
    font-size: small;
}

span.instTooltiptextInfo span {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

span.instTooltiptextInfo b {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

.tooltipInfo:hover .instTooltiptextInfo {
    visibility: visible;
}

.tooltipInfo .tooltiptextInfoSmallBox {
    visibility: hidden;
    width: 380px;
    background-color: rgb(248, 247, 247);
    color: #000;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    margin-top: -10px;
    margin-left: 3px;
    font-size: small;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

span.tooltiptextInfoSmallBox span {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

span.tooltiptextInfoSmallBox b {
    text-align: -webkit-left;
    margin: 5px 16px -5px;
    padding-bottom: 10px;
}

.tooltipInfo:hover .tooltiptextInfoSmallBox {
    visibility: visible;
}

.errorMessage {
    display: none;
    padding: 10px 12px 8px;
    background-color: #dc3535;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.successMessage {
    padding: 10px 12px 8px;
    background-color: #2abb9b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.form-control, .form-control2 {
    background-color: #fff;
    border: 1px solid #aab2bd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 6px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    text-align: left;
}

.form-control.txtPagenum, .form-control2.txtPagenum {
    display: inline-block;
    max-width: 55px;
    float: left;
    height: 28px;
    margin-right: 10px;
}

.form-control:focus, .text-box.single-line.password:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 153, 153, 0.6);
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: 1px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #CCC;
}


.changePasswordUserSection .btn.btn-default {
    margin: 2px;
}

.changePasswordUserSection {
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.changePasswordUserSection .form-group {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
}

.placeholderText {
    position: absolute;
    top: 9px;
    width: 100%;
    left: 0;
    font-size: 18px;
    color: #777;
}

.close {
    width: 11px;
    height: 11px;
    background: url('../Images/close-x.png') top left no-repeat !important;
    background-color: none;
    opacity: 1;
    top: 5px;
    right: -2px;
    position: relative;
}

.setAbsoluteControl {
    position: absolute !important;
}

/********** create user page **********/

/* header */

.header {
    border-bottom: 1px solid #D4D8DE;
}

.header a,
.header button {
    color: #333;
    font-size: 16px;
}

.header a:hover {
    text-decoration: none;
    color: #333;
}

.header .nav ul {
    margin: 0;
}

.header .nav ul li {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.header .nav > ul > li {
    padding: 18px 10px;
}

.headerLogoImage, .userControlSection, .topNavigator {
    position: relative;
}

.userSection .btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
    padding: 0;
    background-color: none;
}

.header .headerLogoImage {
    color: #333;
    display: table;
    float: left;
    font-weight: bold;
    height: 42px;
    width: 14%;
}

#bs-example-navbar-collapse-1 {
    padding: 0;
}

.header .blHeaderFlex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.header .blHeaderFlex.topbar {
    padding: 2px 16px;
}

.header .headerUserCompany {
    color: #333;
    font-weight: 500;
    text-align: left;
    max-width: 60%;
}

.header .headerUserCompany p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.header .userControlSection {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .userSection {
    margin-right: 12px;
}

.userSection span, .logoutSection span {
    margin-right: 4px;
}

.topNavigator .btn-group.open .dropdown-toggle, .topNavigator .btn-group.open .dropdown-toggle:active {
    box-shadow: none;
}

.topNavigator .nav > ul > li.active button,
.topNavigator .nav > ul > li > a.activeLink {
    font-weight: bold;
}

.headerLogoImage img {
    width: 100%;
    position: absolute;
    top: 25%;
}

.dropdown-menu.inner.selectpicker li.selected a {
    background-color: #FFF;
}

.dropdown-menu.inner.selectpicker li:focus a {
    outline: none;
}

.selecter .selecter-options {
    width: auto;
}

.userStatus .labelcheckbox:before {
    top: -5px;
}

/* left menu */

.sidemenu {
    font-size: 16px;
    position: relative;
    z-index: 21;
    padding-left: 0px;
    padding-right: 0;
    width: 15%;
    display: inline-block;
    margin-right: 0;
    float: left;
    min-height: 600px;
    max-width: 263px;
    background-color: #f4f4f4;
}

.buttonAreaContainer {
    min-height: 28px;
}

.sidemenu a {
    color: #777777;
}

.sidemenu li {
    padding: 10px 0px 10px 40px;
    width: 100%;
}

.sidemenu li.actived {
    background-color: #35ABDC;
}

.sidemenu li.actived a {
    color: #FFF;
}

/* create user section */

.createUserSection, .userListContainer, .batchList, .ProcessSpecList {
    padding-top: 0;
}

.container {
    width: 100%;
}

h1 {
    margin: 0;
    margin-bottom: 35px;
}

.createUserForm, .batchListContainer {
    border-left: none;
    position: relative;
    z-index: 20;
}

.userForm label:first-child, .userStatus label, .roleSelection label {
    width: 30%;
    float: left;
    font-weight: lighter;
    position: relative;
    top: 0;
    margin-top: 5px;
    font-size: 14px;
    margin-right: 10%;
}

.userPasswordForm label:first-child {
    width: 15%;
    float: left;
    font-weight: lighter;
    position: relative;
    top: 0;
    margin-top: 5px;
    font-size: 14px;
    margin-right: 14%;
}

.roleSelection label {
    width: auto;
    margin-right: 12px;
}

.userForm input {
    width: 100%;
    position: relative;
    float: left;
}

.form-group {
    display: inline-block;
}

.userForm input {
    color: #555;
}

.userForm .btn.dropdown-toggle.selectpicker.btn-default {
    color: #555;
    padding: 0px 13px 4px;
    height: 34px;
}

.userStatus label {
    font-weight: lighter;
}

.roleList {
    margin-bottom: 12px;
}

.userForm .form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    min-height: 40px;
}

textarea#CommentChangeStatus {
    height: 127px;
}

.btn.btn-default.backButton, .btn.btn-default.submitButton, .btn.btn-default.resetButton, .btn.btn-default.cancelButton, .btn.btn-default.signSubmitButton {
    min-width: 117px;
}

.btn.btn-default.resetButton {
    margin-right: 16px;
    background-color: #545554;
}

/* footer */

.footer {
    background-color: #333;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0;
}

.buttonArea {
    float: right;
}

h1 {
    display: inline-block;
    margin-bottom: 24px;
}

#headerHr {
    margin-top: 0;
}

.createUserContainer, .bacthSpecificationButton {
    margin: 15px 0px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.createUserContainer .createUserButton {
    position: relative;
    right: 10%;
    margin-top:25px;
}

.showUserlist {
    font-size: 16px;
}

.showUserlist tbody {
    color: #777777;
}

.showUserlist .panel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.showUserlist .btn {
    padding: 4px 10px;
    width: auto;
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.btn-danger {
    background-color: #545554;
    border: medium none;
}

.btn-danger:hover {
    background-color: #5b6775;
}

.btn-green {
    background-color: #28B463 !important;
    border: medium none;
}

.headerContent {
    display: inline-block;
    width: 100%;
    padding-top: 16px;
}

.paginationArea h3 {
    font-size: 16px;
    color: #444444;
    margin-bottom: 12px;
}

.pagination {
    margin-top: 0;
}

.pagination .active a, .pagination .active a:hover, .pagination .active a:focus {
    background-color: #35abdc;
    border-color: #35abdc;
}

.userListContainer {
    margin-bottom: 113px;
}

/* user list table (hardcode) */

.showUserlist table td:first-child + td + td + td + td {
    text-align: left;
}

.showUserlist table thead tr:last-child td input {
    width: 100% !important;
    text-align: left;
}

.showUserlist td input {
    border: 1px solid #dadada;
    padding-left: 8px;
}

.showUserlist button {
    background-color: #35ABDC;
    border-color: #35ABDC;
    border: 1px solid #DDD;
    z-index: 2;
    color: #FFF;
}

/* create user error message */

.userForm .errorMessage {
    color: #FFF;
    left: auto;
    top: 0;
    right: 0;
    width: 323px;
    padding: 7px 12px;
    display: inline;
}

.userForm #errorMessageBox-Email, .loginSection #errorMessageBox-Email {
    top: 0;
}

#sendForgotPassword #errorMessageBox-Email {
}

/* breadcrumb */

.breadcrumb {
    color: #434a54;
    background-color: #e6e9ed;
}

.breadcrumb > .active {
    color: #434a54;
}

.breadcrumb a {
    color: #3bafda;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}

.breadcrumb-arrow li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #777;
    text-decoration: none;
    background-color: #e6e9ed;
    border: 1px solid #CCC;
    cursor: text;
}

.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #e6e9ed;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #aaa;
}

.breadcrumb-arrow li a:active,
.breadcrumb-arrow li a.active {
    background-color: #35abdc;
    border: 1px solid #2494be;
    color: #FFF;
}

.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a.active:before, .breadcrumb-arrow li a.active:after {
    border-left-color: #35abdc;
}

.breadcrumb-arrow li span {
    color: #434a54;
}

/* Batch Specification wizard */

.batchWizard {
    padding-top: 0;
    min-height: 600px;
}

.ProcessWizard {
    padding-top: 0;
}

.batchErrorMessage textarea {
    text-align: left;
}

.batchErrorMessage {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.batchSuccessMessages {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.bacthSpecificationButton .btn.btn-default.backButton {
    float: left !important;
}

.bacthSpecificationButton .btn.btn-default.submitButton {
    float: right;
}

.printButton {
    position: absolute;
    right: 15px;
    top: 0;
}

.btn.btn-default.cancelButton {
    margin-right: 15px;
}

/* modal */

.customModal {
    display: none;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/FhHRx.gif') 50% 50% no-repeat;
}

body.loading, body.manaulLoading, body.OfflineLoading {
    overflow: hidden;
}

body.loading .customModal, body.loading .manaulLoading, body.loading .OfflineLoading {
    display: block;
}

.modal#IpcAllValueModal {
    z-index: 1020 !important;
}

/*custom success box */
.customSuccessMsgBox {
    background-color: #35dc4d;
}

/* checkbox focus */

.icheckbox_square-blue ins,
.iradio_square-blue ins {
    opacity: 1 !important;
    background: url(icheck/square/blue.png) no-repeat !important;
}

.iradio_square-blue ins {
    background-position: -120px 0 !important;
}

.icheckbox_square-blue.checked ins {
    background-position: -48px 0 !important;
}

.iradio_square-blue.checked ins {
    background-position: -168px 0 !important;
}

.icheckbox_square-blue input:active + ins,
.iradio_square-blue input:active + ins,
.icheckbox_square-blue input:focus + ins,
.iradio_square-blue input:focus + ins {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* confirmation message popup (Modal popup)*/

.modal-dialog .modal-footer .btn-default {
    background-color: #fff;
    color: #333;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    border: 1px solid #CCC;
}

.modal-dialog button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    width: auto;
    height: auto;
    opacity: 1;
}

.modal-dialog.xlarge {
    width: 85%;
    max-width: 1000px;
}

.modal-dialog.large {
    width: 75%;
    max-width: 900px;
}

.modal-dialog.xmedium {
    width: 50%;
    max-width: 550px;
}

.modal-dialog.medium {
    width: 40%;
    max-width: 350px;
}

.modal-dialog.small {
    width: 20%;
    max-width: 285px;
    min-width: 285px;
}

.modal-dialog.x2medium {
    width: 60%;
    max-width: 600px;
}

/* breadcrumb */

.breadcrumbContainer .breadcrumb {
    padding-left: 0;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    display: inline-block;
}

/* date picker */

.date span.input-group-addon {
    border: medium none;
    background-color: #CCC;
}

.batchListContainer thead th {
    border-bottom: 1px solid #CCC;
}

.tablesorter thead th {
    font-size: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.batchList {
    overflow-x: auto;
}

.batchListContainer .btn.btn-default.backButton, .batchListContainer .btn.btn-default.submitButton, .batchListContainer .btn.btn-default.resetButton, .batchListContainer .btn.btn-default.cancelButton {
    min-width: 0;
    padding: 4px 12px 3px;
    font-size: 14px;
}

.batchListContainer table {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.batchListContainer tbody tr td {
    border-bottom: 1px solid #DDD;
    vertical-align: middle;
}

.batchListContainer tbody tr td:first-child + td + td + td + td,
.batchListContainer tbody tr td:first-child + td + td + td + td + td {
    text-align: center;
}

.dateField, .dateFilter {
    position: relative;
}

.dateField a {
    position: absolute;
    top: 7px;
    right: 6px;
}

.lengthDateContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    min-height: 100px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 15px;
    display: none;
}

.lengthDateContainer .submitButton {
    margin: 12px 0 0 0;
}

.userForm select {
    display: inline-block;
    width: 60%;
    float: left;
}

.chrome .userStatus {
    padding-top: 0;
}

.latestUserBackgroundColor {
    background-color: lightgray;
}

.mainContainer {
    margin-bottom: 24px;
}

.mainContent {
    padding-top: 20px;
}

.footerFix {
    background-color: #f8f7f7;
    border-top: 1px solid #D4D8DE;
    height: 1000px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
    padding-top: 35px;
}

.backButton {
    margin-right: 10px;
}

.signSubmitButton {
    margin-left: 10px;
    background-color: #545554;
    font-size: 14px;
    padding: 9px 12px;
    color: #FFF;
    border: medium none;
}

/* Custom Table tablesorterExceptionInProgress */

.tablesorterExceptionInProgress {
    font-size: 14px;
}

.tablesorterExceptionInProgress thead {
    background-color: #FFF;
}

.tablesorterExceptionInProgress tbody .odd {
    background-color: #F7F7F9;
}

.tablesorterExceptionInProgress thead .disabled {
    display: none;
}

.tablesorterExceptionInProgress .btn {
    padding: 4px 10px;
    margin-top: 0;
    width: auto;
    float: left;
    margin-right: 6px;
    vertical-align: top;
}

.tablesorterExceptionInProgress .buttonArea .btn {
    width: 86px;
}

.tablesorterExceptionInProgress tfoot .btn {
    padding: 0;
    width: 20px;
    height: 20px;
}

.tablesorterExceptionInProgress tfoot .btn img {
    position: relative;
    top: -1px;
}

/* Custom Table Sorter */

.tablesorter {
    font-size: 14px;
}

.ProcessList {
    overflow-x: auto;
}

.tablesorter thead {
    background-color: #FFF;
}

.tablesorter tbody .odd {
    background-color: #F7F7F9;
}

.tablesorter thead .disabled {
    display: none;
}

.tablesorter .btn {
    padding: 8px;
    margin-top: 0;
    width: auto;
    float: left;
    margin-right: 6px;
    vertical-align: top;
}

.tablesorter .buttonArea .btn {
    width: 86px;
}

.tablesorter tfoot .btn {
    padding: 0;
    width: 20px;
    height: 20px;
}

.tablesorter tfoot .btn img {
    position: relative;
    top: -1px;
}

.itemCounter, .gotoPage {
    float: left;
}

.itemPager {
    display: none;
}

.itemCounter, .gotoPage {
    font-size: 14px;
    font-weight: lighter;
    color: #333;
}

.gotoPage, .pageGroup {
    margin-right: 10px;
    margin-top: 4px;
    position: relative;
    float: left;
}

div#BatchExceptionInProgressSection:last-child {
    display: none;
}

.btn.btnPagenum {
    float: left;
}

.ts-pager.form-horizontal.tablesorter-pager {
    display: inline-block;
    width: 100%;
    padding-top: 7px;
}

.batchWorkFlow .form-control-group .dateData label {
    width: auto;
}

.batchList .tablesorter tfoot th {
    vertical-align: middle;
    padding: 8px 18px;
}

.batchList .tablesorter td, .batchList .tablesorter th {
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 18px;
    border-right-width: 0;
}

.batchList .tablesorter td {
    border-bottom-width: 0;
}

.ST_Created, .ST_Planned {
    color: var(--color-warning);
    background-color: var(--color-warning-bg);
}

.ST_Started, .ST_Reviewed, .ST_Finished, .WB_InActive {
    color: var(--color-info);
    background-color: var(--color-info-bg);
}

.ST_Approved, .ST_Archived {
    color: var(--color-success);
    background-color: var(--color-success-bg);
}

.ST_Rejected, .ST_Interrupted, .BST_Interrupted {
    color: var(--color-error);
    background-color: var(--color-error-bg);
}

#columnSelector.columnSelector label {
    margin-bottom: 0;
    padding: 6px 15px;
}

#columnSelector.columnSelector label:last-child {
    border-bottom: medium none;
}

.tablesorter tfoot .btn.last {
    margin-right: 100px;
}

.itemCounter {
    margin: 0 20px;
}

.tablesorter table thead tr:last-child td:last-child input, .tablesorter table thead tr:last-child td:first-child + td + td + td + td input {
    display: none;
}

.tablesorter table thead tr:last-child td:last-child input, .tablesorter table thead tr:last-child td:first-child + td + td + td input {
    display: none;
}

.tablesorter table thead tr:last-child td input {
    width: 100% !important;
}

.tablesorter td input {
    border: 1px solid #aab2bd;
    padding-left: 8px;
    min-width: 100px;
    margin-bottom: 9px;
}

.tablesorterExceptionInProgress td input {
    border: 1px solid #aab2bd;
    padding-left: 8px;
    min-width: 100%;
    margin-bottom: 9px;
}

.tablesorter button {
    background-color: #545554;
    z-index: 2;
    color: #FFF;
    border: none;
}

.tablesorter button:hover {
    background-color: #5b6775;
}

/* Round corner table*/

.table-curved {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 6px 6px 0 0;
    border-left: 0px;
    border-top: 0px;
    margin-bottom: 0;
}

.table-curvedException {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 6px 6px 0 0;
    border-left: 0px;
    border-top: 0px;
    margin-bottom: 0;
}

.ts-pager.form-horizontal.tablesorter-pager {
    border: 1px solid #CCC;
    border-top: medium none;
    border-radius: 0 0 6px 6px;
}

.table-curvedException > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #ccc 1px;
}

.table-curvedException td, .table-curvedException th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table-curvedException > :first-child > :first-child > :first-child {
    border-radius: 6px 0 0 0;
}

.table-curvedException > :first-child > :first-child > :last-child {
    border-radius: 0 6px 0 0;
}

.table-curvedException > :last-child > :last-child > :first-child {
    border-radius: 0 0 0 6px;
}

.table-curvedException > :last-child > :last-child > :last-child {
    border-radius: 0 0 6px 0;
}


.table-curved > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #ccc 1px;
}

.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table-curved > :first-child > :first-child > :first-child {
    border-radius: 6px 0 0 0;
}

.table-curved > :first-child > :first-child > :last-child {
    border-radius: 0 6px 0 0;
}

.table-curved > :last-child > :last-child > :first-child {
    border-radius: 0 0 0 6px;
}

.table-curved > :last-child > :last-child > :last-child {
    border-radius: 0 0 6px 0;
}

/*** custom css only popup ***/

#adminTopRightMenu {
    background: none;
}

#BatchSection {
    display: none;
}

#columnSelector {
    border-color: #aab2bd;
    bottom: 34px;
    max-height: 245px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: auto;
    width: 211px;
}

.columnSelectorContainer {
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    position: relative;
}

.columnSelector, .hidden {
    display: none;
}

.bsConvertSuccessMessages {
    background-color: var(--color-success);
    display: block;
    position: relative;
    margin-bottom: 16px;
    padding: 10px 12px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFF;
    width: 100%;
    z-index: 100;
}

.bsConvertErrorMessages {
    display: none;
    padding: 10px 12px 8px;
    background-color: #dc3535;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFF;
    width: 100%;
    z-index: 100;
    height: 51px;
    margin-bottom: 1%;
}

.columnSelectorButton, .convertBsButton, .btn.btnPagenum {
    padding: 4px 12px;
    background-color: transparent;
    border: 1px solid #545454;
    border-radius: 4px;
    cursor: pointer;
    color: #545454;
    width: auto;
    height: auto;
}

.btn.btnPagenum {
    margin-right: 80px;
}

.btn.btnPagenum:hover, .columnSelectorButton:hover, .convertBsButton:hover {
    text-decoration: underline;
}
.btn.btnPagenum:focus {
    background-color: transparent;
    outline: 0;
}

.dragdropText {
    margin-top: 9%;
}

#dropArea {
    background: #f8f8f8;
    border: #b5b5b5 dashed 3px;
    height: 300px;
    text-align: center;
    color: #000;
    padding-top: 12px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

#colSelect1:checked ~ #columnSelector {
    display: block;
}

.columnSelector {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 9;
}

.columnSelector label {
    display: block;
}

.columnSelector label {
    border-bottom: 1px solid #aab2bd;
}

.columnSelector input {
    margin-right: 5px;
}

.columnSelector .disabled {
    color: #ddd;
}

/*** Bootstrap popover ***/

#popover-target label {
    margin: 0 5px;
    display: block;
}

#popover-target input {
    margin-right: 5px;
}

.popover {
    margin-top: -65px; /* adjust popover position */
}

/* edit form */

.columnSelectorWrapper {
    left: 0px;
    margin: 10px 0;
    position: relative;
    display: block;
    text-align: right;
    float: none;
    margin-top: 0;
    top: 0;
}

.tablesorter-filter-row td select {
    min-width: 100px;
}

.showUserlist {
    position: relative;
}

.showUserlist .columnSelectorWrapper {
    left: auto;
    right: 0;
    margin-top: 0;
    top: 0;
}

.columnSelectorWrapper label {
    cursor: pointer;
}

.range_inputs .btn.btn-default, .range_inputs .btn.btn-success {
    padding: 4px 12px;
}

select .form-control {
    border: 1px solid #dadada;
    padding-left: 8px;
}

.no-resize {
    resize: none;
}

.batchSpecificationPreReport .form-group {
    display: block;
}

.batchSpecificationPostReport .form-group {
    display: block;
}

label.form-label.reportBS {
    color: var(--color-primary);
}

/* Checkbox */

#DashboardSection .checkbox input[type=checkbox] {
    opacity: 1;
}

.checkbox input[type=checkbox] {
    opacity: 0;
}

input[type=checkbox]:checked + .labelcheckbox:before {
    font-size: 15px;
    background-image: url("/Content/images/correctSign.png");
    text-align: center;
    line-height: 22px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input[type=radio]:checked + .labelRadioWithCorrectSign:before {
    font-size: 15px;
    background-image: url("/Content/images/correctSign.png");
    text-align: center;
    line-height: 22px;
    background-color: #0e76a8;
    border: 1px solid #0e76a8;
    cursor: pointer;
}

.labelRadio:before, .labelRadioWithCorrectSign:before {
    bottom: auto;
}

input[type=radio]:checked + .labelRadio:before {
    content: "\25cf";
    font-size: 26px;
    width: 22px;
    color: var(--color-primary);
    text-align: center;
    line-height: 18px;
    background-color: white;
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

.labelcheckbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 25px;
}

.stageSection .labelcheckbox {
    width: 0 !important;
    margin: 0 !important;
}

input[type=checkbox]:focus ~ .labelcheckbox:before, input[type=radio]:focus ~ .labelRadioWithCorrectSign:before {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 153, 153, 1);
}

.labelcheckbox:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -10px;
    background-color: #fff;
    border: 1px solid #ddd8ce;
}

.labelRadio, .labelRadioWithCorrectSign {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 25px;
}

.labelRadio:before, .labelRadioWithCorrectSign:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd8ce;
}

.batchWorkFlowStatus {
    padding-top: 10px;
    padding-bottom: 2px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

/* Batch work flow */

.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

.workFlowSection .form-group {
    display: block;
}

.batchWorkFlowContainer {
    padding-top: 35px;
}

.batchWorkFlow .form-group {
    margin-bottom: 6px;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 40px;
}

.batchWorkFlow .form-group label {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10%;
    top: 7px;
}

.batchWorkFlow .form-group input,
.batchWorkFlow .form-group select,
.batchWorkFlow .form-group textarea {
    position: relative;
    display: inline-block;
    width: 60%;
}

.batchWorkFlow .dataCaption {
    position: relative;
    display: inline-block;
    float: right;
    width: 100%;
    height: 47px;
    display: none;
}

.batchWorkFlow .dataCaption span {
    width: 60%;
    display: inline-block;
    float: right;
    position: relative;
}

.executionStatus .dateData, .exceptionStatus .dateData {
    color: red;
}

.statusSection button {
    position: relative;
    float: left;
    margin-right: 1%;
}

.cancelButtonSectinon {
    float: left;
}

.cancelButtonSectinon .btn.btn-default.cancelButton {
    margin: 0;
}

.contextButton > a {
    display: inline-block;
    min-width: 30px;
    float: left;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    padding: 8px;
    font-size: 16px;
    line-height: 1.25;
}

.contextButton > a:hover, .contextButton > a:focus {
    text-decoration: none;
}

#BatchSpecificationSection .buttonArea {
    min-width: 215px;
}

#ProcessSection .buttonArea {
    min-width: 215px;
}

/*Fixed bug images not show input cuurent Bootstrap version*/

.glyphicon-bell:before {
    content: "\d83d\dd14";
}

.glyphicon-bookmark:before {
    content: "\d83d\dd16";
}

.glyphicon-briefcase:before {
    content: "\d83d\dcbc";
}

.glyphicon-calendar:before {
    content: "\d83d\dcc5";
}

.glyphicon-camera:before {
    content: "\d83d\dcf7";
}

.glyphicon-fire:before {
    content: "\d83d\dd25";
}

.glyphicon-lock:before {
    content: "\d83d\dd12";
}

.glyphicon-paperclip:before {
    content: "\d83d\dcce";
}

.glyphicon-pushpin:before {
    content: "\d83d\dccc";
}

.glyphicon-wrench:before {
    content: "\d83d\dd27";
}

/* batch record */

.batchRecord header, .batchRecord footer {
    display: none;
}

.materialDetail, .signoffSection, .buttonContainer, .allStepContainer {
    border-bottom: 1px solid #d4d8de;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.allStepContainer {
    padding-bottom: 0;
}

.signOff, .stepInstruction {
    width: 100%;
}

.idNumber, .matrialName, .materailsize, .materailStatus, .signoffInput, .signoffButton, .bomResult, .bomLot {
    position: relative;
    display: inline-block;
    float: left;
}

.instructionLabel, .instructionValue, .instructionButton, .instructionCondition, .instructionForm,
.instructionCondition .radio, .instructionList, .instructionFormular, .signoffInput, .bomResult, .bomLot,
.instructionInstruction {
    position: relative;
    float: left;
    display: inline-block;
    width: 250px;
}

.weighing-inst {
    position: relative;
    float: left;
    display: block;
    width: 1100px;
    margin-right: 12px;
    margin-bottom: 150px;
}

.weighing-inst-btn {
    position: relative;
    float: right;
    display: block;
    width: 242px;
    margin-right: 74px;
    margin-bottom: 12px;
    margin-top: 25px;
}

.weighingLabel {
    position: relative;
    float: left;
    display: inline-block;
    width: 835px;
    margin-right: 12px;
}

.weighing-header {
    position: relative;
    float: left;
    display: inline-block;
    width: 1100px;
    margin-right: 12px;
    margin-bottom: 35px;
}

.scan-printer {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    margin-right: 12px;
    margin-bottom: 35px;
}

.inst-bottom {
    position: relative;
    float: right;
    display: inline-block;
    margin-right: 12px;
}

.weighing-footer {
    display: inline-block;
    width: 40%;
    float: left;
}

.actualqty {
    display: inline;
    font-weight: bold;
}

.actualqty.pass {
    color: #a8ca4e;
}

.actualqty.warn {
    color: #c02227;
}

.weighing-wip-header {
    position: relative;
    float: left;
    display: inline-block;
    width: 1100px;
    margin-right: 12px;
}

.weighingLabelWithBox {
    position: relative;
    float: left;
    display: inline-block;
    width: 530px;
    margin-right: 12px;
}

.weighingLabelImg {
    position: relative;
    float: left;
    display: inline-block;
    width: 50px;
    margin-right: 12px;
    padding: 5px;
}

.weighingLabelWithWeight {
    position: relative;
    float: left;
    display: inline-block;
    width: 399px;
    margin-right: 12px;
}

.weighing {
    position: relative;
    float: left;
    display: inline-block;
    width: 800px;
    margin-right: 12px;
    padding-left: 100px;
    font-size: 25px;
}

.weighingQTY {
    position: relative;
    float: right;
    display: inline-block;
    width: 400px;
    margin-right: 12px;
    font-size: 60px;
    color: green;
}

.actualQTY {
    position: relative;
    float: right;
    display: inline-block;
    width: 400px;
    margin-right: 12px;
    font-size: 60px;
    color: red;
}

.weighingValue {
    position: relative;
    float: left;
    display: inline-block;
    width: 290px;
    margin-right: 12px;
    padding: 6px;
}

.scanPrinterLabel {
    position: relative;
    float: left;
    display: inline-block;
    width: 238px;
    margin-right: 12px;
    padding: 6px;
}

.scanPrinterTextBox {
    position: relative;
    float: left;
    display: inline-block;
    width: 290px;
    margin-right: 12px;
    padding: 6px;
    padding-top: 13px;
}

.confirmPrintQR {
    position: relative;
    display: inline-block;
    width: 290px;
    margin-right: 12px;
    padding: 6px;
    padding-top: 0px;
}

.weighing-btn {
    position: relative;
    float: left;
    display: inline-block;
    width: 500px;
    margin-right: 12px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.weighing-btn-right {
    position: relative;
    float: right;
    display: inline-block;
    width: 500px;
    padding-left: 240px;
    padding-top: 21px;
    padding-bottom: 21px;
}


.numberOfPages {
    position: relative;
    display: inline-block;
    width: 117px;
    font-size: 25px;
    text-align: right;
    padding-top: 10px;
}

.steps-btn {
    position: relative;
    display: inline-block;
    width: 118px;
    float: right;
    margin-right: 133px;
}


.maximize {
    position: relative;
    display: inline-block;
    width: 100px;
    padding-left: 267px;
}

.manual-btn-area {
    position: relative;
    display: inline-block;
    width: 254px;
    float: right;
    padding-top: 25px;
}

.manual-command-btn {
    position: relative;
    display: inline-block;
    width: 173px;
    padding-left: 12px;
}

.manual-command-exception {
    position: relative;
    display: inline-block;
    width: 50px;
    padding-left: 2px;
}

.manual-command-area {
    position: relative;
    display: inline-block;
    width: 230px;
}

.maximize-btn {
    background: url('../Images/maximize.png');
    background-size: 50px 50px;
    position: relative;
    display: inline-block;
    width: 13px;
    height: 51px;
    padding-left: 54px;
}

.weighing-scale {
    position: relative;
    float: none;
    display: inline-block;
    width: 37%;
    height: 100%;
    padding: inherit;
    background-color: lightblue;
    left: 28%;
    border-radius: 12px;
}

.imgLabel {
    position: relative;
    float: left;
    display: inline-block;
    width: 510px;
    height: 260px;
    border-style: groove;
}

.imgLabel-Preview {
    position: relative;
    display: block;
    width: 510px;
    height: 260px;
    border-style: groove;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.selectPrinter {
    position: relative;
    display: inline-block;
    width: 510px;
    margin-left: 28px;
}

.signoffInput, .bomResult {
    top: 0;
    margin-right: 0;
}

.idNumber, .matrialName, .materailStatus {
    margin-right: 12px;
    width: 132px;
}

.materailsize {
    margin-right: 12px;
}

.materailStatus {
    width: 145px;
}

.signoffButton .btn.btn-default, .instructionButton .btn.btn-default {
    padding: 6px 12px;
}

.signoffSection h3 {
    margin-bottom: 0;
}

.instructionButton, .signoffButton {
    float: right;
    text-align: right;
    width: 100px;
}

.instructionButton .btn.btn-default:last-of-type,
.signoffButton .btn.btn-default:last-of-type {
    width: 40px;
}

.instructionButton .btn.btn-default.btn-weighing-report {
    width: fit-content;
}

.instructionValue span.field-validation-error {
    width: 100%;
}

.instructionValue .subList {
    width: 100%;
    padding-bottom: 8px;
    display: block;
}

.instructionValue .subList label {
    width: 27%;
}

.instructionValue .subList input {
    width: 70%;
    float: right;
}

.instructionValue.date input.form-control {
    font-size: medium !important;
}

.stepInstruction {
    margin-bottom: 12px;
}

.weighingInstruction {
    margin-bottom: 12px;
}

.instructionLabel label, .idNumber label {
    display: block;
    margin-bottom: 0;
    font-size: 18px;
}

.instructionCondition .radio {
    word-break: break-word;
    width: 80%;
    margin-top: 0;
    margin-bottom: 12px;
}

.instructionCondition {
    top: 0;
    padding-left: 30px;
}

.dateTimepicker {
    width: 35%;
    position: relative;
    float: left;
}

.buttonContainer .btn.btn-default {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 8px;
    width: auto;
    padding: 6px 12px;
}

.highException .backgroundContainer {
    background: url('../images/high-ex.png') right center no-repeat;
}

.enablePhase .backgroundContainer {
    background: url('../images/phase-enable.png') right center no-repeat;
}

.phaseItem.enablePhase {
    color: #333;
}

.phaseItem.enablePhase .sequenceNumber {
    color: white;
}

.notReady .backgroundContainer {
    background: url("../images/notReady.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.mediumException .backgroundContainer {
    background: url('../images/middle-ex.png') right center no-repeat;
}

.lowException .backgroundContainer {
    background: url("../images/low-ex.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.notReady .instructionButton .instruction-context, .notReady .signoffButton .instruction-context, .reviewOnly .instructionButton .instruction-context, .reviewOnly .signoffButton .instruction-context, .reviewOnly .instructionButton button.instruction-context {
    opacity: 1;
}

.notReady .eqm-scan-btn {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

body .instruction-context {
    opacity: 1 !important;
}

.informationException .backgroundContainer {
    background: url('../images/phase-info.png') right center no-repeat;
}

.ready .backgroundContainer {
    background: url('../images/phase-enable.png') right center no-repeat;
}

.ready .innnerSpace span, .informationException span {
    color: #666;
}

.ready .sequenceNumber span, .informationException .sequenceNumber span {
    color: white;
}

.sequenceNumber {
    color: #FFF;
    background-color: #666;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 24px;
    padding-top: 2px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 11px;
    width: 24px;
}

.innnerSpace .sequenceNumber {
    top: 13px;
    right: 12px;
}

.backgroundContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -5px;
    z-index: 0;
}

.phaseContainer, .stepContainer {
    margin-bottom: 12px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
    clear: both;
}

.phaseItem span {
    z-index: 10;
    position: relative;
    display: inline-block;
    color: #a7a7a7;
}

.stepItem {
    float: left;
    background: none;
    padding-right: 6px;
    width: 230px;
    position: relative;
    display: inline-block;
}

.innnerSpace {
    width: 100%;
    height: 48px;
    padding: 3px 12px;
}

.innnerSpace span {
    display: inline-block;
    color: #FFF;
}

.current .innnerSpace {
    border: 2px solid #333;
}

.mediumException .innnerSpace {
    background-color: #ff9521;
}

.highException .innnerSpace {
    background-color: #ac282a;
}

.informationException .innnerSpace {
    background-color: #ececec;
}

.informationException .innnerSpace span.stepNumber,
.informationException .innnerSpace span.stepName,
.lowException .innnerSpace span.stepNumber,
.lowException .innnerSpace span.stepName,
.lowException span.phaseNumber,
.lowException span.phaseName {
    color: #666;
}

.ready .innnerSpace {
    border: 1px solid #CCC;
}

.completeStep .innnerSpace {
    background-color: #b5c9b2;
}

.enable .innnerSpace {
    background-color: #fff;
    border: 1px solid #979797;
}

.executionStatus span:first-child {
    width: 50%;
    margin-bottom: 8px;
}

.exceptionReport {
    text-align: center;
    margin-bottom: 10px;
}

.text-box.single-line.password {
    background-color: #fff;
    border: 1px solid #aab2bd;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 13px;
    text-align: left;
    border-radius: 4px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.repeatStep a {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    border-radius: 16px;
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.phaseNoti a {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    border-radius: 16px;
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.refreshStep a {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    border-radius: 16px;
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.refreshStep {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 16px;
    width: auto;
    margin-right: 5px;
}

.exceptionReport a, .repeatStep label {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    text-decoration: none;
    min-width: 20px;
}

.exceptionReport a:hover {
    text-decoration: none;
}

.exceptionReport.withoutnumber a {
    min-width: 20px;
    height: 20px;
}

#BatchReviewSection .stepheader .exceptionReport.withoutnumber {
    position: absolute;
    right: 21px;
    top: 0;
    width: 32px;
    z-index: 1;
}

.signoffInput input {
    font-size: 18px;
}

.bomResult input {
    font-size: 18px;
    width: 100px;
}

.bomLot input {
    font-size: 18px;
    width: 120px;
}

.signOff {
    min-height: 50px;
}

.exceptionButton .btn.btn-default {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 12px;
}

.exceptionButton .btn.btn-default:first-child {
    margin-left: 8px;
    margin-right: 0;
}

.exceptionButton {
    width: 100%;
}

.jumpSection {
    padding: 6px 4% 0;
    width: 68%;
    padding-right: 0;
    background-color: #ddd;
}

.jumpSection label, .jumpSection input, .jumpSection .btn.btn-default {
    position: relative;
    display: inline-block;
    float: left;
}

.jumpSection label {
    width: 14%;
    padding-top: 6px;
    font-size: 18px;
}

.jumpSection input {
    width: 52%;
    margin-left: 4%;
}

.jumpSection .btn.btn-default {
    width: 33%;
    padding: 6px 12px;
    margin-left: 3%;
}

.currentProcess {
    display: inline-block;
    float: left;
}

.stepSection .currentProcess {
    width: 100%;
}

.modeOfProcess {
    position: relative;
    float: right;
}

.batchRecord .container {
    padding-top: 10px;
}

.fixedSection {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 980px;
    z-index: 999;
}

.batchRecordStartContainer {
    padding-top: 216px;
    position: relative;
    padding-bottom: 20px;
}

.collapseheader {
    cursor: pointer;
}

.signoffSection {
    padding-bottom: 0;
}

.startSequence .backgroundContainer {
    left: -2px;
}

.startSequence .endSequence {
    left: -5px;
}

.startSequence .continueSequence {
    left: -5px;
}

/*end batch record*/

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}

/* fix table Batch specification list */

.columnSelector {
    position: absolute;
    right: 16px;
    min-width: 160px;
}

.buttonArea {
    min-width: 214px;
    position: relative;
    top: -4px;
}

.weighingBOMbuttonArea {
    min-width: 107px;
    position: relative;
    top: -4px;
}

.tablesorter-filter-row {
    background-color: white;
}

.signOffInput, .signOffInputContainer, .signOffRole, .bomResult, .bomLot {
    position: relative;
    margin-bottom: 12px;
}

.createExceptionContainer, .signOffContainer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999;
    padding: 10px 20px;
    border: 1px solid #aab2bd;
    min-width: 240px;
}

.createExceptionForm .buttonArea, .signOffContainer .buttonArea {
    width: 100%;
}

.highExceptionNotice {
    background: none;
    background-color: #ac292b;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
}

.exceptionReportContent {
    background-color: white;
    border: 1px solid #ccc;
    left: 0;
    max-height: 300px;
    overflow: auto;
    padding: 10px 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 260px;
    z-index: 998;
}

.exceptionReport .exceptionReportList a {
    border-radius: 4px;
}

.exceptionReportList a span:first-child {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    top: 2px;
    margin-right: 6px;
}

.exceptionReportList .high {
    background-color: #ac292b;
}

.exceptionReportList .medium {
    background-color: #FF9522;
}

.exceptionReportList .low {
    background-color: #FFDF22;
}

.exceptionReportList .information {
    background-color: #FFF;
    border: 1px solid #ccc;
}

.exceptionReport .exceptionReportList a {
    background: none;
    color: #666;
    padding: 0;
    margin: 0;
}

.phaseNumber {
    font-weight: bold;
}

.exceptionReportItem {
    margin-bottom: 6px;
    border-bottom: 1px solid #CCC;
}

.exceptionReportList {
    border-bottom: 1px solid #CCC;
    padding: 2px 0;
}

.exceptionReportList a span {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 6px;
}

.exceptionReportList a span:last-child {
    width: 175px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0;
}

.logHistoryContainer {
    position: absolute;
    padding: 10px 20px;
    background-color: white;
    z-index: 99;
    top: 0;
    right: 0;
    border: 1px solid #CCC;
}

.stepInstruction {
    position: relative;
}

.weighingInstruction {
    position: relative;
}

.exceptionHistoryContainer {
    position: absolute;
    padding: 10px 20px;
    background-color: white;
    z-index: 99;
    top: 0;
    right: 0;
    border: 1px solid #CCC;
    max-width: 100%;
    border-radius: 7px;
}

.exceptionHistoryContainer .exceptioHistoryDetail {
    overflow-x: auto;
}

.exceptioHistoryDetail table th {
    min-width: 140px;
}

.exceptioHistoryDetail table td {
    word-wrap: break-word;
}

.stepInstruction {
    position: relative;
}

.exceptioHistoryDetail span.High, .createExceptionContainer span.High {
    background-color: #ac292b;
}

.exceptioHistoryDetail span.Medium, .createExceptionContainer span.Medium {
    background-color: #ff9522;
}

.exceptioHistoryDetail span.Low, .createExceptionContainer span.Low {
    background-color: #ffdf22;
}

.exceptioHistoryDetail span.Information, .createExceptionContainer span.Information {
    background-color: #CCC;
}

.exceptionLevel {
    height: 16px;
    margin-right: 3px;
    display: inline-block;
    width: 16px;
    border-radius: 4px;
    top: 3px;
    position: relative;
}

.stepheader {
    position: relative;
    max-height: 42px;
    border-radius: 6px;
    padding: 6px 6px 6px 12px;
}

.stepheader h3 {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: 1.25;
}

#stepUpdatePanel .stepheader h3 {
    max-width: 63%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0px;
}

.col-lg-12.middlePosition, .col-lg-12.userlistSection {
    max-width: 1280px;
}

#stepUpdatePanel .form-control, #stepUpdatePanel .form-control2, #stepUpdatePanel .instructionCondition label, #stepUpdatePanel .instructionList .dropdown2 .selected {
    font-size: 18px;
}

/******* Revision markup *******/

.materialDetailHeader,
.materialDetailBody {
    margin-top: 4px;
}

.materialDetailHeader {
    padding-right: 0;
}

.materialDetailBody {
    padding-left: 0;
}

.materialDetailHeader > div,
.materialDetailBody > div {
    padding: 0;
}

span.BatchHeaderInBatchProcess,
span.MaterialHeaderInBatchProcess,
span.RegisterNumHeaderInBatchProcess {
    font-size: small !important;
    display: inline-block;
}

.BatchID,
.materialName,
.registrationNum {
    display: inline-block;
    overflow: hidden;
    width: 94%;
}

.BatchID span,
.materialName span,
.registrationNum span{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.BatchSpecificationID span:first-child {
    width: 123px;
    cursor: auto;
    margin-right: 10px;
}

.BatchSpecificationID {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: fit-content;
    float: left;
    cursor: pointer;
}

.materialDetailBody .materialDetailList {
    display: flex;
    flex-flow: column wrap;
}

.materialDetailBody .materialDetailList > div {
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
}

.materialDetailBody .materialDetailList > div:first-child {
    margin-bottom: 6px;
}

.materialDetailBody .materialDetailList > div span:first-child {
    font-size: small;
    font-weight: 400;
    margin-right: 6px;
}

.logo {
    background-color: #5B5C5C;
    padding: 4px 10px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 3px;
}

.jumpSection {
    background-color: #5B5C5C;
}

.jumpSection label {
    color: #fff;
    margin: 0;
    padding: 0;
}

.jumpSection input {
    height: auto;
    padding: 3px 12px;
}

.materialDetail, .phaseContainer, .stepContainer {
    padding-bottom: 6px;
    margin-bottom: 0px;
}

.materialDetail {
    padding-bottom: 0;
}

.modeOfProcess {
    display: none;
}

.phaseName, .innnerSpace .stepName {
    font-size: 16px;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phaseName {
    width: 87%
}

.stepList {
    border: 1px solid #CCC;
    margin-bottom: 2px;
    overflow: visible;
    border-radius: 8px;
}

.InstructionDetailsTab, #BOMDetailsTab {
    padding: 24px 20px 10px 42px;
    font-size: 18px;
    border-top: 1px solid #CCC;
}

.StageDetailsTab {
    padding: 24px 20px 10px 42px;
}

.buttonContainer {
    position: fixed;
    width: 980px;
    margin-bottom: 0;
    bottom: 0;
    z-index: 990;
    background-color: #FFF;
    padding-top: 6px;
    border-top: 2px solid #CCC;
}

.buttonContainer .exceptionReport-JumpContainer {
    position: relative;
    display: inline-block;
    float: right;
}

.expectResult, .instructionCondition .radio label {
    font-size: 14px;
}

.statusSection .btn.btn-default {
    padding: 6px 12px;
}

.statusSection > button:first-child {
    margin-left: 4px;
}

.statusSection, .cancelButtonSectinon {
    position: relative;
    top: 0;
}

.buttonContainer .exceptionReport {
    margin-bottom: 3px;
}

.createBatchExceptionButtonContainer {
    display: inline-block;
    float: left;
    position: relative;
    width: auto;
}

.instructionLabel span.high, .idNumber span.high {
    background-color: #c02227;
}

.instructionLabel span.medium, .idNumber span.medium {
    background-color: #F6851F;
}

.instructionLabel span.low, .idNumber span.low {
    background-color: #FFDF22;
    color: #333;
}

.instructionLabel span.info, .idNumber span.info {
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
}

.instructionLabel span.information, .idNumber span.information {
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
}

.instructionLabel span.WarningLevel, .idNumber span.WarningLevel {
    color: #c9c317;
    border: 1.2px solid #c9c317;
    text-align: center;
    font: bold 11px/17px arial, serif;
}

.instructionLabel span.AlertLevel, .idNumber span.AlertLevel {
    color: #e55;
    border: 1.2px solid #e55;
    text-align: center;
    font: bold 11px/17px arial, serif;
}

.summaryStep button {
    float: left;
    width: 30px;
    height: 25px;
    background: url('images/refresh.png');
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-right: 5px !important;
}

.summaryStep {
    float: left;
    width: 30px;
    height: 25px;
    background: url('images/refresh.png');
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-right: 5px !important;
    margin-top: 1px;
}


.IPCExclamation {
    align-items: center;
}

input.form-control.ipcList:disabled {
    background-color: #e5e5e5 !important;
}

.bomList {
    margin-bottom: 4px;
}

.ipcListTable {
    margin: 3%;
    margin-left: 13%;
}

.bomListTable {
    margin: 3%;
    margin-left: 14%;
}

.bomListTable input::-webkit-input-placeholder {
    font-style: italic;
}

span.ipcListExceptionLevel_1 {
    background-color: #c02227;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_2 {
    background-color: #F6851F;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_3 {
    background-color: #FFDF22;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_4 {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_1 + span,
span.ipcListExceptionLevel_2 + span,
span.ipcListExceptionLevel_3 + span,
span.ipcListExceptionLevel_4 + span  {
    display: inline-flex;
}

.instructionCondition .expectResult {
    display: inline-block;
    float: left;
    margin-right: 40px;
    position: relative;
    top: 3px;
}

.highException .stepheader {
    background-color: #d5a999;
}

.mediumException .stepheader {
    background-color: #edcea8;
}

.lowException .stepheader {
    background-color: #eee8aa;
}

.lowException .stepheader {
    background-color: #d5a999;
}

.highException .stepheader h3, .highException .stepheader span,
.highException .stepheader h3, .highException .stepheader span,
.highException .stepheader h3, .highException .stepheader span {
    color: #FFF;
}

.phaseItem, .stepItem {
    cursor: pointer;
}

.TooltipForStepDesc {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 14px solid #c4c4c4;
    border-right: 14px solid transparent;
}

.TooltipForStepDesc-NotReady {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 20px solid #FF0000;
    border-right: 20px solid transparent;
}

.expectResult {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 12px;
    border: 1px solid transparent;
}

.tarweightValue {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 12px;
    width: 425px;
    border: 1px solid transparent;
    font-size: 70px;
}

.actualResultValue {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 12px;
    width: 260px;
    border: 1px solid transparent;
    font-size: 33px;
    color: green;
}

.weighing-header-val {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-left: 70px;
    width: 232px;
    border: 1px solid transparent;
    font-size: 50px;
    color: blue;
    font-weight: bold;
}

.weighing-header-command {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 330px;
}

.informationException .innnerSpace {
    background-color: #ececec;
}

.notReady .innnerSpace {
    background-color: #7b7b7b;
}

.notReady .innnerSpace span {
    color: #FFF;
}

.buttonContainer .exceptionReport-JumpContainer {
    display: inline-block;
}

#batchRecordFooter .createBatchExceptionButtonContainer span a {
    right: -7px;
}

.buttonContainer .exceptionReport, .repeatStep {
    display: inline-block;
    position: relative;
    float: left;
    width: auto;
}

.repeatStepPaging {
    float: right;
    font-size: 18px;
    padding-top: 2px;
    margin-right: 104px;
}

.repeatInstPaging {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}

.repeatInstPaging .ipcPopup {
    float: right;
    margin-right: 0 !important;
    background-size: 100% 100%;
}

.repeatStep label {
    position: absolute;
    z-index: 100;
    top: -8px;
    right: -2px;
}

.buttonContainer .exceptionButton {
    position: relative;
    display: inline-block;
    float: right;
    width: 288px;
}

.executionStatus span:first-child {
    width: 110px;
    margin-right: 12px;
}

#ExceptionForm, #SupplementForm {
    min-width: 260px;
}

.ExceptionForm .modal-header h4 {
    white-space: nowrap;
}

.ExceptionForm .modal-header .close {
    display: none;
}

#BatchExceptionModal .modal-footer button {
    width: 48%;
}

.AutoDate {
    position: absolute;
    top: 8px;
    right: 48px;
    z-index: 1;
    width: auto;
    cursor: pointer;
}

.AutoDate-NoSubmitBtn {
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 1;
    width: auto;
    cursor: pointer;
}

.save-but {
    position: absolute;
    top: 7px;
    right: 4px;
    z-index: 1;
    display: block;
    width: 40px;
    padding: 5px 14px;
    margin: -6px -3px;
    border-radius: 0 4px 4px 0;
}

.btn.save-but.ready:focus {
    background: #b5d1e4;
}

.instructionCondition .save-but {
    position: absolute;
    border-radius: 4px;
    border: 1px solid #aab2bd;
}

.instructionList .save-but {
    position: absolute;
    padding: 6px 14px;
    margin-top: -6px;
    width: 40px;
}

.save-but.ready {
    background: var(--color-info-bg);
    color: var(--color-info);
    cursor: pointer;
}

.save-but.saved:before {
    content: "\e168";
    color: var(--color-success);
}

.save-but.saved, .btn.save-but.saved:focus {
    background: var(--color-success-bg);
    cursor: not-allowed;
}

.save-but.not-ready {
    background: #dcdddc;
    cursor: not-allowed;
}

.save-but.ready:before, .save-but.not-ready:before {
    content: "\e168";
}

.save-but .processing {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
    background: url("../images/FhHRx.gif") 57% 47% / 57% no-repeat white;
}

.btn[disabled].save-but {
    opacity: 1;
}

.instructionList .dropdown2 .carat {
    right: 50px;
}

.batchSignoffError {
    bottom: 0px;
    top: 0px;
}

.batchSignoffError > div {
    position: relative;
}

.batchSignoffError > div .errorMessage {
    height: auto;
    padding-top: 5px;
}

.batchSignoffError > div .errorMessage button.close, #SignoffForm > div .errorMessage button.close {
    width: 11px;
    height: 10px;
}

.backgroundContainer, .sequenceNumber,
#phaseNavigationRight, #stepNavigationRight {
    display: none;
}

.phaseItem .exceptionStatus {
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 6px;
    position: relative;
    top:4px; 
}

.phaseItem a {
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 7px;
    position: relative;
}

.phaseItem .supplementStatus {
    width:13px; 
    height:13px; 
    border: 1px solid #FFFFFF; 
    top: 4px;
    float: left;
    border-radius: 3px;
}

.phaseItem .glyphicon-plus {
    font-size: 14.5px;
    top: -3px;
    right: 1.3px;
}

#stepSection .glyphicon-plus {
    font-size: 14px !important;
    top: -1px; 
    right: 0.7px;
}
.stepheader .glyphicon-plus {
    font-size: 20.5px !important;
    top: -1px;
}


.supplementStatus {
    background-color: #FFF;
}

.highException span.exceptionStatus {
    background-color: #c02227;
}

.mediumException span.exceptionStatus {
    background-color: #ff7e00;
}

.lowException span.exceptionStatus {
    background-color: #ffd800;
}

.informationException span.exceptionStatus {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.supplementIcon {
    background-color: #FFF;
    border: 1px solid #CCC;
}

span.supplementIcon {
    padding-left: 1.25px;
    padding-top: 0.1px;
    font-size: 16px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    top: 3px;
}

.phaseItem {
    border-radius: 6px 30px 30px 6px;
    height: 46px;
    padding: 3px 0px 3px 30px;
    display: inline-block;
    position: relative;
    float: left;
}

.owl-item:first-child .phaseItem {
    padding-left: 16px;
}

.ready {
    background-color: var(--color-info-bg);
}

.success {
    background-color: var(--color-success-bg);
}

#BatchRecordSection input::-webkit-input-placeholder,
#BatchReviewSection input::-webkit-input-placeholder {
    font-style: italic;
}

#BatchRecordSection input.form-control {
    border: 1px solid #aab2bd;
    background-color: #FFF;
    text-align: left;
    padding-right: 40px;
}

#BatchRecordSection input.form-control[disabled] {
    background-color: lightgray;
}

#BatchRecordSection input.weighing-form-control {
    border: 1px solid #aab2bd;
    background-color: #FFF;
    text-align: left;
    padding-right: 40px;
}

#BatchRecordSection .instructionForm.repeat input.form-control,
#BatchRecordSection .instructionFormular input.form-control {
    padding-right: 68px;
}

#BatchRecordSection .instructionForm.repeat .repeatStep {
    position: absolute;
    left: 0;
    bottom: 0;
}

#BatchRecordSection .instructionForm.repeat .repeatInstPaging .glyphicon-chevron-left {
    margin-left: 42px;
}

#BatchRecordSection .instructionForm.repeat .repeatInstPaging .glyphicon-chevron-left,
#BatchRecordSection .instructionForm.repeat .repeatInstPaging .glyphicon-chevron-right,
#BatchRecordSection .instructionForm.notRepeat .repeatInstPaging .glyphicon-chevron-left,
#BatchRecordSection .instructionForm.notRepeat .repeatInstPaging .glyphicon-chevron-right {
    margin-top: -3px;
}

#BatchRecordPage .BackToAll {
    padding-bottom: 20px;
}

.phaseItem span.phaseNumber {
    float: left;
    margin-right: 23px;
}

.customRadio {
    font-size: 14px;
    top: 7px;
    left: -25px;
}

.selectPDF {
    margin: 12px 0 6px;
}

.selectPDF .customRadio {
    top: 0;
    left: 0;
    margin-left: 9px;
}

.selectPDF .customRadio::before {
    bottom: 0;
    left: -28px;
}

.instructionCondition input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    margin-top: -1px;
    margin-left: -25px;
    width: 22px;
    height: 22px;
}

#columnSelector {
    text-align: left;
}

.dropdown-exception {
    display: block;
    margin-right: 6px;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    float: left;
    position: relative;
    top: 4px;
    padding: 0;
    line-height: 1;
    margin-left: 2px;
    overflow: hidden;
}

.label-highException {
    background: #c02227;
    color: #c02227;
}

.label-mediumException {
    background: #ff7e00;
    color: #ff7e00;
}

.label-lowException {
    background: #ffdf22;
    color: #ffdf22;
}

.label-infoException {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #FFF;
}

.label-supplementException {
    background-color: #FFF;
    display: block;
    text-align: center;
    vertical-align: 20px;
    border: 1px solid #CCC;
}

#BatchExceptionModal .bootstrap-select button, #CorrectWIPModal .bootstrap-select button {
    width: 100%;
    border: 1px solid #aab2bd;
    background-color: #FFF;
    color: #555;
    box-shadow: none;
}

table thead th {
    vertical-align: top;
}

.dropdown2 {
    background-color: #FFF;
    border: 1px solid #aab2bd;
    width: auto;
    background-image: none;
    box-shadow: none;
    padding: 0;
}

.has-error .dropdown2 {
    border-color: #a94442;
}

.dropdown2 .selected:after {
    box-shadow: none;
}

.dropdown2 .selected {
    color: #555;
    font-size: 14px;
    text-transform: none;
}

.dropdown2.open span {
    text-transform: none;
}

.dropdown2 li {
    padding: 10px 0 10px 12px;
    font-size: 14px;
    background-color: #FFF;
    border-bottom-color: #CCC;
    text-transform: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #555;
}

.dropdown2 li:last-child {
    border-bottom: 1px solid #ccc;
}

.dropdown2 ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 100%;
    list-style: none;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    background-color: white;
}

.dropdown2 li.active, .dropdown2 li.focus, .dropdown-menu.inner.selectpicker li.selected a {
    background: none repeat scroll 0 0 #545554;
    color: #fff;
}

.dropdown2 li:hover {
    color: white;
    background-color: #545554;
}

.dropdown2.open {
    z-index: 1000;
}

.dropdown2.disabled {
    background-color: #CCC;
}

.createUserInput .radio input[type=radio] {
    opacity: 0;
}

.radio label, .checkbox label {
    padding-left: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 310px;
}

.caret {
    color: #aab2bd;
}

.btn.btn-default, .btn.btn-default.backButton {
    background-color: #545554;
    font-size: 14px;
    padding: 9px 11px;
    color: #FFF;
    border: medium none;
}

.btn.btn-outline {
    padding: 8px 12px;
    color: #545554;
    border: 1px solid #545554;
    outline: 0;
}

.btn.btn-cta {
    background-color: var(--color-primary);
    padding: 8px 12px;
    color: #FFF;
    outline: 0;
}

.btn.btn-cta:focus {
    background-color: var(--color-primary);
    outline: 0;
}

.btn.btn-cta:hover {
    opacity: 0.9;
}

.btn.btn-weighing {
    background-color: #545554;
    font-size: 16px;
    text-align: left;
    padding: 15px 80px 15px 10px;
    color: #FFF;
    width: 160px;
    height: 70px;
}

.btn.btn-weighing-center {
    background-color: #545554;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    color: #FFF;
    width: 160px;
    height: 70px;
    cursor: pointer;
}

.btn.weighing-btn {
    background-color: #545554;
    font-size: 16px;
    text-align: center;
    padding: 0px;
    color: #FFF;
    width: 160px;
    height: 50px;
}

.btn.weighing-exception-btn {
    background-color: #545554;
    font-size: 16px;
    text-align: center;
    padding: 0px;
    color: #FFF;
    width: 45px;
    height: 50px;
}

.btn.step-btn {
    background-color: #545554;
    font-size: 15px;
    text-align: center;
    padding: 0px;
    color: #FFF;
    width: 134px;
    height: 30px;
}

.btn.btn-default.dropdown-toggle.selectpicker {
    background-color: #FFF;
    border: 1px solid #aab2bd;
}

.bootstrap-select.btn-group .dropdown-menu li {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

.bootstrap-select.btn-group .dropdown-menu {
    background-color: #FFF;
}

.userForm .bootstrap-select.btn-group .dropdown-menu {
    max-height: 355px !important;
}

.tableIPCList {
    max-height: 355px !important;
    overflow-y: auto;
    border: 1px solid black;
}

.tableBomList {
    max-height: 355px !important;
    overflow-y: auto;
    top: 0;
    bottom: 101px;
    border: 1px solid black;
    border-radius: 4px;
}

.table > thead > tr > th {
    vertical-align: top;
}

.btn.dropdown-toggle.selectpicker.btn-default {
    color: #777;
    padding-top: 6px;
    padding-bottom: 6px;
}

.exceptioHistoryDetail table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

.BatchRecordHeaderBackground {
    position: fixed;
    height: 100px;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #d4d8de;
    background-color: #f8f7f7;
    left: 0;
}

.BatchRecordFooterBackground {
    position: fixed;
    height: 44px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #f8f7f7;
    left: 0;
    z-index: 7;
}

.btn-group.bootstrap-select.form-control, .btn-group.bootstrap-select.form-control {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
}

.dropdownExceptionLevel > label {
    width: 100%;
}

.dropdownExceptionLevel {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #aab2bd;
}

.dropdownExceptionLevel .bootstrap-select .selectpicker {
    width: 100%;
}

.dropdownExceptionLevel .btn-group.bootstrap-select.form-control {
    width: 100%;
}

#MaterialType {
    padding: 6px 12px 9px;
}

.userForm .form-group .form-control-group .selecter span {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tablesorter-filter-row select.form-control {
    padding-top: 5px;
}

#sendForgotPassword #Email {
    text-align: left;
}

.tablesorter td {
    position: relative;
}

.tablesorter td .checkbox {
    left: -12px;
    margin-left: 50%;
    position: absolute;
}

.notReady .instructionList {
    opacity: 0.7;
}

.stepInstruction.notReady{
    opacity: 1;
}

.stepInstruction.notReady .instructionLabel, .stepInstruction.notReady .instructionValue, .stepInstruction.notReady .instructionButton, .stepInstruction.notReady .expectResult {
    opacity: 0.7;
}

.instructionList .dropdown2 div ul li {
    font-size: 18px;
    word-break: break-word;
    white-space: normal !important;
    height: auto !important;
    text-transform: none;
}

.breadcrumb a {
    cursor: default;
}

.createUserButton, .bacthSpecificationButton {
    margin-bottom: 12px !important;
}

.bacthSpecificationButton {
    padding-top: 12px;
}

.stepheader.notReady, .BOMSection.notReady {
    background-color: #f4f4f4;
}

.stepheader .exceptionStatus, .stepheader .supplementStatus {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    float: left;
    top: 5px;
}

.BOMSection {
    padding-left: 42px;
}

.instructionLabel > span, .idNumber > span, .BOMSection .exceptionStatus {
    border-radius: 4px;
    height: 18px;
    left: -30px;
    position: absolute;
    top: 3px;
    width: 18px;
}

.BOMSection .exceptionStatus {
    left: 12px;
    top: 10px;
}

.BOMSection.highException .exceptionStatus {
    background-color: #c02227;
}

.weighing-int {
    border-bottom: 1px solid #ccc;
}

.stepInstruction {
    border-bottom: 1px solid #ccc;
}

.stepInstruction:last-child {
    border-bottom: medium none;
}

.weighingInstruction {
    border-bottom: 1px solid #ccc;
}

.weighingInstruction-last {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.mediumException .exceptionStatus {
    background-color: #ff7e00;
    display: block;
}

.stepheader.notReady::after, .stepheader.success::after, .stepheader.ready::after, .BOMSection.notReady::after, .BOMSection.success::after, .BOMSection.ready::after {
    position: absolute;
    right: 12px;
    top: 9px;
    color: #a7a7a7;
    font-size: 16px;
}

.headerSelected {
    font-weight: bold;
}

.stepheader.highException .exceptionStatus {
    background-color: #c02227;
}

.stepheader.mediumException .exceptionStatus {
    background-color: #ff7e00;
}

.stepheader.lowException .exceptionStatus {
    background-color: #ffdf22;
}

.stepheader.notReady::after, .BOMSection.notReady::after {
    content: "Pending";
    color: #666;
}

.stepheader.success::after, .BOMSection.success::after {
    content: "Complete";
    color: var(--color-success);
}

.stepheader.ready::after, .BOMSection.ready::after {
    content: "In progress";
    color: var(--color-info);
}

.instructionLabel, .idNumber {
    width: 340px;
    margin-right: 12px;
    word-wrap: break-word;
}

.instructionLabel .fa-exclamation {
    color: var(--color-error);
}

.executedDetail, .verifiedDetail span {
    font-size: 12px;
    color: #9b9b9b;
}

.expectResult, .materailsize label {
    width: 340px;
    font-size: 18px;
    word-wrap: break-word;
}

.stepInstruction {
    padding-bottom: 8px;
}

.weighingInstruction {
    padding-bottom: 40px;
    padding-top: 40px;
}

.notop {
    padding-top: 0 !important;
}

.signoffInput {
    width: 230px;
}

.instructionForm.notRepeat .repeatButton {
    display: none;
}

.bomLot {
    padding-left: 25px;
    width: 215px;
}

.expectResult::before {
    position: relative;
    top: -1px;
}

.fixedSection, .buttonContainer, .filterException {
    width: 1170px;
}

.selecter {
    margin: 0;
}

.selecter.disabled .selecter-selected, .selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
    border-color: #aab2bd;
    color: #555;
    cursor: pointer;
}

.selecter .selecter-item:hover, .selecter .selecter-item.selected:hover {
    background-color: #545554;
    color: #FFF;
}

.selecter .selecter-item.selected {
    background: none;
}

.selecter .selecter-selected {
    border: 1px solid #aab2bd;
    padding: 6px 13px;
    height: 34px;
    min-width: 110px;
    font-size: 14px;
}

.selecter .selecter-options, .selecter .selecter-item {
    border-color: #aab2bd;
}

.selecter .selecter-item, .batchList tbody {
    color: #777;
}

.selecter .selecter-item {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
}

.tablesorter .selecter .selecter-options {
    width: 120px;
}

.middlePosition {
    margin: 0 auto;
    float: none;
}

.materialtablelist .selecter-selected {
    min-width: 100px;
}

/* flight board */
.flightBoardRow {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e1e1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.flightBoardRow:hover {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e1e1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border-color: black;
}

.flightboardContent {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
}

.flightboardStatus {
    border: medium none;
    width: 16.7%;
    color: #FFF;
    position: absolute;
    right: 0;
    height: 100%;
}

.flightBoardContainer {
    overflow-y: auto;
    height: 335px;
}

.flightboardBatchID {
    width: 19.3%;
    -ms-word-break: break-all;
    word-break: break-word;
    border: medium none;
}

.flightboardContent:before {
    border-left: 1px solid #e3e1e1;
    content: "";
    height: 100%;
    left: auto;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 0;
}

.flightboardContent:first-child:before {
    display: none;
}

.flightboardDatePlan, .flightboardDateStart {
    width: 33%;
}

/* history board */

.historyBoardRow {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e1e1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.historyBoardRow:hover {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e1e1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border-color: black;
}

.historyBoardContent {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
}

.historyBoardStatus {
    border: medium none;
    width: 16.7%;
    color: #FFF;
    position: absolute;
    right: 0;
    height: 100%;
}

.historyBoardContainer {
    overflow-y: auto;
    height: 335px;
}

.historyBoardBatchID {
    width: 31.3%;
    -ms-word-break: break-all;
    word-break: break-word;
    border: medium none;
}

.historyBoardContent:before {
    border-left: 1px solid #e3e1e1;
    content: "";
    height: 100%;
    left: auto;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 0;
}

.historyBoardContent:first-child:before {
    display: none;
}

.historyBoardDatePlan, .historyBoardDateStart {
    width: 33%;
}

.historyBoardContent.historyBoardDatePlan.IsDelayedBatchHistory_true {
    background: #ac282a;
    color: white;
}

.historyBoardContent.historyBoardDatePlan.IsDelayedBatchHistory_true :last-child {
    color: white;
}

.labelText {
    margin-right: 4px;
}

.dateText {
    color: #777;
}

.ontimeStatus .flightboardStatus {
    background-color: var(--color-primary);
}

.delayedStatus .flightboardStatus {
    background-color: #cc0022;
}

.lateStatus .flightboardStatus {
    background-color: #ffb400;
}

.plannedStatus .flightboardStatus {
    background-color: #a5a5a5;
}

.ontimeStatus .historyBoardStatus {
    background-color: var(--color-primary);
}

.delayedStatus .historyBoardStatus {
    background-color: #cc0022;
}

.lateStatus .historyBoardStatus {
    background-color: #ffb400;
}

.plannedStatus .historyBoardStatus {
    background-color: #a5a5a5;
}

body button.btn:focus, a.btn.btn-warning, a.btn.btn-info, a.btn.btn-danger {
    background-color: #545554;
}

a.btn.btn-warning:hover, a.btn.btn-info:hover, a.btn.btn-danger:hover {
    background-color: #5b6775;
}

button#adminTopMenu:focus {
    background: none;
}

.createUserContainer #BatchSection.maincontainer {
    background: none;
}

.form-control-group {
    position: relative;
    display: inline-block;
    width: 50%;
}

.userStatus .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

.form-control-group.radio {
    margin-bottom: 0;
    margin-top: 4px;
}

.userForm .errorMessage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.materialSection .form-control-group input, .bacthSpecSection .form-control-group input,
.materialSection .form-control-group textarea, .bacthSpecSection .form-control-group textarea,
.materialSection .form-control-group select, .bacthSpecSection .form-control-group select,
.userForm .form-control-group select, .userForm .form-control-group select {
    width: 100%;
}

.errorMessage {
    font-size: 14px;
}

.errorMessage label.error {
    width: 100%;
}

.notReady .stepInstruction {
    opacity: 0.3;
}

.notReady .weighingInstuction {
    opacity: 0.3;
}

.reviewOnly .instructionButton button.instruction-context {
    opacity: 1;
}

.dataCaption {
    text-align: left;
}

#BatchSpecificationName {
    width: 100%;
}

.materialSection .form-control-group label {
    width: 100%;
}

.materialSection .dataCaption span {
    width: 100%;
}

#phaseSection {
    position: relative;
    z-index: 9;
    margin-top: 2px;
}

#phaseSection .phaseContainer {
    padding: 0;
    margin: 0;
    margin-right: 23px;
    border: none;
}

#phaseSection .phaseItem {
    width: 250px;
    border: 1px solid #CCC;
}

#phaseSection .phaseItem .exceptionStatus {
    margin-right: 7px;
    border-radius: 3px;
    display: none;
}

#phaseSection .notReady {
    background: #f4f4f4;
}

#phaseSection .highException .exceptionStatus {
    background: #c02227;
    display: block;
}

#phaseSection .mediumException .exceptionStatus {
    background: #ff7e00;
    display: block;
}

#phaseSection .lowException .exceptionStatus {
    background: #ffd800;
    display: block;
}

#phaseSection .informationException .exceptionStatus {
    background: #FFF;
    display: block;
}

#phaseSection .phaseItem span.phaseNumber {
    font-weight: normal;
}

#phaseSection .phaseItem.current span.phaseNumber,
#phaseSection .phaseItem.current span.phaseName {
    font-weight: bold;
    color: #444;
}

#phaseSection .phaseName {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

#phaseSection .phaseItem.current:before {
    content: '';
    position: absolute;
    left: 120px;
    bottom: -4px;
    height: 7px;
    width: 14px;
    z-index: 1;
    background: transparent url('images/current-arrow-new.png') repeat-y top center;
}

#phaseSection .owl-carousel .owl-wrapper-outer {
    padding-bottom: 2px;
    overflow: visible;
    width: 100%;
}

#phaseSection .owl-carousel .owl-wrapper-outer:after, #phaseSection .owl-carousel .owl-wrapper-outer:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 1000px;
    background: #ffffff;
    z-index: 9;
}

#phaseSection .owl-carousel .owl-wrapper-outer:before {
    left: auto;
    right: 100%;
}

#phaseSection .phaseItem button, #stepSection .stepItem button {
    border: none;
    border-radius: 4px;
    height: 16px;
    width: 16px;
    padding: 0;
    color: #fff;
    outline: none;
    background: #a2a3a2 url('images/more-button-bg.png') no-repeat center;
    font-size: 0;
}

#phaseSection .phaseItem .dropdown {
    display: inline-flex;
    position: absolute;
    right: 20px;
    top: 14px;
}

#stepSection .stepItem .dropdown {
    position: absolute;
    right: 9px;
    top: 9px;
}

#phaseSection .phaseItem .dropdown-menu, #stepSection .stepItem .dropdown-menu {
    width: 420px;
    left: -208px;
    z-index: 9999999;
    border: 1px solid #9d9d9d;
    padding: 0;
    margin-top: 17px;
    background-color: white;
}

#phaseSection .phaseItem .dropdown-menu.dropdownPhaseExceptionUl li {
    width: 138px;
    line-height: 30px;
}

#phaseSection .phaseItem .dropdown-menu:before, #stepSection .stepItem .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    top: -9px;
    left: 50%;
    background: url('images/arrow-bubble.png') no-repeat center;
}

#phaseSection .phaseItem .dropdown-menu li, #stepSection .stepItem .dropdown-menu li {
    float: left;
    width: 72px;
    border-right: 1px solid #9d9d9d;
    text-align: center;
    height: 30px;
    color: #000000;
}

#phaseSection .phaseItem .dropdown-menu li:last-child, #stepSection .stepItem .dropdown-menu li:last-child {
    border: none;
}

#phaseSection .phaseItem .dropdown-menu-nobg:before, #stepSection .stepItem .dropdown-menu-nobg:before {
    background: none;
    margin-top: 0;
}

#phaseSection .phaseItem .dropdown-menu-nobg, #stepSection .stepItem .dropdown-menu-nobg {
    top: -7px;
    left: auto;
    right: 27px;
    width: auto;
    min-width: auto;
    margin-top: 0;
}

#phaseSection .phaseItem .dropdown-menu-nobg li a, .dropdown-menu-nobg li a {
    width: 100%;
    height: 100%;
    padding: 3px 20px;
}

#stepSection {
    padding-bottom: 9px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e8eb;
}

#stepSection .stepContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e3e1e1;
    padding: 3px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

#stepSection .owl-carousel {
    margin-bottom: 5px;
}

#stepSection .stepItem {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    width: 98%;
    padding-right: 0;
    margin-right: 5px;
    overflow: visible;
    height: 40px;
}

#stepSection .current .innnerSpace {
    border: none;
}

#stepSection .notReady {
    background: #f4f4f4;
}

#stepSection .ready {
    background: var(--color-info-bg);
}

#stepSection .success {
    background: var(--color-success-bg);
}

#stepSection .innnerSpace {
    background-color: transparent;
    border: none;
    padding: 2px 14px 0;
}

#stepSection .innnerSpace span {
    color: #a7a7a7;
    font-size: 12px;
    text-transform: uppercase;
}

#stepSection .current .innnerSpace span {
    color: #444;
    font-weight: bold;
}

#stepSection .exceptionStatus, #stepSection .supplementStatus {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 7px;
    position: relative;
    top: 3px;
    display: none;
}

#stepSection .highException .exceptionStatus {
    background: #c02227;
    display: inline-block;
}

#stepSection .mediumException .exceptionStatus {
    background: #ff7e00;
    display: inline-block;
}

#stepSection .lowException .exceptionStatus {
    background: #ffd800;
    display: inline-block;
}

#stepSection .informationException .exceptionStatus {
    background: #FFF;
    display: inline-block;
}

#stepSection .supplementStatus {
    display: inline-block;
}

#stepSection .stepNumber {
    float: left;
    margin-right: 23px;
}

#stepSection .mCSB_buttonLeft, #stepSection .mCSB_buttonRight {
    background: #9d9d9d;
    width: 3px;
    height: 13px;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#stepSection .navigationScrollMiddle {
    width: 2px;
    height: 13px;
}

#stepSection .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    background: none;
}

#stepSection .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 10px;
    height: 13px;
}

#stepSection .navigationScrollMiddleContainer {
    top: 0;
}

#stepSection .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    background: url('images/track-bg.png') repeat-x left center;
    height: 13px;
    top: auto;
    bottom: 5px;
    left: 5px;
    width: 95%;
}

#stepSection .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #9d9d9d;
    width: 13px;
    height: 13px;
}

#stepSection .totalCurrentSteps {
    height: 13px;
    line-height: 13px;
    color: #ffffff;
    min-width: 33px;
    font-size: 11px;
    background: #b1b1b1;
}

span.high {
    background: #c02227;
}

span.medium {
    background: #ff7e00;
}

span.low {
    background: #ffd800;
}

span.info {
    background: #ffffff;
}

#BatchReviewSection .batchRecordStartContainer {
    padding-top: 0px;
    padding-bottom: 0;
}

.filterException .checkbox-form, .exceptionInput .checkbox-form {
    float: left;
    margin-right: 10px;
}

.exceptionInput .checkbox-form {
    padding-bottom: 10px;
}

.exceptionInput .checkbox-form label {
    width: 100%;
}

.filterException .checkbox-form label, .exceptionInput .checkbox-form label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.filterException .checkbox-form input[type=checkbox].input-checkbox, .exceptionInput .checkbox-form input[type=checkbox].input-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.filterException .checkbox-form input[type=checkbox].input-checkbox + label.checkbox-label, .exceptionInput .checkbox-form input[type=checkbox].input-checkbox + label.checkbox-label {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 -20px;
    font-size: 14px;
    vertical-align: bottom;
    cursor: pointer;
    padding-top: 1px;
    color: #555555;
}

.filterException .checkbox-form input[type=checkbox].input-checkbox:checked + label.checkbox-label,
.exceptionInput .checkbox-form input[type=checkbox].input-checkbox:checked + label.checkbox-label {
    background-position: 0 0;
}

.filterException .checkbox-form .checkbox-label, .exceptionInput .checkbox-form .checkbox-label {
    background-image: url(images/check-filter.png);
    background-size: 20px auto;
}

.filterException h4 {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}

.filterException {
    border-top: 1px solid #e5e8eb;
    border-bottom: 1px solid #e5e8eb;
    padding: 12px 4px 4px;
    display: inline-block;
    position: fixed;
    top: 214px;
    z-index: 2;
    background: #ffffff;
}

.filterException .exceptionSelector {
    float: left;
}

#BatchReviewSection .stepheader button.btn.btn-default {
    margin-right: 14px;
    min-width: 90px;
    padding: 6px 12px;
}

#CycleTimePerBatchLegendAVG.legendAVG {
    top: 10px;
    width: 105px;
}

#BatchReviewSection .exceptionDateTime, #BatchReviewSection .exceptionReviewStatus {
    display: inline-block;
    color: #666;
}

#BatchReviewSection .stepheader button.btn.btn-default, #BatchReviewSection .exceptionReviewStatus {
    float: right;
}

#BatchReviewSection .stepheader button.btn.btn-default {
    top: -2px;
}

#BatchReviewSection .stepheader h3 {
    font-weight: normal;
    color: #666;
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#BatchReviewSection .exceptionDateTime {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

#BatchReviewSection .exceptionReviewStatus {
    font-size: 16px;
    margin-top: 4px;
}

.stepheader.success .exceptionReviewStatus {
    color: var(--color-success);
}

.stepheader.ready .exceptionReviewStatus {
    color: #666;
}

.exceptionNotificationBox {
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    background-color: #545554;
    position: relative;
    top: -4px;
}

.exceptionNotificationBox.exceptionNotification {
    background: #ac292b;
}

.exceptionNotificationBox.noNew {
    background: var(--color-success-bg);
}

#BatchReviewSection .createExceptionContainer {
    padding: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    min-width: 382px;
}

#BatchReviewSection > .modal-body {
    padding: 0 20px;
}

.modal-body {
    width: 100%;
    position: static;
    overflow: auto;
}

.btn-primary, .btn-warning, .btn-info, .contextButton > a {
    background-color: #545554;
    border: none;
}

.modal-header .modal-title {
    display: inline-block;
}

.modal-header .modal-label {
    display: flex; 
    margin-top: 20px; 
    justify-content: space-between; 
}

#SupplementHistoryPopUp .modal-body table th {
    padding-right: 20px; 
    padding-bottom: 10px; 
}

#SupplementHistoryPopUp .modal-body table {
    width: 100%;
}

#SupplementHistoryPopUp .modal-body table td {
    border: solid silver;
    border-width: 0.5px 0;
    padding-top: 10px; 
    padding-right: 20px; 
    padding-bottom: 10px; 
}

.modal-body table tr td {
    min-width: 100px;
    word-break: break-word;
}

.modal-body .warning-conditional{
    font-size:11px;
    font-style:italic;
}

.modal-footer {
    border-radius: 4px;
}

#ChangePasswordModal .modal-footer {
    margin-bottom: -15px;
}

#StepGraphModal .High .ExceptionBlock {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    left: 11px;
    top: 11px;
    background-color: #c02227;
    display: block;
}

#StepGraphModal .Medium .ExceptionBlock {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    left: 11px;
    top: 11px;
    background-color: #ff7e00;
    display: block;
}

#StepGraphModal .Low .ExceptionBlock {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    left: 11px;
    top: 11px;
    background-color: #ffdf22;
    display: block;
}

#StepGraphModal .Information .ExceptionBlock {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    left: 11px;
    top: 11px;
    background-color: #D5D0CB;
    display: block;
}

.modal-content-table {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 500px;
    min-height: 100px;
}

#StepGraphModal .High {
    color: #c02227;
}

#StepGraphModal .Medium {
    color: #ff7e00;
}

#StepGraphModal .Low {
    color: #ffdf22;
}

#StepGraphModal .Information {
    color: #D5D0CB;
}

#BatchReviewSection > .modal-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #a1a1a1;
    padding-left: 19px;
}

#BatchReviewSection .reviewItem {
    margin-bottom: 25px;
}

#BatchReviewSection .reviewItem ul {
    margin-bottom: 0;
}

#BatchReviewSection .reviewItem ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0;
}

#BatchReviewSection .reviewItem ul li:first-child {
    font-size: 18px;
}

#BatchReviewSection .reviewItem ul li .lowException,
#BatchReviewSection .reviewItem ul li .mediumException,
#BatchReviewSection .reviewItem ul li .highException {
    background: #ffd800;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#BatchReviewSection .reviewItem ul li .mediumException {
    background: #ff7e00;
}

#BatchReviewSection .reviewItem ul li .highException {
    background: #c02227;
}

#BatchReviewSection .reviewItem ul li label {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin: 0;
    color: #666666;
    font-size: 16px;
}

#BatchReviewSection .reviewItem ul li:not(:first-child) label {
    width: 65%;
}

#BatchReviewSection .titleLabelHeader {
    margin-right: 30px;
    font-weight: bold;
    color: #333333;
}

#BatchReviewSection .titleLabel {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

#ReviewExceptionForm {
    padding-left: 20px;
    padding-right: 20px;
}

#ReviewExceptionForm label {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

#ReviewExceptionForm .exceptionInputText,
#ReviewExceptionForm select {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}

#ReviewExceptionForm #ulReviewSignOff > ul > li {
    display: flex;
}

#ReviewExceptionForm #ulReviewSignOff label {
    flex-basis: 20%;
}

#ReviewExceptionForm #ulReviewSignOff .exceptionInputText {
    margin-bottom: 0;
}

#ReviewExceptionForm .exceptionInputText textarea {
    width: 99%;
    border: 1px solid #aab2bd;
    background: #ffffff;
    min-height: 112px;
    resize: vertical;
}

#ReviewExceptionForm select {
    width: 30%;
    border: 1px solid #aab2bd;
    background: #ffffff;
}

#ReviewExceptionForm .exceptionInput {
    margin: 10px 0 0 0;
}

#ReviewExceptionForm .reviewExceptionButton,
#ReviewExceptionForm .reviewExceptionButton .leftGroup,
#ReviewExceptionForm .reviewExceptionButton .rightGroup {
    display: flex;
    align-items: center;
    gap: 4px;
}

#ReviewExceptionForm .reviewExceptionButton .rightGroup {
    justify-content: flex-end;
    flex-grow: 1;
    margin-right: 4px;
}

#ReviewExceptionForm .reviewExceptionButton .btn-default,
#ReviewExceptionForm .reviewExceptionButton .btn-outline {
    padding: 6px 0;
    width: 80px;
}

#ReviewExceptionForm .reviewExceptionButton .btn-outline,
#ReviewExceptionForm .reviewExceptionButton .btn-outline:focus {
    background-color: transparent;
}

#ReviewExceptionForm .reviewExceptionButton .btn-reject {
    background-color: #a94442;
}

#BatchReviewSection > .close {
    right: 10px;
    top: 10px;
}

#BatchReviewSection .stepheader.success {
    background-color: var(--color-success-bg);
}

#BatchReviewSection .stepheader.ready {
    background: var(--color-info-bg);
}

#BatchReviewSection .stepheader.reject {
    background: var(--color-error-bg);
}

#BatchReviewSection .stepList {
    border-radius: 8px;
}

#BatchReviewSection .stepheader {
    border-radius: 8px 8px 0 0;
    position: relative;
    padding-left: 46px;
}

#BatchReviewSection .stepList.ExHide {
    display: none;
}

#BatchReviewSection .stepheader.notReady, #BatchReviewSection .BOMSection.notReady {
    background-color: #f4f4f4;
}

#BatchReviewSection .stepheader .exceptionStatus, #BatchReviewSection .stepheader .supplementStatus {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    position: absolute;
    left: 18px;
    top: 9px;
}

#BatchReviewSection .BOMSection {
    position: relative;
    padding-left: 46px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
}

#BatchReviewSection .BOMSection h3 {
    font-size: 24px;
}

#BatchReviewSection .instructionLabel > span, #BatchReviewSection .BOMSection .exceptionStatus {
    border-radius: 4px;
    height: 19px;
    left: -28px;
    position: absolute;
    top: 3px;
    width: 19px;
}

#BatchReviewSection .BOMSection .exceptionStatus {
    left: 19px;
    top: 7px;
}

#BatchReviewSection .BOMSection.highException .exceptionStatus {
    background-color: #c02227;
}

#BatchReviewSection .stepInstruction {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

#BatchReviewSection .stepInstruction:last-child {
    border-bottom: medium none;
}

#BatchReviewSection .mediumException .exceptionStatus {
    background-color: #ff7e00;
    display: block;
}

#BatchReviewSection .stepheader.notReady::after, #BatchReviewSection .stepheader.success::after, #BatchReviewSection .stepheader.ready::after, #BatchReviewSection .stepheader.reject::after {
    position: absolute;
    right: 130px;
    top: 9px;
    color: #a7a7a7;
    font-size: 16px;
}

#BatchReviewSection .stepheader.highException .exceptionStatus {
    background-color: #c02227;
}

#BatchReviewSection .stepheader.mediumException .exceptionStatus {
    background-color: #ff7e00;
}

#BatchReviewSection .stepheader.lowException .exceptionStatus {
    background-color: #ffdf22;
}

#BatchReviewSection .stepheader.infoException .exceptionStatus {
    background-color: #FFF;
    border: 1px solid #CCC;
}

#BatchReviewSection .stepheader.notReady::after {
    content: "Pending";
    color: #666;
}

#BatchReviewSection .stepheader.success::after {
    content: "Approved";
    color: var(--color-success);
}

#BatchReviewSection .stepheader.ready::after {
    content: "Reviewed";
    color: var(--color-info);
}

#BatchReviewSection .stepheader.reject::after {
    content: "Pending";
    color: var(--color-error);
}

#BatchReviewSection .instructionInstruction {
    width: 80px;
}

#BatchReviewSection .signoffSection .signOff {
    padding-left: 46px;
    padding-bottom: 10px;
}

#BatchReviewSection .idNumber label {
    font-size: 18px;
}

#BatchReviewSection .expectResult::before {
    position: relative;
    top: -1px;
}

#BatchReviewSection .fixedSection, #BatchReviewSection .buttonContainer {
    width: 1170px;
}

.maincontainer {
    max-width: 1280px;
}

#BatchReviewSection .reviewExceptionListContainer {
    padding-top: 51px;
}

#BatchWorkflowSection #materialDetail {
    padding: 0 8px;
    background-color: #f8f7f7;
}

#BatchWorkflowSection #materialDetail .logo, .jumpSection {
    background-color: #c0c0c0;
}

#BatchWorkflowSection #materialDetail .logo {
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
    padding-top: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

#BatchWorkflowSection #materialDetail .jumpSection {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    float: left;
    width: 35%;
    margin-left: 12px;
    padding: 4px 4px 4px 6px;
}

#BatchWorkflowSection #materialDetail .jumpSection .form-control {
    margin-left: 0;
}

#BatchWorkflowSection #materialDetail .jumpSection .btn.btn-default {
    font-size: 14px;
    text-transform: none;
    padding: 2px 0;
    min-width: 43px;
}

#BatchWorkflowSection #materialDetail .jumpSection input {
    width: 63%;
    padding: 2px;
}

#batchRecordFooter {
    background-color: #f8f7f7;
    padding-bottom: 2px;
    border: 0;
}

#batchRecordFooterPreview {
    background-color: #f8f7f7;
    padding: 3px;
}

#batchRecordFooter .exceptionReport a {
    position: absolute;
    z-index: 100;
    top: -5px;
    right: 0;
}

#materialDetail .materialDetailList span:not(:first-child),
#materialDetail .materialDetailList .batchVersion span {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 62%;
}

#materialDetail .materialDetailList .batchVersion span span {
    margin-right: 0;
}

#materialDetail .PlannedStartDate {
    color: #666666;
}

.userlistSection {
    float: none;
}

.batchListContainer {
    padding-left: 38px;
    width: 1120px !important;
}

.btn-warning:hover, .btn-info:hover, .contextButton > a:hover {
    background-color: #5b6775;
}

.tablesorter button:hover, .tablesorter button:focus {
    background-color: #5b6775;
}

.daterangepicker {
    background-color: #fff !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: 1px solid #ddd;
    border-bottom-width: 0;
    border-right-width: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    border-bottom-width: 0;
    border-right-width: 0;
    word-break: break-word;
}

.btn.btn-default:hover {
    background-color: #5b6775;
}

#colSelect1:checked + label {
    color: #FFF;
    background-color: #545454;
}

.batchedListPage .btn.btn-default {
    margin-bottom: 0;
}

.dataList {
    margin-right: 0px;
}

.dateData label {
    color: #333;
}

.btn.btn-default .submitButton {
    background-color: #4FC1E9;
}

.dropdown-menu {
    background-color: #FFF;
    border: 1px solid #d4d8de;
}

.dropdown-menu li a {
    color: #777;
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #777;
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #545554;
    color: #FFF;
}

#topNavigator ul.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    left: auto;
    right: 0;
    top: 30px;
    padding-bottom: 0;
    padding-top: 0;
    min-width: max-content;
}

#topNavigator ul.dropdown-menu li, .header .userSection ul.dropdown-menu li {
    display: block;
    margin: 0;
    min-width: 120px;
    width: 100%;
    border-bottom: 1px solid #d4d8de;
    padding-left: 0;
    padding-right: 0;
}

#topNavigator ul.dropdown-menu li:last-child {
    border-bottom: medium none;
}

.modal-dialog .modal-footer .btn-default:hover {
    background-color: #eeeded;
}

.btn.btn-default.resetButton:hover {
    background-color: #5b6775;
}

.nav {
    min-height: 100%;
}

.userForm {
    display: inline-block;
}

.userForm .form-group > span, .userForm .form-group .form-control-group > span {
    padding-top: 5px;
    display: inline-block;
}

#MaterialSection .createUserButton .btn {
    min-width: 108px;
    width: auto;
    font-size: 16px;
}

.pagingGroup {
    display: inline-block;
    float: left;
    margin-top: 4px;
    position: relative;
    padding: 0 18px;
    margin-right: 80px;
}

.pagingGroup button, .tablesorter-pager button {
    width: 24px;
    height: 24px;
    padding: 0;
}

.tablesorter-pager button:active,
.tablesorter-pager button:focus,
.tablesorter-pager button:active:focus {
    outline: 0;
}

.tablesorter-pager .btn.next,
.tablesorter-pager .btn.last,
.tablesorter-pager .btn.prev,
.tablesorter-pager .btn.first {
    background-color: transparent;
    border: 0.5px solid #545454;
}

.pagingGroup button img {
    position: relative;
    top: -2px;
}

.btn.first, .btn.prev {
    position: relative;
    float: left;
    display: inline-block;
}

.btn.next, btn.last, .columnSelectorContainer {
    position: relative;
    float: left;
    display: inline-block;
}

.btn.first, .btn.last, .btn.next {
    margin-right: 5px;
}

.contextButton .dropdown-menu {
    position: inherit;
    margin-top: -28px;
    margin-left: 24px;
}

.weighingButton .dropdown-menu {
    margin-top: 0px;
    margin-left: -124px !important;
}

.wipDetailButton .dropdown-menu {
    left: 60px !important;
}

#BatchRecordSection {
    width: 1170px;
    margin: 0 auto;
}

label {
    font-weight: normal;
}

.createBatchForm label, .userForm input, .bootstrap-select.btn-group .dropdown-menu li {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget {
    background-color: #fff;
}

#ExceptionHistoryModal tbody td:first-child + td + td {
    text-align: right;
    padding-right: 43px;
    min-width: 160px;
}

#ExceptionHistoryModal tbody td:first-child + td + td + td {
    min-width: 126px;
}

.tablesorter .selecter {
    margin: 0;
}

#phaseSection .phaseItem .dropdown, #phaseSection .phaseItem .dropdown-menu:before {
    z-index: 1000;
}

.weighingBomList {
    overflow-x: auto;
}

.batchList, .showUserlist, .dataList, .materialtablelist, .AccessLogList, .ProcessSpecList, .ProductSpecList, .weighingBomList {
    overflow-x: auto;
    min-height: 385px;
    border: 0.01px solid #ddd;
    border-radius: 10px 10px 0 0;
}


.batchExceptionList {
    overflow-x: auto;
    border: 0.01px solid #ddd;
    border-radius: 10px 10px 0 0;
}

.batchExceptionList table > thead:first-child > tr:first-child > th:first-child + th + th,
.batchExceptionList table > thead:first-child > tr:first-child > th:first-child + th + th + th,
.batchExceptionList table > thead:first-child > tr:first-child > th:first-child + th + th + th + th,
.batchExceptionList table > thead:first-child > tr:first-child > th:first-child + th + th + th + th + th {
    font-size: 11px;
}

#BatchExceptionInProgressSection .ts-pager.form-horizontal.tablesorter-pager {
    display: none !important;
}

.batchList table .selecter.closed {
    top: -4px;
}

.showUserlist {
    overflow-y: hidden;
}

.btn-success {
    border: medium none;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #C3C3C3;
    border: 2px solid #eee;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.headerContent .createUserButton {
    width: auto;
    float: right;
}

.createUserButton .btn.btn-default,
.createUserButton .btn.btn-cta,
.createUserButton .btn.btn-outline {
    font-size: 16px;
}

#BatchAddEditFormSection {
    display: inline-block;
    width: 100%;
}

textarea#readonlyNameText {
    resize: none;
}

.mainContent {
    margin: 0 auto 32px;
    float: none;
}

.form-group #SignoffEmail, .form-group #SignoffPassword, .form-group[enabled] #Comment {
    background-color: #fff;
    border: 1px solid #aab2bd;
}

.batchWorkFlow .form-group input, .batchWorkFlow .form-group select, .batchWorkFlow .form-group textarea {
    float: left;
}

thead .tablesorter-header {
    cursor: pointer;
}

.exceptioHistoryDetail span .Information, .createExceptionContainer span .Information {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    top: 3px;
}

.exceptioHistoryDetail label {
    margin-bottom: 0;
}


#BatchExceptionModal button, #InstructionSignoffModal .modal-content .modal-footer button, #BatchRecordSignoff .modal-content .modal-footer button, #CreateBatchDirectoryModal button {
    width: 48%;
    border: medium none;
    background-color: #545554;
    color: #FFF;
    margin-left: 2%;
}


.InstructionDetailsTab .dropdown-menu li a {
    cursor: pointer;
    color: #FFF;
}

.InstructionDetailsTab .dropdown-menu li a:hover {
    background-color: #CCC;
    color: #666;
}

.InstructionDetailsTab .dropdown-menu {
    background-color: #545554;
    position: inherit;
    margin-left: -62px;
}

#BillOfMaterialDetailsTab .dropdown-menu li a {
    cursor: pointer;
    color: #FFF;
}

#BillOfMaterialDetailsTab .dropdown-menu li a:hover {
    background-color: #CCC;
    color: #666;
}

#BillOfMaterialDetailsTab .dropdown-menu {
    background-color: #545554;
    right: 0;
    left: auto;
}

#BatchExceptionModal input:-webkit-autofill {
    background-color: #e6e9ed !important;
}

#BatchExceptionModal button:first-child, #InstructionSignoffModal .modal-content .modal-footer button:first-child, #BatchRecordSignoff .modal-content .modal-footer button:first-child, #CorrectWIPModal button:first-child {
    margin-left: 0;
}

#BatchExceptionModal #errorMessageBox-Email, #BatchExceptionModal #errorMessageBox-Password {
    height: auto;
}

.exceptionInputText {
    position: relative;
}

.createExceptionContainer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999;
    padding: 20px;
}

.exceptionLevel.Information {
    border: 1px solid #CCC;
}

.exceptionLevel.AlertLevel {
    color: #e55;
    border: 1.2px solid #e55;
    text-align: center;
    font: bold 12px/13px arial, serif;
    padding: 2px;
}

.exceptionLevel.WarningLevel {
    color: #c9c317;
    border: 1.2px solid #c9c317;
    text-align: center;
    font: bold 12px/13px arial, serif;
    padding: 2px;
}

#ExceptionForm .buttonArea, #BatchDirectorySection .buttonArea, #SupplementForm .buttonArea {
    min-width: 0px;
    right: 28px;
    width: 240px;
}

#ExceptionReportModal .form-group {
    width: 100%;
    position: relative;
}

#ExceptionReportModal .errorMessage {
    bottom: 0;
    top: auto;
}

#ExceptionReportModal .form-group:last-child .errorMessage {
    top: 25px;
    max-height: 117px;
}

#ExceptionReportModal .close {
    top: 0;
}

#BatchReviewExceptionModal .errorMessage {
    bottom: 0;
    top: auto;
}

#BatchReviewExceptionModal .form-group:last-child .errorMessage {
    top: 25px;
    max-height: 117px;
}

#BatchReviewExceptionModal .close {
    top: 0;
}

.reviewExceptionListContainer {
    margin-bottom: 16px;
}

.reviewExceptionitem {
    width: 100%;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    border: 1px solid #CCC;
}

.reviewExceptionLevel {
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #CCC;
}

.reviewExceptionDetail {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.reviewExceptionDetail p {
    margin-bottom: 2px;
}

.checkingButton {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 100px;
}

.checkingButton a {
    padding: 10px 10px 0;
    background-color: #666;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    height: 100%;
    color: #FFF;
}

.checkingButton a:hover {
    text-decoration: none;
}

.checkingButton a span {
    vertical-align: middle;
    height: 20px;
}

.checkingStatus {
    position: absolute;
    left: 20px;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #82ac44;
    display: none;
}

.reviewed .checkingStatus {
    display: block;
}

.high .reviewExceptionLevel {
    background-color: #d5a999;
}

.middle .reviewExceptionLevel {
    background-color: #f7dab3;
}

.low .reviewExceptionLevel {
    background-color: #ede7a9;
}

.information .reviewExceptionLevel {
    background-color: #cdcbcc;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAADCAIAAAALGiiwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAARSURBVChTY9hAMzAUjd6wAQAArrmhbHU89QAAAABJRU5ErkJggg==);
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABoCAIAAABzFTenAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA3SURBVFhH7cuxDQAgAAQhR//RHYDOzuToOXtSQw011FBDDTXUUEMNNdRQQw011FBDDTXU8EHbLuTX+Jffv7vZAAAAAElFTkSuQmCC);
    background-position: 0px !important;
}

.navigationScrollMiddleContainer {
    position: absolute;
    width: 50%;
    top: 4px;
    margin: 0 auto;
}

.navigationScrollMiddle {
    width: 10px;
    height: 10px;
    float: right;
}

.totalCurrentSteps {
    position: relative;
    float: right;
    overflow: hidden;
    background-color: grey;
    border-radius: 5px;
    min-width: 35px;
    text-align: center;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 96%;
}

.reviewExceptionNotification {
    display: none;
}

.ie9 .menuAdmin .btn-group button, .ie10 .menuAdmin .btn-group button {
    top: -2px;
    color: #777;
}

.ie9 #topNavigator ul.dropdown-menu, .ie10 #topNavigator ul.dropdown-menu {
    left: -20px;
}

.ie9 .tablesorter td input {
    min-width: 0;
}

#BatchExceptionModal .form-group, #CorrectWIPModal .form-group {
    width: 100%;
    position: relative;
}

#BatchExceptionModal .errorMessage {
    bottom: 0;
    top: auto;
}

#BatchExceptionModal .form-group:last-child .errorMessage {
    max-height: 117px;
}

#BatchExceptionModal .close {
    top: 0;
}

.createExceptionContainer > div .errorMessage {
    top: 0px !important;
}

.createExceptionContainer > div .errorMessage button.close {
    width: 10px !important;
    height: 10px;
}

#SignoffModal .form-group {
    width: 100%;
    position: relative;
}

#SignoffModal .errorMessage {
    bottom: 0;
    top: auto;
}

#SignoffModal .form-group:last-child .errorMessage {
    top: 25px;
}

#SignoffModal .close {
    top: 0;
}

.filterException .exceptionReport.withoutnumber span:last-child {
    position: absolute;
    right: -10px;
    top: -10px;
}

.filterException .exceptionReport.withoutnumber {
    position: relative;
}

#reviewExceptionSection .createExceptionContainer {
    border-radius: 8px;
    padding: 0;
    border: 1px solid #a1a1a1;
    min-width: 0;
    width: 400px;
}

#reviewExceptionSection .createExceptionContainer .modal-title {
    color: #333333;
}

#reviewExceptionSection .createExceptionForm .createHeader {
    padding: 10px;
    border-bottom: 1px solid #a1a1a1;
}

#reviewExceptionSection .createExceptionForm .titleLabelHeader {
    font-weight: bold;
    font-size: 18px;
    margin-right: 25px;
    width: 40%;
}

#reviewExceptionSection .reviewItem li:first-child {
    padding-top: 0;
}

#reviewExceptionSection .reviewItem li {
    padding: 10px 0 2px 0;
    border-bottom: 1px solid #e5e5e5;
}

#reviewExceptionSection .reviewItem .titleLabel {
    display: inline-block;
    position: relative;
    width: 75%;
    color: #777;
    word-wrap: break-word;
}

#reviewExceptionSection .close {
    top: 0;
}

#reviewExceptionSection #ReviewExceptionForm label {
    font-size: 16px;
    font-weight: bold;
}

#reviewExceptionSection #ReviewExceptionForm {
    padding-bottom: 20px;
}

#reviewExceptionSection .buttonArea {
    margin-left: 20%;
}

#reviewExceptionSection .buttonArea button {
    background-color: #545554;
}

.reviewItem li {
    display: inline-block;
    width: 100%;
}

.reviewItem label {
    display: inline-block;
}

.reviewItem .btn-group.bootstrap-select.form-control {
    width: 68%;
    display: inline-block;
    float: none;
    margin-bottom: 6px;
}

.reviewItem .selectpicker.btn-default {
    width: 100%;
    font-size: 14px !important;
}

#reviewExceptionSection .reviewItem .titleExceptionLabel {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #777;
}

#ulReviewSignOff li {
    border-bottom: none !important;
    padding: 0px 0 0px 0 !important;
    margin-bottom: 0px !important;
}

#errorMessageBox-ReviewComment {
    height: 100%;
}

#BatchReviewExceptionUpdatePanel {
    padding-top: 46px;
}

.createUserSection .createUserButtonSave {
    width: 417px;
}

.formCreateUser {
    width: 70%;
}

#BatchReviewSection .instructionValue input, .reviewInformations .instructionList select {
    font-size: 18px;
}

.instructionButton {
    margin-right: 0;
}

.instructionCondition .radio label, .instructionFormular input {
    font-size: 18px;
}

#BatchReviewExceptionUpdatePanelInside .instructionList select.form-control.customDropdown {
    padding: 3px 13px;
}

.signOff.notReady .idNumber, .signOff.notReady .materailsize, .signOff.notReady .signoffInput, .signOff.notReady .bomResult, .signOff.notReady .bomLot {
    opacity: 0.3;
}

.btn.btn-default.dropdown-toggle.filterButton {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: #CCC;
}

.btn.btn-default.dropdown-toggle.filterButton:hover {
    background-color: #545554;
}

.btn.btn-default.dropdown-toggle.filterButton span {
    position: relative;
    top: -3px;
}

.filterPanel {
    position: relative;
    float: right;
    top: 1px;
}

.filterPanel .dropdown-menu {
    left: auto;
    right: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.boxHeading {
    display: inline-block;
    border-bottom: 1px solid #e3e1e1;
    width: 100%;
    padding: 9px 15px 8px 15px;
}

.chartDescription, .filterSection label {
    font-size: 16px;
}

.boxContent {
    padding: 15px 15px 0px 15px;
    position: relative;
}

.boxContent.Graph {
    padding: 15px 15px 0px 40px;
}

.filterSection {
    width: 345px;
    top: 22px;
    padding: 15px;
}

.filterSection label {
    font-weight: normal;
    width: 100%;
}

.boxPrint {
    display: inline-block;
    position: relative;
    float: right;
    height: 20px;
    padding-right: 10px;
    font-size: large;
}

.boxPrint a {
    color: #cccccc;
}

.boxPrint a:hover {
    color: #545554;
}

#DashboardSection {
    max-width: 1170px;
}

.chartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

.CyclechartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

.ProgressChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

.RightChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

.ByLevelChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

.FlightCharBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
}

div#datareportperbatchContent {
    height: 370px;
}

.DataPointAxisLabel {
    padding: 15px 15px 0px 40px;
}

.WarningTextDatapoint {
    padding: 15px 15px 0px 40px;
}

.DatachartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.xaxisLabel {
    bottom: -15px;
    right: 0;
}

.yaxisLabel {
    top: 60%;
    left: -30px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.exceptionReviewProgressToReview, .exceptionReviewProgressToApprove {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 24px;
    text-align: center;
}

.ExReviewProgress .boxContent {
    display: inline-block;
    position: relative;
    width: 100%;
}

.exceptionBox {
    width: 100%;
    height: 222px;
}

.boxContent h1 {
    text-align: center;
}

#FlightlegendContainer {
    left: -160px;
    margin-left: 50%;
    position: absolute;
}

#FlightlegendContainer table tr {
    margin-right: 20px;
}

#FlightlegendContainer table tr:last-child {
    margin-right: 0;
}

#BatchHistoryBoardContainer {
    left: -160px;
    margin-left: 72%;
    position: absolute;
}

#BatchHistoryBoardContainer table tr {
    margin-right: 20px;
}

#BatchHistoryBoardContainer table tr:last-child {
    margin-right: 0;
}

#ExByLevellegendContainer, #RightBatchlegendContainer {
    left: -160px;
    margin-left: 50%;
    position: absolute;
}

#RightBatchlegendContainer {
    left: -100px;
}

#ExByLevellegendContainer table tr {
    margin-right: 20px;
}

#ExByLevellegendContainer table tr:last-child {
    margin-right: 0;
}

#BatchStartOnTimelegendContainer {
    bottom: 15px;
    left: -150px;
    margin-left: 50%;
    position: absolute;
}

#BatchStartOnTimelegendContainer table tr {
    margin-right: 20px;
}

#BatchStartOnTimelegendContainer table tr:last-child {
    margin-right: 0;
}

#ExceptionReviewLegendContainer {
    bottom: -40px;
    left: -160px;
    margin-left: 50%;
    position: absolute;
}

#ExceptionReviewLegendContainer table tr {
    margin-right: 20px;
}

#ExceptionReviewLegendContainer table tr:last-child {
    margin-right: 0;
}

#RightBatchlegendContainer table tr {
    margin-right: 20px;
}

#RightBatchlegendContainer table tr:last-child {
    margin-right: 0;
}

#legendContainer {
    bottom: -20px;
    left: -160px;
    margin-left: 50%;
    position: absolute;
}

#legendContainer table tr {
    margin-right: 20px;
}

#legendContainer table tr:last-child {
    margin-right: 0;
}

td.legendColorBox {
    min-width: 10px !important;
}

.legendColorBox > div {
    margin-right: 8px;
}

.exceptionReviewProgressToReview h1, .exceptionReviewProgressToApprove h1 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 18px;
}

#ExceptionByLevelSection .boxContent, #RightFirstTimeBatchesSection .boxContent {
    padding-top: 71px;
}

.legendAVG {
    position: absolute;
    right: 4%;
    top: -2px;
    width: 88px;
}

.legendAVG .labelText {
    display: inline-block;
    left: 15px;
    position: absolute;
    font-size: 10px;
    top: -9px;
    width: 115px;
}

.legendAVG .avgIcon {
    width: 10px;
    height: 1px;
    border-top: 2px solid #767676;
}

.ExPerBatch .boxContent {
    overflow-x: auto;
    height: 91%;
}

div#dashboardLoaderDataPoint > canvas.flot-base {
    width: 200px !important;
}

.DatapointDash .boxContent {
    height: 91%;
}

.filterPanel .selectable {
    background-color: #FFF;
}

.filterdetail .btn-group button {
    width: 100%;
}

.dashboardNavigator {
    padding: 0 15px;
}

.dashboardNavigator ul {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    display: inline-block;
    border-top: medium none;
}

.dashboardNavigator ul li {
    border-right: 1px solid #e3e1e1;
    display: inline-block;
    float: left;
    font-size: 24px;
    padding: 4px 15px 6px;
    position: relative;
    opacity: 0.3;
    cursor: pointer;
}

.dashboardNavigator ul li:last-child {
    border-right: medium none;
}

.dashboardNavigator ul li.active {
    opacity: 1;
}

.filterdetail .btn-group, .filterdetail .btn-group btn {
    width: 100%;
}

#CycleTimePerBatch {
    overflow-x: auto;
}

div#CycleTimePerBatch {
    height: 91%;
}

.StackChartFrame {
    position: relative;
}

.input-group-btn .btn.btn-default {
    font-size: 14px;
    height: 34px;
    padding: 6px 12px 7px;
}

.multiselect.dropdown-toggle.btn.btn-default {
    background-color: #fff;
    border: 1px solid #aab2bd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px 7px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.multiselect-container.dropdown-menu {
    background-color: #FFF;
    border: 1px solid #aab2bd;
}

.multiselect-container.dropdown-menu li {
    border-top: 1px solid #aab2bd;
}

.multiselect-container.dropdown-menu li:first-child {
    border: medium none;
}

.multiselect-container.dropdown-menu li a label {
    color: #777777;
    font-size: 14px;
}

.multiselect-container.dropdown-menu li .checkbox {
    text-align: left;
}

.filterdetail {
    margin-bottom: 12px;
}

.multiselect-item.filter .multiselect-search {
    width: 100%;
    height: 100%;
}

.filterPanel .caret, .dashboardNavigator .caret {
    color: #fff;
}

.filterPanel .btn.btn-default.dropdown-toggle.filterButton span.caret {
    top: 0;
}

.dashboardNavigator ul li button {
    display: none !important;
}

.multiselect-item.filter .input-group-btn {
    width: 12%;
}

.multiselect-container.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

.multiselect-container > li > a > label {
    padding: 8px 20px 8px 40px !important;
}

.range_inputs .btn.btn-success {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    width: 49%;
    padding: 4px 12px;
    display: inline-block;
}

.range_inputs .btn.btn-default {
    font-size: 16px;
    margin-bottom: 0px;
    width: 49%;
    padding: 5px 12px;
    display: inline-block;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: none;
}

.daterangepicker .calendar-date {
    padding: 10px 20px;
}

.daterangepicker .ranges {
    width: 295px;
}

.daterangepicker .ranges .range_inputs > div {
    width: 50%;
}

.daterangepicker .ranges .input-mini {
    width: 100%;
}

.daterangepicker .calendar {
    max-width: 295px;
}

.dashboardNotfound {
    display: inline-block;
    position: absolute;
    width: 100%;
    margin-top: 140px;
    text-align: center;
    left: 0;
}

#CycleTimePerBatchNotFound {
    width: 95%;
}

#reviewExceptionSection .Information {
    background-color: #FFF;
    border: 1px solid #CCC;
}

#CycleTimePerBatchlegendContainer {
    padding-left: 17px;
}

#RightFirstTimeBatchesNotFound {
    left: 0%;
}

ul.multiselect-container.dropdown-menu {
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
}

#SignoffModal #errorMessageBox-SignoffEmail.errorMessage {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .glyphicon-time, .bootstrap-datetimepicker-widget .glyphicon-calendar, .glyphicon-chevron-up, .glyphicon-chevron-down {
    color: #428bca;
}

.topNavigator .dropdown-menu li a {
    padding: 8px 15px;
}

.topNavigator .dropdown-menu li a.activeLink {
    background-color: #545554;
    color: #fff;
}

.ChartDataLabel {
    font-size: 8pt;
    text-align: center;
    padding: 2px;
    min-width: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c7c7c7;
    color: #666666;
}

.topNavigator span {
    position: relative;
    top: 0;
    margin-right: 4px;
}

.header .topNavigator ul li > span {
    width: 20px;
    margin-right: 0;
    display: inline-block;
}

.topNavigator li a:focus {
    text-decoration: none;
}

.topNavigator .btn-group > .btn, .btn-group-vertical > .btn, #adminTopRightMenu {
    float: none;
    color: #333;
}

.topNavigator li button {
    padding: 0;
    float: right;
    background: none;
}

.stackChartBox {
    width: 420px;
    height: 320px;
}

.multiselect-divItem {
    width: 100%;
    padding-left: 40px;
}

#BatchStartOnTimePlaceholder {
    margin-top: 24px;
    margin-bottom: 40px;
}

.roleContainer {
    width: 40%;
}

.userSection ul.dropdown-menu {
    border-radius: 0 0 4px 4px;
    border-top: medium none;
    padding-bottom: 0;
    padding-top: 0;
    top: 30px;
    left: -4px;
}

.logoutSection {
    padding: 17px 8px 12px;
    margin-top: -17px;
}

.logoutSection:hover {
    background-color: #FFF;
}

.userSection li button .caret {
    top: -1px;
}

.userSection ul.dropdown-menu li a {
    padding: 8px 25px;
}

.userSection ul.dropdown-menu li:last-child {
    border-bottom: medium none;
}

.userSection ul, .LanguageSection ul {
    margin: 0;
}

.LanguageSection ul.dropdown-menu li {
    padding: 10px;
}

.userSection > ul > li {
    padding: 8px 8px 8px;
}

.userSection ul li:hover {
    background-color: #FFF;
}

@media screen and (max-width: 1134px) and (min-width: 760px) {
    .flightBoardRow {
        position: relative;
        display: inline-block;
        width: 100%;
        border: 1px solid #e3e1e1;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        height: 15%;
    }
}

@media (max-width: 543px) {
    .tooltipInfo .tooltiptextInfo {
        visibility: hidden;
        width: 275px;
        background-color: rgb(248, 247, 247);
        color: #000;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        margin-top: 3px;
        margin-left: -10px;
        float: left;
        font-size: small;
    }

    .tooltipInfo .tooltiptextInfoSmallBox {
        visibility: hidden;
        width: 275px;
        background-color: rgb(248, 247, 247);
        color: #000;
        padding: 5px 0;
        border-radius: 6px;
        position: fixed;
        z-index: 1;
        margin-top: 25px;
        margin-left: -120px;
        float: left;
        font-size: small;
    }

    a.backToLogin {
        width: auto;
    }
}


@media (max-width: 1199px) {

    .form-control-group.InputShelfLifeOfMaterial {
        width: 50% !important;
    }

    .form-control-group.InputShelfLifeOfMaterialType {
        margin-left: 40%;
        width: 50% !important;
    }

    .topNavigator li, .header ul li {
        margin-left: 0;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    div#col6-fixwidth {
        width: inherit;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    #batchRecordBody {
        width: 100%;
    }

    .fixedSection, .buttonContainer, .filterException {
        width: 100%;
    }

    #BatchRecordSection {
        width: 100% !important;
    }

    .createUserInput {
        width: 100%;
    }

    #stepUpdatePanel .stepheader h3 {
        max-width: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 1033px) {
    .userSection ul li {
        margin: 0;
        width: 125px;
    }

    #BatchWorkflowSection .userSection ul li {
        margin: 0;
        width: 100%;
    }

    #BatchStartOnTimelegendContainer {
        left: -160px;
        margin-left: 50%;
        position: absolute;
    }

    #FlightlegendContainer {
        left: -160px;
        margin-left: 50%;
        position: absolute;
    }

    #ExceptionReviewLegendContainer {
        left: -160px;
        margin-left: 50%;
        position: absolute;
    }

    #RightBatchlegendContainer {
        left: -100px;
    }

    #CycleTimePerBatch .legendContainer {
        left: -285px !important;
    }

    .userForm label {
        width: 145px;
    }

    .createUserSection .createUserButtonSave {
        width: 417px;
    }

    .createUserSection .createUserButton {
        margin-top: 20px;
    }

    .createUserButtonSave .btn.btn-default.backButton {
        float: left;
    }

    .createUserButtonSave .btn.btn-default.submitButton {
        float: left !important;
        margin-right: 12px;
    }

    .createUserButton, .bacthSpecificationButton {
        display: inline-block;
        float: right;
        margin: 0;
        text-align: right;
    }

    .createUserInput {
        width: 100%;
    }

    .topNavigator li, .header ul li {
        margin-left: 0;
    }

    .topNavigator li:first-child {
        margin-left: 0;
    }

    .idNumber, .instructionLabel, #BatchReviewSection .instructionLabel, #BatchReviewSection .idNumber {
        width: 32% !important;
        margin-right: 1%;
    }

    .materailsize, .expectResult, #BatchReviewSection .expectResult, #BatchReviewSection .materailsize {
        width: 26% !important;
        margin-right: 1%;
    }

    .expectResultInstruction {
        width: 1% !important;
        margin-right: 1%;
    }

    .signoffInput {
        width: 9%;
        margin-right: 1%;
    }

    .signoffButton, .instructionButton, #BatchReviewSection .instructionButton, #BatchReviewSection .signoffButton {
        width: 100px !important;
    }

    .repeatStep button {
        position: relative !important;
        margin-right: 5px !important;
        top: -1px !important;
    }

    .repeatStepPaging button, .repeatInstPaging button {
        position: relative !important;
        margin-right: 5px !important;
        top: -1px !important;
    }

    #BatchRecordSection .instructionForm.repeat .repeatInstPaging .glyphicon-chevron-left,
    #BatchRecordSection .instructionForm.repeat .repeatInstPaging .glyphicon-chevron-right,
    #BatchRecordSection .instructionForm.notRepeat .repeatInstPaging .glyphicon-chevron-left,
    #BatchRecordSection .instructionForm.notRepeat .repeatInstPaging .glyphicon-chevron-right {
        margin-top: 0;
    }

    .stepheader {
        position: relative;
    }

    .InstructionDetailsTab {
        padding: 10px 33px 10px 42px;
    }

    .instructionCondition {
        padding-left: 16px;
    }

    .sidemenu li {
        padding-left: 20px;
    }

    .phaseItem {
        padding-left: 64px;
    }

    .createUserInput {
        width: 100%;
    }

    .createUserSection .createUserButton {
        width: 100%;
    }

    .userStatus label {
        min-width: 158px;
    }

    span.BatchHeaderInBatchProcess, span.MaterialHeaderInBatchProcess, span.RegisterNumHeaderInBatchProcess {
        padding-top: 0px;
    }

    .batchRecordStartContainer {
        padding-right: 0;
    }
}

@media (max-width: 1023px) {
    #DashboardSection .col-lg-6 {
        width: 100%;
    }

    .exceptionReviewProgressToReview, .exceptionReviewProgressToApprove {
        width: 100%;
    }

    .chartProgressBox {
        height: auto;
    }

    .CyclechartBox {
        height: 460px;
    }

    .FlightCharBox {
        height: 460px;
    }

    .ProgressChartBox {
        height: 872px;
    }

    .ByLevelChartBox {
        height: 100%;
    }


    .exceptionBox {
        height: 300px;
    }

    .ProgressCharBox div#legendContainer {
        bottom: 0px;
    }

    .ExReviewProgress .boxContent {
        padding-bottom: 30px;
    }

    #ExceptionReviewProgressSection .ExReviewProgress .boxContent {
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        width: 100%;
        margin-left: -15px;
        z-index: 999;
        background-color: #f1eff0;
        padding: 0;
        border-bottom: 1px solid #d5d8df;
    }

    #stepUpdatePanel .stepheader h3 {
        max-width: 54%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    .header .headerUserCompany a {
        width: 100%;
        padding: 25px 0px 10px 15px;
    }

    .header .headerLogoImage {
        width: 30%;
    }

    .userSection ul li {
        display: block;
    }

    .topNavigator {
        margin-left: 0;
        float: none;
        top: 0;
        margin-right: 0;
        width: 100%;
    }

    .topNavigator ul li.menuAdmin .btn-group {
        width: 100%;
        padding: 8px 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .header .topNavigator nav ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d5d8df;
    }

    .header .topNavigator nav ul li.active {
        background-color: #777;
    }

    .header .topNavigator nav ul li.active a {
        color: #fff;
    }

    .header .topNavigator nav ul li.active .btn-group.open a {
        color: #777;
    }

    .header .topNavigator nav ul li.active .btn-group.open li.active a, 
    .header .topNavigator nav ul li.active .btn-group.open a.activeLink, 
    .userSection ul li.active #adminTopRightMenu {
        color: #FFF;
    }

    .header .topNavigator nav ul li.active .btn-group.open li.active:hover a, .userSection ul li:hover #adminTopRightMenu {
        color: #777;
    }

    .header .topNavigator nav ul li.menuAdmin.active {
        background-color: #545554;
    }

    .userSection ul li.active {
        background-color: #545554;
    }

    .header .topNavigator nav ul li.menuAdmin.active button {
        color: #FFF;
    }

    .header .topNavigator nav ul li.menuAdmin:hover {
        background-color: #f9f9f9;
    }

    .header .topNavigator nav ul li.menuAdmin button:hover {
        color: #777;
    }

    .header .topNavigator nav ul li a {
        display: inline-block;
    }

    .header .topNavigator nav ul li:hover, .userSection ul li:hover, .logoutSection:hover {
        background-color: #f9f9f9;
    }

    .header .topNavigator nav ul li:hover a, .header .topNavigator nav ul li.menuAdmin:hover button {
        color: #777;
    }

    .dropdown-menu > li > a {
        padding: 8px 40px;
    }

    #topNavigator ul.dropdown-menu {
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #d5d8df;
        margin-top: 6px;
        padding: 0;
    }

    .header .dropdown-menu {
        background-color: #f9f9f9;
        border-radius: 0;
        border: medium none;
    }

    .header .userSection ul.dropdown-menu li {
        border-bottom: 1px solid #d4d8de;
        display: block;
        margin: 0;
        min-width: 211px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .header .topNavigator nav ul li .btn-group.open {
        width: 100%;
    }

    .header .topNavigator nav ul li .btn-group.open ul li:hover a {
        color: #777;
        background-color: #f9f9f9;
    }

    .header .topNavigator nav ul li .btn-group.open ul li {
        padding: 0;
    }

    .header .topNavigator nav ul li .btn-group.open ul li a,
    .dropdownSpecification {
        padding-left: 40px !important;
    }

    .header .topNavigator nav ul li .btn-group span {
        margin-left: 15px;
    }

    .header .topNavigator nav ul li .btn-group > span {
        margin-left: 15px;
        width: 20px;
    }

    .logoutSection span {
        display: inline-block;
        margin-right: 0;
        width: 20px;
    }

    .header .topNavigator nav ul li .btn-group.open ul li a {
        width: 100%;
    }

    .userControlSection {
        margin-right: 0;
        float: none;
        top: 0;
    }

    .userSection ul {
        margin: 0;
    }

    .userSection ul li {
        padding: 8px 15px 6px;
        border-bottom: 1px solid #d5d8df;
        width: 100%;
    }

    .logoutSection {
        width: 100%;
        padding: 8px 15px;
    }

    .userSection ul.dropdown-menu li:first-child {
        border-top: 1px solid #d4d8de;
    }

    .userSection ul.dropdown-menu li:last-child {
        border-bottom: medium none;
    }

    .userSection ul li {
        padding: 0;
    }

    .userSection ul li .btn-group.open {
        width: 100%;
    }

    #adminTopRightMenu {
        padding: 8px 0;
    }

    .userSection ul.dropdown-menu li a {
        padding-left: 40px;
    }

    #BatchWorkflowSection .userSection ul.dropdown-menu {
        position: absolute;
    }

    #BatchWorkflowSection .userSection ul.dropdown-menu li a {
        padding: 8px 25px;
        border-bottom: 1px solid #d5d8df;
    }

    #BatchWorkflowSection .userSection ul li {
        border-bottom: none;
    }

    .filterException .checkbox-form input[type=checkbox].input-checkbox + label.checkbox-label {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .createUserSection .createUserButtonSave {
        text-align: left;
    }

    .createUserButtonSave {
        display: inline-block;
        float: left;
        margin: 0;
        text-align: left;
    }

    .createUserButtonSave .btn.btn-default.backButton {
        float: left;
    }

    .createUserButtonSave .btn.btn-default.submitButton {
        float: left !important;
        margin-right: 12px;
    }
}

@media (max-width: 768px) {
    #stepUpdatePanel .stepheader h3 {
        max-width: 40%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    .createUserForm .row .col-lg-9 {
        width: 80%;
    }

    .signoffButton {
        width: 20%;
    }

    .idNumber {
        width: 30%;
        margin-right: 1%;
    }

    .createUserInput .form-control-group {
        width: 100%;
    }

    #UserAddEditFormSection .createUserForm .createUserInput {
        width: 100%;
        padding-right: 50px;
    }
}

@media (max-width: 640px) {
    .header .headerLogoImage {
        width: 60%;
    }

    .flightboardStatus {
        position: relative;
    }

    .historyBoardStatus {
        position: relative;
    }

    .dashboardNavigator ul {
        width: 100%;
        position: relative;
        padding-top: 39px;
    }

    .dashboardNavigator ul li {
        display: none;
        float: none;
        border: medium none;
        font-size: 20px;
        width: 100%;
    }

    .dashboardNavigator.expand ul li {
        display: block;
    }

    .dashboardNavigator ul li.active {
        display: block;
        padding-right: 30px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .dashboardNavigator ul li button {
        position: absolute;
        right: 15px;
        top: 10px;
        display: none !important;
    }

    .dashboardNavigator ul li.active button {
        display: block !important;
    }

    /* Flight board */
    .flightboardBatchID, .flightboardStatus, .flightboardDateStart, .flightboardDatePlan {
        width: 100%;
        float: left;
    }

    .flightboardContent {
        border: medium none;
    }

    .flightboardBatchID, .flightboardStatus {
        border-bottom: 1px solid #e3e1e1;
    }

    /* History board */
    .historyBoardBatchID, .historyBoardStatus, .historyBoardDateStart, .historyBoardDatePlan {
        width: 100%;
        float: left;
    }

    .historyBoardContent {
        border: medium none;
    }

    .historyBoardBatchID, .historyBoardStatus {
        border-bottom: 1px solid #e3e1e1;
    }

    .dateStart {
        border-left: 1px solid #e3e1e1;
    }

    .createUserInput .form-control-group {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .labelText, .dateText {
        width: 100%;
        display: inline-block;
    }

    div#RightFirstTimeBatchesPlaceholder {
        margin-top: 0px;
    }

    .ProgressChartBox {
        height: 825px;
    }

    .chartBox {
        height: 460px;
    }

    #legendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #legendContainer {
        left: 15px;
        margin: 0;
    }

    #CycleTimePerBatch .legendContainer {
        left: -65px !important;
    }

    #ExceptionPerBatchSection .legendContainer {
        position: inherit;
    }

    #BatchStartOnTimelegendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #BatchStartOnTimelegendContainer {
        left: 25px;
        margin: 0;
    }

    #ExceptionReviewLegendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #FlightlegendContainer {
        left: 15px;
        margin: 0;
    }

    #FlightlegendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #FlightlegendContainer {
        left: 15px;
        margin: 0;
    }

    #ExceptionReviewLegendContainer {
        left: 90px;
        margin: 0;
    }

    #ExByLevellegendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #ExByLevellegendContainer {
        left: 90px;
        margin: 0;
        bottom: 0px;
    }

    #RightBatchlegendContainer table tr {
        width: 50%;
        margin: 0;
        margin-bottom: 4px;
    }

    #RightBatchlegendContainer {
        left: 15px;
        margin: 0;
    }

    #FlightlegendContainer {
        left: 90px;
        bottom: -30px;
    }

    #BatchStartOnTimelegendContainer {
        bottom: 0px;
        margin: 0;
    }

    #ExceptionReviewLegendContainer {
        bottom: 0px;
        margin: 0;
    }

    #RightBatchlegendContainer {
        left: 90px;
        margin: 0;
    }

    .exceptionReviewProgressToReview h1, .exceptionReviewProgressToApprove h1 {
        margin-bottom: 60px;
        margin-top: -15px;
    }

    .ExReviewProgress .boxContent div:first-child h1 {
        margin-bottom: 0;
    }

    .exceptionReviewProgressToReview, .exceptionReviewProgressToApprove, #ExceptionByLevelSection .boxContent, #RightFirstTimeBatchesSection .boxContent {
        padding-top: 20px;
    }
}

@media (max-width: 320px) {
    .dashboardNavigator ul li {
        font-size: 18px;
        padding-top: 7px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #333;
    height: 3px;
    width: 15px;
}

.modal-footer button {
    background-color: #545554;
    color: #FFF;
}

.modal-footer button:hover {
    background-color: #5b6775;
    color: #FFF;
}

thead th {
    font-weight: 500;
}

.createExceptionContainer {
    border-radius: 6px;
    padding: 0 0 8px 0;
    min-width: 380px;
}

.createExceptionForm .createHeader {
    padding: 7px 15px;
}

.createHeader {
    border-bottom: 1px solid #aab2bd;
}

.createHeader h4 {
    font-size: 18px;
    font-weight: 700;
}

.dropdownExceptionLevel > label {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    top: 6px;
    font-size: 18px;
    font-weight: 700;
}

.dropdownExceptionLevel > div.btn-group.bootstrap-select.form-control {
    width: 50%;
    position: relative;
    float: left;
}

.dropdownExceptionLevel, .exceptionInput, .exceptionInput {
    width: 350px;
    margin-left: 15px;
    padding: 18px 15px 6px;
}

.exceptionInput label, .exceptionInput label {
    display: inline-block;
    position: relative;
    float: left;
    width: 20%;
}

.exceptionInputText {
    display: inline-block;
    position: relative;
    float: left;
    width: 75%;
    margin-left: 5%;
}

.supplementInput {
    width: 350px;
    margin-left: 15px;
    padding: 18px 15px 6px;
}

.supplementInput label {
    float: left;
    display: inline-block;
    position: relative;
    width: 20%;
}

.supplementInputText {
    display: inline-block;
    position: relative;
    float: left;
    width: 75%;
    margin-left: 5%;
    margin-bottom: 20px;
}

.supplementInputText textarea {
    min-height: 150px;
    max-width: 100%; 
}

.supplementInputText select {
    border: 1px solid #aab2bd;
    min-height: 40px;
    width: 100%;
    border-radius: 3px;
}

span.HeaderChangeReasonText {
    word-break: break-word;
}

.createExceptionContainer .buttonArea {
    float: right;
    right: 13px;
    width: 262px;
}

.createExceptionContainer .buttonArea button:last-child {
    float: right;
}

.modal-body.exceptionButton {
    overflow: visible;
}

#BatchExceptionModal .createExceptionContainer .buttonArea button, #CreateBatchDirectoryModal .createExceptionContainer .buttonArea button, #CorrectWIPModal .createExceptionContainer .buttonArea button {
    margin: 0;
    font-size: 16px;
}

.exceptionInputText textarea {
    max-width: 100%; 
    min-height: 150px;
}

.exceptionInputText {
    margin-bottom: 20px;
}

#HistoryModal table tr td:first-child {
    width: 200px;
}

#HistoryModal table tr td:first-child + td {
    width: 200px;
}

#HistoryModal table tr td:first-child + td + td {
    width: 145px;
}

.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.3);
}

#DashboardSection a {
    outline: none;
}

#watermark {
    position: fixed;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    color: lightgrey;
    font-size: 125px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    font-family: top_secret;
}

.wip-watermark {
    position: absolute;
}

.sticky-content {
    position: sticky;
    opacity: 0.5;
    top: 40%;
    left: 45%;
    color: lightgrey;
    font-size: 260px;
    display: inline-block;
}

#BatchWorkflowSection #materialDetail .logoImg {
    background: url('../Images/BatchlineLogoGreen.svg');
    background-size: 100% 100%;
    width: 30%;
    height: 20px;
    margin: 7px 0 0;
    float: left;
}

#BatchWorkflowSection .logoSection {
    float: left;
    width: 50%;
}

#BatchWorkflowSection .userSection {
    float: right;
    width: 50%;
}

#BatchWorkflowSection .userSection .btn-group {
    margin: 7px 7px 0 0;
    float: right;
    z-index: 7;
}

.userSection #adminTopRightMenu {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.LanguageSection #adminTopRightMenu {
    padding: 8px 0;
}

#BatchWorkflowSection .userSection > ul > li {
    padding: 0;
}

#BatchWorkflowSection .userSection ul.dropdown-menu {
    border-radius: 4px;
    border-top: medium none;
    left: auto;
    top: 30px;
}

#BatchWorkflowSection .userSection #adminTopRightMenu {
    font-size: 12px;
    margin-top: -7px;
    margin-bottom: -9px;
}

.repeatStep button {
    float: left;
    width: 36px;
    height: 30px;
    background: url('../Images/repeat.png');
    background-size: 100% 100%;
}

.ipcPopup {
    background: url('../Content/images/IPC_manual01.png');
}

.modal-headerTitle {
    margin-top: -1px !important;
    padding: 6px !important;
    border-radius: 0px;
    border-bottom: 1px solid;
    background-color: #e5e5e5;
    text-align: center;
}

btAddIPC {
    display: inline-block;
}

.repeatStepPaging button, .repeatInstPaging button {
    width: 36px;
    height: 30px;
    position: relative;
    z-index: 1;
    margin-right: 4px !important;
    padding: 2px 4px !important;
}

.repeatStepPaging button {
    top: -1px;
}

.repeatInstPaging button {
    margin-right: 7px !important;
}

.repeatStepPaging input, .repeatInstPaging input {
    width: 30px;
}

.repeatInstPaging input {
    margin-right: 5px;
}

.repeatStepPaging input.form-control, .repeatInstPaging input {
    display: inline-block;
    padding: 4px !important;
    font-size: medium !important;
    height: 30px;
}

.graphInfo ul {
    padding-top: 5px;
}

.graphInfo ul li {
    border-right: 1px solid #e3e1e1;
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 12px 12px 6px;
    position: relative;
    cursor: pointer;
}

.graphInfo ul li:last-child {
    border-right: medium none;
}

.OfflineLoading {
    display: none;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.Offlinecontainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 250px;
    margin: auto;
}

.part {
    width: 250px;
    position: absolute;
}

.svgpath {
    fill: rgba(255,255,255,0);
    stroke: var(--color-primary);
    stroke-width: 1.5px;
    stroke-dasharray: 1000;
    stroke-linecap: round;
    z-index: 2;
}

.svgbg {
    fill: rgba(255,255,255,0.2);
    z-index: 1;
}

#playload {
    animation: dash 2.5s reverse ease-in-out infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 2000;
    }
}

#dashboardLoaderCycle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -55px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderBatchOnTime {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderDataPoint {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -60px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderDeparture {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -60px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderReviewProgress {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -60px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderExceptionsPerBatch {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -60px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderExceptionsByLevel {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -60px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#dashboardLoaderRightFirstTime {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #c02227;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div#SelectBSinBatchDetail > div:first-child {
    padding: 1px;
}

div#UnSelectBSinBatchDetail span {
    background-color: #CCC !important;
    cursor: not-allowed;
    color: #aeaaac;
}

div#UnSelectBSinBatchDetail span.carat {
    cursor: not-allowed;
    color: #aeaaac;
    border-top-color: #aeaaac;
}

div#SelectBSinBatchDetail div div ul li {
    text-transform: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    word-break: break-word;
    white-space: normal !important;
    height: auto !important;
    text-transform: none;
}

div#SelectBSinBatchDetail span.selecter-selected:hover {
    background-color: #555 !important;
    color: #fff;
}

div#SelectBSinBatchDetail > div > div > ul > li:hover {
    text-transform: none;
    color: white;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #545554;
}

div#SelectBSinBatchDetail > div > div > ul > li:last-child:hover {
    color: white;
}

div#SelectBSinBatchDetail > div > div > ul > li:first-child {
    background-color: white;
    text-transform: none;
    color: #777;
    border-bottom: 1px solid #ccc;
}

div#SelectBSinBatchDetail > div > div > ul > li:first-child:hover {
    color: white;
    background-color: #545554;
}

div#SelectBSinBatchDetail span#BatchSpecificationName:hover {
    background-color: #ffffff !important;
    cursor: default;
    color: #555;
}

div#SelectBSinBatchDetail > div > span {
    text-transform: none;
}

div#SelectBSinBatchDetail > div > span.selected {
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    text-transform: none;
}

td > .dropdown2.open > div > ul {
    background-color: white;
}

td > .dropdown2 {
    width: 125px;
    background-color: white;
    margin-bottom: 8px;
    height: 34px;
}

td > .dropdown2 .selected {
    text-transform: none;
    color: #777;
}

td > .dropdown2 > div > ul > li {
    text-transform: none;
    color: #777;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

td > .dropdown2 > div > ul > li:hover {
    text-transform: none;
    color: white;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #545554;
}

td > .dropdown2 > div > ul > li:last-child {
    text-transform: none;
    color: #777;
    border-bottom: 1px solid #ccc;
}

td > .dropdown2 > div > ul > li:first-child {
    background-color: white;
    text-transform: none;
    color: #777;
    border-bottom: 1px solid #ccc;
}

td > .dropdown2 > div > ul > li:last-child:hover {
    color: white;
}

td > .dropdown2 > div > ul > li:first-child:hover {
    color: white;
    background-color: #545554;
}

span#ddlvalueShelfLifeOfMaterialType {
    margin-top: 3px;
}


.form-control-group.InputShelfLifeOfMaterial {
    width: 175px;
}

.form-control-group.InputShelfLifeOfMaterialType {
    width: 100px;
}

.CommonActive_List {
    z-index: 1;
    height: 80%;
    bottom: 5px;
}

.MaterialActive_Form {
    z-index: 100;
    height: 80%;
    bottom: 14px;
    width: 20px !important;
    margin-left: 1px !important;
}

.ProcessActive_Form, .ProductSpecActive_Form {
    z-index: 100;
    height: 20px;
    bottom: -18px;
    width: 20px !important;
    margin-left: 1px !important;
    position: absolute !important;
}

.BatchTableRow > td {
    word-break: break-word;
}

.IsApprove_false, .IsDelete_false, .IsEdit_false, .IsShow_false {
    display: none !important;
}

.CommonRow > td {
    word-break: break-word;
}

.exceptionReport.withoutnumber.BSSign {
    margin-bottom: 0px !important;
}

tr.BSListRow1 {
    background-color: #f9f9f9 !important;
}

tr.BSListRow0 {
    background-color: white !important;
}

tr.BSListRowConvert1 {
    background-color: white !important;
}

tr.BSListRowConvert0 {
    background-color: #f9f9f9 !important;
}

span#ShelfLifeOfMaterialType-error {
    word-break: break-word;
}

span.passwordExpiredLabel {
    color: red;
}

.radioGp {
    margin-left: 3%;
}

tr.InstructionHistory_odd > td,
tr.InstructionHistory_odd_firstIndex > td {
    border: 0px !important;
    background-color: #fafafa;
    word-break: break-word;
}

tr.InstructionHistory_even > td,
tr.InstructionHistory_even_firstIndex > td {
    border: 0px !important;
    background-color: #fff;
    word-break: break-word;
}

tr.InstructionHistory_even_firstIndex, tr.InstructionHistory_odd_firstIndex {
    border-top: 1px solid #ddd;
}

.th_11Percnet {
    width: 11%;
}

span.FocusException {
    border: 10px solid;
    border-color: #9abc5c !important;
}

span.exceptionLevel.Low, span.exceptionLevel.Information {
    padding-left: 3%;
    font-size: 12px;
}

span.exceptionLevel.Medium, span.exceptionLevel.High {
    padding-left: 2%;
    font-size: 12px;
}

span.exceptionLevel.High {
    color: white;
}

.buttonContainerAreaPreview {
    width: 100px;
    height: 48px;
    bottom: 0;
    position: fixed;
    margin-bottom: -0.2%;
}

.buttonContainerPreview .btnLabel {
    text-align: right;
    width: 160px;
    padding-top: 5px;
}

.buttonContainerPreview .btn {
    font-size: 13px;
}

button#IsInstSeqLabel {
    margin: 0px;
    border-radius: 25px 0px 0px 25px;
    outline: 0;
}

button#IsNotInstSeqLabel {
    margin: 0px;
    border-radius: 0px 25px 25px 0px;
    outline: 0;
}

#ResetDataBtn {
    display: block;
    height: 31px;
    width: 90px;
    border-radius: 25px;
    border: 1px solid;
    background: #545554;
    color: white;
}

button.btn.btn-default.btn-on.btn-xs.active.false {
    background-color: #545554;
    color: white;
}

button.btn.btn-default.btn-on.btn-xs.false {
    background-color: #DA4F49;
    color: white;
}

button.btn.btn-default.btn-on.btn-xs.active.true {
    background-color: #5BB75B;
    color: white;
}

button.btn.btn-default.btn-on.btn-xs.true {
    background-color: #545554;
    color: white;
}

.btn-default.btn-on.active {
    background-color: #5BB75B;
    color: white;
}

.btn-default.btn-off.active {
    background-color: #DA4F49;
    color: white;
}

.exceuteStatusText {
    font-size: smaller;
}

canvas.flot-overlay {
    cursor: pointer;
}

img.instIMG {
    padding-top: 20px;
    margin-bottom: 20px;
    max-width: 500px;
}

video.instVideo {
    padding-top: 20px;
    margin-bottom: 20px;
    max-width: 500px;
}

a.instLink {
    width: 200px;
    display: block;
}

label.instLink {
    width: 200px;
    display: block;
}

.reviewInstruction {
    max-width: 500px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
    padding-top: 30px;
}

#vid_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111111;
}

#video {
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0;
}

#gui_controls {
    position: fixed;
    z-index: 2;
    bottom: 0;
}

#video_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #111;
}

/*  Button style from: 
    https://googlesamples.github.io/web-fundamentals/fundamentals/media/mobile-web-video-playback.html */

#containerCamera button {
    outline: none;
    position: absolute;
    color: white;
    display: block;
    opacity: 1;
    background: transparent;
    border: solid 2px #fff;
    padding: 0;
    text-shadow: 0px 0px 4px black;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: auto;
    z-index: 2;
}

#containerCamera #takePhotoButton {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-image: url('img/ic_photo_camera_white_48px.svg');
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

#containerCamera #takePhotoButton:active {
    background-color: #fff;
}

#containerCamera #toggleFullScreenButton {
    display: none !important;
    width: 64px;
    height: 64px;
    background-image: url('img/ic_fullscreen_white_48px.svg');
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

#containerCamera #toggleFullScreenButton[aria-pressed='true'] {
    background-image: url('img/ic_fullscreen_exit_white_48px.svg');
}

#containerCamera #switchCameraButton {
    display: none;
    width: 64px;
    height: 64px;
    background-image: url('img/ic_camera_rear_white_36px.svg');
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

#containerCamera #switchCameraButton[aria-pressed='true'] {
    background-image: url('img/ic_camera_front_white_36px.svg');
}

#containerCamera #closeScreenButton {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

#containerCamera #closeScreenButton:active {
    background-color: #fff;
}

@media screen and (orientation: portrait) {
    /* portrait-specific styles */
    /* video_container (video) doesn't respect height... 
       so we will fill it in completely in portrait mode
    */
    #vid_container {
        width: 100%;
        height: 100%;
    }

    #gui_controls {
        width: 100%;
        height: 20%;
        left: 0;
    }

    #containerCamera #switchCameraButton {
        left: calc(20% - 32px);
        top: calc(50% - 32px);
    }

    #containerCamera #closeScreenButton {
        left: calc(80% - 32px);
        top: calc(50% - 32px);
    }
}

@media screen and (orientation: landscape) {
    #vid_container {
        width: 100%;
        height: 100%;
    }

    #vid_container.left {
        left: 20%;
    }

    /* we default to right */
    #gui_controls {
        width: 20%;
        height: 100%;
        right: 0;
    }

    /* for the lefties */
    #gui_controls.left {
        left: 0;
    }

    #containerCamera #switchCameraButton {
        left: calc(50% - 32px);
        top: calc(18% - 32px);
    }

    #containerCamera #closeScreenButton {
        left: calc(50% - 32px);
        top: calc(82% - 32px);
    }

    .modalFullScreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modalFullScreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

#ImagePreviewModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* The Modal (background) */
.modalPreview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalPreview-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modalPreview-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closeModalPreview {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeModalPreview:hover,
.closeModalPreview:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modalPreview-content {
        width: 100%;
    }
}

.qr-code {
    width: 82px;
}

.small-text {
    font-size: 14px;
    margin-bottom: 0;
}

.small-text-01 {
    font-size: 12px;
    margin-bottom: 0;
}

.ipcauto-form-control {
    color: #555;
    display: block;
    width: 60%;
    padding: 6px 12px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.scan-scale-id,
.ipc-info {
    width: 100%;
}

.scan-scale-id {
    margin-top: 20px;
    position: relative;
}

.scan-scale-id div button {
    margin-top: 8px;
}

.scan-scale-id > span {
    position: absolute;
    top: 36px;
    right: 28%;
}

.scan-scale-id > button {
    position: absolute;
    top: 0;
    right: 0;
}

.ipc-info {
    margin: 30px 0;
}

.ipc-info p,
.ipc-info span {
    font-size: 16px;
}

.ipc-info p {
    margin-bottom: 12px;
}

.ipc-info p,
.ipc-info span,
.bold {
    font-weight: 700;
}

#PWD, #NewPassword, #ConfirmPassword, #ConfirmNewPassword, #CurrentPassword, #PINCode, #ConfirmPINCode, #SignoffPassword,
#InstrcutionSignoffPassword, #UserConfirmNewPassword, #UserNewPassword, #ReviewPassword, #NewPWD, #ConfirmPWD, #W_Password,
#ReprintSignoffPassword, #WeighingSignoffPassword, #ManualPassword, #ADPassword {
    font-family: text-security-disc;
    -webkit-text-security: disc;
}

.tdAssign {
    width: 100%;
    word-break: break-all;
}

.assignInputStyle {
    width: 100px;
    height: 34px;
    margin-top: 0;
    margin-bottom: 10px;
}

.assignLotInputStyle {
    width: 150px;
    height: 34px;
}

div#showXMLMaterialErrors {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLMaterialErrorsLower {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLMaterialErrorsUpper {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLInstructionErrors {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLInstructionErrorsLower {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLInstructionErrorsUpper {
    text-align: left;
    width: 75%;
    color: red;
}

div#showXMLBomErrors {
    text-align: left;
    width: 90%;
    color: red;
}

div#showXMLBomErrorsLower {
    text-align: left;
    width: 90%;
    color: red;
}

div#ProcessAssignBlock {
    padding-left: 1.3%;
    padding-right: 1.3%;
}

div#showXMLBomErrorsUpper {
    text-align: left;
    width: 90%;
    color: red;
}

button#AssignVariableSaveBt {
    margin-left: 85%;
}

button#btnSaveProcess {
    background-color: var(--color-primary);
    color: white;
}

.stageTitle {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #545554;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.stageTitle li {
    float: left;
}

.stageTitle li span {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.stageTitle li span:hover:not(.active) {
    background-color: #111;
}

.stageTitleActive {
    background-color: #4CAF50;
}

.StageSelectFirstSet0 {
    background-color: #4CAF50;
}

.addRow {
    width: 47%;
    background: #ababab;
    color: black;
    border: 0;
    height: 33px;
}

.removeRow {
    margin-left: 5px;
    width: 47%;
    background: #c02227;
    color: black;
    border: 0;
    height: 33px;
}

input.assignInputStyle::placeholder {
    /* WebKit, Blink, Edge */
    color: red;
    font-size: 12px;
}

input.assignLotInputStyle::placeholder {
    /* WebKit, Blink, Edge */
    color: red;
    font-size: 12px;
}

.row3.table-responsive {
    margin-left: 8%;
    text-align: -webkit-center;
    width: 85%;
}

button#btnNextCreateProcess {
    float: right !important;
}

.stageSection .headerContent h2, .RomoveSeqButton {
    display: inline-block;
}

.StageDetailsTab .tab-pane {
    margin-top: 10px;
}

.addStageButton {
    margin-right: 5px;
}

.buttonRemoveStage {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 999;
}

.tabStage {
    padding-right: 25px !important;
}

.stageheader {
    height: 38px;
    line-height: 33px;
}

.buttonRemoveSeq {
    z-index: 999;
}

.weighing-inst-area {
    color: darkblue;
}

.productSpecInfo {
    border: solid 2px;
    border-color: black;
    overflow-x: auto;
    height: 400px;
}

.NewContainer {
    height: 200px;
    border: solid 2px;
    border-color: black;
}

.StageDetailsTab input.assignInputStyle::placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
    font-size: 12px;
}

/* The container */
.containerCheckbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #a0b875;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wizardAssignTable > thead > tr > td {
    padding-left: 2%;
}


input.assignWizardInputStyle {
    width: 130px;
    margin-left: 5px;
}

.removeRowWizard {
    margin-left: 2px;
    margin-top: 3px;
    width: 29px;
    width: 40%;
    background: #c02227;
    color: black;
    border: 0;
    height: 35px;
}

.addRowWizard {
    margin-left: 2px;
    margin-top: 23px;
    width: 40%;
    background: #ababab;
    color: black;
    border: 0;
    height: 35px;
}

.data-stage-variables [readonly], .data-stage-variables [disabled] {
    background-color: #CCC;
}

.stage-variables-show-msg-error {
    text-align: left;
    width: 75%;
    color: red;
}

.equipment span {
    word-break: break-word;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.WarnNewSource {
    display: inline-block;
    animation: blinker 2.5s infinite;
    color: red;
}

.campaignButton {
    width: auto;
    float: right;
    padding-left: 10px;
}

.disabled-object {
    pointer-events: none;
    opacity: 0.6;
}

.dropdownSupport {
    position: relative;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 8px 25px;
    color: #777;
    cursor: pointer;
}

.dropdownSupport-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid;
    border-color: #D4D8DE;
    flex-flow: column;
}

.dropdownSupportItem:hover {
    background-color: #eee;
}

.dropdownSupportItem {
    border-bottom: 1px solid #D4D8DE;
}

.dropdownSupport:hover {
    background-color: #eee;
}

.dropdownSpecification {
    position: relative;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    padding: 8px 15px;
    color: #777;
    cursor: pointer;
    min-width: max-content;
}

.dropdownSpecification-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid;
    border-color: #D4D8DE;
    flex-flow: column;
}

.dropdownSpecificationItem:hover {
    background-color: #eee;
}

.dropdownSpecificationItem {
    border-bottom: 1px solid #D4D8DE;
}

.dropdownSpecification:hover {
    color: #333;
    background-color: #eee;
}

.topNavigator .dropdownSpecification {
    font-size: 16px;
}

.x-icon {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
}

.enterPasswordSection {
    display: block;
    text-align: left;
}

.topNavigator button:focus, .topNavigator button:active, .userSection .btn:active, .userSection .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    background-color: #545554;
}

.multiselect-container .filter .btn {
    padding: 7px 3px;
}

.applyBtn {
    background-color: #545554;
    border: none;
}

.applyBtn:hover, .applyBtn:active, .applyBtn:focus {
    background-color: #5b6775;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #545554;
    border-color: none;
}

.btn.btn-default.dropdown-toggle.filterButton span {
    top: -2px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #545554;
}

.bootstrap-datetimepicker-widget .glyphicon-time, .bootstrap-datetimepicker-widget .glyphicon-calendar, .glyphicon-chevron-up, .glyphicon-chevron-down {
    color: #333333;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: none;
}

#phaseSection .ready {
    background-color: var(--color-info-bg);
}

#ChangePasswordSection > span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

#ChangePasswordSection span span {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.3;
}

.filterSection label {
    cursor: pointer;
}

.multiselect-container .checkbox, .multiselect-container .radio {
    margin: 0;
    padding: 10px;
}

.multiselect-container label {
    margin-bottom: 0;
    text-decoration: none;
}

.multiselect-container label:hover, .multiselect-divItem a:hover {
    text-decoration: none;
}

input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    accent-color: var(--color-primary);
}

.columnSelector label {
    cursor: pointer;
}

.headerSelected h3 {
    font-weight: 500;
}

.wizardItem a {
    display: inline-block;
    margin-top: 10px;
    color: #a7a7a7;
}

.wizardItem {
    z-index: 5;
    border-bottom: 3px solid #fff;
    border-radius: 8px 28px 28px 8px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    display: inline-block;
    float: left;
    height: 54px;
    padding: 12px 16px 6px 54px;
    position: relative;
    width: 244px;
    background-color: #f4f4f4;
}

.wizardItem:first-of-type + div {
    z-index: 4;
}

.wizardItem:first-of-type + div + div {
    z-index: 3;
}

.wizardItem:first-of-type + div + div + div {
    z-index: 2;
}

.wizardItem:first-of-type + div + div + div + div {
    z-index: 1;
}

.wizardItem:nth-child(n+1) {
    margin-left: -20px;
    color: #a7a7a7;
}

.wizardStep .active {
    background-color: var(--color-info-bg);
    color: #444444;
    font-weight: bold;
}

.wizardStep .success {
    background-color: var(--color-success-bg);
}

.wizardStep {
    display: block;
    margin-left: 20px;
}

.batchErrorMessages {
    height: 51px;
}

.wizardNavigator {
    display: inline-block;
}

#batchErrorMessage {
    display: inline-block;
    margin-top: 5px;
}

#BatchSpecificationUpload h1 {
    padding-top: 16px;
}

.successMessage {
    background-color: var(--color-success);
}

.btn.btn-white {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
    background: var(--color-info-bg);
    color: #333;
    border: 1px solid #ccc;
}

.weighing-tabs li.active > a, .weighing-tabs > li.active > a, .weighing-tabs > li.active > a:hover, .weighing-tabs > li.active > a:focus {
    border-bottom: transparent !important;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    background: var(--color-info-bg) !important;
}

.progress {
    margin-bottom: 15px;
    height: 25px;
}

.progress-bar {
    font-size: 14px;
    line-height: 25px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.border-m-1 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-custom {
    margin-bottom: 30px;
}

.mr-2 {
    margin-right: 20px;
}

.my-0-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-0 {
    padding: 0 !important;
}

.px-1-5 {
    padding-left: 15px;
    padding-right: 15px;
}

.pl-0-5 {
    padding-left: 5px !important;
}

.pr-0-5 {
    padding-right: 5px !important;
}

.pt-1 {
    padding-top: 10px;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.bg-gray {
    background-color: #dee4ee;
}

.bg-gray2 {
    background-color: #ecf1f8 !important;
}

.weighing-box .weighing-inst {
    float: none;
}

.weighing-inst {
    display: inline;
}

.weighing-inst .instructionForm {
    float: none;
    width: auto;
    vertical-align: top;
    margin-right: 7px;
}

.target-box {
    width: 434px;
    display: inline-block;
    border: 2px dotted #13204d;
    padding: 20px 18px 18px 18px;
    border-radius: 4px;
}

.target-box .targetSpan {
    position: absolute;
    text-align: center;
    margin-top: -39px;
    padding: 5px;
    color: #7f8686;
    font-weight: bolder;
    width: 391px;
}

.targetSpan span {
    background-color: #fff;
}

.text-purple {
    color: #384ec6;
}

.small-text {
    font-size: 14px;
    margin-bottom: 0;
}

.small-text-left {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
}

.qr-code {
    width: 82px;
}

.btn-group .qr-code {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: auto;
}

.option-btn-right {
    position: absolute;
    float: right;
    right: 15px;
}

.text-vertical {
    display: inline-block;
    vertical-align: middle;
}

.btn-option {
    margin-top: 89px;
}

.btn-option .btn {
    height: 82px;
    font-size: 20px !important;
}

.weighing-tabs {
    margin-bottom: 20px;
}

.weighing-tabs li .btn-group {
    width: 100%;
    display: inline-block;
}

.weighing-tabs li a {
    width: 93.5%;
    height: 38px;
    border-bottom: transparent;
}

.img-bar {
    display: inline-block;
    position: relative;
    width: 650px;
}

.pin-bar img {
    height: 96px;
    position: absolute;
    margin-top: -17px;
    left: 550px;
    z-index: 100;
}

.over-box {
    width: 232px;
    background: #92d72d;
    position: absolute;
    left: 448px;
    z-index: 10;
    height: 53px;
    top: 7px;
}

.min-number {
    position: absolute;
    top: -31px;
    left: -10px;
    font-size: 18px;
}

.max-number {
    position: absolute;
    top: -31px;
    right: -10px;
    font-size: 18px;
}

.step-number {
    text-align: center;
    border: 2px dotted #5f6164;
    background-color: #e6eefb;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 28px;
    margin-top: -15px;
    position: relative;
    margin: 0 auto;
    top: -41px;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.weighing-box .panel {
    background-color: #ecf1f8;
}

.btn-lg-sign {
    margin-top: -3px;
    width: 108px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-width: 0;
    height: 49px;
}

.btn-lg-sign2 {
    width: 108px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 0;
    height: 49px;
}

.btn-lg-sign3 {
    width: 108px;
    min-width: 0;
    height: 49px;
}

.weighing-box .btn-lg {
    height: 80px;
    font-size: 20px;
}

.red-circle {
    color: #c02227;
    position: absolute;
    top: -9px;
    right: -4px;
}

.h1 {
    font-size: 40px;
}

.finish-bom-btn {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding-top: 5px;
}

.weighing-tabs .dropdown-menu li a:hover {
    color: #fff !important;
}

.wip-menu {
    height: 46px !important;
    display: inline-block;
    line-height: 46px;
    width: 100% !important;
    border: 1px solid #333;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.activeContainer .target-box span {
    background: rgba(207, 236, 255, 1) !important;
}

.weighing-box .panel .target-box span {
    background: #ecf1f8 !important;
}

.bacthSpecSection .form-group label {
    width: 100% !important;
    top: 0 !important;
    margin-bottom: 5px;
}

.editProcess .form-group label {
    width: 100% !important;
}

.bacthSpecSection .form-control-group {
    width: 100%;
}

.editProcess .form-group {
    width: 100% !important;
}

.border-bottom {
    border-bottom: 1px solid #dee4ee;
}

.border-bottom-xs {
    border-bottom: 1px solid #dee4ee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.padding {
    padding: 15px;
}

.stepList h3 {
    display: inline-block;
}

.addSt {
    float: right;
}

.card {
    border-radius: 6px;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px;
    min-height: 166px;
}

.usedBox {
    border: 2px solid #337ab7;
}

.optionBox {
    border: 2px dotted #337ab7;
    background-color: #f1f1f1;
}

.dont-usedBox {
    opacity: 0.4;
    border: 2px solid #337ab7;
}

.card h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.card p {
    margin-bottom: 0;
}

.cardArea .col {
    padding: 5px;
    max-width: 195px;
    min-width: 175px;
}

.iconArea {
    margin-top: 5px;
}

.needReport, .needApproval {
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
}

#BatchUpload h1 {
    padding-top: 16px;
}

.editSt {
    margin-bottom: 5px;
}

.check-process .checkbox {
    display: inline-block;
    top: 14px;
}

.editCheckBox {
    display: inline-block;
    padding-left: 40px;
    top: 0;
    position: absolute;
    width: 100%;
}

.smallBoxUsed {
    width: 58px;
    height: 48px;
    background: #f1f1f1;
    border: 2px solid #337ab7;
    text-align: center;
    border-radius: 4px;
    line-height: 48px;
    float: left;
}

.smallBoxOption {
    width: 58px;
    height: 48px;
    background: #f1f1f1;
    border: 2px dotted #337ab7;
    text-align: center;
    border-radius: 4px;
    line-height: 48px;
    float: left;
}

.form-group label.text-edit-box {
    display: inline-block;
    float: left;
    width: auto !important;
    margin-top: 14px;
    margin-left: 10px;
    position: absolute;
}

.optionBtn-vertical {
    width: 108px;
}

.btn.btn-red-sign {
    position: relative;
    font-size: 24px;
    height: 80px;
    min-width: 160px;
}

.stepInstruction {
    border-bottom: 1px solid #ccc !important;
}

.stepInstruction .btn-lg-sign {
    padding: 0;
}

.mb-custom .stepInstruction {
    padding-bottom: 50px;
}

.noopacity {
    opacity: 1 !important;
}

.fa-spinner {
    font-size: 14px;
}

.iconCheck {
    border-radius: 4px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
}

.previewBtn {
    vertical-align: top;
    margin-right: 10px;
}

.submit-btn .btn.step-btn {
    padding: 9px 12px;
    height: unset;
}

.bar-box {
    width: 954px;
    float: left;
}

.bar-box .progress {
    height: 45px;
}

.bottom-text {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    background: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-bottom: 5px;
}

.editStage h3 {
    margin-bottom: 0 !important;
    margin-top: 2px;
    padding-bottom: 15px;
}

.panel .table-responsive .form-group {
    margin-bottom: 0;
}

.panel .table-responsive .alert {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.btn.bomList {
    padding: 5px 15px;
    font-size: 12px;
}

.text-input {
    font-size: 16px;
}

.btn-success {
    background-color: var(--color-primary);
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: var(--color-primary) !important;
}

.btn-info {
    background-color: #749ebc;
}

.btn-gray, .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    background-color: #cccccc !important;
}

.col-center .col {
    margin: 0 auto;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.arrowIcon-right {
    height: 100%;
    line-height: 36;
}

.arrowIcon-right i {
    font-size: 6rem;
    vertical-align: middle;
}

.arrowIcon i {
    font-size: 5rem;
}

.arrowIcon {
    padding: 5px 0;
}

.col-small {
    width: 6.6%;
}

.informationIcon {
    display: inline-block;
}

.inputBtn .btn {
    min-width: 70px;
}

.btn-danger2 {
    background-color: #ac282a !important;
}

.wizard .form-group {
    display: block;
}

.wizard .form-group label {
    display: block;
}

.wizard .form-control-group {
    width: 100%;
}

.btn-group-td {
    width: 200px;
}

.ButtonAddDelete button {
    padding: 7px 11px !important;
}

.assignRequireInputStyle {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.non-shadow {
    box-shadow: none;
}

.table-left {
    background-color: #ffffff;
    margin-top: -15px;
    margin-bottom: -15px;
}

.box-detail-area label, .box-detail-area p {
    display: inline-block;
}

.scaleBar {
    display: inline-block;
    width: 100%;
    position: relative;
}

.minScale {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.top-container {
    margin-top: -10px;
}

.colorBlue {
    color: var(--color-info) !important;
}

.colorGreen {
    color: var(--color-success) !important;
}

.target-container .wipText {
    display: block;
    clear: both;
}

.instructionButton.weighing-report-button {
    width: 140px;
    padding-right: 4px;
}

.weighing-tabs .btn-group > .btn + .dropdown-toggle {
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
}

.btn-vertical {
    width: 108px;
    display: inline-block;
}

.btn-vertical .step-btn {
    width: 100%;
}

.wipDetail {
    font-size: 14px;
    margin-bottom: 5px;
}

.wipDetail span {
    margin-right: 15px;
}

.weighingVariableText {
    font-size: 14px;
    font-weight: normal;
}

.labelPreviewModal .weighing-inst {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
    margin-right: -15px;
}

.correctWipModal .dropdownExceptionLevel {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-bottom: 0;
}

.titleCollapsed span {
    margin-right: 12px;
}

.modal {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .login {
        max-width: 40%;
    }
    .modal-lg-custom {
        width: 90%;
    }
}

.roleList span {
    display: inline-block;
    vertical-align: middle;
}

.roleList label {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-top: 0;
}

#scanQR {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.ebrScanQR #scanQR {
    bottom: 60px;
}

#scanQR .btnQR:link,
#scanQR .btnQR:hover,
#scanQR .btnQR:active,
#scanQR .btnQR:visited {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    background-color: #059343;
    border-radius: 24px;
    box-shadow: 2px 4px 12px rgba(0,0,0,.2);
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*New CSS for Adjust with V.3*/

.btn-bl-primary {
    color: #fff !important;
    background-color: var(--color-primary) !important;
}

.scientificInput {
    text-align: left;
    color: #555;
    width: 100%;
    height: 34px;
    padding: 6px;
    border: 1px solid #aab2bd;
    border-radius: 4px;
    background-color: transparent;
}

.scientificInput.IsEmptyField {
    font-size: 12px;
    color: red;
}

.scientificInput.isEBR {
    font-size: 18px;
    line-height: 1;
    padding-right: 40px;
}

.scientificInput:disabled {
    background-color: #CCC;
    cursor: not-allowed;
}

.lightbox-inline {
    position: relative;
    max-width: max-content;
    padding: 20px 0;
    margin: 0 auto;
}

.lightbox-inline button {
    color: #FFF !important;
}

@media only screen and (width: 820px) {
    #BatchReviewSection .stepheader h3 {
        width: 44%;
    }

    .idNumber, .instructionLabel, #BatchReviewSection .instructionLabel, #BatchReviewSection .idNumber {
        width: 27% !important;
    }

    .materailsize, .expectResult, #BatchReviewSection .expectResult, #BatchReviewSection .materailsize {
        width: 22% !important;
    }

    .filterException .exceptionSelector {
        max-width: 83%;
    }

    .filterException h4 {
        font-size: 14px;
    }

    .filterException h4,
    .filterException .checkbox-form {
        margin-right: 8px;
    }

    .filterException .checkbox-form input[type=checkbox].input-checkbox + label.checkbox-label {
        font-size: 12px;
    }

    #BatchReviewSection {
        padding-top: 20px;
    }

    #batchRecordFooter .statusSection {
        transform: scale(0.9);
        margin-left: -44px;
    }

    #batchRecordFooter .exceptionReport-JumpContainer {
        transform: scale(0.9);
        margin-right: -20px;
    }

    #materialDetail .materialDetailList span:not(:first-child),
    #materialDetail .materialDetailList .batchVersion span {
        max-width: 50%;
    }
}

@media (min-width:768px) {
    .equipmentModal {
        width: 900px;
    }
}

@media (min-width:1300px) {
    .equipmentModal {
        width: 1200px;
    }
}
