/* Minification failed. Returning unminified contents.
(1013,1): run-time error CSS1019: Unexpected token, found '@'
(1014,27): run-time error CSS1031: Expected selector, found ';'
(1014,27): run-time error CSS1025: Expected comma or open brace, found ';'
(1020,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    /*background:url(/content/images/light-green.gif) repeat #CCCCCC;*/
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
    input[type="button"] {
        max-width: 500px;
    }
#jd-comment-modal textarea, #template-modal textarea, #template-modal input{
    max-width: 100%;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    text-transform:uppercase;
    font-size:15px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/*@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);*/
/*body{margin-top:20px;}*/
/*.fa-fw {width: 2em;}*/

.glyphicon {
    margin-right: 10px;
}

.flx-row {
    display:flex;
    flex-direction:row;
}

.flx-column {
    display:flex;
    flex-direction:column;
}

.justify-center {
    justify-content:center;
}

.wrap {
    flex-wrap:wrap;
}

.flx-content-grow {
    flex: 1 0 auto;
}

.flx-content-shrink {
    flex: 0 1 auto;
}

.flx-content {
    flex: 1 1 auto;
}

#admin-menu .panel-body {
    padding: 0;
}

.menu-list table tr td {
    padding-left: 15px;
}

.panel-body .table {
    margin-bottom: 0px;
}

.navbar-collapse {
    max-height: 1000px;
    padding-right: 0px;
    padding-left: 0px;
}

.timesheet-th-time, .timesheet-th-cat {
    width: 11%;
}

.timesheet-th-comment {
    width: 20%;
}

.timesheet-hr {
    background-color: black;
    height: 1px;
}

.date {
    margin-right: 3px;
    /*width: 200px;*/
    height: auto;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0px;
    padding: 4px 6px;
    width: 100%;
    height: auto !important;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    cursor: text;
}

.display-for-text {
    padding-top: 5px;
}

.document {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

    .document span {
        padding-left: 15px;
        color: #0066FF;
        font-size: 16px;
    }

    .document img {
        height: 30px;
        float: right;
        padding: 2px 10px 2px 0;
        margin-top: -26px;
    }

.row-spacing {
    padding-bottom: 12px;
}

.p-0 {
    padding: 0rem!important;
}

.p-1 {
    padding: 0.25rem!important;
}

.p-2 {
    padding: 0.5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.p-4 {
    padding: 1.5rem!important;
}

.pl-0 {
    padding-left: 0rem!important;
}

.pl-1 {
    padding-left: 0.25rem!important;
}

.pl-2 {
    padding-left: 0.5rem!important;
}

.pl-3 {
    padding-left: 1rem!important;
}

.pl-4 {
    padding-left: 1.5rem!important;
}

.mt-0 {
    margin-top: 0rem!important;
}

.mt-1 {
    margin-top: 0.25rem!important;
}

.mt-2 {
    margin-top: .5rem!important;
}

mt-3 {
    margin-top: 1rem!important;
}

mt-4 {
    margin-top: 1.5rem!important;
}

mt-3 {
    margin-top: 3rem!important;
}

mt-auto {
    margin-top: auto!important;
}

.mb-0 {
    margin-bottom: 0rem!important;
}

.mb-1 {
    margin-bottom: 0.25rem!important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

mb-3 {
    margin-bottom: 1rem!important;
}

mb-4 {
    margin-bottom: 1.5rem!important;
}

mb-3 {
    margin-bottom: 3rem!important;
}

mb-auto {
    margin-bottom: auto!important;
}

.ml-0 {
    margin-left: 0rem!important;
}

.ml-1 {
    margin-left: 0.25rem!important;
}

.ml-2 {
    margin-left: .5rem!important;
}

.ml-3 {
    margin-left: 1rem!important;
}

.ml-4 {
    margin-left: 1.5rem!important;
}

.ml-3 {
    margin-left: 3rem!important;
}

.ml-auto {
    margin-left: auto!important;
}

.mr-0 {
    margin-right: 0rem!important;
}

.mr-1 {
    margin-right: 0.25rem!important;
}

.mr-2 {
    margin-right: .5rem!important;
}

mr-3 {
    margin-right: 1rem!important;
}

mr-4 {
    margin-right: 1.5rem!important;
}

mr-3 {
    margin-right: 3rem!important;
}

mr-auto {
    margin-right: auto!important;
}

.bg-success {
    padding: 7px;
    background-color: mediumseagreen;
    color: #FFF;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bg-danger {
    padding: 7px;
    background-color: lightcoral;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bg-warning {
    background-color: #ffc107!important;
}

.bg-primary {
    background-color: #007bff!important;
}

.text-white {
    color: #fff!important;
}

.text-red {
    color: red;
}

.add-button-on-tabview {
    padding-bottom: 10px;
}

.add-button-on-listview {
    margin: 0 0 5px 0;
}

.footer {
}

.tab-style {
    padding: 20px 10px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.footer {
    /*background-image: url(../Content/images/footer/bg_green.png);*/
    background: transparent linear-gradient(#13AE05, #228219) repeat scroll 0% 0%;
    background-repeat: repeat;
    width: 100%;
    text-align: left;
    background-color: #222;
    color: #c2c2c2;
    padding: 10px 0;
}

.heading-line {
    background-color: #E6E6E6;
    height: 1px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.payroll-button {
    margin-bottom: 50px;
}

.payroll-menu {
    margin-right: 10px;
}

.payroll-submenu {
    padding-bottom: 20px;
}

.payroll-button-font {
    font-size: 25px;
}

.shadow-round-box {
    background-color: #FEFDFD;
    border: 2px solid #FEFDFD;
    text-align: left; /*border-radius: 5px 5px 5px 5px;*/ /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
    box-shadow: 2px 2px 2px #BBB;
    overflow: hidden;
}

    .shadow-round-box:hover {
        box-shadow: 4px 4px 4px 4px #BBB;
        text-decoration: none;
    }

.box-size {
    /*width: 185px;*/
    height: 160px;
    padding: 5px 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.box-floating {
    float: left;
}

.box-heading {
    color: #428BCA;
    font-size: 20px;
}

.box-heading-line {
    background-color: #428BCA;
    height: 1px;
}

.box-list {
    padding-top: 10px;
}

    .box-list ul {
        text-indent: 0px;
        text-align: left;
    }

.text {
    text-decoration: none !important;
}

#homepage-banner {
    background-image: url("images/Banner/Banner-image.jpg");
    background-size: cover;
}

.feature-bg {
    /*background-image: url("images/Feature/bg-white.png");
    background-repeat: repeat;*/
    background: url('images/Feature/bg-white.png') 0 0 repeat;
    background: -webkit-gradient(linear, top, rgba(0,0,0,0.5), rgba(200,20,200,0.5)), url('images/Feature/bg-white.png') 0 0 repeat;
    background: url('images/Feature/bg-white.png') 0 0 repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADB2B6), color-stop(100%,#ABAEB3));
    box-shadow: 0 25px 50px -25px rgba(255, 255, 255, .5) inset;
}


.feature-box {
    margin: 10px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f4f5f5;
    background-image: radial-gradient( circle 100px, #fefefe 0%, #fafafa 50%, #f4f5f5 95%);
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #464646;
}

    .feature-box img {
        padding: 15px;
    }

    .feature-box h4 {
        color: #636363;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .feature-box h5 {
        color: #636363;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 400;
    }

.benifits-list li {
    padding-left: 1.2em;
    padding-top: 10px;
    list-style: none;
}

.benifits-list ul {
    padding-left: 18px;
}

.benifits-list li:before {
    content: "\f00c";
    font-family: FontAwesome; /* FontAwesome or whatever */
    display: inline-block;
    color: #05a2dd;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
}

.btn-gray, #topMenu li a.btn-gray {
    color: #FFF;
    background-color: #464646;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 14px;
}

.navbar-inverse {
    /*background-image: url(../Content/images/footer/bg_green24.png);*/
    /*background: transparent linear-gradient(#13AE05, #228219) repeat scroll 0% 0%;*/
    background-color: #13AE05;
    border-color: #080808;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.icon-home {
    background-image: url("/Content/images/32house.png");
}

.icon-house {
    background-image: url("/Content/images/home.png");
    background-size: 40px 40px;
}

.icon-procedure {
    background-image: url("/Content/images/Checklists_24.png");
}

.icon-procedure-32 {
    background-image: url("/Content/images/Checklist_32.png");
}
/*.icon-procedure {
    background-image: url("/Content/images/processes24.png");
}*/
.icon-procedure-18 {
    background-image: url("/Content/images/processes18.png");
}

.icon-checks {
    background-image: url("/Content/images/processes32.png");
}

.icon-correctiveaction {
    background: url("/Content/images/Outstanding_24.png") no-repeat;
}

.icon-correctiveaction-32 {
    background: url("/Content/images/Outstanding_32.png") no-repeat;
}
/*.icon-correctiveaction {
    background: url("/Content/images/trafficlight_red24.png") no-repeat
}*/
.icon-correctiveaction16 {
    background: url("/Content/images/trafficlight_red16.png") no-repeat;
}

.icon-start-jdcamera16 {
    background: url("/Content/images/camerastart16.png") no-repeat;
}

.icon-start-jdcamera-24 {
    background: url("/Content/images/camerastart_24.png") no-repeat;
}

.icon-reports {
    background-image: url("/Content/images/reports.png");
}

.icon-calendar {
    background-image: url("/Content/images/Calendar_24.png");
}

.icon-calendar-32 {
    background-image: url("/Content/images/Calendar_32.png");
}

/*.icon-calendar {
    background-image: url("/Content/images/alert24.png");
}*/

.icon-documentation {
    background-image: url("/Content/images/filing_cabinet24.png");
}

.icon-stockcontrol {
    background-image: url("/Content/images/Stock_Control_24.png");
}

.icon-stockcontrol-32 {
    background-image: url("/Content/images/Stock_Control_32.png");
}
/*.icon-stockcontrol {
    background-image: url("/Content/images/stockpdaicon24.png");
}*/
.icon-production {
    background: url("/Content/images/Production_24.png");
}

.icon-production-32 {
    background: url("/Content/images/Production_32.png");
}
.icon-misc-32 {
    background: url("/Content/images/misc-32.png");
}
/*.icon-production
{
    background: url("/Content/images/production24.png");
}*/
.icon-product-14 {
    background-image: url("/Content/images/Products_14.png");
}

.icon-product-16 {
    background: url("/Content/images/Products_16.png") no-repeat;
}

.icon-product {
    background: url("/Content/images/Products_24.png") no-repeat;
}

/*.icon-product {
    background-image: url("/Content/images/products24.png");
}*/

.icon-rack {
    background-image: url("/Content/images/ranger/forklift24.png");
}

.navFont {
    font-size: 10px;
    font-weight: bold;
}

#primarynav li i {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    line-height: 16px;
    margin: -5px 5px 0px 0px;
    vertical-align: bottom;
    width: 32px;
}

#primarynav li a {
    height: 57px;
    padding: 17px 8px;
}

.navbar-inverse .navbar-inner.bg-black {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar.navbar-inverse.navbar-fixed-top.top-main .navbar-inner {
    background: none;
    border: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #C2C2C2;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.navbar .nav > li {
    border-left: 1px #CCCCCC solid;
}

    .navbar .nav > li.first {
        border: 0 none;
    }

.navbar.castom .navbar-inner .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar.castom .navbar-inner {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}

    .navbar.castom .navbar-inner .nav li.last {
        border-right: 0px;
    }

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

a {
    color: #2B8A2A;
    text-decoration: none;
}

    a:hover,
    a:active {
        outline: 0;
    }

    a:hover {
        color: #2B8A2A;
        text-decoration: underline;
    }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar.castom .navbar-inner .nav li {
    width: 150px;
    font-size: 12px;
}

body {
    line-height: 1;
}

footer hr {
    margin: 5px 15px 5px 0px;
}

footer h4 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 17px;
}


#procedureDesc {
    text-align: center;
    padding: 10px;
    background: -webkit-linear-gradient(#13AE05, #228219); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#13AE05, #228219); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#13AE05, #228219); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#13AE05, #228219);
    color: white;
    border-radius: 6px;
}

.procedureStepDetailAction {
    text-align: center;
    padding: 3px;
    background: -webkit-linear-gradient(yellow, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(yellow, yellow);
    color: white;
    border-radius: 6px;
}

.procedureStepGroupDetailAction {
    text-align: center;
    padding: 3px;
    background: -webkit-linear-gradient(yellow, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(yellow, yellow);
    border-radius: 6px;
}

.stepbody {
    background-color: #c4d0f2;
}

.btnAdd {
    display: inline-block;
    background: blue;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

    .button-add, .btnAdd:after {
        color: #fff;
    }

    .btnAdd:after {
        position: absolute;
        right: 0;
        width: 1.3em;
        height: 1em;
    }

.button-add {
    background: transparent;
    color: #fff;
    border: 0;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
    padding: 5px 20px 5px 5px;
    z-index: 1;
}

.bordered-box {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #FFF;
    border-color: #DDD;
    border-width: 1px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
}

.modal-header-green-title .modal-header, .jobdetail-modal-header {
    padding: 12px;
    background: -webkit-linear-gradient(#13AE05, #228219); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#13AE05, #228219); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#13AE05, #228219); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#13AE05, #228219);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-green-title-score .modal-header {
    padding: 6px;
    background: -webkit-linear-gradient(#13AE05, #228219); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#13AE05, #228219); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#13AE05, #228219); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#13AE05, #228219);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table thead th {
    background-color: lightblue;
}

.table tbody tr:nth-child(even) {
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    background-image: none;
}

.table thead > tr > th, .table tbody > tr > td {
    vertical-align: top;
    overflow: hidden;
}

ul hr {
    border-top: 1px solid #13AE05;
}

.JCLRFlex {
    width: auto;
}
/*.modal-dialog {
        margin-top: 5%;
    }*/

/*.modal.fade.in {
        top: 15%;
    }*/

.bootbox .modal-footer {
    text-align: center;
}

.bootbox .modal-dialog {
    font-size: 18px;
}

.bootbox .btn {
    padding: 12px 20px;
    font-size: 18px;
}

.modal-footer .btn + .btn {
    margin-left: 20px;
}

/*#modal .modal-dialog {
    width:100%;
    height:100%;
}

#modal .modal-content {
    margin:auto;
}

#modal2 {
    top:0 !important;
}

#modal2 .modal-dialog {
    width:100%;
    height:100%;
}

.modal .modal-dialog {
    width:100%;
}



#modal2 .modal-content {
    margin-left:auto;
    margin-right:auto;
    max-height:100%;
    width:auto;
    left:auto !important;
}

.modal .modal-content {
    margin-left:auto;
    margin-right:auto;
}*/

#modal2 .vertical-alignment-helper {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#modal2 .vertical-align-center {
    display:block;
}

.modal-header-green-title .modal-dialog {
    width:auto;
}

.modal-header-green-title .modal-content {
    margin-left:auto;
    margin-right:auto;
}

.dialogSmall > .modal-dialog {
     max-width: 550px;
     width:100%;
 }

#customerSearchModal .modal-dialog {
    left:0;
    width:auto;
}

#customerSearchModal .modal-content {
    margin-left:auto;
    margin-right:auto;
}

#tableHeaderJobDetails th, #tableHeaderJobDetails td, #tableHeaderJobDetails .table-bordered,
#tableFooterJobDetails th, #tableFooterJobDetails td, #tableFooterJobDetails .table-bordered {
    color: black;
}

#tableHeaderJobDetails, #tableFooterJobDetails {
    margin-bottom: 0px;
    background-color: transparent;
}

@@media (max-width: 768px) {
    #tblHeader, #tblFooter;

{
    width: 82%;
}

}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .activeAll > a {
    color: #FFFFFF;
    /*background-color: #13AE05;*/
    background-color: #428bca;
}

.li-green > a {
    color: #FFFFFF;
    background-color: #13AE05;
}

.li-orange > a {
    color: #FFFFFF;
    background-color: #f0ad4e;
}

.nav-tabs > li > a {
    border: 1px solid #dddddd;
    border-radius: 4px 4px 4px 4px;
}

.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.visibleClass {
    display: none;
}

.dragRight {
    padding-right: 25px;
}

.nav-tabs > li > button {
    padding-top: 10px;
    margin-right: 5px;
    padding-bottom: 9px;
}

.stepdescription-label {
    margin: 1em 0 0 0;
    font-weight: bold !important;
    color: black;
}

.lblConcessionary {
    color: white;
    float: right;
    background-color: red;
    padding: 5px;    
    text-transform: uppercase;
}
/*.input-group-addon*/ .btn-product-info, .btn-supplier-info {
    padding: 5px 60px;
    padding-left: 10px;
}

.input-group-addon:last-child {
    border-left: 1px solid #cccccc;
    border-radius: 4px;
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    width: 55px;
    height: 30px;
}

span > span.stepgrid, span > span.stepgrid:hover {
    background-color: #13AE05;
    color: white;
}

.mobile-nav-button {
    width: 35px;
    position: absolute;
    /*margin: 2rem;*/
    margin: 2px 45px 0px 0px;
    /*right: 0;*/
    left: 10px;
    top: 5px;
    z-index: 9999;
    cursor: pointer;
    width: 35px;
    height: 30px;
}

    .mobile-nav-button .mobile-nav-button__line {
        width: 100%;
        height: 4px;
        background: #0e0e0e;
        position: relative;
        transition: 1s ease;
    }

        .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
            margin: 0.5rem 0;
        }

    .mobile-nav-button .mobile-nav-button__line--1 {
        transform: rotate(45deg);
        top: 13px;
        position: absolute;
    }

    .mobile-nav-button .mobile-nav-button__line--2 {
        display: none;
    }

    .mobile-nav-button .mobile-nav-button__line--3 {
        transform: rotate(135deg);
        top: 13px;
        position: absolute;
    }

.mobile-menu {
    display: none;
    /*max-width: 350px;*/
    /*width: 100%;*/
    /*right: -100%;*/
    /*height: 100vh;*/
    /*background: #fcb852;*/
    position: absolute;
    z-index: 9998;
    /*transition: 0.6s ease;*/
    top: 0;
    opacity: 0;
}

    .mobile-menu ul {
        position: relative;
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        padding: 0;
    }

        .mobile-menu ul li {
            list-style: none;
        }

            .mobile-menu ul li a {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #0e0e0e;
                font-size: 3rem;
                font-weight: bold;
                overflow: hidden;
                position: relative;
            }

                .mobile-menu ul li a:after {
                    content: '';
                    background: #0e0e0e;
                    /*width: 100%;*/
                    height: 100%;
                    position: absolute;
                    /*right: -100%;*/
                    top: 0;
                    z-index: -1;
                    transition: 0.4s ease;
                }

                .mobile-menu ul li a:hover {
                    color: #fff;
                }

                    .mobile-menu ul li a:hover:after {
                        right: 0;
                    }

    .mobile-menu img {
        position: absolute;
        width: 150px;
        display: block;
        left: 50%;
        top: 3rem;
        transform: translateX(-50%);
        padding: 0;
        text-align: center;
    }

.mobile-menu--open {
    /*right: 0;*/
    left: 0;
    opacity: 1;
    display: block;
}

#tree ul:first-child {
    border: 2px solid #228219; /*rgba(104,130,24,0.57);*/
}

iframe {
    border: 1px dotted gray;
}

span.fancytree-selected .fancytree-title {
    font-style: normal;
}

ul.fancytree-container li {
    border: 1px solid #EEEEEE;
}

span.fancytree-active .fancytree-title, /*span.fancytree-selected fancytree-title,*/ span.fancytree-focused .fancytree-title, span.fancytree-active .fancytree-title:hover /*,  span.fancytree-selected fancytree-title:hover*/ {
    background-color: transparent;
    border: none;
}

li > span.fancytree-active /*, li > span.fancytree-selected*/ {
    /*border-color: #d9d9d9;*/
    border: 2px solid #228219; /*rgba(104,130,24,0.57);*/
    background: #e5e5e5;
    color: inherit;
    background: -moz-linear-gradient(top, #fafafb 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafb), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fafafb 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fafafb 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fafafb 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fafafb 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafb', endColorstr='#e5e5e5', GradientType=0);
}

.active-capturevalue {
    border-color: lightgreen!important;
    border-width: 3px;
}

    .active-capturevalue:focus {
        border-color: lightgreen!important;
        border-width: 3px;
        outline: none;
    }

.custom-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block; /* This is required */
}

    .custom-icon.icon-upcoming {
        background: url("/Content/images/16_upcoming_alert.png");
        background-size: cover;
    }

    .custom-icon.icon-missed {
        background: url("/Content/images/16_missed_alert.png");
        background-size: cover;
    }

    .custom-icon.icon-history {
        background: url("/Content/images/16history.png");
        background-size: cover;
    }

    .custom-icon.icon-todo {
        background: url("/Content/images/todo.png");
        background-size: cover;
    }

    .custom-icon.icon-report-image {
        background: url("/Content/images/barchart24.png");
        background-size: cover;
    }

.icon-location {
    background: url("/Content/images/factory24.png");
    background-size: cover;
}

.icon-silo {
    background: url("/Content/images/silo24.png");
    background-size: cover;
}
.icon-silo-32 {
    background: url("/Content/images/silo-height-32.png");
    width:24px!important;
    background-size: cover;
}
.custom-icon.icon-procedurecomments {
    background: url("/Content/images/processes24.png");
    background-size: cover;
}

.custom-icon.icon-stepcomments {
    background: url("/Content/images/step32.png");
    background-size: cover;
}

.custom-icon.icon-text {
    background: url("/Content/images/text-icon.png");
    background-size: cover;
}

.custom-icon.normal {
    width: 18px;
    height: 18px;
    margin-left: -11px;
}

.custom-icon.onright {
    width: 18px;
    height: 18px;
    margin-left: 0px;
    margin-right: 3px;
}

.custom-icon.icon-ca-all {
    background: url("/Content/images/ranger/all.png");
    background-size: cover;
}

.icon-ca-all-24 {
    background: url("/Content/images/ranger/ca_all_24.png") no-repeat;
}

.custom-icon.icon-ca-completed {
    background: url("/Content/images/ranger/completed.png");
    background-size: cover;
}

.custom-icon.icon-ca-pending {
    background: url("/Content/images/ranger/pending.png");
    background-size: cover;
}

.custom-icon.icon-ca-outstanding {
    background: url("/Content/images/ranger/outstanding.png");
    background-size: cover;
}

.icon-ca-outstanding-16 {
    background: url("/Content/images/Outstanding_16.png") no-repeat;
}

.icon-ca-outstanding-wb-32 {
    background: url("/Content/images/Outstanding_WB_32.png") no-repeat;
}

.icon-ca-outstanding-wb-24 {
    background: url("/Content/images/Outstanding_WB_24.png") no-repeat;
}

.icon-ca-outstanding-wb-32 {
    background: url("/Content/images/Outstanding_WB_32.png") no-repeat;
}

.icon-global-16 {
    background: url("/content/images/Products_Global_16.png") no-repeat;
}

.icon-global-24 {
    background: url("/content/images/Products_Global_24.png") no-repeat;
}

.icon-supplier-16 {
    background: url("/content/images/Suppliers_16.png") no-repeat;
}

.icon-supplier-24 {
    background: url("/content/images/Suppliers_24.png") no-repeat;
}

.icon-goodsin-16 {
    background: url("/content/images/Goods_In_16.png") no-repeat;
}

.icon-goodsin-24 {
    background: url("/content/images/Goods_In_32.png") no-repeat;
}

.icon-goodsin-32 {
    background: url("/content/images/Goods_In_32.png") no-repeat;
}

.icon-recipe-16 {
    background: url("/content/images/Recipes_16.png") no-repeat;
}

.icon-recipe-24 {
    background: url("/content/images/Recipes_24.png") no-repeat;
}

.icon-stocktransfer-15 {
    background: url("/content/images/stock_transfer_15_15.png") no-repeat;
}

.icon-stocktransfer {
    background: url("/content/images/stock_transfer.png") no-repeat;
}

.icon-check-24 {
    background: url("/content/images/Checks_24.png") no-repeat;
}

.icon-check-32 {
    background: url("/content/images/Checks_32.png") no-repeat;
}

.icon-inprogress-check-24 {
    background: url("/content/images/InProgress_Checks_24.png") no-repeat;
}

.icon-inprogress-check-32 {
    background: url("/content/images/In_Progress_32.png") no-repeat;
}

.icon-completed-check-24 {
    background: url("/content/images/Completed_Checks_24.png") no-repeat;
}

.icon-completed-check-32 {
    background: url("/content/images/Completed_Checks_32.png") no-repeat;
}

.icon-upcoming-events-24 {
    background: url("/content/images/Upcoming_Events_24.png") no-repeat;
}

.icon-upcoming-events-32 {
    background: url("/content/images/Upcoming_Events_32.png") no-repeat;
}

.icon-pending-24 {
    background: url("/content/images/Pending_24.png") no-repeat;
}

.icon-pending-32 {
    background: url("/content/images/Pending_32.png") no-repeat;
}

.icon-resolved-24 {
    background: url("/content/images/Resolved_24.png") no-repeat;
}

.icon-resolved-32 {
    background: url("/content/images/Resolved_32.png") no-repeat;
}

.icon-all-trafic-light-24 {
    background: url("/content/images/All_Trafic_Light_24.png") no-repeat;
}

.icon-all-trafic-light-32 {
    background: url("/content/images/All_Trafic_Light_32.png") no-repeat;
}

.icon-missed-events-24 {
    background: url("/content/images/Missed_Events_24.png") no-repeat;
}

.icon-missed-events-32 {
    background: url("/content/images/Missed_Events_32.png") no-repeat;
}

.icon-history-24 {
    background: url("/content/images/History_24.png") no-repeat;
}

.icon-history-32 {
    background: url("/content/images/History_32.png") no-repeat;
}

.icon-to-do-list-24 {
    background: url("/content/images/To_Do_List_24.png") no-repeat;
}

.icon-to-do-list-32 {
    background: url("/content/images/To_Do_List_32.png") no-repeat;
}

.icon-global-24 {
    background: url("/content/images/Global_24.png") no-repeat;
}

.icon-global-32 {
    background: url("/content/images/Global_32.png") no-repeat;
}

.icon-product-customer-24 {
    background: url("/content/images/Product_Customer_24.png") no-repeat;
}

.icon-product-customer-32 {
    background: url("/content/images/Product_Customer_32.png") no-repeat;
}

.icon-stock-check-24 {
    background: url("/content/images/Stock_Check_24.png") no-repeat;
}

.icon-recipe-24 {
    background: url("/content/images/Recipe_24.png") no-repeat;
}

.icon-sales-order-24 {
    background: url("/content/images/Sales_Order_24.png") no-repeat;
}

.icon-dispatch-24 {
    background: url("/content/images/Dispatch_24.png") no-repeat;
}

.icon-view-picking-24 {
    background: url("/content/images/View_Picking_24.png") no-repeat;
}

.icon-view-picking-32 {
    background: url("/content/images/View_Picking_32.png") no-repeat;
}

.icon-upcoming-events-18 {
    background: url("/content/images/Upcoming_Events_18.png") no-repeat;
}

.icon-in-progress-18 {
    background: url("/content/images/In_Progress_18.png") no-repeat;
}

.icon-all-checks-18 {
    background: url("/content/images/All_Checks_18.png") no-repeat;
}

.icon-completed-checks-18 {
    background: url("/content/images/Completed_Checks_18.png") no-repeat;
}

.icon-missed-events-18 {
    background: url("/content/images/Missed_Events_18.png") no-repeat;
}

.icon-history-18 {
    background: url("/content/images/History_18.png") no-repeat;
}

.icon-to-do-list-18 {
    background: url("/content/images/To_Do_List_18.png") no-repeat;
}

.icon-products-global-18 {
    background: url("/content/images/Products_Global_18.png") no-repeat;
}

.icon-products-customers-18 {
    background: url("/content/images/Products_Customers_18.png") no-repeat;
}

.icon-products_suppliers-18 {
    background: url("/content/images/Products_Suppliers_18.png") no-repeat;
}

.icon-goods-in-32 {
    background: url("/content/images/Goods_In_32.png") no-repeat;
}

.icon-in-progress-32 {
    background: url("/content/images/In_Progress_32.png") no-repeat;
}

.icon-view-picking-18 {
    background: url("/content/images/View_Picking_18.png") no-repeat;
}

.icon-picking-process-32 {
    background: url("/content/images/Picking_Process_32.png") no-repeat;
}

.icon-sales-order-32 {
    background: url("/content/images/Sales_Order_32.png") no-repeat;
}

.icon-products-32 {
    background: url("/content/images/Products_32.png") no-repeat;
}

.icon-processes-32 {
    background: url("/content/images/Process_32.png") no-repeat;
}

.icon-processes-24 {
    background: url("/content/images/Process_24.png") no-repeat;
}


.icon-stock-check-32 {
    background: url("/content/images/Stock_Check_32.png") no-repeat;
}

.icon-blind-check-32 {
    background: url("/content/images/Blind_Check_32.png") no-repeat;
}

.icon-suppliers-32 {
    background: url("/content/images/Suppliers_32.png") no-repeat;
}

.icon-dispatch-32 {
    background: url("/content/images/Dispatch_32.png") no-repeat;
}

.icon-recipe-icon-32 {
    background: url("/content/images/Recipe_Icon_32.png") no-repeat;
}

.dvThumbImg {
    padding-left: 0px;
}

.pad {
    position: relative;
    cursor: url("pen.cur") 3 14, crosshair;
}

.container .jumbotron {
    /*padding-right: 60px;*/ padding-left: 0px;
    /*padding-left: 60px;*/ padding-right: 0px;
}

.custom-draggable-container {
    padding: 0.8rem;
    cursor: move; /* Optionally, set the cursor to a move cursor when hovering over the padding */
}

/*.row {
    margin-left: -30px;
    *zoom: 1;
  }*/

.icon-camera {
    background: transparent url("images/camerasave.png") no-repeat left top;
    width: 150px;
    height: 48px;
    text-align: right;
}

.icon-start-camera {
    background: url("images/camerastart.png") no-repeat left top !important;
    width: 115px;
    height: 48px;
    text-align: right;
    /*margin-right: 10px;*/
    margin-bottom: 0px;
    padding: 5px;
    float: left;
}

.icon-ques-mark-black {
    background-image: url("/content/images/ranger/question-circle-24.png");
    background-position: 0px 0px;
    margin: 0px 5px 0px 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.icon-start-jdcamera {
    background: url("images/camerastart.png") no-repeat left top;
    width: 48px;
    height: 48px;
    text-align: right;
    margin-right: 10px;
}

.icon-start-cacamera {
    background: transparent url("images/CAcamera.png") no-repeat left top;
    width: 120px;
    height: 48px;
    text-align: right;
    margin-right: 10px;
}

.icon-stop-camera {
    background: transparent url("images/camerastop.png") no-repeat;
    width: 48px;
    height: 48px;
}

.icon-delete-image {
    background: transparent url("images/deleteimage.png") no-repeat;
    width: 48px;
    height: 48px;
}

.icon-next {
    background: transparent url("images/picnext16.png") no-repeat;
    width: 16px;
    height: 16px;
}

.icon-next128 {
    background: transparent url("images/forward128.png") no-repeat;
    width: 128px;
    height: 128px;
}

.icon-next64 {
    background: transparent url("images/forward64.png") no-repeat;
    width: 64px;
    height: 64px;
    /*background-color: transparent;*/
}

.icon-back64 {
    background: transparent url("images/back64.png") no-repeat;
    width: 64px;
    height: 64px;
    /*background-color: transparent;*/
}

.icon-next48 {
    background: transparent url("images/forward48.png") no-repeat;
    width: 48px;
    height: 48px;
    /*background-color: transparent;*/
}

.icon-back48 {
    background: transparent url("images/back48.png") no-repeat;
    width: 48px;
    height: 48px;
    /*background-color: transparent;*/
}

.icon-close {
    background: transparent url("images/delete32.png") no-repeat;
    width: 32px;
    height: 32px;
    /*background-color: transparent;*/
    float: right;
    border: 0;
    margin-top: -4px;
    margin-right: -4px;
}

.icon-close-popup, .modal-header-green-title .modal-header .close {
    background: transparent url("images/delete32.png") no-repeat;
    width: 32px;
    height: 32px;
    /*background-color: transparent;*/
    float: right;
    border: 0;
    opacity: 1;
}

.icon-tick {
    background: transparent url("images/tick90.png") no-repeat;
    width: 90px;
    height: 46px;
    /*background-color: transparent;*/
    border-radius: 0px;
    border: 0px solid transparent;
}
.icon-NotInUse {
    background: transparent url("images/BlueRoundButton-not-in-use.png") no-repeat;
    background-size: cover;
    width: 130px;
    height: 46px;
    /*background-color: transparent;*/
    border-radius: 0px;
    border: 0px solid transparent;
}
.icon-cross {
    background: transparent url("images/cross90.png") no-repeat left top;
    /*background-image:url("images/cross90.png");*/
    width: 90px;
    height: 46px;
    border-radius: 0px;
    border: 0px solid transparent;
}

.drag-right {
    float: right !important;
    margin-left: 5px;
}

.icon-comment {
    background: transparent url("images/comment35.png") no-repeat left top;
    width: 32px;
    height: 25px;
    margin-left: 15px;
    margin-right: 5px;
}

.icon-24-container {
    display: flex;
    height: 20px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.icon-document {
    background: transparent url("images/navDocuments.ico") no-repeat left top;
    width: 180px;
    height: 32px;
    text-align: right;
}

.icon-cacamera {
    background: transparent url("images/CAcamera.png") no-repeat left top;
    width: 48px;
    height: 48px;
}

.btn-large {
    padding: 12px 20px;
    font-size: 18px;
}

.icon-stepimage {
    background: transparent url("images/camera32.png") no-repeat left top;
    width: 135px;
    height: 35px;
    text-align: right;
}

/* start Barcode */
/* for barcode camera*/
.icon-start-camera_b {
    background: url("images/48Barcode.png") no-repeat left top;
    width: 100px;
    height: 48px;
    text-align: right;
    margin-right: 10px;
}

.icon-barcode {
    background: url("images/48Barcode.png") no-repeat left top;
    padding: 14px 24px;
}

.divBarcode_clear {
    width: 200px;
    height: 70px;
    float: left;
    padding-left: 5px;
    vertical-align: top;
}

.divBarcodeCameraPlay {
    width: 200px;
    height: 70px;
    float: left;
    padding-left: 25px;
}
/* end Barcode */

/* start  Image editor related css */
#divMain label, select, input {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
}

#divMain .form-control {
    font-size: 14px;
}

#divSettings_Canvas div {
    float: left;
    padding-left: 20px;
}

#divSettings_Canvas span {
    float: left;
    padding-left: 5px;
}

.icon-paperclip {
    background: transparent url("images/paperclip24.png") no-repeat;
    width: 24px;
    height: 21px;
    /*background-color: transparent;*/
    float: left;
    border: 0;
}

.icon-park {
    background: transparent url("images/parkpdaicon24.png") no-repeat;
    width: 24px;
    height: 24px;
    /*background-color: transparent;*/
    float: left;
    border: 0;
    padding-left: 30px;
}

.icon-copy {
    background: transparent url("images/Copy24.png") no-repeat;
    width: 24px;
    height: 24px;
    /*background-color: transparent;*/
    float: left;
    border: 0;
    padding-left: 30px;
}

.icon-copy18 {
    background: transparent url("images/Copy18.png") no-repeat;
    width: 18px;
    height: 20px;
    float: left;
}
.icon-goodsin {
    background: url("/Content/images/32package_add.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}

/*.icon-putaway {
    background: url("/Content/images/putaway.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

/*.icon-picking {
    background: url("/Content/images/picking.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/


/*.icon-quarantine {
    background: url("/Content/images/quarantine.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

/*.icon-stockcheck {
    background: url("/Content/images/stockcheck.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

/*.icon-stockcheck-blind {
    background: url("/Content/images/stock-check-blind.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

.icon-rightarrow {
    background: url("/Content/images/right-arrow-down.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
}

.icon-leftarrow {
    background: url("/Content/images/left-arrow-down.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
}

.icon-exclamation {
    background: url("/Content/images/exclamationbig.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
}

.icon-questionmark {
    background: url("/Content/images/questionmark.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
    margin-top: -6px;
}

/*.icon-systemgoodin {
    background: url("/Content/images/package_ok32.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

.icon-systemgoodin {
    background: url(/Content/images/32package_add.png);
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: -5px;
}

.icon-despatch-32 {
    background: url("/Content/images/despatch_32x32.png");
    background-size: cover;
}

.icon-stock-transfer-32 {
    background: url("/Content/images/stock_transfer.png");
    background-size: cover;
}
/*.icon-stockcontrol
{
    background: url("/Content/images/stockpdaicon24.png");
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 23px;
    float:left;
    margin-left:20px;
}

.icon-production
{
    background: url("/Content/images/production24.png");
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 23px;
    float:left;
    margin-left:20px;
}*/

.btnClearScanBlock {
    width: 100%;
    height: 100%;
    font-size: xx-large;
}

.toUpperCase {
    text-transform: uppercase;
}

/* end  Image editor related css */


.tabletCheckbox {
    transform: scale(2.5);
}



.btn-stock-control, .btn-report-module {
    width: 250px;
    /*padding: 20px;*/
    padding:20px 13px;
    margin: 20px;
}

.span2-goods-in {
    width: auto !important;
    margin-left: 0px !important;
    text-transform: uppercase;
}
/*.span2-system-goods-in:first-child {
    margin-left: 33% !important;
}*/
.btn-container {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.btn-stock-control {
    margin: 0px auto;
}

.offset-goodsin-3 {
    margin-left: 33% !important;
}

.span2-system-goods-in:not(:first-child) {
    margin-left: 0px;
}

.span2-system-goods-in {
    width: auto !important;
    /*margin-left:0px !important;*/
    text-transform: uppercase;
}

.btn-goods-in, .btn-recipe {
    margin: 10px auto;
    padding: 10px 18px;
}

.btn-process {
    margin: 5px auto;
    padding: 10px 0px;
    height: 50px;
    display: block;
    padding-right: 0;
    padding-left: 0;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 92px;
    padding: 5px 0;
    margin: 1px -43px -4px;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: lightgreen;
    }

.modal-footer {
    margin-top: 0px;
}

.modal-body {
    padding-bottom: 10px;
}

.sigPad {
    width: auto;
}

.ui-keyboard-preview {
    max-width: none;
}

.ui-keyboard button.ui-keyboard-clear {
    background: #f0ad4e;
    color: #fff;
}

.ui-keyboard button.ui-keyboard-bksp {
    background: #d9534f;
    color: #fff;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar {
    /*width: 12px;*/
    height: 30px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #5cb85c;
}


.always-visible.ps.table-responsive > .ps__scrollbar-x-rail {
    opacity: 0.8;
    height: 40px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: green;
    height: 40px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    background-color: green;
    height: 40px;
    width: 200px;
}

.ps.ps--active-x > .ps__scrollbar-x-rail {
    display: block;
    background-color: lightgray;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 40px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        background-color: green;
        height: 40px;
    }

.ps:hover > .ps__scrollbar-x-rail {
    opacity: 0.6;
}

    .ps:hover > .ps__scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
            background-color: green;
        }

.table {
    width: 100%;
    margin-bottom: 50px;
}

.lightgreen-background {
    background-color: lightgreen;
}

.yellow-background {
    background-color: yellow;
}

.orange-background {
    background-color: #f0ad4e;
}

.lightblue-background {
    background-color: #00ffff;
}

.color-red {
    color: red;
}

.color-lightgreen {
    color: rgb(21, 255, 0);
}

.exception-button-text-align-center {
    line-height: 2.5;
}

.ui-widget-content[disabled] {
    cursor: not-allowed;
    background: #eeeeee;
}

/*.icon-recipe {
    background: url("/Content/images/recipefilter32.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

/*.icon-order {
    background: url("/Content/images/orders.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/

/*.icon-process {
    background: url("/Content/images/process.png");
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
}*/



.icon-process-customer {
    background: url("/Content/images/customer24.png");
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

/*.icon-process-salesOrder {
    background: url("/Content/images/sale48.png");
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px;
    text-align: center;
}*/

.icon-process-product {
    background: url("/Content/images/products24.png");
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 0px;
}

.icon-select-list {
    /*background: url("/Content/images/Questionnaire_castle-48.png");*/
    background: url("/Content/images/List.png");
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

/*.icon-24 {
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}*/
/*.icon-product {
    background: url("/Content/images/factory24.png");
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    float:left;
}*/
.icon-selected-list {
    /*background: url("/Content/images/ranger/completed.png");*/
    /*background: url("/Content/images/Questionnaire_Crusader-48.png");*/
    background: url("/Content/images/list-selected.png");
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

.bg-Blue {
    background: #336699;
    border: solid 3px #336699;
    color: white;
}

.bg-Green {
    background: #669900;
    border: solid 3px #669900;
    color: white;
}

.bg-Orange {
    background: #FF6600;
    border: solid 3px #FF6600;
    color: white;
}

.bg-Red {
    background: #FA2D00;
    border: solid 3px #FA2D00;
    color: white;
}

.bg-Yellow {
    background: #FAFA00;
    border: solid 3px #FAFA00;
    color: black;
}

.bg-Violet {
    background: #6E3787;
    border: solid 3px #6E3787;
    color: white;
}
tr.bg-lightgreen td {
    background: lightgreen !important;
}
.btn-nc-group .btn-warning, #btnGroupNc .btn-warning {
    border: solid 3px #f0ad4e;
}

.btn-nc-group .btn.active {
    border: solid 3px #03ff68f5;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.lbl-success {
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 30%;
    color: white;
    background-color: #5cb85c;
    text-align: center;
    margin-right: 5px;
}

    .lbl-success + input, .lbl-success + button {
        float: left;
        width: 65% !important;
    }

.lbl-primary {
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 30%;
    color: white;
    background-color: #337ab7;
    text-align: center;
    margin-right: 5px;
}

.width-50 {
    width: 50% !important;
}

.lbl-primary + input, .lbl-primary + button, .lbl-primary + select {
    float: left;
    width: 65%;
}

.width-65 {
    width: 65% !important;
}

.border-success {
    border: solid 2px;
    border-color: lightgreen;
    border-radius: 5px;
    padding: 5px !important;
    margin: 5px 0px !important;
}

.border-danger {
    border: solid 2px;
    border-color: #ac2925;
    border-radius: 5px;
    padding: 5px !important;
    margin: 5px 0px !important;
}

.lb-md {
    font-size: 14px;
}

.ml-1 {
    margin-left: 5px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

#divCASelection .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.input-group {
    /*margin: 5px;*/
}

.wrapme p, .wrapme div {
    word-wrap: break-word;
}

p {
    text-align: justify;
    white-space: wrap;
}

.progress {
    height: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.3);
    font-weight: bold;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    padding-top: 3px;
    /*font-weight: bold;*/
}

.progress-bar-lightgrey {
    background-color: lightgrey;
}

.btn-caution-active {
    border: solid 3px #03ff68f5;
}

.btn-active-green-border {
    border: solid 3px #03ff68f5;
}
.active-btn-border-green.active, .btn-border-green {
    border: solid 3px #03ff68f5;
}
.colorpicker {
    z-index: 2500;
}
/*.bootstrap-datetimepicker-widget, .datepicker {
    z-index: 5500;
}*/
.datepicker thead tr:first-child {
    border: 1px solid #56d742;
    background: #1c8d11 url(images/ui-bg_gloss-wave_55_1c8d11_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    border: 1px solid #56d742;
    background: #1c8d11 url(images/ui-bg_gloss-wave_55_1c8d11_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child {
    border-radius: 4px 0px 0px 4px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
    border-radius: 0px 4px 4px 0px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:not(:first-child):not(:last-child) {
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #399e2e;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #399e2e;
}

.btn-custom-purple {
    color: #ffffff;
    background-color: #800080;
    border-color: #800080;
}

    .btn-custom-purple:hover,
    .btn-custom-purple:focus,
    .btn-custom-purple:active,
    .btn-custom-purple.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #660066;
        border-color: #660066;
    }

.btn-custom-dark-blue {
    color: #ffffff;
    background-color: #124ba8;
    border-color: #124ba8;
}

    .btn-custom-dark-blue:hover,
    .btn-custom-dark-blue:focus,
    .btn-custom-dark-blue:active,
    .btn-custom-dark-blue.active
     {
    color: #ffffff;
    background-color: #124b78;
    border-color: #124ba8;
    }

.btn-custom-blue {
    color: #ffffff;
    background-color: #42dfff;
    border-color: #42dfff;
}
.btn-custom-blue:hover,
.btn-custom-blue:focus,
.btn-custom-blue:active,
.btn-custom-blue.active
    {
    color: #ffffff;
    background-color: #00d2ef;
    border-color:  #42dfff;
}
.icon-customer-24 {
    background: url(/Content/images/customer24.png);
    background-size: cover;
}

.icon-product-24 {
    background: url(/Content/images/products24.png);
    background-size: cover;
}
.icon-process-24 {
    background: url(/Content/images/ranger/picking24.png);
    background-size: cover;
}
.icon-product-32 {
    background: url(/Content/images/products_32.png);
    background-size: cover;
}
.icon-product-category-32 {
    background: url(/Content/images/category32.png);
    background-size: cover;
}
.icon-visitor-32 {
    background: url(/Content/images/visitor_32.png);
    background-size: cover;
}
.icon-24 {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    line-height:1;
}
.icon-20 {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    line-height:1;
}
.icon-32 {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 10px;
    line-height:1;
}
.icon-18 {
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    line-height: 1;
}
.icon-22 {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    line-height: 1;
}
.icon-process-24 {
    background: url("/Content/images/process24.png");
    background-size: cover;
}

.icon-salesOrder-24 {
    background: url("/Content/images/sale24.png");
    background-size: cover;
}
.icon-salesOrder-32 {
    background: url("/Content/images/sale32.png");
    background-size: cover;
}
.icon-goodsin-32 {
    background: url("/Content/images/32package_add.png");
    background-size: cover;
}
.icon-adhoc-32 {
    background: url("/Content/images/adhoc32.png");
    background-size: cover;
}
.icon-putaway-32 {
    background: url("/Content/images/putaway.png");
    background-size: cover;
}
.icon-quarantine-32 {
    background: url("/Content/images/quarantine.png");
    background-size: cover;
}
.icon-picking-32 {
    background: url("/Content/images/picking.png");
    background-size: cover;
}
.icon-picking-tag {
    background: url("/Content/images/sale32.png");
    background-size: cover;
}
.icon-stockcheck-32 {
    background: url("/Content/images/stockcheck.png");
    background-size: cover;
}

.icon-stockcheck-blind-32 {
    background: url("/Content/images/stock-check-blind.png");
    background-size: cover;
}
.icon-stockcheck-supplier-24 {
    background: url("/Content/images/supplier24.png");
    background-size: cover;
}
.icon-recipe-32 {
    background: url("/Content/images/recipefilter32.png");
    background-size: cover;
}
.icon-order-32 {
    background: url("/Content/images/orders.png");
    background-size: cover;
}
.icon-process-32 {
    background: url("/Content/images/process32.png");
    background-size: cover;
}
.icon-training-32 {
    background: url("/Content/images/training-32.png");
    background-size: cover;
}
.padding-y-4 {
    padding:4px 0px;
}
.padding-y-8 {
    padding:8px 0px;
}
.padding-13 {
    padding:13px;
}
.pull-left.icon-32 {
    top: 0px;
}
.btn-active-green.active {
    background-color: #228219;
    border-color: #228219;
}
.list-overflow-scroll {
    max-height:550px;
    overflow:scroll;
}
/*.color-blue {
    background: #428bca;
    border-radius: 10px;
}
.color-green {
    background: #5cb85c;
    border-radius: 10px;
}
.color-amber {
    background: #f0ad4e;
    border-radius: 10px;
}
.color-red {
    background: #d9534f;
    border-radius: 10px;
}*/

.gridAltRowClass
{
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    background-image: none;
}

.text-sm {
    font-size:small;
}


.col-md-1-5 {
    width: 12.5%;
    float: left;
}

.col-md-2-5 {
    width: 20.83333333333333%;
    float: left;
}
.color-orange {
color:#f4940d
}
/**
 * jQuery Timepicker - v1.3.2 - 2014-09-13
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2014 Willington Vega; Licensed MIT, GPL
 */

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 205px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
    /* overwrites .ui-widget */
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    /* overwrites .ui-widget-content */
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    /* overwrites .ui-menu */
    margin: 0;
    padding: 2px;
}
.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 0.2em 0.4em;
    text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
    /* overwrites .ui-state-hover */
    background-color: #DADADA;
    border: 1px solid #999;
    font-weight: normal;
    color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
    /* overwrites .ui-menu and .ui-menu-item */
    /*clear: left;
    float: left;*/
    margin: 0;
    padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-timepicker-hidden {
    /* overwrites .ui-helper-hidden */
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}

/*
The jQuery UI Month Picker Version 3.0.3
https://github.com/KidSysco/jquery-ui-month-picker/

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.txt>.
*/

.month-picker {
    display: inline-block;
    position: absolute;
    z-index: 9999;
}

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}

.month-picker td {
    padding: 0px;
}

/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker .ui-button-text {
  padding: .4em 0;
}

.month-picker-header {
    margin: 3px 3px 0px 3px;
}

.month-picker-year-table {
    width: 100%;
    /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
.month-picker-year-table a {
    border: 1px solid transparent;
}

/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
    font-size: 1.1em;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    margin: 0;
}

.month-picker-year-table .month-picker-title {
    text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
    font-size: 1em;
    padding: .1em 0;
    width: 100%;
    font-weight: bold;
}

/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
    padding: 0;
}

.month-picker-month-table td {
    height: 35px;
    text-align: center;
}

/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
    width: 4.2em;
    margin: .2em;
}

.month-picker-open-button {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}

.month-picker-invalid-message {
    display: none;
    background-color: Yellow;
}

.month-picker-disabled {
    background-color: #e1e1e1;
}

