﻿html {
    font-size: 1rem;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Segoe UI','Open Sans',Roboto,-apple-system,system-ui,BlinkMacSystemFont;
    margin-bottom: 60px;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}*/

@media (min-width: 415px) {
    .borda {
        padding: 2.5rem !important;
    }
}

.borda {
    padding: 0.5rem;
}

.filtroIndicador {
    float: left;
    width: 50px;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-right: 1px solid #DCDCDC;
}

    .filtroIndicador .btn {
        width: 40px;
        height: 40px;
        margin: 2px;
        border: 0;
        padding-top: 10px;
    }

.contentIndicadores {
    margin-left: 60px;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .filtroIndicador {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 5px;
        border-right: none;
    }

        .filtroIndicador:after {
            content: '';
            display: block;
            clear: both;
        }

        .filtroIndicador .btn {
            width: 40px;
            height: 40px;
            border: 1px solid #DCDCDC;
            margin-bottom: 2px;
            align-content: center;
        }

    .contentIndicadores {
        margin-left: 0;
    }
}

.icone-painel {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    opacity: 0.5;
}

.form-signin {
    position: absolute;
    margin-top: -300px;
    top: 50%;
    height: 450px;
    margin-left: -125px;
    left: 50%;
    width: 250px;
}

.btn-bola {
    border-radius: 100%;
    padding: 0.4rem;
    font-size: 0.7rem;
}

.btn-acsn {
    width: 6rem; /*90px;*/
    height: 5.5rem; /*85px;*/
    margin-right: 0.625rem;
    margin-top: 0.625rem;
    padding: 0.18rem;
    font-size: 0.8rem;
}

    .btn-acsn > p {
        white-space: normal;
        margin-bottom: 0;
        margin-top: 0.5rem;
        max-height: 4.8rem;
        min-height: 4.8rem;
        overflow: hidden;
        line-height: 0.9rem;
    }

        .btn-acsn > p > i {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            margin-top: 0.45rem;
        }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: none;
    background: url("../../Images/connectpass-loader.gif") center no-repeat rgba(255,255,255,0.70);
    background-size: 150px 150px;
}

.bg-custom-1 {
    background-color: #85144b;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

/*.navbar-custom {
    background-color: #ddd;
    color: rgba(0, 0, 0, 0.90);
    border-color: #ddd;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.90);
}

.navbar-inverse .navbar-brand {
    color: rgba(0, 0, 0, 0.90);
}

.navbar-inverse .navbar-toggle {
    border-color: #ddd;
}*/

.wrapper {
}

    .wrapper:after {
        content: '';
        display: block;
        clear: both;
        margin-bottom: 15px;
    }

.grid {
    float: left;
    display: inline-block;
    background: #FFFFFF;
    max-width: 125px;
}

.grid-duplo {
    max-width: 250px;
}

.grid-chart {
    max-width: 500px;
    width: 500px;
    height: 250px;
    background-color: #DCDCDC;
    align-content: center;
    border: 5px solid #fff;
    padding: 10px;
}

.grid-item {
    float: left;
    width: 125px;
    height: 125px;
    background-color: #DCDCDC;
    border: 5px solid #fff;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

    .grid-item:hover {
        /*opacity: 0.9;*/
        /*border: 4px solid #fff;*/
        /*-webkit-transition: all 0.5s ease;
        -moz-transition: 0.5s ease;
        transition: 0.5s ease;*/
    }

.grid-item-m {
    width: 250px;
}

.grid-item-g {
    width: 250px;
    height: 250px;
    /*display: table;*/
}

.ItemIndicadorResultado {
    float: none;
    font-size: medium;
    font-weight: 600;
    vertical-align: bottom;
}

.ItemIndicadorTexto {
    float: none;
    font-size: 0.85em;
    color: #323232;
    vertical-align: bottom;
}

.ItemIndicadorResultado-g {
    font-size: xx-large;
    text-align: center;
}

.ItemIndicadorTexto-g {
    font-size: x-large;
    text-align: center;
}

.ValidacaoCampo {
    font-size: 0.85em;
    color: darkorange;
    margin-left: 5px;
    max-width: 280px;
}

h1 {
    font-family: 'Segoe UI','Open Sans',Roboto,-apple-system,system-ui,BlinkMacSystemFont;
    font-size: 1.8em;
}

h2 {
    font-family: 'Segoe UI','Open Sans',Roboto,-apple-system,system-ui,BlinkMacSystemFont;
    font-size: 1em;
    color: #808080;
    /*font-weight: lighter;*/
    margin: -5px 0 0 0;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
}

.avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

    .avatar-edit input {
        display: none;
    }

        .avatar-edit input + label {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin: auto;
            border-radius: 100%;
            background: #ffffff;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
        }

            .avatar-edit input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .avatar-edit input + label:after {
                content: "\f040";
                font-family: "FontAwesome";
                color: #757575;
                position: absolute;
                top: 7px;
                left: 0;
                right: 0;
                text-align: center;
                margin: auto;
            }

.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f1f1f1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    left: 7px;
}

    .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.avatar-login {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

    .avatar-login > div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #333;
    color: white;
    text-align: center;
    overflow: hidden;
}

.checkbox {
    padding-left: 0.75rem;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 0.1rem;
        font-size: 0.8rem;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 1.25rem;
            height: 1.25rem;
            left: 0;
            margin-left: -1.7rem;
            border: 1px solid #cccccc;
            border-radius: 0.18rem;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 1.25rem;
            height: 1.25rem;
            left: 0;
            top: 0;
            margin-left: -1.4rem;
            margin-top: 0.18rem;
            color: #555555;
            font-size: 0.8em;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 0.3rem auto -webkit-focus-ring-color;
            outline-offset: -0.15rem;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

label {
    font-size: 0.8rem;
    color: #303030;
    margin: 0.18rem;
}

.label-light label {
    color: snow;
}

.form-inline > * {
    margin-right: 0.6rem;
}

.ListaContainer {
    overflow: auto;
    font-size: 0.8rem;
}

.MenuLateral {
    background-color: whitesmoke;
    padding: 30px;
}

.ContentContainer {
    margin-bottom: 25px;
    padding: 30px;
    max-height: 100%;
    overflow: auto;
}
