.logaster .preloader
{
    background: url(../images_bt5/ajax-loader_transparent.gif) no-repeat 50% 50%;
}

.logaster .js-engine #logaster-dpi
{
    width: 1in;
    height: 1in;
    left: -100%;
    top: -100%;
    position: absolute;
}

@font-face
{
    font-family: 'Roboto1';
    src: url('/static/fonts/web/Roboto-Light.eot');
    src: url('/static/fonts/web/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/web/Roboto-Light.woff') format('woff'),
         url('/static/fonts/web/Roboto-Light.woff2') format('woff2'),
         url('/static/fonts/web/Roboto-Light.ttf') format('truetype'),
         url('/static/fonts/web/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'fontello';
    src: url('/static/fonts/web/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.logaster .js-engine [class^="icon-"]:before,
.logaster .js-engine [class*=" icon-"]:before
{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
     line-height: 1em;
    margin-left: .2em;
}

.logaster .js-engine
{
    font-family: 'Roboto1', sans-serif;
}

.logaster .js-engine a
{
    color: #0084b4;
}

.logaster .js-engine a:focus
{
    outline: none !important;
}

.logaster .js-engine .icon-pencil:before { content: '\e801'; } /* '' */

.logaster .js-engine .canvas-hidden
{
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.logaster .js-engine .calc-canvas-block
{
    width: 5000px;
    height: 3000px;
}

.logaster .js-engine .help-tips-container
{
    margin-top: 35px;
    width: 944px;
}

.logaster .js-engine .wizard
{
    position: relative;
    padding: 10px;
    width: 944px;
    height: 560px;
    font-family: Arial,sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9em;
    text-align: left;
}

.logaster .js-engine .wizard .twitter-typeahead
{
    width: auto;
    display: inline-block !important;
}

.logaster .js-engine .wizard .twitter-typeahead .tt-menu .tt-suggestion,
.logaster .js-engine .wizard .logotypes-step .find-icons
{
    font-size: 1.0em !important;
}

.logaster .js-engine .wizard .twitter-typeahead .tag-input
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 0;
    max-height: 22px;
}

.logaster .js-engine .wizard .step-content
{
    width: 923px;
    height: 404px;
}

.logaster .js-engine .wizard button:focus
{
    outline:0;
}

.logaster .js-engine .wizard label
{
    font-weight: normal;
}

.logaster .js-engine .page-header
{
    border-bottom: none;
    margin-top: 0;
}

.logaster .js-engine .wizard.locked
{
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.logaster .js-engine .wizard.locked .preloader
{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.logaster .js-engine .wizard .preloader
{
    display: none;
}

/* Start Nav Steps */

.logaster .js-engine .wizard .nav-steps
{
    height: 54px;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.logaster .js-engine .wizard .nav-steps .step
{
    display: block;
    width: 230px;
    height: 100%;
    float:left;
    padding-top: 12px;
    padding-left: 33px;
    line-height: 1.1;
    position: relative;
    background-color: #fafafa;
}

.logaster .js-engine .wizard .nav-steps .step:hover
{
    background-color: #fcfcfc;
    cursor: pointer;
    color: inherit;
}

.logaster .js-engine .wizard .nav-steps .step:first-child
{
    padding-left: 17px;
}

.logaster .js-engine .wizard .nav-steps .step:last-child
{
    width: 232px;
}

.logaster .js-engine .wizard.edit-logotype-wizard .nav-steps .step
{
    width: 461px;
}

.logaster .js-engine .wizard .nav-steps .step .step-number
{
    font-size: 0.9em;
    color: #8c8b8b;
}

.logaster .js-engine .wizard .nav-steps .step .step-name
{
    color: #1f1f1f;
}

.logaster .js-engine .wizard .nav-steps .step .chevron
{
    border: 27px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 0;
    display: block;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
}

.logaster .js-engine .wizard .nav-steps .step .chevron:before
{
  border: 27px solid transparent;
  border-left: 16px solid #fafafa;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: -27px;
}


.logaster .js-engine .wizard .nav-steps .step:hover .chevron:before
{
  border-left-color: #fcfcfc;
}

.logaster .js-engine .wizard .nav-steps .step.active .chevron:before,
.logaster .js-engine .wizard .nav-steps .step.active:hover .chevron:before

{
  border-left-color: #cdefff;
}

.logaster .js-engine .wizard .nav-steps .step.previous .chevron:before
{
  border-left-color: #e1f5fe;
}

.logaster .js-engine .wizard .nav-steps .step.previous:hover .chevron:before
{
  border-left-color: #edf9fe;
}


.logaster .js-engine .wizard .nav-steps .step.active
{
    background-color: #cdefff;
}

.logaster .js-engine .wizard .nav-steps .step.active:hover
{
    cursor: default;
}

.logaster .js-engine .wizard .nav-steps .step.previous
{
    background-color: #e1f5fe;
}

.logaster .js-engine .wizard .nav-steps .step.previous:hover
{
    background-color: #edf9fe;
}

.logaster .js-engine .wizard .nav-steps .step.disabled,
.logaster .js-engine .wizard .nav-steps .step.disabled:hover
{
    background-color: #fafafa;
    cursor: default;
}
/* End Nav Steps */

.logaster .js-engine .wizard .tag-block
{
    margin: 0 -10px 15px -5px;
    padding-top: 15px;
}

.logaster .js-engine .wizard #search-tag
{
    border: 1px solid #A9A9A9;
    height: 24px;
}

.logaster .js-engine .wizard .related-tag-container
{
    font-size: 0.9em;
}

.logaster .js-engine .wizard a:hover
{
    color: #39acac;
}

.logaster .js-engine .wizard a
{
    text-decoration: none;
    color: #328383;
}

.logaster .js-engine .wizard .related-tag-container a
{
    margin: 0 5px;
}

.logaster .js-engine .wizard .logotypes-step .logotype-suggestions-container
{
    overflow: hidden;
}

.logaster .js-engine .wizard .logotype-suggestions
{
    padding: 0;
}

.logaster .js-engine .wizard .logotype-suggestions .suggestion-container
{
    display: block;
    float: left;
    margin: 0 5px 10px 5px;
    position: relative;
    width: 174px;
    height: 145px;
}

.logaster .js-engine .wizard .logotype-suggestions .suggestion-container .suggestion-hover
{
    background-color: #000000;
    border-radius: 5px;
    display: block;
    width: 172px;
    height: 143px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 1px solid transparent;
}

/* Canvg cannot draw gradient of canvas when its container size is lower then 300 px */
.logaster .js-engine .wizard .logotype-suggestions .suggestion-container .canvas-wrapper
{
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.logaster .js-engine .wizard .logotype-suggestions canvas,
.logaster .js-engine .wizard .layout-templates canvas,
.logaster .js-engine .wizard .emblems img
{
    cursor: pointer;
}

.logaster .js-engine .wizard .logotype-suggestions canvas:hover,
.logaster .js-engine .wizard .layout-templates canvas:hover,
.logaster .js-engine .wizard .emblems img:hover
{
    background-color: #F7F7F7;
}

.logaster .js-engine .wizard .logotype-suggestions canvas:hover,
.logaster .js-engine .wizard .logotype-suggestions canvas.selected
{
    opacity: .94;
}

.logaster .js-engine .wizard .logotype-suggestions canvas
{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #ffffff;
}


.logaster .js-engine .wizard .save-step .logotype-schemes canvas
{
    cursor: pointer;
    border: 1px solid #eaeaea;
}

.logaster .js-engine .wizard .save-step .logotype-schemes canvas:hover
{
    border: 1px solid #333;
}

.logaster .js-engine .wizard .paginator ul
{
    padding-left: 0;
}

.logaster .js-engine .wizard .paginator li
{
    display: inline-block;
    list-style-type: none;
    margin-left: 12px;
}

.logaster .js-engine .wizard .paginator li.active
{
    font-weight: bold;
    color: #000;
}

.logaster .js-engine .wizard .paginator li.disabled
{
    display: none;
}

.logaster .js-engine .wizard .change-logotype-data-link,
.logaster .js-engine .wizard .change-logotype-data-info
{
    margin-right: 12px;
    margin-bottom: 8px;
}

.logaster .js-engine .wizard .change-logotype-data-block
{
    margin-top: -5px;
}

.logaster .js-engine .wizard .change-logotype-data-info
{
    color: #999999;
    font-size: 0.95em;
}

.logaster .js-engine .wizard .bt5-green-btn
{
    width: 206px;
    height: 53px;
    border-radius: 6px;
    background-image: linear-gradient(#8BC241 0, #75B226 100%);
    border: 1px solid #6AA122;
    font-size: 1.6em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.logaster .js-engine .wizard .bt5-green-btn:hover
{
    background-image: linear-gradient(#83C72B 0, #83C72B 100%);
}

.logaster .js-engine .wizard .bt5-green-btn:active
{
    background-image: linear-gradient(#76B326 0, #83C72B 14%, #83C72B 90%, #81C42B 100%);
}

.logaster .js-engine .wizard .bt5-green-btn:disabled
{
    background-image: linear-gradient(#B5D884 0, #A6CD72 100%);
    border: 1px solid #9FC270;
}

.logaster .js-engine .wizard .bt5-btn
{
    border-radius: 4px;
    background-image: linear-gradient(#FFF 0, #FFF 100%);
    border: 1px solid #CCC;
    font-size: 0.95em;
    padding: 6px 12px;
}

.logaster .js-engine .wizard .bt5-btn:hover
{
    background-image: linear-gradient(#E6E6E6 0, #E6E6E6 100%);
    border: 1px solid #ADADAD;
}

.logaster .js-engine .wizard .bt5-btn:disabled
{
    background-image: linear-gradient(#FFF 0, #FFF 100%);
    border: 1px solid #CCC;
    color: #AFAFAF;
}

.logaster .js-engine .wizard .bt5-btn:active
{
    background-image: linear-gradient(#CFCFCF 0, #E6E6E6 21%, #E6E6E6 88%, #CFCFCF 100%);
    border: 1px solid #ADADAD;
}

.logaster .js-engine .wizard .buttons-block
{
    margin-top: 10px;
}

.logaster .js-engine .wizard .next-step-btn,
.logaster .js-engine .wizard .apply-btn,
.logaster .js-engine .wizard .save-step-btn
{
    margin-right: 10px;
}

.logaster .js-engine .wizard .back-step-btn
{
    margin-left: 20px;
    margin-top: 14px;
}

.logaster .js-engine .wizard .edit-step-btn,
.logaster .js-engine .wizard .back-logos-btn
{
    margin-right: 25px;
}

.logaster .js-engine .wizard .logotype-reset-btn
{
    margin-left: 10px;
    margin-top: 14px;
}

.logaster .js-engine .wizard.edit-logotype-wizard .logotype-reset-btn
{
    margin-left: 20px;
}

.logaster .js-engine .wizard .logotype-reset-btn .btn-text
{
    margin-left: 5px;
}

.logaster .js-engine .wizard .bt5-btn .icon-pencil
{
    margin-left: -5px;
    margin-right: 5px;
}

.logaster .js-engine .wizard .bt5-btn .glyphicon-arrow-left
{
    margin-right: 5px;
}

.logaster .js-engine .wizard .change-logotype-data-container .step-content
{
    font-size: 1.25em;
    color: #555555;
    height: 403px;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data
{
    float: left;
    position: relative;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data .logotype-name-required-label
{
    font-size: 1.6em;
    position: absolute;
    left: -25px;
    top: 24px;
}

.logaster .js-engine .wizard .change-logotype-data-container .color-range-categories
{
    float: right;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data label
{
    display: block;
    padding-left: 3px;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data input
{
    width: 340px;
    height: 33px;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data input,
.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data select
{
    font-size: 0.96em;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-logotype-data p
{
    color: #858383;
    font-size: 0.85em;
    padding-left: 9px;
    padding-top: 4px;
}

.logaster .js-engine .wizard .change-logotype-data-container .step-content
{
    padding: 53px 78px 0 68px;
}

.logaster .js-engine .wizard .change-logotype-data-container .change-slogan-block
{
    margin-top: 31px;
    margin-bottom: 32px;
}

.logaster .js-engine .wizard .color-range-categories
{
    width: 300px;
}

.logaster .js-engine .wizard .color-range-categories > p
{
    margin-bottom: 6px;
}

.logaster .js-engine .wizard .color-range-categories .checkbox
{
    margin: 3px 0 2px 22px;
}

.logaster .js-engine .wizard .color-range-categories .checkbox span
{
    width: 255px;
    height: 22px;
    margin-left: 6px;
    display: inline-block;
}

.logaster .js-engine .wizard .color-range-categories .checkbox .red
{
    background: -webkit-linear-gradient(left, #FF8788 0, #DE0505 88%, #550202 88%, #550202 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #FF8788 0, #DE0505 88%, #550202 88%, #550202 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #FF8788 0, #DE0505 88%, #550202 88%, #550202 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #FF8788 0, #DE0505 88%, #550202 88%, #550202 100%); /* For IE */
    background: linear-gradient(left, #FF8788 0, #DE0505 88%, #550202 88%, #550202 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .orange
{
    background: -webkit-linear-gradient(left, #FCD073 0, #FA7202 88%, #8F2502 88%, #8F2502 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #FCD073 0, #FA7202 88%, #8F2502 88%, #8F2502 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #FCD073 0, #FA7202 88%, #8F2502 88%, #8F2502 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #FCD073 0, #FA7202 88%, #8F2502 88%, #8F2502 100%); /* For IE */
    background: linear-gradient(left, #FCD073 0, #FA7202 88%, #8F2502 88%, #8F2502 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .chocolate
{
    background: -webkit-linear-gradient(left, #EBD39B 0, #835104 88%, #402805 88%, #402805 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #EBD39B 0, #835104 88%, #402805 88%, #402805 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #EBD39B 0, #835104 88%, #402805 88%, #402805 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #EBD39B 0, #835104 88%, #402805 88%, #402805 100%); /* For IE */
    background: linear-gradient(left, #EBD39B 0, #835104 88%, #402805 88%, #402805 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .yellow
{
    background: -webkit-linear-gradient(left, #FEFF84 0, #DEDE02 88%, #565602 88%, #565602 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #FEFF84 0, #DEDE02 88%, #565602 88%, #565602 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #FEFF84 0, #DEDE02 88%, #565602 88%, #565602 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #FEFF84 0, #DEDE02 88%, #565602 88%, #565602 100%); /* For IE */
    background: linear-gradient(left, #FEFF84 0, #DEDE02 88%, #565602 88%, #565602 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .green
{
    background: -webkit-linear-gradient(left, #9DFFAA 0, #04B504 88%, #023C02 88%, #023C02 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #9DFFAA 0, #04B504 88%, #023C02 88%, #023C02 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #9DFFAA 0, #04B504 88%, #023C02 88%, #023C02 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #9DFFAA 0, #04B504 88%, #023C02 88%, #023C02 100%); /* For IE */
    background: linear-gradient(left, #9DFFAA 0, #04B504 88%, #023C02 88%, #023C02 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .aqua
{
    background: -webkit-linear-gradient(left, #9DEFFE 0, #03A0BC 88%, #033440 88%, #033440 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #9DEFFE 0, #03A0BC 88%, #033440 88%, #033440 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #9DEFFE 0, #03A0BC 88%, #033440 88%, #033440 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #9DEFFE 0, #03A0BC 88%, #033440 88%, #033440 100%); /* For IE */
    background: linear-gradient(left, #9DEFFE 0, #03A0BC 88%, #033440 88%, #033440 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .blue
{
    background: -webkit-linear-gradient(left, #8E8DFD 0, #0000CB 88%, #010150 88%, #010150 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #8E8DFD 0, #0000CB 88%, #010150 88%, #010150 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #8E8DFD 0, #0000CB 88%, #010150 88%, #010150 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #8E8DFD 0, #0000CB 88%, #010150 88%, #010150 100%); /* For IE */
    background: linear-gradient(left, #8E8DFD 0, #0000CB 88%, #010150 88%, #010150 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .violet
{
    background: -webkit-linear-gradient(left, #DA9CEC 0, #980194 88%, #320230 88%, #320230 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #DA9CEC 0, #980194 88%, #320230 88%, #320230 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #DA9CEC 0, #980194 88%, #320230 88%, #320230 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #DA9CEC 0, #980194 88%, #320230 88%, #320230 100%); /* For IE */
    background: linear-gradient(left, #DA9CEC 0, #980194 88%, #320230 88%, #320230 100%); /* Standard syntax (must be last) */
}

.logaster .js-engine .wizard .color-range-categories .checkbox .grayscale
{
    background: -webkit-linear-gradient(left, #BEC6C6 0, #65716A 88%, #282D2A 88%, #282D2A 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #BEC6C6 0, #65716A 88%, #282D2A 88%, #282D2A 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #BEC6C6 0, #65716A 88%, #282D2A 88%, #282D2A 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(left, #BEC6C6 0, #65716A 88%, #282D2A 88%, #282D2A 100%); /* For IE */
    background: linear-gradient(left, #BEC6C6 0, #65716A 88%, #282D2A 88%, #282D2A 100%); /* Standard syntax (must be last) */
}

/* Color select widget */
.logaster .js-engine .wizard .color-widget
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.logaster .js-engine .wizard .color-widget .color-select-popup
{
    position: absolute;
    width: 139px;
    border: 1px solid #999999;
    border-radius: 5px;
    z-index: 5;
    padding-top: 10px;
    padding-left: 3px;
    padding-bottom: 10px;
    background-color: #dadada;

    -webkit-box-shadow: 2px 2px 12px 0 #bababa;
    -moz-box-shadow: 2px 2px 12px 0 #bababa;
    box-shadow: 2px 2px 12px 0 #bababa;
}

.logaster .js-engine .wizard .color-widget .color-select
{
    width: 29px;
    height: 29px;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-right: 3px;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .color-preview
{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-bottom: 2px;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .color-preview.no-fill
{
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 45%, #ff0000 46%, #ffffff 54%, #ffffff 100%);
}

.logaster .js-engine .wizard .color-widget .color-select-popup .color-preview:last-child
{
    margin-right: 0;
}

.logaster .js-engine .wizard .color-widget .color-select:hover,
.logaster .js-engine .wizard .color-widget .color-select-popup .color-preview:hover
{
    cursor: pointer;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .gradient-checkbox-container
{
    margin-top: 7px;
    margin-left: 6px;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .gradient-checkbox-container input
{
    margin: 0;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .gradient-checkbox-container input,
.logaster .js-engine .wizard .color-widget .color-select-popup .gradient-checkbox-container span
{
    vertical-align: middle;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .more-colors-link
{
    margin-top: 5px;
    margin-left: 6px;
    display: block;
    text-decoration: underline;
    color: #000000;
}

.logaster .js-engine .wizard .color-widget .color-select-popup .more-colors-link:hover
{
    text-decoration: none;
}

/* End color select widget */

/* Edit step */
.logaster .js-engine .wizard .edit-step
{
    position: relative;
}

.logaster .js-engine .wizard .edit-step .logotype-canvas
{
    margin-top: -40px;
    background-color: #FFFFFF;
}

.logaster .js-engine .wizard .edit-step .canvas-wrapper:hover
{
    border-color: #8c8c8c;
}

.logaster .js-engine .wizard .edit-step .sidebar
{
    float: left;
    width: 332px;
    height: 404px;
    margin-left: 10px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 15px 13px;
    font-size: 0.9em;
}

.logaster .js-engine .wizard .edit-step .canvas-wrapper
{
    width: 582px;
    height: 404px;
    overflow: hidden;
    float: left;
    border: 1px solid #e0e0e0;
}

.logaster .js-engine .wizard .edit-step .checkbox
{
    line-height: 2;
}

.logaster .js-engine .wizard .edit-step .sidebar hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e7e7e7;
}

.logaster .js-engine .wizard .edit-step .sidebar .color-widget-text-label
{
    margin-right: 10px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator a,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator a
{
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    color: #6e399f;
    font-size: 14px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator a:hover,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator a:hover
{
    background-color: #e3d8ec;
    color: #6e399f;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator a.prev,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator a.prev
{
    margin-right: 2px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator a.next,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator a.next
{
    margin-left: 2px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator .page-number,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator .page-number
{
    margin-right: 5px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-template-paginator .page-count,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems-paginator .page-count
{
    margin-left: 5px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-templates
{
    margin-top: 9px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-templates canvas
{
    background-color: #ffffff;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.layout-properties-box .layout-templates canvas:hover,
.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems img:hover
{
    background-color: #37376d;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblem-search-tag
{
    border-color: #afb2b3;
    border-radius: 0;
    width: 200px;
    height: 25px;
    font-size: 1.2em;
    padding: 0 0 0 5px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #fbfbfb 100%);
    background: -webkit-linear-gradient(top, #ededed 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #ededed 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #ededed 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fbfbfb', GradientType=0 );
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .search-tag-block
{
    margin-top: 3px;
    margin-bottom: 10px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblem-search-tag:focus
{
    border-color: #66afe9;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems
{
    margin-top: 10px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.emblem-properties-box .emblems img
{
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.text-properties-box .logotype-text
{
    width: 255px;
    height: 29px;
    display: inline-block;
    margin-right: 7px;
}

.logaster .js-engine .wizard .edit-step .sidebar .properties-box.text-properties-box .color-select
{
    margin-right: 0;
}

.logaster .js-engine .wizard .edit-step .sidebar .font-warning
{
    margin-top: 8px;
    padding-right: 30px;
}

.logaster .js-engine .wizard .edit-step .sidebar .font-warning .glyphicon
{
    color: #FF7800;
    font-size: 1.2em;
    padding-right: 6px;
    padding-left: 5px;
}

.logaster .js-engine .wizard .edit-step .sidebar .additional-properties .checkbox
{
    margin-top: 0;
}
/* End edit step */

/* Start drop down list of fonts */
.logaster .js-engine .wizard .fonts-drop-down-container .borderRadius
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .borderRadiusBtm
{
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .borderRadiusTp
{
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon
{
    position: relative;
    display: -moz-inline-stack;
    display: block;
    width: 255px !important;
    height: 29px;
    border: solid 1px #ccc;
    background-color: #fff;
    outline: none;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon ul
{
    padding: 0;
    margin: 0;
}
.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon ul li
{
    list-style-type: none;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .clear
{
    clear: both;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .shadow
{
    -moz-box-shadow:5px 5px 5px -5px #888888;
    -webkit-box-shadow:5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.logaster .js-engine .wizard .fonts-drop-down-container .borderRadiusTp .border,
.logaster .js-engine .wizard .fonts-drop-down-container .borderRadius .border
{
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .borderRadiusBtm .border
{
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .ddTitle
{
    padding:0;
    position:relative;
    display:inline-block;
    width:100%;
    cursor: pointer;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .ddTitle .ddTitleText
{
    display:block;
    height: 27px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .divider
{
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    right: 24px;
    width: 0;
    height: 100%;
    position: absolute;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild
{
    border:1px solid #ccc;
    background-color:#fff;
    width: 292px;
    height: 290px !important;
    left: -1px;
    overflow: hidden !important;
    overflow-y: scroll !important;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li
{
    padding: 5px;
    height: 29px;
    cursor: pointer;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddTitle .ddlabel,
.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li .ddlabel
{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li .ddlabel
{
    padding-top: 2px;
    float: right;
    color:#aaa;
    font-size: 0.9em;
    padding-right: 8px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li.category
{
    text-align: center;
    pointer-events: none;
    cursor: default;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .not-recommended img.fnone,
.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .not-recommended span.ddlabel
{
    opacity: .5; /* standard: ff gt 1.5, opera, safari */
    -ms-filter:"alpha(opacity=50)"; /* ie 8 */
    filter:alpha(opacity=50); /* ie lt 7 */
    -khtml-opacity:.5; /* safari 1.x */
    -moz-opacity:.5; /* ff lt 1.5, netscape */
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li.category .ddlabel
{
    float: none;
    color: #39c208;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddTitle .ddlabel
{
    visibility: hidden;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li.hover
{
    background-color: #B2E1FF;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li img,
.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon .ddTitle .ddTitleText img
{
    vertical-align: middle;
    padding-left: 7px;
    padding-top: 2px;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddChild li.selected
{
    background-color: #7FCEFF;
}

.logaster .js-engine .wizard .fonts-drop-down-container .dd .ddArrow
{
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.logaster .js-engine .wizard .fonts-drop-down-container .ddcommon.borderRadiusBtm .ddArrow
{
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}
/* End drop down list of fonts */

/* Start save step */
.logaster .js-engine .wizard .save-step .step-content
{
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 12px;
    color: #858585;
    font-size: .9em;
    overflow: hidden;
}

.logaster .js-engine .wizard .save-step .step-content .logotype-preview
{
    border-radius: 4px;
}

.logaster .js-engine .wizard .save-step .step-content .produce-preview
{
    margin-top: 30px;
    zoom: 1;
    filter: alpha(opacity = 100);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.logaster .js-engine .wizard .save-step .step-content .produce-preview.favicon
{
    background-color: #fff;
    margin-top: 65px;
}

.logaster .js-engine .wizard .save-step .step-content .marker-container
{
    margin-top: 10px;
}

.logaster .js-engine .wizard .save-step .step-content .marker-container
{
    margin-top: 10px;
}

.logaster .js-engine .wizard .save-step .step-content .marker-container .preview-marker
{
    width: 71px;
    height: 10px;
    margin-right: 1px;
    display: block;
    float: left;
}

.logaster .js-engine .wizard .save-step .step-content .marker-container .preview-marker .marker
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e00d0d;
    margin: 0 auto;
}

.logaster .js-engine .wizard .save-step .step-content .logotype-schemes
{
    position: relative;
    height: 300px;
}

.logaster .js-engine .wizard .save-step .step-content .logotype-schemes canvas
{
    display: block;
    float: left;
    margin-right: 1px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
}

.logaster .js-engine .wizard .save-step .step-content .logotype-schemes canvas:last-child,
.logaster .js-engine .wizard .save-step .step-content .marker-container .preview-marker:last-child
{
    margin-right: 0;
}

.logaster .js-engine .wizard .save-step .step-content .logotype-schemes canvas:hover
{
    cursor: pointer;
}

.logaster .js-engine .wizard .save-step .step-content .check-logotype-schemes-label
{
    margin-top: -236px;
}

.logaster .js-engine .wizard .save-step .buttons-block .edit-step-btn
{
    margin-left: 20px;
    margin-top: 14px;
}

.logaster .js-engine .wizard .save-step .buttons-block .logos-step-btn
{
    margin-left: 10px;
}
/* End save step */

/* Start first step */
.logaster .js-engine .wizard .activity-type-step .step-content
{
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 107px 12px 12px 12px;
    color: #555555;
}

.logaster .js-engine .wizard .activity-type-step .step-content.added-slogan
{
    padding-top: 50px;
}

.logaster .js-engine .wizard .activity-type-step .step-content.force-use-v3
{
    padding-top: 140px;
}

.logaster .js-engine .wizard .activity-type-step .step-content.force-use-v3.added-slogan
{
    padding-top: 90px;
}

.logaster .js-engine .wizard .activity-type-step label
{
    font-size: 1.11em;
    margin-left: 5px;
}

.logaster .js-engine .wizard .activity-type-step .text-wrapper
{
    position: relative;
    width: 385px;
}

.logaster .js-engine .wizard .activity-type-step .slogan-wrapper,
.logaster .js-engine .wizard .activity-type-step .activity-type-wrapper
{
    width: 340px;
    margin-top: 23px;
}

.logaster .js-engine .wizard .activity-type-step .logotype-text-label
{
    font-size: 1.26em;
}

.logaster .js-engine .wizard .activity-type-step .logotype-name-required-label
{
    font-size: 1.8em;
    position: absolute;
    left: -19px;
    top: 27px;
}

.logaster .js-engine .wizard .activity-type-step #logotype-text
{
    width: 385px;
    height: 40px;
    font-size: 1.6em;
}

.logaster .js-engine .wizard .activity-type-step .logotype-help-text-block
{
    margin-top: 5px;
}

.logaster .js-engine .wizard .activity-type-step .logotype-help-text-label,
.logaster .js-engine .wizard .activity-type-step .logotype-help-slogan-label
{
    color: #858383;
    font-size: 0.95em;
    float: left;
    margin-left: 7px;
}

.logaster .js-engine .wizard .activity-type-step .add-slogan-link,
.logaster .js-engine .wizard .activity-type-step .remove-slogan-link
{
    display: block;
    float: right;
    font-size: 0.95em;
    margin-right: 7px;
}

.logaster .js-engine .wizard .activity-type-step #logotype-slogan,
.logaster .js-engine .wizard .activity-type-step #activity-type
{
    width: 340px;
    height: 33px;
    font-size: 1.2em;
}

.logaster .js-engine .wizard .activity-type-step .remove-slogan-link
{
    color: #c10000;
}

.logaster .js-engine .wizard .activity-type-step .remove-slogan-link:hover
{
    color: #6e0202;
}
/* End first step */

.logaster .js-engine .wizard .tag-block .tt-menu,
.logaster .js-engine .wizard .emblem-properties-box .tt-menu
{
    max-height: 150px;
    overflow-y: auto;
    width: 145px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #A9A9A9;
}

.logaster .js-engine .wizard .emblem-properties-box .tt-menu
{
    width: 200px;
}

.logaster .js-engine .wizard .tag-block .tt-menu .tt-suggestion,
.logaster .js-engine .wizard .emblem-properties-box .tt-menu .tt-suggestion
{
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.logaster .js-engine .wizard .tag-block .tt-menu .tt-suggestion:hover,
.logaster .js-engine .wizard .tag-block .tt-menu .tt-suggestion.tt-cursor,
.logaster .js-engine .wizard .emblem-properties-box .tt-menu .tt-suggestion:hover,
.logaster .js-engine .wizard .emblem-properties-box .tt-menu .tt-suggestion.tt-cursor
{
    background-color: #B2E1FF;
}

.logaster .js-engine .wizard .tag-block .tt-menu .tt-suggestion:hover,
.logaster .js-engine .wizard .emblem-properties-box .tt-menu .tt-suggestion:hover
{
    cursor: pointer;
}

.logaster .js-engine .wizard .tag-block .tag-input
{
    padding-left: 5px;
    width: 145px;
}

.logaster .js-engine .wizard .emblem-properties-box .tag-input
{
    padding-left: 5px;
}

.logaster .js-engine .wizard .tag-block .tt-hint,
.logaster .js-engine .wizard .emblem-properties-box .tt-hint
{
    left: -1px !important;
    color: #999;
}

.logaster .js-engine .wizard .tag-block label
{
    vertical-align: text-top;
}

/* ColorJoe */
.logaster .js-engine .wizard .color-picker-container .color-picker-window #rgbValue, #hslaValue
{
    float: right;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .container
{
    overflow: auto;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #showPicker
{
    float: left;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker
{
    -moz-border-radius: .3em;
    border-radius: .3em;
    display: inline-block;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras
{
    float: right;
    margin: 0.5em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .currentColorContainer
{
    overflow: hidden;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .currentColor
{
    float: right;
    width: 65px;
    height: 30px;
    border: 1px solid #BBB;
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .colorFields
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .color
{
    text-align: right;
    margin-bottom: 5px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .colorFields input
{
    width: 40px;
    margin-left: 0.5em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .hex
{
    float: right;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .extras .hex input
{
    width: 60px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod
{
    float: left;
    margin: 0.5em;
}

/* main dimensions */
.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod, .colorPicker .twod .bg
{
    width: 240px;
    height: 240px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned, .colorPicker .oned .bg
{
    height: 240px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned, .colorPicker .oned .bg, .colorPicker .oned .pointer .shape
{
    width: 20px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .bg
{
    position: absolute;

    /* These seem to cause issues in some browsers, careful!
    border: 1px solid #BBB;
    -moz-border-radius: .3em;
    border-radius: .3em;
    */
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .pointer
{
    position: relative;
    z-index: 2;
    width: 8px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .pointer .shape
{
    position: absolute;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .pointer .shape1
{
    margin-left: -7px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid black;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .pointer .shape2
{
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned
{
    float: left;
    margin: 0.5em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned .bg
{
    border: 1px solid #BBB;
    /*
    -moz-border-radius: .3em;
    border-radius: .3em;
    */
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned .pointer
{
    position: relative;
    z-index: 2;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned .pointer .shape
{
    position: absolute;
    margin-left: -2px;
    margin-top: -4px;
    height: 9px;
    width: 24px;
    border: 2px solid black;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* gradients, tweak as needed based on which browsers you want to support */
.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .oned .bg
{
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), color-stop(100%, #ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .bg1
{
    z-index: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .twod .bg2
{
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .twod .bg1
{
    background: -moz-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), color-stop(100%, #ff0000));
    background: -webkit-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(left, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .twod .bg2
{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(127, 127, 127, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(127, 127, 127, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(127, 127, 127, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(127, 127, 127, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(127, 127, 127, 1) 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .oned .bg
{
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .extras
{
    width: 100px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .oned.alpha
{
    margin: 0;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window #hslPicker .oned.alpha .bg
{
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
}
/* End colorJoe */

/* Start  color picker widget styles */

.logaster .js-engine .wizard .color-picker-container
{
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    z-index: 99;
    top: 0;
    left: 0;
    width: 1050px;
    height: 560px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window
{
    position: absolute;
    top: 50%;
    margin-top: -158px;
    left: 50%;
    margin-left: -246px;
    background-color: #f6f6f6;
    z-index: 100;
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    
    -webkit-box-shadow: 5px 5px 27px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 27px -7px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 27px -7px rgba(0,0,0,0.75);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker input
{
    padding: 4px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker input:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .control-buttons
{
    margin-top: 5px;
    margin-right: .5em;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .control-buttons button
{
    margin-left: 5px;
}

.logaster .js-engine .wizard .color-picker-container .color-picker-window .colorPicker .color label
{
    text-transform: uppercase;
}
/* End color picker widget styles */

.logaster .js-engine .wizard .cursor-icon
{
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 15px;
    z-index: 9999;
}

/* Favicon wizard */
.logaster .js-engine .wizard.favicon .nav-steps .step
{
    width: 461px;
}

.logaster .js-engine .wizard.favicon .favicons-step .suggestions-block
{
    margin-top: 10px;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions
{
    padding: 0;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions .suggestion-container
{
    display: block;
    float: left;
    margin: 0 15px 12px 0;
    position: relative;
    width: 219px;
    height: 200px;
}

/* Remove margin-right from every last item in a row */
.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions .suggestion-container:nth-child(4n)
{
    margin-right: 0;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions .suggestion-container .suggestion-hover
{
    background-color: #000000;
    border-radius: 5px;
    display: block;
    width: 221px;
    height: 202px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eaeaea;
}

/* Canvg cannot draw gradient of canvas when its container size is lower then 300 px */
.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions .suggestion-container .canvas-wrapper
{
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions canvas
{
    cursor: pointer;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions canvas:hover
{
    background-color: #F7F7F7;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions canvas:hover,
.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions canvas.selected
{
    opacity: .97;
}

.logaster .js-engine .wizard.favicon .favicons-step .favicon-suggestions canvas
{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.logaster .js-engine .wizard.favicon .favicons-step .paginator ul
{
    margin-top: 15px;
    margin-left: 35px;
}

/* Favicon appearance step */
.logaster .js-engine .wizard.favicon .edit-step
{
    padding-top: 10px;
}

.logaster .js-engine .wizard.favicon .edit-step .buttons-block
{
    margin-top: 30px;
}

.logaster .js-engine .wizard.favicon .edit-step .sidebar
{
    width: 320px;
}

.logaster .js-engine .wizard.favicon .edit-step .favicon-canvas
{
    border: 1px solid #e0e0e0;
    float: left;
}

.logaster .js-engine .wizard.favicon .edit-step .properties-box input,
.logaster .js-engine .wizard.favicon .edit-step .properties-box select
{
    font-size: 12px;
    height: 29px;
}

.logaster .js-engine .wizard.favicon .edit-step .properties-box .content-properties .color-widget
{
    margin-top: 4px;
}

.logaster .js-engine .wizard.favicon .edit-step .properties-box label
{
    color: #666666;
}

.logaster .js-engine .wizard.favicon .edit-step .properties-box .favicon-content-type
{
    max-width: 100px;
}

.logaster .js-engine .wizard.favicon .edit-step .properties-box .favicon-text
{
    max-width: 90px;
    margin-left: 3px;
    margin-right: 3px;
}

.logaster .js-engine .wizard.favicon .edit-step .reset-btn
{
    margin-left: 10px;
    margin-top: 14px;
}

.logaster .js-engine .wizard.favicon .edit-step .reset-btn .btn-text
{
    margin-left: 5px;
}
/* End Favicon wizard */

/* Brand kit wizard */
.logaster .js-engine .wizard.brandkit-js
{
    padding: 0;
    width: 800px;
    height: 550px;
}

.logaster .js-engine .wizard.brandkit-js .brandkit-preview
{
    position: relative;
    width: 800px;
    height: 550px;
}

.logaster .js-engine .wizard.brandkit-js .brandkit-preview .preview
{
    -webkit-backface-visibility: hidden;
    margin: 0;
}

.logaster .js-engine .wizard.brandkit-js .favicon-container
{
    position: absolute;
    left: 420px;
    top: 230px;
    width: 326px;
    height: 77px;
}

.logaster .js-engine .wizard.brandkit-js .favicon-container .logotype-text
{
    position: absolute;
    top: 16px;
    width: 326px;
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.logaster .js-engine.mobile .wizard.brandkit-js .brandkit-preview,
.logaster .js-engine.mobile .wizard.brandkit-js
{
    width: 260px;
    margin: auto;
    height: 1000px;
}

.logaster .js-engine.mobile .wizard.brandkit-js .favicon-container
{
    top: 915px;
    width: 260px;
    left: 0;
}

.logaster .js-engine.mobile .wizard.brandkit-js .favicon-container .logotype-text
{
    width: 260px;
    left: 0px;
    font-size: 10px;
}

/* End Brand kit wizard */

/* Start Brand kit wizard widget */
.logaster .js-engine.widget .wizard.brandkit-js
{
    margin-left: 54px;
}

.logaster .js-engine.widget .btn.get-brandkit
{
    font-size: 1.6em;
    line-height: 1.7;
    background-image: linear-gradient(to bottom, #8cc342 0, #75b226 100%);
    border-color: #6aa122;
    color: #fff;
    margin-top: 10px;
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 20px;
    margin-left: 340px;
}

.logaster .js-engine.widget .btn.get-brandkit:hover
{
    background-image: linear-gradient(#83C72B 0, #83C72B 100%);
}
/* End Brand kit wizard widget */

/* Start produce2d wizard */
.logaster .js-engine .wizard.produce2d .nav-steps .step
{
    width: 461px;
}

.logaster .js-engine .wizard.produce2d.businesscard .templates-step .suggestions-block
{
    margin-top: 10px;
}

.logaster .js-engine .wizard.produce2d.envelope .templates-step .suggestions-block
{
    margin-top: 20px;
}

.logaster .js-engine .wizard.produce2d.blankform .templates-step .suggestions-block
{
    margin-top: 7px;
}

.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions
{
    padding: 0;
}

.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions .canvas
{
    display: block;
    float: left;
    margin: 0 15px 12px 0;
}

.logaster .js-engine .wizard.produce2d.businesscard .templates-step .produce2d-suggestions canvas
{
    margin-top: 45px;
    margin-right: 14px;
}

.logaster .js-engine .wizard.produce2d.envelope .templates-step .produce2d-suggestions canvas
{
    margin-top: 35px;
    margin-right: 14px;
}


.logaster .js-engine .wizard.produce2d.blankform .templates-step .produce2d-suggestions canvas
{
    margin-top: 33px;
    margin-right: 45px;
}

/* Remove margin-right from every last item in a row */
.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions canvas:nth-child(4n)
{
    margin-right: 0;
}

.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions canvas
{
    border: 2px solid #eaeaea;
    background-color: #ffffff;
    cursor: pointer;
}

.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions canvas:hover
{
    border: 2px solid #dae4ed;
}

.logaster .js-engine .wizard.produce2d .templates-step .produce2d-suggestions canvas.selected
{
    border: 2px solid #a9a8cb;
}

.logaster .js-engine .wizard.produce2d.businesscard .templates-step .buttons-block
{
    margin-top: 15px;
}

.logaster .js-engine .wizard.produce2d.envelope .templates-step .buttons-block
{
    margin-top: 40px;
}

.logaster .js-engine .wizard.produce2d.blankform .templates-step .buttons-block
{
    margin-top: 20px;
}

.logaster .js-engine .wizard.produce2d.businesscard .templates-step .buttons-block .next-step-btn
{
    margin-top: 50px;
}

.logaster .js-engine .wizard.produce2d.envelope .templates-step .buttons-block .next-step-btn
{
    margin-top: 48px;
}

.logaster .js-engine .wizard.produce2d.blankform .templates-step .buttons-block .next-step-btn
{
    margin-top: 49px;
}

.logaster .js-engine .wizard.produce2d .edit-step .front-produce2d-canvas,
.logaster .js-engine .wizard.produce2d .edit-step .back-produce2d-canvas
{
    -moz-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.4);
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.4);
}

.logaster .js-engine .wizard.produce2d .edit-step .produce2d-wrapper
{
    margin-top: 31px;
    margin-left: 8px;
    float: left;
    position: relative;
    width: 560px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.logaster .js-engine .wizard.produce2d .edit-step .produce2d-sides
{
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
     -moz-transition: -moz-transform 1s;
       -o-transition: -o-transform 1s;
          transition: transform 1s;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.logaster .js-engine .wizard.produce2d .edit-step .produce2d-sides.flipped
{
  -webkit-transform: rotateY( 180deg );
     -moz-transform: rotateY( 180deg );
       -o-transform: rotateY( 180deg );
          transform: rotateY( 180deg );
}

.logaster .js-engine .wizard.produce2d .edit-step .produce2d-sides .front-produce2d-canvas,
.logaster .js-engine .wizard.produce2d .edit-step .produce2d-sides .back-produce2d-canvas
{
  position: absolute;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.logaster .js-engine .wizard.produce2d .edit-step .produce2d-sides .back-produce2d-canvas
{
  -webkit-transform: rotateY( 180deg );
     -moz-transform: rotateY( 180deg );
       -o-transform: rotateY( 180deg );
          transform: rotateY( 180deg );
}

.logaster .js-engine .wizard.produce2d.blankform .edit-step .produce2d-wrapper
{
    margin-top: 1px;
    height: 797px;
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher
{
    margin-left: 160px;
    margin-top: 334px;
}

.logaster .js-engine .wizard.produce2d.envelope .edit-step .side-switcher
{
    margin-top: 335px;
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher button.selected
{
    background: #999999;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher button
{
    float: left;
    border: 1px solid #a3a3a3;
    font-size: 0.9em;
    width: 130px;
    border-radius: 7px;
    height: 26px;
    background: -webkit-linear-gradient(#ffffff, #e7e7e7);
    background: -o-linear-gradient(#ffffff, #e7e7e7);
    background: -moz-linear-gradient(#ffffff, #e7e7e7);
    background: linear-gradient(#ffffff, #e7e7e7);
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher .front-side
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher .back-side
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.logaster .js-engine .wizard.produce2d .edit-step .side-switcher:after
{
    clear: both;
}

.logaster .js-engine .wizard.produce2d .edit-step .sidebar
{
    width: 320px;
    margin-left: 33px;
}

.logaster .js-engine .wizard.produce2d .edit-step .sidebar .font-warning
{
    line-height: 1.1;
    margin-top: 0;
}

.logaster .js-engine .wizard.produce2d .edit-step .sidebar .font-warning,
.logaster .js-engine .wizard.produce2d .edit-step .sidebar .font-warning .glyphicon
{
    font-size: 10px;
}

.logaster .js-engine .wizard.produce2d .buttons-block
{
    margin-top: 23px;
}

.logaster .js-engine .wizard.produce2d.blankform .edit-step .buttons-block
{
    margin-top: 0;
}

.logaster .js-engine .wizard.produce2d .edit-step .save-step-btn
{
    margin-right: 60px;
    margin-top: -5px;
}

.logaster .js-engine .wizard.produce2d.blankform .edit-step .save-step-btn
{
    position: relative;
    top: -373px;
}

.logaster .js-engine .wizard.produce2d .edit-step .sidebar .properties-box .checkbox
{
    margin-right: 4px;
    display: inline-block;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list
{
    max-height: 147px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -5px;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .rich-text-container
{
    padding-top: 3px;
    cursor: default;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .rich-text-container:hover,
.logaster .js-engine .wizard.produce2d .edit-step .element-list .rich-text-container.selected
{
    background-color: #dfdfdf;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .rich-text-options
{
    float: right;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .rich-text
{
    cursor: default;
    color: #787878;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .edit-rich-text
{
    margin-right: 11px;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .remove-rich-text
{
    margin-right: 5px;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list .add-rich-text
{
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
}

.logaster .js-engine .wizard.produce2d .edit-step .element-list hr
{
    background-color: #dfdfdf;
    width: 98%;
    margin-top: 5px;
    margin-bottom: 0;
}

.logaster .js-engine .wizard.produce2d .reset-btn .btn-text
{
    margin-left: 5px;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-area
{
    width: 295px;
    height: 82px;
    color: #000000;
    resize: none;
    border: 1px solid #b7babc;
    margin-top: 5px;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-area:focus
{
    border-color: #5fc0fc;
    outline-color: #5fc0fc;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon
{
    display: inline-block;
    border-radius: 4px;
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    margin-top: -4px;
    border: 1px solid transparent;
    padding: 3px;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .color-select,
.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon
{
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon.selected
{
    background-color: #e5e5e5;
    border: 1px solid #dedede;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon:hover
{
    border: 1px solid #dedede;
    background-color: #f6f6f6;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon.disabled,
.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .text-icon.disabled:hover
{
    background-color: #f6f6f6;
    border: 1px solid transparent;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: default;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options
{
    margin-top: 10px;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .fonts-drop-down-container
{
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .fonts-drop-down-container .ddcommon
{
    width: 145px !important;
}

.logaster .js-engine .wizard.produce2d .edit-step .text-properties .text-options .fonts-drop-down-container .ddcommon .ddTitle .ddTitleText
{
    overflow: hidden;
    width: 117px;
}
/* End produce2d wizard */