@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.bg-freshhead {
    background-image: linear-gradient(to top,#98FB98,#E0FFFF)    
}

.bg-freshfoot {
    background-image: linear-gradient(to top,#3CB371,#98FB98)
}

.bg-freshreverse {
    background-image: linear-gradient(to top,#98FB98,#3CB371)
}

.bg-biddingreverse {
    background-image: linear-gradient(to top,#DDA0DD,#DA70D6 )
}

.bg-biddingfoot {
    background-image: linear-gradient(to top,#9932CC,#DA70D6)
}

.bg-lockedhead {
    background-image: linear-gradient(to top,#F79540,#FC4F00)
}

.bg-lockedfoot {
    background-image: linear-gradient(to top,#F79540,#FC4F00)
}

.bg-lockedreverse {
    background-image: linear-gradient(to top,#FC4F00,#F79540)
}

.bg-dangerhead {
    background-image: linear-gradient(to top,#FFA500,#FFD700)
}

.bg-dangerfoot {
    background-image: linear-gradient(to top,#FF8C00,#FFA500)
}

.bg-dangerreverse {
    background-image: linear-gradient(to top,#FFA500,#FF8C00)
}

.bg-latehead {
    background-image: linear-gradient(to top,#FF7777,#FF9191)
}

.bg-latefoot {
    background-image: linear-gradient(to top,#FF4A4A,#FF7777)
}

.bg-latereverse {
    background-image: linear-gradient(to top,#FF7777,#FF4A4A)
}

.bg-finalizedhead {
    background-image: linear-gradient(to top,#FFD4D4,#FFAACF)
}

.bg-finalizedfoot {
    background-image: linear-gradient(to top,#FFD4D4,#FFAACF)
}

.bg-finalizedreverse {
    background-image: linear-gradient(to top,#FFAACF,#FFD4D4)
}

.bg-finselhead {
    background-image: linear-gradient(to top,#FB0AF1,#E253DC)
}

.bg-finselfoot {
    background-image: linear-gradient(to top,#FB0AF1,#E253DC)
}

.bg-finselreverse {
    background-image: linear-gradient(to top,#F067A3,#EFB6CE)
}

.bg-trsenthead {
    background-image: linear-gradient(to top,#E69138,#EDB172)
}

.bg-trsentfoot {
    background-image: linear-gradient(to top,#E69138,#EDB172)
}

.bg-trsentreverse {
    background-image: linear-gradient(to top,#CA843C,#CC9256)
}

.bg-biddinghead {
    background-image: linear-gradient(to top,#DA70D6,#DDA0DD )
}

.bg-dispatchedhead {
    background-image: linear-gradient(to top,#F0FF42,#82CD47)
}

.bg-dispatchedfoot {
    background-image: linear-gradient(to top,#F0FF42,#82CD47)
}

.bg-dispatchedreverse {
    background-image: linear-gradient(to top,#82CD47,#F0FF42)
}

.bg-clubhead {
    background-image: linear-gradient(to top,#f4fbab,#f4fd4c)
}

.bg-progress {
    background-image: linear-gradient(to top, #ffa366,#ffd1b3)
}

.bg-clubfoot {
    background-image: linear-gradient(to top,#f4fbab,#f4fd4c)
}

.bg-clubkchead {
    background-image: linear-gradient(to top,#f2ee7c,#f2ed63)
}

.bg-clubkcfoot {
    background-image: linear-gradient(to top,#f2ee7c,#f2ed63)
}

.bg-clubrejhead {
    background-image: linear-gradient(to top,#f2c763,#f5c24c)
}

.bg-clubrejfoot {
    background-image: linear-gradient(to top,#f2c763,#f5c24c)
}

.bg-clubpachead {
    background-image: linear-gradient(to top,#f4fbab,#def73b)
}

.bg-clubpacfoot {
    background-image: linear-gradient(to top,#f4fbab,#def73b)
}

.card-fixed-width {
    width: 150px;
}

.card{
    max-width:150px;
    min-width:150px;    
}

.big_card {
    max-width: 500px;
    min-width: 350px;
    border:medium;
    border-color:black;
    background-color:#F2F2F2;
    border-radius:10px;
}

.t_active_card {
    max-width: 150px;
    min-width: 150px;
    height:210px;
    position:relative;
    border-radius:5px;
    padding:0px;
    margin-bottom:10px;
    margin-right:2px;
    margin-left:2px;
    border-color:gray;
    border-style:groove;
    border-width:1px;
}

.t_active_card_short {
    max-width: 150px;
    min-width: 150px;
    height: 180px;
    position: relative;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-left: 2px;
    border-color: gray;
    border-style: groove;
    border-width: 1px;
}

.t_active_top {
    height: calc(100% - 36px); /* Adjust the height for the bottom div */
    border: none;
    margin-bottom: 0px;
    border-radius: 5px;
}

.t_active_bottom {
    position: absolute;
    height: 35px;
    bottom: 0;
    width: 100%;
    border: none;
    border-radius: 5px;
}

.card-header {
    padding: 2px;
    margin-bottom: 0px;
    align-content: center;
}

.card-footer{
    padding:2px;
    align-content:center;
    margin-top:0px;
}

.scrolldiv {
    width: 1100px;    
    overflow-y: auto;       
}

.tallscrolldiv {
    width: 1100px;
    max-height: 250px;
    overflow-y: auto;    
}

.supertallscrolldiv {
    width: 1100px;
    max-height: 500px;
    overflow-y: auto;
}

.page-background-class {
    background-image:url(../image/deliverytruck.png);
}

.blur {
    width: 100%;
    height: 100%;
    background-size:auto;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
}

.pagetop {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-end;
    background-color: darkgray;
    margin-top: -18px;
    margin-left:-30px;
    margin-right:-25px;
    padding-top:10px;
    padding-bottom: 10px;
    padding-right:10px;
}

.bopagetop {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-end;
    background-color: darkgray;
    padding-top:10px;
    height:45px;
}

.transpval{
    background-color:black;
    color:white;
}

.kciplval {
    background-color: yellow;
    color: black;
}

.blinkme {
    animation: blinker 1s linear infinite;
}

@keyframes blinker{
    50%{
        opacity:0;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}