﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px 'Helvetica Neue',Helvetica, sans-serif;
    background: #e1e1e1;
    color: #626671;
}

body, html {
    height: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}


p {
    margin: 15px 0;
}

h1 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    line-height: 23px;
}

h2 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    font-weight: 200;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

#main-container {
    width: 1124px;
    margin: 20px auto;
}

/* Header Note -------------- */
.header-container {
    margin-bottom: 20px;
    width: 1000px;
    height: 40px;
    padding: 10px;
    background: #fff;
    text-align: right;
    vertical-align: central;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 1px;
    background-color: #fcfcfc;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.49), inset 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.49), inset 0 1px 0 #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.49), inset 0 1px 0 #fff;
}

.tool-title {
    float: left;
    margin: 10px 0 0 10px;
    color: #505b65;
    text-shadow: 0 1px 0 #fff;
}

    .tool-title h1 {
        font-weight: 200;
        font-size: 25px;
    }

.spacer {
    height: 8px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d7d7d7;
}

/*Navigation Bar*/
.nav {
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #777;
        }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar > .container .navbar-brand {
        margin-left: -15px;
        color: #777;
    }

.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-bottom: 15px;
            padding-top: 15px;
        }

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-brand {
    float: left;
    height: 50;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-nav > .active > a {
        color: #555;
        background-color: #e7e7e7;
    }

.navbar-static-top {
    margin-bottom: 19px;
    border-radius: 0;
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }


.container {
    width: 1024px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        float: left;
    }

.collapse {
    padding-right: 0;
    padding-left: 0;
}


ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    text-align: -webkit-match-parent;
}

a {
    text-decoration: none;
    cursor: auto;
}
/*Navigation Bar - End*/


.control-title {
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
}

/* Field Styling -------------- */
.label-field {
    background: #f6f6f6;
    margin-bottom: 8px;
    padding: 4px 0 4px 4px;
    border: 1px solid #d4d5d7;
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0 #fff;
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 1px 0 #fff;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 1px 0 #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #9d9fa0;
}

    .label-field:focus {
        background: #fff;
        color: #626671;
    }

#button-title {
    width: 195px;
}


/* Slider Styling -------------- */
.sliderBar {
    margin: 0 0 8px 0;
}

.ui-slider .ui-slider-handle {
    border: none !important;
    background: url(../images/slider-toggle.png) top no-repeat !important;
    width: 1.6em !important;
    height: 1.6em !important;
    cursor: pointer !important;
}

.ui-slider-horizontal {
    height: 8px !important;
    background: #fff !important;
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0 #fff;
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 1px 0 #fff;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 1px 0 #fff;
    border: 1px solid #d4d5d7 !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.5em !important;
    }

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -11px !important;
    }

.slider-markers {
    background: url(../images/slider-markers.png) no-repeat top right;
    height: 8px;
    width: 200px;
    margin-bottom: 6px;
}

.slider-markers-b {
    background: url(../images/slider-markers-b.png) no-repeat top right;
    height: 8px;
    width: 200px;
    margin-bottom: 6px;
}


.switch-container {
    float: left;
    margin-right: 40px;
    margin-left: 25px;
    background: url(../images/switch-markers.png) bottom left no-repeat;
    width: 50px;
    height: 55px;
}

.switch-container-last {
    float: left;
    background: url(../images/switch-markers.png) bottom left no-repeat;
    width: 50px;
    height: 55px;
}

.switches {
    width: 45px;
}

/* Color palettes -------------- */
.ui-dialog-content {
    font: 12px Monaco, MonoSpace;
}

#colors > div {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 0 5px 0;
    border: 1px #fff solid;
    -moz-box-shadow: 0px 1px 1px #a5a4a6;
    -webkit-box-shadow: 0px 1px 1px #a5a4a6;
    box-shadow: 0px 1px 1px #a5a4a6;
}

    #colors > div > input {
        width: 300px;
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
    }

    #colors > div > label:hover {
        font-weight: bold;
    }

    #colors > div > label {
        display: block;
        text-align: center;
        color: black;
        position: relative;
        z-index: 20;
        color: white;
        text-shadow: 0 0 2px black;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 7px;
        position: absolute;
        z-index: 4;
    }

.colorpicker {
    z-index: 1000;
}

.pickable {
    font-size: 0px;
}

#the-css {
    font-size: 11px;
    width: 88%;
    margin: 10px;
    background-color: white;
    border: 1px solid gray;
    padding: 20px;
    clear: both;
}

#the-css-header {
    margin-top: 10px;
    margin-left: 20px;
    font-size: larger;
    font-weight: bold;
    float: left;
}

#the-html {
    font-size: 11px;
    width: 88%;
    margin: 10px;
    background-color: white;
    border: 1px solid gray;
    padding: 20px;
    clear: both;
}

#the-html-header {
    margin-top: 30px;
    margin-left: 20px;
    font-size: larger;
    font-weight: bold;
    float: left;
}

#copy-html {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: larger;
    font-weight: bold;
    background-color: rgba(0, 199, 255, 0.17);
    border: 1px solid gray;
}


    #copy-html:hover {
        cursor: pointer;
        background-color: rgba(0, 199, 255, 0.57);
    }

#copy-css {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: larger;
    font-weight: bold;
    background-color: rgba(0, 199, 255, 0.17);
    border: 1px solid gray;
}


    #copy-css:hover {
        cursor: pointer;
        background-color: rgba(0, 199, 255, 0.57);
    }

.displace {
    position: absolute;
    left: -5000px;
}

.main-container {
    background-color: #eee;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    border-radius: 6px;
    padding-right: 60px;
    padding-left: 60px;
}

li {
    display:list-item;
    text-align:left;
}