@charset "UTF-8";
* {
  box-sizing: border-box;
  --scrollbarBG: #c7c7c7;
  --thumbBG: #a2a2a2;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 0px;
  border: 3px solid var(--scrollbarBG);
  border-radius: 10px;
}

html, body {
  padding: 0px;
  margin: 0px;
  height: 101%;
}

body {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  background: #f1f1f1;
}

a, a:link, a:hover, a:visited {
  color: #2602b3;
}
a:hover, a:link:hover, a:hover:hover, a:visited:hover {
  color: #7755ff;
}

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

footer a, footer a:link, footer a:hover, footer a:visited {
  text-decoration: underline;
}

a.gray {
  color: #565656;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

.upper {
  text-transform: uppercase;
}

p {
  margin: 0 0 10px;
}

.red {
  color: #d02323;
}

.alert p:last-child {
  margin-bottom: 0;
}

.green {
  color: #0ebb47;
}

.grey {
  color: #565656;
}

li.good-input {
  color: #00a135;
}

li.bad-input {
  color: #d02323;
}

span.chicklet {
  display: inline-block;
  padding: 5px 10px;
  background: #7755ff;
  color: #fff;
  border-radius: 3px;
  border: solid 1px #4c37a1;
}

span.chicklet a, span.chicklet a:hover {
  color: #fff;
}

span.chicklet:hover {
  opacity: 0.8;
}

.form-control {
  font-size: 14px;
}

.btn-secondary, .btn-secondary:hover {
  background: transparent !important;
  color: #2602b3;
  border: solid 1px #2602b3;
}

.btn-primary {
  color: #fff !important;
  background-color: #ff8505;
  border-color: orange;
}

.btn-primary:disabled {
  opacity: 50%;
  color: #fff !important;
  background-color: #ff8505;
  border-color: orange;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ffB465;
  border-color: orange;
}

.btn-secondary-foxhire {
  color: #fff !important;
  background-color: #6558F5;
  border-color: #6558F5;
}

.btn-secondary-foxhire:disabled {
  opacity: 50%;
  color: #fff !important;
  background-color: #6558F5;
  border-color: #6558F5;
}

.btn-secondary-foxhire:hover {
  color: #fff !important;
  background-color: #5548E8;
  border-color: #6558F5;
}

.btn-secondary-outline {
  color: #6558F5;
  border-color: #6558F5;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  font-weight: bold;
}

.btn-secondary-outline:disabled {
  opacity: 50%;
  color: #6558F5 !important;
  border-color: #6558F5;
}

.btn-secondary-outline:hover {
  color: #5548E8;
  border-color: #5548E8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#hdrMain div.nav-dropdown-container button.btn-primary:hover {
  color: #0b5ed7 !important;
}

.row.bs {
  margin: 0 -15px;
}

.hero {
  background: url(https://www.foxhire.com/wp-content/themes/foxhire-2022/images/banner-bg.png) no-repeat #6558F5;
  background-position: center 40px;
  position: relative;
}
.hero .container {
  padding: 50px 100px;
}
.hero .tagline {
  color: #fff;
  font-size: 24px;
  line-height: 4rem;
  padding: 40px 70px 30px;
}
.hero .tagline h3, .hero .tagline h2 {
  color: #fff;
}
.hero .tagline.pd-50 {
  padding: 50px;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

.small-text {
  font-size: 12px;
}

.mr-30 {
  margin-right: 30px;
}

.m-20 {
  margin: 20px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.m-20 {
  margin: 20px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

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

.ml-20 {
  margin-left: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

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

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

.pt-5 {
  padding-top: 5px;
}

.pt-15 {
  padding-top: 15px;
}

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

.pt-20 {
  padding-top: 20px;
}

.pd-15 {
  padding: 15px;
}

.pr-10 {
  padding-right: 10px;
}

.pdr-15 {
  padding-right: 15px;
}

.pdl-15 {
  padding-left: 15px;
}

.pd-10 {
  padding: 10px;
}

.pd-20 {
  padding: 20px;
}

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

.pd-40 {
  padding: 40px !important;
}

.pr-20 {
  padding-right: 20px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-20 {
  padding-left: 20px;
}

h3.page-title {
  margin-top: 0;
}

.orange-color {
  color: #ff8505;
}

.fz32 {
  font-size: 32px;
}

.hide {
  display: none !important;
}

.per100 {
  width: 100%;
}

.strike-through {
  text-decoration: line-through;
}

.inline-form-control {
  display: inline-block;
  width: auto;
}

.m-only {
  display: none;
}

.relative {
  position: relative;
}

.font-14 {
  font-size: 14px;
}

.inline-block {
  display: inline-block !important;
}

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

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

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

.float-right, .right {
  float: right;
}

.float-left {
  float: left;
}

#drop-area {
  width: 390px;
  height: 130px;
  margin: 20px auto;
  text-align: center;
  padding: 30px 0;
  border: 2px dashed #ccc;
  cursor: pointer;
}

#drop-area.drag-over, #drop-area:hover {
  border-color: #ff8505;
  background: rgba(255, 96, 0, 0.1);
}

hr {
  width: 100%;
  clear: both;
  float: left;
}

.hidden {
  display: none;
}

.redtext {
  color: #f00;
}

a.nav-link, a.nav-link:focus {
  color: #2602b3;
}

.semi-bold {
  font-weight: 500;
}

div.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container ul li {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.full-width, .actions, div.thread, div#dvPopUpAddOns, #dvPreviousCodes {
  width: 100%;
  clear: both;
  float: left;
}

.datepicker {
  width: 130px;
}

.relative {
  position: relative;
}

.completed-step {
  color: #00cb64;
}
.completed-step i {
  font-weight: bold;
}

input.red-outline {
  border-color: #f00;
}

.incomplete-step {
  color: #b7b7b7;
}

table.foxhire-table {
  width: 100%;
}

table.foxhire-table thead tr th {
  background: #ffa546;
  padding: 8px 10px;
  color: #fff;
}

table.foxhire-table-striped tbody tr:nth-child(odd) td {
  background: #f7f7f7;
  border-bottom: solid 1px #dfdfdf;
}

table.foxhire-table-striped tbody tr:nth-child(even) td {
  background: #fff;
  border-bottom: solid 1px #dfdfdf;
}

table.foxhire-table tbody tr:hover td {
  background: #ede9ff;
}

table.foxhire-table tbody td, table.foxhire-table tfoot td {
  padding: 8px 10px;
}

tr.incomplete td {
  background-color: #c0392b !important;
  color: #fff;
}

tr.incomplete td a {
  color: #fff;
}

.incomplete-paperwork, #to-do a {
  color: #d13636;
}

label.required:after, span.required:after {
  content: "*";
  color: #ff8505;
  font-weight: bold;
}

div#dv-bottom-buttons {
  text-align: center;
  padding: 20px 0;
  border-top: solid 1px #ccc;
  margin: 20px 0 50px;
  clear: both;
}

.section-wrap {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #f5f5f5;
}

.section-wrap.white {
  background: #fff;
  color: #272339;
}

.section-wrap-head {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.button-secondary-text {
  font-size: 12px;
}

.search-icon {
  position: absolute;
  top: 8px;
  position: absolute;
  z-index: 500;
  left: 10px;
  color: #999;
}

i.fa.fa-search.search-icon + input[type=text], i.fa.fa-search.search-icon + div > input[type=text] {
  padding-left: 30px;
}

input[type=text].missing-info, input[type=file].missing-info, ul.required-multi-answer.missing-info, select.missing-info, textarea.missing-info, label.missing-info, input[type=date].missing-info, input[type=password].missing-info, input[type=datetime].missing-info, input[type=number].missing-info {
  background-color: #fef6eb;
  border: dashed 1px #ff8505;
  padding: 5px;
  border-radius: 3px;
}

/* Radio buttons */
form input[type=radio].missing-info + label {
  background: #fef6eb !important;
  background-color: #fef6eb !important;
  border: dashed 1px #ff8505 !important;
}

form input[type=radio] + label.btnleft {
  border-right: solid 2px #d7d7d7;
}

form input[type=radio] + label {
  border-width: 2px;
}

form input[type=radio] + label.btnright {
  margin-left: -4px;
}

form input[type=radio]:checked + label {
  border-color: #ff8505;
  color: #fff;
  background: #ff8505;
}

form input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

form input[type=radio] + label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 10px;
  color: #444444;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
  transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
  border: solid 1px #d7d7d7;
  min-width: 105px;
  text-align: center;
}

form input[type=radio] + label.btnleft {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}

form input[type=radio] + label.btnright {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -5px;
}

form input[type=radio]:disabled + label {
  background: #ececec !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

form input[type=radio]:checked:disabled + label {
  background: #d2d2d2 !important;
}

form input[type=radio]:checked + label:before {
  -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1);
  transform: translateZ(0) translate(-50%, -50%) scale(1);
}

.radio-sep {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 1px;
  box-sizing: border-box;
  height: 60px;
  border-left: solid 1px #ccc;
  margin-left: -5px;
  margin-bottom: -10px;
}

/*end radio*/
.readonly-field {
  background: #e1e1e1;
}

.grid-table tbody tr:nth-child(odd) {
  background: #e5e5e5;
}

.grid-table tbody tr:nth-child(even) {
  background: #eeeeee;
}

.grid-table thead th {
  text-align: left;
}

.grid-table th, .grid-table td {
  padding: 10px;
}

.grid-table .foot td {
  border-top: solid 1px #ccc;
}

.grid-table tbody tr.foot {
  background: transparent;
}

/*buttons*/
button.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.outline-buttton {
  border: solid 1px;
  text-align: center;
  display: block;
  padding: 10px;
  font-weight: normal;
  border-radius: 5px;
}

.button, a.button {
  display: inline-block;
  background: #ff8505;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 16px;
  width: auto;
  text-decoration: none;
}
.button:hover, a.button:hover {
  color: #ffffff;
}

.button.small {
  font-size: 14px;
}

a.button:hover, .button:hover {
  background: #ffB465;
}

a.outline-pill {
  border: solid 1px #2602b3;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
}

.button.large {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 6px;
}

.orange, a.orange, a.orange-button {
  background: #ff8505;
  color: #fff;
  text-decoration: none;
}
.orange:hover, a.orange:hover, a.orange-button:hover {
  background: #ffB465;
  color: #fff;
}

.white-outline-transparent-button {
  border: solid 1px #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
}

a.button.transparent {
  background: transparent;
  color: #000;
  border: solid 1px #000;
  text-decoration: none;
}

.btn-orange, .btn-orange:hover, a.orange-button {
  background: #ff8505 !important;
  color: #fff !important;
  box-shadow: none;
  border: solid 1px #ff8505 !important;
}

.btn-orange:hover {
  background: #f39b29 !important;
}

input[type=button], input[type=submit], a.blue-button {
  background: #ff8505;
  border: solid 1px #ff8505;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  transition: all 0.15s ease;
  width: auto;
}
input[type=button]:hover, input[type=submit]:hover, a.blue-button:hover {
  color: #ffffff;
}
input[type=button].full, input[type=submit].full, a.blue-button.full {
  width: 100%;
}

a.blue-button, a.orange-button, .orange-button-outline {
  background-color: #7755ff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.25s ease;
  display: inline-block;
}

.orange-button-outline {
  border: solid 1px rgb(251, 145, 51);
  background: #fff !important;
  color: #ff8505 !important;
}

a.blue-button {
  background-color: #7755ff;
  border: solid 1px #7755ff;
}
a.blue-button:hover {
  color: #fff;
  opacity: 0.75;
}

.orange-button-outline {
  background: transparent !important;
  border-color: #ff8505;
}

.orange-button.big {
  padding: 15px 30px;
  font-size: 18px;
}

.orange-button-outline {
  border: solid 1px rgb(251, 145, 51);
  background: #fff !important;
  color: #ff8505 !important;
  text-decoration: none;
}

.button.small {
  font-size: 14px;
}

.button.purple {
  background: #7755ff;
  color: #fff;
}
.button.purple:hover {
  background: #957aff;
}

.button.purple-text {
  color: #7755ff;
  background: transparent;
}
.button.purple-text:hover {
  background: transparent;
}

.button-border-purple {
  border: dashed 2px #7755ff;
  border-radius: 3px;
  padding: 5px;
}

.button.blue {
  background: #0073c7;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
}
.button.bluehover {
  background: #179dff;
  color: #ffffff;
}

.button.blue-text {
  color: #0073c7;
  background: transparent;
}
.button.blue-text:hover {
  background: transparent;
}

.blue-text {
  color: #0073c7;
}

.button.full {
  width: 100% !important;
}

.button.disabled:hover {
  background: #ccc;
  color: #999;
  cursor: not-allowed;
}

.button.disabled {
  background: #ccc;
  color: #999;
}

input[type=button], input[type=submit] {
  background: #ff8505;
  border: solid 1px #ff8505;
  margin: 20px 0 10px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  transition: all 0.15s ease;
  width: auto;
}
input[type=button]:hover, input[type=submit]:hover {
  color: #ffffff;
}
input[type=button].full, input[type=submit].full {
  width: 100%;
}

input[type=button].btnCancel, input[type=submit].cancel, a.cancel-button, input.btn-cancel {
  background: transparent;
  border: solid 1px #3c2373;
  color: #3c2373;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 16px;
  width: auto;
}

a.blue-button.slim {
  padding: 5px 20px;
}

.orange-button.slim {
  font-size: 16px;
  padding: 7px 12px;
}

.btn-prev {
  background: white;
  color: #0089ef;
  border-color: #ff8505;
  margin-right: 1.5rem;
}

.btn-next, .btn-prev, .btn-next:hover, .btn-prev:hover {
  background-color: #ff8505;
  color: #fff !important;
}

.btn-next {
  margin-left: 10px;
}

.buttons-bottom {
  border-top: solid 1px #ddd;
  background: #ececec;
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 10px;
}

.buttons {
  text-align: center;
  margin-top: 30px;
}

/*end buttons*/
input[type=button], input[type=submit] {
  border: none;
}

#hdrMain {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 10px;
  z-index: 1002;
  background-color: #fff;
  box-shadow: 0px 1px 5px #888888;
}

#logo {
  float: left;
  margin-right: 20px;
}

#logo img {
  max-width: 160px;
  margin: 5px 10px 5px 0;
}

#recName {
  font-size: 24px;
  float: left;
  border-left: solid 1px #565656;
  padding: 4px 0 5px 30px;
  margin-top: 9px;
  color: #3a3a3a;
}

a#skip-links {
  position: absolute;
  top: -100px;
}

a#skip-links:focus {
  top: 20px;
  position: relative;
  left: 20px;
}

#hdrMain .col-md-6.align-right {
  padding-top: 20px;
}

#hdrMain .col-md-6.align-right span.sm-text {
  margin-right: 20px;
}

div#wrap {
  padding: 25px 20px;
  border-radius: 5px;
}

div#main-wrap {
  display: grid;
  grid-template-areas: "sidebar content";
  grid-template-columns: 200px 1fr;
  border: solid 1px #ccc;
  border-radius: 5px;
  min-height: 75vh;
}

#pushDown {
  height: 66px;
}

#banner {
  background-color: #d02323;
  color: #fff;
  padding: 12px 12px 11px 12px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
}

#sidebar {
  grid-area: sidebar;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ff8505;
  background: linear-gradient(0deg, rgb(255, 168, 76) 0%, rgb(255, 133, 5) 100%);
}

div#sidebar a {
  color: #fff;
}

#content {
  grid-area: content;
  padding: 20px;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 1.5;
}

footer {
  text-align: center;
  padding-bottom: 30px;
}

a#lnkMobileMenu {
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  display: none;
}

ul#main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top-left-radius: 5px;
}

ul#main-menu li {
  margin: 0;
  cursor: pointer;
}

ul#main-menu li:first-child {
  border-top-left-radius: 5px;
}

ul#main-menu li.active > a {
  background-color: #7755ff;
  background: linear-gradient(90deg, rgb(134, 103, 255) 0%, rgb(119, 85, 255) 100%);
}

ul#main-menu li a {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
ul#main-menu li a:hover {
  background: #ffB465;
}

ul#main-menu li span.fh-icon {
  font-size: 22px;
  margin-top: -2px;
  margin-right: 5px;
}

ul#main-menu li span.fa {
  font-size: 17px;
  margin-right: 5px;
  margin-top: -2px;
}

ul#main-menu ul.sub-menu {
  display: none;
  background: #ffa546;
}

ul.sub-menu {
  list-style-type: none;
  padding: 0;
}

ul#main-menu .sub-menu li {
  margin: 0;
  list-style-type: none;
}

ul#main-menu .sub-menu li a {
  padding-left: 40px;
}

div#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 221, 186) 100%);
}

div#loading.hide-loading {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.25s, opacity 0.25s linear;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 15000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(255, 133, 5);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(255, 133, 5) transparent transparent transparent;
}

.lds-ring.small {
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.lds-ring.small div {
  width: 32px;
  height: 32px;
  margin: 4px;
  border-width: 4px;
}

.lds-ring div:nth-child(1), .lds-progress-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2), .lds-progress-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3), .lds-progress-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table thead th {
  text-align: left;
}

div.sticky-table-headers {
  overflow-y: auto; /*need to add max-height to whatever element you apply this to*/
}

div.sticky-table-headers thead th {
  position: sticky;
  top: 0;
}

table.data-grid th, table.data-grid td {
  padding: 7px 6px;
}

.table-striped {
  border: 1px solid #ddd;
}

.table-striped th, .table-striped td {
  border-right: solid 1px #ddd;
}

.table-striped th {
  background-color: #E0E0E0;
  font-weight: bold;
}

.table-button span {
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
}

.red-fg {
  color: #d02323;
}

.section-head {
  font-size: 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #7755ff;
  border-color: #7755ff;
}

.pagination > li > a, .pagination > li > span {
  color: #2602b3;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #7755ff;
  background-color: #eee;
  border-color: #ddd;
}

.modal-header {
  background: #7755ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}

.modal-title {
  float: left;
  font-size: 20px;
}

.modal-header .close {
  color: #fff;
  opacity: 0.75;
  font-weight: 400;
}
.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  overflow: hidden;
}

button {
  border: none;
}

.rejected {
  color: #d02323;
}

.rejected-info {
  background: #fff;
  border: solid 1px #ccc;
  padding: 15px;
  margin-top: 10px;
}

.pending-paperwork {
  color: #0ebb47;
}

.toggle-section {
  display: none;
}

.toggle-header {
  background: #efefef;
  padding: 10px;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

#refineresults {
  margin-top: 15px;
  margin-bottom: 9px;
  float: left;
  width: 100%;
  background: #eeeeee;
}

#refinecontents {
  padding-left: 15px;
  padding-right: 5px;
  font-size: 12pt;
}

#refinecontents p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#refineheader {
  background-color: #ff8505;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
}

/*resources*/
.resources-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.resource-item {
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  margin: 5px;
}

.resource-bg {
  height: 130px;
  width: 100%;
  border: solid 1px #ccc;
  background-size: cover;
  background-position: center;
  background-color: #e9e9e9;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  background-image: url(/images/resource_default.jpg);
}

.resource-date {
  color: #999;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.resource-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
  font-size: 18px;
}

.resource-description-short {
  height: 220px;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

.resource-link {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}

input[type=text] + button#search-button {
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

div.resource-image-container {
  width: 100%;
  clear: both;
  float: left;
  margin: 5px 0 30px;
  text-align: center;
}

img.resource-image {
  max-width: 100%;
  position: relative;
}

.resource-item-description {
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}

.resource-edit-link {
  width: 100%;
  clear: both;
  float: left;
  text-align: right;
  font-size: 14px;
}

.resource-delete-link {
  width: 100%;
  clear: both;
  float: left;
  text-align: right;
  font-size: 14px;
}

.resource-bg img {
  margin: 35px;
}

.resource-image-container a > img {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 35px);
}

/*end resources*/
#dvStats {
  margin: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-gap: 30px;
  width: 100%;
  clear: both;
}

li.stat:last-child {
  margin-right: 0;
}

.stat {
  color: #fff;
  text-align: center;
  padding: 20px 30px;
}
.stat span {
  display: block;
  font-size: 40px;
  font-weight: 700;
}
.stat.orange {
  background-color: #ff8505;
}
.stat.light-orange {
  background-color: #ffB465;
}
.stat.navy {
  background-color: #252a6e;
}
.stat.aqua {
  background-color: #0098ef;
}

.chart {
  width: 100%;
  min-height: 350px;
}

.graph-header {
  font-size: 18pt;
  padding-left: 20px;
  padding-bottom: 5px;
}
.graph-header select {
  display: inline-block;
  float: right;
  width: auto;
  height: 33px;
}

table#tblDiscountGrid {
  width: 100%;
  margin: 20px 0px 30px;
}

table#tblDiscountGrid td {
  border: solid 1px #ccc;
}

table#tblDiscountGrid td.max-discount {
  background-color: #c2e0fa;
  font-weight: bold;
}

table#tblDiscountGrid tr:first-child {
  background: #0098ef;
  color: #fff;
}

table td {
  padding: 5px;
}

div#dvQuickTip {
  position: fixed;
  right: 0;
  bottom: -160px;
  background: #ef7000;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  color: #fff;
  transition: bottom 0.25s ease;
  line-height: 16pt;
  max-width: 300px;
  font-size: 14px;
}
div#dvQuickTip a {
  color: #fff;
}
div#dvQuickTip a:hover {
  text-decoration: none;
}
div#dvQuickTip .links {
  margin-top: 20px;
}
div#dvQuickTip .sep {
  display: inline-block;
  margin: 0 10px;
}

div#dvQuickTip.open {
  bottom: 0px;
}

.filter-btn {
  margin-top: 19px;
  display: inline-block;
}

div#dvDiscount {
  margin-top: 60px;
}

#dvDiscount .graph-header {
  padding-left: 0;
  padding-bottom: 15px;
}

#dvDiscount p {
  padding-bottom: 10px;
}

table#manhourGrid tr > td:nth-child(9) {
  background: #ccffd7;
}

table#manhourGrid tr > td:nth-child(10) {
  background: #ffe3ca;
}

table#manhourGrid th > a {
  color: #fff;
}

table#scaDeatils tr:nth-child(even) {
  background: #efefef;
}

table#scaDeatils tbody tr {
  border: solid 1px #ccc;
}

table#scaDeatils {
  margin-bottom: 40px;
}

.time-total-container.full-width, .time-total-container.actions, div.time-total-container.thread, div.time-total-container#dvPopUpAddOns, .time-total-container#dvPreviousCodes {
  display: flex;
  margin: 20px 0;
}

span.total-header {
  font-weight: bold;
  width: 100%;
  float: none;
  clear: both;
  display: block;
}

td.punch-total-hours span.fa-calendar {
  margin-right: 2px;
  margin-left: 10px;
}

#spnSubmitting {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  color: #fff;
  padding: 50vh 20px;
}

div#dvExpenseLoading, div#dvTimesheetLoading {
  text-align: center;
  margin-top: 30px;
}

div#dvTimesheetReport, div#dvExpenseReport {
  padding: 20px;
}

body.timesheet #dvMainContractor .container.inner {
  padding: 0;
  width: 97%;
  max-width: 97%;
}

div#dvSavingTime {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background: #fff;
  border-top: solid 1px #ccc;
  left: 0;
  z-index: 50000;
  display: none;
}

div#dvTimecardDaysWrapper {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.timeCard {
  flex: 0 0 14.2857142857%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #e2e2e2;
}

.timeCard:last-child {
  border-right: none;
}

.timeCard:nth-child(odd) {
  background: #efefef;
}

div#datePickerHead {
  display: none;
}

.timeEntry {
  padding: 20px;
}

.timeCardEntryRow {
  margin-bottom: 15px;
}

.extraTimeEntry .timeCardEntryRow {
  margin-bottom: 0;
}

span.fa.fa-clock-o {
  position: absolute;
  right: 0;
  top: 0;
  background: #e0e0e0;
  bottom: 0;
  width: 30px;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #999;
  text-align: center;
}

.time-entry-wrap {
  position: relative;
}

.extraTimeEntry, .time-total-row-daily {
  border-top: dashed 1px #ccc;
  padding: 15px 0;
}

.time-total-row-daily {
  padding-bottom: 0;
}

a.day-shift-next, a.day-shift-prev {
  display: inline-block;
  background: #383838;
  border-radius: 3px;
  color: #fff;
  padding: 3px 8px;
  font-size: 16px;
  margin: 0px 5px 0px;
  text-decoration: none;
}

a.day-shift-next:hover, a.day-shift-prev:hover {
  background: #818181;
  color: #fff;
}

.hours-box {
  width: 77%;
  display: inline-block;
}

.timeCardHead {
  text-align: center;
  padding-top: 10px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  background-color: #777777;
  color: #fff;
}

.timeCard.weekend-day {
  background: #cecece;
}

.timeCard.weekend-day .timeCardHead {
  background: #383838;
}

.timeCardHead div {
  font-weight: bold;
}

.time-total-row {
  padding: 15px;
}

.dt {
  display: none;
}

input.invalid-entry, select.invalid-entry {
  background: #ffcfae;
}

div#dvStatus {
  padding: 15px;
  display: none;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 1000;
}

div#dvStatus .alert {
  margin-bottom: 0;
}

div#dvStatus.align-left {
  text-align: left;
}

.time-total-row table td, .time-total-row table th {
  padding: 5px;
}

.result-message {
  padding: 30px 30vw;
  text-align: center;
  min-height: 80vh;
}
.result-message h3 {
  margin-bottom: 30px;
}

.entry-history {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20vw;
}
.entry-history h3 {
  background: #efefef;
  padding: 10px 20px;
  text-align: center;
}
.entry-history #history-list {
  display: none;
}

.expense-history {
  display: none;
}

.history-item {
  padding: 10px 20px;
  border-bottom: solid 1px #ccc;
  clear: both;
  float: left;
  width: 100%;
}
.history-item.Rejected {
  background: #ffb6b6;
}
.history-item.Approved {
  background: #caffca;
}

.history-item p:last-child {
  margin-bottom: 0;
}

div#historyBody {
  width: 100%;
  overflow: hidden;
}

p.meta, p.comments {
  display: block;
  float: left;
  width: 50%;
}

.other-hour-type {
  display: none;
}

select.lst-other-hour-type {
  margin-bottom: 10px;
}

.timesheet-link:first-child {
  width: 100%;
}

.timesheet-link {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.timesheet-link table {
  margin-top: 10px;
  width: 60%;
  max-width: 100%;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.timesheet-link table tr:nth-child(even) {
  background: #fff;
}

.timesheet-link table tr:nth-child(odd) {
  background: #efefef;
}

.timesheet-link table td {
  padding: 8px;
}

span.time-punch-meta-view {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px;
  border: solid 1px #ccc;
  background: #f7f7f7;
  border-radius: 3px;
  font-style: italic;
}

.timePunchRow {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: dashed 1px #ccc;
  display: flex;
}

#dvTimepunchDaysWrapper div.other-hours-input select.lst-other-hour-type {
  width: 100%;
}

div.other-hours-input {
  padding: 10px 0;
  width: 100%;
  clear: both;
}

.timePunchRow .timeCardHead {
  border-bottom: none;
}

.timePunchRow:first-child {
  border-top: dashed 1px #ccc;
}

.timePunchRow.weekend-day .timeCardHead {
  background: #383838;
}

input.time-in, input.time-out {
  font-size: 14px;
}

.time-punch {
  width: auto;
  float: left;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #efefef;
  padding: 5px;
  margin-right: 10px;
  position: relative;
}

#dvTimepunchDaysWrapper .extraTimeEntry {
  border-top: none;
}

#dvTimepunchDaysWrapper .other-hour-type {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

div#dvTimepunchDaysWrapper {
  display: block;
  float: left;
  width: 100%;
}

.border-right {
  border-right: dashed 1px #ccc;
}

#dvTimepunchDaysWrapper select.lst-other-hour-type {
  margin-bottom: 0;
  clear: none;
  float: left;
  width: 60%;
  margin-right: 4%;
}

#dvTimepunchDaysWrapper input.alt-hours {
  width: 35%;
  float: left;
}

div#dvTimepunchDaysWrapper .timePunchRow:nth-child(odd) {
  background: #f9f9f9;
}

div#dvTimepunchDaysWrapper .timePunchRow:nth-child(even) {
  background: #eaeaea;
}

div#dvTimepunchDaysWrapper div.row.lunchPremium div.timePunchRow {
  background: #fef6eb;
}

.time-punch .pt-25.center {
  width: 8%;
  float: left;
  padding: 25px 5px 0px;
}

.time-in, .time-out {
  width: 46%;
  float: left;
}

#dvTimepunchDaysWrapper .timeCardHead {
  padding-top: 20px;
  position: relative;
}

#dvTimepunchDaysWrapper .paid-leave-entry, #dvTimepunchDaysWrapper .call-off-entry, #dvTimepunchDaysWrapper .other-hour-type-entry, #dvTimepunchDaysWrapper .lunch-min-entry {
  padding-top: 25px;
}

.mmp {
  color: #007c44;
  padding-top: 10px;
}

#dvTimepunchDaysWrapper .paid-leave-entry, #dvTimepunchDaysWrapper .call-off-entry, #dvTimepunchDaysWrapper .lunch-min-entry, #dvTimepunchDaysWrapper .total-day-hours, #dvTimepunchDaysWrapper .holiday-hours {
  padding: 25px 15px 0;
}

.time-punches {
  display: block;
  float: left;
  width: 100%;
}

.copy-hours {
  position: absolute;
  right: 6px;
  bottom: 0;
}

.add-punch {
  float: left;
  width: auto;
  padding: 1px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.add-punch i.fh.fh-plus {
  display: inline-block;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: #0073c7;
  color: #fff;
  padding: 2px;
}

.add-punch:hover i.fh.fh-plus {
  background: #00406f;
}

.add-punch.over {
  opacity: 1;
}

.add-punch a.fh.fh-plus {
  display: block;
  font-weight: 500;
}

.remove-punch {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
}

div#dvTimepunchHeaders {
  background: #383838;
  display: block;
  width: 100%;
  float: left;
  padding: 20px;
  font-weight: 500;
  color: #fff;
}

.add-punch a:active {
  border: none;
  outline: transparent;
}

#dvTimepunchDaysWrapper .hours-box {
  width: 100%;
}

span.readonly-time-punch {
  display: inline-block;
  padding: 5px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #efefef;
}

.time-punch.invalid-entry {
  background: #ffcfae;
}

input.form-control.time-out-punch-date, input.form-control.time-in-punch-date {
  max-width: 180px;
}

#dvTimepunchLogWrapper {
  display: block;
  float: left;
  width: 100%;
}

table#tblPunchLog, table#tblPaidLeave, table#tblOtherHours, table#tblPunchLogRollOver, table#tblHolidayHours, #tblCallOffHours {
  width: 98%;
  margin: 0 1% 10px;
  border-bottom: dashed 1px #ccc;
}

table#tblPunchLog thead, table#tblPaidLeave thead, table#tblOtherHours thead, table#tblPunchLogRollOver thead, table#tblHolidayHours thead, #tblCallOffHours thead {
  background: #999;
  color: #fff;
}

table#tblPunchLog th, table#tblPunchLog td, table#tblPaidLeave th, table#tblPaidLeave td, table#tblOtherHours th, table#tblOtherHours td, table#tblPunchLogRollOver th, table#tblPunchLogRollOver td, table#tblHolidayHours th, #tblCallOffHours th, table#tblHolidayHours td, #tblCallOffHours td {
  padding: 10px;
  position: relative;
}

table#tblPunchLog td, table#tblPaidLeave td, table#tblOtherHours td, table#tblPunchLogRollOver td, table#tblHolidayHours td, #tblCallOffHours td {
  border-right: dashed 1px #ccc;
}

table#tblPunchLog td:first-child, table#tblPaidLeave td:first-child, table#tblOtherHours td:first-child, table#tblPunchLogRollOver td:first-child, table#tblHolidayHours td:first-child, #tblCallOffHours td:first-child {
  border-left: dashed 1px #ccc;
}

table#tblPunchLog .time-in, table#tblPunchLog .time-out, table#tblPunchLogRollOver .time-out, table#tblHolidayHours .time-out, #tblCallOffHours .time-out {
  width: auto;
  float: none;
}

.add-punch-log {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: #ff8505;
  border-top-left-radius: 5px;
  font-size: 14px;
}
.add-punch-log a {
  color: #fff;
}

#tblPunchLog .add-punch-log, table#tblPaidLeave .add-punch-log, #tblCallOffHours .add-punch-log, table#tblHolidayHours .add-punch-log, #tblCallOffHours .add-punch-log {
  display: none;
}

#tblPunchLog tbody > tr:last-child .add-punch-log, #tblPaidLeave tbody > tr:last-child .add-punch-log, #tblCallOffHours tbody > tr:last-child .add-punch-log, table#tblOtherHours tbody > tr:last-child .add-punch-log, table#tblHolidayHours tbody > tr:last-child .add-punch-log, #tblCallOffHours tbody > tr:last-child .add-punch-log {
  display: block;
}

tr.invalid-entry td {
  background-color: #f2dede;
}

.mw-150 {
  max-width: 150px;
}

table#tblPunchLog tbody tr:nth-child(odd), table#tblPaidLeave tbody tr:nth-child(odd), table#tblOtherHours tbody tr:nth-child(odd), table#tblPunchLogRollOver tbody tr:nth-child(odd), table#tblHolidayHours tbody tr:nth-child(odd), #tblCallOffHours tbody tr:nth-child(odd) {
  background: #f9f9f9;
  border-bottom: dashed 1px #ccc;
}

table#tblPunchLog tbody tr:nth-child(even), table#tblPaidLeave tbody tr:nth-child(even), table#tblOtherHours tbody tr:nth-child(even), table#tblPunchLogRollOver tbody tr:nth-child(even), table#tblHolidayHours tbody tr:nth-child(even), #tblCallOffHours tbody tr:nth-child(even) {
  background: #efefef;
  border-bottom: dashed 1px #ccc;
}

#tblPunchLog .remove-punch, #tblPaidLeave .remove-paid-leave, #tblCallOffHours .remove-call-off-hours-punch, table#tblOtherHours .remove-alt-hours {
  top: 5px;
  right: 5px;
  position: absolute;
  font-weight: 500;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

p.expense-contractor-name {
  background: #ececec;
  padding: 10px;
  font-weight: bold;
}

.inputfile + label {
  color: white;
  background-color: #6558F5;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #5548E8;
}

.inputfile + label {
  cursor: pointer;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.file-upload-container {
  float: left;
  clear: none;
  display: block;
  width: auto;
}

.or-sep {
  display: inline-block;
  margin: 0 12px;
  font-size: 0.9em;
  color: #505050;
}

div#expenses-new {
  width: 100%;
  clear: both;
  float: left;
  border-radius: 4px;
  margin-bottom: 20px;
}

div.expense-wrap:nth-child(even) {
  background: #ececec;
}

div.expense-wrap:nth-child(odd) {
  background: #f7f7f7;
}

div.expense-wrap {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding: 20px;
  border-bottom: solid 1px #e2e2e2;
}

div.expense-wrap:last-child {
  border-top: solid 1px #ccc;
}

.expense-details {
  width: 70%;
  float: left;
}

.expense-description {
  width: 100%;
  clear: both;
  float: left;
  padding: 10px 0;
}

.expense-meta {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  font-weight: bold;
}

div#expenses-unapproved {
  margin-bottom: 50px;
  width: 100%;
  clear: both;
  float: left;
}

.expense-actions {
  float: left;
  width: 30%;
  text-align: right;
}
.expense-actions a {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  background: #565656;
  padding: 5px 0;
  font-size: 0.9em;
  color: #fff;
}

.expense-actions a.orange {
  background: #ff8505;
}

input.money {
  padding-left: 20px;
}

span.currency-symbol {
  position: absolute;
  left: 5px;
  z-index: 10;
  top: 7px;
}

.money-container {
  display: block;
  width: 100%;
  position: relative;
}

.rejection-reason {
  float: right;
  width: 150px;
  display: none;
}

.rejection-reason textarea {
  max-width: 100%;
}

.dvProgressBar div {
  background: #0ebb47;
  width: 0%;
  padding: 5px 10px;
  text-align: center;
  display: none;
}

.dvProgressBar div.success:after {
  content: "File Uploaded!";
  color: #fff;
  font-size: 12px;
  display: block;
}

i.password-toggle {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #7d7d7d;
}

/*progress bar*/
.bar-container {
  min-width: 600px;
  margin: 10px auto;
  position: relative;
}

.progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar li.complete {
  color: #35d76b;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #cfcfcf;
  color: #fff;
}

.progressbar li.complete:before {
  background-color: #35d76b;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #35d76b;
}

.progressbar li.active:before {
  border-color: #35d76b;
}

.progressbar li.active + li:after {
  background-color: #35d76b;
}

ul.progressbar li span {
  color: #9f9f9f;
}

div#progress-bar {
  height: 2px;
  background: #cfcfcf;
  position: absolute;
  top: 14px;
  width: 64%;
  left: 20%;
}

div#progress-bar #steps-completed {
  width: 0%;
  background: #35d76b;
  height: 2px;
}

/*end progress bar*/
#ulTabs {
  display: block;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ulTabs li {
  display: block;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 0px;
  float: left;
  margin: 2px 0 2px 0;
}

#ulTabs li.current {
  border-color: #8f93b1;
  background: #f9f9f9;
}

.side-panel {
  display: none;
}

.side-panel.visible {
  display: block;
  width: 100%;
  padding: 20px;
}

#ulTabs li a {
  width: 100%;
  clear: both;
  float: left;
  display: block;
  padding: 5px;
  border-radius: 5px;
}

#statusQuote, #status1, #status2, #status3, #status4, #status5, #status6, #status7 {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  float: right;
}

span.completed {
  background: #e2e2e2;
}

#ulTabs li a:hover, #ulTabs li a:active, #ulTabs li a:focus {
  text-decoration: none;
}

#ulTabs li a:hover {
  background: #efefef;
}

#ulTabs li a span:first-child {
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
}

div#setup-form-sidebar p {
  margin: 20px 0 25px;
}

div#dvSplitAgencyInformation {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
  display: none;
}

.btn-disabled, .btn-disabled:hover {
  background: #dcdcdc;
  color: #a0a0a0 !important;
  cursor: not-allowed;
  box-shadow: none;
  border: solid 1px #cecece;
}

.btn-orange, .btn-orange:hover {
  background: #ff8505 !important;
  color: #fff !important;
  box-shadow: none;
  border: solid 1px #ff8505 !important;
}

.btn-orange:hover {
  background: #f39b29 !important;
}

.btn-next, .btn-prev, .btn-next:hover, .btn-prev:hover {
  background-color: #ff8505;
  color: #fff !important;
}

.btn-next {
  margin-left: 10px;
}

.buttons-bottom {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  border-top: solid 1px #ccc;
  padding: 20px;
  margin-top: 10px;
}

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

.fa-check.completed {
  color: #0cc70c;
}

#dvExemptionDoc {
  display: none;
}

#spnnaicscode, #spsoccodeother {
  text-transform: none;
  font-weight: normal;
}

form#frmAdd {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}

#setup-form-sidebar, #setup-form-form {
  background: #f3f3f3;
  border: solid 1px #efefef;
  border-radius: 5px;
  padding: 10px 20px 50px;
  width: 45%;
  float: left;
}

#setup-form-form {
  width: 54%;
  float: left;
  margin-left: 1%;
}

#setup-form-sidebar.scroll {
  float: none;
  position: fixed;
  top: 90px;
}

#setup-form-form.scroll {
  margin-left: 43.5%;
}

.double-time {
  display: none;
}

input#HoursWorkedPerWeek {
  max-width: 80px;
}

.reimbursement-max, .money-wrap input {
  width: 90%;
  clear: none;
  display: inline-block;
  margin-left: 1%;
  max-width: 120px;
}

.dollar-wrap {
  position: relative;
  display: inline-block;
}
.dollar-wrap .dollars {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 5px;
  color: #adadad;
  padding: 6px 0;
}
.dollar-wrap .dollars:after {
  content: "$";
}
.dollar-wrap input[type=text], .dollar-wrap input[type=number] {
  padding-left: 20px;
}

.currency:after {
  content: "$";
}

/*when adding new currency codes, make sure to also update styles in ~/Areas/Client/Views/Employee/Partials/_InternationalPlacementDetails.cshtml*/
.dollar-wrap .dollars.EUR:after, .currency.EUR:after {
  content: "€";
}

.dollar-wrap .dollars.MXN:after, .currency.MXN:after, .dollar-wrap .dollars.PHP:after, .currency.PHP:after {
  content: "₱";
}

.dollar-wrap .dollars.GBP:after, .currency.GBP:after {
  content: "£";
}

.dollar-wrap .dollars.JPY:after, .currency.JPY:after {
  content: "¥";
}

.dollar-wrap .dollars.SEK:after, .currency.SEK:after {
  content: "kr";
}

.dollar-wrap .dollars.HUF:after, .currency.HUF:after {
  content: "Ft";
}

.dollar-wrap .dollars.PKR:after, .currency.PKR:after {
  content: "Rs";
}

span.normal-span {
  text-transform: none;
  font-weight: normal;
}

div#dvReview label {
  display: block;
  font-weight: bold !important;
}

#job-naics {
  display: none;
}

#tblNAICS .checkbox-container {
  margin-left: 10px;
}

.reimbursement-comment {
  display: none;
}

.reimbursement-comment-text {
  width: 92%;
}

.cleared-section {
  clear: both;
  float: left;
  width: 100%;
}

i.fa.fa-check.incomplete {
  display: none;
}

.mob, #setup-form-steps {
  display: none;
}

.section-title {
  color: #3c449d;
  font-weight: bold;
  font-size: 18px;
  clear: both;
  width: 100%;
  display: block;
}

.section-title-secondary {
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: solid 2px #f5f5f5;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  padding: 0 5px;
}

.section-wrap {
  background: #f3f3f3;
  display: block;
  width: 100%;
  clear: both;
  float: left;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.col-2 {
  width: 50%;
}

.input-section {
  float: left;
}

.input-section label {
  display: block;
  text-align: left;
  margin-top: 10px;
  padding: 0;
}

.input-section input[type=text], .input-section select, textarea {
  width: 100%;
  padding: 6px 12px;
  border-radius: 3px;
  border: solid 1px #ccc;
  color: #4c4c4c;
  font-size: 16px;
}

textarea {
  min-height: 90px;
}

.input-section.rate input[type=text] {
  width: 130px;
}

.input-section.rate input[type=text] + span {
  padding-left: 10px;
}

.input-section.col-2 {
  width: 47.5%;
}

.input-section.col-2:first-child {
  margin-right: 4%;
}

label.required:after {
  content: "*";
  color: #ff8505;
  font-weight: bold;
}

.section-group {
  width: 100%;
  clear: both;
  background-color: #f5f5f5;
  border: solid 1px #b7b7b7;
  margin: 20px 0;
  display: block;
  float: left;
}

.section-content {
  padding: 20px;
  width: 100%;
  clear: both;
  float: left;
}

.section-content.light-bg {
  background: #fdfdfd;
}

.row.pad-left-right {
  padding-left: 10%;
  padding-right: 10%;
}

.input-section.center label {
  text-align: center;
}

.input-section.col-1 {
  width: 100%;
}

.dup-section {
  background-color: #49455c;
  color: #fff;
  font-weight: 900;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
  float: left;
  padding: 20px;
}

.section-group span {
  text-transform: uppercase;
  font-weight: 700;
}

.section-group .dup-section span {
  text-transform: none;
  font-size: 13px;
}

.dup-section span.contact {
  font-size: 17px;
  font-weight: 500;
}

.step-header {
  margin-top: 80px;
}

.notice {
  font-size: 13px;
  padding: 20px;
  clear: both;
}

form span.normal-radio input[type=radio], input[type=radio].normal-radio {
  position: relative;
  overflow: visible;
  height: auto;
  width: auto;
  margin: 0 5px 0 0;
}

#tblNAICS, #tblSOC, #tblJobNAICS {
  margin: 20px 0;
}

#tblNAICS tbody tr td:first-child, #tblSOC tbody tr td:first-child, #tblJobNAICS tbody tr td:first-child {
  padding-right: 30px;
}

div #dvNAICS {
  border-bottom: solid 1px #ccc;
  width: 100%;
  clear: both;
  float: left;
}

.bottom-separator {
  border-bottom: solid 1px #ccc;
}

.grid-table th, .grid-table td {
  border-bottom: solid 1px #e2e2e2;
}

.grid-table tr td:last-child {
  border-right: solid 1px #e2e2e2;
}

.grid-table tr td:first-child {
  border-left: solid 1px #e2e2e2;
}

.grid-table {
  width: 100%;
}

.grid-table tbody tr:nth-child(odd) {
  background: #fbfbfb;
}

.grid-table tbody tr:nth-child(even) {
  background: #efefef;
}

ul.list-half li {
  width: 50%;
  float: left;
}

.fa-close.remove {
  color: #b30000;
  cursor: pointer;
}

#dvSaveButton {
  position: fixed;
  bottom: 0;
  right: -232px;
  text-align: center;
  padding: 20px;
  background: #cdcdcd;
  transition: right 0.25s ease;
}
#dvSaveButton.open {
  right: 0px;
}

div#controls {
  display: block;
  float: left;
  background: #49455c;
  padding: 10px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0px;
  border-top-left-radius: 5px;
}
div#controls a {
  color: #fff;
  font-size: 24px;
}

#dvSaveButton span {
  display: block;
  margin-top: 10px;
}

div#overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

.saving {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 38pt;
  text-shadow: 2px 2px #353535;
}

/* Chrome, Safari, Edge, Opera */
.timesheet-entry-wrapper input::-webkit-outer-spin-button, .timesheet-entry-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.timesheet-entry-wrapper input[type=number] {
  -moz-appearance: textfield;
}

div#sample-system-banner {
  background: #ffcb94;
  color: #424242;
  padding: 15px 0;
  margin-top: 70px;
  margin-bottom: -70px;
  float: left;
  width: 100%;
  clear: both;
}

#sample-system-banner div {
  max-width: 590px;
  margin: 0 auto;
}

div#sample-system-banner h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#sample-system-banner i.fa.fa-desktop {
  font-size: 40px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

#counties-lived {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 50%;
  margin-top: 1em;
}

#counties-lived td, #counties-lived th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#counties-lived tr:nth-child(even) {
  background-color: #dddddd;
}

.add-new-county {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}

ul.client-requirements li {
  margin-bottom: 5px;
}

ul.client-requirements {
  list-style: none;
  padding: 0 0 0 15px;
}

.client-requirement {
  display: block;
  width: 100%;
  float: left;
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
  background: #fbfbfb;
  border-bottom: solid 1px #e7e7e7;
}

.client-requirement .title {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #efefef;
  margin-bottom: 5px;
  margin-top: 0;
}

.client-requirement .details {
  padding: 10px;
}

p.client-requirement-attachments {
  margin: 10px 0 0;
  border-top: #e7e7e7 solid 1px;
  padding-top: 10px;
  width: 100%;
  font-size: 14px;
}

p.client-requirement-attachments a {
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
  margin: 5px 0;
}

ul#contractor-job-list {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin-top: 10px;
}

ul#contractor-job-list li {
  margin-bottom: 5px;
}

.time-punch-meta {
  font-size: 14px;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

/*custom checkbox*/
.checkbox-container-list-item {
  padding: 8px 10px 5px 5px;
  border: solid 1px #e1e1e1;
  float: left;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 3px;
}

.checkbox-container {
  width: auto;
  padding: 0 0 0 36px;
  margin: 0;
  display: inline-block;
}

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

.checkbox-container label {
  position: relative;
  white-space: normal;
}

.checkbox-container span::before,
.checkbox-container span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  margin: auto;
}

.checkbox-container span.radio:hover {
  cursor: pointer;
}

.checkbox-container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}

.checkbox-container span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  bottom: auto;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left 0.25s, background-color 0.25s;
}

input[type=radio]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}

/* Check-boxes */
span.checkbox {
  cursor: pointer;
  margin: 0;
}

.checkbox-container span.checkbox::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  left: -35px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  transition: border-color 0.2s;
  border-radius: 3px;
  top: -3px;
}

.checkbox-container span.checkbox::after {
  content: "\e90a";
  font-family: "foxhire";
  left: -32px;
  top: -3px;
  color: transparent;
  transition: color 0.1s;
  font-size: 18px;
  font-weight: bold;
}

input[type=checkbox]:checked + label span.checkbox::after {
  color: #ff8505;
}

input[type=checkbox]:disabled + label span.checkbox::after {
  color: #dcdcdc;
}

/*end custom checkbox*/
.grid-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  align-content: center;
  margin-top: 30px;
}

.grid-item h4, .section-container h3 {
  color: #fff;
  font-weight: bold;
  background: #565656;
  margin: 0;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.grid-item span.subtitle {
  float: right;
}

.grid-item ul, .section-container, .grid-item-wrap {
  list-style-type: none;
  border: solid 1px #dcdcdc;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  clear: both;
  float: left;
}

.section-container {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
}
.section-container h3 {
  font-size: 18px;
}
.section-container .section-content {
  padding: 10px;
}

div#dvExportOptions {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 10px 20px;
  background: #ff8505;
  border: solid 1px #ff8505;
  border-radius: 5px;
  color: #fff;
}
div#dvExportOptions a {
  color: #fff;
}
div#dvExportOptions .options {
  display: none;
}
div#dvExportOptions .options .export-options-export {
  padding: 15px 10px;
  margin: 15px 0;
  border-top: solid 1px #e87700;
  border-bottom: solid 1px #e87700;
  background: #ff9b31;
}
div#dvExportOptions .options.open {
  display: block;
}

table.pedia-staff th.ps-dark-red {
  background: #c0392b;
  color: #fff;
}

table.pedia-staff th.ps-dark-blue {
  background: #2980b9;
  color: #fff;
}

table.pedia-staff th.ps-yellow {
  background: #f39c12;
  color: #fff;
}

table.pedia-staff th.ps-green {
  background: #16a085;
  color: #fff;
}

table.pedia-staff tr.footer-row td {
  font-weight: bold;
  background: #ecf0f1;
}

.report-table td, .report-table th {
  font-size: 14px;
}

.wide-report {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  float: left;
  position: relative;
}

.wide-report.scroll-side {
  overflow-x: scroll;
}

.wide-report.scroll-side::-webkit-scrollbar {
  width: 6px;
  background-color: #ececec;
  border-radius: 8px;
}

.wide-report.scroll-side::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 8px;
}

.wide-report.scroll-side::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 8px;
}

.alert-notice td {
  background: #e4cbc9;
  color: #0c0c0c;
}

.alert-notice td:first-child {
  background: #c0392b;
  color: #fff;
}

#ctl00_ContentPlaceHolder1_gvData tr td, #tblBids tr td {
  background: #efefef;
}

#ctl00_ContentPlaceHolder1_gvData tr td:nth-child(9), #tblBids tr td:nth-child(9) {
  background-color: #7f8c8d;
  color: #fff;
}

.won td {
  background: #beffda !important;
}

tr.won td:nth-child(9) {
  background-color: #27ae60 !important;
  color: #fff;
}

.pending td {
  background: #fff1db !important;
}

tr.rejected td {
  background: #efd0d0;
}

tr.pending td:nth-child(9) {
  background-color: #f39c12 !important;
  color: #fff;
}

.lost td {
  background: #e4cbc9 !important;
}

tr.lost td:nth-child(9) {
  background-color: #c0392b !important;
  color: #fff;
}

/*quote*/
#quote-container {
  /*bootstrap overrides*/
  /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 5px;
      padding-left: 5px;
  }

  .row {
      margin-right: -5px;
      margin-left: -5px;
  }*/
  /*custom checkbox*/
  /* Check-boxes */
  /*end custom checkbox*/
  /*.quote-line-item .col-md-8, .quote-line-item .col-md-4, .quote-line-item .col-md-12 {
      padding: 0;
  }*/
}
#quote-container div#dvQuoteHeader {
  width: 100%;
  float: left;
  clear: both;
}
#quote-container .quote-card-items {
  width: 100%;
  clear: both;
  float: left;
}
#quote-container .small-text {
  font-size: 12px;
}
#quote-container a.small-link {
  font-size: 14px;
}
#quote-container a.button.quote-remove, #quote-container a.button.quote-start-deal {
  font-size: 14px;
}
#quote-container a.button.quote-remove {
  margin-right: 10px;
}
#quote-container .checkbox-container {
  width: auto;
  padding: 0 0 0 36px;
  margin: 0;
  display: inline-block;
}
#quote-container .checkbox-container input[type=checkbox] {
  display: none;
}
#quote-container .checkbox-container label {
  position: relative;
  white-space: normal;
}
#quote-container .checkbox-container span::before,
#quote-container .checkbox-container span::after {
  content: "";
  position: absolute;
  top: -3;
  bottom: auto;
  margin: auto;
}
#quote-container .checkbox-container span.radio:hover {
  cursor: pointer;
}
#quote-container .checkbox-container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
#quote-container .checkbox-container span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  bottom: auto;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left 0.25s, background-color 0.25s;
}
#quote-container input[type=radio]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}
#quote-container span.checkbox {
  cursor: pointer;
  margin: 0;
}
#quote-container .checkbox-container span.checkbox::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  left: -35px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  transition: border-color 0.2s;
  border-radius: 3px;
  top: -3px;
}
#quote-container .checkbox-container span.checkbox::after {
  content: "\e90a";
  font-family: "foxhire";
  left: -32px;
  color: transparent;
  transition: color 0.1s;
  font-size: 18px;
  font-weight: bold;
}
#quote-container input[type=checkbox]:checked + label span.checkbox::after {
  color: #ff8505;
}
#quote-container input[type=checkbox]:disabled + label span.checkbox::after {
  color: #dcdcdc;
}

#invoGrid th {
  vertical-align: top;
}

#dvWcCodeSwitch, #dvRecruiterShareInfo {
  display: none;
}

div#dvAdditionalBillRates, div#dvAdditionalRecShareRates {
  position: absolute;
  background: #f3f3f3;
  z-index: 15000;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 370px;
  margin-top: 4px;
  display: none;
}

.tab-content {
  border-top: #dcdcdc 2px solid;
}

#dv-client-contract {
  background: #fff;
  padding: 40px;
  border: solid 1px #ccc;
  clear: both;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  width: 100%;
  float: left;
}

span.diff-removed, div.diff-removed {
  background: #ffafaf;
  text-decoration: line-through;
  display: inline-block;
}

span.diff-added, div.diff-added {
  background: #7dff7d;
  display: inline-block;
}

.nav-item a, .nav-tabs .nav-link {
  background: #ffffff;
  border-top: #dcdcdc 2px solid;
  border-left: #dcdcdc 2px solid;
  border-right: #dcdcdc 2px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
}

.active .tab-link {
  background: white;
  border-top: #dcdcdc 2px solid;
  border-left: #dcdcdc 2px solid;
  border-right: #dcdcdc 2px solid;
  border-bottom: white 2px solid;
}

.calc-method {
  color: #ff8505;
  font-weight: 500;
}

.calc-method {
  color: #ff8505;
  font-weight: 500;
}

#lnkLocality, #lnkAddCard, #dvLocalities, #dv-dt-rate {
  display: none;
}

#lnkAddQuote {
  margin: 10px 0 20px 0;
}

#dvNewQuoteOptions p {
  margin: 20px;
  font-weight: bold;
  padding: 0;
}

#dvPreviousCodes {
  display: none;
  margin-top: 20px;
}

ul.code-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.code-list li {
  list-style: none;
  padding: 10px;
  border: solid 1px #ccc;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 5px;
}

.form-field label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.form-field a.button.push-top {
  margin-top: 25px;
}

#cards {
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
}

#cards-container {
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}

.quote-card-container {
  max-width: 370px;
  height: 100%;
  border-radius: 5px;
  margin-right: 20px;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.invalid-quote {
  text-align: center;
  margin: 20px auto;
  color: #f00;
}

a.edit-card {
  text-decoration: none;
}

.quote-card:not(.outline) a.edit-card {
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 16px;
}

.quote-card:not(.outline) .quote-card-header {
  padding-top: 30px;
}

.quote-card:not(.outline):after {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  bottom: 10px;
  left: 2px;
  right: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.custom-scroll-side::-webkit-scrollbar {
  background-color: #ececec;
  border-radius: 8px;
}

.custom-scroll-side::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 8px;
}

.custom-scroll-side::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 8px;
}

.quote-card {
  width: 100%;
  display: inline-block;
  border: solid 2px #d4d4d4;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  padding-bottom: 20px;
}

.quote-card-header {
  padding: 20px;
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px #FF6726;
}

.quote-card-header div:first-child {
  width: 60%;
  float: left;
  font-weight: bold;
  font-size: 18px;
}

.quote-card-header div:last-child {
  width: 40%;
  float: left;
  text-align: right;
}

.quote-card-header > div > p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.quote-card-header span.recruiter-share {
  font-style: italic;
  font-size: 24px;
}

.quote-card-header span.recruiter-share:before {
  content: "$";
}

.quote-card-header span.recruiter-share > span {
  font-size: 14px;
}

.quote-card.outline {
  border: solid 2px #6558F5;
}

.quote-card.outline a.edit-card {
  display: none;
}

#workers-comp-search, #add-ons-search, #dvLocalities, #dvNewQuoteOptions {
  display: none;
  z-index: 15000;
}

.search-box {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

div#dvNewQuoteOptions {
  width: 50%;
  left: 25%;
  text-align: center;
  max-width: 880px;
}

#workers-comp-search .search-box {
  min-height: 300px;
}

.search-box h3 {
  margin: 0 0 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
}

#workers-comp-search, #add-ons-search, #dvLocalities, #dvNewQuoteOptions {
  position: fixed;
  width: 100%;
  left: 0;
  top: 15%;
}

#dvLocalityText {
  margin-bottom: 10px;
}

#dvLocalities .search-box {
  max-width: 500px;
}

.quote-line-item {
  border-bottom: dashed 1px #ccc;
  padding: 10px 0 5px;
  white-space: normal;
  font-size: 15px;
}

.quote-line-item .col-md-9, .quote-line-item .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.quote-card-items .standard, .quote-card-items .add-ons, .quote-card-items .included-add-ons, .quote-card-items .otdtwrap, .quote-card-items .lnkOTDTRates {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 15px;
}

.quote-card-items .otdtwrap {
  padding: 0;
}

.quote-card-items .lnkOTDTRates {
  margin-top: 40px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

.included-add-ons h3, .add-ons h3 {
  margin: 40px 0px 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: dashed 1px #272339;
  padding-bottom: 5px;
}

.quote-buttons {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin: 20px 0 0;
}

.quote-buttons p.small-text {
  font-size: 12px;
  margin: 15px 0;
  color: #606060;
}

.quote-buttons a.button {
  padding: 10px 20px;
}

.quote-card .quote-buttons {
  display: none;
}

.quote-card.outline .quote-buttons {
  display: block;
}

div#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
  visibility: visible;
  opacity: 1;
}

div#loading.hide-loading {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.closer {
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
}

/*end quote*/
.notification {
  display: block;
  position: fixed;
  bottom: 10px;
  left: -350px;
  max-width: 300px;
  background: #00cb64;
  border: solid 1px #00af56;
  color: #fff;
  transition: left ease 0.25s;
  z-index: 1000;
}
.notification h4 {
  margin-top: 0;
}

.notification.open {
  left: 10px;
}

.notification i.fh.fh-check-thick {
  font-size: 24pt;
}

.notification-dismiss {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 1001;
}
.notification-dismiss i {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* client setup forms */
.setup-form-container #bottom-buttons #btn-submit.complete {
  display: block;
}

.setup-form-container {
  max-width: 800px;
  margin: 0 auto 0 5vw;
  padding: 0 0 13vh 0;
  overflow: hidden;
}
.setup-form-container .row {
  margin-top: 0;
  margin-bottom: 20px;
}

.setup-form-container h3 {
  margin-bottom: 30px;
}

.placement-content-wrap > div.placement-content {
  display: none;
}

.placement-content-wrap > div.placement-content.active {
  display: block;
}

.international {
  display: none;
}

ul.partner-tabs {
  list-style: none;
  padding: 0;
  width: 100%;
  clear: both;
  float: left;
  border-bottom: solid 3px #7755ff;
}
ul.partner-tabs li {
  float: left;
  margin-right: 5px;
}

ul.partner-tabs > li > a:hover {
  color: #fff;
  opacity: 0.8;
}

ul.partner-tabs > li > a {
  background-color: #788896;
  color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
  width: 140px;
  display: block;
  position: relative;
  bottom: -1px;
  height: 43px;
}

ul.partner-tabs > li > a.active {
  background-color: #7755ff;
}

ul.partner-tabs > li > a.active > span.step {
  background: #3C449D;
}

ul.placement-tabs {
  list-style: none;
  padding: 0;
  width: 100%;
  clear: both;
  float: left;
}
ul.placement-tabs li {
  float: left;
  margin-right: 5px;
}

span.arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #4B5C6B;
  position: absolute;
  top: 15px;
  left: 43px;
}

ul.placement-tabs > li > a.active > span > span.arrow {
  border-left-color: #3C449D;
}

ul.placement-tabs > li > a:hover {
  color: #fff;
  opacity: 0.8;
}

ul.placement-tabs > li > a {
  background-color: #788896;
  color: #fff;
  padding: 10px 10px 10px 59px;
  border-radius: 3px;
  text-align: center;
  width: 140px;
  display: block;
  position: relative;
  height: 43px;
}

ul.placement-tabs > li > a > span.step {
  display: block;
  width: 43px;
  background: #4B5C6B;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

ul.placement-tabs > li > a.active {
  background-color: #7755ff;
}

ul.placement-tabs > li > a.active > span.step {
  background: #3C449D;
}

ul.placement-tabs > li > a.completed-step {
  background: #00c300;
}

ul.placement-tabs > li > a.completed-step > span.step {
  background: #008900;
}

ul.placement-tabs > li > a.completed-step span.arrow, ul.placement-tabs > li > a.active.completed-step span.arrow {
  border-left-color: #008900;
}

.step-status, .step-dots {
  display: none;
}

.step-status-bottom.center {
  padding: 20px;
}

#bottom-buttons-mobile {
  display: none;
}

#bottom-buttons.step-1 a.btn-previous {
  display: none;
}

#bottom-buttons a.btn-submit, #bottom-buttons-mobile a.btn-submit {
  display: none;
}

#bottom-buttons.step-5 a.btn-next, #bottom-buttons-mobile.step-5 a.btn-next {
  display: none;
}

#bottom-buttons.step-5 a.btn-submit {
  display: inline-block;
  cursor: not-allowed;
  background: #ccc;
}

#bottom-buttons.step-5 a.btn-submit.complete {
  background: #ff8505;
  cursor: pointer;
}

div#client-wcc-wrap, div#client-environment-wrap {
  width: 50%;
  float: left;
}

div#client-wcc-wrap, div#client-environment-wrap {
  width: 50%;
  float: left;
}

div#client-wcc-wrap input#WorkersCompCode {
  max-width: 35%;
  clear: none;
  display: inline-block;
}

div#client-wcc-wrap a#lnkBrowseCodes {
  max-width: 40%;
  display: inline-block;
  text-align: center;
}

#client-wcc-wrap input + span {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}

.dotted-underline {
  border-bottom: dashed;
  border-width: 2px;
  border-color: #788896;
}

.section-toggle {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.25s linear;
}

.section-toggle.open {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}

.add-on-wrap {
  padding: 10px;
  background: #f3f5f7;
  border: solid 1px #ced7e0;
}

span.add-on-cost {
  float: right;
}

.setup-form-container #dvLocalities {
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 29vh;
}

.additional-cost {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 10px;
}

.additional-cost .description {
  width: 65%;
  float: left;
}

.additional-cost .cost {
  width: 35%;
  float: left;
  text-align: right;
}

div#quote-results {
  background: #e0defd;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

div#quote-results p {
  font-size: 11px;
  margin-top: 20px;
  font-weight: normal;
}

#quote-results a.btn-next {
  display: none;
}

.collapsable-section {
  padding: 20px;
  border: solid 1px #ccc;
  background: #efefef;
}

.collapsable-section-title {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.collapsable-section-title label {
  cursor: pointer;
}

a#btn-add-client-contact {
  border: dashed 2px #C5D0DA;
  display: block;
  padding: 10px 20px;
  color: #666;
}

a#btn-save-client-contact {
  color: #fff;
}

div#bottom-buttons {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1002;
}

input[type=file] + span.chicklet {
  margin-top: 10px;
}

div#dvSaving, div#dvSubmitting, div#dv-uploading {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 50vh;
  top: 0;
  left: 0;
  color: #000;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10001;
}

div#dvAutoSave {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 15000;
  padding: 5px 10px;
  font-size: 12px;
  border-top: solid 1px #ff9322;
  border-right: solid 1px #ff9322;
}

/*end client setup forms*/
#dvMainContractor {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 86px;
}

.container {
  overflow: hidden;
}

.container.inner {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#dvMainContractor .container.inner {
  padding: 15px;
}

#dvMainContractor h3 {
  padding: 10px 5px;
  font-size: 14.5pt;
  font-weight: bold;
}

.inner-container {
  padding: 20px;
  width: 100%;
  clear: both;
  float: left;
  background: #fdfdfd;
}

.inner-container h4 {
  border-bottom: solid 2px #252a70;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  padding: 5px;
}

.timesheetPanel.inner-container {
  border: solid 1px #b9b9b9;
  border-radius: 4px;
}

h5.modal-title {
  float: left;
  font-size: 20px;
}

.immu-wrap {
  background: #efefef;
  width: 100%;
  clear: both;
  float: left;
  border: solid 1px #ccc;
  padding: 10px;
}

ul.immunization-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.immunization-list-group {
  margin-bottom: 30px;
}

ul.immunization-list li {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: solid 1px #ccc;
  background: #efefef;
  width: 100%;
  float: left;
}

ul.immunization-list-group li {
  width: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

ul.immunization-list-group {
  width: 100%;
  clear: both;
  float: left;
  border: solid 1px #ccc;
  background: #f7f7f7;
  padding: 10px;
}

.form-section {
  border: solid 1px #e1e1e1;
  padding: 20px;
  background: #FCFCFC;
}

div#dvImmuWrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 85vh;
}

div#dvImmunizationList, #dvImmunizationForm {
  width: 100%;
  position: absolute;
  transition: left 0.25s ease;
}

div#dvImmunizationForm {
  left: 100%;
}

div#dvImmuWrap.form div#dvImmunizationForm {
  left: 0;
}

div#dvImmuWrap.form div#dvImmunizationList {
  left: -100%;
}

.pending {
  font-style: italic;
  color: #777;
}

.hide-immu-button {
  position: absolute;
  top: 0px;
  bottom: 0;
  background: #efefef;
  left: 0;
  right: 0;
  opacity: 0.75;
}

a#lnkAttachDocs {
  background: #FFEAD4;
  display: inline-block;
  padding: 20px 40px;
  border: dashed 2px #ffc485;
}

a#lnkAttachDocs:hover {
  opacity: 0.8;
}

a#lnkDownloadDoc {
  background: #6558F5;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 20px 40px;
}

a#lnkDownloadDoc:hover {
  opacity: 0.9;
}

.immunization-form {
  display: none;
  background: #fbfbfb;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 10px;
  border: solid 1px #e8e8e8;
  margin-bottom: 20px;
}

.immu-wrap.open {
  background: #f7f7f7;
}

.small-notice {
  color: #2602b3;
  font-size: 13px;
}

.m-menu, ul#mobileLinks {
  display: none;
}

/*pay stubs*/
table.table-check-header td {
  width: 50%;
}

table.table-check-header {
  width: 100%;
}

table.table-check-header td:last-child {
  text-align: right;
}

table.table-check-details, table.table-check-totals {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 60px;
}

table.table-check-details thead th, table.table-check-totals thead th {
  width: 33.33%;
}

table.table-check-details td table, table.table-check-totals td table {
  width: 100%;
  vertical-align: top;
}

table.table-check-details td table td, table.table-check-totals td table td {
  text-align: left;
  vertical-align: top;
}

table.table-check-details td table tr > td:last-child, table.table-check-totals td table tr > td:last-child {
  text-align: right;
}

table.table-check-details td, table.table-check-totals td {
  vertical-align: top;
  padding: 0;
}

table.table-check-details td table td, table.table-check-totals td table td {
  padding: 5px 10px;
  font-size: 14px;
}

table.table-check-details thead th, table.table-check-totals thead th {
  background: #dcdcdc;
  padding: 4px 10px;
  color: #666;
}

.print-stub {
  background-color: #dcdcdc;
  text-align: center;
  padding: 4px !important;
}

.pay-stub-border-right {
  border-right: solid 1px #dcdcdc;
}

table.hours-earnings tfoot tr:first-child td, table.other-earnings tfoot td, table.deductions tfoot tr:first-child td, table.employee-taxes tfoot tr:first-child td, table.employer-taxes tfoot tr:first-child td, table.employer-contributions tfoot tr:first-child td, table.payments tfoot tr:first-child td {
  border-top: solid 1px #dcdcdc;
}

table.table-check-totals thead th {
  background: #00901e;
  color: #fff;
}

.stub-net-pay {
  color: #00901e;
  font-weight: bold;
}

h3.paystub-totals {
  color: #00901e;
  font-size: 20px;
  font-weight: bold;
}

th.totals-header-border-right {
  border-right: solid 1px #dcdcdc;
}

span.sub-item {
  font-size: 14px;
}

/*end pay stubs*/
.ui-datepicker {
  display: none;
}

.form-input-section {
  width: 100%;
  float: left;
  clear: both;
  border: solid 1px #d6d6d6;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
}
.form-input-section a.small-remove-link {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
}

table.table.table-striped.table-bordered thead tr {
  background: #e4e4e4;
}

input[name=otherLastNames], input[name=OtherLastNames] {
  max-width: 90%;
  float: left;
}

/*i9*/
#dvPermResUSCISNumber, #dvPreparerInfo, #dvValidation, #dvAuthAlient, #ctl00_ContentPlaceHolder1_I9_Form_txtUSCISNumber, #ctl00_ContentPlaceHolder1_I9_Form_txtI94AdmissionNumber, #ctl00_ContentPlaceHolder1_I9_Form_txtForeignPassportNumber, #ctl00_ContentPlaceHolder1_I9_Form_ddlIssuingCountry, #dvDocumentA, #dvDocumentB, #dvDocumentC, #ddlForeignPassport, #ddlDocAReplacementDoc, #ddlDocBReplacementDoc, #ddlDocCReplacementDoc {
  display: none;
}

#dvDocumentA, #dvDocumentB, #dvDocumentC, #dvDocumentA2 {
  width: 100%;
  clear: both;
  background: #eaeaea;
  padding: 20px;
  border-radius: 5px;
  margin-top: 50px;
}

/*end i9*/
/*wizard*/
#wizardFirstLogin_SideBarContainer_SideBarInfo div {
  font-size: 16px;
  padding: 5px;
  border-bottom: solid 1px #b5c6de;
  width: 100%;
}
#wizardFirstLogin_SideBarContainer_SideBarInfo div:last-child {
  border-bottom: none;
}

#wizardFirstLogin_SideBarContainer_SideBarInfo div.Wizard-Sidebar-Selected {
  font-weight: bold;
}

h2.blue.heavy {
  color: #3c449d;
  font-weight: bold;
}

.container.inner h2.mt-0.blue.heavy {
  margin-top: 10px !important;
}

td.step-by-step-step {
  padding: 20px;
}

.step-by-step-sidebar {
  background-color: #EFF3FB;
}

td.step-by-step-sidebar {
  width: 230px;
  padding: 0;
}

/*end wizard*/
.hero.signup a.big-button, .hero.signup a.big-button.float-right {
  margin-bottom: 50px;
}

.section-card {
  padding: 15px 20px;
  border: solid 1px #ccc;
  background: #f5f5f5;
  border-radius: 3px;
}

label.switch-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

/* Rounded sliders */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  top: 2px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch.large {
  width: 80px;
  height: 30px;
}

.switch.large .slider:before {
  height: 26px;
  width: 26px;
}

.switch.large input:checked + .slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/* End rounded sliders */
td.bottom-border {
  border-bottom: solid 1px #ccc;
}

.container.overflow-visible {
  overflow: visible;
}

.paperwork-status-step-container {
  width: 540px;
  display: flex;
}

.paperwork-status-step {
  padding: 5px 10px;
  color: #fff;
  border-right: solid 1px;
}

.paperwork-status-step i.fa {
  margin-right: 5px;
}

.paperwork-status-step.completed {
  background: #1aae9f;
  border-right-color: #057600;
}

.paperwork-status-step.incomplete {
  background: #c0392b;
  border-right-color: #7e0c00;
}

.paperwork-status-step.inprocess {
  background: #ffda46;
  border-right-color: #ffb657;
  color: #3e3e3e;
}

.lds-progress-ring {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 4px;
}

.lds-progress-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 2px solid rgb(255, 133, 5);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(255, 133, 5) transparent transparent transparent;
}

/*client performance evaluation form*/
.perf-eval-rating {
  width: auto;
  float: left;
  margin: 0 10px;
}

table.table-cell-border td {
  border: solid 1px #ccc;
}

.table-cell-border tr.ranking-title {
  background: #e7e7e7;
}

/*end client performance evaluation form*/
/* RESPONSIFY */
@media (max-width: 1600px) {
  #dvScaPayments .col-md-4 {
    float: left;
    width: 33%;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1480px) {
  div #ctl00_ContentPlaceHolder1_pnlWorkSheet {
    padding: 10px 30px;
  }
  #dvScaPayments .col-md-4 {
    float: left;
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 1320px) {
  .t-row {
    width: 100%;
    clear: both;
    float: left;
  }
  .t-row .t-3 {
    width: 25%;
  }
  .t-row .t-2 {
    width: 16.66666667%;
  }
  .t-row .t-4 {
    width: 33.33333333%;
  }
  .t-row .t-5 {
    width: 41.66666667%;
  }
  .t-row:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #dvStats {
    margin: 40px 0;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-gap: 30px;
  }
  .stat span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1140px) {
  .web-content-right-image {
    background-size: 60%;
    background-position: right;
  }
  .wrap {
    padding: 0 20px;
  }
  #dvStats {
    grid-gap: 15px;
  }
  #hdrMain .col-md-6.align-right {
    padding-top: 14px;
  }
  #logo img {
    max-width: 210px;
  }
  #recName {
    font-size: 20px;
    padding: 4px 0 5px 30px;
  }
  #dvMain {
    margin: 66px 0 20px;
    grid-template-columns: 230px auto;
  }
  #dvSidebar {
    padding: 20px;
  }
  body.clients #dvMain {
    margin-top: 96px;
  }
  /*page specific css*/
  body.payment-details div#dvContent, body.oustanding-invoice div#dvContent, body.sca div#dvContent, body.contractor-expense div#dvContent {
    overflow: scroll;
  }
}
@media screen and (max-width: 1050px) {
  h1 {
    font-size: 6rem;
  }
  #dvScaPayments .col-md-4 {
    float: left;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .timeEntry {
    padding: 5px;
  }
  .result-message {
    padding: 30px 10vw;
  }
  div#dvSidebarOpen {
    background: #e2e2e2;
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0px;
    bottom: 0;
    padding-top: 111px;
    width: 40px;
    display: block;
  }
  div#dvSidebarOpen a {
    display: inline-block;
    transform: rotate(90deg);
    margin: 0 -3px;
  }
  #dvMain {
    display: block;
  }
  #logo {
    margin-right: 10px;
  }
  a#lnkCloseMenu {
    float: right;
    border: solid 1px #999;
    padding: 5px 7px;
    background: #ececec;
    border-radius: 5px;
    color: #969696;
    font-weight: bold;
    font-size: 14px;
    display: block;
  }
  #dvSidebar {
    max-width: 300px;
    float: left;
    background: #e8e8e8;
    border-right: solid 1px #ccc;
    position: absolute;
    left: -300px;
    z-index: 50;
    transition: left 0.25s ease;
  }
  #dvSidebar.open {
    left: 0;
  }
  #dvContent {
    margin: 30px 15px 30px 55px;
    overflow: scroll;
  }
  body.clients #hdrMain .row .col-md-6.align-right {
    display: none;
  }
  body.clients .m-menu {
    display: block;
    position: relative;
    float: right;
  }
  body.clients ul#mobileLinks {
    width: 100%;
    position: absolute;
    clear: both;
    top: 85px;
    background: #828282;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: block;
  }
  body.clients ul#mobileLinks li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
    color: #fff;
    border-bottom: none;
  }
  body.clients ul#mobileLinks li a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  body.clients #mobileLinks.open li {
    height: auto;
    border-bottom: solid 1px #989898;
  }
  body.clients #mobileLinks.open li.mlink-header {
    padding: 10px 10px 10px 5px;
    font-weight: bold;
    background-color: #a7a7a7;
  }
  body.clients #mobileNav {
    color: #828282;
    position: absolute;
    top: 15px;
    right: 5px;
  }
  body.clients #mobileNav span {
    cursor: pointer;
    padding: 20px;
    vertical-align: top;
    font-size: 20pt;
    line-height: 10pt;
  }
  body.clients a#lnkCloseMenu {
    margin-left: 10px;
  }
  body.clients #dvContent {
    margin: 0;
  }
  div.js-home-col-left, div.js-home-col-right {
    width: 100%;
    float: left;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .responsive h2, .responsive h3 {
    font-size: 36px;
  }
  .landing-text {
    width: 46%;
  }
  .testimonial-text {
    width: 55%;
    font-size: 18px;
  }
  .dark-section {
    padding: 20px;
  }
  .form-table {
    width: 50%;
  }
  .footer-middle {
    width: 100%;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .t-row:first-child {
    margin-bottom: 0px;
  }
  .t-row .t-3 {
    width: 100%;
    clear: both;
  }
  .t-row .t-2 {
    width: 100%;
    clear: both;
  }
  .t-row .t-4 {
    width: 100%;
    clear: both;
  }
  .t-row .t-5 {
    width: 100%;
    clear: both;
  }
  .timeEntry {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .hero.signup a.big-button, .hero.signup a.big-button.float-right {
    float: none !important;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .hero.signup .container {
    padding: 10px 30px;
  }
  #hdrMain .row .col-md-6.align-right {
    display: none;
  }
  .m-menu {
    display: block;
    position: relative;
    float: right;
  }
  ul#mobileLinks {
    width: 100%;
    position: absolute;
    clear: both;
    top: 80px;
    background: #828282;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: block;
  }
  ul#mobileLinks li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
    border-bottom: solid 1px #989898;
  }
  ul#mobileLinks li a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  #mobileLinks.open li {
    height: 40px;
  }
  #mobileNav {
    color: #828282;
    position: absolute;
    top: 15px;
    right: 5px;
  }
  #mobileNav span {
    cursor: pointer;
    padding: 20px;
    vertical-align: top;
    font-size: 20pt;
    line-height: 10pt;
  }
  .m-hide {
    display: none;
  }
  span.m-only {
    display: inline;
  }
  div.m-only {
    display: block;
  }
  .m-row {
    width: 100%;
    clear: both;
    float: left;
  }
  a#lnkMobileMenu {
    display: block;
  }
  ul#main-menu {
    display: none;
  }
  ul#main-menu.open {
    display: block;
  }
  main {
    grid-template-columns: min-content 1fr;
  }
  span.m-only {
    display: inline;
  }
  div.m-only {
    display: block;
  }
  .m-row {
    width: 100%;
    clear: both;
    float: left;
  }
  a.button.m-100 {
    width: 100%;
    text-align: center;
  }
  .m-2, .m-3, .m-5, .m-6, .m-9 {
    float: left;
  }
  .m-2 {
    width: 16.66666667%;
  }
  .m-3 {
    width: 25%;
  }
  .m-5 {
    width: 41.66666667%;
  }
  .m-6 {
    width: 50%;
    clear: none;
    float: left;
  }
  .m-9 {
    width: 75%;
  }
  .mm-row-b20 .m-row {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 36px;
  }
  #top-section.contracting-marketing {
    padding: 20px;
  }
  .landing-text, .half, .half.icons {
    width: 100%;
  }
  .form-table {
    margin-top: 30px;
    width: 100%;
  }
  .icon-block {
    width: 100%;
    padding: 0 30px;
  }
  .testimonial img {
    margin-right: 2%;
    margin-left: 2%;
  }
  .dark-section h4 {
    margin-top: 20px;
  }
  .footer-bottom .right, .footer-bottom .left, .footer-left > div, .footer-right .widgettitle, .footer-right .textwidget {
    width: 100%;
  }
  .content-left, .content-right {
    padding: 0 30px;
    width: 100%;
  }
  .web-content-right-image {
    background: transparent;
  }
  .site-example {
    width: 46.2%;
  }
  .contact-footer .right.half {
    margin-top: 50px;
  }
  .half.icons:last-of-type {
    margin: 0;
  }
  .contact-branding {
    padding: 40px 10px;
    background-size: contain;
  }
  #dvStats {
    margin: 40px 0;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  #logo img {
    max-width: 190px;
    margin: 10px 10px 5px 0;
  }
  #logo {
    margin-right: 10px;
  }
  #recName {
    font-size: 18px;
    padding: 4px 0 5px 16px;
  }
  #hdrMain .col-md-6.align-right a {
    margin-left: 10px;
    font-size: 16px;
  }
  #hdrMain {
    padding: 10px 0px;
  }
  #setup-form-sidebar, #setup-form-form {
    width: 100%;
    clear: both;
    float: left;
  }
  #setup-form-steps {
    display: block;
  }
  #setup-form-form.scroll {
    margin-left: 0;
  }
  .mob {
    display: block;
  }
  #setup-form-sidebar {
    display: none;
  }
  #dvSaveButton {
    right: -232px;
  }
  div#setup-form-steps {
    background: #0089ef;
    width: 100%;
    clear: both;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 40;
    padding: 10px;
    color: #fff;
  }
  div#setup-form-steps div:first-child {
    margin-right: 10px;
    font-size: 16pt;
    padding-top: 3px;
  }
  div#setup-form-steps div:nth-child(2) select {
    color: #444;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
  }
  div#setup-form-form {
    margin-top: 20px;
  }
  .btn {
    padding: 15px 15px;
  }
  .btn-prev {
    margin-right: 0;
  }
  .hero .tagline {
    color: #fff;
    font-size: 20px;
    line-height: 3rem;
    padding: 20px;
  }
  #expense-buttons {
    clear: both;
    width: 100%;
    float: left;
  }
  .file-upload-container {
    width: 100%;
  }
  .file-upload-container .inputfile + label {
    width: 100%;
    text-align: center;
  }
  .or-sep {
    margin: 15px 0;
    text-align: center;
    display: block;
  }
  /*timesheet*/
  span.total-header {
    font-weight: bold;
    float: left;
    display: block;
    width: auto;
  }
  .total-container > span:nth-child(2) {
    float: right;
    display: block;
    margin-left: 10px;
    width: auto;
  }
  .time-total-container.full-width, .time-total-container.actions, div.time-total-container.thread, .time-total-container#dvPreviousCodes, div.time-total-container#dvPopUpAddOns {
    margin: 20px 0;
    display: block;
  }
  .total-container {
    margin: 5px 0;
  }
  .total-container span.paid-leave {
    padding: 0;
    font-size: inherit;
  }
  .timesheet-link table {
    width: 100%;
  }
  .timesheet-link:first-child {
    width: 100%;
  }
  .timesheet-link {
    width: 100%;
  }
  .m-only {
    display: block;
  }
  div#dvSavingTime {
    padding: 20px 15px;
    z-index: 500;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 49vh 0;
  }
  .m-hide {
    display: none;
  }
  .m-show {
    display: inline-block;
  }
  #btnPrevDate.disabled, #btnNextDate.disabled {
    background: #afafaf;
    color: #cacaca;
  }
  div#btnSaveSubmitButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: #777777;
    border-top: solid 1px #ccc;
    margin-bottom: 0;
    width: 100%;
  }
  a#dvSubmitTimeButton {
    width: 98%;
    float: left;
    margin: 0;
    clear: none;
    margin: 1%;
  }
  .hours-box {
    width: 90%;
  }
  .timeCardHead {
    display: none;
  }
  header#hdrMain {
    position: absolute;
  }
  div#dvDate {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 2px;
  }
  div#datePickerHead {
    display: flex;
    align-items: stretch;
    position: relative;
  }
  div#dvPayPeriodTab {
    text-align: center;
    position: absolute;
    top: 74px;
    background: #d9d9d9;
    width: 150px;
    margin-left: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #929292;
    border-left: solid 1px #929292;
    border-right: solid 1px #929292;
    transform: translate(-50%, 0%);
    font-size: 14px;
    padding-top: 3px;
    cursor: pointer;
  }
  div#dvPayPeriodTab a {
    color: #656565;
  }
  span#dvDay {
    display: block;
    margin-top: 14px;
  }
  .per10 {
    width: 10%;
    float: left;
    padding: 0;
  }
  .per90 {
    width: 90%;
    float: left;
  }
  div#dvPayPeriod {
    position: absolute;
    width: 100%;
    background: #d9d9d9;
    border-bottom: solid 1px #929292;
    top: -75px;
    transition: top 0.5s ease;
    z-index: 500;
    padding-bottom: 19px;
  }
  div#dvPayPeriod.open {
    top: 0;
  }
  div#dvPayPeriodSelector {
    padding: 20px;
  }
  div#dvDateDetails {
    flex-grow: 1;
    text-align: center;
    padding: 20px 0;
  }
  #btnPrevDate, #btnNextDate {
    width: 20%;
    font-size: 4rem;
    color: #fff;
    line-height: 1rem;
    background: #ff8505;
    border: none;
  }
  .entry-history {
    padding: 10px 0;
    overflow: hidden;
  }
  body.timesheet #dvMainContractor .container.inner, body.expenses #dvMainContractor .container.inner {
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0;
  }
  div#expenses-new {
    background: #fff;
    border-radius: 0;
    border: none;
  }
  div#dvTimecardDaysWrapper {
    /*min-height: calc(100vh - 260px);*/
    flex-wrap: nowrap;
    overflow-x: hidden;
    width: 100vw;
  }
  .timeCard {
    flex: 0 0 100%;
  }
  .buttons {
    margin-top: 0;
  }
  .mobile-bottom-button {
    display: block;
    width: 100%;
    background: #ff8505;
    text-align: center;
    font-size: 4rem;
    color: #fff;
    clear: both;
    float: left;
    line-height: 4rem;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  a.mobile-bottom-button.button {
    border-radius: 0;
  }
  /*end timesheet*/
  /*time punch timesheet*/
  div#dvTimepunchHeaders {
    display: none;
  }
  .add-punch {
    opacity: 1;
  }
  .timePunchRow {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    flex: 0 0 100%;
  }
  div#dvTimepunchDaysWrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: hidden;
  }
  div#dvTimepunchDaysWrapper .row {
    display: block !important;
    width: 100%;
    clear: both;
    float: left;
    flex-wrap: nowrap;
    margin: 0;
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
    flex: 0 0 100%;
  }
  .time-punch {
    width: 100%;
    margin-bottom: 10px;
  }
  .time-punches {
    margin-bottom: 20px;
  }
  div.col-md-1.paid-leave-entry, div.col-md-2.other-hour-type-entry, #dvTimepunchDaysWrapper .total-day-hours, .extraTimeEntry.call-off-entry, .extraTimeEntry.lunch-min-entry {
    width: 100%;
    clear: both;
    float: left;
  }
  #dvTimepunchDaysWrapper select.lst-other-hour-type {
    margin-bottom: 10px;
  }
  #dvTimepunchDaysWrapper .total-day-hours {
    padding: 20px 15px;
  }
  #dvTimepunchDaysWrapper .paid-leave-entry {
    padding: 15px 15px 0;
    border-top: dashed 1px #ccc;
  }
  #dvTimepunchDaysWrapper .paid-leave-entry, #dvTimepunchDaysWrapper .other-hour-type-entry, #dvTimepunchDaysWrapper .total-day-hours {
    padding: 15px;
    border-top: dashed 1px #ccc;
  }
  #dvTimepunchDaysWrapper .other-hour-type {
    padding-left: 0;
    padding-right: 0;
  }
  /*end time punch timesheet*/
  /*third shift*/
  table#tblPunchLog, table#tblPaidLeave {
    margin: 40px 1% 10px;
  }
  input.form-control.time-out-punch-date, input.form-control.time-in-punch-date {
    max-width: 100%;
    margin-bottom: 8px;
  }
  #tblPunchLog td > div.float-left.pr-10 {
    padding-right: 0;
  }
  input[type=date]::-webkit-calendar-picker-indicator,
  input[type=date]::-webkit-inner-spin-button {
    display: none;
  }
  /*end third shift*/
  /*client setup forms*/
  .setup-form-container {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .placement-content-wrap > div.placement-content {
    clear: both;
    width: 100%;
    float: left;
  }
  .bottom-buttons {
    clear: both;
    float: left;
    width: 100%;
  }
  .placement-content h3 {
    font-size: 20px;
    text-align: center;
  }
  .step-status, .step-dots {
    display: block;
  }
  ul.placement-tabs {
    display: none;
  }
  ul.step-dots {
    display: block;
    list-style-type: none;
    padding: 0;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
  }
  ul.step-dots li {
    margin: 0 2px;
    display: inline-block;
  }
  ul.step-dots li.international {
    display: none;
  }
  ul.step-dots li a {
    color: #fff;
    font-size: 12px;
  }
  ul.step-dots li a.active {
    color: #fff;
  }
  ul.step-dots li a.active i {
    opacity: 1;
  }
  ul.step-dots li a i {
    opacity: 0.5;
  }
  ul.step-dots li a i.completed {
    opacity: 1;
    color: #80ff80;
  }
  .step-status-wrap {
    width: 100%;
    clear: both;
    float: left;
    background: #788896;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    line-height: 17px;
  }
  .step-status {
    width: 100%;
  }
  #bottom-buttons {
    display: none;
  }
  #bottom-buttons-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    z-index: 10000;
  }
  div#bottom-buttons-mobile.step-1 #buttons a.btn-previous {
    opacity: 0;
  }
  #bottom-buttons-mobile div#bottom-quote-details {
    display: none;
  }
  #bottom-buttons-mobile.step-1 div#bottom-quote-details {
    display: block;
    width: 100%;
    background: #7755ff;
    clear: both;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  #bottom-buttons-mobile a.btn-next, #bottom-buttons-mobile a.btn-previous, #bottom-buttons-mobile a.btn-submit {
    background: #7755ff;
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
  }
  #quote-results a.btn-next {
    background: transparent;
    margin: 10px;
    color: #7755ff !important;
    display: block;
  }
  #bottom-buttons-mobile a.btn-submit {
    display: none;
  }
  #bottom-buttons-mobile.step-5 a.btn-submit {
    display: inline-block;
  }
  #bottom-buttons-mobile.step-5 a.btn-submit.complete {
    display: inline-block;
  }
  .setup-form-container .placement-content-wrap {
    font-size: 13px;
  }
  .setup-form-container .placement-content-wrap input, .setup-form-container .placement-content-wrap select {
    font-size: 13px;
    padding: 5px;
    height: auto;
  }
  div#client-wcc-wrap, div#client-environment-wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  div#client-wcc-wrap input#WorkersCompCode, div#client-wcc-wrap a#lnkBrowseCodes {
    width: 43%;
    max-width: 43%;
    clear: none;
    display: block;
    float: left;
  }
  #client-wcc-wrap input + span {
    display: block;
    font-size: 12px;
    width: 10%;
    clear: none;
    float: left;
    text-align: center;
    padding-top: 6px;
  }
  .dollar-wrap input[type=text], .dollar-wrap input[type=number] {
    padding-left: 20px;
  }
  /*end client setup forms*/
}
@media screen and (max-width: 675px) {
  #dvStats {
    margin: 40px 0;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  #hdrMain .col-md-6.align-right {
    padding-top: 4px;
  }
  div#recName {
    display: none;
  }
  #hdrMain .col-md-6.align-right a {
    display: block;
  }
  #dvScaPayments .col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  div#wrap {
    margin-top: 35px;
  }
  /*client setup forms*/
  #client-wcc-wrap input + span {
    width: 6%;
  }
  /*end client setup forms*/
}
@media screen and (max-width: 580px) {
  p {
    font-size: 14px;
  }
  .landing-text h2 {
    font-size: 36px;
  }
  .landing-text h3 {
    font-size: 30px;
  }
  .icon-block h5 {
    font-size: 18px;
  }
  .icon-block {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .icon-block img {
    margin-bottom: 10px;
  }
  .testimonial img {
    display: none;
  }
  .testimonial-text {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
  .testimonial-credit {
    font-size: 14px;
  }
  .bottom-right {
    width: 100%;
    margin-top: 40px;
  }
  .bottom-button {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
  }
  .white-section h4, .dark-section h4, .testimonial h4 {
    font-size: 24px;
  }
  .landing-text {
    padding: 10px;
    margin-top: 0;
  }
  .dark-section {
    font-size: 14px;
  }
  .responsive .submit {
    font-size: 14px;
  }
  #logo {
    padding: 10px;
    text-align: center;
  }
  .site-example {
    width: 97%;
  }
  .m-6 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #ff8503;
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 0px;
  }
  .paperwork-tab-content.active a {
    color: #555 !important;
    font-size: 14px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    border-right: solid 1px #ccc;
  }
  #dvContent {
    padding: 0px;
    overflow: scroll;
  }
  #dvSidebar {
    padding: 40px 10px 0 20px;
  }
  a#lnkCloseMenu {
    margin-left: 10px;
  }
  i.fa.fa-check.incomplete {
    color: #ccc;
    display: inline;
  }
  #ulTabs li a span:first-child {
    font-size: 0.85em;
  }
  .mh {
    display: none;
  }
  div#setup-form-form {
    margin-top: 40px;
  }
  #logo img {
    max-width: 150px;
    margin: 5px 5px 5px 0;
  }
  /*online quote*/
  #cards {
    height: auto;
  }
  #cards-container {
    height: auto;
    overflow: auto;
  }
  .quote-card-container {
    max-width: 100%;
    margin: 0 0 20px;
    display: block;
    float: left;
  }
  #workers-comp-search, #add-ons-search {
    top: 0;
    margin-top: 100px;
    bottom: 0;
  }
  .search-box {
    width: 95%;
  }
  .quote-buttons a.button {
    padding: 5px 10px;
  }
  /*end online quote*/
  .m-mb-20 {
    margin-bottom: 20px;
  }
  .input-section {
    margin: 10px 0;
  }
  .input-section.col-2, .input-section.col-35, .input-section.col-20 {
    width: 100%;
    clear: both;
    margin-right: 0;
  }
  .input-section.col-2:first-child {
    margin-right: 0;
  }
  #bottom-notice .input-section.col-1 {
    width: 100%;
    margin-left: 10px;
  }
  /*expenses*/
  div#expenses-unapproved h3 {
    padding: 10px;
  }
  div.expense-wrap {
    padding: 10px;
  }
  .expense-details {
    width: 65%;
  }
  .expense-actions {
    width: 35%;
  }
  .expense-actions a {
    min-width: 125px;
  }
  /*end expenses*/
  /*client setup forms*/
  #client-wcc-wrap input + span {
    width: 6%;
  }
  div#client-wcc-wrap input#WorkersCompCode, div#client-wcc-wrap a#lnkBrowseCodes {
    width: 42%;
    max-width: 42%;
    clear: none;
    display: block;
    float: left;
  }
  a#lnkBrowseCodes {
    font-size: 12px;
  }
  /*end client setup forms*/
}
@media print {
  div#dvSidebar, #hdrMain .col-md-6.align-right {
    display: none;
  }
  #dvMain {
    display: block;
  }
  #dvScaPayments .table > tbody > tr > td, #dvScaPayments .table > tbody > tr > th, #dvScaPayments .table > tfoot > tr > td, #dvScaPayments .table > tfoot > tr > th, #dvScaPayments .table > thead > tr > td, #dvScaPayments .table > thead > tr > th {
    padding: 2px;
  }
  div#dvScaPayments div.col-md-4 {
    display: table-cell;
    width: auto;
    float: none;
  }
  a.day-shift-next, a.day-shift-prev, .hide-print {
    display: none;
  }
  .entry-history #history-list {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #dvStats, #dvMain, #dvMainContractor {
    display: block;
  }
  #dvSidebar {
    display: block;
    width: 233px;
    float: left;
  }
  #dvStats div.stat {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
}
.skinny-container {
  max-width: 400px;
  margin: 0 auto 50px auto;
}

form.skinny-form {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #ccc;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.38);
  padding: 20px;
}

form.skinny-form h3 {
  text-align: center;
}

.form-control:focus {
  border: solid 2px #ff6700;
}

.tooltip.top .tooltip-inner, .tooltip.left .tooltip-inner, .tooltip.right .tooltip-inner, .tooltip.bottom .tooltip-inner, tooltip {
  background-color: #ffB465;
  color: #000;
  min-width: 180px;
  font-size: 14px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #ffB465;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #ffB465;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #ffB465;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffB465;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

span.waived-cost {
  text-decoration: line-through;
  color: #b3b3b3;
}

.waived-text {
  color: #ff8505;
}

#tblStickyHead {
  position: absolute;
}

iframe.vimeo {
  border: solid 1px #ccc;
  box-shadow: 0px 10px 10px #ccc;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  div#recName {
    display: none;
  }
  #logo img {
    max-width: 150px !important;
  }
  div#dvMain {
    margin-top: 0px;
  }
  header#hdrMain {
    position: relative;
  }
  div#dvContent {
    margin-top: 10px;
  }
  body.sca div#dvContent {
    font-size: 12px;
  }
  table#scaDeatils thead {
    display: none;
  }
}
span.waived-cost {
  text-decoration: line-through;
  color: #b3b3b3;
}

.waived-text {
  color: #ff8505;
}

#dvSchoolType {
  display: none;
}

ul#lstI9Steps {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul#lstI9Steps li {
  display: inline-block;
}
ul#lstI9Steps li a.button-transparent {
  padding: 10px 20px;
  border: solid 1px;
  display: block;
  margin-right: 30px;
  margin-top: 10px;
  border-radius: 5px;
}

table#tblHSAGuidelines thead th {
  background: #efefef;
  padding: 5px 3px;
  text-align: center;
  border: solid 1px #ccc;
}

table#tblHSAGuidelines {
  width: 100%;
}

table#tblHSAGuidelines td {
  text-align: center;
  border: solid 1px #ccc;
}

.scroll-y {
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}

/*
a#lnkAddDependent {
    background: #efefef;
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 500;
}*/
tr.even {
  background-color: #fff !important;
}

tr.odd {
  background-color: #f9f9f9 !important;
}

div#dvExportReport a {
  color: #fff;
}

div#dvExportReport {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 10px 20px;
  background: #ff8505;
  border: solid 1px #bd6100;
  border-radius: 5px;
}

div#dvExportReportContainer {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
div#dvExportReportContainer a {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px;
  background: #ff8505;
  border: solid 1px #bd6100;
  border-radius: 5px;
}

div#dvQuickTip.open + #dvExportReport {
  right: 305px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.release-info {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
}

.lnkUpload {
  float: right;
}

.to-do-tabs {
  font-weight: bold;
  color: #bf0000 !important;
  border: none;
  background-color: transparent !important;
  font-size: 14px;
}

.paperwork-tabs {
  font-weight: bold;
  border: none;
  background-color: transparent !important;
}

.paperwork-tab-content a {
  color: black;
  font-size: 14px;
}

#to-do-container h3 {
  background-color: transparent;
  color: #d13636;
  font-weight: bold;
}

.paperwork-tab-content {
  border: 1px solid #b9b9b9;
  background-color: #fdfdfd;
}

#paperwork-container h3 {
  background-color: transparent;
  font-weight: bold;
}

#to-do-container {
  background: transparent;
  border: none;
}

#paperwork-container {
  background: transparent;
  border: none;
}

.to-do-tab-content {
  border: 1px solid #d13636;
  background-color: #f9eded;
  color: #d13636 !important;
}

#to-do-container .nav-tabs {
  border-bottom: 1px solid #d13636;
}

.to-do-links a {
  color: #d13636;
}

.to-do-links {
  list-style: none;
  border-radius: 4px;
  border-top-left-radius: 0px;
  background-color: #fef6f6;
}

.paperwork-links {
  list-style: none;
  background: #f5f5f5;
  border-radius: 4px;
}

.timesheet-link table {
  width: 100%;
}

.timesheet-link {
  width: 100% !important;
}

.paperwork-list .active {
  background-color: #f1f1f1 !important;
}

.to-do-list .active {
  background-color: #f7cdcd !important;
}

.top-welcome {
  font-size: 1.15em;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 5px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs {
  border-bottom: none;
}

.paperwork-tab-content {
  border: 1px solid #b9b9b9;
  background-color: #f1f1f1;
}

.nav-tabs > li.paperwork-tab-content.active {
  background-color: #fdfdfd !important;
  border-bottom: solid 1px #efefef;
}

.nav-tabs > li.to-do-tab-content.active {
  border-bottom: solid 1px #f9eded;
}

#to-do-container .nav-tabs {
  border-bottom: none;
}

.to-do-list .active {
  background-color: #f9eded !important;
}

.to-do-tab-content {
  border: 1px solid #d13636;
  background-color: #f9eded !important;
}

.nav-tabs.paperwork-list > li.active > a, .nav-tabs.paperwork-list > li.active > a:focus, .nav-tabs.paperwork-list > li.active > a:hover,
.nav-tabs.to-do-list > li.active > a, .nav-tabs.to-do-list > li.active > a:focus, .nav-tabs.to-do-list > li.active > a:hover {
  border-color: transparent;
}

#delete-card {
  float: right;
  position: relative;
  top: 7px;
  right: 8px;
  font-size: 16px;
}

#ctl00_ContentPlaceHolder1_ddlJobs {
  max-width: 100%;
}

.to-do-panel {
  background-color: #fef6f6 !important;
}

.paperwork-panel {
  background: #f5f5f5 !important;
  margin-bottom: 1em;
}

.contractor-panel {
  padding: 0;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-bottom: 1em;
}

.contractor-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold;
}

.contractor-accordion .fa-angle-down, .contractor-accordion .fa-angle-up {
  float: right;
}

#i9WarningTitle {
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 20pt;
}

#i9WarningHeader {
  background-color: white;
}

#i9WarningCancelBtn {
  background-color: white;
  color: #ff8505 !important;
  float: left;
}

#i9CancelBtn {
  background-color: white;
  border-color: #0098ef;
  color: #0098ef;
}

.i9Warning {
  float: left;
}

#remainingPrintTitle {
  color: #272339;
}

.active.contractor-accordion, .contractor-accordion:hover {
  background-color: #ccc;
}

.active.to-do-tab-content {
  background-color: #f7cdcd !important;
}

.to-do-tab-content:hover {
  background-color: #f7cdcd !important;
}

.nav-dropdown {
  color: #0073c7 !important;
  background-color: white !important;
  border: 0px;
  border-radius: 0px;
  padding: 6px 12px;
}
.nav-dropdown .contractor-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-bottom: 1em;
}
.nav-dropdown .pending-upload {
  color: #d13636;
}

.nav-dropdown:hover {
  background-color: white;
  color: #0073c7 !important;
}

.nav-dropdown-container a {
  font-size: 14px !important;
  color: #0073c7 !important;
  width: 100%;
}

.nav-dropdown-container {
  display: inline;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.uploaded-file {
  display: none;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.timesheet-attachment, .contractor-attachment-btn {
  background-color: white;
  color: #ff8505 !important;
  border-color: #ff8505;
  border: 2px solid #ff8505;
  border-radius: 4px;
  padding: 0.25em;
  text-transform: none;
  margin-top: 1em;
  touch-action: auto;
  cursor: auto;
}

.timesheet-attachment:hover, .contractor-attachment-btn:hover {
  background-color: transparent;
  color: #ff8505 !important;
}

.remove-link {
  color: #ff8505 !important;
}

#eulaTitle {
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

#contractorAttachment {
  float: left;
  display: inline-block;
  float: left;
  width: 50%;
}

#addContractorAttachmentBtn {
  float: left;
  margin: 0;
}

#contractorAttachments {
  margin-top: 0.5em;
}

.contractorPaperworkLink {
  color: #ff8505 !important;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.contractor-attachment-btn {
  margin-right: 1em;
}

.already-approved-alert {
  line-height: 3rem;
  font-size: 2.25rem;
  margin: 0 auto;
  margin-top: 10%;
  width: 70%;
  text-align: center;
  float: inherit;
}

.agency-profit-header-item {
  color: #0073ca;
  cursor: pointer;
}

.agency-profit-header {
  background-color: #E0E0E0;
  font-weight: bold;
}

#tblAgencyProfit {
  width: 100%;
  border-collapse: collapse;
}

#tblAgencyProfitContainer {
  overflow-x: scroll;
}

.address-block {
  margin: 10px 20px 10px 0;
  padding: 10px 20px;
  border: solid 1px #ccc;
  background: #efefef;
  border-radius: 5px;
}

div#address-list {
  display: flex;
  width: 100%;
  clear: both;
  float: left;
  flex-wrap: wrap;
}

.location-actions {
  text-align: right;
  font-size: 14px;
}

td.deal-rejection-reason {
  font-size: 14px;
}

.blue-gradient-button {
  display: inline-block;
  padding: 20px;
  border: solid 1px #0073c7;
  border-radius: 5px;
  color: #fff !important;
  background: #4FA9F7;
  background: -moz-linear-gradient(top, #4FA9F7 0%, #0073c7 100%);
  background: -webkit-linear-gradient(top, #4FA9F7 0%, #0073c7 100%);
  background: linear-gradient(to bottom, #4FA9F7 0%, #0073c7 100%);
  transition: background-position 1s ease;
}
.blue-gradient-button:hover {
  color: #fff !important;
}

.password-container {
  position: relative;
}

.password-viewer {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 7px;
  color: #989898;
}

div#dvPasswordStatus ul {
  list-style-type: none;
  padding-left: 10px;
  margin-top: 8px;
}

.password-guidelines {
  width: 50%;
  margin: 0 auto;
  clear: both;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  max-width: 330px;
}

div#ieWarning {
  display: block;
  position: fixed;
  bottom: 0;
  background: rgb(255, 133, 5);
  background: linear-gradient(180deg, rgb(255, 133, 5) 0%, rgb(218, 112, 0) 100%);
  width: 100%;
  color: #fff;
  bottom: -200px;
  transition: bottom 0.5s ease 0s;
}

div#ieWarning.open {
  bottom: 0;
}

div#ieWarning p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}

div#ieWarning a {
  color: #fff;
  text-decoration: underline;
}

div#ieWarning h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

div#ieWarning div {
  max-width: 1200px;
  margin: 10px auto;
  position: relative;
}

a#browserWarningClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  border: solid 1px #fff;
  padding: 2px 5px;
  border-radius: 5px;
}

a#browserWarningClose:hover:after {
  width: 0;
}

tr.overdue span.fa.fa-exclamation {
  width: 25px;
  height: 25px;
  text-align: center;
  background: #f00;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}

span#spnLastSaved {
  float: left;
  font-size: 14px;
  color: #00bf8a;
}

.vertical-line-holder:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  transform: translate(-50%);
}

div.vertical-line-holder {
  margin: 40px auto;
  width: 60%;
  min-height: 250px;
  position: relative;
  text-align: center;
}

.vertical-line-holder > span {
  position: absolute;
  top: 41%;
  background: #fff;
  padding: 12px 0;
  transform: translate(-50%);
  display: inline-block;
  z-index: 2;
  font-size: 23px;
}

#foxhire-sign-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 9999;
}

#foxhire-sign-overlay.show {
  display: block;
}

div#foxhire-sign-wrap {
  font-family: "Lato";
  font-size: 16px;
  background: #fff;
}

div#foxhire-sign-wrap {
  position: fixed;
  width: 400px;
  height: 340px;
  border: solid 1px #ccc;
  left: calc(50vw - 200px);
  overflow: hidden;
  box-shadow: 0px 9px 15px 0px #000;
  top: -420px;
  transition: ease 0.25s top;
  z-index: 10000;
  border-top: none;
}

div#foxhire-sign-wrap.inview {
  top: calc(50vh - 200px);
}

div#foxhire-sign-auto-sign-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  transition: ease 0.25s left;
  overflow: hidden;
}

div#foxhire-sign-signature-wrap {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 70%;
  transition: ease 0.5s left;
  overflow: hidden;
}

div#foxhire-sign-button-wrap {
  position: absolute;
  top: 70%;
  height: 30%;
  text-align: center;
  width: 100%;
}

div#foxhire-sign-auto-sign-wrap.hideView {
  left: -100%;
}

div#foxhire-sign-signature-wrap.inview {
  left: 0%;
}

div#foxhire-sign-e-sig-wrap {
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

div#foxhire-sign-e-signature {
  font-size: 24pt;
  padding: 10px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 5px;
  height: 68px;
  text-align: center;
}

a#foxhire-sign-switch-esign, a#foxhire-sign-switch-font {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

div#foxhire-sign-font-select table {
  margin: 0 0 10px 1px;
  width: 100%;
}

div#foxhire-sign-font-select button {
  width: 129px;
  margin: 0 1px;
  border: none;
  padding: 8px;
  border: solid 1px #d1d1d1;
  background: #f1f1f1;
  font-size: 24px;
  font-kerning: none;
  height: 45px;
  line-height: 1;
  cursor: pointer;
}

div#foxhire-sign-auto-sign-wrap p, div#foxhire-sign-signature-wrap p {
  padding: 12px 10px;
  margin: 0 0 10px;
  background: #3c449d;
  color: #fff;
}

button#foxhire-sign-font-one {
  font-family: "Dancing Script";
}

button#foxhire-sign-font-two {
  font-family: "Marck Script";
}

button#foxhire-sign-font-three {
  font-family: "Smooch";
}

a#foxhire-sign-document-button {
  display: block;
  background: #ff8505;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  width: 90%;
  margin: 0 auto 10px;
  font-size: 18px;
  text-transform: uppercase;
}

#lnk-clear-signature {
  position: absolute;
  top: 56px;
  font-size: 14px;
  right: 6px;
}

#sign-button {
  display: inline-block;
  padding: 20px;
  background: #ff8505;
  color: #fff;
  text-decoration: none;
  font-family: "Lato";
  text-transform: uppercase;
}

#foxhire-sign-error {
  color: #ff3030;
  text-align: center;
  display: none;
}

div#foxhire-sign-font-select table td {
  padding: 0;
}

a#foxhire-sign-cancel {
  font-size: 14px;
}

.container-76 {
  width: 76%;
  margin: 0 auto;
}

.container-60 {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  float: none;
}

.section-50 {
  width: 48%;
  clear: none;
  margin: 0 1%;
}

.faq-answer {
  display: none;
}

.faq-wrap {
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.faq-answer {
  margin: 10px;
}

.inline-number {
  display: inline;
  clear: none;
  max-width: 70px;
}

div#new-main-body {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}

.toast-message {
  font-size: 14px;
}

input.immunization-date {
  max-width: 200px;
}

.h4-title {
  background: #ccc;
  width: 100%;
  clear: both;
  padding: 10px;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.h4-title + div.section-wrap {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#processing-status {
  height: 40px;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(255, 133, 5);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(255, 133, 5) transparent transparent transparent;
}

.lds-ring.small {
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
}

.lds-ring.small div {
  width: 32px;
  height: 32px;
  margin: 4px;
  border-width: 4px;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fld-signup {
  display: none;
}

tr.payroll-problem td {
  background: #9a2e2e !important;
  color: #fff;
}

tr.invoice-problem td {
  background: #b8e7ff;
}

tr.both-problems td {
  background: #f9b4f2;
}

tr.non-weekly-invoiced td {
  background: #ffd8a6;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.uploaded-file-list {
  list-style-type: none;
  padding: 0;
}

a.big-button {
  display: block;
  color: #2602b3;
  padding: 40px 30px;
  width: 230px;
  background: #e0defd;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  border: solid 1px #9c9abb;
  background: rgb(224, 222, 253);
  background: linear-gradient(180deg, rgb(224, 222, 253) 0%, rgb(248, 248, 255) 50%, rgb(209, 206, 252) 100%);
}
a.big-button:hover {
  color: #2602b3;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
}

form.signup-form {
  overflow: hidden;
}
form.signup-form .form-control {
  border-radius: 8px;
  padding: 10px 15px;
  background: #f0eff7 !important;
  border: none;
  resize: none;
  box-shadow: none;
}

.signup-btn {
  margin: 0 !important;
  border: 0 !important;
  padding: 14px 65px 14px 17px !important;
  background: #FF9D37 url(https://www.foxhire.com/wp-content/themes/foxhire-2022/images/btn-right-arrow.svg) no-repeat right center;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  display: inline-block !important;
  position: relative;
}

#dv-contract-history {
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  transition: ease 0.25s left;
  background: #fff;
  border-right: solid 2px #ccc;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}

#dv-contract-history.open {
  left: 0;
}

div#dv-contract-history li {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}

div#dv-contract-history ul {
  list-style-type: none;
  margin: 90px 0 0;
  padding: 0;
}

div#dv-contract-history li span {
  clear: both;
  display: block;
  font-size: 12px;
}

#client-placement-report .submit-end-date-link {
  cursor: pointer;
}

#client-placement-report #date-errors {
  color: red;
  margin-top: 10px;
}

#client-placement-report .ui-widget-content {
  border: 1px solid #ddd;
}

#client-placement-report .ui-widget-header {
  border: none;
  background: #ff8505;
  font-family: inherit;
}

#client-placement-report .ui-dialog-titlebar-close {
  display: none;
}

.worksiteevalform ul {
  list-style-type: none;
  padding-left: 20px;
}

.worksiteevalform li {
  margin-bottom: 8px;
}

div#container-wrap {
  margin-top: 30px;
}

div#dv-pin-entry {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30vh;
  padding-top: 15vh;
}

input.code-input {
  font-size: 30px !important;
  height: 70px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 5px;
  outline: none;
}

input.code-input:focus {
  border-color: #a500f7;
  border-width: 2px;
}

div#dvDiscountLineDescription {
  position: relative;
  width: 90%;
  margin-left: 5%;
  font-size: 12px;
  margin-top: 20px;
}

#dvDiscountLineDescription span {
  position: absolute;
}

#dvDiscountLineDescription span:first-child {
  background: #fff;
  z-index: 100;
  padding-left: 10px;
  right: 1px;
}

#dvDiscountLineDescription span.line {
  position: absolute;
  border-top: dashed 2px #ff8505;
  width: 95%;
  top: 7px;
}

#dvGraphs {
  position: relative;
}

#overlay-dot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  border-radius: 50%;
  background-color: #0098ef;
  z-index: 1000;
}

#recruiter-dashboard .table-striped.danger > tbody > tr:nth-of-type(odd) {
  background: #ffc0c0;
}

#recruiter-dashboard .table-striped.danger > tbody > tr:nth-of-type(even) {
  background: #ffe1e1;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #7755ff;
  border-color: #7755ff;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #2c2c2c;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
  color: #2602b3;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#dvEditRecruiter .input-section p, #dvEditRecruiter .input-section label {
  margin-bottom: 0;
  margin-top: 0;
}

#dvEditRecruiter .input-section label {
  margin-bottom: 20px;
}

/*message center styles*/
div.thread {
  padding: 20px;
  border: solid 1px #ccc;
  background: #f1f1f1;
  margin-bottom: 30px;
}

.actions {
  margin-top: 20px;
}

.thread .message-datetime, .thread .actions {
  font-size: 1.25rem;
}

.thread .message-content {
  margin-bottom: 10px;
}

.message {
  padding: 20px;
}

.message:nth-child(odd) {
  background-color: #e8e8e8;
}

.message:nth-child(even) {
  background-color: #fff;
}

.spinner-small {
  border: 5px solid #d4d4d4;
  border-top: 5px solid #8aa6ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 700ms linear infinite;
  display: inline-block;
}

.spinner {
  border: 16px solid #b7b7b7;
  border-top: 16px solid #ff8505;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  display: inline-block;
}

div#spinnertext {
  display: inline-block;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*bootstrap overrides*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #dcdcdc;
}

.table > :not(caption) > * > * {
  box-shadow: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom: none;
}

#setup-form-form .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

#setup-form-form .quote-line-item .row {
  margin-top: 0;
  margin-bottom: 0;
}

select {
  appearance: auto !important;
  /* for Firefox */
  -moz-appearance: auto !important;
  /* for Chrome */
  -webkit-appearance: auto !important;
}

/*end bootstrap overrides*/
img#partner-logo-img, .partner-logo img {
  width: 150px;
  max-width: 100%;
  margin-bottom: 10px;
}

.partner-logo svg {
  width: 75px;
  max-width: 100%;
  clear: both;
  margin: 0 auto 10px auto;
  display: block;
}

.grid-card-item.inactive-partner img {
  opacity: 0.5;
}

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

.ats-partner {
  width: 200px;
  float: left;
  border: solid 1px #ccc;
  padding: 20px;
  min-height: 180px;
  margin: 10px;
  position: relative;
}

.ats-partner.new-partner {
  border: dashed 2px #ccc;
}

.edit-ats {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 25;
  padding-right: 5px;
}

.edit-ats:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 40px 40px 0px;
  border-color: transparent #2196f3 transparent transparent;
  right: 0;
  top: -16px;
  position: absolute;
  transform: rotateZ(90deg);
  z-index: -10;
}

.edit-ats a {
  color: #fff;
  z-index: 50;
  top: 0;
  left: 0;
}

.edit-ats a:hover {
  color: #fff;
}

.invalid-credentials {
  border: dashed 2px #9d0000;
}

img.ats-toggle-logo {
  max-width: 100px;
}

button#loxo-import {
  border-radius: 3px;
  padding: 6px 16px;
  cursor: pointer;
}

button#loxo-import:disabled {
  opacity: 0.5;
}

.box {
  width: max-content;
  margin: 0 auto;
  border: solid 1px #ccc;
  background: #efefef;
  padding: 30px;
  min-width: 250px;
}

#dv-validation {
  position: fixed;
  bottom: calc(50% - 50px);
  background: #fff;
  background: radial-gradient(at center, #FFFFFF, #e7e7e7);
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  left: 0;
  border: dashed #ccc 2px;
  z-index: 12000;
}

ul.custom-bullet-list {
  padding: 0;
}

ul.custom-bullet-list li {
  background: url(/images/custom-bullet.png) no-repeat left 5px;
  padding-left: 20px;
  list-style-type: none;
  margin: 15px 0;
}

ul.custom-bullet-list li.push-left {
  background: url(/images/custom-bullet.png) no-repeat 22px 5px;
  padding-left: 40px;
  list-style-type: none;
  margin: 15px 0;
}

.gradient-v-bar {
  height: 100%;
  width: 1px;
  float: left;
  margin-right: 20px;
  background: #CCCCCC;
  background: linear-gradient(180deg, #CCCCCC, #FFFFFF);
}

.underline {
  border-bottom: solid 1px #565656;
}

.template-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.template-card {
  border: solid 1px #ccc;
  padding: 15px;
  text-align: center;
  width: 240px;
  margin: 10px;
  border-radius: 4px;
  box-shadow: #ccc 0px 3px 4px;
  font-size: 14px;
  position: relative;
}

.template-card .icon {
  font-size: 54px;
  color: #747474;
}

a.template-button {
  background-color: #ff8d14;
  padding: 10px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 10px;
}
a.template-button:hover {
  color: #fff;
}

a.card-bottom-right.delete-template {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 16px;
  color: #b1b1b1;
}
a.card-bottom-right.delete-template:hover {
  color: #b1b1b1;
}

tr.invalid-import-row td {
  background: #ffd7d7;
}

div#contractor-job-list a {
  display: block;
  padding: 10px;
}

tr.import-failed td:first-child {
  border-left: solid 3px #f00;
}

tr.import-failed td {
  background: #ffdfdf;
}

tr.import-success td:first-child {
  border-left: solid 3px #00ff0d;
}

tr.import-success td {
  background: #dfffe6;
}

.gray-header {
  background: #ccc;
  color: #444;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14.5pt;
  transition: 0.4s;
  font-weight: bold;
}

.gray-section-body {
  background: #f5f5f5;
  margin: 0 0 20px 0;
}

.gray-section-body p {
  padding: 10px 20px;
  margin: 0;
}

.btn.btn-secondary.small {
  padding: 3px 8px;
  border-radius: 3px;
}

.btn-secondary.white-bg {
  background: #fff !important;
}

.gray-section-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gray-section-body li a {
  padding: 10px 20px;
  width: 100%;
  display: block;
}

.gray-section-body li:not(.no-highlight):hover {
  background: #fff;
}

.split-paperwork-l {
  width: 75%;
  float: left;
}

.split-paperwork-r {
  width: 25%;
  float: left;
  padding: 5px;
}

.gray-section-body li div.split-paperwork-r a {
  width: auto;
  padding: 5px 10px;
}

div#missing-timesheet-head {
  padding: 10px 20px;
  font-weight: bold;
  background: #e9e9e9;
  text-align: center;
}

div#missing-timesheets {
  height: 80px;
  overflow: hidden;
  transition: all ease 250ms;
}

div#missing-timesheets.open {
  height: auto;
}

.missing-timesheet-link a:hover {
  background: #fff;
}

.missing-timesheet-link {
  text-align: center;
}

.missing-timesheet-link:nth-child(odd) {
  background: #f7f7f7;
}

.missing-timesheet-link:nth-child(even) {
  background: #fff;
}

#noTabTabs a.nav-link {
  border: none;
}

#noTabTabs a.nav-link.active {
  font-weight: bold;
  border-bottom: solid 2px #2602b3;
}

#noTabTabs li:first-child a {
  padding-left: 0;
}

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