html,
body {
    /* IE 10-11 didn't like using min-height */
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.aud-body {
    background-color: #e9ecef;
}

.aud-container {
    margin: 100px;
    flex: 1 0 auto;
    /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    /* padding: 5px; */
}

.aud-table {
    height: 10px;
}

.aud-row {
    margin-top: 0px;
    margin-bottom: 1px;
}

.aud-content-card {
    margin: 10px;
}

.aud-uppercase {
    text-transform: uppercase;
}

.img-error {
    width: 30%;
    margin-top: 10px;
    vertical-align: center
}

.aud-card {
    border-radius: 20px 20px 20px 20px;
}

.aud-card-10p {
    border-radius: 10px 10px 10px 10px;
}

.loading {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

.loading-wrapper {
    display: flex;
}

.aud-list-row {
    margin: 10px;
}

.aud-card-list {
    position: flex;
    width: 100%;
    display: block;
    margin: 10px;
}

.aud-btn-margin-right {
    margin-right: 20px;
}

.aud-btn-margin-left {
    margin-left: 20px;
}

.aud-icon-lg {
    font-size: 2rem;
}

.aud-icon-m {
    font-size: 1.5rem;
}

.aud-icon-sm {
    font-size: 1rem;
}

.aud-tabs {
    cursor: pointer;
}

.aud-menu {
    background-color: #0D47A1
}

.aud-card-empresas {
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.aud-table-empresas {
    background-color: #cff4fc;
    margin-bottom: 0px;
}

.aud-title-table-empresas {
    background-color: #88e9ff;
}

.aud-row-card {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.aud-card-error {
    margin-left: 1px;
    margin-right: 1px;
}

.aud-content-error {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.aud-row-card-sec {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.aud-label {
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.aud-emp-footer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer {
    flex-shrink: 0;
    /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    /* padding: 5px; */
    background-color: #0D47A1;
    color: #ffffff;
    text-align: center;
}

.bg-yellow {
    background-color: #fbff00;
}