﻿a:focus, a:hover {
    outline: none;
    text-decoration: none;
}


/* CSS Document */
.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 85px;
}

@font-face {
    font-family: "centuryGothic";
    font-weight: bold;
    src: url("dist/fonts/Century%20Gothic/4637.eot#iefix") format("embedded-opentype"), url("dist/fonts/Century%20Gothic/4637.woff") format("woff"), url("dist/fonts/Century%20Gothic/4637.ttf") format("truetype"), url("dist/fonts/Century%20Gothic/4637.svg") format("svg");
}

@font-face {
    font-family: "centuryGothic1";
    font-style: normal;
    font-weight: normal;
    src: local("gothic"), url("dist/fonts/Century%20Gothic/gothic.woff") format("woff"), url("dist/fonts/Century%20Gothic/gothic.ttf") format("truetype");
}

html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:focus {
    outline: medium none;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #1f1f1f;
    font-size: 16px;
    padding: 15px 32px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a > span {
        margin-right: 5px;
    }

.navbar-right {
    padding-top: 24px;
}

li.dropdown {
    background-color: #f58025;
}

    .navbar-default .navbar-nav > li.dropdown > a:hover, .navbar-default .navbar-nav > li.dropdown > a:focus, li.dropdown > a:active {
        color: #fff !important;
    }

.navbar-default .navbar-nav > li.dropdown > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #f58025;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #333;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    margin-top: 9px;
    padding: 20px 15px 0;
    width: 250px;
}

.dropdown-menu::before {
    border-bottom: 12px solid #333;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.3));
    height: 0;
    position: absolute;
    right: 30px;
    top: -12px;
    width: 0;
}

.dropdown-menu .form-control {
    border-color: #f58025;
    border-radius: 0;
}

.dropdown-menu .btn-orange {
    margin-bottom: 10px;
}

.dropdown-menu a {
    color: #fff;
    font-size: 12px;
    padding: 15px 0 !important;
}

.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #f58025;
    box-shadow: 0 2px 0 1px #ce5a00;
    color: #fff;
    outline: medium none;
    text-transform: uppercase;
}

    .btn-orange:focus:active {
        box-shadow: none;
        outline: medium none;
    }

.carousel-indicators {
    left: 0;
    margin: 0;
    width: 20%;
}

    .carousel-indicators li {
        background-color: #fff;
        margin-right: 10px;
    }

    .carousel-indicators .active {
        background-color: #f58025;
        border-color: #f58025;
        margin-right: 10px;
    }

.carousel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.slider-head {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 26, 123, 0.5), transparent) repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

    .slider-head h1 {
        font-size: 30px;
        margin: 0;
    }

.slider {
    clear: both;
    max-height: 425px;
    overflow: hidden;
    position: relative;
}

.secondbg {
    background: rgba(0, 0, 0, 0) url("/images/bg1.png") repeat scroll 0 0;
    float: left;
    margin-top: -100px;
    padding-top: 100px;
    width: 100%;
}

.features {
    background: rgba(0, 0, 0, 0) url("/images/homeTopBG.png") repeat fixed 0 0;
    padding: 90px 0 40px;
}

.featureshome {
    background: rgba(0, 0, 0, 0) url("/images/homeTopBG.png") repeat fixed 0 0;
    padding: 125px 0 125px !important;
}

.features2 {
    padding: 40px 0;
}

.features h3 {
    font-size: 18px;
    font-weight: bold;
}

.features .img-holder {
    background-color: #f58025;
    border: 7px solid #efefef;
    border-radius: 50%;
    height: 130px;
    margin: 0 auto;
    padding: 5%;
    width: 130px;
}

.features p {
    margin: 0 auto;
    max-width: 290px;
}

.about #map-img {
    background-image: url(/images/slide1_New.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    background-position: center center;
}

.para-back {
    background: rgba(0, 0, 0, 0) url("/images/bg_pattern1.png") repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    position: relative;
}

.about p {
    font-size: 15px;
    line-height: 34px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: justify;
}

.features .col-sm-4 > .img-holder > img {
    transform-style: preserve-3d;
    transition: all 0.9s ease 0s;
}

.features .col-sm-4:hover > .img-holder > img {
    transform: rotateY(360deg);
}

.no-padding {
    padding: 0;
}

.testimonial {
    background-color: #f58025;
    padding: 40px 0;
    text-align: center;
}

    .testimonial p {
        color: #fff;
        float: left;
        font-size: 20px;
        margin: 0 10px auto;
        width: 85%;
    }

    .testimonial hr {
        width: 250px;
    }

    .testimonial p.name {
        font-weight: bold;
    }

#carousel-testimonial .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 7%;
}

footer {
    background-color: rgb(31, 31, 31);
    color: rgb(255, 255, 255);
    padding: 25px 0;
    width: 100%;
    height:80px;
    float: left;
    width: 100%;
}
.about{
        float: left;
    width: 100%;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -80px;
}

    footer a, footer a:hover, footer a:focus {
        color: #fff;
        font-weight: bold;
    }

    footer .social {
        margin-left: 10px;
    }

        footer .social img {
            opacity: 0.2;
            transition: all 0.2s ease 0s;
            width: 45px;
        }

            footer .social img:hover {
                opacity: 1;
            }

.log_out > li {
    text-align: right;
}

.log_out {
    margin: 0;
}

    .log_out > li {
        float: right;
        list-style: outside none none;
        text-align: right;
    }

    .log_out a {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 10px;
        padding: 0 32px;
        text-decoration: none;
        text-transform: uppercase;
    }

.activ_sub {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(97, 97, 97, 1) 100%) repeat scroll 0 0;
    /*background-color: rgb(42, 42, 42);*/
    border-bottom: 4px solid rgb(196, 196, 196);
    margin-bottom: 40px;
    padding-bottom: 20px;
}

    .activ_sub li a {
        color: rgb(255, 255, 255);
        font-size: 18px;
    }

    .activ_sub li {
        margin-bottom: 10px;
        margin-top: 20px;
    }

.manage {
    color: rgb(255, 138, 29);
}

.heading1 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 15px;
}

    .heading1 > span {
        border-bottom: 4px solid rgb(255, 138, 29);
        padding-bottom: 20px;
    }

.heading2 {
    background-color: rgb(230, 230, 230);
    color: rgb(255, 138, 29);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.icon1 {
    margin-left: 10px;
}

#panel, #flip {
    background-color: #fff;
}

.col-sm-2.control-label.mar-chng {
    margin-top: 30px;
}

.form-control.form-issue {
    background-color: rgb(251, 251, 251);
    height: 110px;
}

.form-control.form-info {
    height: 45px;
}

    .form-control.form-info.Subscription {
        height: 35px !important;
    }

    .form-control.form-info.Activation {
        height: 35px !important;
    }

.form-control.form-chahin {
    height: 45px;
}

.col-sm-2.control-label.info_change {
    margin-top: 10px;
}

.heading3 {
    background-color: rgb(230, 230, 230);
    color: rgb(255, 138, 29);
    cursor: pointer;
    font-family: CenturyGothic;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#panel_change, #flip_change {
    background-color: #fff;
}

.heading4 {
    color: rgb(31, 31, 31);
    font-family: centuryGothic;
    font-size: 14px;
}

.subs {
    border-bottom: 1px solid rgb(196, 196, 196);
    margin: 0 0 5px;
    padding-bottom: 10px;
}

#panel_unchange, #flip_unchange {
    background-color: #fff;
}

.headitem {
    background-color: rgba(51, 51, 51, 0.8);
    color: rgb(255, 255, 255);
}

.dating {
    background-color: rgb(242, 242, 242);
}

.code {
    background-color: rgb(248, 249, 248);
}

.icon3 {
    width: 22%;
}

.icon4 {
    padding-left: 10px;
}

.btn.btn-primary.btn-lg.btn-issue {
    background-color: rgb(245, 128, 37);
    border: medium none rgb(245, 128, 37);
    border-radius: 6px;
    padding: 10px 30px;
}

.btn.btn-default.btn-lg.btn-more {
    background-color: rgb(245, 128, 37);
    border: medium none rgb(245, 128, 37);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    float: right;
    padding: 10px 25px;
}

.pharagraph1 {
    margin-top: 40px;
}

.ac_color {
    color: rgb(255, 138, 29) !important;
}

.menu-change li a {
    background-color: rgb(237, 237, 237) !important;
    color: #444;
    font-size: 12px;
    height: 40px;
}

.icon5 {
    margin-top: -5px;
}

.detail_change {
    color: rgb(0, 0, 0) !important;
}

.account_detail {
    padding-bottom: 75px;
    padding-top: 50px;
}

.tab-content {
    border: 2px solid #ababab;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.heading5 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 18px;
    margin-left: 25px;
    margin-top: 30px;
    text-decoration: underline;
}

.acc_detail {
    margin-left: 30px;
}

.pharagraph2 {
    font-size: 16px;
    font-weight: lighter;
    margin-left: 25px;
}

.subs.method > li {
    font-size: 15px;
    margin-bottom: 6px;
}

.subs.method {
    border-bottom: medium none;
}

.heading6 {
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
}

.subs.method.firmware {
    padding-left: 25px;
}

    .subs.method.firmware > li {
        list-style: outside none none;
    }

.latest_firmware {
    margin-top: 30px;
}

.pharagraph3 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 16px;
    margin-left: 25px;
}

.btn.btn-default.btn-lol {
    background-color: rgb(255, 138, 29);
    border: 1px solid rgb(255, 138, 29);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    margin-top: 7px;
    padding: 4px 28px;
}

.phara {
    font-size: 15px;
}

.gnss {
    margin-bottom: 30px;
    margin-left: 55px;
    margin-top: 30px;
}

.botyo {
    text-align: right;
}

    .botyo.botom {
        bottom: 20px;
        position: absolute;
        right: 20px;
    }

.class blog {
    background-color: #f2f2f2;
}

.head {
    margin-top: 10px;
    overflow: visible !important;
    padding-bottom: 40px;
}

.phara1 {
    float: right;
}

.row.testimonial.hemesphere {
    background-color: rgb(242, 242, 242);
    margin-bottom: 40px;
}

.phara1 > a {
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.botyo.botom {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.tab-pane {
    position: relative !important;
}

.heading7 > span {
    background: rgb(242, 242, 242) none repeat scroll 0 0;
    padding: 0 15px;
    position: relative;
    top: -15px;
}

.heading7 {
    border-top: 2px solid rgb(255, 138, 29);
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.col-sm-12.bod_bottom {
    padding-bottom: 40px;
}

.method_payment {
    border: 0 solid rgb(204, 204, 204);
    overflow: hidden;
    padding: 20px 0 20px 20px;
}

.master {
    color: rgb(51, 51, 51);
    font-family: CenturyGothic;
    font-size: 16px;
    margin-left: 30px;
}

.pharagraph4 > span {
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.pharagraph4 {
    margin-bottom: 15px;
}

.bill_info {
    padding-bottom: 90px;
    padding-top: 70px;
}

*::after, *::before {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #ababab none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
}

.billing_change li a {
    background-color: #dfdfdf !important;
    border: medium none !important;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 14px 15px;
    text-align: center;
    text-transform: uppercase;
}

.master.copy {
    margin: 0;
}

.nav.nav-tabs.menu-change.billing_change {
    border-bottom: medium none;
}

.heading8 {
    color: rgb(255, 138, 29);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tab-content.tab_info {
    border-color: rgb(204, 204, 204) -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
}

.account_detail.history {
    padding-bottom: 125px;
}

.heading9 {
    color: rgb(255, 138, 29);
    font-family: CenturyGothic;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.technical_resorses {
    padding-bottom: 30px;
    padding-top: 30px;
}

.pharagraph5 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    margin-bottom: 30px;
}

.phara2 {
    font-family: CenturyGothic;
    font-size: 18px;
    margin-bottom: 0;
}

.contact_link {
    color: rgb(255, 138, 29);
    font-size: 18px;
}

.link_ref {
    margin-bottom: 18px;
}

.phara3 {
    float: left;
    font-size: 17px;
    margin-left: 15px;
}

.icon6 {
    float: left;
}

.phara3.p_email {
    margin-top: 12px;
}

.phara3 > span {
    color: rgb(51, 51, 51);
    font-family: CenturyGothic;
}

.phara3.p_email > span {
    color: rgb(255, 138, 29);
}

.tech_support {
    margin-bottom: 15px;
    overflow: hidden;
}

.phara3.add {
    margin-top: 7px;
}

.history_support {
    margin-bottom: 60px;
    margin-top: 10px;
}

.link_change {
    color: rgb(255, 138, 29);
}

.phara3.p_email > span a {
    color: rgb(255, 138, 29);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 138, 29) !important;
}

.ctools-close-modal.btn.btn-default.btn_lose.ctools-close-modal-processed {
    background-color: rgb(204, 204, 204);
    border-radius: 6px;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 24px;
}

.nav.navbar-nav.navbar-right.main_change a {
    padding: 15px 23px;
}

.dating span, .code span {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.table {
    margin: 0;
}
/*.type, .type-inner {
    display: none;
}*/

.type-inner {
    display: none;
}



.carousel-inner .item > img {
    max-height: 422px;
    width: 100%;
}

#map-img {
    max-height: 370px;
    overflow: hidden;
}
    /*15-10-2016*/
    #map-img img {
        height: 350px;
        width: 100%;
    }
/*15-10-2016*/
.mycontenthome {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(245, 245, 245, 1) 51%, rgba(254, 254, 254, 1) 100%) repeat scroll 0 0;
    min-height: 300px;
}

.mycontent {
    min-height: 200px;
}

.brekerani {
    float: left;
    height: 30px;
    margin: 20px 0;
    padding: 0 50px 0 0;
    width: 100%;
}

.brekerani2 {
    margin-top: 0;
    padding: 0 0 0 50px;
}

.line {
    border-bottom: 1px solid #333;
    margin-top: 30px;
    position: relative;
}

.linef {
    border-bottom: 1px solid #333;
    margin-top: 30px;
    position: relative;
}

.circlecon {
    position: absolute;
    top: -25px;
}

.circlecon2 {
    position: absolute;
    right: 0;
    top: -25px;
}

.circle {
    background: #f58025 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.para-back:hover .circle {
    font-size: 40px;
}

.innerconsec {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(97, 97, 97, 1) 100%) repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    min-height: 160px;
    padding: 59px 20px 10px;
}

    .innerconsec h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 15px;
        padding-bottom: 20px;
        position: relative;
    }

        .innerconsec h3::after {
            background: #fd984a none repeat scroll 0 0;
            bottom: 0;
            content: "";
            display: inline-block;
            height: 2px;
            left: 50%;
            margin-left: -55px;
            position: absolute;
            width: 110px;
        }

.about p {
    float: left;
    width: 100%;
}

.hexagon {
    background-color: #b3c635;
    ;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    display: inline-block;
    height: 61.78px;
    left: 50%;
    margin: 30.89px 0 30.89px -52px;
    position: absolute;
    top: -62px;
    transition: all 0.3s ease-in-out 0s;
    width: 107px;
}

.innerconsec .hexagon img {
    left: 7px;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: all 0.9s ease 0s;
}

.innerconsec:hover .hexagon {
    transform: scale(1.1);
}

    .innerconsec:hover .hexagon img {
        transform: rotateY(360deg);
    }

.carousel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0);
}

.hexagon::before, .hexagon::after {
    background-color: inherit;
    content: "";
    height: 75.66px;
    left: 8.6698px;
    position: absolute;
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    width: 75.66px;
    z-index: 1;
}

.hexagon::before {
    border-right: 9.8995px solid #ffffff;
    border-top: 9.8995px solid #ffffff;
    top: -37.8302px;
}

.hexagon::after {
    border-bottom: 9.8995px solid #ffffff;
    border-left: 9.8995px solid #ffffff;
    bottom: -37.8302px;
}

.hexagon > img {
    margin-top: -10px;
    position: relative;
    z-index: 20;
}

.carousel .glyphicon {
    background: #666 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.testimonial .carousel-inner {
    margin: 0 auto;
    padding-bottom: 35px;
    width: 90%;
}

.testimonial .carousel {
    border-bottom: 2px solid rgb(255, 138, 29);
}

.mynav {
    box-shadow: 0 5px 5px 0 rgba(140, 140, 140, 0.45);
    margin-bottom: 0 !important;
    position: relative;
    z-index: 99;
}

.maynavcon {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(245, 245, 245, 1) 51%, rgba(254, 254, 254, 1) 100%) repeat scroll 0 0;*/
    float: left;
    padding: 0 15px 2px;
    width: 100%;
    background: #fff;
}

.main_header {
    background: rgb(179, 198, 53) none repeat scroll 0 0;
    color: #fff;
    padding: 3px;
}
ActivationDetail
.productOverviewBlock .svgCircleBlock {
    background-color: #f58025;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    display: inline-block;
    height: 61.78px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -30px;
    width: 107px;
}

    .productOverviewBlock .svgCircleBlock::before, .productOverviewBlock .svgCircleBlock::after {
        background-color: inherit;
        content: "";
        height: 75.66px;
        left: 8.6698px;
        position: absolute;
        transform: scaleY(0.5774) rotate(-45deg);
        width: 75.66px;
        z-index: 1;
    }

    .productOverviewBlock .svgCircleBlock::before {
        border-right: 9.8995px solid #ffffff;
        border-top: 9.8995px solid #ffffff;
        top: -37.8302px;
    }

    .productOverviewBlock .svgCircleBlock::after {
        border-bottom: 9.8995px solid #ffffff;
        border-left: 9.8995px solid #ffffff;
        bottom: -37.8302px;
    }



.productOverviewWrapper .productOverviewBlock .svgCircleBlock .lazy-line {
    float: left;
    height: 93px !important;
    vertical-align: middle;
    width: 93px !important;
}

    .productOverviewWrapper .productOverviewBlock .svgCircleBlock .lazy-line svg {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 78%;
        position: relative;
        top: -5px;
        z-index: 999;
    }

.productOverviewWrapper #svgOverlay, #undefined {
    display: table;
    height: 95px;
    left: 50%;
    margin-left: -52px;
    position: absolute;
    top: -34px;
    width: 95px;
    z-index: 9999;
}

.productOverviewWrapper.industriesmarine #svgOverlay {
    margin-left: 115px;
}

.productOverviewWrapper #svgOverlay div {
    display: block;
    height: 95px !important;
    vertical-align: middle;
    width: 95px !important;
}

.productOverviewWrapper #svgOverlay .lazy-line svg {
    display: block;
    height: auto;
    margin-left: 20px;
    max-width: 75%;
}

.carousel-inner .item h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    transition: all 0.7s ease-in-out 0s;
    width: 0;
}

.carousel-inner .item.active h1 {
    max-width: 100%;
    opacity: 1;
    width: 300px;
}

.carousel-inner .item h1 span {
    color: #f58025;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
    white-space: nowrap;
    width: 100%;
}

.tablecon {
    float: left;
    margin: 30px 0;
    overflow: auto;
    width: 100%;
}

    .tablecon table {
        float: left;
        width: 100%;
    }

        .tablecon table th {
            /*background: #333 none repeat scroll 0 0;*/
            /*background:  rgba(255, 138, 29, 0.7);*/
            background: rgba(51, 51, 51, 0.8);
            color: #fff;
            font-size: 13px;
            padding: 10px;
        }

        .tablecon table td {
            font-size: 13px;
            padding: 10px;
        }

            .tablecon table td a {
                color: #ff8a1d;
            }

        /*.tablecon table tr {
            background: #efefef none repeat scroll 0 0;
            border-left: 3px solid #efefef;
        }*/

        .tablecon table tr:nth-child(2n) {
            /*background: #fff none repeat scroll 0 0;*/
            background: #f2f2f2 none repeat scroll 0 0;
            /*border-left: 3px solid #fff;*/
        }

        /*.tablecon table tr:first-child, .tablecon table tr:hover {
            background: #ffddbf none repeat scroll 0 0;
            background: #fff none repeat scroll 0 0;
            border-left: 3px solid #ff8a1d;
        }*/

        /*.tablecon table tr {
            background-color: rgb(242, 242, 242);
        }*/

.midcon {
    float: left;
    padding: 50px 0 70px;
    width: 100%;
}

.mymdl1 {
    font-size: 12px;
    max-width: 100%;
    width: 1000px;
}

    .mymdl1 .tablecon {
        margin: 0;
        max-height: 500px;
    }

        .mymdl1 .tablecon th {
            background: #666 none repeat scroll 0 0;
        }

    .mymdl1 .modal-body {
        margin: 20px 0;
        max-height: 80%;
        overflow: auto;
        padding: 0 30px;
    }

.recive_info h1 {
    margin-bottom: 0;
}

#flip, #flip_change, #flip_unchange {
    border-bottom: 2px solid #b5b5b5;
}

.instruction h1, .subscription_info h1 {
    margin: 20px 0 0;
}

.myentry {
    background: #777 none repeat scroll 0 0;
    color: #fff;
    display: none;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 15px;
    width: 100%;
}

    .myentry input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #fff;
        border-image: none;
        border-style: solid;
        border-width: 0 0 2px;
        color: #fff;
        height: 28px;
        margin-left: 20px;
        min-width: 100px;
        width: 30%;
    }

    .myentry a {
        background: #ff8a1d none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        padding: 0 10px;
    }

.subscription_info {
    margin-bottom: 50px;
}

#panel_unchange, #panel_change, #panel {
    background: #fbfbfb none repeat scroll 0 0;
    padding: 20px;
}

.myentry label {
    line-height: 36px;
    margin-bottom: 0;
}

#panel label {
    line-height: 40px;
    margin-bottom: 0;
}

.myfrm > div {
    margin-bottom: 10px;
    margin-top: 10px;
}

.panelcon {
    display: none;
}

    .panelcon.show {
        display: block;
    }

.toolcon {
    float: left;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
}

    .toolcon .glyphicon {
        font-size: 20px;
    }

    .toolcon span {
        cursor: pointer;
    }

    .toolcon:hover .mytooltip {
        display: block;
    }

.mytooltip {
    background: #555 none repeat scroll 0 0;
    border-radius: 10px;
    display: none;
    height: 300px;
    left: -250px;
    padding: 15px;
    position: absolute;
    top: -310px;
    width: 500px;
}

    .mytooltip::after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #555;
        content: "";
        height: 0;
        left: 52%;
        position: absolute;
        width: 0;
    }

.innrblkcon {
    margin-bottom: 20px;
    min-height: 150px;
}

.updatecard {
    margin-bottom: 30px;
}

.formhead {
    background: #bfbfbf none repeat scroll 0 0;
    margin: 10px 0;
    padding: 10px;
}

#msform {
    float: left;
    margin: 50px auto;
    position: relative;
    text-align: center;
    width: 100%;
}

    #msform h2 {
        font-weight: bold;
        text-align: left;
    }

    #msform .blkcon {
        background: white none repeat scroll 0 0;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        float: left;
        padding: 20px 30px;
        width: 100%;
    }

.action-button {
    background: #ff8a1d none repeat scroll 0 0;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 15px;
    min-width: 100px;
    padding: 10px 15px;
    border-radius: 6px;
}



.fs-title {
    color: #2c3e50;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fs-msg {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 10px;
}

.fs-subtitle {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
}

#progressbar {
    counter-reset: step;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

    #progressbar li {
        background: #555 none repeat scroll 0 0;
        color: white;
        float: left;
        font-size: 14px;
        line-height: 40px;
        list-style-type: none;
        position: relative;
        text-transform: uppercase;
        width: 33.33%;
    }

        #progressbar li:last-child::after {
            content: none;
        }

        #progressbar li::after {
            border-bottom: 20px solid transparent;
            border-left: 10px solid #555;
            border-top: 20px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -10px;
            width: 0;
            z-index: 99;
        }

        #progressbar li::before {
            border-bottom: 24px solid transparent;
            border-left: 12px solid #fff;
            border-top: 24px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -12px;
            top: -4px;
            width: 0;
            z-index: 98;
        }

        #progressbar li.active::after {
            border-left: 10px solid #ff8a1d;
        }

        #progressbar li.active {
            background: #ff8a1d none repeat scroll 0 0;
            color: white;
        }

.billing_change {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}

    .billing_change li, .billing_change li > a {
        float: left;
        width: 100%;
    }

        .billing_change li > a {
            border-radius: 30px 0 0 30px;
            display: inline-block;
            height: auto;
        }

        .billing_change li.active > a {
            background: #ababab none repeat scroll 0 0 !important;
            color: #fff !important;
        }

    .billing_change li {
        position: relative;
    }

        .billing_change li.active::after {
            border-bottom: 4px solid transparent;
            border-right: 4px solid #ababab;
            border-top: 4px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: 0;
            top: -3px;
            width: 0;
        }

        .billing_change li.active:first-child::after {
            display: none;
        }

        .billing_change li.active::before {
            border-bottom: 4px solid transparent;
            border-right: 4px solid #ababab;
            border-top: 4px solid transparent;
            bottom: 5px;
            content: "";
            height: 0;
            position: absolute;
            right: 0;
            width: 0;
        }

.log_out img {
    max-height: 13px;
}

.pharagraph4 {
    font-size: 12px;
    text-align: left;
}

    .pharagraph4 > span.label {
        display: inline-block;
        float: left;
        font-weight: bold;
        min-width: 150px;
        text-align: left;
    }

.termsdialog {
    max-width: 100%;
    width: 1000px;
}

.firmsupport {
    max-width: 90%;
    width: 800px;
}

.completeord {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 200px 0;
    text-align: center;
    width: 100%;
}

    .completeord img {
        margin-right: 20px;
    }

.youacctab {
    height: 400px;
}

.biilinfocon .tab-pane {
    min-height: 300px;
}

    .biilinfocon .tab-pane .btn-issue {
        bottom: 15px;
        position: absolute;
        right: 15px;
    }

    .biilinfocon .tab-pane .btn-issue-left {
        bottom: 15px;
        left: 15px;
        position: absolute;
    }

#terms .modal-body {
    max-height: 500px;
    overflow: auto;
}

.action-button:hover {
    color: #fff;
}

.success_main, .success_main h2 {
    text-align: center !important;
}

.forgot_link_main {
    margin-top: 15px;
}

.forgot_pass {
    margin: 15px 0 !important;
}

.m-t-20 {
    margin-top: 20px;
}

.page-container {
    min-height: 100%;
}

.cls {
    background-color: #444;
    border-radius: 10px;
    font-size: 10px;
    padding: 4px 6px;
    text-align: left;
    width: 20px;
}

.checkbox::before {
    clear: both;
    content: "";
    display: table;
}

.update-nag {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

    .update-nag:hover {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .update-nag > .update-split {
        background: #337ab7 none repeat scroll 0 0;
        color: #fff !important;
        float: left;
        height: 100%;
        text-align: center;
        width: 33px;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px) !important;
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c none repeat scroll 0 0 !important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f none repeat scroll 0 0 !important;
        }

        .update-nag > .update-split.update-info {
            background: #5bc0de none repeat scroll 0 0 !important;
        }

    .update-nag > .update-text {
        line-height: 19px;
        padding-left: 45px;
        padding-right: 10px;
        padding-top: 11px;
        font-size: 13px;
    }

.close {
    color: #fff;
    opacity: 1;
}
/*.ui-dialog {
    min-width:1000px;
}*/


.ui-dialog {
    min-width: 50%;
    width: 50% !important;
}

.dataTables_wrapper {
    overflow: auto;
}


/*27-09-2016*/

.myentry-blk {
    display: inline-block;
    width: 50%;
}

.my-blk-1 {
    width: 98%;
    position: relative;
}

.myentry .myentry-blk input {
    width: 59%;
}

.myentry .myentry-blk.my-blk-1 input {
    width: 74%;
}

.or-div {
    height: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    /*width: 600px;*/
    margin: 0 auto 30px;
}

    .or-div span {
        background-color: #777;
        padding: 0 15px;
    }

.myentry.text-center {
    padding: 25px 15px 25px;
}

.my-blk-1 > span {
    display: block;
    clear: both;
    font-style: italic;
    opacity: 0.8;
    font-size: 12px;
    position: absolute;
    right: 13%;
    bottom: -14px;
}
/*end 27-09-2016*/

/*28-09-2016*/
#records_table .table tbody > tr:nth-child(4n-3), #records_table .table tbody > tr:nth-child(4n-2) {
    background-color: #f3f3f3;
}

    #records_table .table tbody > tr:nth-child(4n-2) > td {
        border-top: none;
    }

#records_table .table tbody > tr:nth-child(4n) > td {
    border-top: none;
}

#records_table .table-filter tbody tr:hover {
    background-color: #e9e9e9;
}

.container-fluid {
    padding: 0 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.style-none {
    list-style: none;
    padding-left: 0;
}

.mt0 {
    margin-top: 0;
}

.other-subs .ladda-button[data-color=green] {
    background: #f58025;
    border-color: #f58025;
    margin-top: 15px;
}

.other-subs .btn-primary {
    background-color: #001A7B;
    border-color: #001A7B;
}

.other-subs .table-filter .media .title {
    color: #f58025;
}
/*end 28-09-2016*/

/*15-10-2016*/

.container-fluid.para-back {
    padding: 0;
}

.mynav .navbar-nav li.dropdown.menu-dd {
    background-color: transparent;
}

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a {
    color: #1f1f1f;
}

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu {
    padding: 0;
    margin-top: 0;
}

    .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a {
        color: #fff;
        font-size: 15px;
        padding: 15px !important;
    }

        .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a:hover,
        .mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > .dropdown-menu a:focus {
            background-color: #222;
            color: rgb(255, 138, 29);
        }

.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a:hover,
.mynav.navbar-default .navbar-nav > li.dropdown.menu-dd > a:focus,
.mynav li.dropdown.menu-dd > a:active {
    color: rgb(255, 138, 29) !important;
}

.mynav.navbar-default .navbar-nav > .open.menu-dd > a,
.mynav.navbar-default .navbar-nav > .open.menu-dd > a:focus,
.mynav.navbar-default .navbar-nav > .open.menu-dd > a:hover {
    background-color: transparent;
}

.mynav.navbar-default .navbar-nav > .menu-dd:hover > .dropdown-menu {
    display: block;
}
/*--15-10-2016*/

/*- 24-10-2016 -*/
.other-subs .glyphicon.glyphicon-arrow-right {
    font-size: 24px;
    vertical-align: text-bottom;
    margin-left: 1cm;
}

.navbar-brand img {
    max-width: 237px;
}

.navbar-brand {
    padding: 22px 15px !important;
}


.glyphicon-plus-sign:before {
    content: "\e081";
}

h1.heading8 a {
    background-color: #ff8a1d !important;
    border: none !important;
}

.paginate_active {
    background: none repeat scroll 0 0 #ff8a1d !important;
}

input#btnAdd {
    background-color: #b3c635;
    border-color: #b3c635;
}

button#btnTest {
    display: none;
}

button#btnSave {
    background-color: #b3c635;
    border-color: #b3c635;
}

.entry.input-group.col-xs-5 {
    padding: 0;
}

#View .panel-heading,
#InUserView .panel-heading {
    background-color: #b1b1b1 !important;
}

#records_table th {
    background: #949494;
}
/* -- 24-10-2016 */


/*22-02-2017*/
#View .panel-primary,
#View .panel-heading,
#InUserView .panel-primary,
#InUserView .panel-heading {
    border: #000;
}

.CX span.glyphicon {
    color: rgba(31, 31, 31, 0.7);
}

.paginate_button_disabled {
    color: rgba(0, 0, 0, 0.7) !important;
}

#tblMain_wrapper table th,
table#tblMain th {
    background-color: rgba(51, 51, 51, 0.8) !important;
}

.m-id .form-control {
    width: 25%;
}


/*04-04-2017*/
.clsNote {
    float: left;
    width: 100%;
}
/*narola pk*/
img#imgid {
    width: 40px;
    cursor: pointer;
}

.activation-code {
    max-width: 150px;
    word-wrap: break-word;
}

/*27-05-2017*/

.activationType {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.page-container{
    /*position:relative;
    padding-bottom:69px;*/
    height:100%;
}
/*03-01-2017*/
.esnlist {
    height: 339px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

.ActivationDetail{
    margin-bottom:20px;
    float:left;
    width:100%;
}

@media (max-width: 360px) {
    .heading1 {
        font-size: 22px;
    }

    .heading2 {
        font-size: 19px;
    }

    .heading3 {
        font-size: 16px;
    }

    .text-right {
        text-align: left;
    }

    #panel_unchange {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .botyo.botom {
        float: left;
        padding: 20px;
        position: static;
        text-align: center;
        width: 100%;
    }

    .innerconsec {
        margin-top: 100px;
    }

    .m-id .form-control {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .heading7 > span {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .mymdl1 .tablecon {
        max-height: 300px;
    }
}

@media(min-width:1650px) {
    .orderblocks {
        width: 1600px;
        max-width: 1600px;
        margin: 0 auto;
    }

    .about #map-img {
        max-height: 300px;
    }

    .orderblocks > div > div {
        width: 29%;
        margin: 0 2.16%;
    }
}

@media only screen and (min-width: 1200px) {
    .ui-dialog {
        width: 1000px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .ui-dialog {
        min-width: 50%;
        width: 90% !important;
    }
}
