﻿.LegContainer{
    flex-wrap: wrap;
    display: flex;
}
.LegContainer_DetailsContainer {
    width: 850px;
    margin-right: 2px;
}
.LegContainer_CofGContainer
{
    width: 1200px;
}
.leg_StationContainer {
    width: 400px;
}
.leg_StationName
{
    float: left;
    width: 140px;
}
.leg_StationMass {
    float: left;
    width: 45px;
}
.leg_StationMassSearch {
    float: left;
    width: 30px;
}
.leg_StationArm {
    float: left;
    width: 50px;
}
.leg_StationMoment {
    float: left;
    width: 52px;
}
.leg_CofGStatus {
    float: left;
    width: 200px;
}    
.leg_Route
{
    width: 400px;
}
.legStationsContainer
{
    width: 430px;
}
.cofgChartContainer
{
    position: relative;
}
.leg_CofGPlotOK {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 4px;
    height: 4px;
    background-color: lightgreen;
    z-index: 2;
    border: 2px solid green;
    border-radius: 25px;
}
.leg_CofGPlotOKLanding {
    background-color: lightblue;
    border: 2px solid blue;
}
.leg_CofGPlotOutside {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 4px;
    height: 4px;
    background-color: lightcoral;
    z-index: 2;
    border: 2px solid red;
    border-radius: 25px;
}
.leg_CofGStatusContainer
{
    padding: 2px;
}
.leg_CofGStatusContainer_OK {
    background-color: lightgreen;
    border: 1px solid green;
}
.leg_CofGStatusContainer_NOGO {
    background-color: salmon;
    border: 1px solid red;
}
.leg_StationFuel {
    width: 50px;
}
.leg_TimesContainer {
    float: left;
    width: 540px;
}


