﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

html:not(.style-scope) {
    --main-bg: #ffffff;
    --font-color: #404040;
    --header-interna-bg: #ffffff;
    --menu-icon-color: #2E0152;
    --menu-vertical-bg: #ffffff;
    --paginator-bg: #00A5C8;
    --toast-bg: rgba(240,243,240,1);
    --bs-navbar-padding-x: 0.5 !important;
}

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

body {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 1.0em !important;
    height: 100%;
    color: var(--font-color) !important;
    background-color: var(--main-bg) !important;
}

form {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

input {
    outline: none !important;
}

    input[type=password] {
        letter-spacing: 3px;
    }

    input[type=checkbox] {
        margin-right: 15px !important;
        position: relative;
        cursor: pointer;
    }

        input[type=checkbox]:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background-color: #e9e9e9;
            border: 1px solid #c0c0c0;
        }

        input[type=checkbox]:checked:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background-color: #206FBA;
        }

        input[type=checkbox]:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 2px;
            left: 6px;
        }

/*input:invalid, select:invalid {
    border: 1px solid #FF0000;
}*/

.campoInvalido {
    border: 1px solid #FF0000 !important;
}

.container-height-100 {
    height: 100px;
    overflow-y: auto;
}

.clear {
    clear: both;
}

.al-center {
    text-align: center;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.dash-filtros-content {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    background-color: #F7F8F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.msg {
    font-size: 0.9em !important;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.msgErro {
    border: 1px solid #c0392b;
    color: #c0392b !important;
    Background-color: rgba(231, 76, 60,0.1);
}

.msgInfo {
    border: 1px solid #3498db;
    color: #444 !important;
    Background-color: rgba(41, 128, 185, 0.1);
}

.msgSucesso {
    border: 1px solid #2E7D32;
    color: #2E7D32 !important;
    background-color: rgba(240, 243, 240, 0.1);
}

.titulo-icon {
    font-size: 1.4em !important;
}

.h2, h2 {
    display: flex;
    place-items: center !important;
}

.btn {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-adicionar-container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.btn-adicionar {
    padding: 2px !important;
}

.btn-adicionar-circular {
    width: 60px;
    height: 60px;
    background-color: #16a085 !important;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 30px !important;
    right: 30px !important;
    position: absolute;
    display: grid;
    place-content: center;
    place-items: center;
    font-size: 3em;
    font-weight: bold;
    text-decoration: none !important;
}

.btn-filtrar-circular {
    width: 60px;
    height: 60px;
    background-color: #16a085 !important;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 30px !important;
    right: 30px !important;
    position: absolute;
    display: grid;
    place-content: center;
    place-items: center;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none !important;
}

.btn-lista-vender {
    width: 100% !important;
    padding: 10px;
    font-weight: bold;
    letter-spacing: .2rem;
    background-color: #16a085;
    color: #fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none !important;
}

.btn-vermelho {
    background-color: #c0392b !important;
    color: #fff !important;
    width: 100%;
}

.btn-verde {
    background-color: #16a085 !important;
    color: #fff !important;
    width: 100%;
}

.btn-azul {
    background-color: #2980b9 !important;
    color: #fff !important;
    width: 100%;
}

.btn-filtro-lista {
    background-color: #34495e !important;
    color: #fff !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    letter-spacing: .2rem;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.proximo-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.btn-prox {
    background-color: #fff !important;
    color: var(--menu-icon-color) !important;
    width: 100%;
    border: 1px solid var(--menu-icon-color) !important;
}

.btn-prox:hover {
    color: var(--menu-icon-color) !important;
}

.clearfix {
    clear: both;
}

.linha {
    margin-top: 10px;
    margin-bottom: 10px;
}

.linha-login {
    margin-top: 20px;
    margin-bottom: 20px;
}

.textbox-dropdown {
    font-size: 1.0em;
    width: 100%;
    height: 40px;
    border: 1px solid rgb(231, 231, 231);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    color: var(--font-color);
    -webkit-box-shadow: 5px 5px 5px -2px #f0f0f0;
    box-shadow: 5px 5px 5px -2px #f0f0f0;
}

.margin-top-20 {
    margin-top: 20px;
}

.main-content {
    padding-left: 15px;
    padding-right: 15px;
    /*overflow: auto;*/
}

.main-content div {
    float: left;
}

.grid-eqao {
    width:100%;
    border: none !important;
}

.list-baixar-icone {
    color: #16a085 !important;
}

.list-parcela-total-container {
    display: flex;
    place-content: left center;
    place-items: left center;
    padding: 10px;
    background-color: #f9f9f9;
    color: var(--menu-icon-color) !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list-botao-header-filtro {
    border: none !important;
    background-color: transparent !important;
    width: 100%;
    text-align: left !important;
    font-weight: bold !important;
}

.list-menu-container {
    width: 300%;
    min-height: 200px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.8em !important;
    background-color: #f9f9f9 !important;
    padding: 10px !important;
    display: grid;
    place-content: center;
    place-items: center;
}

.list-menu-container input[type=checkbox] {
    margin-right: 5px;
}

.list-menu-filtro {
    display: flex;
    place-items: center left !important;
    place-content: center left !important;
}

.list-menu-filtro td {
    padding-bottom: 5px;
    display: flex;
    place-items: center left !important;
    place-content: center left !important;
}

.gridAdmin {
    width: 100%;
    border: none !important;
    font-size:0.7em !important;
}

.gridHeader {
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #2E0152;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    place-content: center;
    place-items: center;
    font-weight: bold;
    text-align: center;
}

.gridHeader a, .grid-link {
    text-decoration: none !important;
    color: var(--font-color) !important;
}

.grid-link:hover {
    text-decoration: underline !important;
}

.gridHeader th, tr, td {
    padding: 5px;
    width: 100px;
    text-align: center;
}

.gridRow {
    width: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    background-color: #fff;
    min-height: 40px;
}

.admin-list-header {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    background-color: #f9f9f9;
    border-top: 1px solid var(--menu-icon-color);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 0.8em;
}

.admin-list-header-venda-cers {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-weight: bold;
    font-size: 0.7em;
    height: 100%;
}

.admin-list {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-size: 0.9em !important;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    min-height: 40px;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    place-items: center;
}

.admin-list-venda-cers {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-size: 0.7em !important;
    background-color: #fff;
    padding: 10px 0px;
    min-height: 40px;
}

.admin-list-venda-cers .detalhe-icone{
    color: var(--menu-icon-color) !important;
    text-decoration: none !important;
}

.admin-list a {
    text-decoration: none !important;
    color: var(--font-color);
}

.admin-list:hover, .admin-list-venda-cers:hover, .gridRow:hover {
    border: 1px solid #2E0152;
    color: #444;
    background-color: rgba(46, 1, 82, 0.1);
}

.admin-list-link:hover {
    text-decoration: underline;
}

.admin-list-paginator {
    display: block;
    padding: 30px;
    margin-left: 13px;
    border-radius: 3px;
    float: left;
    width: 100%;
}

.admin-list-paginator a {
    padding: 10px 15px;
    margin: 0 2px;
    background: var(--paginator-bg);
    color: #FFF;
    font-weight: bold;
    border-radius: 2px;
}

.admin-list-paginator span:not(#ContentPlaceHolder1_ItemDataPager) {
    padding: 10px 15px;
    margin: 0 2px;
    background: rgba(204, 204, 204, 0.51);
    color: var(--menu-font-color);
    font-weight: bold;
    border-radius: 2px;
}

.admin-list-icone-container {
    text-align: center;
}

.admin-list-icone {
    font-size: 1.5em !important;
}

.admin-list-icone-container .excluir-item {
    color: #c0392b;
}

.admin-list-icone-container .desbloquear-item {
    color: #1abc9c;
}

.admin-list-documento-coluna {
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.admin-list-titulo {
    display: none;
}

.modal-background {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-criado-por {
    font-size: 0.7em;
}

.modal-panel {
    padding: 15px !important;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 300px !important;
    max-height: 680px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-panel-vender {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-panel-transacao {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-contrato {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-mensagem {
    display: grid;
    place-content: center;
    place-items: center;
}

.modal-linha {
    padding: 5px;
}

.modal-criado-por {
    font-size: 0.7em;
}

.padding-10 {
    padding: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}
.sem-padding {
    padding: 0px !important;
}

.toast-icone {
    height: auto;
    width: 40px;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

.toast-header {
    border-bottom: none !important;
}

.toast {
    width: 100% !important;
    min-height: 80px;
    height: 100%;
    font-size: 1.1rem !important;
    border: none !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    border-radius: unset !important;
}

.toast-panel {
    width: 100% !important;
}

.toast-sucesso {
    width: 100% !important;
    height: auto;
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #86C48B;
    background-color: #E7F4E7;
    color: var(--font-color);
    text-align: center;
    display: grid;
    place-items: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.toast-erro {
    width: 100% !important;
    height: auto;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #9F201E;
    background-color: #FFEEED;
    color: var(--font-color);
    text-align: center;
    display: grid;
    place-items: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.toast-texto {
    color: #fff !important;
    font-size: 1em !important;
}

.w-90 {
    width: 90% !important;
}

.w-100p {
    width: 100px;
    padding: 2px;
}

.w-200p {
    width: 200px;
    padding: 2px;
}

.border-right{
    border-right: 1px dotted var(--menu-icon-color);
}

.kpi-container {
    min-height: 100px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px -2px #f0f0f0;
    box-shadow: 5px 5px 5px -2px #f0f0f0;
    display: grid;
    place-items: center;
    padding: 15px;
    margin: 10px;
    color: var(--font-color);
}

.offcanvas-end {
    right: unset !important;
    left: 0 !important;
    border-left: unset !important;
    border-right: 1px solid rgba(0,0,0,.2) !important;
    transform: translateX(0%) !important;
}

.shapesLoader {
    width: 44.8px;
    height: 44.8px;
    color: #2e0152;
    background: linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0);
    background-size: 23.4px 23.4px;
    background-repeat: no-repeat;
    animation: shapes-53h9rpmd 1.5s infinite cubic-bezier(0.3,1,0,1);
}

.loader-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
    z-index: 99999998;
}

.loader-logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    animation: loader 2s infinite ease;
    z-index: 99999999;
}

.loader-logo-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    animation: loader-inner 2s infinite ease-in;
}

.display-grid-center {
    display:grid;
    place-content: center;
    place-items:center;
}

.display-flex {
    display: flex;
}

.display-flex-center {
    display: flex;
    place-content: center;
    place-items: center;
}

.display-flex-center-left {
    display: flex;
    place-content: center left;
    place-items: center left;
}

.loader-content {
    height: 70px;
}

.dropdown-toggle::after {
    right: 20px !important;
    position: absolute !important;
    top: 20px !important;
}

.espaco-30 {
    height: 30px;
    width: 100%;
}

.fix-bottom {
    bottom: 0px;
    position: absolute;
}

.accordionContainer div {
    width: 100% !important;
}

.accordionHeader {
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    color: var(--menu-icon-color);
}

.accordionContent {
    border: 1px solid #c0c0c0;
    width: 100% !important;
    padding: 5px;
    height: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.flex-container {
    display: flex;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.large-flex-item {
    flex-basis: 66.667%;
    height: 200px;
    background: #333;
}

.flex-container-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.small-flex-item {
    flex-basis: 100%;
    height: 100px;
    background: #000;
}





/*===========================
            LOGIN
===========================*/
.login-main {
    min-height: 100%;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
}

.login-container {
    min-height: 100%;
    height: 100vh;
    background-color: #fff;
    place-items: center;
    float: left;
}

.login-container a {
    text-decoration: none !important;
    color: var(--font-color);
}

.login-logo-img {
    height: 80px;
    width: auto;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

.login-painel-direito {
    min-height: 100%;
    height: 100vh;
    place-items: center;
    float: left;
    background-image: radial-gradient(#2e0152 1px, transparent 1px), radial-gradient(#2e0152 1px, transparent 1px);
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
    background-color: #f9f9f9;
}

.login-painel-direito .content {
    min-height: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    place-content: center;
    background: rgba(255,255,255,0.35);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.login-painel-direito img {
    width: 80%;
    height: auto;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

.login-container .campos {
    margin: 0 auto;
    display: block;
    place-items: center;
    place-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.campos input {
    -webkit-box-shadow: 5px 5px 5px -2px #f0f0f0;
    box-shadow: 5px 5px 5px -2px #f0f0f0;
}

/*===============================*/
/*           MASTER PAGE         */
/*===============================*/
.header-interna {
    height: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: flex;
    place-items: center;
    background-color: var(--header-interna-bg);
    -webkit-box-shadow: 3px 3px 10px 3px #f9f9f9;
    -moz-box-shadow: 3px 3px 10px 3px #f9f9f9;
    box-shadow: 3px 3px 10px 3px #f9f9f9;
}

.header-interna .menu-mobile {
    height: 90px;
    font-size: 1.3em;
    display: grid;
    place-items: center;
    place-content: center;
}

.menu-botao-container {
    display: flex;
    place-content: center;
    place-items: center;
}

.header-interna .header-logo {
    height: 90px;
    display: grid;
    place-items: center;
}

.header-logo-img {
    height: 60px;
    width: auto;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

.header-interna .header-logo {
    height: 90px;
    display: grid;
    place-items: center;
}

.interna-content-placeholder {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-interna {
    overflow-y: auto;
    height: calc(100vh - 110px);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
}

.footer-interna {
    height: 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    place-items: center left;
    border-top: 1px solid #e8e8e8;
}

.footer-interna a {
    color: inherit !important;
    text-decoration: none !important;
    text-align: center;
}

.menu-footer {
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--font-color);
}

.nav .nav-item {
    border-bottom: none !important;
    color: var(--font-color) !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--font-color) !important;
}

.nav-pills .nav-link {
    color: var(--font-color) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--font-color) !important;
}

.nav-item {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-size: 0.9em !important;
}

.navbar {
    --bs-navbar-padding-x: none !important;
}

.navbar-btn {
    margin: 0 !important;
    text-align: right;
    color: var(--menu-icon-color);
    box-shadow: none;
    outline: none !important;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    font-size: 2.5em;
    height: 90px;
    display: grid;
    place-items: center;
}

.wrapper {
    display: flex;
    overflow-x: hidden;
    padding-left: 0px;
}

#sidebar {
    background-color: var(--menu-vertical-bg);
    color: var(--font-color);
    height: 100vh;
    max-height: 100%;
    display: table-group-column;
    place-items: center left;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.5s;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10% !important;
    -webkit-box-shadow: 5px 0 2px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0 2px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0 2px -2px rgba(0, 0, 0, 0.15);
}

#sidebar.active {
    display: normal;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.5s;
    text-align: center;
}

#sidebar.inactive {
    display: none;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.5s;
    text-align: center;
}

#sidebar .hide-menu {
    display: none;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar li {
    border-bottom: 1px dotted var(--menu-icon-color);
}

#sidebar.active ul li a {
    padding: 10px;
    text-align: left;
    font-size: 1.1em;
}

#sidebar.active ul li a i {
    padding-right: 10px;
    margin-right: 0;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    right: 20%;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #353b48;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    color: var(--menu-font-color);
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none !important;
}

#sidebar ul li a:hover {
    text-decoration: none !important;
}

#sidebar ul li a i {
    font-size: 1.3em;
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '';
}

ul ul a {
    font-size: 0.95em !important;
    padding-left: 30px !important;
    color: var(--menu-font-color);
    border-bottom: 1px solid #47748b;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    color: #fff !important;
}

.menu-nome-usuario {
    display: flex;
    place-items: center;
}

.menu-nome-usuario img {
    height: 70px;
    width: auto;
}

/*===========================
       ALTERAR SENHA
===========================*/
.alterar-senha-imagem {
    display: grid;
    place-content: center;
    place-items: center;
    max-height: 400px;
}

.alterar-senha-imagem img {
    height: 100%;
    max-height: 400px;
    width: auto;
}

.alterar-senha-esquerda {
    float: left;
    min-height: 100%;
    height: calc(100vh - 160px);
    display: grid;
    place-content: center;
    place-items: center;
    padding: 10px;
}

.alterar-senha-esquerda .campos {
    min-height: 100%;
    place-content: center;
    place-items: center;
}

.alterar-senha-esquerda .campos div {
    float: left !important;
    padding: 5px;
    width: calc(50% - 10px) !important;
}

.alterar-senha-direita {
    min-height: 100%;
    height: calc(100vh - 160px);
    float: left;
    display: grid;
    place-content: center;
    place-items: center;
/*    background-image: radial-gradient(#2e0152 0.5px, transparent 0.5px);
    background-size: 10px 10px;
    background-color: #f9f9f9;*/
}

/*===========================
            HOME
===========================*/
.card-container {
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 3px 3px 10px 3px #f9f9f9;
    -moz-box-shadow: 3px 3px 10px 3px #f9f9f9;
    box-shadow: 3px 3px 10px 3px #f9f9f9;
    background-color: #fff;
    height: 120px;
    width: calc(25% - 10px) !important;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: grid;
    place-content: center;
    place-items: center;
    margin: 5px;
}

.card-container .card-titulo {
    color: var(--menu-icon-color);
    font-weight: bold;
}

/*===========================
        INCLUIR CERS
===========================*/
.menu-incluir-cers-container a {
    text-decoration: none !important;
    color: var(--menu-icon-color) !important;
}

.menu-incluir-cers {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--menu-icon-color);
}

.menu-incluir-cers:hover {
    background-color: #f9f9f9;
    font-weight: bold;
    color: var(--menu-icon-color) !important;
}

.menu-incluir-cers a {
    text-decoration: none !important;
    color: var(--menu-icon-color) !important;
}

.menu-incluir-cers-icon {
    font-size: 1.5em !important;
    display: grid;
    place-content: center;
    place-items: center;
}

.menu-incluir-cers-icon .ok {
    color: #16a085;
}

.menu-incluir-cers-icon .erro {
    color: #e74c3c;
}

.panel-incluir-cers {
    padding-left: 10px;
    padding-right: 10px;
}

.panel-height {
    min-height: 550px;
}

.panel-incluir-cers-titulo {
    padding: 10px;
    border-bottom: 1px solid var(--menu-icon-color);
    background-color: #f9f9f9;
    font-weight: bold;
    color: var(--menu-icon-color);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-incluir-cers h5, h6 {
    color: var(--menu-icon-color) !important;
    padding: 10px;
    line-height: 1.5 !important;
}

.panel-incluir-cers h5::after, h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px !important;
    background-color: var(--menu-icon-color) !important;
}

/*===========================
        CONTRATOS
===========================*/
.contrato-escopo-container {
    display: block;
    padding: 10px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.contrato-escopo-container a {
    color: var(--font-color) !important;
}

.contrato-escopo-link {
    padding: 10px;
    display: block;
    float: left;
}

.aditivos-container {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*===========================
        VENDA CERS
===========================*/
.container-filtros {
    padding: 10px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px dotted var(--menu-icon-color);
}

/*===========================
       CONSULTA CERS
===========================*/
.consulta-credito-container {
    overflow-x: auto !important;
    width: 100%;
    min-height: 70vh;
}

.consulta-credito-container::-webkit-scrollbar {
    width: 5px !important;
}

.consulta-credito-container::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.consulta-credito-container::-webkit-scrollbar-thumb {
    background: var(--menu-icon-color);
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.consulta-credito-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*===========================
       PROJETOS
===========================*/
.checkboxlist {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.8em !important;
    background-color: #f9f9f9 !important;
    padding: 10px !important;
    display: grid;
    place-content: left;
    place-items: left;
}

.checkboxlist input[type=checkbox] {
    margin-right: 5px;
}

.checkboxlist tr, td{
    width: 100%;
    text-align:left;
}

.list-planta-container {
    height: 300px;
    overflow-y: auto;
}

/*===========================
        KEY FRAMES
===========================*/
@keyframes shapes-53h9rpmd {
    0% {
        background-position: 0 0,100% 0,100% 100%,0 100%;
    }

    33% {
        background-position: 0 0,100% 0,100% 100%,0 100%;
        width: 67.2px;
        height: 67.2px;
    }

    66% {
        background-position: 100% 0,100% 100%,0 100%,0 0;
        width: 67.2px;
        height: 67.2px;
    }

    100% {
        background-position: 100% 0,100% 100%,0 100%,0 0;
    }
}


/*===========================
        MEDIA QUERIES
===========================*/
@media only screen and (max-width: 768px) {

    .proximo-container {
        position: relative;
        left: 0;
        bottom: 5px;
        right: unset;
    }

    .menu-incluir-cers-container {
        display: none;
    }

    .card-container {
        width: 100% !important;
    }

    .alterar-senha-esquerda .campos {
        min-height: 100%;
        display: grid;
        place-content: center;
        place-items: center;
    }

    .alterar-senha-esquerda .campos div {
        float: left !important;
        padding: 0;
        width: 100% !important;
    }

    .alterar-senha-direita {
        display: none;
    }

    .alterar-senha-imagem img {
        height: auto;
        width: 100%;
    }

    .admin-list-titulo {
        display: unset;
    }

    .kpi-container {
        margin-left: 0;
        margin-right: 0;
    }

    .admin-list-icone-container {
        text-align: left;
        padding: 15px;
    }

    .admin-list-header {
        display: none;
    }

    .login-container {
        margin: 0 auto;
        place-items: center;
        place-content: center;
        float: none;
    }

    .login-painel-direito {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {

    .proximo-container {
        position: relative;
        left: 0;
        bottom: 5px;
        right: unset;
    }

    .menu-incluir-cers-container {
        display: none;
    }

    .card-container {
        width: 100% !important;
    }

    .alterar-senha-esquerda .campos {
        min-height: 100%;
        display: grid;
        place-content: center;
        place-items: center;
    }

    .alterar-senha-esquerda .campos div {
        float: left !important;
        padding: 0;
        width: 100% !important;
    }

    .alterar-senha-direita {
        display: none;
    }

    .alterar-senha-imagem img {
        height: auto;
        width: 100%;
    }

    .admin-list-titulo {
        display: unset;
    }

    .kpi-container {
        margin-left: 0;
        margin-right: 0;
    }

    .admin-list-icone-container {
        text-align: left;
        padding: 15px;
    }

    .admin-list-header {
        display: none;
    }

    .login-container {
        margin: 0 auto;
        place-items: center;
        place-content: center;
        float: none;
    }

    .login-painel-direito {
        display: none !important;
    }
}