@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/ProximaNova-Reg.ttf") format("truetype"), url("/fonts/ProximaNova-Reg.otf") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/ProximaNova-RegIt.ttf") format("truetype"), url("/fonts/ProximaNova-RegIt.otf") format("opentype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/ProximaNova-Bold.ttf") format("truetype"), url("/fonts/ProximaNova-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/ProximaNova-BoldIt.ttf") format("truetype"), url("/fonts/ProximaNova-BoldIt.otf") format("opentype");
  font-style: italic;
  font-weight: bold; }

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%; }
  html.no-scroll,
  body.no-scroll {
    overflow: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  body .modified-alert {
    display: none; }
  body > div.container,
  body > div.react-container .container {
    padding-left: 20px;
    padding-right: 20px;
    background: white; }
  body > .container,
  body .content-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }
    @media (max-width: 775px) {
      body > .container,
      body .content-container {
        margin: 10px 0 0;
        overflow: initial; } }
    @media (max-width: 1260px) {
      body > .container,
      body .content-container {
        width: 100%; } }
  body .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; }
  body .desktop-target {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 10px; }
  @media (max-width: 775px) {
    body .desktop-target {
      display: none; }
    body .ui-dialog.ui-widget {
      margin: 30px; } }

button,
a {
  margin-top: 10px;
  margin-bottom: 10px; }

button.no-margin {
  margin-top: 0; }

.alert button {
  margin-top: 0; }

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

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

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

.inputLabel {
  margin-right: 20px;
  text-align: right; }
  @media (max-width: 1260px) {
    .inputLabel {
      text-align: left; } }

button.enter {
  vertical-align: middle;
  height: 30px;
  margin-left: 3px;
  margin-top: 0; }

.photoContainer {
  min-height: 220px;
  max-width: 170px; }

.dottedBox {
  border-style: dotted;
  padding: 20px; }

.dashedBox {
  border-style: dashed;
  padding: 30px;
  box-sizing: content-box; }

.dottedBox,
.dashedBox {
  border-color: #808080;
  border-width: 1px;
  margin-left: 0; }

div.progressContainer {
  margin-left: 0;
  margin-bottom: 10px; }

div.progressContainer input {
  margin-bottom: 0; }

.control-label {
  line-height: 30px;
  font-weight: bold;
  font-size: 16px; }

.menuButton {
  height: 40px; }

.menuButtonActive {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin-top: 10px; }

.form-actions .btn {
  text-align: center;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 2px;
  min-width: 60px; }

label.radioLabel {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px; }

img.ui-datepicker-trigger {
  margin-bottom: 10px;
  margin-left: 5px; }

.labeledRow {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px; }

.noStyle {
  display: block;
  border: none;
  -webkit-box-shadow: none;
  padding-left: 0; }

.noStyle[readonly] {
  cursor: text;
  background-color: transparent; }

textarea {
  resize: none; }

.alert .close {
  top: -8px; }

.custom-combobox {
  position: relative;
  display: inline-block; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0; }

.custom-combobox-input {
  margin: 0;
  padding: 0.3em; }

.error.ui-widget-content {
  border: #eeeeee; }

.error .ui-widget-header {
  border: #e3a1a1;
  background: #cc0000;
  background-image: none; }

.error .ui-state-default {
  border: #d8dcdf !important;
  background: #eeeeee !important;
  background-image: none !important; }

tr.rowSelected td {
  background-color: #add8e6 !important; }

.page-header {
  font-family: 'ProximaNova', sans-serif;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 0;
  color: var(--black-color, #28387e); }
  .page-header h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 48px; }
  .page-header img {
    max-height: 59px;
    max-width: 50px;
    margin-right: 10px; }
  .page-header .sub-title {
    font-size: 48px;
    line-height: 40px;
    font-style: italic; }

.phases {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: blue;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  height: 100%; }

.blueBox {
  padding: 5px;
  border: solid;
  border-color: #eeeeee;
  border-width: 1px;
  background-color: #eaf5f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  margin: 5px;
  color: #008ccc;
  font-weight: bold; }

.dateboxTable td {
  text-align: center; }

.dateboxTable td:first-child {
  text-align: left; }

.datebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin-top: 10px; }

.phases .innerContainer {
  width: 100%;
  height: 110px;
  position: relative; }

.phases .innerContainer .phaseLabel {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute; }

.phases .innerContainer .number {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px; }

.phases .innerContainer .hours {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px; }

/*rewrite bootstrap styles*/
.dashedBox > .row .span3 {
  margin-left: 18px; }

#multipartForm input[type='file'] {
  display: none; }

.disabledImage {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.subrowSelected,
.subrowHover {
  background-color: #d9d9d9;
  margin-right: -4px;
  margin-left: -4px;
  padding: 0 4px; }

span.required-field {
  font-weight: bold;
  color: red; }

div.validation-error {
  margin-top: -10px;
  color: red;
  font-weight: bold; }

img.ui-datepicker-trigger {
  height: 15px;
  margin-top: 5px; }

img.editButton {
  height: 15px;
  margin-top: 5px; }

.maxSizes {
  max-width: 640;
  max-height: 360px; }

.detailsInColor {
  /*border: 2px solid;*/
  margin-bottom: 10px;
  height: 200px; }

#RPNscoreSettings .slider-selection {
  background: #bababa; }

#RPNscoreSettings .slider-handle {
  background-color: #d9edf7; }

#RPNscoreSettings .slider-handle {
  opacity: 1; }

.tag {
  cursor: pointer; }

.dropableTags {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px; }

.holidaysMaker {
  cursor: pointer; }

.tablesorter-blue .removed td {
  color: #808080; }

.nostretch,
.tablesorter .tablesorter-header.nostretch {
  width: 1%;
  white-space: nowrap; }

.hide-default-file-input {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.hide-default-file-input input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.custom-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* Customize the label (the container) */
  display: flex;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  height: 100%;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .custom-checkbox input {
    height: 0 !important;
    width: 0 !important;
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-checkbox .checkmark {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    height: 32px;
    width: 32px;
    background-color: #d6d6d6;
    border-radius: 30%;
    margin-right: 12px; }
  .custom-checkbox .cloneTableCodeCheckmark {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    height: 27px;
    width: 27px;
    background-color: #d6d6d6;
    border-radius: 30%; }
  .custom-checkbox.no-margin input ~ .cloneTableCodeCheckmark {
    margin: 0; }
  .custom-checkbox.disabled {
    opacity: 0.7; }
  .custom-checkbox:hover:not(.disabled) input ~ .cloneTableCodeCheckmark {
    background-color: #b7b7b7; }
  .custom-checkbox:hover:not(.disabled) input:checked ~ .cloneTableCodeCheckmark {
    background-color: var(--dark-red-color, #28387e);
    filter: brightness(1.1); }
  .custom-checkbox input:checked ~ .cloneTableCodeCheckmark {
    background-color: var(--dark-red-color, #28387e); }
  .custom-checkbox .cloneTableCodeCheckmark:after {
    content: '';
    position: absolute;
    display: none; }
  .custom-checkbox input:checked ~ .cloneTableCodeCheckmark:after {
    display: block; }
  .custom-checkbox .cloneTableCodeCheckmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .custom-checkbox.no-margin input ~ .checkmark {
    margin: 0; }
  .custom-checkbox.disabled {
    opacity: 0.7; }
  .custom-checkbox:hover:not(.disabled) input ~ .checkmark {
    background-color: #b7b7b7; }
  .custom-checkbox:hover:not(.disabled) input:checked ~ .checkmark {
    background-color: var(--dark-red-color, #28387e);
    filter: brightness(1.1); }
  .custom-checkbox input:checked ~ .checkmark {
    background-color: var(--dark-red-color, #28387e); }
  .custom-checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none; }
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .custom-checkbox .checkmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .custom-checkbox .checkbox-label {
    padding-top: 2px; }
  .custom-checkbox .clipBoardCheckmark {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    height: 27px;
    width: 27px;
    background-color: #d6d6d6;
    border-radius: 30%; }

.react-content {
  background: white; }
  .react-content .container {
    max-width: 1470px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
  .react-content .react-link.disabled {
    pointer-events: none; }

.pre-line {
  white-space: pre-line; }

.damage-line:nth-child(odd) {
  background-color: #e7eff3; }

.narrow {
  max-width: 140px; }

td {
  padding-left: 5px;
  padding-right: 5px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.Toastify__toast--warning {
  color: #222; }

.styles-module_close__2I1sI {
  opacity: 1 !important;
  font-size: 55px !important; }
  .styles-module_close__2I1sI:hover {
    opacity: 0.4 !important; }

.image-preview {
  display: inline-block;
  max-width: 115px;
  position: absolute;
  transform: translateX(30px); }
  .image-preview img {
    transform: translateY(-35px); }

/*# sourceMappingURL=styles.css.map */