/*
    DEMO STYLE
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: rgb(229, 229, 229);
    font-size: 1em;
    font-weight: 500;
    color: #355D7D;
    height:100%
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 500;
    /* line-height: 1.7em; */
    color: #355D7D;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px 0px;
    /* background: #fff; */
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.pac-container {
    z-index: 99999999999999 !important;
}

.gm-style-iw {
    /* background-color: rgb(237, 28, 36);
      border: 1px solid rgba(72, 181, 233, 0.6);
      border-radius: 10px;
      box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6); */
    color: black !important;
    /* font-family: gothambook;
      text-align: center;
      top: 15px !important; */
    /* width: 150px !important; */
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #1E5176;
    color: #fff;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(16, 33, 59, 0.8);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: rgba(16, 33, 59, 0.8);
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    /* background: rgba(16, 33, 59, 0.5); */
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background-color: rgba(217, 217, 217);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: black;
}

#sidebar ul li.active {
    color: #fff;
    background-color: rgba(217, 217, 217);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(16, 33, 59, 0.5);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: rgba(16, 33, 59, 0.8);
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {


    width: 100%;
    /* padding: 5px; */
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
}

@media only screen and (min-width: 820px) {
    #content {
        padding-left: 240px;
    }

    #sidebar {
        left: 0;
    }
}

#content_login {
    background: url(../images/svg/fondo.svg) no-repeat center center fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-clip: border-box;
    height: 100% !important;
    min-height: 100vh;
    position:absolute;
    width: 100% !important;
    
        
}

#content.login {
    padding-left: 0px;
}

#sidebar li {
    /* border: 1px solid rgba(255, 255, 255, 0.42); */
    padding-top: 5px;
    padding-bottom: 5px;
}

.white {
    color: white;

}

.tab-content {

    background-color: transparent !important;
    padding: 10px !important;


}

.nav-tabs {
    border-bottom: 0px solid transparent !important;
    margin-bottom: 10px !important;
}

.nav-tabs .nav-link {
    border-radius: 25px;
    border: solid 1px transparent;

}

.nav-tabs .nav-link {
    color: white !important;
    background-color: rgb(147, 147, 147) !important;
}

.nav-tabs .nav-item {
    font-size: small;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: rgb(54, 83, 117) !important;
    color: white !important;
    font-size: small;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #417DA2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #417DA2 !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #417DA2 !important;
    top: 3px !important;
    right: 5px !important;
}

.select2-container--default .select2-selection--single {
    border: 1.5px solid #2D69A2 !important;

}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #417DA2 !important;
}


.content-login {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: solid #4f89b3;
}



.custom-input {
    position: relative;
    padding-left: 45px !important;

}

.logo_login {
    margin-bottom: 50px;
}

.table-omni {
    color: black;
    width: 100% !important;
}

.table-omni thead>tr {
    background-color: rgb(54, 83, 117) !important;
}

.table-omni tbody>tr {
    background-color: white !important;
}

.table-omni tbody>tr:nth-of-type(odd) {
    background-color: rgb(245, 245, 245) !important;
}

.table-omni thead th {
    border-bottom: none;
}

.table-omni tbody td {
    text-align: center;
}

.table-omni th,
.table-omni td {
    border-top: none;
}

table.table-omni>tbody>tr>td:first-child {
    border-radius: 10px 0 0 10px;
    margin: 10px !important;
}

table.table-omni>tbody>tr>td:last-child {
    border-radius: 0 10px 10px 0;
    margin: 10px !important;
}

.table-omni {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-collapse: separate;
    /* table-layout: fixed; */
    width: 100%;
    border-spacing: 0 5px;
}

.table-omni th {
    text-align: left;
    padding: 5px 15px;
}

.table-omni td {
    /* width: 50%; */
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border: 1px;
    /* padding: 5px 15px; */
}

.table-omni td:first-child {
    border-left-width: 3px;
    border-radius: 5px 0 0 5px;
}

.table-omni td:last-child {
    border-right-width: 3px;
    border-radius: 0 5px 5px 0;
}

.table-omni thead {
    top: 0px;
    /* display: table;
    table-layout: fixed; */
    width: 100%;
}

.table-omni tbody {
    border-spacing: 0 10px;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    color: black !important;
}
.datepicker td, .datepicker th{
    color: black !important;
    
}

td:first-child,
th:first-child {
    border-radius: 5px 0 0 5px;
}

td:last-child,
th:last-child {
    border-radius: 0 5px 5px 0;
}

.container-fluid {
    display: initial !important;
    padding: 0px !important;
    margin: 0px !important;
}

.color-calipso {
    color: black !important;
    /* color: #00b5ae !important; */
}

.bg-calipso {
    background-color: #00b5ae;
}

.title-logo {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: rgb(46, 106, 175);
}

.txt-bold {
    font-weight: 400;
}

.logo-title {
    float: left;
}

.texto-title {
    float: left;
}

.select2-container--default .select2-selection--single {
    border-radius: 15px !important;
    height: 35px !important;
    padding: 3px !important;
}

.btn-rosado {
    background-color: #FF4D84 !important;
    border-color: #FF4D84 !important;
    color: #fff !important;
}

.btn-rosado:hover {
    background-color: #eb658b !important;
    border-color: #eb658b !important;
    color: #fff !important;
}

.btn {
    border-radius: 25px !important;
    font-size: smaller !important;
}

.btn-calipso {
    background-color: rgb(49, 112, 172) !important;
    border-color: rgb(49, 112, 172) !important;
    color: #fff !important;
}

.btn-calipso:hover {
    background-color: rgb(49, 112, 172, 80%) !important;
    border-color: rgb(49, 112, 172, 80%) !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    #content.login {
        padding: 20px;
    }

    .content-login {
        width: auto;
    }
}

.modal .modal-popout-bg .close {
    text-shadow: 0 1px 0 #000000;
}

.modal .modal-popout-bg {
    color: black;
}

.custom-file-input~.custom-file-label::after {
    content: "Buscar" !important;
}

.color-blue {
    color: #355D7D;
}

.modal {
    overflow: auto !important;
}

.mt-20 {
    margin-top: 20px;
}

.box-omni {
    border-radius: 15px;
    border: solid #2E6C9A 2px;
    margin: 5px;
    width: 17.2rem;
    background-color: white;
}

.page-item .page-link {
    color: #ffffff;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
}

.page-item.previous .page-link {
    color: #ffffff;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
}

.page-item.next .page-link {
    color: #ffffff;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
}

.page-item.active .page-link {
    color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #fb4f81;
    border-color: #fb4f81;
}

.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: transparent;
}

.page-item .page-link:hover {
    color: #00b5ae;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: rgba(54, 83, 117, 0.3) !important;

    /* background-color: #fb4f81 !important; */
}

.text-small {
    font-size: small;
}

.warning {
    color: red;
}

/*inicio spinner*/
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.map {
    display: grid;
    grid-template-columns: fit-content(300px) fit-content(300px) 1fr;
    grid-gap: 5px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #8cffa0;
    padding: 100%;
    opacity: 0;
    transition: opacity 250ms ease-in;
    display: block !important;
    position: relative !important;
    box-sizing: initial;

    /* // z-index: -1;
  
    &.show-map {
      opacity: 1;
    }
    &.hide-map {
      transition: opacity 250ms ease-in;
      opacity: 0;
    } */
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*fin spinner*/

.map-marker-label {
    position: absolute;
    color: red;
    font-size: 16px;
    font-weight: bold;
    /* Use margin to position the text */
    /* top, left position is the place of marker position */
    margin-top: -45px;
    margin-left: 20px;
}

#contenedorShoppers {
    /* border: 1px solid #eee; */
    /* width: 300px; */
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    /* padding: 5px 0 0 0; */
    /* float: left; */
    /* margin-right: 10px; */
    background: rgba(16, 33, 59, 0.6);
}

.titleName {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    /* border: 1px solid #eee; */
    border-bottom: 1px solid #eee;
    background-color: rgba(16, 33, 59, 1) !important;

}

.spaceBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sortable0,
#sortable2 {
    /* border: 1px solid #eee; */
    /* width: 300px; */
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 5px;
    float: left;
    /* margin-right: 10px; */
    background: rgba(16, 33, 59, 0.6);
    /* min-height: 5rem; */
}

#sortable0 li,
#sortable2 li {
    margin: 0 5px 5px 0px;
    padding: 5px;
    border: 1px solid transparent;
    background-color: rgba(16, 33, 59, 1);

    /* font-size: 1.2em; */
    /* width: 287px; */
}


.ui-state-default {
    min-height: 5rem !important;
}

.connectedSortable {
    /* width: 300px; */
    width: 100%;
    /* min-height: 20px; */
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 5px;
    float: left;
    margin-right: 10px;
    background: rgba(16, 33, 59, 0.6) !important;
    min-height: 5rem !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
}

.connectedSortableOrganizar {
    /* width: 300px; */
    width: 100%;
    /* min-height: 20px; */
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 5px;
    float: left;
    margin-right: 10px;
    background: rgba(16, 33, 59, 0.6) !important;
    min-height: 5rem !important;
}

.connectedSortable>li {
    margin: 0 5px 5px 0px;
    padding: 5px;
    border: 1px solid transparent;
    background-color: rgba(16, 33, 59, 1) !important;
}

.connectedSortableOrganizar>li {
    margin: 0 5px 5px 0px;
    padding: 5px;
    border: 1px solid transparent;
    background-color: rgba(16, 33, 59, 1) !important;
}

#svg-container {
    background-color: #fff;
    width: 850px;
    height: 500px !important;
    min-width: 100% !important;
}

svg.nvd3-svg {
    user-select: none !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
}

/* .nvd3 .nv-multibar .nv-groups rect, .nvd3 .nv-multibarHorizontal .nv-groups rect, .nvd3 .nv-discretebar .nv-groups rect{
        width: 30px !important;
    }
    .nvd3 .nv-axis.nv-x path.domain {
        stroke-opacity: 1;
        stroke: red;
      } */

#test1 {
    background: white;
    height: 500px !important;
    width: 100% !important;
}

#test2 {
    background: white;
    height: 500px !important;
    width: 100% !important;
}

#svg-container-Shopper {
    background-color: #fff;
    width: 850px;
    height: 500px !important;
    min-width: 100% !important;
}

.pagenumbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.pagenumbers button {
    min-width: 30px;

    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;

    background-color: #44aaee;

    margin: 5px;
    transition: 0.4s;

    color: black;
    font-size: 18px;
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    /* fallback color for old browsers */
    background: rgba(255, 255, 255, 0.5);

    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.pagenumbers button:hover {
    background-color: rgba(16, 33, 59, 1) !important;
}

.pagenumbers button.active {
    background-color: #44eeaa;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pedidoSetOrganizar {
    /* width: 300px; */
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 5px;
    float: left;
    margin-right: 10px;
    background: rgb(229, 229, 229) !important;
    min-height: 17rem !important;
    height: 17rem !important;
}

.pedidoSetOrganizar>li {
    margin: 0 5px 5px 0px;
    padding: 5px;
    border: 1px solid transparent;
    background-color: rgba(16, 33, 59, 1) !important;
}




.toggle {
    --width: 50px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);

    display: inline-block;
    cursor: pointer;


}

.toggle__input {
    display: none;
}

.toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: transparent;
    transition: background 0.2s;
    border: solid #1E5176 2px;
    padding: 0px 5px 0px 5px;
}

.toggle__fill::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    height: 15px;
    width: 15px;
    background: #1E5176;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.toggle__input:checked~.toggle__fill {
    background: transparent;
}

.toggle__input:checked~.toggle__fill::after {
    transform: translateX(var(--height));
    background: #858585;
    border: solid #858585 2px;
}

.toggle__input:checked~.toggle__fill {
    border: solid grey 2px;
}

.has-error {
    border-color: red;
}

.has-success {
    border-color: green;
}

.error {
    color: red;
}

.chosen-container {
    width: 100% !important;
}

.inline {
    display: inline-table !important;
}
