﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.start-image {
    position: relative;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: 2s ease all;
    transition: 2s ease all;
}

@font-face {
    font-family: "Arial Narrow Bold";
    src: url('arial-narrow-bold.ttf');
}

html, body {
    font-family: 'Bebas Neue', serif;
    background-color: black;
    height: 100%;
}

input, button, select, optgroup, textarea {
    font-family: 'Bebas Neue', serif;
    font-size: 11pt;
}

.input-group .btn {
    position: inherit;
    z-index: inherit;
}

.form-label {
    font-family: 'Bebas Neue', serif;
    font-size: 18pt;
}

label {
    font-weight: lighter;
}

thead, tfoot {
    background-color: rgb(128, 128, 128);
    color: rgb(255, 255, 255);
    font-family: "Bebas Neue", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", serif;
    font-weight: lighter;
}

.loading-icon {
    width: 110px;
    height: 110px;
}

.arial-bold {
    font-family: 'Arial Bold', arial;
    font-weight: bolder;
}

.arial-narrow-bold {
    font-family: 'Arial Narrow Bold', arial;
    font-weight: bold;
}

.bebas-neue {
    font-family: "Bebas Neue", serif;
}

tbody tr:nth-child(even) {
    background-color: #fff;
}

tbody tr:nth-child(odd) {
    background-color: rgb(245, 246, 245);
}

th, td {
    padding-left: 10px;
    font-weight: lighter;
}

button, .btn, .dropdown-item {
    font-family: 'Bebas Neue', serif;
    font-size: 12pt;
    vertical-align: middle;
}

    button, .btn:hover, .btn:focus, .btn:active {
        background-color: #E1FF00;
        box-shadow: none !important;
        outline: 0;
    }

#app {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#top_bar {
    display: table;
    width: 100%;
}

.top_bar_element {
    display: table-cell;
    max-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .top_bar_element.float-end {
        margin-right: 0;
    }

.container-filter {
    padding-top: 15px !important;
    margin-bottom: 17px;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.card-image-section {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

a, .btn-link {
    color: #0366d6;
}

.bg-silver {
    background-color: silver;
}

.color-silver {
    color: silver;
}

.bg-dimgray {
    background-color: dimgray;
}

.bg-gray {
    background-color: gray;
}

.bg-header {
    background: rgba(0,0,0,0.6);
}

.bg-header-light {
    background: rgba(255, 255, 255, 0.2);
}

.bg-light {
    background: rgba(255, 255, 255, 0.2);
}

.color-sherco {
    color: rgba(7, 5, 169, 1);
}

.yellow-sherco {
    color: #e1ff00;
}

    .yellow-sherco:hover {
        color: #e1ff00;
    }


.bg-sherco {
    background-color: rgba(7, 5, 169, 1);
    color: silver;
}

    .bg-sherco:hover {
        color: white;
    }

    .bg-sherco.active, .bg-sherco-active {
        background-color: #E1FF00;
        color: /*rgba(7, 5, 169, 1);*/ black;
    }

.page-scorpa .bg-sherco {
    background-color: rgba(241, 142, 0, 1);
    color: black;
}

    .page-scorpa .bg-sherco.active, .page-scorpa .bg-sherco-active {
        background-color: black;
        color: rgba(241, 142, 0, 1); /*white;*/
    }

.red-hover:hover {
    color: red;
}

.btn {
    border-radius: unset;
    font-family: 'Bebas Neue', serif;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.main {
    height: auto;
}

.content {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: block;
    overflow: visible;
    max-height: 100%;
    position: static;
}

.content #stock-price {
    height: 100%;
}

    .content .table {
        background-color: white;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    border: 1px solid red;
}

.validation-message {
    color: red;
}

.flex-start-nowrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%;
}

.flex-start {
    display: flex;
    flex-wrap: wrap;
}

    .flex-start .btn {
        display: inline-block;
    }

.btn {
    border-radius: unset;
    border: none;
}

.icon-border {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
}

.card-article {
    background: linear-gradient(to right, white, rgba(238,238,238,1) 100%);
    border-color: silver;
    color: black;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
/*
    .card-article:hover {
        background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(135,206,250,1));
        border-color: dodgerblue;
        box-shadow: 0px 0px 5px rgba(135,206,250,0.2);
    }*/

.card-article-center {
    background: linear-gradient(0.25turn, rgba(255,255,255,1) 35%, whitesmoke);
    border-color: silver;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
/*
    .card-article-center:hover {
        background: linear-gradient(0deg, rgba(247,247,247,1) -35%, rgba(135,206,250,1));
        border-color: dodgerblue;
        box-shadow: 0px 0px 5px rgba(135,206,250,0.2);
    }*/

.cursor-pointer {
    cursor: pointer;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(216px, max-content));
    justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    grid-gap: 10px;
}

.form {
    color: black;
    background: rgba(180, 180, 180, 1);
}

.form-transparent {
    color: white;
    background-color: transparent;
}

.form-control,
.input-group-prepend,
.input-group-text,
.card {
    border-radius: 1px;
    font-size: 11pt;
    box-shadow: none !important;
}

.card {
    font-size: 10pt;
}

    .form-control:hover,
    .input-group-prepend:hover,
    .input-group-text:hover,
    .card:hover,
    .form-control:focus,
    .input-group-prepend:focus,
    .input-group-text:focus,
    .card:focus {
        box-shadow: none !important;
    }

.form-control,
.form-control:focus {
    border-color: transparent !important;
    outline: 0 !important;
}

.form-control {
    padding: 0.2509rem 0.6664rem;
}

.max-height {
    max-height: 100%;
    overflow-y: auto;
}

.modal-content {
    border-radius: 0;
    color: #212529;
    font-family: 'Bebas Neue', serif;
    font-size: large;
    font-weight: normal;
}

.modal-footer {
    border-top: none;
    align-content: center;
    justify-content: center;
}


.fs-9pt {
    font-size: 9pt;
}

.fs-10pt {
    font-size: 10pt;
}

.fs-11pt {
    font-size: 11pt;
}

.fs-12pt {
    font-size: 12pt;
}

.fs-13pt {
    font-size: 13pt;
}

.fs-14pt {
    font-size: 14pt;
}

.fs-15pt {
    font-size: 15pt;
}

.fs-16pt {
    font-size: 16pt;
}

#Cart {
}

    #Cart .badge {
        margin-left: 10px;
    }

blink {
    -webkit-animation: 1s linear infinite condemed_blink_effect;
}

.btn:hover {
    background-color: rgb(225, 255, 0);
    color: black;
}

.files-gallery {
    justify-content: space-evenly;
}

.badge {
    font-weight: lighter;
    font-size: 0.85em;
}

.select2-dropdown strong {
    font-weight: normal;
}

.customer-search-input-wrapper {
    position: relative;
    width: 100%;
}


.customer-search-input-icon {
    color: rgb(118, 118, 118);
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em);
}

.circle {
    vertical-align: middle;
    padding-right: 10px;
}

.available-stock {
    color: #7da85c;
}

.warning-stock {
    color: #f9ca48;
}

.unavailable-stock {
    color: #ed3838;
}

@-webkit-keyframes condemed_blink_effect {
    0% {
    }

    50% {
        color: red;
    }

    100% {
    }
}

@keyframes condemed_blink_effect {
    0% {
    }

    50% {
        color: red;
    }

    100% {
    }
}

@media (max-width:641px) {
    html, body, #app, .page {
        min-height: 100%;
    }

    html, body, #app {
        height: 100%;
    }
}

@media (max-width: 1200px) {
    .main {
        height: auto !important;
    }
}

.ui-datepicker-prev {
    background-image: url("../images/paginador_back_grey.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-datepicker-next {
    background-image: url("../images/paginador_next_grey.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-datepicker-prev-hover {
    background-image: url("../images/paginador_back_white.png");
    background-position: center;
    left: 2px;
}

.ui-datepicker-next-hover {
    background-image: url("../images/paginador_next_white.png");
    background-position: center;
    right: 2px;
}

.monthlyDatepicker .ui-datepicker-calendar {
    display: none;
}

.ui-widget .ui-widget-content {
    /*border: 1px solid #6c757d;*/
    border: none;
}

.ui-widget-content {
    background-color: #2e3338;
    color: #ffffff !important;
}

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 8px;
}
    
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 8px;
}
    
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 8px;
}
    
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 8px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background-color: transparent;
    font-weight: normal;
    color: #2b2b2b;
}

/* #region apex charts */

.apexcharts-menu-item {
    color: #343a40;
}

.apexcharts-tooltip {
    color: #adb5bd !important;
    font-size: 14px;
    font-weight: 500;
}

/* #endregion */


/* #region discrete-loader */
.discrete-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50% !important;
    transform: scale(0);
    opacity: 1;
    animation: discrete-loader 1s linear;
    animation-iteration-count: infinite;
    margin-right: 10px;
    margin-top: 5px;
    z-index: 3;
}

@keyframes discrete-loader {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* #endregion */

/* #region loader */
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

.spinner {
    font-size: 100px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

    .spinner.center {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.1em;
    height: 0.3em;
    border-radius: 0.5em;
    background-color: transparent;
    transform-origin: center -0.2222em;
}

    .spinner-blade.spinner-sherco {
        -webkit-animation: spinner-fade-sherco 1s infinite linear;
        animation: spinner-fade-sherco 1s infinite linear;
    }

    .spinner-blade.spinner-scorpa {
        -webkit-animation: spinner-fade-scorpa 1s infinite linear;
        animation: spinner-fade-scorpa 1s infinite linear;
    }

    .spinner-blade:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        transform: rotate(0deg);
    }

    .spinner-blade:nth-child(2) {
        -webkit-animation-delay: 0.083s;
        animation-delay: 0.083s;
        transform: rotate(30deg);
    }

    .spinner-blade:nth-child(3) {
        -webkit-animation-delay: 0.166s;
        animation-delay: 0.166s;
        transform: rotate(60deg);
    }

    .spinner-blade:nth-child(4) {
        -webkit-animation-delay: 0.249s;
        animation-delay: 0.249s;
        transform: rotate(90deg);
    }

    .spinner-blade:nth-child(5) {
        -webkit-animation-delay: 0.332s;
        animation-delay: 0.332s;
        transform: rotate(120deg);
    }

    .spinner-blade:nth-child(6) {
        -webkit-animation-delay: 0.415s;
        animation-delay: 0.415s;
        transform: rotate(150deg);
    }

    .spinner-blade:nth-child(7) {
        -webkit-animation-delay: 0.498s;
        animation-delay: 0.498s;
        transform: rotate(180deg);
    }

    .spinner-blade:nth-child(8) {
        -webkit-animation-delay: 0.581s;
        animation-delay: 0.581s;
        transform: rotate(210deg);
    }

    .spinner-blade:nth-child(9) {
        -webkit-animation-delay: 0.664s;
        animation-delay: 0.664s;
        transform: rotate(240deg);
    }

    .spinner-blade:nth-child(10) {
        -webkit-animation-delay: 0.747s;
        animation-delay: 0.747s;
        transform: rotate(270deg);
    }

    .spinner-blade:nth-child(11) {
        -webkit-animation-delay: 0.83s;
        animation-delay: 0.83s;
        transform: rotate(300deg);
    }

    .spinner-blade:nth-child(12) {
        -webkit-animation-delay: 0.913s;
        animation-delay: 0.913s;
        transform: rotate(330deg);
    }

@-webkit-keyframes spinner-fade-scorpa {
    0% {
        background-color: #E9550D;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade-scorpa {
    0% {
        background-color: #E9550D;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes spinner-fade-sherco {
    0% {
        background-color: #0000FF;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade-sherco {
    0% {
        background-color: #0000FF;
    }

    100% {
        background-color: transparent;
    }
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #cb8b8b;
    color: #9b1616;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 2%;
    bottom: 30px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* #endregion */