.mob-field {
    position: relative;
    z-index: 2;
    display: block;
    border: 0 !important;
    margin: 0 !important;
    padding: 0px 18px !important;
    min-height: 63px;
    width: 100%;
}

.mob-field .hr {
    transition: width 0.4s ease;
    z-index: 4;
    border-bottom: 1px solid #d9d9d9 !important;
    width: 0%;
    position: absolute;
    bottom: 0px
}
.mob-field.red {
    background-color: rgba(221, 86, 82, 0.15);
}

.mob-field.red textarea, .mob-field.red input {
    color: #DD5652 !important;
    border-color: #DD5652 !important
}

.mob-field.red i {
    color: #DD5652 !important
}

.mob-field.red .hr {
    color: #DD5652 !important
}

.mob-field.red label {
    color: #DD5652 !important
}

.mob-field textarea {
    padding: 38px 0 0 27px !important
}

.mob-field input {
    padding: 32px 0 0 27px !important
}

/* region Option Control: Check Field */
.mob-field.check-field {
    margin-bottom: 7px !important;
}

.mob-field.check-field label.item-checkbox {
    margin-left: 0 !important;
    padding: 5px 0 6px 38px;
    border-width: 0 0 1px 0;
    width: 91%;
}

.mob-field.check-field label.item-checkbox .checkbox-circle {
    inset: 24px 0 0 0;
    padding: 0;
}
/* endregion */

.mob-field-guest {
    padding: 32px 24px 0 27px;
    overflow: hidden;
    font-size: 18px;
    font-weight: var(--font-weight-semibold, 600);
    height: 63px;
    line-height: 2;
    border-bottom: 1px solid #d9d9d9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-field .fake-input,
.mob-field textarea,
.mob-field input {
    position: absolute !important;
    z-index: 2 !important;
    width: calc(100% - 36px) !important;
    height: 63px !important;
    resize: none;
    overflow: hidden !important;
    margin: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid #d9d9d9 !important;
    bottom: 0px !important;
    border-radius: 0 !important;
    color: transparent !important;
    background-color: transparent !important;
    font-size: 18px !important;
    font-weight: var(--font-weight-semibold, 600) !important;
    line-height: normal !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    transition: color 1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mob-field textarea.filled, .mob-field input.filled {
    color: #505455 !important
}

.mob-field textarea:focus + .hr, .mob-field input:focus + .hr {
    border-bottom: 2px solid #019bb3 !important;
    width: calc(100% - 36px);
}

.mob-field textarea:hover, .mob-field textarea:focus, .mob-field input:hover, .mob-field input:focus {
    border: 0;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    background: transparent
}

.mob-field .mob-field-icon {
    position: absolute;
    top: 40px;
    left: 18px;
    color: #999;
    font-size: 20px;
    line-height: 11px
}

.mob-field .mob-menu-value {
    position: absolute;
    bottom: 10px;
    right: 36px;
    font-size: 18px;
    display: none;
    color: #019bb3
}

.mob-field .mob-action-icon {
    position: absolute;
    bottom: 9px;
    right: 18px;
    color: #999;
    font-size: 36px;
    line-height: 23px
}

.mob-field label {
    position: absolute;
    z-index: 1 !important;
    top: 36px !important;
    margin-left: 27px !important;
    font-size: 17px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    text-align: left;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: translateY(0px) translateX(0px) scale(1);
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
    opacity: 1;
    color: #999
}

.mob-field label.required ::after {
    content: " *";
    color: #DD5652 !important;
    font-weight: var(--font-weight-bold, 700)
}

.mob-field label.selected {
    transform: translateY(-20px) translateX(-27px) scale(.71);
    -webkit-transform: translateY(-20px) translateX(-27px) scale(.71);
    opacity: 1;
    color: #019bb3
}

.mob-field label.selected.animation {
    animation: upAnimation 0.8s
}

@keyframes upAnimation {
    0% {
        transform: translateY(0px) translateX(0px) scale(1);
        -webkit-transform: translateY(0px) translateX(0px) scale(1);
        opacity: 1;
        color: #999
    }
    20% {
        -webkit-transform: translateY(-5px) translateX(0px) scale(1);
        transform: translateY(-5px) translateX(0px) scale(1);
        opacity: 0;
        color: #999
    }
    21% {
        -webkit-transform: translateY(-18px) translateX(-27px) scale(.71);
        transform: translateY(-18px) translateX(-27px) scale(.71);
        opacity: 0;
        color: #019bb3
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-27px) scale(.71);
        transform: translateY(-20px) translateX(-27px) scale(.71);
        opacity: 1;
        color: #019bb3
    }
}

.mob-field label.deselected {
    -webkit-transform: translateY(0px) translateX(0px) scale(1);
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 1;
    color: #999
}

.mob-field label.deselected.animation {
    color: #999;
    animation: downAnimation 0.8s
}

@keyframes downAnimation {
    0% {
        -webkit-transform: translateY(-20px) translateX(-27px) scale(.71);
        transform: translateY(-20px) translateX(-27px) scale(.71);
        opacity: 1;
        color: #999
    }
    50% {
        -webkit-transform: translateY(-18px) translateX(-27px) scale(.71);
        transform: translateY(-18px) translateX(-27px) scale(.71);
        opacity: 0;
        color: #999
    }
    51% {
        -webkit-transform: translateY(-5px) translateX(0px) scale(1);
        transform: translateY(-5px) translateX(0px) scale(1);
        opacity: 0;
        color: #999
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) scale(1);
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 1;
        color: #999
    }
}

.mob-field label.filled {
    -webkit-transform: translateY(-20px) translateX(-27px) scale(.71);
    transform: translateY(-20px) translateX(-27px) scale(.71);
    opacity: 1
}

.mob-field label.filled.animation {
    animation: fillAnimation 0.5s
}

@keyframes fillAnimation {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) scale(1);
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(-5px) translateX(0px) scale(1);
        transform: translateY(-5px) translateX(0px) scale(1);
        opacity: 0
    }
    51% {
        -webkit-transform: translateY(-18px) translateX(-27px) scale(.71);
        transform: translateY(-18px) translateX(-27px) scale(.71);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-27px) scale(.71);
        transform: translateY(-20px) translateX(-27px) scale(.71);
        opacity: 1
    }
}

.mob-field .input-number-wrapper {
    display: flex;
    height: 63px;
    right: 0;
    position: absolute;
    z-index: 3
}

.mob-field .input-number-wrapper input {
    border-bottom: 0 !important;
    position: relative !important
}

.mob-field .input-number-wrapper i {
    width: 50px;
    height: 61px;
    padding-top: 30px;
    text-align: center;
    background-color: white;
    font-size: 18px;
    color: #999
}

.mob-field .status {
    position: absolute;
    font-weight: var(--font-weight-medium, 500);
    line-height: 15px
}

.mob-field .status.red {
    color: #DB7D78
}

.mob-field .status.orange {
    color: #DE9D48
}

.mob-field .status.yellow {
    color: #D9C136
}

.mob-field .status.lightgreen {
    color: #8FBF67
}

.mob-field .status.green {
    color: #6BC087
}

.mob-field .status.turquoise {
    color: #62B1D6
}

.mob-field .status.blue {
    color: #3EA5FD
}

.mob-field .status.purple {
    color: #9070EA
}

.mob-field .status.pink {
    color: #E386E6
}

.mob-field .status.gray {
    color: #A6A6A6
}

.mob-field .lbl-status {
    bottom: 0px;
    right: 0px;
    margin-right: 0px;
    position: absolute;
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1
}

.mob-field .lbl-status.status-on {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    opacity: 1
}

.mob-field .lbl-status.status-off {
    -webkit-transform: translatex(-30px);
    transform: translatex(-30px);
    opacity: 0
}

.mob-field .fa.fa-angle-right.mob-action-icon {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease
}

.mob-field .fa.fa-angle-right.mob-action-icon.status-off {
    -webkit-transform: translatex(30px);
    transform: translatex(30px);
    opacity: 0
}

.mob-field .fa.fa-angle-right.mob-action-icon.status-on {
    -webkit-transform: translatex(0px);
    transform: translatex(0px);
    opacity: 1
}

.mob-field.half {
    display: flex;
    justify-content: space-between
}

.mob-field.half .half-wrapper {
    position: relative;
    width: calc(50% - 9px);
    height: 63px
}

.mob-field.half .half-wrapper input {
    width: 100% !important;
    position: relative !important
}

.mob-field.half .half-wrapper label {
    position: absolute;
    left: 0px
}

.mob-field .hr-toggle {
    border-bottom: 1px solid #d9d9d9 !important;
    width: 100%;
    position: absolute;
    bottom: 0px
}

.mob-field .toggle {
    right: 0px;
    bottom: 4px !important
}

.mob-field .toggle .handle {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15) !important
}

.mob-float-button {
    border: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    background: transparent;
    width: 68px;
    height: 68px;
    background-color: #019bb3;
    color: white;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px !important;
    text-align: center;
    font-size: 18px !important;
    padding-top: 1px;
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.24), 0 0 12px 0 rgba(0, 0, 0, 0.12) !important
}

.mob-plus-handle {
    width: 12px;
    height: 12px;
    margin: 9px;
    position: relative
}

.mob-plus-handle .horizontal {
    width: 100%;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: calc(50% - 1px);
    right: 0px
}

.mob-plus-handle .vertical {
    height: 100%;
    width: 2px;
    background-color: #999;
    position: absolute;
    left: calc(50% - 1px)
}

.mob-plus-handle.closed {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.mob-plus-handle.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.mob-status-btn {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mob-status-btn.single {
    font-size: 21px
}

.mob-status-btn.single button {
    width: 100%
}

.mob-status-btn.single span {
    margin-left: 9px;
    float: left
}

.mob-status-btn.linear span {
    margin-left: 0px;
    float: none
}

.mob-status-btn.double {
    font-size: 21px
}

.mob-status-btn.double button {
    width: calc(50% - 0.5px)
}

.mob-status-btn.triple {
    font-size: 21px
}

.mob-status-btn.triple button {
    width: calc(33.33333% - 0.666666px)
}

.mob-status-btn button {
    font-size: 21px;
    font-weight: var(--font-weight-semibold, 600);
    outline: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    border: 0px !important;
    height: calc(100% - 2px);
    display: block !important
}

.mob-status-btn button.status-btn span {
    color: white;
    height: 100%;
    line-height: 54px;
    display: block
}

.mob-status-btn button.status-btn.red {
    background-color: #DB7D78
}

.mob-status-btn button.status-btn.red:active {
    background-color: #d66a64
}

.mob-status-btn button.status-btn.red:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.orange {
    background-color: #DE9D48
}

.mob-status-btn button.status-btn.orange:active {
    background-color: #da9132
}

.mob-status-btn button.status-btn.orange:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.yellow {
    background-color: #D9C136
}

.mob-status-btn button.status-btn.yellow:active {
    background-color: #ceb627
}

.mob-status-btn button.status-btn.yellow:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.lightgreen {
    background-color: #8FBF67
}

.mob-status-btn button.status-btn.lightgreen:active {
    background-color: #82b755
}

.mob-status-btn button.status-btn.lightgreen:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.green {
    background-color: #6BC087
}

.mob-status-btn button.status-btn.green:active {
    background-color: #59b878
}

.mob-status-btn button.status-btn.green:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.turquoise {
    background-color: #62B1D6
}

.mob-status-btn button.status-btn.turquoise:active {
    background-color: #4ea7d1
}

.mob-status-btn button.status-btn.turquoise:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.blue {
    background-color: #3EA5FD
}

.mob-status-btn button.status-btn.blue:active {
    background-color: #2599fd
}

.mob-status-btn button.status-btn.blue:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.purple {
    background-color: #9070EA
}

.mob-status-btn button.status-btn.purple:active {
    background-color: #7f5ae7
}

.mob-status-btn button.status-btn.purple:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.pink {
    background-color: #E386E6
}

.mob-status-btn button.status-btn.pink:active {
    background-color: #de71e2
}

.mob-status-btn button.status-btn.pink:active span {
    margin-top: 1px
}

.mob-status-btn button.status-btn.gray {
    background-color: #A6A6A6
}

.mob-status-btn button.status-btn.gray:active {
    background-color: #999
}

.mob-status-btn button.status-btn.gray:active span {
    margin-top: 1px
}

.mob-status-btn button i {
    float: right;
    font-size: 35px;
    height: 54px;
    line-height: 54px;
    color: white;
    margin-right: 9px
}

.mob-action-btn {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #505455
}

.mob-action-btn .status-btn {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #f5f6f7;
    border: solid 1px #d9d9d9;
    line-height: 54px;
    color: #505455;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px !important
}

.mob-action-btn .status-btn span {
    font-size: 21px;
    font-weight: var(--font-weight-semibold, 600);
    height: 100%;
    display: block
}

.mob-action-btn .status-btn:active {
    background-color: #e7e9ec
}

.mob-action-btn .status-btn:active span {
    margin-top: 1px
}

.mob-action-btn.double .status-btn {
    width: calc(50% - 0.5px)
}

.mob-action-btn.triple .status-btn {
    width: calc(33.33333% - 0.666666px)
}

.mob-subheader-wrapper {
    width: 100%;
    height: 45px
}

.mob-subheader-wrapper.time-toggle {
    border-top: 1px solid #d9d9d9;
    font-size: 16px
}

.mob-subheader-wrapper.time-toggle.noAnimation .spanWrapper {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle.noAnimation .hr.selected {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle.noAnimation .hr.deselected {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle.noAnimation .head-time-field.selected {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle.noAnimation .head-time-field.deselected {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle.noAnimation span {
    animation-duration: 0s !important;
    transition: transform 0s !important
}

.mob-subheader-wrapper.time-toggle button.right {
    position: absolute;
    right: 0px;
    width: 90px;
    height: 45px;
    z-index: 2;
    margin: -1px 0 0 0;
    border: 0;
    padding: 0px;
    background: transparent
}

.mob-subheader-wrapper.time-toggle button.left {
    position: absolute;
    left: 0px;
    width: calc(100% - 88px);
    height: 45px;
    z-index: 2;
    border: 0;
    padding: 0px;
    background: transparent
}

.mob-subheader-wrapper.time-toggle .time-toggle-order {
    position: absolute;
    height: 45px;
    line-height: 45px;
    left: 9px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: opacity;
    opacity: 1;
    color: #019bb3
}

.mob-subheader-wrapper.time-toggle .time-toggle-order.filterAnimation {
    animation: filterAnimation 1.2s;
    opacity: 1
}

@keyframes filterAnimation {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px)
    }
    65% {
        opacity: 0;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.mob-subheader-wrapper.time-toggle .time-toggle-order.selected {
    transition: transform, 500ms;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.mob-subheader-wrapper.time-toggle .time-toggle-order.deselected {
    transition: transform, 500ms;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.mob-subheader-wrapper.time-toggle .hr {
    height: 44px;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute
}

.mob-subheader-wrapper.time-toggle .hr.selected {
    animation: hrSelcted 1.2s;
    left: -1px;
    opacity: 0
}

@keyframes hrSelcted {
    0% {
        left: calc(100% - 88px);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    100% {
        left: -1px;
        opacity: 0
    }
}

.mob-subheader-wrapper.time-toggle .hr.deselected {
    animation: hrdeSelcted 1.2s;
    left: calc(100% - 88px)
}

@keyframes hrdeSelcted {
    0% {
        left: 100%
    }
    25% {
        left: 100%
    }
    100% {
        left: calc(100% - 88px)
    }
}

.mob-subheader-wrapper.time-toggle .switch-toggle {
    width: 35px;
    height: 44px;
    cursor: pointer;
    float: left;
}

.mob-subheader-wrapper.time-toggle .fa.fa-long-arrow-down.time-toggle-order{
    left:15px
}
.mob-subheader-wrapper.time-toggle .fa.fa-long-arrow-up.time-toggle-order{
    left:15px
}

.mob-subheader-wrapper.time-toggle .head-time-field {
    margin: 0px;
    border: 0px;
    padding: 0 0 0 0px;
    background-color: transparent;
    position: absolute;
    display: block;
    white-space: nowrap;
    height: 44px
}

.mob-subheader-wrapper.time-toggle .head-time-field:active {
    color: black
}

.mob-subheader-wrapper.time-toggle .head-time-field .spanWrapper {
    position: absolute;
    white-space: nowrap !important;
    height: 100%;
    line-height: 45px
}

.mob-subheader-wrapper.time-toggle .head-time-field .spanWrapper span {
    height: 100%
}

.mob-subheader-wrapper.time-toggle .head-time-field.selected {
    left: 0px;
    width: calc(100% - 88px);
    margin-left: 27px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    color: #505455;
    animation: btnSelected 1.2s
}

@keyframes btnSelected {
    0% {
        left: calc(100% - 88px);
        width: 90px;
        margin-left: 0px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        left: 0px;
        width: calc(100% - 88px);
        margin-left: 27px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.mob-subheader-wrapper.time-toggle .head-time-field.selected .spanWrapper {
    transition: transform, 1.2s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mob-subheader-wrapper.time-toggle .head-time-field.selected .spanWrapper .extra_info {
    display: inline;
    position: absolute;
    opacity: 1;
    animation: monthSelected 1.2s
}

@keyframes monthSelected {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mob-subheader-wrapper.time-toggle .head-time-field.deselected {
    width: 90px;
    left: calc(100% - 88px);
    margin-left: 0px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    animation: btnDeselected1 .4s, btnDeselected2 .96s .4s;
    color: #999;
    transition: color 1.2s;
    opacity: 1
}

@keyframes btnDeselected1 {
    0% {
        left: 0px;
        width: calc(100% - 88px);
        margin-left: 54px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        left: -90px;
        width: 90px;
        margin-left: 54px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 0
    }
}

@keyframes btnDeselected2 {
    0% {
        margin-left: 0px;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    70% {
        margin-left: 0px;
        opacity: 1
    }
    100% {
        margin-left: 0px;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        opacity: 1;
    }
}

.mob-subheader-wrapper.time-toggle .head-time-field.deselected .spanWrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@keyframes wrapperDeselect {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mob-subheader-wrapper.time-toggle .head-time-field.deselected .spanWrapper .extra_info {
    display: inline;
    position: absolute;
    opacity: 0;
    animation: monthDeselected 1.2s
}

@keyframes monthDeselected {
    0% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.lbl-status {
    height: 22px;
    line-height: 18px;
    width: 72px;
    font-family: "Lato", sans-serif !important;
    font-weight: var(--font-weight-normal, normal) !important;
    font-size: 13px !important;
    color: #505455;
    margin: 9px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    background-color: transparent;
    outline: none
}

.lbl-status.red {
    border: solid 2px #DB7D78;
    color: #DB7D78
}

.lbl-status.orange {
    border: solid 2px #DE9D48;
    color: #DE9D48
}

.lbl-status.yellow {
    border: solid 2px #D9C136;
    color: #D9C136
}

.lbl-status.lightgreen {
    border: solid 2px #8FBF67;
    color: #8FBF67
}

.lbl-status.green {
    border: solid 2px #6BC087;
    color: #6BC087
}

.lbl-status.turquoise {
    border: solid 2px #62B1D6;
    color: #62B1D6
}

.lbl-status.blue {
    border: solid 2px #3EA5FD;
    color: #3EA5FD
}

.lbl-status.purple {
    border: solid 2px #9070EA;
    color: #9070EA
}

.lbl-status.pink {
    border: solid 2px #E386E6;
    color: #E386E6
}

.lbl-status.gray {
    border: solid 2px #A6A6A6;
    color: #A6A6A6
}

.lbl-filter {
    height: 22px;
    line-height: 20px;
    min-width: 27px;
    font-family: "Lato", sans-serif !important;
    font-weight: var(--font-weight-normal, normal) !important;
    font-size: 13px !important;
    color: #505455;
    display: inline-block;
    border-radius: 4px;
    min-width: 27px;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 9px
}

.lbl-filter div {
    display: inline-block !important
}

.lbl-filter i {
    height: 22px;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    margin-left: 9px
}

.lbl-filter i:hover {
    color: #505455
}

.lbl-filter .filter-value {
    font-weight: var(--font-weight-bolder, bolder)
}

.lbl-filter.regular {
    background-color: #fff;
    border: solid 1px #000
}

.lbl-filter.blue {
    color: #019bb3;
    border: solid 1px #019bb3
}

.lbl-filter.brown {
    color: #965825;
    border: solid 1px #965825
}

.lbl-filter.red {
    color: #DD5652;
    border: solid 1px #DD5652
}

.lbl-filter.hide-info {
    color: #DD5652;
    border: solid 1px #d9dde0;
    background-color: #f5f6f7
}

.lbl-filter.show-info {
    color: #019bb3;
    border: solid 1px #d9dde0;
    background-color: #f5f6f7
}

.lbl-type {
    height: 18px;
    line-height: 18px;
    min-width: 63px;
    font-family: "Lato", sans-serif !important;
    font-weight: var(--font-weight-bold, bold) !important;
    font-size: 12px !important;
    color: #fff;
    border-radius: 2px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 9px;
    margin-top: 9px;
    display: inline-block
}

.lbl-type.brown {
    background-color: #960;
    border: solid 1px #320
}

.lbl-type.orange {
    background-color: #f96;
    border: solid 1px #f50
}

.lbl-type.yellow {
    background-color: #F8B100;
    border: solid 1px #926800
}

.lbl-type.green {
    background-color: #9c3;
    border: solid 1px #5c7a1f
}

.lbl-type.turquoise {
    background-color: #3cf;
    border: solid 1px #09c
}

.lbl-type.blue {
    background-color: #69f;
    border: solid 1px #05f
}

.lbl-type.darkblue {
    background-color: #36c;
    border: solid 1px #1f3d7a
}

.lbl-type.darkpurple {
    background-color: #96c;
    border: solid 1px #639
}

.lbl-type.purple {
    background-color: #c6f;
    border: solid 1px #a0f
}

.lbl-type.pink {
    background-color: #f3c;
    border: solid 1px #c09
}

