﻿/* PADROES */
html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

body {
    background-color: #F5F2F0;
    color: #5c5c5c;
}

main, .container-frame {
    padding-left: 220px;
}

.sv-fundo {
    background-color: #6c5d86 !important;
}

.btn-search {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    padding-right: 0.7rem;
    color: white;
}

#trCadastro .row,
.card-content .row {
    margin-bottom: 0px;
}

.card-subtitulo {
    margin: 10px 0 0;
    padding: 12px 15px;
    background-color: #e0e0e0;
}

.fieldset {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    margin-left: 11px;
    height: 70px;
    width: 310px;
}

input,
optgroup,
select,
textarea {
    line-height: normal;
    color: inherit;
    font: inherit;
}

    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=number],
    textarea.materialize-textarea {
        background-color: transparent;
        border: 1px solid #9e9e9e;
        border-bottom: 2px solid #9e9e9e;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        height: 2rem;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        outline: none;
        margin: 0 0 5px 0;
        padding: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        input[type=text]:focus,
        input[type=password]:focus,
        input[type=number]:focus,
        textarea.materialize-textarea {
            border-bottom: 2px solid #234e71;
        }

        input[type=text]:disabled,
        input[type=password]:disabled,
        input[type=number]:disabled,
        select:disabled {
            border: 2px solid rgba(0,0,0,0.26);
            cursor: not-allowed;
        }

select {
    border: 1px solid #9e9e9e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 2.5rem;
    background-color: white;
    padding: 5px;
    text-transform: none;
}

    select:focus {
        outline: 1px solid #234e71;
    }

    select.browser-default {
        display: block;
    }

.selectMaster {
    border-color: none;
    height: 0;
}

.inputMaster {
    border-style: none;
    border-width: 0;
    height: 0;
}

/* Complementando e sobrescrevendo métodos do materialize.css */
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 600px) {
    span {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media only screen and (min-width: 0) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) {
    header, main, footer, .container-frame {
        padding-left: 0;
    }

    div.navbar-fixed,
    .navbar-master {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 13.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

/* FIM - PADROES */

/* MENU LATERAL */
#left-sidebar-nav {
    position: fixed;
    width: 100px;
    /*left: 180px;*/
    z-index: 999;
    height: auto;
}

.side-nav.leftside-navigation {
    width: 220px;
}

    .side-nav.leftside-navigation li {
        line-height: 100px;
    }

ul.side-nav.leftside-navigation {
    /*overflow: hidden;*/
}

    ul.side-nav.leftside-navigation hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #e0e0e0;
        margin: 1rem 0;
        padding: 0;
    }

    ul.side-nav.leftside-navigation li {
        line-height: 44px;
    }

        ul.side-nav.leftside-navigation li:hover {
            background-color: rgba(0,0,0,0.04);
        }

        ul.side-nav.leftside-navigation li.active {
            background-color: rgba(0,0,0,0.04);
        }

        ul.side-nav.leftside-navigation li a {
            font-size: 13px;
            color: whitesmoke;
            /*color: black;*/
            font-weight: 400;
            text-shadow: 1px 2px black;
        }

    ul.side-nav.leftside-navigation div.user-details {
        background: url("../img/logo-barra-lateral.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*margin-bottom: 15px;*/
        margin-top: 9px;
        padding: 137px 0 0 15px;
    }

    ul.side-nav.leftside-navigation li.user-details a {
        padding: 8px 15px;
    }

    ul.side-nav.leftside-navigation ul.collapsible-accordion {
        background-color: #fff;
    }

.side-nav a {
    line-height: 50px;
    height: 55px;
}

    .side-nav a div {
        display: flex;
        align-items: center;
    }

        .side-nav a div span {
            margin-top: 3px;
        }

        .side-nav a div i {
            padding-right: 10px;
        }

.side-nav.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0,0,0,0.04);
}

.side-nav.fixed.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0,0,0,0.04);
}

.side-nav .collapsible-body li a {
    margin: 0 1rem 0 3rem;
}

ul.side-nav li {
    padding: 0;
}

ul.side-nav .collapsible-header {
    margin: 0;
}

#slide-out {
    background: url(../img/fundo-barra-lateral.png) no-repeat center center;
    color: black;
}

    #slide-out li a i {
        line-height: inherit;
        width: 2rem;
        font-size: 1.6rem;
        display: block;
        float: left;
        text-align: center;
        margin-right: 1rem;
    }

    #slide-out ul.side-nav li {
        padding: 0 !important;
    }

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -45px;
}

@media only screen and (max-width: 992px) {
    ul.side-nav.leftside-navigation {
        top: 56px !important;
    }
}
/* FIM - MENU LATERAL*/

/* BARRA NAVEGAÇÃO */
nav ul li.no-hover:hover {
    background: none;
}

nav.navbar-master {
    background-color: #F5F2F0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 220px);
    padding-top: 10px;
    padding-left: 10px;
}

div.navbar-fixed {
    float: right;
    width: calc(100% - 220px);
    min-height: 100%;
    max-height: 100%;
}

div.navbar-conteudo {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul.hide-on-med-and-down li,
ul.hide-on-med-and-down li i {
    color: black;
}

@media only screen and (max-width: 992px) {
    nav .nav-wrapper {
        text-align: center;
    }

        nav .nav-wrapper a.page-title {
            font-size: 36px;
        }
}
/* FIM - BARRA NAVEGAÇÃO */


/* Home */
#home .grafic_card {
    margin-top: 20px;
    border-radius: 3%;
}

#home .grafic_header {
    display: inline-block;
    text-align: center;
    margin-top: -20px;
    margin-left: 10px;
}

    #home .grafic_header i {
        background-color: #6c5d86;
        border-radius: 15%;
        padding: 10px;
        font-size: 3rem;
        color: white;
        box-shadow: 0 16px 24px -2px rgba(0,0,0,0.14),0 2px 17px 4px rgba(0,0,0,0.12),0 2px 5px -2px rgba(0,0,0,0.3);
    }

#home .grafic_titulo {
    display: inline-block;
    margin-left: 25px;
    font-size: 1.5rem;
}

#home .card-content {
    text-align: center;
}

#home .card-stats-title {
    font-size: 1.2rem;
    display: -webkit-box;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    #home .card-stats-title i {
        font-size: 1.2rem;
    }

#home .card-stats-compare {
    font-size: 1.0rem;
}

    #home .card-stats-compare i {
        position: relative;
        top: 5px;
    }

#home .card-stats-number {
    display: -webkit-box;
    height: 41px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}   


#home .card .card-content {
    padding: 10px 14px;
}

#home .card .card-action {
    padding: 10px 14px;
}

#home .card-stats-title-action{
    font-size: 1.0rem;
}
/*Fim*/

#modalCondominio h3,
#modalUnidade h3,
#modalMural h3{
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    /*background: -moz-linear-gradient(top, #2e5764, #1e3d47);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764));*/
    background: -moz-linear-gradient(top, #a25fcc, #3f1e47);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3f1e47),color-stop(1, #a25fcc));
}

#modalCondominio.modal,
#modalUnidade.modal{
    line-height: 18px;
    padding: 0;
    overflow-y: initial;
}

#modalMural.modal{
    line-height: 18px;
    padding: 0;
    overflow-y: initial;
    max-width: 800px;
    height:350px;
    max-height: 350px;
}

#modalMural .muralConteudo{
    padding: 15px 35px;
}

#modalMural .muralConteudo p{
    max-height:150px;
    height:150px;
}

#modalCondominio.modal .material-table,
#modalUnidade.modal .material-table{
    padding: 10px;
}

#areaComum .card-area{
    overflow:hidden;
}

    #areaComum .card-area:hover {
        -moz-box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22);
        -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22);
        box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22);
    }

#areaComum .card-area .card-header .card-title{
    padding: 10px;
    padding-left: 20px;
}

#areaComum .area-card-title{
    margin: 0;
    color: #fff;
    display: -webkit-box;
    height: 41px;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#areaComum .area-card-title:hover {
        -ms-text-overflow: inherit;
        -o-text-overflow: inherit;
        text-overflow: inherit;
        overflow:visible;
    }

#areaComum .card-content-bg{
    height: 170%;
}

#areaComum .card-area .card-content {
    background: rgba(0,0,0,0.5);
    height: 170%;
}

#areaComum .area-state-two{
    border-left: 1px dashed #bdbdbd;
}

.small{
    font-size: 1.0rem !important;
}