﻿.body-invertido {
    background-color: #666;
    color: black !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .body-invertido > p {
        color: white !important;
    }

    .body-invertido > h3 {
        color: white !important;
    }

    .body-invertido > h2 {
        color: white !important;
    }


*,
*:before,
*:after {
    box-sizing: inherit;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

container {
    box-sizing: border-box;
    padding-bottom: 100px;
}

    container > .container {
        min-height: 700px !important;
    }

/*Verifica o tamanho*/
/*@media screen and (min-width: 1600px) {
    footer {
        position: absolute !important;
    }
}

@media screen and (max-width: 999px) {
    footer {
        position: inherit !important;
    }
}*/


footer {
    padding: 15px;
    color: #fff;
    font-size: 12px;
    background-color: #2980b9;
    width: 100%;
    height: auto;
    position: inherit;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }


.texto {
    z-index: 2;
    padding-top: 5%;
}

.icon-back {
    position: relative;
    text-align: center;
    width: 70%;
}

    .icon-back > i {
        font-size: 25em !important;
        position: absolute;
        opacity: .1;
        z-index: 1;
    }

.panel-white {
    background-color: white;
}

.no-padding {
    padding: 0px !important;
}

.title-span {
    font-weight: bold;
    color: #757575;
}

/* CUSTOM */
.pad-5 {
    padding: 3px;
}

.vertical {
    vertical-align: middle !important;
}

.accebility {
    margin-top: 18px;
}

.img-accebility {
    height: 30px;
    opacity: .8;
    padding: 2px;
}
/*.btn-fill {
    background-color: transparent;
    height: 24px;
    padding: 0px !important;
}

.btn-fill, span {
    color: white;
    margin: 5px;
}*/
.p-footer {
    margin: 0 0 -9px !important;
}

.plus-font {
    font-size: 45px !important;
}

.thumbnail {
    border-radius: 3px;
    box-shadow: .7px .7px .7px #eee;
    border-bottom: 4px solid;
    position: relative;
    z-index: 1;
    min-height: 136px !important;
}

.thumbnail, text-center {
    padding: 15px;
    text-decoration: none !important;
}

.pad-imp {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 5px !important;
}

.thumbnail:after {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: #428bca !important;
    z-index: -1;
    transition: transform 0.3s;
    color: white !important;
}

.thumbnail:hover {
    transition: transform 0.3s;
    color: white !important;
}

    .thumbnail:hover > p {
        transition: transform 0.3s;
        color: white !important;
    }

    .thumbnail:hover::after {
        transform: scaleY(1);
    }

.sub {
    height: 30px;
    width: 30px;
    border: none !important;
    background-color: transparent;
}

    .sub:hover {
        background-color: transparent !important;
    }

    .sub:focus {
        background-color: transparent !important;
    }

.sub-inverse {
    margin: -8px;
}

.header-page {
    border-bottom: .5px solid #6666;
}

.pdfobject-container {
    height: 500px;
}

.pdfobject {
    border: 1px solid #666;
}

/* SIDEBAR */
.ls-closed .sidebar {
    margin-left: -300px;
}

.ls-closed section.content {
    margin-left: 15px;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    top: 3px;
    left: 20px;
    color: white !important;
    margin-right: 10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ls-closed .bars:before {
    content: '\E5D2';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ls-closed .bars:after {
    content: '\E5C4';
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ls-closed .navbar-brand {
    margin-left: 30px;
}

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Left Sidebar & Overlay ====================== */
.overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.overlay-open .sidebar {
    margin-left: 0px;
    z-index: 99999999;
}

.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    background: #fdfdfd;
    width: 250px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 82px);
    position: fixed;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11 !important;
}

    .sidebar .legal {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #eee;
        padding: 15px;
        overflow: hidden;
    }

        .sidebar .legal .copyright {
            font-size: 13px;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .sidebar .legal .copyright a {
                font-weight: bold;
                text-decoration: none;
            }

        .sidebar .legal .version {
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top: 5px;
            font-size: 13px;
        }

    .sidebar .menu {
        position: relative;
        overflow-y: auto;
        height: 90vh;
    }

        .sidebar .menu .list {
            list-style: none;
            padding-left: 0;
        }

            .sidebar .menu .list li.active > :first-child span {
                font-weight: bold;
            }

            .sidebar .menu .list .header {
                background: #eee;
                font-size: 12px;
                font-weight: 600;
                padding: 8px 16px;
            }

            .sidebar .menu .list i.material-icons {
                margin-top: 4px;
            }

            .sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
                position: absolute;
                top: calc(50% - 14px);
                right: 17px;
                font-size: 19px;
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .sidebar .menu .list .menu-toggle:before {
                content: '+';
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .sidebar .menu .list .menu-toggle:after {
                content: '\2013';
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .sidebar .menu .list .menu-toggle.toggled:before {
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .sidebar .menu .list .menu-toggle.toggled:after {
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            .sidebar .menu .list a {
                color: #747474;
                position: relative;
                display: inline-flex;
                vertical-align: middle;
                width: 100%;
                padding: 2px 13px;
            }

                .sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
                    text-decoration: none !important;
                }

                .sidebar .menu .list a small {
                    position: absolute;
                    top: calc(50% - 7.5px);
                    right: 15px;
                }

                .sidebar .menu .list a span {
                    margin: 4px 0 7px 12px;
                    color: #333;
                    font-weight: normal !important;
                    font-size: 14px;
                    overflow: hidden;
                }

            .sidebar .menu .list .ml-menu {
                list-style: none;
                display: none;
                padding-left: 0;
            }

                .sidebar .menu .list .ml-menu span {
                    font-weight: normal;
                    font-size: 14px;
                    margin: 3px 0 1px 6px;
                }

                .sidebar .menu .list .ml-menu li a {
                    padding-left: 55px;
                    padding-top: 7px;
                    padding-bottom: 7px;
                }

                .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
                    font-weight: 600;
                    margin-left: 5px;
                }

                    .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
                        content: '\E315';
                        font-family: 'Material Icons';
                        position: relative;
                        font-size: 21px;
                        height: 20px;
                        top: -5px;
                        right: 0px;
                    }

                .sidebar .menu .list .ml-menu li .ml-menu li a {
                    padding-left: 80px;
                }

                .sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
                    padding-left: 95px;
                }

#leftsidebar {
    top: 197px;
    position: absolute !important;
}

.title-detail {
    font-weight: bold !important;
    color: #428bca !important;
}

.right-0 {
    padding-right: 0 !important;
}

.left-0 {
    padding-left: 0 !important;
}

.card-footer {
    padding: 15px;
}
