#ui-datepicker-div {
    z-index: 10 !important;
}

table th {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 8px 0 8px 20px;
    text-align: left;
}

table td {
    text-align: left;
    color: #1A1A1A;
    padding: 8px 0 8px 20px;
}

table thead tr,
table tfoot tr {
    background-color: #015274;
    color: #fff;
}

table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

table td.not-found {
    text-align: center;
}

table td.action-btn,
table th.action-btn {
    text-align: center;
}

table td.amount,
table th.amount {
    text-align: right;
    padding-right: 15px;
}

[type="radio"][name="internet_package_guid"],
[type="radio"][name="tv_package_guid"],
[type="radio"][name="voip_package_guid"],
[type="radio"][name="bundle_offer_guid"] {
    position: initial;
    left: initial;
}

button {
    font-family: 'Source Sans Pro';
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #26a1a1;
    border-radius: 25px;
    font-weight: 600;
    border: 0;
}

button:disabled {
    color: #ffffff;
    background-color: #c3cdd5;
}

button.secondary {
    color: #26a1a1;
    background-color: transparent;
    border: 1px solid #26a1a1;
}

button.secondary:disabled {
    color: #9fafbc;
    border-color: #c3cdd5;
}

button.tertiary {
    color: #26a1a1;
    background-color: transparent;
}

button.tertiary:disabled {
    color: #9fafbc;
}

button.small {
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 9px 30px;
    margin-top: 10px;
}

button.medium {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.9px;
    padding: 11px 35px;
    margin-top: 10px;
}

button.large {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 13px 40px;
    margin-top: 10px;
}

button.btn-back,
button.btn-clear {
    margin-left: 10px;
    margin-right: -10px;
}

input,
select,
textarea {
    border-radius: 0;
    max-width: 450px;
}

input.error,
select.error {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

label.error {
    color: red;
    font-weight: normal;
    margin: 0 0 0 3px;
}

.content-main {
    padding: 20px 0 50px;
}

.web2case-error {
    color: red;
}

/* Mobile friendly page tabs */

.nav-tabs2>div {
    border: 0;
    padding-top: 21px;
    white-space: nowrap;
    border-bottom: solid 2px #fff;
}
.nav-tabs2>div:hover {
    background-color: #f2f5f8;
    border-bottom-color: #f2f5f8;
}
.nav-tabs2>div.active {
    border-bottom-color: #26a1a1;
    background-color: transparent;
}
.nav-tabs2 div a {
    cursor: pointer;
    color: #465967;
    line-height: 37px;
    border-radius: 0;
    text-decoration: none;
}
.nav-tabs2>div.active>a {
    color: #008085!important;
}
.nav-tabs2>div.active>a,
.nav-tabs2>div.active>a:focus,
.nav-tabs2>div.active>a:hover {
    cursor: default;
}

/* Account Login */

.account-login label {
    font-weight: 400;
}

/* Account Profile */

.account-profile span.closeacct {
    margin-left: 7px;
}

.account-profile #section-privacy,
.account-profile #section-security {
    display: none;
}

#optin_table {
    margin-bottom: 15px;
}

#optin_table thead th {
    text-align: center;
}

#optin_table tbody td {
    white-space: normal;
}

.account-profile .btn-reset {
    margin-left: 10px;
}

.account-profile [name="address2"] {
    margin-top: 5px;
}

.account-profile .gray-divider {
    width: 800px;
    margin: 15px auto 25px;
}

/* Account Billing */

.account-billing span.carddefault {
    margin-left: 7px;
}

.account-billing span.carddefault {
    font-style: normal;
}

.account-billing #section-payment,
.account-billing #section-history {
    display: none;
}

.account-billing .btn-reset {
    margin-left: 10px;
}

.account-billing .btn-carddelete {
    margin-left: 5px;
}

.account-billing .exp-date-group {
    max-width: 450px;
}

.account-billing #section-payment .exp-date-row .col-xs-6 {
    border: 0;
    padding-right: 0;
}

.account-billing #section-payment .exp-date-row .col-xs-6.expmm {
    padding-left: 0;
}

.account-billing .card-label {
    margin: 5px 0 0;
    font-style: italic;
    font-size: 18px;
}

.account-billing .gray-divider {
    width: 800px;
    margin: 15px auto 25px;
}

/* Account Plan */

.account-plan #section-voip,
.account-plan #section-usage {
    display: none;
}

.account-plan .btn-reset {
    margin-left: 10px;
}

.account-plan .gray-divider {
    width: 800px;
    margin: 15px auto 25px;
}

.account-plan #section-usage h3 {
    font-size: 27px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #202E39;
}

.account-plan #section-usage .form-control {
    width: 100px;
    display: inline;
}

.account-plan #section-usage #startdate.form-control {
    margin: 0 12px 0 0;
}

.account-plan #section-usage #enddate.form-control {
    margin: 0 0 0 12px;
}

.account-plan #section-usage .date-col {
    min-width: 335px;
}

.account-plan #section-usage #usagetable {
    table-layout: initial;
}

/* Change Password */

.change-pw-wrap .pwrules {
    font-size: 14px;
}

/* Change/Cancel Plan, Close Account */

.account-changeplan h3 {
    font-size: 27px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #202E39;
}

.account-changeplan .subgroup-label {
    padding-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}

.account-changeplan .footnotes {
    padding-top: 15px;
    max-width: 600px;
}

.account-changeplan .footnotes .note {
    padding-bottom: 5px;
}

.account-changeplan .plan-row .plan-radio input[type="radio"] {
    position: unset;
}

.account-changeplan .plan-row .plan-radio {
    padding-right: 10px;
    float:left;
}

.account-changeplan .plan-row .plan-info {
    padding:0 10px 10px 0;
    max-width: 550px;
    float:left;
}

.account-changeplan .plan-row .plan-name {
    font-style: italic;
}

.account-changeplan .plan-row .plan-desc {
    max-width: 550px;
}

.account-changeplan .plan-row .plan-rate {
    padding-left: 15px;
    float:right;
}

.account-changeplan .add_token_notice {
    color: #900B09;
    line-height:1.4;
}

.account-changeplan #ccinfo,
.account-changeplan #subinfo {
    width: initial;
}

.account-changeplan #subinfo td:first-child {
    width: 425px;
}

.account-changeplan #subinfo td:nth-child(2) {
    width: 75px;
}

.account-changeplan #subinfo td:nth-child(3) {
    width: 50px;
    padding-left: 0;
}

.account-changeplan #subinfo .row-header {
    font-style: italic;
}

#ccinfo td {
    width: 200px;
}

/* Account Usage */

.account-usage h3 {
    font-size: 27px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #202E39;
}

.account-usage .form-control {
    width: 100px;
    display: inline;
}

.account-usage #startdate.form-control {
    margin: 0 12px 0 0;
}

.account-usage #enddate.form-control {
    margin: 0 0 0 12px;
}

.account-usage .date-col {
    min-width: 335px;
}

/* Device Management */

.device-mgmt h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #202E39;
}

.device-mgmt .help_title,
.device-mgmt .adddevice_title {
    font-weight: bold;
}

.device-mgmt .help_title {
    margin-top: 20px;
}

.device-mgmt .adddevice_title {
    margin-top: 20px;
}

.device-mgmt .add_device {
    margin-left: 15px;
}

.device-mgmt .find_mac {
    margin-top: 5px;
}

.device-mgmt #devicetable th:nth-child(1) {
    width: 200px;
}

.device-mgmt #devicetable th:nth-child(2) {
    width: 100px;
}

.device-mgmt #devicetable th:nth-child(3),
.device-mgmt #devicetable th:nth-child(4),
.device-mgmt #devicetable th:nth-child(5) {
    width: 140px;
}

.device-mgmt #devicemac {
    width: 200px;
    display: inline;
}

/* Password Reset */

.pwreset-wrap h3 {
    font-size: 27px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #202E39;
}

.pwreset-wrap input[type="radio"] {
    position: unset;
    width: 15px;
    height: 13px;
    display: inline;
    margin-right: 5px;
}

.pwreset-wrap .username-group,
.pwreset-wrap .account-group,
.pwreset-wrap .password-group,
.pwreset-wrap .question-group,
.pwreset-wrap .pwreset2-group,
.pwreset-wrap .code-group {
    display: none;
}

.pwreset-wrap .recoverymethod-row {
    margin-bottom: 10px;
}

div.level1 {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}
div.level3 {
    margin-left: 40px;
}
div.level4 {
    margin-left: 60px;
}
div.offer-section {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 20px;
    margin-bottom: 5px;
}
div.offer-subsection {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-left: 15px;
    margin-bottom: 5px;
}
div.section-offer-item {
    margin-left: 30px;
    margin-bottom: 7px;
}
div.offer-item {
    margin-left: 15px;
    margin-bottom: 5px;
}
span.offer-name,
label.offer-name {
    font-weight: bold;
    font-size: 14px;
}
span.offer-price {
    font-size: 14px;
    padding-left: 5px;
}
div.offer-description {
    font-size: 14px;
}
div.status_row {
    margin-top: 20px;
}
div.status_input {
    margin-top: 5px;
    line-height: initial;
}
div.status_row span,
div.status_row span a {
    color: #900B09;
}
div.status_row span a {
    text-decoration:none
}
#section-voip ul {
    margin: 10px 0 0;
}
#section-voip .phone-desc,
#section-voip .phone-label {
    padding: 5px 0 0 30px;
}
#section-voip .app-guide {
    padding-left: 30px;
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: 60%;
    }
    .pwreset-wrap .column1,
    .account-billing #section-payment .column1 {
        border-bottom: 0;
    }
    .pwreset-wrap .column2,
    .account-billing #section-payment .column2 {
        border-top: 0;
    }
    #section-voip ul {
        padding-left: 20px;
    }
    #section-voip .phone-desc,
    #section-voip .phone-label {
        padding: 5px 0 0 15px;
    }
    #section-voip .app-guide {
        padding-left: 15px;
    }
    #devicetable td,
    #devicetable th {
        padding-left: 10px;
    }
}

@media (max-width: 576px) {
    .account-usage .date-col {
        z-index: 1;
    }
    .account-changeplan .plan-row .plan-info {
        max-width: 250px;
    }
    button.btn-back,
    button.btn-clear {
        margin-left: initial;
        margin-right: initial;
        margin-top: 10px;
    }

    div.status_row {
        margin-top: 0;
    }
    div.status_input {
        margin-top: 0;
    }
}
