ol.breadcrumb li,
li.dropdown-toggle,
ul.dropdown-menu li {
  margin-bottom: 0;
}

#user-left-box {
  padding: 25px 0;
  display: flex;
  align-items: center;
}
#user-left-box img {
  width: 140px;
  margin: 0 auto;
}

#login-logo {
  background: white;
}

p.theme-whbl {
  color: #548aff;
}

/* override theme colours */
#public-ui-theme.theme-whbl #header-navbar .nav > li > a:hover, #public-ui-theme.theme-whbl #header-navbar .nav > li > a:focus, #public-ui-theme.theme-whbl #header-navbar .nav .open > a, #public-ui-theme.theme-whbl #header-navbar .nav .open > a:hover, #public-ui-theme.theme-whbl #header-navbar .nav .open > a:focus, #public-ui-theme.theme-whbl .navbar-toggle:hover, #public-ui-theme.theme-whbl .navbar-toggle:focus, #public-ui-theme.theme-whbl .mobile-search.active > .btn, #public-ui-theme.theme-whbl a.btn-primary:hover, #public-ui-theme.theme-whbl button.btn-primary:hover {
  background-color: #546eff !important;
}

#public-ui-theme.theme-whbl h1, #public-ui-theme.theme-whbl .pagination > li > a, #public-ui-theme.theme-whbl .pagination > li > span, #public-ui-theme.theme-whbl .pagination > li > a:hover, #public-ui-theme.theme-whbl .pagination > li > span:hover, #public-ui-theme.theme-whbl .pagination > li > a:focus, #public-ui-theme.theme-whbl .pagination > li > span:focus, #public-ui-theme.theme-whbl .pagination > li > a:active, #public-ui-theme.theme-whbl .pagination > li > span:active {
  color: #548aff;
}

#public-ui-theme.theme-whbl #header-navbar, #public-ui-theme.theme-whbl .btn-primary, #public-ui-theme.theme-whbl .pagination > .active > a, #public-ui-theme.theme-whbl .pagination > .active > span, #public-ui-theme.theme-whbl .pagination > .active > a:hover, #public-ui-theme.theme-whbl .pagination > .active > span:hover, #public-ui-theme.theme-whbl .pagination > .active > a:focus, #public-ui-theme.theme-whbl .pagination > .active > span:focus {
  background-color: #548aff !important;
  border-color: #456ABC !important;
}

#public-ui-theme .nav-tabs > li.active > a, #public-ui-theme .nav-tabs > li.active > a:hover, #public-ui-theme .nav-tabs > li.active > a:focus {
  border-top: 2px solid #548aff !important;
}

.radio label:after {
  background-color: #548aff !important;
  border: 1px solid #548aff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 2px solid #548aff;
}

.radio input[type=radio]:checked + label:before, .radio input[type=radio]:hover + label:before {
  border-color: #548aff !important;
}

.dataTable thead tr th:hover {
  color: #548aff;
}

.checkbox-nice label:after {
  border: 3px solid #548aff;
  border-top: none;
  border-right: none;
}

.checkbox-nice.disabled label::after {
  display: none;
}
.checkbox-nice.disabled label::before {
  background: #e3e3e3;
}
.checkbox-nice.disabled label:hover::before {
  cursor: default;
}

.navbar-toggle {
  display: none;
}

.centered {
  margin: auto;
}

.clickable {
  cursor: pointer;
}

.pt-2 {
  padding-top: 2em;
}

h5 {
  line-height: 1.5;
}

.navbar .navbar-left a:hover,
.navbar .navbar-left a:focus,
.navbar .navbar-left a:active {
  text-decoration: none;
}

.box {
  border: 1px solid #f3f5f6;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.job-listing .job,
.agreement-listing .agreement {
  border: 1px solid #f3f5f6;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.job-listing .job h3,
.agreement-listing .agreement h3 {
  margin: 0 0 5px 0;
  padding: 0;
  border-bottom: none;
  color: #548aff;
  font-size: 18px;
}

.agreement-listing .agreement h3.archived {
  color: #484848;
}

.job-listing .job a:hover,
.job-listing .job a:focus,
.agreement-listing .agreement a:hover,
.agreement-listing .agreement a:focus {
  text-decoration: none;
}

.job-listing .job p.created-on,
.agreement-listing .agreement p.created-on {
  font-style: italic;
  color: #484848;
  margin: 0;
  font-size: 12px;
}

.job-listing .job p.stripped-description {
  margin-top: 20px;
}

.job-listing .job .action-btns,
.agreement-listing .agreement .action-btns {
  float: right;
}

.job-listing .job .action-btns .btn,
.agreement-listing .agreement .action-btns .btn {
  padding: 4px 8px;
  border: none;
}

.job-listing .job .action-btns .btn:focus i,
.agreement-listing .agreement .action-btns .btn:focus i {
  color: white;
}

p.info {
  color: #548aff;
  display: inline-block;
  margin: 6px 0 0 0;
}

p.company-info {
  margin: 0 !important;
  font-size: 28px;
  color: #444444;
}

.custom-label > label, .custom-label > p {
  font-weight: 700;
  font-size: 16px;
  color: #548aff;
}

#company-setup .alert {
  margin: 0;
}
#company-setup textarea[name=About], #company-setup textarea[name=CompanyValues] {
  height: 100px;
}

#job-details h3, #company-setup h3, h3.header {
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: none;
  font-size: 18px;
}

p.title {
  font-weight: bold;
  margin-top: 10px;
}

.right {
  float: right;
}

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

.btn.info {
  background-color: #FCB61A;
  border-color: #ca9215;
  color: white;
}
.btn.info:hover {
  color: white;
  background-color: #e3a417;
}
.btn.info:focus {
  color: white;
}

#welcome {
  margin: 8px 0 0 0;
  font-size: 18px;
  color: black !important;
  font-weight: 500;
}

/*
 *  DASHBOARD
 */
.checklist-item-box {
  border: 1px solid #e7ebee;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
  background-clip: padding-box;
}

.checklist-content p, .checklist-status p {
  margin: 0;
}

.checklist-content {
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.checklist-status {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: white;
}

.incomplete {
  background-color: #777777;
}

.complete {
  background-color: #89b578;
}

.dashboard-section-header {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.dashboard-section-text {
  padding-left: 30px;
}

#tips {
  padding: 0 35px;
}

#posts {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 211px;
}

.post-image {
  border-radius: 5px;
}

.post-date {
  margin: 2rem 0 0 0;
  text-transform: uppercase;
  color: #B0B0B0;
  font-size: 1.3rem;
}

.post-title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #548aff !important;
}

.post-content {
  margin: 2rem 0 0 0;
}
.post-content a {
  font-style: italic;
}

.plan-header {
  font-weight: bold;
  font-size: 1.5em;
}
.plan-header span.subtitle {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.plan {
  padding-left: 35px;
  padding-right: 35px;
}

.plan-bronze {
  color: saddlebrown;
}

.plan-silver {
  color: silver;
}

.plan-gold {
  color: #ba9800;
}

.details {
  display: flex;
  justify-content: center;
}

.plan-detail-text {
  color: gray;
  margin-bottom: 0;
}

.ul.plan-features {
  margin: 0 auto;
}

.checklist-content-subtext {
  color: gray;
  font-style: italic;
  font-size: 14px;
  margin-top: 5px !important;
}

.checklist-content-subtext.warning {
  color: #ffc107;
}

#dashboard {
  padding-bottom: 2rem;
}
#dashboard #content-header {
  background: none !important;
  border: none !important;
}
#dashboard #content-wrapper {
  background: linear-gradient(180deg, rgb(241, 245, 255) 0%, rgb(249, 251, 255) 50%) !important;
}
#dashboard .full-hero {
  border-radius: 10px;
  background-color: #DFE9FF;
  padding: 4rem;
  min-height: 18rem;
  margin: 0 1rem 2rem 1rem;
  -webkit-box-shadow: 0px 4px 15px 8px rgba(70, 95, 165, 0.07);
  box-shadow: 0px 4px 15px 8px rgba(70, 95, 165, 0.07);
  position: relative;
  overflow: hidden;
}
#dashboard #footprints {
  position: absolute;
  right: -20px;
  height: 120%;
  width: auto;
  top: -30px;
  z-index: 0;
  opacity: 0.8;
}
#dashboard #footprints img {
  width: auto;
  height: 100%;
}
#dashboard #welcome-dash {
  font-size: 3.5rem;
  font-weight: bold;
  color: #484848 !important;
  padding: 0;
  margin: 0;
}
#dashboard .hero-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}
#dashboard .hero-content .content-wrapper {
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 100ch;
  position: relative;
}
#dashboard .hero-content p:nth-child(3) {
  font-size: 1.3rem;
  font-style: italic;
}
#dashboard .hero-content .note {
  font-weight: 600;
}
#dashboard .hero-content p {
  font-weight: 500;
  font-size: 1.55rem;
}
#dashboard .hero-CTA {
  width: 40%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
#dashboard .quickstart-section {
  color: #484848 !important;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4rem;
  margin: 1rem 1rem;
  -webkit-box-shadow: 0px 4px 15px 8px rgba(70, 95, 165, 0.07);
  box-shadow: 0px 4px 15px 8px rgba(70, 95, 165, 0.07);
}
#dashboard .quickstart-section h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0 0 3.5rem 0;
  padding: 0;
}
@media (min-width: 1485px) {
  #dashboard #footprints {
    right: unset;
    left: 65%;
  }
}
@media (max-width: 1230px) {
  #dashboard #footprints {
    right: -150px;
    top: -86px;
  }
}
@media (max-width: 645px) {
  #dashboard #footprints {
    right: -100px;
    top: -50px;
    height: 80%;
    opacity: 0.3;
  }
}

.dashboard-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 2rem;
}

#get-started {
  width: 45%;
}
#get-started .counter-wrapper {
  position: relative;
}
#get-started .counter-connection {
  position: absolute;
  border: none;
  border-left: 1.5px dashed #465FA5;
  color: #465FA5;
  height: 100%;
  width: 2px;
  left: 14px;
}
#get-started .counter-connection::before {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #465FA5;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -4px;
}
#get-started .counter-connection::after {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #465FA5;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
}

.dashboard-column {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.quickstart-items {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.counter-shape {
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #465FA5;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.counter {
  position: absolute;
  color: white;
  font-weight: 600;
  text-align: center;
  top: 15%;
  left: 35%;
}

.step-container {
  margin-left: 2.5rem;
}
.step-container .progress {
  border-color: #465FA5;
  margin: 2rem 0 0.75rem 0;
}
.step-container .progress-bar {
  background-color: #465FA5;
}
.step-container .progress-label {
  font-size: 1.3rem;
  color: #465FA5;
}

.step-container, .item-container {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 2rem 3rem;
  background: white;
  width: 100%;
}

.step-container:hover, .step-container:active, .step-container:focus {
  text-decoration: none;
  cursor: pointer;
  border-color: #465FA5;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

.step-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.step-name {
  font-weight: 600;
  font-size: 1.6rem;
}

.warning-banner {
  background-color: #FFF4DC;
  color: #866C1D;
  border-radius: 6px;
  border-left: 6px solid #FDB619;
  font-weight: 600;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}

#hr-tips {
  padding-bottom: 2rem;
  overflow-y: scroll;
  max-height: 30rem;
}
#hr-tips .item-container {
  pointer-events: pointer;
}
#hr-tips .item-container:hover, #hr-tips .item-container:active, #hr-tips .item-container:focus {
  text-decoration: none;
  border-color: #465FA5;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

#subscription-plan.quickstart-section {
  flex-grow: 2.5;
  background-color: #DFE9FF;
}
#subscription-plan.quickstart-section .block {
  margin-bottom: 1rem;
}
#subscription-plan.quickstart-section .subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
#subscription-plan.quickstart-section .subscription-info {
  display: flex;
  flex-direction: row;
  column-gap: 2.25rem;
}
#subscription-plan.quickstart-section .info-label {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
#subscription-plan.quickstart-section .info-detail {
  font-size: 1.6rem;
  font-weight: 700;
}
#subscription-plan.quickstart-section .divider {
  position: relative;
}
#subscription-plan.quickstart-section .divider span {
  display: block;
  position: absolute;
  top: 5px;
  width: 2px;
  height: 38px;
  background-color: #465FA5;
}
#subscription-plan.quickstart-section #renew {
  margin-top: 1rem;
}
#subscription-plan.quickstart-section .subscription-action {
  margin-top: 2rem;
}
#subscription-plan.quickstart-section .subscription-action .upgrade {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  column-gap: 2rem;
}
#subscription-plan.quickstart-section .subscription-action #silver-upgrade.plan {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#subscription-plan.quickstart-section .subscription-action .plan {
  background-color: #fff;
  border-radius: 5px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#subscription-plan.quickstart-section .subscription-action .plan:first-child {
  flex-grow: 2;
}
#subscription-plan.quickstart-section .subscription-action .plan:nth-child(2) {
  flex-grow: 1;
}
#subscription-plan.quickstart-section .subscription-action .plan-title .plan-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
#subscription-plan.quickstart-section .subscription-action .plan-title .plan-subtitle {
  margin-bottom: 1.5rem;
}
#subscription-plan.quickstart-section .subscription-action .plan-features {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
#subscription-plan.quickstart-section .subscription-action .feature-group {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
}
#subscription-plan.quickstart-section .subscription-action .feature {
  margin: 0;
  font-size: 1.35rem;
}
#subscription-plan.quickstart-section .subscription-action .feature-check-icon {
  color: #465FA5;
  font-size: 1.7rem;
}
#subscription-plan.quickstart-section .subscription-action .upgrade-CTA {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 3rem;
}
#subscription-plan.quickstart-section .subscription-action .upgrade-CTA a {
  width: 100%;
}

@media (max-width: 1460px) {
  #subscription-plan.quickstart-section .subscription-action .upgrade {
    flex-direction: column;
    row-gap: 2rem;
  }
}
@media (max-width: 1155px) {
  #subscription-plan.quickstart-section .subscription-action #silver-upgrade.plan {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2rem;
  }
  #subscription-plan.quickstart-section .subscription-action #silver-upgrade.plan a {
    width: 100%;
  }
}
@media (max-width: 915px) {
  .quickstart-section {
    padding: 3rem 2rem;
  }
  .step-container {
    margin-left: 0;
  }
  .counter-shape, .counter-connection {
    display: none;
  }
}
@media (max-width: 645px) {
  .dashboard-grid {
    flex-direction: column;
  }
  .quickstart-section {
    padding: 4rem;
  }
  #get-started {
    width: auto;
  }
  .dashboard-column {
    width: auto;
  }
  .step-container {
    margin-left: 2.5rem;
  }
  .counter-shape, .counter-connection {
    display: block;
  }
  #dashboard .full-hero {
    margin-bottom: 1rem;
  }
  #dashboard .hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #dashboard .hero-CTA {
    width: auto;
    margin-top: 2rem;
  }
}
/*
 *  END DASHBOARD
 */
/*
 *  ADD JOB DESCRIPTION
 */
#add-job-description-form span.red {
  color: #e84e40;
}
#add-job-description-form label[for=Title]:after {
  content: " *";
  color: #e84e40;
}

.modal-title {
  display: inline-block;
}

span.browse,
span.edit {
  color: #548aff;
}

span.delete {
  color: #e84e40;
}

span.edit {
  padding-left: 5px;
}

p.small.help {
  margin: 5px 0 0 23px;
}

span.browse:hover,
span.edit,
span.delete {
  cursor: pointer;
}

.hidden-row-field {
  display: none;
}

ul.results {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

ul.results li {
  margin: 5px 0;
  display: flex;
  flex-direction: row;
}

ul.results li input[type=checkbox] {
  margin-right: 10px;
}

#browseModalLabel {
  text-transform: capitalize;
}

li.selection .custom-section {
  font-weight: 600;
}

.custom-row-group {
  margin-bottom: 1.5rem;
}

/*
 * END ADD JOB DESCRIPTION
 */
/*
 *  AGREEMENT SETUP
 */
#agreementSetup h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1.title {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #484848 !important;
  padding-left: 0;
}

.italic {
  font-style: italic;
}

.js-error {
  display: none;
  color: red;
}

#build-container {
  max-width: 100%;
  padding: 10px;
}

#builder img.preview {
  max-width: 300px;
}

#builder .build-step {
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 0;
}
#builder .build-step .step-body {
  border: 1px solid #e7ebee;
  padding: 20px;
  background: white;
  border-radius: 3px;
}
#builder .build-step h3.header {
  margin: 0;
}
#builder .build-step label.preview-label {
  display: block;
}

/*
 *  END AGREEMENT SETUP
 */
/*
 * AGREEMENT CREATE
 */
.step-page span.red {
  color: #e84e40;
}
.step-page label[for=VINEJobDescriptions_ID]:after,
.step-page label[for=Title]:after,
.step-page label[for=VINEEmploymentTypes_ID]:after,
.step-page label[for=EmployeeFirstName]:after,
.step-page label[for=EmployeeLastName]:after,
.step-page label[for=Address1]:after,
.step-page label[for=ADRCountries_ID]:after,
.step-page label[for=ADRProvinces_ID]:after,
.step-page label[for=City]:after,
.step-page label[for=PostalCode]:after,
.step-page label[for=Email]:after,
.step-page label[for=StartDate]:after,
.step-page label[for=OriginalStartDate]:after,
.step-page label[for=AgreementType]:after,
.step-page label[for=CorporationName]:after,
.step-page label[for=EffectiveDate]:after,
.step-page label[for=IndividualFirstName]:after,
.step-page label[for=IndividualLastName]:after,
.step-page label[for=TerminationDate]:after,
.step-page label[for=EmploymentAgreementDate]:after,
.step-page label[for=WeeksSeverance]:after,
.step-page label[for=WeeksSalary]:after,
.step-page label[for=FinalPayDate]:after {
  content: " *";
  color: #e84e40;
}

.steps {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  counter-reset: steps;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
}

.step {
  padding: 10px;
  float: left;
  position: relative;
  counter-increment: steps;
  border-top: 1.5px solid #ccc;
  border-bottom: 1.5px solid #ccc;
  white-space: nowrap;
  background: #f6f6f6;
  width: 33.3%;
  text-align: center;
}
.step.step-active {
  background-color: #548aff;
  border-color: #548aff !important;
}
.step.step-active a {
  color: white !important;
}
.step.step-active:after {
  border-color: #548aff !important;
}
.step.step-complete {
  background-color: white;
  border-color: #548aff !important;
}
.step.step-complete a {
  color: #548aff !important;
}
.step.step-complete:after {
  border-color: #548aff !important;
}
.step.step-incomplete {
  border-color: #ccc !important;
}
.step.step-incomplete a {
  color: #777777 !important;
}
.step.step-incomplete:after {
  border-color: #ccc !important;
}
.step a {
  text-decoration: none;
}
.step.disabled, .step.disabled a {
  cursor: not-allowed;
}
.step:not(:last-child):after {
  content: "";
  width: 2.15em;
  height: 2.15em;
  position: absolute;
  left: 100%;
  margin-left: -1em;
  top: 0.4em;
  transform: rotate(45deg);
  z-index: 2;
  background: inherit;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.step:first-child {
  border-left: 1.5px solid #ccc;
}
.step:first-child.step-complete {
  border-left: 1.5px solid #548aff !important;
}
.step:last-child {
  border-right: 1.5px solid #ccc;
}
.step:last-child.step-incomplete {
  border-right: 1.5px solid #ccc;
}

@media screen and (max-width: 1380px) {
  .steps .step {
    padding: 10px 5px;
    border-right: 1.5px solid #ccc;
  }
  .steps .step:not(:last-child):after {
    content: none;
  }
}
@media screen and (max-width: 1280px) {
  .steps .step {
    float: none;
    position: initial;
    width: 100%;
  }
  .steps .step.step-complete {
    border-right: 1.5px solid #548aff;
    border-left: 1.5px solid #548aff;
  }
  .steps .step.step-incomplete {
    border-right: 1.5px solid #ccc;
    border-left: 1.5px solid #ccc;
  }
  #personalizeNav.step-incomplete {
    border-bottom: none;
  }
  #personalizeNav.step-complete {
    border-top: none;
  }
}
.short-input {
  max-width: 80px;
}

.long-input {
  max-width: 300px;
}

.short-input, .long-input {
  display: inline;
}

label:has(input.long-input) {
  display: inline;
}

.agreement-content .date {
  font-size: 0.75em;
}

.agreement-box-controls {
  padding-right: 20px;
  padding-top: 15px;
}

.agreement-box-control {
  float: right;
}
.agreement-box-control .fa-stack {
  color: gray;
}

#download h3.header {
  margin-bottom: 5px;
}

#download a.btn {
  margin-top: 10px;
}

/*
 * END AGREEMENT CREATE
 */
form div.border-group {
  padding: 10px;
  border: 1px solid #e7ebee;
  margin-bottom: 10px;
}

#select-type-form button[type=submit] {
  margin-top: 10px;
}

#add-job-description-form div.entry {
  display: flex;
  flex-direction: row;
}

#add-job-description-form div.entry input[type=checkbox] {
  margin: 0 10px 0 0;
}

#multiple-locations-info {
  margin-top: 10px;
}

#tooltip,
#jobDescTooltip,
#jobTitleTooltip,
#type-tooltip,
#about-tooltip,
#values-tooltip,
#color-tooltip,
#authority-tooltip,
#company-name-tooltip,
#vacation-tooltip,
#consideration-tooltip,
td a .fa-stack {
  color: #548aff;
  font-size: 14px;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-arrow {
  display: none;
}

.tooltip-inner, .ui-tooltip {
  background-color: white;
  color: black;
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 0 5px #666666;
  text-align: left;
}
.tooltip-inner ul, .ui-tooltip ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}

#company-color {
  padding: 2px 12px;
}

input::-webkit-color-swatch {
  border: none;
}

#company-logo-file-path, #signing-authority-uploaded-signature-file-path {
  display: none;
}

#signature-file-label {
  border: 1px solid #548aff;
  display: block;
  padding: 44px 12px 34px 12px;
  cursor: pointer;
  text-align: center;
  color: #548aff;
}

.file-selected, .signature-file-selected {
  display: block;
  color: black;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
}
.file-selected span, .signature-file-selected span {
  font-weight: 400;
}

#current-logo, #current-signature {
  max-width: 200px;
}

#edit-client-form label[for=LegalCompanyName]:after {
  content: " *";
  color: #e84e40;
}

table td a.table-link.danger span.fa-stack {
  color: #e84e40 !important;
}

#view-agreement #agreement,
#view-agreement #nda-agreement,
#view-agreement #job-details,
#view-agreement #consulting-services-agreement,
#view-agreement #scheduleB {
  padding: 0 !important;
}

#view-agreement .break-before {
  margin-top: 40px;
}

.custom-box {
  border: 1px solid #e7ebee;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
  background-clip: padding-box;
}

.custom-box-content p {
  margin: 0;
}

.custom-box-content {
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/*
 * POLICY
 */
.radio.no-select label::before {
  display: none;
}

.radio.no-select label::after {
  display: none;
}

label[for^=cover-page-version-], label[for^=welcome-images-] {
  padding-left: 0px !important;
}

.selected {
  border-width: 2px !important;
  border-style: solid;
  border-color: #546eff !important;
}

label[for^=cover-page-version-] {
  color: white;
}

#cover-page-version img {
  max-width: 165px;
  border: 1px solid #e7ebee;
}

.policy-section-title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #484848 !important;
  padding-left: 0;
  padding-bottom: 15px;
  font-size: 18px;
}

#locations-link {
  margin-bottom: 15px;
}

.question {
  border: 1px solid #f3f5f6;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.question a:hover,
.question a:focus {
  text-decoration: none;
}

.question .action-btns {
  float: right;
}

.question .action-btns .btn {
  padding: 4px 8px;
  border: none;
}

.question .action-btns .btn:focus i {
  color: white;
}

#policies .table-box {
  padding: 20px;
}

#policies .custom-box .custom-box-content table thead tr th:first-child,
#policies .custom-box .custom-box-content table tbody tr td:first-child {
  width: 300px;
}

.up-to-date-icon {
  color: green;
  font-size: 18px;
}

.out-of-date-icon {
  color: red;
  font-size: 18px;
}

.progress {
  height: 15px !important;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #546eff;
  background-color: white;
}

.progress-bar {
  background-color: #546eff;
}

.progress-label {
  margin-bottom: 0;
}

.basic-link {
  color: #548aff !important;
}

.multi-question {
  padding-left: 20px;
}

/**
 * MANUAL
 */
#welcome-image-path, #about-image-path {
  display: none;
}

#welcome-image-label, #about-image-label, #company-logo-label {
  display: block;
  padding: 34px 12px;
  cursor: pointer;
  text-align: center;
}

#company-setup label.preview-label {
  display: block;
}

#company-setup img.preview {
  max-width: 300px;
}

.primary {
  color: #548aff;
}

.btn-default[disabled] {
  background-color: grey;
  color: #adadad;
}

.setup-btns {
  margin-bottom: 10px;
}

.setup-btns, .agreement-btns {
  display: inline-block;
  border: 1px solid #f3f5f6;
  padding: 15px;
}

.setup-btns h2, .agreement-btns h2 {
  margin-bottom: 5px;
}

.pl-0 {
  padding-left: 0;
}

.panel-heading {
  background-color: #fff !important;
  margin-top: 0 !important;
}
.panel-heading.opened {
  background-color: #e7f1ff !important;
}
.panel-heading:hover {
  cursor: pointer;
}

.panel-default {
  margin-top: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.panel-title {
  color: black !important;
  user-select: none;
}
.panel-title.opened {
  color: #0c63e4 !important;
}
.panel-title.opened:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.panel-title:after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  float: right;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.panel-collapse {
  border: 0;
}

#accordion:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.remove-sidebar {
  margin-left: 0 !important;
}

.registration-content {
  padding: 30px;
}
.registration-content h1 {
  padding-left: 0;
  font-weight: bold;
}

#payment-method .card-input {
  border: 2px solid #e7ebee;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(128, 128, 128, 0);
  margin-bottom: 15px;
}
#payment-method .subscription-details {
  color: dimgray;
}

#subscribe-btn {
  display: block;
  background: #666EE8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}
#subscribe-btn:focus {
  background: #555ABF;
}
#subscribe-btn:active {
  background: #43458B;
}
#subscribe-btn:disabled {
  background: #9a9ab6;
}

#welcome-dropzone, #aboutUs-dropzone, #company-logo-dropzone, #signature-dropzone {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  min-height: 300px;
  padding: 30px;
  width: 100%;
  border: 2px dashed #848484;
  border-radius: 10px;
  margin: 20px 0;
}
#welcome-dropzone :hover, #aboutUs-dropzone :hover, #company-logo-dropzone :hover, #signature-dropzone :hover {
  cursor: pointer;
}
#welcome-dropzone a.dz-remove, #aboutUs-dropzone a.dz-remove, #company-logo-dropzone a.dz-remove, #signature-dropzone a.dz-remove {
  color: black;
}
#welcome-dropzone a.dz-remove:hover, #aboutUs-dropzone a.dz-remove:hover, #company-logo-dropzone a.dz-remove:hover, #signature-dropzone a.dz-remove:hover {
  text-decoration: none;
}
#welcome-dropzone .dz-progress, #aboutUs-dropzone .dz-progress, #company-logo-dropzone .dz-progress, #signature-dropzone .dz-progress {
  display: none;
}
#welcome-dropzone #welcome-preview, #welcome-dropzone #aboutUs-preview, #welcome-dropzone #company-logo-preview, #welcome-dropzone #signature-preview, #aboutUs-dropzone #welcome-preview, #aboutUs-dropzone #aboutUs-preview, #aboutUs-dropzone #company-logo-preview, #aboutUs-dropzone #signature-preview, #company-logo-dropzone #welcome-preview, #company-logo-dropzone #aboutUs-preview, #company-logo-dropzone #company-logo-preview, #company-logo-dropzone #signature-preview, #signature-dropzone #welcome-preview, #signature-dropzone #aboutUs-preview, #signature-dropzone #company-logo-preview, #signature-dropzone #signature-preview {
  flex-grow: 1;
  margin-top: 20px;
}
#welcome-dropzone .dz-message, #aboutUs-dropzone .dz-message, #company-logo-dropzone .dz-message, #signature-dropzone .dz-message {
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
}
#welcome-dropzone .dz-message p, #aboutUs-dropzone .dz-message p, #company-logo-dropzone .dz-message p, #signature-dropzone .dz-message p {
  color: black;
}
#welcome-dropzone .dz-message p:not(.small), #aboutUs-dropzone .dz-message p:not(.small), #company-logo-dropzone .dz-message p:not(.small), #signature-dropzone .dz-message p:not(.small) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#welcome-dropzone .dz-message p.small, #aboutUs-dropzone .dz-message p.small, #company-logo-dropzone .dz-message p.small, #signature-dropzone .dz-message p.small {
  margin: 0;
  font-size: 14px;
}
#welcome-dropzone .dz-message .grey, #aboutUs-dropzone .dz-message .grey, #company-logo-dropzone .dz-message .grey, #signature-dropzone .dz-message .grey {
  color: #848484;
}
#welcome-dropzone .dz-message img, #aboutUs-dropzone .dz-message img, #company-logo-dropzone .dz-message img, #signature-dropzone .dz-message img {
  margin-bottom: 10px;
}
#welcome-dropzone .dz-message #logo-sizes, #aboutUs-dropzone .dz-message #logo-sizes, #company-logo-dropzone .dz-message #logo-sizes, #signature-dropzone .dz-message #logo-sizes {
  max-width: 100%;
  margin-top: 20px;
}

#footer-links {
  text-align: center;
}
#footer-links a {
  margin: 0 5px;
  font-size: 12px;
}

.accept-buttons {
  margin-top: 20px;
}

.offers-benefits .checkbox-nice, .has-employment-agreement .checkbox-nice, .without-prejudice-severance .checkbox-nice {
  display: inline-block;
}

label[for=offers-benefits],
label[for=has-commission],
label[for=has-nda],
label[for=has-incentives],
label[for=has-signed-employment-agreement],
label[for=without-prejudice-severance] {
  font-size: 14px;
}

#daily-work-hours-container input {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #col-left {
    height: 0;
  }
}
#checklist .col-md-12 {
  margin-bottom: 1.25rem;
}
#checklist .company-items {
  margin-bottom: 2.75rem;
}
#checklist .weeks-severance, #checklist .termination-reason {
  margin: 0.5rem 0 0 1.5rem;
}
#checklist .employment-agreement {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#checklist .has-employment-agreement,
#checklist .without-prejudice-severance {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
#checklist .has-employment-agreement .checkbox-nice,
#checklist .without-prejudice-severance .checkbox-nice {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

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