@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
:root {
  --bs-body-font-family: 'oxygen', sans-serif;
}

a {
  text-decoration: none;
}

.smaller {
  font-size: .6em;
}

#auditors li {
  list-style-type: none;
  padding: 2px;
  margin: 0;
}

#auditors img {
  float: right;
}

#auditors li:hover {
  background-color: #eee !important;
}

/*Audit Search form*/
#Company {
  display: inline;
  width: 25%;
}

#date_start,
#date_end {
  display: inline;
  width: 10%;
}

#Auditors,
#AuditStatus {
  display: inline;
  width: 10%;
}

#Company,
#date_start,
#date_end,
#Auditors,
#AuditStatus,
#AuditTypes {
  font-size: 1.0rem;
}

/*
#date_created,
#window_begin,
#window_end,
#audit_begin,
#audit_end,
#auditdate_begin,
#auditdate_end,
#date_invoiced,
#invoiced,
#audit_length,
#reporting_date,
#reported_date,
#submission_date,
#submitted_date,
#deadline {
  display: inline;
  width: 100px;
}
*/

.mid td {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.half {
  width: 49.45555% !important;
}

#noIndColor {
  width: 100px;
  display: inline;
  float: left;
}

input[type="text"].inline-form {
  width: 75% !important;
}

input[type="submit"].inline-form {
  width: 25% !important;
}

.actions {
  margin: 1.5px 0;
  float: right;
}

.contacts {
  font-size: 11pt !important;
  margin-top: 1em;
  border-right: 1px solid #eee;
}

#calendar {
  max-width: 900px;
  margin: 0 auto;
}

/* folders */
.folder {
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
  background-color: #eee;
  border-radius: 0 6px 6px 6px;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  min-height: 75px;
}

.folder:before {
  content: '';
  width: 20%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #eee;
  position: absolute;
  top: -12px;
  left: 0px;
}

.folder:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.count {
  margin: 0 4px;
}

.icon {
  margin: 4px 4px 0 4px;
}

.results {
  padding: 10px;
}

.filenames tr:hover,
#permissions .row:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

/* Autofill downdrops */
.ui-menu-item {
  font-size: 1.2rem;
}

/* notifications*/
.notification {
  border: 1px solid;
  margin-bottom: 10px;
}

.notification h4, p {
  margin: 10px;
}

.notification span {
  font-size: 18px;
}

.msgInfo {
  border-color: #0066CC;
  background-color: #E6F2FF;
}

.msgSuccess {
  border-color: #9C0;
  background-color: #F2FFCC;
}

.msgError {
  border-color: #900;
  color: #000;
  background-color: #FFC4C4;
}

.audittype {
  width: 10%;
}

.deadline {
  width: 10%;
}

.Company {
  width: 75%;
}

.status {
  width: 5%;
}

/* generic error text*/
.error {
  color: #900;
  font-weight: 700;
}

.clearall {
  clear: both;
}

.text-center {
  text-align: center;
}

.small {
  font-size: smaller;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.debug {
  border: 1px solid magenta;
}

.ui-autocomplete {
  z-index: 10000 !important;
}

.auhide {
  display: none;
}

.active {
  color: #3d9900;
}

.expired {
  color: #900;
}
/*# sourceMappingURL=style.css.map */