﻿body {
    background: url(../images/bodybg.jpg) 0 0 no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    body {
        background: url(../images/bodybg_small.png) 0 0 no-repeat;
    }
}

.img-responsive {
    max-width: 100%;
}
.logo {
    margin: 60px auto;
    max-width: 400px;
}
@media (max-width: 767px) {
    .logo {
        max-width: 300px;
    }
}
.form-container {
    max-width: 350px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .form-container {
        width: 300px;
    }
}
.clear {
    clear: both;
}
.form-control {
    background: #ebe6e3;
    border-radius: 60px;
    height: 50px;
    border-color: #ebe6e3;
    margin: 0 0 10px 0;
    color: #000;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder { color: #000;}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #000; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #000; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #000; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #000; }  /* Microsoft Edge */
.btn-primary {
    background-color: #000;
    border-color: #000;
    border-radius: 60px;
    text-transform: uppercase;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #ac9231;
    border-color: #ac9231;
}
.btn-primary.btn-lg {
    padding: 14px 16px;
    font-size: 16px;
}

.btn-primary.white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.btn-primary.green {
    background-color: #4cb050;
    border-color: #4cb050;
    color: #fff;
}

.btn-primary.golden {
    background-color: #af9433;
    border-color: #af9433;
    color: #fff;
}

.btn-primary.grey {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.spacer {
    margin: 0 0 30px 0;
}

.spacer-small {
    margin: 0 0 15px 0;
}

/*Sign in page*/

form.form-signin .form-control {
    height: 55px;
}

form.form-signin input {
    background: #fff url(../images/common_sprite.png) 0 0 no-repeat;
    padding-left: 55px;
}

form.form-signin input[type=button] {
    background: #000;
}

form.form-signin input[type=button]:hover {
    background: #ac9231;
    border-color: #ac9231;
}

form.form-signin input#inputUser{
    background-position: 15px 13px;
}

form.form-signin input#inputPassword {
    background-position: 15px -43px;
}

form.form-signin .btn-primary {
    margin: 20px 0;
}

/*Landing Page*/
body.landingpage {
    background: url(../images/bodybg.jpg) 0 0 no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    body.landingpage {
        background: url(../images/bodybg_small.png) 0 0 no-repeat;
    }
}
body.landingpage .logo {
    margin: 10px auto 20px;
    max-width: 220px;
}
@media (max-width: 767px) {
    body.landingpage .logo {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .form-container.landing {
        max-width: 320px;
    }
}
.form-container.landing .col-xs-4{
    padding-left: 0;
    padding-right: 0;
}
.form-container.landing .spacer {
    margin: 0 0 50px 0;
}
.form-container.landing a {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.form-container.landing a:hover {
    text-decoration: none;
}
.form-container.landing a span.circle {
    background: #eaeae8;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 5px;
    margin: 0 auto 5px auto;
    position: relative;
}
.form-container.landing a span.circle:before {
    width: 90px;
    height: 90px;
    background: #fff;
    display: block;
    border-radius: 100%;
    font-size: 0;
    content: "|";
}
.form-container.landing a span span {
    display: block;
    position: absolute;
    top: 28px;
    width: 40px;
    left: 24px;
}
.form-container.landing a.ico_recieving span span {
    background: url(../images/ico_receiving.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}
.form-container.landing a.ico_putaway span span {
    left: 30px;
    top: 25px;
}
.form-container.landing a.ico_picking span span {
    left: 30px;
    top: 25px;
}
.form-container.landing a.ico_shipping span span {
    left: 28px;
    top: 31px;
}
.form-container.landing a.ico_inquiries span span {
    left: 31px;
}
.form-container.landing a.ico_processing span span {
    left: 34px;
    top: 25px;
}
.form-container.landing a.ico_logout span span {
    left: 30px;
    top: 27px;
}

/*Inner common pages*/
.inner-header {
    background: #fff;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}
.inner-header h4{
    font-size: 16px;
    font-weight: bold;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .sidebar-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  } 

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas.active {
    left: 0; /* 6 columns */
  }    

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/*button container*/
.button-container {
    text-align: center;
}

.button-container button {
    width: 90%;
    margin: 10px auto 5px;
    padding: 14px 20px;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    border: none;
}

.main-content {
    padding: 10px 15px;
}

.main-content .form-control {
    padding: 6px 20px;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
} 

.button-container button.btn-white {
    -webkit-box-shadow: 10px 12px 10px -12px rgba(138,138,138,1);
    -moz-box-shadow: 10px 12px 10px -12px rgba(138,138,138,1);
    box-shadow: 10px 12px 10px -12px rgba(138,138,138,1);
}

.button-container button.btn-white span {
    background: url(../images/button_arrow.jpg) no-repeat right center;
    display: block;
}

.button-container button.btn-black-back {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25px;
}
.button-container .btn-small-gray{
    width: auto;
    background: #b5b5b5;
    padding: 10px 40px;
    color: #fff;
    border-radius: 20px;
    float: left;
}
.button-container .btn-small-black{
    width: auto;
    background: #000;
    padding: 10px 40px;
    color: #fff;
    border-radius: 20px;
    float: right;
}

/*copyright*/

.copyright {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

/*Inner Header*/
body.landingpage.putaway {
    background: #eeeeee;
}
body.landingpage.putaway .innerheader {
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    padding: 7px 0 7px;
}
body.landingpage.putaway .innerheader .logo {
    margin: 7px auto;
    max-width: 100px;
}
body.landingpage.putaway .pageheader-container {
    max-width: 350px;
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
}
body.landingpage.putaway .pageheader {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 0 0 20px 0;
    background: #fff;
}
body.landingpage.putaway .pageheader a.btn-back {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 15px;
}
body.landingpage.putaway .pageheader a.btn-back i {
    font-size: 25px;
    color: #000;
}
body.landingpage.putaway .pageheader .filter {
    width: 100px;
    position: absolute;
    top: 10px;
    right: 0;
    background: #eee;
    padding: 3px;
    border-radius: 30px;
}
body.landingpage.putaway .pageheader .filter select {
    border: none;
    font-size: 14px;
    background: #eee;
    font-weight: bold;
}
body.landingpage.putaway .pageheader .filter select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

body.landingpage.putaway .pageheader .dropdown {
    width: 80px;
    margin: 0 auto;
}
body.landingpage.putaway .pageheader button {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
}

.welcomeheader {
    max-width: 350px;
    margin: 0 auto;
}

.welcomeheader ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.welcomeheader ul li {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 30px;
}

.welcomeheader ul li:last-child { 
    float: right;
}

.welcomeheader ul li span {
    color: #ad9032;
}

.welcomeheader.landing {
    max-width: 60%;
}

.welcomeheader.landing ul li {
    display: block;
    float: none;
    text-align: center;
}

.welcomeheader.landing ul li:first-child {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body.landingpage.putaway .form-container.landing {
        max-width: 350px;
    }
}
body.landingpage.putaway .form-container.landing .table-container {
    border: 1px #d9d9d9 solid;
    border-radius: 10px;
    background: #fff;
}
body.landingpage.putaway .form-container.landing .table-container table {
    width: 100%;
}
body.landingpage.putaway .form-container.landing .table-container table tr td {
    border-bottom: 1px #d9d9d9 solid;
    padding: 10px;
    font-size: 12px;
}

body.landingpage.putaway .form-container.landing .table-container table tr.main-row td {
    border-bottom: none;
    padding-bottom: 0;
}

body.landingpage.putaway .form-container.landing .table-container table tr.merged-row td {
    padding-top: 0;
}

body.landingpage.putaway .form-container.landing .table-container table tr td a {
    height: auto;
}

body.landingpage.putaway .form-container.landing .table-container table tr td a i{
    font-size: 25px;
    color: green;
}

body.landingpage.putaway .form-container.landing .table-container table tr td a.open i{
    color: #02bcd5;
}

body.landingpage.putaway .form-container.landing .table-container table tr td button {
    box-shadow: none;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

body.landingpage.putaway div.table-head {
    text-transform: uppercase;
    padding: 0 0 5px 0;
    font-weight: bold;
}


/*dropdown*/
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.table-checkbox {
    display: inline-block;
    float: right;
    font-weight: normal;
}

.table-checkbox label {
    font-weight: normal;
    padding-left: 5px;
}

/*internal put*/

body.landingpage.putaway.internalput .form-container.landing .table-container table tr.main-row td {
    padding-bottom: 10px;
}

body.landingpage.putaway.internalput .form-container.landing .table-container table tr.main-row td.colon {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.float-button {
    position: fixed;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
}

/*unplan-movement*/

.form-container.landing.unplan-movement {
    padding: 20px 0 0 0;
}

.form-container.landing.unplan-movement a {
    display: block;
    background: #fff;
    height: auto;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    -webkit-box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    -moz-box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    margin: 0 0 15px 0;
}

.form-container.landing.unplan-movement a:after {
    content: 'working';
    float: right;
    background: url(../images/button_arrow.jpg) 0 -2px no-repeat;
    width: 30px;
    height: 30px;
    font-size: 0;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container {
    border-bottom: none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0; 
}

body.landingpage.putaway .form-container.landing .table-container table tr.last td {
    border-bottom: none;    
}

body.landingpage.putaway .form-container.landing .section-wrapper .btn-delete {
    width: 100%;
    background: #afafaf;
    border: none;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
} 

.a-center {
    text-align: center;
}

.slide-container {
    width: 100%;
    margin: 0 auto;
}

.carousel-wrapper {
    position: relative;
    margin: 0 0 20px 0;
}

.carousel-wrapper .carousel {
    position: static;
}

.carousel.slide {
    width: 80%;
    margin: 0 auto;
}

.carousel-control-prev {
    left: 0;
}
  .carousel-control-next {
    right: 0;
}

  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 25px;
    bottom: 0;
    width: 30px!important;
    color: #000!important;
    text-align: center!important;
    font-size: 30px!important;
    height: 30px!important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
}

/*notification count*/

.form-container.landing a span.circle span.notification-count {
    top: 5px;
    right: -5px;
    left: inherit;
    background: red;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    width: auto;
    padding: 0 5px;
}

/*Picking Revert*/
body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.table-container.picking-revert .fixed-table-container,.table-container.picking-revert table{
    border: none;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .fixed-table-toolbar .search {
    margin-bottom: 0;
    float: none!important;
    width: 95%;
    margin: 10px auto 0;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .fixed-table-toolbar .search .form-control {
    height: 40px;
    background: none;
    border-color: #dddddd;
    border-radius: 10px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .table thead>tr>th {
    background: #dddddd;
    padding-right: 5px;
    font-size: 13px;
}

body.landingpage.putaway .form-container.landing .table-container.picking-revert table tr td a {
    width: auto;
    display: inherit;
    color: #0581bb;
    text-decoration: underline;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .fixed-table-container thead th .both {
    background-image: url(../images/ico-sortable.jpg);
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .fixed-table-pagination {
    text-align: center;
    padding: 0 0 5px 0;
    font-size: 14px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert .fixed-table-pagination .float-left.pagination-detail {
    float: none!important;
}

body.landingpage.putaway.picking-next .form-container.landing {
    width: 100%;
}

body.landingpage.putaway.picking-next .form-container.landing .table-container table tr td a {
    color: green;
    display: inherit;
}

body.landingpage.putaway.picking-next .form-container.landing .table-container table tr td a.pending,body.landingpage.putaway.picking-next .form-container.landing .table-container table tr td a.pending i {
    color: #ffab55;
}


body.landingpage.putaway.picking-next .form-container.landing .table-container table tr td a i {
    vertical-align: middle;
    padding: 0 0 0 5px;
}

body.landingpage.putaway.picking-next .form-container.landing .table-container table tr.main-row td {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 10px;
}

body.landingpage.putaway.picking-next .form-container.landing .table-container table tr.main-row:last-child td {
    border-bottom: none;
}

body.landingpage.putaway.picking-next .form-container.landing .table-container table tr.merged-row td {
    padding-top: 10px;
}

/*Find Form*/

.find-form {
    max-width: 350px;
    margin: 0 auto;
}

.find-form .form-group .input-group input {
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
    height: 35px;
    border: 1px #d9d9d9 solid;
} 

.find-form .form-group .input-group .btn-dark {
    border-radius:20px;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 12px; 
}

/*PNA Picking*/

body.landingpage.putaway.picking-next.pna-picking {
    background: url(../images/pna_picking_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

/*PNA Picking Details*/

body.landingpage.putaway.picking-next.pna-picking.pna-picking-details {
    background: url(../images/pna_details_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

body.pna-picking-details .otherbins {
    padding: 10px;
}

body.pna-picking-details .otherbins h4 {
    font-size: 12px;
    padding: 0 0 10px 0;
}

body.pna-picking-details .otherbins h4 span {
    color: #777777;
    padding: 0 5px 0 0;
}

body.pna-picking-details .otherbins form {
    
}

body.pna-picking-details .otherbins form .form-group .input-group input {
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
    height: 35px;
    border: 1px #d9d9d9 solid;
}

body.pna-picking-details .otherbins form .form-group .input-group .btn-primary {
    border-radius: 20px;
    text-transform: uppercase;
    padding: 0;
    font-size: 12px;
    width: 84px;
}

body.pna-picking-details .otherbins form .form-group .input-group .btn-primary i {
    font-size: 16px;
}

body.pna-picking-details .slidedown button.dropdown-toggle {
    background: none;
    color: #000;
    border: none;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
}

body.pna-picking-details .slidedown .btn-primary:not(:disabled):not(.disabled):active {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
}

body.pna-picking-details .slidedown .btn-primary.focus, body.pna-picking-details .slidedown .btn-primary:focus {
    box-shadow: none;
}

body.pna-picking-details .slidedown .dropdown-toggle::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f106";
    border: none;
    float: right;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 30px;
}

body.pna-picking-details .slidedown .dropdown-toggle.collapsed::after {
    content: "\f107";
}

body.landingpage.putaway.pna-picking-details .table-container .slidedown table tr:last-child td {
    border-bottom: none;
}

body.landingpage.putaway.pna-picking-details .table-container .slidedown table tr:first-child td {
    border-top: 1px #d9d9d9 solid;
}


/*Search*/

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search {
    position: relative;
    padding: 45px 0 0 0;   
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal {
    padding: 20px;
    position: relative;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .col-form-label {
    font-size: 14px;
    color: #777777;
    font-weight: bold;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .dropdown .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #e8e8e8;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .dropdown .btn-secondary.btn {
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: bold;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 15px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .dropdown-menu.show .dropdown-item{
    height: inherit;
    text-align: left;
    font-weight: normal;
    padding: 3px 1.5rem 3px 10px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .dropdown-menu.show {
    width: 100%;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .form-control {
    height: inherit;
    background: none;
    border-radius: 10px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);
    border: none;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-dark {
    width: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search .pagination-info {
    color: #af9433;
    font-size: 13px;
    font-weight: bold;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-collapsible {
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
    height: 30px;
    width: 30px;
}
body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-collapsible:focus {
    outline: none;
}
body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-collapsible i.fa-plus-square{
    display: none;
}
body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-collapsible.collapsed i.fa-minus-square{
    display: none;
}
body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-collapsible.collapsed i.fa-plus-square{
    display: block;
}

body.landingpage.putaway .form-container.landing .section-wrapper .table-container.picking-revert.search table tr td span {
    display: block;
}

/*Stock Movement*/

body.stock-movement .form-container.landing.unplan-movement div.tab {
    background: #fff;
    height: auto;
    border-radius: 10px;
    text-align: left;
    -webkit-box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    -moz-box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    box-shadow: 0px 6px 10px -2px rgba(163,161,163,1);
    margin: 0 0 15px 0;
    position: relative;
}

body.stock-movement .form-container.landing.unplan-movement a {
    font-size: 14px;
    font-weight: bold;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
}

body.stock-movement .form-container.landing.unplan-movement a:focus {
    text-decoration: none;
}

body.stock-movement .form-container.landing.unplan-movement a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f106";
    border: none;
    float: right;
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 0;
    background: none;
}

body.stock-movement .form-container.landing.unplan-movement a.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
}

body.stock-movement .form-container.landing.unplan-movement .collapsing a:after {
    display: none;
}

body.stock-movement .form-container.landing.unplan-movement .slidedown ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body.stock-movement .form-container.landing.unplan-movement .slidedown {
    border-top:1px #ddd solid;
}

body.stock-movement .form-container.landing.unplan-movement .slidedown ul li a {
    font-size: 13px;
    font-weight: normal;
    position: relative;
}

body.stock-movement .form-container.landing.unplan-movement .slidedown ul li a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    border: none;
    float: right;
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 0;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal {
    padding: 10px;
}

body.landingpage.putaway.enquiry .form-container.landing .table-container {
    background: none;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search {
    padding: 0;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search .form-horizontal .form-control {
    background: #fff;
    border-radius: 10px;
    height: 35px;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search .buttonrow .col-10{
    margin: 0 auto;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search .btn-group{
    width: 100%;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-dark {
    width: 50%;
    display: inline-block;
}

body.landingpage.putaway.enquiry .form-container.landing .section-wrapper .table-container.picking-revert.search button.btn-success {
    width: 50%;
    display: inline-block;
    border-radius: 20px;
}
.SubModuleNotification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .SubModuleNotification .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 5px 10px;
        border-radius: 50%;
        background-color: red;
        color: white;
    }