@import url('https://fonts.googleapis.com/css?family=Sanchez|Fira+Sans');

body {
  background: #0a0a0a;
  color: #c8c8c8;
}
body #wacMsccBanner {
  display: none;
}
body hr {
  background-color: white;
}
body #EmailMessageExample i {
  color: skyblue;
  text-decoration: underline;
}
body .form-group.checkbox {
  display: flex;
  justify-content: space-between;
}
body .form-group.checkbox label {
  display: inline-block;
}
body .form-group.checkbox input {
  display: inline-block;
  margin-right: 10px;
}
body .notifications b {
  text-decoration: underline;
}
body .divided-h2 {
  border-top: 1px dashed white;
  padding-top: 15px;
}
body .watermark {
  position: fixed;
  bottom: 5vh;
  right: 5vh;
  width: 50%;
  opacity: 0.05;
  z-index: -2;
}
body .navbar-brand img.logo {
  max-width: 2rem;
}
body .body-content {
  width: 90%;
  margin: auto;
}
body dl.person img {
  width: 10%;
}
body dl.slide img {
  width: 50%;
}
body input.datepicker {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body input[type="checkbox"] {
  width: 10px;
}
body form .toggle.hidden {
  display: none;
}
body table tbody tr td.divider {
  background: rgba(255, 255, 255, 0.2);
}
body .btn:focus,
body .btn:hover {
  background: #dcdcdc;
}
body .imagePaths .image-path {
  width: 100px;
}
body .imagePaths .image-path.selected {
  border: 5px solid #ff006e;
}
body .table-thumbnail {
  max-height: 40px;
}
body .plan-row.selected {
  background: #002e62;
}
body .grid-button {
  border: 1px dashed white;
  text-decoration: none;
  color: white;
}
body .grid-button:hover {
  color: white;
  border-style: solid;
}
body .container.max-width-100 {
  max-width: 100%;
}
body .dbimages p {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body .dbimages .dbimg {
  position: relative;
  margin-bottom: 1em;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}
body .dbimages .dbimg .mouse-over {
  transition: all 200ms;
  display: none;
}
body .dbimages .dbimg:hover .mouse-over {
  display: inherit;
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  max-width: 33%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
body .dbimages .dbimg:hover .mouse-over.left {
  right: initial;
  left: 20px;
}
body .grid .grid-layout-container img {
  float: left;
  border: 4px solid black;
  margin-right: 20px;
  margin-bottom: 20px;
}
body .grid .grid-layout-container .active {
  border: 4px solid deeppink;
}
body .grid .grid-content {
  position: relative;
  border: 1px solid white;
  width: 800px;
  height: 450px;
  margin: 20px 0 0 0;
}
body .grid .grid-content .cell {
  float: left;
  border: 1px dashed whitesmoke;
  padding: 0;
}
body .grid .grid-content .cell:hover {
  border-color: #8a6d3b;
}
body .grid .grid-content .cell.col-3 {
  height: 25%;
}
body .grid .grid-content .cell.col-6 {
  height: 50%;
}
body .grid .grid-content .cell.col-9 {
  height: 75%;
}
body .grid .grid-content .cell.abs-0-6 {
  position: absolute;
  left: 0;
  top: 50%;
}
body .grid .grid-content .cell.abs-0-3 {
  position: absolute;
  left: 0;
  top: 25%;
}
body .grid .grid-content .cell.abs-3-3 {
  position: absolute;
  left: 25%;
  top: 25%;
}
body .grid .grid-content .cell.abs-0-9 {
  position: absolute;
  left: 0;
  top: 75%;
}
body .grid .grid-content .cell.abs-3-9 {
  position: absolute;
  left: 25%;
  top: 75%;
}
body .grid .grid-content .cell .cell-content {
  max-width: 100%;
  height: 100%;
}
body .grid .grid-content .cell .cell-content img {
  max-width: 100%;
}
body .grid .grid-content .cell .cell-content iframe {
  max-width: 100%;
  height: 100%;
  pointer-events: none;
}
body .grid .grid-content .cell a {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  box-shadow: 0 0 5px #000000;
}
body .calendar {
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  box-sizing: border-box;
}
body .calendar .name-row {
    width: 15%;
    float: left;
    display: flex;
}
body .calendar .name {
    width: 90%;
    height: 1.4em;
    text-align: right;
    overflow: hidden;
}
body .calendar .status {
    width: 10%;
    padding: 0 0.3em;
    float: left;
    align-content: center;
}
 body .calendar .header {
  overflow: auto;
}
body .calendar .header .header-row {
  height: 1.4em;
}
body .calendar .header .header-day {
  float: left;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  background-clip: content-box;
  padding: 0 1px 0 0;
  height: 1.4em;
}
body .calendar .header .header-month {
  float: left;
  height: 1.4em;
}
body .calendar .body {
  overflow: auto;
}
body .calendar .body .body-row {
  overflow: auto;
}
body .calendar .body .body-row .cell-day {
  float: left;
  height: 1.4em;
  padding: 2px;
  background: #323131;
  background-clip: content-box;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.free-text-preview {
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 10%);
    border-radius: 0.5vh;
    line-height: normal;
    height: calc(1.778 * 9vh);
    width: calc(1.778 * 16vh);
    background: white;
}

.free-text-preview .text {
    font-family: 'Fira Sans', sans-serif;
    white-space: pre-wrap;
    color: black;
    padding: 1vh;
}

.free-text {
    height: 100%;
    width: 100%;
}


.checkbox-group {
  display: inline-block;
  Padding: 2px 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.checkbox-group label {
  margin-bottom: 0;
  user-select: none;
  cursor: pointer;
}
.repeat-container {
  min-width: 580px;
  margin-bottom: 20px;
}
.repeat-container .form-group {
  margin: 20px 0;
}
.repeat-container .block {
  display: block;
}
.form-control-inline {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control-inline:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/*# sourceMappingURL=main.css.map */
.people-table-data > td {
    place-content: center;
}