@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
button:focus {
  outline: 0; }

.navbar .dropdown-menu .form-control {
  width: 200px; }

.bg-dark {
  background-color: #232629 !important; }

#asd {
  background-color: url(https://dribbble.s3.amazonaws.com/users/21389/screenshots/537633/image_ink_logo.png); }

.logo {
  height: 30px; }

.login-page {
  width: 360px;
  padding: 10% 0 0;
  margin: auto; }

.login-page .form {
  position: relative;
  z-index: 1;
  background: #353232;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }

.login-page .form input, .login-page .form select {
  font-family: "Lato", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px; }

.login-page .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.login-page .form button:hover, .login-page .form button:active, .login-page .form button:focus {
  background: #43A047; }

.login-page .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px; }

.login-page .form .message a {
  color: #4CAF50;
  text-decoration: none; }

.login-page .form .register-form {
  display: none; }

.login-page .form .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto; }

.login-page .form .container:before, .login-page .container:after {
  content: "";
  display: block;
  clear: both; }

.login-page .form .container .info {
  margin: 50px auto;
  text-align: center; }

.login-page .form .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a; }

.login-page .form .container .info span {
  color: #4d4d4d;
  font-size: 12px; }

.login-page .form .container .info span a {
  color: #000000;
  text-decoration: none; }

.login-page .form .container .info span .fa {
  color: #EF3B3A; }

html,
body {
  width: 100%; }

body {
  font-size: 12px;
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; }

a {
  color: #0c0c0c;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: black; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(191, 167, 92, 0.1); }

hr.light {
  border-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px; }

section {
  background: #3b3535;
  background: -webkit-linear-gradient(to left, #e0cccc, #949494);
  background: linear-gradient(to left, #e0cccc, #949494); }
  section h2 {
    font-size: 50px; }

#mainNav {
  border-color: rgba(191, 167, 92, 0.05);
  background-color: #353232;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }
  #mainNav .navbar-brand {
    color: white;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: black; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #bfa75c; }
  #mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; }
    #mainNav .navbar-nav > li > a.active {
      color: #0c0c0c !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #bfa75c; }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: white; }

.shadow {
  margin: 0 auto;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center; }
  .shadow.top {
    box-shadow: 0px -15px 10px -15px #111; }

section.masthead {
  position: relative;
  min-height: calc(100vh - 58px);
  width: 100%;
  color: white;
  background: url("../img/bg-pattern.png"), #3b3535;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #3b3535, #4b4141);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #3b3535, #4b4141); }
  section.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; }
    section.masthead .header-content h1 {
      font-size: 30px; }
  section.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; }
    section.masthead .device-container .screen img {
      border-radius: 3px; }
  @media (min-width: 992px) {
    section.masthead {
      min-height: calc(100vh - 58px);
      padding-top: 0;
      padding-bottom: 0; }
      section.masthead .header-content {
        margin-bottom: 0;
        text-align: left; }
        section.masthead .header-content h1 {
          font-size: 50px; }
      section.masthead .device-container {
        max-width: 325px; } }

.autocomplete-items {
  cursor: pointer; }

@media (min-width: 992px) {
  .landingContainer h2 {
    margin-top: 120px; } }

section.features .section-heading {
  margin-bottom: 100px; }
  section.features .section-heading h2 {
    margin-top: 0; }
  section.features .section-heading p {
    margin-bottom: 0; }

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto; }

section.features .device-container {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    section.features .device-container {
      margin-bottom: 0; } }

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  section.features .feature-item h3 {
    font-size: 30px; }
  section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #3b3535, #4b4141);
    background: linear-gradient(to left, #3b3535, #4b4141);
    background-clip: text;
    -webkit-text-fill-color: transparent; }

.callout {
  padding: 20px;
  border: 1px solid #eee;
  border-left-width: 10px;
  border-radius: 3px; }

.callout-primary {
  border-left-color: #d02b33; }

.callout-success {
  border-left-color: green; }

.nav-tabs .tab-pane {
  padding: 2rem 0; }

.nav-tabs .nav-link {
  background: linear-gradient(180deg, white 0%, rgba(3, 3, 37, 0.1) 100%); }

.nav-tabs .nav-link.active {
  font-weight: bold;
  background: #fff; }

#changePasswordContainer {
  /* Style all input fields */
  /* Style the submit button */
  /* Style the container for inputs */
  /* The message box is shown when the user clicks on the password field */
  /* Add a green text color and a checkmark when the requirements are right */
  /* Add a red text color and an "x" icon when the requirements are wrong */ }
  #changePasswordContainer input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px; }
  #changePasswordContainer input[type=submit] {
    background-color: #4CAF50;
    color: white; }
  #changePasswordContainer .container {
    background-color: #f1f1f1;
    padding: 20px; }
  #changePasswordContainer #message {
    display: none; }
  #changePasswordContainer #message p {
    padding: 3px 35px;
    font-size: 16px; }
  #changePasswordContainer .valid {
    color: green; }
  #changePasswordContainer .valid:before {
    position: relative;
    left: -35px;
    content: "✔"; }
  #changePasswordContainer .invalid {
    color: red; }
  #changePasswordContainer .invalid:before {
    position: relative;
    left: -35px;
    content: "✖"; }

.account-container .user-profile {
  padding-bottom: 30px; }

.account-container .profile-header-background {
  margin: -30px -30px 0 -30px; }

.account-container .accountProfile {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/account.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 50vh;
  transition: all 0.3s; }

.account-container .profile-info-left {
  position: relative;
  top: -92px; }

.account-container .profile-info-left img.avatar {
  border: 2px solid #fff; }

.account-container .profile-info-left h2 {
  font-family: "josefinslab-semibold";
  margin-bottom: 30px; }

.account-container .profile-info-left .section {
  margin-top: 50px; }

.account-container .profile-info-left .section h3 {
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.account-container .profile-info-left ul.list-social > li {
  line-height: 2.3; }

.account-container .profile-info-left ul.list-social > li i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: 1px;
  font-size: 16px;
  min-width: 16px;
  line-height: 1; }

.account-container .profile-info-left ul.list-social > li a {
  color: #696565; }

.account-container .profile-info-right .tab-content {
  padding: 30px 0;
  background-color: transparent; }

@media screen and (max-width: 768px) {
  .account-container .profile-info-right {
    position: relative;
    top: -70px; } }

/****** CODE ******/
.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px; }

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: purple;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative; }

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px; }

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px; }

.file-upload .file-select:hover {
  border-color: purple;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.file-upload .file-select:hover .file-select-button {
  background: purple;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.file-upload .file-select.file-select-disabled {
  opacity: 0.65; }

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: purple;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative; }

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px; }

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px; }

#fileContainerForJobs .col-6 {
  outline: 1px dotted rgba(0, 0, 0, 0.25); }

#fileContainerForJobs img {
  transition: transform 0.25s ease; }

#fileContainerForJobs img:hover {
  color: #424242;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  cursor: pointer;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari and Chrome */ }

* {
  box-sizing: border-box; }

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative; }

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; }

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff; }

input[type=radio] {
  transform: scale(1.5); }

hr {
  margin-bottom: 16px;
  border: 1px solid #eaeaea; }

/* FORM VALIDATION */
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.label-form-control {
  color: #888; }

.label-form-control.required:before {
  content: '*';
  margin-right: .4rem;
  color: #dc3545; }

.feedback {
  max-height: 0;
  height: 0;
  opacity: 0;
  margin-top: .25rem;
  font-size: 80%; }

.valid-feedback {
  display: none;
  width: 100%;
  color: #28a745; }

.invalid-feedback {
  display: none;
  width: 100%;
  color: #dc3545; }

.form-control.is-invalid {
  border-color: #dc3545 !important; }

.form-control.is-invalid + .feedback,
.input-group.is-invalid + .feedback {
  overflow: hidden;
  transition: all 0.2s ease-in;
  height: auto !important;
  max-height: 100%;
  color: #dc3545 !important;
  opacity: 1; }

.form-control.is-valid + .feedback,
.input-group.is-valid + .feedback {
  overflow: hidden;
  transition: all 0.2s ease-in;
  height: auto !important;
  max-height: 100%;
  color: #28a745 !important;
  opacity: 1; }

.form-control.is-invalid {
  border-color: #dc3545 !important; }

/* Input mask styles
  * https://github.com/estelle/input-masking
  */
.shell {
  position: relative;
  line-height: 1; }

.shell span {
  position: absolute;
  left: 12px;
  top: 10px;
  color: #ccc;
  pointer-events: none;
  z-index: -1; }

.shell span i {
  font-style: normal;
  /* any of these 3 will work */
  color: transparent;
  opacity: 0;
  visibility: hidden; }

input.masked,
.shell span {
  font-size: 16px;
  /*font-family: monospace;*/
  padding-right: 10px;
  background-color: transparent;
  /*text-transform: uppercase;*/ }

input.masked::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d3d3d3; }

input.masked::-moz-placeholder {
  /* Firefox 19+ */
  color: #aeaeae; }

input.masked:-ms-input-placeholder {
  /* IE 10+ */
  color: #aeaeae; }

input.masked:-moz-placeholder {
  /* Firefox 18- */
  color: #aeaeae; }

.top-bar {
  background: #800080;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 0; }

.top-bar .contact-info {
  margin-right: 20px; }

.top-bar ul {
  margin-bottom: 0; }

.top-bar .contact-info a {
  font-size: 0.8rem; }

.top-bar ul.social-custom {
  margin-left: 20px; }

.top-bar ul {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .card-header .input {
    width: 100%;
    max-width: none; } }

@media (min-width: 768px) {
  .accordianHeaderRow {
    width: 45vw; } }

#modalDisplayAddEmployee .list-group-item:nth-child(2), #lodging .list-group-item:nth-child(2), #COVID .list-group-item:nth-child(2) {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

@media (min-width: 1200px) {
  #employeesWhoHaveTheSameTimeSheetAsCrew {
    flex-direction: row; }
  .card-header li {
    flex: 0 0 50%;
    max-width: 50%; } }

.unChkCopyCrew, .chkCopyCrew, .lodgingEligible, .COVIDHealthy {
  width: 1.5em;
  height: 1.5em;
  margin-right: 8px; }

.esta-row {
  background-color: rgba(0, 123, 255, 0.15) !important; }
  .esta-row .hoursWorkedOnCostCode {
    color: white; }

.esta-row input[readonly] {
  background-color: rgba(21, 34, 48, 0.1);
  cursor: not-allowed; }

h2 {
  margin-top: 50px; }

.bootstrap-vertical-tab {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .bootstrap-vertical-tab {
      align-items: flex-start;
      display: flex;
      flex-direction: row; } }
  .bootstrap-vertical-tab .nav {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    margin: 0 0 20px;
    height: 80px;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .bootstrap-vertical-tab .nav {
        border-radius: 0;
        display: flex;
        flex-direction: column;
        margin-right: 30px;
        margin-bottom: 0;
        max-width: 250px;
        flex: 1 0 100%;
        height: auto; } }
    .bootstrap-vertical-tab .nav-item {
      background-color: #353232;
      color: white; }
  .bootstrap-vertical-tab .nav-link {
    border-top: 1px solid #cccccc;
    color: white; }
    @media only screen and (min-width: 768px) {
      .bootstrap-vertical-tab .nav-link {
        background: url("https://cdn3.iconfinder.com/data/icons/iconset-1-1/24/icon_set_outlinder-01-512.png") no-repeat 95% center;
        background-size: 20px; } }
    .bootstrap-vertical-tab .nav-link.active {
      background-color: white;
      color: black; }
      @media only screen and (min-width: 768px) {
        .bootstrap-vertical-tab .nav-link.active {
          background-image: url("https://i.postimg.cc/G2zkd1ZT/2519702-128.png"), white; } }
  .bootstrap-vertical-tab .nav-item:first-child .nav-link {
    border-top: none; }
  .bootstrap-vertical-tab .tab-content {
    width: 100%; }

.field-icon {
  float: right;
  margin-left: -100px;
  margin-top: 18px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  font-size: 1.2rem; }

.toast-container {
  position: fixed;
  z-index: 1055;
  margin: 5px; }

.top-right {
  top: 0;
  right: 0; }

.top-left {
  top: 0;
  left: 0; }

.top-center {
  transform: translateX(-50%);
  top: 0;
  left: 50%; }

.bottom-right {
  right: 0;
  bottom: 0; }

.bottom-left {
  left: 0;
  bottom: 0; }

.bottom-center {
  transform: translateX(-50%);
  bottom: 0;
  left: 50%; }

.toast-container > .toast {
  min-width: 150px;
  background: 0 0;
  border: none; }

.toast-container > .toast > .toast-header {
  border: none; }

.toast-container > .toast > .toast-header strong {
  padding-right: 20px; }

.toast-container > .toast > .toast-body {
  background: #fff; }

.cursor-pointer {
  cursor: pointer; }

.bg-primary {
  background: #3b3535;
  background: -webkit-linear-gradient(#3b3535, #2e2929);
  background: linear-gradient(#3b3535, #2e2929); }

.bg-yellow {
  background: linear-gradient(#fdcc52, #fdc539); }

.text-primary {
  color: #0c0c0c; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #0c0c0c;
    background-color: #0c0c0c; }

.btn {
  font-size: 12px;
  text-transform: uppercase; }

[data-toggle="collapse"] .fa:before {
  content: "\f139"; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a"; }

@media (max-width: 1000px) {
  .container {
    width: 100%;
    max-width: none; } }

.stickyAccordianHeader {
  position: sticky;
  top: 100;
  top: 58px;
  z-index: 10;
  background: #808990; }
  .stickyAccordianHeader .btn-link {
    color: white; }

#accordian .card {
  font-size: 12px; }

#accordian .card-body .col-sm-12 {
  padding: 0px; }

.fixed-top {
  position: sticky; }

.ml-6 {
  margin-left: 6rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

#photoTabs .nav-link.active {
  background-color: #17a2b8 !important;
  /* Bootstrap info color */
  color: white !important;
  border-color: #17a2b8 #17a2b8 #fff; }

#photoTabs .nav-link:not(.active):hover {
  border-color: #dee2e6 #dee2e6 #dee2e6; }
