﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}



@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.navbar-icon-top .navbar-nav .nav-link > .fas {
    position: relative;
    width: 36px;
    font-size: 24px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fas > .badge {
        font-size: 0.75rem;
        position: absolute;
        right: 0;
        font-family: sans-serif;
    }

.navbar-icon-top .navbar-nav .nav-link > .fas {
    top: 3px;
    line-height: 12px;
}

    .navbar-icon-top .navbar-nav .nav-link > .fas > .badge {
        top: -10px;
    }

@media (min-width: 576px) {
    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fas {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fas > .badge {
                top: -7px;
            }
}

@media (min-width: 768px) {
    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fas {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fas > .badge {
                top: -7px;
            }
}

@media (min-width: 992px) {
    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fas {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fas > .badge {
                top: -7px;
            }
}

@media (min-width: 1200px) {
    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fas {
            display: block;
            width: 48px;
            margin: 2px auto 4px auto;
            top: 0;
            line-height: 24px;
        }

            .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fas > .badge {
                top: -7px;
            }
}


.invalid {
    border-color: #ff7d7d;
}

.trash-producto {
    position: absolute;
    left: 12px;
    margin-top: 10px;
    cursor: pointer;
}


@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

table tr td:last-child {
    text-align: right;
}

.dataTables_wrapper {
    width: 100%;
}

    .dataTables_wrapper > div:nth-child(1),
    .dataTables_wrapper > div:nth-child(3) {
        margin-left: 0px;
        margin-right: 0px;
    }


.navbar {
    width: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.sidebar-menu {
    padding-top: 85px;
}

.adjuntos_mails {
    margin-top: 8px;
    overflow: hidden;
}

    .adjuntos_mails .mail-attachment {
        background-color: #fafafa;
        border: 1px solid #ced4da;
        border-radius: 4px;
        box-sizing: border-box;
        cursor: pointer;
        float: left;
        height: 45px;
        margin: 0 8px 8px 0;
        position: relative;
        width: calc(50% - 8px);
    }

        .adjuntos_mails .mail-attachment .close {
            color: #5a5a5a;
            position: absolute;
            right: 5px;
            top: 7px;
            z-index: 50;
        }

            .adjuntos_mails .mail-attachment .close:hover {
                color: #3e3e3e;
            }

        .adjuntos_mails .mail-attachment .mail-attachment-filename {
            color: #26292c;
            font-size: 14px;
        }

        .adjuntos_mails .mail-attachment .mail-attachment-filesize {
            color: #747678;
            font-size: 10px;
        }

        .adjuntos_mails .mail-attachment .mail-attachment-icon {
            font-size: 20px;
            height: 24px;
            left: 8px;
            position: absolute;
            text-align: center;
            top: 8px;
            width: 24px;
        }

        .adjuntos_mails .mail-attachment .mail-attachment-info {
            bottom: 7px;
            left: 40px;
            position: absolute;
            right: 8px;
            top: 9px;
        }

            .adjuntos_mails .mail-attachment .mail-attachment-info > div {
                height: 56%;
                line-height: 13px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }



.box {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000082;
    z-index: 999999999999;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.table-scroll-container {
    display: flex;
    flex-flow: column
}

.table-scroll {
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-width: 100% !important;
    height: calc(100% - 20px);
}

.vertical-scroll {
    overflow-y: auto !important;
    overflow-x: hidden;
    max-width: 100% !important;
    height: calc(100% - 20px);
}

.h-70 {
    height: 70%;
}

.tab-content {
    height: calc(100% - 80px);
}

    .tab-content .tab-pane {
        height: 100%;
    }



@media (max-width: 1750px) {
    .table-scroll {
        overflow-y: auto !important;
        overflow-x: auto !important;
        max-width: 100% !important;
        height: calc(100% - 100px);
    }
}

.h3, h3 {
    font-size: 1.50rem;
}


.div-scroll {
    flex-grow: 1;
    overflow: auto;
}

hr {
    width: 100%;
}

.salida {
    color: #ff0000;
    font-weight: 500;
}

    .salida::before {
        content: "\f068";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-variant-alternates: normal;
        text-rendering: auto;
        line-height: 1;
        float: left;
        padding-left: 15px;
        margin-top: 4px;
    }


.entrada {
    color: #05ad05;
    font-weight: 500;
}

    .entrada::before {
        content: "\f067";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-variant-alternates: normal;
        text-rendering: auto;
        line-height: 1;
        float: left;
        padding-left: 15px;
        margin-top: 4px;
    }


.custom-multiselect .multiselect__select,
.custom-multiselect .multiselect__tags,
.custom-multiselect .multiselect__single {
    height: 25px;
    min-height: 25px;
    font-size: 14px;
}

.custom-multiselect .multiselect__select {
    width: 25px;
}

.custom-multiselect .multiselect__tags {
    padding: 0px 25px 0 8px;
}

.custom-multiselect .multiselect__single {
    background-color: transparent;
    white-space: nowrap;
}

.custom-multiselect .multiselect__element,
.custom-multiselect .multiselect__input {
    font-size: 14px;
}

    .custom-multiselect .multiselect__element span {
        min-height: 30px;
        line-height: 8px;
    }



.form-control-xs {
    width: 100%;
    text-align: right;
    padding: 0px;
    font-size: 12px;
    border: 1px solid #9d9d9d;
}

    /* Chrome, Safari, Edge, Opera */
    .form-control-xs::-webkit-outer-spin-button,
    .form-control-xs::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .form-control-xs[type=number] {
        -moz-appearance: textfield;
    }


/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}



.input-editable {
    cursor: pointer;
}
.input-editable:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    box-sizing: border-box;
    font-weight: 900;
    color: #727476;
    float: left;
    margin-left: 5px;
}

.grilla-editable input::-webkit-outer-spin-button,
.grilla-editable input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.sticky-position {
    position: sticky;
    top: -1px;
    background: white;
}


.custom-multiselect-md {
    min-height: 30px !important;
}

    .custom-multiselect-md .multiselect__select,
    .custom-multiselect-md .multiselect__tags,
    .custom-multiselect-md .multiselect__single {
        height: 31px;
        min-height: 31px;
        font-size: 14px;
        margin-bottom: 0px;
    }

.custom-multiselect-md .multiselect__select {
    width: 25px;
}

    .custom-multiselect-md .multiselect__tags {
        padding: 5px 25px 0 8px;
        border: 1px solid #ced4da !important;
    }
    .custom-multiselect-md .multiselect__placeholder {
        padding:0px;
    }

    .custom-multiselect-md .multiselect__single {
        background-color: transparent;
        white-space: nowrap;
    }

.custom-multiselect-md .multiselect__element,
.custom-multiselect-md .multiselect__input {
    font-size: 14px;
}

    .custom-multiselect-md .multiselect__element span {
        min-height: 30px;
        line-height: 8px;
    }


.custom-multiselect-md  .multiselect__option--highlight:after {
    line-height: 28px;
    display:none;
}
