﻿@charset "UTF-8";


@import "compass/css3";

.top_blue_strip {
    background-repeat:no-repeat;
    background-position:top right;
    background-color :#758ba0;
    background-image: url('../images/fca_top_blue_dark.svg');
}

.top_green_strip{
    background-repeat:no-repeat;
    background-position:top right;
    background-color :var(--topheadercolor);
    background-image: url('../images/fca_top_green_dark.svg');
}

.top_brown_strip{
    background-repeat:no-repeat;
    background-position:top right;
    background-color :var(--topheadercolor);
    background-image: url('../images/fca_top_brown_dark.svg');
}


.statusactive {
    background-color: transparent;

}

.statusnotactive {
    background-color: #8080801a;
      pointer-events: none;

}
