﻿/*::: INICIO TARJETA INFORMACIÓN :::*/

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    width: 140px;
    height: 29px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: black;
    background-color: #06cbdf;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .button:hover {
        background-color: #08789b;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }

img {
    max-width: 100%;
    display: block;
}

.card-list {
    width: 90%;
    max-width: 400px;
}

.card {
    background-color: #FFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: 0.15s ease-in;
}

    .card:hover, .card:focus-within {
        box-shadow: 0 0 0 2px #16C79A, 0 10px 60px 0 rgba(0, 0, 0, 0.1);
        transform: translatey(-5px);
    }

.card-image {
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    margin-top: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header a {
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 1.25;
        padding-right: 1rem;
        text-decoration: none;
        color: inherit;
        will-change: transform;
    }

        .card-header a:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

.icon-button {
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: 0.25s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    cursor: pointer;
    color: #565656;
}

    .icon-button svg {
        width: 1em;
        height: 1em;
    }

    .icon-button:hover, .icon-button:focus {
        background-color: #EC4646;
        color: #FFF;
    }

.card-footer {
    margin-top: 1.25rem;
    border-top: 1px solid #ddd;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-meta {
    display: flex;
    align-items: center;
    color: #787878;
}

    .card-meta:first-child:after {
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: currentcolor;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .card-meta svg {
        flex-shrink: 0;
        width: 1em;
        height: 1em;
        margin-right: 0.25em;
    }


/*::: FIN TARJETA INFORMACIÓN :::*/











    /*Botones accion*/
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
    min-height: 100vh;
}

.btn {
    flex: 1 1 auto;
    margin: 10px;
    
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
}

    /* Demo Stuff End -> */

    /* <- Magic Stuff Start */

    .btn:hover {
        background-position: right center; /* change the direction of the change here */
    }

.btn-1 { /*AzulCielo - Agregar*/
    background-image: linear-gradient(to right, #00b5ed 0%, #00b5ed 51%, #00b5ed 100%);
    font-size: 12px;
    padding: 6px;
}

.btn-2 { /*Amarillo - desvincular*/
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #e5cc00 0%, #e5cc00 51%, #e5cc00 100%);
}

.btn-3 { 
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #17b3b1 0%, #17b3b1 51%, #17b3b1 100%);
}

.btn-4 { /*Azul - Acción*/
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #005ea9 0%, #005ea9 51%, #005ea9 100%);
}

.btn-5 { /*Aqua - Editar*/
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #06cbdf 0%, #06cbdf 51%, #06cbdf 100%);
}
.btn-6 { /*Verde - Nuevo*/
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #b0d900 10%, #b0d900 100%);
}

.btn-7 { /*Rojo - Eliminar*/
    font-size: 11px;
    padding: 5px;
    background-image: linear-gradient(to right, #f17667 0%, #f17667 51%, #f17667 100%);
}

.registration-form form {
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 7px 2px;
}

    .registration-form .form-icon {
        text-align: center;
        background-color: #5891ff;
        border-radius: 50%;
        font-size: 40px;
        color: white;
        width: 100px;
        height: 100px;
        margin: auto;
        margin-bottom: 50px;
        line-height: 100px;
    }

    .registration-form .item {
        border-radius: 20px;
        margin-bottom: 25px;
        padding: 10px 20px;
    }

.registration-form .create-account {
    border-radius: 9px;
    padding: 4px 18px;
    font-size: 10px;
    font-weight: bold;
/*    background-color: #5791ff;*/
    border: none;
    color: white;
    margin-top: -3px;
    margin-bottom: -8px;
}
    .registration-form .create-account:hover {
        background-color: #04c714;
    }
    .registration-form .social-media {
        max-width: 600px;
        background-color: #fff;
        margin: auto;
        padding: 35px 0;
        text-align: center;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        color: #9fadca;
        border-top: 1px solid #dee9ff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    }

    .registration-form .social-icons {
        margin-top: 30px;
        margin-bottom: 16px;
    }

        .registration-form .social-icons a {
            font-size: 23px;
            margin: 0 3px;
            color: #5691ff;
            border: 1px solid;
            border-radius: 50%;
            width: 45px;
            display: inline-block;
            height: 45px;
            text-align: center;
            background-color: #fff;
            line-height: 45px;
        }

            .registration-form .social-icons a:hover {
                text-decoration: none;
                opacity: 0.6;
            }

@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }

    .registration-form .form-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}


.btn-editar {
    background-color: #07d9d6;
}

.btn-eliminar {
    background-color: #f77b00;
}

.btn-estandar {
    background-color: #2196F3;
}

.btn-alta {
    background-color: #04c714;
}

.btn-general {
    font-size: 15px !important;
}





/*:::: INICIO Carjeta LOGIN ::::*/
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

select {
    padding: 8px;
    border-style: solid !important;
    border-color: #21ca21 !important;
    border-width: 2px !important;
    border-radius: 20px !important;
    font-size: 13px;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime-local"],
input[type="file"],
textarea {
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    border-style: solid;
    border-color: #21ca21;
    border-width: 2px;
    padding: 8px;
    font-size: 10px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="datetime-local"]:focus,
    input[type="file"]:focus,
    textarea:focus {
        outline: none;
        border-color: #5DADE2; /* Color del elemento activo */
        box-shadow: 0 0 5px #5DADE2; /* Efecto de sombra en el elemento activo */
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: stretch;
}




button {
    padding: 10px 20px;
    background-color: #5DADE2;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover {
        background-color: #2980B9; /* Color de fondo al pasar el mouse sobre el botón */
    }


/*:::: FIN Carjeta LOGIN ::::*/



/*:::: INICIO table RESPONSIVA :::*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #cfd2d6
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: white;
    background-color: #0081a9;
    border-color: #dbedff;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width: 575.99px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.99px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.99px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.99px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }
/*:::: FIN table RESPONSIVA :::*/

/*::: INICIO Bloques de llenado de Formulario :::*/
section.box {
    background-color: #ffffff;
    margin: 15px 0;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
}

section header {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border: 0px solid rgba(0,0,0,0.09);
    border-bottom: 0px solid transparent;
    vertical-align: top;
    position: relative;
    min-height: 75px;
}

    section header .title {
        margin-top: 10px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 19px;
        padding-left: 30px;
        padding-top: 15px;
        line-height: 30px;
        color: #676767;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
    }

section .content-body {
    padding: 5px 30px 30px 30px;
    background-color: #ffffff;
    border: 0px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

section.box.nobox {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

section.nobox header {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0px solid transparent;
}

    section.nobox header .title {
        padding-left: 0px;
    }

section.nobox .content-body {
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0 0px 0px 0px;
}

section.box .actions {
    margin: 10px 15px 0 15px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}

section.box ul .actions {
    margin-left: 0px;
}

section.box .actions a {
    color: #bcbcbc;
    font-size: 12px;
    margin-left: 0px;
    padding: 5px;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
}

    section.box .actions a:hover {
        color: #999999;
        text-decoration: none;
    }

.db_box {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
}


/*--------ui panels section for different colors--------*/
/*transparent*/

section.box.transparent {
    background-color: transparent;
}

section.transparent header {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #3f51b5;
}

section.transparent .content-body {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-top: 0px;
}
/*inverted*/

section.box.inverted {
    background-color: #777777;
    color: #dddddd;
}

section.inverted header {
    background-color: rgba(50, 50, 58, 0.8);
    border: 1px solid #333333;
    border-bottom: 2px solid #3f51b5;
    color: #cccccc;
}

    section.inverted header .title {
        color: #dddddd;
    }

section.inverted .content-body {
    background-color: rgba(50, 50, 58, 0.4);
    border: 1px solid #333333;
    color: #dddddd;
    border-top: 0px;
}
/*----all colors----*/

section.primary header {
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
    border-bottom: 2px solid #3f51b5;
    color: #f5f5f5;
}

section.purple header {
    background-color: #673AB7;
    border: 1px solid #673AB7;
    border-bottom: 2px solid #673AB7;
    color: #f5f5f5;
}

section.accent header {
    background-color: #E91E63;
    border: 1px solid #E91E63;
    border-bottom: 2px solid #E91E63;
    color: #f5f5f5;
}

section.success header {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
    color: #f5f5f5;
}

section.warning header {
    background-color: #FFC107;
    border: 1px solid #FFC107;
    border-bottom: 2px solid #FFC107;
    color: #f5f5f5;
}

section.danger header {
    background-color: #f44336;
    border: 1px solid #f44336;
    border-bottom: 2px solid #f44336;
    color: #f5f5f5;
}

section.info header {
    background-color: #03A9F4;
    border: 1px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
    color: #f5f5f5;
}

    section.primary header .title, section.purple header .title, section.accent header .title, section.success header .title, section.warning header .title, section.danger header .title, section.info header .title {
        color: #f5f5f5;
    }

section.box.primary .actions i, section.box.purple .actions i, section.box.accent .actions i, section.box.success .actions i, section.box.warning .actions i, section.box.info .actions i, section.box.danger .actions i {
    color: #e1e1e1;
}

    section.box.primary .actions i:hover, section.box.purple .actions i:hover, section.box.accent .actions i:hover, section.box.success .actions i:hover, section.box.warning .actions i:hover, section.box.info .actions i:hover, section.box.danger .actions i:hover {
        color: #f5f5f5;
    }

/*::: FIN Bloques de llenado de Formulario :::*/





