
.color_selector {
position: absolute;
z-index: 1111111111111;
    width: 310px;
     height: 365px;
    background: white;
    margin-top:10px;
    display: none;
    background: #DADAE2;
    border: solid #CBCBD7 1px;
/*
        opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0,0,.2,1);
    transition: all .3s cubic-bezier(0,0,.2,1);
*/
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
    overflow: hidden;
}

.tool_palette {
/*
	width: 30px; 
	height: 30px;
	border: solid #336 1px;
*/
}


 .cyan, .magenta, .yellow, .black {
    float: left;
    clear: left;
    width: 240px;
    margin: 15px;
  }
  .swatch {
    width: 280px;
    height: 50px;
    margin-top: 5px !important;
    margin-left: 10px;
    background-image: none;
    border: solid #336 1px;
    background: #FFFFFF;
    float: left;
  }

  .cyan .ui-slider-range { background: #00AEEF; }
  .cyan .ui-slider-handle { border-color: #00AEEF; }
  .magenta .ui-slider-range { background: #EC008C; }
  .magenta .ui-slider-handle { border-color: #EC008C; }
  .yellow .ui-slider-range { background: #FFF200; }
  .yellow .ui-slider-handle { border-color: #FFF200; }
  .black .ui-slider-range { background: #231F20; }
  .black .ui-slider-handle { border-color: #231F20; }


  .label_cyan,.label_magenta, .label_yellow, .label_black {margin-top:10px;font-size:11px;margin-bottom:10px;float:left;color:black;}
  	  	


.bt_close {
	display: block;
    padding: 6px 0px 6px 0px;
    border: solid #74aa07 1px;
    text-align: center;
    color: #fff;
    background: #74aa07;
    margin-top: 6px;
    font-size: 18px;
    /* margin-left: 42px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    text-decoration: none;
    font-weight: bolder;
}


/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    /* padding: 2px; */
    /* height: 49px; */
    display: inline-block;
    /* border: solid 1px #91765d; */
    background: transparent;
    color: #336;
    /* vertical-align: middle; */
    /* margin-top: -13px; */
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}


.sp-preview {
	position: relative;
	width: 30px;
	height: 30px;
	
	margin-right: 5px;
	float: left;
	z-index: 0;
}

.sp-preview fond {
	position: relative;
	width: 30px;
	height: 30px;
	
	margin-right: 5px;
	float: left;
	z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: url(/modules/adncreator/img/mosaique_couleur.png) !important;
/*     box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .15), inset -1px -1px 0 rgba(255, 255, 255, .25); */
}

.list_of_static_colors {
	list-style-type:none;margin-left:10px;padding-left:0;width: 300px;margin-left: 6px !important;height: 75px !important; margin-top: 10px;

}

li.couleur_statique {
    float: left;
    display: block;
    width: 16px !important;
    height: 16px !important;
    margin-left:5px;
    margin-top: 5px;
    padding: 0px !important;
}

.couleur_statique a {
	border:solid #336 1px;;display:block;width:16px;height:16px;float:left;margin-top: 0px;width: 16px;height: 16px;
}

.ctl_paletteclose {
	position:absolute;bottom:20px;left:30px;width:125px
}
.ctl_palettechoose {
	position: absolute;
    bottom: 20px;
    left: 145px !important;
    width: 145px !important;
}


.choosecolor, .closepalette  {
    background: #336;
    border: solid 1px transparent ;
    color: #fff;
}

.choosecolor:hover, .closepalette:hover  {
background: #fff;
    border: solid 1px #336 ;
    color: #336;
}
   

.choosecolor {
    width: 145px;
}




