/*----------------------*
	RESETS */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, b, u, i, ol, ul, li, form, label, table, caption, article, aside, canvas, footer, header, hgroup, menu, nav, output, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
    color: #4a4a4a;
    cursor: pointer;
    font-weight: 600;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #5e5e5e;
    }

ul, li, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', Arial, Helvetica, Arial, Tahoma, sans-serif;
    font-weight: 400;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    overflow: hidden;
    font-size: 1.000em;
    color: #4a4a4a;
    line-height: 1.55em;
    margin-bottom: 8px;
}

.top-20 {
    margin-top: 20px;
}

.bot-20 {
    margin-bottom: 20px;
}

.bot-10 {
    margin-bottom: 10px;
}
/*----------------------*
 :GENERAL*/

.ttWrap-newsletter input[type=checkbox] {
    width: 3%;
}

ul.newsletter-setting li {
    list-style-type: disc;
    margin-left: 70px;
    font-size: 14px
}

.no-bold {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.newsletter-error {
    color: #DC2A2A;
}

.mob-num {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding-left: 2px;
    font-size: inherit;
    height: 34px;
}

    .mob-num:focus {
        outline: none;
    }

    .mob-num.col-xs-9 {
        width: 78.333%;
    }

    .mob-num.col-xs-offset-1 {
        margin-left: 5%;
    }

.fgt-pwd-url {
    display: block;
    overflow: hidden;
}

#changePwd .message-box p {
    margin: 0 10px;
    padding-left: 20px;
}

.chgpwd .msg-rslt {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

    .chgpwd .msg-rslt i {
        padding: 0 4px;
    }

    .chgpwd .msg-rslt.failed {
        color: #DC2A2A;
    }

    .chgpwd .msg-rslt.success {
        color: #1dae4d;
    }

.manage-add {
    overflow: hidden;
    display: block;
}

    .manage-add label {
        display: inline-block;
        vertical-align: top;
    }

        .manage-add label.right {
            float: right;
        }

    .manage-add p {
        font-size: 0.9em;
        line-height: 1.25em;
    }

.option-button.mng-add {
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    font-size: 0.9em;
}

label.bill-info {
    margin-top: 5px;
    margin-right: 4%;
}

.wrap-nav {
    display: block;
    min-height: 87px;
}

    .wrap-nav .navbar {
        margin-bottom: 0;
    }

html, body {
    height: 100%;
}

#log-wrapper {
    flex: 1 0 auto;
}

.container {
    max-width: 1260px;
    width: 100%;
}

.line-grid-right {
    border-right: 1px solid #e7e7e7;
}

.line-grid-left {
    border-left: 1px solid #e7e7e7;
    margin-left: -1px;
}

.relative {
    position: relative;
}

.headline {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

    .headline hr {
        border: 1.5px solid #b00;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .headline h1 {
        letter-spacing: 0.5px;
    }

.title-01 {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.200em;
}
/*-----------------------*
 :BRANDING BAR*/

#log-wrapper .branding.navbar {
    padding: 6px 40px;
}

    #log-wrapper .branding.navbar.affix {
        width: 100%;
        z-index: 99;
        border-radius: 0;
    }

#log-wrapper .navbar-header, #log-wrapper .navbar-brand {
    text-align: center;
    float: none;
}

#log-wrapper .backto {
    position: absolute;
    left: 5%;
    margin-top: 25px;
}

#log-wrapper .navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

#log-wrapper ul.dropdown-menu.log-in {
    padding: 0;
    right: 0;
    left: unset;
}

#log-wrapper .navbar-nav > li > a.log-in {
    padding-top: 6px;
}

#log-wrapper ul.dropdown-menu.log-in li a {
    padding: 10px 12px;
}

li.log-out {
    border-top: 1px solid #d6d6d6;
    margin: 0 auto;
    text-align: center;
}

.log-out-button {
    background: #eee;
    margin: 10px auto;
    border-radius: 0;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
    border: 0;
    width: 86%;
}

a.nav-pills-dropdown {
    color: #4a4a4a;
}
/*-----------------------*
 :SPRITES */

.sprite-icon {
    background: url("https://cdn.thestar.com.my/Themes/img/tsol-spritesv5.svg");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.backto-dark .icon.sprite-icon {
    background-position: -816px -27px;
    width: 24px;
    height: 16px;
}

.fb-color .icon.sprite-icon {
    background-position: -308px -235px;
    width: 31px;
    height: 31px;
}

    .fb-color .icon.sprite-icon:hover {
        background-position: -380px -235px;
    }

.twitter-color .icon.sprite-icon {
    background-position: -452px -235px;
    width: 31px;
    height: 31px;
}

    .twitter-color .icon.sprite-icon:hover {
        background-position: -524px -235px;
    }

.g-color .icon.sprite-icon {
    background-position: -164px -235px;
    width: 31px;
    height: 31px;
}

    .g-color .icon.sprite-icon:hover {
        background-position: -236px -235px;
    }

.mail-color .icon.sprite-icon {
    background-position: -740px -166px;
    width: 31px;
    height: 31px;
}

    .mail-color .icon.sprite-icon:hover {
        background-position: -812px -166px;
    }

.log-in .icon.sprite-icon {
    background-position: -674px -25px;
    width: 20px;
    height: 20px;
}
/*-----------------------*
 :LOG/REGISTRATION */

.header-log {
    position: absolute;
    right: 5%;
    top: 25px;
}

form.loginForm {
    margin-top: 30px;
}

.logreg {
    margin-top: 40px;
    margin-bottom: 30px;
}

.social-log-in {
    background: #3c5a98;
    margin: 0 auto;
}

    .social-log-in a {
        color: #fff;
        text-align: center;
        padding: 10px;
        overflow: hidden;
        display: block;
        font-weight: 400;
    }

.social-log-wrapper {
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

    .social-log-wrapper .note {
        margin-top: 4px;
    }

.divide-heading {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px auto;
}

hr.divide-line {
    border: 1px solid #e7e7e7;
}

.divide-txt {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
}

    .divide-txt p {
        background: #fff;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        font-size: 11px;
        font-weight: 600;
    }

.loginForm .form-control, .loginForm .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding-left: 2px;
    font-size: inherit;
}

#log-wrapper .form-group {
    margin-bottom: 35px;
}

.form-group select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #555;
}

    .form-group select:focus {
        outline: 0;
    }

.hide-show {
    width: 94%;
    margin: -3.62em 3% 0 1.5%;
    position: relative;
    z-index: 5;
    display: none;
}

    .hide-show span {
        background: #1fd100;
        font-size: 1em;
        padding: .5em;
        float: right;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

.keep-log {
    font-size: 0.875em;
    font-weight: 400;
    width: 100%;
}

    .keep-log input[type="checkbox"] {
        padding: 10px;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin: 0;
        margin-right: 6px;
        margin-bottom: 3px;
        float: left;
        margin-top: 3px;
    }

label.input-group-addon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.loginForm .field-icon {
    position: absolute;
    right: 5px;
    top: 10px;
}

#log-wrapper .login-button {
    margin-top: 15px;
    border-radius: 0;
    padding: 10px;
    font-size: 1em;
    margin-bottom: 6px;
}

.loginForm .login-forgot {
    font-weight: 400;
    font-size: 0.83em;
    float: right;
}

.reg-content {
    margin: 0 auto;
    text-align: center;
    margin-top: 15%;
}

.reg-button {
    background: #cc3737;
    padding: 10px;
    margin: 20px auto;
    overflow: hidden;
    display: block;
    width: 40%;
    color: #fff;
    font-weight: 600;
    xtext-transform: uppercase;
    text-align: center;
    border: 0;
}

    .reg-button:hover, .products-info a.reg-button:hover {
        color: #fff;
    }

.reg-content-desc {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

#log-wrapper .header-log .login-button {
    padding: 5px 14px;
    margin-top: 0;
}

.steps label {
    border-bottom: 3px solid #b00;
    line-height: 1.7em;
    font-size: 0.75em;
}

.steps p {
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.8em;
}

.terms {
    margin: 15px auto;
}

.captcha {
    margin-bottom: 30px;
}

.confirm-note {
    margin-top: 30px;
    overflow: hidden;
    display: block;
}

span.txt-highlight {
    font-weight: 600;
}

.add-note {
    border-top: 1px solid #d6d6d6;
    margin-top: 40px;
    padding-top: 10px;
}

    .add-note p {
        font-size: 0.85em;
        line-height: 1.4em;
    }

label.ValidationErrors {
    color: #cc3737;
    font-weight: 400;
    font-size: 0.80em;
    background: #faeaea;
    padding: 3px 8px;
    letter-spacing: 0.1px;
    margin: 10px 0;
    width: 100%;
}

.ErrorField {
    border-bottom: 1px solid #cc3737 !important;
    border-radius: 0;
}
/*-----------------------*
  : MANAGE PROFILE TAB */


.label--required:after {
    content: '*';
    color: #b00;
    margin-left: 5px;
    font-size: 16px;
}

.label--required-2:after {
    content: '**';
    color: #b00;
    margin-left: 5px;
    font-size: 16px;
}

.manage-reg-wrap {
    overflow: hidden;
    display: block;
    margin-bottom: 35px;
}

    .manage-reg-wrap label {
        margin-bottom: 8px;
    }

.mobile-2field .col-xs-3 {
    width: 40%;
    margin: 0;
    height: 40px;
}

.mobile-2field .col-xs-8 {
    width: 56%;
    height: 40px;
    margin-left: 4%;
}

.mobile-2field label {
    padding-left: 0;
}

.tab-panel-2.latest-news {
    overflow: hidden;
    display: block;
}

.tab-panel-2 .nav-pills {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
}

    .tab-panel-2 .nav-pills > li {
        margin: 0;
        padding: 0;
        text-align: center;
        border-top: 2px solid transparent;
    }

        .tab-panel-2 .nav-pills > li > a {
            border-radius: 0;
            color: #4a4a4a;
            font-size: 16px;
            font-weight: normal;
            padding: 10px 25px;
        }

        .tab-panel-2 .nav-pills > li.active > a {
            background: #fff;
            border-top: 2px solid #b00;
            font-weight: 600;
        }

            .tab-panel-2 .nav-pills > li.active > a:hover, .tab-panel-2 .nav-pills > li.active > a:focus {
                color: #4a4a4a;
            }

    .tab-panel-2 .nav-pills > .active {
        border: 1px solid #ddd;
        border-bottom: none;
        background: #fff;
        margin-bottom: -2px !important;
    }

.nav-pills-dropdown {
    display: none;
}

.gender-info {
    margin: 0 20px 0 10px;
}

.manage-reg-wrap select {
    padding: 8px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}

.regInfo .row-interest {
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

    .regInfo .row-interest .ttWrap {
        margin-bottom: 20px;
    }

        .regInfo .row-interest .ttWrap:last-child {
            margin-bottom: 0;
        }

.ttWrap input[type=checkbox], .ttWrap input[type=radio] {
    vertical-align: top;
    width: 10%;
}

.ttWrap label {
    font-weight: 400;
    margin-left: 10px;
    width: 80%;
    vertical-align: top;
}

.button-wrap {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

input.button02.reset {
    background: #757575;
}

input.button02 {
    border: 0;
    color: #fff;
    xtext-transform: uppercase;
    padding: 10px 20px;
    margin-right: 20px;
    background: #DC2A2A;
}

.logreg .success-alert {
    padding: 15px;
    text-align: center;
    padding-bottom: 20px;
    color: #1dae4d;
}

h1.success, h1.error {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.logreg .error-alert {
    padding: 15px;
    text-align: left;
    padding-bottom: 20px;
    color: #DC2A2A;
}
/*-----------------------*
 :INFO MESSAGE BOX */

.message-box {
    background: #f4f0e2;
    padding: 12px 12px;
    border-radius: 4px;
    border: 1px solid #e1e5e8;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
}

    .message-box .fa-info-circle {
        color: rgba(72, 147, 190, 0.4);
        margin: 0 auto;
        text-align: center;
    }

    .message-box .message-text label {
        margin-bottom: 5px;
        color: #1d7ea4;
    }

    .message-box .message-text p {
        margin-bottom: 0;
        color: #1d7ea4;
        line-height: 1.25em;
    }

    .message-box .exit-button {
        position: absolute;
        right: 20px;
        top: 8px;
        font-size: 22px;
        color: rgba(72, 147, 190, 0.4);
        cursor: pointer;
    }

    .message-box.message-box-dark {
        background: #555e67;
    }

        .message-box.message-box-dark p {
            color: #fff;
        }

        .message-box.message-box-dark .fa-info-circle {
            color: #e2e2e2;
        }
/*-----------------------*
  :RESPONSIVE TABLE */

.table-wrap, .devicetable-wrap {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}


    .table-wrap tr, .devicetable-wrap tr {
        background: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .table-wrap th, .table-wrap td, .devicetable-wrap th, .devicetable-wrap td {
        padding: 20px;
        text-align: left;
        font-weight: 700;
        color: #262626;
    }

    .table-wrap th, .devicetable-wrap th {
        font-size: .95em;
        text-transform: uppercase;
    }

span.o-time, span.o-package {
    display: block;
    font-size: 0.85em;
    margin: 10px 0;
    font-weight: 400;
}

.status-button {
    margin: 10px 0;
    display: block;
}
/*.status-button:hover {
	color: #2e6da4;
}*/
.btn.btn-primary.status-button {
    border-radius: 0;
}

.status-button a {
    color: #fff;
}

.table-wrap th:nth-child(2), .table-wrap tr td:nth-child(2) {
    width: 30%;
}

.table-wrap th:nth-child(5), .table-wrap tr td:nth-child(5) {
    width: 22%;
}

.table-wrap th:nth-child(3), .table-wrap th:nth-child(4), .table-wrap tr td:nth-child(3), .table-wrap tr td:nth-child(4) {
    text-align: center;
}
/*-----------------------*
  :SUBSCRIBE INFO */

.subscribe-list {
    overflow: hidden;
    display: block;
}

.subscribe-list-info label {
    margin-bottom: 10px;
}

.subscribe-list-info p {
    margin-bottom: 5px;
}

.subscribe-list-info {
    overflow: hidden;
    display: block;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}

.subscribe-list-set {
    overflow: hidden;
    display: block;
}

.subs-pkg-info {
    background: #f0f0f0;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .subs-pkg-info .details-info {
        background: #2d2d2d;
        position: relative;
        padding-right: 0;
    }
/*.subs-pkg-info .details-info:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	display: block;
	width: 48px;
	background: #2e2e2e;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}*/
.details-info-sub {
    padding: 10px;
    overflow: hidden;
    display: block;
}

    .details-info-sub i {
        font-size: 1.8em;
        color: #60c682;
    }

    .details-info-sub h3 {
        color: #e5c357;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .details-info-sub p {
        color: #fff;
        margin-bottom: 6px;
        font-size: 0.95em;
        line-height: 1.4em;
    }

label.count-time {
    background: #3c8bd3;
    padding: 12px 20px;
    color: #fff;
    font-size: 1.4em;
    min-width: 78px;
}

.count-time-wrapper.center {
    padding-left: 0;
}

.details-button {
    align-items: center;
    display: flex;
    padding: 0 25px;
    padding-top: 3%;
    margin: 0 auto;
    text-align: center;
}

    .details-button > div {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        display: block;
        overflow: hidden;
    }

.option-button {
    padding: 10px 15px;
    margin: 10px 6px;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
}

    .option-button:hover {
        background: #2471cd;
        color: #fff;
    }

    .option-button.package {
        color: #dc2a2a;
        border: 1px solid #dc2a2a;
        text-align: center;
    }

        .option-button.package:hover {
            background: #dc2a2a;
            color: #fff;
        }

    .option-button.activate, .option-button.deactivate {
        margin: 10px 6px;
    }

    .option-button.activate {
        color: #0eb545;
        border: 1px solid #0eb545;
        text-align: center;
    }

        .option-button.activate:hover {
            background: #0eb545;
            color: #fff;
        }

    .option-button.deactivate {
        color: #616467;
        border: 1px solid #616467;
        text-align: center;
    }

        .option-button.deactivate:hover {
            background: #616467;
            color: #fff;
        }

    .option-button:last-child {
        margin-right: 0;
    }

    .option-button.inactive {
        color: #cfcfcf;
        border: 1px solid #dedede;
        cursor: default;
    }

        .option-button.inactive:hover {
            color: #cfcfcf !important;
            border: 1px solid #dedede !important;
            background: none;
        }

.recurring-stat {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.recur-note {
    border-top: 1px solid #eee;
    padding: 10px;
    padding-bottom: 0;
    margin-top: 10px;
}

    .recur-note p {
        font-size: 0.90em;
        line-height: 1.2em;
        color: #eee;
    }

.subs-pkg-info .details-info-sub h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 10px;
}

/*-----------------------*
  :EXPIRED PACKAGE */

.expired .details-info-sub i, .expired .details-info-sub h3 {
    color: #7e7e7e;
}

.expired .count-time-wrapper p {
    display: none;
}

.expired label {
    background: #e14b4b;
    margin: 30px auto;
    font-size: 16px;
    color: #f29a9a;
    border-radius: 0;
}

.expired .details-info-sub p {
    color: #7e7e7e;
}

.expired .count-time-wrapper.center {
    margin-top: 0;
}

/*-----------------------*
 :RESET PASSWORD */

span.highlighthis {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 3px;
    font-size: 14px;
    color: #000000;
}

.resetpswd h2 {
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 600;
}
/*-----------------------*
 :FOOTER */

.footer {
    background: #444443;
    padding: 10px 0 20px 0;
}

    .footer h3 {
        color: #fff;
        font-weight: 600;
        padding-bottom: 10px;
        font-size: 0.875em;
        line-height: 1.429em;
        letter-spacing: 0.3px;
        padding-right: 10px;
    }

ul.footer-nav {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

    ul.footer-nav li {
        display: inline-block;
    }

        ul.footer-nav li a {
            color: #b5b5b5;
            font-weight: 400;
            vertical-align: middle;
            font-size: 0.85em;
            line-height: 25px;
        }

ul.social {
    overflow: hidden;
    display: block;
}

    ul.social li {
        float: left;
        margin: 0 6px 5px 0;
        padding: 0;
    }

span.divider {
    color: #d6d6d6;
    margin: 0 15px;
}

.copyright {
    text-align: left;
    color: #fff;
    font-size: 0.688em;
    letter-spacing: 0.5px;
    margin: 0;
}

.footer-col-right {
    float: right;
    text-align: right;
    margin-top: 10px;
}

    .footer-col-right h3, .footer-col-right ul {
        display: inline-block;
        vertical-align: middle;
    }

.youtube .icon.sprite-icon {
	background-position: -596px -381px;
	height: 31px;
	width: 31px;
}
.instagram-white .icon.sprite-icon {
    background-position: -668px -381px;
    height: 31px;
    width: 31px;
}
.twitter-white .icon.sprite-icon {
    background-position: -740px -381px;
    height: 31px;
    width: 31px;
}
.facebook-white .icon.sprite-icon {
    background-position: -812px -381px;
    height: 31px;
    width: 31px;
}
.telegram .icon.sprite-icon {
    background-position: -22px -447px;
    height: 25px;
    width: 25px;
}
.footer, .footer .container {
    background: #303030;
}

@media only screen and (min-width : 768px) {
    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {

    .details-button {
        min-height: auto;
    }

        .details-button > div {
            margin: 20px auto;
        }
}

@media only screen and (max-width : 767px) {
    .ttWrap-newsletter input[type=checkbox] {
        width: 8%;
    }

    .mobile-2field .col-xs-8 {
        font-size: 12px;
    }

    .details-button > div {
        padding: 15px 0;
    }

    .line-grid-right {
        border-right: none;
    }

    .line-grid-left {
        border-left: none;
        margin-left: 0;
    }

    .logreg {
        margin-top: 0;
    }

    .reg-content-desc {
        width: 100%;
    }

    .reg-button {
        width: 70%;
    }

    .loginForm .login-forgot {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .footer-col-right {
        text-align: left;
    }

    .transform-tabs {
        margin-bottom: 20px;
    }

    .nav-pills-dropdown {
        display: block;
        position: relative;
        font-weight: 600;
        border-radius: 0;
        border: 1px solid #d6d6d6;
        text-align: left;
        margin-top: 20px;
    }

        .nav-pills-dropdown:before {
            content: "";
            font-weight: 900;
            position: absolute;
            right: 12px;
            background: url("https://cdn.thestar.com.my/Themes/img/tsol-sprites.svg") -171px -98px no-repeat;
            width: 17px;
            height: 9px;
            top: 12px;
        }

    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
        padding: 0;
    }

    #nav-tabs-wrapper {
        display: none;
    }

    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

        .nav-tabs-horizontal > li {
            float: none;
        }

            .nav-tabs-horizontal > li + li {
                margin-left: 2px;
            }

            .nav-tabs-horizontal > li, .nav-tabs-horizontal > li > a {
                background: transparent;
                width: 100%;
            }

                .nav-tabs-horizontal > li > a {
                    border-radius: 4px;
                }

    .tab-panel-2 .nav-pills > li.active > a {
        border-top: none;
    }

    .tab-panel-2 .nav-pills > li {
        text-align: left;
    }

    .tab-search-results label {
        display: none;
    }

    .details-info-sub i {
        display: none;
    }

    .subs-pkg-info .details-info {
        padding-right: 15px;
    }

    .count-time-wrapper.center {
        padding-top: 10px;
        border-top: 1px solid #3c3c3c;
    }

    .option-button.package {
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }

    .option-button {
        float: none;
    }
    /*----RESPONSIVE TABLE----*/
    .table-wrap {
        border: 0;
    }

        .table-wrap caption {
            font-size: 1.3em;
        }

        .table-wrap thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-wrap tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .table-wrap td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: left;
        }

        .table-wrap tr td:nth-child(3), .table-wrap tr td:nth-child(4) {
            text-align: left;
        }

        .table-wrap td:before {
            content: attr(data-label);
            text-align: left;
            display: block;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .table-wrap td:last-child {
            border-bottom: 0;
        }

        .table-wrap th, .table-wrap td {
            padding: 10px;
        }

    span.o-time {
        display: inline-block;
        margin: 0 10px;
    }

    .table-wrap th:nth-child(2), .table-wrap tr td:nth-child(2) {
        width: 100%;
    }

    .table-wrap th:nth-child(5), .table-wrap tr td:nth-child(5) {
        width: 100%;
    }

    .details-button {
        padding-left: 15px;
    }

    .loginForm .fgt-pwd-url .login-forgot {
        text-align: left;
    }

    .devicetable-wrap th, .devicetable-wrap td {
        padding: 20px 6px;
        font-size: 13px;
    }
}
}
