/* Components */

.card {
    border: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.card-header {
    background-color: rgb(255 255 255);
}
.dropdown-menu {
    border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.offcanvas-end {
    width: 300px;
}
/* Background Colors */

.bg-primary {
    background-color: #3461ff!important;
}
.bg-danger {
    background-color: #e72e2e!important;
}
.bg-success {
    background-color: #12bf24!important;
}
.bg-info {
    background-color: #32bfff!important;
}
.bg-warning {
    background-color: #ffcb32!important;
}
.bg-purple {
    background-color: #8932ff!important;
}
.bg-orange {
    background-color: #ff6632!important;
}
.bg-bronze {
    background-color: #cc7429!important;
}
.bg-pink {
    background-color: #e72e7a!important;
}
.bg-tiffany {
    background-color: #3361ff!important;
}
.bg-login {
    background-color: #0259e6!important;
}
.bg-surface {
    background-color: #f7f8fa !important;
}
.bg-white-1 {
    background-color: rgba(255, 255, 255, 0.16)!important;
}
.bg-light-primary {
    background-color: rgba(52, 96, 255, 0.22)!important;
}
.bg-light-success {
    background-color: rgb(18 191 35 / 22%)!important;
}
.bg-light-danger {
    background-color: rgb(244, 204, 205)!important;
}
.bg-light-info {
    background-color: rgb(204, 236, 251)!important;
}
.bg-light-warning {
    background-color: rgba(255, 204, 50, 0.22)!important;
}
.bg-light-purple {
    background-color: rgba(135, 50, 255, 0.22)!important;
}
.bg-light-orange {
    background-color: rgba(255, 101, 50, 0.22)!important;
}
.bg-light-bronze {
    background-color: rgba(204, 117, 41, 0.22)!important;
}
.bg-light-pink {
    background-color: rgba(231, 46, 123, 0.22)!important;
}
.bg-light-tiffany {
    background-color: rgba(51, 99, 255, 0.22)!important;
}
.bg-light-dark {
    background-color: rgba(33, 37, 41, 0.22)!important;
}
.bg-facebook {
    background-color: #3b5998!important
}
.bg-twitter {
    background-color: #55acee!important
}
.bg-google {
    background-color: #e52d27!important
}
.bg-linkedin {
    background-color: #0976b4!important
}
.bg-gradient-purple {
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
}
.bg-gradient-success {
    background-image: linear-gradient( 310deg, #17ad37, #98ec2d);
}
.bg-gradient-danger {
    background: linear-gradient(to right, rgb(238, 9, 121), rgb(255, 106, 0));
}
.bg-gradient-info {
    background-image: linear-gradient(to top, rgb(0, 198, 251) 0%, rgb(0, 91, 234) 100%);
}
.bg-gradient-warning {
    background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0));
}
.bg-gradient-voilet {
    background: linear-gradient(to right, rgb(52, 148, 230), rgb(236, 110, 173));
}
.bg-gradient-royal {
    background-image: linear-gradient(-20deg, rgb(43, 88, 118) 0%, rgb(78, 67, 118) 100%);
}
/* Text Colors */

.text-primary {
    color: #3461ff!important;
}
.text-danger {
    color: #e72e2e!important;
}
.text-success {
    color: #12bf24!important;
}
.text-info {
    color: #32bfff!important;
}
.text-warning {
    color: #ffcb32!important;
}
.text-purple {
    color: #8932ff!important;
}
.text-orange {
    color: #ff6632!important;
}
.text-bronze {
    color: #cc7429!important;
}
.text-pink {
    color: #e72e7a!important;
}
.text-tiffany {
    color: #3361ff!important;
}
.text-option {
    color: #32393f!important
}
.text-facebook {
    color: #3b5998!important
}
.text-twitter {
    color: #55acee!important
}
.text-youtube {
    color: #e52d27!important
}
.text-sky-light {
    color: #b4d2ff;
}
/* Borders */

.border-primary {
    border-color: #3461ff!important;
}
.border-danger {
    border-color: #e72e2e!important;
}
.border-success {
    border-color: #12bf24!important;
}
.border-info {
    border-color: #32bfff!important;
}
.border-warning {
    border-color: #ffcb32!important;
}
.border-purple {
    border-color: #8932ff!important;
}
.border-orange {
    border-color: #ff6632!important;
}
.border-bronze {
    border-color: #cc7429!important;
}
.border-pink {
    border-color: #e72e7a!important;
}
.border-tiffany {
    border-color: #3361ff!important;
}
.border-light-1 {
    border-color: rgb(255 255 255 / 24%)!important;
}
/* Buttons */

.btn i {
    vertical-align: middle;
    font-size: 1.rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-left: 5px;
}
.btn-nuevo {
    background: linear-gradient(to bottom, #14F372, #58D68D);
    /* Degradado de botón Nuevo */
    color: black;
    /*color: #000;
	background-color: #58D68D!important;
	border-color: #58D68D*/
}
.btn-nuevo:hover {
    background: linear-gradient(to bottom, #00FF6B, #49E78C);
}
.btn-nuevo:active {
    background: linear-gradient(to bottom, #14F372, #58D68D);
}
.btn-nuevanotaventa {
    color: #000;
    background-color: #58D68D!important;
    border-color: #58D68D
}
.btn-facturarped {
    color: #000;
    background-color: #007bff!important;
    border-color: #007bff
}
.btn-anular {
    color: #fff;
    /*background-color: #F5B041!important;*/
    background: linear-gradient(to bottom, #FFB743, #F39F18)!important;
    border-color: #F5B041
}
.btn-anular:hover {
    background: linear-gradient(to bottom, #FDC161, #FFB743)!important;
}
.btn-anular:active {
    background: linear-gradient(to bottom, #FFB743, #F39F18)!important;
}
.btn-eliminar {
    color: #fff;
    /*background-color: #E74C3C!important;*/
    background: linear-gradient(to bottom, #F94D3B, #DA4334)!important;
    border-color: #E74C3C
}
.btn-eliminar:hover {
    background: linear-gradient(to bottom, #FE6555, #F94D3B)!important;
}
.btn-eliminar:active {
    background: linear-gradient(to bottom, #F94D3B, #DA4334)!important;
}
.btn-verasiento {
    color: #fff;
    /*background-color: #A9DFBF!important;*/
    background: linear-gradient(to bottom, #A9DFBF, #76C496)!important;
    border-color: #A9DFBF
}
.btn-verasiento:hover {
    background: linear-gradient(to bottom, #B2F3CE, #A1DAB9)!important;
}
.btn-verasiento:active {
    background: linear-gradient(to bottom, #A9DFBF, #76C496)!important;
}
.btn-outline-verasiento {
    color: #76C496;
    background-color: transparent!important;
    border-color: #A9DFBF;
}
.btn-outline-verasiento:hover {
    color: #fff;
    background: linear-gradient(to bottom, #A9DFBF, #76C496)!important;
    border-color: #A9DFBF;
}
.btn-outline-verasiento:active {
    color: #fff;
    background: linear-gradient(to bottom, #A9DFBF, #76C496)!important;
}
.btn-ver {
    color: #fff;
    /*background-color: #99A3A4!important;*/
    background: linear-gradient(to bottom, #BCC5C6, #99A3A4);
    border-color: #99A3A4
}
.btn-ver:hover {
    background: linear-gradient(to bottom, #D3DCDE, #BCC5C6);
}
.btn-ver:active {
    background: linear-gradient(to bottom, #BCC5C6, #99A3A4);
}
.btn-outline-ver {
    color: #99A3A4;
    background-color: transparent!important;
    border-color: #99A3A4;
}
.btn-outline-ver:hover {
    color: #fff;
    background: linear-gradient(to bottom, #BCC5C6, #99A3A4);
    border-color: #99A3A4;
}
.btn-outline-ver:active {
    color: #fff;
    background: linear-gradient(to bottom, #BCC5C6, #99A3A4);
}
.btn-pdf {
    color: #fff;
    /*background-color: #85C1E9!important;*/
    background: linear-gradient(to bottom, #89D0FF, #73B3DE)!important;
    border-color: #85C1E9
}
.btn-pdf:hover {
    background: linear-gradient(to bottom, #A1DAFF, #89D0FF)!important;
}
.btn-pdf:active {
    background: linear-gradient(to bottom, #89D0FF, #73B3DE)!important;
}
.btn-pdf2 {
    color: #fff;
    /*background-color: #AED6F1!important;*/
    background: linear-gradient(to bottom, #52B4F7, #3C96D3)!important;
    border-color: #AED6F1
}
.btn-pdf2:hover {
    background: linear-gradient(to bottom, #77C6FC, #52B4F7)!important;
}
.btn-pdf2:active {
    background: linear-gradient(to bottom, #52B4F7, #3C96D3)!important;
}
.btn-excel {
    color: #fff;
    /*background-color: #48C9B0!important;*/
    background: linear-gradient(to bottom, #5AEDD1, #48C9B0)!important;
    border-color: #48C9B0
}
.btn-excel:hover {
    background: linear-gradient(to bottom, #71FFE4, #5AEDD1)!important;
}
.btn-excel:active {
    background: linear-gradient(to bottom, #5AEDD1, #48C9B0)!important;
}
.btn-contabilizar {
    color: #fff;
    /*background-color: #5D6D7E!important;*/
    background: linear-gradient(to bottom, #7A8DA1, #5D6D7E)!important;
    border-color: #5D6D7E
}
.btn-contabilizar:hover {
    background: linear-gradient(to bottom, #8CA0B6, #738496)!important;
}
.btn-contabilizar:active {
    background: linear-gradient(to bottom, #7A8DA1, #5D6D7E)!important;
}
.btn-autorizar {
    color: #000;
    /*background-color: #F4D03F!important;*/
    background: linear-gradient(to bottom, #FFDF5D, #F4D03F)!important;
    border-color: #F4D03F
}
.btn-autorizar:hover {
    background: linear-gradient(to bottom, #FFE57C, #FFDF5D)!important;
}
.btn-autorizar:active {
    background: linear-gradient(to bottom, #FFDF5D, #F4D03F)!important;
}
.btn-opciones {
    color: #fff;
    /*background-color: #2874A6!important;*/
    background: linear-gradient(to bottom, #3792CF, #2874A6)!important;
    border-color: #2874A6
}
.btn-opciones:hover {
    /*background-color: #2874A6!important;*/
    background: linear-gradient(to bottom, #3FA1E3, #3088C2)!important;
    border-color: #2874A6
}
.btn-opciones:active {
    /*background-color: #2874A6!important;*/
    background: linear-gradient(to bottom, #3792CF, #2874A6)!important;
}
.btn-guardar {
    color: #fff;
    /*background-color: #007bff!important;*/
    background: linear-gradient(to bottom, #3797FF, #007bff)!important;
    border-color: #007bff
}
.btn-guardar:hover {
    background: linear-gradient(to bottom, #61ADFF, #3797FF)!important;
}
.btn-guardar:active {
    background: linear-gradient(to bottom, #3797FF, #007bff)!important;
}
.btn-outline-guardar {
    color: #007bff;
    background-color: transparent!important;
    border-color: #007bff;
}
.btn-outline-guardar:hover {
    color: #fff;
    background: linear-gradient(to bottom, #3797FF, #007bff)!important;
    border-color: #007bff;
}
.btn-outline-guardar:active {
    color: #fff;
    background: linear-gradient(to bottom, #3797FF, #007bff)!important;
}
.btn-editar {
    color: #fff;
    /*background-color: #5DADE2!important;*/
    background: linear-gradient(to bottom, #7FC8F9, #5DADE2)!important;
    border-color: #5DADE2
}
.btn-editar:hover {
    /*background-color: #5DADE2!important;*/
    background: linear-gradient(to bottom, #98D6FF, #77C3F5)!important;
}
.btn-editar:active {
    /*background-color: #5DADE2!important;*/
    background: linear-gradient(to bottom, #7FC8F9, #5DADE2)!important;
}
.btn-imagen {
    color: #fff;
    /*background-color: #AF7AC5!important;*/
    background: linear-gradient(to bottom, #C98AE3, #AF7AC5);
    border-color: #AF7AC5
}
.btn-imagen:hover {
    background: linear-gradient(to bottom, #CE7DEF, #C98AE3);
}
.btn-imagen:active {
    background: linear-gradient(to bottom, #C98AE3, #AF7AC5);
}
.btn-configurar {
    color: #000;
    /*background-color: #fff!important;*/
    background: linear-gradient(to bottom, #6ECFFF, #51ACD9)!important;
    border-color: #999
}
.btn-configurar:hover {
    background: linear-gradient(to bottom, #90D8FB, #62C0EF)!important;
}
.btn-configurar:active {
    background: linear-gradient(to bottom, #6ECFFF, #51ACD9)!important;
}
.btn-activar {
    color: #2C3E50;
    /*background-color: #F1C40F!important;*/
    background: linear-gradient(to bottom, #FCD847, #F1C40E)!important;
    border-color: #F1C40F
}
.btn-activar:hover {
    background: linear-gradient(to bottom, #FEE068, #FCD847)!important;
}
.btn-activar:active {
    background: linear-gradient(to bottom, #FCD847, #F1C40E)!important;
}
.btn-bloquear {
    color: #F1C40F;
    /*background-color: #2C3E50!important;*/
    background: linear-gradient(to bottom, #496888, #2C3E50);
    border-color: #2C3E50
}
.btn-bloquear:hover {
    background: linear-gradient(to bottom, #6183A6, #496888);
}
.btn-bloquear:active {
    background: linear-gradient(to bottom, #496888, #2C3E50);
}
.btn-auditoria {
    color: #7B241C;
    /*background-color: #fff!important;*/
    background: linear-gradient(to bottom, #FFFFFF, #E8E8E8);
    border-color: #7B241C
}
.btn-auditoria:hover {
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}
.btn-auditoria:active {
    background: linear-gradient(to bottom, #FFFFFF, #E8E8E8);
}
.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}
.btn-primary {
    color: #fff;
    background-color: #3461ff;
    border-color: #3461ff
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3461ff;
    border-color: #3461ff
}
.btn-secondary {
    color: #fff;
    /*background-color: #6c757d;*/
    background: linear-gradient(to bottom, #8D9AA6, #6c757d);
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #fff;
    /*background-color: #5c636a;*/
    background: linear-gradient(to bottom, #9CAAB8, #868F97);
    border-color: #565e64
}
.btn-secondary:active {
    background: linear-gradient(to bottom, #8D9AA6, #6c757d);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-success {
    color: #fff;
    background-color: #0c971a;
    border-color: #0c971a
}
.btn-success:hover {
    color: #fff;
    background-color: #0ea01c;
    border-color: #0ea01c
}
.btn-check:focus+.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #0ea01c;
    border-color: #0ea01c;
    box-shadow: 0 0 0 .25rem rgba(9, 133, 21, 0.507)
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0ea01c;
    border-color: #0ea01c
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(9, 133, 21, 0.507)
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #12bf24;
    border-color: #12bf24
}
.btn-info {
    color: #000;
    background-color: #32bfff;
    border-color: #32bfff
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}
.btn-check:focus+.btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-info.disabled, .btn-info:disabled {
    color: #000;
    background-color: #32bfff;
    border-color: #32bfff
}
.btn-warning {
    color: #000;
    /*background-color: #ffcb32;*/
    background: linear-gradient(to bottom, #FFD55B, #ffcb32);
    border-color: #ffcb32
}
.btn-warning:hover {
    color: #000;
    background: linear-gradient(to bottom, #FFDB74, #FFD55B);
    border-color: #ffc720
}
.btn-warning:active {
    color: #000;
    background: linear-gradient(to bottom, #FFD55B, #ffcb32);
    border-color: #ffcb32
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #ffcb32;
    border-color: #ffcb32
}
.btn-danger {
    color: #fff;
    background-color: #e72e2e;
    border-color: #e72e2e
}
.btn-danger:hover {
    color: #fff;
    background-color: #da2a2a;
    border-color: #da2a2a
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #da2a2a;
    border-color: #da2a2a;
    box-shadow: 0 0 0 .25rem rgba(218, 42, 42, 0.507)
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da2a2a;
    border-color: #da2a2a
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(218, 42, 42, 0.507)
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e72e2e;
    border-color: #e72e2e
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}
.btn-check:focus+.btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-light.disabled, .btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-dark {
    color: #fff;
    /*background-color: #212529;*/
    background: linear-gradient(to bottom, #434A50, #212529);
    border-color: #212529
}
.btn-dark:hover {
    color: #fff;
    /*background-color: #1c1f23;*/
    background: linear-gradient(to bottom, #5A636A, #353B42);
    border-color: #1a1e21
}
.btn-check:focus+.btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}
.btn-outline-primary {
    color: #3461ff;
    border-color: #3461ff
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3461ff;
    border-color: #3461ff
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #3461ff;
    border-color: #3461ff
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3461ff;
    background-color: transparent
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-success {
    color: #12bf24;
    border-color: #12bf24
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #12bf24;
    border-color: #12bf24
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #12bf24;
    border-color: #12bf24
}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #12bf24;
    background-color: transparent
}
.btn-outline-info {
    color: #25A1DA;
    border-color: #32bfff
}
.btn-outline-info:hover {
    color: #000;
    background-color: #25A1DA;
    border-color: #32bfff
}
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #000;
    background-color: #32bfff;
    border-color: #32bfff
}
.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #32bfff;
    background-color: transparent
}
.btn-outline-warning {
    color: #F2B605;
    border-color: #ffcb32
}
.btn-outline-warning:hover {
    color: #000;
    background: linear-gradient(to bottom, #FFD865 1%, #fbc011) !important;
    border-color: #ffcb32
}
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #000;
    background-color: #ffcb32;
    border-color: #ffcb32
}
.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffcb32;
    background-color: transparent
}
.btn-outline-danger {
    color: #e72e2e;
    border-color: #e72e2e
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e72e2e;
    border-color: #e72e2e
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #e72e2e;
    border-color: #e72e2e
}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e72e2e;
    background-color: transparent
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-dark {
    color: #2A2134;
    border-color: #2A2134
}
.btn-outline-dark:hover {
    color: #fff;
    background: linear-gradient(to bottom, #4C3E5B, #2A2134);
    border-color: #212529
}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}
.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}
.btn-link {
    font-weight: 400;
    color: #3461ff;
    text-decoration: underline
}
.btn-link:hover {
    color: #0a58ca
}
/* Nav-Tabs */

.nav-search input.form-control {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 45%);
    color: #fff;
}
.nav-search button[type=submit] {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 32%);
    color: #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    color: #495057;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #495057;
}
.nav-primary.nav-tabs .nav-link.active {
    color: #008cff;
    border-color: #008cff #008cff #fff
}
.nav-danger.nav-tabs .nav-link.active {
    color: #f41127;
    border-color: #f41127 #f41127 #fff
}
.nav-success.nav-tabs .nav-link.active {
    color: #17a00e;
    border-color: #17a00e #17a00e #fff
}
.nav-warning.nav-tabs .nav-link.active {
    color: #ffc107;
    border-color: #ffc107 #ffc107 #fff
}
.nav-pills-danger.nav-pills .nav-link.active {
    color: #fff;
    background-color: #f41127
}
.nav-pills-success.nav-pills .nav-link.active {
    color: #fff;
    background-color: #17a00e
}
.nav-pills-warning.nav-pills .nav-link.active {
    color: #000;
    background-color: #ffc107
}
/* Tables */

.color-table .table {
    color: #ffffff;
    border-color: rgb(255 255 255 / 22%);
}
.info-table .table, .warning-table .table {
    color: #16191d;
    border-color: rgb(0 0 0 / 12%);
}
/*Boton en 3D*/

.btn-3d {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, .50) !important;
    border-top: 2px solid rgb(255 255 255 / 50%)!important;
    border-bottom: 2px solid rgb(0 0 0 / 50%)!important;
}
.btn-3d:hover {
    border-color: transparent !important;
    border-top: 2px solid rgb(255 255 255 / 50%)!important;
    border-bottom: 2px solid rgb(0 0 0 / 50%)!important;
}
.btn-3d:active {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 2), 0 2px 2px rgba(0, 0, 0, 0) !important;
    border-top: 2px solid rgb(255 255 255 / 0%) !important;
    border-bottom: 2px solid rgb(0 0 0 / 0%)!important;
}
.gsc-3d {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, .50) !important;
    border-top: 2px solid rgb(255 255 255 / 50%)!important;
    border-bottom: 2px solid rgb(0 0 0 / 50%)!important;
}
/*Fin Boton en 3D*/

/* Reloj*/

.contenedor-reloj {
    display: grid;
    height: 25rem;
    grid-template-rows: 30% 30% 10% 30%;
    grid-template-columns: 1fr; 
}
.clock {
    background: #E9E9E9;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100%;
    justify-self: center;
    z-index: 2;
}
.clock-inter {
    font-size: 3em;
    background: #4c5258;
    border-radius: 15px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
    color: white;
    text-shadow: -1.2px -1.2px 0 #232850, 1.2px -1.2px 0 #232850, -1.2px 1.2px 0 #232850, 1.2px 1.2px 0 #232850;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
    height: 100%;
}
.clock-inter span {
    margin: 0 5px;
}
.date {
    grid-row: 2 / 3 !important;
    grid-column: 1 / 2 ;
    font-size: 18px;
    background-color: #fdd01b;
    text-align: center;
    width: 85%;
    height: 2rem;
    justify-self: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
.btn-marcar {
    grid-row: 2 / 3 !important;
    grid-column: 1 / 2 ;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    max-height: 50%;
    justify-self: center;
    align-self: center;
    color: white;
    font-size: 22px;
    outline: none;
    border: none;
    gap: .5rem;
}
.contenedor_lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 25rem;
    justify-self: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.contenedor_lista h4 {
    grid-column: 1 / 2;
    font-size: 18px;

}
.contenedor_lista div {
    grid-column: 1 / 3;
    align-self: start;
}
.hora_registro {
    grid-column: 2 / 3 !important; 
    justify-self: center;
}
@media (min-width: 1200px) {
    .clock-inter {
        font-size: 4em;
    }
    .btn-marcar {
        max-width: 20%;
        max-height: 500%;
        justify-self: end;
        margin-right: 10rem;
        align-self: center;
    }
    .cuadro-registro {
        grid-row: 3 / 4;
        width: 80%;
        height: 100%;
        justify-self: center;
    }
    .date {
    font-size: 24px;
    background-color: #fdd01b;
    text-align: center;
    width: 30%;
    height: 3rem;
    justify-self: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
    }
    .contenedor_lista{
        width: 50%;
        margin: 2.5rem auto;
    }
    .contenedor_lista h4 {
        font-size: 24px;
}
}