.text-none{
  text-transform: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

#sortable1,
#sortable2 {
  border: 1px solid #eee;
  width: 100%;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}

#sortable1 li,
#sortable2 li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.2em;
  width: 90%;
}

.glyphicon {
  line-height: 18px !important;
  font-size: 15px !important;
}

.glyphicon-folder-open {
  color: white !important;
}

.fa-w-default {
  line-height: 18px !important;
  font-size: 15px !important;
}

.select-padding {
  padding: 0px 10px !important;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.text-white {
  color: white !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.no-pm {
  padding: 0px !important;
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

.vertical-align {
  vertical-align: middle !important;
}

td {
  vertical-align: middle !important;
}

.text-info {
  color: #31708f !important;
}

.text-black {
  color: #000000 !important;
}

.text-info:hover {
  color: #245269 !important;
}

.withPointer {
  cursor: pointer;
}

.noResize {
  resize: none;
}

.btn-cart {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: table !important;
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 18px;
  padding: 13px 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 90%;
}

.btn-cart:hover {
  color: #fff;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}

.btn-cart-2 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 18px;
  padding: 13px 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 90%;
}
