﻿.div-carregando {
    display: none;
}

.div-carregando-overlay {
    z-index: 10000;
}

.div-carregando-label {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 4em;
    margin-top: -2em;
    margin-left: -15em;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 50, 0.75) 0px 0px 8px 0px;
    z-index: 10001;
    text-align: center;
    vertical-align: middle;
    line-height: 4em;
    background-color: #000000;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #ffffff;
}
#popup_overlay {
    background: rgb(162, 162, 162) !important;
    opacity: 0.5 !important;
}

#popup_container {
    border: solid 2px #111111;
}

#popup_title {
    background: #111111;
    color: #FFFFFF;
    border: none;
    font-size: 16px !important;
    padding: 3px;
}

#popup_content, #popup_content.alert {
    background: #FFFFFF;
}

#popup_content.confirm {
    background: #FFFFFF;
}

#popup_panel #popup_ok, #popup_cancel {
    background: #000000;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    cursor: pointer;
}


#popup_message {
    padding-left: 0px;
    font-size: 14px !important;
}


.actions-top {
    display: inline-flex;
    float: right;
}

    .actions-top a {
        margin-right: 10px;
    }

.grade {
    font-size: 12px;
    margin-bottom: 6px;
    max-width: fit-content;
    border-right: 1px solid #e7e0e0;
}

    .grade thead td {
        font-weight:bold;
    }

    .grade td {
        padding: 5px;
        text-align: center;
        border-left: 1px solid #e7e0e0;
    }

.modal-list-itens li{
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    cursor:pointer;
}

.modal-list-itens li :hover {
    color: #786d6d;
}