﻿.responsive-img {
    max-width: 100%;
    height: auto;
}

.theme-orange-l5 {
    color: #000 !important;
    background-color: #fff9f0 !important;
    /*background: linear-gradient(to right, #ffffff 5%, #fff9f0 100%) !important;*/
}

.theme-orange-l4 {
    color: #000 !important;
    background-color: #ffebcc !important;
    /*background: linear-gradient(to right, #fff9f0 5%, #ffebcc 100%) !important;*/
}

.theme-orange-l3 {
    color: #000 !important;
    background-color: #ffd699 !important;
    /*background: linear-gradient(to right, #ffebcc 5%, #ffd699 100%) !important;*/
}

.theme-orange-l2 {
    color: #000 !important;
    background-color: #ffc266 !important;
    /*background: linear-gradient(to right, #ffd699 5%, #ffc266 100%) !important;*/
}

.theme-orange-l1 {
    color: #000 !important;
    /*background: linear-gradient(to right, #ffc266 5%, #ffad33 100%) !important;*/
    background-color: #ffad33 !important;
}

.theme-orange-d1 {
    color: #fff !important;
    background-color: #e68a00 !important
}

.theme-orange-d2 {
    color: #fff !important;
    background-color: #cc7a00 !important
}

.theme-orange-d3 {
    color: #fff !important;
    background-color: #b36b00 !important
}

.theme-orange-d4 {
    color: #fff !important;
    background-color: #995c00 !important
}

.theme-orange-d5 {
    color: #fff !important;
    background-color: #804d00 !important
}

.theme-orange-light {
    color: #000 !important;
    background-color: #fff9f0 !important
}

.theme-orange-dark {
    color: #fff !important;
    background-color: #804d00 !important
}

.theme-orange-action {
    color: #fff !important;
    background-color: #804d00 !important
}

.theme-orange {
    color: #000 !important;
    /*background: linear-gradient(to right, #ffc477 5%, #ff9800 100%) !important;*/
    background-color: #ff9800 !important;
}

.theme-orange-text {
    color: #ff9800 !important
}

.theme-orange-border {
    border-color: #ff9800 !important
}

.theme-orange-hover:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.theme-orange-hover-text:hover {
    color: #ff9800 !important
}

.theme-orange-hover-border:hover {
    border-color: #ff9800 !important
}




.theme-cyan-l5 {
    color: #000 !important;
    background-color: #fcfdf3 !important
}

.theme-cyan-l4 {
    color: #000 !important;
    background-color: #f5f8d7 !important
}

.theme-cyan-l3 {
    color: #000 !important;
    background-color: #eaf1af !important
}

.theme-cyan-l2 {
    color: #000 !important;
    background-color: #e0ea87 !important
}

.theme-cyan-l1 {
    color: #000 !important;
    background-color: #d6e35f !important
}

.theme-cyan-d1 {
    color: #000 !important;
    background-color: #c1d325 !important
}

.theme-cyan-d2 {
    color: #fff !important;
    background-color: #acbb21 !important
}

.theme-cyan-d3 {
    color: #fff !important;
    background-color: #96a41d !important
}

.theme-cyan-d4 {
    color: #fff !important;
    background-color: #818c19 !important
}

.theme-cyan-d5 {
    color: #fff !important;
    background-color: #6b7515 !important
}

.theme-cyan-light {
    color: #000 !important;
    background-color: #fcfdf3 !important
}

.theme-cyan-dark {
    color: #fff !important;
    background-color: #6b7515 !important
}

.theme-cyan-action {
    color: #fff !important;
    background-color: #6b7515 !important
}

.theme-cyan {
    color: #000 !important;
    background-color: #cddc39 !important
}

.theme-cyan-text {
    color: #cddc39 !important
}

.theme-cyan-border {
    border-color: #cddc39 !important
}

.theme-cyan-hover:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.theme-cyan-hover-text:hover {
    color: #cddc39 !important
}

.theme-cyan-hover-border:hover {
    border-color: #cddc39 !important
}

.theme-yellow-l5 {
    color: #000 !important;
    background-color: #fffef3 !important
}

.theme-yellow-l4 {
    color: #000 !important;
    background-color: #fffbd8 !important
}

.theme-yellow-l3 {
    color: #000 !important;
    background-color: #fff7b1 !important
}

.theme-yellow-l2 {
    color: #000 !important;
    background-color: #fff38b !important
}

.theme-yellow-l1 {
    color: #000 !important;
    background-color: #ffef64 !important
}

.theme-yellow-d1 {
    color: #000 !important;
    background-color: #ffe81e !important
}

.theme-yellow-d2 {
    color: #000 !important;
    background-color: #fde400 !important
}

.theme-yellow-d3 {
    color: #000 !important;
    background-color: #ddc700 !important
}

.theme-yellow-d4 {
    color: #fff !important;
    background-color: #beab00 !important
}

.theme-yellow-d5 {
    color: #fff !important;
    background-color: #9e8e00 !important
}

.theme-yellow-light {
    color: #000 !important;
    background-color: #fffef3 !important
}

.theme-yellow-dark {
    color: #fff !important;
    background-color: #9e8e00 !important
}

.theme-yellow-action {
    color: #fff !important;
    background-color: #9e8e00 !important
}

.theme-yellow {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.theme-yellow-text {
    color: #ffeb3b !important
}

.theme-yellow-border {
    border-color: #ffeb3b !important
}

.theme-yellow-hover:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.theme-yellow-hover-text:hover {
    color: #ffeb3b !important
}

.theme-yellow-hover-border:hover {
    border-color: #ffeb3b !important
}

.theme-indigo-l5 {
    color: #000 !important;
    background-color: #f3f4fb !important
}

.theme-indigo-l4 {
    color: #000 !important;
    background-color: #d8dcf1 !important
}

.theme-indigo-l3 {
    color: #000 !important;
    background-color: #b1b8e3 !important
}

.theme-indigo-l2 {
    color: #fff !important;
    background-color: #8995d6 !important
}

.theme-indigo-l1 {
    color: #fff !important;
    background-color: #6271c8 !important
}

.theme-indigo-d1 {
    color: #fff !important;
    background-color: #3949a3 !important
}

.theme-indigo-d2 {
    color: #fff !important;
    background-color: #334191 !important
}

.theme-indigo-d3 {
    color: #fff !important;
    background-color: #2d397f !important
}

.theme-indigo-d4 {
    color: #fff !important;
    background-color: #26316d !important
}

.theme-indigo-d5 {
    color: #fff !important;
    background-color: #20295b !important
}

.theme-indigo-light {
    color: #000 !important;
    background-color: #f3f4fb !important
}

.theme-indigo-dark {
    color: #fff !important;
    background-color: #20295b !important
}

.theme-indigo-action {
    color: #fff !important;
    background-color: #20295b !important
}

.theme-indigo {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.theme-indigo-text {
    color: #3f51b5 !important
}

.theme-indigo-border {
    border-color: #3f51b5 !important
}

.theme-indigo-hover:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.theme-indigo-hover-text:hover {
    color: #3f51b5 !important
}

.theme-indigo-hover-border:hover {
    border-color: #3f51b5 !important
}

.theme-cyan-l5 {
    color: #000 !important;
    background-color: #edfdff !important
}

.theme-cyan-l4 {
    color: #000 !important;
    background-color: #c4f8ff !important
}

.theme-cyan-l3 {
    color: #000 !important;
    background-color: #89f1ff !important
}

.theme-cyan-l2 {
    color: #000 !important;
    background-color: #4eeaff !important
}

.theme-cyan-l1 {
    color: #000 !important;
    background-color: #12e3ff !important
}

.theme-cyan-d1 {
    color: #fff !important;
    background-color: #00aac1 !important
}

.theme-cyan-d2 {
    color: #fff !important;
    background-color: #0097ab !important
}

.theme-cyan-d3 {
    color: #fff !important;
    background-color: #008496 !important
}

.theme-cyan-d4 {
    color: #fff !important;
    background-color: #007281 !important
}

.theme-cyan-d5 {
    color: #fff !important;
    background-color: #005f6b !important
}

.theme-cyan-light {
    color: #000 !important;
    background-color: #edfdff !important
}

.theme-cyan-dark {
    color: #fff !important;
    background-color: #005f6b !important
}

.theme-cyan-action {
    color: #fff !important;
    background-color: #005f6b !important
}

.theme-cyan- {
    color: #fff !important;
    background-color: #00bcd4 !important
}

.theme-cyan-text {
    color: #00bcd4 !important
}

.theme-cyan-border {
    border-color: #00bcd4 !important
}

.theme-cyan-hover:hover {
    color: #fff !important;
    background-color: #00bcd4 !important
}

.theme-cyan-hover-text:hover {
    color: #00bcd4 !important
}

.theme-cyan-hover-border:hover {
    border-color: #00bcd4 !important
}


.theme-AI {
    color: #fff !important;
    background-color: #696969 !important
}

.theme-AI-text {
    color: #333333;
}