﻿.btn.wide {
  min-width: 100px;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  color: #4b4b4c;
}
.navbar-logo {
  height: 14px;
  padding-bottom: 2px;
}
footer {
  overflow: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.alert {
  margin-top: 15px;
  margin-bottom: 15px;
}
.alerts {
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: visible;
  z-index: 1;
}
.table th,
.table td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table thead th {
  vertical-align: middle;
}
.table thead th[data-sort] {
  cursor: pointer;
}
.table thead th[data-sort].ascending .fa,
.table thead th[data-sort].descending .fa {
  margin-left: 3px;
}
.table.table-hover tbody tr {
  cursor: pointer;
}
.table .has-subheader th {
  border-bottom: none;
  padding-bottom: 0;
}
.table .subheader th {
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: none;
  font-size: 0.75rem;
  font-weight: bolder;
}
.table .pager {
  text-align: center;
}
.table .pager a {
  padding: 5px 10px;
}
.fa.fa- {
  width: 14px;
  box-sizing: content-box;
}
.fa.fa-:before {
  content: "\a0";
}
.underline-input {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 0;
  border-radius: 0;
  height: inherit;
  display: inherit;
  width: 80px;
}
.nopading {
  padding: 0 !important;
}
.item-template,
.upload-file-id {
  display: none;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 15px;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
.pending {
  font-size: 1.5rem;
  padding: 10px 50px;
  margin: 70px 90px;
  text-align: center;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
.no-marp {
  white-space: nowrap;
}
.verify {
  width: 70%;
  margin-right: 10px;
}
.hidden {
  display: none;
}