body {font-family: "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;}

:root {
}

/* Style the tab */
.tab {
    overflow: hidden;
    padding-left: 15px;
    padding-bottom: 20px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0972d3;
    color: #ffffff;
}

.calculate-.tab button:focus {
    outline:none;
    text-decoration:none;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
    font-family: "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;
}

.label {
    font-weight: 700;
    font-size: 16px;
}

.traffic-profile {
    text-align: left;
    padding-left: 2px;
    width: 50%;
}

.capacity {
    text-align: left;
    padding-left: 2px;
}

.title, .unit, .summary {
    font-size: 14px;
}

.description {
    font-size: 12px;
    color: #6c757d;
}

.input {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
}

.input-box {
    float: left;
    line-height: 30px;
    border-radius: 3px;
    border: solid 2px #b9c8d5;
    padding-left: 8px;
}

.unit {
    float: left;
    padding-left: 5px;
}

input[disabled] {
    background-color: #DCDAD1;
    border-width: 0px;
}

.summary {
    border-bottom: 1px dashed #DCDAD1;
    width: 160px;
    color: #6c757d;
}

.tablinks {
    width: 150px;
    height: 20px;
    text-align: center;
    line-height: 0px;
    font-family: "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;
    font-size: 17px;
    border: solid black !important;
}

.tablinks-left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-width: 2.5px 1px 2.5px 2.5px !important;
}

.tablinks-middle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 2.5px 1px 2.5px 1px !important;
}

.tablinks-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-width: 2.5px 2.5px 2.5px 1px !important;
}

.result {
    font-size: 25px;
    padding-left: 5px;
}

.redundancy-lcu, .final-result {
    padding-left: 10px;
    display: flex;
}

.calculate-div {
    margin-top: 28px;
    text-align: right;
}

.calculate-button {
    border-radius: 16px;
    width: 150px;
    height: 32px;
    border: solid 0px;
    background-color: #ff9900;
    font-size: 14px;
}

.calculate-button:hover {
    background-color: #ec7211;
    cursor: pointer;
}

.calculate-button:active {
    background-color: #eb5f07;
}

.calculate-button:focus {
    outline:none;
    text-decoration:none;
}

.az-list{
    width: 190px;
    height: 35px;
    padding-left: 8px;
}

.dropdown:hover {
    cursor: pointer;
}

.redundancy {
    display: flex;
    align-items: baseline;
}

.desc-redundancy {
    padding-left: 5px;
}

#alb-redundancy {
    padding-top: -20px;
}

#alb-redundancy:hover {
    cursor: pointer;
}

.desc-total-lcu {
    padding-left: 35;
    margin-top: -8px;
}

.capacity-hr {
    width: 250px;
    float: left;
    margin-top: -5px;
    margin-bottom: 10px;
}

.jumbotron-white {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
}

.warning {
    background-color: #fffce9;
    border: solid 1px #906806;
    margin: -15px 10px 15px 10px;
    border-radius: 10px;
    display: flex;
    height: 85px;
}

.warning-icon {
    width: 30px;
    height: 30px;
    color: #906806;
}

.warning-icon-div {
    padding-left: 30px;
    padding-top: 15px;
}

.warning-message {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 90%;
    font-size: 14px;
}

.close-warning:before {
    opacity: 1;
    color: #906806;
    font-size: 35px;
    content: '×';
}

.close-warning:hover:before {
    color: #888888;
}

.close-warning:hover {
    text-decoration: none;
    cursor: pointer;
}

.close-button-div {
    margin-top: -10px;
    margin-left: 5px;
}

.traffic-profile a {
    color: #0073bb;
}