.containerOwnApp {
    box-shadow: 0px 0px 2px -3px rgba(0,0,0,0.1);
    padding-top: 15px;
}

.login-page {
    /*padding: 18% 0 0;*/
    margin: 0 auto 100px;
    max-width: 360px;
    position: relative;
}

.login-form {
    box-shadow: 0px 0px 2px -3px rgba(0,0,0,0.1);
}

.login-form-header {
    padding-top: 16px;
}

.login-from-row {
    padding-top: 16px;
    padding-bottom: 16px;
}

.login-form-font-header {
    font-size: 30px;
}

    .login-form-font-header span {
        color: #007C9B;
    }

.login-page-main-logo {
    text-align: center;
}

.mud-button {
    text-transform: none;
}

.index-notificaciones-lineas {
    font-size: small;
    padding-top: 15px;
    padding-left: 15px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.index-notificaciones-cabeceras {
    text-align: center;
}

.MudPaper-inicio {
    height: 240px;
    /*width: 240px;*/
    padding: 0 10px;
    background-color: #f5f5f5;
}

th {
    background-color: #f5f5f5 !important;
}

.mud-dialog-title {
    background-color: #5CABED !important;
    color: #ffffffff;
}

.mud-dialog-title-pers {
    margin-left: -24px !important;
    margin-right: -24px !important;
    margin-top: -8px !important;
    margin-bottom: 8px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mud-dialog-close-button {
    background-color: #5CABED !important;
    color: #000000;
}

.mud-dialog .mud-dialog-title .mud-button-root {
    top: 4px;
    color: white;
}

.mud-dialog .mud-dialog-title {
    padding: 10px 24px;
    height: auto;
}

.mud-input-control.mud-input-control-margin-dense {
    margin-top: 9px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #5CABED;
}

.page-footer {
    background-color: var(--com-bg2);
    border-top: 1px solid lightgray;
    /*    border-bottom: 2px solid lightgray;
    border-radius: 5px 5px 0px 0px;*/
    position: fixed;
    bottom: 0;
    color: grey;
    text-align: right;
    width: 100%;
    font-size: smaller;
    font-style: oblique;
}

.page-footer :hover {
    font-size: larger;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
