#ut_styleswitcher
{
    position: fixed;
    display: block;
    width: 25%;
    margin: 0;
    padding: 25px 20px 10px 14px;
    right: 0;
    top: 17%;
    counter-reset: steps 0;
    z-index: 9999;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    font-family: 'robotolight',Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 100%;
    -moz-box-shadow: 5px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,.1);
    box-shadow: 5px 5px rgba(0,0,0,.1);
}
#ut_styleswitcher .toggle
{
    position: absolute;
    width: 40px;
    height: 160px;
    padding: 6px;
    left: -55px;
    outline: none;
    border: 1px solid #ddd;
    -moz-box-shadow: 6px 5px rgba(0,0,0,.1);
    top: 25%;
}
input[type="submit"]
{
    background-color: #f36f5a!important;
    color: #fff!important;
    padding: 7px 0;
}
#ut_styleswitcher a.toggle
{
    -webkit-transition-property: background color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease;
    -ms-transition-property: background color;
    -ms-transition-duration: .2s;
    -ms-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: .2s;
    transition-timing-function: ease;
    text-indent: 100%;
    background: #fff url('/images/request.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
#ut_styleswitcher .toggle
{
    background-color: #666;
}
#ut_styleswitcher .toggle:hover
{
    background-color: #fff;
}
#ut_styleswitcher .colorchange
{
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
}
#ut_styleswitcher .colorchange.blue
{
    background: #5dade2;
}
#ut_styleswitcher .colorchange.green
{
    background: #58d68d;
}
#ut_styleswitcher .colorchange.yellow
{
    background: #f1c40f;
}
#ut_styleswitcher .colorchange.red
{
    background: #ec7063;
}
#ut_styleswitcher h1
{
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#ut_styleswitcher h2
{
    padding-left: 40px;
    font-size: 20px;
}
#ut_styleswitcher h2:before
{
    content: " ";
    position: absolute;
    left: 0;
    width: 10px;
    height: 30px;
    padding: 0 0 0 20px;
}
#ut_styleswitcher h2
{
    font-size: 12px;
    line-height: 30px;
}
#ut_styleswitcher h2:after
{
    content: counter(steps,decimal);
    counter-increment: steps 1;
    position: absolute;
    left: -10px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0;
    font-size: 20px;
}
#ut_styleswitcher span
{
    color: #adadad;
    font-size: 9px;
    font-weight: bold;
}
#ut_styleswitcher ul.pattern
{
    margin-bottom: 20px;
    display: inline-block;
}
#ut_styleswitcher ul.pattern li
{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 0;
    cursor: pointer;
}
#ut_styleswitcher .clear
{
    clear: both;
}
#ut_styleswitcher input
{
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 8px 10px;
    text-transform: none;
    font-size: 14px;
    background: #e6e7e8;
    color: #333;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    width: 100%;
}
#ut_styleswitcher textarea
{
    width: 100%;
    padding: 10px 0 0 10px;
    background: #f0f0f0;
    border-radius: 5px;
}
#ut_styleswitcher textarea:focus, #ut_styleswitcher input:focus, #ut_styleswitcher select:focus
{
    background: #f36f5a!important;
    border-bottom: 3px solid #40486d;
    color: #fff!important;
}
#ut_styleswitcher textarea:focus::placeholder, #ut_styleswitcher input:focus::placeholder, #ut_styleswitcher select:focus::placeholder
{
    color: #fff!important;
}
#ut_styleswitcher select
{
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 0 9px 5px;
    border-color: #8080804f;
    background: #f0f0f0;
    border-radius: 5px;
}
#ut_colorpicker
{
    margin: 20px;
}
.hover1:hover
{
    background-color: #455a64!important;
}
textarea:focus, input:focus, select:focus
{
    outline: none;
}