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: inherit;
  font-size: 16px;
  vertical-align: baseline;
}
input:focus {
    border: 1px solid #3581a5;
    -webkit-box-shadow: 0 0 5px 0 rgb(152, 187, 204);
            box-shadow: 0 0 5px 0 rgb(152, 187, 204);
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  
    background: #2c4550;
  font-family: Microsoft JhengHei, arial, helvetica, san-serif;
  font-size: 14px;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

button:focus, input:focus, a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.title {
  padding: 24px 0px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
}

.button {
  display: block;
  border: 0;
  border-radius: 12px;
  padding: 10px;
  padding-bottom: 12px;
  background: #404040;
  text-align: center;
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.4);
}
.button img {
  width: 35px;
  height: auto;
}
.button.active, .button:active {
  position: relative;
  top: 2px;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.button--search {
  width: 70px;
  height: 35px;
  background-color: #ff6553;
  background-image: url("../_images/icon/search.png");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center 40%;
}
.button.button--count {
  width: 30px;
  height: 30px;
  background-image: url("../_images/icon/count.png");
  background-size: 55% 55%;
  background-repeat: no-repeat;
  background-position: center 40%;
}

.buttonbar .button {
  display: inline-block;
  min-width: 160px;
}
.buttonbar .button--full {
  width: 100%;
}
.buttonbar.buttonbar--right {
  text-align: right;
}
.buttonbar.buttonbar--center {
  text-align: center;
}

.box {
  border-radius: 12px;
  background: #FFF;
}
.box.box--index .box--body {
  padding: 24px;
  padding-bottom: 12px;
}
.box.box--index .box--footer {
  padding: 24px;
  padding-top: 12px;
}
.box.box--table .box--head {
  padding: 24px;
  overflow: hidden;
}
.box.box--table .box--footer {
  padding: 24px;
  padding-top: 12px;
}
.box.box--table .box--table__name {
  float: left;
  font-size: 18px;
}
.box.box--table .box--table__number {
  float: right;
  font-size: 18px;
}
.box.box--table .box--table__total {
  padding: 12px 24px;
  font-size: 18px;
}
.box.box--table .box--table__total ul li {
  padding: 6px 0px;
}
.box.box--table .box--table__total ul li span {
  display: inline-block;
  min-width: 120px;
}
.box .box__form label {
  font-size: 18px;
}
.box .box__form input, .box .box__form select {
  font-size: 18px;
  height: 46px;
    width: 100%;
}
.box .box__form .form-group {
  margin-bottom: 12px;
}
.box .box__form .form-group a{
    font-size: 17px;
}

.box .box__button {
  padding: 16px 0;
  background: #3891bd;
  color: #FFF;
  font-size: 18px;
}


.login .login__buttonbar .button:hover,.login .login__buttonbar .button:focus,
.please-scan .submit:focus span,.please-scan .submit:hover span,
.box .box__button:focus,.box .box__button:hover{
    background:#fc5e4c;
}



.box .scan .img {
    margin: 30px auto 10px;
    width: 280px;
        text-align: center;
}

.box .scan .img img {
    width: 100%;
    max-width: 100%;
}
.please-scan {
    text-align: center;
        margin-bottom: 30px;
}
.please-scan input {
       padding: 9px 0;
    display: inline-block;
    background: #3891bd;
    color: #FFF;
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 3px;
    min-width: 110px;
    margin-right: 6px;
    margin-top: -5px;
}
.please-scan span {
    padding: 12px 0;
    display: inline-block;
    background: #3891bd;
    color: #FFF;
    font-size: 18px;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    min-width: 200px;
}
.modal .modal__title {
  padding: 12px 0px;
  font-size: 20px;
  text-align: center;
}
.modal .modal__button {
  padding: 16px 0;
  background: #00a0e9;
  color: #FFF;
  font-size: 18px;
}
.modal#modalCount .count--form {
  text-align: center;
}
.modal#modalCount .count--form__input {
  display: inline-block;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 8px 4px;
  width: 18%;
}
.modal#modalCount .count--form__math {
  display: inline-block;
  padding: 0px 4px;
  height: 34px;
  line-height: 34px;
}


.login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../_images/bg.jpg");
  background-position: top center;
  z-index: 1;
}
.login:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../_images/bg-mask.png");
  background-repeat: repeat;
  z-index: -1;
}
.login .login__heading {
  margin-top: 20%;
  margin-bottom: 60px;
  text-align: center;
color: #225770;
    text-shadow: 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff;
}
.login .login__heading h1 {
  font-size: 48px;
  font-weight: 600;
}
.login .login__heading p {
  font-size: 19px;
  font-weight: 600;
}
.login .login__input {
  position: relative;
  margin-bottom: 6px;
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.login .login__input label {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 42px;
  height: 42px;
}
.login .login__input label img {
  width: 100%;
  height: auto;
}
.login .login__input input {
  border: 0;
  background: transparent;
  padding: 12px 12px 10px;
  padding-left: 60px;
  font-size: 18px;
  width: 100%;
border-bottom: 2px solid transparent;
}

.login .login__input input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2px solid #527688;

}

.login .login__input span.error {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  color: #ff6553;
}
.login .login__input .login__security-code {
  position: absolute;
  right: 12px;
  top: 20px;
}
.login .login__input .login__security-code + span.error {
  right: 105px;
}
.login .login__buttonbar {
  margin-top: 24px;
}
.login .login__buttonbar .button {
  padding: 18px;
  background:#2d799f;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}
.login .login__message {
  margin-top: 12px;
}
.login .login__message .message {
  border-radius: 6px;
  padding: 16px 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}.login .login__message .message.hidden {
    display: none;
}

.login .login__message .message p {
    display: inline-block;
    vertical-align: middle;
}

.login .login__message .message p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.login .login__message .message#Error {
    background: #ff6553;
}

.login .login__message .message#Error p:before {
    background-image: url('../_images/icon/error.png');
}

.login .login__message .message#Success {
    background: #00a0e9;
}

.login .login__message .message#Success p:before {
    background-image: url('../_images/icon/success.png');
}

.navbar {
    padding: 4px 0px;
    background: #3581a5; 
}

.navbar--wrapper {
    display: flex;
}

.navbar .navbar--welcome {
    padding-top: 12px;
    font-size: 18px;
    color: #FFF;
    min-width: 60px;
    margin-left: 13px;
}

.navbar .navbar--welcome .navbar--welcome__text {
    display: inline-block;
        white-space: nowrap;
}

.navbar .navbar--welcome:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../_images/icon/account.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar .navbar--welcome strong {
    font-weight: 600;
}

.navbar .navbar--tools {
    width: 100%;
}

.navbar .navbar--tools .button {
    margin-left: 5px;
}

.navbar--tools__home {
  float: right;
}

.navbar--tools__logout {
  float: right;
}

.menu {
    margin-top: 70px;
}

.menu .menu__item {
    margin-bottom: 24px;
    border-radius: 18px;
    padding: 48px 0px;
    background: #2f8fc1;
    background: radial-gradient(circle at 100% 100%, #49a1ce 80%, #2f8fc1 20%);
    text-align: center;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
}

.menu .menu__item:hover {
    background: radial-gradient(circle at 100% 100%, #68b3da 80%, #4da2cf 20%);
}

.menu .menu__item.active,
.menu .menu__item:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu .menu__item img {
    margin-bottom: 24px;
    width: 100px;
    height: auto;
}

.menu .menu__item p {
    font-size: 30px;
    color: #FFF;
}

.pd-list {
    width: 100%;
    float: left;
    font-size: 18px;
}

.pd-list .pd-name {
    font-weight: 700;
    font-size: 21px;
    color: #0581bf;
    line-height: 1.3em;
    margin-top: 20px;
}

.pd-list .stock-number {
    margin-top: 55px;
}

.pd-list .text {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5em;
    display: inline-block;
    white-space: nowrap;
}

.pd-list .text02 {
    margin-top: 3px;
    font-size: 15px;
}

.pd-list .form-group {
    margin-top: 13px;
}

.pd-list .img img {
    width: 100%;
    max-width: 100%;
}

.pd-list .form-group {
    position: relative;
}

.pd-list .form-group span.unit{
 
    position: absolute;
    right: 7px;
    top: 11px;
    font-size: 16px;
    color: #9c9c9c;
    display: inline-block;
}

.pd-list .form-group input {
    padding: 6px 25px 6px 12px;
}

.pd-new-list  .list-item-wapper.pd-list .pd-name {
    font-size: 17px;
}
.pd-new-list  .pd-list .form-group span.unit{
    font-size: 16px;
}
.pd-new-list  .list-item-wapper.pd-list .text {
    font-size: 16px;
         display: block;
    max-width: 240px;
    position: relative;
}
.pd-new-list .list-item-wapper.pd-list .text.text04 {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 2px;
        text-align: right;
    position: relative;
}
.text.text04 input {
    height: 46px;
    width: 187px;
    margin-left: 5px;
}
span.color_stock {
    position: absolute;
    right: 5px;
    color: #F44336;
}

span.color_number {
    position: absolute;
    right: 53px;
    top: 2px;
    color: #03b600;
    font-weight: 700;
}
.pd-new-list  .pd-list .text02 {
    font-size: 13px;
       position: relative;
           display: block;
    max-width: 240px;
}


.pd-new-list  .new-text {
 display: inline-block;
    background: #494949;
    color: #fff;
    font-size: 16px;
    padding: 11px 30px;
    cursor: pointer;
    position: absolute;
    right: -4px;

}

.list-item-wapper .box__form{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 12px 0 100px;
} 

.list-item-wapper.pd-list  .pd-name {
    margin-top: 5px;
    font-size: 18px;
    display: block;
}
.list-item-wapper.pd-list .text {
    font-size: 17px;
}
.list-item-wapper.pd-list .text03{
     margin-top: 7px;
    color: #333;
    font-size: 17px;
}

.list-item {
    width: 100px;
    float: left;
        margin-right: 15px;
}
.pd-list.list-item-wapper {
    position: relative;
    padding: 13px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dotted #d0d0d0;
}
.pd-list.list-item-wapper:last-child{
    border-bottom: none;
}
.list-item-wapper .button {
      width: 36px;
    height: 38px;
    position: absolute;
    right: 23px;
    bottom: 12px;
 
    border-radius: 8px;
}


.list-item-wapper .button.active,
.list-item-wapper .button:focus,
.list-item-wapper .button:active{
      top:initial; 
       bottom: 12px;
    position: absolute;
}

.list-item-wapper .button img{
    width: 100%;
}

.list-item-wapper .x-button {
    font-size: 16px;
    position: absolute;
    bottom: 9px;
    left: 8px;
    padding: 16px;
    cursor: pointer;
}

.list-number {
    font-weight: bolder;
    font-size: 10px;
    font-family: monospace;
    letter-spacing: 1px;
    position: absolute;
    background-color: #ffffffb3;
    padding: 3px;
    border-radius: 10px;
}

.pd-list.list-item-wapper:first-child {
    background-color: lightyellow;
}

.num-item {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 6px 10px;
    background: #ff7267;
    margin: 8px 0 -5px 0;
}
.num-item span {
    font-size: 18px;
    padding: 0 4px;
}
h3.stock__number {
    white-space: nowrap;
        background: #466a7a;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.bottom__button {
    position: fixed;
    width: 100%;
    background: #2e7697;
    bottom: 0;
}
.bottom__button .main-btn {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  padding: 9px 77px 9px 8px;


    border-radius: 0;
    background: #2e7697;
  
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bottom__button.one_button .main-btn{
    width: 100%;
    border: none;
        padding: 9px;

}
.button.main-btn .icon img {
    width: 30px;
}

span.box-check label {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #919191;
    color: transparent;
  
    position: relative;
    top: -7px;
    margin-left: 10px;
}
span.num-plus {
  display: inline-block;
    background: #f55044;
    color: #fff;
    position: absolute;
    right: 189px;
    top: 8px;
    padding: 1px 7px 4px;
    border-radius: 6px;
    margin: 0 6px;
    font-size: 22px;
    -webkit-box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.28);
}
span.box-check input:checked+label {
    background: url(../_images/icon/checked.png) no-repeat center;
    background-size: 22px;
    margin-top: 10px;
}
.footer {
    padding: 24px 0px;
    line-height: 1.5em;
    text-align: center;
    color: #939393;
    color: hsla(0, 0%, 100%, 0.35);
}
span.box-check input {
    display: none;
}
.top-list {
    background: #fff1d8;
}

.add-btn-class {
    padding: 9px 0;
    text-align: center;
}

.add-btn-class span {
    color: #fff;
}
.add-btn-class.add-btn-class02 {
    padding: 9px 60px 9px 0;
}
.stock_page .top-list {
    margin-top: 9px;
}

@media(max-width:1199px) {
    .pd-list .form-group input {
        width: 175px;
    }
    .pd-list .stock-number {
        margin-top: 45px;
    }
    .pd-list .pd-name {
        margin-top: 5px;
    }
}

@media(max-width:991px) {
    .pd-list .stock-number {
        margin-top: 20px;
    }
    .pd-list .pd-name {
        margin-top: 15px;
    }
    .pd-list .form-group {
        margin-top: 20px;
    }
   
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
        width: 100%;
    }
    .pd-list-wapper,
    .pd-list-text {
        float: none;
        margin: 0 auto;
    }
    .pd-list-wapper {
        width: 215px;
    }
    .pd-list-text {
        width: 300px;
    }
    .please-scan .submit span {
        min-width: none;
        width: 300px;
    }
    .pd-list .form-group input {
        width: 100%;
    }
    .pd-list .form-group span.unit {
        top: 31px;
    }
    .pd-list {
        font-size: 17px;
    }
    .pd-list .pd-name {
        margin-top: 12px;
        font-size: 20px;
        display: block;
    }
    .pd-list .form-group {
        margin-top: 10px;
    }
    .title {
        padding: 16px 0px;
        font-size: 20px;
        display: none;
    }
    .button {
        border-radius: 8px;
        padding: 8px;
        padding-bottom: 8px;
        -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
    }
    .button img {
        width: 22px;
        height: auto;
    }
    .button:active {
        top: 2px;
        padding-bottom: 6px;
    }
    .button.button--search {
        width: 50px;
        height: 30px;
    }
    .button.button--count {
        width: 24px;
        height: 24px;
    }
    .buttonbar {
        text-align: center;
    }
    .buttonbar .button {
        min-width: 86px;
    }
    .buttonbar.buttonbar--right {
        text-align: center;
    }
    .buttonbar.buttonbar--center {
        text-align: center;
    }
    .navbar {
        position: fixed;
        z-index: 10;
        top: 0;
        width: 100%;
    }
    .navbar .navbar--welcome {
        padding-top: 8px;
        font-size: 14px;
    }
    .navbar .navbar--welcome:before {
        width: 16px;
        height: 16px;
    }
    .menu {
        margin-top: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 12px;
    }
    .menu .menu__item {
        margin-bottom: 24px;
        padding: 24px;
        text-align: left;
    }
    .menu .menu__item img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
        width: 48px;
        height: auto;
    }
    .menu .menu__item p {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
    }
    .nav-tabs li a {
        padding: 8px 0;
    }
    .tab-content .tab-pane {
        display: none;
    }
    .tab-content .tab-pane.active {
        display: block;
    }
    .box {
        border-radius: 0;
        padding: 65px 0 20px;
        width: 100%;
        overflow: hidden;
        float: left;
    }
    .box.box--index .box--body {
        padding: 12px;
        padding-bottom: 6px;
    }
    .box.box--index .box--footer {
        padding: 12px;
        padding-top: 6px;
    }
    .box.box--table .box--head {
        padding: 12px;
    }
    .box.box--table .box--footer {
        padding: 12px;
        padding-top: 6px;
    }
    .box.box--table .box--table__name,
    .box.box--table .box--table__number {
        font-size: 13px;
    }
    .box.box--table .box--table__total {
        padding: 6px 12px;
        font-size: 14px;
    }
    .box.box--table .box--table__total ul li {
        padding: 3px 0px;
    }
    .box.box--table .box--table__total ul li span {
        display: inline-block;
        min-width: 80px;
    }
    .box .box__form label {
        font-size: 16px;
        margin-bottom: 6px;
        white-space: nowrap;
        min-width: 100px;
    }
    .box .box__form input,
    .box .box__form select {
        font-size: 16px;
            padding: 10px;line-height: 2em;
        
        border: 1px solid #ababab;
    }
    
    .box .box__form input:focus,
    .box .box__form select:focus{
       border: 1px solid #3581a5;
    }
    
    .box .box__form .form-group {
        margin-bottom: 6px;
    }
    .box .box__button {
        padding: 12px 0;
        font-size: 16px;
    }
    .box .box__tabs {
        border-bottom: 1px solid #FFF;
        overflow: hidden;
    }
    .box .box__tabs li {
        float: left;
        width: 16.66666666%;
        font-size: 14px;
    }
    .box .scan .img {
        margin: 30px auto 20px;
        width: 240px;
    }
    .box.scan .img img {
        width: 100%;
        max-width: 100%;
    }
    .login .login__heading {
        margin-top: 19%;
        margin-bottom: 40px;
    }
    .login .login__heading h1 {
        font-size: 32px;
    }
    .login .login__heading p {
        font-size: 13px;
        font-weight: 400;
    }
    .login .login__input {
        border-radius: 4px;
        padding: 6px;
    }
    .login .login__input label {
        top: 12px;
        left: 12px;
        width: 24px;
        height: 24px;
    }
    .login .login__input input {
        padding: 7px 8px;
        padding-left: 40px;
        font-size: 16px;
    }
    .login .login__input .login__security-code {
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .login .login__buttonbar .button {
        font-size: 18px;
    }
    .modal .modal__title {
        font-size: 18px;
    }
    .modal .modal__button {
        padding: 12px 0;
        font-size: 16px;
    }
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,
    .col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,
    .col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,
    .col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
    .col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,
    .col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,
    .col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,
    .col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
    .col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,
    .col-sm-12,.col-md-12,.col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .login_wapper {
        max-width: 600px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }
  
}

@media (max-width: 480px) {
    .pd-new-list  .list-item-wapper.pd-list .pd-name{
        margin-top: 2px;
    }
    .pd-list.list-item-wapper .list-item {
        width: 80px;
        margin-top: 7px;
    }
    .pd-list.list-item-wapper .box__form {
        padding: 0px 6px 0 90px;
    }
    .pd-new-list .pd-list.list-item-wapper{
        padding:  9px;
           
    }
   .pd-new-list .pd-list.list-item-wapper .list-item {
    width: 75px;
    margin-top: 8px;
    margin-right: 10px;
}
       .pd-new-list .list-item-wapper .button {
        width: 29px;
        height: 29px;
    }
    .pd-new-list .pd-list.list-item-wapper .box__form {
    padding: 0px 6px 0 80px;
}
    .menu .menu__item {
        margin-bottom: 24px;
        padding: 24px;
    }
    .menu .menu__item img {
        width: 36px;
        height: auto;
    }
    .menu .menu__item p {
        font-size: 20px;
    }
    .footer {
        padding: 12px 0px;
        font-size: 13px;
    }
    h3.stock__number {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .box {
        padding: 55px 0 20px;
    }
      
    .pd-new-list h3.stock__number {
    margin-top: 15px;font-size: 18px;    padding: 4px 8px;
}
    .pd-new-list.box {
    padding: 35px 0 5px;
}
   
    
}

@media (max-width:425px) {
    .list-item {
        width: 90px;
        float: left;
        margin-right: 10px;
        margin-top: 15px;
    }
}

@media (max-width:320px) {
    .list-item-wapper .button {
        width: 29px;
        height: 29px;
    }
}


/*placeholder*/

:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #191d1f;
}

:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #191d1f;
}

:focus:-ms-input-placeholder {
    /* IE 10+ */
    color:  #191d1f;
}

:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #191d1f;
}


/* Temp */

.chosen-container-single {
    /* padding: 6px 12px; */
}

.chosen-container-single .chosen-single {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: auto;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img#chksum_img {
    width: 80px;
    margin-top: -4px;
}

span#msg {
    color: #fff !important;
    background: #ec5c52;
    display: inline-block;
    line-height: 1.3em;
    width: 100%;
    border-radius: 7px;
    margin-top: 5px;
    text-align: center;
}

span#L_msg {
    background: #ec5c52;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.3em;
    border-radius: 7px;
    margin-top: 5px;
    text-align: center;
}

input#TextBox1 {
   min-width: 170px;
    border: 1px solid #b8b8b8;
    height: 50px;
    width: auto;
    line-height: 2em;
}

.bottom__button .main-btn.confirm {
    background: #f55044;
    padding: 6px 8px 8px;
        position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 320px){

.box .box__form label {
    min-width: 70px;
}
    input#TextBox1 {
        min-width: auto;
    border: 1px solid #b8b8b8;
    height: 42px;
    width: 125px;
    margin-right: 10px;
    margin-left: 4px;
    line-height: 2em;
}
    
}
