﻿@font-face {
    font-family: 'opensans-light-webfont';
    src: url('Fonts/opensans-light-webfont.eot');
    src: url('Fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-light-webfont.woff') format('woff'), url('Fonts/opensans-light-webfont.ttf') format('truetype'), url('Fonts/opensans-light-webfont.svg#dax-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('Fonts/opensans-bold-webfont.eot');
    src: url('Fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-bold-webfont.woff') format('woff'), url('Fonts/opensans-bold-webfont.ttf') format('truetype'), url('Fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('Fonts/opensans-regular-webfont.eot');
    src: url('Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-regular-webfont.woff') format('woff'), url('Fonts/opensans-regular-webfont.ttf') format('truetype'), url('Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('Fonts/opensans-semibold-webfont.eot');
    src: url('Fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-semibold-webfont.woff') format('woff'), url('Fonts/opensans-semibold-webfont.ttf') format('truetype'), url('Fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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');
}

html {
    height: 100%;
    overflow-x: auto;
}

body {
    /*min-height: 100%;*/
    position: relative;
    font-family: 'open_sansregular', Arial, sans-serif;
    font-weight: normal;
    width: 100%;
}

ul, ol {
    padding: 0;
}

h1, h2, h3, h4 {
    font-family: 'open_sansregular';
    color: #333;
}

h1 {
    font-size: 30px;
}

h1, h2, h3 {
    margin-top: 0;
}

b, strong {
}

ol li, ul li {
    list-style-type: none;
}

a {
    cursor: pointer;
}

.form-control, .form-control2 {
    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: 14px;
    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%;
}

.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;
}


/******** login section (all sizes) ********/
.loginpage {
    background-color: #f1f0f0;
}

.RegisterTokenPage {
    background-color: #fff;
}

strong#remindText {
    color: #FF0000;
}

.logoText {
    font-size: 54px;
    color: #545454;
}

.login {
    position: relative;
    margin: 0 auto;
    width: 292px;
    text-align: center;
    margin-top: 169px;
}

.logoImage {
    margin-bottom: 32px;
}

/* Create Tooltip text  myself*/

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: 1;
    margin-top: -10px;
    margin-left: 3px;
    /*border-style: solid;
    border-color: #5379aa;*/
    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: fixed;
    z-index: 1;
    margin-top: -10px;
    margin-left: 3px;
    /*border-style: solid;
    border-color: #5379aa;*/
    font-size: small;
}

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;
}

/*end Create Tooltip text  myself*/

.loginSection {
    padding: 42px 23px 18px;
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 32px;
}

    .loginSection h1 {
        margin: 0 0 21px 0;
    }

    .loginSection > span {
        display: inline-block;
        float: left;
        margin-bottom: 12px;
        font-size: 16px;
        color: #999999 !important;
    }

.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);
        border-color: #CCCCCC;
        outline: 0 none;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #CCC;
    }

.loginSection .form-group {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
}

.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;
    }

#sendForgotPassword .form-control {
    padding: 11px 12px 11px;
    text-align: center;
}

.placeholderText {
    position: absolute;
    top: 9px;
    width: 100%;
    left: 0;
    font-size: 18px;
    color: #777;
}

.loginSection a {
    color: #666;
    font-size: 14px;
}

    .loginSection a:hover {
        color: #35abdc;
        text-decoration: none;
    }

.close {
    width: 11px;
    height: 10px;
    background: url('../Images/close-x.png') top left no-repeat !important;
    background-color: none;
    opacity: 1;
    top: 8px;
    right: -2px;
    position: relative;
}

.setAbsoluteControl {
    position: absolute !important;
}
/********** create user page **********/

/* header */
.header {
    background-color: #f8f7f7;
    padding-top: 4px;
    border-bottom: 1px solid #D4D8DE;
}

    .header a {
        color: #777777;
        font-size: 14px;
    }

        .header a:hover {
            text-decoration: none;
            color: #333;
        }

    .header .nav ul li, .userSection, .logoutSection, .LanguageSection {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 0 20px;
        position: relative;
    }

    .logoutSection, .header ul li {
        padding: 0;
    }

.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: 45px;
    width: 15%;
}

.header .headerUserCompany {
    color: #333;
    display: table;
    float: left;
    font-weight: bold;
    height: 45px;
    text-align: left;
    vertical-align: middle;
    width: 55%;
    padding-left: 10px;
}

    .header .headerUserCompany a {
        font-size: 18px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

.topNavigator {
    float: left;
    top: 13px;
}

.userControlSection {
    float: right;
    width: 45%;
}

.backgroundColor {
    background-color: #fff;
    display: none;
    height: 49px;
    left: 0;
    position: absolute;
    top: -17px;
    width: 100%;
}

.topNavigator .btn-group.open .dropdown-toggle, .topNavigator .btn-group.open .dropdown-toggle:active {
    box-shadow: none;
}

.headerLogoImage img {
    width: 100%;
    position: absolute;
    top: 25%;
}

.userSection span, .logoutSection span {
    position: relative;
    top: -4px;
    margin-right: 4px;
}

.topNavigator {
    margin-left: 10px;
    width: 40%;
}

    .topNavigator li div.btn-group {
        position: initial;
    }

    .topNavigator li:hover .backgroundColor, .topNavigator li.active .backgroundColor {
        display: block;
    }

.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: 10%;
}

.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;
}

/*#Comment {
    height: 127px;
}*/
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;
}


/*user list*/

.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%;
    }

.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 tbody td:first-child + td + td + td {
    text-align: center;
}*/

.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;
    /*min-height: 600px;*/
}

.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: 1000;
    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;
    }

.IPCmanaulLoading {
    overflow: hidden;
}

.IPCmanaulLoading {
    display: block;
}

/*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);
}
/*input[type="radio"]:focus + ins,
input[type="radio"]:active + ins,
input[type="checkbox"]:focus + ins,
input[type="checkbox"]:active + ins {
    outline: 0;
    -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;
}

.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 {
    /*min-height: 600px;*/
    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;
}

    .tablesorter thead {
        background-color: #FFF;
    }

    .tablesorter tbody .odd {
        background-color: #F7F7F9;
    }

    .tablesorter thead .disabled {
        display: none;
    }

    .tablesorter .btn {
        padding: 4px 10px;
        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_Started, .ST_Interrupted, .ST_Created, .ST_Reviewed, .ST_Finished, .ST_Continue, .ST_Approved {
    background-color: #d0edff;
}

.ST_Archived {
    background-color: #e6f9b7;
}

.ST_Rejected {
    background-color: #cccccc;
}

.BST_Interrupted {
    background-color: #E3725A;
}

.WB_InActive {
    background-color: #99A3A4;
}

#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 3px 14px;
}

.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 {
    width: 150px;
    float: left;
    padding-left: 10px;
    position: relative;
}

.columnSelector, .hidden {
    display: none;
}

.bsConvertSuccessMessages {
    background-color: #77a300;
    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 {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    padding: 4px 10px;
    vertical-align: top;
    width: auto;
    background-color: #cccccc;
    border: medium none;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF;
    height: auto;
}

.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;
}

.btn.btnPagenum {
    margin-right: 100px;
}

    .btn.btnPagenum:hover, .columnSelectorButton:hover, .convertBsButton:hover {
        background-color: #5b6775;
    }

#colSelect1:checked + label {
    background: #5797d7;
    border-color: #555;
}

#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;
}


.batchSpecificationPreReport .form-group {
    display: block;
}

.batchSpecificationPostReport .form-group {
    display: block;
}

label.form-label.reportBS {
    color: #77a300;
}

/* 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: #77a300;
    border: 1px solid #5b7d00;
    -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: 25px;
    width: 22px;
    color: #38B5E5;
    text-align: center;
    line-height: 16px;
    background-color: white;
    border: 1px solid #38B5E5;
    cursor: pointer;
}

.labelcheckbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 25px;
    /*    z-index: 99;*/
}

.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 {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        display: inline-block;
        width: 22px;
        height: 21px;
        position: absolute;
        left: 0;
        bottom: 8px;
        background-color: #fff;
        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;
}

.batchSpecificationPreReport .form-group {
    display: block;
}

.batchSpecificationPostReport .form-group {
    display: block;
}

label.form-label.reportBS {
    color: #77a300;
}

.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: 0px 8px;
    height: 28px;
    position: relative;
    top: 0;
    font-size: 16px;
    line-height: 2;
    background-color: #c0c0c0;
}

    .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;
}

.materialDetailList span {
    /*display: inline-block;*/
}

    .materialDetailList span:first-child {
        font-weight: bold;
        width: 20%;
    }

.materialDetail, .signoffSection, .buttonContainer, .allStepContainer {
    border-bottom: 1px solid #999;
    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: 265px;
    margin-right: 12px;
}

    .instructionLabel .glyphicon.glyphicon-link {
        padding-right: 5px;
    }

.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;
    /*width: 1100px;
    padding-left: 680px;*/
}

.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 {
    /*padding-top: 40px;*/
    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;
    /*width: 150px;*/
}

.materailStatus {
    width: 145px;
}

.signoffButton .btn.btn-default, .instructionButton .btn.btn-default {
    padding: 4px 12px;
}

.signoffSection h3 {
    margin-bottom: 0;
}

.instructionLabel {
    width: 400px;
    margin-right: 12px;
}

.instructionButton, .signoffButton {
    float: right;
    text-align: right;
    width: 220px;
}

    .instructionButton .btn.btn-default, .signoffButton .btn.btn-default {
        width: 45%;
    }

        .instructionButton .btn.btn-default:last-of-type {
            width: 38px;
        }

        .instructionButton .btn.btn-default.btn-weighing-report {
            width: fit-content;
        }


        .signoffButton .btn.btn-default:last-of-type {
            width: 38px;
        }

.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 {
    margin-bottom: 0;
    font-size: 18px;
}

.instructionCondition .radio {
    word-break: break-word;
    width: 85%;
    margin-top: 0;
}

.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);
}

.success {
    background-color: #e7f9b7;
}

/*.notReady .idNumber, .notReady .materailsize, .notReady .signoffInput, .notReady .signoffButton button,
.notReady .instructionLabel, .notReady .expectResult, .notReady .instructionValue, .notReady .dropdown2, .notReady .instructionCondition,
.notReady .instructionButton button, .notReady .instructionFormular
{
    opacity: 0.3;
}*/

.notReady .instructionButton .instruction-context, .notReady .signoffButton .instruction-context, .reviewOnly .instructionButton .instruction-context, .reviewOnly .signoffButton .instruction-context, .reviewOnly .instructionButton button.instruction-context {
    opacity: 1;
}

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;
}

.phaseItem span:first-child {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.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;
    width: 100%;
    display: inline-block;
    color: #a7a7a7;
}

.phaseItem.ready span.phaseName, .phaseItem.ready .phaseNumber {
    color: #666;
}

.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;
        /*width: 100%;*/
        color: #FFF;
    }

.current .innnerSpace {
    /*background: url("../images/step-current-bg.png") no-repeat right center;*/
    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, .materialDetailList span:first-child {
    width: 50%;
    margin-bottom: 8px;
}

.exceptionReport {
    text-align: right;
    width: 100%;
    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;
    /* margin-left: 12px; */
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.phaseNoti a {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    border-radius: 16px;
    /* margin-left: 12px; */
    text-decoration: none;
    height: 15px;
    width: 15px;
}

.refreshStep a {
    color: #FFF;
    padding: 0 6px;
    display: inline-block;
    background-color: #ac292b;
    border-radius: 16px;
    /* margin-left: 12px; */
    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;
    /*margin-left: 12px;*/
    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: 49%;
    margin-left: 2%;
    margin-right: 0;
    padding: 6px 12px;
}

    .exceptionButton .btn.btn-default:first-child {
        margin-left: 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: 37%;
        padding: 6px 12px;
        margin-left: 2%;
    }

.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;
    padding-bottom: 2px;
    z-index: 999;
}

.batchRecordStartContainer {
    padding-top: 209px;
    position: relative;
    padding-bottom: 50px;
}

.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;
}

.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;
}

/*.exceptioHistoryDetail span.AlertLevel, .createExceptionContainer span.AlertLevel {
    background-color: #CCC;
}*/

.exceptionLevel {
    height: 16px;
    margin-right: 3px;
    display: inline-block;
    width: 16px;
    border-radius: 4px;
    top: 3px;
    position: relative;
}

.stepheader {
    padding: 5px;
    background: none;
    color: #FFF;
    /*height:41px*/
}

    .stepheader h3 {
        display: inline-block;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: normal;
        color: #666;
        padding-top: 2px;
    }

#stepUpdatePanel .stepheader h3 {
    /*max-width: 960px;*/
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0px;
}

.col-lg-12.middlePosition, .col-lg-12.userlistSection {
    max-width: 1170px;
}

#stepUpdatePanel .form-control, #stepUpdatePanel .form-control2, #stepUpdatePanel .instructionCondition label, #stepUpdatePanel .instructionList .dropdown2 .selected {
    font-size: 18px;
    text-transform: none;
}

/******* Revision markup *******/
.materialDetailHeader {
    /*font-size: 32px;*/
    padding-top: 0px;
}

span.BatchHeaderInBatchProcess {
    font-size: small !important;
    font-weight: normal !important;
    width: 17% !important;
    display: inline-block;
    float: left;
    padding-top: 15px;
}

span.MaterialHeaderInBatchProcess {
    font-size: small !important;
    font-weight: normal !important;
    width: 22% !important;
    display: inline-block;
    /* height: 23px; */
    float: left;
    padding-top: 15px;
}


.materialName {
    display: inline-block;
    /*font-weight: bold;*/
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 75%;
    /* margin-bottom: 8px; */
}

    .materialName span {
        display: inline-block;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-size: 30px;
        color: #333;
        /*font-weight: bold;*/
    }

.BatchID span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.BatchID {
    display: inline-block;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 80%;
    /*margin-bottom: 8px;*/
}

.BatchSpecificationID span:first-child {
    width: 123px;
    cursor: auto;
    margin-right: 42px;
}

.BatchSpecificationID {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    cursor: pointer;
}

/*.batchID {
    position: relative;
    margin-top: -20px;
    height: 47px;
    height: 44px;
    display: block;
}

    .batchID span {
       overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
        display: block;
        font-size: 24px;
        line-height: 25px;
    }
    */
/*.batchID span:after {
            content: "\02026";
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            float: right;
            position: relative;
            top: -25px;
            left: 100%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;

            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
            background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
            background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
            background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        }*/


.materialDetailBody .materialDetailList span {
    margin-bottom: 0;
}

.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;
    }

    .jumpSection .btn.btn-default {
        margin-left: 2%;
        padding: 0 12px;
        /* width: 9%; */
        /* margin-bottom: 5px; */
    }

.materialDetail, .phaseContainer, .stepContainer {
    padding-bottom: 6px;
    margin-bottom: 0px;
}

.materialDetail {
    padding-bottom: 0;
}

.modeOfProcess {
    display: none;
}

.phaseName, .innnerSpace .stepName {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stepList {
    border: 1px solid #CCC;
    margin-bottom: 5px;
    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, .cancelButtonSectinon {
    position: relative;
    top: 0;
}

.buttonContainer .exceptionReport {
    margin-bottom: 3px;
}

.createBatchExceptionButtonContainer {
    display: inline-block;
    float: left;
    position: relative;
    /*margin-right: 8px;
    top: 4px;*/
    width: auto;
}

.exceptionReport-JumpContainer .exceptionButton div:last-child {
    margin-right: 0;
}

.stepStatus {
    color: #666;
    display: inline-block;
    float: right;
    position: relative;
    right: 3px;
    top: 3px;
}

.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;
}
/*span.AlertLevel {
    color: #e55;
    border: 1.2px solid #e55;
    text-align: center;
    font: bold 11px/17px arial, serif;
    width: 20px;
}*/

/*span.WarningLevel {
    color: #c9c317;
    border: 1.2px solid #c9c317;
    text-align: center;
    font: bold 11px/17px arial, serif;
    width: 20px;
}*/

input.form-control.ipcList:disabled {
    background-color: #e5e5e5 !important;
}
/*.summaryInstLabel {
    padding-bottom: 8%;
}
*/
.bomList {
    margin-bottom: 4px;
}

.ipcListTable {
    margin: 3%;
    margin-left: 13%;
}

.bomListTable {
    margin: 3%;
    margin-left: 15%;
}

span.ipcListExceptionLevel_1 {
    background-color: #c02227;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    /* position: absolute; */
    display: block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_2 {
    background-color: #F6851F;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    /* position: absolute; */
    display: block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_3 {
    background-color: #FFDF22;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    /* position: absolute; */
    display: block;
    margin-left: 2%;
}

span.ipcListExceptionLevel_4 {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    /* position: absolute; */
    display: block;
    margin-left: 2%;
}


.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;
}

    .phaseItem.current .currentBackground {
        display: block;
    }

.currentBackground {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.1;
    display: none;
    border-radius: 8px 28px 28px 8px;
}

.TooltipForStepDesc {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 20px solid #c4c4c4;
    border-right: 20px solid transparent;
    /*border-top-right-radius: 30%;*/
}

.TooltipForStepDesc-NotReady {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 20px solid #FF0000;
    border-right: 20px solid transparent;
    /*border-top-right-radius: 30%;*/
}

.currentBackgroundForDetails {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.1;
    display: none;
}

.expectResult {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 12px;
    width: 160px;
    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: -12px;
}

.buttonContainer .exceptionReport, .repeatStep {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 16px;
    width: auto;
}

.repeatStep {
    margin-right: 5px;
}

.repeatStepPaging {
    float: right;
    margin-right: 100px;
    margin-top: 0px;
    color: black;
    position: relative;
}

.repeatInstPaging {
    display: inline-block;
    margin-top: 2px;
}

.repeatStep label {
    position: absolute;
    z-index: 100;
    top: -8px;
    right: -2px;
}

.buttonContainer .exceptionButton {
    position: relative;
    display: inline-block;
    float: right;
    width: 285px !important;
}

.executionStatus span:first-child {
    width: 110px;
    margin-right: 12px;
}

.batchSize, .batchVersion {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
    margin-right: 4%;
    cursor: pointer;
}

    .batchSize span:first-child, .batchVersion span:first-child {
        width: 120px;
        margin-right: 5px;
        cursor: auto;
    }

#ExceptionForm {
    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: 7px;
    right: 30px;
    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: 28px;
    padding: 5px 20px 5px 7px;
    margin: -6px -3px;
    border-radius: 0 4px 4px 0;
}

.btn.save-but.ready:focus {
    background: #b5d1e4;
}

.instructionCondition .save-but {
    position: absolute;
    border-radius: 4px 4px 4px 4px;
}

.instructionList .save-but {
    position: absolute;
    padding: 6px 20px 6px 6px;
    margin-top: -6px;
    width: 24px;
}

.save-but.ready {
    background: #cfecff;
    cursor: pointer;
}

.save-but.saved:before {
    content: "\e168";
}

.save-but.saved, .btn.save-but.saved:focus {
    background: #d1e0a6;
    cursor: not-allowed;
}

.save-but.not-ready {
    background: #dcdddc;
    cursor: not-allowed;
}

    .save-but.ready:before, .save-but.not-ready:before {
        content: "\e168";
    }

.btn[disabled].save-but {
    opacity: 0.8;
}

.instructionList .dropdown2 .carat {
    right: 35px;
}

.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;
    border-radius: 4px;
    float: left;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.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;
}

.phaseItem {
    border-radius: 8px 28px 28px 8px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-top: 3px solid #FFF;
    height: 54px;
    padding: 2px 16px 6px 54px;
    padding-left: 54px;
    display: inline-block;
    position: relative;
    float: left;
    width: 260px;
}

.owl-item:first-child .phaseItem {
    padding-left: 16px;
    width: 240px;
}

.ready {
    background-color: #cfecff;
}

#BatchRecordSection input.form-control {
    border: 1px solid #aab2bd;
    background-color: #FFF;
    text-align: left;
    padding-right: 25px;
}

#BatchRecordSection input.form-control-half {
    border: 1px solid #aab2bd;
    background-color: #FFF;
    text-align: left;
    padding-right: 25px;
    padding: 6px 6px;
    font-size: 14px;
    height: 34px;
    border-radius: 4px;
    width: 49%;
}

    #BatchRecordSection input.form-control-half[disabled], #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: 25px;
}



.notReady {
}

.phaseItem span.phaseNumber {
    float: left;
    width: auto;
}

.mediumException .stepStatus {
    color: #77a300;
}

.customRadio {
    font-size: 14px;
    top: 7px;
    left: -25px;
}

.instructionCondition input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    margin-top: -2px;
    margin-left: -25px;
    width: 23px;
    height: 21px;
}

#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;
}

#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 12px;
    color: #FFF;
    border: medium none;
}

.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: 135px;
    height: 35px;
    margin-bottom: -5px;
}

.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;
    top: 0;
    bottom: 101px;
    border: 1px solid black;
    border-radius: 4px;
}

.tableBomList {
    max-height: 355px !important;
    overflow-y: auto;
    top: 0;
    bottom: 101px;
    border: 1px solid black;
    border-radius: 4px;
}
/*.exceptionHistoryContainer {*/
.modal-dialog.xlarge .modal-content, .modal-dialog.large .modal-content {
    /*max-height: 615px;
    overflow-y: auto;
    max-height: 600px;
    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: 83px;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #d4d8de;
    background-color: #f8f7f7;
    left: 0;
}

.BatchRecordFooterBackground {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #ccc;
    background-color: #f8f7f7;
    left: 0;
    border-bottom: 1px solid #999;
}

.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%;
    }

#LoginSection .btn.btn-default, #sendForgotPassword input.btn.btn-default {
    width: 100%;
    border: medium none;
    color: #FFF;
    background-color: #545454;
}

#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, .stepInstruction.notReady {
    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;
}
/*noi.css*/
.stepheader.success {
    background-color: #e7f9b7;
}

.stepheader {
    border-radius: 8px 8px 0 0;
    position: relative;
    padding-left: 42px;
}

    .stepheader.notReady, .BOMSection.notReady {
        background-color: #f4f4f4;
    }

    .stepheader .stepStatus {
        font-size: 16px;
    }

.notReady .stepStatus {
    color: #a7a7a7;
}

.stepheader .exceptionStatus {
    width: 19px;
    height: 19px;
    border-radius: 4px;
    position: absolute;
    left: 11px;
    top: 11px;
}

.BOMSection {
    position: relative;
    padding-left: 42px;
    /*padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;*/
}

    .BOMSection h3 {
        font-size: 24px;
        /*padding-bottom: 2px;
        height: 36px;*/
    }

    .instructionLabel > span, .idNumber > span, .BOMSection .exceptionStatus {
        border-radius: 4px;
        height: 19px;
        left: -31px;
        position: absolute;
        top: 3px;
        width: 19px;
    }

    .BOMSection .exceptionStatus {
        left: 11px;
        top: 11px;
    }

    .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;
}

.weighingInstruction-last-noborder {
    /*    padding-bottom: 8px;
    margin-bottom: 12px;*/
}

.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: 7px;
    color: #a7a7a7;
    font-size: 16px;
}

.stepheader {
    position: relative;
}

    .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;
    }

.headerSelected {
    font-weight: bold;
}

.stepheader.success::after, .BOMSection.success::after {
    content: "Complete";
    color: #666;
}

.stepheader.ready::after, .BOMSection.ready::after {
    content: "In progress";
    color: #666;
}

.instructionLabel, .idNumber {
    width: 360px;
    padding-right: 10px;
    margin-right: 0;
    /*word-break: break-all;*/
    word-break: break-word;
}

.executedDetail, .verifiedDetail span {
    font-size: 12px;
    color: #9b9b9b;
}

.expectResult, .materailsize label {
    width: 300px;
    font-size: 18px;
}

.instructionValue {
    width: 250px;
}

.instructionButton, .signoffButton {
    width: 120px;
}

.stepInstruction {
    padding-bottom: 8px;
}

.weighingInstruction {
    padding-bottom: 40px;
    padding-top: 40px;
}

.notop {
    padding-top: 0 !important;
}
/*.instructionForm {
    width: 184px;
}*/
.instructionList, .instructionCondition, .instructionFormular, .signoffInput {
    width: 250px;
}

.instructionForm.repeat .instructionList, .instructionForm.repeat .instructionCondition, .instructionForm.repeat .instructionFormular, .instructionForm.repeat.signoffInput, .instructionForm.repeat .instructionValue, .instructionForm.repeat .instructionFormular {
    width: 80%;
    /*float: right;*/
}

.instructionForm.notRepeat .repeatButton {
    display: none;
}

/*.bomResult {
    width: 160px;
}*/

.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: #a9ca4f;
}

.delayedStatus .flightboardStatus {
    background-color: #cc0022;
}

.lateStatus .flightboardStatus {
    background-color: #ffb400;
}

.plannedStatus .flightboardStatus {
    background-color: #a5a5a5;
}

.ontimeStatus .historyBoardStatus {
    background-color: #a9ca4f;
}

.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%;
    }

/*.reviewOnly .instructionLabel, .reviewOnly .expectResult, .reviewOnly .instructionValue, .reviewOnly .instructionButton button
{
    opacity: 0.3;
}*/

.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%;
}

/*name.css*/
/***************************** Phase section *********************************************/
#phaseSection {
    position: relative;
    z-index: 9;
}

    #phaseSection .phaseContainer {
        padding: 0;
        margin: 0;
        margin-right: 20px;
        border: none;
    }

    /*#phaseSection .phaseGroup:after {
        content: '';
        position: absolute;
        right: -58px;
        top: 0;
        background: transparent url('images/white-gradient.png') repeat-y top right;
        width: 61px;
        height: 100%;
        z-index: 99;
    }


    #phaseSection .phaseGroup:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: transparent url('images/white-gradient.png') repeat-y top right;
        width: 61px;
        height: 100%;
        z-index: 99;
    }

    #phaseSection .phaseGroup:before {
        background: transparent url('images/white-gradient-before.png') repeat-y top left;
        right: auto;
        left: -38px;
    }*/

    #phaseSection .phaseItem {
        width: 254px;
    }

        #phaseSection .phaseItem .exceptionStatus {
            margin-right: 6px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            display: none;
        }

    #phaseSection .notReady {
        background: #e3e3e3 url('images/not-ready.png') repeat-y top right;
    }

    #phaseSection .ready {
        background: #c1dbed url('images/ready.png') repeat-y top right;
    }

    #phaseSection .success {
        background: #d0e0a4 url('images/success.png') repeat-y top right;
    }

    #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 {
        color: #a7a7a7;
    }

        #phaseSection .phaseItem span.phaseNumber {
            font-weight: normal;
        }

    #phaseSection .phaseItem.current span.phaseNumber,
    #phaseSection .phaseItem.current span.phaseName {
        font-weight: bold;
        color: #444444;
    }

    #phaseSection .phaseName {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #phaseSection .phaseItem.current:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -8px;
        background: transparent url('images/current-arrow.png') repeat-y top center;
        height: 8px;
        width: 15px;
        z-index: 1;
    }

    #phaseSection .owl-carousel .owl-wrapper-outer {
        padding-bottom: 2px;
        overflow: visible;
        width: 102%;
    }

        #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;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 15px;
        width: 15px;
        line-height: 15px;
        padding: 0;
        color: #fff;
        outline: none;
        background: #a2a3a2 url('images/more-button-bg.png') no-repeat center;
        font-size: 0;
    }

    #phaseSection .phaseItem .dropdown, #stepSection .stepItem .dropdown {
        position: absolute;
        right: 5px;
        top: 10px;
    }

    #phaseSection .phaseItem .dropdown-menu, #stepSection .stepItem .dropdown-menu {
        width: 415px;
        left: -207px;
        z-index: 9999999;
        border: 1px solid #9d9d9d;
        padding: 0;
        margin-top: 8px;
        background-color: white;
    }

        #phaseSection .phaseItem .dropdown-menu:before, #stepSection .stepItem .dropdown-menu:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 9px;
            top: -8px;
            left: 50%;
            background: url('images/arrow-bubble.png') no-repeat center;
        }

        #phaseSection .phaseItem .dropdown-menu li, #stepSection .stepItem .dropdown-menu li {
            float: left;
            width: 137px;
            border-right: 1px solid #9d9d9d;
            text-align: center;
            height: 31px;
            line-height: 31px;
            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: 0;
        margin-top: 0;
        right: -163px;
    }

        #phaseSection .phaseItem .dropdown-menu-nobg li a, .dropdown-menu-nobg li a {
            width: 100%;
            height: 100%;
            min-width: 157px;
        }
/***************************** Step section *********************************************/
#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: 5px;
        width: 98%;
        padding-right: 0;
        margin-right: 5px;
        overflow: visible;
        height: 40px;
    }

    #stepSection .current .innnerSpace {
        border: none;
    }


#stepCarousel .owl-item:nth-last-child(1) {
    z-index: 1;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(2) {
    z-index: 2;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(3) {
    z-index: 3;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(4) {
    z-index: 4;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(5) {
    z-index: 5;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(6) {
    z-index: 6;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(7) {
    z-index: 7;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(8) {
    z-index: 8;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(9) {
    z-index: 9;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(10) {
    z-index: 10;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(11) {
    z-index: 11;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(12) {
    z-index: 12;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(13) {
    z-index: 13;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(14) {
    z-index: 14;
    position: relative;
}

#stepCarousel .owl-item:nth-last-child(15) {
    z-index: 15;
    position: relative;
}

#stepSection .stepItem:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#stepSection .current:before {
    background: rgba(0,0,0,0.1);
}

#stepSection .notReady {
    background: #f4f4f4;
}

#stepSection .ready {
    background: #cfecff;
}

#stepSection .success {
    background: #e7f9b7;
}

#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: #444444;
    font-weight: bold;
}

#stepSection .exceptionStatus {
    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: 6px;
    position: relative;
    top: 3px;
    margin-bottom: 5px;
    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 .stepNumber {
    float: left;
    /*display: none;
        vertical-align: middle;
        width: auto;*/
}

/*#stepSection .owl-carousel .owl-wrapper-outer:before,
    #stepSection .owl-carousel .owl-wrapper-outer:after {
        content: '';
        position: absolute;
        left: -42px;
        top: 0;
        background: transparent url('images/grey-gradient-before.png') repeat-y top left;
        width: 61px;
        height: 100%;
        z-index: 99;
    }

    #stepSection .owl-carousel .owl-wrapper-outer:after {
        background: transparent url('images/grey-gradient.png') repeat-y top right;
        left: auto;
        right: -47px;
    }*/

#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;
}

/*span {
   word-break: break-all;
}*/
/******************************** Review mode *********************************************/
#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: 5px 10px 0px 10px;
    display: inline-block;
    /*width: 1170px;*/
    position: fixed;
    top: 207px;
    z-index: 2;
    background: #ffffff;
}

    .filterException .exceptionSelector {
        float: left;
    }

#BatchReviewSection .stepheader button.btn.btn-default {
    width: auto !important;
    margin: 0px 27px 0 10px;
    min-width: 86px;
    padding: 4px 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 h3 {
    font-size: 24px;
    font-weight: normal;
    color: #666;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
}

#BatchReviewSection .exceptionDateTime {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

#BatchReviewSection .exceptionReviewStatus {
    font-size: 16px;
    margin-top: 4px;
}

.stepheader.success .exceptionReviewStatus {
    color: #77a300;
}

.stepheader.ready .exceptionReviewStatus {
    color: #666;
}

.exceptionNotificationBox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    background-color: #545554;
}

    .exceptionNotificationBox.exceptionNotification {
        background: #ac292b;
    }

    .exceptionNotificationBox.noNew {
        background: #e7f9b7;
    }

#BatchReviewSection .createExceptionContainer {
    padding: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    min-width: 382px;
}

#BatchReviewSection > .modal-body {
    padding: 0 20px;
}


/*#BatchHistoryModal table tr td:first-child {
    width: 200px;
}

#BatchHistoryModal table tr td:first-child + td {
    width: 200px;
}

#BatchHistoryModal table tr td:first-child + td + td {
    width: 145px;
}*/

.modal-body {
    width: 100%;
    position: static;
    overflow: auto;
    /*max-height: 555px;*/
    max-height: 840px;
}

.btn-warning, .btn-info, .contextButton > a {
    background-color: #545554;
    border: medium none;
}

.modal-header .modal-title {
    display: inline-block;
}

.modal-body table tr td {
    min-width: 100px;
    word-break: break-word;
}

.modal-footer {
    border-radius: 4px;
}

#ChangePasswordModal .modal-footer {
    margin-bottom: -15px;
}


/*#CreateBatchDirectoryModal .modal-content {
    height: 300px;
   
}
#BatchHistoryModal .modal-content {
    width: 940px;
    right: 170px;
}
#BatchHistoryModal .modal-body {
    overflow-y: auto;
      margin-right: 15px;
}

#MaterialHistoryModal .modal-body {
    overflow-x: auto;
}

#MaterialHistoryModal .modal-content {
    width: 1100px;
    right: 200px;
}


#TermOfServiceModal .modal-footer {
    text-align: center;
    font-weight: bold;
}

#TermOfServiceModal .modal-body {
    overflow-y: auto;
    height: 450px;
}

#TermOfServiceModal .modal-content {
    width: 1000px;
    right: 200px;
}


#UserHistoryModal .modal-body {
    overflow-x: auto;
}

#UserHistoryModal .modal-content {
    width: 1000px;
    right: 200px;
}

#StepGraphModal .modal-body {
    overflow: auto;
    padding: 20px 0 20px 20px;
    border-right: solid 20px rgba(0, 0, 0, 0);
}*/

#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;
        /*width: 20%;*/
        color: #333333;
        font-weight: bold;
        font-size: 14px;
    }

    #ReviewExceptionForm .exceptionInputText,
    #ReviewExceptionForm select {
        display: inline-block;
        vertical-align: top;
        width: 79%;
    }

#ExceptionForm #ulReviewSignOff .exceptionInputText {
    margin-bottom: 0;
    margin-left: 20%;
}

#ReviewExceptionForm #ulReviewSignOff .buttonArea {
    width: 79%;
    left: -1px;
}

    #ReviewExceptionForm #ulReviewSignOff .buttonArea button {
        padding: 6px 12px;
        min-width: 80px;
    }

#ReviewExceptionForm .exceptionInputText textarea {
    width: 100%;
    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 .buttonArea {
    min-width: initial;
    width: 68%;
    margin-left: 30%;
    float: none;
}

    #ReviewExceptionForm .buttonArea button {
        width: auto;
        padding: 4px 20px;
        background: #c0c0c0;
    }

#BatchReviewSection > .close {
    right: 10px;
    top: 10px;
}

#BatchReviewSection .stepheader.success {
    background-color: #e7f9b7;
}

#BatchReviewSection .stepheader.ready {
    background: #cfecff;
}

#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 .stepStatus {
    font-size: 16px;
}

#BatchReviewSection .notReady .stepStatus {
    color: #a7a7a7;
}

#BatchReviewSection .stepheader .exceptionStatus {
    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 {
    position: absolute;
    right: 130px;
    top: 7px;
    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: #666;
}

#BatchReviewSection .stepheader.ready::after {
    content: "Reviewed";
    color: #666;
}

#BatchReviewSection .instructionLabel, #BatchReviewSection .idNumber {
    width: 360px;
    padding-right: 10px;
    margin-right: 0;
}

#BatchReviewSection .executedDetail, #BatchReviewSection .verifiedDetail span {
    font-size: 12px;
    color: #9b9b9b;
}

#BatchReviewSection .expectResult, #BatchReviewSection .materailsize {
    width: 300px;
    font-size: 18px;
    font-weight: bold;
}

#BatchReviewSection .instructionValue {
    width: 250px;
}

#BatchReviewSection .instructionButton, #BatchReviewSection .signoffButton {
    width: 140px;
}

#BatchReviewSection .instructionList, #BatchReviewSection .instructionCondition, #BatchReviewSection .instructionFormular, #BatchReviewSection .signoffInput {
    width: 250px;
}

#BatchReviewSection .instructionInstruction {
    width: 58px;
}

#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: 1170px;
}

#BatchReviewSection .reviewExceptionListContainer {
    padding-top: 51px;
}

/*Punim.css*/


#BatchWorkflowSection #materialDetail {
    background-color: #f8f7f7;
    padding-bottom: 0px;
    border-bottom: 1px solid #d4d8de;
    margin-top: -3px;
}

    #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: 4px;
        border-top-right-radius: 6px;
        /* padding-top: 4px; */
        /* margin-bottom: 0px; */
        /* padding-left: 4px; */
        /* padding-right: 1px; */
        float: right;
        width: 40%;
        margin: 2px;
        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: 40px;
        }

        #BatchWorkflowSection #materialDetail .jumpSection input {
            width: 60%;
            padding: 2px;
        }

#batchRecordFooter {
    background-color: #f8f7f7;
    /*padding: 8px 0;*/
    padding-top: 6px;
    padding-bottom: 2px;
}

#batchRecordFooterPreview {
    background-color: #f8f7f7;
    padding: 3px;
}

#batchRecordFooter .btn.btn-default {
    margin-bottom: 0;
    padding: 3px 13px;
}

#batchRecordFooter .exceptionReport a {
    position: absolute;
    z-index: 100;
    top: -10px;
    right: 0;
}

#batchRecordFooter .exceptionReport span:first-child {
    display: none;
}

#materialDetail .materialDetailList {
    display: inline-block;
    width: 390px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#materialDetail .batchSize {
    width: 60%;
}

#materialDetail .batchVersion {
    margin-right: 0;
    width: 35%;
}

    #materialDetail .batchVersion span:first-child {
        width: 60px;
    }

    #materialDetail .batchVersion span:last-child {
        width: auto;
        display: inline-block;
    }

#materialDetail .materialDetailBody {
    padding-left: 0;
    margin-top: 10px;
}

#materialDetail .materialDetailList span:first-child {
    font-weight: normal;
}

#materialDetail .materialDetailList span:last-child {
    color: #666666;
}

#materialDetail .PlannedStartDate {
    color: #666666;
}

.userlistSection {
    float: none;
}

.batchListContainer {
    padding-left: 38px;
    width: 1120px !important;
}

/*.btn-warning, .btn-info, .contextButton > a {
    background-color: #545554;
    border: medium none;
}*/

.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 {
    background-color: #5b6775;
}

.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: -1px;
    top: 32px;
    padding-bottom: 0;
    padding-top: 0;
}

    #topNavigator ul.dropdown-menu li, .header .userSection ul.dropdown-menu li {
        display: block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #d4d8de;
        min-width: 211px;
        padding-left: 0;
        padding-right: 0;
    }

        #topNavigator ul.dropdown-menu li:last-child {
            border-bottom: medium none;
        }

.tablesorter-pager .btn:hover {
    background-color: #5b6775;
}

.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: 82px;
}

    .pagingGroup button, .tablesorter-pager button {
        width: 20px;
        height: 20px;
        padding: 0;
        background-color: #cccccc;
    }

        .pagingGroup button img {
            position: relative;
            top: -3px;
        }

.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 {
    margin-right: 5px;
}

.btn.next {
    top: 1px;
    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 .modal-dialog, #IPCGraphModal .modal-dialog, #StepGraphModal .modal-dialog {
    width: 980px;
}

#ExceptionHistoryModal .logHistoryContainer, .exceptionHistoryContainer {
    width: 980px;
}*/

#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;
    }

/*#HistoryModal .modal-dialog, #AdditionalDocumentModal .modal-dialog, #DocHistoryModal .modal-dialog {
    width: 940px;
}*/

.tablesorter .selecter {
    margin: 0;
}

#phaseSection .phaseItem .dropdown, #phaseSection .phaseItem .dropdown-menu:before {
    z-index: 1000;
}

.batchList .table tbody td:first-child + td {
    text-align: right;
    padding-right: 15px;
}

.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;
}

/**************************scroll bar on iOS**************************/
::-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);
}
/**************************scroll bar on iOS*****************/

.headerContent .createUserButton {
    width: auto;
    float: right;
}

.createUserButton .btn.btn-default {
    font-size: 16px;
}

/*#SignoffModal .modal-dialog {
    width: 400px;
}*/

#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;
}

.instructionButton .btn.btn-default, .signoffButton .btn.btn-default {
    width: auto;
}

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;
    /*    right: 0;
    left: auto;*/
    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;
}

.exceptionButton .btn.btn-default {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 2%;
    margin-right: 0;
    padding: 6px 12px;
}

.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 {
    min-width: 0px;
    right: 28px;
    width: 240px;
}

.exceptionButton .btn.btn-default:first-child {
    margin-left: 0;
}

.exceptionButton {
    width: 100%;
}

/*#ExceptionReportModal .modal-dialog {
    width: 17%;
}*/

#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 .modal-dialog {
    width: 17%;
}

#BatchReviewExceptionModal .form-group {
    width: 100%;
    position: relative;
}*/

#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;
}


/* End CSS For batch list and batch record */

/* CSS For batch record, Create exception modal popup (บางอันมีตีกับข้างบน เลยcommentอันบนไว้) Ref:BatchException.cshtml */

/*#BatchExceptionModal .modal-dialog,#CreateBatchDirectoryModal .modal-dialog{
    width: 17%;
}*/

#BatchExceptionModal .form-group, #CorrectWIPModal .form-group {
    width: 100%;
    position: relative;
}

#BatchExceptionModal .errorMessage {
    bottom: 0;
    top: auto;
}

#BatchExceptionModal .form-group:last-child .errorMessage {
    /*top: 25px;*/
    max-height: 117px;
}

#BatchExceptionModal .close {
    top: 0;
}

.createExceptionContainer > div .errorMessage {
    top: 0px !important;
}

    .createExceptionContainer > div .errorMessage button.close {
        width: 10px !important;
        height: 10px;
    }
/* End CSS For batch record, Create exception popup */



/* CSS For batch Spec list, sign off modal popup Ref:BatchSpecification/Index.cshtml */


#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;
}

/* End CSS for batch Spec list */

.filterException .exceptionReport.withoutnumber span:last-child {
    position: absolute;
    right: -10px;
    top: -10px;
}

.filterException .exceptionReport.withoutnumber {
    position: relative;
}


/******************Pop up Batch Review ExceptionModal*****************/

#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%;
    font-weight: bold;
    color: #777;
    word-wrap: break-word;
}

#reviewExceptionSection .close {
    top: 0;
}

/*#ReviewExceptionModal .modal-dialog {
    width: 400px;
}*/

#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;
    /*width: 50px;*/
    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: 25px;
}

.createUserSection .createUserButtonSave {
    width: 417px;
}

.formCreateUser {
    width: 70%;
}

#ulReviewSignOff .exceptionInputText {
    margin-left: 20%;
}

#BatchReviewSection .instructionValue input, .reviewInformations .instructionList select {
    font-size: 18px;
}

/*#stepUpdatePanel .stepheader h3 {
    padding-bottom: 2px;
}*/

.instructionButton {
    margin-right: 0;
}

.instructionCondition .radio label, .instructionFormular input {
    font-size: 18px;
}

#BatchReviewExceptionUpdatePanelInside .instructionList select.form-control.customDropdown {
    padding: 3px 13px;
}

/*.instructionFormular, .instructionValue {
    width: 18%;
}

.instructionInstruction {
    width: 36%;
}*/

#ulReviewSignOff .exceptionInputText {
    margin-bottom: 0;
}

#ulReviewSignOff .buttonArea button:last-child {
    float: none;
}

.signOff.notReady .idNumber, .signOff.notReady .materailsize, .signOff.notReady .signoffInput, .signOff.notReady .bomResult, .signOff.notReady .bomLot {
    opacity: 0.3;
}


/*************** Dashboard ****************/
.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;
        }

/*** Dashboard ***/
#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;
    /*overflow-x:auto;*/
}

.CyclechartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
    /*overflow-x:auto;*/
}

.ProgressChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
    /*overflow-x:auto;*/
}


.RightChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
    /*overflow-x:auto;*/
}

.ByLevelChartBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
    /*overflow-x:auto;*/
}

.FlightCharBox {
    border: 1px solid #e3e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 420px;
    margin-bottom: 15px;
    /*overflow-x:auto;*/
}

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;
    /*height: 420px;*/
    margin-bottom: 15px;
}

.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.xaxisLabel {
    bottom: -15px;
    /*left: 0;*/
    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;
}

/*.WarningTextDatapoint{
    padding: 9px 15px 8px 15px;
}*/

.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%;
    /*overflow-x:auto;*/
}

.exceptionBox {
    width: 100%;
    height: 222px;
}

.boxContent h1 {
    text-align: center;
}


#FlightlegendContainer {
    left: -160px;
    margin-left: 50%;
    position: absolute;
    /*width: 320px;*/
}

    #FlightlegendContainer table tr {
        /*min-width: 80px;*/
        margin-right: 20px;
    }

        #FlightlegendContainer table tr:last-child {
            margin-right: 0;
        }

#BatchHistoryBoardContainer {
    left: -160px;
    margin-left: 72%;
    position: absolute;
    /*width: 320px;*/
}


    #BatchHistoryBoardContainer table tr {
        /*min-width: 80px;*/
        margin-right: 20px;
    }

        #BatchHistoryBoardContainer table tr:last-child {
            margin-right: 0;
        }

#ExByLevellegendContainer, #RightBatchlegendContainer {
    left: -160px;
    margin-left: 50%;
    position: absolute;
    /*width: 320px;*/
}

#RightBatchlegendContainer {
    left: -100px;
}

#ExByLevellegendContainer table tr {
    /*min-width: 80px;*/
    margin-right: 20px;
}

    #ExByLevellegendContainer table tr:last-child {
        margin-right: 0;
    }



#BatchStartOnTimelegendContainer {
    bottom: 15px;
    left: -150px;
    margin-left: 50%;
    position: absolute;
    /*width: 320px;*/
}

    #BatchStartOnTimelegendContainer table tr {
        /*min-width: 80px;*/
        margin-right: 20px;
    }

        #BatchStartOnTimelegendContainer table tr:last-child {
            margin-right: 0;
        }


#ExceptionReviewLegendContainer {
    bottom: -40px;
    left: -160px;
    margin-left: 50%;
    position: absolute;
    /*width: 320px;*/
}

    #ExceptionReviewLegendContainer table tr {
        /*min-width: 80px;*/
        margin-right: 20px;
    }

        #ExceptionReviewLegendContainer table tr:last-child {
            margin-right: 0;
        }


/*#RightBatchlegendContainer {
    left: -100px;
    margin-left: 50%;
    position: absolute;
    bottom: 30px;
}*/

#RightBatchlegendContainer table tr {
    /*min-width: 80px;*/
    margin-right: 20px;
}

    #RightBatchlegendContainer table tr:last-child {
        margin-right: 0;
    }

#legendContainer {
    bottom: -20px;
    left: -160px;
    margin-left: 50%;
    position: absolute;
    /*width: 320px;*/
}

    #legendContainer table tr {
        /*min-width: 80px;*/
        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 {
    /*overflow-x: auto;*/
    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: -4px;
    margin-right: 4px;
}

.header .topNavigator ul li > span {
    width: 20px;
    margin-right: 0;
    display: inline-block;
}

.topNavigator li a {
    font-size: 14px;
    position: relative;
    z-index: 99;
    padding: 8px 0;
}

    .topNavigator li a:focus {
        text-decoration: none;
    }

.topNavigator .btn-group > .btn, .btn-group-vertical > .btn, #adminTopRightMenu {
    float: none;
    top: -1px;
    color: #333;
}

.topNavigator li button {
    padding: 0;
    float: right;
    background: none;
}

    .topNavigator li button span.caret {
        margin-top: 7px;
    }

.stackChartBox {
    width: 420px;
    height: 320px;
}

.multiselect-divItem {
    width: 100%;
    padding-left: 40px;
}
/*Punim.css*/
#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: 33px;
}

.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;
}

.userSection, .LanguageSection {
    padding-left: 0;
    padding-right: 0;
}

    .LanguageSection ul.dropdown-menu li {
        padding: 10px;
    }

.userSection {
    /*margin-top: -17px;*/
    position: relative;
}

#layoutHeader .userSection, #layoutHeader .LanguageSection, #layoutHeader .headerUserCompany {
    float: left !important;
}

.userSection > ul > li {
    padding: 8px 8px 8px;
}

.userSection ul li:hover { /*, .userSection ul li.active*/
    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:640px) {
    .flightBoardRow {
        position: relative;
        display: inline-block;
        width: 100%;
        border: 1px solid #e3e1e1;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
         height: 0% auto; 
    }
}*/



@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;
    }
}


@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;
        /*padding: 0 10px;*/
    }

    .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: 64%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }
}

@media (max-width: 900px) {
    #BatchWorkflowSection #materialDetail .jumpSection input {
        width: 55%;
        padding: 2px;
    }

    #BatchWorkflowSection .userSection #adminTopRightMenu {
        width: 80% !important;
    }
}

@media (max-width: 1033px) {
    .userSection, .LanguageSection {
        padding-left: 25px;
        padding-right: 0;
    }

        .userSection ul li {
            margin: 0;
            width: 125px;
        }

    #BatchWorkflowSection .userSection ul li {
        margin: 0;
        width: 100%;
    }

    .navbar-collapse.collapse {
        margin-bottom: -18px;
    }

    .userControlSection {
        float: right;
        width: 55%;
    }

    .userSection {
        /* margin-top: -17px; */
        position: relative;
        width: 26%;
    }

    /*div#RightFirstTimeBatchesPlaceholder {
        margin-top: -55px;
    }*/

    #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%;
    }

    #BatchReviewSection .stepheader button.btn.btn-default {
        margin-top: -35px;
        top: 15px;
    }

    #BatchReviewSection .stepheader.success:after, #BatchReviewSection .stepheader.notReady:after, #BatchReviewSection .stepheader.ready:after {
        top: 18px;
    }

    #BatchReviewSection #BOMDetailsTab .instructionButton, .InstructionDetailsTab .instructionButton {
        margin-top: 5px;
    }

    .topNavigator {
        margin-right: 12px;
    }

        .topNavigator li, .header ul li {
            margin-left: 0;
            /*padding: 12px 8px 10px;*/
        }

    .userSection {
        margin: 0;
        padding: 0;
    }

    .topNavigator li:first-child {
        margin-left: 0;
    }

    .userControlSection, .topNavigator {
        margin-right: 15px;
    }

    .idNumber, .instructionLabel, #BatchReviewSection .instructionLabel, #BatchReviewSection .idNumber {
        width: 34% !important;
        margin-right: 1%;
    }

    .materailsize, .expectResult, #BatchReviewSection .expectResult, #BatchReviewSection .materailsize {
        width: 18% !important;
        margin-right: 1%;
    }

    .expectResultInstruction {
        width: 1% !important;
        margin-right: 1%;
    }

    .instructionValue, .instructionList, .instructionCondition, .instructionFormular {
        width: 100%;
        margin-right: 1%;
    }

    .signoffInput { /*, .bomResult, .bomLot*/
        width: 9%;
        margin-right: 1%;
    }

    .signoffButton, .instructionButton, #BatchReviewSection .instructionButton, #BatchReviewSection .signoffButton {
        width: auto !important;
    }

    .exceptionDateTime {
        width: 50%;
        display: inline-block;
    }

    .stepheader button {
        position: absolute;
        right: 0;
    }

    .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;
    }

    .instructionForm .repeatButton {
        margin-top: 5px;
    }

    .stepheader {
        position: relative;
    }

    .InstructionDetailsTab {
        padding: 10px 33px 10px 42px;
    }

    .instructionCondition {
        padding-left: 16px;
    }

    .materialDetailHeader {
        width: 25.5%;
    }

    .materialDetailBody {
        width: 40%;
    }

    .sidemenu li {
        padding-left: 20px;
    }

    .phaseItem {
        padding-left: 75px;
    }

    .createUserInput {
        width: 100%;
    }

    .createUserSection .createUserButton {
        width: 100%;
    }

    .userStatus label {
        min-width: 158px;
    }

    span.BatchHeaderInBatchProcess, span.MaterialHeaderInBatchProcess {
        padding-top: 0px;
    }
}

@media (max-width:1023px) {
    #DashboardSection .col-lg-6 {
        width: 100%;
    }

    .exceptionReviewProgressToReview, .exceptionReviewProgressToApprove {
        width: 100%;
    }

    /*.chartBox {
        height: auto;
    }*/

    .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: 52%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 2px;
    }


    .header .headerUserCompany {
        float: left;
        width: 100%;
    }

        .header .headerUserCompany a {
            width: 100%;
            padding: 25px 0px 10px 15px;
        }

    .header .headerLogoImage {
        width: 30%;
    }

    .userControlSection, .userSection {
        width: 100%;
    }

        .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 {
        padding: 0 15px;
        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, .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 {
            padding: 0;
            min-height: 37px;
            background-color: #545554;
        }

    .userSection ul li.active {
        background-color: #545554;
    }

    .header .topNavigator nav ul li.menuAdmin {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 4px;
    }

        .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;
        width: 86%;
    }

    .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;
        }

    .topNavigator li:hover .backgroundColor, .topNavigator li.active .backgroundColor {
        display: none;
    }

    .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 {
                padding-left: 40px;
            }

    .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 {
        position: relative;
        box-shadow: none;
        width: 100%;
        top: 0;
        left: 0;
    }

        .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%;
        }

    .userSection span {
        margin-left: 15px;
    }

    #adminTopRightMenu {
        padding: 8px 0;
    }

    .userSection ul.dropdown-menu li a {
        padding-left: 40px;
    }

    .userSection {
        margin-top: 0;
        position: relative;
    }

    .logoutSection {
        margin-top: 0;
    }

    #BatchWorkflowSection .userSection ul.dropdown-menu {
        position: absolute;
    }

        #BatchWorkflowSection .userSection ul.dropdown-menu li a {
            padding: 8px 25px;
            border-bottom: 1px solid #d5d8df;
        }

    #BatchWorkflowSection .userSection span {
        margin-left: 0;
    }

    #BatchWorkflowSection .userSection ul li {
        border-bottom: none;
    }
}

@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;
    }
}


/* Top menu responsive (dashboard) */
.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-family: 'opensans-light-webfont';
    font-weight: bold;
}

.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-family: 'open_sansbold';
    }

.dropdownExceptionLevel > label {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    top: 6px;
    font-size: 18px;
    font-family: 'open_sansbold';
}

.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%;
}

span.HeaderChangeReasonText {
    word-break: break-word;
}

.createExceptionContainer .buttonArea {
    float: right;
    right: 13px;
    width: 262px;
}

    .createExceptionContainer .buttonArea button:last-child {
        float: right;
    }

#BatchExceptionModal .createExceptionContainer .buttonArea button, #CreateBatchDirectoryModal .createExceptionContainer .buttonArea button, #CorrectWIPModal .createExceptionContainer .buttonArea button {
    margin: 0;
    font-size: 16px;
}

.exceptionInputText textarea {
    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;
    /*z-index: 999;*/
    top: 50%;
    left: 50%;
    margin-left: -320px;
    color: lightgrey;
    font-size: 125px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    font-family: top_secret;
}

/*.WIPwaterMark {
    position: absolute;
    opacity: 0.5;
    top: 40%;
    left: 45%;
    color: lightgrey;
    font-size: 250px;
    display: inline-block;
}*/

.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/BatchLineLogo.png');
    background-size: 100% 100%;
    width: 58%;
    height: 26px;
    margin: 5px 0px 5px 0px;
    float: left;
}

#BatchWorkflowSection .userSection {
    float: right;
    width: 50%;
}

    #BatchWorkflowSection .userSection .btn-group {
        padding: 10px 5px 10px;
        float: right;
        width: 100%
    }

.userSection #adminTopRightMenu {
    font-size: 10px;
    margin-top: -7px;
    height: 44px;
    margin-bottom: -9px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}

.LanguageSection #adminTopRightMenu {
    padding: 8px 0;
}

#BatchWorkflowSection .userSection .usericon {
    width: 10%;
    margin: 0;
}

#BatchWorkflowSection .userSection .btn-group:hover { /*, .userSection ul li.active*/
    background-color: #FFF;
}

#BatchWorkflowSection .userSection > ul > li {
    padding: 0;
}

#BatchWorkflowSection .userSection ul.dropdown-menu {
    border-radius: 0 0 4px 4px;
    border-top: medium none;
    left: auto;
    padding-bottom: 0;
    padding-top: 0;
    top: 48px;
}

#BatchWorkflowSection .userSection #adminTopRightMenu {
    width: 85%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding: 0;
    font-size: 10px;
    color: #333;
    margin-top: -7px;
    height: 44px;
    margin-bottom: -9px;
}

.repeatStep button {
    float: left;
    width: 30px;
    height: 25px;
    background: url('../Images/repeat.png');
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-right: 5px !important;
}

.ipcPopup {
    background: url('../Content/images/IPC_manual01.png');
    background-color: #fff;
    /*padding-top:10px;*/
}

.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: 30px;
    height: 25px;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-right: 5px !important;
    padding: 2px 7px 5px 7px !important;
    color: black;
}

.repeatStepPaging input, .repeatInstPaging input {
    width: 25px;
}

    .repeatStepPaging input.form-control, .repeatInstPaging input {
        display: inline-block;
        padding: 2px !important;
        font-size: medium !important;
        height: 26px;
        font-size: medium !important;
    }

.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: #77a300;
    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;
    }
}

/*For all dashboard spin*/
/*For efficiency dashboard spin*/
#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;
}

/*For compliance dashboard spin*/
#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);
    }
}

/*End for all dashboard spin*/

/*select#BsDropdown span {
    word-break: break-all;
}*/

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 { /*, div#SelectBSinBatchDetail span: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;
    }

/*Set css for dropdownlist in table*/
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;
}

/*.MaterialActive_List{
    z-index: 100;
    height: 80%;
    bottom: 5px;
}*/

/*.BSActive_List{
    z-index: 100;
    height: 80%;
    bottom: 5px;
}*/

/*.UserActive_List{
    z-index: 100;
    height: 80%;
    bottom: 5px;
}*/

.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;
}

/*.buttonContainerPreview {
    width: 1170px;
    height: 48px;
     border-bottom: 1px solid #999;
    padding-bottom: 12px;
    margin-bottom: 12px;
      position: fixed;
    height: 48px;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #ccc;
    background-color: #f8f7f7;
    left: 0;
    border-bottom: 1px solid #999;
}*/

.buttonContainerAreaPreview {
    width: 100px;
    height: 48px;
    bottom: 0;
    position: fixed;
    margin-bottom: -0.2%;
}

.buttonContainerPreview {
    /*float: right;*/
    /*padding: 3.5px;*/
}

    .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;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#gui_controls {
    position: fixed;
    background-color: #111; /*rgba(255, 0, 0, 0.5);*/
    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;
    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: 80%;
    }

    #gui_controls {
        width: 100%;
        height: 20%;
        left: 0;
    }

    #containerCamera #switchCameraButton {
        left: calc(20% - 32px);
        top: calc(50% - 32px);
    }

    #containerCamera #toggleFullScreenButton {
        left: calc(80% - 32px);
        top: calc(50% - 32px);
    }

    #containerCamera #closeScreenButton {
        left: calc(34% - 32px);
        top: calc(50% - 32px);
    }
}

@media screen and (orientation: landscape) {
    #vid_container {
        width: 80%;
        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 #toggleFullScreenButton {
        left: calc(50% - 32px);
        top: calc(82% - 32px);
    }

    #containerCamera #closeScreenButton {
        left: calc(50% - 32px);
        top: calc(34% - 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;
}

/* #ImagePreviewModal:hover {
        opacity: 0.7;
    }*/

/* 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;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalPreview-content {
        width: 100%;
    }
}

.btn.btn-white {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    /*    margin-left: 10px;*/
}

    .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
        background: #cfecff;
        color: #333;
        border: 1px solid #ccc;
        /*        margin-left: 10px;*/
    }

.qr-code {
    width: 82px;
}

.small-text {
    font-size: 14px;
    margin-bottom: 0;
}

.small-text-01 {
    font-size: 12px;
    margin-bottom: 0;
}

.ipcauto-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;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 200px;
    float: left;
    margin-left: 10px;
}

.scan-scale-id {
    width: 100%;
    margin-bottom: 10px;
    height: 115px;
}

.bold {
    font-family: 'open_sansbold';
}

.ipc-info {
    display: inline-block;
    float: right;
    width: 20%;
}

@media (max-width: 1010px) {
    .ipc-info {
        /*float: none;*/
        margin-top: 2%;
        margin-right: 19%;
    }

    .scan-scale-id {
        width: 100%;
        margin-bottom: 10px;
        height: 183px;
    }
}

@media (max-width: 932px) {
    .ipc-info {
        margin-right: 10%;
        float: right;
    }
}


@media (max-width: 817px) {
    .ipc-info {
        float: none;
    }
}




#PWD, #NewPassword, #ConfirmPassword, #ConfirmNewPassword, #CurrentPassword, #PINCode, #ConfirmPINCode, #SignoffPassword,
#InstrcutionSignoffPassword, #UserConfirmNewPassword, #UserNewPassword, #ReviewPassword, #NewPWD, #ConfirmPWD, #W_Password,
#ReprintSignoffPassword, #WeighingSignoffPassword, #ManualPassword {
    font-family: text-security-disc;
    -webkit-text-security: disc;
}

.tdAssign {
    width: 100%;
    word-break: break-all;
}

.assignInputStyle {
    width: 100px;
    margin-top: 3px;
    height: 35px;
    margin-right: 4px;
}

.assignLotInputStyle {
    width: 150px;
    margin-top: 3px;
    height: 35px;
    /*padding-right: 65px;*/
}

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:hover {
    /*style ="color:#fff;background-color:#f0ad4e"*/
    background-color: #d69437; /* Green */
    color: white;
}

button#btnSaveProcess {
    background-color: #f0ad4e;
    color: white;
}

button#btnSaveProcessStep1 {
    background-color: #f0ad4e;
    color: white;
}

/*.stageTitle {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover:not(.active) {
            background-color: #111;
        }

.active {
    background-color: #4CAF50;
}*/

.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;
            }

/*.stageTitle li span:hover {
    background-color: yellow;
}*/

.stageTitleActive {
    background-color: #4CAF50;
}

.StageSelectFirstSet0 {
    background-color: #4CAF50;
}

.addRow {
    /*margin-left: -33px;*/
    width: 47%;
    background: #ababab;
    color: black;
    border: 0;
    height: 33px;
    /*-webkit-appearance: none;*/
}

.removeRow {
    margin-left: 5px;
    /*width: 29px;*/
    width: 47%;
    background: #c02227;
    color: black;
    border: 0;
    height: 33px;
    /*-webkit-appearance: none;*/
}

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 {
    /*display: block;*/
    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;
    /* -webkit-appearance: none; */
}

.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;
}

#BatchExceptionModal #errorMessageBox-EML {
    bottom: -10px;
}

.disabled-object {
    pointer-events: none;
    opacity: 0.6;
}

.dropdownSupport {
    position: relative;
    /* display: inline-block; */
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 8px 25px;
    padding-top: 11px;
    color: #777;
    cursor: pointer;
    padding-bottom: 3px;
}

.dropdownSupport-content {
    display: none;
    /*position: absolute;*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*padding: 12px 16px;*/
    z-index: 1;
    border-radius: 4px;
    border: 1px solid;
    border-color: #D4D8DE;
}

.dropdownSupportItem:hover {
    background-color: #eee;
}

.dropdownSupportItem {
    border-bottom: 1px solid #D4D8DE;
}

.dropdownSupport:hover {
    background-color: #eee;
}

.dropdownSpecification {
    position: relative;
    /* display: inline-block; */
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 8px 15px;
    padding-top: 11px;
    color: #777;
    cursor: pointer;
    padding-bottom: 3px;
}

.dropdownSpecification-content {
    display: none;
    /*position: absolute;*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*padding: 12px 16px;*/
    z-index: 1;
    border-radius: 4px;
    border: 1px solid;
    border-color: #D4D8DE;
}

.dropdownSpecificationItem:hover {
    background-color: #eee;
}

.dropdownSpecificationItem {
    border-bottom: 1px solid #D4D8DE;
}

.dropdownSpecification:hover {
    background-color: #eee;
}

.x-icon {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
}
/*
.dropdownx:hover .dropdownx-content {
    display: grid !important;
}*/
.backToLogin:hover, .backToLogin:active, .backToLogin:visited, .backToLogin:focus {
    text-decoration: none;
}

.backToLogin {
    cursor: pointer;
    display: block;
    text-align: left;
}

.enterPasswordSection {
    display: block;
    text-align: left;
}
