/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

img,
legend {
    border: 0
}

pre,
textarea {
    overflow: auto
}

legend,
td,
th {
    padding: 0
}

h2,
pre {
    margin: 3rem 0
}

body,
h3 {
    margin: 0
}

.main,
sub,
sup {
    position: relative
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover,
input[type=range]:focus {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

.controls .color-item,
a,
a:visited {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    margin: 1rem 0;
    border-radius: 5px;
    background-color: #ffc785
}

input[type=range]::-moz-range-track {
    background-color: transparent
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #b86300;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 1px solid #b86300;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer
}

input[type=range]::-moz-focus-outer {
    border: 0
}

.dark.blue input[type=range] {
    background-color: #67deeb
}

.dark.blue input[type=range]::-webkit-slider-thumb {
    border: 1px solid #1cbed0
}

.dark.blue input[type=range]::-moz-range-thumb {
    border: 1px solid #1cbed0
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?-ckcm37);
    src: url(fonts/icomoon.eot?#iefix-ckcm37) format('embedded-opentype'), url(fonts/icomoon.woff?-ckcm37) format('woff'), url(fonts/icomoon.ttf?-ckcm37) format('truetype'), url(fonts/icomoon.svg?-ckcm37#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.display .downloads a:before,
.icon {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e971"
}

.display .downloads a:before,
.icon-download3:before {
    content: "\e9c7"
}

.icon-arrow-down:before {
    content: "\ea36"
}

.icon-github:before {
    content: "\eab1"
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    font-family: proxima-nova, "Proxima Nova", sans-serif;
    font-size: 16px;
    color: #4d4d4d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

h1 {
    margin: .67em 0;
    font-size: 3rem
}

h2 {
    font-size: 1.15rem;
    font-weight: 400
}

a,
a:visited {
    color: #1E88E5;
    transition: color .1s ease;
    text-decoration: none
}

a:hover {
    color: #42A5F5
}

.dark a,
.dark a:visited {
    color: #A2E2E4
}

code {
    font-family: Inconsolata, monospace;
    font-size: 14px
}

pre code {
    text-align: left;
    display: inline-block;
    padding: 1rem;
    border-radius: 5px
}

.controls .option-value,
.text-muted {
    color: #999
}

header,
header nav a:hover {
    color: #fff
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table
}

#app {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

.wrapper {
    margin: 2rem 0
}

header,
header h1 {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox
}

header {
    padding: 1rem;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #666
}

header h1 {
    font-size: 28px;
    font-weight: 300;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header h1 img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: .5rem
}

header nav {
    display: inline-block;
    margin-left: 3rem
}

header nav a,
header nav a:visited {
    display: inline-block;
    color: #ccc;
    margin: 0 .5rem;
    padding: .25rem .5rem;
    text-decoration: none;
    border: 1px solid;
    border-radius: 4px
}

.main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.controls {
    width: 400px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    border-right: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	overflow-y:scroll;
	height:100vh;
}

.controls .option-value {
    display: inline-block;
    float: right;
    text-align: right
}

.display,
footer {
    text-align: center
}

.controls .option-input {
    display: block;
    width: 100%;
    text-align: center;
    background: #e6e6e6;
    color: #4d4d4d;
    outline: 0;
    border: none;
    padding: 5px;
    margin: 1rem 0
}

.color-item,
.display {
    display: -webkit-flex;
    display: -ms-flexbox
}

.controls .option-input:focus,
.controls .option-input:hover {
    background: #ccc
}

.controls .options {
    padding: 1rem;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0
}

.controls .color-title {
    float: left
}

.controls .color-custom {
    float: right
}

.controls .color-list {
    padding: 0 1rem 1rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.color-item {
    margin: .5rem 0;
    height: 30px;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #ccc
}

.color-item div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.display {
    padding: 1rem;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.display .canvas-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.display canvas {
    max-width: 100%;
    max-height: 100%
}

.display .downloads a {
    display: inline-block;
    margin: .5rem;
    text-decoration: none;
    font-size: 18px
}

.display .downloads a:before {
    margin-right: 5px
}

.modal-add {
    float: left
}

.modal-cancel {
    float: right
}

footer {
    background: #e6e6e6
}