*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a {
    color: #1e6fa4;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    color: #125480;
    outline: none;
}

.color-2 { background: #bbc7c8; color: #fff; }
.color-2 a { color: #566473; }
.color-2 a:hover, .color-2 a:focus { color: #34495e; }
.color-3 { background: #00b6ad; color: #fff; }
.color-3 a { color: #04706b; }
.color-3 a:hover, .color-3 a:focus { color: #03514d; }
.color-4 { background: #3b3f45; color: #f9f9f9; }
.color-4 a { color: #eb7e7f; }
.color-4 a:hover, .color-4 a:focus { color: #c56667; }
.color-5 { background: #f06d54; color: #fff; }
.color-5 a { color: #a35749; }
.color-5 a:hover, .color-5 a:focus { color: #6d3126; }
.color-6 { background: #f9f9f9; color: #62706c; }
.color-6 a { color: #1ecd97; }
.color-6 a:hover, .color-6 a:focus { color: #1ab585; }
.color-7 { background: #fffed8; color: #6bccb4; }
.color-7 a { color: #eb7e7f; }
.color-7 a:hover, .color-6 a:focus { color: #c36263; }
.color-8 { background: #415c71; color: #fefef8; }
.color-8 a { color: #7ad7ee; }
.color-8 a:hover, .color-8 a:focus { color: #539eb1; }

section {
    padding: 4% 1em 10%;
    text-align: center;
}

select {
    border: none;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
}

label.select-label {
    display: block;
    text-transform: uppercase;
    padding: 1em 0 1.5em;
    font-size: 75%;
    letter-spacing: 1px;
    font-weight: 700;
    width: 300px;
    text-align: left;
    margin: 0 auto;
    color: #c0c6c4;
}

.color-4 label.select-label {
    color: #282b30;
    font-size: 1em;
}

.codrops-header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

.codrops-header h1 span {
    display: block;
    font-size: 30%;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 700;
    font-size: 3.5em;
    line-height: 1.3;
}

.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.codrops-demos a.current-demo {
    color: inherit;
}


@media screen and (max-width: 30em) {

    body::before,
    body::after {
        display: none !important;
    }

    body {
        border: none !important;
        padding: 0 !important;
    }

    .codrops-header h1 {
        font-size: 2em;
    }

    .codrops-icon span {
        display: none;
    }

}

.alert {
    border: 0px;
    color: #ffffff;
    position: relative;
    padding-left: 65px;
}
.alert [data-notify="title"] {
    display: block;
    font-weight: bold;
}
.alert [data-notify="message"] {
    font-size: 14px;
}
.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: auto !important;
    border-radius: 50%;
}

.alert-primary {
    background-color: #1D62F0;
}

.alert-info {
    background-color: #23CCEF;
}

.alert-success {
    background-color: #59d05d;
}

.alert-warning {
    background-color: #fbad4c;
}

.alert-danger {
    background-color: #ff646d;
}

/*   Typography    */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'nunito', sans-serif;
}

body {
    background: #F2F2F2;
    margin: 0rem;
    min-height: 100vh;
    font-family: Futura, sans-serif;
}

#canvas {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/iconic/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/iconic/fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/iconic/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-eye-off:before {
    content: '\f15b';
}

.zmdi-eye:before {
    content: '\f15c';
}

.zmdi-eyedropper:before {
    content: '\f15d';
}

.zmdi-eye-off:before {
    content: '\f15b';
}

.zmdi-eye:before {
    content: '\f15c';
}

.zmdi-eyedropper:before {
    content: '\f15d';
}