﻿
.btn-floating.btn-large
{
    width: 25px;
    height: 25px;
}

.fixed-action-btn.horizontal
{
    padding: 0 0 0 0;
}

.btn-floating.btn-large i
{
    line-height: 26px;
}

.btn-floating i
{
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #ED3237;
    font-size: 2rem;
    line-height: 40px;
}

.fixed-action-btn.horizontal ul
{
    text-align: right;
    right: 25px;
    top: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
}

.fixed-action-btn ul
{
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}

.fixed-action-btn.active ul
{
    visibility: visible;
}

ul:not(.browser-default)
{
    /*padding-left: 0;*/
    list-style-type: none;
}

.fixed-action-btn.horizontal ul li
{
    display: inline-block;
    margin: 0 0 0 0;
}

.fixed-action-btn ul li
{
    margin-bottom: 15px;
}

ul:not(.browser-default) li
{
    list-style-type: none;
}

.btn-floating
{
    padding: 0px;
    background-color: Transparent;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .collapsible, .side-nav
{
    box-shadow: none;
}
.share_btns
{
    margin: 5px !important;
    height: 30px !important;
    width: 30px !important;
}