#ipi-table > thead > tr,
#ipi-table > thead > tr > td {
  font-size: 0.9em;
  font-weight: 400;
  background: #10312b;
  text-transform: uppercase;
  color: #fff;
}
#ipi-table > tbody > tr > td {
  max-height: 200px;
  vertical-align: middle !important;
}
#ipi-table1 > thead > tr,
#ipi-table1 > thead > tr > td {
  font-size: 0.9em;
  font-weight: 400;
  background: #10312b;
  text-transform: uppercase;
  color: #fff;
}
#ipi-table1 > tbody > tr > td {
  max-height: 200px;
  vertical-align: middle !important;
}
.checkboxHover:hover {
  cursor: pointer;
}
.navbarHover:hover {
  background-color: #001634;
  transition-duration: 0.4s;
}
.navbarHover {
  transition-duration: 0.4s;
}
.navbarIconHover {
  transition-duration: 0.3s !important;
}
.navbarIconHover:hover {
  color: #fff !important;
  transition-duration: 0.3s !important;
}
.btnNoBorders,
.btnNoBorders:active,
.btnNoBorders:focus {
  outline: 0;
  -moz-outline-style: none;
}
.btn.btn-primary.overlay,
.trashBtn {
  position: absolute;
  top: 2%;
  right: 2%;
}
.btn-action .waves,
.btn-action-lg .waves,
.ripples {
  overflow: hidden;
  position: relative;
}
.waves {
  position: absolute;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ripple {
  -webkit-animation: 0.65s linear ripple;
  -moz-animation: 0.65s linear ripple;
  -ms-animation: ripple 0.65s linear;
  -o-animation: 0.65s linear ripple;
  animation: 0.65s linear ripple;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.tablesorter-filter {
  border-radius: 20px;
  border-style: none;
}
.btnMaterial {
  overflow: hidden !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 10 !important;
  display: inline-block !important;
  height: 36px !important;
  line-height: 36px !important;
  vertical-align: middle !important;
  border: none !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.btn-accent {
  color: #fff;
  background-color: #ec407a;
}
.btn-accent.active,
.btn-accent.focus,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover {
  color: #fff;
  background-color: #e91e63;
}
.btn-raised {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16),
    0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
}
.btn-flat {
  font-weight: 400;
  color: #212121;
  background-color: transparent;
}
.btn-flat .waves {
  background-color: rgba(33, 33, 33, 0.1);
}
.btn-flat.active,
.btn-flat.focus,
.btn-flat:active,
.btn-flat:focus,
.btn-flat:hover {
  color: #212121;
}
.btn-flat.primary {
  color: #3f51b5;
}
.btn-flat.primary .waves {
  background-color: rgba(63, 81, 181, 0.3);
}
.btn-flat.accent {
  color: #ec407a;
}
.btn-flat.accent .waves {
  background-color: rgba(255, 64, 129, 0.3);
}
.btn-flat.success {
  color: #009688;
}
.btn-flat.success .waves {
  background-color: rgba(0, 150, 136, 0.3);
}
.btn-action {
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 55px;
  padding: 0;
  border-radius: 20px;
}
.btn-action-lg {
  min-width: 56px;
  width: 56px;
  height: 56px;
  line-height: 84px;
  padding: 0;
  border-radius: 28px;
}
.btn-action-lg .material-icons {
  font-size: 36px;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input {
  background-color: #eee;
}
.card.card-body.view {
  transition-duration: 0.2s;
}
.card.card-body.view:hover {
  background-color: #eff0f1;
  transition-duration: 0.2s;
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-theater-masks:before {
  content: "\f630";
}
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.overlay .mask {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.card[class*="border"] {
  border: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.view img {
  position: relative;
  display: block;
}
.clean-block.dark {
  background-color: #f6f6f6;
}
.clean-block.clean-form form {
  border-top: 2px solid #10312b;
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}
input,
input:active,
input:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
  box-shadow: none !important;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .clean-block .block-heading {
    padding-top: 80px;
  }
}
.clean-block .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.anone,
.anone:active,
.anone:visited {
  color: inherit;
}
.anone:link {
  text-decoration: none;
}
.anone:hover {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 1200px) {
  .labels {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .labels {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .labels {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .labels {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 575px) {
  .labels {
    font-size: 0.85em;
  }
}
.clean-block {
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .clean-block {
    padding-bottom: 100px;
  }
}
.deleteButton {
  position: absolute;
  right: 2%;
  top: 2%;
}
.card {
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
button:active {
  outline: none !important;
  -moz-outline-style: none !important;
  box-shadow: none !important;
}
