﻿.team-member-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.status-panel {
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #000;
    overflow: hidden;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-align {
    display: flex;
    align-items: center;
}


.green-background {
    background-color: #6eee99;
    padding-top: 2px;
}

.green-light-background {
    background-color: #D3FDE1;
}

.orange-background {
    background-color: #ffc230;
    padding-top: 2px;
}

.orange-light-background {
    background-color: #FFDA80;
}

.red-background {
    background-color: #ff5030;
    padding-top: 2px;
}

.red-light-background {
    background-color: #FF9480;
}

.status-icon {
    font-size: 36px;
    color: #fff;
}

#top-wrapper {
    width: 100%;
    background-color: #6fc9e7;
}

    #top-wrapper .logo-col {
        color: #fff;
    }

    #top-wrapper h1 {
        font-size: 1.7rem;
        color: #fee5b5;
    }

.manager {
    background-color: #f3cca8;
    font-size: 0.7rem;
    margin-left: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 250px;
    border-radius: 5px;
    border: 1px solid #000;
    overflow: hidden;
    padding: 5px;
    text-align: right;
}

.container-wrapper {
    width: 100%;
    background-color: #fee5b5;
}

ul li div.panel-body {
    padding: 0;
}


.status-message, .status-icon-wrapper {
    min-height: 50px;
}



