﻿.pd-16 {
    padding: 16px;
}

.pd-32 {
    padding: 32px;
}

.breadcrumb .bread-back {
    background-color: var(--bs-link-primary-hover-color) !important;
    color: var(--bs-white) !important;
    padding: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 100% !important;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 1;
    font-size: 0.9rem !important;
}

.btn-circle-md {
    width: 40px;
    height: 40px;
    line-height: 1.428571429;
    font-size: 1.1rem !important;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 1;
    font-size: 1.1rem !important;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 1;
    font-size: 1.3rem !important;
}

.modal-dialog-centered {
    -webkit-transform: translate(0,-50%) !important;
    -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
    top: 50% !important;
    margin: 0 auto;
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

a.text-primary:hover {
    color: var(--bs-link-primary-hover-color) !important
}

a.text-primary:focus {
    color: var(--bs-link-primary-focus-color) !important
}

a.text-secondary:hover {
    color: var(--bs-link-secondary-hover-color) !important
}

a.text-secondary:focus {
    color: var(--bs-link-secondary-focus-color) !important
}

a.text-success:hover {
    color: var(--bs-link-success-hover-color) !important
}

a.text-success:focus {
    color: var(--bs-link-success-focus-color) !important
}

a.text-info:hover {
    color: var(--bs-link-info-hover-color) !important
}

a.text-info:focus {
    color: var(--bs-link-info-focus-color) !important
}

a.text-warning:hover {
    color: var(--bs-link-warning-hover-color) !important
}

a.text-warning:focus {
    color: var(--bs-link-warning-focus-color) !important
}

a.text-danger:hover {
    color: var(--bs-link-danger-hover-color) !important
}

a.text-danger:focus {
    color: var(--bs-link-danger-focus-color) !important
}

a.text-light:hover {
    color: var(--bs-link-light-hover-color) !important
}

a.text-light:focus {
    color: var(--bs-link-light-focus-color) !important
}

a.text-dark:hover {
    color: var(--bs-link-dark-hover-color) !important
}

a.text-dark:focus {
    color: var(--bs-link-dark-focus-color) !important
}

.text-muted {
    color: rgba(var(--bs-muted-rgb),var(--bs-muted-opacity)) !important
}

.ov-h {
    overflow: hidden !important
}

.ov-a {
    overflow: auto !important
}

.ov-s {
    overflow: scroll !important
}

.ovY-h {
    overflow-y: hidden !important
}

.ovX-h {
    overflow-x: hidden !important
}

.ovY-a {
    overflow-y: auto !important
}

.ovX-a {
    overflow-x: auto !important
}

.ovY-s {
    overflow-y: scroll !important
}

.ovX-s {
    overflow-x: scroll !important
}


.fl-l {
    float: left !important
}

.fl-r {
    float: right !important
}

.fl-n {
    float: none !important
}

.pos-s {
    position: static !important
}

.pos-st {
    position: -webkit-sticky !important;
    position: sticky !important
}

.pos-r {
    position: relative !important
}

.pos-a {
    position: absolute !important
}

.pos-f {
    position: fixed !important
}

.list-c {
    list-style-type: circle
}

.list-s {
    list-style-type: square
}

.list-u {
    list-style-type: upper-roman
}

.list-l {
    list-style-type: lower-alpha
}


.mB-1 {
    margin-bottom: 1px !important
}

.mL-1 {
    margin-left: 1px !important
}

.mY-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

.mX-1 {
    margin-left: 1px !important;
    margin-right: 1px !important
}

.m-2 {
    margin: 2px !important
}

.mT-2 {
    margin-top: 2px !important
}

.mR-2 {
    margin-right: 2px !important
}

.mB-2 {
    margin-bottom: 2px !important
}

.mL-2 {
    margin-left: 2px !important
}

.mY-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.mX-2 {
    margin-left: 2px !important;
    margin-right: 2px !important
}

.m-3 {
    margin: 3px !important
}

.mT-3 {
    margin-top: 3px !important
}

.mR-3 {
    margin-right: 3px !important
}

.mB-3 {
    margin-bottom: 3px !important
}

.mL-3 {
    margin-left: 3px !important
}

.mY-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.mX-3 {
    margin-left: 3px !important;
    margin-right: 3px !important
}

.mT-4 {
    margin-top: 4px !important
}

.mR-4 {
    margin-right: 4px !important
}

.mB-4 {
    margin-bottom: 4px !important
}

.mL-4 {
    margin-left: 4px !important
}

.mY-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.mX-4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.m-5 {
    margin: 5px !important
}

.mT-5 {
    margin-top: 5px !important
}

.mR-5 {
    margin-right: 5px !important
}

.mB-5 {
    margin-bottom: 5px !important
}

.mL-5 {
    margin-left: 5px !important
}

.mY-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mX-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}


.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}



.m-20 {
    margin: 20px !important
}


.m-25 {
    margin: 25px !important
}



.m-30 {
    margin: 30px !important
}

.mT-30 {
    margin-top: 30px !important
}

.mR-30 {
    margin-right: 30px !important
}

.mB-30 {
    margin-bottom: 30px !important
}

.mL-30 {
    margin-left: 30px !important
}

.mY-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.mX-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}


.m-50 {
    margin: 50px !important
}

.mT-50 {
    margin-top: 50px !important
}

.mR-50 {
    margin-right: 50px !important
}

.mB-50 {
    margin-bottom: 50px !important
}

.mL-50 {
    margin-left: 50px !important
}

.mY-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.mX-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}


.m-60 {
    margin: 60px !important
}

.mT-60 {
    margin-top: 60px !important
}

.mR-60 {
    margin-right: 60px !important
}

.mB-60 {
    margin-bottom: 60px !important
}

.mL-60 {
    margin-left: 60px !important
}

.mY-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.mX-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}


.m-100 {
    margin: 100px !important
}

.mT-100 {
    margin-top: 100px !important
}

.mR-100 {
    margin-right: 100px !important
}

.mB-100 {
    margin-bottom: 100px !important
}

.mL-100 {
    margin-left: 100px !important
}

.mY-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.mX-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.m-a {
    margin: auto !important
}

.cur-na {
    cursor: not-allowed
}

.cur-p {
    cursor: pointer
}

.cur-a {
    cursor: auto
}

.p-30 {
    padding: 30px !important
}

.pR-30 {
    padding-right: 30px !important
}

.pB-30 {
    padding-bottom: 30px !important
}

.pL-30 {
    padding-left: 30px !important
}

.pY-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.pX-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.p-40 {
    padding: 40px !important
}

.pT-40 {
    padding-top: 40px !important
}

.pR-40 {
    padding-right: 40px !important
}

.pB-40 {
    padding-bottom: 40px !important
}

.pL-40 {
    padding-left: 40px !important
}

.pY-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pX-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.p-50 {
    padding: 50px !important
}

.pT-50 {
    padding-top: 50px !important
}

.pR-50 {
    padding-right: 50px !important
}

.pB-50 {
    padding-bottom: 50px !important
}

.pL-50 {
    padding-left: 50px !important
}

.pY-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.pX-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.p-60 {
    padding: 60px !important
}

.pT-60 {
    padding-top: 60px !important
}

.pR-60 {
    padding-right: 60px !important
}

.pB-60 {
    padding-bottom: 60px !important
}

.pL-60 {
    padding-left: 60px !important
}

.pY-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.pX-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.p-80 {
    padding: 80px !important
}

.pT-80 {
    padding-top: 80px !important
}

.pR-80 {
    padding-right: 80px !important
}

.pB-80 {
    padding-bottom: 80px !important
}

.pL-80 {
    padding-left: 80px !important
}

.pY-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pX-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.p-100 {
    padding: 100px !important
}

.pT-100 {
    padding-top: 100px !important
}

.pR-100 {
    padding-right: 100px !important
}

.pB-100 {
    padding-bottom: 100px !important
}

.pL-100 {
    padding-left: 100px !important
}

.pY-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.pX-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.p-150 {
    padding: 150px !important
}

.pT-150 {
    padding-top: 150px !important
}

.pR-150 {
    padding-right: 150px !important
}

.pB-150 {
    padding-bottom: 150px !important
}

.pL-150 {
    padding-left: 150px !important
}

.pY-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
}

.pX-150 {
    padding-left: 150px !important;
    padding-right: 150px !important
}

.t-0 {
    top: 0
}

.r-0 {
    right: 0
}

.b-0 {
    bottom: 0
}

.l-0 {
    left: 0
}

.t-5 {
    top: 5px
}

.r-5 {
    right: 5px
}

.b-5 {
    bottom: 5px
}

.l-5 {
    left: 5px
}

.t-10 {
    top: 10px
}

.r-10 {
    right: 10px
}

.b-10 {
    bottom: 10px
}

.l-10 {
    left: 10px
}

.t-20 {
    top: 20px
}

.r-20 {
    right: 20px
}

.b-20 {
    bottom: 20px
}

.l-20 {
    left: 20px
}

.t-30 {
    top: 30px
}

.r-30 {
    right: 30px
}

.b-30 {
    bottom: 30px
}

.l-30 {
    left: 30px
}

.t-50 {
    top: 50px
}

.r-50 {
    right: 50px
}

.b-50 {
    bottom: 50px
}

.l-50 {
    left: 50px
}

.t-100 {
    top: 100px
}

.r-100 {
    right: 100px
}

.b-100 {
    bottom: 100px
}

.l-100 {
    left: 100px
}

.t-150 {
    top: 150px
}

.r-150 {
    right: 150px
}

.b-150 {
    bottom: 150px
}

.l-150 {
    left: 150px
}

.t-50p {
    top: 50%
}

.r-50p {
    right: 50%
}

.b-50p {
    bottom: 50%
}

.l-50p {
    left: 50%
}

.w-0 {
    width: 0
}

.w-10p {
    width: 10%
}

.w-20p {
    width: 20%
}

.w-30p {
    width: 30%
}

.w-40p {
    width: 40%
}

.w-50p {
    width: 50%
}

.w-60p {
    width: 60%
}

.w-70p {
    width: 70%
}

.w-80p {
    width: 80%
}

.w-90p {
    width: 90%
}

.w-100p {
    width: 100%
}

.w-a {
    width: auto
}

.h-0 {
    height: 0
}

.h-auto {
    height: auto
}

.h-100p {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.mw-100p {
    max-width: 100%
}

.mh-100p {
    max-height: 100%
}

.tt-n {
    text-transform: none !important
}

.tt-u {
    text-transform: uppercase !important
}

.tt-l {
    text-transform: lowercase !important
}

.tt-c {
    text-transform: capitalize !important
}

.fs-i {
    font-style: italic !important
}

.fs-o {
    font-style: oblique !important
}

.td-n {
    text-decoration: none !important
}

.td-o {
    text-decoration: overline !important
}

.td-lt {
    text-decoration: line-through !important
}

.td-u {
    text-decoration: underline !important
}

.whs-nw {
    white-space: nowrap !important
}

.whs-p {
    white-space: pre !important
}

.whs-n {
    white-space: normal !important
}

.fsz-xs {
    font-size: 12px !important;
    font-size: .75rem !important
}

.fsz-sm {
    font-size: 13.92px !important;
    font-size: .87rem !important
}

.fsz-def {
    font-size: 16px !important;
    font-size: 1rem !important
}

.fsz-md {
    font-size: 18.4px !important;
    font-size: 1.6rem !important
}

.fsz-lg {
    font-size: 22.4px !important;
    font-size: 1.4rem !important
}

.fsz-xl {
    font-size: 27.2px !important;
    font-size: 1.7rem !important
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.lh-0 {
    line-height: 0 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-3\/2 {
    line-height: 1.5 !important
}

.bd {
    border: 1px solid rgba(0,0,0,.0625) !important
}

.bdT {
    border-top: 1px solid rgba(0,0,0,.0625) !important
}

.bdR {
    border-right: 1px solid rgba(0,0,0,.0625) !important
}

.bdB {
    border-bottom: 1px solid rgba(0,0,0,.0625) !important
}

.bdL {
    border-left: 1px solid rgba(0,0,0,.0625) !important
}

.bdw-0 {
    border-width: 0 !important
}

.bdwT-0 {
    border-top-width: 0 !important
}

.bdwR-0 {
    border-right-width: 0 !important
}

.bdwB-0 {
    border-bottom-width: 0 !important
}

.bdwL-0 {
    border-left-width: 0 !important
}

.bdw-1 {
    border-width: 1px !important
}

.bdwT-1 {
    border-top-width: 1px !important
}

.bdwR-1 {
    border-right-width: 1px !important
}

.bdwB-1 {
    border-bottom-width: 1px !important
}

.bdwL-1 {
    border-left-width: 1px !important
}

.bdw-2 {
    border-width: 2px !important
}

.bdwT-2 {
    border-top-width: 2px !important
}

.bdwR-2 {
    border-right-width: 2px !important
}

.bdwB-2 {
    border-bottom-width: 2px !important
}

.bdwL-2 {
    border-left-width: 2px !important
}

.bdw-3 {
    border-width: 3px !important
}

.bdwT-3 {
    border-top-width: 3px !important
}

.bdwR-3 {
    border-right-width: 3px !important
}

.bdwB-3 {
    border-bottom-width: 3px !important
}

.bdwL-3 {
    border-left-width: 3px !important
}

.bdw-4 {
    border-width: 4px !important
}

.bdwT-4 {
    border-top-width: 4px !important
}

.bdwR-4 {
    border-right-width: 4px !important
}

.bdwB-4 {
    border-bottom-width: 4px !important
}

.bdwL-4 {
    border-left-width: 4px !important
}

.bdw-5 {
    border-width: 5px !important
}

.bdwT-5 {
    border-top-width: 5px !important
}

.bdwR-5 {
    border-right-width: 5px !important
}

.bdwB-5 {
    border-bottom-width: 5px !important
}

.bdwL-5 {
    border-left-width: 5px !important
}

.bdrs-0 {
    border-radius: 0 !important
}

.bdrsT-0 {
    border-top-left-radius: 0 !important
}

.bdrsR-0, .bdrsT-0 {
    border-top-right-radius: 0 !important
}

.bdrsB-0, .bdrsR-0 {
    border-bottom-right-radius: 0 !important
}

.bdrsB-0, .bdrsL-0 {
    border-bottom-left-radius: 0 !important
}

.bdrsL-0 {
    border-top-left-radius: 0 !important
}

.bdrs-1 {
    border-radius: 1px !important
}

.bdrsT-1 {
    border-top-left-radius: 1px !important
}

.bdrsR-1, .bdrsT-1 {
    border-top-right-radius: 1px !important
}

.bdrsB-1, .bdrsR-1 {
    border-bottom-right-radius: 1px !important
}

.bdrsB-1, .bdrsL-1 {
    border-bottom-left-radius: 1px !important
}

.bdrsL-1 {
    border-top-left-radius: 1px !important
}

.bdrs-2 {
    border-radius: 2px !important
}

.bdrsT-2 {
    border-top-left-radius: 2px !important
}

.bdrsR-2, .bdrsT-2 {
    border-top-right-radius: 2px !important
}

.bdrsB-2, .bdrsR-2 {
    border-bottom-right-radius: 2px !important
}

.bdrsB-2, .bdrsL-2 {
    border-bottom-left-radius: 2px !important
}

.bdrsL-2 {
    border-top-left-radius: 2px !important
}

.bdrs-3 {
    border-radius: 3px !important
}

.bdrsT-3 {
    border-top-left-radius: 3px !important
}

.bdrsR-3, .bdrsT-3 {
    border-top-right-radius: 3px !important
}

.bdrsB-3, .bdrsR-3 {
    border-bottom-right-radius: 3px !important
}

.bdrsB-3, .bdrsL-3 {
    border-bottom-left-radius: 3px !important
}

.bdrsL-3 {
    border-top-left-radius: 3px !important
}

.bdrs-4 {
    border-radius: 4px !important
}

.bdrsT-4 {
    border-top-left-radius: 4px !important
}

.bdrsR-4, .bdrsT-4 {
    border-top-right-radius: 4px !important
}

.bdrsB-4, .bdrsR-4 {
    border-bottom-right-radius: 4px !important
}

.bdrsB-4, .bdrsL-4 {
    border-bottom-left-radius: 4px !important
}

.bdrsL-4 {
    border-top-left-radius: 4px !important
}

.bdrs-50p {
    border-radius: 50% !important
}

.bdrs-10em {
    border-radius: 10em !important
}

.bds-n {
    border-style: none !important
}

.bds-s {
    border-style: solid !important
}

.bds-dt {
    border-style: dotted !important
}

.bds-ds {
    border-style: dashed !important
}

.bds-db {
    border-style: double !important
}

.bds-g {
    border-style: groove !important
}

.bds-r {
    border-style: ridge !important
}

.bds-i {
    border-style: inset !important
}

.bds-o {
    border-style: outset !important
}

.no-after:after, .no-before:before {
    display: none !important
}

.c-white, .cH-white:hover {
    color: #fff !important
}

.bgc-white, .bgcH-white:hover {
    background-color: #fff !important
}

.bdc-white, .bdcH-white:hover {
    border-color: #fff !important
}

.fill-white, .fillH-white:hover {
    fill: #fff !important
}

.str-white, .strH-white:hover {
    stroke: #fff !important
}

.c-red-50, .cH-red-50:hover {
    color: #ffebee !important
}

.bgc-red-50, .bgcH-red-50:hover {
    background-color: #ffebee !important
}

.bdc-red-50, .bdcH-red-50:hover {
    border-color: #ffebee !important
}

.fill-red-50, .fillH-red-50:hover {
    fill: #ffebee !important
}

.str-red-50, .strH-red-50:hover {
    stroke: #ffebee !important
}

.c-red-100, .cH-red-100:hover {
    color: #ffcdd2 !important
}

.bgc-red-100, .bgcH-red-100:hover {
    background-color: #ffcdd2 !important
}

.bdc-red-100, .bdcH-red-100:hover {
    border-color: #ffcdd2 !important
}

.fill-red-100, .fillH-red-100:hover {
    fill: #ffcdd2 !important
}

.str-red-100, .strH-red-100:hover {
    stroke: #ffcdd2 !important
}

.c-red-200, .cH-red-200:hover {
    color: #ef9a9a !important
}

.bgc-red-200, .bgcH-red-200:hover {
    background-color: #ef9a9a !important
}

.bdc-red-200, .bdcH-red-200:hover {
    border-color: #ef9a9a !important
}

.fill-red-200, .fillH-red-200:hover {
    fill: #ef9a9a !important
}

.str-red-200, .strH-red-200:hover {
    stroke: #ef9a9a !important
}

.c-red-300, .cH-red-300:hover {
    color: #e57373 !important
}

.bgc-red-300, .bgcH-red-300:hover {
    background-color: #e57373 !important
}

.bdc-red-300, .bdcH-red-300:hover {
    border-color: #e57373 !important
}

.fill-red-300, .fillH-red-300:hover {
    fill: #e57373 !important
}

.str-red-300, .strH-red-300:hover {
    stroke: #e57373 !important
}

.c-red-400, .cH-red-400:hover {
    color: #ef5350 !important
}

.bgc-red-400, .bgcH-red-400:hover {
    background-color: #ef5350 !important
}

.bdc-red-400, .bdcH-red-400:hover {
    border-color: #ef5350 !important
}

.fill-red-400, .fillH-red-400:hover {
    fill: #ef5350 !important
}

.str-red-400, .strH-red-400:hover {
    stroke: #ef5350 !important
}

.c-red-500, .cH-red-500:hover {
    color: #f44336 !important
}

.bgc-red-500, .bgcH-red-500:hover {
    background-color: #f44336 !important
}

.bdc-red-500, .bdcH-red-500:hover {
    border-color: #f44336 !important
}

.fill-red-500, .fillH-red-500:hover {
    fill: #f44336 !important
}

.str-red-500, .strH-red-500:hover {
    stroke: #f44336 !important
}

.c-red-600, .cH-red-600:hover {
    color: #e53935 !important
}

.bgc-red-600, .bgcH-red-600:hover {
    background-color: #e53935 !important
}

.bdc-red-600, .bdcH-red-600:hover {
    border-color: #e53935 !important
}

.fill-red-600, .fillH-red-600:hover {
    fill: #e53935 !important
}

.str-red-600, .strH-red-600:hover {
    stroke: #e53935 !important
}

.c-red-700, .cH-red-700:hover {
    color: #d32f2f !important
}

.bgc-red-700, .bgcH-red-700:hover {
    background-color: #d32f2f !important
}

.bdc-red-700, .bdcH-red-700:hover {
    border-color: #d32f2f !important
}

.fill-red-700, .fillH-red-700:hover {
    fill: #d32f2f !important
}

.str-red-700, .strH-red-700:hover {
    stroke: #d32f2f !important
}

.c-red-800, .cH-red-800:hover {
    color: #c62828 !important
}

.bgc-red-800, .bgcH-red-800:hover {
    background-color: #c62828 !important
}

.bdc-red-800, .bdcH-red-800:hover {
    border-color: #c62828 !important
}

.fill-red-800, .fillH-red-800:hover {
    fill: #c62828 !important
}

.str-red-800, .strH-red-800:hover {
    stroke: #c62828 !important
}

.c-red-900, .cH-red-900:hover {
    color: #b71c1c !important
}

.bgc-red-900, .bgcH-red-900:hover {
    background-color: #b71c1c !important
}

.bdc-red-900, .bdcH-red-900:hover {
    border-color: #b71c1c !important
}

.fill-red-900, .fillH-red-900:hover {
    fill: #b71c1c !important
}

.str-red-900, .strH-red-900:hover {
    stroke: #b71c1c !important
}

.c-red-a100, .cH-red-a100:hover {
    color: #ff8a80 !important
}

.bgc-red-a100, .bgcH-red-a100:hover {
    background-color: #ff8a80 !important
}

.bdc-red-a100, .bdcH-red-a100:hover {
    border-color: #ff8a80 !important
}

.fill-red-a100, .fillH-red-a100:hover {
    fill: #ff8a80 !important
}

.str-red-a100, .strH-red-a100:hover {
    stroke: #ff8a80 !important
}

.c-red-a200, .cH-red-a200:hover {
    color: #ff5252 !important
}

.bgc-red-a200, .bgcH-red-a200:hover {
    background-color: #ff5252 !important
}

.bdc-red-a200, .bdcH-red-a200:hover {
    border-color: #ff5252 !important
}

.fill-red-a200, .fillH-red-a200:hover {
    fill: #ff5252 !important
}

.str-red-a200, .strH-red-a200:hover {
    stroke: #ff5252 !important
}

.c-red-a400, .cH-red-a400:hover {
    color: #ff1744 !important
}

.bgc-red-a400, .bgcH-red-a400:hover {
    background-color: #ff1744 !important
}

.bdc-red-a400, .bdcH-red-a400:hover {
    border-color: #ff1744 !important
}

.fill-red-a400, .fillH-red-a400:hover {
    fill: #ff1744 !important
}

.str-red-a400, .strH-red-a400:hover {
    stroke: #ff1744 !important
}

.c-red-a700, .cH-red-a700:hover {
    color: #d50000 !important
}

.bgc-red-a700, .bgcH-red-a700:hover {
    background-color: #d50000 !important
}

.bdc-red-a700, .bdcH-red-a700:hover {
    border-color: #d50000 !important
}

.fill-red-a700, .fillH-red-a700:hover {
    fill: #d50000 !important
}

.str-red-a700, .strH-red-a700:hover {
    stroke: #d50000 !important
}

.c-pink-50, .cH-pink-50:hover {
    color: #fce4ec !important
}

.bgc-pink-50, .bgcH-pink-50:hover {
    background-color: #fce4ec !important
}

.bdc-pink-50, .bdcH-pink-50:hover {
    border-color: #fce4ec !important
}

.fill-pink-50, .fillH-pink-50:hover {
    fill: #fce4ec !important
}

.str-pink-50, .strH-pink-50:hover {
    stroke: #fce4ec !important
}

.c-pink-100, .cH-pink-100:hover {
    color: #f8bbd0 !important
}

.bgc-pink-100, .bgcH-pink-100:hover {
    background-color: #f8bbd0 !important
}

.bdc-pink-100, .bdcH-pink-100:hover {
    border-color: #f8bbd0 !important
}

.fill-pink-100, .fillH-pink-100:hover {
    fill: #f8bbd0 !important
}

.str-pink-100, .strH-pink-100:hover {
    stroke: #f8bbd0 !important
}

.c-pink-200, .cH-pink-200:hover {
    color: #f48fb1 !important
}

.bgc-pink-200, .bgcH-pink-200:hover {
    background-color: #f48fb1 !important
}

.bdc-pink-200, .bdcH-pink-200:hover {
    border-color: #f48fb1 !important
}

.fill-pink-200, .fillH-pink-200:hover {
    fill: #f48fb1 !important
}

.str-pink-200, .strH-pink-200:hover {
    stroke: #f48fb1 !important
}

.c-pink-300, .cH-pink-300:hover {
    color: #f06292 !important
}

.bgc-pink-300, .bgcH-pink-300:hover {
    background-color: #f06292 !important
}

.bdc-pink-300, .bdcH-pink-300:hover {
    border-color: #f06292 !important
}

.fill-pink-300, .fillH-pink-300:hover {
    fill: #f06292 !important
}

.str-pink-300, .strH-pink-300:hover {
    stroke: #f06292 !important
}

.c-pink-400, .cH-pink-400:hover {
    color: #ec407a !important
}

.bgc-pink-400, .bgcH-pink-400:hover {
    background-color: #ec407a !important
}

.bdc-pink-400, .bdcH-pink-400:hover {
    border-color: #ec407a !important
}

.fill-pink-400, .fillH-pink-400:hover {
    fill: #ec407a !important
}

.str-pink-400, .strH-pink-400:hover {
    stroke: #ec407a !important
}

.c-pink-500, .cH-pink-500:hover {
    color: #e91e63 !important
}

.bgc-pink-500, .bgcH-pink-500:hover {
    background-color: #e91e63 !important
}

.bdc-pink-500, .bdcH-pink-500:hover {
    border-color: #e91e63 !important
}

.fill-pink-500, .fillH-pink-500:hover {
    fill: #e91e63 !important
}

.str-pink-500, .strH-pink-500:hover {
    stroke: #e91e63 !important
}

.c-pink-600, .cH-pink-600:hover {
    color: #d81b60 !important
}

.bgc-pink-600, .bgcH-pink-600:hover {
    background-color: #d81b60 !important
}

.bdc-pink-600, .bdcH-pink-600:hover {
    border-color: #d81b60 !important
}

.fill-pink-600, .fillH-pink-600:hover {
    fill: #d81b60 !important
}

.str-pink-600, .strH-pink-600:hover {
    stroke: #d81b60 !important
}

.c-pink-700, .cH-pink-700:hover {
    color: #c2185b !important
}

.bgc-pink-700, .bgcH-pink-700:hover {
    background-color: #c2185b !important
}

.bdc-pink-700, .bdcH-pink-700:hover {
    border-color: #c2185b !important
}

.fill-pink-700, .fillH-pink-700:hover {
    fill: #c2185b !important
}

.str-pink-700, .strH-pink-700:hover {
    stroke: #c2185b !important
}

.c-pink-800, .cH-pink-800:hover {
    color: #ad1457 !important
}

.bgc-pink-800, .bgcH-pink-800:hover {
    background-color: #ad1457 !important
}

.bdc-pink-800, .bdcH-pink-800:hover {
    border-color: #ad1457 !important
}

.fill-pink-800, .fillH-pink-800:hover {
    fill: #ad1457 !important
}

.str-pink-800, .strH-pink-800:hover {
    stroke: #ad1457 !important
}

.c-pink-900, .cH-pink-900:hover {
    color: #880e4f !important
}

.bgc-pink-900, .bgcH-pink-900:hover {
    background-color: #880e4f !important
}

.bdc-pink-900, .bdcH-pink-900:hover {
    border-color: #880e4f !important
}

.fill-pink-900, .fillH-pink-900:hover {
    fill: #880e4f !important
}

.str-pink-900, .strH-pink-900:hover {
    stroke: #880e4f !important
}

.c-pink-a100, .cH-pink-a100:hover {
    color: #ff80ab !important
}

.bgc-pink-a100, .bgcH-pink-a100:hover {
    background-color: #ff80ab !important
}

.bdc-pink-a100, .bdcH-pink-a100:hover {
    border-color: #ff80ab !important
}

.fill-pink-a100, .fillH-pink-a100:hover {
    fill: #ff80ab !important
}

.str-pink-a100, .strH-pink-a100:hover {
    stroke: #ff80ab !important
}

.c-pink-a200, .cH-pink-a200:hover {
    color: #ff4081 !important
}

.bgc-pink-a200, .bgcH-pink-a200:hover {
    background-color: #ff4081 !important
}

.bdc-pink-a200, .bdcH-pink-a200:hover {
    border-color: #ff4081 !important
}

.fill-pink-a200, .fillH-pink-a200:hover {
    fill: #ff4081 !important
}

.str-pink-a200, .strH-pink-a200:hover {
    stroke: #ff4081 !important
}

.c-pink-a400, .cH-pink-a400:hover {
    color: #f50057 !important
}

.bgc-pink-a400, .bgcH-pink-a400:hover {
    background-color: #f50057 !important
}

.bdc-pink-a400, .bdcH-pink-a400:hover {
    border-color: #f50057 !important
}

.fill-pink-a400, .fillH-pink-a400:hover {
    fill: #f50057 !important
}

.str-pink-a400, .strH-pink-a400:hover {
    stroke: #f50057 !important
}

.c-pink-a700, .cH-pink-a700:hover {
    color: #c51162 !important
}

.bgc-pink-a700, .bgcH-pink-a700:hover {
    background-color: #c51162 !important
}

.bdc-pink-a700, .bdcH-pink-a700:hover {
    border-color: #c51162 !important
}

.fill-pink-a700, .fillH-pink-a700:hover {
    fill: #c51162 !important
}

.str-pink-a700, .strH-pink-a700:hover {
    stroke: #c51162 !important
}

.c-purple-50, .cH-purple-50:hover {
    color: #f3e5f5 !important
}

.bgc-purple-50, .bgcH-purple-50:hover {
    background-color: #f3e5f5 !important
}

.bdc-purple-50, .bdcH-purple-50:hover {
    border-color: #f3e5f5 !important
}

.fill-purple-50, .fillH-purple-50:hover {
    fill: #f3e5f5 !important
}

.str-purple-50, .strH-purple-50:hover {
    stroke: #f3e5f5 !important
}

.c-purple-100, .cH-purple-100:hover {
    color: #e1bee7 !important
}

.bgc-purple-100, .bgcH-purple-100:hover {
    background-color: #e1bee7 !important
}

.bdc-purple-100, .bdcH-purple-100:hover {
    border-color: #e1bee7 !important
}

.fill-purple-100, .fillH-purple-100:hover {
    fill: #e1bee7 !important
}

.str-purple-100, .strH-purple-100:hover {
    stroke: #e1bee7 !important
}

.c-purple-200, .cH-purple-200:hover {
    color: #ce93d8 !important
}

.bgc-purple-200, .bgcH-purple-200:hover {
    background-color: #ce93d8 !important
}

.bdc-purple-200, .bdcH-purple-200:hover {
    border-color: #ce93d8 !important
}

.fill-purple-200, .fillH-purple-200:hover {
    fill: #ce93d8 !important
}

.str-purple-200, .strH-purple-200:hover {
    stroke: #ce93d8 !important
}

.c-purple-300, .cH-purple-300:hover {
    color: #ba68c8 !important
}

.bgc-purple-300, .bgcH-purple-300:hover {
    background-color: #ba68c8 !important
}

.bdc-purple-300, .bdcH-purple-300:hover {
    border-color: #ba68c8 !important
}

.fill-purple-300, .fillH-purple-300:hover {
    fill: #ba68c8 !important
}

.str-purple-300, .strH-purple-300:hover {
    stroke: #ba68c8 !important
}

.c-purple-400, .cH-purple-400:hover {
    color: #ab47bc !important
}

.bgc-purple-400, .bgcH-purple-400:hover {
    background-color: #ab47bc !important
}

.bdc-purple-400, .bdcH-purple-400:hover {
    border-color: #ab47bc !important
}

.fill-purple-400, .fillH-purple-400:hover {
    fill: #ab47bc !important
}

.str-purple-400, .strH-purple-400:hover {
    stroke: #ab47bc !important
}

.c-purple-500, .cH-purple-500:hover {
    color: #9c27b0 !important
}

.bgc-purple-500, .bgcH-purple-500:hover {
    background-color: #9c27b0 !important
}

.bdc-purple-500, .bdcH-purple-500:hover {
    border-color: #9c27b0 !important
}

.fill-purple-500, .fillH-purple-500:hover {
    fill: #9c27b0 !important
}

.str-purple-500, .strH-purple-500:hover {
    stroke: #9c27b0 !important
}

.c-purple-600, .cH-purple-600:hover {
    color: #8e24aa !important
}

.bgc-purple-600, .bgcH-purple-600:hover {
    background-color: #8e24aa !important
}

.bdc-purple-600, .bdcH-purple-600:hover {
    border-color: #8e24aa !important
}

.fill-purple-600, .fillH-purple-600:hover {
    fill: #8e24aa !important
}

.str-purple-600, .strH-purple-600:hover {
    stroke: #8e24aa !important
}

.c-purple-700, .cH-purple-700:hover {
    color: #7b1fa2 !important
}

.bgc-purple-700, .bgcH-purple-700:hover {
    background-color: #7b1fa2 !important
}

.bdc-purple-700, .bdcH-purple-700:hover {
    border-color: #7b1fa2 !important
}

.fill-purple-700, .fillH-purple-700:hover {
    fill: #7b1fa2 !important
}

.str-purple-700, .strH-purple-700:hover {
    stroke: #7b1fa2 !important
}

.c-purple-800, .cH-purple-800:hover {
    color: #6a1b9a !important
}

.bgc-purple-800, .bgcH-purple-800:hover {
    background-color: #6a1b9a !important
}

.bdc-purple-800, .bdcH-purple-800:hover {
    border-color: #6a1b9a !important
}

.fill-purple-800, .fillH-purple-800:hover {
    fill: #6a1b9a !important
}

.str-purple-800, .strH-purple-800:hover {
    stroke: #6a1b9a !important
}

.c-purple-900, .cH-purple-900:hover {
    color: #4a148c !important
}

.bgc-purple-900, .bgcH-purple-900:hover {
    background-color: #4a148c !important
}

.bdc-purple-900, .bdcH-purple-900:hover {
    border-color: #4a148c !important
}

.fill-purple-900, .fillH-purple-900:hover {
    fill: #4a148c !important
}

.str-purple-900, .strH-purple-900:hover {
    stroke: #4a148c !important
}

.c-purple-a100, .cH-purple-a100:hover {
    color: #ea80fc !important
}

.bgc-purple-a100, .bgcH-purple-a100:hover {
    background-color: #ea80fc !important
}

.bdc-purple-a100, .bdcH-purple-a100:hover {
    border-color: #ea80fc !important
}

.fill-purple-a100, .fillH-purple-a100:hover {
    fill: #ea80fc !important
}

.str-purple-a100, .strH-purple-a100:hover {
    stroke: #ea80fc !important
}

.c-purple-a200, .cH-purple-a200:hover {
    color: #e040fb !important
}

.bgc-purple-a200, .bgcH-purple-a200:hover {
    background-color: #e040fb !important
}

.bdc-purple-a200, .bdcH-purple-a200:hover {
    border-color: #e040fb !important
}

.fill-purple-a200, .fillH-purple-a200:hover {
    fill: #e040fb !important
}

.str-purple-a200, .strH-purple-a200:hover {
    stroke: #e040fb !important
}

.c-purple-a400, .cH-purple-a400:hover {
    color: #d500f9 !important
}

.bgc-purple-a400, .bgcH-purple-a400:hover {
    background-color: #d500f9 !important
}

.bdc-purple-a400, .bdcH-purple-a400:hover {
    border-color: #d500f9 !important
}

.fill-purple-a400, .fillH-purple-a400:hover {
    fill: #d500f9 !important
}

.str-purple-a400, .strH-purple-a400:hover {
    stroke: #d500f9 !important
}

.c-purple-a700, .cH-purple-a700:hover {
    color: #a0f !important
}

.bgc-purple-a700, .bgcH-purple-a700:hover {
    background-color: #a0f !important
}

.bdc-purple-a700, .bdcH-purple-a700:hover {
    border-color: #a0f !important
}

.fill-purple-a700, .fillH-purple-a700:hover {
    fill: #a0f !important
}

.str-purple-a700, .strH-purple-a700:hover {
    stroke: #a0f !important
}

.c-deep-purple-50, .cH-deep-purple-50:hover {
    color: #ede7f6 !important
}

.bgc-deep-purple-50, .bgcH-deep-purple-50:hover {
    background-color: #ede7f6 !important
}

.bdc-deep-purple-50, .bdcH-deep-purple-50:hover {
    border-color: #ede7f6 !important
}

.fill-deep-purple-50, .fillH-deep-purple-50:hover {
    fill: #ede7f6 !important
}

.str-deep-purple-50, .strH-deep-purple-50:hover {
    stroke: #ede7f6 !important
}

.c-deep-purple-100, .cH-deep-purple-100:hover {
    color: #d1c4e9 !important
}

.bgc-deep-purple-100, .bgcH-deep-purple-100:hover {
    background-color: #d1c4e9 !important
}

.bdc-deep-purple-100, .bdcH-deep-purple-100:hover {
    border-color: #d1c4e9 !important
}

.fill-deep-purple-100, .fillH-deep-purple-100:hover {
    fill: #d1c4e9 !important
}

.str-deep-purple-100, .strH-deep-purple-100:hover {
    stroke: #d1c4e9 !important
}

.c-deep-purple-200, .cH-deep-purple-200:hover {
    color: #b39ddb !important
}

.bgc-deep-purple-200, .bgcH-deep-purple-200:hover {
    background-color: #b39ddb !important
}

.bdc-deep-purple-200, .bdcH-deep-purple-200:hover {
    border-color: #b39ddb !important
}

.fill-deep-purple-200, .fillH-deep-purple-200:hover {
    fill: #b39ddb !important
}

.str-deep-purple-200, .strH-deep-purple-200:hover {
    stroke: #b39ddb !important
}

.c-deep-purple-300, .cH-deep-purple-300:hover {
    color: #9575cd !important
}

.bgc-deep-purple-300, .bgcH-deep-purple-300:hover {
    background-color: #9575cd !important
}

.bdc-deep-purple-300, .bdcH-deep-purple-300:hover {
    border-color: #9575cd !important
}

.fill-deep-purple-300, .fillH-deep-purple-300:hover {
    fill: #9575cd !important
}

.str-deep-purple-300, .strH-deep-purple-300:hover {
    stroke: #9575cd !important
}

.c-deep-purple-400, .cH-deep-purple-400:hover {
    color: #7e57c2 !important
}

.bgc-deep-purple-400, .bgcH-deep-purple-400:hover {
    background-color: #7e57c2 !important
}

.bdc-deep-purple-400, .bdcH-deep-purple-400:hover {
    border-color: #7e57c2 !important
}

.fill-deep-purple-400, .fillH-deep-purple-400:hover {
    fill: #7e57c2 !important
}

.str-deep-purple-400, .strH-deep-purple-400:hover {
    stroke: #7e57c2 !important
}

.c-deep-purple-500, .cH-deep-purple-500:hover {
    color: #673ab7 !important
}

.bgc-deep-purple-500, .bgcH-deep-purple-500:hover {
    background-color: #673ab7 !important
}

.bdc-deep-purple-500, .bdcH-deep-purple-500:hover {
    border-color: #673ab7 !important
}

.fill-deep-purple-500, .fillH-deep-purple-500:hover {
    fill: #673ab7 !important
}

.str-deep-purple-500, .strH-deep-purple-500:hover {
    stroke: #673ab7 !important
}

.c-deep-purple-600, .cH-deep-purple-600:hover {
    color: #5e35b1 !important
}

.bgc-deep-purple-600, .bgcH-deep-purple-600:hover {
    background-color: #5e35b1 !important
}

.bdc-deep-purple-600, .bdcH-deep-purple-600:hover {
    border-color: #5e35b1 !important
}

.fill-deep-purple-600, .fillH-deep-purple-600:hover {
    fill: #5e35b1 !important
}

.str-deep-purple-600, .strH-deep-purple-600:hover {
    stroke: #5e35b1 !important
}

.c-deep-purple-700, .cH-deep-purple-700:hover {
    color: #512da8 !important
}

.bgc-deep-purple-700, .bgcH-deep-purple-700:hover {
    background-color: #512da8 !important
}

.bdc-deep-purple-700, .bdcH-deep-purple-700:hover {
    border-color: #512da8 !important
}

.fill-deep-purple-700, .fillH-deep-purple-700:hover {
    fill: #512da8 !important
}

.str-deep-purple-700, .strH-deep-purple-700:hover {
    stroke: #512da8 !important
}

.c-deep-purple-800, .cH-deep-purple-800:hover {
    color: #4527a0 !important
}

.bgc-deep-purple-800, .bgcH-deep-purple-800:hover {
    background-color: #4527a0 !important
}

.bdc-deep-purple-800, .bdcH-deep-purple-800:hover {
    border-color: #4527a0 !important
}

.fill-deep-purple-800, .fillH-deep-purple-800:hover {
    fill: #4527a0 !important
}

.str-deep-purple-800, .strH-deep-purple-800:hover {
    stroke: #4527a0 !important
}

.c-deep-purple-900, .cH-deep-purple-900:hover {
    color: #311b92 !important
}

.bgc-deep-purple-900, .bgcH-deep-purple-900:hover {
    background-color: #311b92 !important
}

.bdc-deep-purple-900, .bdcH-deep-purple-900:hover {
    border-color: #311b92 !important
}

.fill-deep-purple-900, .fillH-deep-purple-900:hover {
    fill: #311b92 !important
}

.str-deep-purple-900, .strH-deep-purple-900:hover {
    stroke: #311b92 !important
}

.c-deep-purple-a100, .cH-deep-purple-a100:hover {
    color: #b388ff !important
}

.bgc-deep-purple-a100, .bgcH-deep-purple-a100:hover {
    background-color: #b388ff !important
}

.bdc-deep-purple-a100, .bdcH-deep-purple-a100:hover {
    border-color: #b388ff !important
}

.fill-deep-purple-a100, .fillH-deep-purple-a100:hover {
    fill: #b388ff !important
}

.str-deep-purple-a100, .strH-deep-purple-a100:hover {
    stroke: #b388ff !important
}

.c-deep-purple-a200, .cH-deep-purple-a200:hover {
    color: #7c4dff !important
}

.bgc-deep-purple-a200, .bgcH-deep-purple-a200:hover {
    background-color: #7c4dff !important
}

.bdc-deep-purple-a200, .bdcH-deep-purple-a200:hover {
    border-color: #7c4dff !important
}

.fill-deep-purple-a200, .fillH-deep-purple-a200:hover {
    fill: #7c4dff !important
}

.str-deep-purple-a200, .strH-deep-purple-a200:hover {
    stroke: #7c4dff !important
}

.c-deep-purple-a400, .cH-deep-purple-a400:hover {
    color: #651fff !important
}

.bgc-deep-purple-a400, .bgcH-deep-purple-a400:hover {
    background-color: #651fff !important
}

.bdc-deep-purple-a400, .bdcH-deep-purple-a400:hover {
    border-color: #651fff !important
}

.fill-deep-purple-a400, .fillH-deep-purple-a400:hover {
    fill: #651fff !important
}

.str-deep-purple-a400, .strH-deep-purple-a400:hover {
    stroke: #651fff !important
}

.c-deep-purple-a700, .cH-deep-purple-a700:hover {
    color: #6200ea !important
}

.bgc-deep-purple-a700, .bgcH-deep-purple-a700:hover {
    background-color: #6200ea !important
}

.bdc-deep-purple-a700, .bdcH-deep-purple-a700:hover {
    border-color: #6200ea !important
}

.fill-deep-purple-a700, .fillH-deep-purple-a700:hover {
    fill: #6200ea !important
}

.str-deep-purple-a700, .strH-deep-purple-a700:hover {
    stroke: #6200ea !important
}

.c-indigo-50, .cH-indigo-50:hover {
    color: #e8eaf6 !important
}

.bgc-indigo-50, .bgcH-indigo-50:hover {
    background-color: #e8eaf6 !important
}

.bdc-indigo-50, .bdcH-indigo-50:hover {
    border-color: #e8eaf6 !important
}

.fill-indigo-50, .fillH-indigo-50:hover {
    fill: #e8eaf6 !important
}

.str-indigo-50, .strH-indigo-50:hover {
    stroke: #e8eaf6 !important
}

.c-indigo-100, .cH-indigo-100:hover {
    color: #c5cae9 !important
}

.bgc-indigo-100, .bgcH-indigo-100:hover {
    background-color: #c5cae9 !important
}

.bdc-indigo-100, .bdcH-indigo-100:hover {
    border-color: #c5cae9 !important
}

.fill-indigo-100, .fillH-indigo-100:hover {
    fill: #c5cae9 !important
}

.str-indigo-100, .strH-indigo-100:hover {
    stroke: #c5cae9 !important
}

.c-indigo-200, .cH-indigo-200:hover {
    color: #9fa8da !important
}

.bgc-indigo-200, .bgcH-indigo-200:hover {
    background-color: #9fa8da !important
}

.bdc-indigo-200, .bdcH-indigo-200:hover {
    border-color: #9fa8da !important
}

.fill-indigo-200, .fillH-indigo-200:hover {
    fill: #9fa8da !important
}

.str-indigo-200, .strH-indigo-200:hover {
    stroke: #9fa8da !important
}

.c-indigo-300, .cH-indigo-300:hover {
    color: #7986cb !important
}

.bgc-indigo-300, .bgcH-indigo-300:hover {
    background-color: #7986cb !important
}

.bdc-indigo-300, .bdcH-indigo-300:hover {
    border-color: #7986cb !important
}

.fill-indigo-300, .fillH-indigo-300:hover {
    fill: #7986cb !important
}

.str-indigo-300, .strH-indigo-300:hover {
    stroke: #7986cb !important
}

.c-indigo-400, .cH-indigo-400:hover {
    color: #5c6bc0 !important
}

.bgc-indigo-400, .bgcH-indigo-400:hover {
    background-color: #5c6bc0 !important
}

.bdc-indigo-400, .bdcH-indigo-400:hover {
    border-color: #5c6bc0 !important
}

.fill-indigo-400, .fillH-indigo-400:hover {
    fill: #5c6bc0 !important
}

.str-indigo-400, .strH-indigo-400:hover {
    stroke: #5c6bc0 !important
}

.c-indigo-500, .cH-indigo-500:hover {
    color: #3f51b5 !important
}

.bgc-indigo-500, .bgcH-indigo-500:hover {
    background-color: #3f51b5 !important
}

.bdc-indigo-500, .bdcH-indigo-500:hover {
    border-color: #3f51b5 !important
}

.fill-indigo-500, .fillH-indigo-500:hover {
    fill: #3f51b5 !important
}

.str-indigo-500, .strH-indigo-500:hover {
    stroke: #3f51b5 !important
}

.c-indigo-600, .cH-indigo-600:hover {
    color: #3949ab !important
}

.bgc-indigo-600, .bgcH-indigo-600:hover {
    background-color: #3949ab !important
}

.bdc-indigo-600, .bdcH-indigo-600:hover {
    border-color: #3949ab !important
}

.fill-indigo-600, .fillH-indigo-600:hover {
    fill: #3949ab !important
}

.str-indigo-600, .strH-indigo-600:hover {
    stroke: #3949ab !important
}

.c-indigo-700, .cH-indigo-700:hover {
    color: #303f9f !important
}

.bgc-indigo-700, .bgcH-indigo-700:hover {
    background-color: #303f9f !important
}

.bdc-indigo-700, .bdcH-indigo-700:hover {
    border-color: #303f9f !important
}

.fill-indigo-700, .fillH-indigo-700:hover {
    fill: #303f9f !important
}

.str-indigo-700, .strH-indigo-700:hover {
    stroke: #303f9f !important
}

.c-indigo-800, .cH-indigo-800:hover {
    color: #283593 !important
}

.bgc-indigo-800, .bgcH-indigo-800:hover {
    background-color: #283593 !important
}

.bdc-indigo-800, .bdcH-indigo-800:hover {
    border-color: #283593 !important
}

.fill-indigo-800, .fillH-indigo-800:hover {
    fill: #283593 !important
}

.str-indigo-800, .strH-indigo-800:hover {
    stroke: #283593 !important
}

.c-indigo-900, .cH-indigo-900:hover {
    color: #1a237e !important
}

.bgc-indigo-900, .bgcH-indigo-900:hover {
    background-color: #1a237e !important
}

.bdc-indigo-900, .bdcH-indigo-900:hover {
    border-color: #1a237e !important
}

.fill-indigo-900, .fillH-indigo-900:hover {
    fill: #1a237e !important
}

.str-indigo-900, .strH-indigo-900:hover {
    stroke: #1a237e !important
}

.c-indigo-a100, .cH-indigo-a100:hover {
    color: #8c9eff !important
}

.bgc-indigo-a100, .bgcH-indigo-a100:hover {
    background-color: #8c9eff !important
}

.bdc-indigo-a100, .bdcH-indigo-a100:hover {
    border-color: #8c9eff !important
}

.fill-indigo-a100, .fillH-indigo-a100:hover {
    fill: #8c9eff !important
}

.str-indigo-a100, .strH-indigo-a100:hover {
    stroke: #8c9eff !important
}

.c-indigo-a200, .cH-indigo-a200:hover {
    color: #536dfe !important
}

.bgc-indigo-a200, .bgcH-indigo-a200:hover {
    background-color: #536dfe !important
}

.bdc-indigo-a200, .bdcH-indigo-a200:hover {
    border-color: #536dfe !important
}

.fill-indigo-a200, .fillH-indigo-a200:hover {
    fill: #536dfe !important
}

.str-indigo-a200, .strH-indigo-a200:hover {
    stroke: #536dfe !important
}

.c-indigo-a400, .cH-indigo-a400:hover {
    color: #3d5afe !important
}

.bgc-indigo-a400, .bgcH-indigo-a400:hover {
    background-color: #3d5afe !important
}

.bdc-indigo-a400, .bdcH-indigo-a400:hover {
    border-color: #3d5afe !important
}

.fill-indigo-a400, .fillH-indigo-a400:hover {
    fill: #3d5afe !important
}

.str-indigo-a400, .strH-indigo-a400:hover {
    stroke: #3d5afe !important
}

.c-indigo-a700, .cH-indigo-a700:hover {
    color: #304ffe !important
}

.bgc-indigo-a700, .bgcH-indigo-a700:hover {
    background-color: #304ffe !important
}

.bdc-indigo-a700, .bdcH-indigo-a700:hover {
    border-color: #304ffe !important
}

.fill-indigo-a700, .fillH-indigo-a700:hover {
    fill: #304ffe !important
}

.str-indigo-a700, .strH-indigo-a700:hover {
    stroke: #304ffe !important
}

.c-blue-50, .cH-blue-50:hover {
    color: #e3f2fd !important
}

.bgc-blue-50, .bgcH-blue-50:hover {
    background-color: #e3f2fd !important
}

.bdc-blue-50, .bdcH-blue-50:hover {
    border-color: #e3f2fd !important
}

.fill-blue-50, .fillH-blue-50:hover {
    fill: #e3f2fd !important
}

.str-blue-50, .strH-blue-50:hover {
    stroke: #e3f2fd !important
}

.c-blue-100, .cH-blue-100:hover {
    color: #bbdefb !important
}

.bgc-blue-100, .bgcH-blue-100:hover {
    background-color: #bbdefb !important
}

.bdc-blue-100, .bdcH-blue-100:hover {
    border-color: #bbdefb !important
}

.fill-blue-100, .fillH-blue-100:hover {
    fill: #bbdefb !important
}

.str-blue-100, .strH-blue-100:hover {
    stroke: #bbdefb !important
}

.c-blue-200, .cH-blue-200:hover {
    color: #90caf9 !important
}

.bgc-blue-200, .bgcH-blue-200:hover {
    background-color: #90caf9 !important
}

.bdc-blue-200, .bdcH-blue-200:hover {
    border-color: #90caf9 !important
}

.fill-blue-200, .fillH-blue-200:hover {
    fill: #90caf9 !important
}

.str-blue-200, .strH-blue-200:hover {
    stroke: #90caf9 !important
}

.c-blue-300, .cH-blue-300:hover {
    color: #64b5f6 !important
}

.bgc-blue-300, .bgcH-blue-300:hover {
    background-color: #64b5f6 !important
}

.bdc-blue-300, .bdcH-blue-300:hover {
    border-color: #64b5f6 !important
}

.fill-blue-300, .fillH-blue-300:hover {
    fill: #64b5f6 !important
}

.str-blue-300, .strH-blue-300:hover {
    stroke: #64b5f6 !important
}

.c-blue-400, .cH-blue-400:hover {
    color: #42a5f5 !important
}

.bgc-blue-400, .bgcH-blue-400:hover {
    background-color: #42a5f5 !important
}

.bdc-blue-400, .bdcH-blue-400:hover {
    border-color: #42a5f5 !important
}

.fill-blue-400, .fillH-blue-400:hover {
    fill: #42a5f5 !important
}

.str-blue-400, .strH-blue-400:hover {
    stroke: #42a5f5 !important
}

.c-blue-500, .cH-blue-500:hover {
    color: #2196f3 !important
}

.bgc-blue-500, .bgcH-blue-500:hover {
    background-color: #2196f3 !important
}

.bdc-blue-500, .bdcH-blue-500:hover {
    border-color: #2196f3 !important
}

.fill-blue-500, .fillH-blue-500:hover {
    fill: #2196f3 !important
}

.str-blue-500, .strH-blue-500:hover {
    stroke: #2196f3 !important
}

.c-blue-600, .cH-blue-600:hover {
    color: #1e88e5 !important
}

.bgc-blue-600, .bgcH-blue-600:hover {
    background-color: #1e88e5 !important
}

.bdc-blue-600, .bdcH-blue-600:hover {
    border-color: #1e88e5 !important
}

.fill-blue-600, .fillH-blue-600:hover {
    fill: #1e88e5 !important
}

.str-blue-600, .strH-blue-600:hover {
    stroke: #1e88e5 !important
}

.c-blue-700, .cH-blue-700:hover {
    color: #1976d2 !important
}

.bgc-blue-700, .bgcH-blue-700:hover {
    background-color: #1976d2 !important
}

.bdc-blue-700, .bdcH-blue-700:hover {
    border-color: #1976d2 !important
}

.fill-blue-700, .fillH-blue-700:hover {
    fill: #1976d2 !important
}

.str-blue-700, .strH-blue-700:hover {
    stroke: #1976d2 !important
}

.c-blue-800, .cH-blue-800:hover {
    color: #1565c0 !important
}

.bgc-blue-800, .bgcH-blue-800:hover {
    background-color: #1565c0 !important
}

.bdc-blue-800, .bdcH-blue-800:hover {
    border-color: #1565c0 !important
}

.fill-blue-800, .fillH-blue-800:hover {
    fill: #1565c0 !important
}

.str-blue-800, .strH-blue-800:hover {
    stroke: #1565c0 !important
}

.c-blue-900, .cH-blue-900:hover {
    color: #0d47a1 !important
}

.bgc-blue-900, .bgcH-blue-900:hover {
    background-color: #0d47a1 !important
}

.bdc-blue-900, .bdcH-blue-900:hover {
    border-color: #0d47a1 !important
}

.fill-blue-900, .fillH-blue-900:hover {
    fill: #0d47a1 !important
}

.str-blue-900, .strH-blue-900:hover {
    stroke: #0d47a1 !important
}

.c-blue-a100, .cH-blue-a100:hover {
    color: #82b1ff !important
}

.bgc-blue-a100, .bgcH-blue-a100:hover {
    background-color: #82b1ff !important
}

.bdc-blue-a100, .bdcH-blue-a100:hover {
    border-color: #82b1ff !important
}

.fill-blue-a100, .fillH-blue-a100:hover {
    fill: #82b1ff !important
}

.str-blue-a100, .strH-blue-a100:hover {
    stroke: #82b1ff !important
}

.c-blue-a200, .cH-blue-a200:hover {
    color: #448aff !important
}

.bgc-blue-a200, .bgcH-blue-a200:hover {
    background-color: #448aff !important
}

.bdc-blue-a200, .bdcH-blue-a200:hover {
    border-color: #448aff !important
}

.fill-blue-a200, .fillH-blue-a200:hover {
    fill: #448aff !important
}

.str-blue-a200, .strH-blue-a200:hover {
    stroke: #448aff !important
}

.c-blue-a400, .cH-blue-a400:hover {
    color: #2979ff !important
}

.bgc-blue-a400, .bgcH-blue-a400:hover {
    background-color: #2979ff !important
}

.bdc-blue-a400, .bdcH-blue-a400:hover {
    border-color: #2979ff !important
}

.fill-blue-a400, .fillH-blue-a400:hover {
    fill: #2979ff !important
}

.str-blue-a400, .strH-blue-a400:hover {
    stroke: #2979ff !important
}

.c-blue-a700, .cH-blue-a700:hover {
    color: #2962ff !important
}

.bgc-blue-a700, .bgcH-blue-a700:hover {
    background-color: #2962ff !important
}

.bdc-blue-a700, .bdcH-blue-a700:hover {
    border-color: #2962ff !important
}

.fill-blue-a700, .fillH-blue-a700:hover {
    fill: #2962ff !important
}

.str-blue-a700, .strH-blue-a700:hover {
    stroke: #2962ff !important
}

.c-light-blue-50, .cH-light-blue-50:hover {
    color: #e1f5fe !important
}

.bgc-light-blue-50, .bgcH-light-blue-50:hover {
    background-color: #e1f5fe !important
}

.bdc-light-blue-50, .bdcH-light-blue-50:hover {
    border-color: #e1f5fe !important
}

.fill-light-blue-50, .fillH-light-blue-50:hover {
    fill: #e1f5fe !important
}

.str-light-blue-50, .strH-light-blue-50:hover {
    stroke: #e1f5fe !important
}

.c-light-blue-100, .cH-light-blue-100:hover {
    color: #b3e5fc !important
}

.bgc-light-blue-100, .bgcH-light-blue-100:hover {
    background-color: #b3e5fc !important
}

.bdc-light-blue-100, .bdcH-light-blue-100:hover {
    border-color: #b3e5fc !important
}

.fill-light-blue-100, .fillH-light-blue-100:hover {
    fill: #b3e5fc !important
}

.str-light-blue-100, .strH-light-blue-100:hover {
    stroke: #b3e5fc !important
}

.c-light-blue-200, .cH-light-blue-200:hover {
    color: #81d4fa !important
}

.bgc-light-blue-200, .bgcH-light-blue-200:hover {
    background-color: #81d4fa !important
}

.bdc-light-blue-200, .bdcH-light-blue-200:hover {
    border-color: #81d4fa !important
}

.fill-light-blue-200, .fillH-light-blue-200:hover {
    fill: #81d4fa !important
}

.str-light-blue-200, .strH-light-blue-200:hover {
    stroke: #81d4fa !important
}

.c-light-blue-300, .cH-light-blue-300:hover {
    color: #4fc3f7 !important
}

.bgc-light-blue-300, .bgcH-light-blue-300:hover {
    background-color: #4fc3f7 !important
}

.bdc-light-blue-300, .bdcH-light-blue-300:hover {
    border-color: #4fc3f7 !important
}

.fill-light-blue-300, .fillH-light-blue-300:hover {
    fill: #4fc3f7 !important
}

.str-light-blue-300, .strH-light-blue-300:hover {
    stroke: #4fc3f7 !important
}

.c-light-blue-400, .cH-light-blue-400:hover {
    color: #29b6f6 !important
}

.bgc-light-blue-400, .bgcH-light-blue-400:hover {
    background-color: #29b6f6 !important
}

.bdc-light-blue-400, .bdcH-light-blue-400:hover {
    border-color: #29b6f6 !important
}

.fill-light-blue-400, .fillH-light-blue-400:hover {
    fill: #29b6f6 !important
}

.str-light-blue-400, .strH-light-blue-400:hover {
    stroke: #29b6f6 !important
}

.c-light-blue-500, .cH-light-blue-500:hover {
    color: #03a9f4 !important
}

.bgc-light-blue-500, .bgcH-light-blue-500:hover {
    background-color: #03a9f4 !important
}

.bdc-light-blue-500, .bdcH-light-blue-500:hover {
    border-color: #03a9f4 !important
}

.fill-light-blue-500, .fillH-light-blue-500:hover {
    fill: #03a9f4 !important
}

.str-light-blue-500, .strH-light-blue-500:hover {
    stroke: #03a9f4 !important
}

.c-light-blue-600, .cH-light-blue-600:hover {
    color: #039be5 !important
}

.bgc-light-blue-600, .bgcH-light-blue-600:hover {
    background-color: #039be5 !important
}

.bdc-light-blue-600, .bdcH-light-blue-600:hover {
    border-color: #039be5 !important
}

.fill-light-blue-600, .fillH-light-blue-600:hover {
    fill: #039be5 !important
}

.str-light-blue-600, .strH-light-blue-600:hover {
    stroke: #039be5 !important
}

.c-light-blue-700, .cH-light-blue-700:hover {
    color: #0288d1 !important
}

.bgc-light-blue-700, .bgcH-light-blue-700:hover {
    background-color: #0288d1 !important
}

.bdc-light-blue-700, .bdcH-light-blue-700:hover {
    border-color: #0288d1 !important
}

.fill-light-blue-700, .fillH-light-blue-700:hover {
    fill: #0288d1 !important
}

.str-light-blue-700, .strH-light-blue-700:hover {
    stroke: #0288d1 !important
}

.c-light-blue-800, .cH-light-blue-800:hover {
    color: #0277bd !important
}

.bgc-light-blue-800, .bgcH-light-blue-800:hover {
    background-color: #0277bd !important
}

.bdc-light-blue-800, .bdcH-light-blue-800:hover {
    border-color: #0277bd !important
}

.fill-light-blue-800, .fillH-light-blue-800:hover {
    fill: #0277bd !important
}

.str-light-blue-800, .strH-light-blue-800:hover {
    stroke: #0277bd !important
}

.c-light-blue-900, .cH-light-blue-900:hover {
    color: #01579b !important
}

.bgc-light-blue-900, .bgcH-light-blue-900:hover {
    background-color: #01579b !important
}

.bdc-light-blue-900, .bdcH-light-blue-900:hover {
    border-color: #01579b !important
}

.fill-light-blue-900, .fillH-light-blue-900:hover {
    fill: #01579b !important
}

.str-light-blue-900, .strH-light-blue-900:hover {
    stroke: #01579b !important
}

.c-light-blue-a100, .cH-light-blue-a100:hover {
    color: #80d8ff !important
}

.bgc-light-blue-a100, .bgcH-light-blue-a100:hover {
    background-color: #80d8ff !important
}

.bdc-light-blue-a100, .bdcH-light-blue-a100:hover {
    border-color: #80d8ff !important
}

.fill-light-blue-a100, .fillH-light-blue-a100:hover {
    fill: #80d8ff !important
}

.str-light-blue-a100, .strH-light-blue-a100:hover {
    stroke: #80d8ff !important
}

.c-light-blue-a200, .cH-light-blue-a200:hover {
    color: #40c4ff !important
}

.bgc-light-blue-a200, .bgcH-light-blue-a200:hover {
    background-color: #40c4ff !important
}

.bdc-light-blue-a200, .bdcH-light-blue-a200:hover {
    border-color: #40c4ff !important
}

.fill-light-blue-a200, .fillH-light-blue-a200:hover {
    fill: #40c4ff !important
}

.str-light-blue-a200, .strH-light-blue-a200:hover {
    stroke: #40c4ff !important
}

.c-light-blue-a400, .cH-light-blue-a400:hover {
    color: #00b0ff !important
}

.bgc-light-blue-a400, .bgcH-light-blue-a400:hover {
    background-color: #00b0ff !important
}

.bdc-light-blue-a400, .bdcH-light-blue-a400:hover {
    border-color: #00b0ff !important
}

.fill-light-blue-a400, .fillH-light-blue-a400:hover {
    fill: #00b0ff !important
}

.str-light-blue-a400, .strH-light-blue-a400:hover {
    stroke: #00b0ff !important
}

.c-light-blue-a700, .cH-light-blue-a700:hover {
    color: #0091ea !important
}

.bgc-light-blue-a700, .bgcH-light-blue-a700:hover {
    background-color: #0091ea !important
}

.bdc-light-blue-a700, .bdcH-light-blue-a700:hover {
    border-color: #0091ea !important
}

.fill-light-blue-a700, .fillH-light-blue-a700:hover {
    fill: #0091ea !important
}

.str-light-blue-a700, .strH-light-blue-a700:hover {
    stroke: #0091ea !important
}

.c-cyan-50, .cH-cyan-50:hover {
    color: #e0f7fa !important
}

.bgc-cyan-50, .bgcH-cyan-50:hover {
    background-color: #e0f7fa !important
}

.bdc-cyan-50, .bdcH-cyan-50:hover {
    border-color: #e0f7fa !important
}

.fill-cyan-50, .fillH-cyan-50:hover {
    fill: #e0f7fa !important
}

.str-cyan-50, .strH-cyan-50:hover {
    stroke: #e0f7fa !important
}

.c-cyan-100, .cH-cyan-100:hover {
    color: #b2ebf2 !important
}

.bgc-cyan-100, .bgcH-cyan-100:hover {
    background-color: #b2ebf2 !important
}

.bdc-cyan-100, .bdcH-cyan-100:hover {
    border-color: #b2ebf2 !important
}

.fill-cyan-100, .fillH-cyan-100:hover {
    fill: #b2ebf2 !important
}

.str-cyan-100, .strH-cyan-100:hover {
    stroke: #b2ebf2 !important
}

.c-cyan-200, .cH-cyan-200:hover {
    color: #80deea !important
}

.bgc-cyan-200, .bgcH-cyan-200:hover {
    background-color: #80deea !important
}

.bdc-cyan-200, .bdcH-cyan-200:hover {
    border-color: #80deea !important
}

.fill-cyan-200, .fillH-cyan-200:hover {
    fill: #80deea !important
}

.str-cyan-200, .strH-cyan-200:hover {
    stroke: #80deea !important
}

.c-cyan-300, .cH-cyan-300:hover {
    color: #4dd0e1 !important
}

.bgc-cyan-300, .bgcH-cyan-300:hover {
    background-color: #4dd0e1 !important
}

.bdc-cyan-300, .bdcH-cyan-300:hover {
    border-color: #4dd0e1 !important
}

.fill-cyan-300, .fillH-cyan-300:hover {
    fill: #4dd0e1 !important
}

.str-cyan-300, .strH-cyan-300:hover {
    stroke: #4dd0e1 !important
}

.c-cyan-400, .cH-cyan-400:hover {
    color: #26c6da !important
}

.bgc-cyan-400, .bgcH-cyan-400:hover {
    background-color: #26c6da !important
}

.bdc-cyan-400, .bdcH-cyan-400:hover {
    border-color: #26c6da !important
}

.fill-cyan-400, .fillH-cyan-400:hover {
    fill: #26c6da !important
}

.str-cyan-400, .strH-cyan-400:hover {
    stroke: #26c6da !important
}

.c-cyan-500, .cH-cyan-500:hover {
    color: #00bcd4 !important
}

.bgc-cyan-500, .bgcH-cyan-500:hover {
    background-color: #00bcd4 !important
}

.bdc-cyan-500, .bdcH-cyan-500:hover {
    border-color: #00bcd4 !important
}

.fill-cyan-500, .fillH-cyan-500:hover {
    fill: #00bcd4 !important
}

.str-cyan-500, .strH-cyan-500:hover {
    stroke: #00bcd4 !important
}

.c-cyan-600, .cH-cyan-600:hover {
    color: #00acc1 !important
}

.bgc-cyan-600, .bgcH-cyan-600:hover {
    background-color: #00acc1 !important
}

.bdc-cyan-600, .bdcH-cyan-600:hover {
    border-color: #00acc1 !important
}

.fill-cyan-600, .fillH-cyan-600:hover {
    fill: #00acc1 !important
}

.str-cyan-600, .strH-cyan-600:hover {
    stroke: #00acc1 !important
}

.c-cyan-700, .cH-cyan-700:hover {
    color: #0097a7 !important
}

.bgc-cyan-700, .bgcH-cyan-700:hover {
    background-color: #0097a7 !important
}

.bdc-cyan-700, .bdcH-cyan-700:hover {
    border-color: #0097a7 !important
}

.fill-cyan-700, .fillH-cyan-700:hover {
    fill: #0097a7 !important
}

.str-cyan-700, .strH-cyan-700:hover {
    stroke: #0097a7 !important
}

.c-cyan-800, .cH-cyan-800:hover {
    color: #00838f !important
}

.bgc-cyan-800, .bgcH-cyan-800:hover {
    background-color: #00838f !important
}

.bdc-cyan-800, .bdcH-cyan-800:hover {
    border-color: #00838f !important
}

.fill-cyan-800, .fillH-cyan-800:hover {
    fill: #00838f !important
}

.str-cyan-800, .strH-cyan-800:hover {
    stroke: #00838f !important
}

.c-cyan-900, .cH-cyan-900:hover {
    color: #006064 !important
}

.bgc-cyan-900, .bgcH-cyan-900:hover {
    background-color: #006064 !important
}

.bdc-cyan-900, .bdcH-cyan-900:hover {
    border-color: #006064 !important
}

.fill-cyan-900, .fillH-cyan-900:hover {
    fill: #006064 !important
}

.str-cyan-900, .strH-cyan-900:hover {
    stroke: #006064 !important
}

.c-cyan-a100, .cH-cyan-a100:hover {
    color: #84ffff !important
}

.bgc-cyan-a100, .bgcH-cyan-a100:hover {
    background-color: #84ffff !important
}

.bdc-cyan-a100, .bdcH-cyan-a100:hover {
    border-color: #84ffff !important
}

.fill-cyan-a100, .fillH-cyan-a100:hover {
    fill: #84ffff !important
}

.str-cyan-a100, .strH-cyan-a100:hover {
    stroke: #84ffff !important
}

.c-cyan-a200, .cH-cyan-a200:hover {
    color: #18ffff !important
}

.bgc-cyan-a200, .bgcH-cyan-a200:hover {
    background-color: #18ffff !important
}

.bdc-cyan-a200, .bdcH-cyan-a200:hover {
    border-color: #18ffff !important
}

.fill-cyan-a200, .fillH-cyan-a200:hover {
    fill: #18ffff !important
}

.str-cyan-a200, .strH-cyan-a200:hover {
    stroke: #18ffff !important
}

.c-cyan-a400, .cH-cyan-a400:hover {
    color: #00e5ff !important
}

.bgc-cyan-a400, .bgcH-cyan-a400:hover {
    background-color: #00e5ff !important
}

.bdc-cyan-a400, .bdcH-cyan-a400:hover {
    border-color: #00e5ff !important
}

.fill-cyan-a400, .fillH-cyan-a400:hover {
    fill: #00e5ff !important
}

.str-cyan-a400, .strH-cyan-a400:hover {
    stroke: #00e5ff !important
}

.c-cyan-a700, .cH-cyan-a700:hover {
    color: #00b8d4 !important
}

.bgc-cyan-a700, .bgcH-cyan-a700:hover {
    background-color: #00b8d4 !important
}

.bdc-cyan-a700, .bdcH-cyan-a700:hover {
    border-color: #00b8d4 !important
}

.fill-cyan-a700, .fillH-cyan-a700:hover {
    fill: #00b8d4 !important
}

.str-cyan-a700, .strH-cyan-a700:hover {
    stroke: #00b8d4 !important
}

.c-teal-50, .cH-teal-50:hover {
    color: #e0f2f1 !important
}

.bgc-teal-50, .bgcH-teal-50:hover {
    background-color: #e0f2f1 !important
}

.bdc-teal-50, .bdcH-teal-50:hover {
    border-color: #e0f2f1 !important
}

.fill-teal-50, .fillH-teal-50:hover {
    fill: #e0f2f1 !important
}

.str-teal-50, .strH-teal-50:hover {
    stroke: #e0f2f1 !important
}

.c-teal-100, .cH-teal-100:hover {
    color: #b2dfdb !important
}

.bgc-teal-100, .bgcH-teal-100:hover {
    background-color: #b2dfdb !important
}

.bdc-teal-100, .bdcH-teal-100:hover {
    border-color: #b2dfdb !important
}

.fill-teal-100, .fillH-teal-100:hover {
    fill: #b2dfdb !important
}

.str-teal-100, .strH-teal-100:hover {
    stroke: #b2dfdb !important
}

.c-teal-200, .cH-teal-200:hover {
    color: #80cbc4 !important
}

.bgc-teal-200, .bgcH-teal-200:hover {
    background-color: #80cbc4 !important
}

.bdc-teal-200, .bdcH-teal-200:hover {
    border-color: #80cbc4 !important
}

.fill-teal-200, .fillH-teal-200:hover {
    fill: #80cbc4 !important
}

.str-teal-200, .strH-teal-200:hover {
    stroke: #80cbc4 !important
}

.c-teal-300, .cH-teal-300:hover {
    color: #4db6ac !important
}

.bgc-teal-300, .bgcH-teal-300:hover {
    background-color: #4db6ac !important
}

.bdc-teal-300, .bdcH-teal-300:hover {
    border-color: #4db6ac !important
}

.fill-teal-300, .fillH-teal-300:hover {
    fill: #4db6ac !important
}

.str-teal-300, .strH-teal-300:hover {
    stroke: #4db6ac !important
}

.c-teal-400, .cH-teal-400:hover {
    color: #26a69a !important
}

.bgc-teal-400, .bgcH-teal-400:hover {
    background-color: #26a69a !important
}

.bdc-teal-400, .bdcH-teal-400:hover {
    border-color: #26a69a !important
}

.fill-teal-400, .fillH-teal-400:hover {
    fill: #26a69a !important
}

.str-teal-400, .strH-teal-400:hover {
    stroke: #26a69a !important
}

.c-teal-500, .cH-teal-500:hover {
    color: #009688 !important
}

.bgc-teal-500, .bgcH-teal-500:hover {
    background-color: #009688 !important
}

.bdc-teal-500, .bdcH-teal-500:hover {
    border-color: #009688 !important
}

.fill-teal-500, .fillH-teal-500:hover {
    fill: #009688 !important
}

.str-teal-500, .strH-teal-500:hover {
    stroke: #009688 !important
}

.c-teal-600, .cH-teal-600:hover {
    color: #00897b !important
}

.bgc-teal-600, .bgcH-teal-600:hover {
    background-color: #00897b !important
}

.bdc-teal-600, .bdcH-teal-600:hover {
    border-color: #00897b !important
}

.fill-teal-600, .fillH-teal-600:hover {
    fill: #00897b !important
}

.str-teal-600, .strH-teal-600:hover {
    stroke: #00897b !important
}

.c-teal-700, .cH-teal-700:hover {
    color: #00796b !important
}

.bgc-teal-700, .bgcH-teal-700:hover {
    background-color: #00796b !important
}

.bdc-teal-700, .bdcH-teal-700:hover {
    border-color: #00796b !important
}

.fill-teal-700, .fillH-teal-700:hover {
    fill: #00796b !important
}

.str-teal-700, .strH-teal-700:hover {
    stroke: #00796b !important
}

.c-teal-800, .cH-teal-800:hover {
    color: #00695c !important
}

.bgc-teal-800, .bgcH-teal-800:hover {
    background-color: #00695c !important
}

.bdc-teal-800, .bdcH-teal-800:hover {
    border-color: #00695c !important
}

.fill-teal-800, .fillH-teal-800:hover {
    fill: #00695c !important
}

.str-teal-800, .strH-teal-800:hover {
    stroke: #00695c !important
}

.c-teal-900, .cH-teal-900:hover {
    color: #004d40 !important
}

.bgc-teal-900, .bgcH-teal-900:hover {
    background-color: #004d40 !important
}

.bdc-teal-900, .bdcH-teal-900:hover {
    border-color: #004d40 !important
}

.fill-teal-900, .fillH-teal-900:hover {
    fill: #004d40 !important
}

.str-teal-900, .strH-teal-900:hover {
    stroke: #004d40 !important
}

.c-teal-a100, .cH-teal-a100:hover {
    color: #a7ffeb !important
}

.bgc-teal-a100, .bgcH-teal-a100:hover {
    background-color: #a7ffeb !important
}

.bdc-teal-a100, .bdcH-teal-a100:hover {
    border-color: #a7ffeb !important
}

.fill-teal-a100, .fillH-teal-a100:hover {
    fill: #a7ffeb !important
}

.str-teal-a100, .strH-teal-a100:hover {
    stroke: #a7ffeb !important
}

.c-teal-a200, .cH-teal-a200:hover {
    color: #64ffda !important
}

.bgc-teal-a200, .bgcH-teal-a200:hover {
    background-color: #64ffda !important
}

.bdc-teal-a200, .bdcH-teal-a200:hover {
    border-color: #64ffda !important
}

.fill-teal-a200, .fillH-teal-a200:hover {
    fill: #64ffda !important
}

.str-teal-a200, .strH-teal-a200:hover {
    stroke: #64ffda !important
}

.c-teal-a400, .cH-teal-a400:hover {
    color: #1de9b6 !important
}

.bgc-teal-a400, .bgcH-teal-a400:hover {
    background-color: #1de9b6 !important
}

.bdc-teal-a400, .bdcH-teal-a400:hover {
    border-color: #1de9b6 !important
}

.fill-teal-a400, .fillH-teal-a400:hover {
    fill: #1de9b6 !important
}

.str-teal-a400, .strH-teal-a400:hover {
    stroke: #1de9b6 !important
}

.c-teal-a700, .cH-teal-a700:hover {
    color: #00bfa5 !important
}

.bgc-teal-a700, .bgcH-teal-a700:hover {
    background-color: #00bfa5 !important
}

.bdc-teal-a700, .bdcH-teal-a700:hover {
    border-color: #00bfa5 !important
}

.fill-teal-a700, .fillH-teal-a700:hover {
    fill: #00bfa5 !important
}

.str-teal-a700, .strH-teal-a700:hover {
    stroke: #00bfa5 !important
}

.c-green-50, .cH-green-50:hover {
    color: #e8f5e9 !important
}

.bgc-green-50, .bgcH-green-50:hover {
    background-color: #e8f5e9 !important
}

.bdc-green-50, .bdcH-green-50:hover {
    border-color: #e8f5e9 !important
}

.fill-green-50, .fillH-green-50:hover {
    fill: #e8f5e9 !important
}

.str-green-50, .strH-green-50:hover {
    stroke: #e8f5e9 !important
}

.c-green-100, .cH-green-100:hover {
    color: #c8e6c9 !important
}

.bgc-green-100, .bgcH-green-100:hover {
    background-color: #c8e6c9 !important
}

.bdc-green-100, .bdcH-green-100:hover {
    border-color: #c8e6c9 !important
}

.fill-green-100, .fillH-green-100:hover {
    fill: #c8e6c9 !important
}

.str-green-100, .strH-green-100:hover {
    stroke: #c8e6c9 !important
}

.c-green-200, .cH-green-200:hover {
    color: #a5d6a7 !important
}

.bgc-green-200, .bgcH-green-200:hover {
    background-color: #a5d6a7 !important
}

.bdc-green-200, .bdcH-green-200:hover {
    border-color: #a5d6a7 !important
}

.fill-green-200, .fillH-green-200:hover {
    fill: #a5d6a7 !important
}

.str-green-200, .strH-green-200:hover {
    stroke: #a5d6a7 !important
}

.c-green-300, .cH-green-300:hover {
    color: #81c784 !important
}

.bgc-green-300, .bgcH-green-300:hover {
    background-color: #81c784 !important
}

.bdc-green-300, .bdcH-green-300:hover {
    border-color: #81c784 !important
}

.fill-green-300, .fillH-green-300:hover {
    fill: #81c784 !important
}

.str-green-300, .strH-green-300:hover {
    stroke: #81c784 !important
}

.c-green-400, .cH-green-400:hover {
    color: #66bb6a !important
}

.bgc-green-400, .bgcH-green-400:hover {
    background-color: #66bb6a !important
}

.bdc-green-400, .bdcH-green-400:hover {
    border-color: #66bb6a !important
}

.fill-green-400, .fillH-green-400:hover {
    fill: #66bb6a !important
}

.str-green-400, .strH-green-400:hover {
    stroke: #66bb6a !important
}

.c-green-500, .cH-green-500:hover {
    color: #4caf50 !important
}

.bgc-green-500, .bgcH-green-500:hover {
    background-color: #4caf50 !important
}

.bdc-green-500, .bdcH-green-500:hover {
    border-color: #4caf50 !important
}

.fill-green-500, .fillH-green-500:hover {
    fill: #4caf50 !important
}

.str-green-500, .strH-green-500:hover {
    stroke: #4caf50 !important
}

.c-green-600, .cH-green-600:hover {
    color: #43a047 !important
}

.bgc-green-600, .bgcH-green-600:hover {
    background-color: #43a047 !important
}

.bdc-green-600, .bdcH-green-600:hover {
    border-color: #43a047 !important
}

.fill-green-600, .fillH-green-600:hover {
    fill: #43a047 !important
}

.str-green-600, .strH-green-600:hover {
    stroke: #43a047 !important
}

.c-green-700, .cH-green-700:hover {
    color: #388e3c !important
}

.bgc-green-700, .bgcH-green-700:hover {
    background-color: #388e3c !important
}

.bdc-green-700, .bdcH-green-700:hover {
    border-color: #388e3c !important
}

.fill-green-700, .fillH-green-700:hover {
    fill: #388e3c !important
}

.str-green-700, .strH-green-700:hover {
    stroke: #388e3c !important
}

.c-green-800, .cH-green-800:hover {
    color: #2e7d32 !important
}

.bgc-green-800, .bgcH-green-800:hover {
    background-color: #2e7d32 !important
}


.bdc-green-800, .bdcH-green-800:hover {
    border-color: #2e7d32 !important
}

.fill-green-800, .fillH-green-800:hover {
    fill: #2e7d32 !important
}

.str-green-800, .strH-green-800:hover {
    stroke: #2e7d32 !important
}

.c-green-900, .cH-green-900:hover {
    color: #1b5e20 !important
}

.bgc-green-900, .bgcH-green-900:hover {
    background-color: #1b5e20 !important
}

.bdc-green-900, .bdcH-green-900:hover {
    border-color: #1b5e20 !important
}

.fill-green-900, .fillH-green-900:hover {
    fill: #1b5e20 !important
}

.str-green-900, .strH-green-900:hover {
    stroke: #1b5e20 !important
}

.c-green-a100, .cH-green-a100:hover {
    color: #b9f6ca !important
}

.bgc-green-a100, .bgcH-green-a100:hover {
    background-color: #b9f6ca !important
}

.bdc-green-a100, .bdcH-green-a100:hover {
    border-color: #b9f6ca !important
}

.fill-green-a100, .fillH-green-a100:hover {
    fill: #b9f6ca !important
}

.str-green-a100, .strH-green-a100:hover {
    stroke: #b9f6ca !important
}

.c-green-a200, .cH-green-a200:hover {
    color: #69f0ae !important
}

.bgc-green-a200, .bgcH-green-a200:hover {
    background-color: #69f0ae !important
}

.bdc-green-a200, .bdcH-green-a200:hover {
    border-color: #69f0ae !important
}

.fill-green-a200, .fillH-green-a200:hover {
    fill: #69f0ae !important
}

.str-green-a200, .strH-green-a200:hover {
    stroke: #69f0ae !important
}

.c-green-a400, .cH-green-a400:hover {
    color: #00e676 !important
}

.bgc-green-a400, .bgcH-green-a400:hover {
    background-color: #00e676 !important
}

.bdc-green-a400, .bdcH-green-a400:hover {
    border-color: #00e676 !important
}

.fill-green-a400, .fillH-green-a400:hover {
    fill: #00e676 !important
}

.str-green-a400, .strH-green-a400:hover {
    stroke: #00e676 !important
}

.c-green-a700, .cH-green-a700:hover {
    color: #00c853 !important
}

.bgc-green-a700, .bgcH-green-a700:hover {
    background-color: #00c853 !important
}

.bdc-green-a700, .bdcH-green-a700:hover {
    border-color: #00c853 !important
}

.fill-green-a700, .fillH-green-a700:hover {
    fill: #00c853 !important
}

.str-green-a700, .strH-green-a700:hover {
    stroke: #00c853 !important
}

.c-light-green-50, .cH-light-green-50:hover {
    color: #f1f8e9 !important
}

.bgc-light-green-50, .bgcH-light-green-50:hover {
    background-color: #f1f8e9 !important
}

.bdc-light-green-50, .bdcH-light-green-50:hover {
    border-color: #f1f8e9 !important
}

.fill-light-green-50, .fillH-light-green-50:hover {
    fill: #f1f8e9 !important
}

.str-light-green-50, .strH-light-green-50:hover {
    stroke: #f1f8e9 !important
}

.c-light-green-100, .cH-light-green-100:hover {
    color: #dcedc8 !important
}

.bgc-light-green-100, .bgcH-light-green-100:hover {
    background-color: #dcedc8 !important
}

.bdc-light-green-100, .bdcH-light-green-100:hover {
    border-color: #dcedc8 !important
}

.fill-light-green-100, .fillH-light-green-100:hover {
    fill: #dcedc8 !important
}

.str-light-green-100, .strH-light-green-100:hover {
    stroke: #dcedc8 !important
}

.c-light-green-200, .cH-light-green-200:hover {
    color: #c5e1a5 !important
}

.bgc-light-green-200, .bgcH-light-green-200:hover {
    background-color: #c5e1a5 !important
}

.bdc-light-green-200, .bdcH-light-green-200:hover {
    border-color: #c5e1a5 !important
}

.fill-light-green-200, .fillH-light-green-200:hover {
    fill: #c5e1a5 !important
}

.str-light-green-200, .strH-light-green-200:hover {
    stroke: #c5e1a5 !important
}

.c-light-green-300, .cH-light-green-300:hover {
    color: #aed581 !important
}

.bgc-light-green-300, .bgcH-light-green-300:hover {
    background-color: #aed581 !important
}

.bdc-light-green-300, .bdcH-light-green-300:hover {
    border-color: #aed581 !important
}

.fill-light-green-300, .fillH-light-green-300:hover {
    fill: #aed581 !important
}

.str-light-green-300, .strH-light-green-300:hover {
    stroke: #aed581 !important
}

.c-light-green-400, .cH-light-green-400:hover {
    color: #9ccc65 !important
}

.bgc-light-green-400, .bgcH-light-green-400:hover {
    background-color: #9ccc65 !important
}

.bdc-light-green-400, .bdcH-light-green-400:hover {
    border-color: #9ccc65 !important
}

.fill-light-green-400, .fillH-light-green-400:hover {
    fill: #9ccc65 !important
}

.str-light-green-400, .strH-light-green-400:hover {
    stroke: #9ccc65 !important
}

.c-light-green-500, .cH-light-green-500:hover {
    color: #8bc34a !important
}

.bgc-light-green-500, .bgcH-light-green-500:hover {
    background-color: #8bc34a !important
}

.bdc-light-green-500, .bdcH-light-green-500:hover {
    border-color: #8bc34a !important
}

.fill-light-green-500, .fillH-light-green-500:hover {
    fill: #8bc34a !important
}

.str-light-green-500, .strH-light-green-500:hover {
    stroke: #8bc34a !important
}

.c-light-green-600, .cH-light-green-600:hover {
    color: #7cb342 !important
}

.bgc-light-green-600, .bgcH-light-green-600:hover {
    background-color: #7cb342 !important
}

.bdc-light-green-600, .bdcH-light-green-600:hover {
    border-color: #7cb342 !important
}

.fill-light-green-600, .fillH-light-green-600:hover {
    fill: #7cb342 !important
}

.str-light-green-600, .strH-light-green-600:hover {
    stroke: #7cb342 !important
}

.c-light-green-700, .cH-light-green-700:hover {
    color: #689f38 !important
}

.bgc-light-green-700, .bgcH-light-green-700:hover {
    background-color: #689f38 !important
}

.bdc-light-green-700, .bdcH-light-green-700:hover {
    border-color: #689f38 !important
}

.fill-light-green-700, .fillH-light-green-700:hover {
    fill: #689f38 !important
}

.str-light-green-700, .strH-light-green-700:hover {
    stroke: #689f38 !important
}

.c-light-green-800, .cH-light-green-800:hover {
    color: #558b2f !important
}

.bgc-light-green-800, .bgcH-light-green-800:hover {
    background-color: #558b2f !important
}

.bdc-light-green-800, .bdcH-light-green-800:hover {
    border-color: #558b2f !important
}

.fill-light-green-800, .fillH-light-green-800:hover {
    fill: #558b2f !important
}

.str-light-green-800, .strH-light-green-800:hover {
    stroke: #558b2f !important
}

.c-light-green-900, .cH-light-green-900:hover {
    color: #33691e !important
}

.bgc-light-green-900, .bgcH-light-green-900:hover {
    background-color: #33691e !important
}

.bdc-light-green-900, .bdcH-light-green-900:hover {
    border-color: #33691e !important
}

.fill-light-green-900, .fillH-light-green-900:hover {
    fill: #33691e !important
}

.str-light-green-900, .strH-light-green-900:hover {
    stroke: #33691e !important
}

.c-light-green-a100, .cH-light-green-a100:hover {
    color: #ccff90 !important
}

.bgc-light-green-a100, .bgcH-light-green-a100:hover {
    background-color: #ccff90 !important
}

.bdc-light-green-a100, .bdcH-light-green-a100:hover {
    border-color: #ccff90 !important
}

.fill-light-green-a100, .fillH-light-green-a100:hover {
    fill: #ccff90 !important
}

.str-light-green-a100, .strH-light-green-a100:hover {
    stroke: #ccff90 !important
}

.c-light-green-a200, .cH-light-green-a200:hover {
    color: #b2ff59 !important
}

.bgc-light-green-a200, .bgcH-light-green-a200:hover {
    background-color: #b2ff59 !important
}

.bdc-light-green-a200, .bdcH-light-green-a200:hover {
    border-color: #b2ff59 !important
}

.fill-light-green-a200, .fillH-light-green-a200:hover {
    fill: #b2ff59 !important
}

.str-light-green-a200, .strH-light-green-a200:hover {
    stroke: #b2ff59 !important
}

.c-light-green-a400, .cH-light-green-a400:hover {
    color: #76ff03 !important
}

.bgc-light-green-a400, .bgcH-light-green-a400:hover {
    background-color: #76ff03 !important
}

.bdc-light-green-a400, .bdcH-light-green-a400:hover {
    border-color: #76ff03 !important
}

.fill-light-green-a400, .fillH-light-green-a400:hover {
    fill: #76ff03 !important
}

.str-light-green-a400, .strH-light-green-a400:hover {
    stroke: #76ff03 !important
}

.c-light-green-a700, .cH-light-green-a700:hover {
    color: #64dd17 !important
}

.bgc-light-green-a700, .bgcH-light-green-a700:hover {
    background-color: #64dd17 !important
}

.bdc-light-green-a700, .bdcH-light-green-a700:hover {
    border-color: #64dd17 !important
}

.fill-light-green-a700, .fillH-light-green-a700:hover {
    fill: #64dd17 !important
}

.str-light-green-a700, .strH-light-green-a700:hover {
    stroke: #64dd17 !important
}

.c-lime-50, .cH-lime-50:hover {
    color: #f9fbe7 !important
}

.bgc-lime-50, .bgcH-lime-50:hover {
    background-color: #f9fbe7 !important
}

.bdc-lime-50, .bdcH-lime-50:hover {
    border-color: #f9fbe7 !important
}

.fill-lime-50, .fillH-lime-50:hover {
    fill: #f9fbe7 !important
}

.str-lime-50, .strH-lime-50:hover {
    stroke: #f9fbe7 !important
}

.c-lime-100, .cH-lime-100:hover {
    color: #f0f4c3 !important
}

.bgc-lime-100, .bgcH-lime-100:hover {
    background-color: #f0f4c3 !important
}

.bdc-lime-100, .bdcH-lime-100:hover {
    border-color: #f0f4c3 !important
}

.fill-lime-100, .fillH-lime-100:hover {
    fill: #f0f4c3 !important
}

.str-lime-100, .strH-lime-100:hover {
    stroke: #f0f4c3 !important
}

.c-lime-200, .cH-lime-200:hover {
    color: #e6ee9c !important
}

.bgc-lime-200, .bgcH-lime-200:hover {
    background-color: #e6ee9c !important
}

.bdc-lime-200, .bdcH-lime-200:hover {
    border-color: #e6ee9c !important
}

.fill-lime-200, .fillH-lime-200:hover {
    fill: #e6ee9c !important
}

.str-lime-200, .strH-lime-200:hover {
    stroke: #e6ee9c !important
}

.c-lime-300, .cH-lime-300:hover {
    color: #dce775 !important
}

.bgc-lime-300, .bgcH-lime-300:hover {
    background-color: #dce775 !important
}

.bdc-lime-300, .bdcH-lime-300:hover {
    border-color: #dce775 !important
}

.fill-lime-300, .fillH-lime-300:hover {
    fill: #dce775 !important
}

.str-lime-300, .strH-lime-300:hover {
    stroke: #dce775 !important
}

.c-lime-400, .cH-lime-400:hover {
    color: #d4e157 !important
}

.bgc-lime-400, .bgcH-lime-400:hover {
    background-color: #d4e157 !important
}

.bdc-lime-400, .bdcH-lime-400:hover {
    border-color: #d4e157 !important
}

.fill-lime-400, .fillH-lime-400:hover {
    fill: #d4e157 !important
}

.str-lime-400, .strH-lime-400:hover {
    stroke: #d4e157 !important
}

.c-lime-500, .cH-lime-500:hover {
    color: #cddc39 !important
}

.bgc-lime-500, .bgcH-lime-500:hover {
    background-color: #cddc39 !important
}

.bdc-lime-500, .bdcH-lime-500:hover {
    border-color: #cddc39 !important
}

.fill-lime-500, .fillH-lime-500:hover {
    fill: #cddc39 !important
}

.str-lime-500, .strH-lime-500:hover {
    stroke: #cddc39 !important
}

.c-lime-600, .cH-lime-600:hover {
    color: #c0ca33 !important
}

.bgc-lime-600, .bgcH-lime-600:hover {
    background-color: #c0ca33 !important
}

.bdc-lime-600, .bdcH-lime-600:hover {
    border-color: #c0ca33 !important
}

.fill-lime-600, .fillH-lime-600:hover {
    fill: #c0ca33 !important
}

.str-lime-600, .strH-lime-600:hover {
    stroke: #c0ca33 !important
}

.c-lime-700, .cH-lime-700:hover {
    color: #afb42b !important
}

.bgc-lime-700, .bgcH-lime-700:hover {
    background-color: #afb42b !important
}

.bdc-lime-700, .bdcH-lime-700:hover {
    border-color: #afb42b !important
}

.fill-lime-700, .fillH-lime-700:hover {
    fill: #afb42b !important
}

.str-lime-700, .strH-lime-700:hover {
    stroke: #afb42b !important
}

.c-lime-800, .cH-lime-800:hover {
    color: #9e9d24 !important
}

.bgc-lime-800, .bgcH-lime-800:hover {
    background-color: #9e9d24 !important
}

.bdc-lime-800, .bdcH-lime-800:hover {
    border-color: #9e9d24 !important
}

.fill-lime-800, .fillH-lime-800:hover {
    fill: #9e9d24 !important
}

.str-lime-800, .strH-lime-800:hover {
    stroke: #9e9d24 !important
}

.c-lime-900, .cH-lime-900:hover {
    color: #827717 !important
}

.bgc-lime-900, .bgcH-lime-900:hover {
    background-color: #827717 !important
}

.bdc-lime-900, .bdcH-lime-900:hover {
    border-color: #827717 !important
}

.fill-lime-900, .fillH-lime-900:hover {
    fill: #827717 !important
}

.str-lime-900, .strH-lime-900:hover {
    stroke: #827717 !important
}

.c-lime-a100, .cH-lime-a100:hover {
    color: #f4ff81 !important
}

.bgc-lime-a100, .bgcH-lime-a100:hover {
    background-color: #f4ff81 !important
}

.bdc-lime-a100, .bdcH-lime-a100:hover {
    border-color: #f4ff81 !important
}

.fill-lime-a100, .fillH-lime-a100:hover {
    fill: #f4ff81 !important
}

.str-lime-a100, .strH-lime-a100:hover {
    stroke: #f4ff81 !important
}

.c-lime-a200, .cH-lime-a200:hover {
    color: #eeff41 !important
}

.bgc-lime-a200, .bgcH-lime-a200:hover {
    background-color: #eeff41 !important
}

.bdc-lime-a200, .bdcH-lime-a200:hover {
    border-color: #eeff41 !important
}

.fill-lime-a200, .fillH-lime-a200:hover {
    fill: #eeff41 !important
}

.str-lime-a200, .strH-lime-a200:hover {
    stroke: #eeff41 !important
}

.c-lime-a400, .cH-lime-a400:hover {
    color: #c6ff00 !important
}

.bgc-lime-a400, .bgcH-lime-a400:hover {
    background-color: #c6ff00 !important
}

.bdc-lime-a400, .bdcH-lime-a400:hover {
    border-color: #c6ff00 !important
}

.fill-lime-a400, .fillH-lime-a400:hover {
    fill: #c6ff00 !important
}

.str-lime-a400, .strH-lime-a400:hover {
    stroke: #c6ff00 !important
}

.c-lime-a700, .cH-lime-a700:hover {
    color: #aeea00 !important
}

.bgc-lime-a700, .bgcH-lime-a700:hover {
    background-color: #aeea00 !important
}

.bdc-lime-a700, .bdcH-lime-a700:hover {
    border-color: #aeea00 !important
}

.fill-lime-a700, .fillH-lime-a700:hover {
    fill: #aeea00 !important
}

.str-lime-a700, .strH-lime-a700:hover {
    stroke: #aeea00 !important
}

.c-yellow-50, .cH-yellow-50:hover {
    color: #fffde7 !important
}

.bgc-yellow-50, .bgcH-yellow-50:hover {
    background-color: #fffde7 !important
}

.bdc-yellow-50, .bdcH-yellow-50:hover {
    border-color: #fffde7 !important
}

.fill-yellow-50, .fillH-yellow-50:hover {
    fill: #fffde7 !important
}

.str-yellow-50, .strH-yellow-50:hover {
    stroke: #fffde7 !important
}

.c-yellow-100, .cH-yellow-100:hover {
    color: #fff9c4 !important
}

.bgc-yellow-100, .bgcH-yellow-100:hover {
    background-color: #fff9c4 !important
}

.bdc-yellow-100, .bdcH-yellow-100:hover {
    border-color: #fff9c4 !important
}

.fill-yellow-100, .fillH-yellow-100:hover {
    fill: #fff9c4 !important
}

.str-yellow-100, .strH-yellow-100:hover {
    stroke: #fff9c4 !important
}

.c-yellow-200, .cH-yellow-200:hover {
    color: #fff59d !important
}

.bgc-yellow-200, .bgcH-yellow-200:hover {
    background-color: #fff59d !important
}

.bdc-yellow-200, .bdcH-yellow-200:hover {
    border-color: #fff59d !important
}

.fill-yellow-200, .fillH-yellow-200:hover {
    fill: #fff59d !important
}

.str-yellow-200, .strH-yellow-200:hover {
    stroke: #fff59d !important
}

.c-yellow-300, .cH-yellow-300:hover {
    color: #fff176 !important
}

.bgc-yellow-300, .bgcH-yellow-300:hover {
    background-color: #fff176 !important
}

.bdc-yellow-300, .bdcH-yellow-300:hover {
    border-color: #fff176 !important
}

.fill-yellow-300, .fillH-yellow-300:hover {
    fill: #fff176 !important
}

.str-yellow-300, .strH-yellow-300:hover {
    stroke: #fff176 !important
}

.c-yellow-400, .cH-yellow-400:hover {
    color: #ffee58 !important
}

.bgc-yellow-400, .bgcH-yellow-400:hover {
    background-color: #ffee58 !important
}

.bdc-yellow-400, .bdcH-yellow-400:hover {
    border-color: #ffee58 !important
}

.fill-yellow-400, .fillH-yellow-400:hover {
    fill: #ffee58 !important
}

.str-yellow-400, .strH-yellow-400:hover {
    stroke: #ffee58 !important
}

.c-yellow-500, .cH-yellow-500:hover {
    color: #ffeb3b !important
}

.bgc-yellow-500, .bgcH-yellow-500:hover {
    background-color: #ffeb3b !important
}

.bdc-yellow-500, .bdcH-yellow-500:hover {
    border-color: #ffeb3b !important
}

.fill-yellow-500, .fillH-yellow-500:hover {
    fill: #ffeb3b !important
}

.str-yellow-500, .strH-yellow-500:hover {
    stroke: #ffeb3b !important
}

.c-yellow-600, .cH-yellow-600:hover {
    color: #fdd835 !important
}

.bgc-yellow-600, .bgcH-yellow-600:hover {
    background-color: #fdd835 !important
}

.bdc-yellow-600, .bdcH-yellow-600:hover {
    border-color: #fdd835 !important
}

.fill-yellow-600, .fillH-yellow-600:hover {
    fill: #fdd835 !important
}

.str-yellow-600, .strH-yellow-600:hover {
    stroke: #fdd835 !important
}

.c-yellow-700, .cH-yellow-700:hover {
    color: #fbc02d !important
}

.bgc-yellow-700, .bgcH-yellow-700:hover {
    background-color: #fbc02d !important
}

.bdc-yellow-700, .bdcH-yellow-700:hover {
    border-color: #fbc02d !important
}

.fill-yellow-700, .fillH-yellow-700:hover {
    fill: #fbc02d !important
}

.str-yellow-700, .strH-yellow-700:hover {
    stroke: #fbc02d !important
}

.c-yellow-800, .cH-yellow-800:hover {
    color: #f9a825 !important
}

.bgc-yellow-800, .bgcH-yellow-800:hover {
    background-color: #f9a825 !important
}

.bdc-yellow-800, .bdcH-yellow-800:hover {
    border-color: #f9a825 !important
}

.fill-yellow-800, .fillH-yellow-800:hover {
    fill: #f9a825 !important
}

.str-yellow-800, .strH-yellow-800:hover {
    stroke: #f9a825 !important
}

.c-yellow-900, .cH-yellow-900:hover {
    color: #f57f17 !important
}

.bgc-yellow-900, .bgcH-yellow-900:hover {
    background-color: #f57f17 !important
}

.bdc-yellow-900, .bdcH-yellow-900:hover {
    border-color: #f57f17 !important
}

.fill-yellow-900, .fillH-yellow-900:hover {
    fill: #f57f17 !important
}

.str-yellow-900, .strH-yellow-900:hover {
    stroke: #f57f17 !important
}

.c-yellow-a100, .cH-yellow-a100:hover {
    color: #ffff8d !important
}

.bgc-yellow-a100, .bgcH-yellow-a100:hover {
    background-color: #ffff8d !important
}

.bdc-yellow-a100, .bdcH-yellow-a100:hover {
    border-color: #ffff8d !important
}

.fill-yellow-a100, .fillH-yellow-a100:hover {
    fill: #ffff8d !important
}

.str-yellow-a100, .strH-yellow-a100:hover {
    stroke: #ffff8d !important
}

.c-yellow-a200, .cH-yellow-a200:hover {
    color: #ff0 !important
}

.bgc-yellow-a200, .bgcH-yellow-a200:hover {
    background-color: #ff0 !important
}

.bdc-yellow-a200, .bdcH-yellow-a200:hover {
    border-color: #ff0 !important
}

.fill-yellow-a200, .fillH-yellow-a200:hover {
    fill: #ff0 !important
}

.str-yellow-a200, .strH-yellow-a200:hover {
    stroke: #ff0 !important
}

.c-yellow-a400, .cH-yellow-a400:hover {
    color: #ffea00 !important
}

.bgc-yellow-a400, .bgcH-yellow-a400:hover {
    background-color: #ffea00 !important
}

.bdc-yellow-a400, .bdcH-yellow-a400:hover {
    border-color: #ffea00 !important
}

.fill-yellow-a400, .fillH-yellow-a400:hover {
    fill: #ffea00 !important
}

.str-yellow-a400, .strH-yellow-a400:hover {
    stroke: #ffea00 !important
}

.c-yellow-a700, .cH-yellow-a700:hover {
    color: #ffd600 !important
}

.bgc-yellow-a700, .bgcH-yellow-a700:hover {
    background-color: #ffd600 !important
}

.bdc-yellow-a700, .bdcH-yellow-a700:hover {
    border-color: #ffd600 !important
}

.fill-yellow-a700, .fillH-yellow-a700:hover {
    fill: #ffd600 !important
}

.str-yellow-a700, .strH-yellow-a700:hover {
    stroke: #ffd600 !important
}

.c-amber-50, .cH-amber-50:hover {
    color: #fff8e1 !important
}

.bgc-amber-50, .bgcH-amber-50:hover {
    background-color: #fff8e1 !important
}

.bdc-amber-50, .bdcH-amber-50:hover {
    border-color: #fff8e1 !important
}

.fill-amber-50, .fillH-amber-50:hover {
    fill: #fff8e1 !important
}

.str-amber-50, .strH-amber-50:hover {
    stroke: #fff8e1 !important
}

.c-amber-100, .cH-amber-100:hover {
    color: #ffecb3 !important
}

.bgc-amber-100, .bgcH-amber-100:hover {
    background-color: #ffecb3 !important
}

.bdc-amber-100, .bdcH-amber-100:hover {
    border-color: #ffecb3 !important
}

.fill-amber-100, .fillH-amber-100:hover {
    fill: #ffecb3 !important
}

.str-amber-100, .strH-amber-100:hover {
    stroke: #ffecb3 !important
}

.c-amber-200, .cH-amber-200:hover {
    color: #ffe082 !important
}

.bgc-amber-200, .bgcH-amber-200:hover {
    background-color: #ffe082 !important
}

.bdc-amber-200, .bdcH-amber-200:hover {
    border-color: #ffe082 !important
}

.fill-amber-200, .fillH-amber-200:hover {
    fill: #ffe082 !important
}

.str-amber-200, .strH-amber-200:hover {
    stroke: #ffe082 !important
}

.c-amber-300, .cH-amber-300:hover {
    color: #ffd54f !important
}

.bgc-amber-300, .bgcH-amber-300:hover {
    background-color: #ffd54f !important
}

.bdc-amber-300, .bdcH-amber-300:hover {
    border-color: #ffd54f !important
}

.fill-amber-300, .fillH-amber-300:hover {
    fill: #ffd54f !important
}

.str-amber-300, .strH-amber-300:hover {
    stroke: #ffd54f !important
}

.c-amber-400, .cH-amber-400:hover {
    color: #ffca28 !important
}

.bgc-amber-400, .bgcH-amber-400:hover {
    background-color: #ffca28 !important
}

.bdc-amber-400, .bdcH-amber-400:hover {
    border-color: #ffca28 !important
}

.fill-amber-400, .fillH-amber-400:hover {
    fill: #ffca28 !important
}

.str-amber-400, .strH-amber-400:hover {
    stroke: #ffca28 !important
}

.c-amber-500, .cH-amber-500:hover {
    color: #ffc107 !important
}

.bgc-amber-500, .bgcH-amber-500:hover {
    background-color: #ffc107 !important
}

.bdc-amber-500, .bdcH-amber-500:hover {
    border-color: #ffc107 !important
}

.fill-amber-500, .fillH-amber-500:hover {
    fill: #ffc107 !important
}

.str-amber-500, .strH-amber-500:hover {
    stroke: #ffc107 !important
}

.c-amber-600, .cH-amber-600:hover {
    color: #ffb300 !important
}

.bgc-amber-600, .bgcH-amber-600:hover {
    background-color: #ffb300 !important
}

.bdc-amber-600, .bdcH-amber-600:hover {
    border-color: #ffb300 !important
}

.fill-amber-600, .fillH-amber-600:hover {
    fill: #ffb300 !important
}

.str-amber-600, .strH-amber-600:hover {
    stroke: #ffb300 !important
}

.c-amber-700, .cH-amber-700:hover {
    color: #ffa000 !important
}

.bgc-amber-700, .bgcH-amber-700:hover {
    background-color: #ffa000 !important
}

.bdc-amber-700, .bdcH-amber-700:hover {
    border-color: #ffa000 !important
}

.fill-amber-700, .fillH-amber-700:hover {
    fill: #ffa000 !important
}

.str-amber-700, .strH-amber-700:hover {
    stroke: #ffa000 !important
}

.c-amber-800, .cH-amber-800:hover {
    color: #ff8f00 !important
}

.bgc-amber-800, .bgcH-amber-800:hover {
    background-color: #ff8f00 !important
}

.bdc-amber-800, .bdcH-amber-800:hover {
    border-color: #ff8f00 !important
}

.fill-amber-800, .fillH-amber-800:hover {
    fill: #ff8f00 !important
}

.str-amber-800, .strH-amber-800:hover {
    stroke: #ff8f00 !important
}

.c-amber-900, .cH-amber-900:hover {
    color: #ff6f00 !important
}

.bgc-amber-900, .bgcH-amber-900:hover {
    background-color: #ff6f00 !important
}

.bdc-amber-900, .bdcH-amber-900:hover {
    border-color: #ff6f00 !important
}

.fill-amber-900, .fillH-amber-900:hover {
    fill: #ff6f00 !important
}

.str-amber-900, .strH-amber-900:hover {
    stroke: #ff6f00 !important
}

.c-amber-a100, .cH-amber-a100:hover {
    color: #ffe57f !important
}

.bgc-amber-a100, .bgcH-amber-a100:hover {
    background-color: #ffe57f !important
}

.bdc-amber-a100, .bdcH-amber-a100:hover {
    border-color: #ffe57f !important
}

.fill-amber-a100, .fillH-amber-a100:hover {
    fill: #ffe57f !important
}

.str-amber-a100, .strH-amber-a100:hover {
    stroke: #ffe57f !important
}

.c-amber-a200, .cH-amber-a200:hover {
    color: #ffd740 !important
}

.bgc-amber-a200, .bgcH-amber-a200:hover {
    background-color: #ffd740 !important
}

.bdc-amber-a200, .bdcH-amber-a200:hover {
    border-color: #ffd740 !important
}

.fill-amber-a200, .fillH-amber-a200:hover {
    fill: #ffd740 !important
}

.str-amber-a200, .strH-amber-a200:hover {
    stroke: #ffd740 !important
}

.c-amber-a400, .cH-amber-a400:hover {
    color: #ffc400 !important
}

.bgc-amber-a400, .bgcH-amber-a400:hover {
    background-color: #ffc400 !important
}

.bdc-amber-a400, .bdcH-amber-a400:hover {
    border-color: #ffc400 !important
}

.fill-amber-a400, .fillH-amber-a400:hover {
    fill: #ffc400 !important
}

.str-amber-a400, .strH-amber-a400:hover {
    stroke: #ffc400 !important
}

.c-amber-a700, .cH-amber-a700:hover {
    color: #ffab00 !important
}

.bgc-amber-a700, .bgcH-amber-a700:hover {
    background-color: #ffab00 !important
}

.bdc-amber-a700, .bdcH-amber-a700:hover {
    border-color: #ffab00 !important
}

.fill-amber-a700, .fillH-amber-a700:hover {
    fill: #ffab00 !important
}

.str-amber-a700, .strH-amber-a700:hover {
    stroke: #ffab00 !important
}

.c-orange-50, .cH-orange-50:hover {
    color: #fff3e0 !important
}

.bgc-orange-50, .bgcH-orange-50:hover {
    background-color: #fff3e0 !important
}

.bdc-orange-50, .bdcH-orange-50:hover {
    border-color: #fff3e0 !important
}

.fill-orange-50, .fillH-orange-50:hover {
    fill: #fff3e0 !important
}

.str-orange-50, .strH-orange-50:hover {
    stroke: #fff3e0 !important
}

.c-orange-100, .cH-orange-100:hover {
    color: #ffe0b2 !important
}

.bgc-orange-100, .bgcH-orange-100:hover {
    background-color: #ffe0b2 !important
}

.bdc-orange-100, .bdcH-orange-100:hover {
    border-color: #ffe0b2 !important
}

.fill-orange-100, .fillH-orange-100:hover {
    fill: #ffe0b2 !important
}

.str-orange-100, .strH-orange-100:hover {
    stroke: #ffe0b2 !important
}

.c-orange-200, .cH-orange-200:hover {
    color: #ffcc80 !important
}

.bgc-orange-200, .bgcH-orange-200:hover {
    background-color: #ffcc80 !important
}

.bdc-orange-200, .bdcH-orange-200:hover {
    border-color: #ffcc80 !important
}

.fill-orange-200, .fillH-orange-200:hover {
    fill: #ffcc80 !important
}

.str-orange-200, .strH-orange-200:hover {
    stroke: #ffcc80 !important
}

.c-orange-300, .cH-orange-300:hover {
    color: #ffb74d !important
}

.bgc-orange-300, .bgcH-orange-300:hover {
    background-color: #ffb74d !important
}

.bdc-orange-300, .bdcH-orange-300:hover {
    border-color: #ffb74d !important
}

.fill-orange-300, .fillH-orange-300:hover {
    fill: #ffb74d !important
}

.str-orange-300, .strH-orange-300:hover {
    stroke: #ffb74d !important
}

.c-orange-400, .cH-orange-400:hover {
    color: #ffa726 !important
}

.bgc-orange-400, .bgcH-orange-400:hover {
    background-color: #ffa726 !important
}

.bdc-orange-400, .bdcH-orange-400:hover {
    border-color: #ffa726 !important
}

.fill-orange-400, .fillH-orange-400:hover {
    fill: #ffa726 !important
}

.str-orange-400, .strH-orange-400:hover {
    stroke: #ffa726 !important
}

.c-orange-500, .cH-orange-500:hover {
    color: #ff9800 !important
}

.bgc-orange-500, .bgcH-orange-500:hover {
    background-color: #ff9800 !important
}

.bdc-orange-500, .bdcH-orange-500:hover {
    border-color: #ff9800 !important
}

.fill-orange-500, .fillH-orange-500:hover {
    fill: #ff9800 !important
}

.str-orange-500, .strH-orange-500:hover {
    stroke: #ff9800 !important
}

.c-orange-600, .cH-orange-600:hover {
    color: #fb8c00 !important
}

.bgc-orange-600, .bgcH-orange-600:hover {
    background-color: #fb8c00 !important
}

.bdc-orange-600, .bdcH-orange-600:hover {
    border-color: #fb8c00 !important
}

.fill-orange-600, .fillH-orange-600:hover {
    fill: #fb8c00 !important
}

.str-orange-600, .strH-orange-600:hover {
    stroke: #fb8c00 !important
}

.c-orange-700, .cH-orange-700:hover {
    color: #f57c00 !important
}

.bgc-orange-700, .bgcH-orange-700:hover {
    background-color: #f57c00 !important
}

.bdc-orange-700, .bdcH-orange-700:hover {
    border-color: #f57c00 !important
}

.fill-orange-700, .fillH-orange-700:hover {
    fill: #f57c00 !important
}

.str-orange-700, .strH-orange-700:hover {
    stroke: #f57c00 !important
}

.c-orange-800, .cH-orange-800:hover {
    color: #ef6c00 !important
}

.bgc-orange-800, .bgcH-orange-800:hover {
    background-color: #ef6c00 !important
}

.bdc-orange-800, .bdcH-orange-800:hover {
    border-color: #ef6c00 !important
}

.fill-orange-800, .fillH-orange-800:hover {
    fill: #ef6c00 !important
}

.str-orange-800, .strH-orange-800:hover {
    stroke: #ef6c00 !important
}

.c-orange-900, .cH-orange-900:hover {
    color: #e65100 !important
}

.bgc-orange-900, .bgcH-orange-900:hover {
    background-color: #e65100 !important
}

.bdc-orange-900, .bdcH-orange-900:hover {
    border-color: #e65100 !important
}

.fill-orange-900, .fillH-orange-900:hover {
    fill: #e65100 !important
}

.str-orange-900, .strH-orange-900:hover {
    stroke: #e65100 !important
}

.c-orange-a100, .cH-orange-a100:hover {
    color: #ffd180 !important
}

.bgc-orange-a100, .bgcH-orange-a100:hover {
    background-color: #ffd180 !important
}

.bdc-orange-a100, .bdcH-orange-a100:hover {
    border-color: #ffd180 !important
}

.fill-orange-a100, .fillH-orange-a100:hover {
    fill: #ffd180 !important
}

.str-orange-a100, .strH-orange-a100:hover {
    stroke: #ffd180 !important
}

.c-orange-a200, .cH-orange-a200:hover {
    color: #ffab40 !important
}

.bgc-orange-a200, .bgcH-orange-a200:hover {
    background-color: #ffab40 !important
}

.bdc-orange-a200, .bdcH-orange-a200:hover {
    border-color: #ffab40 !important
}

.fill-orange-a200, .fillH-orange-a200:hover {
    fill: #ffab40 !important
}

.str-orange-a200, .strH-orange-a200:hover {
    stroke: #ffab40 !important
}

.c-orange-a400, .cH-orange-a400:hover {
    color: #ff9100 !important
}

.bgc-orange-a400, .bgcH-orange-a400:hover {
    background-color: #ff9100 !important
}

.bdc-orange-a400, .bdcH-orange-a400:hover {
    border-color: #ff9100 !important
}

.fill-orange-a400, .fillH-orange-a400:hover {
    fill: #ff9100 !important
}

.str-orange-a400, .strH-orange-a400:hover {
    stroke: #ff9100 !important
}

.c-orange-a700, .cH-orange-a700:hover {
    color: #ff6d00 !important
}

.bgc-orange-a700, .bgcH-orange-a700:hover {
    background-color: #ff6d00 !important
}

.bdc-orange-a700, .bdcH-orange-a700:hover {
    border-color: #ff6d00 !important
}

.fill-orange-a700, .fillH-orange-a700:hover {
    fill: #ff6d00 !important
}

.str-orange-a700, .strH-orange-a700:hover {
    stroke: #ff6d00 !important
}

.c-deep-orange-50, .cH-deep-orange-50:hover {
    color: #fbe9e7 !important
}

.bgc-deep-orange-50, .bgcH-deep-orange-50:hover {
    background-color: #fbe9e7 !important
}

.bdc-deep-orange-50, .bdcH-deep-orange-50:hover {
    border-color: #fbe9e7 !important
}

.fill-deep-orange-50, .fillH-deep-orange-50:hover {
    fill: #fbe9e7 !important
}

.str-deep-orange-50, .strH-deep-orange-50:hover {
    stroke: #fbe9e7 !important
}

.c-deep-orange-100, .cH-deep-orange-100:hover {
    color: #ffccbc !important
}

.bgc-deep-orange-100, .bgcH-deep-orange-100:hover {
    background-color: #ffccbc !important
}

.bdc-deep-orange-100, .bdcH-deep-orange-100:hover {
    border-color: #ffccbc !important
}

.fill-deep-orange-100, .fillH-deep-orange-100:hover {
    fill: #ffccbc !important
}

.str-deep-orange-100, .strH-deep-orange-100:hover {
    stroke: #ffccbc !important
}

.c-deep-orange-200, .cH-deep-orange-200:hover {
    color: #ffab91 !important
}

.bgc-deep-orange-200, .bgcH-deep-orange-200:hover {
    background-color: #ffab91 !important
}

.bdc-deep-orange-200, .bdcH-deep-orange-200:hover {
    border-color: #ffab91 !important
}

.fill-deep-orange-200, .fillH-deep-orange-200:hover {
    fill: #ffab91 !important
}

.str-deep-orange-200, .strH-deep-orange-200:hover {
    stroke: #ffab91 !important
}

.c-deep-orange-300, .cH-deep-orange-300:hover {
    color: #ff8a65 !important
}

.bgc-deep-orange-300, .bgcH-deep-orange-300:hover {
    background-color: #ff8a65 !important
}

.bdc-deep-orange-300, .bdcH-deep-orange-300:hover {
    border-color: #ff8a65 !important
}

.fill-deep-orange-300, .fillH-deep-orange-300:hover {
    fill: #ff8a65 !important
}

.str-deep-orange-300, .strH-deep-orange-300:hover {
    stroke: #ff8a65 !important
}

.c-deep-orange-400, .cH-deep-orange-400:hover {
    color: #ff7043 !important
}

.bgc-deep-orange-400, .bgcH-deep-orange-400:hover {
    background-color: #ff7043 !important
}

.bdc-deep-orange-400, .bdcH-deep-orange-400:hover {
    border-color: #ff7043 !important
}

.fill-deep-orange-400, .fillH-deep-orange-400:hover {
    fill: #ff7043 !important
}

.str-deep-orange-400, .strH-deep-orange-400:hover {
    stroke: #ff7043 !important
}

.c-deep-orange-500, .cH-deep-orange-500:hover {
    color: #ff5722 !important
}

.bgc-deep-orange-500, .bgcH-deep-orange-500:hover {
    background-color: #ff5722 !important
}

.bdc-deep-orange-500, .bdcH-deep-orange-500:hover {
    border-color: #ff5722 !important
}

.fill-deep-orange-500, .fillH-deep-orange-500:hover {
    fill: #ff5722 !important
}

.str-deep-orange-500, .strH-deep-orange-500:hover {
    stroke: #ff5722 !important
}

.c-deep-orange-600, .cH-deep-orange-600:hover {
    color: #f4511e !important
}

.bgc-deep-orange-600, .bgcH-deep-orange-600:hover {
    background-color: #f4511e !important
}

.bdc-deep-orange-600, .bdcH-deep-orange-600:hover {
    border-color: #f4511e !important
}

.fill-deep-orange-600, .fillH-deep-orange-600:hover {
    fill: #f4511e !important
}

.str-deep-orange-600, .strH-deep-orange-600:hover {
    stroke: #f4511e !important
}

.c-deep-orange-700, .cH-deep-orange-700:hover {
    color: #e64a19 !important
}

.bgc-deep-orange-700, .bgcH-deep-orange-700:hover {
    background-color: #e64a19 !important
}

.bdc-deep-orange-700, .bdcH-deep-orange-700:hover {
    border-color: #e64a19 !important
}

.fill-deep-orange-700, .fillH-deep-orange-700:hover {
    fill: #e64a19 !important
}

.str-deep-orange-700, .strH-deep-orange-700:hover {
    stroke: #e64a19 !important
}

.c-deep-orange-800, .cH-deep-orange-800:hover {
    color: #d84315 !important
}

.bgc-deep-orange-800, .bgcH-deep-orange-800:hover {
    background-color: #d84315 !important
}

.bdc-deep-orange-800, .bdcH-deep-orange-800:hover {
    border-color: #d84315 !important
}

.fill-deep-orange-800, .fillH-deep-orange-800:hover {
    fill: #d84315 !important
}

.str-deep-orange-800, .strH-deep-orange-800:hover {
    stroke: #d84315 !important
}

.c-deep-orange-900, .cH-deep-orange-900:hover {
    color: #bf360c !important
}

.bgc-deep-orange-900, .bgcH-deep-orange-900:hover {
    background-color: #bf360c !important
}

.bdc-deep-orange-900, .bdcH-deep-orange-900:hover {
    border-color: #bf360c !important
}

.fill-deep-orange-900, .fillH-deep-orange-900:hover {
    fill: #bf360c !important
}

.str-deep-orange-900, .strH-deep-orange-900:hover {
    stroke: #bf360c !important
}

.c-deep-orange-a100, .cH-deep-orange-a100:hover {
    color: #ff9e80 !important
}

.bgc-deep-orange-a100, .bgcH-deep-orange-a100:hover {
    background-color: #ff9e80 !important
}

.bdc-deep-orange-a100, .bdcH-deep-orange-a100:hover {
    border-color: #ff9e80 !important
}

.fill-deep-orange-a100, .fillH-deep-orange-a100:hover {
    fill: #ff9e80 !important
}

.str-deep-orange-a100, .strH-deep-orange-a100:hover {
    stroke: #ff9e80 !important
}

.c-deep-orange-a200, .cH-deep-orange-a200:hover {
    color: #ff6e40 !important
}

.bgc-deep-orange-a200, .bgcH-deep-orange-a200:hover {
    background-color: #ff6e40 !important
}

.bdc-deep-orange-a200, .bdcH-deep-orange-a200:hover {
    border-color: #ff6e40 !important
}

.fill-deep-orange-a200, .fillH-deep-orange-a200:hover {
    fill: #ff6e40 !important
}

.str-deep-orange-a200, .strH-deep-orange-a200:hover {
    stroke: #ff6e40 !important
}

.c-deep-orange-a400, .cH-deep-orange-a400:hover {
    color: #ff3d00 !important
}

.bgc-deep-orange-a400, .bgcH-deep-orange-a400:hover {
    background-color: #ff3d00 !important
}

.bdc-deep-orange-a400, .bdcH-deep-orange-a400:hover {
    border-color: #ff3d00 !important
}

.fill-deep-orange-a400, .fillH-deep-orange-a400:hover {
    fill: #ff3d00 !important
}

.str-deep-orange-a400, .strH-deep-orange-a400:hover {
    stroke: #ff3d00 !important
}

.c-deep-orange-a700, .cH-deep-orange-a700:hover {
    color: #dd2c00 !important
}

.bgc-deep-orange-a700, .bgcH-deep-orange-a700:hover {
    background-color: #dd2c00 !important
}

.bdc-deep-orange-a700, .bdcH-deep-orange-a700:hover {
    border-color: #dd2c00 !important
}

.fill-deep-orange-a700, .fillH-deep-orange-a700:hover {
    fill: #dd2c00 !important
}

.str-deep-orange-a700, .strH-deep-orange-a700:hover {
    stroke: #dd2c00 !important
}

.c-brown-50, .cH-brown-50:hover {
    color: #efebe9 !important
}

.bgc-brown-50, .bgcH-brown-50:hover {
    background-color: #efebe9 !important
}

.bdc-brown-50, .bdcH-brown-50:hover {
    border-color: #efebe9 !important
}

.fill-brown-50, .fillH-brown-50:hover {
    fill: #efebe9 !important
}

.str-brown-50, .strH-brown-50:hover {
    stroke: #efebe9 !important
}

.c-brown-100, .cH-brown-100:hover {
    color: #d7ccc8 !important
}

.bgc-brown-100, .bgcH-brown-100:hover {
    background-color: #d7ccc8 !important
}

.bdc-brown-100, .bdcH-brown-100:hover {
    border-color: #d7ccc8 !important
}

.fill-brown-100, .fillH-brown-100:hover {
    fill: #d7ccc8 !important
}

.str-brown-100, .strH-brown-100:hover {
    stroke: #d7ccc8 !important
}

.c-brown-200, .cH-brown-200:hover {
    color: #bcaaa4 !important
}

.bgc-brown-200, .bgcH-brown-200:hover {
    background-color: #bcaaa4 !important
}

.bdc-brown-200, .bdcH-brown-200:hover {
    border-color: #bcaaa4 !important
}

.fill-brown-200, .fillH-brown-200:hover {
    fill: #bcaaa4 !important
}

.str-brown-200, .strH-brown-200:hover {
    stroke: #bcaaa4 !important
}

.c-brown-300, .cH-brown-300:hover {
    color: #a1887f !important
}

.bgc-brown-300, .bgcH-brown-300:hover {
    background-color: #a1887f !important
}

.bdc-brown-300, .bdcH-brown-300:hover {
    border-color: #a1887f !important
}

.fill-brown-300, .fillH-brown-300:hover {
    fill: #a1887f !important
}

.str-brown-300, .strH-brown-300:hover {
    stroke: #a1887f !important
}

.c-brown-400, .cH-brown-400:hover {
    color: #8d6e63 !important
}

.bgc-brown-400, .bgcH-brown-400:hover {
    background-color: #8d6e63 !important
}

.bdc-brown-400, .bdcH-brown-400:hover {
    border-color: #8d6e63 !important
}

.fill-brown-400, .fillH-brown-400:hover {
    fill: #8d6e63 !important
}

.str-brown-400, .strH-brown-400:hover {
    stroke: #8d6e63 !important
}

.c-brown-500, .cH-brown-500:hover {
    color: #795548 !important
}

.bgc-brown-500, .bgcH-brown-500:hover {
    background-color: #795548 !important
}

.bdc-brown-500, .bdcH-brown-500:hover {
    border-color: #795548 !important
}

.fill-brown-500, .fillH-brown-500:hover {
    fill: #795548 !important
}

.str-brown-500, .strH-brown-500:hover {
    stroke: #795548 !important
}

.c-brown-600, .cH-brown-600:hover {
    color: #6d4c41 !important
}

.bgc-brown-600, .bgcH-brown-600:hover {
    background-color: #6d4c41 !important
}

.bdc-brown-600, .bdcH-brown-600:hover {
    border-color: #6d4c41 !important
}

.fill-brown-600, .fillH-brown-600:hover {
    fill: #6d4c41 !important
}

.str-brown-600, .strH-brown-600:hover {
    stroke: #6d4c41 !important
}

.c-brown-700, .cH-brown-700:hover {
    color: #5d4037 !important
}

.bgc-brown-700, .bgcH-brown-700:hover {
    background-color: #5d4037 !important
}

.bdc-brown-700, .bdcH-brown-700:hover {
    border-color: #5d4037 !important
}

.fill-brown-700, .fillH-brown-700:hover {
    fill: #5d4037 !important
}

.str-brown-700, .strH-brown-700:hover {
    stroke: #5d4037 !important
}

.c-brown-800, .cH-brown-800:hover {
    color: #4e342e !important
}

.bgc-brown-800, .bgcH-brown-800:hover {
    background-color: #4e342e !important
}

.bdc-brown-800, .bdcH-brown-800:hover {
    border-color: #4e342e !important
}

.fill-brown-800, .fillH-brown-800:hover {
    fill: #4e342e !important
}

.str-brown-800, .strH-brown-800:hover {
    stroke: #4e342e !important
}

.c-brown-900, .cH-brown-900:hover {
    color: #3e2723 !important
}

.bgc-brown-900, .bgcH-brown-900:hover {
    background-color: #3e2723 !important
}

.bdc-brown-900, .bdcH-brown-900:hover {
    border-color: #3e2723 !important
}

.fill-brown-900, .fillH-brown-900:hover {
    fill: #3e2723 !important
}

.str-brown-900, .strH-brown-900:hover {
    stroke: #3e2723 !important
}

.c-grey-50, .cH-grey-50:hover {
    color: #fafafa !important
}

.bgc-grey-50, .bgcH-grey-50:hover {
    background-color: #fafafa !important
}

.bdc-grey-50, .bdcH-grey-50:hover {
    border-color: #fafafa !important
}

.fill-grey-50, .fillH-grey-50:hover {
    fill: #fafafa !important
}

.str-grey-50, .strH-grey-50:hover {
    stroke: #fafafa !important
}

.c-grey-100, .cH-grey-100:hover {
    color: #f5f5f5 !important
}

.bgc-grey-100, .bgcH-grey-100:hover {
    background-color: #f5f5f5 !important
}

.bdc-grey-100, .bdcH-grey-100:hover {
    border-color: #f5f5f5 !important
}

.fill-grey-100, .fillH-grey-100:hover {
    fill: #f5f5f5 !important
}

.str-grey-100, .strH-grey-100:hover {
    stroke: #f5f5f5 !important
}

.c-grey-200, .cH-grey-200:hover {
    color: #eee !important
}

.bgc-grey-200, .bgcH-grey-200:hover {
    background-color: #eee !important
}

.bdc-grey-200, .bdcH-grey-200:hover {
    border-color: #eee !important
}

.fill-grey-200, .fillH-grey-200:hover {
    fill: #eee !important
}

.str-grey-200, .strH-grey-200:hover {
    stroke: #eee !important
}

.c-grey-300, .cH-grey-300:hover {
    color: #e0e0e0 !important
}

.bgc-grey-300, .bgcH-grey-300:hover {
    background-color: #e0e0e0 !important
}

.bdc-grey-300, .bdcH-grey-300:hover {
    border-color: #e0e0e0 !important
}

.fill-grey-300, .fillH-grey-300:hover {
    fill: #e0e0e0 !important
}

.str-grey-300, .strH-grey-300:hover {
    stroke: #e0e0e0 !important
}

.c-grey-400, .cH-grey-400:hover {
    color: #bdbdbd !important
}

.bgc-grey-400, .bgcH-grey-400:hover {
    background-color: #bdbdbd !important
}

.bdc-grey-400, .bdcH-grey-400:hover {
    border-color: #bdbdbd !important
}

.fill-grey-400, .fillH-grey-400:hover {
    fill: #bdbdbd !important
}

.str-grey-400, .strH-grey-400:hover {
    stroke: #bdbdbd !important
}

.c-grey-500, .cH-grey-500:hover {
    color: #9e9e9e !important
}

.bgc-grey-500, .bgcH-grey-500:hover {
    background-color: #9e9e9e !important
}

.bdc-grey-500, .bdcH-grey-500:hover {
    border-color: #9e9e9e !important
}

.fill-grey-500, .fillH-grey-500:hover {
    fill: #9e9e9e !important
}

.str-grey-500, .strH-grey-500:hover {
    stroke: #9e9e9e !important
}

.c-grey-600, .cH-grey-600:hover {
    color: #757575 !important
}

.bgc-grey-600, .bgcH-grey-600:hover {
    background-color: #757575 !important
}

.bdc-grey-600, .bdcH-grey-600:hover {
    border-color: #757575 !important
}

.fill-grey-600, .fillH-grey-600:hover {
    fill: #757575 !important
}

.str-grey-600, .strH-grey-600:hover {
    stroke: #757575 !important
}

.c-grey-700, .cH-grey-700:hover {
    color: #616161 !important
}

.bgc-grey-700, .bgcH-grey-700:hover {
    background-color: #616161 !important
}

.bdc-grey-700, .bdcH-grey-700:hover {
    border-color: #616161 !important
}

.fill-grey-700, .fillH-grey-700:hover {
    fill: #616161 !important
}

.str-grey-700, .strH-grey-700:hover {
    stroke: #616161 !important
}

.c-grey-800, .cH-grey-800:hover {
    color: #424242 !important
}

.bgc-grey-800, .bgcH-grey-800:hover {
    background-color: #424242 !important
}

.bdc-grey-800, .bdcH-grey-800:hover {
    border-color: #424242 !important
}

.fill-grey-800, .fillH-grey-800:hover {
    fill: #424242 !important
}

.str-grey-800, .strH-grey-800:hover {
    stroke: #424242 !important
}

.c-grey-900, .cH-grey-900:hover {
    color: #212121 !important
}

.bgc-grey-900, .bgcH-grey-900:hover {
    background-color: #212121 !important
}

.bdc-grey-900, .bdcH-grey-900:hover {
    border-color: #212121 !important
}

.fill-grey-900, .fillH-grey-900:hover {
    fill: #212121 !important
}

.str-grey-900, .strH-grey-900:hover {
    stroke: #212121 !important
}

.c-blue-grey-50, .cH-blue-grey-50:hover {
    color: #eceff1 !important
}

.bgc-blue-grey-50, .bgcH-blue-grey-50:hover {
    background-color: #eceff1 !important
}

.bdc-blue-grey-50, .bdcH-blue-grey-50:hover {
    border-color: #eceff1 !important
}

.fill-blue-grey-50, .fillH-blue-grey-50:hover {
    fill: #eceff1 !important
}

.str-blue-grey-50, .strH-blue-grey-50:hover {
    stroke: #eceff1 !important
}

.c-blue-grey-100, .cH-blue-grey-100:hover {
    color: #cfd8dc !important
}

.bgc-blue-grey-100, .bgcH-blue-grey-100:hover {
    background-color: #cfd8dc !important
}

.bdc-blue-grey-100, .bdcH-blue-grey-100:hover {
    border-color: #cfd8dc !important
}

.fill-blue-grey-100, .fillH-blue-grey-100:hover {
    fill: #cfd8dc !important
}

.str-blue-grey-100, .strH-blue-grey-100:hover {
    stroke: #cfd8dc !important
}

.c-blue-grey-200, .cH-blue-grey-200:hover {
    color: #b0bec5 !important
}

.bgc-blue-grey-200, .bgcH-blue-grey-200:hover {
    background-color: #b0bec5 !important
}

.bdc-blue-grey-200, .bdcH-blue-grey-200:hover {
    border-color: #b0bec5 !important
}

.fill-blue-grey-200, .fillH-blue-grey-200:hover {
    fill: #b0bec5 !important
}

.str-blue-grey-200, .strH-blue-grey-200:hover {
    stroke: #b0bec5 !important
}

.c-blue-grey-300, .cH-blue-grey-300:hover {
    color: #90a4ae !important
}

.bgc-blue-grey-300, .bgcH-blue-grey-300:hover {
    background-color: #90a4ae !important
}

.bdc-blue-grey-300, .bdcH-blue-grey-300:hover {
    border-color: #90a4ae !important
}

.fill-blue-grey-300, .fillH-blue-grey-300:hover {
    fill: #90a4ae !important
}

.str-blue-grey-300, .strH-blue-grey-300:hover {
    stroke: #90a4ae !important
}

.c-blue-grey-400, .cH-blue-grey-400:hover {
    color: #78909c !important
}

.bgc-blue-grey-400, .bgcH-blue-grey-400:hover {
    background-color: #78909c !important
}

.bdc-blue-grey-400, .bdcH-blue-grey-400:hover {
    border-color: #78909c !important
}

.fill-blue-grey-400, .fillH-blue-grey-400:hover {
    fill: #78909c !important
}

.str-blue-grey-400, .strH-blue-grey-400:hover {
    stroke: #78909c !important
}

.c-blue-grey-500, .cH-blue-grey-500:hover {
    color: #607d8b !important
}

.bgc-blue-grey-500, .bgcH-blue-grey-500:hover {
    background-color: #607d8b !important
}

.bdc-blue-grey-500, .bdcH-blue-grey-500:hover {
    border-color: #607d8b !important
}

.fill-blue-grey-500, .fillH-blue-grey-500:hover {
    fill: #607d8b !important
}

.str-blue-grey-500, .strH-blue-grey-500:hover {
    stroke: #607d8b !important
}

.c-blue-grey-600, .cH-blue-grey-600:hover {
    color: #546e7a !important
}

.bgc-blue-grey-600, .bgcH-blue-grey-600:hover {
    background-color: #546e7a !important
}

.bdc-blue-grey-600, .bdcH-blue-grey-600:hover {
    border-color: #546e7a !important
}

.fill-blue-grey-600, .fillH-blue-grey-600:hover {
    fill: #546e7a !important
}

.str-blue-grey-600, .strH-blue-grey-600:hover {
    stroke: #546e7a !important
}

.c-blue-grey-700, .cH-blue-grey-700:hover {
    color: #455a64 !important
}

.bgc-blue-grey-700, .bgcH-blue-grey-700:hover {
    background-color: #455a64 !important
}

.bdc-blue-grey-700, .bdcH-blue-grey-700:hover {
    border-color: #455a64 !important
}

.fill-blue-grey-700, .fillH-blue-grey-700:hover {
    fill: #455a64 !important
}

.str-blue-grey-700, .strH-blue-grey-700:hover {
    stroke: #455a64 !important
}

.c-blue-grey-800, .cH-blue-grey-800:hover {
    color: #37474f !important
}

.bgc-blue-grey-800, .bgcH-blue-grey-800:hover {
    background-color: #37474f !important
}

.bdc-blue-grey-800, .bdcH-blue-grey-800:hover {
    border-color: #37474f !important
}

.fill-blue-grey-800, .fillH-blue-grey-800:hover {
    fill: #37474f !important
}

.str-blue-grey-800, .strH-blue-grey-800:hover {
    stroke: #37474f !important
}

.c-blue-grey-900, .cH-blue-grey-900:hover {
    color: #263238 !important
}

.bgc-blue-grey-900, .bgcH-blue-grey-900:hover {
    background-color: #263238 !important
}

.bdc-blue-grey-900, .bdcH-blue-grey-900:hover {
    border-color: #263238 !important
}

.fill-blue-grey-900, .fillH-blue-grey-900:hover {
    fill: #263238 !important
}

.str-blue-grey-900, .strH-blue-grey-900:hover {
    stroke: #263238 !important
}

.c-grey-100, .cH-grey-100:hover {
    color: #f9fafb !important
}

.bgc-grey-100, .bgcH-grey-100:hover {
    background-color: #f9fafb !important
}

.bdc-grey-100, .bdcH-grey-100:hover {
    border-color: #f9fafb !important
}

.fill-grey-100, .fillH-grey-100:hover {
    fill: #f9fafb !important
}

.str-grey-100, .strH-grey-100:hover {
    stroke: #f9fafb !important
}

.c-grey-200, .cH-grey-200:hover {
    color: #f2f3f5 !important
}

.bgc-grey-200, .bgcH-grey-200:hover {
    background-color: #f2f3f5 !important
}

.bdc-grey-200, .bdcH-grey-200:hover {
    border-color: #f2f3f5 !important
}

.fill-grey-200, .fillH-grey-200:hover {
    fill: #f2f3f5 !important
}

.str-grey-200, .strH-grey-200:hover {
    stroke: #f2f3f5 !important
}

.c-grey-300, .cH-grey-300:hover {
    color: #e6eaf0 !important
}

.bgc-grey-300, .bgcH-grey-300:hover {
    background-color: #e6eaf0 !important
}

.bdc-grey-300, .bdcH-grey-300:hover {
    border-color: #e6eaf0 !important
}

.fill-grey-300, .fillH-grey-300:hover {
    fill: #e6eaf0 !important
}

.str-grey-300, .strH-grey-300:hover {
    stroke: #e6eaf0 !important
}

.c-grey-400, .cH-grey-400:hover {
    color: #d3d9e3 !important
}

.bgc-grey-400, .bgcH-grey-400:hover {
    background-color: #d3d9e3 !important
}

.bdc-grey-400, .bdcH-grey-400:hover {
    border-color: #d3d9e3 !important
}

.fill-grey-400, .fillH-grey-400:hover {
    fill: #d3d9e3 !important
}

.str-grey-400, .strH-grey-400:hover {
    stroke: #d3d9e3 !important
}

.c-grey-500, .cH-grey-500:hover {
    color: #b9c2d0 !important
}

.bgc-grey-500, .bgcH-grey-500:hover {
    background-color: #b9c2d0 !important
}

.bdc-grey-500, .bdcH-grey-500:hover {
    border-color: #b9c2d0 !important
}

.fill-grey-500, .fillH-grey-500:hover {
    fill: #b9c2d0 !important
}

.str-grey-500, .strH-grey-500:hover {
    stroke: #b9c2d0 !important
}

.c-grey-600, .cH-grey-600:hover {
    color: #7c8695 !important
}

.bgc-grey-600, .bgcH-grey-600:hover {
    background-color: #7c8695 !important
}

.bdc-grey-600, .bdcH-grey-600:hover {
    border-color: #7c8695 !important
}

.fill-grey-600, .fillH-grey-600:hover {
    fill: #7c8695 !important
}

.str-grey-600, .strH-grey-600:hover {
    stroke: #7c8695 !important
}

.c-grey-700, .cH-grey-700:hover {
    color: #72777a !important
}

.bgc-grey-700, .bgcH-grey-700:hover {
    background-color: #72777a !important
}

.bdc-grey-700, .bdcH-grey-700:hover {
    border-color: #72777a !important
}

.fill-grey-700, .fillH-grey-700:hover {
    fill: #72777a !important
}

.str-grey-700, .strH-grey-700:hover {
    stroke: #72777a !important
}

.c-grey-800, .cH-grey-800:hover {
    color: #565a5c !important
}

.bgc-grey-800, .bgcH-grey-800:hover {
    background-color: #565a5c !important
}

.bdc-grey-800, .bdcH-grey-800:hover {
    border-color: #565a5c !important
}

.fill-grey-800, .fillH-grey-800:hover {
    fill: #565a5c !important
}

.str-grey-800, .strH-grey-800:hover {
    stroke: #565a5c !important
}

.c-grey-900, .cH-grey-900:hover {
    color: #313435 !important
}

.bgc-grey-900, .bgcH-grey-900:hover {
    background-color: #313435 !important
}

.bdc-grey-900, .bdcH-grey-900:hover {
    border-color: #313435 !important
}

.fill-grey-900, .fillH-grey-900:hover {
    fill: #313435 !important
}

.str-grey-900, .strH-grey-900:hover {
    stroke: #313435 !important
}


.bgc-black, .bgcH-black:hover {
    background-color: black !important
}

.toolbar #menu a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .toolbar #menu a {
        padding: 16px;
    }

    #menu .row > div {
        padding-bottom: 4px !important;
    }
}


.toolbar #menu img {
    text-align: center;
    font-size: 4rem;
    margin: 0 auto 0.5rem;
    display: block;
    width: 135px;
    height: 135px;
}

.toolbar #menu .dash-box {
    position: relative;
    text-align: center;
    margin: 0 auto 0.5rem;
    display: block;
    width: 100px;
    height: 100px;
}


@media (min-width: 768px) {
    .toolbar #menu .dash-box {
        width: 135px;
        height: 135px;
    }
}


.toolbar #menu .dash-box img {
    width: 100%;
    height: auto;
}


.toolbar #menu .dash-box .mpribbon {
    width: 100px;
    height: 100px;
}

    .toolbar #menu .dash-box .mpribbon::before, .toolbar #menu .dash-box .mpribbon.mpribbon::after {
        z-index: 0;
        border-width: 3px;
    }

    .toolbar #menu .dash-box .mpribbon span {
        width: 150px;
        font-size: 11px;
        padding: 10px 0;
        letter-spacing: normal;
        color: #fff !important;
    }

@media (min-width: 768px) {
    .toolbar #menu .dash-box .mpribbon span {
        width: 150px;
        font-size: 12px;
    }
}

.toolbar #menu .dash-box .mpribbon.mpribbon-top-left {
    top: -6px;
    left: -6px;
}

    .toolbar #menu .dash-box .mpribbon.mpribbon-top-left span {
        right: -17px;
        top: 20px;
        transform: rotate(-45deg);
    }

.toolbar #menu span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    font-family: 'SF Pro Display', Arial, Verdana, sans-serif;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    letter-spacing: -.016em;
}

@media (min-width: 768px) {
    .toolbar #menu .dash-box .mpribbon span {
        font-size: 17px;
    }
}

.nav.side-menu > li > a {
    /*padding: 13px 15px 2px*/
}

.nav.child_menu > li > a, .nav.side-menu > li > a {
    line-height: 1.35;
    font-size: 16px;
    font-weight: 300;
}

.nav.side-menu > li i {
    width: 30px;
    text-align: center;
    margin-right: 16px;
}

.nav.side-menu > li .sidemenuelemexpand > i {
    width: 24px;
    text-align: center;
    margin-right: 0;
    padding-right: 0.5rem !important;
}

label {
    font-weight: bold;
    letter-spacing: -.006em;
    font-size: 15px;
    font-family: 'SF Pro Display', Arial, Verdana, sans-serif
}

.btn {
    font-weight: inherit
}


.top_nav .dropdown-menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 2.471;
    color: #4c4c4c;
}

.x_panel #headerActions .bdc-blue-700 {
    border-color: #E8E8E9 !important;
}

.x_panel #headerActions .c-blue-700,
.x_panel #tableTitle .c-grey-900 {
    color: #E8E8E9 !important;
}

.x_content .ti-angle-down.c-blue-400,
.x_content .ti-angle-up.c-blue-400 {
    color: #E8E8E9 !important;
}


.active > .page-link, .page-link.active {
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    #tableTitle h4 {
        font-size: 1.3em !important;
    }

    .table td {
        font-size: 1em !important;
    }

    .table th {
        font-size: 1em !important;
    }
}

.btn-group-action .btn-group a {
    background: transparent !important;
    color: #fff;
}

.fc-day-grid-event .fc-time {
    font-weight: inherit !important;
    display: none;
}

.dataTables_length, .dataTables_filter {
    width: auto !important;
}

.dataTables_length {
    /*float: right !important;*/
    margin-left: 10px;
}

.dt-buttons {
    float: left;
}


.remove-me {
    border-radius: 0 3px 3px 0 !important;
    margin-left: 0 !important;
    border-left: 0 none !important;
}

.item .alert::after {
    top: -20px !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #CE5454 !important;
    left: 10px !important;
}

.item .alert {
    font-size: 12px;
    top: 5px !important;
}


.input-group-addon {
    cursor: pointer;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
}

.table td, .table th {
    padding: 0.45rem
}

h4, .h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.form-control, .form-select {
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.42857143;
}

    .form-control.csmall {
        height: 28px !important;
        padding: 4px;
        font-size: 13px;
        line-height: 1.42857143;
    }

textarea.form-control {
    height: auto !important;
}

    textarea.form-control.csmall {
        height: auto !important;
    }

.pull-right {
    float: right;
}

[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn {
    font-size: 14px;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

    .modal-body.maxh {
        max-height: calc(100vh);
    }

.circle-xs {
    border-radius: 8px;
    border: 4px solid;
}



.fc-content {
    background-color: rgba(255, 255, 255,0.7);
    padding: 4px 2px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
}

.fc-start {
    border-left-width: 15px !important;
}

.fc-today .fc-day-number {
    border-radius: 50%;
    background-color: #4285f4;
    margin-top: 4px;
    margin-left: -2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}



.loginp {
    width: 450px;
    margin-top: 24px;
}

    .loginp.regp {
        width: 450px;
        margin-top: 24px;
    }

        .loginp.regp.login-registration {
            width: 90vw !important;
        }

    .loginp .login-avatar {
        border-radius: 50% !important;
        width: 3.3rem;
        display: block;
        margin: 0 auto;
    }

    .loginp .alert {
        display: none;
    }

        .loginp .alert.show {
            display: block;
        }

    .loginp #left {
        border-right: 1px solid #cecece;
    }

    .loginp img {
        clear: both;
        margin: 0 auto;
    }

    .loginp h2 {
        font-size: 20px;
        font-weight: 100;
        letter-spacing: -1px;
        margin: 20px auto 24px;
        text-align: center;
        padding: 0;
        color: #757575;
    }

    .loginp h3 {
        color: #555;
        line-height: 25px;
        font-size: 16px;
    }

    .loginp .label {
        color: #68727B;
        display: block;
        font-size: 11px;
        padding-bottom: 2px;
        text-transform: uppercase;
    }

    .loginp input {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        padding: 8px 16px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .loginp .input-group {
        margin-bottom: 10px;
    }

        .loginp .input-group input {
            margin-bottom: 0;
        }

    .loginp form {
        margin-top: 26px;
    }

    .loginp .btn {
        width: 100%;
        margin: 0;
    }

    .loginp a {
        color: #0088cc;
    }

    .loginp input, textarea, input[type="file"] {
        border: 1px solid #D3D3D3;
    }

    .loginp .loginTitle {
        font-family: 'SF Pro Text',sans-serif;
        font-size: 28px;
        color: #555;
        font-weight: 100;
        display: block;
        clear: both;
        margin: 0 auto;
    }


@media (max-width:767px) {
    .loginp.regp {
        width: 650px;
        margin-top: 24px;
    }

        .loginp.regp.login-registration {
            width: 90vw !important;
        }

    .loginp .btn {
        font-size: 17px;
        padding: 0.6rem;
    }

    .loginp input, .loginp textarea, .loginp input[type="file"] {
        height: auto !important;
    }

    .loginp .alert {
        padding: 0.4rem;
        border-radius: 0;
    }

        .loginp .alert.alert-danger, .loginp .alert.alert-error {
            color: #cc0000;
            background-color: #f8d7da;
            font-size: 14px;
        }
}

@media screen and (max-width:480px) {

    .loginp.regp {
        width: 450px;
        margin-top: 24px;
    }

        .loginp.regp.login-registration {
            width: 90vw !important;
        }

    .loginp input {
        font-size: 19px;
    }

    .loginp .btn {
        font-size: 19px;
    }
}

.modal.login-popup .modal-dialog.modal-lg {
    max-width: 500px;
}

.modal.login-popup .box_grid {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0 !important;
}

.modal.login-popup .loginp {
    width: 100%;
}


.abcRioButton {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 6px 2px;
    margin-bottom: 24px;
    -webkit-box-shadow 0 2px 4px 0px rgba(0,0,0,.25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

    .abcRioButton:hover {
        -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
        box-shadow: 0 0 3px 3px rgba(66,133,244,.3)
    }

.abcRioButtonBlue {
    background-color: #4285f4;
    border: none;
    color: #fff
}

    .abcRioButtonBlue:hover {
        background-color: #4285f4
    }

    .abcRioButtonBlue:active {
        background-color: #3367d6
    }

.abcRioButtonGoogle {
    background-color: #ffffff;
    border: none;
    color: rgba(0,0,0, 0.54)
}

    .abcRioButtonGoogle:hover {
        background-color: #fafbfc;
    }

    .abcRioButtonGoogle:active {
        background-color: #fdfeff;
    }

.abcRioButtonFacebook {
    background-color: #1877f2;
    border: none;
    color: #fff
}

    .abcRioButtonFacebook:hover {
        background-color: #166fe5
    }

    .abcRioButtonFacebook:active {
        background-color: #29487d
    }

.abcRioButtonMagenta {
    background-color: #ef4562;
    border: none;
    color: #fff
}

    .abcRioButtonMagenta:hover {
        background-color: #ef4562
    }

    .abcRioButtonMagenta:active {
        background-color: #df4051;
    }


.abcRioButtonLightBlue {
    background-color: #f5f6f7;
    color: #757575
}

    .abcRioButtonLightBlue:active {
        background-color: #eaeaea;
        color: #6d6d6d
    }

.abcRioButtonIcon {
    float: none;
    vertical-align: middle;
    margin-right: 8px;
}

.abcRioButton .abcRioButtonIcon {
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px float: none;
    padding: 4px;
    display: inline-block;
}

.abcRioButton.abcRioButtonFacebook .abcRioButtonIcon {
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.abcRioButtonSvg {
    display: block
}

.abcRioButtonIconImage img {
    width: 100%;
    height: 100%;
}

.abcRioButtonContents {
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: .60px;
    margin-left: 6px;
    margin-right: 6px;
}

.abcRioButtonContentWrapper {
    height: 100%;
    width: 100%
}

.abcRioButtonBlue .abcRioButtonContentWrapper {
    border: 1px solid transparent
}

.abcRioButtonErrorWrapper,
.abcRioButtonWorkingWrapper {
    display: none;
    height: 100%;
    width: 100%
}

.abcRioButtonErrorIcon,
.abcRioButtonWorkingIcon {
    margin-left: auto;
    margin-right: auto
}

.abcRioButtonErrorState,
.abcRioButtonWorkingState {
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0,0,0,.17);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    color: #262626
}

    .abcRioButtonErrorState:hover,
    .abcRioButtonWorkingState:hover {
        border: 1px solid #aaa;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1)
    }

    .abcRioButtonErrorState:active,
    .abcRioButtonWorkingState:active {
        border: 1px solid #aaa;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 1px 0 #ddd;
        box-shadow: inset 0 1px 0 #ddd;
        color: #262626
    }

    .abcRioButtonWorkingState,
    .abcRioButtonWorkingState:hover {
        background-color: #f5f5f5
    }

        .abcRioButtonWorkingState:active {
            background-color: #e5e5e5
        }

    .abcRioButtonErrorState,
    .abcRioButtonErrorState:hover {
        background-color: #fff
    }

        .abcRioButtonErrorState:active {
            background-color: #e5e5e5
        }

        .abcRioButtonWorkingState .abcRioButtonWorkingWrapper,
        .abcRioButtonErrorState .abcRioButtonErrorWrapper {
            display: block
        }

        .abcRioButtonErrorState .abcRioButtonContentWrapper,
        .abcRioButtonWorkingState .abcRioButtonContentWrapper,
        .abcRioButtonErrorState .abcRioButtonWorkingWrapper {
            display: none
        }

.-webkit-keyframes abcRioButtonWorkingIconPathSpinKeyframes {
    0%

{
    -webkit-transform: rotate(0)
}

}


span.lined::before, span.lined::after {
    border-top: 1px solid #e4e4e4;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.85em;
    width: 45%;
}

span.lined {
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-top: 8px;
}

.wmenu {
    background: #F7F7F7 none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(23, 24, 26, 0.11);
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: border-color 0.5s ease 0s, opacity 0.4s ease 0s;
    z-index: 40;
}


.wversion {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    color: #ccc;
    padding: 5px 12px;
    border-radius: 4px 0 0 0;
}

.wmenu ul {
    float: right;
    display: inline-block;
    padding-left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.wmenu li {
    border-right: 1px solid #d4d7d9;
    display: inline-block;
    transition: background-color 0.2s ease-out 0s;
}

    .wmenu li a {
        color: #17181a;
        font-size: 14px;
        letter-spacing: 0;
        padding: 0 12px;
        text-decoration: none;
        font-family: "Myriad Set Pro",arial, sans-serif;
        font-weight: 500;
        line-height: 2.2;
        display: inline-block;
    }

    .wmenu li:hover {
        border-right: 1px solid #d4d7d9;
        display: inline-block;
        transition: background-color 0.3s ease-out 0s;
        background-color: #ddd;
    }

.help-block.with-errors {
    font-size: 14px;
    color: rgb(255,59,48);
}

.control-label {
    font-weight: inherit;
    letter-spacing: -.006em;
    font-size: 15px;
    display: inline-block;
    margin-bottom: .5rem;
}

    .control-label.csmall {
        font-weight: inherit;
        letter-spacing: -.006em;
        font-size: 13px;
        display: inline-block;
        margin-bottom: .2rem;
    }

table.table-edited td .add {
    display: none;
}

.modal-full .modal-dialog {
    margin: 0;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
    position: absolute;
}

.modal-full {
    padding-right: 0 !important;
}

    .modal-full .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

#contentBody {
    overflow-y: hidden;
}

#contentFrame {
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: -fill-available;
    height: 100%;
    position: absolute;
}

.floatingButton {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 40px;
    right: 230px;
    background-color: #138496;
    color: #FFF;
    z-index: 999;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    border-width: 0;
}

.floatingButtonMiddle {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    left: 68%;
    z-index: 999;
    background-color: #138496;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    border-width: 0;
}

.floatingIcon {
    margin-top: 22px;
    font-size: xx-large;
    color: ghostwhite;
}

#buttonsFilters {
    margin-bottom: 0.5rem;
}

.btn-sm-circle {
    font-size: 10px;
    font-weight: inherit;
    width: 25px;
    height: 25px;
    border-radius: 15px !important;
    padding: 5px 0;
}

.editinp {
    cursor: pointer;
}

    .editinp:before {
        content: "\e61c";
        font-family: 'themify';
        float: right;
        color: #555;
    }

    .editinp:hover:before {
        color: #0088cc;
    }

    .editinp.eleditable:before {
        content: "";
    }


.file-size-info {
    display: none !important;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}


table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    left: 0.5em;
    right: auto !important;
    content: "" !important;
    text-align: left;
    background-image: url("https://analist-cdn.s3.eu-central-1.amazonaws.com/mapweb/Scripts/DataTables/DataTables-1.10.16/images/sort_asc.png");
    height: 20px;
    width: 20px;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
    left: 0.5em;
    right: auto !important;
    content: "" !important;
    background-image: url("https://analist-cdn.s3.eu-central-1.amazonaws.com/mapweb/Scripts/DataTables/DataTables-1.10.16/images/sort_desc.png");
    height: 20px;
    width: 20px;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0.45rem !important;
    padding-left: 30px;
}

#mainbody {
    position: relative;
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .full-centered::before, .full-centered::after {
        height: 1px !important;
    }

    .form-group .control-label {
        font-size: 18px;
    }


    .form-group .control-label {
        font-size: 18px;
    }

    .form-group input, .form-group textarea, .form-group input[type="file"] {
        height: 44px !important;
        font-size: 18px !important;
    }

    .form-group .select2-container--default .select2-selection--single {
        height: 44px !important;
        border-radius: 0;
        border: 1px solid #ced4da;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #dae4ea !important;
        font-size: 17px !important;
        height: 42px !important;
    }


    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px !important;
    }

    .btn-big {
        font-size: 19px;
        padding: 1rem 1rem;
    }
}

.select2-container {
    font: 300 15px "SF Pro Display",arial, sans-serif;
}

.bootbox.modal.modal-full .modal-body {
    padding: 0 16px !important;
}


.bootbox.modal.modal-full .bootbox-close-button {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 10;
}

.bootbox.modal.modal-full .modal-body {
    max-height: calc(100vh - 30px);
}

.bootbox.modal.modal-full .bootbox-body {
    height: calc(100% - 42px);
    padding-top: 42px;
}

.pagination .pagination-items-page {
    padding-left: 0.5rem;
}

.pagination .dropdown-menu {
    min-width: 3.5rem !important;
}

div.callout {
    background-color: #F0F8FF;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    min-height: 50px;
    border: 1px solid #F0F8FF;
    max-width: 100%;
    min-width: 200px;
    box-shadow: 4px 4px 4px #dedede;
}

.callout::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout.top::before {
    left: 45%;
    bottom: -20px;
    border-top: 10px solid #F0F8FF;
}

.callout.bottom::before {
    left: 45%;
    top: -20px;
    border-bottom: 10px solid #F0F8FF;
}

.callout.left::before {
    right: -20px;
    top: 5%;
    border-left: 10px solid #F0F8FF;
}

.callout.right::before {
    left: -10px;
    top: 0;
    border-width: 0px 10px 10px 0;
    border-color: transparent #F0F8FF transparent transparent;
}

.callout.top-left::before {
    left: 7px;
    bottom: -20px;
    border-top: 10px solid #F0F8FF;
}

.callout.top-right::before {
    right: 7px;
    bottom: -20px;
    border-top: 20px solid #F0F8FF;
}


div.callout-green-200 {
    background-color: #e1ffc7;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    min-height: 50px;
    border: 1px solid #e1ffc7;
    max-width: 100%;
    min-width: 200px;
    box-shadow: 4px 4px 4px #dedede;
}

.callout-green-200::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout-green-200.top-green-200::before {
    left: 45%;
    bottom: -20px;
    border-top: 10px solid #a5d6a7;
}

.callout-green-200.bottom-green-200::before {
    left: 45%;
    top: -20px;
    border-bottom: 10px solid #a5d6a7;
}

.callout-green-200.left-green-200::before {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}

.callout-green-200.right-green-200::before {
    left: -20px;
    top: 5%;
    border-right: 10px solid #a5d6a7;
}

.callout-green-200.top-left-green-200::before {
    left: 7px;
    bottom: -20px;
    border-top: 10px solid #a5d6a7;
}

.callout-green-200.top-right-green-200::before {
    right: 7px;
    bottom: -20px;
    border-top: 10px solid #a5d6a7;
}

.circle-80, .circle-70, .circle-60, .circle-50, .circle-40 {
    background: #e9ecef;
    border-radius: 80px;
    color: darkslategrey;
    height: 80px;
    font-weight: bold;
    display: table;
    margin: 5px;
    text-align: center;
}

.circle-80 {
    width: 80px;
    height: 80px;
}

.circle-70 {
    width: 70px;
    height: 70px;
}

.circle-60 {
    width: 60px;
    height: 60px;
}

.circle-50 {
    width: 50px;
    height: 50px;
}

.circle-40 {
    width: 40px;
    height: 40px;
}

    .circle-40 p {
        font-size: 14px;
    }


    .circle-40 p,
    .circle-50 p,
    .circle-60 p,
    .circle-70 p,
    .circle-80 p {
        vertical-align: middle;
        display: table-cell;
    }

.dlk-radio input[type="radio"],
.dlk-radio input[type="checkbox"] {
    margin-left: -99999px;
    display: none;
}

    .dlk-radio input[type="radio"] + i,
    .dlk-radio input[type="checkbox"] + i {
        opacity: 0.25
    }

    .dlk-radio input[type="radio"]:checked + i,
    .dlk-radio input[type="checkbox"]:checked + i {
        opacity: 1
    }

.btn-vlight {
    color: #212529;
    background-color: #f9fafb;
    border-color: #b7b8b9;
    padding: .085rem .45rem;
    line-height: 1.6;
    font-size: 16px;
}

    .btn-vlight i {
        font-size: 16px;
        line-height: 1.6;
    }



/*#region breadcrumbOrangeRow*/

.orangerow {
    overflow: auto;
    position: relative;
}

    .orangerow .breadcrumb {
        background: transparent;
        padding: 0.1rem 0.5rem;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .orangerow .breadcrumb-item.active {
        background: #ff4400;
    }

    .orangerow .breadcrumb-item [class^="ti-"] {
        line-height: 1.35;
    }

    .orangerow .breadcrumb-item {
        display: block;
        float: left;
        background: #ffa280;
        text-align: center;
        height: 30px;
        position: relative;
        margin: 0 32px 0 0;
        text-decoration: none;
        color: #fff;
        padding: 2px 6px;
        line-height: 1.35;
        cursor: pointer;
    }

        .orangerow .breadcrumb-item + .breadcrumb-item.active::before {
            border-color: #ff4400 #ff4400 #ff4400 transparent;
        }

        .orangerow .breadcrumb-item.active::after {
            border-left: 20px solid #ff4400;
        }

        .orangerow .breadcrumb-item::after {
            content: "" !important;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 20px solid #ffa280;
            position: absolute;
            top: 0;
            margin-left: 6px;
        }

        .orangerow .breadcrumb-item + .breadcrumb-item::before {
            content: "" !important;
            position: absolute;
            border-width: 15px 0 15px 20px;
            border-style: solid;
            border-color: #ffa280 #ffa280 #ffa280 transparent;
            left: -26px;
            top: 0;
        }

.breadcrumbs.orangerow {
    width: 100%;
    position: relative;
    overflow: hidden
}
/*#endregion breadcrumbOrangeRow*/


.whats-header.whats-header {
    background: white !important;
    z-index: 100;
}

#chat #areaMsg .message .description {
    font-weight: normal;
    font-size: 18px;
}

#areaMsg .message {
    line-height: 1.2rem;
    cursor: pointer !important;
    margin: 0px !important;
}

    #areaMsg .message .description {
        font-weight: 250;
        font-size: 15px;
    }


.itemdetail {
    font-size: 1.1rem;
}

    .itemdetail .title {
        color: black;
        font-weight: 400;
    }

    .itemdetail .value,
    .itemdetail .value a {
        color: cornflowerblue;
        padding-left: 0.5rem;
        overflow-wrap: break-word;
    }

        .itemdetail .value a {
            text-decoration: underline;
        }


ul#top_menu .visitor-info {
    padding: 16px 32px;
    text-align: center;
    min-width: 260px;
}

ul#top_menu .visitor-actions {
    display: inline-block;
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    margin-bottom: 16px;
    list-style: none;
    padding: 0;
    width: 100%;
}

    ul#top_menu .visitor-actions li {
        width: 100%;
    }

        ul#top_menu .visitor-actions li a {
            display: inline-block;
            padding: 8px 20px;
            line-height: 1.3;
        }

ul#top_menu #nav_menu_profile {
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
}

ul#top_menu #nav_menu_logout {
    padding: 6px 12px;
    color: #ffffff;
    background-color: #757677;
    font-size: 14px;
    border-color: #dadce0;
}

ul#top_menu #nav_menu_logout {
    margin-bottom: 16px;
}

ul#top_menu .visitor-info .visitor-avatar {
    margin: 0 auto 12px;
    display: block;
}

ul#top_menu .visitor-info .visitor-den {
    color: var(--visitorinfo-denomination-color);
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 3px;
}

ul#top_menu .visitor-info .visitor-company {
    color: var(--visitorinfo-data-color);
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
}

ul#top_menu .visitor-info .visitor-email {
    color: var(--visitorinfo-data-color);
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 16px;
}

ul#top_menu {
    float: right;
    margin: 0 0 0 10px;
    padding: 8px 24px 8px 0;
    font-size: 15px;
    font-size: 0.8125rem;
    list-style: none;
}

@media (max-width: 991px) {
    ul#top_menu {
        margin: -2px 0 0 2px;
        padding-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

ul#top_menu li {
    float: left;
    margin: 0;
    line-height: 1;
    margin-right: 15px;
    cursor: pointer;
}

    ul#top_menu li:last-child {
        margin-right: 0;
        position: relative;
        top: 0;
    }

@media (max-width: 991px) {
    ul#top_menu li {
        margin: 0 0 0 10px;
    }
}

ul#top_menu li a {
    color: var(--topmenu-link-color);
}

    ul#top_menu li a:hover {
        color: var(--topmenu-link-hover-color);
    }

    ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top, ul#top_menu li a.cart-menu-btn {
        display: block;
        width: 22px;
        height: 23px;
        position: relative;
        top: 8px;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

@media (max-width: 991px) {
    ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top, ul#top_menu li a.cart-menu-btn {
        top: 2px;
    }
}

ul#top_menu li a.login:before, ul#top_menu li a.wishlist_bt_top:before, ul#top_menu li a.cart-menu-btn:before {
    font-family: 'Glyphter';
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    line-height: 1;
}

.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.wishlist_bt_top:before, .sticky ul#top_menu li a.cart-menu-btn:before {
    color: #444;
}

ul#top_menu li a.wishlist_bt_top {
    text-indent: -9999px;
    overflow: hidden;
}

    ul#top_menu li a.wishlist_bt_top:before {
        content: '\0043';
    }

ul#top_menu li a.login {
    text-indent: -9999px;
    overflow: hidden;
}

    ul#top_menu li a.login:before {
        content: '\0042';
    }

ul#top_menu li a.cart-menu-btn {
    top: 6px;
}

@media (max-width: 991px) {
    ul#top_menu li a.cart-menu-btn {
        top: 0;
    }
}

ul#top_menu li a.cart-menu-btn:before {
    content: '\0041';
}

ul#top_menu li a.cart-menu-btn strong {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: -15px;
    right: -10px;
    text-align: center;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

ul#top_menu li a.logged {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    ul#top_menu li a.logged img {
        width: 26px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 991px) {
    ul#top_menu li a.logged {
        top: 0;
    }
}

.visitor-avatar {
    border-radius: 50% !important;
}

.visitor-avatar-xl {
    border-radius: 50% !important;
    width: 96px;
}

.dash-box {
    position: relative;
}
/* ribbon */
.mpribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .mpribbon::before,
    .mpribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .mpribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.mpribbon-top-left {
    top: -10px;
    left: -10px;
}

    .mpribbon-top-left::before,
    .mpribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .mpribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .mpribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .mpribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.mpribbon-top-right {
    top: -10px;
    right: -10px;
}

    .mpribbon-top-right::before,
    .mpribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .mpribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .mpribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .mpribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.mpribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .mpribbon-bottom-left::before,
    .mpribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .mpribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .mpribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .mpribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.mpribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .mpribbon-bottom-right::before,
    .mpribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .mpribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .mpribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .mpribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

.table .table-icon img {
    max-width: 28px;
}


@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }

    24% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    48% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    56% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    64% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    72% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    88% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }

    24% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    48% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    56% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    64% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    72% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    88% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes ring-pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245,54,92,.7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(245,54,92,0)
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245,54,92,0)
    }
}

@keyframes ring-pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245,54,92,.7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(245,54,92,0)
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245,54,92,0)
    }
}

#top_menu .notificationsbadge {
    font-size: 1rem;
    color: #6d768b;
}

    #top_menu .notificationsbadge h6 {
        color: #aaabac;
    }

#top_menu .dropdown-heading {
    padding: 1.2rem 1rem;
    font-weight: 700;
}

#top_menu .notificationsbadge .nav-link {
    cursor: pointer;
    color: #96aac8 !important;
    padding: 0 0.5rem;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    white-space: nowrap;
}

    #top_menu .notificationsbadge .nav-link:after {
        display: none;
    }

    #top_menu .notificationsbadge .nav-link:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        background-color: var(--notification-hover-bg);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .1s ease-in-out;
        transition: -webkit-transform .1s ease-in-out;
        transition: transform .1s ease-in-out;
        transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
        z-index: 0
    }

    #top_menu .notificationsbadge .nav-link:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #top_menu .notificationsbadge .nav-link:disabled {
        cursor: unset;
        color: #f1f4f8
    }


    #top_menu .notificationsbadge .nav-link.dark:before {
        background-color: #40495d
    }

    #top_menu .notificationsbadge .nav-link .nav-link-content {
        z-index: 1;
        cursor: pointer;
        color: #a9acaf !important;
    }

#top_menu .notificationsbadge .ring {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    text-align: center;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round
}

    #top_menu .notificationsbadge .ring svg {
        margin: 6px auto 0;
        height: 26px;
    }

#top_menu .notificationsbadge.active .ring {
    -webkit-transform-origin: 50% 4px;
    transform-origin: 50% 4px;
    -webkit-animation: ring 1.5s ease-in-out 2s infinite;
    animation: ring 1.5s ease-in-out 2s infinite;
}


#top_menu .notificationsbadge .notification-badge {
    background-color: #cccccc;
    z-index: 2;
    padding: 0;
    line-height: 5px;
    min-height: 5px;
    min-width: 5px;
    height: 5px;
    width: 5px;
    border-radius: 50%
}

#top_menu .notificationsbadge.active .notification-badge {
    background-color: #f5365c;
}

#top_menu .notificationsbadge .notification-indicator {
    top: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    #top_menu .notificationsbadge .notification-indicator:before {
        content: "";
        background-color: transparent;
        border: 2px solid #cccccc;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

#top_menu .notificationsbadge.active .notification-indicator:before {
    border: 2px solid #f5365c;
    -webkit-animation: ring-pulse 1.5s ease-in-out infinite;
    animation: ring-pulse 1.5s ease-in-out infinite
}


ul#top_menu .notificationsbadge .notifications-list {
    display: inline-block;
    border-bottom: 0 none;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    min-width: 280px;
}

ul#top_menu .notificationsbadge .markAllAsReadBtn {
    font-size: 12px;
    padding: 4px 8px;
    color: #676767;
}

    ul#top_menu .notificationsbadge .markAllAsReadBtn:hover {
        color: #0088cc;
    }

ul#top_menu .notificationsbadge .notifications-list li {
    box-shadow: none;
    border-bottom: solid 1px lightgrey;
}

    ul#top_menu .notificationsbadge .notifications-list li a {
        text-transform: none;
    }

ul#top_menu .notificationsbadge a.list-group-item {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0.8rem 1.05rem;
}

    ul#top_menu .notificationsbadge a.list-group-item:first-child {
        border-top-width: 1px;
    }

ul#top_menu .notificationsbadge a[class*="list-group"] {
    font-size: 17px;
    margin-top: 0;
    border-radius: 0;
    text-align: left;
}

ul#top_menu .notificationsbadge .list-group-item-action:focus, ul#top_menu .notificationsbadge .list-group-item-action:hover {
    background-color: #494b4d;
    border-color: rgba(0,0,0,.035);
    opacity: 1;
}

ul#top_menu .notificationsbadge .notif-title {
    font-weight: 500 !important;
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 1.3;
    color: #a0a1a2;
}

ul#top_menu .notificationsbadge .notif-desc {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    width: 100%;
    color: #868788 !important;
}
/* Footer */
footer {
    background-color: #121416;
    color: #fbfbfb;
    color: rgba(255, 255, 255, 0.7);
}

    footer h5 {
        color: #fff;
        margin: 25px 0;
        font-size: 18px;
        font-size: 1.125rem;
    }

@media (max-width: 575px) {
    footer h5 {
        margin: 25px 0 10px 0;
    }
}

footer ul li {
    margin-bottom: 5px;
}

    footer ul li a {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        position: relative;
        color: #fff;
        opacity: 0.7;
    }

        footer ul li a:hover {
            color: #fc5b62;
            opacity: 1;
        }

        footer ul li a i {
            margin-right: 10px;
            color: #fff;
        }

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

    footer ul.links li a:hover:after {
        opacity: 1;
        color: #fc5b62;
    }



footer ul.contacts li a i {
    margin-right: 10px;
}

footer hr {
    opacity: 0.1;
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7;
}

@media (max-width: 767px) {
    footer #copy {
        text-align: left;
        margin: 5px 0 20px 0;
    }
}


ul#footer-selector {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

    ul#footer-selector li {
        float: left;
        margin-right: 10px;
    }

@media (max-width: 575px) {
    ul#footer-selector li:last-child {
        margin-top: 5px;
    }
}

/* Addtional links Footer */
ul#additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    float: left;
}

    ul#additional_links li {
        display: inline-block;
    }

        ul#additional_links li:not(:first-child) {
            margin-left: 20px;
        }

        ul#additional_links li span {
            color: #fff;
            opacity: 0.5;
        }

        ul#additional_links li a {
            color: #fff;
            opacity: 0.5;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            ul#additional_links li a:hover {
                opacity: 1;
            }

        ul#additional_links li:not(:first-child):before {
            content: "|";
            font-weight: 300;
            position: relative;
            right: 10px;
        }


.styled-select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
}

    .styled-select button {
        background: transparent;
        width: 110%;
        padding-left: 10px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        height: 30px;
        color: #ccc;
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
        font-weight: 500;
        -moz-appearance: window;
        -webkit-appearance: none;
        cursor: pointer;
        outline: none;
    }

        .styled-select button:hover {
            color: #fff !important;
            outline: none;
            box-shadow: none;
        }

    .styled-select select::-ms-expand {
        display: none;
    }

    .styled-select#lang-selector select option {
        color: #555;
    }

    .styled-select#lang-selector::after {
        font-family: Themify;
        content: "\e665";
        color: #fff;
        position: absolute;
        right: 10px;
        top: 0;
    }

.btn-favorite, .btn-unfavorite {
    padding: 0 5px;
    color: #b5b7b9;
}

    .btn-favorite:focus, .btn-unfavorite:focus {
        box-shadow: none;
    }

    .btn-favorite.active, .btn-favorite:hover {
        color: #ee1010;
    }

    .btn-unfavorite.active, .btn-unfavorite:hover {
        color: #ee1010;
    }

.btn-xl {
    font-size: 1.65rem;
}

@media (min-width: 992px) {
    .leftnavbar-container {
        max-width: 360px;
    }

    .leftnavbar.navbar,
    leftnavbar.navbar-collapse {
        flex-direction: column;
    }

    .leftnavbar.navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
}

.leftnavbar .nav-item .nav-link {
    font-size: 0.950rem;
    border-radius: 0 50px 50px 0;
    padding: 10px 36px 10px 24px !important;
    color: var(--leftnavbar-color);
    font-weight: 400;
}

    .leftnavbar .nav-item .nav-link.disabled {
        font-size: 0.950rem;
        border-radius: 0 50px 50px 0;
        padding: 10px 36px 10px 24px !important;
        color: #3c4043;
    }

    .leftnavbar .nav-item .nav-link.active {
        background: var(--leftnavbar-active-bg) !important;
        color: var(--leftnavbar-active-color) !important;
    }

    .leftnavbar .nav-item .nav-link:hover {
        background: var(--leftnavbar-hover-bg);
        color: var(--leftnavbar-hover-color);
        transition: background 15ms;
    }

    .leftnavbar .nav-item .nav-link:focus {
        background: var(--leftnavbar-focus-bg);
        color: var(--leftnavbar-focus-color);
        transition: background 75ms;
    }

.leftnavbar .nav-item i {
    width: 24px;
    text-align: center;
    margin-right: 10px;
}

.bg-light {
    color: rgb(var(--bs-primary-rgb)) !important;
}


/*css per le tab*/
.nav-tabs {
    background-color: var(--nav-tabs-bg);
}

.tab-content {
    background-color: var(--tab-content-bg);
    color: var(--tab-content-color);
    padding: 0
}

.nav-tabs > li > a {
    border: medium none;
}

    .nav-tabs > li > a:hover {
        background-color: var(--nav-tabs-link-hover-bg);
        border-radius: 0;
        color: var(--nav-tabs-link-hover-color);
    }

/*end tab css */
.detail-panel {
    background: var(--detailpanel-bg);
}

.detail-panel-light {
    background: var(--detailpanel-light-bg) !important;
}

    .detail-panel .c-grey-900,
    .detail-panel-light .c-grey-900 {
        color: #E8E8E9;
    }

.ui-sortable .bdc-blue-700 {
    border-color: #fff !important;
}

.ui-sortable .c-blue-700 {
    color: #fff !important;
}

.table {
    font-size: 15px;
}


.modal-content .bdc-blue-700 {
    border-color: #E8E8E9 !important;
}

.modal-content .c-blue-700 {
    color: #131314 !important;
}


button.bdc-blue-700 {
    border-color: #131314 !important;
    color: #131314 !important;
}

button i.c-blue-700 {
    color: #131314 !important;
}

.card {
    background: var(--card-bg) !important;
    margin-bottom: 0.2em;
}

.card-body label {
    color: var(--card-label) !important;
}


.gradient-dark-bg {
    background: linear-gradient(104.19deg,rgba(37,1,83,0) 39.91%,#3b0388 77.15%),linear-gradient(96.54deg,rgba(6,189,196,0.78) 13.14%,rgba(2,214,215,0) 57.93%),#440496 !important;
}

.card.gradient-dark-bg {
    border: 0;
}

.gradient-light-bg {
    background: radial-gradient(100.99% 100.73% at 0% 0%,rgba(0,196,204,0.725916) 0%,#00c4cc 0.01%,rgba(0,196,204,0) 100%),radial-gradient(68.47% 129.02% at 22.82% 97.71%,#6420ff 0%,rgba(100,32,255,0) 100%),radial-gradient(106.1% 249.18% at 0% 0%,#00c4cc 0%,rgba(0,196,204,0) 100%),radial-gradient(64.14% 115.13% at 5.49% 50%,#6420ff 0%,rgba(100,32,255,0) 100%),#7d2ae7 !important;
}

.card.gradient-light-bg {
    border: 0;
}

.input-group-dark .input-group-text, .input-group-dark .form-control {
    background: linear-gradient(30deg,#18191b,#18191b);
    border: 1px solid #18191b;
    color: rgba(255, 255, 255, 0.9);
}

#loader {
    background: var(--loader-bg) !important;
}

    #loader .spinner, .blockloader .spinner {
        background-color: var(--loader-spinner-bg);
    }

.selection-div {
    background: var(--bs-body-bg);
}

i.customsize {
    font-size: 1.30rem;
    padding-right: 0.4rem;
}

.listview-toolbar {
    background: var(--listview-toolbar-bg);
}

@media (max-width:767px) {
    .listview-toolbar .buttons-toolbar > div {
        width: 100%;
    }

    .listview-toolbar .listview-searchbar > div {
        margin-top: 8px;
        width: 100%;
    }
}


.buttons-toolbar .btn, .listview-searchbar .btn {
    padding: 9px 12px;
}

.buttons-toolbar .dropdown-item {
    color: var(--bs-body-color);
    padding: 5px 10px;
}

    .buttons-toolbar .dropdown-item input {
        margin-right: 6px;
    }

    .buttons-toolbar .dropdown-item:focus, .buttons-toolbar .dropdown-item:hover {
        color: #cdcecf;
        background-color: #333333;
    }

.buttons-toolbar .spacing {
    width: 4px;
    background-color: var(--bs-body-bg);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bootstrap-table tbody .row-selection label {
    padding: 6px;
}

.bootstrap-table .row-selection input {
    width: 16px;
    height: 16px;
}

.bg-gray {
    background-color: #303136 !important;
}


.blockloader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--loader-bg) !important;
    z-index: 90;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .blockloader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }

body.modal-open .modal {
    backdrop-filter: blur(2px);
}

.listViewAdvSearch label {
    color: var(--bs-body-color);
}


.visitor-avatar .avatar-img {
    max-width: 100%;
    height: auto
}

.visitor-avatar, .visitor-avatar .avatar-img, .visitor-avatar .avatar-text {
    border-radius: 50%
}

    .visitor-avatar .avatar-text {
        background: #2787f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        line-height: 0;
        height: 100%;
        width: 100%
    }

.visitor-avatar {
    height: 44px;
    width: 44px
}

    .visitor-avatar > .avatar-text {
        font-size: 15.1724137931px
    }

    .visitor-avatar.avatar-xl {
        height: 82px;
        width: 82px
    }

        .visitor-avatar.avatar-xl > .avatar-text {
            font-size: 28.275862069px
        }

    .visitor-avatar.avatar-lg {
        height: 68px;
        width: 68px
    }

        .visitor-avatar.avatar-lg > .avatar-text {
            font-size: 23.4482758621px
        }

    .visitor-avatar.avatar-sm {
        height: 34px;
        width: 34px
    }

        .visitor-avatar.avatar-sm > .avatar-text {
            font-size: 11.724137931px
        }

    .visitor-avatar.avatar-xs {
        height: 26px;
        width: 26px
    }

        .visitor-avatar.avatar-xs > .avatar-text {
            font-size: 8.9655172414px
        }

    .visitor-avatar .avatar-text > svg {
        height: 1em;
        width: 1em
    }


.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.select2-container {
    color: #454545;
}


.bootstrap-table .box_grid {
    background-color: #212529;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

    .bootstrap-table .box_grid.box_linked {
        cursor: pointer;
        transition: background-color 0.5s ease-out;
    }

        .bootstrap-table .box_grid.box_linked:hover {
            background-color: #36393f;
        }

    .bootstrap-table .box_grid .topright {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 9px 10px;
        display: inline-block;
        color: #fff;
        line-height: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .bootstrap-table .box_grid .bottomleft {
        position: absolute;
        left: 15px;
        bottom: 15px;
        z-index: 1;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 9px 10px;
        display: inline-block;
        color: #fff;
        line-height: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .bootstrap-table .box_grid .bottomright {
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 1;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 9px 10px;
        display: inline-block;
        color: #fff;
        line-height: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }


    .bootstrap-table .box_grid figure {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
    }

        .bootstrap-table .box_grid figure small {
            position: absolute;
            background-color: black;
            background-color: rgba(0, 0, 0, 0.6);
            left: 20px;
            top: 22px;
            text-transform: uppercase;
            color: #ccc;
            font-weight: 600;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            padding: 7px 10px 4px 10px;
            line-height: 1;
        }

        .bootstrap-table .box_grid figure .read_more {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            text-align: center;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 2;
        }

            .bootstrap-table .box_grid figure .read_more span {
                background-color: #fcfcfc;
                background-color: rgba(255, 255, 255, 0.8);
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                display: inline-block;
                color: #222;
                font-size: 12px;
                font-size: 0.75rem;
                padding: 5px 10px;
            }

        .bootstrap-table .box_grid figure:hover .read_more {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .bootstrap-table .box_grid figure a img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .bootstrap-table .box_grid figure a:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        }

    .bootstrap-table .box_grid .wrapper {
        padding: 0;
    }

        .bootstrap-table .box_grid .wrapper h3 {
            font-size: 19px;
            font-size: 1.20rem;
            margin-top: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .bootstrap-table .box_grid .wrapper p {
            margin-bottom: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .bootstrap-table .box_grid .box-section {
        padding: 15px 25px;
        border-top: 1px solid #ededed;
    }

.bootstrap-table .dropdown-toggle::after {
    display: none;
}


.bootstrap-table .card-view.row-selection {
    display: inline-block;
    float: right;
}

.bootstrap-table .row-menu .dropdown-toggle {
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 18px;
}

.bootstrap-table .row-menu .dropdown-menu .dropdown-item i {
    padding-right: 12px;
    font-size: 18px;
}

.bootstrap-table .row-menu .dropdown-menu {
    overflow: hidden;
}

.bootstrap-table .row-menu .dropdown-toggle:hover,
.bootstrap-table .row-menu .dropdown-togglefocus {
    background-color: var(--datatable-action-hover-bg);
}

.x_title h2, .x_title_action h2, table.tile_info td p {
    white-space: nowrap;
    text-overflow: ellipsis
}

.site_title, .x_title h2, .x_title_action h2, table.tile_info td p {
    text-overflow: ellipsis
}

    .detail a, .expand, .jqstooltip, .paging_full_numbers a:hover, .site_title:focus, .site_title:hover, a, a:focus, a:hover {
        text-decoration: none
    }

.byline, .main_menu .fa {
    -webkit-font-smoothing: antialiased
}

.daterangepicker .calendar.single {
    margin: 0 0 4px
}

    .daterangepicker .calendar.single .calendar-table {
        width: 224px;
        padding: 0 0 4px !important
    }

        .daterangepicker .calendar.single .calendar-table thead tr:first-child th {
            padding: 8px 5px
        }

        .daterangepicker .calendar.single .calendar-table thead th {
            border-radius: 0
        }

.daterangepicker .ranges li {
    color: #73879C
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        background: #536A7F;
        border: 1px solid #536A7F;
        color: #fff
    }

.daterangepicker .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: none !important
}

    .daterangepicker .input-mini.active {
        border: 1px solid #ccc
    }

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.monthselect, .daterangepicker select.secondselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0 !important
}

.daterangepicker select.monthselect {
    margin-right: 2%
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff
}

.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E
}

.daterangepicker:after, .daterangepicker:before {
    content: none
}

.niceScroll {
    overflow-x: auto;
    overflow-y: auto;
}

    .niceScroll::-webkit-scrollbar {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .niceScroll::-webkit-scrollbar-track {
        background: transparent !important;
    }

    .niceScroll::-webkit-scrollbar-thumb {
        background-color: #b8b7b4 !important;
        border-radius: 20px !important;
        border: 3px solid transparent !important;
    }

    .niceScroll::-webkit-scrollbar-corner {
        color: #b8b7b4 !important;
    }

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 90000;
    top: 0;
}

    #loader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.ps__rail-y {
    opacity: 0.6;
}

footer {
    padding-left: var(--sidebar-occupy-start,0);
    border-top: 2px solid #222426;
    z-index: 5;
}

.bottomAction {
    margin: 0;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 999;
    padding: 5px 0;
}

.btn-l-circle {
    width: 64px;
    height: 64px !important;
    border-radius: 40px !important;
    font-size: 30px;
    line-height: 1.2;
}

.orange {
    background: orange !important;
    border-color: orange !important;
    color: white !important;
}

#breadcrumbsIcon {
    margin-bottom: 0.5rem;
}

    #breadcrumbsIcon .breadcrumb-icon-item {
        margin-right: 0.8rem;
        float: left;
        padding: 0.2rem 0.7rem;
        border: 0.1px solid lightgray;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        background-color: #fff;
        cursor: pointer !important;
        z-index: 30000;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        line-height: 2.6rem;
        text-align: center;
    }

.breadcrumb-icon-item.active {
    background-color: #F5F5F5 !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 2px solid #dee2e6;
}


.overflow_hidden, .sidebar-widget, .site_title, .tile, .weather-days .col-sm-2, .x_title h2, .x_title_action h2, table.tile_info td p {
    overflow: hidden
}

.nav-sm .hidden-small {
    visibility: hidden
}

.nav-sm .body .right_col {
    padding: 0 20px 0;
    margin-left: 0;
    z-index: 2;
}

.nav-sm .navbar.nav_title {
    width: 70px
}

    .nav-sm .navbar.nav_title a span {
        display: none
    }

.nav-sm .navbar.nav_title {
    display: none
}

    .nav-sm .navbar.nav_title a i {
        font-size: 27px;
        margin: 13px 0 0 3px
    }

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 0;
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 5px
}

.nav-sm .nav.side-menu li.active-sm ul ul, .nav-sm ul.nav.child_menu ul {
    position: static;
    width: 200px;
    background: 0 0
}

.nav-sm .menu_section h3, .nav-sm .profile, .nav-sm .menu_section span.fa {
    display: none
}


.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #1ABB9C
}


.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1ABB9C !important
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none
}

    .nav-sm ul.nav.child_menu li {
        padding: 0 10px
    }

        .nav-sm ul.nav.child_menu li a {
            text-align: left !important
        }

.menu_section {
    margin-bottom: 35px
}

    .menu_section h3 {
        padding-left: 15px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px #000
    }

    .menu_section > ul {
        margin-top: 0
    }

.profile_pic {
    width: 42px;
}

    .profile_pic img {
        width: 100%;
    }


.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52,73,94,.44);
    padding: 4px
}

.profile_data {
    padding: 25px 10px 10px;
}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}

.nav-sm .menu_section {
    margin: 0
}

.nav-sm li li span.fa {
    display: inline-block
}


body .body .right_col {
    background: var(--bs-body-bg) !important;
}

.nav_title {
    width: 230px;
    float: left;
    background: var(--bs-body-bg);
    border-radius: 0;
    height: 57px
}


.nav-md .body .right_col {
    padding: 0 20px 0;
    clear: both;
    position: relative;
}


.nav_title .site_title img {
    max-width: 150px;
    float: left;
    max-height: 55px;
}

@media (max-width:991px) {
    .nav-md .body .right_col, .nav-md .body .top_nav {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .nav-md .body .right_col {
        width: 100%;
        padding-right: 0
    }

    .right_col {
        padding: 0 10px 0 !important
    }
}

@media (max-width:1200px) {
    .x_title h2, .x_title_action h2 {
        font-size: 17px
    }

    .graph, .tile {
        zoom: 85%;
        height: inherit
    }
}

@media (max-width:1270px) and (min-width:192px) {
    .x_title h2 small {
        display: none
    }
}


.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.green {
    color: #1ABB9C
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #34495E
}

.border-blue {
    border-color: #3498DB !important
}

.border-purple {
    border-color: #9B59B6 !important
}

.border-green {
    border-color: #1ABB9C !important
}

.border-aero {
    border-color: #9CC2CB !important
}

.border-red {
    border-color: #E74C3C !important
}

.border-dark {
    border-color: #34495E !important
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

.top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover, .top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover {
    background: #D9DEE4
}

body {
    font-family: 'SF Pro Display', Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.471;
    font-weight: 300;
}

.main_container .top_nav {
    display: block;
}

.no-padding {
    padding: 0 !important
}

.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}

    .page-title .title_left {
        width: 45%;
        float: left;
        display: block
    }

        .page-title .title_left h3 {
            margin: 9px 0
        }

    .page-title .title_right {
        width: 55%;
        float: left;
        display: block
    }

        .page-title .title_right .pull-right {
            margin: 10px 0
        }

table.no-margin .progress {
    margin-bottom: 0
}

.main_content {
    padding: 10px 20px
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, :active, :focus, :visited, a, a:active, a:focus, a:visited {
    outline: 0
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E
}

.navbar-right {
    margin-right: 0
}

.top_nav .navbar-right {
    margin: 0;
    float: right
}

    .top_nav .navbar-right li {
        display: inline-block;
        float: right;
        position: static
    }

@media (min-width:480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}

.top_nav .dropdown-menu li {
    width: 100%
}

    .top_nav .dropdown-menu li a {
        width: 100%;
        padding: 12px 20px
    }

.top_nav li a i {
    font-size: 15px
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}

    .sidebar-header:first-of-type {
        margin-top: 0
    }

.nav.side-menu > li {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.nav.side-menu li > a {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    padding: var(--sidebar-nav-link-padding-y) var(--sidebar-nav-link-padding-x);
    color: var(--sidebar-nav-link-color);
    text-decoration: none;
    background: var(--sidebar-nav-link-bg);
    border: var(--sidebar-nav-link-border);
    border-radius: var(--sidebar-nav-link-border-radius);
    transition: background .15s ease,color .15s ease;
}

.nav.side-menu > li > a:hover {
    color: #08f !important
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: 0 0
}

.sidemenuelem.active {
    background: var(--sidemenu-item-active-bg);
}

.nav.child_menu {
    display: none
}

    .nav.child_menu li.active, .nav.child_menu li:hover {
        background-color: rgba(255,255,255,.06)
    }

    .nav.child_menu li {
        padding-left: 20px
    }

.nav.top_menu > li > a, .nav > li > a {
    position: relative;
    display: block
}

.nav.child_menu > li > a, .nav.side-menu > li > a {
    color: var(--sidebar-nav-link-color);
}
    /*.top_nav .dropdown-menu li a:hover,*/
    #toolbarbottom #menu a:hover,
    .nav.side-menu > li > a:hover {
        background: var(--sidemenu-hover-bg);
        color: var(--sidemenu-hover-color) !important;
    }

.nav li li.current-page a, .nav.child_menu li li a.active, .nav.child_menu li li a:hover {
    color: #fff
}

.nav.child_menu li li.active, .nav.child_menu li li:hover {
    background: 0 0
}

.nav > li > a {
    padding: 12px 10px
}

.nav.side-menu > li.active, .nav.side-menu > li.current-page a {
    color: #fff;
}

.nav li.current-page a:hover {
    color: #fff !important;
}

.nav li.current-page {
    background: rgba(255,255,255,.05)
}

.nav li li li.current-page {
    background: 0 0
}

.nav.side-menu .navbar-brand, .nav.side-menu .navbar-nav > li > a, .site_title {
    color: #4c4c4c !important;
    margin-left: 0 !important
}

.site_title {
    margin: 0;
    padding-left: 10px
}

.nav.navbar-nav > li > a {
    color: #515356 !important
}

.nav.top_menu > li > a {
    padding: 10px 15px;
    color: #34495E !important
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent
}

.top_search {
    padding: 0
}

    .top_search .form-control {
        box-shadow: inset 0 1px 0 rgba(0,0,0,.075);
        border-radius: 25px 0 0 25px;
        padding-left: 20px;
        border: 1px solid rgba(221,226,232,.49)
    }

        .top_search .form-control:focus {
            border: 1px solid rgba(221,226,232,.49);
            border-right: 0
        }

    .top_search .input-group-btn button {
        border-radius: 0 25px 25px 0;
        border: 1px solid rgba(221,226,232,.49);
        border-left: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        color: #93A2B2;
        margin-bottom: 0 !important
    }

.tiles, .top_tiles {
    margin-bottom: 0
}

#menu .row > div {
    padding-bottom: 24px;
}

.nav.toggle {
    float: left;
    margin: 0;
    padding-top: 12px;
    width: 50px
}

    .nav.toggle a {
        padding: 0 15px 0;
        margin: 0;
        cursor: pointer
    }

#sidebar-main .menu_close {
    text-align: right;
    padding: 24px;
    margin: 0;
    cursor: pointer
}

    #sidebar-main .menu_close i {
        font-size: 24px
    }

.nav.toggle a i {
    font-size: 17px
}

@media (max-width:767px) {
    .nav_menu .toggle {
        float: left;
        margin: 0;
        padding-top: 12px;
        width: auto;
    }

    #header-nav #header-logo-div {
        height: auto !important;
        max-height: 46px;
    }

        #header-nav #header-logo-div img {
            width: auto !important;
            max-width: 100%;
            max-height: 32px;
            height: auto;
        }
}

#crmStateLegend span {
    display: block;
}

.nav.child_menu > li > a {
    color: var(--sidemenu-color);
    font-size: 16px;
    padding: 6px 0 10px;
}

.panel_toolbox {
    float: right;
}

    .panel_toolbox > li {
        float: left;
        cursor: pointer;
        margin: 0 0 0 6px;
    }

        .panel_toolbox > li > a {
            padding: 5px;
            color: #C5C7CB;
            font-size: 14px
        }

            .panel_toolbox > li > a:hover {
                background: #F5F7FA
            }

.main_menu_side {
    padding: 0;
}

.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 6px
}



.footer_fixed footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

.degrees:after, .x_content, .x_panel {
    position: relative
}

@media (min-width:768px) {
    .footer_fixed .nav-sm footer, .footer_fixed footer {
        margin-left: 0
    }
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}

.tooltip {
    display: block !important
}

.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px
}

.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: 700
}

article.media {
    width: 100%
}

.expand {
    display: block;
    color: #555;
    cursor: pointer
}

    .expand h2 {
        width: 85%;
        float: left
    }

h2 {
    font-size: 18px;
    font-weight: 400
}

#left, #right {
    display: table
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.detail a {
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px
}

.detail {
    margin: 10px 0;
    display: none;
    line-height: 22px;
    height: 150px
}

    .detail span {
        margin: 0
    }

.right-arrow {
    width: 10px;
    float: right;
    font-weight: 700;
    font-size: 20px
}

.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}

.x_panel, .x_title {
    margin-bottom: 10px
}

.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block
}

.accordion .panel:hover {
    background: #F2F5F7
}

.x_panel {
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: var(--card-bg);
    -webkit-column-break-inside: avoid;
    opacity: 1;
    border: var(--xpanel-border);
    transition: all .2s ease
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px
}

    .x_title .filter, .x_title_action .filter {
        width: 40%;
        float: right
    }

.x_content, table.tile td ul li a, table.tile_info {
    width: 100%
}

.x_title h2, .x_title h4, .x_title_action h2, .x_title_action h4 {
    margin: 5px 0 6px;
    float: left;
    display: block
}

    .x_title h2 small, .x_title_action h2 small {
        margin-left: 10px
    }

.x_title span, .x_title_action span {
    color: inherit
}

.x_content {
    padding: 0 5px 6px;
    float: left;
    clear: both;
    margin-top: 5px
}

    .x_content h4 {
        font-size: 16px;
        font-weight: 500
    }

legend {
    padding-bottom: 7px
}

.dataTables_paginate a {
    padding: 6px 9px !important;
    background: var(--datatable-paginate-bg) !important;
    border-color: var(--datatable-paginate-bg) !important;
}

.paging_full_numbers a.paginate_active {
    background-color: rgba(38,185,154,.59) !important;
    border-color: rgba(38,185,154,.59) !important
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 8px 0 8px;
    border: 1px solid #333;
    text-align: center;
    color: #999;
    font-size: 15px;
    background-color: #fff
}

td.details, td.group {
    background-color: #d1cfd0
}

.dataTables_length {
    width: 40%;
    float: left
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}

.dataTables_info {
    width: 60%;
    float: left
}

.dataTables_paginate {
    float: right;
    text-align: right
}

.dataTables_empty, table.display td.center {
    text-align: center
}

table.dataTable td.focus, table.dataTable th.focus {
    outline: #1ABB9C solid 2px !important;
    outline-offset: -1px
}

.paging_full_numbers a:active, table.display thead td:active, table.display thead th:active {
    outline: 0
}

table.display thead th {
    padding: 8px 18px 8px 10px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    cursor: pointer
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid #000;
    font-weight: 700
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa
}

table.display td {
    padding: 3px 10px
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.top .dataTables_info {
    float: none
}

.clear {
    clear: both
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}

tfoot input {
    margin: .5em 0;
    width: 100%;
    color: #444
}

    tfoot input.search_init {
        color: #999
    }

td.group {
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E
}

td.details {
    border: 2px solid #A19B9E
}

.dropdown-menu {
    background: var(--dropdown-menu-bg);
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    background-clip: padding-box;
    top: 100%;
    z-index: 9998;
    border: var(--dropdown-menu-border);
}

    .dropdown-menu > li > a {
        color: var(--dropdown-menu-item-color);
    }

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px
}

.media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px
}

    .media .date .day, .media .date .month {
        margin: 0;
        text-align: center;
        color: #fff
    }

    .media .date .day {
        font-size: 27px;
        line-height: 27px;
        font-weight: 700
    }

.event .media-body a.title {
    font-weight: 700
}

.event .media-body p {
    margin-bottom: 0
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale
}

a.star {
    color: #428bca !important
}

.mail_content {
    background: #FFF;
    border-radius: 4px;
    margin-top: 20px;
    min-height: 500px;
    padding: 10px 11px;
    width: 100%
}

.btn-group .btn, .btn-group-vertical .btn {
    margin-bottom: 0;
    margin-right: 0
}

#toolbarbottom {
    padding: 32px 0 0;
    clear: both;
}

    #toolbarbottom #menu a span {
        font-weight: var(--toolbarbottom-font-weight) !important;
        color: var(--toolbarbottom-color);
    }

@media (max-width:767px) {
    #crmStateLegend span {
        display: block;
    }

    .x_panel {
        padding: 10px;
    }

    #toolbarbottom {
        padding: 0 0 8px;
        clear: both;
    }

    .nav-md .main_container .top_nav {
        display: block;
        margin-left: 0;
    }

    .nav.side-menu li a {
        text-align: left !important;
        font-size: 17px;
        font-weight: 200
    }

    .nav.child_menu li.active, .nav-md .nav.side-menu li.active-sm {
        border-right: 5px solid #1ABB9C
    }

    .nav.side-menu li.active-sm ul ul, .nav-md ul.nav.child_menu ul {
        position: static;
        width: 200px;
        background: 0 0
    }

    .nav.side-menu > li.active-sm > a {
        color: #1ABB9C !important
    }

    .nav.side-menu li a i.toggle-up {
        display: none !important
    }

    .nav-md .menu_section h3, .nav-md .profile, .nav-md .menu_section span.fa {
        display: none
    }

    .nav.side-menu li a i {
        font-size: 17px !important;
        text-align: left;
        width: auto !important;
        margin-bottom: 5px
    }

    /*
    .nav-md ul.nav.child_menu {
        left: 100%;
        position: absolute;
        top: 0;
        width: 210px;
        z-index: 4000;
        background: #3E5367;
        display: none
    }
        */

    ul.nav.child_menu li {
        padding: 0 10px
    }

        ul.nav.child_menu li a {
            text-align: left !important
        }
}

.attachment {
    margin-top: 30px
}

    .attachment ul {
        width: 100%;
        list-style: none;
        padding-left: 0;
        display: inline-block;
        margin-bottom: 30px
    }

        .attachment ul li {
            float: left;
            width: 150px;
            margin-right: 10px;
            margin-bottom: 10px
        }

            .attachment ul li img {
                height: 150px;
                border: 1px solid #ddd;
                padding: 5px;
                margin-bottom: 10px
            }

            .attachment ul li span {
                float: right
            }

    .attachment .file-name {
        float: left
    }

    .attachment .links {
        width: 100%;
        display: inline-block
    }

.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0
}

span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    cursor: pointer;
}


.form-control, .form-select {
    width: 100%;
    font: 300 15px "SF Pro Display",arial, sans-serif;
}

.input-group-text {
    font-size: 15px;
    padding: 0 .75rem;
}

.table-middle th, .table-middle td {
    vertical-align: middle;
}

.form-horizontal .control-label {
    padding-top: 8px
}

.form-control:focus, .form-select:focus {
    box-shadow: none !important
}

legend {
    font-size: 18px;
    color: inherit
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}

    .form-control-feedback.left {
        border-right: 1px solid #ccc;
        left: 13px
    }

    .form-control-feedback.right {
        border-left: 1px solid #ccc;
        right: 13px
    }

.form-control.has-feedback-left {
    padding-left: 45px
}

.form-control.has-feedback-right {
    padding-right: 45px
}

.form-group {
    margin-bottom: 12px
}

.validate {
    margin-top: 10px
}

.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}

    .invalid-form-error-message.filled {
        border-left: 2px solid #E74C3C
    }

.bad input, .bad select, .bad textarea {
    border: 1px solid #CE5454;
    box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: .7s 1 shake linear
}

.item input, .item textarea {
    transition: .42s
}

.item .alert {
    float: left;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #CE5454;
    max-width: 170px;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    transition: .15s ease-out
}

    .item .alert::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-color: transparent #CE5454 transparent transparent;
        border-style: solid;
        border-width: 11px 7px;
        position: absolute;
        left: -13px;
        top: 1px
    }

.item.bad .alert {
    left: 0;
    opacity: 1
}

.well .markup {
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none
}

    .well .markup::after {
        content: "Example";
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 1px
    }

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    color: #39f;
    font-weight: bolder
}

.btn {
    border-radius: 3px
}

a.btn-danger, a.btn-primary, a.btn-success, a.btn-warning {
    color: #fff
}

.btn-success {
    background: #26B99A;
    border: 1px solid #169F85
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        background: #169F85
    }

.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F
}

    .btn-dark.active, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open .dropdown-toggle.btn-dark {
        color: #FFF;
        background-color: #394D5F;
        border-color: #394D5F
    }

.btn-round {
    border-radius: 30px
}


textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px
}

    textarea:focus {
        outline-style: solid;
        outline-width: 2px
    }


.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important
}

ul.bar_tabs {
    overflow: visible;
    margin: 21px 0 0;
    padding-left: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 0 none;
}

    ul.bar_tabs > li {
        border: 0 none;
        color: #333 !important;
        margin-right: 8px;
        background: none;
        border-bottom: none;
        border-radius: 4px 4px 0 0
    }

        ul.bar_tabs > li.active {
            border-right: 6px solid #D3D6DA;
            border-top: 0;
            margin-top: -15px
        }

        ul.bar_tabs > li a.active {
            background-color: #303136;
            border-radius: 4px 4px 0 0;
        }


        ul .bar_tabs > li a {
            padding: 10px 17px;
            background: #F5F7FA;
            margin: 0;
            border-top-right-radius: 0
        }

        ul.bar_tabs > li.active a {
            border-bottom: none
        }

    ul.bar_tabs.right {
        padding-right: 14px
    }

a:focus {
    outline: 0
}

.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important
}

    .tag:after {
        content: " ";
        height: 30px;
        width: 0;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        pointer-events: none;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 11px solid #1ABB9C
    }

.widget {
    min-width: 250px;
    max-width: 310px
}

.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px
}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #fff;
    height: 1px;
    margin: 10px 0
}

ul.messages {
    padding: 0;
    list-style: none
}

    .tasks li, ul.messages li {
        border-bottom: 1px dotted #e6e6e6;
        padding: 8px 0
    }

        img.avatar, ul.messages li img.avatar {
            height: 32px;
            width: 32px;
            float: left;
            display: inline-block;
            border-radius: 2px;
            padding: 2px;
            background: #f7f7f7;
            border: 1px solid #e6e6e6
        }

        ul.messages li .message_date {
            float: right;
            text-align: right
        }

        ul.messages li .message_wrapper {
            margin-left: 50px;
            margin-right: 40px
        }

            ul.messages li .message_wrapper h4.heading {
                font-weight: 600;
                margin: 0 0 10px;
                cursor: pointer;
                line-height: 100%
            }

            ul.messages li .message_wrapper blockquote {
                padding: 0 10px;
                margin: 0;
                border-left: 5px solid #eee
            }

.avatar img {
    border-radius: 50%;
    max-width: 45px
}

.notifications a, .tabbed_notifications h2, .view .tools, .view a.info {
    text-transform: uppercase
}

.thumbnail .image {
    height: 120px;
    overflow: hidden
}

.caption {
    padding: 9px 5px;
    background: #F7F7F7
}

    .caption p {
        margin-bottom: 5px
    }

.thumbnail {
    height: 190px;
    overflow: hidden
}

.form-group.has-feedback span {
    display: block !important
}

.input-group-btn .btn {
    margin-bottom: 0
}

.input-group.date .input-group-addon {
    border-radius: 0px !important;
    background-color: #ffff !important
}

.price {
    font-size: 40px;
    font-weight: 400;
    color: #26B99A;
    margin: 0
}

.product-image img {
    width: 90%
}

.login {
    background: #F7F7F7
}

.animate {
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}


.alignleft {
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.clearfix:after, form:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}

header {
    width: 100%
}

.editor-wrapper {
    min-height: 250px;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0,0,0,.07451) 0 1px 1px 0 inset;
    overflow: scroll;
    outline: 0;
    border-radius: 3px
}


div[data-role=editor-toolbar] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 38px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #73879C;
        padding-top: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding-top: 3px
    }


    .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__clear {
        margin-top: 2px;
        border: none;
        border-radius: 0;
        padding: 3px 5px
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.progress {
    border-radius: 0
}

.progress-bar-info {
    background-color: #3498DB
}

.progress-bar-success {
    background-color: #26B99A
}

ul.notifications {
    float: right;
    display: block;
    margin-bottom: 7px;
    padding: 0;
    width: 100%
}

.notifications li {
    float: right;
    margin: 3px;
    width: 36px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3)
}

    .notifications li:last-child {
        margin-left: 0
    }

.notifications a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 9px 8px
}

.fc-state-default {
    background: #f5f5f5;
    color: #73879C
}

.fc-state-active, .fc-state-down {
    color: #333;
    background: #ccc
}

.dropzone {
    min-height: 300px;
    border: 1px solid #e5e5e5
}

.main_menu .label {
    line-height: 11px;
    margin-top: 4px
}

@media (max-width:460px) {
    .dataTables_wrapper .col-sm-6 {
        width: 100%;
        margin-bottom: 5px
    }

        .dataTables_wrapper .col-sm-6 .dataTables_filter {
            float: none
        }
}


@media (max-width:767px) {
    .dataTables_length {
        float: none
    }

    .nav-md .hidden-small {
        visibility: hidden
    }

    .nav-md .body .right_col {
        padding: 0 20px 0;
        margin-left: 0;
        z-index: 2;
        position: relative;
    }

    .nav-md .navbar.nav_title {
        width: 70px
    }

        .nav-md .navbar.nav_title a span {
            display: none
        }

    .nav-md .navbar.nav_title {
        display: none
    }

        .nav-md .navbar.nav_title a i {
            font-size: 27px;
            margin: 13px 0 0 3px
        }
}

.daterangepicker.xdisplay {
    width: 228px
}

.dataTables_wrapper > .row {
    overflow: auto !important
}

.icheckbox_flat-green {
    position: relative;
}

#toolbarbottom li {
    display: inline-block;
    padding: 0 10px;
}

    #toolbarbottom li i {
        text-align: center;
        font-size: 4rem;
        margin-bottom: 0.5rem;
        display: block;
    }

#toolbarbottom ul li {
    text-align: center;
}

#toolbarbottom li span {
    margin-top: 0.5rem;
}


#toolbarbottom .fa {
    color: #2A3F54
}

.x_panel {
    display: block;
    clear: both;
}

.x_content {
    float: none;
}

.modal-footer .btn {
    margin-bottom: 0 !important;
}

.dataTables_wrapper {
    padding: 15px;
}

.dropdown-item {
    font-size: 15px;
}

.max_panel {
    max-width: 1200px;
    margin: 0 auto 10px auto !important;
}

.rcrumbs {
    white-space: nowrap;
}

    .rcrumbs .breadcrumb {
        padding: .11rem 0.92rem;
        font-size: 0.95em;
    }


.full-centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}


    .full-centered::before, .full-centered::after {
        box-flex: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
        box-sizing: border-box;
    }


    .full-centered > .c-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .full-centered > c-close {
        background: #fff;
        bottom: 0;
        direction: ltr;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }

h2.h2-min {
    font-size: 24px;
}

.rcrumbs > ol > li {
    overflow: hidden;
    display: none;
}

    .rcrumbs > ol > li.show {
        display: inline-block;
    }

    .rcrumbs > ol > li.ellipsis {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

.copyable {
    padding-right: 16px;
    position: relative;
    cursor: pointer;
}

    .copyable::after {
        content: "\f0c5";
        color: #fff;
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
    }

    .copyable.copied::after {
        content: "\f087";
        color: #1976d2;
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
    }

    .copyable:hover {
        background-color: rgba(190,200,250,0.3);
    }

.bootbox .modal-content {
    margin-top: auto;
    margin-bottom: auto;
}

.bootbox .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

.bootbox .modal-body {
    max-height: calc(100vh);
}

.jconfirm .jconfirm-box div.jconfirm-title-c, .jconfirm.jconfirm-datalives .jconfirm-box .jconfirm-buttons {
    font-weight: bold;
    text-align: center;
}

    .jconfirm.jconfirm-datalives .jconfirm-box .jconfirm-buttons button:first-child {
        color: white;
        background-color: #87bd33;
        text-transform: uppercase;
    }

.jconfirm.jconfirm-datalives .jconfirm-box, .jconfirm .jconfirm-box {
    border-top: solid 7px #87bd33;
    border-bottom: solid 1px #87bd33;
    border-left: solid 1px #87bd33;
    border-right: solid 1px #87bd33;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    left: -100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    transition: 0.5s;
}


    .sidenav .inputLayer, .sidenav .pcr-button {
        width: 100% !important;
    }

.bootstrap-select > .dropdown-toggle {
    z-index: 0 !important;
}

#resourceDetail {
    padding-top: 70px;
}

.gm-style-iw {
    top: 15px !important;
    background-color: #4285F4;
    box-shadow: 0 1px 6px rgba(300, 0, 0, 0);
    border: 0px solid rgba(178, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
}

.gm-style .gm-style-iw > div, .gm-style .gm-style-iw > div > div {
    max-width: 210px !important;
    overflow: hidden !important;
}

#iw-container .iw-title {
    font-family: 'Myriad-Pro-Light';
    font-size: 14px;
    font-weight: 500;
    padding: 2.1%;
    background-color: #87bd33;
    color: white;
    margin: 0px;
    min-width: 210px;
    border-radius: 3px 3px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}

#map {
    width: 100%;
    background-color: grey;
    margin-left: 0;
}

.imgHolder {
    float: right;
}

    .imgHolder span {
        right: 5px;
        top: 2px;
    }

#iw-container {
    font-weight: 500;
}

button[title=Close] {
    box-shadow: none;
    right: 6px !important;
    top: 10px !important;
}

    button[title=Close] > img {
        width: 16px !important;
        height: 16px !important;
    }

span[role="checkbox"] img {
    margin-bottom: 0.55rem;
}

a[class*=list-group] {
    text-align: center;
}


div.list-group, ul.list-group, a[class*=list-group] {
    margin-top: 1.5rem;
    color: #87bd33;
}

a[class*=list-group] {
    font-size: x-large;
}

    a[class*=list-group]:hover, a[class*=list-group]:focus {
        color: #fff;
        background-color: #87bd33;
        border-color: #87bd33;
        cursor: pointer;
    }

#logoutbtn, .datalives-btn {
    background: -webkit-linear-gradient(top, #87bd33, #87bd33);
}

    .datalives-btn:hover {
        background-color: #97d042;
        border-color: #97d042;
    }


li.dataLivesCell {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1px;
    border-radius: 0 !important;
}

.section-hero-header {
    background-color: #4285F4;
    color: #fff;
    flex: none;
    font-size: 13px;
    font-family: 'Myriad Set Pro', arial, sans-serif;
    text-align: left;
    position: relative;
    overflow: unset;
}

.section-entity-action {
    font-family: 'Myriad Set Pro', arial, sans-serif;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 8px 20px 0;
}

    .section-entity-action > .section-action-popup-container, .section-entity-action > .section-action-button {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 4px;
    }

.section-hero-header-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    margin-bottom: 0;
}

.section-hero-header-description {
    padding: 16px 24px 20px;
}

.leaflet-top.leaflet-left {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
}

.widget-pane-toggle-button-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
    display: none;
    left: 100%;
}

.widget-pane-toggle-button {
    width: 23px;
    height: 100%;
    cursor: pointer;
    background: rgba(255,255,255,0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
    border-left: 1px solid #D4D4D4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border: 0;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    border-radius: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
}

.sidenav.open .widget-pane-toggle-button-container {
    display: block;
}

.section-action-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
    cursor: pointer;
}

    .section-action-button.blue-button-text {
        color: #4285F4;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .section-action-button.blue-button-text i {
            font-size: 24px;
            margin-bottom: 4px;
        }

.ripple-container {
    position: relative;
    overflow: hidden;
}

.section-action > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-entity-action {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 8px 20px 0;
}

#ResourceAdd {
    padding: 4px 0;
}

.section-subheader-header {
    font-family: 'Myriad Set Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    color: #666;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#sidemenu_list > li {
    cursor: pointer;
}

div.leaflet-marker-icon.my-div-icon {
    background: transparent;
    border: 0;
    margin-left: -17.5px;
    margin-top: -51px !important;
}

#resourceDetail .preview {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 2px;
    margin: 15px;
    padding: 10px;
    overflow: hidden;
}

#sensorLat, #sensorLong, #edSensorLat, #edSensorLong {
    background: transparent;
    border: 0 none;
    color: #bababa;
    padding: 0;
}

#resourceDetail .preview img, #resourceDetail .topSection img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

#resourceDetail .previewfull {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

.pac-container {
    z-index: 9999;
}

.draggable-marker {
}


    .draggable-marker .pulse {
        margin: 16px 12px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #cca92c;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(0,100,200, 0.6);
        animation: pulse 1s infinite;
    }

.pulse:hover {
    animation: none;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,100,200, 0.8);
    }

    90% {
        -webkit-box-shadow: 0 0 0 90px rgba(0,100,200, 0);
    }

    90% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,100,200, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,100,200, 0.8);
        box-shadow: 0 0 0 0 rgba(0,100,200, 0.8);
    }

    90% {
        -moz-box-shadow: 0 0 0 90px rgba(0,100,200, 0);
        box-shadow: 0 0 0 90px rgba(0,100,200, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,100,200, 0);
        box-shadow: 0 0 0 0 rgba(0,100,200, 0);
    }
}

.bss-input {
    border: 0;
    margin: -3px;
    padding: 3px;
    outline: none;
    color: #000;
    width: 99%;
}

    .bss-input:hover {
        background-color: #f5f5f5;
    }

.additem .check-mark {
    opacity: 0;
    z-index: -1000;
}

.addnewicon {
    position: relative;
    padding: 4px;
    margin: -8px;
    color: #aaa;
}

    .addnewicon:hover {
        color: #222;
    }


.box_16_9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.box_9_16 {
    position: relative;
    width: 100%;
    padding-top: 177.78%; /* 9:16 Aspect Ratio */
}

    .box_16_9 > div, .box_9_16 > div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.sliderpreviewbox.pbox_9_16 {
    max-width: 365px;
    margin: 0 auto;
}

.sliderpreviewbox.pbox_16_9.fullscreen sliderpreview, .sliderpreviewbox.pbox_16_9.fullscreen .vegas-container {
    height: 100% !important;
}

.sliderpreviewbox.pbox_9_16.fullscreen .box_9_16 {
    margin: 0 auto !important;
    max-width: 400px !important;
}

.sliderpreview {
    border: 1px solid #e8e9ea;
    background-color: #e4e5e6;
    margin-bottom: 8px;
}

.fullscreen.sliderpreview {
    background-color: #000000;
    border: 0 none;
}

.sliderpreview .slidercontrol {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
}

.sliderpreview .slideroptions {
    position: absolute;
    right: 16px;
    top: 16px;
}

    .sliderpreview .slideroptions a {
        cursor: pointer;
    }

    .sliderpreview .slideroptions .btn-circle {
        background-color: rgba(255,255,255, 0.8);
    }

.sliderpreview .slidercontrol btn {
    font-size: 76px;
}

.sliderpreview .slidercontrol {
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

    .sliderpreview .slidercontrol.slideplay {
        opacity: 0.7;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
    }

.sliderpreview:hover .slidercontrol {
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.sliderpreview .slidercontrol .btn-circle {
    width: 110px;
    height: 110px;
    border-radius: 100% !important;
    padding: 18px 0;
    background-color: rgba(255,255,255, 0.6);
}

.sliderpreview .slidercontrol i {
    font-size: 76px;
}

    .sliderpreview .slidercontrol i.ti-control-play {
        padding-left: 9px;
    }



div[class*="col-"] > .square-responsive,
span[class*="col-"] > .square-responsive,
ol[class*="col-"] > .square-responsive,
ul[class*="col-"] > .square-responsive,
li[class*="col-"] > .square-responsive {
    padding-bottom: 100%;
}

div[class*="col-"] > .rect-responsive,
span[class*="col-"] > .rect-responsive,
ol[class*="col-"] > .rect-responsive,
ul[class*="col-"] > .rect-responsive,
li[class*="col-"] > .rect-responsive {
    padding-bottom: 50%;
}

div[class*="col-"] > .brect-responsive,
span[class*="col-"] > .brect-responsive,
ol[class*="col-"] > .brect-responsive,
ul[class*="col-"] > .brect-responsive,
li[class*="col-"] > .brect-responsive {
    padding-bottom: 25%;
}

.square-responsive,
.brect-responsive,
.rect-responsive {
    position: relative;
    overflow: hidden;
}

    .square-responsive > *,
    .brect-responsive > *,
    .rect-responsive > * {
        position: absolute;
    }

    .square-responsive > .content,
    .brect-responsive > .content,
    .rect-responsive > .content {
        width: 100%;
        height: 100%;
    }

.slideraudiobox, sliderbox {
    padding-top: 10px;
    padding-bottom: 6px;
}

div.add-media, div.music-element {
    padding: 0;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
}

    div.add-media .content {
        cursor: pointer;
        padding: 16px;
    }

    div.add-media svg, .music-element > div svg {
        fill: #ccc;
    }

.music-element > div svg {
    margin-top: 8px;
}

div.add-media, .music-element > div {
    background-color: #f2f3f4;
}

    div.add-media:hover, .music-element > div:hover {
        background-color: #e8e9ea;
    }

.music-element .content .row {
    padding: 0 24px;
}

.music-element .title {
    padding: 6px 0;
}

select.slide-effect, select.slide-transition {
    max-width: 160px;
}

input.slide-duration {
    max-width: 60px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.nav-tabs.form_tabs {
    border-bottom: 0;
}

    .nav-tabs.form_tabs .nav-link {
        background: var(--formtabs-link-bg);
        color: var(--formtabs-link-color);
        margin-bottom: 0;
        border-bottom: 0 none;
        border-color: var(--formtabs-link-border-color);
        border-radius: 4px 4px 0 0;
        margin-right: 2px;
    }

        .nav-tabs.form_tabs .nav-link.active {
            background-color: var(--formtabs-link-active-bg);
            color: var(--formtabs-link-active-color);
            font-weight: 600;
        }

        .nav-tabs.form_tabs .nav-link:hover {
            background: var(--formtabs-link-hover-bg);
            color: var(--formtabs-link-hover-color);
        }

        .nav-tabs.form_tabs .nav-link.active:hover {
            background: var(--formtabs-link-active-hover-bg);
            color: var(--formtabs-link-active-hover-color);
        }

.nav-tabs.form_tabs_secondary .nav-link {
    background-color: #f5f6f7;
    color: #757575;
    margin-bottom: 0;
    border-bottom: 0 none;
    border-color: #e9ecef #e9ecef #dee2e6;
    border-radius: 0;
    padding: 8px 16px;
    font-size: 16px;
}

    .nav-tabs.form_tabs_secondary .nav-link i {
        margin-right: 8px;
        font-size: 18px;
        vertical-align: text-bottom;
    }

    .nav-tabs.form_tabs_secondary .nav-link.active {
        background-color: #fc5b62;
        color: #fff;
    }

    .nav-tabs.form_tabs_secondary .nav-link:hover {
        background-color: #ffffff;
    }

    .nav-tabs.form_tabs_secondary .nav-link.active:hover {
        background-color: #ec4f52;
    }

.nav-tabs.form_tabs_secondary {
    border-bottom: 2px solid #fc5b62;
}

.nav-pills.form_pills .nav-link {
    background-color: #f5f6f7;
    color: #757575;
    margin-bottom: 0;
    border-bottom: 0 none;
    border: 1px solid transparent;
    border-color: #e9ecef #e9ecef #dee2e6;
    border-radius: 0;
}

    .nav-pills.form_pills .nav-link.active {
        background-color: #007bff;
        color: #fff;
    }

    .nav-pills.form_pills .nav-link:hover {
        background-color: #ffffff;
    }

    .nav-pills.form_pills .nav-link.active:hover {
        background-color: #0069d9;
    }

.flex-column.nav-pills.form_pills_secondary .nav-link i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
}

.flex-column.nav-pills.form_pills_secondary .nav-link.active {
    background-color: #fc5b62;
    color: #fff;
}

.flex-column.nav-pills.form_pills_secondary .nav-link:hover {
    background-color: #ffffff;
}

.flex-column.nav-pills.form_pills_secondary .nav-link.active:hover {
    background-color: #ec4f52;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn-xl {
    font-size: 19px;
    padding: 0.7rem 1.4rem;
}

p.help-block {
    font-size: 15px;
    color: #909090;
    font-style: italic;
}

#notifier-custom {
    display: none;
    z-index: 0;
}

    #notifier-custom.notification {
        background: #333E48;
        padding: 12px 16px;
        position: fixed;
        top: -300px;
        right: 24px;
        z-index: 10000;
        width: 320px;
        border-radius: 3px;
        background-clip: padding-box;
        -webkit-transition: top ease-out 500ms;
        transition: top ease-out 500ms;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

        #notifier-custom.notification h3 {
            margin: 2px 0 0 0;
            font-weight: normal;
            font-size: 15px;
            color: #fff
        }

        #notifier-custom.notification p {
            font-size: 13px;
            color: #fff;
            margin: 0
        }

        #notifier-custom.notification img {
            float: left;
            margin-right: 8px
        }

            #notifier-custom.notification img.spin {
                -webkit-animation: sm-spin 3s infinite linear;
                -moz-animation: sm-spin 3s infinite linear;
                animation: sm-spin 3s infinite linear
            }

        #notifier-custom.notification a {
            color: #00BF6F;
            font-size: 13px
        }

        #notifier-custom.notification .close {
            color: #fff;
            position: absolute;
            top: 12px;
            right: 12px;
            font-weight: normal;
            cursor: pointer;
            font-family: "Mateo";
            text-decoration: none
        }

            #notifier-custom.notification .close::after {
                content: 'å';
                font-size: 16px
            }

        #notifier-custom.notification.below {
            top: auto;
            bottom: -300px;
            -webkit-transition: bottom ease-out 500ms;
            transition: bottom ease-out 500ms
        }

        #notifier-custom.notification.right {
            top: auto;
            bottom: 32px;
            right: -640px;
            -webkit-transition: right ease-out 500ms;
            transition: right ease-out 500ms
        }

        #notifier-custom.notification .notification-icon + .notification-message {
            padding-left: 32px;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        #notifier-custom.notification.error .notification-icon {
            font-family: "Mateo";
            color: #F05B24;
            font-size: 16px;
            float: left
        }

        #notifier-custom.notification.loading .notification-icon,
        #notifier-custom.notification.deleting .notification-icon {
            background-repeat: no-repeat
        }

            #notifier-custom.notification.loading .notification-icon.spin,
            #notifier-custom.notification.deleting .notification-icon.spin {
                -webkit-animation: sm-spin 3s infinite linear;
                -moz-animation: sm-spin 3s infinite linear;
                animation: sm-spin 3s infinite linear
            }

        #notifier-custom.notification.loading .notification-icon {
            height: 24px;
            width: 24px;
            position: absolute;
        }

        #notifier-custom.notification.deleting .notification-icon {
            height: 24px;
            width: 24px;
            position: absolute;
        }

.ui-sortable .dragGroup {
    border-radius: 5px;
    cursor: move;
    font-size: 14px;
    padding: 4px;
    position: relative;
    text-align: center;
    min-width: 80px;
    display: inline-block;
}

    .ui-sortable .dragGroup:hover {
        background-color: #00aff0 !important;
        color: #fff
    }


    .ui-sortable .dragGroup i {
        float: left;
        font-size: 15px;
        margin-top: 4px;
        color: #656565;
    }


    .ui-sortable .dragGroup:hover i {
        color: #fff
    }

    .ui-sortable .dragGroup .positions {
        -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 3px inset;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
        color: #aaa;
        display: inline-block;
        padding: 0 5px;
        text-shadow: #fff 1px 1px;
        min-width: 43px;
    }

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.box_content {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

div.padded {
    padding: 1.45rem;
}

div.minpadded {
    padding: 0.65rem;
}

div.maxpadded {
    padding: 2rem;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: transparent !important;
    opacity: 0.9;
}

.menu-nav-item {
    color: white;
}

#activity-register .activity-descr,
#activity-register .activity-denomination,
#activity-register .activity-title {
    color: #E8E8E9 !important;
}

#sidebar-main.sidebar-fixed {
    left: 0;
}

#sidebar-main.hide {
    margin-left: calc(-1 * var(--sidebar-width));
}

#sidebar-main {
    display: flex;
    margin-left: 0;
    position: relative;
    flex: 0 0 var(--sidebar-width);
    flex-direction: column;
    order: -1;
    width: var(--sidebar-width);
    padding: var(--sidebar-padding-y) var(--sidebar-padding-x);
    color: var(--sidebar-color);
    background: var(--sidebar-bg);
    box-shadow: none;
    transition: margin-left 0.15s, margin-right 0.15s, box-shadow 0.075s, transform 0.15s, width 0.15s, z-index 0s ease 0.15s;
}

@media (min-width: 768px) {
    #sidebar-main.sidebar-fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1030;
        box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color,60,75,100),.14), 0 3px 1px -2px rgba(var(--elevation-base-color,60,75,100),.12), 0 1px 5px 0 rgba(var(--elevation-base-color,60,75,100),.20);
    }
}

.body {
    padding-left: var(--sidebar-occupy-start,0);
    padding-right: var(--sidebar-occupy-end,0);
    transition: padding 0.15s;
}

.header.header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 991;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color,60,75,100),.14),0 3px 1px -2px rgba(var(--elevation-base-color,60,75,100),.12),0 1px 5px 0 rgba(var(--elevation-base-color,60,75,100),.20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-min-height);
    padding: var(--header-padding-y) var(--header-padding-x);
    background: var(--navmenu-bg);
    border-bottom: var(--navmenu-border-bottom);
}


#sidebar-main ~ * {
    --sidebar-occupy-start: var(--sidebar-width);
}

.sidebar-backdrop {
    display: none;
}

@media (max-width: 767.98px) {
    #sidebar-main {
        --is-mobile: true;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1031;
    }

        #sidebar-main:not(.sidebar-end) ~ * {
            --sidebar-occupy-start: 0 !important;
        }

        #sidebar-main:not(.sidebar-end):not(.show) {
            margin-left: calc(-1 * var(--sidebar-width));
        }

    .sidebar-backdrop.show {
        opacity: var(--backdrop-opacity);
        display: block;
    }

    .sidebar-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--backdrop-zindex);
        width: 100vw;
        height: 100vh;
        background-color: var(--backdrop-bg);
    }
}

@media (min-width: 768px) {

    #sidebar-main.hide ~ * {
        --sidebar-occupy-start: 0;
    }
}

.side-menu .nav-group-toggle::after {
    display: block;
    flex: 0 12px;
    height: 12px;
    content: "";
    background-image: var(--sidebar-nav-group-indicator);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .15s;
    margin-left: auto;
}

.side-menu .nav-group-items {
    padding: 0;
    list-style: none;
}

.side-menu .nav-group .nav-group-items {
    padding: var(--sidebar-nav-group-items-padding-y) var(--sidebar-nav-group-items-padding-x);
    overflow: hidden;
    transition: height .15s ease;
}


.side-menu .nav-group:not(.show) .nav-group-items {
    display: none;
}

.side-menu .nav-group.show > .nav-group-toggle::after {
    transform: rotate(180deg);
}

.header-divider {
    flex-basis: calc(100% + 2 * var(--header-padding-x));
    height: 0;
    margin: var(--header-padding-y) calc(var(--header-padding-x) * -1);
    border-top: var(--header-divider-border);
}

.side-menu .nav-link.active {
    color: var(--sidebar-nav-link-active-color);
    background: var(--sidebar-nav-link-active-bg);
}

#sidebar-main .sidebar-brand {
    display: flex;
    flex: 0 0 var(--sidebar-brand-height);
    align-items: center;
    justify-content: center;
    color: var(--sidebar-brand-color);
    background: var(--sidebar-brand-bg);
}

/* bootstrap-input */
.file-caption-name:not(.file-caption-disabled) {
    background-color: var(--bfi-fileinput-bg);
}

.krajee-default.file-preview-frame,
.krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content,
.krajee-default .file-caption-info, .krajee-default .file-size-info {
    max-width: 100%;
}

.grid-stack .grid-stack-item .grid-stack-item-content {
    border: var(--grid-stack-item-border);
}

    .grid-stack .grid-stack-item .grid-stack-item-content #widgetNoResult {
        color: var(--grid-stack-noresult-color);
    }


.form-control-plaintext {
    color: var(--form-control-plaintext);
}
