.header-title{
    background-color: #F7F7F7!important;
    font-weight: 900;
    font-size: 12px;
}
.dropdown .dropdown-menu{
    top: inherit;
}
.address_input{
    display:none;
}
.text-muted {
    color: #777777;
}
.delete-image-btn{
    background: url("/images/upload-icons.png");
    background-position: -104px 0;
    width: 35px;
    opacity: 1;
    height: 25px;
    position: absolute;
    right: -13px;
    top: -12px;
    border: 0;
}
.filter-lists{
    /*border: 1px solid #8b8d90;*/
    border-radius: 4px;
    /*padding: 3px;*/
    margin-top: 15px;
    color: #8b8d90;
    margin-right: 13px;
}
.filter-lists .checkbox-inline{
    padding-left: 0px;
    margin: 0;
    min-width: 45%;
}
.filter-lists input[type="radio"]{
    position: relative;
    top: 1px;
}
#upi_images,
#sku_images,
#sku_purchase_images{
    list-style-type: none; margin: 0; padding: 0; width: 500px;
}
.progress-file-uploads{
    width: 100%;
}
#upi_images li,
#sku_images li,
#sku_purchase_images li{
    margin: 6px 7px;
    float: left;
    width: 80px;
    height: 80px;
    font-size: 25px;
    text-align: center;
    border: 2px dashed #e1e1e2;
    border-radius: 15px;
    cursor: pointer;
    background: #fbfbfb;
    position: relative;
    line-height: 15px;
    font-weight: 900;
}
#upi_images li.solid-border,
#sku_images li.solid-border,
#sku_purchase_images li.solid-border{
    border-style: solid;
}
#wh-to-archive .purchases span{
    display: block;
    margin-bottom: 5px;
}
#wh-to-archive .sku_table > tbody > tr > td{
    vertical-align: top;
}
.bordered-add-image{
    border: 2px solid #3785c4;
}
.purchase-orders-table{
    margin-bottom: 0;
}
.td-image-purch{
    vertical-align: middle!important;
}
.purchase-orders-table > tbody > tr > td,
.purchase-orders-table > thead > tr > th{
    vertical-align: middle!important;
}
.purchase-orders-table label{
    margin-bottom: 0;
}
.weight-purch-input,
.quantity-purch-input,
.price-purch-input{
    width: 50px;
    padding: 3px;
}
a.btn.ajaxAction {
    margin-bottom: 5px;
}
.margin-b-5{
    margin-bottom: 5px;
}
.addr-purch-input{
    width: 70px;
    padding: 3px;
}
.td-image-purch img{
    width: 70px;
}
.no-padding{
    padding: 0!important;
    border: 0!important;
}
.add-image-span{
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    color: #3785c4;
    padding: 3px 0;
}
img.upi-image-preview{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.upi-image-preview-block > div{
    width: 68px;
    height: 68px;
    position: relative;
    top: 3px;
    left: 4px;
    display: table-cell;
    vertical-align: middle;
    cursor: move;
}
#fileupload-div{
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    top: 0px;
    left: 0px;
    background: transparent;
}
#progress{
    display: none;
    margin-bottom: 0;
}
#errorLimit{
    display: none;
    color: #EC3F66;
    font-style: italic;
}
.upi-edit-block .form-control{
    border-radius: 0;
}
.modal-footer .btn{
    border-color: #0F75BC;
    padding: 6px 40px;
}
.modal-footer .btn-primary{
    background-color: #0F75BC;
}
.modal-title{
    font-weight: 100;
}
.label-desc{
    color: #B0B1B3;
    font-size: 12px;
}

.inventory_actions_and_filters .row {
    margin-left: 0px;
    margin-right: 0px;

}
.inventory_actions_and_filters .dropdown button,
.upi_table button,
.upi_table .btn-group > a ,
.purchase_table button,
.purchase_table .btn-group > a {
    border-radius: 1px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.inventory_actions_and_filters .dropdown button > span:last-child {
    border-left: 1px solid #939598;
    padding-left: 5px;
}
.without-border > tbody > tr > td{
    border: 0;
    vertical-align: middle;
}
.pos-info{
    width: 70%;
    margin: 30px auto;
}
.align-right{
    text-align: right;
}
.colored-7D{
    color: #7D7D7D;
}
.bold{
    font-weight: 900;
}
.pos-info input[type="text"],
.pos-info select{
    border-radius: 0;
    border-color: #ECECED;
    box-shadow: none;
}
.btn-sync{
    background: linear-gradient(to bottom, #FFF 0%,#E8E9EA 100%);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, #FFF 0%, #E8E9EA 100%);
    background: -webkit-linear-gradient(top, #FFF 0%, #E8E9EA 100%);
    background: -o-linear-gradient(top, #FFF 0%, #E8E9EA 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #E8E9EA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E9EA', GradientType=0 );
    font-weight: 900;
}
.del-btn, .save-btn{
    padding-left: 40px;
    padding-right: 40px;
}
.centered{
    text-align: center;
}
.btn-group-wh{
    padding: 0;
    text-align: right;
}
.btn-group-order{
    text-align: right;
}
/* to top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 35px;
    height: 35px;
    line-height: 33px;
    /*right: 30px;*/
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper span.glyphicon {
    line-height: 30px;
}


@media(min-width: 1366px){
    .pos-table-div{
        width: 70%;
    }
}
#pos-ul,
#wh-ul,
#shipping-ul{
    height:100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nano .nano-content { padding: 0 12px 0 0; }
input.colored::-moz-placeholder { color: #888888; }
input.colored::-webkit-input-placeholder { color: #888888; }
input.colored:-moz-placeholder           {color: #888888;}/* Firefox 18- */
input.colored:-ms-input-placeholder      {color: #888888;}
#add-pos button,
#add-wh button,
#add-shipping button{
    background: transparent;
    border: 0;
    color: #8b8d90;
}
#ajax-loader{
    display: none;
    position: absolute;
    height: calc(100vh - 40px);
    top: 0;
    width: calc(100% - 40px);
}
#ajax-loader img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#add-pos button:focus,
#add-wh button:focus{
    outline: none;
}
.login-first{
    padding-bottom: 40px;
    text-align: center;
}
.login-first a{
    color: #fff;
}
.upi_table,
.sku_table,
.purchase_table,
.users-table{
    font-size: 10px;
    border-radius: 1px;
    border: 1px solid #f1f1f2;
    margin-top: 15px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.upi_table >  thead >  tr >  th,
.sku_table >  thead >  tr >  th,
.purchase_table >  thead >  tr >  th,
.users-table >  thead >  tr >  th{
    padding-bottom: 0px;
    border: none;
}

.upi_table >  thead >  tr >  th > input[type="checkbox"],
.sku_table >  thead >  tr >  th > input[type="checkbox"]{
    position: relative;
    top: 8px;
}

.upi_table >  thead >  tr:nth-child(2) >  th,
.sku_table >  thead >  tr:nth-child(2) >  th{
    padding-top: 0px;
    padding-bottom: 8px;
    font-weight: 100;
    vertical-align: top;
}
.purchase_table >  thead >  tr:nth-child(2) >  th{
    padding-top: 0px;
    padding-bottom: 8px;
    font-weight: 100;
    vertical-align: top;
}
.dark-theme >  thead >  tr:nth-child(2) >  th {
    color: #DADADA;
}
.light-theme >  thead >  tr:nth-child(2) >  th, .gray{
    color: #939598;
}
.dark-theme .thead-1{
    color:#fff;
}

.upi_table tbody tr,
.sku_table tbody tr,
.purchase_table tbody tr,
.users-table tbody tr{
    background-color: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
}
.purchase_head input, .inventory_head input,
.orders_head input
{
    border-right: 0px;
    box-shadow: none;
}
.user_head input
  {;
      box-shadow: none;
  }
.purchase_head input:focus, .inventory_head input:focus,
.orders_head input:focus, .user_head input:focus{
    border-right: 0px;
    box-shadow: none;
    border-color: #f1f1f2;
}
.inventory_head input,
.inventory_head .input-group-addon ,
.purchase_head input,
.purchase_head .input-group-addon,
.orders_head input,
.orders_head .input-group-addon,
.user_head input,
.user_head .input-group-addon{
    height: 25px;
    border-radius: 0px;
    background-color: #ffffff;
    border-color: #f1f1f2;
}
.inventory_head .input-group-addon,
.purchase_head .input-group-addon,
.orders_head .input-group-addon,
.user_head .input-group-addon{
    padding: 0px;
    padding-right: 10px;
    border-left: none;
    color: #f1f1f2;
}
.input-group-addon a {
    color: #f1f1f2;
}

.purchase_head h3, .inventory_head h3,
.orders_head h3, .user_head h3{
    margin-top: 15px;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    margin-bottom: 5px;
}
.inventory_head,
.purchase_head,
.orders_head,
.user_head{
    border-bottom: 2px solid #f1f1f2;
    padding-left: 5px;
}

.inventory_head .input-group,
.purchase_head .input-group,
.orders_head .input-group,
.user_head .input-group{
    margin-top: 15px;
    margin-bottom: 5px;
}
.error_input{
    border-color: red;
}
.input_success{
    border-color: green;
}
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    padding: 0px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#page-content-wrapper table{
    border-left: 0;
    border-right: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-brand {
    width: 204px;
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
    font-weight: lighter;

}
.sidebar-brand a {
    text-decoration: none;
    color: #8c8e91;
}
.sidebar-brand a strong{
    color: #ffffff;
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    margin-top: 30px;
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.upi_table input[type="checkbox"],
.sku_table input[type="checkbox"],
.purchase_table input[type="checkbox"]{
    display: none;
}
.upi_table label input[type="checkbox"] + span,
.sku_table label input[type="checkbox"] + span,
.purchase_table label input[type="checkbox"] + span{
    background: url("/images/checkbox.png");
    background-position: 0 -14px;
    width: 15px;
    height: 15px;
    margin: 0;
    cursor: pointer;
    display: block;
}
.thead-1 input[type="checkbox"] + span{
    position: relative;
    top: 8px;
}
.upi_table label input[type="checkbox"]:checked + span,
.sku_table label input[type="checkbox"]:checked + span,
.purchase_table label input[type="checkbox"]:checked + span
{
    background-position: 0 0;
}
.upi_table .dropdown-menu{
    right: 0;
    left: initial;
}
.delete-wh{
    margin-left: 7px;
    color: #8b8d90;
    cursor: pointer;
}
.inventory_actions_and_filters .checkbox-inline{
    vertical-align: baseline;
}
.inventory_actions_and_filters input[type="radio"]{
    display: none;
}
.inventory_actions_and_filters label input[type="radio"] + span{
    background: url("/images/radio.png");
    background-position: 0 -15px;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 3px;
    top: 3px;
}
.inventory_actions_and_filters label input[type="radio"]:checked + span
{
    background-position: 0 0;
}
.saveYP{
    position: relative;
    top: 5px;
}
.saveYP, .save-all{border-radius: 1px;}
.fullfilled-span{
    display: inline-block;
    margin-left: 10px;
    color: #ACADB0;
}
.inventory_actions_and_filters .checkbox-inline{
    padding-left: 10px;
}
.btn-action-upi{
    border-right: 0;
}
.btn-action-upi-drop{
    border-left: 0;
}
.light-theme .thead-1{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F9F7F7', GradientType=0 );
}
.light-theme .thead-2{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F7F7', endColorstr='#ededed', GradientType=0 );
}
.dark-theme .thead-1{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, #6d6e71 0%, #5a5a5d 100%);
    background: -webkit-linear-gradient(top, #6d6e71 0%, #5a5a5d 100%);
    background: -o-linear-gradient(top, #6d6e71 0%, #5a5a5d 100%);
    background: -ms-linear-gradient(top, #6d6e71 0%, #5a5a5d 100%);
    background: linear-gradient(to bottom, #6d6e71 0%, #5a5a5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e71', endColorstr='#5a5a5d', GradientType=0 );
}
.dark-theme .thead-2{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, #5a5a5d 0%, #414042 100%);
    background: -webkit-linear-gradient(top, #5a5a5d 0%, #414042 100%);
    background: -o-linear-gradient(top, #5a5a5d 0%, #414042 100%);
    background: -ms-linear-gradient(top, #5a5a5d 0%, #414042 100%);
    background: linear-gradient(to bottom, #5a5a5d 0%, #414042 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5d', endColorstr='#414042', GradientType=0 );
}
.purchase_table .with-gradient{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, #fff 0%, #e6e7e8 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e7e8 100%);
    background: -o-linear-gradient(top, #fff 0%, #e6e7e8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e6e7e8 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e7e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e6e7e8', GradientType=0 );
}
.purchase_table .tableRowToggler{
    cursor: pointer;
}
.warehousing_content .sort, .warehousing_content .sort:hover, .warehousing_content .sort:focus {
    color: #333;
    text-decoration: none;
}
.sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1AC3F6;
    content: "";
    position: relative;
    top: 6px;
    right: -5px;
}

.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1AC3F6;
    content: "";
    position: relative;
    top: 0px;
    right: -5px;
}


#user-control-block{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-right: 23px;
    padding-left: 23px;
    width: 250px;
}
#user-control-block ul{
    padding: 0;
}
#user-control-block li{
    margin: 13px;
    float: left;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border:1px solid #939598;
    text-align: center;
    list-style: none;
}
#user-control-block li a{
    display: block;
    text-decoration: none;
}

#user-control-block li.exit-btn span{
    background: url('/images/exit-01.png');
    background-position: 0 -18px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 11px 11px 11px 8px;
}
#user-control-block li.message-btn span{
    background: url('/images/messagws-01.png');
    background-position: 0 -16px;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin: 12px 8px 12px 8px;
}
#user-control-block li.user-info-btn span{
    background: url('/images/LK-01.png');
    background-position: 0 -19px;
    width: 19px;
    height: 20px;
    display: inline-block;
    margin: 10px 8px 10px 8px;
}
#user-control-block li:hover span{
    background-position: 0 0;
}
#user-control-block li:hover{
    border-color: #fff;
}
.list-widget .input-group input,
.list-widget .input-group input:focus{
    height: 20px;
    background-color: #414042;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    box-shadow: none;
    font-size: 11px;
}
.list-widget li {
    list-style: none;
}


#asside_menu > li span{
    color: #8b8d90;
    cursor: pointer;
}
#asside_menu > li div{
    color: #8b8d90;
}

.shipping-list-widget li span:hover,
.shipping-list-widget li span:active,
.shipping-list-widget li.active span,
.shipping-list-widget li .delete-wh:hover,
.shipping-list-widget li.active .delete-wh,
.shipping-list-widget h4
{
    color: #26CDB6!important;
    text-decoration: none;
}

.wh-list-widget li span:hover,
.wh-list-widget li span:active,
.wh-list-widget li.active span,
.wh-list-widget li .delete-wh:hover,
.wh-list-widget li.active .delete-wh
{
    color: #63BBE9!important;
    text-decoration: none;
}
#modalSaveSkuButton{
    display:none;
}
.pos-list-widget li span:hover,
.pos-list-widget li span:active,
.pos-list-widget li.active span
{
    color: #7f3f98!important;
    text-decoration: none;
}
.orders-list-widget li span:hover,
.orders-list-widget li span:active,
.orders-list-widget li.active span
{
    color: #A9D652!important;
    text-decoration: none;
}
.set-list-widget li span:hover,
.set-list-widget li span:active,
.set-list-widget li.active span,
.set-list-widget h4
{
    color: #5DC66A!important;
    text-decoration: none;
}
.pur-list-widget li span:hover,
.pur-list-widget li span:active,
.pur-list-widget li.active span,
.pur-list-widget li.active div,
.pur-list-widget h4
{
    color: #FB70D3!important;
    text-decoration: none;
}
.acc-list-widget li span:hover,
.acc-list-widget li span:active,
.acc-list-widget li.active span,
.acc-list-widget h4
{
    color: #FFEC00!important;
    text-decoration: none;
}

.reports-list-widget li span:hover,
.reports-list-widget li span:active,
.reports-list-widget li.active span,
.reports-list-widget h4
{
    color: #ef4747!important;
    text-decoration: none;
}

.order-image img{
    width: 100%;
    max-width: 200px;
}
.order-image{text-align: center;}
.orders-table{
    border-bottom: 1px solid #f1f1f2!important;
}
.orders-contacts tr td, .orders-contacts tr th{
    padding: 3px 8px !important;
}
.orders-contacts tr:nth-child(2n+1){
    background: rgba(236, 236, 236, 0.98);
}
.orders_head .datepicker{
    border-right: 1px solid #F1F1F2;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}


.list-widget ul {
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
}
.list-widget .input-group {
    margin-top: 5px;
}
.list-widget .input-group .input-group-addon {
    padding: 0px;
    background-color: #414042;
    border: none;
    border-radius: 0px;
}

.list-widget .input-group .input-group-addon a {
    color: #8b8d90;
}

.list-widget {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 20px;
    width: 204px;

    position: relative;
}
.add-block{
    display: none;
}

.list-widget #show-add-block{
    position: absolute;
    top: 5px;
    right: 11px;
    color: #8b8d90;
}

.pos-list-widget{
    color: #7f3f98;
}
.wh-list-widget{
    color: #63BBE9;
}
.orders-list-widget{
    color: #A9D652;
}

.list-widget h4 {
    font-size: 18px;
    margin-bottom: 0px;

}

.sidebar-nav-item:hover img,
.sidebar-nav-item.active img {
    -webkit-filter: grayscale(100%) contrast(1000%); /* Chrome, Safari, Opera */
    filter: grayscale(100%) contrast(1000%);
}

.sidebar-nav-item-inventory:hover img,
.sidebar-nav-item-inventory.active img,
.sidebar-nav-item-reports:hover img,
.sidebar-nav-item-reports.active img {
    -webkit-filter: grayscale(100%) contrast(1000%) invert(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%) contrast(1000%)  invert(100%);
}
.upi_image{
    width: 100%;
    display: block;
    position: relative;
    height: 70px;
}
.upi_image > img{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 60px;
    margin: auto;
    display: block;
    width: auto;
}
.sidebar-nav li.sidebar-nav-item {
    margin: 13px 6.17%;
    float: left;
    border-radius: 50%;
    height: auto;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    text-indent: 0px;
    width: 21%;
}

.sidebar-nav-item-accounting {
    border-color: #A9D652;
}
.sidebar-nav-item-accounting:hover,
.sidebar-nav-item-accounting.active
{
    background-color: #A9D652;
}

.sidebar-nav-item-inventory {
    border-color: #804199;
}
.sidebar-nav-item-inventory:hover,
.sidebar-nav-item-inventory.active{
    background-color: #804199;
}

.sidebar-nav-item-perfomance {
    border-color: #FF964F;
}
.sidebar-nav-item-perfomance:hover,
.sidebar-nav-item-perfomance.active{
    background-color: #FF964F;
}

.sidebar-nav-item-pricing {
    border-color: #FEEB02;
}
.sidebar-nav-item-pricing:hover,
.sidebar-nav-item-pricing.active{
    background-color: #FEEB02;
}

.sidebar-nav-item-purchasing {
    border-color: #FB70D3;
}
.sidebar-nav-item-purchasing:hover,
.sidebar-nav-item-purchasing.active{
    background-color: #FB70D3;
}

.sidebar-nav-item-reports {
    border-color: #EF4949;
}
.sidebar-nav-item-reports:hover,
.sidebar-nav-item-reports.active{
    background-color: #EF4949;
}

.sidebar-nav-item-settings {
    border-color: #5EC66B;
}
.sidebar-nav-item-settings:hover,
.sidebar-nav-item-settings.active{
    background-color: #5EC66B;
}

.sidebar-nav-item-shipping {
    border-color: #26CDB6;
}
.sidebar-nav-item-shipping:hover,
.sidebar-nav-item-shipping.active{
    background-color: #26CDB6;
}

.sidebar-nav-item-warehousing {
    border-color: #63BBE9;
}
.sidebar-nav-item-warehousing:hover,
.sidebar-nav-item-warehousing.active{
    background-color: #63BBE9;
}

/* ---------- inventory add Sku To Upi ----------- */
.btn-group, .btn-group-vertical{
    min-width: 75px;
}
.add_to_top{
    position: absolute;
    top: -53px;
}
.add_to_top > div[class*="col-xs"]{padding: 0;}
.add_to_top select{
    border: 1px solid #d9dbdb;
    width: 85%;
    padding: 4px;
    margin: 5px 2px;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #f1f2f2 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#f1f2f2 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#f1f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f2f2',GradientType=0 );
}
.add_to_top .input-group .form-control{
    height: 31px;
    border: 1px solid #d9dbdb;
}
.tbl_name{
    text-align: right;
    color: #76777a;
}
.inventory_addSkuToUpi .form-group{
    width: 100%;
    max-width: 50px;
    text-align: right;
    padding: 4px 12px;
    float: right;
    margin: 0px 0;
}
.inventory_addSkuToUpi .table > tbody > tr > td{
    padding: 15px;
}
.inventory_addSkuToUpi .table{
    border: 1px solid #d9dbdb;
}
.inventory_addSkuToUpi .table > tbody > tr{
    border-top: 1px solid #d9dbdb;
}
.add_upi_to_purchase_table td, .inventory_addSkuToUpi td{
    font-size: 14px;
}
.add_upi_to_purchase_table .u_asin, .inventory_addSkuToUpi .table .s_sku {
    color: #999999;
    font-size: 10px;
}
.add_upi_to_purchase_table .form-group{
    width: 100%;
    max-width: 50px!important;
    float: right;
    text-align: right;
    padding:5px 8px;
}
.add_upi_to_purchase_table tr td:last-child, .add_upi_to_purchase_table tr th:last-child{text-align: right;max-width: 10%;!important}
.add_upi_to_purchase_table .image{width: 60px;}
.not-list{
    padding-right: 12px;
}
#skuTbl{
    height: 180px;
}
#skuTbl .nano-pane{
    display: block!important;
}
#skuTbl .nano > .nano-content{
    background: transparent;
    right: -26px!important;
}
#skuTbl .nano-pane{
    background: #e6e7e8!important;
}
#skuTbl .nano-slider{
    background: #bcbec0!important;
    width:60%!important;
    margin: 3px auto!important;
}
.sku_table .dropdown-menu {
    right: 0;
    left: initial;
}
.sku_table button, .sku_table .btn-group > a{
    border-radius: 1px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.btn-action-sku,
.btn-action-sku:hover,
.btn-action-sku:focus{
    border-color: #0F75BC;
    color: #0F75BC;
    background-color: transparent;
    font-size: 11px;
}
.add-new-sku,
.add-new-sku:hover,
.add-new-sku:focus{
    border-color: #0F75BC;
    color: #FFF;
    background-color: #0F75BC;
    font-size: 11px;
}
.sku_table > tbody > tr > td{
    vertical-align: middle;
}
/* ---------- end inventory add Sku To Upi ----------- */

/* ---------- admin_users ----------*/
.users-btn-block{
    margin: 20px 0;
}
.users-btn-block .btn{min-width: 110px;padding: 5px 25px;}
.users_table-block{
    width: 100%;
}
.user .users-btn-block #permissions-table-container .user_head, #settings_content .user_head{border-bottom: none;}
.display-none{display: none}
/* ---------- admin_users ----------*/

/* ------------ shipping -----------*/
.edit-list-fba{margin: auto 5px;}
.u_asin{
    color: #999999;
    font-size: 10px;
}
/* ------------ shipping -----------*/

#alert-message-shipping{
    display:none;
}

.bank_amount_block{
    text-align: center;
    margin: -10px 0 15px 0;
    font-size: 13px;
    display:none;
    color: #da1111;
}

li.sub-item {
    padding-left: 10px;
    font-size: 11px;
}
#upi_images .ui-state-disabled,
#sku_images .ui-state-disabled,
#sku_purchase_images .ui-state-disabled{
    opacity: 1!important;
    cursor: pointer!important;
}

#modalForm.modal{
    left: 250px;
}

.select-in-header-table{
    height: 22px;
    padding: 0;
    font-size: 10px;
    width: 65px;
    border-radius: 0;
    color: #000;
    margin-top: 5px;
}

@media (min-width: 992px){
    .modal-lg {
        width: 700px;
    }
}
#purchase-photo-preview{
    height: 300px;
    position: relative;
    margin-bottom: 15px;
}
#purchase-photo-preview img{
    max-width: 100%;
    max-height: 300px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#sku_purchase_images .upi-image-preview-block > div{
    cursor: pointer;
}
#modalForm.modal .sku_table{
    margin-top: 0;
}
#modalSaveWhPurchaseButton{
    display: none;
}
#modalSaveButtonShippingToPurch{
    display: none;
}
#asside_menu .glyphicon-pencil{
    padding: 0 5px;
}
@media (min-width: 1024px) {
    .btn-group-order{width: 25%;}
    .btn-group-order > div{
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1023px) {

    #ajax-loader{
        height: calc(100vh - 40px);
        width: calc(100% - 40px);
    }

    .fullfilled-span{
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .fullfilled-span-no-margin{
        display: block;
    }
    .warehousing_content .inventory_actions_and_filters .checkbox-inline,
    .inventory_actions_and_filters .checkbox-inline{
        padding: 0;
    }
    .btn-group-wh{
        text-align: left!important;
        margin-top: 15px;
    }
    .btn-group-order{
        text-align: left!important;
    }
    .inventory_head .input-group{
        padding: 5px 0;
    }
    .orders_head .btn-group-order>div{
        margin: 0px 0px 10px -6px;
    }
}

@media (max-width: 991px) {

    .btn-group-sh .btn, .btn-group-sh .count_boxes{
        float: left;
        margin: 15px 5px 0px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1100px){
  .btn-group-order .btn{
      padding: 5px!important;
  }
}
@media (min-width: 992px){
    .modal-lg {
        width: 700px;
    }
    .sidebar-nav{
        margin: 0 24px;
    }
    .sidebar-nav li.sidebar-nav-item {
        margin: 5px 3%;
        width: 27%;
    }
    .sidebar-brand {
        margin-top: 10px;
        font-size: 22px;
    }
    #pos-ul, #wh-ul, #shipping-ul {
        height: 240px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #user-control-block ul {
        margin: 0 24px;
    }
    #user-control-block li {
        margin: 5px;
    }
    .btn-group-sh .btn, .btn-group-sh .count_boxes{
        float: right;
        margin: 0px 5px 0px 0px;
    }

}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
        padding: 0;
        margin: 0;
    }

    #page-content-wrapper {
        padding: 20px 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .neg-margin-15-md{
        margin-left: -15px;
    }
    #sidebar-wrapper {
        z-index: 1050;
        position: fixed;
        left: 250px;
        width: 250px!important;
        top: 0;
        height: 100%;
        margin-left: -250px;
        overflow: hidden;
        background: #231f20;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #ffffff;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 23px;
        padding-left: 23px;
    }
    #sidebar-wrapper:hover{
        overflow-y: overlay;
    }
    .list-widget #show-add-block{
        position: absolute;
        top: 5px;
        right: 23px;
        color: #8b8d90;
    }
    #asside_menu .element-name {
        white-space: nowrap; /* Отменяем перенос текста */
        overflow: hidden; /* Обрезаем содержимое */
        width: 80%; /* Поля */
        display: inline-block;
        text-overflow: ellipsis; /* Многоточие */
    }
    #asside_menu .element-name:hover {
        white-space: normal; /* Обычный перенос текста */
    }
}
@media(max-width:767px) {
    #asside_menu .element-name{
        white-space: normal; /* Отменяем перенос текста */
        width: 80%;
        display: inline-block;

    }

    .list-widget #show-add-block{
        position: absolute;
        top: 5px;
        right: 11px;
        color: #8b8d90;
    }
    #asside_menu .glyphicon{
        right: 5px;
    }

    #sidebar-wrapper {
        z-index: 1050;
        position: fixed;
        top: 0;
        height: 100%;
        overflow-y: auto;
        background: #231f20;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #ffffff;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 23px;
        padding-left: 23px;
    }
    #page-content-wrapper {
        padding: 55px 20px 20px;
    }
    #page-content-wrapper table {
        width: 100%;
        overflow: auto;
        display: inline-block;
    }
    .fullfilled-span{
        display: block;
    }
    .checkbox-inline{
        width: 28%;
    }
    .checkbox-inline + .checkbox-inline{
        margin-left: 0;
    }
    .warehousing_content #sorted-table-container > table .btn-group{
        width: 75px;
    }
    .warehousing_content .inventory_actions_and_filters .checkbox-inline:first-child {
        margin-left: -15px;
        padding: 0;
    }
    .btn-group-wh{
        text-align: left!important;
    }

    .btn-group-wh .btn {
        margin-top: 10px !important;
    }

    .inventory_actions_and_filters .checkbox-inline {
        padding-left: 0;
    }

    .user_head {
        margin-bottom: 15px;
    }

    #bank-accounts-table-container table,
    #invites-table-container table,
    #users-table-container table{
        display: table;
        margin: 0;
        border: 0;
    }
    #modalForm.modal {
        left: 0;
    }
    #modalForm.modal .control-label{
        float: left;
        width: 24%;
        text-align: left;
    }
    #modalForm.modal .ui-sortable > li{
        margin: 6px 1%;
        float: left;
        width: 11vw;
        height: 11vw;
    }
    #modalForm.modal .ui-sortable > li > div{
        left: 3%;
        width: 90%;
        height: 90%;
        top: 5px;
    }
    #modalForm.modal .ui-sortable > li > div > img{
        max-width: 90%;
        max-height: 90%;
    }
    #modalForm.modal .col-xs-9{
        float: right;
    }
    #modalForm.modal #upi_images, #modalForm.modal #sku_images, #modalForm.modal #sku_purchase_images{
        width: 100%;
    }

    /*#modalForm.modal table tr td,*/
    #modalForm.modal input.form-group,
    #modalForm.modal input.form-control,
    #modalForm.modal select {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        padding: 5px 3%;
    }

    #currency_table {
        display: table !important;
    }

    .orders_head .input-group {
        width: 100%;
        margin-left: 0 !important;
    }

    .orders_head .btn-group-order > div {
        text-align: center;
        margin: 0px 0px 10px -6px;
    }

    .inventory_head .input-group,
    .purchase_head h3,
    .inventory_head h3,
    .orders_head h3,
    .user_head h3,
    .inventory_head .input-group,
    .purchase_head  .input-group,
    .orders_head .input-group,
    .user_head .input-group {
        margin-top: 0;
    }

    .add_to_top {
        position: inherit;
        width: 100%;
        margin: 0;
    }

    .inventory_addSkuToUpi .add_to_top select, .inventory_addSkuToUpi .add_to_top .input-group {
        width: 100%;
        margin-left: 0px;
        padding: 0;
        margin: 0;
    }

    .inventory_addSkuToUpi .table > tbody > tr > td {
        padding: 15px 2%;
    }
    .inventory_addSkuToUpi .add_to_top .search.form-control{
        margin-top: 10px;
    }
    .add_to_top .input-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .add_to_top, .add_to_top #list_wh {
        margin-bottom: 10px;
    }
    #reports-table-container .user_head .input-group {
        width: 100%;
    }
    .order-form-contacts{
        padding: 0 15px;
    }
    .inventory_actions_and_filters.fba .dropdown{
        text-align: center;

    }
    .nano > .nano-pane{opacity: 0.99!important;}
}
@media (max-width: 1025px) {

    #ajax-loader {
        height: calc(100vh - 40px);
        width: calc(100% - 40px);
    }
}
@media (max-width: 424px){
    .auth-form .panel-body{
        padding: 15px 0;
    }
    #modalForm.modal .upi-edit-block .align-right .control-label{
        width: 100%;
    }
    .label-desc{
        font-size: 11px;
        line-height: 12px;
    }
    .checkbox-inline{
        font-size: 12px;
        width: 30%;
    }
    .btn-group-wh{
        margin-top: 0;
    }
    .btn-group-wh > .btn{
        margin-top: 15px!important;
    }

}
@media (max-width: 348px){
    .btn-group-ba .btn:last-child{
        margin-bottom: 15px;
    }
    .btn-group-ba .btn{
        float: left!important;
        margin-top: 15px;
    }
    .btn-group-ba {
        margin-top: -20px;
    }
}
@media (max-width: 374px) {

    .inventory_actions_and_filters.fba .dropdown{
        text-align: center;
    }
    .inventory_actions_and_filters.fba .dropdown .btn-sm{
        float: none!important;
        margin-bottom: 10px;
    }
}

@media (max-height: 540px) {
    #user-control-block{
        position: initial;
        padding: 0;
    }
}

.socialite a:hover {
    opacity: 0.6;
}