﻿body {
    margin: 0px;
    font-family: Arial;
    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: 0px solid rgb(203,203,203);
    width: 200px;
}

.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 );
}

.LabelBold12CinzaClaro {
    font-size: 12px;
    font-weight: bold;
    color: rgb(179,179,179);
}

.logoEmpresaBackGround {
    background-color: #ffffff;
}

    .logoEmpresaBackGround img {
        max-width: 250px;
    }

.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;
}

.cardPosition {
    position: absolute;
    z-index: 9000;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -80px;
}

.logoTopLogin {
    display: none;
    justify-content: center;
}
