html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,
td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,aside,details,
figcaption,figure,footer,
header,hgroup,menu,nav,section{
    display: block;
}
body{
    font: normal 14px/1.2 Arial, Helvetica, sans-serif;
}
ol,ul{
    list-style: none;
}
ul li{
    margin: 0 0 5px;
}
blockquote,q{
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,q:after{
    content: '';content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
}
table th{
    font-weight: bold;
}
table td,
table th{
    border:1px solid #000;
    padding: 5px;
}
a,a:link{
    color: #000;
    text-decoration: none;
}
*{
    outline: none;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type="text"]:not(.simple),
input[type="password"] {
    padding: 7px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}
input[type="text"]: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);
}
button, a.button,
input[type="button"],
input[type="file"]:focus,
input[type="submit"]{
    background: #ccc;
    border: 1px solid #000;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover{
    background: #ccc;
    color: #000;
    cursor: not-allowed;
    opacity: 0.3;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}
select.nav_item:focus,
a.nav_item:focus,
button.nav_item:focus{
    text-decoration: none!important;
    background: #555!important;
    color: #fff!important;
}

a.nav_item.big,
button.nav_item.big {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}

/*nav button.nav_item{*/
    /*border: 0;*/
    /*display: block;*/
    /*width: 100%;*/
    /*margin: 0;*/
    /*padding: 10px;*/
/*}*/
.logout_button{
    /*position: absolute;
    top: 10px;
    right: 10px;*/
    padding:10px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
nav ul li a:hover,
nav ul li a:focus,
.wrp_for_two_buttons a:hover,
.wrp_for_two_buttons a:focus,
.clear_input_btn:hover,
.clear_input_btn:focus{
    background: #555!important;
    color: #fff;
}

.p10{
    padding: 10px;
}
.hidden{
    display: none;
}
.flr{
    float: right!important;
}
.fll{
    float: left!important;
}
.clf:before,
.clf:after{
    content: '';
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
    width: 100%;
}

.task_block {
    font-weight: bold;
    margin: 10px;
}

.error_block{
    box-shadow: inset 0 0 0 10px #FF008A;
    background: #ddd;
    font-weight: bold;
    margin: 10px;
    padding: 13px;
}
.error_block.green{
    box-shadow: inset 0 0 0 10px green;
}
.error_block.blue{
    box-shadow: inset 0 0 0 10px #65B5F1;
}
.table{
    display: table;
}
.table .row{
    display: table-row;
}
.table .row.active .article_id{
    background: #555;
    color:#fff;
}
.table .row.active a{
    color:#fff;
}
.table .cell{
    display: table-cell;
}
.icon_parcel_packed_scan{
    background: url('../images/parcel_packed_scan.png');
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 5px;
    background-size: 90%;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.icon_loading_list{
    background: url('../images/loading_list.png');
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
    margin: 0 5px;
    background-size: 80%;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.b-login{
    max-width:280px;
    margin: 0 auto;
}
.b-login label{
    display: block;
}
.b-login .b-input_wrapper{
    margin: 0 0 10px;
}
.b-login input[type="text"],
.b-login input[type="password"]{
    width: 100%;
}
.warehouse_btn{
    margin-top: 10px;
    white-space: nowrap;
    background: bisque;
}
.assoc_btn{
    margin-top: 10px;
    white-space: nowrap;
    background: royalblue;
    border-color: navy;
    color: ivory;
}
/* =============== */
/* Nav style ===== */
/* =============== */
nav ul{

}
nav ul li{
    margin: 0 0 10px;
}
nav ul li a{
    display: block;
    background: #ccc;
    padding: 10px;
    text-align: center;
}
nav ul li a.nobackground,
button.nobackground {
    background: none;
    border: 1px solid #ccc;
}
nav ul li a img {
    max-width: 80px;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
nav ul li a span{
    display: inline-block;
    vertical-align: middle;
}
/* ===================== */
/* End | Nav style ===== */
/* ===================== */
.wrp_for_full_buttons{
    margin: 0 0 10px;
}
.wrp_for_full_buttons a,
.wrp_for_full_buttons button{
    display: block;
    width: 100%;
    background: #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    border:0;
    margin: 2px 0 0;
}
.wrp_for_two_buttons{
    margin: 0 0 10px;
}
.wrp_for_two_buttons a,
.wrp_for_two_buttons button{
    float: left;
    width: 50%;
    background: #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    border:0;
    margin: 2px 0 0;
}
.wrp_for_two_buttons a:nth-child(odd):before,
.wrp_for_two_buttons button:nth-child(odd):before,
.wrp_for_two_buttons .error_block_button:nth-child(odd):before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

.wrp_for_three_buttons a,
.wrp_for_three_buttons button{
    float: left;
    width: 33.333%;
    background: #ccc;
    padding: 10px;
    text-align: center;
    position: relative;
    border:0;
    margin: 2px 0 0;
}

.wrp_for_three_buttons a:nth-child(even):after,
.wrp_for_three_buttons button:nth-child(even):after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

.wrp_for_three_buttons a:nth-child(even):before,
.wrp_for_three_buttons button:nth-child(even):before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

.one-article-nav {
    display: grid;
    grid-template-columns: minmax(215px, 1fr) auto;
    gap: 10px;
    padding: 10px 10px 0;
}

.article-locations-wrapper {
    display: grid;
    grid-template-columns: auto minmax(155px, 1fr);
    gap: 10px;
    padding: 5px 10px;
}

.assoc-articles-wrapper {
    margin-bottom: 10px;
}

/* ================ */
/* Top Search ===== */
/* ================ */
.top_search {
    padding: 10px;
}
.top_search h3{
    padding: 6px 0;
    font-weight: bold;
    font-size: 18px;
}
.top_search .input_wrp{
    position: relative;
}
input.form_input,
.top_search .inputs input[type="text"],
.top_search .inputs input[type="number"]{
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 90px 5px 10px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #333;
}
.top_search .barcode_input_wrapper .inputs input[type="text"] {
    margin-bottom: 5px;
}
input.form_input{
    margin: 0;
}
.clear_input_btn{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 33px;
    height: 33px;
    background: #ccc;
    text-align: center;
    line-height: 33px;
    border-left: 1px solid #ccc;
}

/* ====================== */
/* End | Top Search ===== */
/* ====================== */

/* =================== */
/* Articles list ===== */
/* =================== */
.wrp_divorders{
    padding: 10px;
}
.articles_list{
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}
.articles_list .cell{
    padding: 10px;
    border: 1px solid #000;
}
.article_packed{
    width: 30px;
}
.article_packed input{
    width: 100%;
    text-align: center;
}
/* ========================= */
/* End | Articles list ===== */
/* ========================= */

/* ============================ */
/* Template: mobile_pps_4 ===== */
/* ============================ */
.list_of_choices{
    padding: 7px 0 0;
}
.list_of_choices li{
    margin: 15px 0;
}
.list_of_choices a{
    padding: 5px 20px;
    border: 1px solid #555;
}
.list_of_choices a.checked{
    box-shadow: 0 0 0 2px #555;
}
.list_of_choices a:focus,
.list_of_choices a:hover{
    border: 1px solid #000;
    text-decoration: none;
    background: #555;
    color: #fff;
}
/* ================================== */
/* End | Template: mobile_pps_4 ===== */
/* ================================== */

/* ============================ */
/* Template: mobile_pps_5 ===== */
/* ============================ */
ul li input{
    margin: 0 8px;
}
/* ================================== */
/* End | Template: mobile_pps_5 ===== */
/* ================================== */

.list_articles{
    padding: 10px;
    text-align: center;
}

/* =========================== */
/* Template: mobile_ll_4 ===== */
/* =========================== */
#frm_shipped.mobile_ll_4{
    padding: 10px;
}
.top_info .row{
    padding: 0 0 10px;
}
.top_info .row .top_info_title{
    font-weight: bold;
}
.table_list_results{
    margin: 10px 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #000;
}
.table_list_results td{
    padding: 5px;
    border: 1px solid #000;
    word-break: break-all;
    font-size: 12px;
}
.table_list_results tr.active{
    background: #555;
    color: #fff;
}
.table_list_results tr.active a{
    color: #fff;
}
.send_shipping_confirmation{
    display: inline-block;
    margin: 20px 0;
    position: relative;
}
.send_shipping_confirmation span{
    font-weight: bold;
}
.send_shipping_confirmation input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}
.send_shipping_confirmation .actions{
    display: inline-block;
    font-size: 0;
}
.send_shipping_confirmation .no,
.send_shipping_confirmation .yes{
    display: inline-block;
    padding: 3px;
      font-size: 18px;
}
.send_shipping_confirmation .nav_item:focus{
    box-shadow: 0 0 0 1px #000;
}
.send_shipping_confirmation .active{
    text-decoration: underline;
}
.send_shipping_confirmation .yes{
    color: #999;
}
.send_shipping_confirmation .yes.active{
    color: green;
}
.send_shipping_confirmation .no{
    color: #999;
}
.send_shipping_confirmation .no.active{
    color: red;
}
/* For PDF */
.block_signatures{
    margin: 20px;
    border: 10px solid #ff0000;
    background: #999;
}
.block_signatures td{
    padding: 5px;
}
/* ================================= */
/* End | Template: mobile_ll_4 ===== */
/* ================================= */

/* ============================ */
/* Template: mobile_apt_5 ===== */
/* ============================ */
#block_for_articles{
    margin: 0 0 20px;
}
.parcel_btn_remove,
.article_btn_remove{
    display: inline-block;
    border: 1px solid #000;
    background: #ddd;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    text-decoration: none;
    color: #000;
}
.article_item{
    padding: 3px 10px;
}
.article_item p{
    display: inline-block;
    min-width: 150px;
}
.article_item_parcel_barcode b{
    font-weight: bold;
}
#locations-wrapper a b {
    font-weight: bold;
}
.article_item .quantity{
    text-align: center;
}
#block_for_barcodes{
    margin: 0 0 20px;
}
.barcode_btn_remove{
    display: inline-block;
    border: 1px solid #000;
    background: #ddd;
    margin: 0 0 0 10px;
    padding:3px 5px;
    text-decoration: none;
    color: #000;
}
.barcode_item{
    padding: 3px 10px;
}
.barcode_item p{
    display: inline-block;
    min-width:150px;
}
/* ================================== */
/* End | Template: mobile_apt_5 ===== */
/* ================================== */

/* ============================ */
/* Template: loading_list ===== */
/* ============================ */
.filter_form{
    padding:5px;
}
.filter_form .select_wrp{
    padding: 5px 10px;
}
.filter_form .select_wrp:focus{
    background:#555;
    color: #fff;
}
.filter_form .select_wrp select{
    font-size:20px;
    width:100%
}
.filter_form input[type="submit"]{
    padding:8px;
    width:100px;
    margin:10px auto;
    display:block
}
.table_loading_list tr > td,
td.noborder{
    border:0;
}
.table_results{
    width: 100%;
    font-size: 12px;
    margin: 0;
}
.table_results tr td{
    border:1px solid #000;
}
.table_results tr.active{
    background: #555;
    color: #fff;
}
.table_results tr.active a{
    color: #fff;
}
/* ================================== */
/* End | Template: loading_list ===== */
/* ================================== */

/* ================== */
/* Actions Poup ===== */
/* ================== */
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 10;
}
#actionsPopup{
    position: fixed;
    z-index: 15;
    top: -100%;
    left: 0;
    background: #fff;
    width: 400px;
    right:0;
    margin:0 auto;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    transition: all .6s linear;
    overflow: auto;
    max-height: 75%;
}
#actionsPopup.opened{
    top:20% !important;
    z-index: 1000;
}
#actionsPopup a, #actionsPopup select {
    display: block;
    padding: 5px 10px;
    background: #ccc;
    margin-bottom: 5px;
}
#actionsPopup select.forkliftPrinterValue {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
}
/* ======================== */
/* End | Actions Poup ===== */
/* ======================== */

/* ================== */
/* Mobile CWL 4 ===== */
/* ================== */
.popup{
    display: none;
    position: absolute;
    z-index: 15;
    width: 97%;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #000;
    padding: 25px 0 0;
}
.popup_close{
    position: absolute;
    top: -1px;
    right: -1px;
    border: 1px solid #000;
    padding: 2px 3px;
    background: #ddd;
    cursor: pointer;
}
.cwl_form .article_item p{
    display: block;
    margin: 0 0 5px;
    min-width: auto;
    min-width: 0;
    min-width: none;
    word-break: break-all;
}
.cwl_form .article_item.active{
    background: #555;
    color: #fff;
}
.cwl_form .article_item .nav_item{
    background: none;
}
.cwl_form table {
    font-size: 12px;
    width: 100%;
}
.cwl_form table .col_art{
    min-width: 42px;
}
.cwl_form table .col_qt{
    width: 35px;
}
.cwl_form table .col_qt_to_ded{
    width: 58px;
}
.cwl_form table .col_where{
    width: 100px;
}
.cwl_form table .col_btn{

}
/* ======================== */
/* End | Mobile CWL 4 ===== */
/* ======================== */

/* ================== */
/* Mobile CWL 5 ===== */
/* ================== */
.pick_block .top_search,
.cwl_5 .top_search{
    padding: 0 0 8px;
}
.pick_block .top_search h3,
.cwl_5 .top_search h3{
    padding:0 0 3px;
    font-size:16px;
}
.pick_block .top_search .inputs input[type="text"],
.cwl_5 .top_search .inputs input[type="text"]{
    margin:0;
    padding:3px;
    font-size:14px;
}
.pick_block .top_search .inputs input[type="submit"],
.cwl_5 .top_search .inputs input[type="submit"]{
    margin:10px 0 00px;
    width:100%;
    border:0;
    padding:5px 10px;
    font-size:18px;
}

.pick_article_3 .article_id {
    font-weight: bold;
    font-size: x-large;
    margin: 10px;
}
.pick_article_3 .article_id small {
    font-weight: lighter;
    font-size: small;
}
.pick_article_3 .article_id .article-comment {
    font-weight: normal;
    font-size: 14px;
    margin: 0 -10px -5px;
}
.pick_article_3 table.noborder td {
    vertical-align:top;
    border:none;
    padding:15px;
}
.pick_article_3 table.noborder.nopadding td {
    padding:0;
}
.pick_article_3 .quantity {
    border: 3px solid #333333;
    text-align:center;

    padding: 15px;
    margin: 0 31px;
}
.pick_article_3 .quantity_right {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 6px;
    margin: 0 10px;
    background-color: #ffffff;
}
.pick_article_3 .article-dimensions {
    border: 2px solid #333333;
    padding: 5px 10px;
    font-size: smaller;
    font-weight: normal;
    margin-left: 10px;
    display: block;
}
.pick_article_3 .article-dimensions strong {
    font-weight: bold;
}
.pick_article_3 .quantity span {
    display:block;
    text-align:center;
    font-size:32px
}

.pick_article_3 .article-resell-info {
    margin-bottom: 15px;
}

/* ======================== */
/* End | Mobile CWL 5 ===== */
/* ======================== */

/* =================== */
/* Mobile PWWO 3 ===== */
/* =================== */
.taken_msg,
.delivered_msg{
    margin: 5px 0;
    padding: 3px;
}
.taken_msg.hide,
.delivered_msg.hide{
    display: none;
}
.taken_msg.active,
.delivered_msg.active{
    background-color:#b2a1c7
}
/* ========================= */
/* End | Mobile PWWO 3 ===== */
/* ========================= */
#picking-form .top_search h3{
    font-size: 14px;
    padding: 0;
}
#picking-form .pick_article_3 table.noborder {margin:5px 0;}
#picking-form .pick_article_3 table.noborder td{padding: 5px 15px;}
#picking-form .error_block.blue,
#picking-form .top_search,
#picking-form .pick_article_3 .article_id{
    margin: 5px 10px;
    line-height: 85%;
}

#picking-form .article_name .article_id {
    min-height: 50px;
}

#picking-form .quantity_wrapper {
    float: right;
    text-align: right;
}


#picking-form .qlm-label {
    color: red;
}

#article_name {position: relative;}

#picking-form .wrp_for_two_buttons .error_block_button {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
    margin: 2px 0 0;
    padding: 12px;
}

@media (max-width: 480px){
    #actionsPopup{
        width: 100%;
    }
    .dimensions-row{
        display: block!important;
    }
    .article_item .article_name{
        display: none;
    }
}

.new-op-order {
    background: #0080ff ! important;
    color: #ffffff ! important;
    padding: 1px 2px ! important;
}

/* =================== */
/* mobile.php ===== */
/* =================== */
.pulse-icon img{
    animation-duration: 2s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    position: absolute;
}
.pulse-icon{
    width: 20px;
    height: 20px;
    position: relative;
}

@keyframes pulse {
    from {
        width: 20px;
        height: 20px;
    }

    50%{
        width: 25px;
        height: 25px;
    }

    to {
        width: 20px;
        height: 20px;
    }
}
.alarm-block{
    background-color: red!important;
    color: white!important;
}
.warning{
    color: #FF0000;
}
.active .warning{
    color: #f5ff78;
}

#app {
    display: block;
}
#app #body {
    display: block;
    margin: 55px 0;
}

#app #header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #000;
    z-index: 10;
}
#app #header #pageTitle {
    position: relative;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}
#app #header #backBtn {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 2;
}

#app #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #000;
}
#app #footer a {
    display: inline-block;
    line-height: 41px;
    margin: 0 50px;
}

#app #header, #app #footer, #app #header #pageTitle, #app #header #backBtn {
    display: none!important;
}
#app #body {
    display: block;
    margin: 0!important;
}

.error-table {
    color: red;
    border: red;
}

.column-flex {
    display: flex;
    flex-direction: column;
}
.barcode_input:disabled{
    background-color: #cccccc!important;
}

.hta-tag {
    font-size: 15px;
    border-radius: 25px;
    padding: 5px 10px;
    background: #9fe870;
    color: #296707;
    border: 2px solid #296707;
    margin: 0 5px;
    font-weight: bold;
}

.oml-tag {
    font-size: 12px;
    border-radius: 25px;
    padding: 2px 7px;
    background: #FFCCB7;
    color: #FF2F00;
    border: 2px solid #FF2F00;
    margin: 0 5px;
    font-weight: bold;
}
/* =================== */
/* end mobile.php ===== */
/* =================== */
