thead.busca .form-control, thead.busca select, thead.busca ion-icon {
    /*display: none;*/
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar:hover {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(177, 177, 177);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 10px;
}

a.sair{
    float: right;
    display: block;
    width: 80px;
    text-align: right;
    padding-top: 5px;
    padding-right: 7px;
    font-weight: 600;
}

.input-group-text {
    width: 40px;
    text-align: center;
}
.text-end {
    text-align: right;
}
.nav-sidebar>.nav-item .nav-icon {
    font-size: 1.6em;
    float: left;
    margin-right: 9px;
}
.disabled {
    opacity: .5;
    cursor: not-allowed;
}
ion-icon {
    margin-bottom: -0.2em;
}
.table td{
    vertical-align: middle;
}
.chip {
    padding: 2px 8px;
    background: #e1e1e1;
    margin: 0 3px 4px 0;
    border-radius: 16px;
    display: inline-block;
    font-size: .8em;
    font-weight: 600;
}
img.perfil {
    width: 30px;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
span.truncate {
    width: 349px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
}
.full-width{
    width: 100%;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100vh;
}
#modal-midias .modal-dialog-scrollable {
    max-height: calc(100% - -0.5rem);
}


thead.busca th>div {
    position: relative;
}

thead.busca th ion-icon {
    position: absolute;
    margin-top: -26px;
    right: 8px;
}

thead.busca th>div>input[type=text]:valid,
thead.busca th>div>select:valid {
    background: #8f8f8f;
    color: #fff;
    border: 1px solid #777777;
}

thead.busca th>div>input[type=text]:valid+ion-icon,
thead.busca th>div>select:valid+ion-icon {
    color: #fff;
}


button[aria-describedby] ion-icon {
    transform: rotate(45deg) scale(1.2);
    color: red
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    background-repeat: no-repeat;
}

a.mailbox-attachment-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.modal-header .actions {
    display: block;
    width: 100%;
}

.modal-header h5 {
    white-space: nowrap;
    margin-right: 25px;
}
.mailbox-attachment-icon {
    height: 150px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.mailbox-attachments label .form-check {
    position: absolute;
    left: 10px;
    top: 2px;
    transform: scale(1.3);
}
label.form-check-label {
    position: relative;
}

label.form-check-label input[name=file]:checked+span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #0068ff;
    box-shadow: 0 0 0 1px inset #fff;
}

label.form-check-label input[name=file] {
    position: absolute;
    transition: .2s;
    display: none;
}

label.form-check-label input[name=file]:checked {
    transform: scale(1.3);
    top: 3px;
    left: 3px;
}
.mailbox-attachments .spinner-grow {
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    box-shadow: 0 0 10px #000;
    display: none;
    z-index: 1;
}
.mailbox-attachments .upload .spinner-grow{
    display: block;
}
.mailbox-attachments .upload label{
    opacity: .4;
}
.loadingConvertPdf {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff9;
    backdrop-filter: blur(4px);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 22px;
    transform: scale(0);
    transition: .1s;
}
.loadingConvertPdf.show{
        transform: scale(1);
}
label#addMidia {
    margin-bottom: 0;
    font-weight: 500;
}
.pagination-month .page-item:first-child .page-link{
    font-size: 1em;
}
.modal-open .modal {
        background-color: #0000006c;
    }

    .mailbox-attachments .info {
        width: 0;
        height: 0;
    }

    .mailbox-attachments .info.show {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000006b;
    }

    .mailbox-attachments .info.show .conteudo {
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        max-width: 400px;
        background: #fff;
        box-shadow: 0 0 30px;
        padding: 15px
    }

    div#estrutura_ver_midia {
        height: 100%;
    }

    .midia {
        width: 100%;
        height: 100%;
        background-color: #f1f1f1;
        overflow: auto;
        display: grid;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 20px;
        height: 100%;
    }

    .midia>* {
        max-width: 100%;
    }
    .midia>iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.midia>ion-icon {
    font-size: 15em;
}