body {
    font-weight: 300;
    font-size: 12px;
    color: #62695d;
    font-family: 'museo-sans-rounded', sans-serif;
    /*FONT-FAMILY:  tahoma, sans-serif;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#header {
    margin: 0px auto 10px;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1360px;
}

.bodywrap {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding: 0px 25px;
    box-sizing: border-box;
}

.nav-top-buttons .iconbutton.label,
.admin-nav>.iconbutton.label {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.nav-top-buttons .iconbutton.label span {
    display: none;
}

/*.nav-top-buttons .iconbutton.label.active,
.nav-top-buttons .iconbutton.label:hover,
.admin-nav>.iconbutton.label.active,
.admin-nav>.iconbutton.label:hover {
    color: #6ea041;
    border-color: #6ea041;
    box-shadow: 0px 2px 8px -2px rgba(87, 126, 86, .6);
}*/

.site-nav {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 20px;
    margin: -15px 0px -15px 0px;
    width: 200px;
    flex-shrink: 0;
    max-height: calc(100vh - 10px);
    position: sticky;
    top: -15px;
    z-index: 1;
    transition: .3s;
    display: flex;
    flex-direction: column;
}

.nav-item {
    cursor: pointer;
    position: relative;
}

.nav-item>a {
    text-decoration: none;
    color: #62695d;
}

a {
    cursor: pointer;
}

.nav-links {
    display: none;
    list-style: none;
    margin: -3px 0px 0px;
    padding: 4px 0px 8px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    background: white;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, .3);

}

.nav-links li.disabled-data a,
.nav-item.disabled-data .nav-title {
    opacity: .5;
    pointer-events: none;
    cursor: none;
    color: grey !important;
}

#side-tabs ul li.disabled-data {
    border-color: #ebebeb !important;
    color: #c7c7c7 !important;
    background: #f8f8f8 !important;
    box-shadow: none !important;
}

.disabled-data>.toggle-content-header,
.disabled-data>.toggle-content {
    opacity: .5;
    pointer-events: none;
}

.nav-links a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 5px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
}


.nav-links li:first-child a {
    padding-top: 8px;
    border: none;
}

.nav-links li:last-child a {
    padding-bottom: 8px;
}

.nav-title:hover,
#side-tabs ul li:hover,
.pillbutton:hover {
    box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 0.3);
    /*transform: scale(1.05);*/
}

.nav-top-buttons .iconbutton.label:active,
.admin-nav>.iconbutton.label:active,
.nav-title:active,
#side-tabs ul li:active,
.pillbutton:active {
    box-shadow: 0px 0px 0px 0px;
    /*transform: scale(1);*/
}

.nav-title,
.nav-widget {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 14px;
    transition: .3s;
    text-decoration: none;
}

.nav-top-buttons {
    margin-bottom: 8px;
}

.nav-widget,
.nav-item {
    margin-bottom: 8px;
}

.nav-widget:last-child,
.nav-item:last-child {
    margin-bottom: 0px;
}

.nav-item:last-child .nav-links {
    position: relative;
}

.nav-divider {
    text-align: center;
    border-bottom: 1px dashed;
    color: white;
    margin-bottom: 25px;
    position: relative;
    top: 10px;
}

.nav-title,
.nav-icon,
.nav-item.disabled-data .nav-title,
.nav-item.disabled-data .nav-icon i,
.nav-item.disabled-data:hover .nav-icon i {
    color: white;
}

.nav-item.disabled-data:hover i::before {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: white !important;
}

.nav-item.disabled-data .nav-icon i,
.nav-item.disabled-data .nav-icon+div span {
    color: white !important;
}

.nav-divider i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    padding: 0px 20px;
}

.nav-widget {
    transition: .3s .3s;
}

.open .nav-title.has-subnav {
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px dashed #d2d2d2;
}

.nav-icon {
    margin-right: 8px;
    padding-right: 5px;
    width: 26px;
    text-align: center;
    font-size: 22px;
    flex-shrink: 0;
}

.nav-icon i {
    font-weight: 600;
}

.nav-icon+div {
    max-height: 70px;
    overflow: hidden;
    height: 100%;
    transition: max-height .3s .3s, opacity .3s;
}

.nav-item.active .nav-title,
.nav-item .nav-title:hover,
.nav-item.open .nav-title {
    background: white;
}

.nav-icon+div small,
.admin-nav>.iconbutton.label span {
    display: none;
}

.locked-fields {
    align-items: flex-end;
}

.locked-fields a.nicebutton,
.lock-fields a.nicebutton {
    margin-left: 15px;
    margin-bottom: 22px;
}

.locked-fields a.nicebutton i {
    font-weight: bold;
}

@media (max-width: 1315px) {
    .site-nav.collapsed {
        width: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .collapsed .nav-top-buttons a.iconbutton.label:first-child {
        width: 100%;
        padding: 10px;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .collapsed .nav-top-buttons a:not(:first-child) {
        width: 0 !important;
        height: 0;
        opacity: 0;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    .collapsed .nav-top-buttons .iconbutton.label span {
        opacity: 0;
        height: 0;
        width: 0;
    }

    .collapsed .nav-widget {
        padding: 0;
        margin: 0;
        border: 0px solid transparent;
        opacity: 0;
        height: 0;
        width: 0;
        transition: .3s;
    }

    .collapsed .auction-selector {
        height: 0;
        width: 0;
        opacity: 0;
        margin: 0 !important;
    }

    .collapsed .nav-title {
        padding: 10px;
        width: 48px;
        box-sizing: border-box;
        height: 44px;
    }

    .collapsed .nav-icon {
        border: none;
        padding: 0;
        margin: 0;
    }

    .collapsed .nav-icon+div {
        opacity: 0;
        width: 0;
        height: 0;
        border: none;
        padding: 0;
        max-height: 30px;
        transition: .1s;
    }

    .site-nav.collapsed>* {
        pointer-events: none;
    }
}

#container {
    margin: 0 auto;
    padding: 0;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 600px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.no-margin {
    margin-bottom: 0 !important;
}

.no-padding {
    padding-bottom: 0 !important;
}

.squeez {
    transform: rotateX(90deg);
}

.fancy-color-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pickr .pcr-button {
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.pickr .pcr-button:after,
.pickr .pcr-button:before {
    border-radius: 50%;
}

.settings-image img {
    max-width: calc(100% - 170px);
    width: auto;
    height: auto;
    max-height: 400px;
    margin-left: 170px;
}

.list {
    margin-bottom: 12px;
}

table {
    width: 100%;
    border-spacing: 0px;
}

.hide-labels label {
    display: none !important;
}

TD {
    font-size: 12px;
    color: #62695d;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

TD.fields {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    FONT-SIZE: 12px;
}


hr {
    border-color: #e8f1e3;
    margin: 20px 0px;
    background: transparent;
    border-style: solid;
}

.widget hr {
    border-color: #ebebeb;
}

/*table tbody tr:nth-child(even) {
    background: #e8f1e361;
}

#current-list table tbody tr:nth-child(even),
#upcoming-list table tbody tr:nth-child(even),
#past-list table tbody tr:nth-child(even) {
    background: transparent;
}*/

a {
    color: #6ea041;
}

a:hover {
    color: #f08a24;
}

P {
    font-size: 13px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

P.indent {
    font-weight: normal;
    font-size: 13px;

    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    padding-left: 13px;
}

.scroll-fix {
    width: 100%;
    background: white;
    transition: padding-bottom .3s, padding-top .3s;
    box-sizing: border-box;
    top: 0;
    position: sticky;
    padding: 15px 0px 10px;
    z-index: 101;
}

.scroll-fix.bottom-shadow {
    box-shadow: 0px 2px 0px 0px #75aa4c;
}

.scroll-fix.fixed {
    top: 0;
    position: fixed;
    padding: 10px 0px;
    transition: padding-bottom .3s, padding-top .3s;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .3), 0px 4px 5px -5px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#container>.scroll-fix.fixed {
    margin-left: -30px;
    padding: 10px 30px;
}

.slide-up {
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 60px;
    color: white;
    text-align: center;
    line-height: 70px !important;
    position: fixed;
    bottom: 80px;
    border: 10px solid white;
    box-shadow: 0px 1px 5px -2px black;
    transform: translatex(-50px) scale(.4) rotate(-150deg);
    transform-origin: center;
    opacity: 0;
    transition: .3s;
    z-index: -2;
    cursor: pointer;
}

/* This was moved directly to the admin2_header.html */
.slide-up::before {
    /* content: "\f062";
    background: #b9b9b9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.slide-up:hover::before {
    background: linear-gradient(200deg, #ff9500, #f74a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-up.show {
    transform: translatex(0px) scale(.7) rotate(0deg);
    opacity: 1;
    transition: .4s cubic-bezier(0.42, 0, 0.39, 1.42);
    z-index: 1;
}

@media only screen and (max-width: 1500px) {
    .slide-up.show {
        transform: translatex(-33px) scale(.7) rotate(0deg);
        opacity: 1;
        transition: .4s cubic-bezier(0.42, 0, 0.39, 1.42);
        z-index: 1;
    }
}

@media only screen and (max-width: 1400px) {
    .slide-up.show {
        transform: translatex(-66px) scale(.7) rotate(0deg);
        opacity: 1;
        transition: .4s cubic-bezier(0.42, 0, 0.39, 1.42);
        z-index: 1;
    }
}

.mainTitle {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.secTitle {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.mainSubTitle {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color: #777777;
    text-decoration: none;
}

.page-title {
    clear: both;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    font-weight: bold;
    font-weight: 600;
    flex-grow: 1;
    font-family: museo, serif;

}

.page-title.green {
    color: #649243;
}

.page-title.green::before,
.page-title.green::after {
    background: #649243;
}

.page-title.yellow,
.page-title.yellow::before,
.page-title.yellow::after {
    color: #ffc107;
}

.page-title.yellow::before,
.page-title.yellow::after {
    background: #ffc107;
}

.page-title.red,
.page-title.red::before,
.page-title.red::after {
    color: red;
}

.page-title.red::before,
.page-title.red::after {
    background: red;
}

.title {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

.mce-branding,
.mce-statusbar {
    display: none !important;
}

.mce-tinymce {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none !important;
}

.mce-top-part::before {
    box-shadow: none !important;
}

.mce-panel {
    border-color: #d8d8d8 !important;
}

.mce-toolbar-grp {
    background: #f3f3f3 !important;
}

.mce-btn {
    background: transparent !important;
}

/*.error {
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    font-family: 'museo-sans-rounded', sans-serif;
    font-family:  tahoma, sans-serif;
    text-decoration: none;
}*/

.iconbutton.label,
.pillbutton,
.nav-top-buttons .iconbutton.label {
    background-clip: padding-box !important;
    position: relative;
}

/*.iconbutton:hover:before,
.nav-title:hover:before,
.active .nav-title:before,
.open .nav-title:before,
.active.iconbutton:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    border-radius: inherit;
}*/


.admin-nav>.iconbutton.label.active.magic-button,
.admin-nav>.iconbutton.label.magic-button:hover {
    box-shadow: 0px 0px 11px -2px #ffdd42;
    animation: magicGlow 2s ease-in infinite;
    border-color: #8769e2;
}

.admin-nav>.iconbutton.label.magic-button:hover span {
    color: #8769e2 !important;
}

.admin-nav {
    margin-top: -91px;
    display: flex;
}

.selected-info,
.selected-info .select-backend-button {
    display: none;
}

.selected-info>div {
    display: flex;
    color: #cecece;
    font-size: 13px;
}

.selected-info>div>div:not(:first-child)::before {
    content: '/';
    margin: 0px 3px 0px 7px;
}

.selected-info>div>div {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textbutton,
.lesser_textbutton,
.redButton,
.submitButton,
.greyButton,
.greenButton {
    CURSOR: pointer;
    TEXT-DECORATION: none;
    FONT-SIZE: 12px;
    FONT-FAMILY: 'museo-sans-rounded', sans-serif;
    line-height: 25px;
    border: none;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .4px;
    transition: .3s;
    will-change: background-size, box-shadow;
    background-size: 100% !important;
    display: inline-block;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.large.textbutton,
.large .textbutton,
.large.lesser_textbutton,
.large .lesser_textbutton,
.large.redButton,
.large .redButton,
.large.submitButton,
.large .submitButton,
.large.greyButton,
.large .greyButton,
.large.greenButton,
.large .greenButton {
    font-size: 13px;
    display: inline-block;
    padding: 2px 20px;
    margin-left: 8px;
    line-height: 25px;
    font-weight: 300;
}

.large:nth-of-type(1) {
    margin-left: 0px;
}

.large.textbutton:nth-child(1),
.large>.textbutton:nth-child(1) {
    margin-left: 0;
}

.icon i {
    margin-left: -10px;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: middle;
}

.textbutton.light {
    background: #efefef;
    box-shadow: none;
    color: #30630c;
}

.textbutton.light:hover {
    background: #efefef;
    box-shadow: none;
    color: #30630c;
}

.addbutton {
    font-size: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.addbutton>i:last-child {
    font-size: 16px;
    position: relative;
    top: -13px;
    margin-left: 4px;
}

.editbutton>i:last-child {
    color: #adadad;
    top: -1px;
    left: -2px;
    position: relative;
    text-shadow: -2px 0px 0px white;
}

.vertical-buttons .textbutton {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.submitButton {
    line-height: 16px;
}

.lesser_textbutton,
.greyButton {
    background: #8e8e8e;
    box-shadow: 0px 3px 4px -1px rgba(142, 142, 142, .5);
}

.redButton {
    background: #f08a24;
    box-shadow: 0px 3px 4px -1px rgba(153, 0, 0, .5);
}

.disabledAdminComment {
    opacity: .5;
    /* pointer-events: none; */
    cursor: none;
}

.submitButtonDisabled,
.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: none;
}

select:disabled,
input:disabled {
    pointer-events: none;
    cursor: none;
    background: #ececec !important;
}

.disabled-data,
.disabled-data i,
.disabled-data:hover i::before {
    color: grey !important;
}

.disabled-data:hover i::before {
    background: linear-gradient(200deg, #8e8e8e, #737373);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pillbutton.disabled {
    color: #cacaca;
    opacity: 1;
}

.pillbutton.disabled:before {
    opacity: .4;
}

.invisible {
    visibility: hidden !important;
    opacity: 0;
}

.invisible.on {
    visibility: visible !important;
    opacity: 1;
}

[data-info] {
    position: relative;
}

[data-info]::before {
    color: white;
    content: '\f0dd' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-25px);
    z-index: 1;
    font: var(--fa-font-solid);
    transition: opacity .3s;
    visibility: hidden;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    z-index: 102;
    font-size: 20px;
    background: transparent !important;
}

[data-info]::after {
    content: attr(data-info);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(-35px);
    background: white;
    border-radius: 5px;
    color: #000000;
    padding: 6px 10px;
    transition: opacity .3s;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    z-index: 101;
    white-space: pre-wrap;
    font-size: 13px;
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.65);
    font-weight: bold;
    letter-spacing: .5px;
    color: #989898;
    line-height: 12px;
    padding: 8px 10px 6px;
    max-inline-size: 300px;
    width: max-content;
}

.left-info [data-info]::after {
    transform: translate(-50%, -50%) translateY(0px) translateX(calc(-50% + -20px));
}

[data-info]:hover::before,
[data-info]:hover::after {
    opacity: 1;
    visibility: visible;
    font-weight: 900 !important;
}

.left-info [data-info]::before {
    left: 0;
    top: 50%;
    transform: translate(-120%, -50%) rotate(-90deg);
}

p[data-info]::before,
p[data-info]::after {
    left: 25%;
}

.info-top[data-info]::after {
    max-inline-size: 200px;
    width: max-content;
    transform: translate(-50%, -50%) translateY(5px) translateX(calc(50% + 10px));
    position: fixed;
    top: unset;
    left: unset;
    z-index: 101;
}

.info-top[data-info]::before {
    transform: translate(0%, 50%) translateY(-12px) translateX(calc(50% + 14px)) rotate(90deg);
    position: fixed;
    top: unset;
    left: unset;
    z-index: 102;
}

/* .info-right-small[data-info]::after {
    max-inline-size: 200px;
    width: max-content;
    transform: translate(-50%, -50%) translateY(5px) translateX(calc(50% + 10px));
    top: unset;
    left: unset;
}

.info-right-small[data-info]::before {
    transform: translate(0%, 50%) translateY(-20px) translateX(calc(50% + 10px)) rotate(90deg);
} */

.info-left[data-info]::after {
    max-inline-size: 200px;
    width: max-content;
    transform: translate(-50%, -50%) translateY(0px) translateX(calc(-50% + -20px));
}

.info-left[data-info]::before {
    transform: translate(0%, 50%) translateY(-20px) translateX(calc(-50% + -23px)) rotate(-90deg);    
}

.info-right[data-info]::after {
    max-inline-size: 200px;
    width: max-content;
    transform: translate(-50%, -50%) translateY(0px) translateX(calc(50% + 33px));
}

.info-right[data-info]::before {
    transform: translate(0%, 50%) translateY(-20px) translateX(calc(50% + 23px)) rotate(90deg);    
}

/* .info-left[data-info]::after {
    top: calc(100% + 6px);
    left: -20px;
    transform: translate(-100%, 0%) translateY(-35px);
}

.info-left[data-info]::before {
    top: 63%;
    left: -29px;
    transform: translate(0%, -67%) rotate(-90deg);
} */

/* .info-right-large[data-info]::after {
    top: calc(100% + 6px);
    right: -20px;
    transform: translate(+10%, 0%) translateY(-35px);
}

.info-right-large[data-info]::before {
    top: 63%;
    right: -29px;
    transform: translate(+15%, +10%) rotate(+90deg);
} */

/* .info-right[data-info]::after {
    max-inline-size: 200px;
    width: max-content;
    transform: translate(-50%, -50%) translateY(5px) translateX(calc(50% + 10px));
    position: fixed;
    top: unset;
    left: unset;
    z-index: 101;
}

.info-right[data-info]::before {
    transform: translate(0%, 50%) translateY(-12px) translateX(calc(50% + 14px)) rotate(90deg);
    position: fixed;
    top: unset;
    left: unset;
    z-index: 102;
} */

.short-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 160px;
    overflow: hidden;
}

.pillbutton {
    padding: 10px 20px !important;
    margin: 10px auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 200px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    color: #676767;
    width: auto;
    min-width: 190px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    background: white;
    cursor: pointer;
    background-clip: border-box !important;
    border: 2px solid;
    outline: none;
}

.pillbutton::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(#a5a5a5, #a5a5a5);
}

.pillbutton:hover::before {
    background: linear-gradient(200deg, #ff9500, #f74a00);
}

a.iconbutton,
.iconbutton {
    font-size: 23px;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
    color: #adadad;
    cursor: pointer;
    width: 22px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: .3s;
}

.iconbutton.edit i:last-child,
.nicebutton.edit i:nth-of-type(2) {
    position: absolute;
    font-size: 14px;
    bottom: 1px;
    right: -12px;
    text-shadow: -2px -1px 0px white;
}

a.iconbutton.large,
.iconbutton.large,
.large>.iconbutton {
    font-size: 30px;
    width: 35px;
}

.iconbutton.label {
    width: auto;
}

.iconbutton.label span {
    font-size: 12px;
    text-align: center;
    display: block;
}

.iconbutton .fa-stack {
    width: 22px;
}

.iconbutton .fa-ban {
    opacity: .5;
}

.editbutton i:first-child {
    color: #dedede;
    font-size: 23px;
}

.editbutton:hover i:first-child {
    color: #c1d3b4;
}

.editbutton:hover i:last-child {
    color: #649243;
}

.greenButton {
    background: #6ea041;
}

.dashbutton {
    border-bottom: 1px dashed;
    cursor: pointer;
    font-weight: bold;
}

.textbutton:hover,
.lesser_textbutton:hover,
.submitButton:hover,
.greyButton:hover,
.greenButton:hover {
    background-size: 500% !important;
    box-shadow: 0px 0px 1px -1px #888888;
    color: white;
}

.yellowButton {
    CURSOR: pointer;
    PADDING: 2px 6px 2px 6px;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: 'museo-sans-rounded', sans-serif;
    line-height: 25px;
    background-color: #AAAA00;
    border: 1px outset #AAAA00;
    border-radius: 5px;
    -moz-border-radius: 5px;

    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.26, #AAAA00),
            color-stop(0.82, #AAAA00));
    background-image: -moz-linear-gradient(center bottom,
            #AAAA00 26%,
            #AAAA00 82%);
}

.veryplain {
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    COLOR: #000000;
}

.calendarfill {
    PADDING: 1px 3px 1px 3px;
    BACKGROUND: #CCCCCC;
    BORDER: solid 1px black;
    BORDER-TOP-COLOR: #CCCCCC;
    BORDER-LEFT-COLOR: #CCCCCC;
    BORDER-RIGHT-COLOR: #333333;
    BORDER-BOTTOM-COLOR: #333333;
    BORDER-TOP-WIDTH: 2px;
    BORDER-LEFT-WIDTH: 2px;
    BORDER-BOTTOM-WIDTH: 2px;
    BORDER-RIGHT-WIDTH: 2px;
    COLOR: #000000;
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/

}

.row1 {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #CCFFCC;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.row2 {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #BFD8BC;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.whitebox {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #FFFFFF;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.greybox {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #EFEFEF;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.midgreybox {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #CCCCCC;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.orangebox {
    PADDING: 1px 1px 1px 1px;
    BORDER: solid 1px black;
    BACKGROUND: #FFCC66;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.bold {
    BORDER: solid 1px black;
    BACKGROUND: #CCCCCC;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.outline {
    BORDER: solid 1px black;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
}

.pointer {
    CURSOR: pointer;
}

#leftNav {
    width: 190px;
    background-color: #efe;
    padding-bottom: 85px;
    float: left;
    border-right: 1px solid #9c9;
    border-bottom: 1px solid #9c9;
    top: 0px;
    left: 0px;
}

#header-logo {
    text-align: center;
    color: #fff;
    margin-left: 25px;
}

#header-logo h2 {
    font-size: 24px;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#pageTitle {
    top: 1px;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    float: right;
    margin-right: 10px;
}

#pageTitle h1 {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    font-weight: normal;
    margin: 0;
    margin-top: 2px;
    padding: 0;
    color: #fff;
}


select.no-drop {
    background: white !important;
}

#jumper-block-cli {
    margin-left: 5px;
}

#jumper-block-set {
    margin-left: 5px;
}

body#home li.home,
body#admin li.admin,
body#auction li.auction,
body#sponsors li.sponsors,
body#reports li.reports,
body#help li.help {
    /* settings for selected tab link */

}

body#home li.home:hover,
body#admin li.admin:hover,
body#auction li.auction:hover,
body#sponors li.accounting:hover,
body#reports li.reports:hover,
body#help li.help:hover {
    /* settings for selected tab link */

}

.ms-container {
    display: flex;
    width: 100%;
}

.ms-selectable,
.ms-selection {
    width: 50%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 6px;
    background: #f9f9f9;
}

.ms-selectable {
    margin-right: 25px;
}

.ms-selection {
    margin-left: 25px;
}

.multi-select-header {
    font-size: 16px;
    font-weight: 600;
    padding: 4px 8px 6px;
}

.ms-list {
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ms-list li {
    padding: 10px;
    border-bottom: 1px dashed gainsboro;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background: white;
    cursor: pointer;
}

.ms-list li:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.ms-list li:first-child {
    border-top: 1px solid #e3e3e3;
}

.ms-selectable::before,
.ms-selectable::after {
    position: absolute;
    content: '\f0ec';
    font: var(--fa-font-solid);
    top: 50%;
    right: -24px;
    font-size: 30px;
    color: #6ea041;
    transform: translate(50%, -50%);
    z-index: 11;
}

.ms-selectable::after {
    transform: translate(50%, -50%) rotate(180deg);
    opacity: .5;
}

.flex {
    display: flex !important;
}

.grow-child-1 > *:nth-child(1) {
    flex-grow: 1;
}

.flex-form label {
    width: 120px;
    margin-right: 10px;
    margin-top: 4px;
}

.flex-down {
    flex-direction: column;
}

.flex-form input {
    align-self: flex-end;
}

.flex-form .flex {
    margin-bottom: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex.space-between,
.space-between {
    justify-content: space-between;
}

.flex.center {
    justify-content: center;
}

.flex.space-evenly {
    justify-content: space-evenly;
}

.flex.flex-start {
    justify-content: flex-start;
}

.flex.justify-flex-end,
.flex.flex-end {
    justify-content: flex-end;
}

.flex.align-flex-end {
    align-items: flex-end;
}

.flex.align-flex-middle {
    align-items: center;
}

.flex.align-flex-start {
    align-items: flex-start;
}

.flex.align-baseline {
    align-items: baseline;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink {
    flex-shrink: 0;
}

.no-shrink {
    flex-shrink: 0;
}

.margin-bottom {
    margin-bottom: 5px;
}

.greencheck {
    color: #6ea041;
    font-size: 24px;
}

fieldset.genForm {
    margin: 0px;
    padding: 0px;
    border: 0;
}

.genForm legend {
    font: 22px/24px georgia;
    font-style: italic;
    margin: 1px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 250px;
    border-bottom: 2px dotted #ccc;
}

.genForm label {
    float: left;
    width: 160px;
    padding: 4px;
    padding-top: 4px;
    padding-left: 0;
    display: inline;
}

.genForm ul {
    padding: 1px;
    margin: 2px;
    list-style-type: none;
}

.genForm li {
    padding: 1px;
    margin: 2px;
    list-style-type: none;
}

.genForm li img {
    max-width: 100%;
    border: 1px dashed #04592a;
    border-radius: 5px;
}

fieldset.itemForm {
    border: 0;
}

.inline-label label {
    display: inline !important;
    margin-right: 5px;
}

.itemForm legend {
    font: 22px/24px georgia;
    font-style: italic;
    margin: 1px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 250px;
    border-bottom: 2px dotted #ccc;
}

.itemForm label {
    float: left;
    width: 130px;
    padding: 3px;
    text-align: left;
    padding-right: 5px;
    height: 21px;
}

.itemForm label.plain {
    text-align: auto;
    width: auto;

}

.add_bar {
    background: url('../images/icons/add.png') 4px 2px no-repeat;
    margin-bottom: 2px;
    padding-left: 30px;
    padding-top: 2px;
    font-size: 16px;
    height: 24px;
    background-color: #eee;

    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: -8px;
    margin-right: -8px;
}

.collapse_bar {
    background: url('../images/icons/collapse.png') 4px 2px no-repeat;
    margin-bottom: 2px;
    padding-left: 30px;
    padding-top: 2px;
    font-size: 16px;
    height: 24px;
    background-color: #eee;

    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: -8px;
    margin-right: -8px;
}

.info_bar {
    /*background:url('../images/icons/info.png') 4px 2px no-repeat;
    */
    margin-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 16px;
    height: 24px;
    background-color: #eee;

    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: -8px;
    margin-right: -8px;
}

.itemForm label.area {
    text-align: left;
    width: auto;

}

.helpArray {
    border: 1px dotted black;
    width: 300px;
    padding: 8px;
    background-color: #feffda;
    position: absolute;
    margin-left: 474px;
    *margin-left: 302px;
    z-index: 1000;
}

.newHelpArray {
    max-width: 400px;
    min-width: 200px;
    width: auto;
    position: absolute !important;
    z-index: 1000;
    bottom: 110%;
    left: 0;
    transform: translateY(0);
    padding: 8px 10px 6px;
    background: white;
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    margin: 0px !important;
    border: 2px solid orange;
}

input,
select {
    color: #62695d;
    font-family: museo-sans-rounded;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    padding: 3px 7px;
    transition: .3s;
    will-change: background;
    outline: none;
    border-radius: 0px;
    background: transparent;
}

.fancy-form.large-text input:not([type="submit"]):valid,
.fancy-form.large-text textarea:valid,
.fancy-form.large-text select:valid {
    border-color: #d6d6d6;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input.success {
    border-color: #77ad50;
    background: #e8f1e3;
}

input.fail {
    border-color: #f08a24;
    background: rgba(240, 138, 36, 0.15);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 24px;
    background: url(../images/dropdown.png) calc(100% - 5px) center / 15px no-repeat;
}

input.no-arrows::-webkit-outer-spin-button, 
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-arrows[type=number] {
    -moz-appearance: textfield;
}

input:not([type="submit"]):not([type="button"]):focus {
    background-color: transparent;
}

input[disabled="disabled"],
SELECT[disabled="disabled"] {
    color: black;
    background-color: #DDD;
}

input:invalid {
    border-bottom-color: 1px solid red;
}

.no-content {
    background: #e8f1e3;
    padding: 20px 10px;
    margin-top: 20px;
    position: relative;
    line-height: 20px;
    text-align: center;
    border-bottom: 10px solid #cfdec7;
    border-radius: 10px;
    overflow: hidden;
}

.no-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: repeating-linear-gradient(145deg, #77ad50 0px, #77ad50 10px, #e8f1e3 14px, #f08a24 10px, #f08a24 20px) repeat-x;
}

textarea {
    font-family: museo-sans-rounded;
    border: 2px solid #d6d6d6;
    padding: 7px 7px;
    transition: .3s;
    will-change: background;
    outline: none;
    border-radius: 0px;
}

input:required:not(:disabled),
select:required:not(:disabled),
textarea:required:not(:disabled),
input.suggested:placeholder-shown,
select.suggested:placeholder-shown,
textarea.suggested:placeholder-shown {
    /*border-color: #f08a24 !important;*/
    animation: requiredStrobe .6s infinite alternate;
}

input:required:valid,
select:required:valid,
textarea:required:valid {
    animation: validStrobe .6s infinite alternate;
}

input[type="text"].color {
    min-width: 50px;
    text-align: center;
}

form {
    font-family: 'museo-sans-rounded', sans-serif;
    /*font-family:  tahoma, sans-serif;*/
    FONT-SIZE: 12px;
    position: relative;
}

th {
    z-index: 80;
    /* position: relative; */
    font-weight: bold;
    border: none;
    padding: 12px 4px 6px;
    background: white;
    font-size: 12px;
    top: 0;
    border-bottom: 2px solid #77ad50;
}

.sticky th:before,
.sticky-50 th:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    transform: translateY(100%);
    /*box-shadow: inset 0px 19px 25px -25px rgba(110, 160, 65, 0.82);*/
    pointer-events: none;
    opacity: 0;
}

.sticky th {
    position: sticky !important;
    top: 78px;
}

.sticky>th {
    top: 0px;
    position: sticky;
}

.sticky-50>th {
    top: 50px;
    position: sticky;
}

.sticky-50 th {
    top: 50px;
    position: sticky !important;
}

td.datarow {
    border-bottom: 1px dotted #CCC;
    /*border-left: 1px solid #e4e4e4;*/
    padding: 10px 4px;
}

th:first-child,
td.datarow:first-child {
    border-left: none;
}

#errorStr {
    color: #900;
    font-weight: bold;
}

.errorField {
    color: #900;
    font-weight: bold;
}

ul.autocompleter-choices {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #7c7c7c;
    border-left-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-bottom-color: #ddd;
    background-color: #fff;
    text-align: left;
    font-family: 'museo-sans-rounded', tahoma, Geneva, Arial, Helvetica, sans-serif;
    z-index: 50;
    background-color: #fff;
}

ul.autocompleter-choices li {
    position: relative;
    margin: -2px 0 0 0;
    padding: 0.2em 1.5em 0.2em 1em;
    display: block;
    float: none !important;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
    background-color: #444;
    color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
    color: #9FCFFF;
}

table.fancy {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    table-layout: fixed;
}

table.fancy th,
.mock-header>div {
    padding: 20px 0px 20px 20px;
    background: white;
    font-family: 'museo';
    /* position: relative; */
}

table.fancy .thead td {
    font-family: 'museo';
}

table.fancy thead th,
table.fancy .thead td,
table.fancy tr:not(.no-style) td,
.mock-header>div,
.mock-row>div {
    border-bottom: 1px solid #e2e2e2;
}

table.fancy tr:not(.no-style):last-child td,
.mock-row:last-child>div {
    border-bottom: none;
}

table.fancy tbody tr,
table.fancy tbody td.datarow {
    position: relative;
}


table.fancy tr.no-style {
    background: transparent;

}

table.fancy tr.no-style .page-title {
    margin: 0;
}

table.fancy tbody tr.inner-heading {
    background: transparent;
}

table.fancy tbody tr.inner-heading td {
    box-shadow: none;
    padding: 18px 10px 12px;
    border-bottom: 6px solid;
}

table.fancy tbody tr {
    transform-origin: center;
    /*will-change: transform;*/
    transition: transform .2s;
}

table.fancy tbody tr:not(.inner-heading):not(.no-grow):not(.thead):hover {
    transform: scale(1.022);
    position: relative;
    z-index: 100;
}

.testGrow {
    transform-origin: center;
    /*will-change: transform;*/
    transition: transform .2s;
}

.testGrow:hover {
    transform: scale(1.022);
    position: relative;
    z-index: 100;
}


.emerge-buttons {
    position: absolute !important;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: .3s;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 100;
}

.item-image:hover .emerge-buttons,
.load-form:hover .emerge-buttons {
    opacity: 1;
    transform: translate(10px, -50%);
}

tr:hover>td>.emerge-buttons,
.load-form:hover>.emerge-buttons {
    opacity: 1;
    transform: translate(14px, -50%);
}

.featured-preview {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.featured {
    position: absolute !important;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 60px;
    z-index: -1;
}

.featured span {
    color: white;
    background: linear-gradient(0deg, #7aa73c, #7aa73c);
    padding: 5px 10px;
    display: block;
    transform: rotate(-45deg) translate(-39px, -28px);
    font-size: 10px;
    width: 110px;
    text-align: center;
    box-shadow: 0px 3px 5px -2px #a7a7a7;
}

.emerge-buttons .iconbutton {
    font-size: 14px;
    background: #FFFFFF00;
    margin: 1px 0px;
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
}

.emerge-buttons-tooltip {
    position: absolute !important;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: .3s;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 18px;
}

/* Saving this, but don't need any transition atm.
li:hover>.emerge-buttons-tooltip {
    opacity: 1;
    transform: translate(8px, -150%);
}
*/

.lock-message-style {
    color: #62695d !important;
    padding-left: 5px;
    font-size: 14px;
}

.lock-message-style[data-info]::after {
    color: #676864 !important;
}
/*
    -webkit-text-fill-color: transparent;
*/

.lock-message-style:hover {
    color: #07760B;
    background: #07760B;
    background-clip: text;
    -webkit-background-clip: text;
}

/* new radio styles */
.circleRadios {
    width: 25px !important;
    height: 25px;
    vertical-align: middle;
    font-size: 0;
    margin: 0px 3px 4px;
    position: relative;
    cursor: pointer;
}

.circleRadios::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background: white;
    position: relative;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 3px #8DBF24;
}

.circleRadios::before {
    border-radius: 50%;
}

.circleRadios::after {
    font-size: 23px;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    content: "\f00c";
    color: #8DBF24;
    position: absolute;
    left: 5px;
    top: -1px;
    transform: translateY(-10px);
    opacity: 0;
    will-change: transform, opacity;
    transition: .3s cubic-bezier(0.66, -0.28, 0, 1.99);
    text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
}

.circleRadios::after {
    content: '\f111';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    top: 5px;
    left: 5px;
    transform: scale(.5);
}

.circleRadios:checked::after {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* end new radio styles */

.tooltip-style {
    color: #62695d !important;
    padding-left: 5px;
    position: relative;
}

.tooltip-style[data-info]::after {
    color: #676864 !important;
}
/*
    -webkit-text-fill-color: transparent;
*/

.tooltip-style:hover {
    color: #07760B;
    background: #07760B;
    background-clip: text;
    -webkit-background-clip: text;
}


table.fancy tbody tr .iconbutton.delete i,
.iconbutton.delete i {
    font-size: 14px;
    color: red;
}


.invoice:hover .iconbutton.delete,
.image:hover>.iconbutton.delete,
.item-images>.item-image:hover .iconbutton.delete,
.custom-form .form-field:hover .iconbutton.delete,
.load-form:hover .iconbutton.delete,
.item-image:hover>.iconbutton.crop,
.item-image:hover>.iconbutton.delete-crop {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
    transition: .3s;
}

.mock-header,
.mock-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: box-shadow .3s;
}

.mock-header {
    font-weight: bold;
    color: #ababab;
    position: sticky !important;
    top: 0px;
    z-index: 1;
    background: white;
    margin-bottom: 6px;
}

.mock-header>div,
.mock-row>div {
    font-size: 14px;
    padding: 12px 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.mock-header>div {}

table.fancy td {
    font-size: 12px;
}

table.fancy th,
table.fancy .thead td {
    font-size: 14px;
}

table.fancy td.datarow,
table.fancy td,
table.fancy th {
    border: none;
    padding: 12px 10px;
    text-align: left;
}

table.fancy .separator {
    position: relative;
}

table.fancy .separator::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #e8e8e8;
}

table.fancy tr.add-notch>td:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 25px;
    width: 2px;
    height: 8px;
    transform: translate(10px, -100%);
    transform-origin: bottom;
    transition: .2s;
}

table.fancy tr.add-notch>td:nth-child(1) .bid-circle {
    border-color: #649243;
}

.line-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bid-circle {
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    border: 1px solid #eaeaea;
    background: #fdfdfd;
}

.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    background: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 10px -5px #a6bd96;
    display: none;
    white-space: nowrap;
    top: 41px;
}

.number-font {
    font-family: 'Fjalla One', sans-serif;
}

.bid-circle.guest {
    font-size: 11px;
    color: #a0a29e;
    text-transform: uppercase;
}

.table-number {
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    margin-right: 2px;
}

.icon-notice {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 14px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px white;
    line-height: 13px;
}

.square {
    position: relative;
}

.square::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.icon-notice.success::after {
    content: "\f058";
    font: var(--fa-font-solid);
    color: #87d235;
}

.icon-notice.alert::after {
    content: "\f06a";
    font: var(--fa-font-solid);
    color: #f08a24;
}

.adminThumb {
    padding: 2px;
    border: 1px solid #ccc;
    margin: 3px;
    float: left;
}

#imagesArea .adminThumb {
    display: block;
    float: none;
    padding: 0;
    border: none;
    margin: 0 auto 10px;
}

.rightNavigation li,
.rightNavigation ul {
    list-style-type: none;
    background-color: #efefef;
    border-bottom: 2px dotted #ccc;
    margin: 3px;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    padding: 8px;
    margin-top: 4px;
}

#rightNav {
    width: 240px;
    margin: 5px;
    padding: 10px;
    float: right;
}

.rightNavigation li:hover {
    background-color: #efffef;
}

.notifyBox {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.highlighted_link {
    background-color: #FFF;
    width: 148px;
    border-top: 1px solid #9c9;
    border-bottom: 1px solid #9c9;
    border-left: 1px solid #9c9;
}

.parent_highlighted_link {
    background-color: #FFF;
    width: 168px;
    padding: 4px;
    border-top: 1px solid #9c9;
    border-bottom: 1px solid #9c9;
    border-left: 1px solid #9c9;
}

.details {
    float: left;
    width: 155px;
    border-bottom: 1px dotted #ccc;
    color: #000;
    clear: both;
    font-weight: bold;
}

.clearfix:after {
    content: '';
    clear: both;
    display: table;
}

.smallButton {
    border: 2px outset;
    background-color: #ccc;
    padding: 3px;
    padding-left: 16px;
    padding-right: 16px;
    color: #000;
    text-decoration: none;
}

.smallButton:hover {
    border: 2px inset;
    background-color: #ddd;
}

.wizard-progress {
    width: 100%;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    background: #f7f7f7;
    overflow: hidden;
}

.wizard-progress-bar {
    display: block;
    width: 0%;
    background: #abdc6f;
    height: 100%;
    transition: 1s;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-family: museo, serif;
}

h3 {
    margin-bottom: 10px;
}

/* #navigation {
    background: #77ad50;
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 15px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #7a9c62;
    padding: 0px 40px;
    border-bottom: 10px solid #649243;
    z-index: 111;
} */

.mainModule {
    padding: 10px 13px 7px;
    font-size: 16px;
    font-family: museo-sans-rounded;
    position: relative;
    text-align: center;
    cursor: pointer;
    flex-basis: 0;
    flex-grow: 1;
}

.subModule {
    display: none;
    position: absolute;
    margin-top: 13px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0px 4px 26px -2px #b1bbaa, 0px 1px 5px -1px #85927b;
    width: 170px;
    text-align: left;
    background: #e8f1e3;
    color: white;
    padding: 20px 0px;
}

.subModule::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #77ad50;
    border-radius: 50%;
    left: 50%;
    transform: translatex(-50%);
    top: -11px;
    border: 5px solid #e8f1e3;
    opacity: 1;
}

.subModule::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
}

.subModule ul {}

.subModule ul,
.subModule li {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.subModule a {
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    display: block;
    padding: 0px 20px 0px;
    transition: .2s;
    will-change: background;
}

.subModule a:hover {
    background: white;
}

.toggle-content-header {
    background: white;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 14px;
    transition: .3s;
    text-decoration: none;
    margin-bottom: 9px;
    position: relative;
    background-clip: padding-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
}

.large-accordion .toggle-content-header {
    font-size: 18px;
}

.toggle-content-header>div:first-child {
    transition: .3s;
}

.toggle-content-desc {
    font-style: italic;
    margin-left: auto;
    font-size: 12px;
    color: #b3b3b3;
    white-space: nowrap;
    flex-shrink: 1;
    flex-grow: 0;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-content-header i {
    margin-right: 10px;
    transition: .3s;
    line-height: 15px;
}

.toggle-content-header:hover {
    box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 0.3);
}

.toggle-content-header.in-box.active {
    box-shadow: none !important;
    border-radius: 5px 5px 0px 0px;
    border-bottom-color: #d8d8d8;
}

.toggle-content-header.in-box+.toggle-content {
    border: 1px solid;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 16px;
}

.toggle-content-header.in-box {
    margin-top: 9px;
    margin-bottom: 0;
}

.toggle-content-header.active i {
    transform: rotate(180deg);
}

.toggle-content {
    display: none;
    padding: 20px 0px 30px;
}

.large-accordion .toggle-content,
.large-accordion p {
    font-size: 16px;
    padding-left: 23px;
}

#tabs ul,
#side-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

#tabs ul li,
#side-tabs ul li,
#side-tabs ul>a>li {
    flex-grow: 1;
    text-decoration: none;
    font-size: 14px;
    padding: 13px 15px;
    background: #f3f3f3;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    transition: .3s;
    text-align: left;
}

#side-tabs ul>a {
    flex-grow: 1;
    color: inherit;
    text-decoration: none;
}

#tabs ul li a,
#side-tabs ul li a {
    font-size: 14px;
    color: #989898;
    font-weight: 700;
    text-decoration: none;
}

#tabs ul li#selected a,
#side-tabs ul li.selected {
    color: #62695d;
}

#tabs ul li i,
#side-tabs ul li i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#tabs ul {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

#tabs ul li {
    background: white;
    border-radius: 6px 6px 0px 0px;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 10px 20px 8px 20px;
    margin-left: 0px;
    margin-bottom: 0;
}
/* box-shadow: 10px 3px 8px -7px #ddd; */

.firstTab { 
    margin-left: -10px !important;
}


#tabs ul li#selected {
    border-bottom: none;
    z-index: 7;
}

#tabs ul li:nth-of-type(1) {
    z-index: 6;
}

#tabs ul li:nth-of-type(2) {
    z-index: 5;
}

#tabs ul li:nth-of-type(3) {
    z-index: 4;
}

#tabs ul li:nth-of-type(4) {
    z-index: 3;
}

#tabs ul li:nth-of-type(5) {
    z-index: 2;
}

#tabs ul li:nth-of-type(6) {
    z-index: 1;
}

/*#tabs {
    border-bottom: 1px solid #000;
    clear: both;
    height: 22px;
}

#tabs li {
    float: left;
    margin: 0;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    padding-top: 3px;
}

#tabs a {
    text-decoration: none;
    display: block;
    padding: 0.24em 1em;
    width: 12em;
    text-align: center;
    background-color: #FFFFFF;
}

#tabs a:hover {}

#tabs #selected {
    /*
    border-color: black;
border-bottom: 1px solid #fff;
background-color: #FFF;
}*/

/*#tabs #selected a {
    color: black;
    font-weight: bold;
}*/

#content {
    clear: both;
    min-height: 500px;
    padding: 15px;
}

h1 {
    margin: 0;
    padding: 0 0 1em 0;
}

#sortable_list {
    padding: 0;
}

#sortable_list li {
    padding: 4px 8px;
    color: #000;
    cursor: move;
    list-style: none;
    width: auto;
    background: #fff;
    margin: 10px 0;
}

.fancy-image-uploader {
    position: relative;
    padding-bottom: 5px;
    position: relative;
    display: block;
}

.fancy-image-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e8f1e3;
    border-radius: 5px;
    color: #b7b7b7;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.fancy-image-overlay::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 2px dashed #b7b7b7;
    border-radius: 5px;
}

.fancy-image-overlay.show {
    opacity: .98;
    visibility: visible;
}

.fancy-image-overlay h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.item-images {
    display: flex;
    flex-wrap: wrap;
}

.item-image {
    position: relative;
    border: 1px dashed #04592a;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    background-color: #eeeeee !important;
    width: calc(25% - 16px);
    margin: 8px 7px;
    height: 150px;
    display: flex;
}

.fancy-image-uploader.allowmulti-false .item-image,
.fancy-image-uploader.allowmulti-false .drag-images {
    width: auto;
    margin: 8px 0px 0px;
}

.item-image .img {
    display: block;
    width: 100%;
    transition: .3s;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.item-image .img span {
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.item-image .image-control i.small-add {
    font-size: 11px;
    background: #77ad50;
    border-radius: 50%;
    color: white;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 30px;
    top: 7px;
}

.item-image .image-control i.small-minus {
    font-size: 11px;
    background: red;
    border-radius: 50%;
    color: white;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 30px;
    top: 7px;
}

.croppr-container {
    text-align: center;

}

.croppr-container img {
    width: auto;
    height: auto;
    max-height: 63vh;
}

.croppr-container {
    padding: 6px;
}

.crop-area {
    position: relative;
    height: 100%;
    width: auto;
    margin: auto;
    display: inline-block;
}

.crop-show {
    box-shadow: 0px 0px 0px 1px white, 0px 3px 5px 3px rgba(0, 0, 0, 0.6), inset 0px 0px 4px -1px black;
    position: absolute !important;
}

.crop-show span {
    background: rgba(0, 0, 0, 0.62);
    position: absolute !important;
}

.crop-show span:nth-child(1) {
    top: 100%;
    height: 110px;
    left: -110px;
    right: -110px;
}

.crop-show span:nth-child(2) {
    bottom: 100%;
    height: 110px;
    left: -110px;
    right: -110px;
}

.crop-show span:nth-child(3) {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 110px;
}

.crop-show span:nth-child(4) {
    top: 0;
    bottom: 0;
    right: 100%;
    width: 110px;
}

.item-image .img img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    margin: auto;
    max-height: 150px;
}

.upload-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    right: 8px;
    background: rgba(232, 241, 227, 0.8);
    height: 12px;
    border-radius: 30px;
}

.upload-progress span {
    background: #77ad50;
    width: 0%;
    height: 100%;
    transition: .2s;
    display: block;
    border-radius: 30px;
}

.image-flip {
    position: absolute !important;
    background: white;
    left: 50%;
    display: flex;
    justify-content: space-between;
    bottom: -12px;
    padding: 6px 5px 4px;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    width: 50px;
    transform: translate(-50%, -50%) scale(.4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    cursor: pointer;
}

.item-images .item-image:hover .image-flip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0%) scale(1);
}

.messageBox {
    /*width: 850px;*/
    border: 2px solid;
    padding: 20px;
    margin: 10px;
}

.af-modal-content>.message {
    margin-left: 20px;
    margin-right: 20px;
}

.af-modal .message {
    font-size: 16px;
}

.messageBoxLeft {
    width: 400px;
    border: 2px solid;
    padding: 20px;
    margin: 10px;
    float: left;
}

.messageBoxRight {
    width: 400px;
    border: 2px solid;
    padding: 20px;
    margin: 10px;
    float: right;
}

.Error {
    background-color: #FFEEEE;
    border-color: #990000;
}

.Warning {
    background-color: #FFFFEE;
    border-color: #CCCC66;
}

.Notice {
    background-color: #EEEEEE;
    border-color: #999999;
}

.SuccessMessage {
    background-color: #EEFFEE;
    border-color: #007700;
}

.delete,
a.delete,
.nicebutton.delete i {
    color: red;
}

.rotate-element {
    animation: valueChange 1s ease-in-out;
    transition: color .6s .3s;
    color: var(--animate-color);
}

.item-stream-wrap {
    position: relative;
    width: 550px;
    padding: 0px 80px;
    box-sizing: border-box;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 110px);
}

.item-image-slider {
    box-shadow: 0px 0px 0px 1px #eee, 0px 10px 20px -10px #adadad;
    width: 390px;
    height: 390px;
    overflow: hidden;
    box-sizing: content-box;
}

.single-item-image {
    width: 390px;
    height: 390px;
}

.single-item-number {
    line-height: normal;
    width: 60px;
    height: 60px;
    max-width: 60px;
    align-self: flex-start;
    border-radius: 50% !important;
    position: relative;
    box-shadow: -2px -1px 4px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: rotate(-20deg);
    left: 0px;
    color: white;
    font-size: 16px;
    margin-right: 15px;
    letter-spacing: 1px;
    flex-grow: 1;
    flex-shrink: 0;
}

.single-item-number .peal {
    width: 56px;
    height: 56px;
    background: linear-gradient(0deg, #c4c4c4 1px, white 4px) center/cover;
    position: absolute;
    border-radius: 50%;
    top: -36px;
    left: -33px;
    transform: rotate(-37deg);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.4);
}

.item-timer {
    display: inline-block;
    position: relative;
    text-align: right;
}

.item-content {
    display: flex;
    color: darkgray;
    flex-wrap: wrap;
    max-width: none;
    justify-content: space-between;
    margin-bottom: 5px;
    text-shadow: 1px 0px 0px white, -1px 0px 0px white, 0px 1px 0px white, 0px -1px 0px white, 0px 0px 5px white, 0px 0px 5px white;
    align-items: baseline;
}

.item-content p i {
    width: 28px;
    font-size: 20px;
}

.item-content p:first-child {
    margin-right: auto;
    width: auto;
    flex-grow: 0;
    font-weight: bold;
}

.item-content p:first-child span {
    display: inline-block;
    position: relative;
}

.item-content>span {
    flex-grow: 1;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 4px;
    margin-left: 15px;
    margin-right: 15px;
    align-self: flex-end;
    transition: color .66s .3s;
}

.item-content p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: color .66s .3s;
}

.close-to-end {
    animation: aboutToClose 1s ease-in-out alternate infinite;
    transform-origin: center;
}

/* CUSTOM RADIO AMAZINGNESS */
.special-radio {
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin-right: 20px;
    margin-top: 25px;
}

.special-radio input {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: transparent !important;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.special-radio img {
    width: 100%;
    transition: .3s;
    opacity: .5;
    filter: grayscale(.5);
    border: none !important;
}

.special-radio input:checked+img {
    opacity: 1;
    filter: grayscale(0);
}

.special-radio .radio-label {
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* END radio amazingness */

/* START imageUploader */
.image-uploader-wrap {
    display: inline-block;
    width: 100%;
}

.image-uploader-wrap.multi,
.multi .image-uploader {
    width: calc(100% - 40px);
}

.image-uploader-wrap .image .image-control.delete {
    background: white;
    position: absolute;
    top: -6px;
    right: -6px;
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid red;
}

.image-uploader-wrap .image {
    display: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    background-image: linear-gradient(45deg, #eaeaea 25%, transparent 25%), linear-gradient(-45deg, #eaeaea 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eaeaea 75%), linear-gradient(-45deg, transparent 75%, #eaeaea 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.image-uploader {
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 265px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #9c9c9c;
    transition: border-color .3s;
    background: #f5f5f5;
    position: relative;
}

.image img {
    width: 100%;
}

.image-uploader-full .image-uploader {
    width: 100%;
    box-sizing: border-box;
}

.squeeze-images .image-uploader-wrap .image {
    margin-top: 0px;
    margin-bottom: 10px;
}

.squeeze-images .image-uploader {
    margin-top: 0;
    margin-bottom: 10px;
}

.drag-images {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #9c9c9c;
    transition: border-color .3s;
    background: #f5f5f5;
    position: relative;
    margin: 8px 7px;
}

.image-upload-button {
    vertical-align: middle;
    margin-left: 15px;
}

.real-image-upload-button {
    display: none;
}

.image-upload-loader,
.image-delete-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: whitesmoke;
    opacity: 1;
    pointer-events: none;
    display: none;
    font-size: 20px;
}

.image-upload-loader span,
.image-delete-loader span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image .image-control i,
.item-image .image-control i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-control.delete {
    color: red;
}

.upload-xhr {
    height: 7px;
    background: #dbe0d6;
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    border-radius: 13px;
}

.upload-xhr .bar {
    background: #77ad50;
    position: absolute;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
    border-radius: 100px;
    transition: .3s ease-in;
}

/* END imageUploader */


/* image app */
.image-upload-area {
    border: 2px dashed #e3d3d3;
    min-height: 30px;
    border-radius: 6px;
    margin-top: 5px;
    transition: .2s;
}

.image-upload-area.drop-highlight {
    background: #f7f7f7;
}

.image-instructions {
    margin-top: 30px;
    padding-bottom: 10px;
}

.img-upload-status {
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #e3d3d3;
    padding: 10px 15px;
    overflow: hidden;
}

.slide-left-enter-active,
.slide-left-leave-active {
    transition: .5s ease;
    transform: translateX(0%);
}

.slide-left-enter-from,
.slide-left-leave-to {
    transform: translateX(140%);
}

.slide-enter-active,
.slide-leave-active {
    transition: opacity .5s ease, transform .5s ease;
    transform: translateY(0%);
    max-height: 100px;
}

.slide-enter-from,
.slide-leave-to {
    opacity: 0;
    transform: translateY(-50%);
    max-height: 0px;
}

.animate-overlay-enter-active,
.animate-overlay-leave-active {
    opacity: 1;
    transition: .5s ease;
}

.animate-overlay-enter-from,
.animate-overlay-leave-to {
    opacity: 0;
}

.animate-modal-enter-from,
.animate-modal-leave-to {
    opacity: 0;
    transform: translateY(50px);
}

.animate-modal-enter-active {
    opacity: 1;
    transition: opacity 10s, transform 10s;
    transform: translateY(0px);
}

.upload-bar {
    margin-top: 5px;
    height: 5px;
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.upload-bar>div {
    height: 100%;
    width: 0%;
    border-radius: 6px;
    transition: .2s;
}

.image-preview {
    background-image: linear-gradient(45deg, #eaeaea 25%, transparent 25%), linear-gradient(-45deg, #eaeaea 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eaeaea 75%), linear-gradient(-45deg, transparent 75%, #eaeaea 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    border: 1px dashed #e3d3d3;
    border-radius: 6px;
    margin-top: 5px;
}

.image-preview img {
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 6px;
}

.image-buttons {
    position: absolute !important;
    top: -10px;
    right: -17px;
    display: flex;
    flex-direction: column;
}

.image-buttons a {
    cursor: pointer;
}

.image-buttons i {
    background: white;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3d3d3;
    font-size: 20px !important;
    line-height: normal;
}

.media-browser {
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(100vh - 420px);
    overflow-y: auto;
    box-sizing: border-box;
}

.media-browser .media {
    width: calc(100% / 4 - 20px);
    height: 160px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: inset 0px 0px 18px -2px #cccccc;
    background-color: #ececec !important;
    position: relative;
    cursor: pointer;
}

.media.selected {
    border-width: 2px;
}

.media.selected i {
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: -8px;
    background: white;
    border-radius: 50%;
    line-height: 27px;
}

.media-sidebar {
    width: 300px;
    margin-left: 15px;
    flex-shrink: 0;
    border-left: 1px solid #d9d9d9;
    padding-left: 15px;
}

.mediasidebar-enter-active,
.mediasidebar-leave-active {
  transition: opacity 0.3s ease;
}

.mediasidebar-enter-from,
.mediasidebar-leave-to {
  opacity: 0;
}

.media-thumb {
    width: 100%;
    box-shadow: inset 0px 0px 18px -2px #cccccc;
    background-color: #ececec !important;
    height: 300px;
    border-radius: 6px;
}

/* END image app */

.login-social-links {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.login-social-links a {
    text-decoration: none;
    width: 40px;
    background: white;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    transition: color .3s, transform .3s;
    margin: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-forms form {
    font-size: 24px;
    box-shadow: inset 0px -1px 6px -4px black, inset 0px 6px 4px -4px white;
    border-radius: 100px;
    padding: 8px 10px;
    background: linear-gradient(0deg, #ffffff, #dcecd359 70%, #d2e6c0a1 100%);
    border: 1px solid #6492433b;
    margin-right: 10px;
    display: flex;
    align-items: middle;
}

.search-forms form input,
.search-forms form select {
    border: none;
    font-size: 17px;
    width: 230px;
    margin: 0;
    padding: 0;
    margin-left: 8px;
    color: #77ad50;
}

.search-forms form i {
    color: #77ad50;
    vertical-align: initial;
    width: 32px;
    border-right: 1px dashed #dedede;
    text-align: center;
    padding-right: 4px;
    font-size: 20px;
    line-height: 24px;
}

.gradient-button,
.grey-gradient {
    padding: 8px 0px !important;
    margin: 10px auto 10px !important;
    box-sizing: border-box;
    text-align: center;
    width: 120px;
    display: block !important;
}

.grey-gradient {
    background: linear-gradient(0deg, #6f6f6f, #b3b3b3);
}

/* START SIDE TABS */
.page-title.inner {
    margin-top: 23px;
}

.page-title.inner::before,
.page-title.inner::after {
    display: none;
}

.tab-content {
    display: none;
}

/* END SIDE TABS */

/* START FANCY FORM */
.fancy-form {
    font-size: 13.5px;
}

.fancy-form.large-text {
    font-size: 16px;
}

.fancy-form input:not([type="submit"]),
.fancy-form textarea,
.fancy-form select {
    font-size: 13.5px;
    padding: 5px 0px 5px 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    color: #252723;
}

input.date-field,
.fancy-form input.date-field {
    width: auto;
}

.fancy-form.large-text input:not([type="submit"]),
.fancy-form.large-text textarea,
.fancy-form.large-text select {
    font-size: 16px;
}

.fancy-form.large-text label {
    font-size: 14px;
    font-weight: 300;
}

.fancy-form select {
    padding-right: 20px;
}

input.toggle[type="checkbox"] {
    -webkit-appearance: none;
    width: 60px !important;
    height: 38px;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    border: 2px solid #a5a5a5 !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .3s .3s;
    will-change: border, color;
    font-weight: normal;
    color: #a5a5a5;
    min-width: 190px;
}

input.toggle[type="checkbox"].short {
    width: 100% !important;
    min-width: auto;
}

input.toggle[type="checkbox"]:checked {
    border: 2px solid #77ad50 !important;
    color: #77ad50;
}

input.toggle[type="checkbox"].grey-color {
    border: 2px solid #a5a5a5 !important;
    color: #a5a5a5 !important;
}

input.toggle[type="checkbox"].grey-color::before {
    background: #fdfdfd radial-gradient(#a5a5a5, #a5a5a5 60%, transparent 70%, transparent 100%) no-repeat;
    background-size: 26px 26px;
    background-position: 98% center;
}

input.toggle[type="checkbox"]::before {
    content: 'on';
    content: attr(data-on);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fdfdfd radial-gradient(#77ad50, #77ad50 60%, transparent 70%, transparent 100%) no-repeat;
    background-size: 26px 26px;
    background-position: 98% center;
    padding: 8px 0px 0px 20px;
    font-size: 14px;
    transform: translateX(calc(-100% + 34px));
    opacity: 0;
    transition: transform .3s, opacity .3s .4s;
    will-change: opacity, transform;
}

input.toggle[type="checkbox"]::after {
    content: 'off';
    content: attr(data-off);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 8px 20px 0px 0px;
    font-size: 14px;
    text-align: right;
    background: #fdfdfd radial-gradient(#a5a5a5, #a5a5a5 60%, transparent 70%, transparent 100%) no-repeat;
    background-size: 26px 26px;
    background-position: 2.3% center;
    transform: translateX(0%);
    opacity: 1;
    transition: transform .3s, opacity .3s .3s;
    will-change: opacity, transform;
}

input.toggle[type="checkbox"]:checked::before {
    transform: translateX(0px);
    opacity: 1;
    transition: transform .3s, opacity .3s .4s;
}

input.toggle[type="checkbox"]:checked::after {
    transform: translateX(calc(100% - 34px));
    transition: transform .3s, opacity .3s .4s;
    opacity: 0;
}

input.reverse.toggle[type="checkbox"]:before {
    transform: translateX(0px);
    opacity: 1;
    background-position: 98% center;
    transition: transform .3s, opacity .3s .4s;
}

input.reverse.toggle[type="checkbox"]:checked::before {
    transform: translateX(-153px);
    transition: transform .3s, opacity .3s .3s;
    opacity: 0;
}

input.reverse.toggle[type="checkbox"]:after {
    transform: translateX(153px);
    opacity: 0;
    transition: transform .3s, opacity .3s .3s;
}

input.reverse.toggle[type="checkbox"]:checked::after {
    transform: translateX(0px);
    transition: transform .3s, opacity .3s .3s;
    opacity: 1;
}

input.reverse.toggle[type="checkbox"]:checked {
    border: 2px solid #a5a5a5 !important;
    color: #a5a5a5;
}

.radio-component > label {
    font-size: 14px !important;
    font-weight: bold;
}

.radio-component > input {
    opacity: 0;
    position: absolute;
    height: 10px !important;
    width: 5px !important;
    margin: 6px 10px 6px 0 !important;
}

.radio-component > input + label > .input-box {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 5px;
    padding: 0;
    width: 36px;
    height: 12px;
    background: #fff;
    overflow: visible;
    vertical-align: -5%;
    user-select: none;
}

.radio-component > input + label > .input-box > .input-box-circle {
    display: block;
    margin: 50%;
    width: 0%;
    height: 0%;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.15s ease-in, height 0.15s ease-in, margin 0.15s ease-in;
}

.radio-component > input:checked + label > .input-box > .input-box-circle {
    opacity: 1;
    margin: 22%;
    width: 56%;
    height: 56%;
}

/* .radio-component > input:focus + label > .input-box {
    box-shadow: 0 0 2px 3px #ff00b3;
} */

.radio-component > input:disabled + label {
    opacity: 0.7;
}

.radio-component > input + label > .input-box {
  position: relative;
  border: 1px solid #939393;
  border-radius: 1em;
  width: 40px;
  background: #fff;
  transition: background 0.2s ease-in;
  vertical-align: -15%;
}

.radio-component > input + label > .input-box > .input-box-circle {
  display: none;
}

.radio-component > input + label > .input-box:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -6px;
  border: 1px solid #939393;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  transition: transform 0.2s ease;
}

/* .radio-component > input:checked + label > .input-box {
  background: #63b65d;
} */

.radio-component > input:checked + label > .input-box:before {
  transform: translateX(32px);
}

.go-button {
    background: none;
    border: none;
    width: auto;
    height: auto;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #649243;
    cursor: pointer;
}

.columns-2,
.columns-3,
.columns-4,
.columns-dynamic {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}

.columns-dynamic {
    flex-wrap: nowrap;
}

.columns-dynamic>div {
    flex-grow: 1;
    margin: 0px 15px;
}

.force-equal-width {
    flex-basis: 0;
}

.force-equal-width > * {
    flex-basis: inherit;
}

.columns-dynamic>div:first-child {
    margin-left: 0;
}

.columns-dynamic>div:last-child {
    margin-right: 0;
}

.modal-form {
    margin: auto 30px;
}

.modal-form .columns-2,
.modal-form .columns-3,
.modal-form .columns-4 {
    justify-content: space-between;
}

.align-top {
    align-items: flex-start;
}

.align-stretch {
    align-items: stretch;
}

.flex-align-center {
    align-items: center;
}

.sticky-columns > div {
    position: sticky !important;
    top: 20px;
}

.vue-app {
    height: 100%;
}

.page-layout {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.page-layout .sub-nav+div {
    flex-grow: 1;
}

ul.sub-nav,
.sub-nav ul {
    list-style: none;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    width: 230px;
    flex-shrink: 0;
    border-right: 1px solid #d8d8d8;
    margin-right: 30px;
    padding-right: 20px;
    padding-left: 0px;
}

.site-nav {
    position: sticky;
    top: 0px;
}

.sub-nav>ul {
    padding-left: 0;
    position: sticky;
    top: 20px;
}

.sub-nav>ul ul {
    padding-left: 20px;
}

.sub-nav a {
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    align-items: center;
    font-weight: bold;
}

.sub-nav a.router-link-active::after,
.sub-nav li.has-children>a::after {
    content: "\f054";
    font: var(--fa-font-solid);
    margin-left: auto;
    margin-right: 10px;
    text-align: center;
}

.sub-nav li.has-children>a::after {
    transform: rotate(90deg);
}

.sub-nav a:not(.router-link-active) {
    color: #717171;
    font-weight: normal;
}

.sub-nav a i {
    margin-right: 20px;
    margin-left: -30px;
    width: 20px;
    font-size: 20px;
}

.sub-nav li.has-children>a+ul {
    transition: .3s;
    max-height: 0px;
    overflow: hidden;
}

.sub-nav li.has-children>a.router-link-active+ul {
    max-height: 500px;
}

.columns-2>* {
    width: calc(100% / 2);
}

.column-space.columns-2>* {
    width: calc(50% - 15px);
}

.columns-2.first-small>* {
    width: calc(60% - 15px);
}

.columns-2.first-small>*:first-child {
    width: calc(40% - 15px);
}

.columns-2.first-long>* {
    width: calc(40% - 15px);
}

.columns-2.first-long>*:first-child {
    width: calc(60% - 15px);
}

.columns-3>* {
    width: calc(100% / 3);
}

.column-space.columns-3>* {
    width: calc(100% / 3 - 15px);
}

.columns-3.first-small>* {
    width: calc(40% - 15px);
}

.columns-3.first-small>*:first-child {
    width: calc(20% - 15px);
}

.columns-3.first-long>* {
    width: calc(30% - 15px);
}

.columns-3.first-long>*:first-child {
    width: calc(40% - 15px);
}

.columns-4>* {
    width: calc(100% / 4);
}

.column-space.columns-4>* {
    width: calc(100% / 4 - 15px);
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.fancy-form textarea {
    margin-top: 18px;
    background: transparent;
}

.fancy-form li {
    margin: 0;
    padding: 0;
}

.fancy-form label {
    height: auto;
    font-size: 12px;
    display: block;
    text-align: left !important;
    float: none;
    width: auto !important;
    max-width: 100%;
    color: #666;
    padding: 0px 0px 0px 10px;
    letter-spacing: .5px;
    font-weight: 100;
}

.fancy-form fieldset {
    margin: 0;
    padding: 0;
}

.fancy-form.two-columns {
    display: flex;
    justify-content: space-between;
}

.fancy-form.two-columns fieldset {
    flex-shrink: 0;
    width: calc(50% - 15px);
}

table.fancy-form tr,
table.fancy-form tr td {
    display: block;
    width: 100%;
}

.hide-bg {
    background: white repeating-linear-gradient(-45deg, rgb(0 0 0 / 0.04) 0px, rgb(0 0 0 / 0.04) 2px, transparent 3px, transparent 5px) !important;
}

.mce-primary,
.moxman-primary {
    background: #7bb138 !important;
}

/* END FANCY FORM */

/* NICE FORM */
.genForm li {
    position: relative;
    margin-bottom: 15px;
}

.nice-form div:not([class*="mejs"]),
.nice-form tbody td {
    position: relative;
}

.genForm li {
    margin: 0;
}

.item-toggle {
    font-size: 14px;
    padding: 13px 15px;
    background: #f3f3f3;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    margin: 5px 0 0px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    transition: .3s;
}

.item-toggle+div {
    margin-bottom: 5px;
}


.item-toggle.open {
    border-radius: 6px 6px 0px 0px;
}

.item-toggle::before,
#side-tabs ul li:before {
    content: '\f13a';
    font: var(--fa-font-solid);
    margin-top: 1px;
    margin-right: 10px;
    transition: .3s;
    transform-origin: center;
}

#side-tabs ul li:before {
    content: '\f111';
}

.item-toggle.open::before {
    transform: rotate(180deg);
}

.item-toggle+div {
    display: none;
    padding: 10px 10px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 0px 0px 6px 6px;
    background: white;
    border-top: 0px;
    z-index: 1;
}

.nice-form input:not([type="submit"]):not([type="button"]):not(.toggle),
.nice-form select,
.nice-form textarea,
.genForm input:not([type="submit"]):not([type="button"]):not(.toggle),
.genForm select,
.genForm textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: white;
    border-radius: 6px;
    padding: 11px 14px;
    box-sizing: border-box;
    transition: .3s;
    margin-top: 5px;
    margin-bottom: 14px;
    color: #252723;
    font-size: 13.5px;
    font-weight: bold;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}

.select2-container .select2-selection--single {
    margin-top: 5px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../images/dropdown-grey.png) center/18px no-repeat;
    top: 12px;
    right: 3px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.genForm select,
.nice-form select {
    padding-right: 25px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    width: 30px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e7eaf0;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.nice-form input[type="checkbox"]:not(.toggle),
.genForm input[type="checkbox"]:not(.toggle) {
    -webkit-appearance: none !important;
    width: 40px !important;
    height: 30px !important;
    border: 2px solid #d8d8d8 !important;
    margin: 5px 10px 10px 0px;
    cursor: pointer;
}

.nice-form input[type="radio"]:not(.circleRadios) {
    -webkit-appearance: none !important;
    width: 34px;
    height: 34px;
    border: 2px solid #d8d8d8 !important;
    margin: 5px 10px 10px 0px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100px !important;
    position: relative;
    padding: 0 !important;
}

.nice-form input[type="radio"]:not(.circleRadios):checked::before {
    content: '\f111';
    font: var(--fa-font-solid);
    color: #7bb138;
    font-size: 21px;
    top: 4px;
    position: relative;
    left: 5px;
}

/* Imported from frontend styles */
/* input[type="checkbox"],
input[type="radio"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    font-size: 0;
    margin: 0px 3px 4px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:not(.toggle)::before,
input[type="radio"]::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background: white;
    position: relative;
    border-radius: 4px;
    box-shadow: inset 0px 0px 0px 3px black;
}

input[type="radio"]::before {
    border-radius: 50%;
}

input[type="checkbox"]:not(.toggle)::after,
input[type="radio"]::after {
    font-size: 23px;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    content: "\f00c";
    color: black;
    position: absolute;
    left: 5px;
    top: -1px;
    transform: translateY(-10px);
    opacity: 0;
    will-change: transform, opacity;
    transition: .3s cubic-bezier(0.66, -0.28, 0, 1.99);
    text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
}

input[type="radio"]::after {
    content: '\f111';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    top: 5px;
    left: 5px;
    transform: scale(.5);
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    opacity: 1;
    transform: translateY(0) scale(1);
} */
/* end imported styles */

.nice-form .small input[type="checkbox"]:not(.toggle),
.genForm .small input[type="checkbox"]:not(.toggle) {
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0px 0px;
    margin: 0px;
}

.nice-form input[type="checkbox"]:not(.toggle):checked,
.genForm input[type="checkbox"]:not(.toggle):checked {
    border-color: #6ea041 !important;
}

.nice-form input[type="checkbox"]:not(.toggle):checked::before,
.genForm input[type="checkbox"]:not(.toggle):checked::before {
    content: '\f00c';
    font: var(--fa-font-solid);
    color: #6ea041;
    font-size: 25px;
    top: -11px;
    position: relative;
    left: -9px;
}

.nice-form .small input[type="checkbox"]:not(.toggle):checked::before,
.genForm .small input[type="checkbox"]:not(.toggle):checked::before {
    font-size: 15px;
    top: 1px;
    left: 1px;
}

.nice-form input:not([type="submit"]):not([type="button"]):active,
.nice-form input:not([type="submit"]):not([type="button"]):focus,
.nice-form select:active,
.nice-form select:focus,
.nice-form textarea:active,
.nice-form textarea:focus,
.genForm input:not([type="submit"]):not([type="button"]):active,
.genForm input:not([type="submit"]):not([type="button"]):focus,
.genForm select:active,
.genForm select:focus,
.genForm textarea:active,
.genForm textarea:focus {
    border-color: #6ea041 !important;
}

.nice-form input:not([type="submit"]):not([type="button"]):active+label,
.nice-form input:not([type="submit"]):not([type="button"]):focus+label,
.nice-form select:active+label,
.nice-form select:focus+label,
.nice-form textarea:active+label,
.nice-form textarea:focus+label,
.genForm input:not([type="submit"]):not([type="button"]):active+label,
.genForm input:not([type="submit"]):not([type="button"]):focus+label,
.genForm select:active+label,
.genForm select:focus+label,
.genForm textarea:active+label,
.genForm textarea:focus+label {
    color: #6ea041 !important;
}

.nice-form select,
.genForm select {
    background: white url(../images/dropdown-grey.png) calc(100% - 5px) center / 15px no-repeat;
}

.nice-form select>option:first-child,
.genForm select>option:first-child {
    color: grey;
}

.nice-form .row {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.nice-form .column-12 {
    width: calc(100%);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-9 {
    width: calc(75% - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-10 {
    width: calc((100% / 1.2) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-8 {
    width: calc((100% / 1.5) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-6 {
    width: calc((100% / 2) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-5 {
    width: calc((100% / 2.4) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-4 {
    width: calc((100% / 3) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-3 {
    width: calc((100% / 4) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form .column-2 {
    width: calc((100% / 6) - 15px);
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.nice-form label,
.genForm li label,
.genForm .date-only-field label,
.nice-form .date-only-field label,
.genForm .time-only-field label,
.nice-form .time-only-field label {
    transition: .3s;
    width: auto !important;
    z-index: 1;
    font-size: 12px;
    padding: 0;
    padding-left: 4px;
    float: none;
}

.nice-form label.upload-label {
    position: relative;
    left: 0;
    font-size: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.nice-form label.regular,
.genForm li label.regular {
    position: relative;
    width: 100% !important;
}

.nice-form label.right,
.nice-form .right label,
.genForm li label.right {
    position: relative;
    margin-left: 5px;
    top: auto;
    left: auto;
    float: none;
}

span.percent-field+input, span.percent-field-invoice-page+input, span.percent-field-invoice-page2+input {
    padding-left: 28px !important;
}

span.percent-field {
    position: absolute;
    bottom: 27px;
    left: 21px;
    color: darkgrey;
}

span.percent-field-invoice-page {
    position: absolute;
    bottom: 31px;
    left: 26px;
    color: darkgrey;
}

span.percent-field-invoice-page2 {
    position: absolute;
    bottom: 38px;
    left: 30px;
    color: darkgrey;
}

span.rate-field+input {
    padding-right: 28px !important;
}

span.rate-field {
    position: absolute;
    bottom: 27px;
    right: 21px;
    color: darkgrey;
}

span.rate-field-left+input {
    padding-right: 28px !important;
}

span.rate-field-left {
    position: absolute;
    top: 27px;
    left: 21px;
    color: darkgrey;
}

.date-time {
    display: flex;
    flex-wrap: wrap;
}

.date-time input,
.date-time select {
    text-align: center;
}

.nice-form .date-time label,
.genForm li .date-time label {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100% !important;
}

.date-time input:nth-of-type(1) {
    max-width: 70px !important;
    border-radius: 6px 0px 0px 6px !important;
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.date-time input:nth-of-type(2) {
    max-width: 70px !important;
    border-radius: 0px !important;
    border-left: none !important;
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.date-time input:nth-of-type(3) {
    border-radius: 0px !important;
    border-left: none !important;
    min-width: 64px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto !important;
}

.date-time select:nth-of-type(1) {
    border-radius: 0px !important;
    border-left: none !important;
    width: 80px !important;
}

.date-time select:nth-of-type(2) {
    border-radius: 0px 6px 6px 0px !important;
    border-left: none !important;
    width: 68px !important;
    max-width: 68px;
    flex-grow: 1;
    flex-shrink: 0;
}

.exp-date select:nth-of-type(1) {
    width: 80px;
    border-radius: 6px 0px 0px 6px;
    border-right: none;
}

.exp-date select:nth-of-type(2) {
    width: 80px;
    border-radius: 0px 6px 6px 0px;
}

.date-only-field,
.time-only-field {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.genForm .date-only-field label,
.nice-form .date-only-field label,
.genForm .time-only-field label,
.nice-form .time-only-field label {
    width: 100% !important;
    flex-grow: 1;
}

/*.date-only-field label, .time-only-field label {
    left: 63px !important;
}*/

.date-only-field input:nth-of-type(1) {
    max-width: 70px !important;
    border-radius: 6px 0px 0px 6px !important;
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.date-only-field input:nth-of-type(2) {
    max-width: 70px !important;
    border-radius: 0px !important;
    border-left: none !important;
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.date-only-field input:nth-of-type(3) {
    flex-grow: 1;
    border-radius: 0px 6px 6px 0px !important;
    border-left: none !important;
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.time-only-field select:nth-of-type(1) {
    width: 88px !important;
    border-radius: 6px 0px 0px 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.time-only-field select:nth-of-type(2) {
    border-radius: 0px 6px 6px 0px !important;
    border-left: none !important;
    width: 68px !important;
    flex-grow: 1;
    flex-shrink: 0;
}

/* END NICE FORM */

/* WIDGETS */
.widget {
    background: white;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid rgba(231,234,240,1);
    box-sizing: border-box;
}

.widget.shadow {
    box-shadow: 0px 10px 30px 0px #5c657926;
}

.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-header {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 10px;
    margin-bottom: 10px;
}

.widget-header select,
select.small {
    padding: 5px 10px;
    margin: 0;
    padding-right: 25px;
    width: 140px;
    margin-left: 10px;
}

.widget-header input {
    padding: 5px 10px !important;
    margin: 0 0 0 9px !important;
    width: 152px !important;
}

.widget-header>h2 {
    font-size: 16px;
}

/* END WIDGETS */

/* AF MODAL */
.af-modal-overlay,
.angular-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(58, 78, 44, 0.7);
    z-index: 120;
    display: none;
}

.af-modal,
.angular-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    min-height: 220px;
    background: white;
    z-index: 120;
    border-radius: 10px;
    box-shadow: 0px 4px 15px -5px #517d30;
    display: none;
    transition: max-width .3s;
}

.af-modal+canvas {
    z-index: 1111111 !important;
}

.af-modal-body,
.angular-modal-body {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.af-modal-header {
    padding: 20px 30px;
    display: flex;
    flex-grow: 1;
}

.header-buttons {
    margin-left: 30px;
    display: flex;
}

.add-to-header {
    display: none;
}

.header-buttons .nicebutton {
    margin-bottom: 0;
}

.pagehead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.af-modal .pagehead {
    margin-bottom: 30px;
}

.modal-form .pagehead .page-title {
    margin-bottom: 0;
}

.page-header {
    flex-grow: 1;
}

.af-modal-header h1 {
    padding: 0;
}

.af-modal .page-title {
    margin: 0;
    margin-bottom: 30px;
    flex-grow: 1;
}

.modal-form .page-title {
    margin-left: -30px;
}

.af-modal .page-title.center::before,
.af-modal .page-title.center::after {
    display: none;
}

.af-modal .page-title.center {
    display: block;
    text-align: center;
    font-size: 30px;
}

.af-modal-close,
.angular-modal-close {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: -10px;
    box-shadow: 0px 0px 0px 5px white, 5px -1px 6px 2px #588836;
    cursor: pointer;
}

.af-modal-close i,
.angular-modal-close i {
    color: white;
    font-size: 23px;
}

.af-modal-close a,
.angular-modal-close a {
    padding: 8px 4px;
    position: relative;
    display: block !important;
    margin: 0;
}

.af-modal-content {
    max-height: calc(100vh - 200px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;
}

.af-modal-buttons {
    display: flex;
    justify-content: center;
}

.af-modal-button {
    background: white;
    width: 130px;
    height: 110px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -2px #4d802957;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 15px 0px;
    padding-top: 10px;
    box-sizing: border-box;
}

.af-modal-button i {
    font-size: 40px;
    color: #77ad50;
    text-shadow: 0px 0px 5px #f08a2400;
}

.af-modal-button p {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
}

.af-modal-load {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.62);
    z-index: 1111;
}

.af-modal-load i {
    color: #bfd4af;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    transform-origin: 25px 23px;
    animation: rotateModalLoader .7s cubic-bezier(0.42, 0, 0.39, 1.5) infinite;
}



.af-modal-content::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

.af-modal-content::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 10px;
}

.af-modal-alert-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 78, 44, 0.7);
    z-index: 999;
}

.af-modal-alert {
    background: white;
    border-radius: 10px;
    padding: 30px;
    max-width: calc(100% - 30px);
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.alert-text {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.post {
    margin: 0px 20px 20px;
}

.post:not(:last-child) {
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.post-date {
    width: 100px;
    border-radius: 5px;
    border: 1px solid;
    height: 100px;
}

.post-date {
    width: 90px;
    border-radius: 5px;
    border: 1px solid;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 6px -1px #9c9c9c;
    font-size: 16px;
    height: auto;
    padding: 15px 0px;
}

.post-count {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: -7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f08a24;
    color: white;
    font-size: 12px;
}

.post-date span {
    font-size: 24px;
}

.parent-term {
    display: flex;
    width: 100%;
    align-items: center;
}

.parent-term i {
    margin-left: auto;
}

.parent-term input {
    margin-right: 6px !important;
}


@keyframes rotateModalLoader {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateMessageLoader {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes requiredStrobe {
    from {
        border-color: #f97e03;
    }

    to {
        border-color: #ffbb78;
    }
}

@keyframes validStrobe {
    from {
        border-color: #6ea041;
    }

    to {
        border-color: #8fc74b;
    }
}

@keyframes valueChange {
    0% {
        transform: perspective(200px) rotateX(0deg) scale(1);
    }

    33.33% {
        transform: perspective(200px) rotateX(90deg) scale(1);
    }

    66.66% {
        transform: perspective(200px) rotateX(0deg) scale(1.1);
    }

    100% {
        transform: perspective(200px) rotateX(0deg) scale(1);
    }

}

@keyframes aboutToClose {
    0% {
        color: inherit;
        transform: scale(1);
    }

    100% {
        color: #f08a24;
        transform: scale(1.1);
    }
}

/* INVOICE */
.invoice {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #5c657926;
    border: 1px solid rgba(231,234,240,1);
    background: white;
    margin-top: 30px;
}

.invoice:nth-child(1) {
    margin-top: 10px;
}

.invoice:last-of-type {
    margin-bottom: 30px;
}

.invoice a {
    text-decoration: none;
}

.invoice p {
    margin: 5px 0px;
}

.invoice th {
    font-size: 14px;
}

.invoice td {
    padding: 4px 5px;
}

.invoice tbody tr:nth-child(1) td {
    padding-top: 10px;
}

.invoice tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.invoice tbody tr:nth-child(even)>td:first-child {
    border-radius: 50px 0px 0px 50px;
}

.invoice tbody tr:nth-child(even)>td:last-child {
    border-radius: 0px 50px 50px 0px;
}

.invoice>div {
    box-sizing: border-box;
    padding: 20px;
}

.invoice>div:nth-child(2) {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    flex-grow: 1;
    flex-basis: 0;
}

.invoice>div:nth-child(3) {
    width: 57px;
    position: relative;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.invoice>div:nth-child(3) .iconbutton {
    margin-bottom: 16px;
}

.colorize.light {
    background: #f5f5f5;
}

.activate-helper {
    background: #fc570d;
    color: white;
    z-index: 1;
    position: fixed;
    right: 24px;
    bottom: 30px;
    font-size: 25px;
    width: 48px;
    height: 48px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
}
/* Backup styles for .activate-helper
    box-shadow: 0px 0px 11px -4px black;
 */

.activate-helper:hover {
    transform: scale(1.1);
}

.page-help-wrap {
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 13px 0px 10px 10px black;
    z-index: 1;
    box-sizing: border-box;
    transition: .5s ease;
    width: 420px;
}

.page-help-wrap.edit-help-page {
    width: 850px;
}

.help-footer {
    justify-content: space-evenly;
    margin: 20px auto 0;
    max-width: 320px;
}

/* MESSAGES */
.message {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    padding-left: 40px;
    font-weight: normal;
    position: relative;
    box-shadow: 0px 1px 5px -2px black;
    margin-top: 1px;
    border: 2px solid;
    background: white;
    font-size: 14px;
}

.message::before {
    font: var(--fa-font-solid);
    position: absolute;
    color: white;
    width: 33px;
    height: 33px;
    border-radius: 20px 0px 20px 20px;
    text-align: center;
    line-height: 37px;
    top: 50%;
    left: -17px;
    font-size: 18px;
    transform: translateY(-50%);
    background: white;
}

.af-modal-alert.message::before {
    display: none;
}

.af-modal-alert.message {
    border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 30px;
}

.message.success,
.message.SuccessMessage {
    border-color: #77ad50;
}

.message.success::before,
.message.SuccessMessage::before {
    content: '\f00c';
    background: #77ad50;
}

.message.error,
.message.Error {
    border-color: #f08a24;
}

.message.error::before,
.message.Error::before {
    content: '\f12a';
    background: #f08a24;
}

.message.notice,
.message.loading {
    border-color: #9e9e9e;
}

.message.notice::before,
.message.loading::before {
    content: '\f128';
    background: #9e9e9e;
}

.message.loading::before {
    content: '\f3f4';
    animation: rotateMessageLoader .7s cubic-bezier(0.42, 0, 0.39, 1.5) infinite;
}

.limit-lines-2 {
    position: relative;
    max-height: 34px;
    overflow-y: hidden;
    margin-top: 5px;
    transition: .3s;
}

.open .limit-lines-2 {
    max-height: 1000px;
}

.activity {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid green;
    margin-top: 20px;
    box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.6);
    display: none;
}

.submit-icon {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.loader {
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    right: -10px;
    background: #e8f1e3f2;
    z-index: 1;
    border-radius: 6px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.loader i {
    vertical-align: middle;
    margin-right: 10px;
    line-height: 75px;
    width: 70px;
    text-align: center;
    height: 70px;
}

/* FORM BUILDER */
.form-builder {
    display: flex;
}

.form-controls {
    flex-shrink: 0;
    width: 160px;
    position: sticky !important;
    top: 81px;
}

.form-controls .form-field:last-child {
    margin-bottom: 0px;
}

.custom-form,
.form-template {
    background: #f1f1f1;
    margin-right: 10px;
    border: 2px dashed #cccccc;
    border-radius: 5px;
    padding: 10px;
    flex-grow: 1;
}

.custom-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding-right: 0px;
    padding-bottom: 0px;
    /*font-size: 13px;*/
}

.form-template {
    margin-right: 0px;
    min-height: 150px;
    padding-right: 0;
    position: relative;
}

.cf-add-template-wrap {
    text-align: center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show-field {
    flex-grow: 1;
    width: 100%;
    background: white;
    box-sizing: border-box;
    margin-right: 10px;
    border: 2px solid #cccccc;
    margin-bottom: 10px;
    border-radius: 5px;
    align-self: flex-start;
}

.show-field.half {
    width: calc(50% - 14px);
}

.show-field i {
    color: #6ea041;
}

.show-field-header {
    padding: 5px 10px 5px 5px;
}

.pointer {
    cursor: pointer;
}

.show-field-header i:nth-child(1) {
    font-size: 20px;
    width: 40px;
    text-align: center;
    transition: .15s;
}

.show-field-header i:nth-child(2) {
    vertical-align: top;
    margin-right: 6px;
    font-size: 20px;
    width: 22px;
    border-left: 1px dashed #ccc;
    padding-left: 10px;
}

.show-field-header span {
    font-size: 12px;
    max-width: 540px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-field-options {
    border-top: 1px dashed #ccc;
    padding: 15px 20px;
    display: none;
}

.load-form-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 280px;
    overflow: hidden;
}

.form-field,
.form-control,
.load-form {
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
    background: white;
    position: relative;
}

.custom-form .form-field {
    width: 100%;
    margin-right: 10px;
    transition: width .3s;
}

.custom-form .form-field.half {
    width: calc(50% - 14px);
}

.form-control:last-child {
    margin-bottom: 0;
}

.form-control {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 5px;
}

.form-field .field-header,
.form-control {
    font-size: 15px;
    cursor: pointer;
}

.form-field .field-header i,
.form-control i {
    width: 22px;
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    color: #77ad50;
    vertical-align: text-bottom;
}

.load-form i {
    font-size: 22px;
    color: #77ad50;
}

.field-header {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 5px;
}

.form-fields .form-field .field-header i.delete,
.form-fields .form-field .toggle,
.form-field .field-data,
.form-field .field-title {
    display: none;
}

.load-form {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.load-form .load {
    margin-right: 10px;
}

.custom-form .form-field .field-header i.delete {
    margin-left: auto;
    font-size: 16px;
    color: #cccccc;
    width: auto;
    transition: .3s;
    border-left: 1px dashed #ccc;
    width: 20px;
    text-align: right;
    margin-right: 0;
    flex-shrink: 0;
}

.custom-form .form-field .field-header i.delete:hover {
    color: red;
}

.custom-form .form-field .field-title {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 285px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.form-field .field-type {
    width: 110px;
}

.custom-form .form-field .toggle {
    transition: .3s;
    width: 40px;
    margin: 0;
    flex-shrink: 0;
}

.form-builder .form-title {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 10px;
}

.custom-form .form-field .toggle+i {
    padding-left: 10px;
    border-left: 1px dashed #ccc;
}

.custom-form .form-field.toggled .toggle {
    transform: rotate(180deg);
}

.custom-form .field-data {
    padding: 20px;
    border-top: 1px dashed #ccc;
}

/*.custom-form label {
    padding: 0;
    width: auto;
    float: none;
}*/

.custom-form input {
    float: none;
}

.custom-form hr {
    border-top: 1px dashed #ccc;
    margin: 20px -20px;
    border-bottom: none;
}

.field-options {
    margin-top: 20px;
}

.field-option {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fbfbfb;
}

.field-option>div {
    width: 100%;
}

.field-option:last-child {
    margin-bottom: 0;
}

/*.field-option input {
    flex-grow: 1;
    margin-left: 10px;
}*/

.option-controls {
    align-self: center;
}

.option-controls i {
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}

.option-controls .add:hover {
    color: #6ea041;
}

.option-controls .delete-option:hover {
    color: red;
}

/* END FORM BUILDER *?

/* ITEM LOT ACTIVITY */
.close-lot-widget {
    position: absolute !important;
    top: -4px;
    right: -4px;
    background: white;
    padding: 3px;
}

/* END LOT ACTIVITY */

/* AUCTIONEER MODE */
.ac-mode {
    background: radial-gradient(circle closest-corner at center, #75b347, #214e1b);
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.move {
    transition: .5s cubic-bezier(0.78, -0.58, 0.74, 0.32);
    opacity: 0;
    transform: translate(100%, 100%) !important;
}

.ac-form {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
    margin: auto;
}

.ac-form #searchInput {
    background: transparent;
    background: rgb(75, 111, 50);
    border: none;
    border-radius: 100px;
    font-size: 40px;
    padding: 20px 90px 20px 40px;
    color: #c0daad;
    box-shadow: 0px 1px 9px -4px #a8e87d, 0px 30px 50px -10px rgba(66, 98, 44, 0.9), inset 0px 5px 10px -5px #2d5a26;
    transition: .3s;
    box-sizing: border-box;
    width: 100%;
}

.ac-form #searchInput[type=number]::-webkit-inner-spin-button,
.ac-form #searchInput[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ac-form #searchInput::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c0daad;
    opacity: .6;
}

.ac-form #searchInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #c0daad;
    opacity: .6;
}

.ac-form #searchInput:-ms-input-placeholder {
    /* IE 10+ */
    color: #c0daad;
    opacity: .6;
}

.ac-form #searchInput:-moz-placeholder {
    /* Firefox 18- */
    color: #c0daad;
    opacity: .6;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
}

.ac-form #searchInput:focus {
    box-shadow: 0px 1px 4px -2px #86d84f, 0px 20px 30px -20px rgba(66, 98, 44, 0.9), inset 0px 5px 10px -5px #385623;
}

.ac-form form {
    position: relative;
    margin: auto;
}

.ac-form form .go {
    background: transparent;
    border: none;
    border-radius: 100px;
    transition: .3s;
    position: absolute;
    right: 0px;
    min-width: 0;
    font-size: 75px;
    color: #8bc762;
    cursor: pointer;
    top: 9px;
}

.ac-form .title {
    text-align: center;
    font-size: 74px;
    margin: 0px 0 30px;
    padding: 0;
    color: #a5d482;
    letter-spacing: 2px;
    text-decoration: none;
}

.ac-footer {
    color: rgba(255, 255, 255, 0.5);
}

.ac-footer .login-social-links a {
    color: #88c160;
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}


.ac-form #statusText {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.ac-form .message {
    box-shadow: 0px 20px 30px -20px #2e5e22;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    font-size: 30px;
    padding-left: 53px;
    box-sizing: border-box;
}

.ac-form .message.success {
    background: #d8f7b6;
}

.ac-form .message::before {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.ac-footer>img {
    width: 100%;
    max-width: 278px;
    margin: auto;
    display: block;
    margin-bottom: 8px;
}

.list-row {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.custom-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.custom-icon.table {
    background: url('../images/icons/table.png') center bottom/cover no-repeat;
    filter: grayscale(1) contrast(0.5) brightness(1.35);
}

.custom-icon.table:after {
    content: "\f040";
    font-size: 15px;
    position: relative;
    top: 10px;
    text-shadow: -2px 0px 0px white, 0px 6px 0px white;
    left: 12px;
    font: var(--fa-font-solid);
}

@media (min-width: 1200px) {
    .ac-form .message {
        font-size: 67px;
    }
}

@media (max-width: 768px) {
    .ac-form #searchInput {
        font-size: 34px;
        padding: 16px 90px 16px 40px;
    }

    .ac-form form .go {
        top: 7px;
        font-size: 64px;
    }

    .ac-form .title {
        font-size: 4em;
    }

    .widget:last-child,
    .column-space.columns-3>*:last-child,
    .column-space.columns-4>*:last-child,
    .column-space.columns-2>*:last-child {
        margin-bottom: 0;
    }

    .widget,
    .column-space.columns-3>*,
    .column-space.columns-4>*,
    .column-space.columns-2>* {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 460px) {}

button.modalbutton {
    background: transparent;
    border: none;
    outline: none;
}

.circlebutton i {
    background: white;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px -3px grey;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-size: 21px;
    margin-bottom: 9px;
    transition: .3s;
}

.circlebutton {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #b7b7b7;
}

.circlebutton:active i {
    box-shadow: 0px 0px 0px 0px grey;
}

.nicebuttonstacked {
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
}

.nicebuttonstacked i {
    font-size: 30px;
    transform-origin: center center;
    color: #b7b7b7;
}

.nicebuttonstacked.animated label, .nicebuttonstacked.animated label {
    color: #f08a24;
}

.nicebuttonstacked.animated {
    animation: buttonAnimate .8s ease-in alternate infinite;
}

.nicebuttonstacked.animated i::before {
    animation: buttonIconAnimate 1.4s linear infinite;
    background: repeating-linear-gradient(200deg, #ff550c, #ffce3b, #ff550c 31px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modalbutton,
.nicebutton {
    display: inline-flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.nicebutton i.fal.fa-edit {
    margin-left: auto;
}

.modalbutton i,
.nicebutton i {
    font-size: 26px;
    transform-origin: center bottom;
    color: #b7b7b7;
    margin-left: auto;
    margin-right: auto;
}

.nicebutton i:nth-of-type() {
    height: 22px;
}

.nicebutton i.add {
    position: absolute;
    font-size: 16px;
    right: -3px;
}

.modalbutton span,
.nicebutton span {
    color: grey;
    font-size: 12px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 300;
}

.right .nicebutton {
    margin-left: 10px;
}

.left .nicebutton {
    margin-right: 10px;
}

.nicebutton.animated {
    animation: buttonAnimate .8s ease-in alternate infinite;
}

input.animated, select.animated {
    animation: inputAnimate .8s ease-in alternate infinite;
}

.nicebutton.animated span {
    color: #f08a24;
}

.nicebutton.animated i::before {
    animation: buttonIconAnimate 1.4s linear infinite;
    background: repeating-linear-gradient(200deg, #ff550c, #ffce3b, #ff550c 31px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button.nicebutton,
a.nicebutton {
    margin-top: 0px;
    margin-bottom: 12px;
    background: transparent;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.modalbutton.page-title-icon {
    margin-left: auto;
    position: absolute;
    right: 40px;
    background: white;
    z-index: 1;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
}


i.right-sidebar-toggle {
    margin-left: auto;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

a.right-sidebar-toggle {
    display: none;
}

.color-red,
.color-red.nicebutton i,
.color-red.nicebutton span {
    color: red !important;
}

.color-lightgreen,
a.color-lightgreen {
    color: #87d235;
}

.color-grey,
a.color-grey {
    color: #adadad;
}

.color-orange,
a.color-orange {
    color: #f08a24;
}

.fa-icon-picker {
    position: relative;
    height: 40px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    margin-top: 5px;
    margin-bottom: 14px;
    box-sizing: border-box;
    display: flex;
    padding: 11px 14px;
    color: #252723;
    font-size: 13.5px;
    font-weight: bold;
}

.fa-icon-picker i {
    font-size: 24px;
    margin-left: -5px;
    margin-top: -2px;
    margin-right: 10px;
}

#select-fa-icons {
    display: flex;
    flex-wrap: wrap;
}

#select-fa-icons a {
    width: 20%;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 1000px) {
    i.right-sidebar-toggle.has-sidebar {
        display: block;
        transition: .3s;
    }

    a.right-sidebar-toggle.has-sidebar {
        display: flex;
        transition: .3s;
    }

    i.right-sidebar-toggle.has-sidebar.open {
        color: #7bb138;
    }

    .right-sidebar {
        position: absolute !important;
        top: 83px !important;
        right: 30px !important;
        padding: 20px !important;
        background: white !important;
        z-index: 100;
        border-radius: 6px;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        max-height: 0;
        border: 1px solid #efefef !important;
        transform: translateY(-30px);
        overflow: hidden;
        box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 0.3);
    }

    .right-sidebar.open {
        max-height: 1200px;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transform: translateY(0px);
    }

    .mobile-order-switch {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile-order-switch>div:last-child {
        margin-left: 0 !important;
        position: static !important;
    }

    .show-for-large {
        display: none;
    }
}

.initStatus {
    font-weight: bold;
    width: 100%;
    text-align: center !important;
    color: white;
    position: absolute !important;
    margin-top: -20px;
    padding: 0px !important;
    display: table-cell;
    height: 0px;
    padding: 0px !important;
    border: none !important;
    position: absolute;
    bottom: 0;
    transition: all 0.2s;
}

.showStatusSuccess {
    transition: height 0.2s;
    background-color: green;
    height: 14px;
    padding: 3px !important;
    border: 1px solid #e2e2e2;    
}

.showStatusError {
    transition: height 0.2s;
    background-color: red;
    height: 14px;
    padding: 3px !important;
    border: 1px solid #e2e2e2; 
}

@media (max-height: 770px) {
    .site-nav {
        top: -15px;
        max-height: 100vh;
    }
}

.fire {
    font-size: 24px;
    filter: blur(0.02em);
    -webkit-filter: blur(0.02em);
    margin: 3em auto 0 auto;
    height: 280px;
    position: fixed;
    bottom: 20px;
    transition: 2s;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
}

.particle {
    animation: rise 1s ease-in infinite;
    background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
    border-radius: 50%;
    mix-blend-mode: screen;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 5em;
    height: 5em;
}

.particle:nth-of-type(1) {
    animation-delay: 0.1498164079s;
    left: calc((100% - 5em) * 0);
}

.particle:nth-of-type(2) {
    animation-delay: 0.4722823273s;
    left: calc((100% - 5em) * 0.02);
}

.particle:nth-of-type(3) {
    animation-delay: 0.9909951079s;
    left: calc((100% - 5em) * 0.04);
}

.particle:nth-of-type(4) {
    animation-delay: 0.9062798729s;
    left: calc((100% - 5em) * 0.06);
}

.particle:nth-of-type(5) {
    animation-delay: 0.9455417826s;
    left: calc((100% - 5em) * 0.08);
}

.particle:nth-of-type(6) {
    animation-delay: 0.1129676623s;
    left: calc((100% - 5em) * 0.1);
}

.particle:nth-of-type(7) {
    animation-delay: 0.5734997882s;
    left: calc((100% - 5em) * 0.12);
}

.particle:nth-of-type(8) {
    animation-delay: 0.0850364878s;
    left: calc((100% - 5em) * 0.14);
}

.particle:nth-of-type(9) {
    animation-delay: 0.1051359982s;
    left: calc((100% - 5em) * 0.16);
}

.particle:nth-of-type(10) {
    animation-delay: 0.8710238242s;
    left: calc((100% - 5em) * 0.18);
}

.particle:nth-of-type(11) {
    animation-delay: 0.3085772236s;
    left: calc((100% - 5em) * 0.2);
}

.particle:nth-of-type(12) {
    animation-delay: 0.8856820856s;
    left: calc((100% - 5em) * 0.22);
}

.particle:nth-of-type(13) {
    animation-delay: 0.5635252828s;
    left: calc((100% - 5em) * 0.24);
}

.particle:nth-of-type(14) {
    animation-delay: 0.6159552396s;
    left: calc((100% - 5em) * 0.26);
}

.particle:nth-of-type(15) {
    animation-delay: 0.5613088525s;
    left: calc((100% - 5em) * 0.28);
}

.particle:nth-of-type(16) {
    animation-delay: 0.2144188854s;
    left: calc((100% - 5em) * 0.3);
}

.particle:nth-of-type(17) {
    animation-delay: 0.5345754234s;
    left: calc((100% - 5em) * 0.32);
}

.particle:nth-of-type(18) {
    animation-delay: 0.784477765s;
    left: calc((100% - 5em) * 0.34);
}

.particle:nth-of-type(19) {
    animation-delay: 0.1397541228s;
    left: calc((100% - 5em) * 0.36);
}

.particle:nth-of-type(20) {
    animation-delay: 0.7306798297s;
    left: calc((100% - 5em) * 0.38);
}

.particle:nth-of-type(21) {
    animation-delay: 0.2367157719s;
    left: calc((100% - 5em) * 0.4);
}

.particle:nth-of-type(22) {
    animation-delay: 0.2361322913s;
    left: calc((100% - 5em) * 0.42);
}

.particle:nth-of-type(23) {
    animation-delay: 0.6442484235s;
    left: calc((100% - 5em) * 0.44);
}

.particle:nth-of-type(24) {
    animation-delay: 0.8536035242s;
    left: calc((100% - 5em) * 0.46);
}

.particle:nth-of-type(25) {
    animation-delay: 0.5167630129s;
    left: calc((100% - 5em) * 0.48);
}

.particle:nth-of-type(26) {
    animation-delay: 0.2774894515s;
    left: calc((100% - 5em) * 0.5);
}

.particle:nth-of-type(27) {
    animation-delay: 0.8768908855s;
    left: calc((100% - 5em) * 0.52);
}

.particle:nth-of-type(28) {
    animation-delay: 0.4064216439s;
    left: calc((100% - 5em) * 0.54);
}

.particle:nth-of-type(29) {
    animation-delay: 0.0940972072s;
    left: calc((100% - 5em) * 0.56);
}

.particle:nth-of-type(30) {
    animation-delay: 0.8448773478s;
    left: calc((100% - 5em) * 0.58);
}

.particle:nth-of-type(31) {
    animation-delay: 0.5586399839s;
    left: calc((100% - 5em) * 0.6);
}

.particle:nth-of-type(32) {
    animation-delay: 0.2919384749s;
    left: calc((100% - 5em) * 0.62);
}

.particle:nth-of-type(33) {
    animation-delay: 0.3283461046s;
    left: calc((100% - 5em) * 0.64);
}

.particle:nth-of-type(34) {
    animation-delay: 0.2886167582s;
    left: calc((100% - 5em) * 0.66);
}

.particle:nth-of-type(35) {
    animation-delay: 0.2260732171s;
    left: calc((100% - 5em) * 0.68);
}

.particle:nth-of-type(36) {
    animation-delay: 0.2625439611s;
    left: calc((100% - 5em) * 0.7);
}

.particle:nth-of-type(37) {
    animation-delay: 0.2295967331s;
    left: calc((100% - 5em) * 0.72);
}

.particle:nth-of-type(38) {
    animation-delay: 0.7365778747s;
    left: calc((100% - 5em) * 0.74);
}

.particle:nth-of-type(39) {
    animation-delay: 0.862068697s;
    left: calc((100% - 5em) * 0.76);
}

.particle:nth-of-type(40) {
    animation-delay: 0.1215112556s;
    left: calc((100% - 5em) * 0.78);
}

.particle:nth-of-type(41) {
    animation-delay: 0.3845257191s;
    left: calc((100% - 5em) * 0.8);
}

.particle:nth-of-type(42) {
    animation-delay: 0.992452436s;
    left: calc((100% - 5em) * 0.82);
}

.particle:nth-of-type(43) {
    animation-delay: 0.4735584596s;
    left: calc((100% - 5em) * 0.84);
}

.particle:nth-of-type(44) {
    animation-delay: 0.9031525352s;
    left: calc((100% - 5em) * 0.86);
}

.particle:nth-of-type(45) {
    animation-delay: 0.3906533753s;
    left: calc((100% - 5em) * 0.88);
}

.particle:nth-of-type(46) {
    animation-delay: 0.4148892742s;
    left: calc((100% - 5em) * 0.9);
}

.particle:nth-of-type(47) {
    animation-delay: 0.7266712935s;
    left: calc((100% - 5em) * 0.92);
}

.particle:nth-of-type(48) {
    animation-delay: 0.8332201242s;
    left: calc((100% - 5em) * 0.94);
}

.particle:nth-of-type(49) {
    animation-delay: 0.9801122857s;
    left: calc((100% - 5em) * 0.96);
}

.particle:nth-of-type(50) {
    animation-delay: 0.3679845621s;
    left: calc((100% - 5em) * 0.98);
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(0) scale(1);
    }

    25% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translateY(-10em) scale(0);
    }
}

.animateSubmit {
    animation: animateButton 1s ease-in infinite alternate;
}

@keyframes animateButton {
    from {
        background: #6ea041;
    }

    50% {
        transform: rotate(-1deg) scale(1.01);
        background: #609c2a;
    }

    to {
        background: #77c134;
        transform: rotate(1deg) scale(1.06);
    }
}

@keyframes buttonAnimate {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }
}

@keyframes inputAnimate {
    from {
        border-color: #F74A00;
        box-shadow: 0px 0px 0px 1px #ffba83;
    }

    to {
        border-color: #ffb071;
    }
}

@keyframes buttonIconAnimate {
    from {
        background-position-y: 0px;
    }

    to {
        background-position-y: 31px;
    }
}

span.magic {
    display: block !important;
    position: absolute;
    width: 5px;
    height: 5px;
    opacity: 1;
    background: #8769e2;
    border-radius: 50%;
    top: 45%;
    left: 50%;
    animation: magic 1.2s ease-in infinite;
    z-index: 0;
}

.magic-button.active span.magic,
.magic-button:hover span.magic {
    animation-name: magicHover;
}

span.magic:nth-of-type(1) {
    left: calc(50% - 4px);
    animation-delay: 0s;
}

span.magic:nth-of-type(2) {
    left: calc(50% + 1px);
    animation-delay: .6s;
}

span.magic:nth-of-type(3) {
    left: calc(50% - 10px);
    animation-delay: .33s;
}

span.magic:nth-of-type(4) {
    left: calc(50% - 2px);
    animation-delay: .8s;
}

span.magic:nth-of-type(5) {
    left: calc(50%);
    animation-delay: .03s;
}

span.magic:nth-of-type(6) {
    left: calc(50% - 2px);
    animation-delay: .2s;
}

.magic-button i {
    clip-path: polygon(0 6px, 0 100%, 100% 100%, 100% 6px);
    position: relative;
    z-index: 1;
}

.active span.magic:nth-of-type(1),
.magic-button:hover span.magic:nth-of-type(1) {
    background: #ffbc00;
}

.active span.magic:nth-of-type(2),
.magic-button:hover span.magic:nth-of-type(2) {
    background: #189e00;
}

.active span.magic:nth-of-type(3),
.magic-button:hover span.magic:nth-of-type(3) {
    background: #0095ff;
}

.active span.magic:nth-of-type(4),
.magic-button:hover span.magic:nth-of-type(4) {
    background: red;
}

.active span.magic:nth-of-type(5),
.magic-button:hover span.magic:nth-of-type(5) {
    background: #deec00;
}

.active span.magic:nth-of-type(6),
.magic-button:hover span.magic:nth-of-type(6) {
    background: #3a80ff;
}

@keyframes magic {
    from {
        opacity: 0;
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: .6;
    }

    to {
        opacity: 0;
        transform: translateY(-40px) scale(.4);
    }
}

@keyframes magicHover {
    from {
        opacity: 0;
        transform: translateY(0px) scale(.8);
    }

    25% {
        opacity: .6;
    }

    to {
        opacity: 0;
        transform: translateY(-40px) scale(1.5);
    }
}

@keyframes magicGlow {
    from {
        box-shadow: 0px 0px 11px -2px #ffdd42;
    }

    65% {
        box-shadow: 0px 0px 18px -2px #ffbe71;
    }

    to {
        box-shadow: 0px 0px 11px -2px #ffdd42;
    }
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.show-for-print {
    display: none;
}
/*for Zoho chat adjustment*/
.zsiq_floatmain {
    display: inline-block !important;
    position: fixed !important;
    bottom: 115px !important;
    right: 28px !important;
}