﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f8fb;
    height: 100%;
    margin: 0;
}

#app {
    height: 100%
}

a, .btn-link {
    color: #0366d6;
}

.element {
    background: white;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.redCard {
    border: 1px solid #dee2e6;
    border-left: 3px solid red;
}

    .redCard .value {
        font-size: 1.5rem;
        color: red;
    }

.goodStat {
    font-size: 1.2rem;
    color: green;
}

.badStat {
    font-size: 1.2rem;
    color: red;
}

.goodStatBasic {
    color: green !important;
}

.badStatBasic {
    color: red !important;
}

.neutralStat {
    font-size: 1.2rem;
}

.text-orange {
color:orange;
}


.simpleCard {
    border: 1px solid #dee2e6;
}

    .simpleCard .value {
        font-size: 1.5rem;
        color: black;
    }

.blackCard {
    border: 1px solid #dee2e6;
    border-left: 3px solid black;
}

    .blackCard .value {
        font-size: 1.5rem;
        color: black;
    }

.orangeCard {
    border: 1px solid #dee2e6;
    border-left: 3px solid orange;
}

.orangeCard .value {
        font-size: 1.5rem;
        color: orange;
    }

.greenCard {
    border: 1px solid #dee2e6;
    border-left: 3px solid green;
}

    .greenCard .value {
        font-size: 1.5rem;
        color: green;
    }

    .greenCard .negative {
        font-size: 1.5rem;
        color: red;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    /*padding-top: 1.1rem;*/
    background: #f4f8fb;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #f4f8fb;
    /*    background: #002a3e;*/
    /*    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
   
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height: 100%;*/
    /*    color: white;*/
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.hide {
    display: none;
}

.noData {
    color: silver;
    text-align: center;
    width: 100%;
    padding: 20px;
}



.notColoredRow > td {
    --bs-table-accent-bg: transparent !important;
    /*background-color: white;*/
}
/*.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    --bs-table-accent-bg: transparent !important;
    background-color: #f4f8fb;
}*/

/*.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f4f8fb;
}
*/



.activeRow {
    background-color: #f4f8fb;


}

.disableRow {
    background-color: white !important;
    color: silver;
}

.hoverlay:hover td, .hoverlay:hover th {
    --bs-table-accent-bg: transparent !important;
    background-color: #f4f8fb;
    cursor: pointer;
}


.frame {
    height: 35px;
    width: 35px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgProduct {
    vertical-align: middle;
    max-height: 35px;
    max-width: 35px;
}

.bgAnimation {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #002a3e 50%, #115d81 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: 1;
}

.bgAnimation2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bgAnimation3 {
    animation-duration: 5s;
}


@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #002a3e;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.lds-ellipsisButton {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 15px;
}

    .lds-ellipsisButton div {
        position: absolute;
        top: 6px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: white;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsisButton div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsisButton div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsisButton div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsisButton div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsisButton1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsisButton3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsisButton2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.erroField {
    border: 1px solid red !important;
}

.optionChoice {
    color: #495057;
    font-size: 1rem;
}

.optionSelected {
    color: #495057;
    font-size: 1rem;
    padding-left: 0.375rem;
}

.productSelect .ts-control {
    height: 38px;
}

    .productSelect .ts-control input::placeholder {
        padding-left: 0.375rem;
        color: #495057;
        font-size: 1rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; 
}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

hr {
    background-color: rgba(0, 0, 0, .5) !important;
}

.feedback {
    font-size: .875em;
    color: #dc3545;
}

.subMenu a {
    color: rgba(0, 0, 0, .55);
}

    .subMenu a.active {
        color: black;
        background-color: #f4f8fb;
        border-radius: 4px;
    }

.nav-item-t {
    font-size: 1rem;
    padding-bottom: 0rem;
}

    .nav-item-t:first-of-type {
        padding-top: 1rem;
    }

    .nav-item-t:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item-t a {
        color: white;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 2rem;
    }

    .nav-item-t .nav-sub {
        background-color: #002a3e;
    }

    .nav-item-t a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
        border-radius: 4px;
    }

    .nav-item-t a:hover {
        color: white;
        background-color: rgba(255,255,255,0.1);
        border-radius: 4px;
    }

    .nav-item-t li:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .nav-item-t .nav-title:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.bg-dark-tamarin {
    background-color: #002a3e;
}

.bg-light-tamarin {
    background-color: #f4f8fb;
}

.menuPuce a {
    padding: 10px;
    padding-left: 15px;
    color: white;
    
}

.menuPuce a span {
    padding: 10px;
    padding-left: 15px;
    color: white;
}

.menuPuce a i {
    padding: 10px;
    padding-left: 15px;
    color: white;
}

    .menuPuce a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .menuPuce a:focus {
        color: white;
    }



    .menuPuce a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.menuPuce ul {
    padding-left: 0px;
    color: white;
}

.menuPuce .dropdown-item {
    padding: 10px;
    padding-left: 30px;
    color: white;
    background-color: #002a3e;
}


.nav-item-s {
    font-size: 0.9rem;
    padding-bottom: 0.1rem;
}

    .nav-item-s:first-of-type {
        padding-top: 0rem;
    }

    .nav-item-s:last-of-type {
        padding-bottom: 0rem;
    }

    .nav-item-s a {
        color: #d7d7d7;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 3.5rem;
    }

.sidenavsmall {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    transition: 0.5s;
    cursor: pointer;
}

.logoMobile {
    width: 25px;
    margin-top: -2px;
}

.menuSideBar {
    width: 90px;
    height: 45px;
    position: fixed;
    z-index: 99;
    background-color: #002a3e;
    color: white;
    border-radius: 20px;
    padding: 15px;
    padding-top: 12px;
    padding-left: 21px;
    top: 0%;
    left: -30px;
    font-size: 1rem;
    cursor: pointer;
    text-align: right;
}


.hideSidenavsmall {
    width: 0 !important;
    transition: 0.5s;
}

.hideMenuSideBar {
    visibility: hidden;
}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0;
    padding-top: 0px;
    background-color: #002a3e;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
}


.sidenavExpand {
    width: 220px !important;
    overflow-x: hidden !important;
}

.main {
    transition: margin-left .5s;
    margin-left: 0px;
    padding-top: 5px;
    margin-top:35px
}

@media (min-width: 1025px) {
    .sidenav {
        width: 220px;
        overflow-y: auto;
    }

    .sidenavsmall {
        width: 0;
        transition: 0.5s;
    }

    .menuSideBar {
        visibility: hidden;
    }

    .main {
        transition: margin-left .5s;
        margin-left: 220px;
        padding-top: 5px;
        margin-top: 0px
    }
}


.collapseSubMenu li {
    list-style-type: none;

}

    .collapseSubMenu li .dropdown-item {
        list-style-type: none;
        margin-left: 37px;
        padding-left: 15px;
        border-left: 1px solid silver;
        font-size: 0.9em;
    }

 .btn-white {
    background-color: white;
}
.btn-checked {
    background-color: #f4f8fb;
}

/*.loadingCard  div{
    background: linear-gradient(110deg, white 8%, silver 18%, white 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    width:100%;
}
*/
.loadingCard {
    opacity: 0.5;
}

 /*   .loadingCard > div, span, h5, table, .value, button {
        color: black !important;
    }*/

.productScrollable {
    max-height: 250px;
    min-width: 200px;
    overflow: auto;
}