﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
    /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        max-width: 50px;
        /* More than it will ever come, notice that this affects on animation duration */
    }

.row-selected {
    background-color: #ffcc8a !important;
}

.modal-big {
    min-width: 85% !important;
    max-width: 85% !important;
}

.scroll-custom {
    max-height: 600px;
    overflow-y: scroll;
}

.scroll-custom-mini {
    max-height: 300px;
    overflow-y: scroll;
}

table.pointer-finger {
    cursor: pointer;
}

.border-radius-0 {
    border-radius: 0;
}

.toggle-handle.btn.btn-default {
    background-color: white !important;
    color: white !important;
    border: 1px gray solid;
}

.iconpicker-items {
    max-height: 200px !important;
}

.icp.icp-dd.form-control.dropdown-toggle {
    max-width: 20%;
}

.form-control.iconpicker-component {
    max-width: 75%;
}

.form-control-inline {
    display: inline !important;
}

/************ESTILOS SELECT2 PERSONALIZADOS*********************/
span.selection {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 8px;
}

.select2-selection .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
.select2-container--default .select2-selection--multiple{
    background-color: transparent !important;
    border: none !important;
}
li.select2-selection__choice {
    background-color: #007bff !important;
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select2-container--default .select2-selection--single {
    padding: .375rem .75rem;
    height: calc(2.20rem + 2px);
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 13px;
}

.select2 .select2-container .select2-container--default{
    overflow-y:auto;
}
/**********************************************************************************/
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1f5514 !important;
    border-color: #1f5514 !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: white;
}

.custom-control-input ~ .custom-control-label::before {
    background-color: #cacaca !important;
    border-color: #cacaca !important;
}

.custom-switch .custom-control-input ~ .custom-control-label::after {
    background-color: white;
}


/**********Estilo desplegable card-header****************************/
.card-header.btn.btn-custom {
    background-color: #51a843 !important;
    border-color: #51a843 !important;
    color: white;
}

    .card-header.btn.btn-custom:hover {
        background-color: #cacaca !important;
        border-color: #cacaca !important;
        color: white;
    }

/*selector boton, pestañas navegacion*/
.card-header.bg-light.py-3 > ul.nav.nav-pills > li.nav-item > a.nav-link.active, .btn.btn-primary, li.paginate_button.page-item.active > a.page-link, li.select2-selection__choice {
    color: white;
    background-color: #1c2e29 !important;
    border-color: #1c2e29 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: #1c2e29 !important;
    border-color: #1c2e29 !important;
}
/***********menu****************/
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: white;
    background-color: hsl(0deg, 0%, 100%, 15%) !important;
    border-color: hsl(0deg, 0%, 100%, 15%) !important;
}

/*select2 seleccionados*/
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    color: white;
    background-color: #51a843 !important;
    border-color: #51a843 !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #cacaca !important;
    color: white;
}

.buttonCloseX {
    font-size: 15px;

}

.footer {
    margin: 0;
    padding: 0;
    height: 50px;
    width: auto;
    overflow: auto;
    text-align: center;
}

.thumbnail{
    text-align: center;
}

.personalization-label {
    font-size: 18px;
}

/*para campos requeridos del select2*/
span.is-invalid {
    border-color: #dc3545;
}

/*margenes de botones de comercializacion de productos*/
.custom-margin {
    float: right;
    margin-right: 1rem;
}

.backLightGray{
    background-color: lightgray;
    margin-bottom: 1px;
}

.containerProductInOut {
    border: 1px solid lightgray;
    padding: 0.25rem;
    margin-bottom: 5px;
}

.apportionmentProductInOut {
    overflow-y: auto;
    height: 25rem;
    margin-top: 0.26rem;
    margin-bottom: 5px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.progress{
    height:auto;
}
.progress > i.fas.p-1{
    width: 20px;
}

.apportionmentProductInOut > h3 {
    justify-content: center;
    text-align: center;
    color: gray;
}

table.table-hover.table-bordered.table-striped, 
table.table-hover.table-bordered.table-striped row{
    border: 2px double lightgrey;
}

.tableActivityCoop {
    overflow-y: auto;
    height: 550px;
    margin-top: 1rem;
    margin-bottom: 5px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.instalationNoProductive {
    border-right: 1px solid lightgrey;
}

/*****Scroll menu lateral ajustado****************/
.sidebarAdjustHeight {
    height: calc(100% - (15rem)) !important;
}

/************************************************/
.cards {
    transition: all 0.2s ease;
    cursor: pointer;
}
.cards:hover {
    z-index: 1;
    transform: scale(1.1);
    border: 2px solid lightgray;
    background: #ffcc8a;
}

/**************borde redondeado reportValue*******/
.adjustHeight {
    max-height: calc(65%) !important;
    overflow-x: hidden;
    overflow-y: auto;

}
.borderRadiusGrey{
    border: 1px solid lightgrey;
    margin: 5px;
    border-radius: 10px;
    padding-bottom: 8px;
}

/**************input number sin flechas***********/
input.numNoArrow::-webkit-outer-spin-button,
input.numNoArrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input.numNoArrow[type=number] {
    -moz-appearance: textfield;
}

.arrowGrey{
    color:grey;
}

.hiddenElement {
    visibility: hidden;
    position: fixed;
}

.modalScrollGenerated {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    max-height: 60vh;
}

/****notificaciones*********/
.notificationText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.backgroundNotification {
    background-color: rgba(255,204,138, 0.5);
}

.row.backgroundNotification > div > a.dropdown-item.notificationText {
    color: black;
    font-weight: bold;
}

.backgroundNotification:hover {
    background: #f8f9fa;
}
.backgroundWhite{
    background: white;
}

.backgroundWhite:hover {
    background: #f8f9fa;
}

.row.backgroundWhite > div > a.dropdown-item.notificationText {
    color: dimgrey;
}

.borderRadiusNoMargin {
    border: 1px solid lightgrey;
    
    border-radius: 10px;
    padding-bottom: 8px;
}

.label-adjustWidth {
    white-space: break-spaces;
}



.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form .steps-row {
    display: table-row;
}

.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0;
}
@media screen and (max-width: 850px) {
    .ocultar-div {
        display: none;
    }
}

.login-width{
    width: 450px !important;
}

.checkbox-report{
    display:inherit;
}

.labelInherit {
    display: inherit !important;
}

.tooltip-inner {
    background-color: #ffc107;
    color: #492E00;
    box-shadow: 0px 0px 4px black;
    opacity: 10 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #edb100 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #edb100 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #edb100 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #edb100 !important;
}
.fa-colorPrimary {
    color: #1c2e29 !important;
}

.square {
    width: 221px !important;
    height: 221px !important;
}
}

.border.border-info.rounded{
    border-width: 2px !important;
    padding: 2px !important;
}

#formulaContent{
    text-align:center !important;
}
.labelCenterHeight {
    height: 65px;
    display: flex;
    align-items: center;
}
/*loader_website*/
.loader_website {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .loader_website * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

body.loader .loader_website span {
    top: 18%;
}

.loader_website > span {
    display: block;
    width: 48px;
    height: 48px;
    padding: 4px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -50px;
    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    -webkit-box-shadow: #000 0px 5px 10px -5px;
    -moz-box-shadow: #000 0px 5px 10px -5px;
    -o-box-shadow: #000 0px 5px 10px -5px;
    -ms-box-shadow: #000 0px 5px 10px -5px;
    box-shadow: #000 0px 5px 10px -5px;
}

    .loader_website > span > svg {
        fill: transparent;
        stroke: #1a73e8;
        stroke-width: 5;
        animation: loader_dash 2s ease infinite, loader_rotate 2s linear infinite;
    }

@keyframes loader_dash {
    0% {
        stroke-dasharray: 1, 95;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -25;
    }

    100% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -93;
    }
}

@keyframes loader_rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*loader_website*/
.btn.moveall.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    box-shadow: none !important;
}
.btn.removeall.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    box-shadow: none !important;
}