.hidden{
    display: none;
}

.painel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 0 1rem;
    border-radius: 2rem;
}
.painel-link {
    text-decoration: none;
}

.painel .painel-header{
    text-decoration: none !important;
}

.painel .painel-header[data-toggle=collapse]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: "-";
}

.painel .painel-header[data-toggle=collapse].collapsed::after {
    content: '+';
}

@media (min-width: 992px) {
    .active-item::after{
        display: block;
        bottom: 0;
        left: 0;
        content: "";
        height: 2px;
    }
}

.active-item{
    font-weight: bolder;
}

.rounded{
    min-width: 2em;
    min-height: 2em;
    padding: .5em!important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem !important;

}

.card-link {
    text-decoration: none;
}

.card .card-header{
    text-decoration: none !important;
}
.card-special-primary:hover{
    border-left: .25rem solid #4e73df!important;
    border-bottom: .0rem solid #4e73df!important;
    transition: .4s;
    font-size: 1.5em;
}

.border-bottom-primary {
    border-bottom: .25rem solid #4e73df!important;
}

.card .card-header[data-toggle=collapse]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    color: #d1d3e2;
    font-family: 'Font Awesome 5 Free';
}

.text-danger {
    color: #dc3545!important;
}

.text-gray-300 {
    color: #dddfeb!important;
}

.text-xs {
    font-size: .78rem;
}

.text-gray-800 {
    color: #333!important;
    font-weight: 700;
}

.card .card-header[data-toggle=collapse].collapsed::after {
    content: '\f105';
}

.border-bottom-danger {
    border-bottom: .25rem solid #e74a3b!important;
}
/* ABAIXO ANTIGOS */
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


.topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.bg-gradient-top-bar{
    background-color: #00a859;
}

.container{
    margin-top: 0.5%;
}

.inbox_people {
    background: whitesmoke none repeat scroll 0 0;
    float: left;
    overflow: hidden;
}
.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.recent_heading {float: left; width:40%;}
.srch_bar {
    display: inline-block;
    width: 100%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}
.srch_bar input{ 
    border:1px solid #cdcdcd; 
    border-width:0 0 1px 0; 
    width: 100%; 
    padding:2px 0 4px 6px; 
    background:none;
}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_user{
    color: black;
    font-weight: bold;
    border-radius: 1rem 1rem 0 0;
}
.msg{
    border-radius: 0 0 1rem 1rem;
}
.chat_people{ overflow:hidden; clear:both; cursor: pointer}
.chat_list {
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat { height: 590px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg p {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px 0 15px;
    width: 100%;
}
.time_date {
    color: #838383;
    display: block;
    margin: 0.3rem 0.8rem;
    font-size: 12px;
    float: right;
}
.received_withd_msg {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 60%;
    border-radius:0.8rem;
    background-color: #e1e7e5;
}
.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #3ea474;
    border-radius: 1rem;
    font-size: 14px;
    margin: 0; color:#fff;
    padding: 0.5rem 1rem;
    width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
    float: right;
    width: 46%;
}

.enviar_novamente{
    color: red;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 85%;
    border-radius: 2rem;
    padding: 1.2rem;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
    margin: 0.25rem;
    padding: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.messaging { padding: 0 0 0px 0;}
.msg_history {
    height: 665px;
    overflow-y: auto;
}

.loader {
    border: 4px solid #f4f4f4;
    border-radius: 50%;
    border-top: 4px solid #3c8dbc;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-bottom: 15px;
    display: none;
}

.loader-sm {
    border: 4px solid #f4f4f4;
    border-radius: 50%;
    border-top: 4px solid #3c8dbc;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-bottom: 15px;
    display: none;

}

.loader-input {
    border: 4px solid #f4f4f4;
    border-radius: 50%;
    border-top: 4px solid #3c8dbc;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.loader-success-input{
    width: 20px;
    height: 20px;
    -webkit-animation: zoom 1s, hide 1s; /* Safari */
    animation: zoom 1s, hide 1s ease-in 1s forwards;
    margin: 0 auto;
    float: left;
}

.success-loader{
    width: 25px;
    height: 25px;
    -webkit-animation: zoom 1s, hide 1s; /* Safari */
    animation: zoom 1s, hide 1s ease-in 1s forwards;
    margin: 0 auto;
    margin-bottom: 15px;
    display: none;
}

@keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.success-loader::after{
    content: '\f058';
    color: #28a745;
    font-family: 'Font Awesome 5 Free';
    transition: .14s;
}

.loader-success-input::after{
    content: '\f058';
    color: #28a745;
    font-family: 'Font Awesome 5 Free';
    transition: .14s;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

th {
    vertical-align: middle;
}

.special-icon-green{
    border-radius: 25px;
    padding: 10px 12px;
    background: #00a859;
    color: white;
    align-items: center;
    font-size: 18px;
}

.special-icon-red{
    border-radius: 25px;
    padding: 10px;
    background: #2E3362;
    color: white;
    align-items: center;
    font-size: 18px;
}

.special-icon-yellow{
    border-radius: 25px;
    padding: 10px;
    background: orange;;
    color: white;
    align-items: center;
    font-size: 18px;
}

.special-icon-blue{
    border-radius: 25px;
    padding: 10px;
    background: #1F618D;;
    color: white;
    align-items: center;
    font-size: 18px;
}



.tarefa-header{
    padding: .75rem;
    padding-bottom: 0;
    margin-bottom: 0;
}


.admission_section a {
    background-color: #06b446;
    color: #fefeff;
}

.index-btn {
    display: inline-block;
    padding: 15px 45px;
    border-radius: 10px;
    font-size: 15px;
    background-color: #ffd400;
    color: black;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.index-btn:hover {
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    transform: translateY(-7px);
    color: black;
    text-decoration: none;
}

.anuncio-container {
    display: flex;
}
ul.navbar-nav.mr-auto {
    color: white;
}

@media (max-width: 992px) {
    .anuncio-container {
        display: flex;
        padding-top: 60px;
        padding-bottom: 20%;
    }
}

.anuncio-box {
    width: 100%;
    padding-top: 5%;
}

.anuncio-img {
    max-width: 90%;
    width: 90%;
}

.anuncio-btn {
    margin-top: 1%;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 15px;
    background-color: #ffffff;
    color: #00a859;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.anuncio-btn:hover {
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
    transform: translateY(-7px);
    color: #00a859;
    text-decoration: none;
}

button:focus {
    outline: none!important;
}
button.navbar-toggler.navbar-toggler-right.align-self-center.my-2 {
    border: none!important;
}

.anuncio-box-title {
    color: #fefeff;
    width: 100%;
    font-weight: 400;
}

.hide{
    display: none;
}

.black{
    color: black;
}

.white{
    color: white!important;
}

.h-95{
    height: 95%;
}

.text-upright{
    writing-mode: vertical-lr;
}

.file-preview-video{
    height: 100% !important;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
}



select.is-invalid ~ .select2-selection,
form.was-validated select:invalid ~ .select2-selection {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

select.is-valid ~ .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(.99em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

select.is-valid ~ .select2-container--open .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

select.is-invalid ~ .select2-container--open .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid ~ .note-editor.note-frame, textarea.form-control.is-invalid ~ .note-editor.note-frame{
    border-color: #dc3545;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated textarea.form-control:valid ~ .note-editor.note-frame, textarea.form-control.is-invalid ~ .note-editor.note-frame{
    border-color: #28a745;

    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.note-editor .dropdown-toggle::after { all: unset; }

.note-editor .note-dropdown-menu { box-sizing: content-box; }

.note-editor .note-modal-footer { box-sizing: content-box; }

.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
    border: 1px solid #aaa!important;
    padding: 5px 3px;
}
.note-input {
    border: 1px solid rgb(202, 202, 202)!important;
    padding: 7px 12px!important;
}
td.dataTables_empty {
    border: none!important;
    border-width: 0!important;
}
.note-modal-footer .note-btn {
    border-radius: 30px;
    margin: -20px 20px;
}
/* padrões*/
.list-group-item {
    border-radius: 10px!important;
    box-shadow: 0px 0px 15px 3px #c4c4c4;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bt-v1 {
    color: white!important;
    background-color: #00A859;
    border-color: #00A859;
}

.bt-outline-v1 {
    color: #00A859;
    background-color: white;
    border-color: #00A859;
}
.bt-v1:hover, .bt-outline-v1:hover{
    color: white;
    background-color: #008b4a;
}
.btn{
    border-radius: 1.25rem;
}
.btn.show {
    border-radius: 1.25rem 1.25rem 0 0!important;
}

.bt-v2 {
    color: white!important;
    background-color: #2E3362;
    border-color: #2E3362;
}
.bt-v2:hover {
    color: white!important;
    background-color: #23274b;
}
.color-v2{
    color: #2E3362!important;
}
.color-v1{
    color: #00A859!important;
}
.border-top-verde {
    border-top: 0.5rem solid #008b4a!important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .1rem 1rem!important;
    border-radius: 0.8rem;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    height: 100%;
    border-radius: 0 20px 20px 0;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 7px!important;
    left: 7px!important;
}
.form-control {
    border-radius: 1.25rem;
}
.select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #ced4da!important;
}
.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 1px solid #86b7fe!important;
    border-radius: 1.25rem 1.25rem 0 0!important;
}
.select2-selection {
    border-radius: 1.25rem!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.select2-container--open.select2-container--above .select2-selection {
    border-top: 1px solid #86b7fe!important;
    border-radius: 0 0 1.5rem 1.5rem!important;
}
.card, .card-footer, .card-header{
    border:none!important;
}
.shadow-2 {
    box-shadow: 0 0 10px 3px #ced4da;
}
.close {
    border: none;
    background-color: #dc3545;
    padding: 5px 5px 7px 5px;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    line-height: 0.5rem;
}
.btn-close i {
    display: none;
}

.file-caption-name.form-control, .fileinput-remove.fileinput-remove-button {
    border-radius: 2rem!important;
    margin-right: 1rem;
}
.btn-file {
    border-radius: 2rem!important;
}

.page-link {
    border: none!important;
    color: #2e3362;
    border-radius: 2rem;
}
.page-link:hover {
    color: #1f2341;
}

.page-item.active .page-link {
    padding: 0.3rem 0.8rem;
    background-color: #2e3362!important;

}
.rounded-3{
    border-radius: 0.8rem!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2e3362;
}
.nav-pills .nav-link {

    border-radius: 1.25rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    background-color: #3ea474!important;
}
.modal {
    z-index: 1051!important;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 1rem!important;
}
.jq-has-icon {
    padding: 1rem 2rem 1rem 3rem!important;
    
}
.jq-toast-single {
    border-radius: 2rem!important;
}
.jq-toast-loader {
    top: -10px!important;
}
.close-jq-toast-single {
    top: 36px!important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(/img/menu.png)!important;
}
.file-preview-image {
    font-size: 14px!important;
}

.atividades {
    background-color: #e1e1e1;
    border-radius: 2rem;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}

/* sidebar menu */

.l-navbar {
    position: fixed;
    top: 12.5%;
    left: -315px;
    width: 30%;
    overflow-y: scroll;
    height: 85vh;
    background-color: var(--first-color);
    transition: all .20s ease-in;
    padding: .5rem 1rem 0 0;
    z-index: 1000;
}

.l-navbar::-webkit-scrollbar {
    display: none;
}

.header-menu {
    display: flex;
    align-items: baseline;
    padding: 0.5rem;
    background-color: #2e3362;
    color: white;
    border-radius: 0.8rem 0.8rem 0 0;
}
/* css desktop*/

@media (min-width: 992px) {
    .link-menu{
        transition: all .20s ease-in;
    }
    .link-menu:hover{
        transform: translateX(300px);
        position: relative;
    }
    .menu-option {
        border-radius: 0 50px 50px 0;
        width: 400px;
        box-shadow: 0px 1px 7px 1px #aaa!important;
    }
    .cartao {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .painel-lado{
        float: right!important;
    }
    .mobile{
        display: none;
    }
    .dropdown-menu {
        border: none!important;
        box-shadow: 0px 2px 10px 2px #ced4da99;
        right: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: white!important;
    }
}
/* css mobile*/
@media (max-width: 992px) {
    ul.navbar-nav.mr-auto {
        margin: 20px;
    }
    .desktop{
        display: none;
    }
    .dropdown-menu{
        top: 4rem!important;
        right: 0!important;
        left: -16rem!important;
    }
    .dropdown-toggle::after {
        vertical-align: 0.400em!important;
    }
    .menu-option {
        border-radius: 40px;
        box-shadow: 0px 0px 5px 1px #1f6142;
    }
    .navbar-collapse {
        background-color: #00a859;
        padding-bottom: 20px!important;
        padding: 0 20px;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff!important;
    }
    #dropdoqnMenuLink {
        color: white!important;
    }
    .btn-group, .btn-group-vertical {
        display: inline-block!important;
    }

    /* Avaliacao Mobile */

    .avaliacao-form .ux-nome-aluno{
        width: 80%;
    }
    .avaliacao-form .ux-nome-alt-aluno{
        width: 100%;
    }
    .avaliacao-form .ux-nota-aluno{
        width: 20%;
        text-align: center;
    }
    .avaliacao-form .ux-nota-alt-aluno{
        width: 50%;
    }
    .avaliacao-form .ux-descricao-aluno{
        width: 100%;
    }
    .avaliacao-form .row{
        margin-top: 15px;
        margin-bottom: 15px;
    }

}