﻿.text-negritas {
    font-weight: bold;
}

.text-mayusculas {
    text-transform: uppercase;
}

.text-morado {
    background-color: #6800a9;
}

.text-morado-2 {
    color: #ca76ff;
}

#btn-scroll-up,
#btn-scroll-up:hover {
    background-color: rgba(151, 27, 47, 0);
}

#btn-scroll-up-grabar,
#btn-scroll-up-grabar:hover {
    background-color: rgba(6, 117, 213, 0);
}

label {
    font-size: 0.9rem;
}

p {
    font-size: 0.8rem;
}

button.btn {
    font-size: 1rem;
}

#btn-scroll-up {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 500;
    border: none;
    outline: 0;
    color: rgba(151, 27, 47, 0.4);
    cursor: pointer;
}

#btn-scroll-up-grabar {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    border: none;
    outline: 0;
    color: rgba(27, 93, 151, 0.4);
    cursor: pointer;
}

#btn-scroll-up:hover {
    color: rgba(151, 27, 47, 1);
}

#btn-scroll-up-grabar:hover {
    color: rgb(16, 147, 255);
}

.input-group {
    flex-wrap: wrap !important;
}

.input-group .invalid-feedback {
    flex-basis: 100% !important;
}

.btn-outline-pa1 {
    background-color: transparent;
    background-image: none;
}

.btn-outline-pa1 {
    color: #971b2f;
    border-color: #6c1322;
}

.btn-outline-pa1:hover {
    color: #fff;
    background-color: #971b2f;
    border-color: #6c1322;
}

.btn-outline-pa1.focus,
.btn-outline-pa1:focus {
    box-shadow: 0 0 0 3px rgba(151, 27, 47, 0.5);
}

.btn-outline-pa1.disabled,
.btn-outline-pa1:disabled {
    color: #971b2f;
    background-color: transparent;
}

.btn-outline-pa1.active,
.btn-outline-pa1:active,
.show>.btn-outline-pa1.dropdown-toggle {
    color: #fff;
    background-color: #971b2f;
    border-color: #6c1322;
}

.bg-pa1 {
    background-color: #971b2f;
}

.bg-outline-pa1 {
    background-color: transparent;
    background-image: none;
}

.bg-outline-pa1 {
    color: #971b2f;
    border-color: #6c1322;
}

.btn-pa1 {
    color: #fff;
    background-color: #971b2f;
    border-color: #6c1322;
}

.btn-pa1:hover {
    color: #fff;
    background-color: #6c1322;
    border-color: #410b14;
}

.btn-pa1.focus,
.btn-pa1:focus {
    box-shadow: 0 0 0 3px rgba(151, 27, 47, 0.5);
}

.btn-pa1.disabled,
.btn-pa1:disabled {
    background-color: #971b2f;
    border-color: #6c1322;
}

.btn-pa1.active,
.btn-pa1:active,
.show>.btn-pa1.dropdown-toggle {
    background-color: #971b2f;
    background-image: none;
    border-color: #6c1322;
}

.text-underline {
    text-decoration: underline !important;
}

.text-pa1 {
    color: #971b2f !important;
}

a.text-pa1:focus,
a.text-pa1:hover {
    color: #6c1322 !important;
}

.badge-primary-dark {
    color: #000000;
    background-color: #007bff;
}

.card-header-mt {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.badge-pa1 {
    color: #fff;
    background-color: #971b2f;
}

.badge-pa1[href]:focus,
.badge-pa1[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c1322;
}

.badge-outline-pa1 {
    color: #971b2f;
    border: 1px solid;
    border-color: #6c1322;
    background-color: rgba(34, 60, 121, 0);
}

.badge-outline-pa1[href]:focus,
.badge-outline-pa1[href]:hover {
    color: #fff;
    border: 1px solid;
    border-color: #6c1322;
    text-decoration: none;
    background-color: #410b14;
}

.border-pa1 {
    border-color: #971b2f !important;
}

.alert-pa1 {
    color: #971b2f;
    background-color: #fbe9ec;
    border-color: #971b2f;
}

.alert-pa1 hr {
    border-top-color: #971b2f;
}

.alert-pa1 .alert-link {
    color: #971b2f;
}

.table-pa1,
.table-pa1>td,
.table-pa1>th {
    background-color: #fbe9ec;
}

.table-hover .table-pa1:hover {
    background-color: #afc1e9;
}

.table-hover .table-pa1:hover>td,
.table-hover .table-pa1:hover>th {
    background-color: #f0a8b4;
}

.list-group-item-pa1 {
    color: #971b2f;
    background-color: #fbe9ec;
}

a.list-group-item-pa1,
button.list-group-item-pa1 {
    color: #971b2f;
}

a.list-group-item-pa1:focus,
a.list-group-item-pa1:hover,
button.list-group-item-pa1:focus,
button.list-group-item-pa1:hover {
    color: #971b2f;
    background-color: #fbe9ec;
}

a.list-group-item-pa1.active,
button.list-group-item-pa1.active {
    color: #fff;
    background-color: #971b2f;
    border-color: #971b2f;
}

.borde-pa1 {
    border-top: 6px solid;
    border-color: #971b2f !important;
}

.btn-outline-pa2 {
    background-color: transparent;
    background-image: none;
}

.btn-outline-pa2 {
    color: #004f71;
    border-color: #00364d;
}

.btn-outline-pa2:hover {
    color: #fff;
    background-color: #004f71;
    border-color: #00364d;
}

.btn-outline-pa2.focus,
.btn-outline-pa2:focus {
    box-shadow: 0 0 0 3px rgba(0, 79, 113, 0.5);
}

.btn-outline-pa2.disabled,
.btn-outline-pa2:disabled {
    color: #004f71;
    background-color: transparent;
}

.btn-outline-pa2.active,
.btn-outline-pa2:active,
.show>.btn-outline-pa2.dropdown-toggle {
    color: #fff;
    background-color: #004f71;
    border-color: #00364d;
}

.bg-pa2 {
    background-color: #004f71;
}

.bg-outline-pa2 {
    background-color: transparent;
    background-image: none;
}

.bg-outline-pa2 {
    color: #004f71;
    border-color: #00364d;
}

.btn-pa2 {
    color: #fff;
    background-color: #004f71;
    border-color: #00364d;
}

.btn-pa2:hover {
    color: #fff;
    background-color: #00364d;
    border-color: #00121a;
}

.btn-pa2.focus,
.btn-pa2:focus {
    box-shadow: 0 0 0 3px rgba(0, 79, 113, 0.5);
}

.btn-pa2.disabled,
.btn-pa2:disabled {
    background-color: #004f71;
    border-color: #00364d;
}

.btn-pa2.active,
.btn-pa2:active,
.show>.btn-pa2.dropdown-toggle {
    background-color: #004f71;
    background-image: none;
    border-color: #00364d;
}

.text-pa2 {
    color: #004f71 !important;
}

a.text-pa2:focus,
a.text-pa2:hover {
    color: #00364d !important;
}

.badge-pa2 {
    color: #fff;
    background-color: #004f71;
}

.badge-pa2[href]:focus,
.badge-pa2[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00364d;
}

.badge-outline-pa2 {
    color: #004f71;
    border: 1px solid;
    border-color: #00364d;
    background-color: rgba(34, 60, 121, 0);
}

.badge-outline-pa2[href]:focus,
.badge-outline-pa2[href]:hover {
    color: #fff;
    border: 1px solid;
    border-color: #00364d;
    text-decoration: none;
    background-color: #00121a;
}

.border-pa2 {
    border-color: #004f71 !important;
}

.alert-pa2 {
    color: #004f71;
    background-color: #e6f7ff;
    border-color: #004f71;
}

.alert-pa2 hr {
    border-top-color: #004f71;
}

.alert-pa2 .alert-link {
    color: #004f71;
}

.table-pa2,
.table-pa2>td,
.table-pa2>th {
    background-color: #e6f7ff;
}

.table-hover .table-pa2:hover {
    background-color: #afc1e9;
}

.table-hover .table-pa2:hover>td,
.table-hover .table-pa2:hover>th {
    background-color: #99e0ff;
}

table thead.thead-light th {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7) 29%, rgba(0, 0, 0, 0.15) 71%, rgba(0, 0, 0, 0.05));
    background-repeat: repeat-x;
    color: white;
}

table.dataTable {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 5px 5px 5px lightgray;
}

.table td:nth-child(1) {
    color: #004f71;
    background-color: #f1f3f5;
    text-align: center;
}

.list-group-item-pa2 {
    color: #004f71;
    background-color: #e6f7ff;
}

a.list-group-item-pa2,
button.list-group-item-pa2 {
    color: #004f71;
}

a.list-group-item-pa2:focus,
a.list-group-item-pa2:hover,
button.list-group-item-pa2:focus,
button.list-group-item-pa2:hover {
    color: #004f71;
    background-color: #e6f7ff;
}

a.list-group-item-pa2.active,
button.list-group-item-pa2.active {
    color: #fff;
    background-color: #004f71;
    border-color: #004f71;
}

.borde-pa2 {
    border-top: 6px solid;
    border-color: #004f71 !important;
}

.btn-outline-pa3 {
    background-color: transparent;
    background-image: none;
}

.btn-outline-pa3 {
    color: #959595;
    border-color: #4d4d4d;
}

.btn-outline-pa3:hover {
    color: #fff;
    background-color: #959595;
    border-color: #4d4d4d;
}

.btn-outline-pa3.focus,
.btn-outline-pa3:focus {
    box-shadow: 0 0 0 3px rgba(149, 149, 149, 0.5);
}

.btn-outline-pa3.disabled,
.btn-outline-pa3:disabled {
    color: #959595;
    background-color: transparent;
}

.btn-outline-pa3.active,
.btn-outline-pa3:active,
.show>.btn-outline-pa3.dropdown-toggle {
    color: #fff;
    background-color: #959595;
    border-color: #4d4d4d;
}

.bg-pa3 {
    background-color: #959595;
}

.bg-outline-pa3 {
    background-color: transparent;
    background-image: none;
}

.bg-outline-pa3 {
    color: #959595;
    border-color: #4d4d4d;
}

.btn-pa3 {
    color: #fff;
    background-color: #959595;
    border-color: #4d4d4d;
}

.btn-pa3:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #262626;
}

.btn-pa3.focus,
.btn-pa3:focus {
    box-shadow: 0 0 0 3px rgba(149, 149, 149, 0.5);
}

.btn-pa3.disabled,
.btn-pa3:disabled {
    background-color: #959595;
    border-color: #4d4d4d;
}

.btn-pa3.active,
.btn-pa3:active,
.show>.btn-pa3.dropdown-toggle {
    background-color: #959595;
    background-image: none;
    border-color: #4d4d4d;
}

.text-pa3 {
    color: #959595 !important;
}

a.text-pa3:focus,
a.text-pa3:hover {
    color: #4d4d4d !important;
}

.badge-pa3 {
    color: #fff;
    background-color: #959595;
}

.badge-pa3[href]:focus,
.badge-pa3[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d4d4d;
}

.badge-outline-pa3 {
    color: #959595;
    border: 1px solid;
    border-color: #4d4d4d;
    background-color: rgba(149, 149, 149, 0);
}

.badge-outline-pa3[href]:focus,
.badge-outline-pa3[href]:hover {
    color: #fff;
    border: 1px solid;
    border-color: #4d4d4d;
    text-decoration: none;
    background-color: #262626;
}

.border-pa3 {
    border-color: #959595 !important;
}

.alert-pa3 {
    color: #959595;
    background-color: #f2f2f2;
    border-color: #959595;
}

.alert-pa3 hr {
    border-top-color: #959595;
}

.alert-pa3 .alert-link {
    color: #959595;
}

.table-pa3,
.table-pa3>td,
.table-pa3>th {
    background-color: #f2f2f2;
}

.table-hover .table-pa3:hover {
    background-color: #cccccc;
}

.table-hover .table-pa3:hover>td,
.table-hover .table-pa3:hover>th {
    background-color: #cccccc;
}

.list-group-item-pa3 {
    color: #959595;
    background-color: #f2f2f2;
}

a.list-group-item-pa3,
button.list-group-item-pa3 {
    color: #959595;
}

a.list-group-item-pa3:focus,
a.list-group-item-pa3:hover,
button.list-group-item-pa3:focus,
button.list-group-item-pa3:hover {
    color: #959595;
    background-color: #f2f2f2;
}

a.list-group-item-pa3.active,
button.list-group-item-pa3.active {
    color: #fff;
    background-color: #959595;
    border-color: #959595;
}

.borde-pa3 {
    border-top: 6px solid;
    border-color: #959595 !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

/**********Menu**********/
/* Side Navigation */
@media (min-width: 768px) {
    .side-nav {
        position: fixed;
        top: 0px;
        left: 225px;
        width: 225px;
        max-width: 225px;
        max-height: 100%;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        bottom: 0;
        transition: 0.5s;
    }
}

/*******/
.contenedorLogin {
    background-color: #6e000b;
    color: #ffffff;
}

.login-right-side {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 87%, rgba(240, 240, 240, 1) 100%, rgba(0, 212, 255, 1) 100%);
}

.maxh-30 {
    max-height: 30px;
}

.maxh-40 {
    max-height: 40px;
}

.maxh-50 {
    max-height: 50px;
}

.maxh-100 {
    max-height: 100px;
}

.maxh-150 {
    max-height: 150px;
}

.font-9 {
    font-size: 0.9rem !important;
}

.font-8 {
    font-size: 0.8rem !important;
}

.font-7 {
    font-size: 0.7rem !important;
}

.canvas {
    border: 4px solid #444;
    border-radius: 15px !important;
    background-color: #ffffff;
}

.scrollspy-pa {
    position: relative;
    height: 200px;
    margin-top: 0.5rem;
    overflow: auto;
}

.z-index-1050 {
    z-index: 1050 !important;
}

.z-index-1035 {
    z-index: 1035 !important;
}

/*******Estilos para select picker*******/
.dropdown.bootstrap-select.dropup.show .dropdown-menu.show {
    z-index: 1031 !important;
}

.dropdown-menu.show .bs-searchbox .form-control {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 1.9rem;
    font-size: 1rem !important;
}

.dropdown-menu.inner.show .dropdown-item .text {
    font-size: 1rem;
}

.bootstrap-select.form-control-xs .btn.dropdown-toggle.bs-placeholder,
.bootstrap-select.form-control-xs .btn.dropdown-toggle.btn-light {
    padding: 0.16rem 0.5rem !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.modal-caso-2.dropup {
    z-index: 1040;
}

/**********Estilos controles xs**********/
.form-control-xs {
    height: calc(1rem + 0.4rem + 5px);
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn.dropdown-toggle-xs.bs-placeholder,
.btn.dropdown-toggle-xs.btn-light {
    padding: 0.16rem 0.5rem !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 0.15rem 0.5rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.dropdown-divider {
    margin: 0.15rem 0;
}

.dropdown-menu {
    margin: 0.125rem 0 0;
    font-size: 0.85rem;
}

@media (min-width: 576px) {
    .dropdown-menu-xs-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xs-right {
        right: 0;
        left: auto;
    }
}

.btn-xs+.dropdown-toggle-split,
.btn-group-xs>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.input-group-xs>.form-control:not(textarea),
.input-group-xs>.custom-select {
    height: calc(1rem + 0.4rem + 5px);
}

.input-group-xs>.form-control,
.input-group-xs>.custom-select,
.input-group-xs>.input-group-prepend>.input-group-text,
.input-group-xs>.input-group-append>.input-group-text,
.input-group-xs>.input-group-prepend>.btn,
.input-group-xs>.input-group-append>.btn {
    /*padding: .1rem .5rem;*/
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-xs>.custom-select {
    padding-right: 1.75rem;
}

.custom-select-xs {
    height: calc(1rem + 0.4rem + 5px);
    padding: 0.25rem 0.5rem;
    font-size: 0.855rem;
}

@media (max-width: 575.98px) {

    .navbar-expand-xs>.container,
    .navbar-expand-xs>.container-fluid,
    .navbar-expand-xs>.container-xs,
    .navbar-expand-xs>.container-md,
    .navbar-expand-xs>.container-lg,
    .navbar-expand-xs>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-xs {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xs .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xs>.container,
    .navbar-expand-xs>.container-fluid,
    .navbar-expand-xs>.container-xs,
    .navbar-expand-xs>.container-md,
    .navbar-expand-xs>.container-lg,
    .navbar-expand-xs>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xs .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xs .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-xs,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

.pagination-xs .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-xs .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-xs .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

@media (min-width: 576px) {
    .list-group-horizontal-xs {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xs .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xs .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xs .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xs .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xs .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

/****************************************/
.rojo {
    background-color: #fbe9ec !important;
}

.rojo:hover {
    background-color: #f0a8b4 !important;
}

.rojo.selected {
    background-color: #d16a7c !important;
}

.text-rojo {
    color: #fbe9ec !important;
}

/********** Barra de scroll menu **********/
/*mozilla*/
.side-nav {
    scrollbar-width: thin;
    scrollbar-color: #004f71 #ececec;
}

/*chrome*/
.side-nav::-webkit-scrollbar {
    width: 8px;
}

.side-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.side-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #004f71;
}

/****************************************/
/********** Barra de scroll datatbles **********/
/*mozilla*/
.dataTables_scrollBody {
    scrollbar-width: thin;
    scrollbar-color: #696969 #ececec;
}

/*chrome*/
.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #696969;
}

/****************************************/
a {
    color: #971b2f;
}

.nav.nav-pills a.nav-link:hover {
    color: #0854b8;
}

.nav.nav-pills a.nav-link {
    color: #000000;
}

.nav.nav-pills a.nav-link.active {
    color: #ffffff;
    background-color: #343a40;
}

/********** Sub Tabs Pill **********/
.border-color {
    border-color: #cccccc;
}

a.nav-link.pilltab {
    color: #343a40;
    background-color: #e9ecef;
    border: 0px !important;
}

a.nav-link.pilltab.disabled a.nav-link.pilltab:disabled {
    color: #343a40;
    background-color: #e9ecef;
}

a.nav-link.pilltab:hover {
    color: #fff;
    background-color: #e9ecef;
}

a.nav-link.pilltab.active {
    color: #e9ecef;
    background-color: #343a40;
}

/****************************************/
button.btn-light:not(.dropdown-toggle) {
    border-color: #4d4d4d;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #4d4d4d;
    border-color: black;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:active~.custom-control-label::before {
    border-color: black;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(114, 108, 114, 0.25);
    border-color: black;
}

.badge-black {
    color: #fff;
    background-color: black;
}

legend>h6>span {
    color: #666680;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}

/*Mapa de cajas bodega*/

.contenedor {
    border-style: solid;
    border-color: #000000;
    display: inline-block;
    border-width: 1px;
}

.posicion {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    margin: 1px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    display: inline-block;
}

.posicion-v2 {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin: 8px;
    width: 110px;
    height: 30px;
}

.cardposicion-v2 {
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    width: 75px;
    height: 28px;
}

.posicion-v {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    margin: 1px;
    width: 35px;
    height: 100px;
    display: inline-block;
}

.sin-caja {
    border-color: #e48100;
}

.caja-cargada {
    background-color: #28a745;
    color: #fff;
}

.caja-vacia {
    background-color: #4e4d4d;
    color: #fff;
}

.reservada {
    background-color: #ffc107;
    color: #fff;
}

.por-aprobar {
    background-color: #fd7e14;
    color: #fff;
}

.no-mover {
    background-color: #dc3545;
    color: #fff;
}

.coincide-caja {
    box-shadow: 0px 0px 19px 0px #d20303;
}

.cuadricula-numerica {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 45px;
    /*width: 175px;*/
    padding: 8px;
    margin: 8px;
}

.cuadricula-numerica-v2 {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    text-align: center;
    font-weight: bold;
    width: 110px;
    height: 30px;
    padding: 8px;
}

.cuadricula-numerica-v {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 35px;
    padding: 1px;
    margin: 1px;
}

.cuadricula-texto {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding: 8px;
    margin: 8px 8px 16px 8px;
    width: 20px;
    height: 55px;
    font-weight: bold;
}

.cuadricula-texto-v2 {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding: 8px;
    margin: 8px 8px 16px 8px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    background-color: #f0f0f0;
}

.cuadricula-texto-v {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding: 8px;
    margin: 0px 0px 4px 0px;
    width: 30px;
    min-height: 116px;
    font-weight: bold;
}

.cuadricula-texto-0 {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin: 8px;
    display: inline-block;
    visibility: hidden;
    width: 20px;
    font-weight: bold;
    background-color: #f0f0f0;
}

.cuadricula-texto-0-v2 {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin: 8px;
    display: inline-block;
    visibility: hidden;
    width: 34px;
    font-weight: bold;
}

.cuadricula-texto-0-v {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    margin: 10px;
    display: inline-block;
    visibility: hidden;
    width: 30px;
    font-weight: bold;
    background-color: #f0f0f0;
}

label>span::after {
    font-weight: 600;
    /* text-shadow: 1px 1px #cccccc; */
    color: #000000;
}

.field_set {
    border: 1px #b8ccff solid !important;
}

.blink {
    animation: blinker 5s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.badge-naranja {
    background-color: orange !important;
}

.naranja {
    background-color: #f7cf7e !important;
}

.tbl_rojo {
    background-color: #f0a8b4 !important;
}

.cancelar_transbordo_carga {
    background-color: #eb2d2d !important;
}

.amarillo {
    background-color: #f3ff33 !important;
}

.amarillo_2 {
    background-color: rgb(255, 207, 51) !important;
}

.azul {
    background-color: #3b83bd !important;
}

.verde {
    background-color: #a0eba0 !important;
}

.color-salmon {
    background-color: #f57256 !important;
}

.morado {
    background-color: #c782f0 !important;
}

.guindo {
    color: #b22102
}

.gris-claro {
    color: #ADB4BF
}

.notification:hover {
    background: red;
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px 8px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.scrollspy-notificaciones {
    position: relative;
    height: 250px;
    margin-top: 0.5rem;
    overflow: auto;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-hold-on {
    width: 110px;
    margin: -48px 0 0 -30px !important;
    animation: pulse 2s infinite;
    /*animation-duration: 3s;
    animation-iteration-count: infinite;*/
}

.texto-mapa-caja {
    transform: rotate(90deg);
    transform-origin: bottom left;
    font-size: 0.7rem;
}

.table tbody td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table tbody td div button.btn.dropdown-toggle.btn-light {
    font-size: 0.7rem !important;
}

@media (min-width: 768px) {
    .modal-colossal {
        width: 97%;
        max-width: 1800px;
    }
}

@media (max-width: 600px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}

@media (min-width: 600px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}

@media (min-width: 768px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}


@media (min-width: 992px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}


@media (min-width: 1200px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}

@media (min-width: 1400px) {
    .contenedor-padre {
        display: flex;
        justify-content: flex-start;
        align-items: start;
    }
}


@media (min-width: 768px) {
    .scrollspy-tabla {
        position: relative;
        height: 300px;
        margin-top: 0.5rem;
        overflow: auto;
    }
}

@media (min-width: 768px) {
    .scrollspy-grande {
        position: relative;
        height: 420px;
        margin-top: 0.5rem;
        overflow: auto;
    }
}

.scala_elemento {
    transform: scale(2);
    margin: 1.5rem;
}

.bglogin {
    background-color: #e2e8f0;
    background-image: url('https://b-master.aa-canales.com/siteb/public/img/canales.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* o contain si no quieres que recorte */
}

.bgcolor {
    background: #e2e8f0;
    box-shadow: 2px 2px 15px 5px #ccd1d1;
    border-radius: 5px;
}
/* ACOMODAR EL BOTON DEL EXCEL DEL DATATABLE  AL INICIO Y EL DEL SHOW ENTRIES AL FINAL  EN UNA SOLA LINEA*/
 .dataTables_wrapper .dt-buttons {
        float: inline-start;
    }

    .dataTables_length {
        float: inline-end;
    }

    .opaco {
        opacity: 0.5;
    }


.btn-login {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.btn login label{
    font-size: 10px;
}

#txt-usuario{
    border-radius: 10px;
}

#txt-usuario{
    border-radius: 10px;
}

#txt-contrasena{
    border-radius: 10px;
}

#btn-ver{
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.input-group-prepend .input-group-text {
    margin-right: 5px;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-icon{
    background: transparent;
    border: #000;
    font-size: 20px;
}

.btn-costum{
    border-color: black ;
}

.costum-icon{
    border-color: black;
}

.container {
    position: relative;
}

.circle-image-container {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    width: 150px; 
    height: 150px;
    background-color: rgba(255, 255, 255, 1);
}

.circle-image-container img {
    width: 100%;
    height: auto;
}



/* Alinear columnas de la tabla */
#tbl-db-reportes tbody {
    text-align: right;
    white-space: nowrap;

}
#tbl-db-reportes thead th {
    text-align: center;
}