@charset "UTF-8";
/******************************************
* Cortex Media - Project CSS
******************************************/
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v23-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-300.woff2") format("woff2"), url("../fonts/lato-v23-latin-300.woff") format("woff"), url("../fonts/lato-v23-latin-300.ttf") format("truetype"), url("../fonts/lato-v23-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v23-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../fonts/lato-v23-latin-regular.woff") format("woff"), url("../fonts/lato-v23-latin-regular.ttf") format("truetype"), url("../fonts/lato-v23-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1em; }

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5em; }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.25em; }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25em; }

a {
  color: #772a27;
  text-decoration: none; }
  a:hover {
    color: #681310; }
  a.nocolor {
    color: inherit; }

.small-font {
  font-size: 0.75rem; }

.space {
  margin: 24px 0; }

.container {
  min-height: 100%;
  position: relative;
  padding-bottom: 48px; }

.content-wrapper {
  margin-left: 200px; }

.content {
  margin: 72px 24px 24px; }

.topbar {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  height: 48px; }
  .topbar .topbar-content {
    position: relative;
    float: right;
    z-index: 100;
    background: transparent;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .topbar .topbar-content .topbar-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 12px;
      height: 48px; }
      .topbar .topbar-content .topbar-box:last-child {
        padding-right: 0; }
  .topbar .loader {
    display: none; }
    .topbar .loader .balls {
      width: 4em;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between; }
    .topbar .loader .balls div {
      width: 0.8em;
      height: 0.8em;
      border-radius: 50%;
      background-color: #681310; }
    .topbar .loader .balls div:nth-of-type(1) {
      transform: translateX(-100%);
      animation: left-swing 0.5s ease-in alternate infinite; }
    .topbar .loader .balls div:nth-of-type(3) {
      transform: translateX(-95%);
      animation: right-swing 0.5s ease-out alternate infinite; }

@keyframes left-swing {
  50%,
  100% {
    transform: translateX(95%); } }

@keyframes right-swing {
  50% {
    transform: translateX(-95%); }
  100% {
    transform: translateX(100%); } }

.infomessage-container {
  position: absolute;
  width: 100%;
  z-index: 50;
  left: 200px;
  height: 48px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .infomessage-container.info {
    color: #00529B;
    background-color: #BDE5F8; }
  .infomessage-container.success {
    color: #4F8A10;
    background-color: #DFF2BF; }
  .infomessage-container.warning {
    color: #9F6000;
    background-color: #FEEFB3; }
  .infomessage-container.error {
    color: #D8000C;
    background-color: #FFBABA; }
  .infomessage-container.loading {
    color: #681310;
    background-color: #f5f5f5; }

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  padding: 12px; }

.breadcrumbs {
  position: absolute;
  width: 100%;
  left: 200px;
  z-index: 40;
  height: 48px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.5s; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.form input[type=text],
.form input[type=tel],
.form input[type=search],
.form input[type=email],
.form input[type=date],
.form input[type=password],
.form input[type=number],
.form input[type=datetime-local],
.form input[type=time],
.form textarea,
.form select {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 16px;
  padding: 12px 2.2em 12px 8px; }
  .form input[type=text].full-width,
  .form input[type=tel].full-width,
  .form input[type=search].full-width,
  .form input[type=email].full-width,
  .form input[type=date].full-width,
  .form input[type=password].full-width,
  .form input[type=number].full-width,
  .form input[type=datetime-local].full-width,
  .form input[type=time].full-width,
  .form textarea.full-width,
  .form select.full-width {
    width: 100%; }
  .form input[type=text]::placeholder,
  .form input[type=tel]::placeholder,
  .form input[type=search]::placeholder,
  .form input[type=email]::placeholder,
  .form input[type=date]::placeholder,
  .form input[type=password]::placeholder,
  .form input[type=number]::placeholder,
  .form input[type=datetime-local]::placeholder,
  .form input[type=time]::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    color: #777777; }
  .form input[type=text][readonly="readonly"],
  .form input[type=tel][readonly="readonly"],
  .form input[type=search][readonly="readonly"],
  .form input[type=email][readonly="readonly"],
  .form input[type=date][readonly="readonly"],
  .form input[type=password][readonly="readonly"],
  .form input[type=number][readonly="readonly"],
  .form input[type=datetime-local][readonly="readonly"],
  .form input[type=time][readonly="readonly"],
  .form textarea[readonly="readonly"],
  .form select[readonly="readonly"] {
    background-color: #fff; }

.form.form-invers input[type=text],
.form.form-invers input[type=email],
.form.form-invers input[type=date],
.form.form-invers input[type=password],
.form.form-invers textarea {
  background: #ffffff; }

.form input[type=number],
.form input[type=date],
.form input[type=time] {
  padding-right: 8px; }

.form select option {
  cursor: pointer; }

.form select.full-width {
  width: 100%; }

.form .show-inner-icon {
  position: relative; }
  .form .show-inner-icon i {
    position: absolute;
    right: 0.55em;
    top: 0.55em;
    padding: 1em;
    pointer-events: none;
    background: url("/static/img/checkmark.svg") no-repeat; }

input:disabled {
  cursor: not-allowed; }

.label {
  font-weight: bold; }

.hover-highlight:hover {
  filter: brightness(2); }

.dataTables_wrapper .dataTables_filter {
  text-align: left; }
  .dataTables_wrapper .dataTables_filter label {
    display: inline-block; }

.btn {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  color: #681310;
  border: 2.5px solid #681310;
  font-family: inherit;
  font-size: inherit;
  padding: 12px 25px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: inset 0 0 0 0.01px #681310;
  transition: all 0.5s !important; }
  .btn:hover {
    color: #f9f9f9;
    box-shadow: inset 380px 0 0 #681310;
    overflow: hidden; }
  .btn.delete {
    background-color: #681310;
    color: white; }
  .btn.delete:hover {
    color: #681310;
    box-shadow: inset 250px 0 0 white;
    overflow: hidden; }
  .btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    border: 2.5px solid #999;
    color: #999; }

.btn-lighter {
  background: #5d6975; }

.btn-red-bg {
  background-color: #772a27;
  color: #fff; }

.btn-grey-bg {
  background-color: #b0afb0; }

.btn-lighter {
  background: #5d6975; }

.btn-red-bg {
  background-color: #772a27; }

.btn-grey-bg {
  background-color: #b0afb0; }

/***********
* Checkbox
************/
input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  outline: none; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label:before {
  box-sizing: content-box;
  content: "✔";
  line-height: 1.3em;
  text-align: center;
  border: 0.12em solid #999;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s; }

input[type=checkbox] + label:active:before {
  color: white; }

input[type=checkbox]:checked + label:before {
  background-color: #772a27;
  border-color: #772a27;
  color: #fff; }

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #999;
  background-color: #f1f1f1; }

input[type=checkbox]:disabled + label {
  color: #999; }

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #fff;
  border-color: #681310; }

/***********
* Radio
************/
input[type=radio] + label {
  cursor: pointer;
  outline: none; }

input[type=radio] {
  display: none; }

input[type=radio] + label:before {
  box-sizing: content-box;
  content: "✔";
  line-height: 1.3em;
  text-align: center;
  border: 0.12em solid #999;
  border-radius: 50%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  margin-right: 5px; }

input[type=radio]:checked + label:before {
  border-color: #681310;
  background-color: #681310; }

input[type=radio].event:checked + label:before {
  border-color: #681310;
  background-color: #681310; }

input[type=radio].security:checked + label:before {
  border-color: black;
  background-color: black; }

input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #681310; }

input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #fff;
  border-color: #681310; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

/****************
* Tables
*****************/
.list-table {
  width: 100%; }

.list-table th,
.list-table td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px #ddd solid; }

.employee-overview-container .list-table th,
.employee-overview-container .list-table td {
  width: 50%; }

.list-table th.no-border-padding,
.list-table td.no-border-padding {
  padding: 12px 8px 12px 0; }

.list-table th {
  background-color: #e7e7e7;
  color: #909090;
  vertical-align: middle;
  height: 38px; }

.list-table th.no-style {
  background-color: initial;
  color: initial;
  height: auto; }

.list-table-preview-image-cell {
  width: 86px; }

.list-table td {
  vertical-align: middle; }

.list-table td.strong {
  font-weight: 700; }

.list-table:not(.no-click) tr {
  cursor: pointer; }

.list-table:not(.no-click) tr:hover {
  background-color: #f2f2f2; }

.list-table tr .editicons {
  display: none; }

.list-table tr:hover .editicons {
  display: inline; }

.list-table tr.topOfTOPList {
  background-color: #bae7ba; }

.list-table tr.topOfTOPList:hover {
  background-color: #aae7aa; }

table tr.no-td-border td {
  border: 0; }

.list-reloaded .pagination li {
  display: inline-block;
  background-color: #f5f5f5;
  margin-right: 6px; }
  .list-reloaded .pagination li.active {
    background-color: #681310; }
    .list-reloaded .pagination li.active a.page {
      color: #f9f9f9; }
      .list-reloaded .pagination li.active a.page:hover {
        cursor: pointer;
        background-color: #772a27; }
  .list-reloaded .pagination li a.page {
    padding: 12px;
    display: block; }
    .list-reloaded .pagination li a.page:hover {
      cursor: pointer;
      background-color: #e5e5e5; }

/****************
* Block
*****************/
.block {
  width: 100%;
  padding: 12px;
  background-color: #f5f5f5;
  box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3; }

/****************
* Icons
*****************/
td > img.icon {
  display: block; }

img.icon {
  width: 24px;
  height: 24px; }

img.icon.delete-member:hover {
  filter: brightness(0); }

img.icon.action-member:hover {
  filter: opacity(0.5); }

img.cursor-default, img.no-click {
  cursor: default !important; }

img.delete-contact:hover {
  filter: brightness(0); }

/*****************
* Responsive 1-2-3 Columns
 ****************/
.flex-form-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-form-container.align-baseline {
    align-items: baseline; }
  .flex-form-container .element-form {
    min-width: 300px;
    width: 100%; }
  .flex-form-container .element {
    min-width: 300px;
    width: 49%; }
    .flex-form-container .element label {
      font-weight: bold; }
    .flex-form-container .element .grow-1 {
      flex-grow: 1; }
    .flex-form-container .element .grow-2 {
      flex-grow: 2; }
  .flex-form-container textarea {
    resize: none;
    height: 10em; }
    .flex-form-container textarea.variable-height {
      height: auto; }
  .flex-form-container .flex {
    display: flex;
    flex-wrap: wrap; }

@media all and (min-width: 800px) {
  .flex-form-container .element-form {
    min-width: 600px;
    max-width: 1000px; }
  .flex-form-container .element {
    min-width: 200px;
    width: 49%;
    float: left;
    margin: 0 2% 0 0; }
    .flex-form-container .element:last-child {
      margin: 0; } }

.grid-container {
  display: grid; }
  .grid-container label {
    font-weight: bold; }
  .grid-container.template-2x1 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left left right";
    column-gap: 10px; }
    .grid-container.template-2x1 .grid-area-left {
      grid-area: left; }
    .grid-container.template-2x1 .grid-area-right {
      grid-area: right; }

/* includes */
.menu-button {
  width: 40px;
  margin: 0 4px;
  left: 0;
  z-index: 40;
  height: 48px;
  display: block;
  visibility: visible; }
  .menu-button label.hamburg {
    display: block;
    background: rgba(85, 85, 85, 0);
    width: 50px;
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px; }
  .menu-button .line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center; }
  .menu-button .line:nth-child(1) {
    top: 10px; }
  .menu-button .line:nth-child(2) {
    top: 18px; }
  .menu-button .line:nth-child(3) {
    top: 26px; }
  .menu-button .line:nth-child(1).open {
    transform: translateY(8px) rotate(-45deg); }
  .menu-button .line:nth-child(2).open {
    opacity: 0; }
  .menu-button .line:nth-child(3).open {
    transform: translateY(-8px) rotate(45deg); }

.sidemenu {
  display: flex;
  flex-direction: column;
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  color: #b9bbbe;
  border-right: 1px solid #e5e5e5;
  z-index: 200; }
  .sidemenu .transient {
    transition: 0.5s; }
  .sidemenu .logo {
    margin: 0 auto; }
    .sidemenu .logo img {
      padding: 10% 25% 5% 25%; }
      .sidemenu .logo img.logo-full-width {
        margin-right: auto;
        margin-left: auto;
        width: 170px;
        padding: 10%; }
  .sidemenu .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center; }
  .sidemenu .entries {
    margin-top: 24px; }
    .sidemenu .entries .entry {
      height: 48px;
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      .sidemenu .entries .entry:first-child {
        border-top: 1px solid #e5e5e5; }
      .sidemenu .entries .entry .icon {
        width: 24px;
        margin-right: 12px; }
      .sidemenu .entries .entry a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        padding-left: 24px;
        color: #3d454d; }
        .sidemenu .entries .entry a:hover {
          color: #772a27; }
      .sidemenu .entries .entry:hover {
        background-color: #e0e0e0; }
      .sidemenu .entries .entry.empty:hover {
        background-color: transparent; }
      .sidemenu .entries .entry.active {
        background-color: #e5e5e5; }
      .sidemenu .entries .entry .notifications {
        display: none; }
        .sidemenu .entries .entry .notifications.active {
          display: block;
          z-index: 110;
          position: absolute;
          top: 5%;
          right: 5%;
          font-weight: 900;
          color: #772a27;
          background: transparent;
          font-size: 12px;
          line-height: 14.4px;
          border: 3px solid #772a27;
          height: 18px;
          width: 18px;
          border-radius: 50%;
          text-align: center; }
        .sidemenu .entries .entry .notifications.plus {
          font-stretch: expanded;
          font-size: 15.6px;
          line-height: 13.2px; }
  .sidemenu .footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32px;
    color: #999;
    font-size: 0.9rem;
    padding-left: 18px;
    border-top: 1px solid #e5e5e5; }
    .sidemenu .footer:hover {
      cursor: pointer;
      background-color: #e0e0e0; }
    .sidemenu .footer span.collapse-text {
      color: #333; }

@media (min-width: 769px) {
  .menu-button {
    display: none; }
  .topbar-content .responsive-action {
    display: none !important; }
  .sidemenu {
    display: flex !important; }
    .sidemenu .responsive-topbar-actions {
      display: none; }
  body.collapsed .sidemenu {
    width: 48px; }
    body.collapsed .sidemenu .title {
      display: none; }
    body.collapsed .sidemenu .entries {
      margin-top: 0; }
      body.collapsed .sidemenu .entries .entry a {
        justify-content: center;
        padding: 0; }
        body.collapsed .sidemenu .entries .entry a .icon {
          margin: 0; }
        body.collapsed .sidemenu .entries .entry a .entry-text {
          display: none; }
    body.collapsed .sidemenu .logo {
      height: 47px; }
      body.collapsed .sidemenu .logo a img {
        padding: 0; }
    body.collapsed .sidemenu .footer {
      margin-top: auto;
      display: flex; }
      body.collapsed .sidemenu .footer .collapse-text {
        display: none; }
  body.collapsed .content-wrapper {
    margin-left: 48px; }
  body.collapsed .breadcrumbs {
    left: 0;
    margin-left: 48px; }
  body.collapsed .infomessage-container {
    left: 0;
    margin-left: 48px; } }

@media (max-width: 768px) {
  .menu-button {
    display: block; }
  .topbar-content .desktop-action {
    display: none !important; }
  .sidemenu {
    display: none;
    right: 0;
    left: auto;
    margin-top: 48px;
    width: 200px;
    border-right: 1px solid #e5e5e5; }
    .sidemenu .logo {
      display: none; }
    .sidemenu .title {
      display: none; }
    .sidemenu .responsive-topbar-actions {
      display: flex;
      justify-content: space-evenly; }
      .sidemenu .responsive-topbar-actions .responsive-action img {
        height: 35px; }
    .sidemenu .footer {
      display: none; }
  .content-wrapper {
    margin-left: 0; }
  .content-wrapper {
    margin-left: 0; }
  .breadcrumbs {
    left: 0; }
  .infomessage-container {
    left: 0; } }

body.collapsed .sidemenu .logo img {
  height: auto; }

.bottommenu {
  display: none; }

@media (max-width: 768px) {
  .bottommenu {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    z-index: 100;
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #f9f9f9;
    background-color: #e7e7e7;
    overflow: hidden;
    position: fixed; }
    .bottommenu .separator {
      flex-grow: 0;
      background-color: black;
      margin: 10px 0;
      width: 1px; }
    .bottommenu .element {
      flex-grow: 1;
      display: block;
      text-align: center;
      width: 30px;
      position: relative;
      padding: 0 5px; }
      .bottommenu .element.active .notifications {
        display: none; }
        .bottommenu .element.active .notifications.active {
          color: #772a27;
          background: #f9f9f9; }
      .bottommenu .element .notifications {
        display: none; }
        .bottommenu .element .notifications.active {
          display: block;
          z-index: 110;
          position: absolute;
          top: 10%;
          right: 20%;
          font-weight: 900;
          color: #772a27;
          background: #f9f9f9;
          font-size: 16px;
          line-height: 19.2px;
          border: 3px solid #772a27;
          height: 24px;
          width: 24px;
          border-radius: 50%;
          text-align: center; }
        .bottommenu .element .notifications.plus {
          font-stretch: expanded;
          font-size: 20.8px;
          line-height: 17.6px; }
      .bottommenu .element img {
        margin-top: 8px;
        height: 30px;
        width: 30px; }
      .bottommenu .element p {
        margin-bottom: 4px;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        font-family: "Roboto", sans-serif;
        color: #772a27; }
    .bottommenu .element:hover {
      background-color: #681310; }
    .bottommenu .element.active {
      background-color: #772a27; }
    .bottommenu .element.active p, .bottommenu .element:hover p {
      color: #f9f9f9; }
    .bottommenu .element.active img, .bottommenu .element:hover img {
      filter: brightness(0) invert(1); } }

/****************
SELECT2
 ***************/
/********************
Select2 Override style https://codepen.io/350d/pen/YEPBEW
*********************/
/* Assign min-width to container */
.select2-container {
  min-width: 200px;
  font-family: "Roboto", sans-serif; }

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #f2f2f2; }

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #772a27; }

.select2-container--flat .select2-results__option--highlighted[aria-selected],
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #e0e0e0 !important;
  color: #772a27;
  font-weight: bold !important; }
  .select2-container--flat .select2-results__option--highlighted[aria-selected] .select2-template-span,
  .select2-container--flat .select2-results__option[aria-selected=true] .select2-template-span {
    font-weight: bold !important; }

.select2-container--flat .select2-selection--single {
  border-radius: 0; }

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

.select2-container--flat span.select2-search input {
  height: 30px !important; }

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0;
  font-size: 1.1rem !important;
  font-weight: 300;
  text-indent: 1px;
  box-shadow: none;
  background-image: none; }
  .select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box; }
  .select2-container .select2-choice .select2-arrow {
    border: 0;
    border-radius: 0;
    background: transparent;
    background-image: none; }

.select2-container *:focus {
  outline: 0px; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px; }

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none; }
  .select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none; }

.select2-search {
  margin-top: 3px;
  font-size: 1.1rem; }
  .select2-search input {
    height: 26px;
    border: 2px solid #dce4ec; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  box-shadow: none; }

.select2-dropdown {
  border: 0;
  border-radius: 0; }

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none; }

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0; }
  .select2-results .select2-highlighted {
    background: #772a27;
    color: #fff;
    border-radius: 0; }

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none; }

/****** Single SCSS *******/
.select2-container--flat {
  /********* template ***********/ }
  .select2-container--flat .select2-selection--single {
    background: #f2f2f2;
    border: 0px;
    height: 49px; }
    .select2-container--flat .select2-selection--single .select2-selection__rendered {
      color: #772a27;
      line-height: 49px; }
    .select2-container--flat .select2-selection--single .select2-selection__arrow {
      height: 35px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 25px; }
      .select2-container--flat .select2-selection--single .select2-selection__arrow b {
        border-color: #772a27 transparent transparent transparent;
        top: 60%;
        border-style: solid;
        border-width: 9px 6px 0 6px;
        height: 0;
        left: 50%;
        margin-left: -6px;
        margin-top: -2px;
        position: absolute;
        width: 0; }
    .select2-container--flat .select2-selection--single .select2-selection__placeholder {
      color: #777777; }
    .select2-container--flat .select2-selection--single .select2-selection__arrow b:hover {
      filter: brightness(0); }
    .select2-container--flat .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      font-size: 20px;
      margin-right: 10px; }
    .select2-container--flat .select2-selection--single .select2-selection__clear:hover {
      color: #3d454d;
      font-weight: 900;
      cursor: pointer; }
  .select2-container--flat .select2-template-span {
    vertical-align: middle; }
  .select2-container--flat .select2-template-image {
    vertical-align: middle;
    height: 25px;
    margin-right: 5px;
    margin-top: -4px; }

/****** Multiple SCSS  *******/
.select2-container--flat .select2-selection--multiple {
  background: #f2f2f2;
  border: 0;
  /********* template ***********/ }
  .select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background: #fff;
    color: #772a27;
    font-size: 1.1rem;
    border: 2.5px solid #772a27;
    border-radius: 0;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    color: #772a27;
    margin-right: 6px;
    margin-left: 10px;
    float: right; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #3d454d;
    font-weight: 900;
    cursor: pointer; }
  .select2-container--flat .select2-selection--multiple .select2-template-span {
    display: inline-block;
    vertical-align: baseline; }
  .select2-container--flat .select2-selection--multiple .select2-template-image {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    height: 21px; }

div.featherlight-inner.send-message {
  background: white; }

div.dts_label {
  display: none; }

.dataTables_wrapper .dt-buttons button.btn.dt-button {
  display: inline-block;
  cursor: pointer;
  background-color: white;
  background: white;
  color: #681310;
  border: 2.5px solid #681310;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 10px;
  outline: none;
  box-shadow: inset 0 0 0 0.01px #681310;
  transition: all 0.5s !important; }
  .dataTables_wrapper .dt-buttons button.btn.dt-button:hover {
    color: #f9f9f9;
    box-shadow: inset 380px 0 0 #681310;
    overflow: hidden; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.4em 0.9em;
  margin-left: 2px;
  text-align: center;
  cursor: pointer;
  background-color: white !important;
  color: #681310 !important;
  border: 2.5px solid #681310 !important;
  letter-spacing: 1px;
  outline: none; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #f9f9f9 !important;
    background: #681310 !important;
    background-color: #681310 !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #f9f9f9 !important;
    background: #681310 !important;
    background-color: #681310 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      cursor: default;
      color: #f9f9f9 !important;
      background: #681310 !important;
      background-color: #681310 !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 2.5px solid #666 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
      color: #666 !important;
      background: white !important;
      background-color: white !important; }

.dataTables_wrapper .table-controls {
  display: flex;
  justify-content: space-between;
  margin: 10px 17px 10px 0;
  flex-direction: column;
  align-items: initial; }
  .dataTables_wrapper .table-controls .grow {
    width: 0px;
    flex-grow: 0; }
  .dataTables_wrapper .table-controls .dataTables_filter input[type="search"] {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    outline: 0;
    background: #f2f2f2;
    border: 0;
    margin: 0;
    padding: 12px 2.2em 12px 8px; }
    .dataTables_wrapper .table-controls .dataTables_filter input[type="search"].full-width {
      width: 100%; }
    .dataTables_wrapper .table-controls .dataTables_filter input[type="search"]::placeholder {
      color: #777777; }
    .dataTables_wrapper .table-controls .dataTables_filter input[type="search"][readonly="readonly"] {
      background-color: #fff; }

@media all and (min-width: 800px) {
  .dataTables_wrapper .table-controls {
    align-items: center;
    flex-direction: row; }
    .dataTables_wrapper .table-controls .grow {
      width: 10px;
      flex-grow: 1; } }

/* sections */
.recommend-employee {
  background-color: white;
  width: 90vw; }
  .recommend-employee .container-wrapper {
    display: flex; }
    .recommend-employee .container-wrapper .category-title {
      font-weight: bold;
      font-size: medium;
      width: 45%;
      flex-grow: 1; }
    .recommend-employee .container-wrapper .table-container {
      max-height: 55vh;
      overflow-y: auto; }
    .recommend-employee .container-wrapper .list-table tr.selected {
      color: #f9f9f9;
      background: #3d454d; }
    .recommend-employee .container-wrapper .list-table.sg-table thead th {
      border-bottom: 1px solid black; }
    .recommend-employee .container-wrapper .list-table.sg-table thead tr {
      height: 59px; }
    .recommend-employee .container-wrapper .list-table.sg-table td {
      padding: 8px 10px; }
    .recommend-employee .container-wrapper .list-table.sg-table .first-col {
      width: 30%; }
    .recommend-employee .container-wrapper .container-row {
      width: 45%;
      height: 75vh;
      overflow: auto;
      flex-grow: 1;
      margin: 15px 10px; }
    .recommend-employee .container-wrapper .warning {
      line-height: 2em;
      margin-left: 0.5em; }
  .recommend-employee .hidden-form {
    padding-top: 10px;
    margin-top: 10px;
    text-align: right; }
    .recommend-employee .hidden-form .employee-group-select {
      display: inline-block; }

.employee-info-grid {
  width: 100%;
  display: grid;
  grid-template-areas: "info additional";
  grid-gap: 5%; }

@media (max-width: 767px) {
  .recommend-employee {
    width: 95vw;
    height: 100%; }
    .recommend-employee .container-wrapper {
      flex-direction: row;
      flex-wrap: wrap; }
      .recommend-employee .container-wrapper .container-row {
        min-width: 300px;
        min-height: 320px;
        overflow: auto;
        align-items: stretch;
        margin-right: 0.5em;
        padding-right: 0.5em; }
        .recommend-employee .container-wrapper .container-row.chooser-employee-info {
          border-top: black 2px solid; } }

@media (max-width: 535px) {
  .employee-info-grid {
    grid-template-areas: "info" "additional";
    grid-gap: 0; } }

.element.groups {
  width: 49%; }

table tr.mark-red {
  color: #B55551; }

table tr.mark-grey {
  color: grey; }

/**
div.recommend-employee {
    height: 80vh;
    width: 80vw;

    div.employee-list {
        height: 100%;
    }
    div.employee-details {
        height: 100%;

        div.controller {
            position: absolute;
            bottom: 0;
        }
    }
}
**/
.service_edit_form {
  width: 100%; }
  .service_edit_form .new-group-element .groups {
    width: 100%;
    display: inline-block; }
    .service_edit_form .new-group-element .groups .hidden {
      display: none !important; }
    .service_edit_form .new-group-element .groups .group {
      display: flex; }
      .service_edit_form .new-group-element .groups .group .title {
        height: 23px; }
      .service_edit_form .new-group-element .groups .group input {
        height: 45px !important; }
      .service_edit_form .new-group-element .groups .group .select2-container--flat .select2-selection--single .select2-selection__rendered {
        line-height: 45px; }
      .service_edit_form .new-group-element .groups .group .select2-container--flat .select2-selection--single {
        height: 45px; }
      .service_edit_form .new-group-element .groups .group input[type=checkbox] + label:before {
        line-height: 0.95em;
        width: 0.9em;
        height: 0.9em; }
      .service_edit_form .new-group-element .groups .group img.clickable-icon {
        width: 25px;
        max-width: 30px;
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .service_edit_form .new-group-element .groups .group .group-name {
        width: 200px;
        min-width: 200px; }
        .service_edit_form .new-group-element .groups .group .group-name .name {
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          font-size: 1.1rem;
          padding: 12px 2.2em 12px 8px; }
      .service_edit_form .new-group-element .groups .group .group-required-employees {
        width: 100px;
        min-width: 100px; }
      .service_edit_form .new-group-element .groups .group .optional-time {
        display: flex;
        flex-grow: 1; }
        .service_edit_form .new-group-element .groups .group .optional-time .date-time-container {
          width: 270px;
          min-width: 270px;
          flex-grow: 1; }
          .service_edit_form .new-group-element .groups .group .optional-time .date-time-container .cont {
            display: flex; }
            .service_edit_form .new-group-element .groups .group .optional-time .date-time-container .cont .date-container {
              width: 160px;
              min-width: 160px;
              flex-grow: 2; }
            .service_edit_form .new-group-element .groups .group .optional-time .date-time-container .cont .time-container {
              width: 100px;
              min-width: 100px;
              flex-grow: 1; }

@media (max-width: 1150px) {
  .group {
    display: flex;
    flex-wrap: wrap; }
    .group .group-name {
      flex-grow: 1; }
    .group .group-required-employees {
      flex-grow: 1; }
    .group .added-margin {
      margin-right: 50px; } }

@media (max-width: 850px) {
  .optional-time {
    flex-wrap: wrap; }
    .optional-time .date-time-container:first-of-type {
      margin-right: 50px; } }

.edit-icon {
  padding: 3px;
  width: 35px; }

.add-new-group {
  margin-left: 15%;
  margin-top: -5px;
  margin-bottom: 20px; }
  .add-new-group a img {
    width: 35px;
    margin-top: 20px; }

div#applied-employees table tr.cancelled-invitation {
  color: #B55551; }

input, select {
  vertical-align: inherit; }

img:hover {
  cursor: pointer; }

div.filters {
  align-items: center; }
  div.filters label.label {
    display: inline !important; }

div.service-infos {
  display: grid;
  grid-template-areas: "info info group";
  grid-template-columns: 2fr 2fr 3fr;
  grid-gap: 5%; }
  div.service-infos .service-overview-container {
    grid-area: info;
    overflow: hidden; }
  div.service-infos .groups {
    grid-area: group;
    overflow: hidden; }
  div.service-infos .service-overview-container > table.list-table td {
    width: 50%; }

a.project-prog-log img {
  width: 40px;
  vertical-align: middle; }

@media (max-width: 535px) {
  a.new-button {
    width: 100%;
    float: none;
    text-align: center; }
  input#table-search {
    width: 100%; }
  div.service-infos {
    grid-template-areas: "info" "group";
    grid-gap: 0; }
  div.service-ctrl-row button.recommend-employee-btn {
    width: 100%; }
  div.tab-container div.tab {
    width: 100%; }
  div.user-table-search {
    flex-direction: column; }
    div.user-table-search div.table-search {
      width: 100%; }
      div.user-table-search div.table-search input#table-search {
        width: 100%;
        margin: 0; }
  .service-log-featherlight .featherlight-content {
    width: 100%; } }

@media (max-width: 767px) {
  div.filters div.filters-checkbox-container {
    flex-direction: column; }
    div.filters div.filters-checkbox-container div.filter {
      margin-bottom: 2%; }
  div.filters div.group-filter {
    display: inline-block; } }

.notes h3.notes-header {
  font-size: 25px;
  padding: 15px;
  font-weight: 500; }

.template-auto .header-checkbox label {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5em; }

.template-auto .header-checkbox input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  outline: none; }

.template-auto .header-checkbox input[type=checkbox] {
  display: none; }

.template-auto .header-checkbox input[type=checkbox] + label:before {
  display: none; }

.template-auto .header-checkbox input[type=checkbox] + label:after {
  box-sizing: content-box;
  content: "✔";
  line-height: 1.3em;
  text-align: center;
  border: 0.12em solid #999;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  margin-left: 15px;
  margin-right: 15px; }

.template-auto .header-checkbox input[type=checkbox] + label:active:after {
  color: white; }

.template-auto .header-checkbox input[type=checkbox] + label:active:before {
  display: none; }

.template-auto .header-checkbox input[type=checkbox]:checked + label:after {
  background-color: #772a27;
  border-color: #772a27;
  color: #fff; }

.template-auto .header-checkbox input[type=checkbox]:checked + label:before {
  display: none; }

.template-auto .lead-time-plan {
  display: flex;
  flex-wrap: wrap; }
  .template-auto .lead-time-plan .date {
    min-width: 180px;
    margin-left: 10px;
    margin-right: 10px; }

.template-auto .weekday-input {
  display: flex;
  justify-content: space-evenly; }
  .template-auto .weekday-input .relative-margin-left {
    margin-left: 5%; }
  .template-auto .weekday-input input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    outline: none;
    padding-bottom: 1.3em;
    position: relative;
    text-align: center;
    min-width: 1.44em; }
  .template-auto .weekday-input input[type=checkbox] + label:before {
    box-sizing: content-box;
    content: "✔";
    line-height: 1.3em;
    text-align: center;
    border: 0.12em solid #ddd;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    color: transparent;
    transition: .2s;
    position: absolute;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .template-auto .weekday-input input[type=checkbox] + label:active:before {
    color: white; }
  .template-auto .weekday-input input[type=checkbox]:disabled + label, .template-auto .weekday-input input[type=checkbox]:disabled + label:before {
    cursor: not-allowed; }
  .template-auto .weekday-input input[type=checkbox]:checked + label:before {
    background-color: #772a27;
    border-color: #772a27;
    color: #fff; }
  .template-auto .weekday-input input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #999;
    background-color: #f1f1f1; }
  .template-auto .weekday-input input[type=checkbox]:disabled + label {
    color: #999; }
  .template-auto .weekday-input input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #fff;
    border-color: #681310; }

/******************
 * Tabs           *
 ******************/
.status {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline;
  width: 18vw;
  height: 80px; }
  .status .status-container {
    background-color: white;
    color: #772a27;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 20px #efefef, -10px -10px 20px #f8f8f8;
    overflow: hidden; }
    .status .status-container .filter {
      opacity: 0.15;
      filter: grayscale(100%);
      width: 100px;
      float: right;
      margin-right: -40px;
      cursor: default; }
    .status .status-container .header-text {
      color: #772a27;
      font-size: 14px;
      font-weight: 600;
      position: absolute; }
    .status .status-container .value {
      margin-top: 15px;
      margin-right: 10px;
      font-weight: 600;
      font-size: 40px;
      float: right; }
    .status .status-container .unit {
      margin-top: 15px;
      margin-right: 10px;
      margin-left: 5px;
      font-weight: 100;
      font-size: 18px; }

.hovering:hover {
  display: block; }

.grid-row {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex; }
  .grid-row.no-flex {
    display: block; }
  .grid-row .one-fourth {
    width: 23%;
    height: 100px; }
    .grid-row .one-fourth .menu-element:hover {
      font-size: 18px;
      font-weight: 700;
      background-color: #f3f3f3;
      box-shadow: inset -16px -16px 29px -6px #e8e8e8;
      cursor: pointer; }
    .grid-row .one-fourth .menu-element {
      color: #772a27;
      box-shadow: 10px 10px 10px #f6f6f6, -10px -10px 20px #e8e8e8;
      font-size: 18px;
      font-weight: 700;
      height: 80px;
      background-color: white;
      padding: 10px;
      border-radius: 5px;
      display: grid;
      grid-template-columns: [header-text] 3fr [value] 1fr; }
      .grid-row .one-fourth .menu-element span.header-text {
        grid-area: header-text; }
      .grid-row .one-fourth .menu-element span.value {
        grid-area: value;
        align-self: end;
        justify-content: end;
        text-align: right;
        font-weight: 700;
        font-size: 18px; }
    .grid-row .one-fourth .menu-element.pressed {
      font-size: 18px;
      font-weight: 700;
      background-color: #f3f3f3;
      box-shadow: inset -16px -16px 29px -6px #eaeaea; }
  .grid-row .three-fourth {
    width: 75%;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 10px 10px 20px #efefef, -10px -10px 20px #f8f8f8; }

.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%; }

.icon {
  width: 10px;
  margin-right: 3%; }

.dashboard-container {
  display: inline-grid;
  border-radius: 10px;
  background-color: #eeeeee;
  margin-bottom: 15px;
  margin-right: 25px;
  padding: 20px;
  justify-content: space-between;
  overflow: hidden; }
  .dashboard-container #service-employee-apply-form div.service-time, .dashboard-container #service-employee-apply-form div.service-location, .dashboard-container #service-employee-apply-form div.service-time {
    margin: 6% 0 !important; }
  .dashboard-container #service-employee-apply-form .service-element {
    max-height: none !important; }
  .dashboard-container.no-data-container div.image-container {
    width: 25%;
    display: inline-block;
    vertical-align: middle; }
    .dashboard-container.no-data-container div.image-container img {
      opacity: 0.3;
      filter: grayscale(100%);
      width: 50px;
      margin-right: 20px; }
  .dashboard-container.no-data-container div.text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    filter: grayscale(100%);
    opacity: 0.4; }
    .dashboard-container.no-data-container div.text span {
      font-weight: 600;
      font-size: 1.3em; }
    .dashboard-container.no-data-container div.text a span {
      font-weight: 600;
      font-size: 0.8em; }
  .dashboard-container .icon {
    width: 20px;
    margin-right: 3%; }
  .dashboard-container#details {
    margin: 0; }
  .dashboard-container .service-element {
    cursor: pointer;
    min-height: 77px;
    min-width: 320px;
    max-width: 370px;
    box-shadow: 0px 5px 15px lightgray;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .dashboard-container .service-element.flagged {
      border-left: 10px solid #681310; }
      .dashboard-container .service-element.flagged + .service-element {
        margin-top: 40px; }
    .dashboard-container .service-element:not(#details):hover {
      background: whitesmoke;
      box-shadow: 0px 5px 15px #c6c6c6; }
    .dashboard-container .service-element#details {
      margin: 0 auto;
      cursor: default;
      min-width: 320px;
      max-width: 400px;
      max-height: 200px;
      min-height: 150px; }
    .dashboard-container .service-element .list-table tr {
      cursor: default; }
      .dashboard-container .service-element .list-table tr th {
        cursor: default; }
      .dashboard-container .service-element .list-table tr:hover .icon {
        display: inline;
        max-width: 5px; }
    .dashboard-container .service-element .left {
      width: 28%;
      display: block;
      text-align: center;
      position: relative;
      margin-right: 10px; }
      .dashboard-container .service-element .left .service-date-dayName {
        display: block;
        font-size: 10px;
        font-weight: 300;
        margin-bottom: 2%; }
      .dashboard-container .service-element .left .service-date-day {
        font-size: 30px;
        font-weight: 700;
        display: inline-flex; }
      .dashboard-container .service-element .left .service-date-month {
        font-size: 12px;
        font-weight: 100;
        display: block; }
    .dashboard-container .service-element .right {
      position: relative;
      left: -10px;
      width: 80%;
      padding-top: 10px;
      padding-bottom: 10px; }
      .dashboard-container .service-element .right#details {
        display: inline-block; }
      .dashboard-container .service-element .right div.service-details-name #group-company img {
        margin-left: -6px;
        width: 30px; }
      .dashboard-container .service-element .right .service-name {
        font-size: 15px;
        font-weight: 600;
        display: block;
        margin-bottom: 2%; }
      .dashboard-container .service-element .right .name {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2%; }
        .dashboard-container .service-element .right .name#group-name {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 1%; }
      .dashboard-container .service-element .right .service-location,
      .dashboard-container .service-element .right .service-time {
        display: block;
        font-size: 14px;
        font-weight: 200; }
        .dashboard-container .service-element .right .service-location span,
        .dashboard-container .service-element .right .service-time span {
          vertical-align: middle; }
        .dashboard-container .service-element .right .service-location .icon,
        .dashboard-container .service-element .right .service-time .icon {
          vertical-align: middle;
          width: 15px; }
        .dashboard-container .service-element .right .service-location#details,
        .dashboard-container .service-element .right .service-time#details {
          margin: 2% 0;
          display: inline-block;
          font-size: 14px;
          font-weight: 300; }
          .dashboard-container .service-element .right .service-location#details .icon,
          .dashboard-container .service-element .right .service-time#details .icon {
            width: 15px;
            vertical-align: middle;
            margin-right: 3%;
            margin-bottom: -1%; }
      .dashboard-container .service-element .right .badge {
        position: absolute;
        padding: 5px 5px;
        border-radius: 50%;
        margin-left: 233px;
        margin-top: -12px;
        width: 10px;
        height: 10px;
        background: #681310;
        color: white; }
  .dashboard-container li.service-suggested-ctrl {
    text-align: right;
    font-size: 14px; }
    .dashboard-container li.service-suggested-ctrl span img, .dashboard-container li.service-suggested-ctrl span span {
      color: #681310;
      vertical-align: middle; }
  .dashboard-container .button-container .btn {
    padding: 10px;
    text-align: center; }

div.dashboard-management-container .list-table tr {
  cursor: pointer; }
  div.dashboard-management-container .list-table tr th {
    cursor: default; }
  div.dashboard-management-container .list-table tr:hover .icon {
    display: inline; }

div.dashboard-management-container div.dashboard-management-stats {
  display: flex; }

div.dashboard-management-container div.dashboard-management-menu {
  display: grid;
  grid-template-columns: [menu] 1fr [content] 3fr;
  column-gap: 2%;
  justify-content: space-between;
  margin-bottom: 40px; }
  div.dashboard-management-container div.dashboard-management-menu .one-fourth {
    grid-area: menu;
    height: 100px; }
    div.dashboard-management-container div.dashboard-management-menu .one-fourth .menu-element:hover {
      font-size: 18px;
      font-weight: 700;
      background-color: #f3f3f3;
      box-shadow: inset -16px -16px 29px -6px #e8e8e8;
      cursor: pointer; }
    div.dashboard-management-container div.dashboard-management-menu .one-fourth .menu-element {
      color: #772a27;
      box-shadow: 10px 10px 10px #f6f6f6, -10px -10px 20px #e8e8e8;
      font-size: 18px;
      font-weight: 700;
      height: 80px;
      background-color: white;
      padding: 10px;
      border-radius: 5px;
      display: grid;
      grid-template-columns: [header-text] 3fr [value] 1fr; }
      div.dashboard-management-container div.dashboard-management-menu .one-fourth .menu-element span.header-text {
        grid-area: header-text; }
      div.dashboard-management-container div.dashboard-management-menu .one-fourth .menu-element span.value {
        grid-area: value;
        align-self: end;
        justify-content: end;
        text-align: right;
        font-weight: 700;
        font-size: 18px; }
    div.dashboard-management-container div.dashboard-management-menu .one-fourth .menu-element.pressed {
      font-size: 18px;
      font-weight: 700;
      background-color: #f3f3f3;
      box-shadow: inset -16px -16px 29px -6px #eaeaea; }
  div.dashboard-management-container div.dashboard-management-menu .three-fourth {
    grid-area: content;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 10px 10px 20px #efefef, -10px -10px 20px #f8f8f8; }

@media (max-width: 535px) {
  div.dashboard-employee h1 {
    text-align: center;
    font-size: 1.9em;
    font-weight: 600;
    color: #772a27; }
  div.dashboard-employee div.dashboard-container {
    margin: 0 auto; }
  .service-object-featherlight ul.service-list li.service-element {
    background-color: transparent;
    box-shadow: none;
    height: auto;
    display: block; }
    .service-object-featherlight ul.service-list li.service-element#details {
      min-height: 0;
      max-height: none;
      min-width: 0;
      max-width: none; }
    .service-object-featherlight ul.service-list li.service-element div.left {
      color: #3d454d;
      width: 100%; }
      .service-object-featherlight ul.service-list li.service-element div.left span.service-date-dayName {
        font-size: 1.1em; }
      .service-object-featherlight ul.service-list li.service-element div.left span.service-date-day {
        font-size: 2em; }
      .service-object-featherlight ul.service-list li.service-element div.left span.service-date-month {
        font-size: 1.2em; }
    .service-object-featherlight ul.service-list li.service-element div.right {
      padding: 20px;
      margin-top: 5vh;
      width: 100%;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0px 5px 15px lightgrey; }
      .service-object-featherlight ul.service-list li.service-element div.right .icon {
        width: auto !important;
        height: 30px; }
      .service-object-featherlight ul.service-list li.service-element div.right div.service-details-name {
        padding-left: 5px; }
        .service-object-featherlight ul.service-list li.service-element div.right div.service-details-name span.name {
          font-size: 1.8em;
          margin-left: 8px; }
  .service-object-featherlight ul.service-list div.open-services-group-ctrl button {
    width: 100%; } }

@media (max-width: 768px) {
  #logout {
    display: block; }
  div.dashboard-employee div.dashboard-row {
    display: block;
    width: 100%;
    overflow: auto; }
    div.dashboard-employee div.dashboard-row div.dashboard-container {
      display: block;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
      float: none; }
      div.dashboard-employee div.dashboard-row div.dashboard-container ul.service-list {
        width: 100%; }
        div.dashboard-employee div.dashboard-row div.dashboard-container ul.service-list li {
          width: 100%;
          max-width: none;
          min-width: 0; }
  div.dashboard-management-container div.dashboard-management-stats {
    display: none; }
  div.dashboard-management-container div.dashboard-management-menu {
    grid-template-columns: 100%;
    grid-template-areas: "menu" "content"; }
    div.dashboard-management-container div.dashboard-management-menu div.one-fourth {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      height: auto; }
      div.dashboard-management-container div.dashboard-management-menu div.one-fourth div.status {
        width: 47%; } }

@media (max-width: 400px) {
  div.dashboard-management-container div.dashboard-management-menu div.one-fourth div.status {
    width: 48%;
    margin: 0 0 4% 0; }
    div.dashboard-management-container div.dashboard-management-menu div.one-fourth div.status div.menu-element {
      font-size: 0.9em;
      align-content: stretch; } }

.list-table {
  width: 100% !important;
  padding: 0 !important; }

.service-table {
  overflow: auto; }

.group-edit-control {
  width: 100%; }
  .group-edit-control .delete-group.btn {
    float: right; }

div.group-employee-ctrl h1 {
  display: inline-block; }

div.group-employee-ctrl button#add-employee {
  float: right;
  margin-bottom: 1em; }

@media (max-width: 535px) {
  .group-name-container, .group-company-container {
    width: 100%; }
  .group-edit-control .delete-group.btn {
    float: left; }
  .group-edit-control .btn {
    text-align: center;
    margin-top: 10px;
    width: 100%; }
  button#add-employee {
    width: 100%; } }

div.service-plan-calendar div.fc-view-harness table thead table, div.service-plan-calendar div.fc-view-harness table tbody table {
  margin: 0; }

.fc-daygrid-dot-event {
  flex-wrap: wrap; }

.fc-event-time, .fc-event-title {
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 535px) {
  div.service-plan-calendar {
    height: 80vh; }
    div.service-plan-calendar div.fc-header-toolbar {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      div.service-plan-calendar div.fc-header-toolbar div.fc-toolbar-chunk:nth-child(1) {
        order: 3;
        margin: 5% 0; }
      div.service-plan-calendar div.fc-header-toolbar div.fc-toolbar-chunk:nth-child(2) {
        order: 1;
        width: 100%; }
      div.service-plan-calendar div.fc-header-toolbar div.fc-toolbar-chunk:nth-child(3) {
        order: 2; }
      div.service-plan-calendar div.fc-header-toolbar .fc-button {
        padding: .2em .4em; }
    div.service-plan-calendar div.fc-view-harness {
      height: auto; } }

ul.service-list {
  width: 80vw;
  max-width: 600px; }

.news-element {
  cursor: pointer;
  padding: 13px;
  box-shadow: 0px 5px 15px lightgray;
  background: white;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 16px;
  border-left: 10px solid white; }
  .news-element .news-title {
    padding-bottom: 5px; }
  .news-element.flagged {
    border-left: 6px solid #681310; }
  .news-element:not(.text-only):hover {
    background: whitesmoke;
    box-shadow: 0px 5px 15px #c6c6c6; }
  .news-element.text-only {
    cursor: default; }

div.notes-container h1 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 600;
  margin-right: 10px; }

div.notes-container h2 {
  font-size: 1.9em;
  font-weight: 500; }

div.notes-container a.new-note-button {
  margin-right: 0%; }

div.notes-container div.notes-container-element {
  min-width: 600px;
  background-color: white;
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 25px;
  padding: 20px;
  justify-content: space-between;
  float: left;
  overflow: hidden; }

div.notes-container .notes-element {
  min-width: 550px;
  padding: 13px;
  box-shadow: 0px 4px 12px -1px #cdcdcd;
  background: white;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer; }
  div.notes-container .notes-element img.delete-note {
    position: relative;
    float: right;
    width: 18px;
    margin-top: -22px;
    margin-right: -22px; }
  div.notes-container .notes-element span.meta-info {
    font-size: 0.6rem;
    color: grey;
    float: right;
    margin-top: -6px; }
  div.notes-container .notes-element div.text {
    padding: 14px 0px 10px 5px;
    margin-top: -6px; }
  div.notes-container .notes-element.deleted {
    background: #efefef;
    color: #808080;
    cursor: default; }
    div.notes-container .notes-element.deleted a {
      display: none; }

div.notes-container li.notes-element:hover .img {
  display: block; }

.notes-reminder {
  margin-top: 25px; }

img.export-icon {
  height: 25px;
  margin-top: 6px; }

img.delete-contact {
  top: 40%;
  position: relative; }

span.add-new-contact {
  cursor: pointer; }

.notes-featherlight {
  z-index: 10000 !important; }

.select2-container {
  z-index: 10005 !important; }

[title='Link'], [title='Attach Files'], [title='Bullets'], [title='Numbers'] {
  display: none; }

.featherlight .featherlight-content {
  padding: 56px 56px 0;
  min-width: 40%; }

#employee-message-chooser, #employee-recommend-chooser {
  min-width: 80vw;
  width: 100%;
  height: 800px;
  display: flex;
  border: 1px solid #ccc; }
  #employee-message-chooser .tabbar, #employee-recommend-chooser .tabbar {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 0; }
    #employee-message-chooser .tabbar .tab, #employee-recommend-chooser .tabbar .tab {
      height: 100%;
      width: 30%;
      flex-grow: 1;
      margin: 0;
      transition: 0.3s;
      padding: 5px 20px;
      background-color: #f9f9f9;
      color: #3d454d;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: initial;
      font-size: 1.1em; }
  #employee-message-chooser .icon-btn, #employee-recommend-chooser .icon-btn {
    background: #fff;
    margin: 1px; }
    #employee-message-chooser .icon-btn img, #employee-recommend-chooser .icon-btn img {
      width: 37px;
      height: 37px;
      padding: 3px; }
    #employee-message-chooser .icon-btn.disabled, #employee-recommend-chooser .icon-btn.disabled {
      background: #fff; }
      #employee-message-chooser .icon-btn.disabled img, #employee-recommend-chooser .icon-btn.disabled img {
        filter: brightness(0) invert(1) brightness(0.5); }
      #employee-message-chooser .icon-btn.disabled:hover, #employee-recommend-chooser .icon-btn.disabled:hover {
        cursor: not-allowed;
        background: #fff; }
        #employee-message-chooser .icon-btn.disabled:hover img, #employee-recommend-chooser .icon-btn.disabled:hover img {
          filter: brightness(0) invert(1) brightness(0.5); }
          #employee-message-chooser .icon-btn.disabled:hover img:hover, #employee-recommend-chooser .icon-btn.disabled:hover img:hover {
            cursor: not-allowed; }
    #employee-message-chooser .icon-btn:hover, #employee-recommend-chooser .icon-btn:hover {
      background: #681310; }
      #employee-message-chooser .icon-btn:hover img, #employee-recommend-chooser .icon-btn:hover img {
        filter: brightness(0) invert(1); }
    #employee-message-chooser .icon-btn.border-bottom, #employee-recommend-chooser .icon-btn.border-bottom {
      border-bottom: 1px solid #ccc; }
  #employee-message-chooser #to-select-view, #employee-recommend-chooser #to-select-view {
    width: 500px;
    flex-grow: 5;
    border-right: 1px solid #ccc; }
    #employee-message-chooser #to-select-view #employee-tab, #employee-recommend-chooser #to-select-view #employee-tab {
      padding-left: 10px; }
    #employee-message-chooser #to-select-view .employees-table tr.even, #employee-recommend-chooser #to-select-view .employees-table tr.even {
      background: #f2f2f2; }
    #employee-message-chooser #to-select-view .employees-table tr.included, #employee-recommend-chooser #to-select-view .employees-table tr.included {
      background: #b4b4b4;
      color: #5f5f5f; }
      #employee-message-chooser #to-select-view .employees-table tr.included td img.icon, #employee-recommend-chooser #to-select-view .employees-table tr.included td img.icon {
        filter: brightness(0) invert(1) brightness(0.5); }
      #employee-message-chooser #to-select-view .employees-table tr.included:hover, #employee-recommend-chooser #to-select-view .employees-table tr.included:hover {
        background: #b4b4b4;
        color: #5f5f5f;
        cursor: default; }
    #employee-message-chooser #to-select-view .employees-table tr.selected, #employee-recommend-chooser #to-select-view .employees-table tr.selected {
      color: #f9f9f9;
      background: #3d454d; }
      #employee-message-chooser #to-select-view .employees-table tr.selected td img.icon, #employee-recommend-chooser #to-select-view .employees-table tr.selected td img.icon {
        filter: brightness(0) invert(1); }
      #employee-message-chooser #to-select-view .employees-table tr.selected:hover, #employee-message-chooser #to-select-view .employees-table tr.selected.highlight, #employee-recommend-chooser #to-select-view .employees-table tr.selected:hover, #employee-recommend-chooser #to-select-view .employees-table tr.selected.highlight {
        background: #545f69; }
    #employee-message-chooser #to-select-view .employees-table tr:hover, #employee-message-chooser #to-select-view .employees-table tr.highlight:not(.selected), #employee-recommend-chooser #to-select-view .employees-table tr:hover, #employee-recommend-chooser #to-select-view .employees-table tr.highlight:not(.selected) {
      background: #e0e0e0; }
  #employee-message-chooser #current-selection-view, #employee-recommend-chooser #current-selection-view {
    width: 200px;
    max-width: 400px;
    flex-grow: 1;
    border-left: 1px solid #ccc; }
    #employee-message-chooser #current-selection-view .selection-content, #employee-recommend-chooser #current-selection-view .selection-content {
      display: flex;
      flex-direction: column;
      height: 760px;
      position: relative;
      padding-bottom: 2px; }
      #employee-message-chooser #current-selection-view .selection-content #empty-message, #employee-recommend-chooser #current-selection-view .selection-content #empty-message {
        width: 100%;
        z-index: 1;
        position: absolute;
        top: 10px;
        text-align: center; }
      #employee-message-chooser #current-selection-view .selection-content #employee-selection, #employee-recommend-chooser #current-selection-view .selection-content #employee-selection {
        z-index: 2; }
      #employee-message-chooser #current-selection-view .selection-content ul, #employee-recommend-chooser #current-selection-view .selection-content ul {
        height: 100%;
        width: 100%;
        list-style: none;
        overflow: auto; }
      #employee-message-chooser #current-selection-view .selection-content li, #employee-recommend-chooser #current-selection-view .selection-content li {
        padding: 10px 20px;
        line-height: 25px;
        border-bottom: 1px solid #f2f2f2;
        background: #ffffff;
        cursor: pointer; }
        #employee-message-chooser #current-selection-view .selection-content li:nth-child(even), #employee-recommend-chooser #current-selection-view .selection-content li:nth-child(even) {
          background: #f2f2f2; }
        #employee-message-chooser #current-selection-view .selection-content li:last-child, #employee-recommend-chooser #current-selection-view .selection-content li:last-child {
          border-bottom: none; }
        #employee-message-chooser #current-selection-view .selection-content li.selected, #employee-recommend-chooser #current-selection-view .selection-content li.selected {
          color: #f9f9f9;
          background: #3d454d; }
          #employee-message-chooser #current-selection-view .selection-content li.selected:hover, #employee-message-chooser #current-selection-view .selection-content li.selected.highlight, #employee-recommend-chooser #current-selection-view .selection-content li.selected:hover, #employee-recommend-chooser #current-selection-view .selection-content li.selected.highlight {
            background: #545f69; }
        #employee-message-chooser #current-selection-view .selection-content li:hover, #employee-message-chooser #current-selection-view .selection-content li.highlight, #employee-recommend-chooser #current-selection-view .selection-content li:hover, #employee-recommend-chooser #current-selection-view .selection-content li.highlight {
          background: #e0e0e0; }
      #employee-message-chooser #current-selection-view .selection-content .btn, #employee-recommend-chooser #current-selection-view .selection-content .btn {
        width: 100%; }

form.push-notification, form.recommend-employee {
  min-width: 1300px; }
  form.push-notification label, form.recommend-employee label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.1em; }
  form.push-notification input, form.push-notification textarea, form.recommend-employee input, form.recommend-employee textarea {
    max-width: 1200px; }

#pushTan {
  -moz-appearance: textfield;
  cursor: default; }
  #pushTan ::-webkit-outer-spin-button, #pushTan::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

#employee-recommend-chooser #current-selection-view .selection-content li > span {
  display: flex;
  float: right;
  width: 40%; }
