/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

*:focus { outline:none; }

body {
    margin:0;
    padding:0;
}

/* Disable ugly boxes around images in IE10 */
a img {
    border: 0px;
}

.mdl-layout {
    /* overflow: visible;*/ /* comentado - Renildo */
}

.Conteudo {
    width: 100%;
    flex: 1 0 auto;
}

.mdl-layout__drawer-button {
    color: #757575;
    position: fixed;
    z-index: 9;
}

.content-material-design {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: initial;
    margin-top: 64px;
}

.custom-breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

.barra-linha {
    width: 100%;
    height: 3px;
}

.breadcrumb > .custom-active {
    color: #dedede;
}

.custom-link {
    color: white;
}

    .custom-link:hover {
        color: white;
    }

.tamanhofooter {
    display: block;
    padding: 15px;
}

.barra-principal-sistema {
    background-color: white;
    padding-left: 56px;
}

.icones-master-header {
    margin-bottom: 8px;
}

.div-menu-direito {
    right: 0;
    vertical-align: middle;
    position: absolute;
}

.imagem-logado {
    width: 80px;
    margin: auto;
    line-height: 50px;
}

.font-nome-usuario {
    color: #757575;
    font-weight: normal;
    font-size: 11pt;
    font-family: 'Roboto';
    text-decoration: none;
}

.font-titulo-master {
    color: #0D47A1 !important;
    font-size: 11pt !important;
    padding: 0 10px !important;
    /*width: 130px;*/
    width: 180px;
    line-height: normal !important;
    text-align: center;
    /*text-shadow: 0 2px 1px rgba(150, 150, 150, 1) !important;*/
}

.gb_jb, .gb_kb {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    height: 0;
    width: 0;
    z-index: 99;
    /*right: 68px;*/
    right: 31px;
    top: 43px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    /*border-bottom-color: #fff;*/
}

.gb_jb {
    border-bottom-color: #fff;
}
.gb_kb {
    /*
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    z-index: 99;
    height: 0;
    width: 0;
    right: 68px;
    top: 43px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    */
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
}

.caixa-tamanho {
    padding-top: 10px; /* Add - Renildo  */
    width: 100%;
    /*height: 129px;*/ /* comentado - Renildo */
    overflow-y: auto;
    overflow-x: hidden;
}

.caixa-logado {
    line-height: normal;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    display: none;
    outline: none;
    position: absolute;
    right: 15px;
    top: 50px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    z-index: 9;
    /*
    height: 180px;
    max-width: 250px;
    width: 250px;
    */ /* comentado - Renildo */
    min-width: 250px; /* Add - Renildo */
    display: none;
}

.caixa-ponta {
    display: none;
    z-index: 99;
}

.caixa-logo {
    width: 100%;
    height: 100%;
}

.caixa-opcoes-interno {
    margin: 10px 10px 0 10px;
    text-align: center;
}

.btn-deslogar {
    background: #f8f8f8;
    border: 1px solid #c6c6c6;
    display: inline-block;
    line-height: 28px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*padding: 0 12px;*/
    /*margin-right: 20px;*/
}

.btn-deslogar:hover { cursor:pointer; }

.caixa-sair {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    /*padding: 10px 0;*/
    padding: 10px;
    width: 100%;
    display: table;
    height: 30px;
    text-align: right;
}

.caixa-usuario {
    -webkit-background-size: 96px 96px;
    background-size: 96px 96px;
    border: solid 1px #e0e0e0;
    vertical-align: top;
    height: 96px;
    width: 96px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    text-align: center;
    margin: 5px auto;
}

::-moz-selection {
    background-color: #03A9F4;
    color: #fff;
}

::selection {
    background-color: #03A9F4;
    color: #fff;
}

.custom-ripple:hover {
    position: relative;
    overflow: hidden;
}

.custom-li:hover {
    background-color: #eee;
}

.custom-li {
    display: block;
    border: none;
    color: rgba(0,0,0,.87);
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
}

.drop-master {
    position: relative;
}

    .drop-master ul {
        z-index: 1;
        position: absolute;
        left: 0;
        background-color: white;
        margin: 0px;
        padding: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    }

        .drop-master ul li {
            display: block;
        }

            .drop-master ul li a {
                width: 100%;
                padding: 1em 18px;
                display: inline-block;
                white-space: pre;
                box-sizing: border-box;
            }

                .drop-master ul li a:hover {
                    background: #ebebeb;
                }

    .drop-master:hover ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.demo-card-square > .mdl-card__title > h2.mdl-color-text--white {
    font-weight: 400;
}

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.mdl-textfield--expandable {
    width: auto;
}

.android-mobile-title {
    display: none !important;
}

.android-logo-image {
    height: 28px;
    /*height: 60px;*/
    width: 80px;
}

.android-header {
    overflow: visible;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #cbcbcb;
    z-index: 9;
    position: fixed;
    display: block;
    height: 64px; /* Add - Renildo */
}

    .android-header .material-icons {
        color: #767777 !important;
    }

    .android-header .mdl-layout__drawer-button {
        background: transparent;
        color: #767777;
    }

    .android-header .mdl-navigation__link {
        color: #757575;
        font-weight: 700;
        font-size: 14px;
    }

.android-navigation-container {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}


.android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    text-decoration: none;
}

    .android-navigation .mdl-navigation__link:hover {
        border-bottom: 4px solid #909090;
    }

.android-more-button {
    order: 3;
}

.android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: Black;
    font-size: 14pt;
}

.navigator-titulo {
    color: Black !important;
    font-size: 13pt !important;
}

.android-drawer .mdl-layout-title {
    background: #ECEFF1;
    padding: 10px 0 10px 40px;
    line-height: normal;
}

.font-titulo-menu {
    color: #0D47A1 !important;
    font-size: 14pt !important;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #767777;
    font-weight: 500;
}

.demo-card-square {
    width: 100%;
    margin-left: 1px;
}

.android-image-link {
    text-decoration: none;
}

.android-link-menu:hover {
    cursor: pointer;
}

/* Quebra padrão material desing */
@media (max-width: 1024px) {
    .content-material-design {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        z-index: initial;
        /*margin-top: 56px;*/ /* comentado - Renildo */
    }

    .mdl-layout__container.has-scrolling-header .mdl-layout__content {
        overflow: visible;
    }

    /*
    .gb_jb {
        border-color: transparent;
        border-bottom-color: #fff;
        border-style: dashed dashed solid;
        border-width: 0 8.5px 8.5px;
        position: absolute;
        right: 61px;
        top: 43px;
        z-index: 99;
        height: 0;
        width: 0;
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
    }

    .gb_kb {
        border-color: transparent;
        border-style: dashed dashed solid;
        border-width: 0 8.5px 8.5px;
        position: absolute;
        z-index: 99;
        height: 0;
        width: 0;
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
        border-bottom-color: #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        right: 61px;
        top: 43px;
    }
    */
    .gb_jb, .gb_kb {
        right: 23px;
    }

    /**** Mobile layout ****/
    @media (max-width: 900px) {
        .android-navigation-container {
            display: none;
        }

        .font-nome-usuario {
            display: none;
        }

        /*
    .font-titulo-master {
        color: #0D47A1 !important;
        font-size: 14pt !important;
        padding: 0 !important;
        width: initial;
        line-height: normal !important;
    }
    */ /* comentado - Renildo */

        /*.android-title { display: none; } */ /* comentado - Renildo */

        .android-mobile-title {
            display: block !important;
            position: absolute;
            left: calc(50% - 70px);
            top: 12px;
            transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
        .android.android-search-box.is-focused ~ .android-mobile-title,
        .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
            opacity: 0;
        }

        .android-search-box.is-focused {
            width: calc(100% - 48px);
        }

        .android-search-box .mdl-textfield__expandable-holder {
            width: 100%;
        }

        .android-be-together-section {
            height: 350px;
        }

        .android-slogan {
            font-size: 26px;
            margin: 0 16px;
            padding-top: 24px;
        }

        .android-sub-slogan {
            font-size: 16px;
            margin: 0 16px;
            padding-top: 8px;
        }

        .android-create-character {
            padding-top: 200px;
            font-size: 16px;
        }

            .android-create-character img {
                height: 12px;
            }

        .android-fab {
            display: none;
        }

        .android-wear-band-text {
            margin-left: 0;
            padding: 16px;
        }

        .android-footer .mdl-mega-footer--bottom-section {
            display: none;
        }
    }

    /* ESTILO BOTÃO UPLOAD DE ARQUIVO */
    .fileinput-button {
        position: relative;
        overflow: hidden;
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }
    /* ESTILO BOTÃO UPLOAD DE ARQUIVO */

    .spw-mdl-list {
        padding: 0 16px;
        min-height: 30px;
    }

    .mdl-layout__drawer.is-visible {
        z-index: 10;
    }

    .mdl-layout__obfuscator.is-visible {
        z-index: 9;
    }
