/*****************************************************/
/* Demo
/*****************************************************/
input[type="color"] {
	-webkit-appearance: none;
    border: 0px solid transparent;
    width: 50px;
    height: 50px;
}
.demo-bar-image-uploader {
    width: 100%;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}
.demo-bar {
    background: #fff;
    height: 0px;
    width: 300px;
    transition: height 0.5s;
    position: fixed;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
}
.demo-bar.active {
    display: block;
    width: 300px;
    height: 520px;
}
.demo-bar.inactive {
    height: 0px;
}
.demo-bar-logo-placeholder {
    cursor: pointer;
}
.demo-bar-theme-switcher-primary {
    width: 50px;
    height: 25px;
}
.demo-bar-theme-switcher-secondary {
    width: 50px;
    height: 25px;
}
.demo-bar-color-pickers {
    display: block;
    text-align: center;
}
#demo-bar-logo-container label {
    width: 100%;
    text-align: center;
}
#demo-bar-side,
#demo-bar-close {
    position: fixed;
    bottom: 5px;
    left: 5px;
    height: 50px;
    z-index: 9999999999;
    cursor: pointer;
    width: 50px;
    text-align: center;
    line-height: 58px;
}
#demo-bar-side i,
#demo-bar-close i {
    color: #fff;
}
#demo-bar-side i {
    font-size: 20px;
}
#demo-bar-side.inactive {
    height: 0px !important;
}
.demo-bar-label {
    color: #fff;
}
.demo-bar-logo-placeholder-image {
    max-width: 280px;
    max-height: 56px;
}