table.table.table-hover thead {
    background: #475e91d1;
    color: white;
}
table.table.table-hover thead tr th {
    background: #475e91d1;
    color: white;
    padding: 15px;
}
img.mtf-img {
    width: 40px;
    height: auto;
}
input.m_number_f {
    width: 70px;
}
.mo_proname, .mo_prosku, .mo_protype {
    position: relative;
}
.mo_proname .dashicons, .mo_prosku .dashicons, .mo_protype .dashicons{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: -3px;
    color: #43b610;
}
td.mo_proname:hover .dashicons, td.mo_prosku:hover .dashicons, td.mo_protype:hover .dashicons{
	display: block;
}
.mo_proname .item-post-title-wrap, .mo_prosku .item-sku-wrap, .mo_protype .item-type-wrap {
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 266px;
    z-index: 1000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    background: #cc129b;
}
.mindigo li.active a {
    color: white !important;
    background: #5f5f5f !important;
}
ul.nav.nav-pills.nav-justified.mindigo {
    margin-bottom: 15px;
    background: #ccc;
}
.m_tabdescripton {
    background: #3b5b74;
    color: white !important;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold !important;
}
h5#motif_sm_satingsave {
    text-align: center;
    color: white;
    background: green;
    width: 40%;
    padding: 8px;
    margin: 10px auto 10px auto;
    display: none;
}
.m_lineloader{
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.44);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}
td.mo_proquantity.m_c_outstock {
    background-color: red;
}
td.mo_proquantity.m_c_lowstock {
    background-color: orange;
}
td.mo_proquantity.m_c_instock {
    background-color: green;
}




#motif-spinner {
  background: url(../img/spinner.gif) no-repeat;
  float: left;
  display: none;
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
}
.quantity {
    margin-bottom: 15px;
}
.wrap.motif-support {
    position: relative;
}
.motif_pageTitle {
    width: 100%;
    text-align: center;
}
.motif_pageTitle h1 {
    font-size: 48px;
    line-height: 1.04167;
    font-weight: 500;
    letter-spacing: .006em;
}
.motif_pageTitle p {
    margin: 0 auto;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 300;
}
.about-text {
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 20px 40px;
}
.motif-support-form h5 {
    padding: 10px;
    margin: 16px auto;
    text-align: center;
    color: white;
    background: #549454;
    font-size: 13px;
    border: 1px solid #548654;
    display: none;
    width: 60%;
}

.motif-support-form {
  padding: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #e5e5e5;
  margin-top: 15px;
}
.motif-socials {
  text-align: center;
}
ul.motif-social-left li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
}

ul.motif-social-left li a img {
    width: 35px;
}
form.cf {
  max-width: 800px;
  text-align: center;
  margin: 20px auto;
}
form.cf input, form.cf textarea {
  border:1px solid #ccc;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 2em;
  font-family: 'Merriweather', sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
}
form.fc input:focus, form.cf textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form.cf #input-submit {
  color: white;
  background: #58bf58;
  cursor: pointer;
}
form.cf #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form.cf textarea {
  height: 193px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
div#m_pstock_tab table thead tr th,
div#m_pstock_tab table tbody tr td  {
    text-align: center;
}
div#m_pstock_tab table tbody tr td {
    padding: 0px !important;
    vertical-align: middle;
}
.item-type-wrap {
    background: #d9d9d9 !important;
    width: 950px !important;
}
h2.stock-manager-heading {
    text-align: center;
    font-size: 25px;
}
input.btn.btn-primary.btn-xs.save-line-product {
    background: #70d370;
    border-color: #70d370;
    color: black;
    text-shadow: none;
}