/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.new-formula-btn{
	font-size:20px;
}

div.new-formula-wrap,
div.product-list-wrap{
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
    width: 98%;
}
div.product-list{
    width: 98%;
}
div.new-formula-wrap  p.info{
	width: 97%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 19px;
}

input.redError{
	border: 1px solid #f98787 !important;
}

.width-200{
	width:200%;
}

div.new-formula-wrap input {
    margin-top: 10px;
}

.new-formula-wrap .direct-import-btn{
	font-size: 18px;
    margin: 5px 0px 20px 10px;
}


.product-list-wrap .product-item {
    background: #fff;
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9;
}

.product-list .product-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 3;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #00050c;
}

.product-list .checkboxer{
    height: 22px;
    width: 40px;
    float: left;
}

.product-list .product-item .salePrice {
    color: #999;
}

.product-list .star-block .star-inner {
    width: 70px;
    height: 20px;
    margin: 1px 0 0 0;
    display: inline-block;
    background: url(../images/rating-stars.png) repeat-x 0 0;
}

.product-list .star-block  {
    width: 70px;
}

.product-list .product-item .price span.discount {
    background-color: #f34820;
    display: inline-block;
    color: #fff;
    line-height: 18px;
    padding: 0 5px 0 5px;
    border-radius: 2px;
    font-size: 12px;
}

.product-list .product-item .salePrice span {
    color: #f60;
    font-weight: 700;
    font-size: 16px;
}

.product-list .product-item .info {
    padding-top: 15px;
}


.product-list .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 16px;
    font-size: 18px;
    line-height: 1.618;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-list .product-item .price span.originalPrice {
    text-decoration: line-through;
    font-size: 12px;
}

.product-list .product-item .info .orders {
    display: inline-block;
    float: left;
    line-height: 14px;
}

.dropship-orders .panel {
    position: relative;
    box-shadow: none;
    margin: 0 0 20px 0;
    border-radius: 0;
    border: 0;
}

.dropship-orders .panel > .panel-heading {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
}

.dropship-orders .panel > .panel-heading .panel-title {
    padding: 13px 20px 13px 20px;
    font-size: 18px;
}

.dropship-orders .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit;
}

.dropship-orders .panel .panel-body {
    padding: 20px;
}

.dropship-orders .overflow-table {
    width: 100%;
    margin: 10px 0 !important;
}

.dropship-orders .dataTables_wrapper {
    width: 100%;
	position: relative;
    clear: both;
    zoom: 1;
}

.dropship-orders table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
	font-size: 16px;
    border-collapse: separate;
    border-spacing: 0;
}

.dropship-orders thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.dropship-orders tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.dropship-orders input, select {
    margin: 1px;
    padding: 3px 5px;
}

.dropship-orders table.dataTable.stripe tbody tr.odd,
.dropship-orders table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

.dropship-orders 

.dropship-orders 

.dropship-orders 