input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
select:not(.browser-default),
textarea:not(.browser-default) {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    color: #495057;
    font-size: 13px;
    height:3rem;
}

    input:not([type]):disabled,
    input:not([type])[readonly="readonly"],
    input[type=text]:not(.browser-default):disabled,
    input[type=text]:not(.browser-default)[readonly="readonly"],
    input[type=password]:not(.browser-default):disabled,
    input[type=password]:not(.browser-default)[readonly="readonly"],
    input[type=email]:not(.browser-default):disabled,
    input[type=email]:not(.browser-default)[readonly="readonly"],
    input[type=url]:not(.browser-default):disabled,
    input[type=url]:not(.browser-default)[readonly="readonly"],
    input[type=time]:not(.browser-default):disabled,
    input[type=time]:not(.browser-default)[readonly="readonly"],
    input[type=date]:not(.browser-default):disabled,
    input[type=date]:not(.browser-default)[readonly="readonly"],
    input[type=datetime]:not(.browser-default):disabled,
    input[type=datetime]:not(.browser-default)[readonly="readonly"],
    input[type=datetime-local]:not(.browser-default):disabled,
    input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
    input[type=tel]:not(.browser-default):disabled,
    input[type=tel]:not(.browser-default)[readonly="readonly"],
    input[type=number]:not(.browser-default):disabled,
    input[type=number]:not(.browser-default)[readonly="readonly"],
    input[type=search]:not(.browser-default):disabled,
    input[type=search]:not(.browser-default)[readonly="readonly"],
    select:not(.browser-default)[readonly="readonly"],
    textarea:not(.browser-default)[readonly="readonly"]
    {
        color: rgba(0, 0, 0, 0.42);
        /*border-bottom: 1px dotted rgba(0, 0, 0, 0.42)*/
    }

        input:not([type]):disabled + label,
        input:not([type])[readonly="readonly"] + label,
        input[type=text]:not(.browser-default):disabled + label,
        input[type=text]:not(.browser-default)[readonly="readonly"] + label,
        input[type=password]:not(.browser-default):disabled + label,
        input[type=password]:not(.browser-default)[readonly="readonly"] + label,
        input[type=email]:not(.browser-default):disabled + label,
        input[type=email]:not(.browser-default)[readonly="readonly"] + label,
        input[type=url]:not(.browser-default):disabled + label,
        input[type=url]:not(.browser-default)[readonly="readonly"] + label,
        input[type=time]:not(.browser-default):disabled + label,
        input[type=time]:not(.browser-default)[readonly="readonly"] + label,
        input[type=date]:not(.browser-default):disabled + label,
        input[type=date]:not(.browser-default)[readonly="readonly"] + label,
        input[type=datetime]:not(.browser-default):disabled + label,
        input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
        input[type=datetime-local]:not(.browser-default):disabled + label,
        input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
        input[type=tel]:not(.browser-default):disabled + label,
        input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
        input[type=number]:not(.browser-default):disabled + label,
        input[type=number]:not(.browser-default)[readonly="readonly"] + label,
        input[type=search]:not(.browser-default):disabled + label,
        input[type=search]:not(.browser-default)[readonly="readonly"] + label,
        textarea.materialize-textarea:disabled + label,
        select:not(.browser-default):disabled + label,
        textarea:not(.browser-default):disabled + label {
            color: rgba(0, 0, 0, 0.42)
        }

    input:not([type]):focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]),
    input[type=password]:not(.browser-default):focus:not([readonly]),
    input[type=email]:not(.browser-default):focus:not([readonly]),
    input[type=url]:not(.browser-default):focus:not([readonly]),
    input[type=time]:not(.browser-default):focus:not([readonly]),
    input[type=date]:not(.browser-default):focus:not([readonly]),
    input[type=datetime]:not(.browser-default):focus:not([readonly]),
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
    input[type=tel]:not(.browser-default):focus:not([readonly]),
    input[type=number]:not(.browser-default):focus:not([readonly]),
    input[type=search]:not(.browser-default):focus:not([readonly]),
    select:not(.browser-default):focus:not([readonly]),
    textarea:not(.browser-default):focus:not([readonly]) {
        outline: none;
        border: 2px solid #26a69a;
    }

        input:not([type]):focus:not([readonly]) + label,
        input[type=text]:not(.browser-default):focus:not([readonly]) + label,
        input[type=password]:not(.browser-default):focus:not([readonly]) + label,
        input[type=email]:not(.browser-default):focus:not([readonly]) + label,
        input[type=url]:not(.browser-default):focus:not([readonly]) + label,
        input[type=time]:not(.browser-default):focus:not([readonly]) + label,
        input[type=date]:not(.browser-default):focus:not([readonly]) + label,
        input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
        input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
        input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
        input[type=number]:not(.browser-default):focus:not([readonly]) + label,
        input[type=search]:not(.browser-default):focus:not([readonly]) + label,
        textarea:focus:not([readonly]) + label {
            color: #26a69a
        }

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea:focus.valid ~ label {
    color: #4caf50
}

input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea:focus.invalid ~ label {
color: #f44336
}

input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.validate + label {
width: 100%
}

    input.valid:not([type]),
    input.valid:not([type]):focus,
    input.valid[type=text]:not(.browser-default),
    input.valid[type=text]:not(.browser-default):focus,
    input.valid[type=password]:not(.browser-default),
    input.valid[type=password]:not(.browser-default):focus,
    input.valid[type=email]:not(.browser-default),
    input.valid[type=email]:not(.browser-default):focus,
    input.valid[type=url]:not(.browser-default),
    input.valid[type=url]:not(.browser-default):focus,
    input.valid[type=time]:not(.browser-default),
    input.valid[type=time]:not(.browser-default):focus,
    input.valid[type=date]:not(.browser-default),
    input.valid[type=date]:not(.browser-default):focus,
    input.valid[type=datetime]:not(.browser-default),
    input.valid[type=datetime]:not(.browser-default):focus,
    input.valid[type=datetime-local]:not(.browser-default),
    input.valid[type=datetime-local]:not(.browser-default):focus,
    input.valid[type=tel]:not(.browser-default),
    input.valid[type=tel]:not(.browser-default):focus,
    input.valid[type=number]:not(.browser-default),
    input.valid[type=number]:not(.browser-default):focus,
    input.valid[type=search]:not(.browser-default),
    input.valid[type=search]:not(.browser-default):focus,
    textarea:not(.browser-default).valid,
    textarea:not(.browser-default).valid:focus,
    select:not(.browser-default).valid,
    select:not(.browser-default).valid:focus,
    .select-wrapper.valid > input.select-dropdown {
        border-bottom: 1px solid #4caf50;
        -webkit-box-shadow: 0 1px 0 0 #4caf50;
        box-shadow: 0 1px 0 0 #4caf50
    }

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.invalid:not(.browser-default),
textarea.invalid:not(.browser-default):focus,
select.invalid:not(.browser-default),
select.invalid:not(.browser-default):focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
    border-bottom: 1px solid #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.valid ~ .helper-text[data-success],
textarea:focus.valid ~ .helper-text[data-success],
textarea.invalid ~ .helper-text[data-error],
textarea:focus.invalid ~ .helper-text[data-error],
select.valid ~ .helper-text[data-success],
select:focus.valid ~ .helper-text[data-success],
select.invalid ~ .helper-text[data-error],
select:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.valid ~ .helper-text:after,
textarea:focus.valid ~ .helper-text:after,
select.valid ~ .helper-text:after,
select:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
    content: attr(data-success);
    color: #4caf50
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.invalid ~ .helper-text:after,
textarea:focus.invalid ~ .helper-text:after,
select.invalid ~ .helper-text:after,
select:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
    content: attr(data-error);
    color: #f44336
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea + label:after,
select + label:after,
.select-wrapper + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}

    .input-field.inline {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

        .input-field.inline input,
        .input-field.inline .select-dropdown {
            margin-bottom: 1rem
        }

    .input-field.col label {
        left: .75rem
    }

    .input-field.col .prefix ~ label,
    .input-field.col .prefix ~ .validate ~ label {
        width: calc(100% - 3rem - 1.5rem)
    }

    .input-field > label {
        color: #9e9e9e;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1rem;
        cursor: text;
        -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
        transition: color .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        text-align: initial;
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }

        .input-field > label:not(.label-icon).active {
            -webkit-transform: translateY(-14px) scale(0.8);
            transform: translateY(-14px) scale(0.8);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0
        }

    .input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
    .input-field > input[type=date]:not(.browser-default) + label,
    .input-field > input[type=time]:not(.browser-default) + label {
        -webkit-transform: translateY(-14px) scale(0.8);
        transform: translateY(-14px) scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .input-field .helper-text {
        position: relative;
        min-height: 18px;
        display: block;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.54)
    }

        .input-field .helper-text::after {
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0
        }

    .input-field .prefix {
        position: absolute;
        width: 3rem;
        font-size: 2rem;
        -webkit-transition: color .2s;
        transition: color .2s;
        top: .5rem
    }

        .input-field .prefix.active {
            color: #26a69a
        }

        .input-field .prefix ~ input,
        .input-field .prefix ~ textarea,
        .input-field .prefix ~ label,
        .input-field .prefix ~ .validate ~ label,
        .input-field .prefix ~ .helper-text,
        .input-field .prefix ~ .autocomplete-content {
            margin-left: 3rem;
            width: 92%;
            width: calc(100% - 3rem)
        }

        .input-field .prefix ~ label {
            margin-left: 3rem
        }

@media only screen and (max-width:992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444
}

    .input-field input[type=search]:focus:not(.browser-default) + label i,
    .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
    .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
        color: #444
    }

.input-field input[type=search] + .label-icon {
    -webkit-transform: none;
    transform: none;
    left: 1rem
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color
}

textarea {
    width: 100%;
    height: 5rem !important;
    background-color: transparent
}

    textarea.materialize-textarea {
        line-height: normal;
        overflow-y: hidden;
        padding: .8rem 0 .8rem 0;
        resize: none;
        min-height: 3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.hiddendiv {
    visibility: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0;
    z-index: -1
}

.autocomplete-content li .highlight {
    color: #444
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px
}

.character-counter {
    min-height: 18px
}
label.checkbox{
    margin-bottom:0;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

    [type="radio"]:not(:checked) + span,
    [type="radio"]:checked + span {
        position: relative;
        padding: 0 15px 0 25px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-transition: .28s ease;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

[type="radio"] + span:before,
[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border-radius: 50%
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a
}

[type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked + span:before {
    border: 2px solid transparent
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #26a69a
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #26a69a
}

[type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

[type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

[type="radio"].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1)
}

[type="radio"].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, 0.42)
}

[type="radio"].with-gap:disabled:checked + span:after {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled + span {
    color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:checked + span:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.checkbox-label-value{
    padding-left:30px !important;
    padding-top:1px;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"]:indeterminate + span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: 0;
    border-left: 0;
    border-right: 2px solid #26a69a;
    border-bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494
}

.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .switch label {
        cursor: pointer
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #84c7c1
            }

                .switch label input[type=checkbox]:checked + .lever:before,
                .switch label input[type=checkbox]:checked + .lever:after {
                    left: 18px
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #26a69a
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: rgba(0, 0, 0, 0.38);
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background .3s ease;
            transition: background .3s ease;
            vertical-align: middle;
            margin: 0 16px
        }

            .switch label .lever:before,
            .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                left: 0;
                top: -3px;
                -webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
                transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
                transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
                transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease
            }

            .switch label .lever:before {
                background-color: rgba(38, 166, 154, 0.15)
            }

            .switch label .lever:after {
                background-color: #f1f1f1;
                -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
                box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15)
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08)
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12)
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #949494
}

select.browser-default {
    display: block
}

/*select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem
}*/

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

    .select-wrapper.valid + label,
    .select-wrapper.invalid + label {
        width: 100%;
        pointer-events: none
    }

    .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #9e9e9e;
        outline: 0;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        font-size: 16px;
        margin: 0 0 8px 0;
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1
    }

        .select-wrapper input.select-dropdown:focus {
            border-bottom: 1px solid #26a69a
        }

    .select-wrapper .caret {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 0;
        fill: rgba(0, 0, 0, 0.87)
    }

    .select-wrapper + label {
        position: absolute;
        top: -26px;
        font-size: .8rem
    }

select:disabled {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper.disabled + label {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper.disabled .caret {
    fill: rgba(0, 0, 0, 0.42)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3)
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
    background-color: rgba(0, 0, 0, 0.08)
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.08)
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03)
}

.prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix ~ label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

    .select-dropdown li.optgroup.selected > span {
        color: rgba(0, 0, 0, 0.7)
    }

    .select-dropdown li.optgroup > span {
        color: rgba(0, 0, 0, 0.4)
    }

    .select-dropdown li.optgroup ~ li.optgroup-option {
        padding-left: 1rem
    }

.file-field {
    position: relative
}

    .file-field .file-path-wrapper {
        overflow: hidden;
        padding-left: 10px
    }

    .file-field input.file-path {
        width: 100%
    }

    .file-field .btn,
    .file-field .btn-large,
    .file-field .btn-small {
        float: left;
        height: 3rem;
        line-height: 3rem
    }

    .file-field span {
        cursor: pointer
    }

    .file-field input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .file-field input[type=file]::-webkit-file-upload-button {
            display: none
        }

.range-field {
    position: relative
}

input[type=range],
input[type=range] + .thumb {
    cursor: pointer
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

    input[type=range]:focus {
        outline: 0
    }

    input[type=range] + .thumb {
        position: absolute;
        top: 10px;
        left: 0;
        border: 0;
        height: 0;
        width: 0;
        border-radius: 50%;
        background-color: #26a69a;
        margin-left: 7px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

        input[type=range] + .thumb .value {
            display: block;
            width: 30px;
            text-align: center;
            color: #26a69a;
            font-size: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        input[type=range] + .thumb.active {
            border-radius: 50% 50% 50% 0
        }

            input[type=range] + .thumb.active .value {
                color: #fff;
                margin-left: -1px;
                margin-top: 8px;
                font-size: 10px
            }

input[type=range] {
    -webkit-appearance: none
}

    input[type=range]::-webkit-slider-runnable-track {
        height: 3px;
        background: #c2c0c2;
        border: 0
    }

    input[type=range]::-webkit-slider-thumb {
        border: 0;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s;
        -webkit-appearance: none;
        background-color: #26a69a;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin: -5px 0 0 0
    }

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
    box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
}

input[type=range] {
    border: 1px solid white
}

    input[type=range]::-moz-range-track {
        height: 3px;
        background: #c2c0c2;
        border: 0
    }

    input[type=range]::-moz-focus-inner {
        border: 0
    }

    input[type=range]::-moz-range-thumb {
        border: 0;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s;
        margin-top: -5px
    }

    input[type=range]:-moz-focusring {
        outline: 1px solid #fff;
        outline-offset: -1px
    }

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
}

input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
}















[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px
}

[type="checkbox"]:checked.chk-col-red + label:before {
    border-right: 2px solid #f44336;
    border-bottom: 2px solid #f44336
}

[type="checkbox"]:checked.chk-col-pink + label:before {
    border-right: 2px solid #e91e63;
    border-bottom: 2px solid #e91e63
}

[type="checkbox"]:checked.chk-col-purple + label:before {
    border-right: 2px solid #9c27b0;
    border-bottom: 2px solid #9c27b0
}

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
    border-right: 2px solid #673ab7;
    border-bottom: 2px solid #673ab7
}

[type="checkbox"]:checked.chk-col-indigo + label:before {
    border-right: 2px solid #3f51b5;
    border-bottom: 2px solid #3f51b5
}

[type="checkbox"]:checked.chk-col-blue + label:before {
    border-right: 2px solid #2196f3;
    border-bottom: 2px solid #2196f3
}

[type="checkbox"]:checked.chk-col-light-blue + label:before {
    border-right: 2px solid #03a9f4;
    border-bottom: 2px solid #03a9f4
}

[type="checkbox"]:checked.chk-col-cyan + label:before {
    border-right: 2px solid #00bcd4;
    border-bottom: 2px solid #00bcd4
}

[type="checkbox"]:checked.chk-col-teal + label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688
}

[type="checkbox"]:checked.chk-col-green + label:before {
    border-right: 2px solid #4caf50;
    border-bottom: 2px solid #4caf50
}

[type="checkbox"]:checked.chk-col-light-green + label:before {
    border-right: 2px solid #8bc34a;
    border-bottom: 2px solid #8bc34a
}

[type="checkbox"]:checked.chk-col-lime + label:before {
    border-right: 2px solid #cddc39;
    border-bottom: 2px solid #cddc39
}

[type="checkbox"]:checked.chk-col-yellow + label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821
}

[type="checkbox"]:checked.chk-col-amber + label:before {
    border-right: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107
}

[type="checkbox"]:checked.chk-col-orange + label:before {
    border-right: 2px solid #ff9800;
    border-bottom: 2px solid #ff9800
}

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722
}

[type="checkbox"]:checked.chk-col-brown + label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548
}

[type="checkbox"]:checked.chk-col-grey + label:before {
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e
}

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
    border-right: 2px solid #607d8b;
    border-bottom: 2px solid #607d8b
}

[type="checkbox"]:checked.chk-col-black + label:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000
}

[type="checkbox"]:checked.chk-col-white + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

[type="checkbox"]:checked.chk-col-dark-gray + label:before {
    border-right: 2px solid #888;
    border-bottom: 2px solid #888
}

:checked.chk-col-red + span:after {
    color: #f44336
}

:checked.chk-col-pink + span:after {
    color: #e91e63
}

:checked.chk-col-purple + span:after {
    color: #9c27b0
}

:checked.chk-col-deep-purple + span:after {
    color: #673ab7
}

:checked.chk-col-indigo + span:after {
    color: #3f51b5
}

:checked.chk-col-blue + span:after {
    color: #2196f3
}

:checked.chk-col-light-blue + span:after {
    color: #03a9f4
}

:checked.chk-col-cyan + span:after {
    color: #00bcd4
}

:checked.chk-col-teal + span:after {
    color: #009688
}

:checked.chk-col-green + span:after {
    color: #4caf50
}

:checked.chk-col-light-green + span:after {
    color: #8bc34a
}

:checked.chk-col-lime + span:after {
    color: #cddc39
}

:checked.chk-col-yellow + span:after {
    color: #ffe821
}

:checked.chk-col-amber + span:after {
    color: #ffc107
}

:checked.chk-col-orange + span:after {
    color: #ff9800
}

:checked.chk-col-deep-orange + span:after {
    color: #ff5722
}

:checked.chk-col-brown + span:after {
    color: #795548
}

:checked.chk-col-grey + span:after {
    color: #9e9e9e
}

:checked.chk-col-blue-grey + span:after {
    color: #607d8b
}

:checked.chk-col-black + span:after {
    color: #000
}

:checked.chk-col-white + span:after {
    color: #fff
}

:checked.chk-col-dark-gray + span:after {
    color: #888
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important
}

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
    border: 2px solid #f44336;
    background-color: #f44336
}

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #e91e63;
    background-color: #e91e63
}

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
    border: 2px solid #9c27b0;
    background-color: #9c27b0
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
    border: 2px solid #673ab7;
    background-color: #673ab7
}

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
    border: 2px solid #3f51b5;
    background-color: #3f51b5
}

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
    border: 2px solid #2196f3;
    background-color: #2196f3
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid #03a9f4;
    background-color: #03a9f4
}

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
    border: 2px solid #00bcd4;
    background-color: #00bcd4
}

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
    border: 2px solid #009688;
    background-color: #009688
}

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
    border: 2px solid #4caf50;
    background-color: #4caf50
}

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
    border: 2px solid #8bc34a;
    background-color: #8bc34a
}

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
    border: 2px solid #cddc39;
    background-color: #cddc39
}

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821
}

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
    border: 2px solid #ffc107;
    background-color: #ffc107
}

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
    border: 2px solid #ff9800;
    background-color: #ff9800
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
    border: 2px solid #ff5722;
    background-color: #ff5722
}

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
    border: 2px solid #795548;
    background-color: #795548
}

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
    border: 2px solid #9e9e9e;
    background-color: #9e9e9e
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
    border: 2px solid #607d8b;
    background-color: #607d8b
}

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
    border: 2px solid #000;
    background-color: #000
}

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
    border: 2px solid #fff;
    background-color: #fff
}

[type="checkbox"].filled-in:checked.chk-col-dark-gray + label:after {
    border: 2px solid #888;
    background-color: #888
}

[type="radio"]:not(:checked) + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal
}

[type="radio"]:checked + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal
}

[type="radio"] + label {
    vertical-align: middle
}

[type="radio"].radio-col-red:checked + label:after {
    background-color: #f44336;
    border-color: #f44336
}

[type="radio"].radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border-color: #e91e63
}

[type="radio"].radio-col-purple:checked + label:after {
    background-color: #9c27b0;
    border-color: #9c27b0
}

[type="radio"].radio-col-deep-purple:checked + label:after {
    background-color: #673ab7;
    border-color: #673ab7
}

[type="radio"].radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border-color: #3f51b5
}

[type="radio"].radio-col-blue:checked + label:after {
    background-color: #2196f3;
    border-color: #2196f3
}

[type="radio"].radio-col-light-blue:checked + label:after {
    background-color: #03a9f4;
    border-color: #03a9f4
}

[type="radio"].radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border-color: #00bcd4
}

[type="radio"].radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688
}

[type="radio"].radio-col-green:checked + label:after {
    background-color: #4caf50;
    border-color: #4caf50
}

[type="radio"].radio-col-light-green:checked + label:after {
    background-color: #8bc34a;
    border-color: #8bc34a
}

[type="radio"].radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border-color: #cddc39
}

[type="radio"].radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821
}

[type="radio"].radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border-color: #ffc107
}

[type="radio"].radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border-color: #ff9800
}

[type="radio"].radio-col-deep-orange:checked + label:after {
    background-color: #ff5722;
    border-color: #ff5722
}

[type="radio"].radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548
}

[type="radio"].radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

[type="radio"].radio-col-blue-grey:checked + label:after {
    background-color: #607d8b;
    border-color: #607d8b
}

[type="radio"].radio-col-black:checked + label:after {
    background-color: #000;
    border-color: #000
}

[type="radio"].radio-col-white:checked + label:after {
    background-color: #fff;
    border-color: #fff
}

[type="radio"].radio-col-dark-gray:checked + label:after {
    background-color: #888;
    border-color: #888
}

[type="radio"].with-gap.radio-col-red:checked + label:before {
    border: 2px solid #f44336
}

[type="radio"].with-gap.radio-col-red:checked + label:after {
    background-color: #f44336;
    border: 2px solid #f44336
}

[type="radio"].with-gap.radio-col-pink:checked + label:before {
    border: 2px solid #e91e63
}

[type="radio"].with-gap.radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border: 2px solid #e91e63
}

[type="radio"].with-gap.radio-col-purple:checked + label:before {
    border: 2px solid #9c27b0
}

[type="radio"].with-gap.radio-col-purple:checked + label:after {
    background-color: #9c27b0;
    border: 2px solid #9c27b0
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
    border: 2px solid #673ab7
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
    background-color: #673ab7;
    border: 2px solid #673ab7
}

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
    border: 2px solid #3f51b5
}

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border: 2px solid #3f51b5
}

[type="radio"].with-gap.radio-col-blue:checked + label:before {
    border: 2px solid #2196f3
}

[type="radio"].with-gap.radio-col-blue:checked + label:after {
    background-color: #2196f3;
    border: 2px solid #2196f3
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
    border: 2px solid #03a9f4
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
    background-color: #03a9f4;
    border: 2px solid #03a9f4
}

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
    border: 2px solid #00bcd4
}

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border: 2px solid #00bcd4
}

[type="radio"].with-gap.radio-col-teal:checked + label:before {
    border: 2px solid #009688
}

[type="radio"].with-gap.radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688
}

[type="radio"].with-gap.radio-col-green:checked + label:before {
    border: 2px solid #4caf50
}

[type="radio"].with-gap.radio-col-green:checked + label:after {
    background-color: #4caf50;
    border: 2px solid #4caf50
}

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
    border: 2px solid #8bc34a
}

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
    background-color: #8bc34a;
    border: 2px solid #8bc34a
}

[type="radio"].with-gap.radio-col-lime:checked + label:before {
    border: 2px solid #cddc39
}

[type="radio"].with-gap.radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border: 2px solid #cddc39
}

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821
}

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821
}

[type="radio"].with-gap.radio-col-amber:checked + label:before {
    border: 2px solid #ffc107
}

[type="radio"].with-gap.radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border: 2px solid #ffc107
}

[type="radio"].with-gap.radio-col-orange:checked + label:before {
    border: 2px solid #ff9800
}

[type="radio"].with-gap.radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border: 2px solid #ff9800
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
    border: 2px solid #ff5722
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
    background-color: #ff5722;
    border: 2px solid #ff5722
}

[type="radio"].with-gap.radio-col-brown:checked + label:before {
    border: 2px solid #795548
}

[type="radio"].with-gap.radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548
}

[type="radio"].with-gap.radio-col-grey:checked + label:before {
    border: 2px solid #9e9e9e
}

[type="radio"].with-gap.radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
    border: 2px solid #607d8b
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
    background-color: #607d8b;
    border: 2px solid #607d8b
}

[type="radio"].with-gap.radio-col-black:checked + label:before {
    border: 2px solid #000
}

[type="radio"].with-gap.radio-col-black:checked + label:after {
    background-color: #000;
    border: 2px solid #000
}

[type="radio"].with-gap.radio-col-white:checked + label:before {
    border: 2px solid #fff
}

[type="radio"].with-gap.radio-col-white:checked + label:after {
    background-color: #fff;
    border: 2px solid #fff
}

[type="radio"].with-gap.radio-col-dark-gray:checked + label:before {
    border: 2px solid #888
}

[type="radio"].with-gap.radio-col-dark-gray:checked + label:after {
    background-color: #888;
    border: 2px solid #888
}

.img-100 {
    width: 100px
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}


.input-group {
    width: 100%;
    margin-bottom: 20px;
    display: table
}

    .input-group .form-line {
        display: inline-block;
        width: 100%;
        position: relative
    }

        .input-group .form-line:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 0;
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: .25s ease-in;
            -o-transition: .25s ease-in;
            -webkit-transition: .25s ease-in;
            transition: .25s ease-in;
            border-bottom: 2px solid #1f91f3
        }

        .input-group .form-line + .input-group-addon {
            padding-right: 0;
            padding-left: 10px
        }

    .input-group .help-info {
        float: right;
        font-size: 12px;
        margin-top: 5px;
        color: #999
    }

    .input-group label.error {
        font-size: 12px;
        display: block;
        margin-top: 5px;
        font-weight: normal;
        color: #f44336
    }

    .input-group .form-line.error:after {
        border-bottom: 2px solid #f44336
    }

    .input-group .form-line.success:after {
        border-bottom: 2px solid #4caf50
    }

    .input-group .form-line.warning:after {
        border-bottom: 2px solid #ffc107
    }

    .input-group .form-line.focused:after {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .input-group .form-line.focused .form-label {
        bottom: 25px;
        left: 0;
        font-size: 12px
    }

    .input-group .input-group-addon {
        border: 0;
        background-color: transparent;
        padding-left: 0;
        font-weight: bold;
        display: table-cell
    }

        .input-group .input-group-addon .material-icons {
            font-size: 18px;
            color: #555
        }

    .input-group input[type="text"], .input-group .form-control {
        box-shadow: none;
        padding-left: 0;
        margin: 0;
        font-size: 13px
    }

.form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

.input-group.input-group-sm .input-group-addon i {
    font-size: 14px
}

.input-group.input-group-sm .form-control {
    font-size: 12px
}

.input-group.input-group-lg .input-group-addon i {
    font-size: 26px
}

.input-group.input-group-lg .form-control {
    font-size: 18px
}

.form-control-label {
    text-align: right
}

    .form-control-label label {
        margin-top: 8px
    }

.form-horizontal .form-group {
    margin-bottom: 0
}

.form-group {
    width: 100%;
    margin-bottom: 25px
}

    .form-group .form-control {
        width: 100%;
        box-shadow: none;
        /*padding-left: 5px*/
    }

    .form-group input.form-control {
        margin: 0;
        font-size: 13px
    }

    .form-group .help-info {
        float: right;
        font-size: 12px;
        margin-top: 5px;
        color: #999
    }

    .form-group label.error {
        font-size: 12px;
        display: block;
        margin-top: 5px;
        font-weight: normal;
        color: #f44336
    }

    .form-group .form-line {
        width: 100%;
        position: relative
    }

        .form-group .form-line:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 0;
            bottom: -1px;
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: .25s ease-in;
            -o-transition: .25s ease-in;
            -webkit-transition: .25s ease-in;
            transition: .25s ease-in;
            border-bottom: 2px solid #1f91f3
        }

        .form-group .form-line .form-label {
            font-weight: normal;
            color: #aaa;
            position: absolute;
            top: 10px;
            left: 0;
            cursor: text;
            -moz-transition: .2s;
            -o-transition: .2s;
            -webkit-transition: .2s;
            transition: .2s
        }

        .form-group .form-line.error:after {
            border-bottom: 2px solid #f44336
        }

        .form-group .form-line.success:after {
            border-bottom: 2px solid #4caf50
        }

        .form-group .form-line.warning:after {
            border-bottom: 2px solid #ffc107
        }

        .form-group .form-line.focused:after {
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

        .form-group .form-line.focused .form-label {
            top: -10px;
            left: 0;
            font-size: 12px
        }

.form-group-sm .form-label {
    font-size: 12px
}

.form-group-sm .form-line.focused .form-label {
    bottom: 20px;
    font-size: 10px
}

.form-group-lg .form-label {
    font-size: 18px
}

.form-group-lg .form-line.focused .form-label {
    bottom: 35px;
    font-size: 12px
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.show > .dropdown-menu {
    display: block
}

.spinner .input-group-addon {
    position: absolute;
    top: 10px;
    right: 0
}

    .spinner .input-group-addon .spin-up i {
        position: absolute;
        left: 0
    }

    .spinner .input-group-addon .spin-down i {
        position: absolute;
        left: 0;
        bottom: -15px
    }

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.form-check {
    margin-bottom: .5rem;
    padding-left: 0
}

    .form-check .form-check-label {
        cursor: pointer;
        padding-left: 25px;
        position: relative;
        padding-right: 15px
    }

        .form-check .form-check-label span {
            display: block;
            position: absolute;
            left: -1px;
            top: -1px;
            transition-duration: .2s;
            padding-left: 0
        }

    .form-check .form-check-input {
        opacity: 0;
        height: 0;
        width: 0;
        overflow: hidden;
        position: absolute;
        margin: 0;
        z-index: -1;
        left: 0;
        pointer-events: none
    }

        .form-check .form-check-input:checked + .form-check-sign:before {
            animation: rippleOn .5s
        }

        .form-check .form-check-input:checked + .form-check-sign .check {
            background: #9c27b0
        }

            .form-check .form-check-input:checked + .form-check-sign .check:before {
                color: #fff;
                box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
                animation: checkboxOn .3s forwards
            }

    .form-check .form-check-sign {
        vertical-align: middle;
        position: relative;
        top: -2px;
        float: left;
        padding-right: 10px;
        display: inline-block
    }

        .form-check .form-check-sign:before {
            display: block;
            position: absolute;
            left: 0;
            content: "";
            background-color: rgba(0,0,0,0.84);
            height: 20px;
            width: 20px;
            border-radius: 100%;
            z-index: 1;
            opacity: 0;
            margin: 0;
            top: 0;
            transform: scale3d(2.3,2.3,1)
        }

        .form-check .form-check-sign .check {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 1px solid rgba(0,0,0,0.54);
            overflow: hidden;
            z-index: 1;
            border-radius: 3px
        }

            .form-check .form-check-sign .check:before {
                position: absolute;
                content: "";
                transform: rotate(45deg);
                display: block;
                margin-top: -3px;
                margin-left: 7px;
                width: 0;
                color: #fff;
                height: 0;
                box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
                animation: checkboxOff .3s forwards
            }

.default-select select {
    width: 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.default-select .select-wrapper input.select-dropdown {
    display: none
}






.switch label {
    font-weight: normal;
    font-size: 13px
}

    .switch label .lever {
        margin: 0 14px
    }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(244,67,54,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-red {
        background-color: rgba(244,67,54,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
            background-color: #f44336
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(233,30,99,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-pink {
        background-color: rgba(233,30,99,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
            background-color: #e91e63
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(156,39,176,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-purple {
        background-color: rgba(156,39,176,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
            background-color: #9c27b0
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(103,58,183,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
        background-color: rgba(103,58,183,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
            background-color: #673ab7
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(63,81,181,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
        background-color: rgba(63,81,181,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
            background-color: #3f51b5
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(33,150,243,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-blue {
        background-color: rgba(33,150,243,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
            background-color: #2196f3
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(3,169,244,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
        background-color: rgba(3,169,244,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
            background-color: #03a9f4
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,188,212,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
        background-color: rgba(0,188,212,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
            background-color: #00bcd4
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,150,136,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-teal {
        background-color: rgba(0,150,136,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
            background-color: #009688
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(76,175,80,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-green {
        background-color: rgba(76,175,80,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
            background-color: #4caf50
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(139,195,74,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
        background-color: rgba(139,195,74,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
            background-color: #8bc34a
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(205,220,57,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-lime {
        background-color: rgba(205,220,57,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
            background-color: #cddc39
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,232,33,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
        background-color: rgba(255,232,33,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
            background-color: #ffe821
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,193,7,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-amber {
        background-color: rgba(255,193,7,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
            background-color: #ffc107
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,152,0,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-orange {
        background-color: rgba(255,152,0,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
            background-color: #ff9800
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,87,34,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
        background-color: rgba(255,87,34,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
            background-color: #ff5722
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(121,85,72,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-brown {
        background-color: rgba(121,85,72,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
            background-color: #795548
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(158,158,158,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-grey {
        background-color: rgba(158,158,158,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
            background-color: #9e9e9e
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(96,125,139,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
        background-color: rgba(96,125,139,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
            background-color: #607d8b
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-black {
        background-color: rgba(0,0,0,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
            background-color: #000
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(255,255,255,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-white {
        background-color: rgba(255,255,255,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
            background-color: #fff
        }

    .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-dark-gray:active:after {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(136,136,136,0.1)
    }

    .switch label input[type=checkbox]:checked + .lever.switch-col-dark-gray {
        background-color: rgba(136,136,136,0.5)
    }

        .switch label input[type=checkbox]:checked + .lever.switch-col-dark-gray:after {
            background-color: #888
        }
