@import url(../../../vendors/bootstrap/css/bootstrap.css);

.container {
    max-width: 960px;
}

@media (min-width: 1270px) {
    .container {
        max-width: 1100px;
    }
}

.d-flex {
    display: flex;
    display: -webkit-box;
}

ul {
    margin: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }
}

input {
    width: 100%;
}

.l-font-28 {
    font-size: 28px;
    line-height: 42px !important;
}

.l-font-24 {
    font-size: 24px !important;
    line-height: 36px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.fs-xs {
    font-size: 13px;
}

.fs-1 {
    font-size: 36px;
}

.fs-2 {
    font-size: 30px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pt-3 {
    padding-top: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pr-3 {
    padding-right: 20px;
}

.float-right {
    float: right;
}

.text-light-grey {
    color: #C4C4C4;
}

.text-white {
    color: white;
}

.w-100 {
    width: 100% !important;
}

.w-130 {
    width: 130px;
}

.bg-purple {
    background: #7D64F4;
}

.bg-blue {
    background: #19BCD2;
}

.bg-orange {
    background: #F68B41;
}

.bg-green {
    background: #20D37D;
}

.bg-light-green {
    background: #89C04E;
}

.bg-light-grey {
    background: rgba(196, 196, 196, 0.15);
}

.bg-light-blue {
    background: #EDF0F3;
}

.btn {
    padding: 16px;
}

.btn-primary {
    color: #FFFFFF;
    background: #41A2F8;
    border: 1px solid #41A2F8;
}

.btn-bark-grey {
    background: #5F6B84;
    color: #FFFFFF;
}

.btn-black {
    background: #000000;
    color: #FFFFFF;
}

.btn-bark-blue {
    background: #21325B;
    color: #FFFFFF;
}

.btn-bark-blue:hover {
    color: white;
}

.btn-light-green {
    background: #DDF7ED;
}

.btn-green {
    background: #00BFA5;
}

.btn-circle {
    width: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
}

.rounded-pill {
    border-radius: 100%;
}

.border-grey {
    border: 1px solid #8D9FB1 !important;
}

.border-orange {
    border-color: #F6C038 !important;
}

.article-pick {
    background: rgba(248, 231, 28, 0.560236);
    border: 2px solid #F6C038;
    font-weight: bold;
    font-size: 32px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.table {
    font-size: 18px;
}

.table > :not(caption) > * > * {
    border-bottom: 0;
}

.table.align-middle tr {
    vert-align: middle;
}

.table .btn-action {
    width: 74px;
    height: 55px;
    padding: 0;
    color: #ffffff;
}

.table .btn-action .icon-minus {
    font-size: 10px;
}

.table .btn-action i {
    line-height: 50px;
}

.table thead th {
    color: #5F6B84;
    font-weight: normal;
    font-size: 16px;
}

.table thead .sorting {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/sorting.svg");
    padding-left: 20px;
}

.table thead .sorting.sorting_asc {
    background-image: url("../img/sorting_asc.svg");
}

.table thead .sorting.sorting_desc {
    background-image: url("../img/sorting_desc.svg");
}

.table tbody tr:nth-child(even) {
    background: #EDF0F3;
}

.table tbody td:last-child {
    text-align: right;
}

.table tbody td strong {
    font-weight: 600;
}

.grid-stack .grid-stack-item {
    padding: 0 5px !important;
    overflow: hidden;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-actions {
    padding: 0;
    margin: 0;
}

.navbar-actions li {
    list-style: none;
}

.mt-xs-0 {
    margin-top: 0;
}

.round {
    border-radius: 5px;
}

.rounded {
    border-radius: 40px;
}

.fw-normal {
    font-weight: normal;
}

.pl-24 {
    padding-left: 24px;
}

.form-control {
    height: auto;
    line-height: 22px;
    padding: 15px;
}

.footer-form label {
    font-size: 16px;
    font-weight: normal;
}

.footer-form input {
    padding: 4px;
}

.modal-dialog-centered {
    transform: translate(0, 100%) !important;
}

.modal-footer {
    border-top: 0 !important;
    text-align: center;
}

.modal-body-fixed {
    max-height: calc(100vh - 120px);
    overflow-y: scroll;
}

.modal-content input {
    padding: 10px;
    height: auto;
    background: rgba(196, 196, 196, 0.15);
    border: 1px solid #8D9FB1;
}

.modal-content h3 {
    font-size: 16px;
    font-weight: 700;
}

.modal-content.fixed-footer {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.modal-content.fixed-footer .modal-footer {
    bottom: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #C4C4C4 !important;
}

.modal-content.fixed-footer .modal-footer .btn {
    padding-left: 30px;
    padding-right: 30px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #071F42;
}

h1 {
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

h5 {
    font-weight: normal;
    color: #5F6B84;
    font-size: 1rem;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper .footer {
    margin-top: auto;
    padding: 23px 0 40px;
}

.wrapper .dashboard-widget .card {
    background: #21325B;
    border-radius: 8px;
    padding: 15px;
    color: #FFFFFF;
    margin-bottom: 23px;
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .wrapper .dashboard-widget .card {
        padding: 20px 25px;
        flex-direction: column;
    }
}

.wrapper .dashboard-widget .card .__header {
    color: #C4C4C4;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .wrapper .dashboard-widget .card .__header {
        font-size: 14px;
    }
}

.wrapper .dashboard-widget .card .__icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-right: 12px;
}

.wrapper .dashboard-widget .card .__count {
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

@media (min-width: 1200px) {
    .wrapper .dashboard-widget .card .__count {
        font-size: 44px;
        padding-top: 14px;
    }
}

.wrapper .get-shelf-block {
    padding: 25px;
    border-radius: 30px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .wrapper .get-shelf-block {
        padding: 35px 45px;
    }
}

.main-wrapper {
    height: 100vh;
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
}

.main-wrapper .main-header {
    background: #EDF0F3;
    padding: 5px 0;
    width: 100%;
    position: fixed;
    top: 0;
    margin-bottom: 10px;
    z-index: 111;
}

.main-wrapper .main-header .navbar {
    padding: 0;
}

.main-wrapper .main-header .navbar-nav {
    padding-left: 0;
    display: flex;
    display: -webkit-box;
    flex-direction: row;
    text-transform: uppercase;
}

.main-wrapper .main-header .navbar-nav li {
    list-style: none;
    position: relative;
    min-width: 85px;
    padding-top: 10px;
}

.main-wrapper .main-header .navbar-nav li .badge-secondary {
    position: absolute;
    background: #8D9FB1;
    font-weight: normal;
    font-size: 12px;
    top: 0;
    right: 10px;
    border: 2px solid #EDF0F3;
}

.main-wrapper .main-header .navbar-nav li i {
    line-height: 26px;
    font-size: 34px;
}

.main-wrapper .main-header .navbar-nav,
.main-wrapper .main-header .navbar-nav li a {
    font-weight: bold;
    text-decoration: none;
    color: #8D9FB1;
    font-size: 11px;
}

.main-wrapper .main-header .navbar-nav li.active .badge-secondary, .main-wrapper .main-header .navbar-nav li:hover .badge-secondary {
    background: #21325B;
}

.main-wrapper .main-header .navbar-nav li.active a, .main-wrapper .main-header .navbar-nav li:hover a {
    color: #21325B;
}

.main-wrapper .main-footer {
    bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 5px 0;
    position: fixed;
    background: #21325B;
    color: #ffffff;
}

.dropdown-icon{
    width: 85px;
    padding: 10px 0;
    text-align: center;
}

.dropdown-icon li{
    padding: 10px 0;
    text-align: center;
}
.dropdown-icon li a:hover, .dropdown-icon li.active a{
    background-color: white !important;
}

.dropdown-icon i{
    line-height: 26px;
    font-size: 34px;
}

.main-wrapper .main-footer.with-footer-sidebar {
    bottom: 10px;
}

.main-wrapper .main-footer .navbar {
    padding: 0;
    margin: 0;
}

.main-wrapper .main-footer .btn-outline-light {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.main-wrapper .main-footer .navbar-nav {
    margin: 0;
    padding: 0;
}

@media (min-width: 320px) {
    .main-wrapper .main-footer .navbar-nav {
        display: inline-flex;
    }
}

.main-wrapper .main-footer .navbar-nav li {
    list-style: none;
}

.main-wrapper .main-footer .nav-item {
    margin-right: 20px;
}

.main-wrapper .main-footer .nav-item:hover {
    opacity: 0.7;
}

.main-wrapper .main-footer .nav-item:active {
    opacity: 0.5;
}

.main-wrapper .main-footer #datatable-paging{
    float: right;
}
.main-wrapper .main-footer .pagination {
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    float: right;
    margin: 0;
    display: inline-flex !important;
}

.main-wrapper .main-footer .pagination a {
    font-weight: 300;
    font-size: 30px;
    border-radius: 100% !important;
}

.main-wrapper .main-footer .pagination li {
    padding: 0 5px;
}

.main-wrapper .main-footer .pagination li i {
    font-size: 20px;
    line-height: 53px;
}

.main-wrapper .main-footer .pagination li .btn {
    line-height: 45px;
    width: 55px;
    border: 0;
    background: #41A2F8;
    height: 55px;
    padding: 0;
    display: block;
    color: #ffffff;
}

.main-wrapper .main-footer .pagination li.prev-arrow {
    margin-right: 0px;
    padding-right: 10px;
}

.main-wrapper .main-footer .pagination li.prev-arrow .btn {
    line-height: 45px;
    width: 55px;
    border: 0;
    background: #41A2F8;
    height: 55px;
    padding: 0;
    display: block;
    color: #ffffff;
}

.main-wrapper .main-footer .pagination li.next-arrow {
    padding-left: 10px;
}

.main-wrapper .main-footer .pagination li.active .btn {
    background: #354B81 !important;
    border: 1px solid #354B81 !important;
}

.main-wrapper .main-container {
    min-height: 100%;
    overflow: auto;
    padding-top: 10px;
}

.main-wrapper .main-container figure img {
    max-width: 100%;
}

.header {
    padding: 12px;
    border-bottom: 1px solid rgba(185, 203, 220, 0.3);
    margin-bottom: 23px;
    z-index: 3;
}

@media (min-width: 1200px) {
    .header {
        padding: 24px;
    }
}

.header .h1 {
    margin-bottom: 0;
}

.header .__user-block {
    position: relative;
}

.header .__user-block h3 {
    font-size: 18px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .__user-block .icon-login-icon {
    color: #21325B;
    font-size: 24px;
    margin-right: 10px;
}

.header .__user-block .__user-details {
    padding-right: 70px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}

.header .__user-block .__user-details .icon-login-icon {
    left: 0;
    top: 17px;
    position: absolute;
}

.header .__user-block .__user-details div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .__user-block .__user-details h3 {
    margin-top: 0;
}

.header .__user-block .logout-btn {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
}

.footer {
    font-size: 12px;
    color: #8D9FB1;
    font-weight: 500;
}

.search-block {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .search-block {
        padding-bottom: 0;
    }
}

.search-block .search-form {
    position: relative;
}

.search-block .search-form .form-control {
    padding: 7px 17px;
    border-radius: 35px;
    height: auto !important;
}

.search-block .search-form input {
    width: 100%;
    outline: none;
    padding-right: 70px;
    line-height: 40px;
}

.search-block .search-form .btn-search,
.search-block .search-form .btn-act {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    width: 48px;
    height: 48px;
}

.secure-container {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    height: 100vh;
    padding: 30px 0 40px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .secure-container {
        padding: 20px 0;
    }
}
@media (min-width: 1200px) {
    .secure-container {
        padding: 70px 0 40px;
    }
}

.secure-container .__content .__logo img {
    padding: 0 10px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .secure-container .__content .__logo img {
        max-width: 80%;
        max-width: 500px;
    }
}

.secure-container .__content .__error {
    border: 1px solid #FF3366;
    padding: 10px 10px;
    text-align: center;
    margin: 40px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FF3366;
    background: rgba(255, 51, 102, 0.037);
}

@media (max-width: 767px) {
    .secure-container .__content .__error{
        margin: 20px;
    }
}

.secure-container .__content .btn-primary {
    font-size: 18px;
    width: 200px;
}

.secure-container .__footer {
    margin-top: auto;
    padding-top: 20px;
    font-size: 12px;
    color: #8D9FB1;
}

.login-container {
    margin: 0 auto;
    height: 100vh;
    max-width: 420px;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .login-container {
        padding: 70px 20px 40px;
    }
}

.login-container .__logo {
    width: 95px;
    height: 95px;
    margin: 0 auto 5px auto;
}

.login-container .__logo i {
    line-height: 65px;
    font-size: 32px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .login-container .__logo {
        width: 60px;
        height: 60px;
    }
    .login-container .__logo i {
        line-height: 24px;
        font-size: 24px;
    }
}

.login-container .login-form {
    padding: 15px 0;
}

@media (min-width: 1200px) {
    .login-container .login-form {
        padding: 70px 0 30px;
    }
}

@media (max-width: 767px) {
    .login-container .login-form {
        padding: 10px 0 0 0;
    }
}

.login-container .__footer {
    margin-top: auto;
    padding-top: 20px;
    font-size: 12px;
    color: #8D9FB1;
}

.login-fixed-button {
    position: fixed;
    right: 50px;
    bottom: 50px;
    border: 1px solid #8D9FB1;
    background: rgba(177, 190, 203, 0.1);
    width: 53px;
    height: 53px;
    border-radius: 53px;
    font-size: 24px;
    line-height: 53px;
    color: #5F6B84;
    text-align: center;
    cursor: pointer;
}

.login-fixed-button-xs {
    border: 1px solid #8D9FB1;
    background: rgba(177, 190, 203, 0.1);
    width: 53px;
    height: 53px;
    border-radius: 53px;
    font-size: 24px;
    line-height: 53px;
    color: #5F6B84;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.footer-sidebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #071536;
    padding: 5px 0;
    height: 0;
    z-index: 100;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.footer-sidebar.is-active {
    height: auto !important;
}

.footer-sidebar .action-btn {
    width: 148px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -74px;
    border-top-left-radius: 148px;
    border-top-right-radius: 148px;
    top: -50px;
    background: #071536;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.footer-sidebar .action-btn i {
    line-height: 70px;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.footer-sidebar .action-btn.is-active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-sidebar .footer-menu {
    background: #071536;
    position: relative;
    z-index: 11;
    padding: 0;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer-sidebar .footer-menu {
        padding: 20px 0;
        justify-content: left;
    }
}

.footer-sidebar .footer-menu .__item {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    margin: 15px 20px;
    list-style: none;
}

@media (min-width: 1200px) {
    .footer-sidebar .footer-menu .__item {
        margin: 25px 25px;
    }
}

.footer-sidebar .footer-menu .__item a {
    display: block;
    padding: 20px 5px;
    text-decoration: none;
    color: #FFFFFF;
    height: 100%;
}

.footer-sidebar .footer-menu .__item i {
    display: block;
    font-size: 37px;
    margin-bottom: 8px;
}

.navbar-actions li {
    padding-left: 10px;
}

.navbar-actions .btn-info, .navbar-actions .btn-black {
    padding: 10px 15px;
}

.get-shelf-menu {
    text-align: center;
    margin: 0 !important;
}

.get-shelf-menu ul {
    padding: 0;
    margin: 0 auto;
}

.get-shelf-menu a {
    color: #8D9FB1;
    font-size: 14px;
    font-weight: bold;
    padding: 0 8px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.get-shelf-menu a:hover {
    color: #21325B;
}

.get-shelf-menu i {
    font-size: 35px;
    display: block;
    padding-bottom: 15px;
}

.get-shelf-content {
    padding-top: 10px;
}

.get-shelf-content ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.get-shelf-content ul li {
    display: inline-block;
}

.get-shelf-content .number-control {
    height: auto;
    line-height: 30px;
    max-width: 330px;
    margin-top: 20px;
    border: 1px solid #8D9FB1;
}

.get-shelf-content .get-shelf-actions li {
    list-style: none;
}

.get-shelf-content .get-shelf-actions li a {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    background: #19BCD2;
    margin-left: 14px;
    padding: 20px 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.get-shelf-content .get-shelf-actions li i {
    display: block;
    font-size: 42px;
    padding-bottom: 5px;
}

.get-shelf-footer {
    padding: 13px 0 !important;
}

.get-shelf-footer li {
    list-style: none;
    text-align: center;
}

.get-shelf-footer li a {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 35px !important;
}

.get-shelf-footer li .btn-primary {
    background: #41A2F8;
}

.get-shelf-footer li .btn-outline-light {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.justify-content-end {
    justify-content: flex-end;
}

.article-stats .border {
    border-width: 2px !important;
}

.article-stats .p-1 {
    padding: 10px;
    /*margin-left: 5px;*/
}

.new-location .__content {
    padding: 25px 0;
}

.new-location .pt-2 {
    padding-top: 25px;
}

.new-location .pb-3 {
    padding-bottom: 15px;
}

.new-location .pt-3 {
    padding-top: 15px;
}

.new-location .box-size-block {
    margin: 0 -4px;
    padding: 0 0 20px 0;
}

.new-location .box-size-block li {
    display: block;
    float: left;
    padding: 4px;
    width: 50%;
}

.new-location .box-size-block li .btn {
    width: 100%;
    border: 1px solid #8D9FB1;
    background: #F6F6F6;
}

.new-location .box-size-block li .btn.is-active {
    background: #21325B;
    color: #ffffff;
}

.new-location .shelf-block {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 12px 20px;
    margin: 13px 0;
}

.new-location .shelf-block .pb-3 {
    padding-bottom: 12px;
}

.new-location .shelf-block label {
    display: block;
    font-weight: 400;
    color: #7D7D7D;
    font-size: 14px;
}

.new-location .shelf-block input {
    border: 1px solid #8D9FB1;
    background: #F6F6F6;
    float: left;
    padding: 10px;
    max-width: 140px;
}

.new-location .shelf-block .btn {
    line-height: 11px;
}

.new-location .shelf-speed-block {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 12px 20px;
    margin-top: 30px;
}

.new-location .shelf-speed-block ul {
    margin: 0;
    padding: 14px 0 0 0;
}

.new-location .shelf-speed-block ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

.new-location .shelf-speed-block ul li .btn {
    width: 100%;
    border: 1px solid #8D9FB1;
    background: #F6F6F6;
    min-width: 100px;
    font-weight: bold;
}

.new-location .shelf-speed-block ul li .btn.w-130 {
    width: 130px;
}

.new-location .shelf-speed-block ul li .btn:hover, .new-location .shelf-speed-block ul li .btn.is-active {
    background: #21325B;
    color: #ffffff;
}

.new-location .shelf-height-block {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 16px 20px;
    margin-left: 0;
    margin-top: 5px;
    position: relative;
    height: 402px;
}

.new-location .shelf-height-block .range-block {
    border: 1px solid #C4C4C4;
    background: rgba(196, 196, 196, 0.1);
    border-radius: 12px;
    height: 340px;
    width: 24px;
    position: absolute;
}

.new-location .shelf-height-block .range-block:before {
    border-radius: 12px;
    display: block;
    position: absolute;
    height: 40%;
    content: '';
    width: 22px;
    left: 0;
    top: 0;
    background: #00BFA5;
}

.new-location .shelf-height-block .range-block .step {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
}

.new-location .shelf-height-block .range-block .step-all {
    top: auto;
    bottom: 1px;
}

.new-location .shelf-height-block .range-block .step-low {
    top: 75%;
    margin-top: -20px;
}

.new-location .shelf-height-block .range-block .step-medium {
    top: 40%;
    margin-top: -20px;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -5px;
    background: #00BFA5;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.new-location .shelf-height-block .range-text-block {
    height: 340px;
    position: relative;
}

.new-location .shelf-height-block .range-text-block div {
    position: absolute;
    padding-left: 40px;
    font-weight: 600;
    font-size: 14px;
}

.new-location .shelf-height-block .range-text-block div.step-all {
    top: auto;
    bottom: 1px;
}

.new-location .shelf-height-block .range-text-block div.step-low {
    top: 75%;
    margin-top: -20px;
}

.new-location .shelf-height-block .range-text-block div.step-medium {
    top: 40%;
    margin-top: -20px;
}

.new-location .footer-sidebar {
    color: #ffffff;
    max-height: 80%;
}

.new-location .footer-sidebar .__inner {
    max-height: 70vh;
    overflow: auto;
}

.new-location .footer-menu li {
    margin-left: -5px;
    width: 25%;
    display: inline-block;
    padding: 10px 5px;
}

.new-location .footer-menu li img {
    border-radius: 5px;
    width: 100%;
}

.new-location .footer-menu li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.new-location .__show-text {
    line-height: 45px;
    float: right;
    padding-right: 15px;
}

.shelf-filter {
    float: right;
    background: #8D9FB1;
    padding: 4px;
    border-radius: 5px;
}

.shelf-filter li {
    display: inline-block;
    float: left;
    line-height: 37px;
    font-weight: bold;
    color: #373737;
}

.shelf-filter li a {
    color: #373737;
    text-decoration: none;
    padding: 0 30px;
    display: block;
}

.shelf-filter li a.is-active, .shelf-filter li a:hover {
    background: #ffffff;
    border-radius: 5px;
}

.location-new .__content {
    padding: 5px 0px;
    max-width: 960px;
    margin: 0 auto;
}

.location-new h4 {
    font-weight: bold;
    padding-bottom: 5px;
}

.location-new .pt-2 {
    padding-top: 28px;
}

.location-new .box-size-block {
    padding: 0;
    margin: 0;
}

.location-new .box-size-block li {
    display: block;
    padding: 4px;
}

.location-new .box-size-block li.w-50 {
    width: 50%;
    float: left;
    min-width: 90px;
}

.location-new .box-size-block li .btn {
    max-width: 100% !important;
    min-width: 90px;
    height: 76px;
    border: 1px solid #8D9FB1;
    background: #F6F6F6;
}

.location-new .box-size-block li .btn.btn-all {
    background: #21325B;
    color: #ffffff;
    height: 62px;
}

.location-new .box-size-block li .btn.btn-all {
    background: #21325B;
    color: #ffffff;
    height: 62px;
}

.location-new .box-size-block li .btn.btn-custom {
    width: 100%;
    height: 62px;
    background: #A8754CFF;
    color: #ffffff;
    white-space: normal;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.location-new .box-size-block li .btn.btn-custom[data-on="false"] {
    background: #F6F6F6;
    color: #333;
}
.location-new .box-size-block li .btn.btn-custom[data-on="true"] {
    background: #21325B;
    color: #ffffff;
}



.location-new .location-shelf {
    border: 1px solid #8D9FB1;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 20px 35px;
}

.location-new .location-shelf label {
    font-weight: normal;
    padding-top: 5px;
    font-size: 14px;
}

.location-new .location-shelf .form-control {
    padding: 8px 10px;
}

.location-new .location-shelf .btn-secondary {
    width: 100%;
    background: #21325B;
    color: #FFFFFF;
}

.location-new .footer-sidebar {
    color: #ffffff;
    max-height: 80%;
}

.location-new .footer-sidebar .__inner {
    max-height: 70vh;
    overflow: auto;
}

.location-new .footer-menu li {
    margin-left: -5px;
    width: 25%;
    display: inline-block;
    padding: 10px 5px;
}

.location-new .footer-menu li img {
    border-radius: 5px;
    width: 100%;
}

.location-new .footer-menu li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.location-new .__show-text {
    line-height: 45px;
    float: right;
    padding-right: 15px;
}

.job-list-container .footer-menu {
    max-width: 550px;
    margin: 0 auto;
}

.job-list-container .footer-menu i {
    font-size: 35px;
}

.job-status {
    width: 37px;
    height: 37px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
}

.job-status.job-unchecked {
    border: 4px solid #20D37D;
}

.job-status.job-checked {
    background: #20D37D;
    border: 4px solid #20D37D;
    color: #ffffff;
}

.job-status.job-play {
    border: 4px solid #21325B;
    background: #21325B;
    color: #ffffff;
}

.job-list-container .btn-priority {
    display: block;
    padding: 4px 12px;
    border-radius: 3px;
    text-align: center;
    width: 60px;
    color: #ffffff;
}

.job-list-container .btn-priority.btn-red {
    background: #D8375F;
}

.job-list-container .btn-priority.btn-light-green {
    background: rgba(85, 217, 163, 0.45);
    color: #071F42;
}

.job-list-container .job-list-table {
    vertical-align: middle;
}

.job-list-container .job-list-table .even {
    background: transparent;
}

.job-list-container .job-list-table tbody td:last-child {
    text-align: left;
}

.job-list-container .job-selected td {
    background: rgba(196, 196, 196, 0.2) !important;
}

.job-article-description .main-container {
    padding-top: 30px;
}

.job-article-description .main-container .pt-20 {
    padding-top: 20px;
}

.job-article-description .btn-outline-light {
    background: transparent;
}

.job-article-description .job-article-block {
    background: #ffffff;
    height: 220px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.129699);
    padding: 10px 10px;
    position: relative;
}

.job-article-description .job-article-block.complete{
    background-color: #d3edde;
}
.job-article-description .job-article-block.incomplete{
    background-color: #fbdede;
}


.job-article-description .job-article-block header {
    font-size: 16px;
    font-weight: bold;
}

.job-article-description .job-article-block h2 {
    font-weight: bold;
    font-size: 30px;
}

.job-article-description .job-article-block h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.job-article-description .job-article-block p {
    color: #8D9FB1;
    font-size: 14px;
}

.job-article-description .job-article-block footer {
    position: absolute;
    bottom: 10px;
}

.job-article-description .job-article-block footer ul {
    margin: 0;
    padding: 0;
}

.job-article-description .job-article-block footer ul li {
    display: inline-block;
    font-size: 12px;
    color: #8D9FB1;
    font-weight: bold;
    padding-right: 20px;
}

.service-menu {
    padding: 65px 35px 35px;
}

.service-menu .service-menu-list {
    padding: 0;
    margin: 0;
}

.service-menu .service-menu-list li {
    display: inline-block;
    padding-right: 70px;
}

.service-menu label {
    color: #071F42;
    font-size: 18px;
    font-weight: normal;
    line-height: 44px;
}

.service-menu .btn-configuration {
    border-radius: 12px;
    padding: 23px 5px;
    width: 100px;
}

.service-menu .btn-configuration i {
    display: block;
    font-size: 40px;
    padding-bottom: 12px;
}

.service-menu .form-control {
    padding: 10px;
}

.service-menu .btn-service-menu {
    line-height: 40px;
    padding: 25px;
    border-radius: 12px;
}

.service-menu .btn-service-menu:hover {
    color: #FFFFFF;
    background: #02a28d;
}

.service-menu .btn-service-menu i {
    padding-right: 12px;
    font-size: 40px;
    float: left;
}

.service-menu .service-menu-footer .container {
    border-top: 1px solid #C4C4C4;
    margin-top: 60px;
    padding-top: 30px;
}

.select-image-container .modal-body {
    padding: 0 30px;
}

.select-image-container .row-container {
    padding: 0 10px;
}

.select-image-container .select-image-block {
    border-radius: 6px;
    border: 6px solid transparent;
    margin: 0 -8px;
    cursor: pointer;
}

.select-image-container .select-image-block img {
    max-width: 100%;
}

.select-image-container .select-image-block.is-active {
    border: 6px solid #41a2f8;
}

.select-image-container .select-image-desc {
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 24px 36px;
    position: relative;
    margin: 14px 0;
    display: none;
}

.select-image-container .select-image-desc.is-active {
    display: block;
}

.select-image-container .select-image-desc .border-right {
    position: relative;
}

.select-image-container .select-image-desc .border-right:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    border-right: 1px solid #C4C4C4;
    top: 0;
    margin: -24px 0;
    padding: 24px 0;
    box-sizing: content-box;
}

[data-scanner] {
    position: relative;
}

[data-scanner]:after {
    content: 'X';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -6px;
    border-radius: 50% 50%;
    background: red;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.connected[data-scanner]:after {
    content: 'Y';
    background: green;
}

#login_scanner{
    background: url("../img/NFC.jpg") no-repeat center center;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}
#login_scanner:after{
    display: none;
}
#login_scanner.connected{
    background-image: url("../img/NFCg.jpg");
}

.login-container .login-logo{
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto 10px auto;
}

@media (max-width: 767px) {
    #login_scanner{
        background-size: 80px 80px;
        height: 60px;
        width: auto;
    }
    .login-container .login-logo{
        max-width: 130px;
    }
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
    .header .__user-block .__user-details{
        padding-top: 5px;
    }
    .header .__user-block .logout-btn {
        padding: 2px 12px;
    }

    .header .__user-block .__user-details .icon-login-icon{
        top: 12px
    }

    .search-block .search-form .form-control{
        padding: 0px 17px
    }

    .search-block .search-form .btn-search, .search-block .search-form .btn-act{
        height: 34px;
        width: 34px;
    }

    .wrapper .dashboard-widget .card{
        margin-bottom: 15px;
        padding: 10px;
    }
    .wrapper .dashboard-widget .card .__count{
        font-size: 24px;
        line-height: 24px;
    }

    .wrapper .get-shelf-block{
        text-align: center;
        padding: 14px;
        font-size: 14px
    }

    .footer-sidebar .action-btn{
        width: 90px;
        top: -30px;
        margin-left: -45px;
    }
    .footer-sidebar .action-btn i{
        line-height: 40px;

    }

}
