@charset "UTF-8";

/**
 * @license
 * MyFonts Webfont Build ID 3533631, 2018-02-28T14:04:00-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Veneer by Yellow Design Studio
 * URL: https://www.myfonts.com/fonts/yellow-design/veneer/regular/
 * Copyright: Copyright (c) 2012 by Yellow Design Studio. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3533631
 * 
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

.symptoms label {
  font-weight: 500;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

.popup-basic {
  background: #FFF;
}

.custom-content-slide .slide-item {
  display: none;
}

.custom-content-slide .slide-item.active {
  display: block;
}

.mfp-content {
  max-width: 640px;
}

.teaser-icon-box {
  position: relative;
  display: block;
  background: #FFF;
  margin-bottom: 11px;
  padding: 18px;
  padding-left: 69px;
  text-decoration: none;
  font-weight: bold;
}

.teaser-icon-box .icon {
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 15px;
  width: 31px;
}

.teaser-icon-box .icon svg {
  transition: fill ease 250ms;
  display: block;
  width: 100%;
  fill: #231f20;
  height: auto;
}

.teaser-icon-box:hover .icon svg {
  fill: #0062a6;
}

.custom-content-slide .interval-week {
  margin-bottom: 11px;
  color: #4d4d4d;
}

.custom-content-slide .slider-nav-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ebebeb;
  position: relative;
}

.custom-content-slide .slider-nav-link svg {
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 9px;
  fill: #0062a6;
  margin: 0;
}

.custom-content-slide .slider-nav-link:hover {
  background: #c6c6c6;
}

.custom-content-slide .next {
  margin-left: 10px;
}

.custom-content-slide .next svg {
  transform: rotate(-90deg);
}

.custom-content-slide .next.alone {
  margin-left: 0;
}

.custom-content-slide .prev svg {
  transform: rotate(90deg);
}

.empty-data {
  font-weight: bold;
  margin-top: 15px;
}

.dropdown-menu a {
  text-decoration: none;
}

.day-string {
  background-color: #0062a6;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 5px 7px;
  margin-top: 16px;
  margin-bottom: 0;
}

.day-string span {
  display: inline-block;
}

.day-string .day {
  width: calc(100% - 155px);
}

.day-string .total {
  width: 150px;
  padding-left: 5px;
  text-align: right;
}

.summary-box {
  display: table;
  width: 100%;
  margin-bottom: 1px;
}

.summary-box .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 10px;
  background: #f4f4f4;
}

.summary-box .content a {
  display: block;
  width: 100%;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 300;
}

.summary-box .content a:hover {
  text-decoration: underline;
}

.summary-box .content p {
  margin-bottom: 5px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.summary-box .content p:last-child {
  margin-bottom: 0;
}

.summary-box .content .client-name {
  font-weight: bold;
}

.summary-box .content .list-employees {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.summary-box .tag {
  width: 80px;
}

.summary-box .collaboration {
  width: 40px;
}

.summary-box .dropdown {
  width: 40px;
}

.summary-box .dropdown,
.summary-box .tag {
  text-align: right;
}

.summary-box .status-tag {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.summary-box .hours {
  text-align: center;
}

.summary-box .hours .hours-total {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.status-tag {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  color: #FFF;
  font-weight: bold;
  padding: 0 16px 2px 16px;
  white-space: nowrap;
}

.status-tag.open {
  background-color: #ffc21e;
}

.status-tag.sent {
  background-color: #42ba2e;
}

.status-tag.closed {
  background-color: #42ba2e;
}

.status-tag.pending {
  background-color: #ffc21e;
}

.status-tag.approved {
  background-color: #42ba2e;
}

.status-tag.rejected {
  background-color: #e3342f;
}

tr.dashboardExpenseRow.reject {
  background-color: #FFCCCB;
}

tr.dashboardExpenseRow.approve {
  background-color: #CCFEFF;
}

.dropdown-menu {
  background: #f4f4f4;
  border-radius: 0;
  border-color: #ebebeb;
  box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.06);
  padding: 15px 0;
}

.dropdown-menu.white {
  background-color: #fff;
}

.dropdown-item {
  line-height: 1.125rem;
  padding: 5px 12px 5px 13px;
  font-weight: 300;
  color: #4d4d4d;
}

.dropdown-item:hover,
.dropdown-item:active {
  background: transparent;
  text-decoration: underline;
  color: #4d4d4d;
}

.collab-tag {
  display: block;
  background: #d8d8d8 url(/images/collab-icon.svg?55bd80ff5079946a2901772876495b4a) no-repeat center center;
  background-size: 14px 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.white-wrap {
  background-color: #fff;
  padding: 17px;
  margin-bottom: 35px;
}

.user-row {
  margin-bottom: 10px;
  line-height: 1.125rem;
}

.add-employee {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1.125rem;
}

.add-employee:before {
  content: "+";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.375rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
}

.delete-employee,
.delete-employee-expense {
  display: inline-block;
  vertical-align: middle;
  background: url(/images/trash.png?cb87a7c09962aa5d9ad040e8e2762802) no-repeat center center;
  width: 18px;
  height: 19px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.tasks-listing .object-summary:last-child,
.equipments-listing .object-summary:last-child,
.expense-listing .object-summary:last-child {
  margin-bottom: 19px;
}

.object-summary {
  margin-bottom: 11px;
}

.object-summary .left-content {
  width: calc(100% - 60px);
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.object-summary .interval {
  font-weight: bold;
  margin-right: 12px;
}

.object-summary .total {
  white-space: nowrap;
  background: #f4f4f4;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #949494;
  padding: 1px 6px 2px;
  position: relative;
  top: -1px;
}

.object-summary .top {
  margin-bottom: 3px;
}

.object-summary .no-actions .left-content {
  width: 100%;
  padding-right: 0;
}

.object-summary .actions {
  width: 57px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.object-summary .actions a {
  display: inline-block;
  width: 19px;
  height: 19px;
}

.object-summary .actions a:hover {
  background-position: 0 -19px;
}

.object-summary .actions .edit-btn {
  background: url(/images/pen-sprite.png?d88abea85b8017d581d3df39835be4a5) no-repeat top left;
  margin-right: 15px;
}

.object-summary .actions .delete-btn {
  background: url(/images/trash-sprite.png?5ca827f1f02fbf8d4f90a200ef821f28) no-repeat top left;
}

.object-summary p {
  margin-bottom: 0;
}

.object-summary .bottom {
  padding: 11px 0;
  border-bottom: 1px solid #e0dede;
  color: #949494;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}

.object-summary .description {
  font-weight: bold;
  line-height: 1.25rem;
  margin-bottom: 8px;
  font-size: 1.125rem;
}

.object-summary .workcode {
  margin-bottom: 5px;
}

.object-summary .users {
  position: relative;
  padding: 2px 0 2px 27px;
  min-height: 20px;
}

.object-summary .users:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/user-icon.svg?f82169f86b02042c20b935519e52860c) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.object-summary .blue-separator {
  margin-top: 20px;
}

.modal-title {
  margin-bottom: 10px;
}

.popup-basic {
  padding: 42px 20px 20px;
}

.popup-gray {
  background-color: #f4f4f4;
  padding: 35px 23px;
}

.mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.alert .list-unstyled li {
  padding: 4px 0;
}

.blue-separator {
  background: #0062a6;
  color: #FFF;
  padding: 2px 7px 5px;
  margin-bottom: 11px;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.blue-separator .total {
  display: inline-block;
  width: 100px;
  padding-left: 5px;
  text-align: right;
}

.blue-separator .name {
  display: inline-block;
  width: calc(100% - 105px);
}

.block-text-separator {
  border-bottom: 1px solid #e0dede;
  margin-bottom: 11px;
  padding-bottom: 11px;
}

.block-text-separator p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.signature-wrap {
  position: relative;
  max-width: 534px;
}

.signature-wrap .placeholder {
  position: absolute;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.signature-wrap .placeholder a {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #FFF;
}

.signature-wrap .placeholder a:hover {
  border-color: #0062a6;
}

.signature-wrap .placeholder svg {
  display: inline-block;
  width: 22px;
  height: 17px;
  fill: #0062a6;
}

.signature-wrap .retry-signature {
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.signature-wrap .retry-signature svg {
  display: inline-block;
  width: 22px;
  height: 17px;
  fill: #0062a6;
}

.admin-title h1 {
  font-size: 2.125rem;
}

.admin-title .custom-checkbox label,
.admin-title .form-check label {
  color: #737373;
}

.pagination a {
  text-decoration: none;
}

.border-separator {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0dede;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #168028;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/* The Modal (background) */

.modal-image {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 50%;
}

/* Modal Content (PDF) */

.modal-content-pdf {
  margin: auto;
  display: block;
  width: 100%;
  height: 90%;
  max-height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content,
.modal-content-pdf,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

#img01 {
  cursor: pointer;
}

#pdf01 {
  cursor: pointer;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */

.closeModal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 2.5rem;
  font-weight: bold;
  transition: 0.3s;
}

.closeModal:hover,
.closeModal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.required-field::after {
  content: "*";
  color: red;
}

.total_amount {
  font-weight: bold;
  white-space: nowrap;
}

.btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  white-space: normal;
  text-decoration: none;
  border-width: 2px;
}

.btn-secondary {
  background-color: #515151;
  border-color: #515151;
}

.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
}

.login-btn,
.full-width-btn {
  display: block;
  width: 100%;
}

.btn-sm {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

button[value=accept].btn-success,
button[value=refuse].btn-danger {
  margin-bottom: 15px;
}

.filter-btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
  margin-top: 20px;
}

.btn-form {
  width: 40%;
  padding: 12px 0;
  background-color: white;
  border-radius: 15px;
  border-color: #acacac;
  font-weight: 500;
}

.submit-btn-covid {
  background-color: #0062a6;
  border: none;
  width: 100%;
  border-radius: 10px;
  padding: 15px 0;
  color: white;
  margin-top: 25px;
}

.checkout-btn {
  background-color: #0062a6;
  border: none;
  display: flex;
  border-radius: 10px;
  padding: 15px 0;
  color: white;
  margin-top: 25px;
  padding: 15px 100px;
}

.checkout-btn:hover {
  opacity: 65%;
}

.covid-question {
  border-radius: 15px;
  border-color: rgb(166, 165, 165) !important;
  border: solid;
  border-width: 2px;
}

.covid-question-btn {
  display: none;
}

.covid-question-btn:checked {
  background-color: blue;
}

.return a {
  width: 100%;
  color: white;
  text-decoration: none;
}

.return a:hover {
  background: #0062a6;
  color: white;
}

#attesting {
  transform: scale(2);
}

label {
  color: #4d4d4d;
  font-weight: bold;
}

.custom-checkbox label,
.form-check label {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #b4b4b4;
  font-weight: normal;
}

.custom-checkbox label.dark,
.form-check label.dark {
  color: #000;
}

.custom-control-label:before {
  background-color: #FFF;
  border: 1px solid #0062a6;
}

.custom-control-label:before,
.custom-control-label:after {
  top: 1px;
}

.custom-control-label.v-center:before,
.custom-control-label.v-center:after {
  top: 50%;
  margin-top: -8px;
}

.custom-control-label.full-width {
  width: 100%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}

.col-form-label {
  line-height: 1.5rem;
}

.form-control {
  border-radius: 0;
  border-color: #acacac;
  font-size: 0.9375rem;
  color: #949494;
}

.form-control:focus {
  color: #949494;
}

.form-control.datepicker-here {
  background-image: url(/images/calendar.svg?f05d4692c5998d0a321b7a4bd1e9483e);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 19px;
  padding-right: 40px;
}

.form-control[readonly] {
  background-color: #FFF;
}

.datepickers-container {
  z-index: 9999 !important;
}

.select2 {
  font-size: 0.9375rem;
  color: #949494;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.3125rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px;
}

.limit-size {
  max-width: 100px;
}

.datepicker--day-name {
  color: #0062a6;
}

.reason-description {
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background: #FFF;
  height: 100%;
}

body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.125rem;
  color: #737373;
  line-height: 1.5rem;
}

body.gray {
  background-color: #f4f4f4;
}

sup {
  font-size: 12px;
  font-size: 0.75rem;
}

svg {
  transition: fill ease 250ms;
}

strong {
  font-weight: 700;
}

a {
  transition: color ease 250ms;
  color: #0062a6;
  display: inline-block;
  text-decoration: underline;
}

a:hover {
  color: #00406e;
}

a.no-underline {
  text-decoration: none;
}

a.small-link {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}

#app {
  padding-bottom: 116px;
  position: relative;
  min-height: 100%;
}

.main-header-bar {
  background: #0062a6;
  position: fixed;
  width: 100%;
  padding: 9px 0;
  z-index: 300;
}

.main-header-bar .container {
  position: relative;
}

.main-header-bar .logo {
  float: left;
  margin-left: 43px;
  margin-right: 10px;
}

.main-header-bar .logo img {
  width: 100px;
  display: block;
}

.main-header-bar .logout-dropdown {
  float: right;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 10px 0;
  margin-top: 6px;
}

.main-header-bar .logout-dropdown .text {
  max-width: 93px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.main-header-bar.partial p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
}

.main-header-bar .back-link {
  position: absolute;
  display: inline-block;
  transform: rotate(90deg);
  top: 2px;
  padding: 10px;
  padding-bottom: 0;
  margin-left: -8px;
}

.main-header-bar .back-link svg {
  display: block;
  fill: #FFF;
  width: 15px;
  height: 8px;
}

.main-header-bar .actions-link {
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  padding: 0 16px;
  top: 0;
  right: 3px;
}

.main-header-bar .actions-link svg {
  display: block;
  fill: #FFF;
  margin-top: 2px;
}

.admin-menu {
  background: #0062a6;
  color: #FFF;
}

.admin-menu .logo {
  display: inline-block;
  margin: 14px 20px 14px 0;
  float: left;
}

.admin-menu .logo img {
  width: 135px;
}

.admin-menu nav {
  float: left;
  margin-left: 30px;
  margin-right: 15px;
}

.admin-menu nav a {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 34px 0px;
  margin: 0 20px;
  position: relative;
}

.admin-menu nav a:hover:before,
.admin-menu nav a.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FFF;
}

.admin-menu .logout-dropdown {
  color: #FFF;
  float: right;
  margin-top: 32px;
}

@media (max-width: 1310px) {
  .admin-menu nav a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 1024px) {
  .admin-menu nav a {
    font-size: 1.25rem;
  }
}

.menu-container {
  position: fixed;
  width: 240px;
  top: 0;
  left: -240px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 300;
  margin-top: 0;
  padding-bottom: 30px;
  border-right: 4px solid #0062a6;
  background: #FFF;
}

.menu-container nav a {
  display: block;
  font-weight: bold;
  padding: 11px 15px;
  border-bottom: 1px solid #dadada;
  text-decoration: none;
}

.menu-container nav a:hover,
.menu-container nav a.active {
  background: #f5f5f5;
}

.menu-container .logout-zone {
  padding: 0 15px;
  margin-top: 40px;
}

.menu-container .logout-zone .name {
  margin-bottom: 3px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1rem;
}

.menu-container,
.page-content,
.main-header-bar {
  transition: transform ease 300ms;
}

.menu-content-open {
  transform: translate3d(240px, 0, 0);
}

.mobile-btn {
  position: absolute;
  left: 12px;
  width: 34px;
  height: 34px;
  top: 7px;
}

.mobile-btn span,
.mobile-btn span:before,
.mobile-btn span:after {
  transition: all 300ms ease-in-out;
  cursor: pointer;
  height: 3px;
  width: 29px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}

.mobile-btn span {
  top: 16px;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -14px;
}

.mobile-btn span:before {
  top: -10px;
}

.mobile-btn span:after {
  bottom: -10px;
}

.mobile-btn.open span {
  background-color: transparent;
}

.mobile-btn.open span:before,
.mobile-btn.open span:after {
  top: 0;
}

.mobile-btn.open span:before {
  transform: rotate(45deg);
}

.mobile-btn.open span:after {
  transform: rotate(-45deg);
}

.page-content {
  padding-top: 85px;
}

.admin-page .page-content {
  padding-top: 0;
}

.container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

h1,
h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0062a6;
}

h1.big {
  font-size: 1.75rem;
}

.underline-title {
  font-weight: bold;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 25px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.blue-bg {
  background: #0062a6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blue-bg h1,
.blue-bg h2 {
  color: #FFF;
}

.gray-bg {
  background: #f4f4f4;
  padding-top: 45px;
  padding-bottom: 45px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0062a6;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 10px 0;
  margin-top: 80px;
  text-align: center;
}

footer p {
  margin-bottom: 0;
}

.form-covid19 .form-title {
  font-size: 2.125rem;
}

.form-covid19 .two-buttons {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}

.form-covid19 .considerations {
  color: black;
  font-size: 1rem;
  padding-top: 15px;
}

.form-covid19 .list-elements-consider {
  padding: 0 17px;
  color: black;
}

.form-covid19 .list-elements-consider li {
  line-height: 1.75rem;
  font-weight: lighter;
}

.form-covid19 #checkbox-covid {
  display: flex;
  padding-left: 0%;
}

.form-covid19 #attesting {
  transform: scale(2);
  margin-right: 12px;
}

.form-covid19 .checkbox-label {
  margin-top: -8px;
  color: black !important;
  font-weight: lighter;
}

.form-covid19 .empl-name-list {
  margin-top: 25px;
}

.radio-btn label {
  color: black;
  font-weight: lighter;
  padding-left: 10px;
}

.radio-btn input[type=radio]:after {
  color: grey;
  background: black;
}

.checkout-btn-layout {
  display: flex;
  justify-content: center;
}

.two-buttons input[type=radio] {
  display: none;
}

.missing-link {
  margin: auto;
}

.missing-link.label-center {
  width: 100% !important;
}

.missing-link.input-center {
  width: 50%;
}

.submit-btn {
  background-color: #0062a6;
  color: white;
  border-radius: 10px;
  border: none;
  margin: auto;
  display: flex;
}

.flex {
  display: flex;
}

.guest-header {
  margin-top: -85px;
}

.row .is_active_checkbox {
  padding-left: 2.5rem;
}

.row .is_active_checkbox .is_active_label {
  color: #4D4D4D;
  font-size: 1.125rem;
  font-weight: bold;
}

#iframe {
  width: 100%;
  height: 100%;
}

.back {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: white;
}

.back a {
  color: white;
  text-decoration: none;
}

.inputs-flex {
  display: flex;
}

.search_bar {
  display: flex;
  margin-bottom: 0;
  align-self: center;
  padding-right: 10px;
}

#search-container {
  display: flex;
  position: fixed;
  margin-top: 10px;
  opacity: 0.5;
  flex-direction: column;
}

#search-container:hover {
  opacity: 1;
}

#nextBtn {
  margin: 0 10px;
}

#prevBtn {
  margin-right: 10px;
}

.occurences {
  display: flex;
  margin-bottom: 0;
  align-self: center;
  padding-left: 10px;
}

.search-container-mobile {
  transform: scale(2);
  margin: 0 !important;
  background: white;
  width: 50%;
  transform-origin: top left;
  padding: 10px;
  box-shadow: 0 5px 20px #737373;
}

.loading-div {
  text-align: center;
  margin-top: 40%;
}

.loading-div .progress {
  height: 20px;
}

.loading-div .progress .progress-bar {
  width: 10%;
  height: 20px;
}

.pac-container {
  z-index: 10000 !important;
}

.googleImportant {
  z-index: 10000 !important;
  top: 20px !important;
  left: 0 !important;
  position: relative !important;
}

#rowStarting {
  position: relative;
}

#rowDestination {
  position: relative;
}

.table td {
  vertical-align: middle;
}

.buttons-column {
  white-space: nowrap;
  width: 205px;
}

.sortable th {
  white-space: nowrap;
}

.table-sm {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

thead a {
  color: #212529;
}

.thead-dark a {
  color: #FFF;
}

.sortable a {
  padding-right: 5px;
}

.spacer {
  content: " ";
  display: table-cell;
  width: 1%;
}

.spacer.larger {
  width: 2%;
}

.smaller-text {
  font-size: 1rem;
  line-height: 1.25rem;
}

.smaller-text p {
  margin-bottom: 6px;
}

.valign-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.notransition {
  transition: none !important;
}

.responsive-image {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.full-image {
  width: 100%;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.p-relative {
  position: relative;
}

.red,
.required {
  color: red;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.normal-case {
  text-transform: initial !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.mobile-visible {
  display: none !important;
}

.overflow-auto {
  overflow: auto;
}

.small-text {
  font-size: 1rem;
  line-height: 1.125rem;
}

.text-22 {
  font-size: 1.375rem;
}

.black {
  color: black;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.iblock {
  display: inline-block;
}

.block {
  display: block;
}

.table {
  display: table;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.notransition {
  transition: none !important;
}

.table-wrapper {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 10px;
}

.table-wrapper thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #343a40;
  color: #fff;
}

.table-wrapper.no-sticky thead th {
  position: static;
}

/* =============================================== */

/* Quick margins & paddings                        */

/* ----------------------------------------------- */

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

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

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

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

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

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

.mr10 {
  margin-right: 10px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.span2 {
  width: 2%;
}

.span5 {
  width: 5%;
}

.span10 {
  width: 10%;
}

.span15 {
  width: 15%;
}

.span20 {
  width: 20%;
}

.span25 {
  width: 25%;
}

.span30 {
  width: 30%;
}

.span35 {
  width: 35%;
}

.span40 {
  width: 40%;
}

.span45 {
  width: 45%;
}

.span50 {
  width: 50%;
}

.span55 {
  width: 55%;
}

.span60 {
  width: 60%;
}

.span65 {
  width: 65%;
}

.span70 {
  width: 70%;
}

.span75 {
  width: 75%;
}

.span80 {
  width: 80%;
}

.span85 {
  width: 85%;
}

.span90 {
  width: 90%;
}

.span95 {
  width: 95%;
}

.span100 {
  width: 100%;
}

@media (min-width: 768px) {
  .login-btn {
    width: auto;
  }

  .full-width-btn {
    width: auto;
  }
}

@media (min-width: 550px) {
  .main-header-bar .logout-dropdown .text {
    max-width: 100%;
  }

  .summary-box .list-employees {
    padding-left: 20px;
  }
}

@media (min-width: 440px) {
  .main-header-bar .logout-dropdown .text {
    max-width: 205px;
  }
}

@media (min-width: 380px) {
  .summary-box .status-tag {
    font-size: 0.9375rem;
    padding-right: 16px;
    padding-left: 16px;
  }

  .summary-box .tag {
    width: 101px;
  }
}

@media (min-width: 370px) {
  .main-header-bar .logout-dropdown .text {
    max-width: 197px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .delete-employee {
    background: url(/images/trash@2X.png?34bd50e9d9c573051d823a6b1dbf4292) no-repeat center center;
    background-size: 18px 19px;
  }

  .task-zone .actions .edit-task {
    background: url(/images/pen-sprite@2X.png?b4f65fb386b8087e23dc06b0ff8618af) no-repeat top left;
    background-size: 19px 38px;
  }

  .task-zone .actions .delete-task {
    background: url(/images/trash-sprite@2X.png?1daec87751a1714cfd0110bc2b5584cc) no-repeat top left;
    background-size: 19px 38px;
  }

  .equip-zone .actions .edit-equipment {
    background: url(/images/pen-sprite@2X.png?b4f65fb386b8087e23dc06b0ff8618af) no-repeat top left;
    background-size: 19px 38px;
  }

  .equip-zone .actions .delete-equipment {
    background: url(/images/trash-sprite@2X.png?1daec87751a1714cfd0110bc2b5584cc) no-repeat top left;
    background-size: 19px 38px;
  }
}

