﻿#color-scheme {
    width: 255px;
    position: fixed;
    top: 10%;
    left: -255px;
    z-index: 999;
    -webkit-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    background: #fff;
}

#color-scheme .style-content {
    padding: 0;
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*.style-overflow {
    overflow-y: auto;
    height: calc(100vh - 241px);
}*/

#color-scheme .style-content::-webkit-scrollbar {
    width: .2em;
}

#color-scheme .style-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#color-scheme .style-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#color-scheme h2 {
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    margin-bottom: 0 !important;
    background: #fefefe;
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0);
}

.clr_localStorage {
    width: 100%;
    padding: 0;
    line-height: 35px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    cursor: pointer;
}

#color-scheme h4 {
    letter-spacing: .5px;
    padding: 0;
    border: 0px;
    margin: 10px auto !important;

    display: table;
    white-space: nowrap;
    margin: auto;
}

#color-scheme h4:before,
#color-scheme h4:after {
    border-top: 1px solid #848484;
    content: '';
    display: table-cell;
    position: relative;
    top: 13px;
    width: 15%;
}

#color-scheme h4:before {
    right: 11.5%;
}

#color-scheme h4:after {
    left: 11.5%;
}

#color-scheme h2,
#color-scheme h4 {
    font-size: 13px !important;
    text-align: center;
    color: #848484;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
    /*.style-overflow {
        overflow-y: auto;
        height: calc(100vh - 242px);
    }*/
}

#color-scheme>a {
    position: absolute;
    right: -50px;
    top: 213px;
    color: #333333;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-shadow: 3px 0px 5px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 3px 0px 5px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 0px 5px -2px rgba(0, 0, 0, 0.14);
}

.three-cogs {
    position: relative;
    font-size: .95em;
    display: table;
    margin: 12px auto 0 2px;
}

.three-cogs>.fa:nth-child(1) {
    animation-duration: 4s;
}

.three-cogs>.fa:nth-child(1) {
    position: absolute;
}

.three-cogs>.fa:nth-child(2),
.three-cogs>.fa:nth-child(3) {
    position: absolute;
    top: 1.1em;
    right: -2.85em;
    animation-direction: reverse;
    animation-duration: 2s;
}

.three-cogs>.fa:nth-child(3) {
    top: auto;
    bottom: -1em;
}

.three-cogs i {
    -webkit-animation: machin-spin 3s infinite linear;
}

@-webkit-keyframes machin-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes color {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

#color-scheme>a:focus {
    outline: none;
}

.colors1 {
    list-style: none outside none;
    margin: 0 0 10px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 0 0 20px;
}

.colors1 li {
    float: left;
    margin: 0px 2px 0;
}

.colors1 li a {
    border-radius: 1px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 80px;
}

.style-palette,
.style-palette-bg,
.style-palette-bx,
.style-header-type {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.style-palette-bx {
    justify-content: center;
}

.style-palette-bx li a img {
    border: 1px solid #ddd;
    /* width: 85px; */
}

.style-palette li a,
.style-palette-bg li a,
.style-palette-bx li a {
    position: relative;
    display: block;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.style-palette:last-child,
.style-palette-bg:last-child {
    border-bottom: 0 none;
    margin-right: 0;
}

.style-palette li,
.style-palette-bg li {
    margin: 2px 2px 0 0;
}

.style-palette li:nth-child(7n+7),
.style-palette-bg li:nth-child(7n+7) {
    margin-right: 0;
}

.style-palette li:nth-child(n+6) {}

.style-palette li {}

.layout-style select,
.header-style select,
.footer-style select,
.header-color input {
    width: 164px;
    padding: 7px 5px;
    color: #363636;
    cursor: pointer;
    border-radius: 0px;
    height: 35px;
    font-size: 14px;
    margin: 2px 0 2px 2px;
    border: 1px solid #ccc;

}

.header-color .sp-replacer {
    padding: 4px 6px !important;
}

.header-color .sp-replacer .sp-dd,
.header-color .sp-replacer .sp-preview,
div.header-color {
    padding: 0px 1px !important;
}

.layout-style,
.header-style,
.header-color .footer-style {
    padding: 0 !important;
}

a#wide,
a#boxed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a#wide {
    display: block;
    margin-right: 10px;
}

.style-palette .color-changer [class*="color"] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.style-palette-bg .pattern-changer [class*="pattern"] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.color-default {
    background-color: #d61523;
}

.color-one {
    background-color: #4D7DF0;
}

.color-two {
    background-color: #ffba00;
}

.color-three {
    background-color: #8ecc3b;
}

.color-four {
    background-color: #ee591f;
}

.color-five {
    background-color: #1bbc9b;
}

.color-six {
    background-color: #5d29df;
}


#color-scheme .pattern-1 {
    background-image: url("../images/pattern/pattern-1.png");
}

#color-scheme .pattern-2 {
    background-image: url("../images/pattern/pattern-2.png");
}

#color-scheme .pattern-3 {
    background-image: url("../images/pattern/pattern-3.png");
}

#color-scheme .pattern-4 {
    background-image: url("../images/pattern/pattern-4.png");
}

#color-scheme .pattern-5 {
    background-image: url("../images/pattern/pattern-5.png");
}

#color-scheme .pattern-6 {
    background-image: url("../images/pattern/pattern-6.png");
}

#color-scheme .pattern-7 {
    background-image: url("../images/pattern/pattern-7.png");
}

#color-scheme .pattern-8 {
    background-image: url("../images/pattern/pattern-8.png");
}

#color-scheme .pattern-9 {
    background-image: url("../images/pattern/pattern-9.png");
}

#color-scheme .pattern-10 {
    background-image: url("../images/pattern/pattern-10.png");
}

#color-scheme .pattern-11 {
    background-image: url("../images/pattern/pattern-11.png");
}

#color-scheme .pattern-12 {
    background-image: url("../images/pattern/pattern-12.png");
}

#color-scheme .pattern-13 {
    background-image: url("../images/pattern/pattern-13.png");
}

#color-scheme .pattern-14 {
    background-image: url("../images/pattern/pattern-14.png");
}

#color-scheme .pattern-15 {
    background-image: url("../images/pattern/pattern-15.png");
}

#color-scheme .pattern-16 {
    background-image: url("../images/pattern/pattern-16.png");
}

#color-scheme .pattern-17 {
    background-image: url("../images/pattern/pattern-17.png");
}

#color-scheme .pattern-18 {
    background-image: url("../images/pattern/pattern-18.png");
}

#color-scheme .pattern-19 {
    background-image: url("../images/pattern/pattern-19.png");
}

#color-scheme .pattern-20 {
    background-image: url("../images/pattern/pattern-20.png");
}

#color-scheme .pattern-21 {
    background-image: url("../images/pattern/pattern-21.png");
}

#color-scheme .pattern-22 {
    background-image: url("../images/pattern/pattern-22.png");
}

#color-scheme .pattern-23 {
    background-image: url("../images/pattern/pattern-23.png");
}

#color-scheme .pattern-24 {
    background-image: url("../images/pattern/pattern-24.png");
}

#color-scheme .pattern-25 {
    background-image: url("../images/pattern/pattern-25.png");
}

#color-scheme .pattern-26 {
    background-image: url("../images/pattern/pattern-26.png");
}

#color-scheme .pattern-27 {
    background-image: url("../images/pattern/pattern-27.png");
}

#color-scheme .pattern-28 {
    background-image: url("../images/pattern/pattern-28.png");
}

#color-scheme .pattern-29 {
    background-image: url("../images/pattern/pattern-29.png");
}

#color-scheme .pattern-30 {
    background-image: url("../images/pattern/pattern-30.png");
}

#color-scheme .pattern-31 {
    background-image: url("../images/pattern/pattern-31.png");
}

#color-scheme .pattern-32 {
    background-image: url("../images/pattern/pattern-32.png");
}

#color-scheme .pattern-33 {
    background-image: url("../images/pattern/pattern-33.png");
}

#color-scheme .pattern-33 {
    background-image: url("../images/pattern/pattern-34.png");
}

#color-scheme .pattern-36 {
    background-image: url("../images/pattern/pattern-35.png");
}

#color-scheme .pattern-37 {
    background-image: url("../images/pattern/pattern-36.png");
}

#color-scheme .pattern-38 {
    background-image: url("../images/pattern/pattern-37.png");
}

#color-scheme .pattern-39 {
    background-image: url("../images/pattern/pattern-38.png");
}

.style-palette li a.active,
.style-palette-bg li a.active,
.web-btn.active,
.style-palette li a:hover,
.style-palette-bg li a:hover,
.web-btn:hover {
    border: 1px solid #d7d7d7;
}

#bg {
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.style-palette li a.active:before {
    content: "\f00c ";
    font-family: fontawesome;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: auto;
}

.jscolors-bg {
    padding: 0 15px;
}

.jscolors-bg .jscolor,
.jscolors-bg #resetColor {
    color: #fff;
    font-size: 12px;
    border: 1px solid transparent;
    line-height: 2;
    padding: 0px 20px;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    max-width: 110px;
}

.jscolors-bg #resetColor {
    color: #ffffff !important;
    background: -webkit-linear-gradient(300deg, #2d1582 0%, #19a0ff 100%) !important;
    background: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%) !important;
}

.jscolors-bg #resetColor:hover,
.jscolors-bg #resetColor:focus {
    background: -webkit-linear-gradient(300deg, #2d1582 0%, #19a0ff 100%) !important;
    background: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%) !important;
}

.jscolors-bg .jscolor {
    background-color: #ffffff !important;
    color: #333 !important;
    border-color: #333;

}

.jsco-t:hover:after {
    content: "Clear custom color first";
    position: absolute;
    ;
    left: 0;
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 15px;
    color: #fff;
    background: #f24259;
    z-index: 99999999;
}

.header-layout-styles .header_type {
    display: none;
}

.header-layout-styles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-layout-styles label {
    flex-basis: 45%;
}

.header-layout-styles .header_option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    line-height: 1.625;
    cursor: pointer;
    font-size: 0.77rem;
    padding: 0 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e8f0;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-layout-styles label:nth-child(2) .header_option,
.header-layout-styles label:nth-child(4) .header_option {
    border-left-width: 0;
}

.header-layout-styles label:nth-child(3) .header_option,
.header-layout-styles label:nth-child(4) .header_option {
    border-top-width: 0;
}

.header-layout-styles input[type="checkbox"]:checked+span,
.clr_localStorage {
    color: #fff !important;
    background: -webkit-linear-gradient(300deg, #2d1582 0%, #19a0ff 100%);
    background: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
}

.boxed .header-single-slider .container.inner-content.text-center {
    margin-left: 160px;
    margin-right: auto;
}

.boxed .header-single-slider .container.inner-content.text-right {
    margin-right: auto;
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #f2436c;
}

@media only screen and (max-width: 1023px) {
    #style-palette {
        display: none;
    }
}

/* This media query for layout resize with boxed layout */

@media(min-width: 1200px) {

    body.boxed {
        width: 1170px;
        -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        margin: 0 auto;
        position: relative;
        /* background: url(../../../assets/images/bg-pattern/pattern-1.png) repeat fixed; */

    }

}

@media (min-width: 768px) and (max-width: 979px) {

    body.boxed {
        width: 100%;
    }

}

@media (max-width: 767px) {

    body.boxed {
        width: 100%;
        /* padding: 0px 20px !important; */
    }

    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media (min-width: 980px) and (max-width: 1199px) {

    body.boxed {
        width: 100%;
    }

}


.style-overflow {
    overflow-y: auto;
    height: 100%;
    max-height: 510px;
}

.jscolors-bg .jscolor,
.jscolors-bg #resetColor {
    max-width: 105px;
}