@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Paul Grotesk';
    src: url('../fonts/PaulGrotesk-Regular-Trail.woff2') format('woff2'),
        url('../fonts/PaulGrotesk-Regular-Trail.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Paul Grotesk';
    src: url('../fonts/PaulGrotesk-Bold-Trail.woff2') format('woff2'),
        url('../fonts/PaulGrotesk-Bold-Trail.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Paul Grotesk';
    src: url('../fonts/PaulGrotesk-Thin-Trail.woff2') format('woff2'),
        url('../fonts/PaulGrotesk-Thin-Trail.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}


body {
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-weight: normal;
    float: left;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    height: auto;
    background: #f4f4f7;
    color: rgb(54 53 53 / 80%);
    font-size: 16px;
    padding-top: 44px;
    padding-left: 300px;
}
::selection {
	background:#82bd5a;
	color:#ffffff;
}

:before, :after {
	font-family: 'Font Awesome 5 Pro';
}

/**, *:hover {*/
/*	-webkit-transition: all 0.2s ease-in-out;*/
/*-moz-transition: all 0.2s ease-in-out;*/
/*-ms-transition: all 0.2s ease-in-out;*/
/*-o-transition: all 0.2s ease-in-out;*/
/*transition: all 0.2s ease-in-out;*/
/*}*/

/* no transition stuff */
body, html, main, #app-container-container, .col, .col-12, .col-0, .container-fluid, .container, .row, .fal:before,.fas:before, .far:before, .fal:after,.fas:after, .far:after, .card, .card-header, .card-body, .modal, .form-group, a i:before, a i, .daterangepicker, .smeditor-box svg, .smeditor-modal svg, .smeditor-button-pane button:not(.smeditor-disable):hover, .smeditor-button-pane button:not(.smeditor-disable):focus, .smeditor-button-pane button.smeditor-active, .smeditor-box, .smeditor-box *, #companyNotes *, #companyNotes, #smeditor-icons, #smeditor-icons *  {
	-webkit-transition:  none;
	-moz-transition:  none;
	-ms-transition:  none;
	-o-transition:  none;
	transition: none;
}

button, input, textarea {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
outline:none !important;
}

li:last-of-type,
.no-margin {
	margin:0px !important;
}

h1, h2, h3, h4, h5, h6 {
	color:#363535;
	font-weight:bold;
    line-height: 1.3;
}

p {
    line-height: 28px;
    margin-bottom: 14px;
}

main, #app-container-container {
    float: left;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
	display:block;
}

main {
	overflow:visible;
}

#app-container-container {
    padding: 6px 60px 60px;
}

.vertical {
	position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal {
	position:relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.card, .modal-dialog .modal-content {
    background: #ffffff;
    border-radius: 0px;
    border: none;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
}

.modal-dialog .modal-content,
.ui-dialog {
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 24%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 24%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 24%);
}

.ui-dialog, .ui-widget.ui-widget-content {
    border: none;
    padding: 30px;
    border-radius: 0px;
    min-width: 450px;
}

.ui-dialog .ui-dialog-titlebar {
    float: left;
    width: 100%;
    border: none;
    background: none;
    padding: 0px;
    overflow: visible !important;
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.card .card-header, .modal-dialog .modal-content .modal-header,
.ui-dialog .ui-dialog-content {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 28px 34px 36px;
    border-radius: 15px 15px 0px 0px;
    background: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #363535;
}

.modal-dialog .modal-content .modal-header,
.ui-dialog .ui-dialog-content {
    position: relative;
    padding-right: 70px;
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
    float: left;
    text-align: center;
    width: 100% !important;
}

.card .card-header h5.card-title,
.modal-dialog .modal-content h5,
.ui-dialog .ui-dialog-content > div {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #2f272e;
    margin: 0px;
}

.modal-dialog .modal-content h5,
.ui-dialog .ui-dialog-content > div {
    font-size: 24px;
}

.ui-dialog .ui-dialog-content > div {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    border: none;
    margin-top: 30px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin:0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    color: #ffffff;
    margin: 0 10px 10px 0;
    float: left;
}


.modal-dialog .modal-content button.close,
.ui-dialog .ui-dialog-titlebar-close {
    color: #f74851;
    opacity: 11;
    font-size: 20px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    padding: 13px 0;
    text-align: center;
    line-height: 0.8;
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: relative;
    float: right;
    background: none;
    border: none;
    top: 0px;
    right: 0px;
    margin: -14px -14px 0 0;
}

.modal-dialog .modal-content button.close:hover,
.ui-dialog .ui-dialog-titlebar-close:hover {
	opacity:0.6;
}

.modal-dialog .modal-content button.close:before,
.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    text-indent: 0px;
    color: #f74851;
    position: absolute;
    top: 13px;
    width: 100%;
    right: 0px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
}

.modal-dialog .modal-content button.close span {
	display:none;
}

.card .card-body, .modal-dialog .modal-content .modal-body {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    padding: 34px;
    padding-top: 0px;
}

.modal-dialog .modal-content .modal-body {
}

.modal-dialog .modal-content .modal-body .card-body {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    display: block;
}

.card-body form {
	float:left;
	width:100%;
	height:auto;
	display:block;
}

label {
    float: left;
    display: block;
    margin: -3px 0 13px 0;
}

label,
table.table thead tr th,
ul.list-details li b {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
color: #363535;
}

label {
    font-size: 16px;
}

label:hover,
table.table thead tr th:hover {
    cursor: pointer;
    color: #82bd5a;
}

.form-check label:before {
	content:"\f00c";
}

.selectize-control {
	float:left;
	width:100%;
	height:auto;
	display:block;
	position:relative;
}

input, input.form-control, .form-check label:before, .selectize-control .selectize-input, .css-b62m3t-container .css-1s2u09g-control, .css-b62m3t-container .css-1pahdxg-control, .react-select__control,
.mbsc-textfield-wrapper .mbsc-textfield-inner input {
    float: left;
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 7px;
    color: rgb(54 53 53 / 80%);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgb(54 53 53 / 33%);
    box-shadow: none !important;
}

.form-control:disabled, .form-control[readonly], input:disabled {
    border: 1px solid rgb(54 53 53 / 22%);
    color: rgb(54 53 53 / 80%);
    background: hsl(240deg 16% 96% / 72%);
    pointer-events: none;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #e43a3a;
    background: none;
}

.invalid-feedback,
.input-error {
    color: #e43a3a;
    clear: both;
    margin-top: 6px;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
}

.input-error {
    margin-top: 11px !important;
    margin-bottom: 0px !important;
    line-height: 1;
}

.template-is-auth .invalid-feedback {
    display: initial !important;
}

input:hover,
input.form-control:hover,
.form-check label:hover:before,
.selectize-control .selectize-input:hover,
.css-b62m3t-container .css-1s2u09g-control:hover,
.react-select__control:hover,
.mbsc-textfield-wrapper .mbsc-textfield-inner input:hover {
    border: 1px solid rgb(54 53 53 / 100%);
	cursor:pointer;
}

input:focus,
input:active,
input.form-control:focus,
input.form-control:active,
.form-check input:checked ~ label:before,
.selectize-control .selectize-input.dropdown-active,
.css-b62m3t-container .css-1pahdxg-control,
.mbsc-textfield-wrapper .mbsc-textfield-inner input:focus,
.mbsc-textfield-wrapper .mbsc-textfield-inner input:active{
	border-color:#82bd5a;
}

.selectize-control .selectize-input, .form-control.selectize-control .selectize-input {
    position: relative;
    padding-right: 50px !important;
}

.selectize-control .selectize-input:after {
    content: "\f107" !important;
    border: none !important;
    top: 15px !important;
    right: 31px !important;
    margin: 0px !important;
    font-weight: 400;
    color: #5f565e;
    width: auto;
    position: absolute;
}

.form-control.selectize-control .selectize-input:after {
    right: 27px !important;
}

.selectize-control .selectize-input.dropdown-active:after {
	content:"\f106" !important;
}

.selectize-dropdown, .selectize-dropdown.form-control {
    box-shadow: none !important;
    border: 1px solid #84be5a;
    top: 44px !important;
    border-radius: 0px 0px 7px 7px;
    border-top: none;
    background: #ffffff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px !important;
}

.selectize-dropdown .option.selectize-toolbar {
    opacity: 1;
}

.selectize-dropdown .option.selectize-toolbar .btn-group {
    float: left;
    display: block;
    margin: 5px 0 1px 4px;
}

.selectize-dropdown .option.selectize-toolbar .btn-group button {
    color: #84be5a;
    text-decoration: underline;
    padding: 0px;
    min-height: auto;
    height: auto;
    background: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.selectize-dropdown .option.selectize-toolbar .btn-group button:hover {
	color: rgb(82 86 82);
}

.selectize-dropdown .selectize-dropdown-content {
    padding: 6px 0;
    float: left;
    width: 100%;
    display: block;
}

.selectize-dropdown .selectize-dropdown-content .option {
    float: left;
    width: 100%;
    background: none;
    padding: 11px 20px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(54 53 53 / 80%);
}

.selectize-dropdown .selectize-dropdown-content .option:hover {
	    color: #363535;
	cursor:pointer;
}

.selectize-dropdown .selectize-dropdown-content .option.selected {
        color: #363535;
    font-weight: 700;
}

.selectize-control .selectize-input .item {
    float: left;
    margin: 4px 6px 6px 0 !important;
    color: rgb(54 53 53 / 80%);
}

.selectize-control .selectize-input input {
    float: left;
    margin-left: 0px !important;
    margin-top: -11px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.selectize-dropdown .selectize-dropdown-content .option .highlight {
    border-radius: 0px;
    background: #5f565e;
    color: #ffffff;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 10px 10px;
}

.selectize-control.multi .selectize-input > div {
    background: #82bd5a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 28px;
    border-radius: 3px;
    line-height: 1;
    padding: 7px 10px;
    margin-top: 0px !important;
}

.selectize-control.multi .selectize-input > div.active {
	background:#981b84;
}

.input-group .input-group-append {
    position: relative;
    z-index: 4;
}

.form-group .form-text {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 14px;
    color: #5f565e !important;
    font-size: 12px;
}

.input-group .input-group-append .input-group-text {
    border-radius: 0px 7px 7px 0px;
    border: none;
    background: #d4d0d3;
    padding: 14px 18px;
    color: #2f272d;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.input-group:hover .input-group-append .input-group-text {
	background:rgb(95 86 94 / 100%);
	color:#ffffff;
}

.input-group input:active ~ .input-group-append .input-group-text, .input-group input:focus ~ .input-group-append .input-group-text {
    background: #82bd5a;
    color: #ffffff;
}

.form-check,
.custom-switch {
    position: relative;
    display: block;
    padding: 0px;
    float: left;
    width: 100%;
}

.form-check.form-check-inline {
    width: auto;
    margin-right: 30px;
}

.form-group .custom-switch.alone {
    margin-top: 10px;
}

.form-check label, .custom-switch .custom-control-label {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    min-height: 36px;
    padding-left: 54px;
    position: relative;
    padding-top: 7px;
    color: rgb(54 53 53 / 80%);
    font-weight: normal;
}

.custom-switch .custom-control-label {
    min-height: 28px;
    padding-left: 58px;
    padding-top: 3px;
}

.custom-switch label:before,
.custom-switch label:after {
	content:"";
}

.form-check label:before,
.custom-switch label:before {
    width: 36px;
    height: 36px;
    padding: 0px;
    position: absolute;
    left: 0px;
    color: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.8;
    padding-top: 12px;
    top: 0px;
}

.custom-switch .custom-control-label:before {
    left: 0px;
    width: 44px;
    border-radius: 50px;
    height: 26px;
    border: none;
    outline: none !important;
    box-shadow: none!important;
    background: #d0cbcf;
}

.custom-switch .custom-control-label:after {
    left: 7px;
    transform: none !important;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2f272d !important;
}

.custom-switch .custom-control-label:hover:before {
    background: #b1aaaf;
}


.form-check input:checked ~ label:before {
    color: #82bd5a;
}

.custom-switch input:checked ~ .custom-control-label:before {
    background: #971b84;
}

.custom-switch input:checked ~ .custom-control-label:after {
    left: 24px;
    background: #ffffff !important;
}

.form-check input {
    appearance: auto;
	display:none;
}

.btn, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .filepond--root .filepond--drop-label label {
    float: left;
    position: relative;
    border: none;
    background: transparent;
    border-radius: 5px;
    height: 50px;
    width: auto;
    min-width: 100px;
    line-height: 1;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: bold;
    outline: none !important;
    z-index: 1;
}


/*.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2) {*/
/*    display: none;*/
/*}*/


.btn.btn-primary,
.btn.btn-success,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .success  {
    background: #82bd5a;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
    box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
}

.btn.btn-primary:hover,
.btn.btn-success:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .success:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .action  {
    background: #5a95bd;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
    box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 39%);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .action:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
}

.btn.btn-outline-secondary, .btn.btn-secondary,
.btn.btn-light,
.filepond--root .filepond--drop-label label  {
    background: rgb(82 86 82);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(82 86 82 / 23%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(82 86 82 / 23%);
    box-shadow: 0px 0px 20px 0px rgb(82 86 82 / 23%);
}

.btn.btn-primary:hover:before,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn.btn-success:hover,
.btn.btn-outline-secondary:hover,
.btn.btn-secondary:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .success:hover,
.btn.btn-light:hover  {
	background:#363535;
	outline:none !important;
}

.btn.btn-outline-secondary:hover,
.btn.btn-secondary:hover,
.btn.btn-light:hover,
.filepond--root .filepond--drop-label label:hover {
	background:rgb(54 53 53 / 100%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 0%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 0%);
    box-shadow: 0px 0px 20px 0px rgb(130 189 90 / 0%);
}

.btn.btn-danger,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .danger,
.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn {
    -webkit-box-shadow: 0px 0px 25px 0px rgb(239 81 88 / 22%);
    -moz-box-shadow: 0px 0px 25px 0px rgb(239 81 88 / 22%);
    box-shadow: 0px 0px 25px 0px rgb(239 81 88 / 22%);
    background: #e55c5c;
}

.btn.btn-danger:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .danger:hover,
.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn:hover {
	background:#b32b2b;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(224 62 204 / 0%);
}



.btn.btn-danger:hover:before, .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-button,
.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn {
    outline: none !important;
}


.btn.btn-success:hover:before, .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
    outline: none !important;
}

.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.filepond--root .filepond--drop-label label:active,
.filepond--root .filepond--drop-label label:focus,
.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn:active,
.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn:focus {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(224 62 204 / 0%)!important;
    -moz-box-shadow: 0px 0px 0px 0px rgb(224 62 204 / 0%)!important;
    box-shadow: 0px 0px 0px 0px rgb(224 62 204 / 0%) !important;
}

.btn.btn-primary:hover:before {
}

.btn.btn-link,
table.table tbody tr td a:not(.btn) {
    color: #82bd5a;
    padding: 0px;
    line-height: 1.2;
    display: block;
    text-decoration: underline !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 16px;
    outline: none !important;
    border: none !important;
    background: none;
    height: auto;
}

.btn-underline {
    color: #82bd5a;
    text-decoration: underline !important;
    font-weight: 700;
}

.btn.btn-link:hover,
.btn.btn-link:active,
table.table tbody tr td a:not(.btn):hover,
table.table tbody tr td a:not(.btn):active,
.btn-underline:hover,
.btn-underline:active {
	color: #363535;
}

.btn.btn-link:before,
.btn.btn-link:after {
	display:none;
}

.form-group {
    margin-bottom: 25px;
}

.form-group > label {
    width: 100%;
}

.form-group .text-danger {
    clear: both;
    float: left;
    margin-top: 12px;
}

.form-group.submit {
    margin-bottom: 0px;
    margin-top: 15px;
}

.form-group .forgot-password {
    margin-top: 15px;
    font-size: 15px;
}

nav.navbar {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #ffffff;
    width: 300px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    padding: 35px 30px;
    height: 100vh;
    transition: none;
    -webkit-transition: none;
}

nav.navbar a.navbar-brand {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    opacity: 1;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

nav.navbar a.navbar-brand:hover {
	opacity:0.6;
}

nav.navbar a.navbar-brand img {
    float: left;
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 20px;
}

nav.navbar a.navbar-brand span {
    clear: both;
    float: left;
    font-weight: bold;
    color: #84be5a;
    font-size: 21px;
    line-height: 0.8;
}

nav.navbar a.logout {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: block;
    color: #e03e3e;
    font-size: 17px;
    text-decoration: none !important;
}

@media only screen and (max-height: 550px) {
nav.navbar a.logout {
	display:none;
}
}

nav.navbar a.logout i {
    float: left;
    width: auto;
    font-size: 20px;
    margin: 2px 10px 0 0;
}

nav.navbar a.logout:hover {
	color: #b32b2b;
}


nav.navbar ul.navbar-nav {
    display: block;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    width: calc(100% + 60px);
    margin-left: -30px;
}

nav.navbar ul.navbar-nav li {
    float: left;
    margin: 0 0px 10px 0;
    display: block;
    width: 100%;
}

nav.navbar ul.navbar-nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #363535;
    line-height: 0.8;
    display: block;
    position: relative;
    height: 50px;
    padding: 20px 33px;
}

nav.navbar ul.navbar-nav li > a:before {
    content: "";
    position: absolute;
    width: 4px;
    display: block;
    background: #82bd5a;
    left: 0px;
    top: 0px;
    opacity: 0;
    height: 0%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

nav.navbar ul.navbar-nav li > a:hover:before {
	height:100%;
	opacity:1;
}


nav.navbar ul.navbar-nav li a i {
    font-weight: 900;
    font-size: 19px;
    float: left;
    margin: -3px 14px 0 -4px;
    width: 25px;
    display: block;
    text-align: center;
}

nav.navbar ul.navbar-nav li.dropdown {
    position: relative;
    z-index: 1;
}




nav.navbar ul.navbar-nav li a.dropdown-toggle {
    padding-right: 60px;
}


nav.navbar ul.navbar-nav li a.dropdown-toggle:after {
    content: "\f107";
    border: none;
    margin: 0px;
    position: absolute;
    right: 30px;
    top: 19px;
    font-size: 18px;
    font-weight: 400;
}

nav.navbar ul.navbar-nav li.show a.dropdown-toggle:after {
	content:"\f106";
}

nav.navbar ul.navbar-nav li .dropdown-menu {
    position: absolute;
    z-index: -999;
    border-radius: 0px;
    border: none;
    left: 100%;
    top: -6px;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    height: 0px;
    min-width: 0px;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 0%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 0%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 0%);
}

nav.navbar ul.navbar-nav li.dropdown.show .dropdown-menu {
    padding: 6px 0;
    opacity: 1;
    z-index: 2;
    height: auto;
    min-width: 0px;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 14%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 14%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 14%);
}

nav.navbar ul.navbar-nav li .dropdown-menu a {
    font-size: 16px;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    padding: 21px 30px;
    background: #ffffff;
    color: rgb(54 53 53 / 80%);
    font-weight: normal;
}

nav.navbar ul.navbar-nav li a:hover, nav.navbar ul.navbar-nav li .dropdown-menu a:hover {
    color: #82bd5a;
}

nav.navbar ul.navbar-nav li > a.active {
    background: rgb(130 189 90 / 13%);
    color: #363535;
}

nav.navbar ul.navbar-nav li > a.active:before {
	height:100%;
	opacity:1;
}

table.table {
    margin-bottom: 50px;
    border: none;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    width: auto;
    padding: 0px;
}

table.dataTable {
    margin-top: 0px;
    margin-bottom: 50px !important;
}

table.table thead tr th {
    background: none;
    border: none;
    border-bottom: 1px solid #363535;
    text-transform: none;
    font-size: 16px;
    padding: 0 15px 20px;
    outline: none !important;
    white-space: nowrap;
}

table.table thead tr.filter-row th {
    padding: 20px 15px;
    position: relative;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 40px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	display:none;
}


table.dataTable thead > tr > th.sorting {
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_disabled:before {
	display:none;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_disabled:after {
    content: "\f07d";
    right: 17px;
    top: 0px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 16px;
    bottom: initial;
}


table.dataTable thead > tr > th.sorting_asc:after {
	content:"\f176";
	opacity:1;
}

table.dataTable thead > tr > th.sorting_desc:after {
	content:"\f175";
	opacity:1;
}

table.table thead tr th.sorting_disabled:after {
	display:none !important;
}


table.table thead tr.filter-row th:after, table.table thead tr.filter-row th.sorting_disabled:after {
    content: "\f002";
    z-index: 3;
    right: 37px;
    top: 37px;
    position: absolute;
    color: #5f565e;
    font-weight: 400;
    font-size: 14px;
    display: block;
    opacity: 1;
}


table.table thead tr.filter-row th input {
    padding-right: 50px;
}

table.table thead tr.filter-row th.actions:after {
	display:none;
}

table.table thead tr th a {
	color:#2f272d;
	text-decoration:underline;
}

table.table thead tr th a:hover {
    color: #981b84;
}

table.table tbody tr {
	background:none;
}

table.table tbody tr td {
    border: none;
    border-bottom: 1px solid hsl(0deg 1% 21% / 22%);
    padding: 20px 20px;
    vertical-align: middle;
    background: #ffffff;
    min-height: 70px;
    color: rgb(54 53 53 / 80%);
}

table.table tbody tr td .btn {
    min-width: 0px;
    padding: 18px 18px;
    white-space: nowrap;
}

table.table tbody tr:hover td {
    background: rgb(244 244 247 / 72%);
}


table.table tbody tr td span.user-name {
    float: left;
    display: block;
    margin-bottom: 4px;
}

table.table tbody tr td span.user-name a {
    font-weight: 500;
    text-decoration: underline;
    color: #5f565e;
}

table.table tbody tr td span.user-name a:hover {
    color: #981b84;
}

table.table tbody tr td small {
    clear: both;
    float: left;
    color: #2f272d !important;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
}

table.table tbody tr td .cert-container {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

table.table tbody tr td .cert-container > div:first-of-type {
    float: left;
    width: 100%;
    display: block;
    padding-right: 50px;
    font-weight: 700;
    color: #2f272d;
    line-height: 0.8;
    margin: 10px 0 10px 0;
}

table.table tbody tr td .cert-container > div:nth-of-type(2) {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #5f565e;
    margin-bottom: 12px;
}

table.table tbody tr td .cert-container strong {
    font-weight: 500;
}

table.table tbody tr td .cert-container ul {
    clear: both;
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

table.table tbody tr td .cert-container ul li {
    float: left;
    width: auto;
    display: block;
    margin: 0 7px 7px 0;
}


table.table tbody tr td .cert-container ul li a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #971b84;
}


table.table tbody tr td .cert-container ul li a:hover {
    color: #2f272d;
}

.badge {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px 10px;
    line-height: 0.8;
    background: #971b84;
}

table.table tbody tr td .badge {
    float: left !important;
    margin-top: 7px;
    margin-right: 7px !important;
}

#matrixChartCard table.table tbody tr td {
    position: relative;
    padding: 26px 15px;
}

table.table tbody tr td span.actions {
    position: absolute;
    top: 26px;
    right: 15px;
    display: block;
}

table.table tbody tr td span.actions button {
    width: 30px;
    min-width: 0px;
    height: 30px;
    text-decoration: none !important;
    background: #60b720;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    float: right;
    margin-left: 7px;
}

table.table tbody tr td span.actions  button:hover {
background: #458a12;
}

table.table tbody tr td span.actions button i {
    font-weight: 500;
    color: #ffffff;
}



#app-container-container .dataTables_wrapper {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#app-container-container .dataTables_wrapper .dataTables_processing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 99;
    box-shadow: none;
    color: transparent;
    background: rgb(255 255 255 / 51%);
}

#app-container-container .dataTables_wrapper .dataTables_processing:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: lds-circle 10s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    margin: 150px auto 0;
    background: #82bd5a;
    background: -moz-linear-gradient(left, #82bd5a 0%, #9cd884 100%);
    background: -webkit-linear-gradient(left, #82bd5a 0%,#9cd884 100%);
    background: linear-gradient(to right, #82bd5a 0%,#9cd884 100%);
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}


#app-container-container .dataTables_wrapper .dataTables_paginate {
    float: right;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination {
    margin: 0px;
    float: right;
    display: block;
    margin-bottom: 5px;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li {
    float: left;
    width: auto;
    display: block;
    margin: 0 17px 0 0;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li a.page-link {
    color: #363535;
    background: none;
    border: none;
        border-bottom: 2px solid rgb(54 53 53 / 42%);
    border-radius: 0px;
    height: auto;
    width: 32px;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    line-height: 0.8;
    padding-bottom: 16px;
    box-shadow: none !important;
    outline: none !important;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li a.page-link:hover {
    border-bottom: 2px solid rgb(54 53 53 / 100%);
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.active a.page-link {
	color:#82bd5a;
	border-color:#82bd5a;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.previous a,
 #app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.next a {
    width: auto;
    position: relative;
    border: none;
    padding: 0px;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.previous a:before,
#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.next a:before {
    position: absolute;
    top: 0px;
    font-weight: 400;
}


#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.previous a {
    padding-left: 27px;
    font-weight: 500;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.next a {
    padding-right: 27px;
    font-weight: 500;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.previous a:before {
    content: "\f177";
    left: 0px;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.next a:before {
    content: "\f178";
    right: 0px;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.disabled {
	pointer-events:none;
}

#app-container-container .dataTables_wrapper .dataTables_paginate ul.pagination li.disabled a {
    filter: grayscale(1);
    opacity: 0.6;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop,
.ui-widget-overlay {
    background: rgb(39 43 47 / 22%);
}

.modal {
    padding-right: 0px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-dialog {
    margin: 0 auto;
}

fieldset {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.header-notifications {
    margin-bottom: 35px;
}

.header-notifications h3 {
    float: left;
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
}

.header-notifications  .custom-switch {
	width:auto;
}



a.profile-link {
    float: right;
    margin-bottom: 40px;
    display: block;
    font-size: 16px;
    color: #363535;
    font-weight: bold;
    text-decoration: none !important;
}

a.profile-link i {
    float: right;
    width: 34px;
    height: 34px;
    background: #82bd5a;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    line-height: 0.8;
    padding: 11px 0;
    margin: -5px 0 0 16px;
}

a.profile-link:hover {
	color:#82bd5a;
}

.breadcrumb {
    float: left;
    display: block;
    width: auto;
    padding: 0px;
    background: none;
    margin-bottom: 40px;
    line-height: 0.8;
    margin-top: 7px;
}

.breadcrumb li {
	float:left;
	margin-right:20px;
}

.breadcrumb li a,
.breadcrumb li,
.breadcrumb li.active {
    color: #363535;
    text-decoration: none;
    font-weight: 600;
    opacity: 1;
}

.breadcrumb li a:hover {
	opacity:0.6;
}

.breadcrumb li:last-of-type {
    color: #84be5a !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #363535;
    font-weight: bold;
    font-family: 'Paul Grotesk';
    float: left;
    display: block;
    padding: 0px 22px 0 0;
}

.card .card-header .card-actions {
    margin-top: -6px;
}

.card .card-header .card-actions .btn i,
.btn.w-icon i {
    font-weight: 600;
    font-size: 18px;
    float: left;
    margin: -1px 7px 0 0;
}

.table-responsive {
	clear:both;
	float:left;
}

.input-group {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 0px !important;
}

.input-group input {
    border-radius: 7px !important;
    width: 100% !important;
    display: block;
    float: left;
    padding-right: 70px;
    position: relative;
    z-index: 1;
}

.input-group .input-group-append {
    position: absolute;
    right: 0px;
    margin: 0px;
    height: 50px;
    width: 50px;
}

.input-group .input-group-append button, .input-group .input-group-append span{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    min-width: 0px;
    padding: 18px 0px;
    border-radius: 0 5px 5px 0 !important;
}

table.table thead tr.filter-row th .selectize-control {
    z-index: 4;
}

.nav.nav-pills {
    clear: both;
    float: left;
    display: block;
    margin-bottom: 45px;
    width: 100%;
    border-bottom: 1px solid rgb(54 53 53 / 32%);
}

.nav.nav-pills li {
    float: left;
    width: auto;
    display: block;
}

.nav.nav-pills li a {
    float: left;
    position: relative;
    border-radius: 0px;
    font-weight: bold;
    color: rgb(49 49 53 / 60%);
    padding: 0px 25px 25px;
    line-height: 0.8;
	text-decoration:none !important;
}

.nav.nav-pills li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #363535;
    left: 0px;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav.nav-pills li a:hover {
    color: #363535;
}

.nav.nav-pills li a:hover:before,
.nav.nav-pills li a.active:before,
.nav.nav-pills li a[aria-current="page"]:before  {
	width:100%;
	opacity:1;
    outline: 0;
}

.nav.nav-pills li a.active,
.nav.nav-pills li a[aria-current="page"] {
	color:#84be5a;
	background:none;
    outline: 0;
}

.nav.nav-pills li a.active:before,
.nav.nav-pills li a[aria-current="page"]:before {
    background: #84be5a;
    height: 2px;
}

.card-list,
.card-list-group {
    clear: both;
    float: left;
    width: 100%;
    display: block;
}

.card-list {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

div#payrolls-container {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.card-list-group .card-list:last-of-type {
    border: none;
    padding-bottom: 0px;
}

ul.list-details {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    list-style-type: none;
    padding: 0px;
    margin: 0 0 0;
}

ul.list-details li {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

ul.list-details li b {
    font-size: 16px;
    float: left;
    width: 100%;
    display: block;
    line-height: 0.8;
    margin-bottom: 6px;
}

ul.list-details li span {
    clear: both;
    float: left;
    width: 100%;
    font-size: 18px;
}


ul.list-details.columns li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 13px;
    justify-content: space-between;
}

ul.list-details.columns li b, ul.list-details.columns li span {
    font-size: 16px;
    line-height: 26px;
    width: auto;
}

ul.list-details.columns li b {
    margin: 0px;
}

ul.list-details.columns li span {
    clear: none;
}

h6, .h6 {
    font-size: 19px;
    font-weight: normal;
    margin: 0px;
}

h3, .h3 {
    font-size: 26px;
}

.card-list .card-list-title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
}

.card-list .card-list-title h6 {
    float: left;
    margin: 0px;
    font-size: 20px;
}

.card-list .card-list-title small {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: rgb(54 53 53 / 81%);
    margin: 4px 0 0 14px;
}

ul.list-details.grid li {
    width: 25%;
    margin: 0px;
}

.progress-contain {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.progress-contain label {
    float: left;
    width: 100%;
}

.progress-contain .progress {
    clear: both;
    border-radius: 50px;
    height: 24px;
    background: #efeff2;
}

.btn-group a.btn {
    border-radius: 5px !important;
    margin-right: 10px;
}

.progress-contain .progress .progress-bar {
    background: #82bd5a;
    background: -moz-linear-gradient(left, #82bd5a 0%, #9cd884 100%);
    background: -webkit-linear-gradient(left, #82bd5a 0%,#9cd884 100%);
    background: linear-gradient(to right, #82bd5a 0%,#9cd884 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82bd5a', endColorstr='#9cd884',GradientType=1 );
}

ul.list-details.grid li b {
    margin-bottom: 8px;
}

ul.list-details li span p {
	margin:0px;
}


.form-group.login-links {
    margin-bottom: 10px;
    margin-top: 35px;
}

.card.auth .card-header {
    text-align: center;
    padding: 28px 34px 29px;
}

.card.auth img {
    float: left;
    width: 120px;
    margin-top: 40px;
}

.no-hover {
	cursor:default;
	pointer-events:none;
}

.modal-body .card-list-group .card-list:last-of-type {
    margin-bottom: 0px;
}

.approvalWarning {
    margin: 0 0 30px 0;
    background: #f73d3d;
    border-radius: 5px;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: bold;
}

/* toasts */

.toast-container {
    position: relative;
    min-height: 0px;
}

.toast {
    -webkit-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    -moz-box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 21%);
    background: #ffffff;
    border: none;
    border-radius: 0px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.toast .toast-header {
    float: left;
    width: 100%;
    display: block;
    padding: 13px 20px 10px;
    position: relative;
    padding-right: 50px;
    border: none;
}

.toast .toast-header button {
    position: absolute;
    color: red;
    opacity: 1;
    font-size: 24px;
    margin: 0px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 10px;
    top: 8px;
}

.toast .toast-header button:hover {
	opacity:0.6;
}

.toast .toast-header strong {
    float: left;
    width: auto;
    display: block;
    font-size: 14px;
    color: #363535;
}

.toast .toast-header small {
    float: left;
    font-size: 12px !important;
    font-weight: bold;
    margin: 2px 0 0px 8px;
}

.toast .toast-body {
    clear: both;
    float: left;
    width: 100%;
    padding: 5px 20px 15px;
    font-size: 16px;
    color: rgb(54 53 53 / 80%);
}

.toast-container .toast-deck {
	padding:30px;
}

.row {
	clear:both;
}

.modal-content.addTemplateCard .row.mb-4 .form-group.submit {
    margin: 0px;
}

.filepond--root {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    font-family: 'Paul Grotesk', arial, sans-serif;
    margin: 0px;
    background: none !important;
}

.filepond--root .filepond--browser.filepond--browser {
    display: none;
}

.filepond--root .filepond--drop-label {
    background: none !important;
    justify-content: left;
    align-items: normal;
    min-height: 50px;
}

.filepond--root .filepond--drop-label label {
    float: left;
    display: block;
    position: relative;
}

.filepond--root .filepond--drop-label label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f093";
    float: left;
    margin-right: 12px;
}

.filepond--root .filepond--drop-label label span {
	text-decoration:none;
}

.filepond--root .filepond--drip {
    background: #ffffff !important;
}

.filepond--root .filepond--panel.filepond--panel-root {
    background-color: rgb(255 255 255 / 0%) !important;
    background: none !important;
}

.filepond--panel-root {
    background: none !important;
}


.filepond--root ul.filepond--list {
    margin-top: 15px;
    left: 0px;
    right: 0px;
}

.filepond--root ul.filepond--list li {
    width: 100%;
    margin: 0 0 5px 0;
}

.filepond--root ul.filepond--list li fieldset {
}

.filepond--root ul.filepond--list li fieldset .filepond--file {
}

.filepond--root ul.filepond--list,
.filepond--root ul.filepond--list * {
	transition:none;
	-webkit-transition: none;
}

/* toasts */

/* daterangepicket */

.daterangepicker {
    font-family: 'Paul Grotesk', arial, sans-serif;
    transition: none !important;
    -webkit-transition: none !important;
    border: 1px solid rgb(54 53 53 / 33%);
    margin-top: 10px;
    padding: 15px;
    border-radius: 8px;
}

.daterangepicker:before,
.daterangepicker:after {
	display:none;
}


.daterangepicker .drp-calendar,
.daterangepicker .drp-calendar.single {
    float: left;
    clear: both !important;
    width: auto;
    max-width: none !important;
    padding: 0px !important;
}

.daterangepicker .drp-calendar .calendar-table {
    clear: both;
    float: left;
    padding: 0px !important;
}

.daterangepicker .drp-calendar .calendar-table thead th {
    color: #363535;
    font-size: 14px;
    border-bottom: 1px solid;
    border-radius: 0px;
    line-height: 0.8;
    padding: 0 12px 10px;
    width: auto;
    height: auto;
}

.daterangepicker .drp-calendar .calendar-table tbody td {
    width: 47px;
    height: 47px;
    border: none;
    color: rgb(54 53 53 / 80%);
    font-size: 14px;
    border-radius: 7px;
    background: #ffffff;
    line-height: 1;
    padding: 0px 0;
}

.daterangepicker .drp-calendar .calendar-table tbody td:hover {
	background:rgb(54 53 53 / 80%);
	color:#ffffff;
}

.daterangepicker .drp-calendar .calendar-table tbody td.off {
    opacity: 0.4;
    pointer-events: none;
    text-decoration: none;
}

.daterangepicker .drp-calendar .calendar-table tbody td.active {
	background:#84be5a;
	color:#ffffff;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th {
    border: none;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: default;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.available {
    padding-left: 0px;
    padding-right: 0px;
    background: none;
    color: #ffffff;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.available span {
    transform: none;
    border: none;
    width: 36px;
    height: 36px;
    background: #979699;
    line-height: 0.8;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
    border-radius: 5px;
	cursor:pointer;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.available span:hover {
    background: #363535;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.available span:before {
	font-family:"Font Awesome 5 Pro";
	content:"";
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.prev span:before {
	content:"\f104";
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th.next span:before {
	content:"\f105";
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th select,
.daterangepicker .calendar-time select {
    float: left;
    width: auto;
    display: block;
    color: rgb(54 53 53 / 80%);
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(54 53 53 / 33%);
    height: 36px;
    border-radius: 7px;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
	cursor:pointer;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th select:hover,
.daterangepicker .calendar-time select:hover {
	border: 1px solid rgb(54 53 53 / 100%);
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th select:focus,
.daterangepicker .calendar-time select:focus {
	border-color: #82bd5a;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th select.monthselect {
    width: 53%;
    margin: 0px;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-of-type th select.yearselect {
    width: 41%;
    margin-left: 6%;
}


.daterangepicker.show-ranges {
    width: auto;
    max-width: 724px;
}

.daterangepicker.show-ranges .drp-calendar {
    border: none !important;
    float: left !important;
    clear: none !important;
}

.daterangepicker.show-ranges .drp-calendar.right {
    margin-left: 32px;
}

.daterangepicker .ranges {
    float: left;
    width: 100%;
    border: none;
    display: block;
    margin: 0px !important;
}

.daterangepicker .ranges ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.daterangepicker .ranges ul li {
    font-family: 'Paul Grotesk', arial, sans-serif;
    border-radius: 5px;
    font-weight: 600;
    color: #363535;
    float: left;
    height: 36px;
    line-height: 0.8;
    padding: 14px 15px;
}

.daterangepicker .ranges ul li:hover {
	background:rgb(54 53 53 / 80%);
	color:#ffffff;
}

.daterangepicker .ranges ul li.active, .daterangepicker .ranges ul li.active:hover {
    background: #84be5a;
	color:#ffffff;
}

.daterangepicker .calendar-time {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px;
}

.daterangepicker .calendar-time select {
    background: none;
    float: none;
    display: inline;
}

.daterangepicker.show-ranges .drp-buttons {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    border-top: none;
    margin-top: 30px;
    padding: 0px;
    position: relative;
}

.daterangepicker.show-ranges .drp-buttons span.drp-selected {
    position: absolute;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 1;
    text-align: center;
    color: rgb(54 53 53 / 80%);
    font-size: 14px;
    line-height: 1.2;
    top: 14px;
}

.daterangepicker.show-ranges .drp-buttons .btn {
    position: relative;
    z-index: 2;
    margin: 0px;
    padding: 16px 24px;
    font-size: 14px;
    height: 45px;
}

.daterangepicker.show-ranges .drp-buttons .btn.applyBtn {
    float: right;
}

.daterangepicker.show-ranges .drp-buttons .btn.cancelBtn {
    float: left;
    color: #ffffff;
}

div[data-repeater-item] {
    transition:none;
	-webkit-transition:none;
}

.jstree {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: auto;
}

.jstree ul.jstree-container-ul {
    float: left;
    width: 100%;
    display: block;
    margin: 0px;
}

.jstree ul.jstree-container-ul li {
    float: left;
    width: 100%;
    display: block;
    clear: both;
}

.jstree ul.jstree-container-ul li:before {
	content:"";
}

.jstree ul.jstree-container-ul li i.jstree-icon {
    float: left;
    background: none;
    width: 24px;
    height: 24px;
    position: relative;
}

.jstree ul.jstree-container-ul li i.jstree-icon:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #82bd5a;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    right: 8px;
    top: 18px;
}

.jstree ul.jstree-container-ul li i.jstree-icon:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -11px;
    top: -1px;
    border-left: 1px solid #928f8f;
    border-bottom: 1px solid #928f8f;
}

.jstree ul.jstree-container-ul li .jstree-anchor {
    float: left;
    padding: 0px;
    margin: 13px 0;
    font-size: 16px;
    color: rgb(54 53 53 / 80%);
    position: relative;
    padding-left: 56px;
    background: none !important;
}

.jstree ul.jstree-container-ul li .jstree-anchor i {
	display:none;
}


.jstree ul.jstree-container-ul li .jstree-anchor:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    width: 30px;
    height: 30px;
    border: 1px solid rgb(54 53 53 / 55%);
    border-radius: 4px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 0.8;
    left: 11px;
    top: -3px;
    padding: 9px 0;
    color: transparent;
    background: #ffffff;
    z-index: 4;
}

.jstree ul.jstree-container-ul li .jstree-anchor:hover:before {
	border-color:#84be5a;
}

.jstree ul.jstree-container-ul li .jstree-anchor.jstree-clicked:before {
	border-color:#84be5a;
	color:#84be5a;
}

.jstree ul.jstree-container-ul li ul.jstree-children {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}
.jstree ul.jstree-container-ul li ul.jstree-children li {
    margin: 0px;
    padding-left: 38px;
    background: none;
    position: relative;
}

.jstree ul.jstree-container-ul li ul.jstree-children li:before {
    border-left: 1px solid #928f8f;
    position: absolute;
    left: 49px;
    width: 100%;
    height: calc(100% + 27px);
    top: -27px;
}

.jstree ul.jstree-container-ul li ul.jstree-children li.jstree-last:before {
    height: 30px;
}

.jstree ul.jstree-container-ul li ul.jstree-children li ul li.jstree-leaf:before {
    left: 49px;
}


.jstree ul.jstree-container-ul li ul.jstree-children li ul li.jstree-leaf i.jstree-icon:after {
    opacity: 0;
}


.jstree ul,
.jstree ul li {
    transition: none;
	-webkit-transition:none;
}

.addAccessLevelCard ul.nav.nav-pills {
    width: calc(100% - 30px);
    margin-left: 15px;
}

/* bodged float right for all your sbumits */
.modal-content.completeActionCard .form-group.submit .btn-success {
    float: right;
}

/*	Bits for mobile devices	*/

#burgerMenu {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #ffffff;
    display: none;
    margin: 0;
    position: fixed;
    top: 35px;
    left: 30px;
    background: #82bd5a;
    border-radius: 7px;
    z-index: 100;
}

#burgerMenu span {
    position: absolute;
    width: 18px;
    height: 2px;
    display: block;
    background: #ffffff;
    left: 11px;
}

#burgerMenu span:nth-of-type(1) {
    top: 11px;
    transform: rotate(0);
}

#burgerMenu span:nth-of-type(2) {
    top: 19px;
    opacity: 1;
    transform: rotate(0);
}

#burgerMenu span:nth-of-type(3) {
    bottom: 11px;
    transform: rotate(0);
}

#burgerMenu.active span:nth-of-type(1) {
  top: 19px;
  transform: rotate(45deg);
}

#burgerMenu.active span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(45deg);
}

#burgerMenu.active span:nth-of-type(3) {
    bottom: 19px;
    transform: rotate(-45deg);
}

.nav-pills-container {
  float: left;
  width: 100%;
}

.responsive-table {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

#app-container-container table.table.collapsed tbody tr td.dtr-control:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    background: #82bd5a;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    line-height: 0.8;
    padding: 9px 0;
    box-sizing: border-box;
    margin: -2px 18px 0 -25px;
    color: #ffffff;
    text-align: center;
}

#app-container-container table.table.collapsed tbody tr td.dtr-control:hover:before {
	background:#363535;
}

#app-container-container table.table.collapsed tbody tr.parent  td.dtr-control:before {
	content:"\f068";
}

#app-container-container table.table tbody tr.child {
    padding: 0px;
}

#app-container-container table.table tbody tr.child td.child {
    padding: 0px;
    background: rgb(54 53 53 / 4%);
}

#app-container table.table tbody tr.child td.child table {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#app-container table.table tbody tr.child td.child table tr {
    float: left;
}

#app-container table.table tbody tr.child td.child table tr td {
    border: none;
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: none;
    padding: 14px 16px;
    min-height: 0px;
}

#app-container table.table tbody tr.child td.child table tr td:first-of-type {
    color: #363535;
    font-weight: bold;
    padding-bottom: 7px;
}

#app-container table.table tbody tr.child td.child table tr td:last-of-type {
    padding-top: 0px;
}

#app-container table.table tbody tr.child td.child table tr:last-of-type td:first-of-type {
    color: transparent;
}

#app-container table.table tbody tr.child td.child table tr td a.btn {
    float: right;
}

#app-container table.table tbody tr.child td.child table tr:last-of-type td:last-of-type a.btn {
    margin-top: -28px;
}

#payrollsCard .card-list {
    margin: 0px;
}

div#pills-information .form-group.submit.col-12 {
    float: left;
    padding: 0px;
}

.css-b62m3t-container {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
}

.css-b62m3t-container .css-1s2u09g-control, .css-b62m3t-container .css-1pahdxg-control, .react-select__control {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    height: auto;
    min-height: 50px;
}

.css-b62m3t-container .css-1pahdxg-control,
.css-b62m3t-container .css-1pahdxg-control:hover {
	border-color:#82bd5a;
}

.css-b62m3t-container .css-319lph-ValueContainer {
    float: left;
    height: auto;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 1;
    padding: 10px 20px;
}

.css-b62m3t-container .css-319lph-ValueContainer .css-1pndypt-Input {
    margin: 0px;
    padding: 0px;
    line-height: 1;
    height: 20px !important;
}

.css-b62m3t-container .css-319lph-ValueContainer .css-1pndypt-Input input {
	height:20px;
	line-height:1;
	margin:0px;
	padding:0px;
}

.css-b62m3t-container .css-1hb7zxy-IndicatorsContainer {
}

.css-b62m3t-container .css-319lph-ValueContainer .css-14el2xx-placeholder {
    margin: 0px;
    color: rgb(54 53 53 / 80%);
}

.css-b62m3t-container  span.css-1okebmr-indicatorSeparator {
    display: none;
}

.css-b62m3t-container .css-tlfecz-indicatorContainer, .css-b62m3t-container .css-1gtu0rj-indicatorContainer {
    padding: 0px 16px;
    color: rgb(54 53 53 / 80%);
    transition: none;
}

.css-b62m3t-container  .css-tlfecz-indicatorContainer svg,
.css-b62m3t-container .css-1gtu0rj-indicatorContainer svg {
}

.css-b62m3t-container .css-1gtu0rj-indicatorContainer svg {
	color:#84be5a;
}

.css-b62m3t-container .css-tlfecz-indicatorContainer svg path, .css-b62m3t-container .css-1gtu0rj-indicatorContainer svg path {
    stroke: white;
    stroke-width: 1px;
}

.css-b62m3t-container .css-1gtu0rj-indicatorContainer svg path {
}

.css-b62m3t-container .css-1gtu0rj-indicatorContainer {
    transform: rotate(180deg);
}

.repeater-block {
    margin-bottom: 25px;
}

.repeater-block .col-sm-11 > .row > .repeater-row:last-of-type .form-group {
    margin: 0px;
}

.repeater-block button.btn-secondary {
    min-width: 80px;
    white-space: nowrap;
    float: right;
    width: 100%;
}

.repeater-block .align-content-end {
    min-width: 120px;
}

.repeater-block .col-sm-11 {
    max-width: calc(100% - 120px);
}

.repeater-block .repeater-splitter {
    float: left;
    width: 100%;
    height: 1px;
    background: #e3e3e6;
    clear: both;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.form-group .css-26l3qy-menu {
    background: #ffffff;
    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 15%);
    border: none !important;
    border-radius: 7px;
    overflow: hidden;
    z-index: 5;
}
.form-group .css-26l3qy-menu .css-4ljt47-MenuList {
    float: left;
    width: 100%;
}

.form-group .css-26l3qy-menu .css-4ljt47-MenuList .css-yt9ioa-option,
.form-group .css-26l3qy-menu .css-4ljt47-MenuList > div {
    color: rgb(54 53 53 / 80%) !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    background: transparent !important;
}

.form-group .css-26l3qy-menu .css-4ljt47-MenuList .css-1n7v3ny-option {
    background: rgb(132 190 90 / 15%) !important;
    padding: 10px 20px !important;
    color: #84be5a !important;
}

.month-overview .btn-group {
    position: absolute;
    top: 22px;
    right: 32px;
    cursor: pointer;
    z-index: 10;
}
.month-overview .btn-group button {
    padding: 10px;
    height: 34px;
}

.sign-off-buttons {
    font-size: 14px;
    height: 40px;
    padding: 10px 15px !important;
}

.month-overview .col-6 {
    margin-bottom: 30px;
    position: relative;
}

.month-overview .col-6:before {
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0px;
    background: rgb(244 244 247 / 95%);
    position: absolute;
    display: block;
    border-radius: 15px;
}

.month-overview h3 {
    float: left;
    position: relative;
    z-index: 2;
    padding: 23px 26px 27px;
    width: 100%;
    margin: 0px;
    font-size: 20px;
}

.month-overview table {
    max-width: calc(100% - 52px);
    margin-left: 26px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.month-overview table th,
.month-overview .month-overview-section .table thead th {
    color: #363535;
    font-size: 14px;
    padding-bottom: 16px;
    line-height: 0.8;
}

.month-overview table td,
.month-overview .month-overview-section .table tbody td {
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 140px;
}

.month-overview table td p {
    margin: 0px;
}

.mbsc-textfield-wrapper {
	margin:0px !important;
}

.mbsc-textfield-wrapper {
    float: left;
    width: 100%;
}

.mbsc-textfield-wrapper .mbsc-textfield-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.mbsc-textfield-wrapper .mbsc-textfield-inner input {
    font-family: 'Paul Grotesk', arial, sans-serif;
}

.mbsc-windows.mbsc-popup {
    color: rgb(54 53 53 / 80%);
    font-size: 16px;
    font-weight: normal;
    border-radius: 7px;
    border: none;
	    box-shadow: 0px 0px 22px 0px rgb(54 53 53 / 15%);
		overflow:hidden;
}

.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
    color: rgb(54 53 53 / 80%);
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-weight: normal;
    padding: 0 20px;
    letter-spacing: -0.02em;
	background:transparent;
}

.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item.msbc-hover,
.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item:hover {
	background:rgb(54 53 53 / 5%);
}

.mbsc-windows.mbsc-scroller-wheel-wrapper {
    border-color: rgb(54 53 53 / 10%);
}

.mbsc-windows.mbsc-scroller-wheel-line {
    background: rgb(132 190 90 / 14%);
}

.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected,
.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected:hover {
    color: #71ab47;
	background:none !important;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper {
    border-bottom: 1px solid rgb(189 188 188 / 39%);
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    padding: 15px;
    padding-right: 22px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button .mbsc-range-control-label {
    color: #363535;
    font-weight: 700;
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    display: block;
    margin: -4px 0 3px 0;
}



.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button .mbsc-range-control-value {
    clear: both;
    float: left;
    font-size: 16px;
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-weight: normal;
    color: rgb(54 53 53 / 80%);
    margin-bottom: -4px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button.mbsc-selected {
    border-bottom: 1px solid #84be5a;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button.mbsc-selected .mbsc-range-control-label,
.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button.mbsc-selected .mbsc-range-control-value {
	color: #84be5a;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented {
    overflow: initial;
    width: 330px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button .mbsc-range-label-clear {
    right: 10px;
    position: absolute;
    top: 13px;
    margin: 0px;
    width: 15px;
    height: 15px;
    color: red;
    opacity: 1;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-range-control-wrapper span.mbsc-button .mbsc-range-label-clear:hover {
	opacity:0.6;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body {
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header {
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls {
    min-height: 50px;
    padding: 0 15px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-title-wrapper {
    padding-right: 15px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-title-wrapper button {
    margin: 0px;
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-weight: normal;
    color: #363535;
    height: 32px;
    line-height: 1;
    padding: 3px 0 0 0;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-title-wrapper button span {
    padding: 0 7px 0 0;
}


.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-prev, .mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-next {
    margin: 0px;
    width: 50px;
    height: 50px;
    padding: 13px;
    color: rgb(54 53 53 / 49%);
    background: none !important;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-prev {
    margin-right: -15px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-next {
    margin-right: -19px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-prev span svg, .mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-next span svg {
    height: 20px;
    margin: 3px 0 0;
    width: 20px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-prev:hover, .mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-controls button.mbsc-calendar-button-next:hover {
	    color: rgb(54 53 53 / 100%);
		opacity:1;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-week-days {
    margin-bottom: 3px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-week-days .mbsc-calendar-week-day {
    color: #363535;
    font-weight: 700;
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-size: 12px;
    height: auto;
    line-height: 1;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-cell-inner {
    color: rgb(54 53 53 / 80%);
    height: 41px;
    font-family: 'Paul Grotesk', arial, sans-serif;
    font-weight: normal;
    padding: 4px 0;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
    font-size: 14px;
    line-height: 1;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-cell {
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-calendar-cell-inner .mbsc-windows.mbsc-calendar-cell:hover {
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner, .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
    background: rgb(132 190 90 / 17%);
}

.mbsc-windows.mbsc-calendar-today, .mbsc-windows.mbsc-calendar-week-nr {
	color:#84be5a !important;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-body-inner .mbsc-hover .mbsc-calendar-cell-inner {
	background: rgb(54 53 53 / 3%);
}

.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
    background-color: #84be5a !important;
}

.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text {
    color: #fff!important;
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-text {
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-header {
    margin-bottom: 7px;
    margin-top: 5px;
}

.mbsc-windows.mbsc-popup .mbsc-datepicker .mbsc-calendar-body .mbsc-calendar-slide {
    padding: 0 15px;
}

.mbsc-windows.mbsc-calendar-cell {
    border-bottom: 2px solid #ffffff;
    border-top: none;
}

.month-overview .month-overview-section {
    padding: 0 0px;
    margin-bottom: 30px;
}

.month-overview .month-overview-section h4 {
    font-size: 20px;
    font-weight: 500;
    margin: -4px 0 21px 0;
    padding: 0 26px;
}

.month-overview .month-overview-section .table {
    max-width: 100%;
    margin: 0px;
}

.month-overview .month-overview-section .table thead th {
    padding-left: 0px;
    border-bottom: 0px;
    padding-left: 26px;
    padding-right: 26px;
cursor: default;
}

.month-overview .month-overview-section .table tbody td {
    padding-left: 0px;
    border-bottom: none;
    min-height: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgb(54 53 53 / 80%);
    background: none;
    padding-left: 26px;
    padding-right: 26px;
    background: #ffffff;
    border-bottom: 1px solid rgb(54 53 53 / 12%);
}

.month-overview .month-overview-section .table tbody tr:first-of-type td {
    padding-top: 12px;
	border-top: 1px solid rgb(54 53 53 / 12%);
}

.month-overview .month-overview-section .table tbody tr:last-of-type td {
    padding-bottom: 12px;
}

.month-overview .month-overview-section .table tbody .green {
    background: #e8f9dc !important;
}

.month-overview .month-overview-section .table tbody .green td {
    color: #609f33;
    font-weight: 500;
    background: #f0fbe9;
    border-color: #b8e39a !important;
}

.month-overview .month-overview-section .table tbody td:first-of-type {
    border-left: 1px solid rgb(245 245 247);
}

.month-overview .month-overview-section .table tbody td:last-of-type {
    border-right: 1px solid rgb(245 245 247);
}

.month-overview .month-overview-section .table tbody .green td:first-of-type {
    border-left: 1px solid #f0fbe9!important;
}

.month-overview .month-overview-section .table tbody .green td:last-of-type {
    border-right: 1px solid #f0fbe9!important;
}
/* style only for official pages */

body.template-is-auth,
body.template-password-reset,
body.template-register,
body.template-is-auth main,
body.template-password-reset main,
body.template-register main {
    height: 100vh;
    overflow: hidden;
}

body.template-is-auth #app-container,
body.template-password-reset #app-container,
body.template-register #app-container {
	padding:0px;
}

body.template-is-auth, body.template-password-reset, body.template-register {
    padding-left: 0px;
    padding-top: 0px;
}

body.template-is-auth nav.navbar,
body.template-password-reset nav.navbar,
body.template-register nav.navbar {
	display:none;
}

.template-verify button {
    margin: 0px 0 0;
}



/* margins */
.margin-bottom-20 {
	margin-bottom:20px !important;
}

.margin-bottom-25 {
	margin-bottom:25px !important;
}

.margin-bottom-40 {
	margin-bottom:40px !important;
}

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

.margin-top-30 {
	margin-top:30px !important;
}

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

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

.gutter-right {
	padding-right:30px;
}

.gutter-left {
	padding-left:30px;
}
.calendar-row.amber, .calendar-row.amber td {
    background-color: #ff880926 !important;
}
.calendar-row.amber td, .calendar-row.green td {
    /*border-radius:20px*/
}
.calendar-row.green, .calendar-row.green td {
    background-color: #2eff09;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.dialog-button {
    margin: 0 6px 0;
}

.css-g1d714-ValueContainer {
    align-items: center;
    justify-content: start;
    align-content: center;
}

.css-g1d714-ValueContainer {
    align-items: start;
    justify-content: start;
    align-content: start;
    padding: 3px 2px !important;
    padding-bottom: 0px;
}

.css-g1d714-ValueContainer .css-6j8wv5-Input {
    height: 40px;
    margin: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.css-g1d714-ValueContainer .css-1rhbuit-multiValue {
    background: #e7e7ef;
    border-radius: 6px;
    padding: 2px 2px;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.css-g1d714-ValueContainer .css-1rhbuit-multiValue:hover {
    background: #d4d4dd;
}

.css-6j8wv5-Input {
    margin: 0px !important;
    padding: 0px;
    height: 28px;
}

.css-6j8wv5-Input input {
    height: 100%;
}


.css-g1d714-ValueContainer .css-6j8wv5-Input {
    height: 33px;
    margin: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    padding: 0px;
}

.css-g1d714-ValueContainer .css-1rhbuit-multiValue .css-12jo7m5 {
    padding: 8px 5px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}

.css-g1d714-ValueContainer .css-1rhbuit-multiValue .css-xb97g8 {
    background: none !important;
}

.align-calendar {
    margin-top: -50px;
}

.repeater-block .repeater-row {
    max-width: calc(100% - 130px);
}

.repeater-block .col-sm-11 > .row:first-of-type {
    max-width: calc(100% - 100px);
}

.template-settings-calendar-templates-create .align-calendar {
    margin-top: 0px;
}

.radio .radio-fix {
    float: left;
    padding-right: 0px;
    position: relative;
    margin-right: 30px;
}

.radio .radio-fix input {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.radio .radio-fix label {
    min-height: 36px;
    margin: 0px !important;
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    padding-left: 50px;
    color: rgb(54 53 53 / 80%);
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.radio .radio-fix label:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #d3d3d3;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 0px 8px #ffffff inset;
}

.radio .radio-fix label:hover {
    color: #363535;
}

.radio .radio-fix label:hover:before,
.radio .radio-fix input:hover ~ label:before {
	border-color: #363535;
}

.radio .radio-fix input:checked ~ label:before  {
	border-color:#82bd5a;
	background:#82bd5a;
}

.radio .radio-fix input:checked ~ label:before {
}

.repeater-row .form-check input {
    appearance: auto;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.month-overview .row .form-group {
    padding-left: 26px;
    padding-right: 26px;
}

/* for multiple filepond scrollers */
.filepond--root .filepond--list-scroller {
    clear: both;
    float: left;
    margin: 45px 0 0 0;
}

.filepond--root .filepond--list-scroller ul.filepond--list li {
    padding-bottom: 5px;
    height: 50px !important;
}

.template-bacs-calendar .month-overview .month-overview-section .table {
    min-width: 204px;
}

.template-bacs-calendar .month-overview .month-overview-section {
    overflow-y: hidden;
    overflow-x: auto;
}

.template-bacs-calendar .month-overview .month-overview-section::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.template-bacs-calendar .month-overview .month-overview-section::-webkit-scrollbar-track {
    background: #f4f4f7;
}

/* Handle */
.template-bacs-calendar .month-overview .month-overview-section::-webkit-scrollbar-thumb {
    background: #363535;
    border: 3px solid #f4f4f7;
    border-radius: 5px;
}

/* Handle on hover */
.template-bacs-calendar .month-overview .month-overview-section::-webkit-scrollbar-thumb:hover {
  background: #82bd5a;
}


.template-bacs-calendar .month-overview .month-overview-section h4 {
    position: sticky;
    -webkit-position: sticky;
    top: 0px;
    left: 0px;
}

#calendar .month-overview table {
    margin-left: 15px;
    max-width: calc(100% - 15px);
    margin-top: 20px;
}

.sign-off-buttons {
    min-height: 40px;
    height: auto;
    line-height: 1.5;
    padding: 8px 15px !important;
}


#calendar .month-overview table th {
    border-bottom: 2px solid;
}

#calendar .month-overview table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(54 53 53 / 20%);
}

#calendar .generate-calendars {
    margin-top: -75px;
}

/* SEARCH FOR PHONES */
@media only screen
and (min-width: 1201px)
and (max-width: 1600px) {

.template-bacs-calendar .filters .col-3 {
    flex: 1;
    max-width: 25%;
}

.template-bacs-calendar .filters .col-3.radio-selects {
    flex: 0 0 33%;
    max-width: 33%;
}

nav.navbar {
    width: 230px;
}

body {
    padding-left: 230px;
}

#app-container {
    padding: 6px 30px 60px;
}


}

/** BK Fix for React Select showing up behind tables **/
.react-select__menu {
    z-index: 3 !important;
}
