﻿@charset "utf-8";
/* disable device rotate on orientation landscape */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

/* heebo-300 - latin */

/* float-left badge badge-secondary p-1 text-center */

/* Afasta um pouco um icones do fontawesome */
i, .fas, .fa, .far, .fab {
    padding: 0.06em;
    margin: 0.06em;
}

/* begin: OnOffSwitch */
.onoffswitch {
    position: relative;
    width: 60px;
    text-align: center;
    text-decoration: solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: auto;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: normal;
    font-size: 1em;
    color: white;
    font-family: 'Heebo', Trebuchet, Arial, sans-serif;
    font-weight: normal;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Sim";
    padding-left: 0px;
    background-color: #3474C2;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Não";
    margin-bottom: 0px;
    padding-right: 0px;
    background-color: #efecec;
    color: #f10609;
    text-align: center;
}

.onoffswitch-switch {
    display: none;
    height: 20px;
    width: 20px;
    /*margin: 3px;*/
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    border: 2px solid #999999;
    border-radius: 60px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* end: OnOffSwitch */


@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: url('../lib/fonts/heebo-v10-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../lib/fonts/heebo-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../lib/fonts/heebo-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../lib/fonts/heebo-v10-latin-300.svg#Heebo') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('../lib/fonts/heebo-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../lib/fonts/heebo-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../lib/fonts/heebo-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../lib/fonts/heebo-v10-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* heebo-500 - latin */
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url('../lib/fonts/heebo-v10-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../lib/fonts/heebo-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../lib/fonts/heebo-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../lib/fonts/heebo-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../lib/fonts/heebo-v10-latin-500.svg#Heebo') format('svg'); /* Legacy iOS */
}

.btndeletarRelatorio {}
.btndeletar {}

.required::after {
    margin: 0% 5%;
    content: "*";
    font-weight: bold;
    color: red;
}

body {
    font-family: 'Heebo', Arial, 'Trebuchet MS' !important;
    font-size: 0.9em !important;
    line-height: 1em;
}

a {
    color: #1668b2;
    text-decoration: none;
}

    a:hover {
        cursor: pointer !important;
    }

/* Custom All Placeholders */
::placeholder {
    color: #ccc !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
}

/* Custom All Scrollbar Default */
::-webkit-scrollbar {
    -webkit-appearance: none !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ccc;
    background: none;
    border: 1px solid #ccc;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    /* border:1px solid #333; */
    border: none;
    height: 100px;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* Custom All Toasts Messages */
.pb-toast {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: auto !important;
    background: transparent;
}
    .pb-toast .pb-toast-msg {
        max-width: 500px !important;
        width: 400px !important;
        color: #333;
    }
        .pb-toast .pb-toast-msg .toast-header,
        .pb-toast .pb-toast-msg .toast-body,
        .pb-toast .pb-toast-msg .toast-header small.text-muted,
        .pb-toast .pb-toast-msg .toast-header button {
            color: #333 !important;
            border: none !important;
            background: transparent;
        }

        /* errors */
        .pb-toast .pb-toast-msg.pb-error {
            background: #ff8083;
        }
            .pb-toast .pb-toast-msg.pb-error .toast-header i {
                color: #a60000;
            }

            .pb-toast .pb-toast-msg.pb-error .toast-body {
                background: #ffa69e;
            }
        /* warnings */
        .pb-toast .pb-toast-msg.pb-warning {
            background: #fab747;
        }
            .pb-toast .pb-toast-msg.pb-warning .toast-header i {
                color: #d56a00;
            }

            .pb-toast .pb-toast-msg.pb-warning .toast-body {
                background: #fcc983;
            }
        /* success */
        .pb-toast .pb-toast-msg.pb-success {
            background: #a5ce37;
        }
            .pb-toast .pb-toast-msg.pb-success .toast-header i {
                color: #008000;
            }
            .pb-toast .pb-toast-msg.pb-success .toast-body {
                background: #c1de76;
            }

/* Custom Modals Associação */
.modal-associacao {
    background: rgba(0, 0, 0, 0.4);
}

    .modal-associacao .modal-dialog {
        max-width: 860px;
    }

    .modal-associacao .modal-content {
        height: auto;
    }

    .modal-associacao .modal-header .modal-title {
        display: block;
        font-size: 1.7em;
        line-height: 1em;
    }

        .modal-associacao .modal-header .modal-title small {
            margin-top: .5em;
            display: block;
            font-size: .7em;
            color: #666;
        }

    .modal-associacao .modal-body form select[multiple] {
        padding: 0.5em;
        height: 220px;
        width: 320px;
        border: 1px solid #b5b5b5;
        outline: none;
        background: #f2f2f2;
    }

    .modal-associacao .modal-body form label {
        display: block;
        font-size: 1.1em;
        font-weight: 300;
        color: #333;
    }

    .modal-associacao .modal-body form select[multiple] option {
        padding: .2em;
        border: none;
    }

    .modal-associacao .modal-body form select[multiple]:focus option:checked {
        background: rgb(85, 166, 48) linear-gradient(0deg, rgb(85, 166, 48) 0%, rgb(85, 166, 48) 100%);
    }

    .modal-associacao .modal-body .btn-controles {
        display: block;
        justify-content: center !important;
    }

        .modal-associacao .modal-body .btn-controles button[type="button"] {
            margin: 0 auto;
            width: 50px;
        }

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.lgmax {
    max-width: 1300px !important;
}

.lgmax-mini {
    max-width: 540px !important;
}

/* hacks ---------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bg-right {
    background-color: #a5ce37;
}

.bg-left {
    background-color: #808184;
}

.cp {
    cursor: pointer !important;
}

.ch {
    cursor: help !important;
}
.version {
    padding-top: 0.5em;
    font-size: 0.8em;
    color: #fff;
    cursor: help;
    display: block;
    float: left;
}
/* =login : ---------------------------------- */

/* logotipo mobile */
@media (min-device-width: 769px) and (max-device-width: 991px) {
    .m-logotipo {
        display: none;
    }
}

.login-logo {
    height: 96vh !important;
}

.login-top-text {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5em;
    color: #a5ce37;
    text-align: right;
}

    .login-top-text span:nth-child(1) {
        color: #a5ce37;
    }

    .login-top-text span:nth-child(3) {
        color: #666;
    }

/* login-form : resize on laptops or large desktop size ----------- */
@media screen and (min-width: 1024px) {
    .login-form {
        float: right;
        width: 50%;
    }
}
.login-form label {
    margin-bottom: 0.4em;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.4em;
    color: #000;
}

.login-form input[type="text"], .login-form input[type="password"] {
    margin-bottom: 1em;
    padding: 0.5rem 1rem;
    border: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.5em;
    color: #666;
    background: #E6E7E8;
    outline: none;
}

.fld-login input[type="text"], .fld-login input[type="email"] {
    text-transform: lowercase !important;
}

.fld-button input[type="submit"].lost-pass {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1em;
    color: #ff0000;
    text-decoration: none;
    border: none !important;
    background: none !important;
    cursor: pointer;
}

.fld-button input[type="submit"].btn-enter {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1em;
}

.fld-button input[type="submit"].lost-pass:hover {
    text-decoration: underline;
    background: none !important;
}


.fld-button input[type="submit"] {
    border: none;
    background: none;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.6rem;
}

    .fld-button input[type="submit"]:hover, .fld-button input[type="button"]:active, .fld-button input[type="button"]:visited {
        cursor: pointer;
        border: none;
        background: #eaeaea;
    }

/* =cliente-home : -------------------------- */
.top-lnk-msg {
    margin-right: 1.5em;
    font-size: 1em;
    color: #fff;
    /* text-transform: uppercase; */
}

.top-lnk-logout {
    margin-right: 0.5em;
    font-size: 1em;
    color: #000;
    /* text-transform: uppercase; */
}

.top-lnk-logout:hover {
    text-decoration: none;
    color: #ce0000;
}

.bi-logo img {
    width: 90%;
}

.bi-text {
    padding: 1em;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.4em;
    text-align: center;
    color: #a5ce37;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.navbar.menu-bi .nav-item {
    padding: 0.3em;
    margin-right: 0.2em;
    margin-bottom: 0.1em;
    border-radius: 3px;
}

    .navbar.menu-bi .nav-item.active {
        background: #a5ce37;
        color: #fff;
    }

        .navbar.menu-bi .nav-item.active a {
            color: #fff;
        }

    .navbar.menu-bi .nav-item:hover {
        background: #a5ce37;
    }

    .navbar.menu-bi .nav-item a:hover {
        color: #fff;
    }

/* collapse list */
.dashboards {
    background: transparent;
}

    .dashboards .card {
        border: none;
    }

    .dashboards .card-header {
        background: transparent;
    }

        .dashboards .card-header h5 {
            background: none;
            font-size: 1.1em;
            text-decoration: none;
            text-transform: uppercase;
            color: #666;
            cursor: pointer;
        }

            .dashboards .card-header h5:hover {
                color: #a5ce37;
            }

/* table grid : Relatórios, Usuários, etc ---------------- */
.table-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
    background: transparent;
}
    .table-wrapper th {
        position: sticky;
        top: 0;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

.table-wrapper th {
    background: #e2e2e2;
    color: #000;
}

    .table-wrapper th.cp {
        cursor: pointer;
    }

.table-wrapper td {
    color: #666;
}

.table-wrapper td, th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table-wrapper tbody tr:nth-child(odd) {
    background: #fff !important;
}

.table-wrapper tbody tr:nth-child(even) {
    background: #f9f9f9 !important;
}

.table-wrapper th i.icon-sort {
    font-size: 1em;
    color: #666;
    float: right;
}

.table-wrapper .thumb {
    background: #fff;
}

    .table-wrapper .thumb:hover {
        opacity: 0.7;
        filter: brightness(1);
    }

    .table-wrapper .thumb img {
        max-width: 100px !important;
        max-height: 100%;
        border: 4px solid rgb(199, 198, 198);
        border-radius: 3px;
    }

        .table-wrapper .thumb img:hover {
            max-width: 100px !important;
            max-height: 100%;
            border: 4px solid #a5ce37;
            border-radius: 3px;
        }

.table-wrapper .ac {
    text-align: center;
}

.table-wrapper .link {
    color: #666;
}

.table-wrapper i {
    font-size: 1.4em;
}

    .table-wrapper i.star-a {
        color: #ccc;
    }

    .table-wrapper i.star-b {
        color: #a5ce37;
    }

/*=back-end sessions : ------------------------------ */
.box-title {
    font-size: 1.4em;
    font-weight: 300 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

button.btn-novo { /* [Novo] */
    border: 1px dotted #a5ce37;
    color: #a5ce37;
    background: transparent;
}

    button.btn-novo:hover {
        border: 1px dotted #a5ce37;
        color: #fff;
        background: #a5ce37;
    }

input[type="submit"].btn-salvar { /* [Salvar] */
    background: #a5ce37;
    color: #fff;
    float: left;
}

    input[type="submit"].btn-salvar:hover {
        opacity: 0.9;
    }
/*=breakpoint : Salvar ----- */
@media (min-width: 481px) and (max-width: 797px) {
    input[type="submit"].btn-salvar {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    input[type="submit"].btn-salvar {
        width: 100%;
    }
}


.box-search .input-group input[type="text"] {
    border: none;
    border-bottom: 1px solid #eee;
}

.box-search .input-group button i:hover {
    color: #a5ce37;
}

.box-field {
    margin-bottom: 1em;
}

    .box-field input[type="text"], .box-field input[type="email"], .box-field input[type="password"], .box-field select {
        padding: 0.5em;
        font-size: 1.1em !important;
        color: #666;
        border-color: #eaeaea;
    }

    .box-field input[type="email"] {
        text-transform: lowercase;
    }

    .box-field label {
        margin-bottom: 0.3em;
        color: #666;
    }

        .box-field label > small {
            font-size: 0.8em;
            color: red;
        }

.separator {
    margin: 1.1em auto;
    border-bottom: 1px solid #eee;
}

/*=minipages : Redefinir e Cadastrar senhas -------------- */
.minipage-logo {
    max-width: 40% !important;
}

.minipage-btn {
    color: #fff;
    background: #a5ce37;
}

    .minipage-btn:hover {
        color: #fff;
        background: #88ac2b;
    }

.minipage-p {
    padding-top: 1em;
    font-size: 1.2em;
    line-height: 1.6em;
}