﻿/* Root theme created by https://ionicframework.com/docs/theming/color-generator */

:root {
    --ion-color-primary: #003c71;
    --ion-color-primary-rgb: 0,60,113;
    --ion-color-primary-contrast: #ffffff;
    --ion-color-primary-contrast-rgb: 255,255,255;
    --ion-color-primary-shade: #003563;
    --ion-color-primary-tint: #1a507f;
    --ion-color-secondary: #3dc2ff;
    --ion-color-secondary-rgb: 61,194,255;
    --ion-color-secondary-contrast: #ffffff;
    --ion-color-secondary-contrast-rgb: 255,255,255;
    --ion-color-secondary-shade: #36abe0;
    --ion-color-secondary-tint: #50c8ff;
    --ion-color-tertiary: #5260ff;
    --ion-color-tertiary-rgb: 82,96,255;
    --ion-color-tertiary-contrast: #ffffff;
    --ion-color-tertiary-contrast-rgb: 255,255,255;
    --ion-color-tertiary-shade: #4854e0;
    --ion-color-tertiary-tint: #6370ff;
    --ion-color-success: #6ba439;
    --ion-color-success-rgb: 107,164,57;
    --ion-color-success-contrast: #000000;
    --ion-color-success-contrast-rgb: 0,0,0;
    --ion-color-success-shade: #5e9032;
    --ion-color-success-tint: #7aad4d;
    --ion-color-warning: #ffc409;
    --ion-color-warning-rgb: 255,196,9;
    --ion-color-warning-contrast: #000000;
    --ion-color-warning-contrast-rgb: 0,0,0;
    --ion-color-warning-shade: #e0ac08;
    --ion-color-warning-tint: #ffca22;
    --ion-color-danger: #eb445a;
    --ion-color-danger-rgb: 235,68,90;
    --ion-color-danger-contrast: #ffffff;
    --ion-color-danger-contrast-rgb: 255,255,255;
    --ion-color-danger-shade: #cf3c4f;
    --ion-color-danger-tint: #ed576b;
    --ion-color-dark: #222428;
    --ion-color-dark-rgb: 34,36,40;
    --ion-color-dark-contrast: #ffffff;
    --ion-color-dark-contrast-rgb: 255,255,255;
    --ion-color-dark-shade: #1e2023;
    --ion-color-dark-tint: #383a3e;
    --ion-color-medium: #92949c;
    --ion-color-medium-rgb: 146,148,156;
    --ion-color-medium-contrast: #ffffff;
    --ion-color-medium-contrast-rgb: 255,255,255;
    --ion-color-medium-shade: #808289;
    --ion-color-medium-tint: #9d9fa6;
    --ion-color-light: #f4f5f8;
    --ion-color-light-rgb: 244,245,248;
    --ion-color-light-contrast: #000000;
    --ion-color-light-contrast-rgb: 0,0,0;
    --ion-color-light-shade: #d7d8da;
    --ion-color-light-tint: #f5f6f9;
}

ion-input.vrm {
    font-weight: bold; 
    font-size: 150%;
    background-color: yellow;
    display: block;
    border: 2px solid black;
    border-radius: 6px;
    margin: 5px 2px 9px 0px;
    padding-left: 8px !important;
    line-height: 1;
    min-width: 180px;
    max-width: 180px;
    text-transform: uppercase;

}

span.vrm {
    font-weight: bold;
    font-size: 200%;
    background-color: yellow;
    display: block;
    border: 2px solid black;
    border-radius: 6px;
    margin: 5px 2px 9px 0px;
    padding-left: 8px !important;
    line-height: 1;
    min-width: 180px;
    max-width: 180px;
    text-transform: uppercase;
}

ion-label.vrm {
    font-weight: bold;
    font-size: 150% !important;
    background-color: yellow;
    border: 2px solid black;
    border-radius: 6px;
    padding-left: 8px !important;
    line-height: 1;
    min-width: 150px;
    max-width: 150px;
    text-transform: uppercase;
}
