﻿@import url('font/quicksand.css');
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body, #app {
    height: 100%;
}

body {
    font-family: 'quicksand';
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Cargando");
    }

.main {
    flex-grow: 1;
    overflow-y: auto;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 1.5rem !important;
}


.nav-item {
    padding-left: 15px;
}

.nav-icon-hijo {
    color: #deae1fbd !important;
}









.cardnew {
    width: 190px;
    height: 254px;
    padding: .8em;
    background: #f5f5f5;
    position: relative;
    overflow: visible;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cardnew-img {
    background-color: lightgray;
    height: 40%;
    width: 100%;
    border-radius: .5rem;
    transition: .3s ease;
}

.cardnew-info {
    padding-top: 10%;
}

svgnew {
    width: 20px;
    height: 20px;
}

.cardnew-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

/*Text*/
.textnew-title {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.5;
}

.textnew-body {
    font-size: .9em;
    padding-bottom: 10px;
}

/*Button*/
.cardnew-button {
    border: 1px solid #252525;
    display: flex;
    padding: .3em;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s ease-in-out;
}

/*Hover*/
.cardnew-img:hover {
    transform: translateY(-25%);
    box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
}

.cardnew-button:hover {
    border: 1px solid #ffcaa6;
    background-color: #ffcaa6;
}



.bg-domestic {
    background-color: lightgray !important;
}

.bg-statebonded {
    background-color: #007bff !important;
}

.bg-ftz {
    background-color: darkorange !important;
}



.mycustombadge {
    display: inline-block;
    padding: 0.30em 0.30em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bg-po-draft { 
    border: 1px solid transparent;
    border-radius: .25rem;


    color: #1b1e21;
    background-color: #d6d8d9 !important;
    border-color: #c6c8ca;
}

.bg-po-submit { 
    border: 1px solid transparent;
    border-radius: .25rem;


    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.bg-po-readytopickup { 
    border: 1px solid transparent;
    border-radius: .25rem;


    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.bg-po-intransit { 
    border: 1px solid transparent;
    border-radius: .25rem;


    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.bg-po-delivered { 
    border: 1px solid transparent;
    border-radius: .25rem;


    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
