﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body, app, .main {
    height: 100%;
    min-height: 100%;
    margin: 0;
}

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;
}

.top-row {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
}

    .main .top-row {
        background-color: #f8f9fa;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content {
    padding-top: 1.1rem;
    flex: auto;
    overflow-y: auto;
}

.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;
    }



.small-button {
    width: 25px;
    height: 55px;
}

.highlightflag {
    color: red !important;
    font-weight: bold;
    opacity: 0.7;
}

.quotehighlight {
    color: BlueViolet !important;
    /*font-weight: bold;*/
    /*opacity: 0.7;*/
}

.duplicatehighlight {
    color: lightgray !important;
    /*font-weight: bold;*/
    /*opacity: 0.7;*/
}

.outstandinghighlight {
    color:  crimson !important;
    /*font-weight: bold;*/
    /*opacity: 0.7;*/
}

/* number plate */
.registration-ui {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    padding: .25em .25em .25em 1.75em;
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    text-transform: uppercase;
}

.unit:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px dashed #f8d038;
}

.input-box {
    position: relative;
}

input {
    display: block;
    border: 1px solid #d7d6d6;
    background: #fff;
    padding: 10px 10px 10px 5px;
    width: 230px;
}

.unit {
    content: 'GB';
    font-family: helvetica, ariel, sans-serif;
    font-weight: bold;
    display: block;
    width: 30px;
    height: 100%;
    font-size: 1em;
    background: #063298;
    position: absolute;
    top: 0;
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    line-height: 85px;
    padding-left: 5px;
}