.colorpicker {
  display: none;
  width: 356px;
  height: 178px;
  overflow: hidden;
  position: fixed;
  background: url(../images/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 14px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 9999;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorpicker_overlay.png);
  z-index: 9999;
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  /*background: url(../images/colorpicker_select.gif);*/
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 14px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 62px;
  height: 28px;
  left: 213px;
  top: 14px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 63px;
  height: 28px;
  left: 280px;
  top: 14px;
  background: #f00;
}
.colorpicker input {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 26px !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: right !important;
  font-size: 10px !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: #ccc;
  border: none !important;
  background: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
  padding: 1px !important;
  color: #fff;
  border: 1px solid #999 !important;
  background: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  left: 213px;
  top: 142px;
}
.colorpicker_hex input {
  width: 37px !important;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 61px;
  left: 213px;
}
.colorpicker_rgb_g {
  top: 88px;
  left: 213px;
}
.colorpicker_rgb_b {
  top: 115px;
  left: 213px;
}
.colorpicker_hsb_h {
  top: 61px;
  left: 280px;
}
.colorpicker_hsb_s {
  top: 88px;
  left: 280px;
}
.colorpicker_hsb_b {
  top: 115px;
  left: 280px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  /*background: url(../images/colorpicker_submit.png) top;*/
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}

.colorSelector {
  cursor: pointer;
  position: relative;
  width: 22px;
  height: 22px;
  background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
  background-position:  100% 0;
}
.field-demo-wrap {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    left: -210px;
    padding: 6px;
    position: fixed;
    text-align: left;
    top: 115px;
    width: 210px;
    z-index: 99900;
    -webkit-transition: background 0.5s ease-in-out 0s;
    -ms-transition: background 0.5s ease-in-out 0s;
    -o-transition: background 0.5s ease-in-out 0s;
    -moz-transition: background 0.5s ease-in-out 0s;
}
@media(max-width:360px){
    .field-demo-wrap{top:50px;}
}
.field-demo-wrap .field-demo-title {
	border-bottom: 1px solid #ddd;
        color: #555555;
	padding: 5px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 25px;
}
.field-demo-wrap .control {
    cursor: pointer;
    float: right;
}
.field-demo-wrap .control.inactive::before {
    color: #ffffff;
    content: "\f013" !important;
    font-family: fontawesome;
    font-size: 24px;
    line-height: 40px;
    padding: 0 13px;
}
.field-demo-wrap .control.active::before {
    color: #ffffff;
    content: "\f057";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 40px;
    padding: 0 13px;
}
.field-demo-wrap .control.active {
        background-color: #ffb502 ;
	height: 40px;
        margin-right: -52px;
        margin-top: -69px;
        width: 46px;
	border: none;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
}
.field-demo-wrap .control.inactive {
        background-color: #3595bf ;
        border: medium none;
        border-radius: 0 3px 3px 0;
        height: 40px;
        margin-right: -52px;
        margin-top: -69px;
        width: 46px;
}
.field-demo-wrap .control a:hover {
    cursor: pointer;
	text-decoration: none;
	outline: none;
}
.field-demo-wrap .field-demo-option {
	float: left;
	padding: 5px 0 5px 4px;
}

.field-demo-wrap .cl-wrapper {
    float: left;
}
.field-demo-wrap .cl-container {
    float: left;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: left;
}
.field-demo-wrap .cl-tr {
    float: left;
    width: 100%;
    clear: both;
	padding: 0 0 8px;
}
.cl-row-body {}
.cl-row-header {}
.cl-row-main {}
.cl-row-footer {}
.cl-tr.last {
	background: none;
}
.cl-td-l,
.cl-td-r{
    float: left;
    width: 50%;
    text-indent: 8px;
    color: #444444 !important;
}
.cl-tr-mode div.radio span{
    vertical-align: middle;    
    margin-right: 5px;
}
.cl-tr-background .cl-td-l,
.cl-tr-link .cl-td-l{
	width: 70%;
}
.cl-row-body .cl-td-l {
	padding-top: 60px;
}
.cl-tr-link .cl-td-r, .cl-tr-background .cl-td-r, .cl-tr-main .cl-td-r {
	float: left;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
	width: 40px;
}
.cl-td-r-font {
	float: left;
	width: auto;
}
.cl-tr-background .cl-td-r,
.cl-tr-link .cl-td-r{
	width: 30%;
}
.cl-tr.first .cl-td-r {
	padding-top: 8px;
}
.cl-tr.last .cl-td-r {
	padding-bottom: 8px;
}
.cl-td-r .cl-label {
    float: left;
    width: 90px;
    text-align: right;
	padding-right: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    display: inline;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
	cursor: pointer;
	position: relative;
}
.colorSelector div {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
}
.cl-pattern .cl-pattern {
    float: left;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0 0 6px 6px;
    width: 22px;	
}
.cl-pattern .cl-image:hover {
	border-color: #000;
}

.cl-row-reset {
	text-align: center;
	height: 28px;
	padding: 10px 0;
}
.cl-row-reset .cl-reset {
	background: none repeat scroll 0 0 #3595bf ;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 28px;
        line-height: 28px;
        width: 40%;
}
.cl-row-reset .cl-reset:hover {
	cursor: pointer;
        background: none repeat scroll 0 0 #ffbb33 ;
        transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
}
.cl-td-bg, .cl-td-text, .cl-td-link {
    float: left;
	padding: 3px;
}

.cl-row-themeskin {}
.cl-row-themeskin .theme-title {
	font-size: 20px;
	padding: 0 10px 0;
	color: #444444 !important;
}
.cl-row-themeskin ul {
	float:left;
	padding: 0 0 15px 10px;
}
.cl-row-themeskin li {
	float: left;
	width: 20px;
	height: 20px;
	border: 2px solid #CCCCCC;
	margin: 10px 10px 0 0;
}
.cl-row-themeskin li:hover {
	border-color: #aaa;
}
.cl-row-themeskin li a {
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	text-indent: -9999px;
}
.cl-row-themeskin li a.cl-asparagus { background: #799042; }
.cl-row-themeskin li a.cl-blue { background: #036EB6; }
.cl-row-themeskin li a.cl-brick { background: #783937; }
.cl-row-themeskin li a.cl-cardinal { background: #d01242; }

.cl-row-themeskin li a.cl-darkcoral { background: #cd5b45; }
.cl-row-themeskin li a.cl-herbal { background: #54a925; }
.cl-row-themeskin li a.cl-indigo { background: #581797; }
.cl-row-themeskin li a.cl-khaki { background: #806b2a; }

.cl-row-themeskin li a.cl-magentadye { background: #ca1f7b; }
.cl-row-themeskin li a.cl-marengo { background: #384e5d; }
.cl-row-themeskin li a.cl-pumpkin { background: #ff7518; }
.cl-row-themeskin li a.cl-pear { background: #c6c700; }

.cl-row-themeskin li a.cl-prussianblue { background: #003348; }
.cl-row-themeskin li a.cl-red { background: #e43715; }
.cl-row-themeskin li a.cl-violetred { background: #ff52af; }
.cl-row-themeskin li a.cl-yellow { background: #fddd15; }

.field-demo-wrap .cl-tr-style { padding: 0 0 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l,
.field-demo-wrap .cl-tr-style .cl-td-r { float: left; width: 90px; height: 30px; padding: 0; text-indent: -999px; border: none; }
.field-demo-wrap .cl-tr-style .cl-td-l:hover,
.field-demo-wrap .cl-tr-style .cl-td-r:hover { border-color: #000; }
.field-demo-wrap .cl-tr-style .cl-td-l {}
.field-demo-wrap .cl-tr-style .cl-td-r { margin-left: 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l a,
.field-demo-wrap .cl-tr-style .cl-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; }
.field-demo-wrap .cl-tr-style .cl-td-l a:hover,
.field-demo-wrap .cl-tr-style .cl-td-r a:hover { text-decoration: none; }
.field-demo-wrap .cl-tr-style .cl-td-l-clothing { background: #E72526; }
.field-demo-wrap .cl-tr-style .cl-td-r-furniture { background: #e66f19; }
.field-demo-wrap .cl-tr-style .cl-td-l-hitech { background: #1E84C4; }
.field-demo-wrap .cl-tr-style .cl-td-r-watch { background: #5AA2AF; }

.field-demo-wrap .cl-tr-style .cl-td-layout1,
.field-demo-wrap .cl-tr-style .cl-td-layout2,
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
	background: #666;
	width: 90px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 {  }
.field-demo-wrap .cl-tr-style .cl-td-layout2 { }
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
	width: 90px;
	height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 span,
.field-demo-wrap .cl-tr-style .cl-td-layout2 span,
.field-demo-wrap .cl-tr-style .cl-td-layout3 span,
.field-demo-wrap .cl-tr-style .cl-td-layout4 span,
.field-demo-wrap .cl-tr-style .cl-td-layout5 span,
.field-demo-wrap .cl-tr-style .cl-td-layout6 span{
	float: left;
	width: 45px;
	height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 { background: #00bba6; }

.field-demo-wrap .cl-tr-style .cl-td-layout2 { background: #54c3f0; }

.field-demo-wrap .cl-tr-style .cl-td-layout3 { background: #7fb602; margin: 0; }

.field-demo-wrap .cl-tr-style .cl-td-layout4 { background: #9b8864; }

.field-demo-wrap .cl-tr-style .cl-td-layout5 { background: #f16355;margin: 0; }
.field-demo-wrap .cl-tr-style .cl-td-layout6 { background: #f6917d; }

.field-demo-wrap .cl-tr-style .cl-td-layout1 a,
.field-demo-wrap .cl-tr-style .cl-td-layout2 a,
.field-demo-wrap .cl-tr-style .cl-td-layout3 a,
.field-demo-wrap .cl-tr-style .cl-td-layout4 a,
.field-demo-wrap .cl-tr-style .cl-td-layout5 a,
.field-demo-wrap .cl-tr-style .cl-td-layout6 a {
	font-size: 11px;
}
span.tcbrown{background:#3595bf ;}
span.tceb5f60{background:#ffb502;}
span.tcred{background:#c74747;}
span.tcyellow{background:#e3c048;}
span.tcorange{background:#eb5f60;}
span.tcblue{background:#eb8278;}
span.tcblack{background:#08bbb7;}
span.tcpink{background:#5cc1b9;}
span.tcgray{background:#a9b35d;}
span.tcblue2{background:#90816e;}
span.tcgreen{background:#837a6b}
span.tcblue3{background:#333333;}