/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./apps/aprobacion-notificaciones/src/styles.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.min-height-100 {
    min-height: 100vh;
}
.bg-main {
    background-image: url('bg.d8c11fbae4c14291.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.align-vertical-center {
    display: grid;
    align-content: center;
}
.align-horizontal-center {
    display: grid;
    justify-content: center;
}
.z-index-100 {
    z-index: 100;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.cambioCursor {
    cursor: pointer;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
    white-space: nowrap;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.grey-text{color:#9e9e9e !important}
.grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
}
.orange-text {
    color: #ff9800 !important;
}
.orange-text.text-lighten-3 {
    color: #ffcc80 !important;
}
.pull-right {
    float: right;
}
.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

/*# sourceMappingURL=styles.f2576fd851f7970c.css.map*/