﻿.green {
    background-color: #80ff80;
}

.yellow {
    background-color: #ffff66;
}

.red {
    color: white;
    background-color: #f44336;
}

.white {
    background-color: white;
}

.fa-navicon {
    color: #000;
}

.company-color .btn-info {
    background-color: #975298;
}


a,
.bg-inverse .nav > li:hover > a,
.bg-inverse .nav > li.active > a {
    color: #975298;
}


.btn-hover {
    background-color: #975298;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border-color: transparent;
}

.panel-default .panel-heading {
    background-color: #652382;
}

#portal-message-list-body {
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.portal-message-row {
    height: 100%;
    border: 0px;
}

#portal-row-container {
    width: 100%;
    height: 100%;
}

.frontpage-section-divider {
    background: #B19CD9;
    height: 4px;
    margin: 5px 0 35px 0;
    border-radius: 20px;
}

#supplier-header {
    text-align: center;
}
