
/* 
.demo_changer{ 
    z-index: 900; 
    position: fixed;
   right: -200px;
    top: 60px; 
}
*/


.demo_changer{ 
    z-index: 900; 
    position: fixed;
    right: 0;
    top: 60px; 
}
 

.demo_changer .demo-icon{
    background: url("color.png") no-repeat scroll 14px 8px #FFFFFF;
    border-radius: 40px 0 0 40px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    float: left;
    height: 50px;
    width: 50px;
}

.demo_changer .form_holder{ 
	background-color: #FFFFFF;
    border-radius: 0 0 0 40px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);  
    width: 200px;
    float: left;
}
 

.demo_changer .form_holder p{
    padding:0 20px;
    font-size: 11px;
}

.demo_changer .form_holder input{
    width: 55px;
	border-radius: 0 10px 10px 0;
	box-shadow: none;
}

.demo_changer .form_holder form{
    padding: 0 20px;
}

.color_display{
	border-radius: 10px 0 0 10px;
    height: 32px;
    width: 30px;
    float: left;
    background-image:url(colorpicker.png);
    background-repeat: no-repeat;
    background-position: center;
}

.apply{
	text-decoration: none;
	font-size: 11px;
	
}

.apply:hover{
	color: #999EC9;
}

.color_display_2{
    border-radius: 10px ;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    clear:both;
    margin-bottom:10px;
    width: 57px;
}

.color_display_2 a{
    color: #fff;
    text-decoration: none;
}


.predefined_styles{
    padding:0 20px;
}



@media only screen and (max-width: 1024px) {
.demo_changer{
    display: none;
}
} 



