﻿body {
    margin: 0px;
    font-family: Arial !important;
    height: 100%;
}

.BorderLabel {
    padding: 5px;
    border: solid 1px rgb(203,203,203);
    border-radius: 0;
    background-color: rgba(239, 239, 239, 0.29);
    display: compact;
}

.LabelBold14Red {
    font-weight: bold;
    color: rgba(199,34,40,1);
    font-size: 14px;
}

.stTextBox {
    /*background-color: #e5e5e5;*/
    height: 21px;
    border: 1px solid #aaa;
    width: 200px;
    border-radius: 4px;
    padding-left: 5px;
}

.Button {
    border: 0px solid rgb(203,203,203);
    background-color: rgb(178,178,178);
    color: #ffffff;
    font-size: 15px;
    height: 25px;
    width: 90px;
    cursor: pointer;
}

.btnVermelho {
    background-color: rgba(199,34,40,1) !important;
    color: white !important;
}

.rodapePagina {
    height: 11px;
    background: linear-gradient(to right, rgba(155,25,27,1) 0%,rgba(199,34,40,1) 25%,rgba(226,33,38,1) 50%,rgba(199,34,40,1) 75%,rgba(155,25,27,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b191b', endColorstr='#9b191b', GradientType=1);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9b191b, endColorstr=#9b191b)";*/
}

.LabelBold12CinzaClaro {
    font-size: 12px;
    font-weight: bold;
    color: rgb(179,179,179);
}

.logoEmpresaBackGround {
    background-color: #ffffff;
}

.LabelVersion {
    position: relative;
    text-align: right;
    color: #000000;
    font-size: 11px;
    padding: 0 2px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0px;
}

.recuperarSenha {
    font-size: 10px;
    text-align: right;
}

    .recuperarSenha a {
        color: #5e5e5e;
        cursor: pointer;
        margin: 2px;
    }

/*.ui-dialog .ui-dialog-buttonpane button {
            background-color: var(--color-red) !important;
            width: 100%;
            min-width: 80px;
        }*/
/*.ui-dialog .ui-dialog-buttonpane button:disabled {
            background-color: #808080 !important;
            cursor: not-allowed !important
        }*/

#dvDialog {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

p:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

p span {
    font-size: 18px;
}

.textLink {
    font-size: 14px;
}

.success {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 4001;
    width: 250px;
    height: 60px;
    background-color: #3d464d;
    border-radius: 4px;
    top: 90%;
    left: 83%;
    padding: 5px 10px;
    color: #fff;
}

    .success p {
        text-align: center;
    }

    .success i {
        font-size: 20px;
    }
