.striped {
    background-color: rgba(0, 0, 0, 0.05);
  }

/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
} */


[readonly]:not([disabled]) {
    background-color: #fff;
    opacity: 1;
}

.tooltip-inner {
  white-space: pre-line;
}


.form-control.form-control-sm{
    color:#000
}
#articulos-productos-mayoristas{
   max-height: calc(100vh - 250px);
   overflow-y: auto;   
}
#resultados-busqueda-productos-mayoristas{
   max-height: calc(100vh - 250px);
   overflow-y: auto;   
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f3f3f3;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #7460ee;
  }

body, html {
    background: #f0f0f0;
    height:100%;
    font-size:0.95em;
}

/* .footer{
    padding:10px 15px;
    font-size:0.8em;
} */


.bg-lightgray{
    background-color: #f8f9fac5
}

/* Definir la animación de agitación */
@keyframes shake {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(3px, 3px) rotate(3deg); }
    50% { transform: translate(0, 0) rotate(0eg); }
    75% { transform: translate(-3px, 3px) rotate(-3deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

/* Aplicar la animación al hacer clic */
.shake {
    animation: shake 0.1s infinite;
}



.form-control-big-input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.3em;
    line-height: 1.5;
    color: #4F5467;
    font-weight: bold;
    height: 2em;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.form-control{
    font-weight: bold;
    border: 1.5px solid #d0d0d0;
   
}


.form-control-small {
    display: inline-block;
    width: auto;
    min-width: 120px;

    padding-top: 0.200rem;
    padding-bottom: 0.200rem;

    font-size:1.1em;
    font-weight: bold;
  
}

.form-control-plaintext {
    display: inline-block;
    width: auto;
    min-width: 120px;

    padding-top: 0.200rem;
    padding-bottom: 0.200rem;
    margin-bottom: 0;
    line-height: 1.0;
    font-size:1.1em;
    font-weight: bold;
    color: #3e5569;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 800!important;;
    font-size:0.9em;
    color: #fb8c00;
    opacity: 1; /* Firefox */
  }
  
  .form-control-plaintext:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight:800!important;;
    font-size:0.9em;
    color: #fb8c00;
  }
  
  .form-control-plaintext::-ms-input-placeholder { /* Microsoft Edge */
    
    font-size:0.8em;
    color: #fb8c00;
  }

.modal-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.super-lead{
    font-size:1.7em;
}
.em-05{
    font-size:0.5em;
}
.em-06{
    font-size:0.6em;
}
.em-07{
    font-size:0.7em;
}
.em-08{
    font-size:0.8em;
}
.em-085{
    font-size:0.85em;
}
.em-09{
    font-size:0.9em;
}
.em-095{
    font-size:0.95em;
}

.em-11{
    font-size:1.1em;
}
.em-115{
    font-size:1.15em;
}
.em-12{
    font-size:1.2em;
}
.em-125{
    font-size:1.25em;
}
.em-13{
    font-size:1.3em;
}
.em-135{
    font-size:1.35em;
}
.em-14{
    font-size:1.4em;
}
.em-145{
    font-size:1.45em;
}
.em-15{
    font-size:1.5em;
}
.em-16{
    font-size:1.6em;
}
.em-17{
    font-size:1.7em;
}
.em-18{
    font-size:1.8em;
}
.em-19{
    font-size:1.9em;
}

.em-20{
    font-size:2.0em;
}
.em-21{
    font-size:2.1em;
}

.pointer{
    cursor:pointer;
}

.fc-event{
    font-size:0.9em;
   
}
.fc-event-total{
    font-size:1em;
    font-weight: bold;
}
.hr-text {
    margin-top:0.5em;
    margin-bottom:0.5em;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.8em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1em;
    opacity: 0.5;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #404040, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.not-master-border{
    border-left:30px #ffb848 solid;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #404040;
    background-color: #f0f0f0;
}

.flotante-elementos-seleccionados {
    background-color:white;
    border:1px solid #2255a4;
    position: fixed;
    padding: 10px;
    
    width: 200px;
    right: 12px;
    bottom: 25px;
}

.card-title-link:hover{
    text-decoration: underline;
}

.pac-container {
    z-index: 10000 !important;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.angucomplete-dropdown {
    width: 100%;
    padding:0px;
    z-index:888;
    height:auto;
    background-color: #fdfdfd;
    overflow-y: auto;
    max-height: 350px; 
    border-top:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;

}

.angucomplete-title {
    font-size: 1.3em;
    font-weight: bold;
}

.angucomplete-row {
    padding: 10px;
    color: #343a40;
    background: #fdfdfd;
    margin-bottom: 0px;
    border-bottom:1px solid #f0f0f0;
    clear: both;
}

.angucomplete-row-disabled {
    padding: 10px;
    color: #999999;
    background: #dddddd;
    margin-bottom: 0px;
    border-bottom:1px solid #f0f0f0;
    clear: both;
}

.angucomplete-searching {
    padding: 10px;
}

.angucomplete-selected-row {
    border: 1px goldenrod solid;
    background: #F7EDD2;
    color: #343a40;
}
.angucomplete-selected-row-disabled {
    border: 1px red solid;
    background: rgb(255, 234, 234);
}

.angucomplete-image-default {
    background-image: url('../img/user_default.png');
}

.angucomplete-image-default-product {
    background-image: url('../img/product_default.png');
}

.animate-show-hide.ng-hide {
    opacity: 0;
  }
  
  .animate-show-hide.ng-hide-add,
  .animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
  }
  ._720kb-datepicker-calendar{
    max-width: 300px;
    margin-top: 10px;
  }

._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
    text-decoration: none;
    padding: 3% 9% 4% 9%;
    font-size: 13.5px;
    color: white;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._720kb-datepicker-calendar-header a:hover {
    box-shadow: 0px 0px 0px 1px white;
}

._720kb-datepicker-calendar-month {
    color: #fff;
}

._720kb-datepicker-calendar-month span {
    font-size: 13px;
    margin-left: 1%;
    color: white;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #111;
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: #7BC6FC;
}

._720kb-datepicker-calendar-years-pagination {
    padding: 2% 0 0 0;
    background: black;
    float: left;
    clear: right;
}

._720kb-datepicker-calendar-years-pagination-pages {
    background: black;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
    color:red;
  }

  ._720kb-datepicker-today {
    color:red;
  }


._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background: rgba(0, 0, 0, 0.1);
    color: red;
}

._720kb-datepicker-calendar-month a,
._720kb-datepicker-calendar-month a:hover {
    padding: 3px;
    margin-left: 1%;
}

._720kb-datepicker-calendar-years-pagination a,
._720kb-datepicker-calendar-years-pagination a:hover {
    font-size: 12px;
    padding: 0 7px;
    font-weight: normal;
    margin: 3px 1% 0 1%;
    line-height: 20px;
    display: inline-block;
}

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    background: #000;
}

._720kb-datepicker-calendar-years-pagination-pages a,
._720kb-datepicker-calendar-years-pagination-pages a:hover {
    padding: 5px 10px;
}

._720kb-datepicker-calendar-days-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2% 0 2%;
    background: rgba(19, 14, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover {
    color: #555;
    background: rgba(25, 2, 0, 0.05);
    cursor: default;
}






.page-wrapper {
    margin-left: 0px;
    background-color: #dddddd;
}

.auth-wrapper .profile-box {
    background: #fff;
    padding: 20px;
    max-width: 800px;
    width: 90%;
    margin: 10% 0;
}

.daemon-dashboard {
    background: #fff;
    padding: 20px;
    max-width: 900px;
    width: 100%;
    height: 100%;
}

#main-wrapper[data-sidebartype=full] .page-wrapper {
    margin-left: 0px;
}

.page-wrapper>.container-fluid {
    padding: 20px;
    min-height: calc(100vh - 50px);
}

.input-group-text.close-button {
    background: #b54120;
    color: white;
    border: 1px solid #b54120;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.table-hover tbody tr:hover {
    background-color: #f0f0f0;
}

.bg-titulo {
    background-color: #e0e0e0!important;
    width: 100%;
    position: absolute;
}

.text-muted-2 {
    color: #71787e!important
}

.text-green {
    color: green;
}

.text-darkgreen {
    color: darkgreen;
}

.text-orange {
    color: #CD7300;
}

.text-marine {
    color: #2FAF84;
}

.text-violet {
    color: #8B008B;
}

.text-purple {
    color: #A569BD
}

.text-golden {
    color: goldenrod;
}

.text-money {
    color:#6ba449;
}

.st-sort-ascent:after{
    content: '\2191';
    font-size: 18px;
    
}

.st-sort-descent:after{
    content: '\2193';
    font-size: 18px;
    
}

.pointer-hover:hover {
    cursor: pointer;
    border: 2px solid rgb(102, 0, 255);
   
}

.border-focused:focus {
    border-color: orange !important;
    border:solid 2px;
}

.border-secondary-light {
    border-color: #c0c0c0!important
}

.card-hover:hover {
    border: 0.01em solid goldenrod;
}

.card-perfiles-hover:hover {
    border: 1px solid goldenrod;
}

.card-disabled {
    background: #f5f5f5;
    color: #b0b0b0;
}

.text-disabled {
    color: #b0b0b0;
}

.badge-light-gray {
    background: #e0e0e0;
}

.card-son {
    border-left: 1px solid #3f3f3f;
}

.card-dad {
    border-left: 2px solid #3f3f3f;
}

.card-son.card-disabled {
    background: #f5f5f5;
    color: #b0b0b0;
    border-left: 1px solid #a0a0a0;
    margin-left: 15px;
}

.card-flag-danger {
    border-left: #d9534f 7px solid;
}

.card-flag-warning {
    border-left: goldenrod 7px solid;
}

.card-flag-success {
    border-left: green 7px solid;
}

.card-flag-secondary {
    border-left: #6c757d 7px solid;
}

.card-flag-primary {
    border-left: #7460ee 7px solid;
}


.card-border-success {
    border-right: #28b779 2px solid;
    border-top: #28b779 2px solid;
    border-bottom: #28b779 2px solid;
}

.card-border-warning {
    border-right: goldenrod 2px solid;   
    border-top: goldenrod 2px solid;
    border-bottom: goldenrod 2px solid;
}

.card-border-danger {
    border-right: #d9534f 2px solid;
    border-top: #d9534f 2px solid;
    border-bottom: #d9534f 2px solid;
}
.card-border-info {
    border-right: #2255a4 2px solid;
    border-top: #2255a4 2px solid;
    border-bottom: #2255a4 2px solid;
}


.card-full-border-success {
    border-right: #28b779 2px solid;
    border-top: #28b779 2px solid;
    border-bottom: #28b779 2px solid;
    border-left: #28b779 2px solid;

}

.card-full-border-warning {
    border-right: goldenrod 2px solid;   
    border-top: goldenrod 2px solid;
    border-bottom: goldenrod 2px solid;
    border-left: goldenrod 2px solid;

}

.card-full-border-danger {
    border-right: #d9534f 2px solid;
    border-top: #d9534f 2px solid;
    border-bottom: #d9534f 2px solid;
    border-left: #d9534f 2px solid;
}
.card-full-border-info {
    border-right: #2255a4 2px solid;
    border-top: #2255a4 2px solid;
    border-bottom: #2255a4 2px solid;
    border-left: #2255a4 2px solid;

}
.card-full-border-primary {
    border-right: #7460ee 2px solid;
    border-top: #7460ee 2px solid;
    border-bottom: #7460ee 2px solid;
    border-left: #7460ee 2px solid;

}
.card-full-border-orange {
    border-right: #CD7300 2px solid;
    border-top: #CD7300 2px solid;
    border-bottom: #CD7300 2px solid;
    border-left: #CD7300 2px solid;

}




.card-nota-credito {
    background: #f5f5f5;
    color: #b0b0b0;
}

a.text-disabled:hover,
a.text-disabled:focus {
    color: #121416 !important;
}

.dropdown-item {
    padding: 5px;
}

.dropdown-item:hover {
    border: 2px solid goldenrod;
}


.page-item.active .page-link {
    z-index: 1;
    color: #2255a4;
    background-color: #fff;
    border-color: #2255a4;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }
  
.btn-circle {
    width: 25px;
    height: 25px;
    padding: 0px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
  
.anchor {
    cursor:pointer;
    color:#7460ee;
}

.anchor:hover {
    cursor:pointer;

}

.navbar-header {
    background: #141619!important;
}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop-custom.fade {
    opacity: 0;
}

.modal-backdrop-custom.show {
    opacity: 0.5;
}

.modal-full {
    min-width: 95%;
}

.glow {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}


.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
  background: #fff;
  position: relative;
  z-index: 1;
}
.alert-info.positioned {
  margin-top: 1em;
  position: relative;
  z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.st-selected{
    background: #E8C979 !important;
  }


  .dropdown-menu{
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3)
  }

#superloading{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    
}

.superloading_black{
    background: rgba(0, 0, 0, 0.99); 
    color:white;
}

.superloading_success{
    background: rgba(0, 129, 90, 0.99);
    color:white;

}

.superloading_error{
    background: rgba(160, 0, 0, 0.99);
    color:white;
}

.superloading_transparent{
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(10px);
    color:black;
}

.superloading_transparent div h2{

    color:black;
}

.ui-growl {
    z-index:100001 !important;
}
.ui-growl-icon-close {
    width: 100%;
    height: 100%;
    background-image: none!important;
}


.custom-select.is-warning,
.form-control.is-warning {
    border-color: #ffb848
}

.custom-select.is-warning:focus,
.form-control.is-warning:focus {
    border-color: #ffb848;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 183, 121, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 183, 121, 0.25)
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Examinar";
  }

  .custom-file-label::after {
    content: "Examinar";
  }

  .table-hover tbody tr:hover {
    border:3px solid orange;
    border-top:3px solid orange;
    background-color: #f8f9fa;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding: 0px 8px;
    font-size: 0.875rem;
    line-height: 40px;
    height: 40px
}
.left-sidebar {
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0px;
    z-index: 10;
    padding-top: 40px;
    background: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08)
}



.topbar {
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: 40px
}

.topbar .navbar-collapse {
    padding: 0px 10px 0 0
}

.topbar .top-navbar {
    min-height: 40px;
    padding: 0px
}

.topbar .top-navbar .dropdown-toggle:after {
    display: none
}

.topbar .top-navbar .navbar-header {
    width: 250px;
    line-height: 40px
}










@-webkit-keyframes glow {
from {
    text-shadow: 0 0 1px #fff, 0 0 2px #eacd85, 0 0 3px #e7c571, 0 0 4px #e4bd5c, 0 0 5px #e0b548, 0 0 6px #ddad34, 0 0 7px #daa520;
}
to {
    text-shadow: 0 0 4px #fff, 0 0 5px #fbf6ea, 0 0 6px #f8eed6, 0 0 7px #f4e6c2, 0 0 8px #f1dead, 0 0 9px #eed699, 0 0 10px #eacd85;
}
}

/* @media (min-width: 768px) {
    #main-wrapper[data-sidebartype=full] .topbar .top-navbar .navbar-header {
        width: 150px;
    }
    .topbar .top-navbar .navbar-header {
        max-width: 80px;
    }
} */

/* @media (max-width:766px) {
    #main-wrapper {}
    #main-wrapper[data-sidebartype=mini-sidebar] .page-wrapper {
        margin-left: 0px
    }
    #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar {
        left: -250px
    }
    #main-wrapper.show-sidebar .left-sidebar {
        left: 0
    }
    #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 48px
    }
    #main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 48px
    }
} */

@media (min-width:1441px){

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0px 8px;
        font-size: 0.875rem;
    }

}

@media (min-width:1025px) and (max-width:1440px){

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0px 8px;
        font-size: 0.875rem;
    }

}
@media (min-width: 769px) and (max-width:1024px) {
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0px 5px;
        font-size: 0.775rem;
    }
    #main-wrapper[data-sidebartype=full] .topbar .top-navbar .navbar-header {
        width: 150px;
    }

}
@media (max-width:768px) {
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0px 10px;
        max-width: 28px;
        font-size: 0.975rem;
    }
 
}

