/* INICIO */
.main-link { color: #444444; padding: 0 25px; font-size: 0.7rem;
    font-weight: 600; letter-spacing: .1rem; text-decoration: none;
    text-transform: uppercase; display: block; }
.main-link:hover { text-decoration: none; color: #227777; text-shadow: 1px 1px 10px; }
.logout-link { font-size: 1rem; padding-right: 20%; position: absolute; right: 0%; z-index: 10; }
.user-link { font-size: 0.8rem; position: absolute; z-index: 10; }

/* CATÁLOGOS */
.top-container { align-items: center; display: flex; justify-content: center;
    position: relative; height: 15vh;
}
.top-title { font-size: 2.2rem; color: cadetblue; text-shadow: 1px 1px 10px #ddd; text-transform: uppercase; }
.catalogo-container {
    color: #777; }
.floating-button { position:fixed; width: 60px; height: 60px; bottom: 40px; right: 40px;
    background-color: #00cc99; color:#FFF; border-radius: 50px; text-align: center;
    box-shadow: 2px 2px 3px #999; }
.floating-button-icon { margin-top:22px; }
.button { border-radius: 10px;
    background-color: cadetblue; padding: 10px; color: #eee; }
.button:hover { background-color: rgba(cadetblue, 0.6); text-decoration: none; }
.top-line { border-top: 2px solid #6ec9e0; }
.middle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.catalogo-vacio { text-align: center; font-size: 1.2rem; color: #555; }
.catalogo-warning { background: #FF3377; }
.back-link { left: 5%; position: absolute; font-size: 2rem; color: cadetblue; text-shadow: 1px 1px 10px #ddd; }
.print-link { right: 5%; position: absolute; font-size: 2rem; color: cadetblue; text-shadow: 1px 1px 10px #ddd; }
.text-right { text-align: right; }
.float-right { float: right; }
.center { text-align: center; }

/* CATÁLOGOS - LISTA */
.row-entry-par { padding: 10px 0 10px 0; background-color: white; }
.row-entry-impar { padding: 10px 0 10px 0; background-color: rgba(110,201,224,0.4); }
.row-entry-inactivo { padding: 10px 0 10px 0; background-color: rgba(145, 151, 153, 0.4); }
.row-entry-canceled { padding: 10px 0 10px 0; background-color: rgba(245, 111, 113, 0.4); }
.row-entry-warning { padding: 10px 0 10px 0; background-color: rgba(255, 255, 53, 0.4); }
.row-entry-par:hover, .row-entry-impar:hover, .row-entry-inactivo:hover, .row-entry-canceled:hover, .row-entry-warning:hover { outline: 1px solid rgba(0,0,0,0.3); }
.column-title { text-align: center; font-size: 1.2rem; color: #777; padding: 0 1rem; line-height: 0; }
.total-title { font-size: 1.2rem; color: #222; font-weight: bold; padding: 0 1rem; line-height: unset; }
.item-title { text-align: center; font-size: 1.2rem; color: #333; }
.item-title-left { text-align: left; font-size: 1.2rem; color: #333; }
.item-text { text-align: center; font-size: 1rem; color: #444; padding: 0 1rem;  }
.action-button-container { text-align: center; }
.action-button { display: inline-flex; width: 40px; height: 40px;
    color: #2c3e50; font-size: 18px; border-radius: 50px;
    justify-content: center; align-items: center; }
.action-button:hover { background: #2c3e50; color: white; text-decoration: none; }
.action-button-modal { display: inline-flex; color: #2c3e50; font-size: 18px;
    justify-content: center; align-items: center; width: 40px; }
.action-button-modal:hover { color: #2277cc; text-decoration: none; }
.modal-title { color: #777; text-transform: uppercase; }
.formDelete{ display: inline; }
.item-img { width: 100px; display: block; margin: auto; }
.modal-img { width: 200px; display: block; margin: auto; }
.modal-row-dev { background-color: #ccc; }
.modal-img-title { width: 50px; display: block; margin: auto; }
.table-modal { overflow-y: auto; display: block; height: 350px; }
.item-text-left { text-align: left; font-size: 1rem; color: #444; padding: 0 1rem;  }
.item-grab { cursor: grab; }
.item-grabbed { box-shadow: 0 0 13px #000; }
.item-grabCursor, .item-grabCursor * { cursor: grabbing !important; }
.pointer { cursor: pointer; }

/* BOOTSTRAP */
.pagination { /*position:fixed; bottom: 40px; left: 20%;*/ box-shadow: 2px 2px 3px #999; width: fit-content; }
.page-item.active .page-link { background-color: rgba(110,201,224,0.6); border-color: rgba(110,201,224,0.6); }
.page-link { color: rgba(110,201,224,0.8); }
.nav-item { padding-right: 15px; }


/* ERRORES */
.center-container { align-items: center; display: flex; justify-content: center;
    position: relative; height: 100vh; }
.main-content-error { text-align: center; min-width: 30vw; }
.error-title { font-size: 1.4rem; font-weight: bold; color: cadetblue; text-shadow: 1px 1px 10px #bbbbbb; text-transform: uppercase; }