@charset "UTF-8";
/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through, .entry-form-service__header-print--disabled > .entry-form-service__header-print-icon {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

.entry-form-service__header {
  width: 100%;
  position: fixed;
  top: 50px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: white !important;
}
@media (min-width: 1200px) {
  .entry-form-service__header {
    width: calc(100% - 210px);
    left: 210px;
    top: 60px;
    min-height: 100px;
  }
}

.side-menu--hide .entry-form-service__header {
  left: 0px;
  width: 100%;
}

/**
 * When we collapse the header, we apply the "collapsed" class to the entire entry form because
 * the form itself has to reduce/increase the form margin to account for the header.
 */
@media (max-width: 280px), (max-width: 320px), (max-width: 480px), (max-width: 576px), (max-height: 540px) {
  .entry-form-service.collapsed {
    padding-top: 55px !important;
  }
  .entry-form-service.collapsed .entry-form-service__header .app-content__project,
.entry-form-service.collapsed .entry-form-service__header .entry-form-service__header-print,
.entry-form-service.collapsed .entry-form-service__header .entry-form-service__status-notify,
.entry-form-service.collapsed .entry-form-service__header .entry-form-service__header-bottom-wrap {
    display: none;
  }
  .entry-form-service.collapsed .entry-form-title-wrapper {
    padding-bottom: 14px;
  }
  .entry-form-service.collapsed .entry-form-service__header-title {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 30px;
    white-space: nowrap;
  }
  .entry-form-service.collapsed .collapsed-mode-status-container {
    display: initial;
  }
  .entry-form-service.collapsed .entry-form-service__header-visibility {
    margin-top: 4px;
  }
  .entry-form-service.collapsed .entry-form-service__header-visibility .entry-form-service__header-visibility-icon::before {
    content: "";
  }
}
.collapsed-mode-status-container {
  display: none;
  max-width: 60px;
  line-height: 12px;
  margin-top: 1px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  max-height: 28px;
  overflow: hidden;
}

.entry-form-service {
  padding-top: 259px;
}
@media (min-width: 375px) {
  .entry-form-service {
    padding-top: 243px !important;
  }
}
@media (min-width: 576px) {
  .entry-form-service {
    padding-top: 193px !important;
  }
}
@media (min-width: 1200px) {
  .entry-form-service {
    padding-top: 90px !important;
  }
}

.entry-form-title-wrapper {
  display: flex;
  flex-flow: wrap;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .entry-form-title-wrapper {
    padding-top: 23px;
    padding-left: 16px;
    padding-right: 30px;
  }
}

.entry-form-service__header-back-icon-wrapper {
  display: inline-block;
  flex: 1;
  max-width: 24px;
  min-width: 24px;
  max-height: 30px;
  text-align: center;
  color: rgb(var(--primary-color));
}
@media (min-width: 1200px) {
  .entry-form-service__header-back-icon-wrapper {
    margin: 0px;
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    border-radius: 60px;
    background-color: #E5EDFA;
    position: relative;
    top: 4px;
  }
}

.entry-form-service__header-back-icon {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.entry-form-service__header-back-icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  line-height: 21px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .entry-form-service__header-back-icon::after {
    line-height: 26px;
    font-size: 14px;
    position: relative;
    right: 1px;
  }
}

.entry-form-service__header-title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
  margin-left: 5px;
  margin-right: 5px;
  flex: 1;
}
@media (min-width: 1200px) {
  .entry-form-service__header-title {
    flex: none;
    overflow: hidden;
    font-size: 26px;
    line-height: 32px;
    margin-right: 26px;
    margin-left: 20px;
  }
}

.entry-form-service__header-print {
  display: inline-block;
  flex: 1;
  max-width: 24px;
  min-width: 24px;
  text-align: center;
  max-height: 24px;
  margin-top: 41px;
  margin-left: -24px;
}
@media (max-width: 280px), (max-width: 320px), (max-width: 480px), (max-width: 576px), (max-height: 540px) {
  .entry-form-service__header-print {
    margin-top: 6px;
    margin-left: -50px;
  }
}
@media (orientation: landscape) and (min-width: 576px) {
  .entry-form-service__header-print {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .entry-form-service__header-print {
    margin-left: 10px;
    max-width: 60px;
    min-width: 58px;
    margin-top: 6px;
  }
}

.entry-form-service__header-print-icon {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.entry-form-service__header-print-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  line-height: 22px;
  font-size: 14px;
  color: rgb(var(--primary-color));
}

.entry-form-service__header-print-text {
  display: none;
  text-decoration: underline;
  color: rgb(var(--primary-color));
  margin-left: 10px;
  margin-right: 2px;
}
@media (min-width: 1200px) {
  .entry-form-service__header-print-text {
    display: unset;
  }
}

.entry-form-service__header-visibility {
  display: none;
  max-height: 24px;
  margin-top: 6px;
  margin-right: 2px;
}
@media (max-width: 280px), (max-width: 320px), (max-width: 480px), (max-width: 576px), (max-height: 540px) {
  .entry-form-service__header-visibility {
    display: block;
  }
}
@media (orientation: landscape) and (min-width: 570px) {
  .entry-form-service__header-visibility {
    margin-top: 41px;
  }
}

.entry-form-service__header-visibility-icon {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.entry-form-service__header-visibility-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  line-height: 26px;
  font-size: 22px;
  font-weight: 300;
  margin-left: 10px;
  color: rgb(var(--primary-color));
}

.entry-form-service__header-visibility-text {
  display: none;
  text-decoration: underline;
  color: rgb(var(--primary-color));
}
@media (min-width: 1200px) {
  .entry-form-service__header-visibility-text {
    display: unset;
  }
}

.entry-form-service__status-notify {
  flex: unset;
  display: block;
  order: 1;
  margin-top: 17px;
  width: 100%;
}
@media (min-width: 576px) {
  .entry-form-service__status-notify {
    flex: 1;
    display: block;
    order: unset;
    width: unset;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .entry-form-service__status-notify {
    width: unset;
    flex: 1;
    line-height: 19px;
    margin-top: 0;
    order: 1;
  }
}

.entry-form-service__notify-checkbox {
  float: unset;
}
@media (min-width: 1200px) {
  .entry-form-service__notify-checkbox {
    float: right;
    margin-top: 6px;
    margin-right: 13px;
  }
}

.entry-form-service__header-print--disabled > .entry-form-service__header-print-icon {
  cursor: not-allowed;
}
.entry-form-service__header-print--disabled > .entry-form-service__header-print-icon::after {
  color: #C9D3DC;
}

.entry-form-service__subsections-expander {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 280px), (max-width: 320px), (max-width: 480px), (max-width: 576px), (max-height: 540px) {
  .entry-form-service__subsections-expander {
    display: none;
  }
}

@media (max-width: 280px), (max-width: 320px), (max-width: 480px), (max-width: 576px), (max-height: 540px) {
  .subsection-div:first-of-type {
    border-top: none;
  }
}
.entry-form-service__subsections-expander-text {
  text-decoration: underline;
  font-family: "Lato";
  margin-left: 10px;
}

.entry-form-service__status {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12px;
  font-size: 12px !important;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .entry-form-service__status {
    margin: 0px;
    margin-top: 12px;
    margin-left: 66px;
  }
}

.entry-form-service__status_disable_click {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12px;
  font-size: 12px !important;
}
@media (min-width: 1200px) {
  .entry-form-service__status_disable_click {
    margin: 0px;
    margin-top: 12px;
    margin-left: 66px;
  }
}

.entry-form-service__status_disable_click span {
  text-decoration: none;
}

@keyframes success-fade {
  0% {
    color: unset;
  }
  100% {
    color: #299E38;
  }
}
.entry-form-service__status-success {
  animation-name: success-fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  text-decoration: underline;
  text-decoration-color: #299E38;
}

@keyframes error-fade {
  0% {
    color: unset;
  }
  100% {
    color: #B92537;
  }
}
.entry-form-service__status-error {
  animation-name: error-fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  text-decoration: underline;
  text-decoration-color: #B92537;
}

.entry-form-service__status-saving {
  color: unset;
  text-decoration: underline;
}

.status-ui-container {
  display: none !important;
}

.panel-heading {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.panel-default > .panel-heading {
  background-color: unset;
}

.panel-default {
  background-color: unset;
  border: unset;
}

.notify-recipients-container {
  padding-left: 12px;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  .notify-recipients-container {
    padding: 0px;
  }
}

[data-id=last_saved_filler] {
  display: none;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #299E38;
}

[data-id=last_saved_text] {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #299E38;
}

[data-id=save_status] {
  font-size: 12px;
}

[data-id=error_status] {
  font-size: 12px;
  color: #B92537;
  text-decoration: underline;
  text-decoration-color: #B92537;
}

.panel-body {
  padding: 0px;
}

.panel {
  box-shadow: unset;
}

.entry-form-service__header-bottom-wrap {
  display: flex;
}
@media (min-width: 1200px) {
  .entry-form-service__header-bottom-wrap {
    padding-right: 30px;
  }
}

.entry-form-service__nav {
  flex: 1;
  color: rgb(var(--primary-color));
  margin-top: 15px;
  text-align: right;
  min-width: 70px;
}

.entry-form-service__nav i {
  font-size: 20px;
  padding-left: 15px;
  cursor: pointer;
}

/*# sourceMappingURL=entry-form-service.css.map */
