﻿/* MATERIALIZE */

ul {
    list-style-type: none;
}

ul {
    padding: 0;
}

    ul li {
        list-style-type: none;
    }


.red {
    background-color: #F44336 !important;
}

.yellow {
    background-color: #ffeb3b !important;
}

    .yellow.darken-1 {
        background-color: #fdd835 !important;
    }

.green {
    background-color: #4CAF50 !important;
}

.blue {
    background-color: #2196F3 !important;
}

.z-depth-1, nav, .btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .z-depth-1-half, .btn-floating:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    nav ul a.btn, nav ul a.btn-large, nav ul a.btn-floating {
        margin-top: -2px;
        margin-left: 15px;
        margin-right: 15px;
    }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
}

    .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
        color: #ffd8a6;
    }

.btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
        font-size: 1.3rem;
        line-height: inherit;
    }

.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

    .btn.disabled *, .btn-floating.disabled *, .btn-floating:disabled * {
        pointer-events: none;
    }

    .btn.disabled:hover, .btn-floating.disabled:hover, .btn-floating:disabled:hover {
        background-color: #DFDFDF;
        color: #9F9F9F;
    }

.btn i, .btn-floating i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 37px;
    }

    .btn-floating:hover {
        background-color: #26a69a;
    }

    .btn-floating:before {
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 55.5px;
        height: 55.5px;
    }

        .btn-floating.btn-large i {
            line-height: 55.5px;
        }

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: -15px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
    -webkit-transition: bottom 0.5s; /* Safari */
    transition: bottom 0.5s;
    pointer-events: auto;
}

    .fixed-action-btn:hover {
        bottom: 23px;
    }

    .fixed-action-btn.active ul {
        visibility: visible;
    }

    .fixed-action-btn.horizontal {
        padding: 0 0 0 15px;
    }

        .fixed-action-btn.horizontal ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: initial;
            width: 500px;
            /*width 100% only goes to width of button container */
        }

            .fixed-action-btn.horizontal ul li {
                display: inline-block;
                margin: 15px 15px 0 0;
            }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden;
    }

        .fixed-action-btn ul li {
            margin-bottom: 15px;
        }

        .fixed-action-btn ul a.btn-floating {
            opacity: 0;
        }

@font-face {
    font-family: "Material-Design-Icons";
    src: url("../Content/materialize-v0.97.5/font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../Content/materialize-v0.97.5/font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../Content/materialize-v0.97.5/font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../Content/materialize-v0.97.5/font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../Content/materialize-v0.97.5/font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.large {
    font-size: 6rem;
}

.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
