* {
    -webkit-font-smoothing: antialiased;
}

body {
    padding-top: .6em;
    margin: 0 auto;
    min-width: 230px;
    max-width: 550px;
    line-height: 1.4em;
    background: #f5f5f5;
    font-family: 'Roboto', sans-serif;

}

.heading {
    text-align: center;
    font-size: 80px;
    color: #FFEE58;
    text-shadow: 7px 0 12px #303030;

}

.newNote {
    margin: 40px 0 5px 0;
    border: 1px solid rgba(136, 136, 136, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);

    position: relative;

}

.newNote > input + label {
    font-style: italic;
    font-size: 19px;
    color: rgba(136, 136, 136, 0.44);
    position: absolute;
    top: 0;
    left: 3px;
    line-height: 45px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.newNote > input {
    outline: none;
    border: none;
    padding: 5px;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #212121;
}

.newNote > input:focus + label {
    font-size: 14px;
    color: #757573;
    font-style: normal;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.newNote > input:valid + label {
    font-size: 14px;
    color: #757573;
    font-style: normal;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.container {
    border: 1px solid #eee;
    margin-top: .5em;
    padding-left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px #303030;
    box-shadow: 0 2px 10px #303030;

}

.container:empty {
    visibility: hidden;
}

.delItem {
    margin-right: 20px;
    margin-top: .5em;
    float: right;
    color: #757573;
    visibility: hidden;
    cursor: pointer;
}

li:hover .delItem {
    visibility: visible;
}

input[type=checkbox] {
    visibility: hidden;
    margin-left: -.5em;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: .5em;
    border-radius: 4px;
    vertical-align: middle;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #757573;
    padding: 2px;

}

input[type=checkbox]:checked + label:before {
    background: #757573 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

input[type=checkbox] + label:before {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

input[type=checkbox]:checked + label {
    color: #c2c2c2;
}

.hidden {
    display: none;
}

.edit {
    top: 0;
    left: 0;
    background: transparent;
    display: none;
    border: none;
    outline: none;
    width: 0;
    line-height: 2em;
    position: relative;
    font-size: 24px;
    color: #212121;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

.editing .edit {
    display: inline-block !important;
    width: 80%;
}

.editing label, .editing i {
    display: none;
}

.btn-circ {
    height: 36px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    color: #757573;
    cursor: pointer;
    transition:color .2s ease-out;

 }

.active {
    color: #757573!important;
    border-bottom: 3px solid #FFEE58 !important;

}

.btn-circ:hover{
    color: #FFEE58;
}

.completed {
    text-decoration: line-through;
    color: #c2c2c2;
}

input[type=checkbox] {
    margin-right: .5em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 2em;
    position: relative;
    font-size: 24px;
    color: #212121;
    border-bottom: 1px solid #ededed;
}

.filters {
    margin: 1em auto;

}
