.filtroListado{
    right:-480px;
}
.filtroListado.open{
    right:0px;
}
/* Select multiple */
.select2.select2-container{
    width: 100% !important;
    outline: none !important;
}
.select2 .select2-selection{
    border: 1px solid #E3E3E3 !important;
    color: #2c2c2c;
    line-height: normal;
    font-size: .8571em;
}
open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {

    border-color: #E3E3E3 !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {

    border-color: #E3E3E3 !important;
}
.select2-dropdown{
    border: 1px solid #E3E3E3;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;

}
.select2-dropdown.select2-dropdown--above .select2-results__options {
    max-height: 200px;
    overflow-y: auto;

}
.select2-dropdown.select2-dropdown--above .select2-search + .select2-results .select2-results__options{

}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {


    border-color: #E3E3E3 !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 37px;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 17px;
}
/* editor enriquecido */
.wysisyg + div.tox{
    border-color: #e3e3e3 !important;
    border-radius: 15px;
}
.wysisyg + div.tox *{
    border-color: #e3e3e3 !important;
}

.card{
    box-shadow: 1px 0px 20px rgba(0,0,0,0.08) !important;
}
.card .card{
    box-shadow: none !important;
}
.card.producto.productoInventariado, .card.producto.productoInventariado .card {    
    background-color: #d4edda !important;
}

[data-url]{
    cursor: pointer;
}
.no-break{
    white-space: nowrap;
}

.switch-input{
    display: none;
}
.switch-input + .switch-label{
    box-sizing: border-box;
    background: none;
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 1px solid;
    border-radius: 4px;
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    overflow: hidden;
    font-weight: 700;
    line-height: 28px;
}
.switch-input + .switch-label:hover{
    border-color: #8a8a8a;
}
.switch-input:checked + .switch-label{
    color: #fff;
    background-color: #5cb85c;
}
.switch-input + .switch-label:before,
.switch-input + .switch-label:after{
    position: absolute;
    display: block;
    content: '';
    height: 100%;
}
.switch-input + .switch-label:before{
    content: attr(data-off);
    width: 80%;
    text-align: center;
    right: 0;
}
.switch-input:checked + .switch-label:before{
    content: attr(data-on);
    left: 0;
    right: unset;
}
.switch-input + .switch-label:after{
    width: 40%;
    left: -20%;
    background: #eee;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: left 0.5s;
    border: 1px solid #bdbdbd;
}
.switch-input:checked + .switch-label:after{
    left: 80%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.switch-rounded .switch-input + .switch-label{
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #686868;
    font-weight: 300;
    font-size: 12px;
    background: white;
}
.switch-input:checked + .switch-label{
    color: #fff;
    background-color: #78b83e;
    font-weight: 700;
}
.switch-rounded .switch-input + .switch-label:after{
    border-radius: 100% !important;
}

.form-group.label-right{
    position: relative;
}
.form-group.label-right input{
    padding-right: 50px;
}
.form-group.label-right label{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 34px;
    width: 50px;
    text-align: center;
    border: 1px solid #e3e3e3;
    background: #eee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #666;
}

.form-group *::placeholder{
    color: #aaa;
}

input:focus + .input-group-addon{
    border-color: #f96332;
}

#menuFiltrosProductos > .tab-content,
#menuFiltrosProductos > .tab-content > #activity,
#menuFiltrosProductos > .tab-content > #activity > .slimScrollDiv,
#menuFiltrosProductos > .tab-content > #activity > .slimScrollDiv > .slim_scroll,
#menuFiltrosProductos > .tab-content > #activity > .slimScrollDiv > .slim_scroll > .card,
.menuFiltrosLateral > .tab-content,
.menuFiltrosLateral > .tab-content > #activity,
.menuFiltrosLateral > .tab-content > #activity > .slimScrollDiv,
.menuFiltrosLateral > .tab-content > #activity > .slimScrollDiv > .slim_scroll,
.menuFiltrosLateral > .tab-content > #activity > .slimScrollDiv > .slim_scroll > .card{
    height: 100% !important;
}
#menuFiltrosProductos > .tab-content > #activity > .slimScrollDiv > .slim_scroll > .card,
.menuFiltrosLateral > .tab-content > #activity > .slimScrollDiv > .slim_scroll > .card{
    position: relative;
    padding-bottom: 60px !important;
}

#menuFiltrosProductos #lanzar-filtros,
.menuFiltrosLateral #lanzar-filtros,
.menuFiltrosLateral .lanzar-filtros{
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-weight: 700;
}

.hidden{
    display: none;
}

.form-control.error{
    border-color: red;
}
label.error {
    color: red;
}
/* buscador de articulos */

.select2-result-repository__meta {
    margin-left: 70px;
}
.select2-result-repository__title {
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}
.select2-result-repository__description {
    font-size: 13px;
    margin-top: 6px;
}
.select2-result-repository__forks, .select2-result-repository__stargazers {
    margin-right: 1em;
}
.select2-result-repository__statistics > div{
    display: inline-block;
    font-size: 10px;
}

.dz-remove{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: white;
    border: 1px solid #ff6681 !important;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 16px;
}
.dz-remove i{
    cursor: pointer!important;
}

.dz-edit{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    background: white;
    border: 1px solid #ff6681 !important;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    color: #f96332;
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.dz-edit i{
    cursor: pointer!important;
}

.dz-is-cover{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: white;
    border: 1px solid #42ff5d !important;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    color: #42ff5d;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.dz-is-icono{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: white;
    border: 1px solid #473eff !important;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    color: #473eff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.dz-is-catalogo{
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 99999;
    background: white;
    border: 1px solid #ff7f00 !important;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    color: #ff7f00;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

#modalDatosImagen .modal-dialog {
    max-width: 540px;
}
.product_item{
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: .7142em;
    line-height: 12px;
    background-color: rgba(0,0,0,0);
    margin-bottom: 5px;
}

#nombreProducto {
    float: left;
    margin-top: 18px !important;
    display: inline-block;
}
#enlaceProducto{
    float: left;
    display: inline-block;
    margin-top: 20px !important;
    margin-left: 15px;
}

#comentarios .listed-coment{
    padding: 0 30px;
}

#comentarios .avatar{
    float: left;
    margin-right: 30px;
}

#comentarios .comment-action{
    float: left;
    max-width: 80%;
}

#comentarios .comment-status{
    float: right;
}

/**
**Estilos de almacen
**/
#inputProduct::placeholder {
    color: #5a5a59!important;
}
#inputProduct{
    background-color: #fff!important;
}
.bagde-number{
    display: inline;
    float: left;
}
.bagde-number span{
    color: #fff;
    padding: 5px;
}
.combinacion input{
    background-color: #fff!important;
}
.combinacion:nth-child(even){
    background-color: #BBE7E5!important;
}
.combinacion input::-webkit-input-placeholder { /* Edge */
    color: #5a5a59!important;
}

.combinacion input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5a5a59!important;
}

.combinacion input::placeholder {
    color: #5a5a59!important;
}
.card.material {
    padding: 15px;
}
.cardOk {
    background-color: #b4f1aa;
}
.cardWarning {
    background-color: #f1ca97;
}
.cardDanger {
    background-color: #fba4a4;
}

.productoOk{
    border-radius: 44px;
    height: 70px;
    width: 70px;
}
.productoAviso{
    border-radius: 44px;
    height: 70px;
    width: 70px;
}
.productoError{
    border-radius: 44px;
    height: 70px;
    width: 70px;
}
.cursor-pointer{
    cursor: pointer;
}
span.lacoma:last-child {
    display: none;
}

.tareaOk{
    border-radius: 44px;
    height: 30px;
    width: 30px;
    padding: 0;
}
.tareaAviso{
    border-radius: 44px;
    height: 30px;
    width: 30px;
    padding: 0;
}
.tareaError{
    border-radius: 44px;
    height: 30px;
    width: 30px;
    padding: 0;
}
.tareaNo{
    border-radius: 44px;
    height: 30px;
    width: 30px;
    padding: 0;
}

/**
Clase para marcar el empleado principal de una tarea
 */
.esprincipal,.select2-container--default .esprincipal.select2-results__option--highlighted[aria-selected]{
    background-color: #f192b4;
}

.alertsuave-warning {
    color: #856404;
    background-color: #fff3cd!important;
    border-color: #ffeeba;
}

.ubicacion-badge{
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#fff;
}
.ubicacion-badge.badge-danger{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

button.ubicacionproducto{
    line-height: 2.3em;
    padding: 4px 6px;
}

button.ubicacionproducto .badge{
    border:none;
}


.lightbox .image-wrap-lightbox{
    cursor: pointer;
}
.lightbox .loading {
    position: relative;
    width: 80px;
    height: 80px;
    top: 0;
    background: rgba(0,0,0,0.3);
    margin-top: -80px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    color: #fff;
    display:none;
}

.optionbg-orange{
    padding: 0px 7.5px;
    margin: 0;
    border-radius: 20px;
    background: #FF9800 !important;
}
.optionbg-info{
    padding: 0px 7.5px;
    margin: 0;
    border-radius: 20px;
    background: #2CA8FF !important;
}
.optionbg-pink{
    padding: 0px 7.5px;
    margin: 0;
    border-radius: 20px;
    background: #E91E63 !important;
}
.optionbg-black{
    padding: 0px 7.5px;
    margin: 0;
    border-radius: 20px;
    background: #000 !important;
}

.selectedbg{
    padding: 0px 6px;
}

.select2css.bg-orange{
    color:#fff!important;
}
.select2css.bg-info{
    color:#fff!important;
}
.select2css.bg-pink{
    color:#fff!important;
}
.select2css.bg-black{
    color:#fff!important;
}
.select2css.bg-orange[aria-disabled="true"]{
    background-color: inherit!important;
    color: inherit!important;
}
.select2css.bg-info[aria-disabled="true"]{
    background-color: inherit!important;
    color: inherit!important;
}
.select2css.bg-pink[aria-disabled="true"]{
    background-color: inherit!important;
    color: inherit!important;
}
.select2css.bg-black[aria-disabled="true"]{
    background-color: inherit!important;
    color: inherit!important;
}
.tox-tinymce{
    width: 100%;
}
.bd-example > .btn, .bd-example > .btn-group {
  margin: .25rem .125rem;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn[for="nivel-1"] {
  border-top-left-radius: .1875rem;
  border-bottom-left-radius: .1875rem;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -2px !important;
}
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-outline-primary:not(.btn-primary) {
  color: #f96332;
}
.btn-outline-primary {
  border-color: #f96332 !important;
}
.bd-example::after {
  display: block;
  clear: both;
  content: "";
}
.btn-group .btn-outline-primary{
    border: 1px solid;
}
.btn-check:checked{
    
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 99, 50, 0.43);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f96332;
  border-color: #007bff;
}

.navbar-nav.only-desktop{
    display: none !important;
}
@media only screen and (min-width: 720px) {
    .navbar-nav.only-desktop{
        display: inline-block !important;
    }
}