/* UGC Styles */
#ugcWrapper{
  background-color:#fff;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius   : 20px 20px 20px 20px;
  border-radius        : 20px 20px 20px 20px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;

  position:absolute;
  height:515px;
  padding:10px;
  width:500px;
  z-index:50000;
  display:none;
  left:265px;
  top: 70px;
}
#ugcWrapper #canvasDiv{
  height: 410px;
}
#canvasDiv #save-user_graphic {
}

.paint_bucket {
  /* cursor: url("http://www.fashionplaytes.com/images/ugc_pad/paintbuckettool.ico"), default; */
  cursor: pointer;
}
.text_tool {
  cursor: text;
}

/*!
 * Combobox Plugin for jQuery, version 0.5.0
 *
 * Copyright 2012, Dell Sala
 * http://dellsala.com/
 * https://github.com/dellsala/Combo-Box-jQuery-Plugin
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Date: 2012-01-15
 */
.combobox {
    margin-right: 0.1em;
}
.combobox_arrow{


    background: transparent url("http://www.fashionplaytes.com/images/down-arrow.png") no-repeat center center;
    display: block;
    height: 100%;
    width: 100%;

}
.combobox_button {

  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;

}

.combobox_button:hover {
    text-decoration: none;
}

.combobox_button {
    * top: 1px !important;
}

.combobox_selector {
    background-color: #EEE;
    font-family: Helvetia, Arial, sans-serif;
    font-size: 12px;
    z-index: 1000;
    max-height: 200px;
    overflow: auto;
}

.combobox_selector ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border:1px solid #CCC;
}

.combobox_selector li {
    padding: 2px 5px;
}

.combobox_selector li:hover,
.combobox_selector li.selected {
    background-color: #0066CC;
    color: #FFF;
}

@font-face {
  font-family: 'Archer-Bold-Pro';
  src: url('../fonts/Archer-Bold-Pro.ttf');
}
@font-face {
  font-family: 'Archer-Book-Pro';
  src: url('../fonts/Archer-Book-Pro.ttf');
}
@font-face {
  font-family: 'Allerta-Stencil';
  src: url('../fonts/Allerta-Stencil.ttf');
}
@font-face {
  font-family: 'MTCORSVA';
  src: url('../fonts/MTCORSVA.ttf');
}
@font-face {
  font-family: 'Girls_are_Weird';
  src: url('../fonts/Girls_are_Weird.ttf');
}
@font-face {
  font-family: 'Appleberry';
  src: url('../fonts/appleberry_with_cyrillic.ttf');
}
@font-face {
  font-family: 'cinnamon_cake';
  src: url('../fonts/cinnamon cake.ttf');
}
@font-face {
  font-family: 'QuirkyGirl';
  src: url('../fonts/JandaQuirkygirl.ttf');
}
@font-face {
  font-family: 'Fireflies';
  src: url('../fonts/Night_of_the_Fireflies.ttf');
}
@font-face {
  font-family: 'SimplyGlamorous';
  src: url('../fonts/Simply_Glamorous.ttf');
}

div.colorPicker-picker {
  height: 32px;
  width: 32px;
  padding: 0 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 16px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius   : 4px 4px 4px 4px;
  border-radius        : 4px 4px 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;

}

div.colorPicker-palette {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius   : 4px 4px 4px 4px;
  border-radius        : 4px 4px 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  width: 180px;
  position: absolute;
  border: 1px solid #f06aa7;
  background-color: #ffffff;
  padding: 8px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

div.colorPicker_hexWrap > input {
  display: none;
}
div.colorPicker_hexWrap > #slider {
  margin-top: 10px;
}
div.colorPicker_hexWrap > #dLabel {
  float: right;
}div.colorPicker_hexWrap > #lLabel {
  float: left;
}

.ui-slider-horizontal
{
background: #5e9ae2; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #000000 100%) !important; /* FireFox 3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#000000)); /* Chrome, Safari 4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#000000 100%); /* Chrome 10+, Safari 5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#000000 100%); /* IE 10+ */
background: linear-gradient(left, #ffffff 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ffffff’, endColorstr=’#000000′,GradientType=1 ); /* IE 6-9 */
}

#ugc-confirm {
  margin-top: 5px;
}

#ugc-confirm > p {
  text-align: left;
  white-space: nowrap;
}

#save-user_graphic > a.bg_color_7 {
  cursor: auto!important;
}

span.text_size {
  font-family:Appleberry,serif;
  font-weight: bold;
  margin-bottom: 15px;
}
input#textSize {
  margin-bottom: 15px;
}

div#left-side {
  float:left;
  width: 45%;
}

div#right-side {
  margin-left: 10px;
  float:right;
  width: 50%;
}

#ugc-text-dialog {
  width: 450px;
}