@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans:400,600,700");
html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s, visibility .15s;
    -o-transition: opacity .15s, visibility .15s;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s; }

body {
  font-size: 16px;
  color: #000000; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  padding: 10px 5px;
  font-size: 2.5em; }

h2 {
  font-size: 2em;
  padding: 8px 5px; }

h3 {
  font-size: 1.8em;
  padding: 7px 5px; }

h4 {
  font-size: 1.5em;
  padding: 5px 5px;
  font-weight: 600; }

h5 {
  font-size: 1.2em;
  padding: 5px 5px;
  font-weight: 600; }

p {
  font-family: "Open Sans", "sans-serif";
  line-height: 1.5; }

.small-text {
  font-size: 0.8em; }

.ital {
  font-style: italic; }

.flash {
  position: absolute;
  top: 10px;
  z-index: 1001 !important; }

#features .feature-name {
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff; }
  #features .feature-name span {
    font-weight: normal;
    font-style: italic;
    font-size: 14px; }

#features .feature-body {
  padding-left: 10px; }
  #features .feature-body h5 {
    font-size: 16px; }

#features hr {
  border-top: 2px solid #fff; }

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10; }

.edit-modal {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 100%;
  max-width: 1000px;
  z-index: 100;
  max-height: 700px; }
  .edit-modal .card {
    border-color: #6eb513; }
    .edit-modal .card .card-body {
      height: 700px;
      max-height: calc(100vh - 38vh);
      overflow-y: hidden; }

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  padding-left: 4px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  -webkit-transition: all ease-in-out 0.55s;
  -o-transition: all ease-in-out 0.55s;
  transition: all ease-in-out 0.55s;
  border-radius: 1000px;
  background: #202020;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  opacity: .8; }

.popup-close:hover {
  color: #2c3135;
  opacity: 1;
  background: #6eb513; }

nav {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  color: #888;
  display: block;
  overflow: hidden;
  width: 99%;
  margin-left: calc(1% / 2);
  margin-right: auto;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0; }
  nav ul {
    margin: 0;
    padding: 0; }
  nav ul li {
    display: inline-block;
    list-style-type: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  nav li a {
    color: #aaa;
    display: block;
    line-height: 46px;
    padding: 0 24px;
    text-decoration: none; }
    nav li a:hover, nav li a:active, nav li a:focus {
      outline: none;
      color: #5e5e5e; }
    nav li a .caret {
      border-top: 4px solid #aaa;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      content: "";
      display: inline-block;
      height: 0;
      width: 0;
      vertical-align: middle;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }

nav > ul > li > div {
  background-color: #c1c1c1;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 165px;
  visibility: hidden;
  z-index: 100;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s; }

nav > ul > li > div ul > li {
  display: block; }

nav > ul > li > div ul > li > a {
  color: #fff;
  display: block;
  padding: 2px 24px;
  text-decoration: none;
  line-height: 30px; }

nav > ul > li > div ul > li:hover > a {
  background-color: rgba(245, 255, 169, 0.98); }

nav > ul > li:hover > div {
  display: block;
  opacity: 1;
  visibility: visible; }

.card {
  position: relative;
  border: 1px solid #afabb0;
  border-radius: 10px;
  margin: 15px;
  background-color: #2c3135; }
  .card:nth-child(even) {
    margin-right: 15px; }
  .card .card-body {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 20px; }
  .card .card-header {
    position: relative;
    margin-bottom: 5px;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
    border-image-slice: 20;
    letter-spacing: 0.1em; }
    .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5 {
      font-weight: 600;
      padding-top: 15px;
      padding-left: 20px; }
    .card .card-header .text-danger, .card .card-header .text-warning, .card .card-header .text-success, .card .card-header .text-info {
      letter-spacing: 0.05em; }
  .card .card-footer {
    width: auto;
    left: 0;
    right: 0;
    min-height: 25px;
    padding: 5px 15px;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
    border-top: 1px solid;
    border-image-source: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
    border-image-slice: 20; }
  .card .card-image {
    float: right;
    margin: 5px;
    position: relative;
    top: -20px;
    right: -20px; }

.card-link {
  color: #202020;
  text-decoration: none;
  padding: 5px 2px;
  margin-bottom: 3px;
  font-size: 0.8em;
  letter-spacing: 1.3px; }
  .card-link:hover {
    color: #999999; }

.fade-enter-active, .fade-leave-active {
  opacity: 1;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.scroll-body {
  max-height: 300px;
  height: 100%;
  overflow-y: auto; }
  .scroll-body::-webkit-scrollbar {
    width: 5px;
    background: black; }
  .scroll-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .scroll-body::-webkit-scrollbar-thumb {
    background-color: #6eb513;
    border-radius: 3px;
    cursor: pointer;
    outline: 1px solid #ffffff; }
  @media all and (min-height: 800px) {
    .scroll-body {
      max-height: 550px; } }

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0.25em 0.5em;
  border: 2px solid black;
  margin: 10px 10px;
  background-color: transparent;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  color: black;
  font-family: "Open Sans", "sans-serif";
  font-weight: 100; }
  .btn:hover {
    background-color: rgba(192, 192, 192, 0.75); }
  .btn:active {
    top: 1px;
    border: 2px solid #afabb0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }

.btn-info {
  background-color: #73c7ec;
  border-color: #30ace3;
  color: #ffffff; }
  .btn-info:hover {
    background-color: #4fb9e7; }

.btn-danger {
  background-color: #ff482d;
  border-color: #e01d00;
  color: #ffffff; }
  .btn-danger:hover {
    background-color: #ff2404; }

.btn-primary {
  background-color: #309ad7;
  border-color: #1e6e9c;
  color: #ffffff; }
  .btn-primary:hover {
    background-color: #2483ba; }

.btn-success {
  background-color: #6eb513;
  border-color: #44700c;
  color: #ffffff; }
  .btn-success:hover {
    background-color: #58900f; }

.btn-warning {
  background-color: #faa100;
  border-color: #ae7000;
  color: #ffffff; }
  .btn-warning:hover {
    background-color: #d18700; }

.btn-sm {
  font-size: 0.8em;
  padding: 0.15em 0.25em; }

.btn-xs {
  font-size: 0.6em;
  padding: 0.2em 0.25em;
  font-weight: lighter; }

.btn-lg {
  font-size: 1.0em;
  padding: 0.6em 1.1em; }

.btn-rounded {
  border-radius: 10px; }

.btn-block {
  width: 99%;
  margin-left: calc(1% / 2);
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

.btn-nomarg {
  margin: 0; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.text-right {
  padding-right: 10px;
  text-align: right; }

.text-left {
  padding-left: 10px;
  text-align: left; }

.text-dark {
  color: #202020; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

.text-danger {
  color: #e01d00; }

.text-success {
  color: #44700c; }

.text-info {
  color: #30ace3; }

.text-warning {
  color: #ae7000; }

.text-yellow {
  color: #cebd05; }

.text-primary {
  color: #1e6e9c; }

.bg-info {
  background-color: #73c7ec; }

.bg-danger {
  background-color: #ff482d; }

.bg-success {
  background-color: #6eb513; }

.bg-warning {
  background-color: #faa100; }

.bg-primary {
  background-color: #309ad7; }

.bg-white {
  background-color: #ffffff; }

.bg-secondary {
  background-color: #202020; }

.bg-light {
  background-color: rgba(193, 193, 193, 0.75); }

.bg-dark {
  background-color: #000000; }

.img-rounded {
  border-radius: 15px; }

.img-round {
  border-radius: 50%; }

.img-responsive {
  width: 100%;
  height: auto; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10pc !important; }

.mr-20 {
  margin-right: 20px !important; }

.mz {
  margin: 0; }

.min-200 {
  min-height: 200px; }

.caps {
  text-transform: uppercase; }

.text-deleted {
  text-decoration: line-through;
  -webkit-text-decoration-color: #ff4c32;
  text-decoration-color: #ff4c32; }

.float-right {
  float: right;
  position: relative;
  right: 5px; }

.float-left {
  float: left;
  position: relative;
  left: 5px; }

.center {
  position: absolute;
  left: 50%; }

.hand {
  cursor: pointer; }

.help-icon {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px; }

a:hover, a:active, a:focus {
  outline: none; }

.row {
  margin-bottom: 25px;
  position: relative; }

.confirm {
  position: absolute;
  width: 220px;
  left: 5px;
  height: 70px;
  z-index: 13;
  background-color: rgba(255, 72, 45, 0.9);
  border: 1px solid #6eb513;
  border-radius: 3px; }
  .confirm .conf-holder {
    width: 100%; }
    .confirm .conf-holder .conf-message {
      padding: 10px; }
    .confirm .conf-holder .conf-buttons {
      width: 100%; }

.invalid-feedback {
  color: #ff482d;
  font-size: 0.8em; }

.feedback-message {
  color: #73c7ec;
  font-size: 0.9em;
  font-weight: lighter; }

.cb-label {
  position: relative;
  bottom: 4px;
  margin-right: 5px; }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100; }

form {
  padding: 20px;
  margin: 0 auto; }
  form input[type="text"], form input[type="password"], form input[type="email"], form input[type="date"], form input[type="time"], form select, form textarea {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #202020;
    color: #333;
    border-radius: 3px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    max-width: 600px;
    font-family: "Montserrat", "sans-serif"; }
  form input[type="number"] {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #202020;
    color: #333;
    border-radius: 3px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    min-width: 180px; }
  form textarea {
    height: auto;
    min-height: 100px;
    padding: 10px 10px 10px 10px;
    max-width: 100%; }
  form input[type="text"] + label, form input[type="password"] + label, form input[type="email"] + label, form input[type="date"] + label, form input[type="time"] + label, form select + label {
    position: relative;
    display: block;
    bottom: 39px;
    left: 0;
    height: 38px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .05em;
    color: white;
    background: #6eb513;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); }
    form input[type="text"] + label.is-invalid, form input[type="password"] + label.is-invalid, form input[type="email"] + label.is-invalid, form input[type="date"] + label.is-invalid, form input[type="time"] + label.is-invalid, form select + label.is-invalid {
      background-color: #ff482d; }
  form input[type="number"] + label {
    position: relative;
    display: block;
    bottom: 39px;
    left: 0;
    height: 38px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .05em;
    color: white;
    background: #6eb513;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); }
    form input[type="number"] + label.is-invalid {
      background-color: #ff482d; }
  form select {
    text-indent: 35px; }
  form textarea + label {
    position: relative;
    width: 100%;
    border-radius: 3px 3px 0 0; }
  form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="date"]:focus, form input[type="time"]:focus, form select:focus {
    padding-left: 10px; }
  form input[type="number"]:focus {
    padding-left: 10px; }
  form textarea:focus {
    padding-top: 10px; }
  form select:focus {
    text-indent: 10px; }
  form input[type="text"]:focus + label, form input[type="password"]:focus + label, form input[type="email"]:focus + label, form input[type="date"]:focus + label, form input[type="time"]:focus + label, form select:focus + label {
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%); }
  form input[type="number"]:focus + label {
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%); }
  form textarea:focus + label {
    -webkit-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%); }
  form input[type="checkbox"], form input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0; }
  form input[type="radio"] + label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #202020;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63); }
    form input[type="radio"] + label:before {
      content: '';
      position: absolute;
      display: block;
      height: 10px;
      width: 10px;
      top: 50%;
      left: 50%;
      background: white;
      border-radius: 100%;
      -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      -webkit-transform: translateZ(0) translate(-50%, -50%) scale(0);
      transform: translateZ(0) translate(-50%, -50%) scale(0); }
  form input[type="radio"]:checked + label {
    background: #6eb513; }
    form input[type="radio"]:checked + label:before {
      -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1);
      transform: translateZ(0) translate(-50%, -50%) scale(1); }
  form input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: black;
    width: 40px;
    height: 15px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63); }
    form input[type="checkbox"] + label:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #6eb513;
      border-radius: 100px;
      -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63) 0.1s;
      -webkit-transform: translateZ(0) scale(0);
      transform: translateZ(0) scale(0); }
    form input[type="checkbox"] + label:after {
      content: '';
      position: absolute;
      top: 1.5px;
      left: 2px;
      display: block;
      height: 13px;
      width: 13px;
      background: white;
      border-radius: 100%;
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      -webkit-transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0); }
  form input[type="checkbox"]:checked + label {
    background: #6eb513; }
    form input[type="checkbox"]:checked + label:after {
      left: calc(100% - 14px);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
  form button {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    z-index: 2; }
    form button:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border-radius: 3px;
      -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      -webkit-transform: translateZ(0) scale(0);
      transform: translateZ(0) scale(0);
      z-index: -1; }
    form button:hover:before, form button:focus:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      -o-transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63);
      transition: all 0.3s cubic-bezier(1, 0.1, 0.16, 0.63); }
  form .form-row {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; }
  form .form-holder {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    form .form-holder input {
      min-width: 300px;
      max-width: 350px; }
  form .form-item {
    width: 350px;
    overflow: hidden;
    margin-right: 5px; }
    form .form-item .invalid-feedback {
      position: relative;
      bottom: 20px; }
    form .form-item .input-message {
      position: relative;
      left: 45px;
      bottom: 30px;
      font-size: 0.8em; }
  form .job-input-label {
    width: 190px !important; }
  form .job-input-box {
    padding: 10px 10px 10px 195px !important; }
    form .job-input-box:focus + label {
      -webkit-transition: unset !important;
      -o-transition: unset !important;
      transition: unset !important;
      -webkit-transform: unset !important;
      -ms-transform: unset !important;
      transform: unset !important; }

.form-inline {
  display: inline !important;
  padding: 0 !important; }

.job-input-form .form-row {
  margin: -20px; }

@media all and (max-width: 1600px) {
  form {
    padding: 10px;
    margin: 0 auto;
    font-size: 10px; }
    form input[type="text"], form input[type="password"], form input[type="email"], form input[type="date"], form input[type="time"], form select, form textarea {
      width: 100%;
      height: 30px;
      padding: 5px 5px 5px 125px; }
    form input[type="number"] {
      width: 100%;
      height: 30px;
      padding: 5px 5px 5px 125px; }
    form textarea {
      height: auto;
      min-height: 100px;
      padding: 5px;
      max-width: 100%; }
    form input[type="text"] + label, form input[type="password"] + label, form input[type="email"] + label, form input[type="date"] + label, form input[type="time"] + label, form select + label {
      bottom: 29px;
      height: 28px;
      line-height: 30px;
      font-size: 12px; }
    form input[type="number"] + label {
      bottom: 29px;
      left: 0;
      height: 28px;
      line-height: 30px;
      font-size: 12px; }
    form select {
      text-indent: 35px; } }

.list-group {
  padding: 10px 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .list-group .list-group-item {
    position: relative;
    min-height: 35px;
    max-width: 100%;
    font-size: 1em;
    padding: 3px 5px;
    border: 1px solid gray;
    border-bottom: none;
    line-height: 1.5em; }
    .list-group .list-group-item:last-child {
      border: 1px solid gray;
      border-radius: 0 0 5px 5px;
      margin-bottom: 15px; }
    .list-group .list-group-item:first-child {
      border-radius: 5px 5px 0 0; }
  .list-group .lgs {
    font-size: 0.8em;
    min-height: 25px; }
  .list-group .list-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .list-group .list-group-wrapper .list-group-item-item {
      min-width: 80px;
      max-width: 350px; }
      .list-group .list-group-wrapper .list-group-item-item.report {
        width: 300px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #2c3135;
  font-family: 'Open Sans', 'sans-serif'; }
  body .wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 5px; }
  body .item {
    background-color: aqua;
    border: 1px solid black; }
  body .container {
    margin: 0 auto;
    position: relative;
    height: 100%; }

input, select, textarea {
  font-family: "Montserrat", "sans-serif";
  font-weight: 800;
  font-size: 0.8rem; }

@media (min-width: 568px) {
  .container {
    max-width: 100vw; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .container-full {
    width: 100%;
    margin: 0 auto;
    position: relative; } }

.dash-holder {
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px minmax(600px, 1fr) minmax(200px, 250px);
  grid-template-columns: 150px minmax(600px, 1fr) minmax(200px, 250px);
  -ms-grid-rows: 1fr 50px;
  grid-template-rows: 1fr 50px; }
  .dash-holder .card-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 3fr;
    grid-template-columns: 5fr 3fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 8px; }
  .dash-holder .side-menu {
    background-color: #202020;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding: 20px 0 0 5px; }
    .dash-holder .side-menu hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border: 0;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(246, 242, 247, 0.75)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0)); }
    .dash-holder .side-menu p {
      color: #ffffff;
      font-family: "Montserrat", "sans-serif";
      font-size: 1.5em;
      margin-bottom: 15px;
      letter-spacing: 0.2px; }
    .dash-holder .side-menu .side-item a {
      font-size: 1em;
      font-weight: lighter;
      letter-spacing: 1.1px;
      line-height: 2em;
      color: #868686;
      text-decoration: none; }
      .dash-holder .side-menu .side-item a:hover {
        color: #FFFFFF; }
      .dash-holder .side-menu .side-item a.router-link-exact-active {
        color: #6eb513; }
    .dash-holder .side-menu i {
      font-weight: normal;
      font-size: 1em;
      margin-right: 3px; }
  .dash-holder .dash-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2; }
  .dash-holder .right-side {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 20px; }
    .dash-holder .right-side .status-close {
      position: absolute;
      right: 0px;
      padding-right: 5px;
      color: white;
      opacity: 0;
      cursor: pointer; }
    .dash-holder .right-side h5 {
      margin-top: -10px; }
  .dash-holder .footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; }
    .dash-holder .footer hr {
      border: 0;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(246, 242, 247, 0.75)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(246, 242, 247, 0.75), rgba(0, 0, 0, 0)); }
    .dash-holder .footer p {
      padding: 2px 5px; }

.task-switch {
  color: white;
  padding: 5px;
  margin-bottom: 10px; }
  .task-switch span {
    margin: 5px;
    cursor: pointer; }
    .task-switch span.active {
      color: #6eb513; }

.username {
  width: 90px;
  display: inline-block; }

.status-block {
  width: 250px; }

.status-holder {
  max-width: 250px;
  background-color: #2c3135; }

.status-tag, .menu-tag {
  display: none; }

.job-actions-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr; }

.mobile-message {
  display: none; }

.mobile-hide {
  display: unset; }

@media all and (max-width: 1600px) {
  .status-tag {
    display: block;
    position: absolute;
    padding: 1px 5px;
    right: 400px;
    top: 40vh;
    height: 150px;
    width: 1.5em;
    overflow: hidden;
    background-image: url("../img/status-handle.jpg");
    background-repeat: no-repeat;
    background-color: #6eb513;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    font-size: .8em;
    color: white;
    cursor: pointer;
    -webkit-transition: ease 500ms;
    -o-transition: ease 500ms;
    transition: ease 500ms; }
  .status-block {
    -webkit-transition: ease 500ms;
    -o-transition: ease 500ms;
    transition: ease 500ms;
    height: 10px;
    opacity: 0; }
  .status-holder {
    border-left: 1px solid #6eb513;
    border-bottom: 1px solid #6eb513;
    border-radius: 0 0 0 5px;
    height: 100%;
    background-color: #202020; }
  .dash-holder {
    overflow-x: hidden; }
    .dash-holder .dash-content {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2/4; }
    .dash-holder .right-side {
      position: relative;
      left: 400px;
      top: -10px;
      z-index: 10;
      -webkit-transition: ease 500ms;
      -o-transition: ease 500ms;
      transition: ease 500ms; }
      .dash-holder .right-side.vis {
        left: 0;
        height: unset; }
        .dash-holder .right-side.vis .status-close {
          opacity: 1; }
        .dash-holder .right-side.vis .status-block {
          height: unset;
          opacity: 1; }
        .dash-holder .right-side.vis .status-tag {
          display: none; }
    .dash-holder .footer {
      font-size: .8em;
      letter-spacing: unset; } }

@media all and (max-width: 1024px) {
  footer {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4; }
  .dash-holder {
    -ms-grid-columns: 150px minmax(200px, 1fr);
    grid-template-columns: 150px minmax(200px, 1fr); }
    .dash-holder .dash-content .card-holder {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3; }
  .diary {
    margin-top: 20px; }
    .diary .day-notes-warn {
      display: none !important; }
    .diary .diary-text {
      font-size: 0.8em; } }

@media all and (max-width: 667px) {
  .mobile-hide {
    display: unset; }
  .list-group {
    font-size: 10px; }
    .list-group .list-group-item .list-group-item-item, .list-group .list-group-item .report {
      text-align: left;
      width: unset;
      max-width: 30px; }
  .row .shift-body .shift-body-row .shift-body-item {
    width: unset;
    min-width: 60px; }
  .row .shift-header {
    min-width: unset; }
    .row .shift-header .shift-header-item {
      max-width: 60px; }
  footer {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4; }
    footer p {
      font-size: 12px; }
    footer .ttblurb {
      display: none; }
  .dash-holder {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    overflow-x: hidden; }
    .dash-holder .side-menu {
      position: relative;
      right: 150px;
      width: 50px;
      z-index: 10;
      -webkit-transition: ease 500ms;
      -o-transition: ease 500ms;
      transition: ease 500ms;
      border-right: 1px solid #6eb513;
      grid-column: 0; }
      .dash-holder .side-menu.vis {
        right: 0;
        width: 150px; }
    .dash-holder .dash-content {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1/4; }
      .dash-holder .dash-content .container, .dash-holder .dash-content .dash-outer {
        padding-top: 10px; }
      .dash-holder .dash-content .card-holder {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4; }
        .dash-holder .dash-content .card-holder .job-actions-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: left;
          -ms-flex-align: left;
          align-items: left; }
    .dash-holder #load-area {
      position: absolute;
      top: 25px;
      width: 100vw;
      z-index: 10; }
      .dash-holder #load-area .card {
        margin: 0; }
        .dash-holder #load-area .card .card-header {
          font-size: 0.8em; }
        .dash-holder #load-area .card form {
          padding-left: 0;
          padding-right: 0; }
  .menu-tag {
    display: block;
    position: fixed;
    padding: 1px 5px;
    left: 0;
    top: 0;
    height: 20px;
    width: 65px;
    background-color: #6eb513;
    border-radius: 0 5px 5px 0;
    z-index: 11;
    font-size: .8em;
    color: white;
    cursor: pointer;
    -webkit-transition: ease 500ms;
    -o-transition: ease 500ms;
    transition: ease 500ms; } }

@media all and (max-width: 430px) {
  .mobile-message {
    display: block; }
  .mobile-hide {
    display: none; }
  .del-text {
    display: none; }
  .list-group {
    font-size: 10px; }
    .list-group .list-group-item .list-group-wrapper .list-group-item-item {
      min-width: 50px; }
  form .form-item {
    max-width: 100%; }
  form input, form label, form select, form button, form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
    background: #2c3135; }
    form input input:focus, form label input:focus, form select input:focus, form button input:focus, form textarea input:focus {
      outline: 0; }
  form input, form textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    form input option, form textarea option {
      background: #2c3135; }
  form button, form input[type=reset], form input[type=button], form input[type=submit], form input[type=checkbox], form input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  form input {
    width: 13px;
    height: 13px;
    overflow: unset;
    color: white !important; }
  form .form-item .input-message {
    left: 0; }
  form .form-holder input {
    min-width: 200px; }
  h4 {
    font-size: 1.1em; } }

.clock-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  color: white; }
  .clock-main input {
    text-align: center; }
  .clock-main .wrapper {
    height: 490px;
    width: 550px; }
  .clock-main .clock-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .clock-main .action-list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
  .clock-main .job-details-clock {
    font-size: 0.8em; }
  .clock-main .btn-user {
    height: 45px;
    margin-bottom: 5px; }
  .clock-main .btn-user-clock {
    height: 45px; }
  .clock-main .list-group-item {
    margin-bottom: 15px;
    height: 45px;
    padding: 1px 15px; }
  .clock-main .multi-wrapper {
    height: 100vh;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0; }
    .clock-main .multi-wrapper .multi {
      border: 1px solid #6eb513;
      border-radius: 5px;
      padding: 2rem;
      position: relative;
      top: 10vh;
      background: black;
      color: #3a3a3a; }
    .clock-main .multi-wrapper .multi-header {
      margin-top: 50px;
      font-size: 2rem;
      padding: 2rem;
      color: #6eb513;
      text-align: center; }
    .clock-main .multi-wrapper .multi-item {
      text-align: center;
      margin-bottom: 2rem; }
  .clock-main .onjob {
    background-color: #fae825;
    padding: 5px;
    height: 100%;
    color: #202020;
    border-radius: 5px; }
    .clock-main .onjob .list-group {
      margin-bottom: 0; }
      .clock-main .onjob .list-group .list-group-item {
        height: 10px;
        margin-bottom: 0;
        font-size: 11px; }
        .clock-main .onjob .list-group .list-group-item .text-sm {
          font-size: 10px;
          font-weight: bold;
          margin-left: 5px; }
        .clock-main .onjob .list-group .list-group-item .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 65px; }
          .clock-main .onjob .list-group .list-group-item .icons.mot {
            width: 130px; }
          .clock-main .onjob .list-group .list-group-item .icons .icon-holder {
            width: 30px;
            cursor: pointer;
            text-align: center;
            margin-right: 10px; }

.keypad {
  width: 560px; }
  .keypad .well {
    width: 100%;
    margin: 0 auto;
    border: 1px solid black; }
  .keypad .keys-holder-outer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .keypad .keys-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%; }
  .keypad .jkey {
    margin: 5px;
    width: 150px; }
  .keypad .loading {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1020;
    height: 100vh !important;
    width: 100vw !important;
    background-color: rgba(0, 0, 0, 0.6); }
    .keypad .loading .loading-inner {
      width: 256px;
      height: 456px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      /*this to solve "the content will not be cut when the window is smaller than the content": */
      max-width: 100%;
      max-height: 100%;
      overflow: auto; }
  .keypad #jobslist {
    max-height: 500px;
    width: 570px;
    overflow-y: auto; }
    .keypad #jobslist button {
      overflow-x: hidden;
      width: 550px; }
    .keypad #jobslist .alert {
      width: 550px; }

@media only screen and (max-device-width: 1028px) {
  .clock-main .list-group-item {
    height: 85px; } }

@media only screen and (max-device-width: 768px) {
  .container {
    max-width: 100vw; }
  .clock {
    width: 100vw !important; }
    .clock .wrapper {
      width: 100% !important; } }

@media only screen and (max-device-width: 667px) {
  .clock .wrapper {
    width: 100vw !important; }
  .clock form input[type="text"] {
    font-size: 18px;
    padding: 5px 5px 5px 25px; }
  .clock h3 {
    font-size: 0.8em; }
  .clock .clock-main {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100vw; }
    .clock .clock-main .action-list {
      grid-column: 0 / 2;
      grid-row: 0 / 1; }
    .clock .clock-main .clock-status {
      font-size: 1.5em;
      line-height: 1.8; }
    .clock .clock-main .btn {
      font-size: 0.8em; }
    .clock .clock-main .btn-block {
      margin: 5px 0; }
    .clock .clock-main .keypad {
      width: 100%;
      margin: 0 auto; }
      .clock .clock-main .keypad .jkey {
        width: 70px; } }

.shift-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 900px;
  margin-bottom: 25px;
  border-bottom: 2px solid white; }
  .shift-header .shift-header-item {
    width: 150px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.shift-body .shift-body-row {
  min-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .shift-body .shift-body-row .shift-body-item {
    width: 150px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

#pub #head-section {
  background-image: url("../img/black-and-white-car-vehicle-vintagesm.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }

@media (min-width: 992px) {
  #pub #head-section {
    background-image: url("../img/black-and-white-car-vehicle-vintage.jpg"); } }

@media (max-width: 667px) {
  #pub #head-section {
    background-image: none;
    height: 100%; } }

#pub #main-heading {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0px; }

#pub #lower-div {
  color: #fff;
  font-size: x-large; }

#pub #upper-div {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin-top: 10%; }

#pub #time-statement {
  background-color: #00BF96;
  border-radius: 14px;
  opacity: 0.7;
  padding-top: 30px; }

@media (max-width: 600px) {
  #pub #time-statement {
    display: none; } }

#pub .base-icon {
  font-size: 50px;
  text-align: center;
  color: #00BF96; }

#pub .home-base {
  background-color: rgba(1, 1, 1, 0.8);
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  #pub .home-base:hover {
    border: 1px solid black;
    background-color: #00BF96; }
    #pub .home-base:hover .base-icon {
      color: #000000; }

#pub #main-charge {
  background-color: #00bf96;
  border-radius: 3px;
  width: 70%;
  opacity: 0.8;
  text-align: center;
  padding: 3px; }

@media (max-width: 768px) {
  #pub #main-charge {
    width: 100%;
    margin-top: 15px; } }

#pub #second-section {
  background-image: url("../img/pexels-photo-558375.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }

@media (max-width: 768px) {
  #pub #second-section {
    background-image: url("../img/pexels-photo-558375 sm.jpeg"); } }

@media (max-width: 667px) {
  #pub #second-section {
    background-image: none;
    height: 100%; } }

#pub .second-cols {
  margin-top: 60px; }

#pub .card.card-trans {
  background-color: #00816a;
  opacity: 0.7;
  color: white;
  height: 100%; }

#pub .card.card-trans a {
  color: #baead6; }

#pub #wrapper .container {
  text-align: center; }

#pub #clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px; }

#pub #clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: #00BF96;
  display: inline-block;
  opacity: 0.8; }

#pub #clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #00816A;
  display: inline-block; }

#pub .smalltext {
  padding-top: 5px;
  font-size: 16px; }

@media (max-width: 767px) {
  #pub .clock-wrapper {
    padding-bottom: 10px;
    margin-top: 10px; } }

#pub .jumbotron {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 50px;
  opacity: 0.7; }

#pub #lower-section {
  background-color: #282d32; }

.task-outer {
  color: white;
  padding: 8px;
  border: 1px solid #6eb513;
  border-radius: 5px; }
  .task-outer .task-holder .task-item {
    font-size: 0.8em;
    padding-left: 0.2em;
    cursor: pointer;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 150px; }
    .task-outer .task-holder .task-item .task-date {
      font-size: 0.6em;
      position: absolute;
      right: 0;
      padding-right: 5px; }
  .task-outer .due-today {
    color: #faa100; }
  .task-outer .due-this-week {
    color: #fae825; }
  .task-outer .due-later {
    color: #6eb513; }

.task .confirm {
  margin-left: 700px; }

.task .completed-title {
  padding-left: 10px;
  font-weight: 600; }

.task .completed-task-title {
  font-weight: 300;
  font-size: 0.8em;
  color: #a0a0a0;
  cursor: pointer; }

.task .task-text {
  position: relative;
  color: #f2f2f2;
  font-size: .9em;
  white-space: pre-wrap;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 2; }

.task .task-title {
  padding: 20px 10px; }

.task .task-comments {
  position: relative;
  padding: 15px 30px;
  font-size: 0.8em;
  color: #b3b3b3;
  white-space: pre-wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 120px;
  grid-template-columns: 1fr 120px; }
  .task .task-comments span.comment {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .task .task-comments span.comment-dte {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    font-size: 0.8em;
    text-align: right; }

.task .task-delete {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  color: #ff482d;
  font-size: 0.8em;
  cursor: pointer; }

.task textarea, .task input {
  margin-left: 10px;
  width: 70%;
  min-height: 20px;
  max-height: 50px;
  background-color: #2c3135;
  border: none;
  color: #ffffff;
  outline-color: #f2f2f2;
  resize: none;
  font-size: 0.8em; }
  .task textarea.wide, .task input.wide {
    width: 90%;
    margin-bottom: 5px; }
  .task textarea::-webkit-scrollbar, .task input::-webkit-scrollbar {
    display: none; }

.task .task-add-message {
  font-size: 0.6em;
  color: #ff482d;
  float: right; }

.task .complete-task, .task .task-submit {
  width: 100%;
  height: 40px;
  border: 2px solid #faa100;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: border 250ms ease-in;
  -o-transition: border 250ms ease-in;
  transition: border 250ms ease-in;
  font-size: 1.6em;
  text-align: center;
  margin-top: 10px; }
  .task .complete-task:hover, .task .task-submit:hover {
    color: gray;
    border: 2px solid #6eb513; }

.task .task-submit {
  font-size: 0.8em;
  padding: 1px;
  height: 25px;
  margin-top: 3px; }

.task .task-date-change {
  padding: 6px;
  width: 260px;
  height: 75px;
  border: 1px solid #faa100;
  border-radius: 3px;
  margin-bottom: 15px; }
  .task .task-date-change label {
    font-size: .8em; }

.fadeT-enter-active, .fadeT-leave-active {
  display: none;
  height: 100%;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out; }

.fadeT-enter, .fadeT-leave-to {
  height: 0;
  display: block; }

#modal .list-group-item {
  padding: 3px 5px; }

#dataConfirmModal .modal-body {
  color: #000;
  font-weight: 800; }

@-moz-document url-prefix() {
  .diary {
    overflow: hidden !important; }
    .diary .date {
      position: relative; }
      .diary .date .moz-date {
        display: block !important;
        cursor: pointer !important;
        pointer-events: none !important;
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 70px;
        z-index: 2; } }

.cname {
  height: 30px;
  overflow-y: auto;
  font-size: 10px;
  line-height: 0.8; }

.mot-hide {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 50px;
  height: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #6eb513;
  font-size: 0.8em;
  padding: 0 5px;
  z-index: 10; }

.context {
  color: #ffffff;
  padding: 5px;
  width: 170px;
  height: 130px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #202020;
  position: absolute;
  left: 65px;
  top: 30px;
  z-index: 11; }
  .context.status {
    left: unset;
    right: 200px; }
  .context .context-arrow {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 0; }
  .context .context-list {
    max-height: 100px;
    overflow-y: auto; }
    .context .context-list::-webkit-scrollbar {
      width: 5px;
      background: black; }
    .context .context-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .context .context-list::-webkit-scrollbar-thumb {
      background-color: #6eb513;
      border-radius: 3px;
      cursor: pointer;
      outline: 1px solid #ffffff; }
  .context .context-close {
    position: absolute;
    top: -3px;
    right: 3px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer; }
  .context .context-cname {
    color: #6eb513;
    font-size: 0.8em; }
  .context .context-item {
    padding: 5px;
    cursor: pointer;
    font-size: 10px; }

.diary {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff; }
  .diary .day-notes-warn {
    color: #fae825;
    font-size: 1em; }
  .diary .moz-date {
    display: none; }
  .diary .date-picker {
    color: #ffffff;
    background-color: #2c3135; }
    .diary .date-picker header span:hover {
      background: #3c4349 !important; }
    .diary .date-picker .today {
      background-color: #6eb513;
      color: black; }
    .diary .date-picker .sun {
      background-color: #4f585f;
      pointer-events: none; }
  .diary .date-picker-input {
    color: transparent;
    text-shadow: 0 0 0 #ffffff;
    -webkit-text-shadow: 0 0 0 #ffffff;
    -khtml-text-shadow: 0 0 0 #ffffff;
    -moz-text-shadow: 0 0 0 #ffffff;
    background-color: #2c3135;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer; }
  .diary .date-picker-std {
    color: white;
    text-shadow: 0 0 0 #ffffff;
    background-color: #2c3135;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer; }
  .diary .date-picker-wrapper {
    background-color: #2c3135; }
  .diary .date {
    position: relative;
    width: 200px;
    height: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px; }
  .diary .arrived {
    border-bottom: 8px solid #6eb513; }
  .diary .booking {
    border-bottom: 8px solid transparent; }
  .diary .canceled {
    border-bottom: 8px solid #ff482d; }
  .diary .awaiting-parts {
    border-bottom: 8px solid #d105ff; }
  .diary .awaiting-auth {
    border-bottom: 8px solid #ff5d26; }
  .diary .awaiting-tech {
    border-bottom: 8px solid #faa100; }
  .diary .in-progress {
    border-bottom: 8px solid #fae825; }
  .diary .collected {
    border-bottom: 8px solid #ffffff; }
    .diary .collected.work-item {
      border-bottom: unset;
      text-decoration: line-through;
      -webkit-text-decoration-color: #ff482d;
      text-decoration-color: #ff482d; }
  .diary .diary-header {
    height: 20px;
    width: 100%;
    font-size: 10px; }
    .diary .diary-header ul {
      list-style: none;
      padding: 0 60px 0 50px; }
      .diary .diary-header ul li {
        display: inline-block;
        margin: 0 8px;
        padding-top: 5px; }
  .diary .diary-mot-view {
    font-size: 0.8em;
    position: relative;
    min-height: 100%;
    width: 100%;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    overflow-y: hidden; }
    .diary .diary-mot-view .list-group-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 20px 1fr 1fr 1fr 3fr 1fr 1fr 1fr 50px 50px;
      grid-template-columns: 20px 1fr 1fr 1fr 3fr 1fr 1fr 1fr 50px 50px; }
      .diary .diary-mot-view .list-group-item .list-group-item-item {
        overflow-y: hidden;
        height: 30px; }
        .diary .diary-mot-view .list-group-item .list-group-item-item .work-holder {
          height: 100%;
          overflow-y: auto;
          font-size: 10px; }
          .diary .diary-mot-view .list-group-item .list-group-item-item .work-holder i {
            color: #309ad7; }
          .diary .diary-mot-view .list-group-item .list-group-item-item .work-holder::-webkit-scrollbar {
            width: 0px;
            background: transparent; }
    .diary .diary-mot-view .mot-wrapper {
      height: 26vh;
      overflow: auto;
      overflow-x: hidden; }
    .diary .diary-mot-view .list-head {
      color: #6eb513;
      font-weight: bold; }
    .diary .diary-mot-view.slideup {
      top: -30vh;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      height: 0; }
      .diary .diary-mot-view.slideup .mot-hide {
        display: block; }
  .diary .diary-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr 20px 20px 250px 20px 20px 1fr 100px;
    grid-template-columns: 100px 1fr 20px 20px 250px 20px 20px 1fr 100px;
    margin-left: 40px;
    font-size: 18px; }
  .diary .diary-main {
    font-size: 0.8em;
    min-height: calc((100vh - 70px) - 30vh);
    max-height: calc(100vh - 70px);
    height: 100%;
    overflow-y: auto; }
    .diary .diary-main .list-group-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 20px 1fr 1fr 1fr 3fr 1fr 1fr 1fr 50px 50px 50px;
      grid-template-columns: 20px 1fr 1fr 1fr 3fr 1fr 1fr 1fr 50px 50px 50px; }
      .diary .diary-main .list-group-item .list-group-item-item {
        overflow-y: hidden;
        height: 30px; }
    .diary .diary-main .work-item-view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid white;
      margin-bottom: 5px; }
      .diary .diary-main .work-item-view .form-row-input {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      .diary .diary-main .work-item-view .work-text {
        border-radius: 3px;
        padding: 6px 8px; }
        .diary .diary-main .work-item-view .work-text.input {
          padding: 0;
          width: 50%; }
        .diary .diary-main .work-item-view .work-text input[type=text] {
          width: 100%;
          height: 30px; }
    .diary .diary-main .work-holder {
      height: 100%;
      overflow-y: auto;
      font-size: 10px; }
      .diary .diary-main .work-holder .work-list-text {
        width: 100%;
        position: relative; }
        .diary .diary-main .work-holder .work-list-text .highlight {
          border-radius: 3px;
          padding: 0 5px; }
      .diary .diary-main .work-holder i {
        color: #309ad7; }
      .diary .diary-main .work-holder::-webkit-scrollbar {
        width: 0px;
        background: transparent; }
    .diary .diary-main .list-head {
      color: #6eb513;
      font-weight: bold; }
    .diary .diary-main hr {
      margin-top: 5px;
      margin-bottom: 5px;
      border: 0;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#6eb513), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #6eb513, rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #6eb513, rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #6eb513, rgba(0, 0, 0, 0)); }
    .diary .diary-main::-webkit-scrollbar {
      width: 5px;
      background: black; }
    .diary .diary-main::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .diary .diary-main::-webkit-scrollbar-thumb {
      background-color: #6eb513;
      border-radius: 3px;
      cursor: pointer;
      outline: 1px solid #ffffff; }

.toast__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 100;
  position: fixed;
  right: 10px;
  top: 20px; }
  .toast__container .toast__cell {
    display: inline-block; }
  .toast__container .toast {
    text-align: left;
    padding: 21px 0;
    background-color: rgba(22, 22, 22, 0.8);
    border-radius: 4px;
    min-width: 400px;
    max-width: 500px;
    min-height: 75px;
    top: 0px;
    position: relative;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    margin-top: 20px; }
    .toast__container .toast .close {
      position: absolute;
      top: -5px;
      left: 8px;
      font-size: 1.5em; }
  .toast__container .toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .toast__container .toast:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .toast__container .toast__icon {
    position: absolute;
    top: 22px;
    left: 22px; }
  .toast__container .toast__type {
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px; }
  .toast__container .toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF; }
  .toast__container .toast__content {
    padding-left: 70px;
    padding-right: 60px; }
  .toast__container .toast--success .toast__icon {
    color: #2BDE3F; }
  .toast__container .toast--success:before, .toast__container .toast--success:after {
    background-color: #2BDE3F; }
  .toast__container .toast--info .toast__icon {
    color: #73c7ec; }
  .toast__container .toast--info:before, .toast__container .toast--info:after {
    background-color: #73c7ec; }
  .toast__container .toast--warning .toast__icon {
    color: #FFC007; }
  .toast__container .toast--warning:before, .toast__container .toast--warning:after {
    background-color: #FFC007; }
  .toast__container .toast--danger .toast__icon {
    color: #ff482d; }
  .toast__container .toast--danger:before, .toast__container .toast--danger:after {
    background-color: #ff482d; }

.toast-enter-active, .toast-leave-active {
  opacity: 1;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  right: 10px; }

.toast-enter, .toast-leave-to {
  opacity: 0;
  right: -800px; }

.pager {
  list-style: none;
  text-align: center; }
  .pager .page-link {
    cursor: pointer;
    display: inline;
    padding-left: 6px; }
    .pager .page-link:hover {
      color: #6eb513; }
    .pager .page-link.active {
      color: #6eb513;
      cursor: default; }
    .pager .page-link.arrow-hide {
      color: #202020;
      pointer-events: none; }

#docs {
  color: #ffffff; }
  #docs a {
    color: #000000;
    text-decoration: none; }
  #docs .list-group-item {
    padding: 3px 5px;
    color: #000000; }

.open-jobs-outer .modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.open-jobs-outer .opened:before {
  display: block; }

.open-jobs-outer .opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10%; }

.open-jobs-outer .modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 53%;
  top: 10%;
  z-index: 50;
  max-width: 650px;
  min-width: 375px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: all; }

.open-jobs-outer .modal-body {
  padding: 20px;
  height: 500px;
  overflow-y: auto; }

.open-jobs-outer .modal-header, .open-jobs-outer .modal-footer {
  padding: 10px 20px; }

.open-jobs-outer .modal-header {
  border-bottom: #eeeeee solid 1px; }

.open-jobs-outer .modal-header h2 {
  font-size: 20px; }

#login .arrow_box {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border: 4px rgba(0, 0, 0, 0.8);
  bottom: 8px; }

#login .arrow_box:after, #login .arrow_box:before {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#login .arrow_box:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 30px;
  margin-left: -30px; }

#login .arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 36px;
  margin-left: -36px; }

#login .login-box {
  visibility: hidden;
  width: 320px;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 10px;
  top: 70px;
  border-radius: 5px;
  padding: 10px 15px;
  z-index: 10001;
  color: #fff;
  opacity: 0;
  -o-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out; }
  #login .login-box.opened {
    visibility: visible;
    opacity: 1; }

#login .register-box {
  visibility: hidden;
  width: 320px;
  height: 340px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 10px;
  top: 70px;
  border-radius: 5px;
  padding: 10px 15px;
  z-index: 10001;
  color: #fff;
  opacity: 0;
  -o-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out; }
  #login .register-box .arrow_box:after, #login .register-box .arrow_box:before {
    left: 90%; }
  #login .register-box.opened {
    visibility: visible;
    opacity: 1; }

#login .login-text {
  font-size: 10px;
  font-weight: bolder; }

#login .validation {
  color: red;
  font-weight: bolder;
  font-size: 12px; }

#login .login-close {
  position: relative;
  bottom: -40px;
  font-weight: bolder;
  cursor: pointer;
  width: 10px; }

.login-form {
  background-color: #000;
  color: white; }
  .login-form input {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    border-radius: 5px;
    padding: 0px 10px; }
  .login-forminput[type=text]:focus, .login-form textarea:focus {
    -webkit-box-shadow: 0 0 5px #00BF96;
    box-shadow: 0 0 5px #00BF96;
    border: 1px solid #00BF96; }

#note-view-div .note-wrapper {
  height: 300px;
  overflow: hidden; }
  @media all and (max-height: 760px) {
    #note-view-div .note-wrapper {
      height: 200px; } }
  @media all and (max-height: 600px) {
    #note-view-div .note-wrapper {
      height: 100px; } }
  @media all and (min-height: 800px) {
    #note-view-div .note-wrapper {
      height: 350px; } }

#note-view-div .notes-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

#note-view-div .note {
  position: relative;
  border-radius: 5px;
  background-color: #fae825;
  color: black;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 0.9rem;
  min-height: 100px;
  padding: 10px 15px 25px 15px;
  margin: 10px;
  width: 300px; }

#note-view-div .note-time, #note-view-div .note-staff {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0.8em;
  font-weight: bold;
  color: rgba(32, 32, 32, 0.5); }

#note-view-div .note-staff {
  left: 5px; }

#note-view-div .form-row {
  max-height: 80px; }

.message-viewer {
  position: absolute;
  background-color: #2c3135;
  border-radius: 5px;
  padding: 15px;
  width: 800px;
  min-height: 300px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  top: 20px;
  right: 40px; }
  .message-viewer .self {
    background-color: #73c7ec; }
  .message-viewer .other {
    background-color: #6eb513; }
  .message-viewer .close {
    font-size: 30px;
    position: absolute;
    top: -5px; }

@media print {
  body {
    background-color: #fff; } }

#print {
  background-color: #fff;
  height: 100%; }
  #print body {
    background-color: #fff !important; }
  #print h6 {
    font-weight: bold;
    margin-right: 30px;
    margin-bottom: 5px; }
  #print table {
    margin: 15px;
    border: 1px solid black; }
    #print table thead > tr {
      border: 1px solid grey;
      border-radius: 5px; }
      #print table thead > tr td {
        padding: 5px;
        font-weight: bolder; }
    #print table tbody tr:nth-child(odd) {
      background-color: #ccc; }
    #print table tbody td {
      padding: 8px; }
