﻿
:root {
    /*--theme-nav: #171c24;*/
    --theme-nav: #5D2E8F;
    /*--theme-nav-content: #5D2E8F;*/
    --theme-nav-content: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    --theme-nav-selection: #579e6c;
    --theme-nav-text-color: #fff;
}

.body-login {
    font-family: "Karla", sans-serif;
    background-color: #d0d0ce;
    min-height: 100vh;
}

ul.mnu {
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
}


    ul.mnu li {
        display: inline;
    }

        ul.mnu li a {
            font-family: Arial;
            font-size: 11px;
            text-decoration: none;
            float: left;
            padding: 10px;
            background-color: #2175bc;
            color: #fff;
        }

            ul.mnu li a:hover {
                background-color: #2586d7;
                padding-bottom: 12px;
            }

td:focus-within {
    background: #CFF5FF !important;
}

input:focus-within {
    background: #CFF5FF !important;
}

.input-td {
    position: relative;
}

    .input-td .input-td-input {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        color: blue;
    }

.highlight {
    background-color: #CFF5FF !important;
}

.scrollDivMh70 {
    max-height: 70vh;
    overflow: auto;
}

.maxheightPag {
    max-height: 85vh;
}

.scrollDiv {
    overflow: auto;
}

/*Mouse over*/
.dropdownp {
    position: relative;
    display: inline-block;
}

.dropdownp-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 100;
}

.dropdownp:hover .dropdownp-content {
    display: block;
}

.dropdownp-block {
    display: block;
}

.dropdown-float {
    position: relative;
}

.dropdown-float-content {
    display: none;
    position: absolute;
    width: 400px;
    z-index: 1;
    top: 0;
}

.dropdown-float:hover .dropdown-float-content {
    display: block;
}

.dropdownmenu {
    position: relative;
    display: inline-block;
    outline: none;
}

.dropdownmenu-content {
    z-index: 10;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    overflow: auto;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.scrollable-menu {
    height: auto;
    max-height: 50vh;
    overflow-x: hidden;
}

.showcstm {
    display: block;
    max-height: 70vh;
}

/*Mouse over*/
.modal {
    z-index: 995 !important;
    max-height: 98vh;
}

.modal-backdrop {
    z-index: 990 !important;
}

.modal-content-scroll {
    max-height: 96vh;
    overflow-y: auto;
}

.z1000 {
    z-index: 1000 !important;
}

.z1001 {
    z-index: 1001 !important;
}

.z1040 {
    z-index: 1040 !important;
}

.fixed-bottom {
    z-index: 900 !important;
}

html, body {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

[class*="mjgmargenstar"] {
    margin-left: 10px
}

[class*="mjgmargen"] {
    margin-bottom: 0px;
}

.pt5 {
    padding-top: 5px;
}

.mjg-margen0 {
    padding: 0px 0px 0px 0px;
}

.mjg-margen5 {
    padding: 5px 4px 4px 4px;
}

.mjg-spacer-laber {
    padding: 0px 30px 0px 0px;
}

.a {
    text-align: right;
}

.card-body {
    padding-bottom: 0 !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.spacer {
    flex: 1 1 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date] {
    max-width: 150px;
}

app {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
}

/** scroll bar */
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e1e1e1;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(76,76,76,1) 23%,rgba(76,76,76,1) 23%,rgba(71,71,71,1) 72%,rgba(17,17,17,1) 99%);
}


.flex-1 {
    flex: 1;
}


/*  forms */
fieldset {
    border: none;
}

hr {
    clear: both;
}

/* breadcrumbs */
ul.breadcrumb {
    padding: 5px 8px;
    list-style: none;
    background-color: #eee;
}

    /* Add a slash symbol (/) before/behind each list item */
    ul.breadcrumb li + li:before {
        padding: 8px;
        content: "›";
    }

    ul.breadcrumb li,
    ul.breadcrumb li a {
        /*text-transform: uppercase;*/
        text-shadow: none;
        font-size: 13px;
        text-decoration: none;
        display: inline;
    }

        ul.breadcrumb li a:hover {
            text-decoration: underline;
        }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 596.98px) {
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .dispaly-only-1200 {
        display: none
    }
}

/*Rst*/

.artrst-card {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*padding-bottom: 12px;*/
}

    .artrst-card img {
        width: 100%;
        height: 100px;
        border-style: solid;
        border-width: thin;
        border-color: blueviolet;
    }

.artrst-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*padding: 0px 8px 0px 8px;*/
}

.artrst-card-name {
    word-wrap: break-word;
    margin: 0.1rem 0 0.1rem 0;
}

.artrst-card-source {
    margin-top: 0;
}

.artrst-card .star-rating {
    margin-top: auto;
    justify-content: flex-end;
}

.artrst-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
    grid-gap: 20px;
}

.artrst-list-item {
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

    .artrst-list-item:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

div.absolute {
    position: absolute;
    bottom: 5px;
    border: 3px solid #8AC007;
}

div.bottomp {
    position: absolute;
    bottom: 0;
    right: 0;
}

div.pc30 {
    height: 30%;
    border: 1px solid #8AC007;
}

div.pc60 {
    height: 60%;
    border: 1px solid #8AC007;
}

div.absolute3 {
    height: 20%;
    border: 1px solid #8AC007;
}

.blocks .btn-primary {
    padding: 24px 12px;
    margin: 0 5px;
    border-radius: 0;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: DodgerBlue;
}

    .flex-container > div {
        background-color: #f1f1f1;
        min-width: 150px;
        margin: 10px;
        text-align: center;
        line-height: 150px;
        font-size: 30px;
    }

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 150px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: 125px;
    }

div.desc {
    padding: 5px;
    text-align: center;
}

.min-height-content {
    min-height: calc(100vh - 115px);
}

.max-height-125 {
    max-height: calc(100vh - 125px)
}

.max-height-150 {
    max-height: calc(100vh - 150px)
}

.max-height-175 {
    max-height: calc(100vh - 175px)
}

.max-height-200 {
    max-height: calc(100vh - 200px)
}

.max-height-225 {
    max-height: calc(100vh - 225px)
}

.max-height-250 {
    max-height: calc(100vh - 250px)
}

.max-height-275 {
    max-height: calc(100vh - 275px)
}

.max-height-300 {
    max-height: calc(100vh - 300px)
}

.max-height-325 {
    max-height: calc(100vh - 325px)
}

.max-height-350 {
    max-height: calc(100vh - 350px)
}

.max-height-375 {
    max-height: calc(100vh - 375px)
}

.max-height-400 {
    max-height: calc(100vh - 400px)
}

.max-height-450 {
    max-height: calc(100vh - 450px)
}

.max-height-475 {
    max-height: calc(100vh - 475px)
}

.max-height-500 {
    max-height: calc(100vh - 500px)
}

.notesell td {
    padding-left: 70px !important;
    border-top: none !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    color: gray;
}

.combosell td {
    padding-left: 70px !important;
    border-top: none !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    color: coral;
}

.serie td {
    padding-left: 70px !important;
    border-top: none !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    color: cornflowerblue;
}

.serie-minus td {
    color: darkred;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-75 {
    max-width: 75px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-125 {
    max-width: 125px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.min-width-500 {
    min-width: 500px;
}

.min-width-800 {
    min-width: 800px;
}

.min-width-850 {
    min-width: 850px;
}

.min-width-900 {
    min-width: 900px;
}

.min-width-950 {
    min-width: 950px;
}

.min-width-1000 {
    min-width: 1000px;
}

.table-scroll {
    position: relative;
    overflow: auto;
}

    .table-scroll thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    /* safari and ios need the tfoot itself to be position:sticky also */
    .table-scroll tfoot,
    .table-scroll tfoot th,
    .table-scroll tfoot td {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1;
    }

.th-w-minw-200 {
    width: 200px;
    min-width: 200px;
}

.th-w-minw-250 {
    width: 250px;
    min-width: 250px;
}

.td-nowrap {
    white-space: nowrap;
}

.td-nowrap-150 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.td-nowrap-200 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.td-nowrap-250 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

.td-nowrap-300 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

.input-group-append .custom-control.custom-switch {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    padding-left: 2.5rem;
    padding-right: 5px;
    padding-top: 3px;
}

.sticky-top-32 td {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    z-index: 9;
}

.sticky-top-64 td {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
}

.sticky-top-64 th {
    position: -webkit-sticky;
    position: sticky;
    top: 64px !important;
}

.sticky-top-96 th {
    position: -webkit-sticky;
    position: sticky;
    top: 64px !important;
}

.sticky-top-96 td {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
}

.sticky-top-128 td {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
}

.purchase-unit-price {
    overflow: auto;
}

    .purchase-unit-price .unitdsc span {
        min-width: 60px;
        max-width: 60px;
    }

    .purchase-unit-price .unitdsc100 span {
        min-width: 100px;
        max-width: 100px;
    }

    .purchase-unit-price .unitpercentage {
        min-width: 53px;
        max-width: 53px;
        border-color: green;
        color: green;
    }

    .purchase-unit-price .unitprice {
        min-width: 85px;
        max-width: 85px;
        color: blue;
    }

    .purchase-unit-price .cost span {
        min-width: 85px;
        max-width: 85px;
    }

    .purchase-unit-price .unit-price {
        min-width: 100px;
        max-width: 100px;
        color: blue;
    }

    .purchase-unit-price .unit-percentage span {
        min-width: 25px;
        max-width: 25px;
        color: green;
    }

    .purchase-unit-price .unit-percentage-value {
        min-width: 75px;
        max-width: 75px;
        color: green;
    }

    .purchase-unit-price .unit-description span {
        min-width: 100px;
        max-width: 100px;
    }

.cursor-pointer {
    cursor: pointer;
    color: #007bff;
}
