.static-content {
    margin-top: 110px;
    margin-bottom: 55px;
}

.static-content > h3 {
    margin-bottom: 0px !important;
}

/* Brice change this back to id */
.conduit-holder {
    margin-bottom: 110px;
}

.calculator-inputs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px !important;
}

.input-component-container {
    margin-bottom: 15px;
}

#calculator-description-dropdown {
    display: flex;
    flex-direction: column;
}

#calculator-description-dropdown > span {
    color: #575757 !important;
    font-size: 20px !important;
}


#calculator-description-dropdown > #odid-dropdown {
    flex: 5;
}

.conduit-horizontal-separator {
    flex: 1;
    width: 10% !important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #003087;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    left: -50px;
}

#fiber-diameter-input {
    height: 100%;
}

.input-tool-tip {
    color: #575757 !important;
    font-size: 20px !important;
}

.conduit-separator {
    flex: 1;
    border-right: 2px solid;
    border-color: #003087;
    border-radius: 2px;
}

#calculator-main {
    display: flex;
    flex-direction: row;
    border: 2px solid;
    border-color: #003087;
    border-radius: 3px;
    padding: 25px 30px;
}

#calculator-status-results-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#calculator-status-results-container:children {
    width: 50%;
}

/* Brice change back to id or change conduitCalculator */
.calculator-results {
    color: #575757 !important;
    font-size: 20px !important;
    margin-bottom: 10px;
}

#description-and-value-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#description-and-value-container > #description {
    flex: 2;
}

#description-and-value-container > #value {
    /* flex: 8; */
    /* margin-left: 30%; */
}

#conduit-symbol-status {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
}

#conduit-status {
    flex: 1;
}

#conduit-symbol-spacer {
    width: inherit;
    min-height: 15px;
    flex: 8;
}

.conduit-symbol {
    margin-left: 30%;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.circle#red {
    background: #e53935;
}

.circle#yellow {
    background: #fdd835;
}

.circle#green {
    background: #43a047;
}

#conduit-header {
    display: flex;
    flex-direction: row;
}

#conduit-key-table {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 15px;
}

.conduit-key {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex: 3;
}

.conduit-badge {
    text-transform: uppercase;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 10;
    border-radius: 0;
    font-size: 18px;
    font-weight: 10;
}

#conduit-key-table p {
    all: unset;
}

#conduit-key-table span:first-child  p {
    color: #e53935;
}

#conduit-key-table span:nth-child(2) p {
    color: #fdd835;
}

#conduit-key-table span:last-child p {
    color: #43a047;
}

#fill-ratio-container {
    margin-bottom: 110px;
}

#fill-ratio-first-input-row {
    margin-bottom: 8px;
    width: 100%;
}

#cod-input {
    white-space: pre-line;
}

#fill-ratio-hdpe-area {
    align-content: flex-end;
}

#fill-ratio-fr {
    align-items: flex-end;
}

.slim-padding {
    margin-bottom: 5px !important;
}