.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.btn-flat.danger {
    background-color: #d9534f;
}

.btn-lg-custom {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.table .img {
    height: 31px;
    float: left;
    width: 31px;
    border: 1px solid #dfe4eb;
    text-align: center;
    cursor: pointer;
    margin-right: 23px;
}

.table .img img {
    height: 31px;
    width: 31px;
}

.table .item-name {
    position: relative;
    top: 6px;
}

.btn-error {
    background: linear-gradient(to bottom, #DF7673 0%, #D9534F 100%);
    border: 1px solid #D43F3A;
    text-shadow: rgba(0, 0, 0, 0.24706) 0px 1px 0px;
    color: #fff;
}

#shopping-cart {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
}

.shopping-cart-active {
    color: yellow !important;
}

.search-select select {
    width: 100% !important;
}

.filter-by-descriptor {
    float: right;
    position: relative;
    top: 8px;
}

.glyphicon-circle-arrow-left {
    top: 2px;
}

.item-show-input {
    margin-top: 10px;
}

.item-show-input .quantity
{
    width: 90px;
    display: inline-block;
    margin-right: 10px;
}

.item-show-input .button
{
    width: 90px;
    display: inline-block;
}

.item-show-input .button button
{
    min-width: 90px;
    padding: 7px 10px;
    margin-bottom: 3px;
    box-shadow: none;
}

.item-show-input .button .success
{
    opacity: 1 !important;
}

.item-show-input .button .btn-error
{
    opacity: 1 !important;
}

.product-info {
    margin-bottom: 50px;
}

.item-show-info-max-width {
    max-width: 100px;
}

.growl-container {
    margin-top: 10px;
}

.col-category
{
    height: 310px !important;
}
.col-item
{
    width: 252px;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
    text-align: center;
}

.col-item .photo
{
    display: inline-block;
    vertical-align: top;

    position: relative;
    width: 250px;
    height: 250px;
}

.col-item img
{
    display: block;

    max-width: 250px;
    max-height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.col-item .photo .overlay {
  background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.col-item .photo .overlay:hover { opacity: 1; }

.col-item .photo .overlay:hover:after,
.col-item .photo .overlay:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.col-item .photo .overlay p {
    font-size: 18px;
    margin-top: 70px;
}

.col-item .info
{
    padding: 10px;
}

.col-item .name
{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

.col-item .sku
{
    margin-bottom: 3px;
}

.col-item .price
{
    font-size: 14px;
    margin-bottom: 5px;
}

.col-item .input {
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
}

.col-item .input .quantity
{
    width: 90px;
    display: inline-block;
    margin-right: 10px;
}

.col-item .input .button
{
    width: 90px;
    display: inline-block;
}

@-moz-document url-prefix() {
    .col-item .input .button
    {
        position: absolute;
        top: 0px;
    }
}

.col-item .input .button button
{
    min-width: 90px;
    padding: 7px 10px;
    margin-bottom: 2px;
    box-shadow: none;
}

.col-item .input .button .success
{
    opacity: 1 !important;
}

.col-item .input .button .btn-error
{
    opacity: 1 !important;
}

.btn-group .dropdown-menu > li > a:hover {
    background-color: #E6EAF1 !important;
}

#sidebar-nav {
    padding-top: 16px;
}
#pad-wrapper {
    margin-top: 27px;
}

.header {
    margin-bottom: 30px;
}

.with-footer .content {
    margin-bottom: 0;
    min-height: 530px;
    padding-bottom: 40px;
    border-bottom: none;
    box-shadow: -3px 0 3px -2px #f1f1f3;
    border-radius: 0;
}

#footer {
    min-width: 400px;
    min-height: 60px;
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-left: 177px;
    border-left: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
    box-shadow: -3px 3px 3px -2px #f1f1f3;
    border-radius: 0px 0px 0px 5px;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    -ms-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}
#footer .footer-content {
    border-top: 1px solid #dae3e9;
    box-shadow: inset 0 1px 6px -2px #f1f1f3;
    background-color: #fdfdfd;
    padding-top: 22px;
    padding-bottom: 20px;
}
#footer-wrapper {
    padding-right: 50px;
    padding-left: 50px;
}
#footer a {
    text-decoration: underline;
}

#referral-icon {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    background-color: rgb(129, 189, 130);
    text-align: center;
    padding-top: 9px;
}
#referral-icon i {
    font-size: 29px;
    color: #ffffff;
    /*vertical-align:middle;*/
    max-width:100%;
    max-height:100%;
}
#referral-message {
    font-size: 12px;
    padding-left: 17px;
}
#referral-message span {
    line-height: 1.5;
}

.action-btn-link {
    font-size: 12px;
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    padding: 0 0;
    background-color: transparent;
    text-decoration: none;
}

.action-btn-link,
.action-btn-link:active,
:active[disabled],
fieldset[disabled] .action-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.action-btn-link,
.action-btn-link:hover,
.action-btn-link:focus,
.action-btn-link:active {
    border-color: transparent;
}

.action-btn-link:hover,
.action-btn-link:focus {
    color:#2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.action-btn-link[disabled],
.action-btn-link[disabled]:hover,
fieldset[disabled] .action-btn-link:hover,
.action-btn-link[disabled]:focus,
fieldset[disabled] .action-btn-link:focus {
    color:#999;
    text-decoration:none
}

.table .action-btn-link {
    text-decoration: underline;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.table a {
    text-decoration: underline;
}

.table ul.actions {
    padding: 0;
    margin-bottom: 0;
}
.table ul.actions li {
  display: inline-block;
}

.table .subheading {
    font-weight: bold;
}

.table .subheading td{
    color: #333;
}

.table .notice {
    border-top: none;
    padding: 2px 8px;
}

.table .alert {
    padding: 4px 12px;
    margin-bottom: 14px;
}

.table .total {
    padding-top: 20px;
}

.table .total-line {
    padding-top: 50px;
}

.table .total-heading {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    color: #333;
}

.table .blank {
    border: none;
}

.option-link, .form-note {
    padding-top: 7px;
    margin-bottom: 3px;
}

.header .edit {
    margin-right: 5px;
    padding: 7px 13px;
}

.header .delete {
    margin-right: 5px;
}

.header a.btn-flat,  .header button.btn-flat {
    margin-top: 4px;
}

#approve-btn {
    color: #ffffff;
    background: rgb(129, 189, 130);
    border: 1px solid #5cb85c;
    margin-right: 10px;
}

.header .name {
  font-weight: 600;
}

a.cancel {
    margin-left: 15px;
    text-decoration: underline;
}

.customer-info, .order-info-top {
    margin-bottom: 10px;
}
.customer-info a, .order-customer-info a, .order-info-top a {
    text-decoration: underline;
}
.order-info-top .dl-horizontal dt, .customer-info .dl-horizontal dt, .order-customer-info .dl-horizontal dt {
    text-align: left;
}
#order-review .customer-info {
    margin-bottom: 0;
}

.quantity {
    text-align: right;
}

.table .note {
    font-weight: bolder;
}

#pad-wrapper h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
}

.billing-address {
    margin-bottom: 25px;
}

.address-forms {
    margin-top: 10px;
}

.address ul {
    padding: 0;
    list-style: none;
}

#pad-wrapper .address h6 {
    margin-bottom: 10px;
}
.shipping-address .grid-header, .billing-address .grid-header {
    margin-bottom: 10px;
    font-weight: bold;
}

.prev {
    margin-right: 10px;
}

.discount {
    margin-top: 30px;
}
.discount .control-label {
    text-align: left;
}

.label-left .control-label {
    text-align: left;
}

.return {
    margin-top: 25px;
}

.table-wrapper .header {
    margin-bottom: 30px;
}

.new-order-btn {
    margin-left: 20px;
}

.rep ul {
    padding: 0;
    list-style: none;
}
li.ico-li {
    margin: 7px 0 7px;
}
.rep i.icon-envelope {
    margin-right: 4px;
    color: #4387bf;
}

.rep .ico-phone {
    margin-right: 4px;
}

.order-info a {
    text-decoration: underline;
}

.order-info .dl-horizontal dt{
    text-align: left;
}

.item-search {
    margin-bottom: 35px;
}

.table .remove-item {
    text-align: center;
    vertical-align: middle;
}

.table .remove-item .icon-remove-sign {
    color: #afafaf;
    font-size: 16px;
}

.table .remove-item .icon-remove-sign:hover {
    color: red;
}

.table .remove-item a {
    text-decoration: none;
}

.no-orders {
    margin-bottom: 30px;
}

h3 .status, h3 .deleted {
    font-size: 50%;
    vertical-align: 50%;
    margin-left: 5px;
}

.header .date {
    color: #7d848c;
    font-style: italic;
    font-size: 12px;
}

.header .area {
    float: none;
}

.modal #save-button {
    margin-right: 8px;
}
.modal .action {
    padding-top: 20px;
    padding-bottom: 10px;
}
.modal #notes-form-errors {
    display: none;
}
.modal table {
    margin-top: 20px;
}

#shipping-option {
    margin-bottom: 16px;
}
.notes, .po {
    margin-bottom: 10px;
}
.ship-by-date {
    margin-bottom: 20px;
}

.hide-group {
    display: none;
}
.show-group {
    display: inline-table;
}

.message {
    margin-top: 8px;
    margin-bottom: 8px;
}

.back {
    margin-top: 40px;
}
.back a {
    text-decoration: none;
}

.table-search {
    margin-bottom: 35px;
}
.table-sort a {
    text-decoration: none;
    color: #333333;
}

.small-spinner {
    height: 42px;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 38px 0 28px;
}
.divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
}

#pass-reset-header {
    margin-bottom: 30px;
}

.search-results {
    margin-top: 26px;
}
.search-results ul {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.search-results li {
    margin-bottom: 10px;
}

.search-results .date {
    color: #7d848c;
    font-style: italic;
    margin-left: 10px;
}
.search-results .status {
    margin-left: 10px;
}

.login-info {
    margin-bottom: 30px;
}

.popover {
    font-size: 13px;
    font-style: normal;
}
label .popover {
    font-weight: normal;
    font-size: 12px;
}

.notification-email-area ul {
    padding: 0;
    list-style: none;
    margin-bottom: 22px;
}

.notification-email-area .header {
    margin-bottom: 30px;
}

.notification-email-area .action-btn-link {
    text-decoration: none;
}

.notification-email-area .form-delete {
    display: inline-block;
}

.navbar-inverse input.search {
    background: url("../../images/brand/lens.png") #0f1217 no-repeat 95%;
}
.navbar-inverse input.search::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.navbar-inverse input.search:-ms-input-placeholder {
    color: #b3b3b3;
}
.navbar-inverse .search-responsive {
    margin-bottom: 20px;
}

h6 span.optional {
    font-size: 12px;
}

.list-row {
    margin-bottom: 10px;
}

.list-row .title {
    font-weight: bold;
}

.no-gutter [class*="-2"] {
    padding-right:0;
}

.item-image {
    border: 4px solid #dff0fd;
    border-radius: 3px;
}

/* Main stats up of screen */
#main-stats {
  background-color: #fdfdfd;
  border-bottom: 1px solid #efeef3;
}
#main-stats .stats-row {
    box-shadow: inset -1px 0px 5px 2px #f9f9f9;
    margin: 0;
}
#main-stats .stat {
    text-align: right;
    padding: 25px 0px 30px 0px;
    border-right: 1px solid #e8e9ee;
    position: relative;
    box-shadow: 1px 0px 0px 0px white;
}
#main-stats .stat.last {
    border-right: 0px;
}
#main-stats .stat .data {
    color: #29323a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-right: 50px;
}
#main-stats .stat .data .number  {
    color: #32a0ee;
    font-size: 25px;
    margin-right: 15px;
}
#main-stats .stat .date {
    color: #b4b8bb;
    font-weight: lighter;
    font-family: 'Lato', 'Open Sans';
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 50px;
}

/* Stats chart */
#statsChart {
  height: 250px;
  margin-top: 45px;
}
.legendLabel {
  font-size: 12px;
  font-family: "Open Sans", Arial;
  color: #9da3a9;
}
.chart {
    margin-top: 30px;
    padding-bottom: 27px;
}

/* Subscription and Billing*/
#pricing-charts {
    -webkit-font-smoothing: antialiased;
}
#pricing-charts .charts .chart {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
    padding: 20px 20px;
    position: relative;
    text-align: center;
    min-height: 235px;
    width: 97%;
    margin: 0 auto;
}
#pricing-charts .charts .chart .plan-name {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    width: 90%;
    margin: 0 auto;
}
#pricing-charts .charts .chart .quantity {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 9px;
}
#pricing-charts .charts .chart .quantity .dollar {
    font-size: 17px;
    position: relative;
    top: -9px;
}
#pricing-charts .charts .chart .quantity .price {
    font-size: 30px;
}
#pricing-charts .charts .chart .quantity .period {
    font-size: 13px;
    position: relative;
    top: -6px;
    margin-left: 2px;
}
#pricing-charts .charts .chart .specs {
    margin-top: 16px;
    margin-bottom: 22px;
}
#pricing-charts .charts .chart .specs .spec {
    font-size: 13px;
    color: #474747;
    text-align: center;
    font-weight: 500;
    margin-bottom: 6px;
}
#pricing-charts .charts .chart .specs .spec .variable {
    color: #1FBEE7;
    font-weight: 500;
}
#pricing-charts .charts .chart.current-plan {
    background-color: #f2ffed;
}
#pricing-charts .charts .chart.current-plan .check {
    font-size: 15px;
    color: #444;
    font-weight: 600;
}
#pricing-charts .charts .chart.current-plan .check .icon-ok {
    margin-right: 3px;
    font-size: 24px;
}
#subscription-message a.message-link {
    text-decoration: underline;
    color: #31708f;
}
#subscription-message.alert-info i.icon-credit-card {
    color: #fff;
    font-size: 13px;
    top: 0;
    margin-bottom: 0;
}
#subscription-message #cancel-downgrade {
    margin-top: 7px;
    margin-left: 0;
}
#subscription-message .btn-glow {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
}
#payment-method {
    margin-top: 8px;
    margin-bottom: 22px;
}
#payment-method .btn-glow {
    margin-left: 10px;
    font-size: 12px;
}

.alert-wrapper {
    padding: 0 50px;
    margin-top: 35px;
}
.alert-wrapper .alert-warning .alert-link, .warning-alert-link {
    text-decoration: underline;
    color: #8a6d3b;
}
.alert-wrapper .alert-danger .alert-link {
    text-decoration: underline;
    color: #a94442;
}

#customer-wrapper {
    padding: 0px 50px;
    margin-top: 25px;
}
#customer-wrapper h4 {
    color: #696d73;
    font-style: italic;
}

.section {
  border-top: 1px solid #edeff1;
  margin-top: 27px;
  padding-top: 27px;
  box-shadow: inset 0px 3px 4px -1px #fafafa;
}

.option-label {
    font-weight: normal;
}

#shipment-table td {
    border-top: none;
}
.table .group-border {
    border-bottom: 1px solid #edf2f7;
}

#onboarding-wrapper {
    padding: 0px 50px;
    margin-top: 27px;
}
#onboarding-wrapper .steps {
    border-bottom: 1px solid #edeff1;
    box-shadow: inset 0px -3px 4px -1px #fafafa;
    padding-bottom: 40px;
}
#onboarding-wrapper .step {
    margin-bottom: 14px;
    font-size: 15px;
}

#onboarding-wrapper .circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #428bca;
    text-align: center;
    display:inline-block;
    line-height: 37px;
    margin-bottom: 5px;
    margin-right: 10px;
}
#onboarding-wrapper .circle-success {
    background-color: rgb(129, 189, 130);
}
#onboarding-wrapper .circle i {
    font-size: 20px;
    color: #ffffff;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
}
#onboarding-wrapper .circle i.icon-cog {
    font-size: 24px;
}
#onboarding-wrapper .circle i.icon-ok {
    font-size: 22px;
}

.alert i.icon-remove-sign {
    margin: 0 0 0 10px;
    font-size: 20px;
}

.close {
    opacity: 0.5;
}
.close:hover {
    opacity: 0.9;
}

#staff-edit-link {
    margin-left: 2px;
}

.shipping-address-header h6 {
    display: inline;
    margin-right: 12px;
}

#copy-address-option {
    display: inline;
}
#copy-address-option label {
    font-weight: normal;
    margin-bottom: 0;
}
.shipping-address-header {
    margin-bottom: 12px;
    margin-top: 10px;
}
#copy-address {
    margin: 0 2px 0 0;
}
.shipping-address-grid {
    margin-bottom: 25px;
}
.billing-address-grid {
    margin-bottom: 25px;
}

#customer-order-review .header {
    margin-bottom: 20px;
}

#order-confirmation .alert-success .alert-link {
    text-decoration: underline;
    color: #3c763d;
}

.readonly-input input[type="text"],
input[type="text"].readonly-input {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #333;
}
.readonly-input input[type="text"]:focus,
input[type="text"].readonly-input:focus {
    box-shadow: none;
    border-color: #fff;
}
.readonly-input input[type="text"]:hover,
input[type="text"].readonly-input:hover {
    border-color: #fff;
}

/* modals */
.modal-body .discount-form-group {
    min-height: 60px;
    padding-top: 22px;
}
.modal-body .discount-form-group select {
    margin-bottom: 16px;
}
.modal-footer {
    text-align: center;
}
.modal-footer .right-space {
    margin-right: 10px;
}

#order-review .action-btn-group, #customer-order-review .action-btn-group {
    margin-top: 25px;
}

#shop-btn {
    margin-top: 10px;
}

.order-search .input-group[class*="col-"] {
    float: left;
}
.order-search {
    margin-right: 4px;
}

.search-select {
    margin-left: 0px !important;
    vertical-align: middle;
    height: 34px;
    min-height: 34px !important;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    background: url("../../images/brand/select-bg.png"), -moz-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../../images/brand/select-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f1f2));
    background: url("../../images/brand/select-bg.png"), -webkit-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../../images/brand/select-bg.png"), -o-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../../images/brand/select-bg.png"), -ms-linear-gradient(top, white 0%, #f0f1f2 100%);
    background: url("../../images/brand/select-bg.png"), linear-gradient(to bottom, white 0%, #f0f1f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f1f2',GradientType=0 );
    display: inline-block;
    border: 1px solid #cfdde8;
    border-radius: 5px;
    background-position: 94%;
    background-repeat: no-repeat;
}
.search-select select {
    width: 135%;
    line-height: inherit;
    font-family: "Open Sans", Arial;
    font-size: 12px;
    border: none;
    padding: 1px 30px 0px 10px;
    height: 34px;
    -webkit-appearance: none;
    color: #737f8d;
    text-shadow: 1px 1px 1px #fff;
    background: transparent;
}
.search-select[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.table-shop input[type="checkbox"] {
    float: left;
    margin-right: 23px;
}

#shop-item-th {
    padding-left: 44px;
}

.paid-amount .label {
    margin-left: 5px;
}

.table .shipped {
    color: #999;
}
.modal .save-button {
    margin-right: 8px;
}

.staff-name {
    margin-bottom: 24px;
}

#edit-shipping-cost-btn {
    padding: 8px 6px 8px 6px;
    font-size: 12px;
}

.table-with-totals {
    margin-bottom: 0;
}

#shipping-cost-action {
    padding-left: 0;
}

.export-btn-left, .export-btn-right {
    display: inline-block;
    margin-bottom: 10px;
}
.export-btn-left {
    margin-right: 14px;
}
#export-items-btn, #import-items-btn {
    font-weight: 500;
}

.export-btn-left i, .export-btn-right i, .import i {
    font-size: 14px;
}
.export-btn-left button, .export-btn-right button {
    font-size: 13px;
    line-height: 19px;
}

.import button {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.btn-item-edit-variant
{
  margin-right: 10px !important;
  border-radius: 4px !important;
}
.import h6 {
    margin-top: 0;
}
.import .subheading {
    padding-bottom:  10px;
}

#payment-method-section, #info-section {
    margin-bottom: 20px;
}
#payment-method-section .title, #info-section .title {
    margin-right: 10px;
    margin-left: 5px;
    font-weight: bold;
}
#payment-method-section .info, #info-section .info {
    margin-right: 15px;
}
#payment-method-section form, #info-section form{
    display: inline-block;
}

.grey-disabled {
    color: #A0A2A5 !important;
    background: #F2F4F8 !important;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px 1px 0px 0px #F2F4F8 !important;
}

.badge-link {
    margin-right: 5px;
}
.badge-link:hover {
    text-decoration: none;
}

.addon-with-warning {
    border-color: #8a6d3b !important;
    border-right: none !important;
}

#customer-wrapper .popover {
    font-weight: normal;
    width: 200px;
}

.image-small, .image-small:hover, .image-small:active, .image-small:visited {
    text-decoration: none !important;
}
.ShopHeading h3{
    width: 82%;
    background: #f7f7f7;
    padding: 10px;
    border-bottom: 1px solid #000;
}
.tab-content {
    padding: 1rem;
    padding-top: 2rem;
    z-index: 1;
    border-radius: 0 0 .3rem .3rem;
}
.tabsHeading{
    border-bottom: 1px solid #dae3e9;
    background: #f7f7f7;
}
.tabsHeading li{
    float: left;    
}

.tabsHeading li a:hover,.tabsHeading li a:focus{
    background-color: #97a5b7;
}
.tabsHeading li a {
    padding: 10px 15px 35px 15px;
}
.tabsHeading li.active a {
    background-color: #97a5b7;
}

/* responsive */
@media(max-width: 992px){
    #pad-wrapper h6 {
        margin-bottom: 10px;
    }
    .shipping-address {
        margin-bottom: 25px;
    }
    .shipping-address-header {
        margin-bottom: 10px;
    }
}
@media (max-width: 979px) {
    #main-stats .stat .data {
        padding-right: 17px;
    }
    #main-stats .stat .data .number {
        font-size: 18px;
    }
}
@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: inline;
    }
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 128px;
    }
    .dl-horizontal dd.one-term {
        margin-bottom: 6px;
    }
    .dl-horizontal dd {
        margin-left: 148px;
        margin-bottom: 10px;
    }
    .table-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .list-row .title {
        text-align: right;
    }
    #pricing-charts .charts .chart {
        top: 15px;
        width: 100%;
    }
    #pricing-charts .no-gutter [class*="md-3"] {
        padding-right:0;
        padding-left: 0;
    }
    #pricing-charts .charts .chart.first {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #pricing-charts .charts .chart.middle {
        border-radius: 0;
        border-right: 0;
    }
    #pricing-charts .charts .chart.last {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #pricing-charts .charts .chart.current-plan {
        z-index: 999;
        margin: 0 auto;
        top: 0px;
        min-height: 255px;
    }
    #pricing-charts .charts .chart.first.current-plan {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: 1px solid #D8D8D8;
        margin-left: 1px;
    }
    #pricing-charts .charts .chart.middle.current-plan {
        border-right: 1px solid #D8D8D8;
        border-radius: 5px;
        margin-left: 1px;
    }
    #pricing-charts .charts .chart.last.current-plan {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #pricing-charts .charts .chart.current-plan .specs {
        margin-top: 20px;
        margin-bottom: 28px;
    }
    #payment-method {
        margin-bottom: 14px;
    }
    #ship-by-date-style, #payment-due-date-style {
        width: 23%;
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    #footer {
        min-width: 0px;
        margin: 0;
    }
    #footer-wrapper {
        padding: 0px 15px;
    }
    .table-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    #main-stats {
        margin-left: -15px;
        margin-right: -15px;
    }
    #customer-wrapper {
        padding: 0px 15px;
    }

    #onboarding-wrapper {
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    .dl-horizontal dd {
        margin-bottom: 10px;
    }
    #pricing-charts .charts .chart {
          width: 55%;
          margin-bottom: 20px !important;
    }
    #pricing-charts .charts .chart.last {
        margin-bottom: 0 !important;
    }

    .import-inventory {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    #pricing-charts .charts .chart {
        width: 90% !important;
    }
}

.modal {
    -webkit-overflow-scrolling: auto
}

.min-item-quantity-form {
  position: relative;
  bottom: 20px;
}

.table-responsive {
  width:100%;
  min-height: .01%;
  overflow-x:auto;
}

.pointer {
  cursor: pointer;
}

.total-heading .popover-content {
  font-weight: normal;
  text-transform: none;
}

.linkButton {
  background: none;
  border: none;
  color: #0066ff;
  text-decoration: underline;
  cursor: pointer;
}

/** Grid/List **/

.col-item.col-item-uses-unit{
    height:420px;
}
.col-item.col-item-variants{
    height:420px;
}
.list-item {
    width: 100%;
    clear: both;
}

.list-item .col-item {
    width: 100%;
    height: auto;
    text-align: left;
}

.list-item .col-item a {
    float:left;
}

.list-item .col-item .info {
    float: left;
    width: auto;
    height: 100%;
}

.list-item .col-item .info > div {
    float: left;
    width: 19%;
    margin-right: 12px;
}

.list-item .col-item .input {
    position: relative;
    bottom: 0px;
    margin-left: 0px;
}

.list-item .col-item.col-item-uses-unit {
    height: auto !important;
}
.list-item .col-item.col-item-variants {
    height: auto !important;
}
@media(min-width: 500px) {
    .list-item .col-item .info{
        width: 100%;
    }
}

@media(min-width: 400px) {
    .list-item .col-item .info{
        width: 100%;
    }
}

@media(min-width: 300px) {
    .list-item .col-item .info{
        width: 100%;
    }
}

.item-grid {
    margin-bottom:5px;
}

.row-grid{
    margin-top:20px;
}

.label-order-status-margin {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    float: left;
}
.tagit-input ~ ul li {
  height: auto !important;
  width: auto !important;
  top: 0 !important;
}
.margin-right{
    margin-right:5px;
}
.checkbox_items label{
  margin-right: 20px;
  cursor: pointer;
}
/*Notification panel css */

  .page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
    max-width: 90px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    margin-top: 5px;
    padding: 1px 5px;
    background: #41465a;
}
.navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
    padding-right: 0!important;
    padding-left: 0;
    list-style: none;
}
.navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
    padding-right: 0!important;
    padding-left: 0;
    list-style: none;
}
.scroller {
    padding: 0 12px 0 0;
    margin: 0;
    overflow: hidden;
}
.navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #464a60;
}
.navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 15px;
    text-shadow: none;
    border-bottom: 1px solid #646b89!important;
    color: white;
    text-decoration: none;
}
.dropdown-menu-list > li{
    background-color:#353843;
}
.navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
    display: inline-block;
    color: #62878f;
}
.navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
    display: inline-block;
    padding: 0;
    background: 0 0;
    clear: inherit;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    border: 0;
    margin-top: -1px;
    color: #337ab7;
}
.navbar-nav>li.dropdown-extended .dropdown-menu {
    min-width: 275px;
    max-width: 400px;
    width: 400px;
    z-index: 9995;
    margin-top: 5px;
    background: #464a60;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after{
    position: absolute;
    top: -8px;
    right: 10px;
    /*right: auto;*/
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
    border-bottom-color: #464a60;
}
/*.badge-notification{
    background-color: #36c6d3; 
}
*/
.navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a:hover {
    background: #606683;
}
/*End Notification Panel css*/