﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

html:not(.style-scope) {
    --main-bg: #ffffff;
    --font-color: #2E385C;
    --header-interna-bg: #ffffff;
    --menu-icon-color: #1E6CB0;
    --menu-vertical-bg: #ffffff;
    --paginator-bg: #1D3461;
    --toast-bg: rgba(240,243,240,1);
}

* {
    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;
}

.clear {
    clear: both;
}

.al-center {
    text-align: center;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.place-content-center {
    place-content: center;
    place-items: center;
}

.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-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-cinza {
    background-color: #95a5a6 !important;
    color: #fff !important;
    width: 100%;
}

.btn-circular-container {
    width: 70px;
    min-height: 70px;
    bottom: 30px !important;
    right: 15px !important;
    position: fixed;
    display: grid;
    place-content: center;
    place-items: center;
    text-decoration: none !important;
    gap: 5px !important;
    z-index: 999;
}

.btn-salvar-circular, .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: 2em;
    font-weight: bold;
    text-decoration: none !important;
}


.btn-filtrar-circular {
    width: 60px;
    height: 60px;
    background-color: #2980b9 !important;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*    bottom: 100px !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-update-circular {
    width: 60px;
    height: 60px;
    background-color: #9b59b6 !important;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*    bottom: 100px !important;
    right: 30px !important;*/
    /*position: absolute;*/
    display: grid;
    place-content: center;
    place-items: center;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none !important;
}

.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;
}

.btn-text-size-09em {
    font-size: 0.9em !important;
}

.main-content {
    padding-left: 15px;
    padding-right: 15px;
}

.main-content div {
    float: left;
}

.modal-background {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-criado-por {
    font-size: 0.7em;
}

.modal-panel {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 300px !important;
    max-height: 650px;
    overflow-y: auto;
}

.modal-panel-backup {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 600px !important;
    max-height: 700px;
    overflow-y: auto;
}

.modal-panel-right {
    padding: 15px;
    background-color: #f9f9f9;
    height: 100vh !important;
    overflow-y: auto;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
}

.modal-linha {
    padding: 5px;
}

.font-07-em {
    font-size: 0.7em !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%;*/
    min-width: 200px;
    font-size: 1.3rem !important;
    border: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent !important;
    margin: 0 auto !important;
    float: unset !important;
}

.toast-sucesso {
    width: 100% !important;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #218c74;
    color: #fff;
    text-align: center;
    display: grid;
    place-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.toast-erro {
    width: 100% !important;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ff5252;
    color: #fff;
    text-align: center;
    display: grid;
    place-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.toast-texto {
    color: #fff !important;
    font-size: 1em !important;
}

.w-90 {
    width: 90% !important;
}

.admin-list-header {
    background-color: #f9f9f9;
    border-top: 1px solid var(--font-color);
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-weight: bold;
    font-size: 0.8em;
    height: 100%;
}

.admin-list {
    border-bottom: 1px dotted var(--menu-icon-color) !important;
    font-size: 0.9em !important;
    background-color: #fff;
    padding: 10px 0px;
    min-height: 40px;
    overflow-wrap: break-word;
}

    .admin-list:hover {
        background-color: rgba(47, 55, 94, 0.1);
    }

    .admin-list a {
        text-decoration: none !important;
        color: var(--font-color) !important;
    }

.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-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 a:hover {
            text-decoration: none !important;
            color: #ffffff !important;
        }

    .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-titulo-item {
    font-weight: bold;
    display: none;
}

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;
}

.display-flex-left {
    display: flex;
    place-content: left;
    place-items: left;
}

.display-flex-center {
    display: flex !important;
    place-content: center;
    place-items: center;
}

.display-grid-center {
    display: grid;
    place-content: center;
    place-items: center;
}

.display-grid-left {
    display: grid;
    place-content: center left;
    place-items: center left;
}

.kpi-container {
    display: flex;
    padding: 20px;
    gap: 20px !important;
    place-content: center;    
}

.kpi-card {
    padding: 10px;
    min-height: 100px;
    text-align: center;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    place-content: center;
    place-items: center;
    font-weight: bold;
    -webkit-box-shadow: 3px 3px 10px 3px #dbdbdb;
    -moz-box-shadow: 3px 3px 10px 3px #dbdbdb;
    box-shadow: 3px 3px 10px 3px #dbdbdb;
}

.card-vermelho {
    border: 1px solid #e74c3c;
    background-color: rgba(231,76,60,0.1);
    color: #e74c3c;
}

.card-verde {
    border: 1px solid #16a085;
    background-color: rgba(26,188,156,0.1);
    color: #16a085;
}

.card-azul {
    border: 1px solid #2980b9;
    background-color: rgba(52,152,219,0.1);
    color: #2980b9;
}

.font-size-15 {
    font-size: 1.5em !important;
}

.font-size-09 {
    font-size: 0.9em !important;
}

.font-size-07 {
    font-size: 0.7em !important;
}

.font-size-40 {
    font-size: 4em !important;
}

.color-red {
    color: #c0392b !important;
}

.color-green {
    color: #16a085 !important;
}

.fl-right {
    float: right !important;
}

.fl-left {
    float: left !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-80-negativo {
    margin-top: -80px;
}

.w-100p {
    width: 100px;
}

.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: 100%;
    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;
    }

.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;
}

.list-alert {
    text-align: center !important;
    display: grid;
    align-items: center;
    place-items: center;
    place-content: center;
    justify-content: center;
    justify-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
}

.list-ligacao-status {
/*    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
    /*display: block;*/
    text-align: center;
}

.success {
    background-color: rgba(62, 189, 97,0.2) !important;
    border: 1px solid #16a085 !important;
    color: #16a085;
    font-weight: bold;
}

.info {
    background-color: rgba(0, 108, 227,0.2) !important;
    border: 1px solid #006CE3 !important;
    color: #006CE3;
    font-weight: bold;
}

.warning {
    background-color: rgba(255, 216, 0, 0.2) !important;
    border: 1px solid #f1c40f !important;
    color: #f39c12;
    font-weight: bold;
}

.danger {
    background-color: rgba(236, 77, 43, 0.2) !important;
    border: 1px solid #e74c3c !important;
    color: #e74c3c;
    font-weight: bold;
}

.purple {
    background-color: rgba(155, 89, 182, 0.2) !important;
    border: 1px solid #9b59b6 !important;
    color: #9b59b6;
    font-weight: bold;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.padding-right-5 {
    padding-right: 5px;
}

.position-absolute {
    position: absolute !important;
}

.max-height-300 {
    height: 100%;
    max-height: 300px;
}

.offcanvas-title {
    margin-bottom: 15px !important;
}

.btn-text-align {
    display: grid !important;
    place-items: center !important;
    place-content: center !important;
}

.accordion-button:not(.collapsed) {
    background-color: #1E6CB0 !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    background-color: #1E6CB0 !important;
    color: #fff !important;
}

.accordion-button {
    background-color: #f7f7f7 !important;
}

.accordion-body h5:after {
    content: "";
    display: block;
    width: 6em;
    max-width: 70%;
    border-bottom: 0.1em solid #2E3859;
    margin: 10px auto 0;
}

.filtro-container {
    height: 300px;
    overflow-y: auto;
    border-right: 1px dotted var(--font-color);
}

.filtro-label {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    width: calc(100% - 10px);
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: rgba(47, 55, 94,0.1) !important;
    border: 1px solid #2F375E !important;
    color: #2F375E;
    font-weight: bold;
    font-size: 0.8em !important;
}

    .filtro-label:last-child {
        border-right: none;
    }

.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    min-height: 200px;
    overflow: auto;
    background-color: #fff;
    z-index: 910000 !important;
}

.listItem {
    color: var(--font-color);
    font-size: 0.8em !important;
}

.itemHighlighted {
    background-color: rgba(47, 55, 94, 0.1);
    cursor: pointer;
    color: var(--font-color);
    font-size: 0.8em !important;
}

/*============================
            LOGIN
 ============================*/
    .login-container {
        min-height: 100%;
        height: 100vh;
        background-color: #fff;
        place-items: center;
        float: left;
    }

.login-container img {
    height: auto;
    width: 30%;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

.login-container a {
    text-decoration: none !important;
    color: var(--font-color);
}

.login-painel-direito {
    min-height: 100%;
    height: 100vh;
    padding: 15px;
    place-items: center;
    float: left;
    background-size: cover;
    background-position: left center;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(148,187,233,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(148,187,233,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(25,108,177,0.18539915966386555) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#94bbe9",GradientType=1);
}

.login-painel-direito .content {
    min-height: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    place-content: center;
}

.login-painel-direito img {
    height: auto;
    width: 80%;
    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;
}

.esqueci-senha {
    text-decoration: none !important;
    font-size: 1.2em;
    color: var(--font-color) !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.btn-excluir-lista {
    width: 100%;
    height: 20px;
    text-align: center;
    border: 1px solid #c0392b;
    color: #c0392b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 0.7em !important;
    display: block;
}

    .btn-excluir-lista:hover {
        color: #fff;
        background-color: #c0392b;
    }

.btn-editar-lista {
    width: 100%;
    height: 20px;
    text-align: center;
    border: 1px solid #16a085;
    color: #16a085;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 0.7em !important;
    display: block;
}

    .btn-editar-lista:hover {
        color: #fff;
        background-color: #16a085;
    }

.login-icon-field {
    font-size: 1.4em !important;
    color: #808080 !important;
}
/*===============================*/
/*           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;
    font-weight: bold;
}

.nav-link {
    color: var(--font-color) !important;
}

    .nav-link:focus, .nav-link:hover {
        /*    background-color: var(--font-color);
    color: #fff !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 left;
}

.menu-nome-usuario img {
    height: 70px;
    width: auto;
}

.icone-menu-master {
    font-size: 1.3em !important;
    color: var(--font-color) !important;
}

.dropdown-toggle::after {
    right: 20px;
    position: absolute;
    margin-left: unset !important;
    transform: translate(10px, 10px);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff !important;
    background-color: #2F375E !important;
    border-color: #2F375E !important;
}

.btn-check + .btn:hover {
    background-color: #fff;
    border-color: #2F375E !important;
}

.margin-10 {
    margin: 10px !important;
}
/*===============================*/
/*          ACESSO NEGADO        */
/*===============================*/
.acessonegado-container {
    min-height: 100%;
    height: calc(100vh - 120px);
    background-color: #fff;
    place-items: center;
    float: left;
    display: flex;
    place-items: center;
    place-content: center;
}

.acessonegado-direito {
    min-height: 100%;
    height: calc(100vh - 120px);
    padding: 15px;
    place-items: center;
    float: left;
}

.acessonegado-direito .content {
    min-height: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    place-content: center;
}

.acessonegado-direito img {
    height: auto;
    width: 60%;
    filter: drop-shadow(3px 3px 4px #c0c0c0);
}

/*============================
        ALTERAR SENHA
 ============================*/

.alterarsenha-container {
    min-height: 100%;
    height: calc(100vh - 120px);
    background-color: #fff;
    place-items: center;
    float: left;
    display: grid;
    place-content: center;
    place-items: center;
}

    .alterarsenha-container img {
        height: auto;
        width: 30%;
        filter: drop-shadow(3px 3px 4px #c0c0c0);
    }

    .alterarsenha-container a {
        text-decoration: none !important;
        color: var(--font-color);
    }

.alterarsenha-painel-direito {
    min-height: 100%;
    height: calc(100vh - 120px);
    padding: 15px;
    place-items: center;
    float: left;
    background-size: cover;
    background-position: left center;
}

    .alterarsenha-painel-direito .content {
        min-height: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        place-content: center;
    }

    .alterarsenha-painel-direito img {
        height: 50%;
        width: auto;
        filter: drop-shadow(3px 3px 4px #c0c0c0);
    }

.alterarsenha-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;
}


/*===============================*/
/*     CADASTRO DE USUÁRIOS      */
/*===============================*/
.modal-cliente-lista {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cliente-lista-item-container {
    height: 100px;
    width: calc(33.33333333% - 10px) !important;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: grid;
    place-content: center left;
    place-items: center left;
    padding: 10px;
    margin: 5px;
}

/*===============================*/
/*         LIGAÇÃO DETALHE       */
/*===============================*/
.btn-menu-ligacao {
    text-decoration: none !important;
    color: var(--font-color) !important;
}

.menu-ligacao {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--font-color);
}

    .menu-ligacao:hover {
        background-color: #f9f9f9;
        font-weight: bold;
        color: var(--font-color) !important;
    }

    .menu-ligacao a {
        text-decoration: none !important;
        color: var(--font-color) !important;
    }

.panel-ligacao {
    padding-left: 10px;
    padding-right: 10px;
}

.panel-height {
    min-height: 150px;
}

.panel-ligacao-titulo {
    margin-top: 20px;
    font-weight: bold;
    color: var(--font-color);
}

.panel-ligacao-titulo h5 {
    color: var(--font-color) !important;
    padding: 10px;
    line-height: 1.5 !important;
}

    .panel-ligacao-titulo h5::after {
        content: "";
        display: block;
        width: 100%;
        height: 0.5px !important;
        background-color: var(--font-color) !important;
    }

    .panel-ligacao h5, h6 {
        color: var(--font-color) !important;
        padding: 10px;
        line-height: 1.5 !important;
    }

    .panel-ligacao h5::after, h6::after {
        content: "";
        display: block;
        width: 100%;
        height: 0.5px !important;
        background-color: var(--font-color) !important;
    }

.lista-pedido-detalhe-container {
    height: 350px;
    overflow-y: auto;
}

/*===============================*/
/*            PEDIDOS            */
/*===============================*/






/*===============================*/
/*           MEDIA QUERIES       */
/*===============================*/
@media only screen and (max-width: 768px) {

    .admin-list div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .kpi-container {
        display: grid;
        place-content: unset;
    }

    .btn-group {
        display: grid !important;
        place-content: center !important;
        place-items: center !important;
    }

    .admin-list-icone-container {
        text-align: left;
    }

    .admin-list-titulo-item {
        display: unset;
    }

    .alterarsenha-painel-direito {
        display: none;
    }

    .acessonegado-direito {
        display: none;
    }

    .acessonegado-container {
        display: grid;
        place-content: center;
        place-items: center;
    }

    .login-main {
        display: grid;
        place-items: center;
        place-content: center;
    }

    .kpi-card-container {
        display: grid;
        place-content: center;
        place-items: center;
    }

    .admin-list {
        display: grid;
    }

    .admin-list-header {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .admin-list div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .kpi-container {
        display: grid;
        place-content: unset;
    }

    .btn-group {
        display: grid !important;
        place-content: center !important;
        place-items: center !important;
    }

    .admin-list-icone-container {
        text-align: left;
    }

    .admin-list-titulo-item {
        display: unset;
    }

    .alterarsenha-painel-direito {
        display: none;
    }

    .acessonegado-direito {
        display: none;
    }

    .acessonegado-container {
        display: grid;
        place-content: center;
        place-items: center;
    }

    .login-main {
        display: grid;
        place-items: center;
        place-content: center;
    }

    .kpi-card-container {
        display: grid;
        place-content: center;
        place-items: center;
    }

    .admin-list {
        display: grid;
    }

    .admin-list-header {
        display: none;
    }
}