/* ================================= Color Panel CSS ================================= */
#theme-panel {
    position: fixed;
    width: 182px;
    height: auto;
    top: 150px;
    min-height: 180px;
    text-align: left;
    background: white;
    border: 1px solid #f1f1f1;
    z-index: 9999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.segment h4 {
    font-size: 24px;
    font-weight: 700;
}

.close-theme-panel {
    left: -182px;
}
.open-theme-panel {
    left: -1px;
}
#theme-panel .segment {
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 25px;
}
#theme-panel a.panel-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    color: #000000;
    right: -50px;
    top: 30px;
    text-align: center;
    font-size: 23px;
    line-height: 47px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#theme-panel h3 {
    margin: 3px auto 15px;
    padding-top: 0;
    padding-bottom: 0;
}
#theme-panel .segment a.switcher {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    /* border: 1px solid #efefef; */
    cursor: pointer;
}
.blue-box {
    background: #36c9f2;
	height:25px;
	width:25px;
}
.green-box {
    background: #9ac928;
	height:25px;
	width:25px;
}
.orange-box {
    background: #fda700;
	height:25px;
	width:25px;
}
.violet-box {
    background: #754dae;
	height:25px;
	width:25px;
}

.l-green-box{
	background:#bed500;
	height:25px;
	width:25px;
}
.pink-box{
	background: #d34160;
	height:25px;
	width:25px;
}
.l-blue-box{
	background:#3cb497;
	height:25px;
	width:25px;
}
.d-blue-box{
	background:#4e8ce0;
	height:25px;
	width:25px;
}