﻿/* Style Variables
-------------------------------------------------- */
:root {
    /* Overrides */
    --blue: #336699;
    --primary: #336699;
    /* Custom */
    --ims-primary-color: #336699;
    --ims-primary-color-hover: #0069d9;
    --ims-secondary-color: #336699;
    --ims-info-color: #0e3e6c;
    --text-primary-color: white;
    --text-secondary-color: white;
    --grey-35-color: rgba(0, 0, 0, 0.35);
    --grey-15-color: rgba(0, 0, 0, 0.15);
    --grey-10-color: rgba(0, 0, 0, 0.10);
    --grey-05-color: rgba(0, 0, 0, 0.05);
    --lightgrey: rgb(206, 206, 206);
    --input-group-color: #e9ecef;
    --success-muted-color: #27a844A6;
    --warning-muted-color: #fec107A6;
    --danger-muted-color: #dc3545dd;
    --secondary-muted-color: #6c757dA6;
    --muted-color-start: rgb(255, 255, 255, .55);
    --muted-color-stop: rgb(255, 255, 255, .55)
}
