

/* Color Picker */
.darker .color-picker .picker-btn {
    background-color: #000 !important;
}
.color-picker .picker-btn{
	position: absolute;
	right: -41px;
	top:0;
	border: none;
	color: #FFF;
	background: #000;
	cursor: pointer;
	padding: 0;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 32px;
}
.color-picker .style-btn{
	position: absolute;
	right: -41px;
	top:40px;
	border: none;
	color: #FFF;
	background: #000;
	cursor: pointer;
	padding:5px;
	width: 40px;
	height: 40px;
}
.color-picker .color-btn{
	position: absolute;
	right: -41px;
	top:0;
	border: none;
	color: #FFF;
	background: #000;
	cursor: pointer;
	padding:5px;
	width: 40px;
	height: 40px;
}

.darker .color-picker {
    background: #000;
}
.color-picker{
	font-family: 'Montserrat', sans-serif;
	width: 225px;
	height: auto;
	position: fixed;
	top: 80px;
	left: 0;
	background: #fff;
	z-index: 5004;
	border-width: 0 1px 1px;
    border-style: solid;
    border-color: #666;
}
.color-picker .pwrapper{
	padding: 15px 23px 0;
	width: 225px;
	height:auto;
}
.color-picker .pwrapper.bg {display: none;}
.color-picker .pwrapper.mu {display: none;}
.color-picker .pwrapper.sd {display: none;}
.color-picker .pwrapper.pd {display: none;}
.color-picker .pwrapper.ns {display: none;}
.color-picker .pwrapper.ct {display: none;}
.color-picker .pwrapper.ft {display: none;}

.color-picker .pickerTitle{
	text-transform: uppercase;
    text-align: left;
    text-indent: 15px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	border: none;
	color:#fff;
	background:#666;
	line-height:25px;
	height: auto;
}
.color-picker .pickerTitle.gray {
    background-color: #777;
}

.color-picker .pickersubTitle{
	color:#7F7F7F;
	text-transform: uppercase;
	text-align: center;
	float: none;
	width: auto;
	height: auto;
	margin: 0 5px 10px;
	padding: 3px 0;
	cursor: auto;
	font-size:12px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	clear:both;
}
.color-picker .pickerLabel{
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    line-height: 28px;
    height: 28px;
    color: #7F7F7F;
    text-transform: uppercase;
	font-size: 12px;
}

.bg-color {
    margin-bottom: 10px;
}
.color-picker .version {
    color: #333;
    font-size: 10px;
    padding: 13px;
	background-color: #f7f7f7;
}
.color-picker .fontpicker {height: 28px; width: 80px; position: absolute; right: 0; top: 0; border: 1px solid #ededed;}

.color-picker div.nopick{ width:0; height:0;}
.color-picker .light-version{
	width: 73px;
	height: 29px;
	margin-bottom:20px;
/*	background: #fff;
	line-height: 30px;
	text-align: center;
	color: #999;*/
}
.color-picker .dark-version{
	width: 73px;
	height: 29px;
/*	background: #000;
	line-height: 30px;
	text-align: center;
	color: #666;*/
}

.minicolors-inline .minicolors-input {
    display: block !important;
}
.minicolors-panel {
    position: relative;
}
.minicolors-theme-default .minicolors-input {
    width: 90px;
    height: 28px;
    display: inline-block;
    padding-left: 26px;
    margin-bottom: 5px;
	border: 1px solid #ededed;
}
.minicolors-theme-default.minicolors {
    display: block;
	margin-bottom: 5px;
}

.color-picker .colors {
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
}
.color-picker .colors li {
    float: left;
    margin: 4px 2px 0;
}
.color-picker .colors li a {
    cursor: pointer;
    display: block;
    height: 13px;
    width: 13px;
}
#bgsolid a, #bg a {
	border: 1px solid #ccc;
}

.color-picker .st_style, .color-picker .st_color {
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
}
.color-picker .st_style li, .color-picker .st_color li {
	width: calc(50% - 10px);
    float: left;
    padding: 5px;
    margin: 0px 5px 10px 5px;
    text-align: center;
    border: 1px solid #ededed;
}

