﻿
.info-modal-dialog {
    position: relative;
    width: 560px;
}

.info-modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.info-modal-header {
    padding: 15px;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.info-modal-body {
    padding: 15px;
    height: 460px;
    width: 100%;
    border: none;
    overflow-x: hidden;
    color: #000000;
}

.info-btn-fechar {
    color: #fff !important;
    font-size: 20px !important;
    opacity: 1;
    font-weight: bold;
    line-height: 1;
    text-decoration: none !important;
    float: right;
    background-color: transparent;
    border: none;
}

.background-modal {
    background-color: rgba(0,0,0,0.5);
}

@media only screen and (min-width: 50px) and (max-width: 758px) and (min-height: 500px) and (max-height: 751px) {
    #pnModalInformativo {
        position: fixed;
        z-index: 10002;
        left: 0 !important;
        top: 1% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
        width: 100% !important;
        height: 100% !important;
    }

    .info-modal-dialog {
        position: relative !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 50px) and (max-width: 758px) {
    .info-modal-dialog {
        position: fixed;
        z-index: 10002;
        left: 0 !important;
        top: 64px;
        margin-top: 3% !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
        width: 100% !important;
    }

    .label-titulo  h4 p {
        width: 100% !important;
    }
}

.info-modal-header > h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.btn-ok {
    text-align: center;
    text-shadow: 1px 5px black;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    opacity: 0.9;
    width: 4em;
}

    .btn-ok:hover {
        cursor: pointer;
        opacity: 1;
    }

.grupo-btn {
    padding-top: 15px;
    text-align: end;
}

.icone-header {
    float: left;
    font-size: 24px;
    position: relative;
    bottom: 10px;
}

.fade-modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.separador-pontilhado {
    flex: 1;
    border-bottom: 5px dotted white;
    height: 22px;
}

#resultError {
    font-size: 2.7rem;
    font-weight: bold;
}

.btnCasoErro {
    display: none;
}
