.carousel-inner img {
  margin: auto;
}

th.active .arrow {
  opacity: 1;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid black;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}

table thead tr th {
  cursor: pointer;
}

.for-page-button {
  margin-top: 20px;
  margin-left: 20px;
}

.search-box {
  width: 150px;
  margin: 10px;
}

.number-input {
  border: 1px solid #C3C0C0;
  width: 60px;
}

.grid-results {
  margin: 10px;
}

.white-font > a {
  color: white;
}

.white-font > a:hover {
  color: #d7dbe2;
}

.white-font-15 > a {
  color: white;
  font-size: 15px;
}

.white-font-15 > a:hover {
  color: #d7dbe2;
  font-size: 15px;
}

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-30 {
  margin: 30px;
}

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

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

.margin-bottom-10 {
  margin-top: 10px;
}

.form-border {
  width: 100%;
  min-width: 200px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  background-color: #f9fafc;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-300 {
  min-width: 200px;
}

.guest-footer {
  background: #fff;
  padding: 15px;
  width: auto;
  color: #444;
  border-top: 1px solid #d2d6de;
  position: relative;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-fill {
  margin-top: 10px;
  margin-bottom: 50px;
}

.submit-email-button {
  margin-top: 20px;
  margin-left: 70px;
}

.reset-password-button {
  margin-top: 20px;
  margin-left: 95px;
}

.required label:after {
  color: red;
  content: " *";
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.status {
  text-align: right;
}

.status .label {
  font-size: 100% !important;
}

.number {
  text-align: right;
}

.table th {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.select2-container .select2-selection--single {
  height: 34px !important;
  border-radius: 0 !important;
}

.btn-addon {
  height: 34px !important;
  border-radius: 0 !important;
  border-left: none !important;
  margin-right: 0 !important;
}

.btn-addon2 {
  height: 34px !important;
  border-radius: 0 !important;
  border-left: none !important;
  margin-right: 0 !important;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000;
}

a {
  color: #008d4c;
}

a:hover {
  color: #00542B;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #008d4c;
  border-color: #008d4c;
}

.users-list > li {
  width: 10%;
}

@media only screen and (max-device-width: 768px) {
  .users-list > li {
    width: 20%;
  }
}

.products-list .product-info {
  margin: 0;
}

a.users-name {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.tooltip-inner {
  max-width: 350px;
  width: inherit;
  text-align: left;
}

