.wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
  background-color: #ccffff;
}

td {
  word-wrap: break-word;
}

.btn-add-cred {
  margin: 10px 0px;
}

.fa-trash-o {
  color: red;
}

.fa-external-link {
  color: blue;
}

.fa-shopping-cart {
  color: green;
}

.fa-tasks {
  color: green;
}
.fa-paper-plane {
  color: sienna;
}

.fa-gavel {
  color: green;
}

.fa-times {
  color: red;
}

.fa-trash-o:hover,
.fa-external-link:hover,
.fa-tasks:hover,
.fa-paper-plane:hover,
.fa-gavel:hover,
.fa-times:hover {
  color: black;
}

.dropdown-menu {
  background-color: orange !important;
  min-width: 170px !important;
}

.dropdown-item {
  padding-left: 10px !important;
  font-weight: 400 !important;
}

a {
  text-decoration: none;
}

h1 {
  color: white !important;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  height: 100%;
}

.icons {
  text-align: center;
  vertical-align: middle;
}

.icons i {
  padding: 0px 10px;
}

.login-alert {
  color: rgb(232, 0, 0);
}

td > p {
  color: black !important;
}

@media only screen and (min-width: 768px) {
  .table {
    table-layout: fixed;
    max-width: 100% !important;
  }
}

thead {
  background: #ddd;
}

.table td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight {
  background: #ffff99;
}

.error {
  color: red;
}

input.error {
  border: 1px solid red;
}

@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    word-wrap: break-word !important;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    /* Behave  like a "row" */
    word-wrap: break-word;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table td:nth-child(1) {
    background: #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
  }
}
