.loader, .loaderGray {
    display: inline-block;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #ee3124;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loaderGray {
    border: 3px solid #dddddd;
    border-top: 3px solid #b1afaf;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#networkSettings {
    margin: auto;
    width: 370px;
    text-align: center;
    margin-bottom: 20px;
}

#LXRS {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.bandwidthDisplay {
    color: #777;
    cursor: text;
    text-decoration: none;
}

.errorRow {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

input {
    padding-left: 5px;
    padding-right: 5px;
}

#calculator {
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#table {
    border-radius: 10px;
}
.thead-dark, th {
    vertical-align: middle;
    background: #333;
    color: #f6f6f6;
}
.table>tbody>tr>td {
    vertical-align: middle;
}
.table>thead>tr>th {
    vertical-align: middle;
}

.samplingInputs {
    padding-bottom: 8px;
    padding-top: 8px;
}

select.form-control {
    cursor: pointer;
}

#sysHeader {
    font-size: 17px;
    margin: 0px;
    padding: 10px 0px 10px 8px;
    width: 100%;
    color: #e5e5e5;
    background: #333;
    z-index: 100;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
}

.panel {
    background-color: #fff;
    margin: 10px;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 18px 0px #ccc;
    padding-bottom: 15px;
}

.progress {
    width: 60%;
    margin: auto;
    max-width: 450px;
}

.progress-bar-danger {
    background-color: #ee3124;
}

ul {
    padding: 0;
    list-style-type: none;
    line-height: 20px;
}

#saveConfiguration {
    border-radius: 4px;
}

.dropdown-menu {
    margin-left: 0px;
    margin-right: 0px;
    /* padding: 20px; */
    top: 78%;
    left:auto; 
}

.dropdownForm {
    padding: 20px;
}

#estimatedNumbers a {
    cursor: default;
    color: #D57e00;
}

ul.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

ul.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}


.rateDropdown {
    display: block;
}

.rawChannelInput {
    width: 150px;
}

.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #f2f2f2;
}

.table-striped>tbody>tr:nth-child(even)>td {
    background-color: #f9f9f9;
}

.form-control {
    height: 25px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 3px;
}

.addRowButton {
    white-space: normal;
    height: 110px;
    width: 110px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    opacity: 0.95;
    padding-left: 0px;
    padding-right: 0px;
    background-color: 	transparent;
    border-color: transparent;
    color: 	#272425;
    text-shadow: none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 3px;
    margin-right: 3px;
}

.modal-title {
    margin: auto;
    text-align: center;
}

.modal-body {
    text-align: center;
}

#legacyNodes {
    margin: 20px;
}

.nodeButtonName {
    font-size: 12px;
}

.addRowButton:hover {
    background-color: hsla(0, 0%, 0%, 0.0784313725490196);
    border-color: transparent;
    opacity: 1.0;
    color: 	#272425;
}

.rawChannelInput input {
    margin-right: 4px;
}

.samplingInput {
    width: 230px;
    line-height: 20px;
}

.samplingInput input {
    margin-right: 4px;
    margin-left: 2px;
}

.channelMenu {
    white-space: nowrap;
    line-height: 20px;
    column-gap: 40px;
    border-spacing: 50px 0;
}

.channelMenu input {
    margin-right: 4px;
    margin-bottom: 4px;
}

.channelMenu table {
    margin-top: 8px;
    column-gap: 40px;
    border-spacing: 50px 0;
    margin-bottom: 0px;
}

.channelMenu td, .channelMenu th{
    padding-right: 15px;
} 

.media, .media-body {
    overflow: hidden;
    zoom: 1;
    display: inline-flex;
    flex-direction: row;
    font-weight: bold;
    margin: auto;
    margin-left: 10px;
}

.progress { 
    display:block; 
    margin-left: auto; 
    height: 21px;
}

.progressText { 
    text-align:center; 
    font-size: 16px;
    font-weight: bold;
}

#estimatedNumbers
{
    cursor: default;
    color: #D57e00;
}

#premResultCost,
#proResultCost,
#premYearCost,
#proYearCost
{
    font-size: 20px;
    font-weight: 700;
}

#free-breakdown-exceeded
{
    font-size: 20px;
    font-weight: 700;
    color: #ee3124;
}

form#sendNetworkForm {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

input.form-control {
    padding-left: 5px;
    padding-right: 5px;
}