﻿body {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.container {
    max-width: 1200px;
    font-size: 12px;
}

.toprow {
    height: 80px;
    background-color: #ffffff;
}

.formMaxSize {
    max-width: 1300px;
    background-color: #e6eff7 !important
}

label {
    padding-top: 3px;
}

.form-row-mb {
    padding-bottom: 5px;
}

.fa {
    font-size: 24px;
}

.colli-list input {
    max-width: 100px;
}

.mt-3 {
    margin-top: ($spacer * .25) !important;
}

.mb-3 {
    margin-bottom: 6 !important;
}

footer {
    position: absolute;
    height: 25px;
    bottom: 0;
    width: 100%;
}

.form-row-mb.required label:after {
    content: " *";
    color: red;
}

.labelheader {
    font-size: 14px;
    font-weight: bold;
}

.v-select ul {
    min-width: max-content !important; /*or some other pixel value < 160*/
}