@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&family=Open+Sans&family=Roboto:ital,wght@0,400;0,900;1,700&display=swap');

:root {
    --gray-100: hsl(210deg, 17%, 98%);
    --gray-200: hsl(210deg, 16%, 93%);
    --gray-300: hsl(210deg, 14%, 89%);
    --gray-400: hsl(210deg, 14%, 83%);
    --gray-500: hsl(210deg, 11%, 71%);
    --gray-600: hsl(210deg, 7%, 46%);
    --gray-700: hsl(210deg, 9%, 31%);
    --gray-800: hsl(210deg, 10%, 23%);
    --gray-900: hsl(210deg, 11%, 15%);

    --black: hsl(0, 0%, 0%);
    --white: hsl(0, 0%, 100%);

    --bg-light: rgb(248, 249, 250);
    --bg-light-hover: rgb(199, 199, 199);

    --btn-success: #20b470;
    --btn-success-hv: #188d59;

    --btn-edit: #1575b7;
    --btn-edit-hv: #105e94;

    --btn-trigger-action: #3692d2;
    --btn-trigger-action-hv: #2f7dad;

    --btn-exit-dlg: #e39463;
    --btn-exit-dlg-hv: #c08055;

    --btn-delete: #e36363;
    --btn-delete-hv: #b84c4c;

    --high-priority-event: #e36363;
    --low-priority-event: #a3d1ee;
}

#labor-solutions {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    height: 100%;
}

main {
    background: #fff;
    padding: 15px;
}

#labor-solutions .medium-font-size {
    font-size: 18px;
}

#labor-solutions .large-font-size {
    font-size: 24px;
}

#labor-solutions strong {
    font-weight: 700;
}

#labor-solutions .ls-wrapper {
    /*border: 1px solid #e3e3e3;*/
    /*padding: 8px;*/
}

#labor-solutions ul#filelist {
    margin: 0;
}

#labor-solutions .dashboard {

}

#labor-solutions .form-control {
    line-height: normal;
    font-size: 14px;
    height: 30px;
}

#labor-solutions .dashboard-block {
    padding: 0px;
}

#labor-solutions .dashboard-header-block {
    display: block;
    padding: 15px;
    background: var(--lsi-lightgreen);
    /*height: auto;*/
    /*background: #FFFCF3;*/
    /*border: 1px solid var(--lsi-darkgray);*/
    /*border-left: 1px solid var(--lsi-darkgray);*/
    /*border-bottom: 1px solid var(--lsi-darkgray);*/
    /*margin: 0 0 0 15px;*/
    border-radius: 8px;
    /*border-bottom-left-radius: 8px;*/
    /*border-top-left-radius: 8px;*/
    margin-bottom: 1em;
}

#labor-solutions .dashboard-header-block h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#labor-solutions .dashboard .dashboard-header-block h1,
#labor-solutions .ls-petition .dashboard-header-block h1,
#labor-solutions .dashboard-header-block h1 {
    border-bottom: 1px solid var(--lsi-black);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#labor-solutions .dashboard-header-block h1,
#labor-solutions .dashboard-header-block span.small {
    color: var(--lsi-black);
}

#labor-solutions .dashboard-header-block h1 strong {
    font-weight: 700;
    text-transform: capitalize;
}

#labor-solutions .printable-header-block {
    padding: 10px 10px 2px 10px;
    border: 1px solid #000;
}

#labor-solutions .dashboard-header-block a {
    text-decoration: underline;
}

#labor-solutions .dashboard-header-block h2,
#labor-solutions .dashboard-header-block h4,
#labor-solutions .dashboard-header-block p,
#labor-solutions .dashboard-header-block a {
    padding: 0;
    margin: 0;
    font-size: 30px;
}

#labor-solutions .printable-header-block h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#labor-solutions .dashboard-header-block span.glyphicon {
    font-size: 18px;
    position: relative;
    top: -5px;
}

#labor-solutions .dashboard-header-block span.small {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

#labor-solutions .full-width {
    width: 100%;
}

#labor-solutions h1 {
    margin-top: 0;
    line-height: 1.0em;
}

#labor-solutions h2 {
    font-size: 18px;
    line-height: 30px;
}

#labor-solutions .dashboard-header-block h2.sub-header {
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
}

#labor-solutions h3 {
    background: #2c3b46;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    margin-top: 0px;
    border-bottom: 5px solid #83abc6;
}

#labor-solutions .ls-petition-referral-hiring h3,
#labor-solutions .section h3,
#labor-solutions .ls-client h3,
#labor-solutions .ls-system h3,
#labor-solutions .ls-company h3,
#labor-solutions .ls-submissions h3,
#labor-solutions .ls-docusign h3,
#labor-solutions .ls-worker h3,
#labor-solutions #ls-client-dashboard h3,
#labor-solutions #dynamic-web-form h3,
#labor-solutions .dashboard h3,
#labor-solutions .ls-petition h3,
#labor-solutions .ls-manage-evidence h3,
#labor-solutions .ls-edit-dynamic-web-form h3,
#labor-solutions #client-dir-list li.directory h3 {
    background: var(--lsi-lightgray);
    font-size: 1.5em;
    border: 0 none;
    margin-bottom: 10px;
    color: var(--lsi-black);
}

#labor-solutions .client-company-list .section h3 {
    background: transparent;
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--lsi-darkgray);
}

#labor-solutions .dashboard-header-block h1.no-subtitle {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#labor-solutions .section-content {
    padding-bottom: 15px;
}

#labor-solutions .ls-submit-petition .section h3 {
    background: none;
    border-bottom: 1px solid var(--lsi-darkgray);
    padding: 0 0 10px 0;
}

#labor-solutions .ls-submit-petition label {
    font-size: 1.3em;
    padding: 1.25em 0;
    margin: 0;
    font-weight: 600;
}

#labor-solutions .ls-client label {
    font-size: 1.3em;
}

#labor-solutions .ls-submit-petition select option {
    font-size: 1.25em;
}

#labor-solutions .ls-submit-petition input,
#labor-solutions .ls-submit-petition input[type="number"],
#labor-solutions .ls-submit-petition input[type="text"],
#labor-solutions .ls-submit-petition select {
    padding: .25em .5em;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--lsi-darkgray);
    border-radius: 0;
    box-shadow: none;
    z-index: 0;
}

#labor-solutions .ls-submit-petition .input-group-text {
    background: none;
    border: 0 none;
}

#labor-solutions .ls-submit-petition .btn {
    padding: .75em 1em;
    margin: .75em 0;
    font-size: 1.25em;
}

#labor-solutions .ls-submit-petition .form-outlined-box {
    border: 1px solid var(--lsi-darkgray);
    border-radius: 5px;
    padding: 1em;
    margin: 1em 0;
    background: var(--lsi-lightgray);
}

#labor-solutions .ls-submit-petition .step-overview h3 {
    margin: 10px 0 25px 0;
    padding: 0;
    background: none;
    font-weight: 600;
    border: 0;
    color: var(--lsi-black);
    font-size: 1.5em;
    line-height: 1.25em;
}

#labor-solutions #client-dir-list li.directory h3 {
    margin-bottom: 5px;
}

#labor-solutions .petition-section-header h3 {
    font-size: 1.25em;
    margin: 10px 0;
}

#labor-solutions .page-overview {
    padding: 0;
}

#labor-solutions .page-overview h3 {
    margin: 10px 0;
    background: var(--lsi-darkgray);
    color: var(--lsi-black);
    font-size: 1.25em;
    border: 1px solid var(--lsi-darkgray);
    font-weight: 400;
    border-radius: 5px;
    /*border-bottom-left-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
}

#labor-solutions .ls-petition-list h4 {
    font-weight: bold;
    color: #fff;
}

#labor-solutions .ls-petition .form-group {
    padding-bottom: 10px;
}

#labor-solutions .info-box-background {
    background: #f2f2f2;
}

#labor-solutions .action-box-background {
    background: #eee;
}

#labor-solutions .ls-status {
    padding: 0 15px;
    display: none;
}

#labor-solutions .btn.ls-btn {
    border-radius: 0;
    margin-left: 0;
    background: #08c08c;
    font-weight: 700;
    border: 0 none;
}

#labor-solutions .btn.ls-btn-no-bg {
    background: none;
}

#labor-solutions .btn.ls-btn.ls-uc {
    text-transform: uppercase;
}

#labor-solutions .ls-success {
    color: #51bd66;
}

#labor-solutions .ls-error {
    color: #BD615C;
}

#labor-solutions .ls-success,
#labor-solutions .ls-error {

    vertical-align: middle;
    font-size: 16px;
}

#labor-solutions .lsi-page-content {
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
}

#labor-solutions .ls-petition-job textarea,
#labor-solutions .ls-petition-info-special textarea,
#labor-solutions .ls-petition-info-benefits textarea,
#labor-solutions .ls-petition-info-housing textarea,
#labor-solutions .ls-petition-info-education textarea,
#labor-solutions .ls-petition-wages textarea,
#labor-solutions input[type="text"],
#labor-solutions input[type="email"],
#labor-solutions input[type="password"],
#labor-solutions input[type="number"],
#labor-solutions select {
    /*width: 75%;*/
    border: 1px solid #ccc;
}



#labor-solutions #dynamic-web-form .ls-petition-job textarea,
#labor-solutions #dynamic-web-form .ls-petition-info-special textarea,
#labor-solutions #dynamic-web-form .ls-petition-info-benefits textarea,
#labor-solutions #dynamic-web-form .ls-petition-info-housing textarea,
#labor-solutions #dynamic-web-form .ls-petition-info-education textarea,
#labor-solutions #dynamic-web-form .ls-petition-wages textarea,
#labor-solutions #dynamic-web-form input[type="text"],
#labor-solutions #dynamic-web-form input[type="email"],
#labor-solutions #dynamic-web-form input[type="password"],
#labor-solutions #dynamic-web-form input[type="number"],
#labor-solutions #dynamic-web-form select {
    width: 100%;
    border: 1px
    solid #ccc;
}

#labor-solutions .borderless td, .borderless th {
    border: none;
}

input[type="radio"].form-control.radio-button {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: lightblue;
    height: auto;
    font-size: 24px;
    margin-top: -10px;
    margin-right: 20px;
    margin-left: 5px;
}

.dialog label {
    font-size: 18px;
}

/*#labor-solutions .btn {*/
/*    margin-left: 5px;*/
/*    margin-bottom: 5px;*/
/*}*/
#labor-solutions .form-group {
    margin: 0;
}

#labor-solutions input.dollar-amount,
#labor-solutions input.small-input,
#labor-solutions select.small-input {
    width: 100px;
}

#labor-solutions .ls-company .company-title-name {
    color: #7e7e7e;
}

.disabled-button {
    background: #ccc;
    pointer-events: none;
    cursor: default;
    color: #2e2e2e;
}

.green-icon {
    color: #01a252;
}

.gray-icon {
    color: #7e7e7e;
}

.blue-icon {
    color: #08c;
}

.white-icon {
    color: #fff !important;
}

.white-text {
    color: #fff;
}

.black-icon {
    color: #2e2e2e !important;
}

.black-text {
    color: #2e2e2e !important;
}

#labor-solutions .intermediate-button {
    background: #f9f958;
    color: #3e3e3e;
}

#labor-solutions .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

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

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

#labor-solutions .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#labor-solutions input:checked + .slider {
    background-color: rgb(68, 157, 68);
}

#labor-solutions input:focus + .slider {
    box-shadow: 0 0 1px rgb(68, 157, 68);
}

#labor-solutions input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#instructions fieldset {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget {
    font-family: Roboto,Helvetica,sans-serif;
}

.ui-widget button {
    color: #fff;
}

.ui-dialog-titlebar-close {
    background: none;
    color: #fff;
    border: 0 none;
    box-shadow: none;
}

#labor-solutions .required,
#labor-solutions .error {
    color: red;
    font-weight: 700;
    font-size: 16px;
}

#labor-solutions h4 span#mailing-same-as-primary,
#labor-solutions h4 span#work-same-as-primary,
#labor-solutions h4 span#dropoff-same-as-primary {
    color: hsl(202.81690141,76.34408602%,36.47058824%);
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
}

.tooltip {
    width: 600px;
}

#labor-solutions .admin-client-button-wrapper {
    display: block;
    padding: 15px 0 0 0;
}

#labor-solutions .save-button-wrapper.fixed-button {
    position: fixed;
    width: 100%;
    top:0;
    right: 0;
    z-index: 10000;
    padding: 5px;
    background: #fff;
    border: 1px solid #2e2e2e;
    -webkit-box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
    -moz-box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
    box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
}
#labor-solutions .save-button-wrapper.fixed-button button {
    float: right;
    margin: 0 0 0 15px;
}
#labor-solutions .save-button-wrapper button,
#labor-solutions .save-button-wrapper input {
    float: right;
    margin-left: 15px;
}


#labor-solutions .admin-client-button-wrapper {
    display: block;
    padding: 15px 0 0 0;
    margin: 0 0 0 15px;
    width: 100%;
}

#labor-solutions .admin-client-button-wrapper.fixed-button {
    position: fixed;
    width: 100%;
    top:0;
    right: 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #2e2e2e;
    -webkit-box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
    -moz-box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
    box-shadow: -9px 6px 45px 5px rgba(46,46,46,0.33);
}
#labor-solutions .admin-client-button-wrapper.fixed-button button,
#labor-solutions .admin-client-button-wrapper.fixed-button input {
    float: right;
    margin: 0 0 0 15px;
}
#labor-solutions .admin-client-button-wrapper input,
#labor-solutions .admin-client-button-wrapper button {
    margin: 0 15px 0 0;
}

#labor-solutions .ls-client-company-list h4 {
    margin-top: 30px;
    font-size: 16px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) url('waiting.gif') 50% 50% no-repeat;
    background-size: 96px 96px;
}

/* TABS */

#labor-solutions .nav-tabs {
    margin-top: 0;
}

#labor-solutions .nav-tabs > li > a {
    background: #eee;
    color: #2e2e2e;
}

#labor-solutions .nav-tabs > li.active > a {
    background: #fff;
}

.nav-tabs.primary>li>a {
    padding: 10px 10px;
}

.nav-tabs.admin>li>a, .nav-tabs.admin>li>a:hover, .nav-tabs.admin>li>a:focus {
    font-size: 16px;
    color: #555;
    cursor: default;
    background-color: #eee;
    border: 1px solid #858585;
    border-bottom-color: transparent;
}

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

.nav-tabs.admin>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}

.nav-tabs.system>li>a, .nav-tabs.system>li>a:hover, .nav-tabs.system>li>a:focus {
    color: #555;
    cursor: default;
    background-color: #eee;
    border: 1px solid #858585;
    border-bottom-color: transparent;
}

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

.nav-tabs.system>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}

#labor-solutions .ls-form span.sub-text {
    font-size: 10px;
    color: #0A5E69;
}

#labor-solutions .dashboard-box {
    display: block;
    padding:25px;
    background: #b2c2c6;
    text-align: center;
}

#labor-solutions .section-header {
    padding: 10px;
    background: #cde4d9;
}

#labor-solutions .notice-section-header {
    padding: 10px;
    background: #D1E3FB;
}

#labor-solutions .outlined-box {
    margin-bottom: 10px;
    padding: 10px;
    background: transparent;
    border: 1px solid #2e2e2e;
}

#labor-solutions .tool-section-header {
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(76, 133, 171, 0.15);
}

#labor-solutions .tool-container {
    background: #eee;
    padding-bottom: 10px;
}

#labor-solutions .light-gray-background {
    background: #f5f5f5;
}

#labor-solutions .light-blue-background {
    background: var(--lsi-lightblue) !important;
}

#labor-solutions .section-header-lightblue {
    padding: 0 6px;
    background: #83abc6;
}

#labor-solutions .section-header-lightblue p {
    margin: 10px 0;
    color: #fff;
}


#labor-solutions .section-header-medblue {
    padding: 0 6px;
    background: #417191;
    color: #fff;
}

#labor-solutions .dashboard-block-header h1 {
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

#labor-solutions #ls-client-dashboard .ls-client-button-bar {
    margin-bottom: 10px;
}

#labor-solutions .client-db-section .ls-client-company-list,
#labor-solutions .client-db-section .ls-client-petition-list,
#labor-solutions .client-db-section .ls-client-completed-petition-list,
#labor-solutions .client-db-section .ls-client-financial,
#labor-solutions .client-db-section .ls-client-resources,
#labor-solutions .client-db-section .ls-client-links {
    margin-bottom: 10px;
    padding: 10px;
    background: #eee;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
#labor-solutions .btn-xs.btn-file {
    margin-top: 2px;
    padding: 5px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

ul.evidence-list,
ul.evidence-list-title {
    list-style: none !important;
}

ul.evidence-list-title {
    font-weight: bold;
}

#labor-solutions .ls-petition-status label {
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0;
}

#labor-solutions .ls-petition-status input {
    /*width: 100%;*/
}

#labor-solutions .ls-petition-status td,
#labor-solutions .ls-petition-status th {
    border: 0 none;
    padding: 2px;
    vertical-align: middle;
}

#labor-solutions .ls-petition-status th label {
    line-height: 20px;
}

#labor-solutions .petition-year-selector {
    padding-top: 15px;
}

#labor-solutions .companyinfo-fullblock h1,
#labor-solutions .companyinfo-leftblock h1,
#labor-solutions .companyinfo-rightblock h1 {
    font-size: 18px;
    font-weight: bold;
}

#labor-solutions .companyinfo-leftblock h3,
#labor-solutions .companyinfo-rightblock h3,
#labor-solutions .companyinfo-fullblock h3 {
    background: none transparent;
    color: #2e2e2e;
    font-size: 16px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#labor-solutions .companyinfo-leftblock div.inner,
#labor-solutions .companyinfo-rightblock div.inner,
#labor-solutions .companyinfo-fullblock div.inner {
    width: 100%;
    min-height: 200px;
    padding: 10px;
}

#labor-solutions .companyinfo-footer .leftblock div.inner,
#labor-solutions .companyinfo-footer .middleblock div.inner,
#labor-solutions .companyinfo-footer .rightblock div.inner {
    border: 0 none;
}

#labor-solutions .companyinfo-footer,
#labor-solutions .companyinfo-fullblock div.inner {
    margin-top: 20px;
}

#labor-solutions .companyinfo-footer .leftblock div.inner,
#labor-solutions .companyinfo-footer .middleblock div.inner,
#labor-solutions .companyinfo-footer .rightblock div.inner,
#labor-solutions .companyinfo-fullblock div.inner {
    min-height: auto;
    text-align: center;
    font-size: 16px;
}

#labor-solutions .companyinfo-footer .btn {
    border-radius: 0;
    border-color: #2e2e2e;
    width: 100%;
}

#labor-solutions .companyinfo-footer .btn div.inner a {
    color: #fff;
}

#labor-solutions .pagination-btn {
    width: 30px;
    background: #4c85ab;
    border: 0 none;
    color: #fff;
}

#labor-solutions .pagination-btn#current-page {
    background: #31566E;
}

#labor-solutions .btn-xs {
    padding: 3px 5px;
}

#labor-solutions .folder-controls .btn-xs {
    margin: 0 10px 0 0;
}

#labor-solutions .worker-tools .btn {
    margin: 0;
}

#labor-solutions .gray-box h4 {
    margin-top: 0;
    font-weight: bold;
}

#labor-solutions .gray-box {
    background: #eee;
    border: #ccc;
    padding: 10px;
}

#labor-solutions .dark-gray-box {
    background: #d5d5d5;
    border: #ccc;
    padding: 10px;
}

#labor-solutions .gray-box label {
    font-weight: normal;
}

#labor-solutions #ls-import-worker-list .message,
#labor-solutions .worker-notes .message,
#labor-solutions #worker-skills .message,
#labor-solutions .message,
.msg-container #message {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: none;
}

.msg-container #message span {
    font-family: Roboto, Helvetica, sans-serif;
}

.alert h4 {
    text-transform: capitalize;
}

#limited-note-entries ul {
    list-style: none;
    padding-left: 0;
}

#limited-note-entries ul li,
#note-entries ul li {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

#worker-limited-note-list ul {
    list-style: none;
    padding-left: 0;
}

#worker-limited-note-list ul li {
    border: none;
}

#worker-limited-note-list ul li strong {
    color: #ff601c;
}

/* LIST VIEWS */

.petition-list-type {
    font-size: 24px;
}

.list-actions-container {
    width: 100%;
}

#labor-solutions input[readonly].hasDatepicker
{
    background-color: #f6f6f6;
}

#labor-solutions table.dataTable {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    width: 100% !important;
}

#labor-solutions .dataTables_wrapper a.fas {
    color: #4c85ab;
}

#labor-solutions table.dataTable.no-footer {
    border-bottom: 0 none;
}

#labor-solutions .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#labor-solutions .dataTables_wrapper .dataTables_length {
    width: 50%;
}

#labor-solutions .dataTables_wrapper .dataTables_length label {
    width: 100%;
}

#labor-solutions .dataTables_wrapper .dataTables_length label select {
    width: 25%;
    border-radius: 4px;
    height: 24px;
}

#labor-solutions .dt-container .page-item.active .page-link {
    background: var(--lsi-blue);
    color: var(--lsi-white) !important;
    border: 1px solid var(--lsi-darkgray);
    border-color: hsl(202.81690141,76.34408602%,36.47058824%)  #FFF;
}

#labor-solutions .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    color: var(--lsi-black) !important;
    border: 1px solid var(--lsi-darkgray);
    border-radius: 4px;
}

#labor-solutions .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--lsi-lightblue);
    color: var(--lsi-black) !important;
    border: 1px solid var(--lsi-darkgray);
}

#labor-solutions .dataTable thead th input.datatable-header-search[type="text"] {
    padding: 3px 8px;
    margin-top: 5px;
}

#labor-solutions .dataTable thead th input.datatable-header-search[type="text"]::placeholder {
    font-weight: normal;
    font-style: italic;
}

#labor-solutions table.dataTable th.dt-type-numeric,
#labor-solutions table.dataTable th.dt-type-date,
#labor-solutions table.dataTable td.dt-type-numeric,
#labor-solutions table.dataTable td.dt-type-date {
    text-align: left;
}

#labor-solutions .dt-search,
#labor-solutions .dt-length label {
    display: none;
}

#labor-solutions #worker-list-table thead th:last-child {
    width: 200px !important;
}

#labor-solutions #worker-list-table thead th:nth-child(8) {
    width: 25px !important;
}

#labor-solutions #worker-list-table thead th:nth-child(8) input[type="text"],
#labor-solutions #worker-list-table thead th:nth-child(9) input[type="text"] {
    display: none;
}

#labor-solutions .dashboard .tab-content,
#labor-solutions .ls-client .tab-content,
#labor-solutions .submissions .tab-content {
    padding-top: 15px;
}

#labor-solutions .dashboard .tab-content {
    padding-top: 0;
}

#labor-solutions .dashboard-client-name h4 {
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid #ccc;
}

#labor-solutions #note-entries ul {
    list-style: none;
    padding-left: 0;
    text-wrap: normal;
}

#labor-solutions #note-entries ul li {
    padding-bottom: 10px;
}

#labor-solutions #note-entries p {
    clear: both;
}

#labor-solutions #note-entries .remove-note,
#labor-solutions #worker-skills ul li a {
    color: red;
    line-height: 18px;
    cursor: pointer;
    padding-right: 10px;
}

#labor-solutions #note-entries input[type="checkbox"] {
    border: 0;
    float: left;
}

#labor-solutions #note-entries p {
    padding-left: 25px;
}

#labor-solutions #note-entries .note-priority {
    color: #ff0190;
    font-size: 18px;
}

#labor-solutions .ls-worker fieldset label {
    width: 100%;
}

#labor-solutions #worker-skills ul {
    list-style: none;
    margin-left: 0;
    padding-top: 15px;
}

#labor-solutions #worker-skill-list {
    width: 100%;
    display: block;
}

#labor-solutions #worker-skills ul li {
    padding: 5px 10px;
    display: inline-block;
    background: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 5px 5px 0;

}

#labor-solutions .ls-petition-admin .nav-tabs>li.active>a,
#labor-solutions .ls-petition-admin .nav-tabs>li.active>a:hover,
#labor-solutions .ls-petition-admin .nav-tabs>li.active>a:focus {
    color: #2e2e2e;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#labor-solutions .ls-petition-admin .nav-tabs>li>a {
    color: #2e2e2e;
    cursor: default;
    background-color: #eee;
    border: 0px none;
}

#labor-solutions .ls-petition-admin .nav-tabs>li>a:hover,
#labor-solutions .ls-petition-admin .nav-tabs>li>a:focus {
    color: #fff;
    cursor: default;
    background-color: #62abdd;
    border: 0px none;
}

#labor-solutions .ls-petition-admin .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
}

#labor-solutions .ls-petition-admin .nav-tabs {
    border-bottom: 0;
}


#labor-solutions .ls-petition-dolforms #dol-form-buttons {
    /*display: flex;*/
}

#labor-solutions .ls-petition-dolforms #dol-form-buttons div.form-button {
    display: block;
}

#labor-solutions .ls-petition-dolforms #dol-form-buttons div.form-button:hover {
    cursor: pointer;
    opacity: .75;
}

#labor-solutions .ls-petition-dolforms #dol-form-buttons span {
    font-size: 20px;
    text-transform: uppercase;
}

#labor-solutions .form-button-add-company {
    display: block;
    background: #31b0d5;
    background: rgb(49,176,213);
    background: linear-gradient(90deg, rgba(49,176,213,1) 51%, rgba(37,141,172,1) 100%);


}

#labor-solutions .form-button-add-company:hover {
    display: block;
    background: #258dac;
    background: rgb(49,176,213);
    background: linear-gradient(90deg, rgba(49,176,213,1) 51%, rgba(30,113,138,1) 100%);
}

#labor-solutions .form-button-add-petition {
    display: block;
    background: rgb(47,110,47);
    background: linear-gradient(356deg, rgba(47,110,47,1) 35%, rgba(68,157,68,1) 100%);
}

#labor-solutions .form-button-add-petition:hover {
    display: block;
    background: #2f6e2f;
    background: rgb(47,110,47);
    background: linear-gradient(356deg, rgba(47,110,47,1) 64%, rgba(68,157,68,1) 100%);
}

#dol-cheat-sheet ul {
    list-style: none;
    padding-left: 0;
}

#dol-cheat-sheet ul p,
#dol-cheat-sheet ul strong {
    font-size: 18px;
}

#dol-cheat-sheet ul p.q {
    color: #EA6531;
}

#labor-solutions .editor iframe {
    height: 150px !important;
}

button.btn.btn-xs.btn-info.non-fillable-pdf {
    background-color: #ED7D4E;
    border-color: #EA6531
}

button.btn.btn-xs.btn-info.non-fillable-pdf:hover {
    background-color: #EA6531;
}

#labor-solutions .petition-message,
.btn.new-window-popout {
    background: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
    color: #2e2e2e;
}

.btn.new-window-popout {
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
}

#labor-solutions .review-workers-btn,
#labor-solutions .petition-alert-btn {
    background: #2e2e2e;
    border: 1px solid #5e5e5e;
    color: #fff;
}

#labor-solutions .review-workers-btn:hover {
    background: #5e5e5e;
}

#labor-solutions .blue-btn {
    background: hsl(202.81690141,76.34408602%,36.47058824%);
    color: #fff;
    text-shadow: 0 0 black;
    border: 1px solid hsl(202.81690141,76.34408602%,36.47058824%);
    padding: 5px 8px;
}

#labor-solutions .blue-btn:hover {
    background: hsl(201, 76%, 26%);
}

#labor-solutions .hollow-blue-btn {
    background: #fff;
    border: 1px solid hsl(202.81690141,76.34408602%,36.47058824%);
    color: #2e2e2e;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-blue-btn:hover {
    background: hsl(205, 100%, 88%);
}

#labor-solutions .orange-btn {
    background: hsl(26, 75%, 59%);
    color: #fff;
    text-shadow: 0 0 black;
    border: 1px solid hsl(26, 75%, 59%);
    padding: 5px 8px;
}

#labor-solutions .orange-btn:hover {
    background: hsl(26, 75%, 59%);
}

#labor-solutions .hollow-orange-btn {
    background: #fff;
    border: 1px solid hsl(26, 75%, 59%);
    color: #494949;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-orange-btn:hover {
    background: hsl(25, 74%, 92%);
}

.light-blue-btn,
#labor-solutions .light-blue-btn {
    background: hsl(201, 28%, 58%);
    color: #fff;
    text-shadow: 0 0 black;
    border: 1px solid hsl(201, 28%, 58%);
    padding: 5px 8px;
}

.light-blue-btn:hover,
#labor-solutions .light-blue-btn:hover {
    background: hsl(201, 21%, 45%);
}

#labor-solutions .hollow-light-blue-btn {
    background: #fff;
    border: 1px solid hsl(201, 28%, 58%);
    color: #494949;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-light-blue-btn:hover {
    background: hsl(25, 74%, 92%);
}

#labor-solutions .btn.green-btn,
.green-btn {
    background: rgb(68, 157, 68);
    color: #fff;
    text-shadow: 0 0 black;
    border: 1px solid rgb(68, 157, 68);
    padding: 5px 8px;
}

#labor-solutions .btn.green-btn:hover,
.green-btn:hover {
    background: rgb(47,110,47);
}

#labor-solutions .hollow-green-btn {
    background: #fff;
    border: 1px solid rgb(68, 157, 68);
    color: #2e2e2e;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-green-btn:hover {
    background: rgb(231, 255, 231);
}

#labor-solutions .dark-btn {
    background: #4e4e4e;
    color: #dedede;
    text-shadow: 0 0 black;
    border: 1px solid #4e4e4e;
    padding: 5px 8px;
}

#labor-solutions .dark-btn:hover {
    background: rgb(35, 35, 35);
}

#labor-solutions .gray-btn {
    background: #4e4e4e;
    color: #dedede;
    text-shadow: 0 0 black;
    border: 1px solid #4e4e4e;
    padding: 5px 8px;
}

#labor-solutions .gray-btn:hover {
    background: rgb(35, 35, 35);
}

#labor-solutions .hollow-dark-btn {
    background: #fff;
    border: 1px solid #606060;
    color: #494949;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-dark-btn:hover {
    background: rgb(232, 232, 232);
}

#labor-solutions .red-btn,
.red-btn {
    background: #cc1919;
    color: #fff;
    text-shadow: 0 0 black;
    border: 1px solid #cc1919;
    padding: 5px 8px;
}

#labor-solutions .red-btn:hover,
.red-btn:hover {
    background: #ad1717;
}

#labor-solutions .hollow-red-btn {
    background: #fff;
    border: 1px solid #cc1919;
    color: #494949;
    text-shadow: 0 0 black;
    padding: 5px 8px;
}

#labor-solutions .hollow-red-btn:hover {
    background: #ffdede;
}

.red-color {
    color: #cc1919;
}

.yellow-color {
    color: #ffb700;
}

a.yellow-color:hover {
    color: #a67608;
}

#labor-solutions .bordered {
    border: 1px solid #ccc;
}

table.table.add-new-house td,
table.table.add-new-house th {
    padding-right: 0;
}

table.housing-list td input {
    width: 100%;
}

/* Jquery Dialog */

.ui-widget {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

.ui-widget-overlay {
    opacity: .6;
}

.ui-dialog {
    padding: 0;
}

.ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-left, .ui-corner-bl, .ui-corner-tr,
.ui-corner-top, .ui-corner-tl {
    border-radius: 0 !important;
}

.ui-dialog .ui-widget-header {
    background: var(--lsi-offblack);
    border-radius: 0;
    border: 0 none;
}

.ui-widget-header span.ui-dialog-title {
    font-size: 20px;
    color: #fff;
    /*text-transform: uppercase;*/
}

/* Forms */

fieldset.form-section legend {
    border-bottom: 0px;
    font-size: 16px;
    padding: 0 15px;
    width: auto;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

fieldset.form-section {
    margin-top: 10px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #c0c0c0;
}

/* Petition Password Page */

.ls-petition-passwords table.pw-list td {
    line-height: 26px;
}

/* uploader box */

.dm-uploader {
    padding-top: 10px;
}

#labor-solutions .dm-uploader h3 {
    margin-right: 0;
    margin-left: 0;
}

#labor-solutions .dm-uploader .btn.mb-5 {
    margin: 0;
}

/* Admin Dashboard */

.dt-table-filters button {
    display: inline-flex;
}

/* Client Dashboard */

.full-width-outlined-box {
    border: 1px solid #ccc;
    width: 100%;
    height: 225px;
}

#ls-client-dashboard .logo-upload {
    display: block;
    margin-top: 10px;
}

#ls-client-dashboard p.no-logo-message {
    text-align: center;
    padding: 15px 0;
}


/* Client Dashboard Financial Tab */

#ls-client-dashboard .fee-details {
    display: none;
    border-bottom: 1px solid #ccc;
}

/*  */

#labor-solutions form.wizard legend {
    padding: 0 15px;
}

#labor-solutions .ls-letter .btn {
    margin-left: 0;
}

#labor-solutions .ls-letter label {
    padding: 20px 0 5px 0;
}

#labor-solutions #dynamic-web-form h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #2e2e2e;
    margin: 0;
}

#labor-solutions #dynamic-web-form h3.sectionheader {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #2e2e2e;
    background: none;
    padding-left: 0;
}

#labor-solutions #dynamic-web-form,
#labor-solutions #dynamic-web-form label,
#labor-solutions #dynamic-web-form input,
#labor-solutions #dynamic-web-form input[type="checkbox"],
#labor-solutions #dynamic-web-form select {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

#labor-solutions #dynamic-web-form label {
    margin-top: 10px;
}

#labor-solutions #dynamic-web-form input[type="checkbox"] {
    width: auto;
}

#labor-solutions #dynamic-web-form button {
    margin: 10px 0 0 0;
}

#labor-solutions #dynamic-web-form h3.sectionheader.light-green-section-header {
    padding: 10px;
    background: #cde4d9;
    margin-top: 0;
}

#labor-solutions #edit-dynamic-web-form table td,
#labor-solutions #edit-dynamic-web-form table td.movable {
    vertical-align: middle;
}

#labor-solutions #edit-dynamic-web-form table td.movable {
    cursor: pointer;
}

#labor-solutions #edit-dynamic-web-form label {
    font-size: 16px;
}

#labor-solutions #edit-dynamic-web-form .form-group p {
    font-size: 12px;
}

#labor-solutions #edit-dynamic-web-form hr {
    margin: 0;
}

#dlg.edit-field p {
    font-size: 12px;
}

#labor-solutions .outlined-box {
    border: 1px solid #d9d9d9;
    padding: 15px;
}



.ls-submit-petition section {
    font-family: Roboto, Helvetica, sans-serif;
    padding: .25em 0;
}

.ls-submit-petition section a {
    display: block;
    border-radius: 8px;
    color: var(--lsi-white);
    background: var(--lsi-offblack);
    border: 1px solid var(--lsi-darkgray);
    font-size: 3em;
    font-weight: 700;
    padding: 1em;
    text-align: center;
}

.ls-submit-petition section p {
    display: table-cell;
    font-size: 1.5em;
    vertical-align: middle;
    height: 100px;
}

.ls-submit-petition section a:hover {
    border: 1px solid #F4D4B3;
}

.ls-submit-petition label p {
    margin-top: .5em;
    font-weight: 400;
}

/* Form - Parsley - Validation */
ul.parsley-errors-list.filled {
    padding: 10px 0;
}

ul.parsley-errors-list.filled li.parsley-required {
    color: var(--lsi-red)
}


/* General Styles to Override */

.no-horz-padding,
.nohp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-vert-padding,
.novp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-horz-left-padding,
.nohlp {
    padding-left: 0 !important;
}

.no-horz-right-padding,
.nohrp {
    padding-right: 0 !important;
}

.no-horz-margin,
.nohm {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-vert-margin,
.novm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-horz-left-margin,
.nhlm {
    margin-left: 0 !important;
}

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

.bottom-padding {
    padding-bottom: 15px;
}

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

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

.no-top-margin,
.notm {
    margin-top: 0;
}

.no-bottom-margin,
.nobm {
    margin-bottom: 0;
}

.no-bottom-padding,
.nobp {
    padding-bottom: 0;
}

.no-top-padding,
.notp {
    padding-top: 0;
}

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

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

.left-margin {
    margin-left: 15px;
}

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

.no-border {
    border: 0 none;
}



/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

@media (min-width: 300px) {
    .form-button-add-petition, .form-button-add-company {}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .client-db-row {
        border-bottom: 0;
    }
    .client-db-section {

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .client-db-row {
        /*border-bottom:1px solid #ccc;*/
    }
    .client-db-section {
        border-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* Button Tabs */

#labor-solutions joomla-tab > joomla-tab-element {
    border: 0 none;
    border-right: 0;

    /* border: 1px solid #eee; */
    padding: 0;
    /*background: #fbfbfb;*/
    border-top: 1px solid #2e2e2e;
}

#labor-solutions joomla-tab[view=tabs] > div[role=tablist] {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
}

#labor-solutions joomla-tab button[role=tab] {
    box-shadow: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px;
    background: #ccc;
    font-size: 1.25em;
    font-weight: normal;
    color: #2e2e2e;
}

#labor-solutions joomla-tab button[role=tab][aria-expanded=true] {
    border: 0 none;
    box-shadow: none;
    background: hsl(202.81690141,76.34408602%,36.47058824%);
    color: #fff;
    font-weight: 700;
    font-family: Roboto, Helvetica, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#labor-solutions joomla-tab button[aria-expanded=true]::after {
    position: unset;
    background: transparent;
}

#labor-solutions joomla-tab#client-tabs > joomla-tab-element {
    border: 0 none;
}

#labor-solutions joomla-tab#client-tabs button[role=tab] {
    box-shadow: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--lsi-lightgray);
    color: #2e2e2e;
    width: 25%
}

#labor-solutions joomla-tab#client-tabs button[role=tab][aria-expanded=true] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #126FA5;
    background: linear-gradient(0deg,rgba(18, 111, 165, 1) 0%, rgba(29, 180, 249, 1) 100%, rgba(18, 111, 165, 1) 100%);
    color: #fff;
    width: 25%
}


#labor-solutions .petition-controls form {
    display: inline-flex;
    margin: 0;
}

#labor-solutions .petition-controls form input[type="button"].btn,
#labor-solutions .petition-controls form button {
    margin: 0 5px 5px 0 !important;
    padding: 5px 10px;
}

#labor-solutions .btn.btn-trigger {
    background: var(--btn-trigger-action);
    border: var(--btn-trigger-action);
    color: var(--white);
    text-shadow: none;
}

#labor-solutions .btn.btn-trigger:hover {
    background: var(--btn-trigger-action-hv);
    border: var(--btn-trigger-action-hv);
}

#labor-solutions input#admin-petition-reject-message {
    height: 30px;
}

/* Dashboard Styling */

/* Stats */
#labor-solutions #stats-container h2 {
    text-align: center;
}
#labor-solutions #stats-container h5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
}

#labor-solutions .dashboard-stat-box {
    border: 1px solid var(--lsi-darkgray);
    padding: 10px;
}

#labor-solutions .dashboard-stat-box .dashboard-stat-year {
    display: block;
    border: 1px solid var(--lsi-darkgray);
    background: var(--lsi-white); padding: 5px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

#labor-solutions .dashboard-stat-box .dashboard-count {
    background: transparent;
    font-size: 3em;
    text-align: center;
    margin: 0;
    color: var(--lsi-white);
}

#labor-solutions .dashboard-stat-box h3 {
    padding: 5px 0;
    text-align: center;
    margin: .5em;
    color: var(--lsi-white);
    font-weight: 600;
}

#labor-solutions .dashboard-stat-box h5 {
    padding: 5px 0;
    text-align: center;
    margin: .5em;
    color: var(--lsi-white);
    font-weight: 600;
}

#labor-solutions .dashboard-stat-box.submitted-by-client {
    background: #67bbde;
}

#labor-solutions .dashboard-stat-box.accepted-submission {
    background: #70ab3a;
}

#labor-solutions .dashboard-stat-box.submitted-to-dol {
    background: var(--lsi-orange);
}

,
#labor-solutions .dashboard-stat-box.accepted-by-dol,
#labor-solutions .dashboard-stat-box.approved-by-uscis {
    background: var(--lsi-darkgreen);
}

#labor-solutions .dashboard-stat-box.denied-by-uscis {
    background: var(--lsi-red);
}

/* Card styling */
#labor-solutions .client-company-card {
    /*display: inline-flex;*/
    /*background: var(--lsi-lightorange);*/
    border-radius: 5px;
    margin: 0;
    padding: 15px;
    border: 1px solid var(--lsi-darkgray);
    min-height: 225px;
    /*margin: 5px;*/
    /*padding: 15px;*/
    /*width: 33%;*/

    background: rgb(255,189,74);
    background: linear-gradient(0deg, rgba(255,189,74,0.5) 0%, rgba(255,251,230,1) 100%);
}

#labor-solutions .client-company-card p {
    font-size: 1.25em;
}

/* Select 2 Styling */
.select2 {
    font-size: 1.25em
}

.select2-results ul {
    background: #fff;
    margin: 0;
    padding-top: .5em;
    list-style: none;
    border: 1px solid var(--lsi-darkgray);
}
.select2-results ul li {
    padding: .25em .5em;
}

.select2:hover,
.select2-results ul li:hover {
    cursor: pointer;
}
.select2-results ul li:hover {
    background: var(--lsi-lightgray);
}
.select2-container input.select2-search__field {
    padding: .5em 1em;
    margin-top: 3px;
    border-color: var(--lsi-orange);
}

/* Client Dashboard */

table#completed-petition-table.dataTable,
table#client-petition-table.dataTable {
    border: 0 none;
    margin: 0;
    padding-top: 6px;
    border-spacing: 5px;
    border-collapse: separate;
}

table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even,
table#client-petition-table tr,
table#client-petition-table th,
table#client-petition-table td,
table#completed-petition-table tr,
table#completed-petition-table th,
table#completed-petition-table td{
    border: 0 none;
    background: #fff;
}

table#completed-petition-table th,
table#client-petition-table th {
    display: none;
}

table#completed-petition-table td,
table#client-petition-table td {
    padding: 0;
}

.ls-client-completed-petition-list .dataTables_filter,
.ls-client-completed-petition-list .dataTables_info,
.ls-client-petition-list .dataTables_filter,
.ls-client-petition-list .dataTables_info {
    display: none;
}

.ls-client-petition-list .petition-entry {
    border-radius: 8px;
    /*background: var(--lsi-lightorange);*/
    border: 1px solid var(--lsi-orange);
    padding: 0 15px 0 0;
    margin: 0;

    background: rgb(255,189,74);
    background: linear-gradient(0deg, rgba(255,189,74,0.5) 0%, rgba(255,251,230,1) 100%);

}

.ls-client-completed-petition-list .petition-entry {
    border-radius: 8px;
    border: 1px solid var(--lsi-darkgray);
    padding: 0 15px 0 0;
    margin: 0;

    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255,251,230,1) 100%);

}

.ls-client-completed-petition-list .petition-status-box.petition-approval,
.ls-client-petition-list .petition-status-box.petition-approval {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7ab946+0,8ed863+0,7ab946+100 */
    background: #7ab946; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #7ab946 0%, #8ed863 0%, #7ab946 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #7ab946 0%,#8ed863 0%,#7ab946 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #7ab946 0%,#8ed863 0%,#7ab946 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab946', endColorstr='#7ab946',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ls-client-completed-petition-list .petition-status-box.petition-alert,
.ls-client-petition-list .petition-status-box.petition-alert {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7ab946+0,ff9e99+0,ff695c+100 */
    background: #7ab946; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #7ab946 0%, #ff9e99 0%, #ff695c 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #7ab946 0%, #ff9e99 0%, #ff695c 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #7ab946 0%, #ff9e99 0%, #ff695c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab946', endColorstr='#ff695c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.ls-client-completed-petition-list .petition-status-box.petition-success,
.ls-client-petition-list .petition-status-box.petition-success {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7ab946+0,1db4f9+0,126fa5+100 */
    background: #7ab946; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #7ab946 0%, #1db4f9 0%, #126fa5 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #7ab946 0%,#1db4f9 0%,#126fa5 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #7ab946 0%,#1db4f9 0%,#126fa5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab946', endColorstr='#126fa5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ls-client-completed-petition-list .petition-status-box.petition-worker-approval,
.ls-client-petition-list .petition-status-box.petition-worker-approval {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
    background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ls-client-completed-petition-list .petition-status-box,
.ls-client-petition-list .petition-status-box {
    width: 125px;
    height: 125px;
    border: 1px solid var(--lsi-darkgray);
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 10px 10px 0 10px;
}

.ls-client-completed-petition-list .gray-bg,
.ls-client-petition-list .gray-bg {
    background: var(--lsi-darkgray);
}

.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: .2em;
}
.ml-2 {
    margin-left: .4em;
}
.ml-3 {
    margin-left: .6em;
}
.ml-4 {
    margin-left: .8em;
}
.ml-5 {
    margin-left: 1em;
}
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: .2em;
}
.mr-2 {
    margin-right: .4em;
}
.mr-3 {
    margin-right: .6em;
}
.mr-4 {
    margin-right: .8em;
}
.mr-5 {
    margin-right: 1em;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: .2em;
}
.mt-2 {
    margin-top: .4em;
}
.mt-3 {
    margin-top: .6em;
}
.mt-4 {
    margin-top: .8em;
}
.mt-5 {
    margin-top: 1em;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: .2em;
}
.mb-2 {
    margin-bottom: .4em;
}
.mb-3 {
    margin-bottom: .6em;
}
.mb-4 {
    margin-bottom: .8em;
}
.mb-5 {
    margin-bottom: 1em;
}

/* Processing overlay */
.processing {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('waiting.gif')
    50% 50%
    no-repeat;
}

.processing #processing-message {
    width: 500px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    text-align: center;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
}

.processing #processing-message h4 {
    font-size: 2rem;
    font-weight: 300;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .processing {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .processing {
    display: block;
}

#labor-solutions ul.parsley-errors-list.filled {
    margin-bottom: 0;
    padding-bottom: 0;
}

.fc-daygrid-day .fc-event-title.fc-sticky {
    font-size: 12px;
}