﻿/*

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/icones.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.list-group-item .tooltip {
    top: 0px !important;
    left: 0px !important;
}

.btnMaterial {
    border: none;
    background: transparent;
    text-transform: uppercase;
}

.controller-container {
    margin-bottom: 5%;
    text-align: center;
}

.controller {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin: 0 20px;
    font-size: 22px;
    padding: 10px 0;
    color: #FFF;
    position: relative;
    -webkit-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .controller:after {
        content: "";
        height: 3px;
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        background-color: #FFF;
    }

    .controller.is_current:after {
        width: 100%;
    }

    .controller:hover,
    .controller.is_current {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        cursor: pointer;
    }


.card__image {
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .card__image:after {
        content: "";
        display: block;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.1);
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
        bottom: 0;
    }

.card__title {
    text-shadow: -1px 0px rgba(0, 0, 0, 0.2), 0px 1px rgba(255, 0, 0, 0.05), 1px 0px rgba(0, 0, 0, 0.23), 0px -1px black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 24px;
    color: #FFF;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 16px;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card__subtitle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    left: 88px;
    right: 0;
    top: 45px;
    position: absolute;
    padding: 0 16px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card__text {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    display: block;
    left: 0;
    right: 0;
    top: 100px;
    padding: 16px;
    margin: 0;
    line-height: 1.6;
    position: absolute;
    color: #000;
    overflow: hidden;
    -webkit-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: delay 0.1s;
    -moz-transition: delay 0.1s;
    -o-transition: delay 0.1s;
    transition: delay 0.1s;
}

.card__action-bar {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    padding: 0 8px;
    border-top: 1px solid #E0E0E0;
    boz-sizing: border-box;
    height: 52px;
    -webkit-transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card__button {
    outline: none;
    position: relative;
    display: inline-block;
    line-height: 52px;
    padding: 0 16px;
    color: #FF1744;
}

.card--big {
    height: 304px;
    min-height: 304px;
}

    .card--big .card__image {
        border-radius: 1px 1px 0 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 1;
        max-height: 83%;
    }

    .card--big .card__title {
        bottom: 20%;
    }


    .card--big .card__action-bar {
        left: 0;
    }


.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}


    .fixed-action-btn ul {
        padding: 0px;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        opacity: 0;
        -moz-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .fixed-action-btn ul.active {
            -moz-transition: 0.3s linear;
            -o-transition: 0.3s linear;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
            opacity: 1;
        }

        .fixed-action-btn ul li {
            margin-bottom: 15px;
            list-style-type: none;
        }

.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: #ff5722;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    box-shadow: 0 2px 3px 0 rgb(0, 0, 0), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
}

    .btn-floating:hover {
        background-color: rgb(255, 118, 0);
        color: whitesmoke;
        box-shadow: 0 2px 3px 0 rgb(64, 64, 64), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
    }


.bs-sistematica {
    padding-left: 0;
    list-style: none;
}

    .bs-sistematica li {
        float: left;
        width: 16%;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #151515;
        border: 1px solid #a1a1a1;
        color: white;
    }

        .bs-sistematica li:hover {
            background-color: RGBA(0, 0, 0, 0.77);
            border: 1px solid #a1a1a1;
            color: #ecc044;
        }

        .bs-sistematica li .spanSistematica {
            text-align: center;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
            font-size: 22px;
        }


.media {
    -moz-text-decoration-line: overline;
    text-decoration-line: overline;
}


code {
    border-left: 1px dashed rgba(51, 51, 51, 0.5);
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: rgba(51, 51, 51, 0.5);
}

.formula {
    color: #009688;
    text-align: center;
}

    .formula h4 {
        font-size: 15px;
    }

pre {
    border: 2px dashed rgba(51, 51, 51, 0.5);
    padding: 8px;
    color: #c7254e;
}

.legenda-formula {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    border-left: 5px solid rgb(238, 238, 238);
    background: rgba(249, 255, 0, 0.2) none;
    border-radius: 8px;
}

    .legenda-formula code {
        font-weight: bold;
    }
/* Tirar da pré o dash*/

#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.card__autor {
    color: #FF1744;
    text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
    font-size: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 16px;
    top: 0%;
}

.card__nome {
    color: #FF1744;
    text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
    font-size: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 16px;
    top: 0%;
}

.expoente {
    font-size: 70%;
    top: -5px;
    position: relative;
}

.fraction-inline {
      display: inline-block;
    vertical-align: middle; 
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction {
    display: block;
    font-size: 70%;
    padding: 0px;
    margin: 0px;
}
.divider {
  border-top: thin solid rgb(219, 37, 145);
}
