/* Fix odd finding in tmo css setting rows to margin-left: -20px */
.cable-freedom .row {
    margin-left: 0;
}

.tv-landing {
    padding: 5px 10px 10px 10px;
}

.btn-check-status {
    color: #e20074;
    border: none;
    text-decoration: underline;
    background: none;
    padding-top: 20px;
}

/* Form Elements */
.cable-freedom input[type="text"],
.cable-freedom input[type="password"],
.cable-freedom input[type="number"],
.cable-freedom input[type="tel"],
.cable-freedom input[type="email"] {
    height: 2.4em;
}

.cable-freedom input[type="select"] {
    border-radius: 4px;
}

.cable-freedom .labeled-input {
    white-space: nowrap;
}

.cable-freedom input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}

.cable-freedom input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}

.cable-freedom label {
    font-size: 0.75em;
}

.cable-freedom .form-required {
    color: #e20074;
    font-weight: bold;
    font-size: large;
}

.cable-freedom .valid {
    border: 1px solid Green !important;
}

.cable-freedom .invalid {
    border: 1px solid Red !important;
}
/* Form Elements - END */

/* Help Box */
.cable-freedom .help-block p {
    font-weight: bold;
    color: red;
}
/* Help Box - END */

/* Buttons */
@media only screen and (max-width: 767px) {
    .cable-freedom .nav-btn {
        padding: 6px 34px;
        height: 3em;
        cursor: pointer;
    }

    .cable-freedom .nav-btn:disabled {
        cursor: not-allowed;
    }
}

@media only screen and (min-width: 768px) {
    .cable-freedom .nav-btn {
        padding: 9px 34px;
        height: 3em;
        cursor: pointer;
    }

    .cable-freedom .nav-btn:disabled {
        cursor: not-allowed;
    }
}
/* Buttons - END */

/* Float Right on big and Center if small */
@media only screen and (min-width: 768px) {
    .cable-freedom .floating-right {
        padding: 5px;
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 767px) {
    .cable-freedom .floating-right {
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
}
/* Floating - END */

/* Side by Sides */
.cable-freedom .side-by-side {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.cable-freedom .side-by-side > * {
    flex: 1;
}

.cable-freedom .side-by-side > footer {
    font-size: 0.9em;
    font-style: oblique;
    padding-top: 1em;
}

@media only screen and (min-width: 992px) {
    .cable-freedom .right-border {
        border-right: 1px solid #ccc;
    }

    .cable-freedom .left-border {
        border-left: 1px solid #ccc;
    }
}
/* Side by Side - END */

/* Tracking ID Search Form */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .cable-freedom .field-dash label,
    .cable-freedom .field-dash input {
        width: 100%;
        text-align: center;
    }

    .cable-freedom .field-dash .dash {
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width: 768px) {
    .cable-freedom .check-status-form {
        display: flex;
        flex-direction: column;
    }

    .cable-freedom .field-dash {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        align-content: flex-start;
    }

    .cable-freedom .field-dash label {
        width: 10em;
        text-align: right;
        padding-right: 5px;
    }

    .cable-freedom .field-dash input {
        width: 14em;
    }

    .cable-freedom .field-dash .dash {
        width: 15px;
        height: 5px;
        border-top: 1px solid #ccc;
        margin: 0 3px;
    }
}
/* Tracking ID Search Form - END */

