/* ==========================================================================
   Global Styles
   ========================================================================== */

body {
    background: #F8F8F8;
    color: #444444;
    font-family: "museo-sans", helvetica, arial, sans-serif;
    font-weight: 500;
    line-height: 1;
}

/* Typekit Fix */

.wf-loading p,
.wf-loading .table-cell,
.wf-loading table,
.wf-loading button,
.wf-loading span,
.wf-loading a,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
    opacity: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

/*
.wf-active *,
.wf-inactive * {
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
*/

.wrapper {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.text-sm {
    font-size: 11px;
    font-weight: 500;
    color: #444444;
}

.text-lg {
    font-size: 34px;
    font-weight: 500;
    color: #444444;
}

.section-title {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
}

.paragraph {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    line-height: 1.5;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

a {
    color: #D3191F;
}

a:hover {
    color: #E54B50;
}

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

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



.btn {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    padding: 10px;
    position: relative;
    transition: all .1s ease;
}

.btn.disabled {
    display: none !important;
}

.btn:not(:disabled):not(.disabled):active {
    top: 2px;
    box-shadow: none;
}

.btn-primary {
    background: #D3191F;
    border-color: #D3191F;
}

.btn-primary:focus {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: #D3191F;
    border-color: #D3191F;
}


.btn-primary:hover {
    background: #D3191F;
    border-color: #D3191F;
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15)
}

.btn-secondary:focus {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: #444;
    border-color: #444;
}

.btn-icon {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 10px;
    width: 24px;
    height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon img {
    width: 14px;
}

.btn-link{
    box-shadow: none !important;
    color: #444;
}

.btn-link:hover{
    color: #444;
}

.button-sm {
    font-size: 13px;
}

.content-box {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

section {
    margin: 50px 0;
}


.bg-f4 {
    background-color: #f4f4f4
}

input[type=checkbox],
input[type=radio] {
    outline: 0 !important;
}

.show > .btn-outline-secondary.dropdown-toggle:focus,
.show > .btn-outline-secondary.dropdown-toggle:active {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15)
}


.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-secondary {
    color: #444;
    border-color: #444;
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.input-group > .input-group-append > .custom-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-select {
    color: #444;
    border: 1px solid #444;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    background: #fff url(/assets/img/icon-caret-dark.svg) no-repeat right .75rem center;
    background-size: 10px;
    cursor: pointer;
}

.custom-select.notify_home_call,
.custom-select.notify_home_text,
.custom-select.notify_mobile_text,
.custom-select.notify_mobile_call {
    color: #fff;
    border: 1px solid #444;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    background: #444 url(/assets/img/icon-caret-white.svg) no-repeat right .75rem center;
    background-size: 10px;
}

.custom-select:focus {
    border-color: #444;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.input-group > .input-group-append > .form-check-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #444;
    border: 1px solid #444;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: #fff;
    font-size: 14px;
}


.input-group > .input-group-append > .form-check-label:active {
    top: 2px;
}

.input-group > .input-group-append > .form-check-label.active {
    background-color: #444;
    color: #fff;
    font-weight: 500;
}

.input-group > .input-group-append > .form-check-label.active input {
    background-color: #fff;
}

.input-group > .input-group-append > .form-check-label.active input[type=checkbox] {
    background: url(../img/icon-check-dark.svg) center no-repeat #fff;
}

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

/*  Form Styles
/* ======================================================== */

label,
.label {
    color: #898989;
    display: block;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.data {
    font-size: 11px;
}

.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=tel],
.form-group input[type=email],
.form-group input[type=password] {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px 4px 0 0;
    padding: 13px 10px 7px;
    width: 100%;
    -webkit-transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-bottom: 1px solid #898989;
    color: #444444;
}

textarea {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 13px 10px 7px;
    width: 100%;
    -webkit-transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #898989;
    color: #444444;
    resize: none;
    min-height: 100px;
}

textarea:focus {
    outline: none;
    border-color: #D3191F;
}

.money input[type=number] {
    padding-left: 10px;
}

.money input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.money:before {
    content: '$';
    color: #444;
    font-size: 16px;
    position: absolute;
    left: 2px;
    top: 15px;
}

.input-group input[type=text],
.input-group input[type=email] {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px 4px 0 0;
    padding: 13px 10px 7px;
    -webkit-transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-bottom: 1px solid #898989;
    color: #444444;
}

.form-group input:focus,
.input-group input:focus {
    outline: none;
    border-bottom: 1px solid #D3191F;
    box-shadow: none;
}

.form-check-label {
    border-radius: 4px;
    color: #444;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: -1px;
    margin-right: -1px;
    padding: 12px 10px;
    transition: background .4s;
    text-transform: capitalize;
}

.form-check-label:hover {
    cursor: pointer;
}

.form-check-label .text {
    display: inline-block;
    margin-left: 10px;
}

.form-check-label input[type=checkbox] {
    -webkit-appearance: none;
    background: url(../img/icon-checkmark.svg) center no-repeat #FFF;
    border-radius: 2px;
    border: 1px solid #444;
    display: inline-block;
    height: 15px;
    margin: 0;
    position: static;
    width: 15px;
}

.form-check-label.active {
    background: #EBEBEB;
    font-weight: 700;
}

.form-check-label.active input[type=checkbox] {
    background: url(../img/icon-check.svg) center no-repeat #444;
}

.form-group--large input {
    font-size: 28px;
}

.spec-wrap input.spec {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px 4px 0 0;
    padding: 15px 10px 5px;
    width: 100%;
    -webkit-transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-bottom: 1px solid #898989;
}

.spec-wrap input.spec:focus {
    outline: none;
    border-bottom: 1px solid #D3191F;
    background-color: rgba(0, 0, 0, 0.1)
}

/*.label{
    font-size: 13px;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 7px;
}*/

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

/*  Header / Navbar
/* ======================================================== */

.navbar .fluid-container {
    width: 100%;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar h2 {
    color: #FFF;
    margin: 0;
}

.navbar a {
    color: #fff;
}

.logo {
    width: 110px;
}

.order-search {
    margin-right: 30px;
    position: relative;
}

.order-search input {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    padding: 13px 15px 13px 45px;
    width: 550px;
    color: #444444;
}

.order-search input::placeholder {
    color: #898989;
}

.order-search input:focus {
    outline: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.order-search input:focus::placeholder {
    color: #898989;
}

.order-search__icon {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 18px;
    z-index: 2;
}






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

/*  Customer Management -- Filter Nav
/* ======================================================== */

.filter-nav {
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.btn-filter {
    min-width: 160px;
    display: inline-flex;
    justify-content: space-between;
}

#filters {
    width: 330px;
    position: absolute;
    left: 15px;
    top: 55px;
    z-index: 100;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.tiny-link {
    font-size: 10px;
    text-decoration: underline;
}




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

/*  Customer Management -- Basic Styles
/* ======================================================== */

.orders-table {
    font-size: 13px;
    width: 100%;
}

.orders-table__header {
    color: #222;
}

.orders-table__row {
    cursor: pointer;
    font-weight: 300;
    transition: all 0.2s ease;
}

.orders-table__row:hover {
    background-color: rgba(230, 230, 230, .3);
}

.orders-table__group:nth-of-type(even){
    background-color: #f4f4f4;
}

.orders-table__group.needcall {
    background-color: rgba(211,25,31,0.1);
}

.needcall .order-status:before{
    background-color:#FFD800;
}

.order-status {
    display: flex;
    align-items: center;
}

.order-status:before {
    background-color: #4AD83E;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    width: 6px;
}

.order-status--urgent {
    color: #D3191F;
}

.order-status--urgent:before {
    background: #D3191F;
}


.status-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}

.status-point {
    background: #DEE2E6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    height: 6px;
    width: 6px;
    z-index: 2;
}

.status-line {
    background: #DEE2E6;
    display: inline-block;
    height: 2px;
    width: 30px;
    margin: 0 -10px;
}

.status-line.complete,
.status-point.complete {
    background-color: #4AD83E;
}

.row-caret {
    position: absolute;
    right: 40px;
    transition: .4s all;
    width: 10px;
}

.orders-table__row.active .row-caret {
    transform: rotate(180deg);
}




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

/*  Customer Management -- Filtering Columns
/* ======================================================== */

.filter__link {
    cursor: pointer;
}

.filter-caret {
    opacity: 0;
    display: inline-block;
    margin-left: 5px;
    transition: all .4s;
    width: 10px;
}

.filter__link.asc + .filter-caret {
    opacity: 1;
}

.filter__link.desc + .filter-caret {
    opacity: 1;
    transform: rotate(180deg);
}






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

/*  Customer Management -- Inside Collapse
/* ======================================================== */

.orders-table__details {
    background: #ffffff;
}

.details__header {
    display: flex;
    justify-content: space-between;
}

.details__step {
    position: relative;
    width: 20%;
}

.js-jobs-link,
.js-notification-link,
.js-pickup-link {
    cursor: pointer;
}

.details__step.active {
    background: #F4F4F4;
}

.details__step:before {
    content: '';
    background: #DEE2E6;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;

    position: absolute;
    top: 24px;
    left: 24px;
}

.details__step.in-progress:before {
    background-color: #FFD800;
}

.details__step.complete:before {
    background-color: #4AD83E;
}

.details__step.no-circle:before {
    display: none;
}

.details__step p {
    margin: 10px 0 0 12px;
}

.details__step .label {
    margin-left: 12px;
}

.small-link {
    color: #D3191F;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
}


.orders-table__job {
    cursor: pointer;
    font-weight: 300;
    transition: all 0.2s ease;
}

.orders-table__job:hover {
    background-color: #F4F4F4;
}

.orders-table__job.complete {
    color: #C6C6C6;
}

.orders-table__job p {
    margin-bottom: 0;
}

.job-status {
    position: relative;
    padding-left: 40px;
}

.job-status.no-circle:before {
    display: none;
}

.job-status:before {
    content: '';
    background: #ffffff;
    border: 1px #DEE2E6 solid;
    border-radius: 50%;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -3px;
    left: 10px;
}



.orders-table__job.complete .job-status:before {
    background-color: #C7F3C4;
    border-color: #C7F3C4;
    transition: all 0.2s ease;
    background-size: 16px;
    background-image: url(/assets/img/icon-check.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.orders-table__job.complete:hover .job-status:before {
    background-color: #4AD83E;
    border-color: #4AD83E;
}


.notify-status {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem;
}

.notify-status.complete {
    color: #C6C6C6;
}

.notify-status.no-circle:before {
    display: none;
}

.notify-status:before {
    content: '';
    background: #ffffff;
    border: 1px #DEE2E6 solid;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}



.notify-status.complete:before {
    background-color: #C7F3C4;
    border-color: #C7F3C4;
    transition: all 0.2s ease;
    background-size: 11px;
    background-image: url(/assets/img/icon-check.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.notify-status.complete:hover:before {
    background-color: #4AD83E;
    border-color: #4AD83E;
}




.back-link {
    color: #444;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.back-link:hover {
    color: #444;
}

.back-link img {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
}

.unsent {
    color: #898989;
    font-weight: 300;
}

.unsent p {
    margin-bottom: 5px;
}


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

/*  Create Order -- Basic Styles
/* ======================================================== */

.create-order__nav .nav-item a {
    display: inline-block;
}

.create-order__nav .nav-link {
    color: #444;
    padding-left: 5px;
    padding-right: 5px;
}

.create-order__nav .nav-link.active {
    border-bottom: 2px solid #D3191F;
    color: #D3191F;
}

.create-order__nav .nav-link.active:hover {
    border-color: #E54B50;
    color: #E54B50;
}

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

/*  Create Order -- Customer Search
/* ======================================================== */

.customer-search {
    position: relative;
}

.large-search {
    border: 1px solid #FFF;
    border-radius: 4px;
    display: block;
    padding: 15px;
    transition: all .2s ease;
    width: 100%;
}

.large-search:focus {
    outline: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.customer-search .large-search {
    padding-left: 45px;
}

.customer-search__icon {
    width: 24px;

    position: absolute;
    left: 14px;
    top: 14px;
}





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

/*  Create Order -- Dropdown
/* ======================================================== */

.customer-dropdown {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    overflow: scroll;
    max-height: 300px;

    position: absolute;
    top: 51px;
    left: 15px;
    right: 15px;
    z-index: 1000;
}

.dropdown-item:hover {
    background-color: #F4F4F4;
}

.dropdown-item {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-item:last-of-type {
    border-bottom: 0;
}

.customer-dropdown .dropdown-item.active,
.customer-dropdown .dropdown-item:active {
    color: inherit;
    background-color: #f4f4f4;
}





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

/*  Create Order -- No Customer Selected
/* ======================================================== */

.no-customer-selected {
    border-radius: 4px;
    border: 3px solid #F4F4F4;
    height: 300px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.no-customer-selected h5 {
    display: block;
    margin: 15px auto 0;
}

.no-customer__icon {
    background: #F4F4F4;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.no-customer__icon img {
    width: 22px;
    margin-left: 4px;
}






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

/*  Create Order -- Step 2 - Order Information
/* ======================================================== */

.job-row {
    border-bottom: 1px solid #DEE2E6;
    transition: all .4s;
}

.job-row:last-of-type {
    border-bottom: 0;
}

.job-row.small:hover {
    background-color: #F4F4F4;
    cursor: pointer;
}

.job-row.small .row--small {
    display: flex;
}

.job-row.small .row--expanded {
    display: none;
}

.job-row.expanded .row--small {
    display: none;
}

.job-row.expanded .row--expanded {
    display: flex;
}

.job-row__data {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.data-columns .job-row__data {
    float: left;
    width: 50%;
}

.special-x img {
    margin-bottom: 30px;
    width: 8px;
}

.job-row .btn-group {
    margin-top: 10px;
}

.job-row .btn-group button {
    background: none;
    color: #444;
    min-width: 100px;
}

.btn-prices {
    text-align: left;
    /*
    padding-top: 5px;
    padding-bottom: 5px;
*/
}

/*
.btn-prices .label {
    color: #444;
}

.btn-prices:focus .label{
    color: #fff;
}
*/

.btn-prices__amount {
    display: block;
}

.btn-group .btn-active .label {
    color: #FFF;
}

.job-row .btn-group button.btn-active {
    background: #444;
    color: #FFF;
}

.add-charge img {
    width: 24px;
}



.order-sidebar {
    padding: 30px 30px 0;
}

.customer-info {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.customer-info__row {
    margin-bottom: 20px;
}

.customer-info p {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
}

.order-total h5 {
    margin-bottom: 0;
}

.order-total p {
    margin: 5px 0 0;
}

.order-total .col-6:first-child {
    border-right: 1px solid #DEE2E6;
}

.order-total .col-12 {
    border-top: 1px solid #DEE2E6;
}


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

/*  Store List
/* ======================================================== */

.store-list-heading {
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.store-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.store-list li {
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.store-list li:hover {
    background-color: #F4F4F4;
}

.store-list-scroll {
    overflow: scroll;
    margin-top: 74px;
    height: auto;
}





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

/*  Charts and Graphs
/* ======================================================== */

.chart-stats .paragraph {
    margin-top: 15px;
}

.bar-graph {
    background: #ff0000;
    height: 8px;
    margin-right: 5px;
    width: 100px;
}


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

/*  Log In
/* ======================================================== */

.login-logo {
    margin: auto;
    width: 180px;
}

#loginslide {
    margin-top: 160px;
    border-radius: 5px;
    padding: 0;
    margin: auto;
    width: 446px;
    max-width: 446px;
    margin-top: 130px;
}

#login .nav-tabs {
    background-color: #f4f4f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
}

#login .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#login .nav-tabs .nav-item.show .nav-link,
#login .nav-tabs .nav-link.active {
    border: 0;
    color: #D3191F;
    background-color: #fff;
}


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

/* Main Nav Search Adjuster
/* ======================================================== */

@media (max-width: 1380px) {
    .order-search input {
        width: 426px;
    }
}

@media (max-width: 1250px) {
    .order-search input {
        width: 376px;
    }
}


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

/*  Print Order Receipt
/* ======================================================== */

.job-holder {
    border-top: 0;
}

.job-holder ~ .job-holder {
    border-top: 3px solid #dee2e6;
}

.job-holder ul {
    padding-left: 0;
    list-style: none;
}

.workorder-only {
    display: inline;
}

.estimate .workorder-only {
    display: none;
}

.estimate .workorder-only.d-print-block {
    display: none !important;
}

.estimate-only {
    display: inline;
}

.workorder .estimate-only {
    display: none;
}

.qty {
    float: right;
}


@media print {
    @page {
        margin: .5in;
    }
    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    html,
    body {
        background-color: #fff !important;
    }

    .job-type {
        font-size: 20px;
        font-weight: 500;
    }

    .print-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
    }

    .print-logo img {
        width: 150px;
    }

    .barcode img {
        width: 150px;
    }

    .label {
        font-weight: 700;
        font-size: 12px
    }

    p,
    li,
    .paragraph {
        font-weight: 300;
        font-size: 16px;
    }
  
    .paragraph.large{
      font-size: 48px;
    }

    .new-page {
        page-break-before: always !important;
        page-break-inside: avoid !important;
    }
    
    .job-page .paragraph, .job-page .paragraph *{
        font-size: 18px !important;
    }

    .print-mt-0 {
        margin-top: 0;
        padding-top: 50px
    }
    
    .job-holder{
        page-break-inside: avoid !important;
    }
}

.hidden {
    display: none;
}

#errors {
    margin-top: 1em;
    color: red;
}