/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 5 de jul. de 2024, 15:06:29
    Author     : User
*/

:root {
    --primary: #1F2D35;
    --success: #17c964;
    --ligth: #e6e6e6;
}
.content-wrapper.login {
    background:#1F2D35;
}
.navbar .navbar-brand-wrapper .navbar-brand {
    padding: .25rem;
    margin: 32px;
}
.auth .brand-logo {
    text-align: center;
}
.auth .brand-logo img, .navbar .navbar-brand-wrapper .navbar-brand img {
    width: 100%;
    max-width: 110px;
    /*max-width: 80px;
    border-radius: 50%;*/
}

.btn-primary {
    color: #fff;
    background-color: #1F2D35;
    border-color: #1F2D35;
}
.btn-primary:hover {
  color: #fff;
  background-color: #354249;
  border-color: #354249;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #354249;
  border-color: #1F2D35;
}
#processandoPlano {

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,0.4);

}
#processandoPlano .processando-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 120px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

#processandoPlano .processando-box img {
    width: 50px;
}

#processandoPlano .processando-box p {
    margin: 0;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper::before {
    border: solid var(--primary);
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper::before {
    background: var(--primary);
}

.btnActiveStatus {
    font-size:32px !important;
}
.btnActiveStatus .mdi-toggle-switch {
    color:var(--success);
}
.btnActiveStatus .mdi-toggle-switch-off {
    color:var(--ligth);
}
.btnActiveStatus:hover {
    cursor: pointer;
    color: #ddd;
}
.btnActiveStatus:hover .mdi-toggle-switch {
    color: #8fefcc;
}
.btnActiveStatus:hover .mdi-toggle-switch-off {
    color: #ddd;
}

#saveAllOrders {
    display: none;
}
.table_length .form-group {
    align-items: center;
}
.table_length select {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #e8eff9;
    font-weight: 400;
    font-size: 0.875rem;
    height: auto;
    padding: 0.875rem 1.375rem;

}

/*a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.btn.btn-icon.btn-sm {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*table.table {
    margin-bottom: 1rem;
}
.table th, .table td {
    padding: 0 0.5rem;
    width: 100%;
}
.table th {
    padding: 0.5rem;
}*/

.searchCols th {
    padding: 0;
}
.searchCols input, .table td input {
    padding: 5px;
}
#filterTable, #clearFilter {
    width: 50%;
}

.no-display {
    display: none;
}

.iconToSave {
    position: absolute;
    top: 22px;
    right: 5px;
    font-size: 12px;
    color: #1cc88a;
    display: none;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: auto !important;
    max-width: none !important;
    margin: auto;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 15px 0;
    }
    .card .card-body {
        padding: 0.875rem;
    }
    .linkCard {
        display: none;
    }
    .mb-xs-3 {
        margin-bottom: 1rem;
    }
}

#avatar {
    max-width: 175px;
}

.copynrwhats {
    padding: 0.3rem !important;
    font-size: 10px !important;
    margin-left: 0.5rem;
}
a.btn i, btn i {
    font-size: 0.875rem !important;
}

.searchKeyup {
    position: relative;
}
.resultBox {
    position: absolute;
    border: 1px solid #e8eff9;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    z-index: 1;
    display: none;
}

.resultBox li {
    padding: 0.5rem;
    background-color: #fff;
}
.resultBox li:hover {
    cursor: pointer;
    background-color: #e8eff9;
}

.table-relative {
    position: relative;
}
.table-relative div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    font-size: 12px;
}

.extrato {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}
.extrato h6 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}
.extrato i {
    font-size: 0.7rem;
    color: #fff !important;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.extrato i.text-success {
    background-color: #17c964 !important;
}
.extrato i.text-warning {
    background-color: #ff8300 !important
}
.extrato i.text-danger {
    background-color: #ff0000 !important
}
.extrato i.text-info {
    background-color: #2b80ff !important;
}
.extrato p span {
    display: block;
    text-align: right;
}


#avatar {
    max-width: 100%;
}

.btn-padding10 {
    padding: 10px !important;
}

#boxGrupoOpt {
    display: none;
}

#normalsalve, #gotoresp {
    display: none;
}

.form-control {
    line-height: 1;
    padding: .4375rem .75rem;
}

.prel {
    position: relative;
}


#boxSelectHorario.hide {
    display: none !important;
}
/*
#tableDash table {
    width: auto !important;
}
#tableDash table th, #tableDash table td {
    width: 100px !important;
    height: 100px;
    font-size: 12px;
    padding: 5px !important;
    
}

#tableDash table th {
    height: auto;
        background-color: #eee;
}
*/
#tableDash2 table th:first-child, #tableDash2 table td:first-child,
#tableProfessor table th:first-child, #tableProfessor table td:first-child {

    width: 40px !important;
    text-align: center;
}

#tableDash2 table, #tableProfessor table {
    width: auto !important;
}
#tableDash2 table th, #tableDash2 table td,
#tableProfessor table th, #tableProfessor table td{
    width: 100px !important;
    height: 40px;
    font-size: 12px;
    padding: 0 !important;
    position: relative;

}

.celTable {
    position: absolute;
    left: 0;
    width: 100px !important;
    height: 40px;
    padding: 5px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis ellipsis;
    /* display: flex;
   align-items: center;*/

    box-shadow: 2px 2px 3px 0px #777;
}

td .table-danger {
    background-color: #fff;
    border-left: 4px solid #ffb8b8;
}
td .table-warning {
    background-color: #fff;
    border-left: 4px solid #ffdcb8;
}
td .table-success  {
    background-color: #fff;
    border-left: 4px solid #bef0d4 !important;
}

.celTableTH {
    padding: 5px;
}

.celTable:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}

.detail-box {
    position: absolute;
    width: 200px;
    height: auto;
    top: 0;
    left:100%;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*display: none;*/
    transform: scale(0.5);
    opacity: 0;
    z-index: 11111;
    font-size: 0.8rem;
    line-height: 1.5;
    transition: transform 0.7s ease, opacity 1.3s ease;
}
.detail-box i {
    margin-right: 5px;
}
.detail-box.show {
    transform: scale(1);
    opacity: 1;
}

.boxAlerts {
    display: flex;
}
.preview-icon {

    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    outline: 2px solid #ddd;
    margin-right: 10px;
    font-size: 2rem;
    text-align: center;
    line-height: 40px;
}
.preview-icon.selected {
    outline-color: #17c964;
}
.preview-icon:hover {
    cursor:pointer;
    outline-color: #392ccd;
}

.diaalertbox {
    display: none;
}

.dropdown .dropdown-toggle::after {
    font: normal normal normal 24px/1 "IcoFont";
    font-size: 24px;
    line-height: 1;
    content: "\ea67";
}

.sidebar .nav .nav-item .nav-link i.menu-arrow::before {
    font-family: "IcoFont";
    content: "\eaa0"
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
    right: -12px;
}

.avatar {
    margin: 8px;
    border-width: 3px;
}
.avatar:hover {
    cursor: pointer;
    background-color: #ddd;
}
.avatar.selected {
    background-color: #858796;
    border-color: #1cc88a;
}

.alertItem:hover .d-flex {
    cursor: pointer;
    background-color: #f1f1f1;
}

.sidebar .nav-search {
    position: relative;
}

#boxSearchResult {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 5px;
    z-index: 1111;
    display: none;
}

.searchItem {
    border-bottom: 1px solid #ddd;
}

#relatorioAlunos table, #relatorioMatriculas table {
    text-align: right;
}

#relatorioAlunos table tr th:first-child, #relatorioMatriculas table tr th:first-child {
    text-align: left;
}

#responsavelBox {
    display: none;
}

.leadbox .col-md-2, .leadbox .col-md-6 {
    padding: 5px 0;
}
.leadbox a {
    margin-left: 5px;
}

.text-conversao {
    color: #006600;
    
} 
.text-contatowhats {
    color: rgba(23, 201, 100, 0.2);
}