@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);

html{
    width: 100%;
    height: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 12px;
}


.fl{
    float: left;
}

.fr {
    float: right;
}

input[type="text"],
input[type="date"],
input[type="file"],
input[type="button"],
input[type="number"],
select {
    width: 150px;
    display: block;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[disabled]{
    background: #dedede;
    opacity: 0.6;
}
input:focus{
    border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
table#bill-table input[type="text"],
table#bill-table input[type="number"],
table#bill-table select,
table#recipe-color-table input[type="text"],
table#recipe-color-table input[type="number"],
table#recipe-color-table select,
table#recipe-qty-table input[type="text"],
table#recipe-qty-table input[type="number"],
table#recipe-qty-table select {
    width: 95%;
    box-sizing: border-box;
}

.col-mar{
    margin-right: 12px;
}

.msg{
    font-size: 14px;
    line-height: 18px;
    padding: 1px;

}

.wrapper{
    width: 95%;
    margin: 0px auto;
}

h2{
    margin-bottom: 30px;
}

.width70{
    width: 70px;
}

.width100{
    width: 100px;
}

.width120{
    width: 120px;
}


.width150{
    width: 150px;
}

.width220{
    width: 220px;
}

.width280{
    width: 280px;
}
select{
    height: 36px;
    outline: none;
}

.menu-group-title{
    color: #fff;
    font-weight: 100;
    padding: 0 !important;
    /*height: 48px;*/
    border: 0 !important;
    opacity: 0.7;
    box-sizing: border-box;
    cursor:pointer;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-group-title>span,
.menu-group-title .left-btn{
    padding-top: 3%;
    display: inline-block;
    width: 100%;
    padding-bottom: 6%;
    cursor: pointer;
}
.menu-group-title>.ui-icon{
    display: inline-block;
    width: auto;

}
/*.menu-group-title.no-content,*/
.menu-group-content{
    background: rgba(0,0,0,0.1);
}
ul.accordion-parent{list-style: none; margin:0; padding:0;}
li[data-accordion] .menu-group-title:before{
    content: "\25b6";
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}
li.open[data-accordion] .menu-group-title{
    opacity: 1;
}
li.open[data-accordion] .menu-group-title:before{
    content: "\25bc";
}
li[data-accordion] .menu-group-title.no-content:before{
    display: none;
}

.menu-group-content a{
    border:none;
    display:block;
    padding: 0;
}
.menu-group-content .left-btn{
    padding-left: 24px;
    font-size: 0.78em;
}
.menu-group-content .left-btn{
    padding-left: 32px;
}

table th.large{width: 120px;}
table th.mid{width: 90px;}
table th.slim{width: 20px; font-weight: 100;}

.slim-table{
    width:1400px;
    table-layout:fixed;
    margin-right: 42px;
}
.slim-table th{
    padding: 5px 3px;
}

.slim-table td input{width:100%;margin-left: -8px;}
.slim-table td select{width:100%;}
.slim-table td.sole-cell{
    padding-left: 0;
    padding-right: 0;
}
.slim-table td.sole-cell input{
    margin-left:0;
    box-sizing: border-box;
}
.slim-table td .content-div{
    width: 100%;
    margin-left: -10px;
    box-sizing: border-box;
    height: 34px;
}

table.dataTable td.red-fig{
    background: rgba(255,100,50,0.5);
}
table.dataTable td.blu-fig{
    background: rgba(50,150,255,0.5);
}
table.dataTable td.grn-fig{
    background: rgba(50,255,100,0.5);
}
table.dataTable td.gry-fig{
    background: rgba(150,150,150,0.5);
}
table.dataTable td.ylw-fig{
    background: rgba(255,255,0,0.5);
}
table.dataTable td.perc:after{
    content:"%";
}
table.dataTable .red-val{
    color: rgb(255,100,50);
}

table.dataTable .pink-val{
    background: rgb(241, 173, 152);
    color: white;
}

table.dataTable .blu-val{
    color: rgb(50,150,255);
}
table.dataTable .grn-val{
    color: rgb(50,255,100);
}
table.dataTable .gry-val{
    color: rgb(150,150,150);
}
table.dataTable .ylw-val{
    color: rgb(255,255,0);
}
table.dataTable .perc-val:after{
    content:"%";
}
table.dataTable tr.strip1 { background-color: #ffffff; }
table.dataTable tr.strip2 { background-color: #fafafa; }
table.dataTable tr.strip3 { background-color: #ffffff; }
table.dataTable tr.strip4 { background-color: #f4f4f4; }

table.dataTable tr.red-row{
    background: rgba(255,100,50,0.75);
}
table.dataTable tr.blu-row{
    background: rgba(50,150,255,0.75);
}
table.dataTable tr.grn-row{
    background: rgba(50,255,100,0.75);
}
table.dataTable tr.gry-row{
    background: rgba(150,150,150,0.75);
}
table.dataTable tr.ylw-row{
    background: rgba(255,200,0,0.75);
}
table.dataTable tr.ylw-row>td,
table.dataTable tr.gry-row>td,
table.dataTable tr.grn-row>td,
table.dataTable tr.blu-row>td,
table.dataTable tr.red-row>td
{
    border-bottom: 1px solid rgba(100,100,100,0.75);
}
table.dataTable td.leftCol{text-align: left;}
table.dataTable td.centerCol{text-align: center;}
table.dataTable td.rightCol{text-align: right;}
table.dataTable th.leftCol{text-align: left;}
table.dataTable th.centerCol, table.dataTable th.rightCol{text-align: center;}

table.dataTable td.iconCell .ui-icon{
    margin: 6px 3px;
    cursor: pointer;
}
table.dataTable td.iconCell .border-icon{
    border:1px solid #3D3D3D;
    border-radius: 4px;
    zoom:1.2;
}

.form-group{
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.form-inline{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-control{
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input-group{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.form-control.myBtn{
    background: #61B9DF;
    border: 1px white;
    color: #fff;
}
.form-control.myBtn.cancelMyBtn{
    background: #FF8B4C;
}
.form-control.myBtn.goMyBtn{
    background: #559A06;
}
.form-inline .input-group {
    width: auto;
    padding: 0px 6px;
    border-right: 1px solid black;
}
.form-inline .input-group:first-child{
    padding-left: 0;
}
.form-inline .input-group:last-child{
    border-right:0;
}
.input-group .input-large{
    width:300px;
}
.input-group .input-small{
    width:100px;
}
.tableCell table{
    width: 100%;
    font-size: 16px;
}
table.dataTable .tableCell{
    position: relative;
}
table.dataTable .tableCell table tr{
    background: transparent;
}
table.dataTable .tableCell table td,
table.dataTable .tableCell table th{
    border-bottom: 1px solid rgba(74, 74, 74, 0.4);
    padding:0;
}
table.dataTable .tableCell table td.info,
table.dataTable .tableCell table td.edit-btn{
    text-align: center;
    cursor:pointer;
    position:relative;
}
table.dataTable .tableCell #table-tooltip {
    min-height: 20px;
    position: absolute;
    top: 26px;
    right: 0;
    text-align: left;
    background: #fff;
    min-width: 100px;
    opacity: 0.95;
    border: 1px solid;
    z-index: 99;
    font-size: 16px;

}
table.dataTable > thead th  .count{
    display:none;
}
table.dataTable > thead .numCell .count{
    display: block;
    border-top: 1px solid #000;
    margin-top: 6px;
    padding-top: 6px;
}

.mt6{margin-top:6px;}
.mt12{margin-top:12px;}
.mt18{margin-top:18px;}
.mt24{margin-top:24px;}
.mt36{margin-top:36px;}
.mt48{margin-top:48px;}
.mr6{margin-right:6px;}
.mr12{margin-right:12px;}
.mr18{margin-right:18px;}
.mr24{margin-right:24px;}
.mr36{margin-right:36px;}
.mr48{margin-right:48px;}
.mb12{margin-bottom: 12px;}

.sku-form label{
    line-height:36px;
    padding-right:12px;
}
.info-row.sku-form label{
    line-height:14px;
    font-size: 10px;
    padding-right:12px;
}
.sku-form.format-2col > .input-group,
.format-2col > .input-group{
    width:49%;
    box-sizing: border-box;
    border-right: 0;
}
.format-2col > .input-group:nth-child(odd),
.sku-form.format-2col > .input-group:nth-child(odd){
    padding-left: 0;
}

.sku-form.format-3col > .input-group,
.format-3col > .input-group,
.format-3col > .btn-group{
    width:33%;
    box-sizing: border-box;
    border-right: 0;
}
.input-inline,
input[type='text'].input-inline,
input[type='number'].input-inline,
.form-control.input-inline{
    display: inline-block;
    vertical-align: baseline;
    height: 28px;
    box-sizing: border-box;
    margin-left: 12px;
}
.dimsabled{pointer-events: none; opacity: 0.6;}
input.dimsabled{    background: #dedede;  }
.greenlight{background:rgba(45,255,45,0.2);}
.dimsabled.greenlight{pointer-events: none; opacity: 0.6; background:rgba(45,255,45,0.2);}
.redlight{background:rgba(255,45,45,0.2);}
.dimsabled.redlight{pointer-events: none; opacity: 0.6; background:rgba(255,45,45,0.2);}

.flex-label{
    /*display: table-cell;*/
}
.flex-label > *{
    vertical-align: middle;
}
.flex-label input[type="checkbox"],
.flex-label input[type="radio"]{
    width: 40px;
    display: inline-block;
}

.img-form.odd { background-color: #ffffff; }
.img-form.even { background-color: #fafafa; }

.img-update-table .goMyBtn{
    width:auto;
    display: inline-block;

}

.big-fig{
    font-size: 2em;
    height: 48px;
    line-height: 48px;
}

.row.odd { background-color: #ffffff; }
.row.even { background-color: #fafafa; }
.row.padded { padding:12px;}
.row.padded-h { padding:0 12px;}
.row.padded-v { padding:12px 0;}
.row.border { border:1px solid #dedede;}
.chart-holder{
min-height: 150px;
}

.chart-holder .ct-label{
    font-size:14px;
    line-height: 18px;
}
.chart-holder .ct-labels .ct-label{
    font-size:11px;
    line-height: 18px;
}

/** custom legend **/
.chart-holder {
   position: relative;
}
.ct-legend {
   position: relative;
   z-index: 10;
   list-style: none;
   text-align: center;
}
.ct-legend li {
   position: relative;
   padding-left: 23px;
   margin-right: 10px;
   margin-bottom: 3px;
   cursor: pointer;
   display: inline-block;
}
.ct-legend li:before {
   width: 12px;
   height: 12px;
   position: absolute;
   left: 0;
   content: '';
   border: 3px solid transparent;
   border-radius: 2px;
}
.ct-legend li.inactive:before {
   background: transparent;
}
.ct-legend.ct-legend-inside {
   /*position: absolute;*/
   top: 0;
   right: 0;
}
.ct-legend.ct-legend-inside li{
   display: block;
   margin: 0;
}
/*.ct-legend .ct-series-0:before {*/
   /*background-color: #d70206;*/
   /*border-color: #d70206;*/
/*}*/
/*.ct-legend .ct-series-1:before {*/
   /*background-color: #f05b4f;*/
   /*border-color: #f05b4f;*/
/*}*/
/*.ct-legend .ct-series-2:before {*/
   /*background-color: #f4c63d;*/
   /*border-color: #f4c63d;*/
/*}*/
/*.ct-legend .ct-series-3:before {*/
   /*background-color: #d17905;*/
   /*border-color: #d17905;*/
/*}*/
/*.ct-legend .ct-series-4:before {*/
   /*background-color: #453d3f;*/
   /*border-color: #453d3f;*/
/*}*/

.chart-holder .ct-legend {
  position: relative;
  z-index: 10;
  list-style: none;
  text-align: center;
}
.chart-holder .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  display: inline-block;
}
.chart-holder .ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid transparent;
  border-radius: 2px;
}
.chart-holder .ct-legend li .inactive:before {
  background: transparent;
}
.chart-holder .ct-legend li:nth-child(1)::before {
  background-color: #d70206;
}
.chart-holder .ct-legend li:nth-child(2)::before {
  background-color: #f05b4f;
}
.chart-holder .ct-legend li:nth-child(3)::before {
  background-color: #f4c63d;
}
.chart-holder .ct-legend li:nth-child(1n+4)::before {
  background-color: #F06292;
}
.chart-holder .ct-legend .ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(1) .ct-point,
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(1) .ct-line {
  stroke: #d70206;
}
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(2) .ct-point,
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(2) .ct-line {
  stroke: #f05b4f;
}
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(3) .ct-point,
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(3) .ct-line {
  stroke: #f4c63d;
}
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(1n+4) .ct-point,
.chart-holder g:not(.ct-grids):not(.ct-labels) g:nth-child(1n+4) .ct-line {
  stroke: #F06292;
}


.chart-holder.category-perf .ct-legend li{
        display:none;
}
.chart-holder.category-perf .ct-legend li:nth-child(1),
.chart-holder.category-perf .ct-legend li:nth-child(2),
.chart-holder.category-perf .ct-legend li:nth-child(3){
        display:block;
}
/*.chart-holder.category-perf .ct-legend li:nth-last-child(1),*/
/*.chart-holder.category-perf .ct-legend li:nth-last-child(2),*/
/*.chart-holder.category-perf .ct-legend li:nth-last-child(3){*/
        /*display:block;*/
/*}*/
.chart-holder .sm-text{
    text-align: center;
    text-decoration: underline;
    line-height: 28px;
    font-size: 16px;
}

.dt-print-view tr td{
    border-bottom: 1px solid #666666;
    border-right: 1px solid #dedede;
}
.dt-print-view tr td:last-child{
    border-right: 0;
}

table.dataTable tbody .shown+tr{
    background: #dedede;
}
table.dataTable tbody .shown+tr table{
    border-top: 1px solid black;
    width: 100%;
    border-bottom: 1px solid;
}
table.dataTable tbody .shown+tr table tr.header{
    background: transparent;
}

/*nav menu css*/
.ui-menu {     overflow: hidden; }
.ui-menu .ui-menu {    overflow: visible !important;}
.ui-menu > li {     float: left;    display: block;    width: auto !important;}
.ui-menu ul li {    display:block;    float:none;}
.ui-menu ul li ul {    left:120px !important;    width:100%;}
.ui-menu ul li ul li {    width:auto;}
.ui-menu ul li ul li a {    float:left;}
.ui-menu > li {    margin: 5px 5px !important;    padding: 0 0 !important;}
.ui-menu > li > a {     float: left;    display: block;    clear: both;    overflow: hidden;}
.ui-menu .ui-menu-icon {     margin-top: 0.3em !important;}
.ui-menu .ui-menu .ui-menu li {     float: left;    display: block;}
.testnav li a:hover{background-color:#ccc;}
#navigator{position:relative;}

#nav {
  overflow : hidden;
background: #111;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    color: #cecece;
 }
#nav a{
    color:#ffffff;
    width: 100%;
    box-sizing: border-box;
}
#nav > li > .ui-state-active{
    background: #464650;
    border:none;
}
#nav > li {
    float: left;
    width: 100px !important;
    text-transform: uppercase;
    border-right: 1px solid #444444;
    height: 60px;
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    display: table;
}
#nav > li:last-child{
    border-right:none;
}
#nav > li > .new-menu-group-title{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 1.5em;
}

#nav .ui-menu {
    background:#464650;
}
#nav .ui-menu-item > .ui-state-active{
    border:none;
    margin:0;
    background: #FFFFFF;
    border: none;
    margin: 0;
    color: #464650;
}
#nav .ui-menu-item > .ui-state-active > a {
    color:#464650;
}
#nav .left-btn{
    padding:0;
    overflow:hidden;
    max-height: 54px;
    line-height: 18px;
}
#nav .left-btn > p{
    margin:0;
}
.header-content{
    background: #272634;
    height:72px;
    border-bottom:1px solid #464650;
}
.header-content .user-info {
  background: #464650;
  height: 72px;  box-sizing: content-box;
}
.offsetter{
    width:310px;
}
.offset-content{
    margin-left:312px;
}
/*nav menu css*/
.dispatch-placement-columns .multi-select-wrap{
    padding: 24px 0px;
}

#ms-optgroup{
    width: 780px;
}
#ms-optgroup .custom-header{
    line-height: 28px;
    font-size: 16px;
    background: #444444;
    color: #ffffff;
    border-radius: 0;
    padding:2px 6px;
}

#ms-optgroup .custom-footer{
    line-height: 28px;
    font-size: 16px;
    background: #cecece;
    color: #333333;
    border-radius: 0;
    padding:0 6px;
}

#ms-optgroup .ms-elem-selection > span{
    max-width: 230px;
    display: inline-block;
}

#ms-optgroup .ms-selectable:before {
    content: "CLICK on an Item to ADD to Dispatch";
    display: block;
    line-height: 24px;
    border: 2px dashed;
    text-align: center;
}
#ms-optgroup .ms-selection:before {
    content: "CLICK on an Item to DELETE from Dispatch";
    display: block;
    line-height: 24px;
    border: 2px dashed;
    text-align: center;
}
input[type='checkbox'],
input[type='radio']{
    width: auto;
}

#dialog.activity-dialog{
    overflow: visible;
}

.dispatch-placement-columns .multi-select-wrap .ms-list{
    height:420px;
}
.dispatch-placement-columns .multi-select-wrap .ms-selectable .stock-count,
.dispatch-placement-columns .multi-select-wrap .ms-selection .stock-count{
    display: none;
}
.dispatch-placement-columns .multi-select-wrap .ms-selectable .ms-elem-selectable::after{
    content:attr(data-count);
    float:right;
}
.dispatch-placement-columns .multi-select-wrap .ms-selection .ms-elem-selection::after{
    content:attr(data-edited);
    float:right;
    margin-right: 6px;
}
.dispatch-placement-columns .multi-select-wrap .ms-selectable .edit-count,
.dispatch-placement-columns .multi-select-wrap .ms-selectable .modify-dispatch-order{
    display: none;
}
.dispatch-placement-columns .multi-select-wrap .ms-selection .stock-count{
    display: none;
}
.dispatch-placement-columns .multi-select-wrap .ms-selection .edit-count,
.dispatch-placement-columns .multi-select-wrap .ms-selection .modify-dispatch-order{
    display:block;
    float: right;
    border: 1px solid #000;
    display: block;
    padding: 0 3px;
    border-radius: 3px;
}
.dispatch-placement-columns .multi-select-wrap .ms-selection .edit-count:hover,
.dispatch-placement-columns .multi-select-wrap .ms-selection .modify-dispatch-order:hover{
    background: #000;
    color:#fff;
}

.select-trigger{
    cursor: pointer;
    color:#337ab7;
}
.select-trigger:hover{
    text-decoration: underline;
}
.dt-print-view table tbody td{
    padding:2px 10px !important;
}
.dt-print-view table tbody td.bigCell{
    font-size: 2em;
    min-height: 48px;
    line-height: 48px;
}
.dt-print-view table tbody td tbody td{
    padding:0px 10px !important;
    font-size:13px !important;
}
.dt-print-view table tbody td .zoom-table tbody td{
    padding:0px 10px !important;
    font-size:16px !important;
}

.table-holder td.editable{
    font-weight: 400;
}
.table-holder td.editable.edited{
    font-weight: 900;
}

.no-duplicates .create-order-wrapper .order-wrapper-single table tbody td:nth-child(1),
.no-duplicates .create-order-wrapper .order-wrapper-single table tbody td:nth-child(2){
    display: none;
}
.no-duplicates .create-order-wrapper:first-child .order-wrapper-single table tbody td:nth-child(1),
.no-duplicates .create-order-wrapper:first-child .order-wrapper-single table tbody td:nth-child(2){
    display: table-cell;
}


.as-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}
.dark.as-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.as-table-striped>tbody>tr:nth-of-type(odd).redlight,
.as-table-striped>tbody>tr:nth-of-type(even).redlight {
    background:rgba(255,45,45,0.2);
}

.as-table-striped>tbody>tr:nth-of-type(odd).greenlight,
.as-table-striped>tbody>tr:nth-of-type(even).greenlight {
    background:rgba(45,255,45,0.2);
}
.as-table>tbody>tr>td,
.as-table>tbody>tr>th,
.as-table>tfoot>tr>td,
.as-table>tfoot>tr>th,
.as-table>thead>tr>td,
.as-table>thead>tr>th {
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.dis-table.as-table>tbody>tr>td,
.om-table.as-table>tbody>tr>td{
    vertical-align: middle;
}

.assignInput,
td > .assignInput{
    width: 72px;
    display: inline;
    border: 0;
    text-align: right;
    padding: 4px 2px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.holder{overflow: auto;}
.title{font-size: 14px; text-decoration: underline;font-weight: bold;}

.report-container .stat-label{
    display: inline-block;
    padding: 4px 8px 4px 0;
}
.product-order-container .scroller,
.report-container .scroller{
    white-space: nowrap;
    overflow-x: scroll;
}
.product-order-container .img-wrap,
.report-container .img-wrap{
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
.party-token{
    width:32%;
    display: inline-block;
}
.entry-row .order-total{
    position: fixed;
    right: 12px;
    bottom: 24px;
    line-height: 32px;
    font-size: 24px;
}
.mark-goods-received{
    cursor: pointer;
}
.mark-goods-received:hover{
    background: #cbcbcb;
}

.order-proofs{
    display: flex;
}
.order-proofs .order-img-wrapper{
    text-align: center;
    border: 1px solid #000;
    padding: 6px 4px 0 4px;
    margin-top: 12px;
}
.order-proofs .order-img-wrapper .img-wrapper{
    max-width: 300px;
    overflow: auto;
    white-space: nowrap;
    height: 300px;
}
.order-proofs .order-img-wrapper .img-wrapper img{
    height: 100%;
    width: auto;
}
.order-proofs .order-img-wrapper .txt-wrapper{
    line-height: 24px;
}
.order-report-tables table{
    width:100%;
    table-layout: fixed;
}
/*.order-report-tables table tr:nth-child(odd){*/
/**/
/*}*/
.order-report-tables table tr:nth-child(odd){
    background:#f4f4f4;
}
.order-report-tables table tr:nth-child(even){
}
.table-row.lg-table{
    font-size: 16px;
}
@media print {
    .table-row.lg-table{
        font-size: 16px;
    }
  #party-report .header{
    display: none;
  }
  .no-print{
    display: none;
  }
  .col-md-12{
      width: 100%;
  }
  .row.padded-v {
    padding: 12px 0;
  }
  .order-report-tables table {
    width: 100%;
    table-layout: fixed;
  }
  .col-md-1 {
    width: 8.33333333%;
    }
  .col-md-2 {
    width: 16.66666667%;
    }
  .col-md-3 {
    width: 25%;
    }
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
}
.dDiv{
    display: inline-block;
    border: 1px solid #dedede;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
}
.dDiv .numy{border-bottom:1px solid #1d7d86;    font-size: 10.5px;  }
.dDiv .deny{text-align: center; font-size: 12px;}
.bordered{
    border:1px solid #000;
}
.det-row{
    border:1px solid #999;
}
th.no-show,
td.no-show,
tr.no-show{
    display: none;
}
.shoe-report-tables tr td{
    border:1px solid #999;
}

.substitute-table{
    border-collapse:collapse; table-layout:fixed; width:600px;
}

.substitute-table-td{
    border:solid 1px #000000; width:100px; word-wrap:break-word;
}
