﻿.panel-alert-monitoria {
    background-color: rgb(0 0 0 / 80%) !important;
}


.panel-alert-monitoria .modal-content {
    background-color: #333333;
}

.panel-alert-monitoria .modal-content .bootbox-close-button {
    color: #D8D8D8;
    opacity: 1;
    font-size: 4.0em;
    margin-right: 10px;
    margin-top: -15px !important;
}

.panel-alert-monitoria .modal-footer {
    background-color: #ffffff2b !important;
    border-top: none !important;
    padding-bottom: 60px !important;
}

.panel-alert-monitoria .modal-content .bootbox-body {
    font-style: normal;
    /* font-weight: 700; */
    font-size: 20px;
    /* line-height: 44px; */
    text-align: center;
    /* letter-spacing: -1px; */
    color: #FFFFFF;
}

.panel-alert-monitoria .modal-content .modal-body {
    padding: 0px 15px !important;
}

.panel-alert-monitoria .modal-content .modal-header {
    border-bottom: none !important;
}

.panel-alert-monitoria .modal-content .bootbox-body i {
    display: inline-block;
    color: #4bc328;
    height: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    padding-right: 3px;
    padding-top: 1px;
}

.panel-alert-monitoria .modal-content .bootbox-body span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #FFFFFF;
    display: block;
    margin-top: 24px;
}

.btn-ok-alert-error-default {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background-color: #662483;
    /* text-align: center; */
    color: #ffffff;
    border: 1px solid #662483;
    border-radius: 10px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 264px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

    .btn-ok-alert-error-default:hover {
        background-color: #662483;
        /* text-align: center; */
        color: #ffffff;
        text-decoration: none;
    }

.btn-ok-alert-sucess-monitoria {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background-color: #f9eb33;
    /* text-align: center; */
    color: #000;
    border: 1px solid #f9eb33;
    border-radius: 10px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 264px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

    .btn-ok-alert-sucess-monitoria:hover {
        background-color: #000000;
        border: 1px solid #f9eb33;
        /* text-align: center; */
        color: #f9eb33;
        text-decoration: none;
    }


.opc-grupo-monitoria {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .opc-grupo-monitoria span {
        display: inline-block !important;
        height: 40px;
        line-height: 10px !important;
        vertical-align: middle;
    }

.opc-grupo-monitoria:hover {
    background-color: #D8D8D8;
    color: #000;
}

.msg-box-monitoria{
    padding-bottom: 20px;
}