@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
    color: #646e82
}
.container{
	width:100% !important;
	max-width:100% !important;
}
.errorText{
	color:red;
}
.paddLR{
    padding-left:15px;
    padding-right:15px;
}
.orText{
	position: absolute;
	left: -12px;
	font-size: 13px;
	font-weight: 600;
	top: 20px;
}

.required-back, .text-right.required, .text-right.required .required, .text-right.required small, .text-right .required{
    color: #ff0000;
    margin-top: 10px;
	font-weight:100 !important;
}

.prot_id {
    margin: 30px 0;
	font-size:12px;
}
.advertisement{
	margin: 0 auto;
    width: 728px; 
}
.userModal{
	margin-top:10px;
	text-transform:none;
}
.userModal a{
	color: #025eab;
	text-decoration:none;
}
#userModal{
	text-transform:none;
	
}
#userModal .modal-header h4{
	color: #000 !important;
}
#response{
	font-size: 14px;
}
.btn[disabled]{
	background-color:#f9a96a;
	border-color:#f9a96a;
}
#overlay, #overlay_selfcareModal {
    width: 100%;
    height: 100%;
    background: url('../images/loading_spinner.gif') no-repeat center #fff;
    opacity: 0.7;
    position: fixed;
    z-index: 5;
    top: 0;
    display: none;
}
.strike.priceOld {
    text-decoration: line-through;
    color: gray;
}
.border-top{
	border-top: medium double Black;
}
.directive{
	font-size:17px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #F49953;
    border-color: #F49953;
}
.form-group label {
    font-size: 14px;
    font-weight: normal;
   /* color: #646e82;*/
}

.form-group label span.gray {
    color: #005dab;
}
.dashboard .billing-box .links p small{margin-left:5px}
.errorText{
    color: #f00;
}
.error {
    display: block !important;
    color: #ff0000;
    line-height: 17px;
    display: block;
    font: normal 13px/18px arial,helvetica,sans-serif;
    margin: 0 0 0.5em;
    text-align: left;
}
input.error{
	color: #555;
	line-height: 1.42857143;
	font: normal 14px arial,helvetica,sans-serif;
}

.no-pad {
    padding: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

a.link1 {
    color: #fff;
    display: block;
    padding: 23px 0;
	font-weight:700;
}

.special_offers_area {
    background: url(../images/address_back.png) no-repeat top left;
    padding: 15px 0 10px 0
}

.title {
    background: #f57b20;
    padding: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.orange-title {
    font-size: 30px;
    color: #f57b20;
    text-transform: uppercase;
    padding: 30px
}

h1.pow {
    font-size: 36px;
    color: #005dab;
    text-transform: uppercase;
    padding: 0px 0px 20px;
    margin-top: 0px;
}

h1.pow span {
    font-weight: 700;
}
.panelHeaderText {
    font-weight: bold;
    font-size: 26px;
}
.cust-bttn{
	background:#f67a18;
	color:#fff;
	border-radius:0px;
	border:2px solid #f67a18;
	text-transform:uppercase;
	margin-right:3px;
}

.cust-bttn:hover ,.btn-primary:hover{
    background: #fff;
    color: #f67a18;
    border: 2px solid #f67a18;
}

.cust-bttn.hover {
    background: #fff;
    color: #f67a18;
    border: 2px solid #f67a18;
}

.cust-bttn.hover:hover {
    background: #f67a18;
    color: #fff;
}

.cust-bttn.hover.black {
    color: #696d88;
    border-right: 0px;
    float: left;
}

.cust-bttn.hover.black:hover {
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
	background-color:#f67a18;
	border-color:#f67a18;
	color: #fff;
}

.main-nav{
	margin-top:30px;
}
.main-nav .nav-tabs{
	border-bottom:0px;
	text-transform:uppercase;
	padding: 0;
}
.main-nav.navbar-default .navbar-nav>.active>a, .main-nav.navbar-default .navbar-nav>.active>a:hover, .main-nav.navbar-default .navbar-nav>.active>a:focus{
	background: rgba(243,121,33,1);
background: -moz-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,121,33,1)), color-stop(51%, rgba(240,47,23,1)), color-stop(100%, rgba(238,87,45,1)));
background: -webkit-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -o-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -ms-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: linear-gradient(to bottom, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0 );
border-radius:0;	
color:#fff;
border:0px solid;
}
.main-nav.navbar-default .navbar-nav>a:hover, .main-nav.navbar-default .navbar-nav>a:focus{
	background: rgba(243,121,33,1);
background: -moz-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,121,33,1)), color-stop(51%, rgba(240,47,23,1)), color-stop(100%, rgba(238,87,45,1)));
background: -webkit-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -o-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: -ms-linear-gradient(top, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
background: linear-gradient(to bottom, rgba(243,121,33,1) 0%, rgba(240,47,23,1) 51%, rgba(238,87,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0 );
border-radius:0;	
color:#fff;
border:0px solid;
}
.top-bar{
	font-size:12px;
	color:#025eab;
	font-weight:600;
	text-transform:uppercase;
}

/*.top-bar .cust-bttn {
    border: 2px solid #025eab;
    padding: 6px 21px;
    background: #fff;
    color: #025eab;
}

.top-bar .cust-bttn:hover {
    background: #025eab;
    color: #fff;
}*/

.top-bar .guest {
    padding-top: 15px;
	width:auto;
	float:right;
}
.top-bar .guest div{
	width:auto;
}
.top-bar .guest .name{
	padding-top:10px;
}
.graph-border{
	border-right: 1px solid #005dab;	
}
.graph-border-bottom{
	font-size:13px;
}
.chart-title{
	margin-top: 15px;
}
.border-yellow{
	border:1px solid orange;
}
.border-blue{
	border:1px solid #005dab;
	margin-top:15px;
}
.top-bar {
    padding-top: 10px;
}
.first-box .panel-body{
	padding-top:0px;
}
.top-bar p {
    margin: 0;
    padding: 0;
    text-align: right
}

.top-bar p a {
    font-size: 13px;
    color: #fff;
    padding-left: 55px;
    text-transform: uppercase;
    font-weight: 600;
}

.top-bar p a:hover {
    text-decoration: none
}

.logo-cont li {
    list-style-type: none;
    text-align: left
}

.logo-cont li a {
    display: inline-block
}

.navbar-default {
    background-color: #005dab;
    border: 0px solid;
    border-radius: 0px;
	margin-left: 14px;
    margin-right: 14px;
}

.navbar-default .main-menu {
    margin-bottom: 0px;
}

.navbar-default .main-menu li {
    float: left;
    list-style-type: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 24px 20px 25px;
	font-weight:700;
}
.navbar-default .main-menu li:first-child{
	width:130px;
}
.navbar-default .main-menu li .dropdown-menu{
	 background: rgba(243, 121, 33, 1);
    background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
	left: 15px;
	min-width: 100px;
	border:none;
	border-radius:0px;
	top: 97%;
}
.dropdown-menu>li>a{
	font-size: 11px;
    padding: 3px 11px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background:transparent;
}
.navbar-default .main-menu li .dropdown-menu li{
	 padding: 10px 0px;
}

.navbar-default .main-menu li a {
    color: #fff;
    display: block;
}

.navbar-default .online {
    background: rgba(243, 121, 33, 1);
    background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
    padding-bottom: 5px;
    color: #fff;
}

.navbar-default .online img {
    float: left;
    padding-right: 10px;
}

.navbar-default .online img.pow-img {
    padding: 15px;
}

.navbar-default .online h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 13px 0 0;
    text-shadow: 1px 1px 1px #b23b19;
}

.navbar-default .online h3.blue {
    font-size: 14px;
    margin: 0;
    padding: 16px 0px;
    color: #005dab;
    text-shadow: none;
}

.navbar-default .online h3.blue span {
    color: #fff;
}

.navbar-default .online h3 span {
    font-size: 13px;
    display: block;
    font-weight: 300;
    text-shadow: none;
}

.navbar-default .online .phone {
    border-left: 2px;
    border-left-style: groove;
    border-left-color: #f3622d;
    padding-left: 15px;
}

.navbar {
    margin-bottom: 30px
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}

.main-nav li {
    color: white;
    font-weight: 700;
}

.navbar-nav>li>a {
    line-height: 13px
}

.main-nav .navbar-nav>li>a {
    color: white
}

.banner_plan {
    background: url(../images/banner1.jpg) no-repeat left top;
    height: 463px;
    background-size: cover;
	margin-top:-30px;
}

.banner_plan p {
    color: #fbf6f2;
    font-size: 30px;
    margin: 0px 0 0px 50px;
    line-height: 1.3
}

.satelite_plan p {
    font-size: 25px;
    font-weight: 300
}

.banner_plan .container {
    position: relative;
}

.banner_landing h1 {
    color: #f67a18;
    font-size: 85px;
    text-shadow: 1px 1px #c27644;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 50px;
    margin-left: 50px;
}

.banner_plan h1 {
    color: #f67a18;
    font-size: 55px;
    text-shadow: 1px 1px #c27644;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 50px;
    margin-left: 50px;
    text-transform: uppercase
}

.satelite_plan h1 {
    color: #f67a18;
    font-size: 35px;
    text-shadow: 1px 1px #c27644;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 50px;
    margin-left: 50px;
}

.banner_landing h1 span {
    color: #005dab;
    display: block;
    text-shadow: 1px 1px #a8a88c;
}

.banner_landing ul {
    margin-left: 30px;
    list-style: none;
    color: #0357af;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #c9c9bc;
}

.banner_landing p {
    margin: 40px 0 20px 70px;
    color: #005dab;
}

.banner_landing p span {
    font-size: 20px;
    float: left;
    line-height: 1;
}

.banner_landing p span.big {
    font-size: 65px;
    font-weight: 700;
    margin-top: -15px;
    text-shadow: 1px 1px #a8a88c;
}

.banner_landing .cust-bttn {
    font-size: 14px;
    font-weight: 600;
    margin: 00px 0 50px 70px;
    padding: 9px 36px;
}

.banner_plan .left-element,
.banner_plan .right-element {
    position: absolute;
    width: 170px;
    height: 270px;
}

.banner_plan .left-element {
    left: -90px;
}

.banner_plan .right-element {
    right: 0px;
}

.special_offers_heading h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.special_offers_heading hr {
    background: #fff;
    width: 100px;
    margin: 0px auto 20px;
    opacity: 0.5
}

.special_offers_heading h4 span {
    font-weight: 300;
}

.special_bg {
    padding: 10px 30px 10px 30px;
    margin: 0 auto;
}

.special_bg .form-control {
    border-radius: 0px;
    background: url(../images/textbox_back.png)repeat-x left top;
    height: 60px;
    border: 0px solid;
    color: #fff;
}

.special_bg .form-control::-webkit-input-placeholder {
    color: #fff!important;
}

.special_bg .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff!important;
}

.special_bg .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff!important;
}

.special_bg .form-control:-ms-input-placeholder {
    color: #fff!important;
}

.contact-box {
    padding-left: 0px
}

.contact-box li {
    list-style-type: none;
}
.contact-box li h6{
	color:#428bca;
}
#donut_single_amt, #donut_single1_amt{
	margin-top:10px;
}

.orderDetailsLabel{
    padding-left:0px !important;
    padding-right:0px !important;
}
    
.orderDetailsLabel span:first-child{
    padding-left:0px;
}
    
.orderDetailsLabel span:nth-child(2){
    padding-right: 0px;
}  

.orderDetailsLabelRight{
    text-align:right;
    padding:0px !important;
}
.borderClass{
           border-radius: 0px 0px 4px 4px;
           border-top: none;
        }
        .borderRemove{
            box-shadow: none;
            height: 100%;
        }
		
		.selectOfferLists{
		list-style-type: none;
		padding-left: 0px;
		display: block; 
		width:100%; 
		text-align:center;
	}
	
	.selectOfferLists li{
		display:inline-block; 
		padding:0 15px; 
		width:25%;
	}
	
	.upfrontDiv{
	height:280px;
	text-align:left;
	overflow-y:auto;
}

	.adhadhOfferLineItemName{
		padding-left:10px!important;
	}
	.offer-card--blue{
		height: 835px;
	}
	.offer-card--blue_Satellite{
		height: 775px;
	}
	
	.adhOfferLineItemSpan{
		text-align: right;
		color: #005CB9;
		font-size: 1.23rem;
		font-weight: 600;
		padding-right: 5px;
	}
	
	.adhOfferLineItemName{
		text-align: left;
		padding-left: 10px;	
	}
	
@-moz-document url-prefix() {
    .special_bg {
        width: 77%
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .special_bg {
        width: 79%
    }
}

_:-ms-input-placeholder,
:root .special_bg {
    width: 79%
}

_:-ms-fullscreen,
:root .special_bg {
    width: 79%
}

.special_bg #idstatename option {
    color: #fff;
    background: #1A6DB3
}

.special_bg .cust-bttn {
    border-radius: 2px;
    padding: 15px 30px;
    font-size: 11px;
    margin-top: 20px;
}

.bg-grey {
    background-color: #f0f4f7;
    padding: 75px 0
}

.bg-grey .column {
    text-align: center
}

.bg-grey .column h4 {
    color: #005dae;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-grey .column p {
    color: #666a83;
    text-align: left;
    margin-top: 25px;
    font-size: 13px;
}

.fazer {
    background: url(../images/offers.png)no-repeat right top;
}

.fazer h2 {
    color: #005eb3;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

.fazer h2.fazer-plan {
    color: #686d81;
    font-size: 16px;
    margin:0px auto 60px;
}

.fazer h2.orange {
    color: #f67a18;
    margin-bottom: 60px;
    font-weight: 400
}

.fazer h2.fazer-plan strong {
    color: #005eb3;
}

.fazer h2.fazer-plan span {
    width: 640px;
    margin: 0 auto;
    color: #005eb3;
    font-size: 24px;
	display: inline;
}
.fazer h2.address span {
    font-size: 15px;
    font-weight: 300;
    color: #686d81;
    display: inline;
}

.fazer h2 span {
    font-weight: 700;
    display: block;
}

.fazer p.satelite_plan {
    color: #686d81;
    font-size: 16px;
    text-align: center;
    width: 840px;
    margin: 30px auto 0;
    background: none
}

.fazer p.satelite_plan.small {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
}

.fazer-img {
    text-align: center;
    margin-bottom: 100px;
}

.fazer-img img {
    display: inline-block
}

.fazer hr {
    border-color: #f57a1c;
    width: 100px;
    margin: 70px auto 20px;
    border-width: 2px;
}

.fazer ul {
    margin-top: 170px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 150px;
}

.fazer ul li {
    background: url(../images/tick.jpg)no-repeat left top;
    color: #005dab;
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prescos {
    background: none;
    margin-top: 40px;
}

.prescos hr {
    margin-bottom: 90px;
}

.prescos hr.prescos-plan {
    margin-bottom: 40px;
}

.prescos .block {
    border-left: 1px solid #005dab;
    border-right: 1px solid #005dab;
    border-bottom: 2px solid #005dab;
}

.prescos .block .header {
    background: rgba(60, 158, 245, 1);
    background: -moz-linear-gradient(top, rgba(60, 158, 245, 1) 0%, rgba(6, 100, 176, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60, 158, 245, 1)), color-stop(100%, rgba(6, 100, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(60, 158, 245, 1) 0%, rgba(6, 100, 176, 1) 100%);
    background: -o-linear-gradient(top, rgba(60, 158, 245, 1) 0%, rgba(6, 100, 176, 1) 100%);
    background: -ms-linear-gradient(top, rgba(60, 158, 245, 1) 0%, rgba(6, 100, 176, 1) 100%);
    background: linear-gradient(to bottom, rgba(60, 158, 245, 1) 0%, rgba(6, 100, 176, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c9ef5', endColorstr='#0664b0', GradientType=0);
    text-align: center;
    padding: 20px;
	height: 150px;
}

.prescos .block .header h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.prescos .block .header h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 1px 1px #03599f;
    margin-top: 0;
	word-wrap:break-word;
	font-size:27px;
}
.btn-pos {
    position: absolute;

}
.panel-footer-trans {
    padding: 0px 15px 20px;
}
.prescos .block .header h2 span {
    color: #fff;
    margin-top: 5px;
}

.prescos .block .header hr {
    border-color: #005dab;
    border-width: 1px;
    margin: 10px auto;
    width: auto;
}

.prescos .block .body {
    padding: 20px;
	min-height:650px;
}

.prescos .block .body ul {
    margin-top: 5px;
    margin-bottom: 0px
}

.prescos .block .body ul li {
    border-bottom: 1px solid #005daa;
    padding-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase
}

.prescos .block .body ul li span {
    font-weight: 600
}

.prescos .block p {
    margin: 10px 0 40px 40px;
    color: #005dab;
}
.prescos .block p.prices span {
    display: block;
    float: none;
}
.prescos .block p span.strike {
    text-decoration: line-through;
    color: gray;
}
.prescos .block p span {
    font-size: 20px;
    float: left;
    line-height: 1;
}

.prescos .block p span.big {
    font-size: 45px;
    font-weight: 700;
    margin-top: -10px;
    text-shadow: 1px 1px #a8a88c;
}

.ligue {
    background: #005dab;
    margin: 70px 0 50px;
    color: #fff;
}

.plan-ligue {
    margin-bottom: 0px
}

.ligue h2 {
    font-weight: 700;
    margin: 30px 0 30px 100px;
}

.ligue h2 span {
    font-weight: 300
}

.satellite-ligue {
    margin: 0;
    padding: 30px 0 35px
}

.satellite-ligue h2 {
    text-align: center;
    margin: 0;
}

.satellite-ligue .testi {
    width: 53%;
    margin: 30px auto 0;
}

.satellite-ligue .testi ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.satellite-ligue .testi ul li {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase
}

.satellite-ligue .testi ul li.left {
    background: #fff;
    height: 1px;
    width: 100px;
    margin: 10px 10px 0 0;
}

.satellite-ligue .testi ul.right {
    margin: 0px 0px 0 78px;
}

.satellite-ligue .testi ul li.right {
    margin: 0px 0px 0 10px;
}

.satellite-ligue h3 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-top: 0;
}

.satellite-ligue h3 span {
    color: #f87912;
    font-size: 50px;
    position: absolute;
    margin-top: -30px;
    margin-left: 10px;
}

.cliente .left {
    background: url(../images/clients.png)no-repeat right bottom;
}

.cliente .right {
    background: url(../images/enterprise.png)no-repeat right bottom;
}

.cliente h3 {
    color: #f17a26;
    font-weight: 300;
    text-transform: uppercase;
    width: 250px;
    margin-bottom: 50px
}

.cliente p {
    color: #696c7f;
    width: 200px;
    margin-bottom: 50px
}

.cliente .right p {
    width: 350px;
}

.cliente p span {
    color: #045dad;
    font-weight: 700;
    font-size: 16px;
}

.cliente button {
    margin-bottom: 70px
}

.plan-faq {
    margin-top: 50px
}

.prescos .block-comprar {
    margin-bottom: 80px
}

.prescos .block-comprar .divider {
    width: 2px;
    background: #cadff0;
    height: 50px;
    position: absolute;
    right: 0;
    top: 20%;
}

.prescos .block-comprar .body-ligue {
    background: url(../images/compare1.png)no-repeat center top;
    height: 190px;
}

.prescos .block-comprar .body-ligue:hover {
    background: url(../images/compare1-normal.png)no-repeat center top;
}

.prescos .block-comprar .body-online {
    background: url(../images/compare-online-normal.png)no-repeat center top;
    height: 190px;
}

.prescos .block-comprar .body-online:hover {
    background: url(../images/compare-online.png)no-repeat center top;
}

.prescos .block-comprar .body-um {
    background: url(../images/compare-search-normal.png)no-repeat center top;
    height: 190px;
}

.prescos .block-comprar .body-um:hover {
    background: url(../images/compare-search.png)no-repeat center top;
}

.prescos .block-comprar h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #045dad;
    text-transform: uppercase
}

.hughesnet {
    background: #083961;
    padding: 40px 0;
}

.hughesnet h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center
}

.hughesnet h2 span {
    font-weight: 700;
    display: inline
}

.hughesnet .hughesnet-block {
    margin-bottom: 50px;
}

.hughesnet .hughesnet-block img {
    margin-top: 40px;
}

.hughesnet .hughesnet-block h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    text-align: left;
    font-size: 27px
}

.hughesnet .hughesnet-block p {
    color: #fff
}

footer {
    border-top: #004a87
}

footer ul {
    padding-left: 0px
}

footer li {
    list-style-type: none
}

footer h2 {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px #015fa9
}

footer h2.orange {
    color: #f67f2b;
}

footer a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 3px 0px;
    text-transform: uppercase
}

footer p {
    color: #fff;
    font-size: 12px;
    margin: 20px 0px;
}

footer a:hover,
footer a:focus,
footer a.hover {
    text-decoration: none;
    color: #f67f2b
}

.footer-top {
    padding: 20px 0 0px;
    border-bottom: 1px solid #0b375c;
    background-color: #005dab;
}

.footer-top img {
    margin-bottom: 50px;
    margin-top: 0px
}

.footer-bottom {
    padding: 20px 0 15px;
    background-color: #005dab;
}

.footer-bottom ul li {
    float: left;
    padding: 0 30px
}

.footer-bottom ul li:first-child {
    padding-left: 0px
}

.footer-bottom p {
    margin: 0;
    padding: 0
}

.footer-bottom p.text-right {
    text-align: right
}

.footer-bottom p.text-right a {
    display: inline;
    padding: 0px 2px;
    text-transform: capitalize
}

.footer-bottom p.text-right a:after {
    content: "I";
    font-size: 13px;
    color: #fff;
    margin-left: 5px
}

.footer-bottom p.text-right a.last:after {
    display: none
}

.footer-dark {
    background-color: #0a375e;
}

.disclaimer {
    margin: 0;
    color: gray;
    margin: 2em 0;
}

.disclaimer p {
    margin: 1px;
    color: gray
}

.order-confirmation h1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin: 0px;
    text-align: center;
}

.text-center {
    font-size: 13px;
}

.border_bottom span {
    border-bottom: medium double Black;
    width: 100%;
    display: block;
}

.info {
    font-size: 12px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin: 0px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: 0px;
}

.info small {
    display: block;
}

.credit select {
    margin-left: 0;
    width: 142px;
}

.gap {
    margin-bottom: 30px;
}

#first-chart,
#second-chart {
    padding: 0px;
    margin: 0px 0px 10px;
    border-collapse: separate;
}

#first-chart.table > tbody > tr.heading > td,
#second-chart.table > tbody > tr.heading > td {
    background: #41AD49;
    color: white;
    margin: 0px;
    text-align: center;
}

#first-chart.table > tbody > tr > td,
#second-chart.table > tbody > tr > td {
    background: #f0f0f0;
    border-right: 1px solid white;
    border-bottom: 2px solid white;
    border-top: none;
    padding: 4px 0px;
    position: relative;
    width: 28px;
}

#first-chart tr:nth-child(2) td:first-child,
#second-chart tr:nth-child(2) td:first-child {
    background: #41AD49;
    color: white;
    text-align: center;
    padding: 8px 0 0px;
    width: 50px;
}

.box {
	position: relative;
    height: 30px;
}
.box span {
	position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%); 
}

#first-chart .bar {
    width: 10px;
    background-color: #F8931D;
    color: #FFFFFF;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8AB6E', endColorstr='#C45B09');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8AB6E', endColorstr='#C45B09');
    background: -webkit-gradient(linear, left top, left bottom, from(#F8AB6E), to(#C45B09));
    background: -moz-linear-gradient(top, #F8AB6E, #C45B09);
    position: absolute;
    bottom: 0px;
    margin-left: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#second-chart .bar {
    width: 10px;
    background-color: #005DAC;
    color: #FFFFFF;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0086F9', endColorstr='#005DAC');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0086F9', endColorstr='#005DAC');
    background: -webkit-gradient(linear, left top, left bottom, from(#0086F9), to(#005DAC));
    background: -moz-linear-gradient(top, #0086F9, #005DAC);
    position: absolute;
    bottom: 0px;
    margin-left: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bar-holder {
    height: 150px;
}

.chart-footer {
    background: #f0f0f0;
}

.chart-footer span {
    display: inline-block;
    padding: 2px;
    min-width: 20px;
    margin-top: 5px;
}

#first-chart .chart-footer .indicator {
    background-color: #F8931D;
    color: #FFFFFF;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8AB6E', endColorstr='#C45B09');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8AB6E', endColorstr='#C45B09');
    background: -webkit-gradient(linear, left top, left bottom, from(#F8AB6E), to(#C45B09));
    background: -moz-linear-gradient(top, #F8AB6E, #C45B09);
}

#second-chart .chart-footer .indicator {
    background-color: #005DAC;
    color: #FFFFFF;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0086F9', endColorstr='#005DAC');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0086F9', endColorstr='#005DAC');
    background: -webkit-gradient(linear, left top, left bottom, from(#0086F9), to(#005DAC));
    background: -moz-linear-gradient(top, #0086F9, #005DAC);
}

.view-report {
    display: inline-block;
    background-color: #005DAC;
    padding: 2px 5px;
    margin-bottom: 20px;
}

.big .chart-box {
    overflow: scroll;
    height: 395px;
    padding: 10px 20px;
}

.big .chart-box div.button span {
    height: 30px;
}

.left-gap {
    width: 742px;
    position: relative;
}


/* --------------- installation information -------------- */



.edge-browser h5 {
    color: #005dab;
    font-weight: 700;
}

.required {
    color: #ff0000;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
}

.required.topgap {
    margin-top: 7px;
}

.no-radius {
    border-radius: 0;
}

.outer-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.panel-primary > .panel-heading {
    background: rgba(50, 136, 206, 1);
    background: -moz-linear-gradient(top, rgba(50, 136, 206, 1) 0%, rgba(11, 101, 179, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 136, 206, 1)), color-stop(100%, rgba(11, 101, 179, 1)));
    background: -webkit-linear-gradient(top, rgba(50, 136, 206, 1) 0%, rgba(11, 101, 179, 1) 100%);
    background: -o-linear-gradient(top, rgba(50, 136, 206, 1) 0%, rgba(11, 101, 179, 1) 100%);
    background: -ms-linear-gradient(top, rgba(50, 136, 206, 1) 0%, rgba(11, 101, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(50, 136, 206, 1) 0%, rgba(11, 101, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3288ce', endColorstr='#0b65b3', GradientType=0);
    border-color: #005dab;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-primary {
    border-color: #005dab;
    border-bottom-width: 3px
}

.panel {
    border-radius: 2px
}

.donut_single img {
    margin: 0 auto;
}

.donut_single p {
    text-align: center;
}


/* ---------- error style10.09 ------------- */

#errorPage {
    background-color: #EFEFEF;
    color: #2E2F30;
    text-align: center;
    font-family: arial, sans-serif;
    margin: 0;
}

#idForm2 .error {
    display: block;
    /*color: #DD4B39;*/
    color: #f38173;
    line-height: 17px;
    display: block;
    font: 90%/1 arial, helvetica, sans-serif;
    margin: 0.5em 0px 0px;
    text-align: left;
}

.errorClass1 {
    border-color: Orange;
    border-style: solid;
    border-width: 1px;
}

.numertxt {
    display: block;
    color: #DD4B39 !important;
    text-align: left!important;
    line-height: 17px;
    display: block;
    font: 90%/1 arial, helvetica, sans-serif;
    margin: 0.5em 0px 0px;
    text-align: left;
}

div.dialog {
    width: 95%;
    max-width: 40em;
    margin: 5em auto 0;
}

div.dialog > div {
    border: 1px solid #CCC;
    border-right-color: #999;
    border-left-color: #999;
    border-bottom-color: #BBB;
    border-top: #B00100 solid 4px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: white;
    padding: 7px 12% 0;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}

div.dialog > p {
    margin: 0 0 1em;
    padding: 1em;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-right-color: #999;
    border-left-color: #999;
    border-bottom-color: #999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #999;
    color: #666;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
    font-family: arial, sans-serif;
    font-size: 16px;
}

div.dialog h1 {
    font-size: 100%;
    color: #730E15;
    line-height: 1.5em;
    font-family: arial, sans-serif;
    font-size: 16px;
    margin: 10px 0;
    letter-spacing: normal;
}

.boxXR ul,
.boxXR li {
    font-size: 14px;
}

.plan_heading .plan_title {
    word-break: break-all;
}

.tableWd {
    width: 100%;
}

.radioTxt {
    white-space: nowrap;
}

.ServiceBox {
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px !important;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 9px 10px #efefef;
    -webkit-box-shadow: 0 0 10px 9px#efefef;
    box-shadow: 0 0 9px 10px #efefef;
    float: left;
    behavior: url(style/border-radius-ie8.htc);
    border-radius: 10px;
}

.button.submitBtn {
    background: url('../images/btn-submit.gif') no-repeat 0 -14px;
    color: #FFF;
    font-size: 14px;
    height: 39px;
    margin: 11px 0 10px;
    width: 200px;
    text-indent: -999999em;
}

.button.submitBtn:hover {
    background: url('../images/btn-submit.gif') no-repeat 0 -14px;
    border-color: #285e8e;
    color: #fff;
}

.button.submitBtn span {
    display: block;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    font-family: "Open Sans";
    line-height: 17px;
    text-transform: none;
    height: auto;
    margin: 0;
    background: none;
}

.order-summary .well {
    color: #09467c;
}

blockquote {
    font-size: 14px;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    height: 120px;
}

.panel > .table > tbody:first-child > tr:nth-child(2) td {
    height: 130px;
}

.panel > .table > tbody:first-child > tr:nth-child(3) td {
    height: 230px;
}

.panel > .table > tbody:first-child > tr:last-child td {
    height: 150px;
}

#pricing_plan .modal-body .panel-body {
    height: 150px;
}

#comodato {
    padding-bottom: 35px;
}

.img-icon {
    min-height: 82px;
    display:block;
}
.img-icon img{
	display: block;
	margin: 0 auto;
}
.tool {
    display: block;
    vertical-align: middle;
    word-break: break-word;
	text-align:center;
}

.profileName{
    padding-top: 10px;
    word-break: break-word;
}

.oneigh{
        font-style: italic;
        font-size: 12px;
		margin-bottom: 15px;
		color: #000;
    }

@media only screen and (max-width: 1100px) {
    .navbar-default .main-menu li {
        padding: 24px 12px;
    }
    .navbar-default .online h3 {
        font-size: 21px;
    }
    .navbar-default .online h3 span {
        font-size: 11px;
    }
    .cliente p {
        width: 166px;
    }
    .cliente .right p {
        width: 300px;
    }
    .hughesnet .hughesnet-block h2 {
        font-size: 20px;
    }
    .prescos .block p {
        margin-left: 10px;
    }
    .prescos .block .header h2 {
        font-size: 22px;
    }
    footer h2 {
        font-size: 14px;
    }

}

@media only screen and (max-width:1024px) {
	.selectOfferLists li{
		width:50%;
	}
	#UsersName.form-control {
		width: 40%;
		display:inline;
	}
}

@media only screen and (max-width: 999px) {
    .no-pad-right {
        padding-right: 15px;
    }
    .panel-body .well {
        padding: 10px;
        font-size: 13px;
        line-height: 18px;
        min-height: 76px;
    }
    #consumer h2 {
        font-size: 24px;
        line-height: 28px;
    }
    p.info.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .order-confirmation footer ul li a {
        font-size: 14px;
    }
    .navbar-default .main-menu li {
        padding: 15px 36px;
    }
    .fazer {
        background: none;
    }
    .fazer hr {
        margin-top: 30px;
    }
    .fazer ul {
        margin: 50px 0 0 30px;
    }
    .fazer ul li {
        padding-left: 25px;
    }
    .fazer p.satelite_plan {
        width: auto;
    }
    .hughesnet {
        background: #083961;
    }
    .prescos .container {
        background: none;
    }
    .cliente h3 {
        width: auto;
    }
    .cust-bttn {
        font-size: 12px;
    }
    .satellite-ligue .testi ul li.left {
        width: 44px;
    }
    .prescos .block p {
        margin-left: 20px;
    }
    .prescos .block p span.big {
        font-size: 39px;
    }
    .prescos .block .header h2 {
        font-size: 18px;
    }
    .hughesnet .hughesnet-block img {
        margin-top: 0px;
    }
    .prescos .block .body {
        padding: 15px;
    }
    .prescos .block .body ul {
        margin: 20px 0 0;
    }
    .cliente .left,
    .cliente .right {
        background: none;
    }
    .cliente .right p,
    .cliente p {
        width: auto;
    }
    .ligue h2 {
        margin: 30px 0;
        text-align: center;
    }
    .fazer h2.fazer-plan span {
        width: auto;
    }
    .bg-grey {
        padding: 30px 0;
    }
    .footer-top ul {
        height: 150px;
    }
    .footer-bottom ul li {
        padding: 0 17px;
    }
	.upfrontDiv{
		height:290px;
		text-align:left;
	}
	.offer-card--blue{
		height:845px;
	}
	.offer-card--blue_Satellite{
		height: 845px;
	}
}

@media (max-width: 767px) {
	.footer-top ul {
		height: 100%;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:#fff;
	}
	.or{
		padding-left:15px;
	}
	.selectOfferLists li{
		width:100%;
	}
	.orText{
		left:4px;
		top:0px;
	}
	.required-back, .text-right.required, .text-right.required .required, .text-right.required small, .text-right .required {
		font-weight:400 !important; 
	}
}
@media (max-width: 640px) {
    .banner_plan h1 {
        font-size: 35px;
    }
    .banner_plan .left-element,
    .banner_plan .right-element {
        display: none;
    }
    .special_bg .cust-bttn {
        padding: 15px 14px;
    }
    .prescos .block .header h2 {
        font-size: 30px;
    }
    .order-confirmation footer .plans {
        padding-left: 15px;
    }
    .order-confirmation footer ul li a {
        font-size: 13px;
    }
    .order-confirmation footer .footer-bottom .right {
        text-align: left;
        margin-top: 10px;
    }
    .navbar-default .main-menu li {
        float: none;
		
    }
	.navbar-default .main-menu li:first-child{
		width:auto;
		position:relative;
		color:#fff;
		
	}	
	.navbar-default .main-menu li:last-child a{
		text-transform:none;
	} 
    .tableWd {
        width: 100%;
    }
    .ServiceBox {
        width: 100%;
        box-sizing: border-box;
        padding-right: 195px;
        background-image: none!important;
        padding: 20px;
    }
    .radioTxt {
        white-space: normal;
    }
    #consumer h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .order-confirmation h1 {
        line-height: 1.1;
    }
    .order-confirmation footer ul li a {
        font-size: 14px;
    }
    .guest .text-right {
        text-align: left;
    }
    .top-bar {
        font-size: 10px;
    }
    .prescos .block {
        margin-bottom: 30px;
    }
    .plan-faq img {
        margin: 0 auto;
    }
    .footer-xs {
        margin-bottom: 10px;
    }
    .footer-bottom .pull-right {
        float: none !important;
    }
    .footer-bottom ul li {
        padding: 0 7px;
    }
    .hughesnet .hughesnet-block img {
        margin-top: 40px;
    }
    .satellite-ligue .testi {
        width: 100%;
    }
    .satellite-ligue .testi ul.right {
        margin: 20px 0px 0 0px;
    }
	.top-bar .guest{
		padding-top: 0px; 
	}
	.top-bar .guest img{
		display:block;
		margin:0 auto;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
		background: rgba(243, 121, 33, 1);
		background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
		background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
		color: #fff;
		padding: 25px 25px;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
		color:#fff;
	}
	.navbar-nav>li>a{
		/* padding-bottom: 0px; */
	}
	.contract-center{
		text-align:center;
		margin-bottom: 10px;
	}
	.contract-center p:first-child{
		text-align:center;
	}
	.contract-center p{
		text-align:left;
	}
	.graph-border{
		border-right: 0px solid #005dab;
	}
	.chart-title{
		margin: -35px auto;
		position: absolute;
		z-index: 10000;
		left: 0;
		right: 0;
	}
	#donut_single_amt, #donut_single1_amt{
		margin: 15px auto 0 auto;
		position: absolute;
		z-index: 10000;
		left: 0;
		right: 0;
	}
	.btn-pos{
		left: 35%;
		bottom: 70px;
	}
	.prot_id {
		margin: 10px 0;
	}
	.main-nav .nav-tabs a{
		padding:15px;
	}
	.strike.priceOld{
		display: inline-block;
	}
	#caseUpgrade p{
		color:#646e82;
	}
	#UsersName.form-control {
		width: 70%;
		display:block;
	}
	.upfrontDiv{
		height:220px;
		text-align:left;
	}
	.offer-card--blue{
		height:775px;
	}
	.offer-card--blue_Satellite{
		height:775px;
	}
}
@media (max-width: 415px) {
	.upfrontDiv {
		height: 290px;
	}
	.offer-card--blue {
		height: 845px;
	}
	.offer-card--blue_Satellite{
		height:845px;
	}
}
@media (max-width: 399px) {
	.upfrontDiv{
		height:300px;
	}
	
	.offer-card--blue{
		height:855px;
	}
	
	.offer-card--blue_Satellite{
		height:855px;
	}
}  
@media (max-width: 320px) {
	.token-box td{
		font-size:12px;
	}
	.upfrontDiv {
		height: 360px;
	}
	.offer-card--blue {
		height: 915px;
	}
	.offer-card--blue_Satellite{
		height:915px;
	}
}
@media only screen and (min-width: 768px) {
	.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
	.navbar-default .main-menu li:hover .dropdown-menu{
		display:block;
	}
	.navbar-default .main-menu li:hover,
	.navbar-default .main-menu li.hover {
		background: rgba(243, 121, 33, 1);
		background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
		background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
		
	}
	.navbar-default .main-menu li{
		text-align:	center;
	}
	.navbar-default .main-menu li.hover a{
		display:inline;
	}	
    .form-inline .form-group{
        vertical-align: top;
    }
	.cursorCls{
		display:block;
	}
	.btn-pos {
		left: 27%;
		bottom: 35px;
	}
	.prot_id {
		margin: 0px 0 30px;		
	}
	.graph-border-bottom{
		margin-top:15px;
	}
	.graph-border-bottom{
		/* margin-left: 75px; */
	}
}
@media only screen and (min-width: 1101px) {
	.graph-border-bottom{
	/*	margin-left: 210px; */
	}
}
@media only screen and (min-width: 1101px) and (max-width: 1338px){
	.upfrontDiv{
		height:290px;
	}
	.offer-card--blue{
		height: 800px;
	}
	.offer-card--blue_Satellite{
		height:	800px;
	}
}

.share {
    display: inline-block;
    float: right;
	color:#fff;
}
.share span {
    margin-right: 10px;
    vertical-align: sub;
	font-size:85%;
	margin-top: 5px;
    float: left;
}
.share ul {
    float: right;
}
.share ul .facebook-icon, .share ul .twitter-icon, .share ul .gplus-icon {
    display: inline-block;
    height: 19px;
    padding: 0 17px;
    text-indent: -99999px;
    width: 20px;
}
.share ul .facebook-icon {
    background-image: url("../images/icon-facebook.png");
    background-repeat: no-repeat;
    background-position: 15px 0;
    width: 12px;
}
.share ul .twitter-icon {
    background-image: url("../images/icon-twitter.png");
    background-repeat: no-repeat;
    background-position: 10px 0;
}
.share ul .gplus-icon {
    background-image: url("../images/icon-gplus.png");
    background-repeat: no-repeat;
    background-position: 15px 0;
}
.share ul .facebook-icon:hover {
    background: url("../images/icon-facebook-active.png") no-repeat;
    background-position: 15px 0;
}
.share ul .twitter-icon:hover {
    background: url("../images/icon-twitter-active.png") no-repeat;
    background-position: 10px 0;
}
.share ul .gplus-icon:hover {
    background: url("../images/icon-gplus-active.png") no-repeat;
    background-position: 15px 0;
}
.footer-top.text-center{
	padding-bottom:20px;
	color:#fff;
}

.bs-example{
	margin-top:20px;
}

.offer-card__header .offer-card__header__title {
    text-transform: uppercase;
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
	height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0px;
}
.offer-card__header .offer-card__header__subtitle {
    font-weight: 400;
    font-size: 1.3rem;
}
.offer-card {
    /* position: relative; */
    margin-bottom: 40px!important;
    background: #fff;
    /* border: 1px solid rgba(0, 96, 167, 0.55) !important; */
	border:1.4px solid #d8d8d8;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4) !important;
    border-radius: 8px !important;
	opacity: 0.8;
    transition: opacity .35s , transform .35s;
    -ms-transform: scale(1);
    transform: scale(1);
}
.offer-card:hover {
    opacity: 1!important;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
}
.offer-card--blue .offer-card__header {
    background-image: linear-gradient(-90deg,#004374 29%,#0060a7 96%);
	padding-top: 15px;
    padding-bottom: 15px;
}
/* .offer-card__header .offer-card__header__subtitle:first-of-type {
    margin-bottom: 0;
} */
.offer-card__header .offer-card__header__subtitle{
    margin-bottom: 0;
}

.offer-card__header {
    color: #fff;
    text-align: center;
}
.offer-card__price {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    margin: 0 auto;
    color: #005cb9;
    text-align: center;
    line-height: 1;
}
.offer-card__price .offer-card__price__value {
    /*position: relative; */
    display: inline-block;
    max-width: 300px;
}
.offer-card__price .offer-card__price-old {
    font-size: 1.38rem;
    color: #5a5a5a;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3px;
	height:16px;
}
.offer-card__price .offer-card__price-old span {
    text-decoration: line-through;
}
.offer-card__price .decimals {
    position: absolute;
    top: 0px;
    left: 100%;
    font-size: 2.5rem;
}
.offer-card__price .decimals:before {
    content: ",";
}
.offer-card__price .frequency {
    position: absolute;
    top: 12px;
    left: 100%;
    font-size: 1.3rem;
    color: #4A4A4A;
}
.offer-card__price .frequency:before {
    content: "/";
}
.offer-card__price .offer-card__price-updated {
    position: relative;
}
.offer-card__price .offer-card__price-activation {
    width: 80%;
    margin: 13px auto 0;
    color: #5a5a5a;
    font-size: 1.3rem;
	/*white-space: nowrap; */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 30px;
    font-style: italic;
    line-height: 1.6rem;
}
.offer-card__price .value {
    display: block;
    font-size: 2.5rem;
}
.offer-card__body {
    padding: 0 15px !important;
	padding-bottom: 5px !important;
}
.offer-card__body .table > tbody > tr > td {
    font-size: 1.26rem;
}
.offer-card__body .table > tbody > tr:first-child > td {
    border-top: none;
}
.offer-card__body .table > tbody > tr > td strong {
    text-transform: uppercase;
    color: #005CB9;
}
.offer-card__body .table > tbody > tr > td:last-child {
	color: #005CB9;
	font-weight: 600;
    font-size: 1.23rem;
}
.offer-card__price__upfront {
   /* padding: 15px 27px; */
	padding: 5px 15px;
    color: #4a4a4a;
    font-size: 1.26rem;
	/*white-space: nowrap; 	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 70px;*/
}
.offer-card__contract-duration {
    /* margin-top: 10px; */
    /* margin-bottom: 20px!important; */
    font-size: 1.3rem;
    color: #9b9b9b;
    text-align: center;
}
.offerBtn--primary{
	background: #ff6b00;
    border-radius: 4px;
	cursor:pointer;
}
.offerBtn{
   /* transition: all .4s ease-in-out; */
    display: block;
    width: 100%;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.offerBtn--primary:hover, .offerBtn--primary:active, .offerBtn--primary:focus {
    color: #fff !important;
    background: #e24301 !important;
	text-decoration:none;
	border: 2px solid #e24301 !important;
}
.offerBtn--secondary {
    background: transparent;
    border: 1.6px solid #0060a7;
    color: #0060a7;
	margin-top: 15px;
	cursor:pointer;
}
.offerBtn--secondary:hover, .offerBtn--secondary:active, .offerBtn--secondary:focus {
    color: #fff;
    background: #0060a7;
	text-decoration:none;
}

.hideOfferDetails{
	display:none;
}
.hardwareNameDiv{
    margin-bottom:0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.hardwareOptionDiv{
	background-color : #FFF;
}
.hardwareLabel{
	color : #000000;
}
.statusOfHardware{
	display:block;
}
.closeModalBtn{
            background-color: #f67a18!important;
        padding: 6px 20px;
        background: #f67a18!important;
        color: #fff!important;
        border-radius: 0px!important;
        border: 2px solid #f67a18!important;
        }
		.planName, .control-label{
        color: #646e82 !important;
    }
    .orderDetailsLabelRight{
        text-align:right;
        padding-left:0px;
    }
	#UsersName.form-control {
		width: 30%;
		display:inline;
	}

.offer-card__header__title .title {
            position: absolute;
            top: 9px;
            background: white;
            padding: 5px;
            right: 0;
            font-size: 12px;
            white-space: nowrap;
            color: #282828;
            z-index: 999;
            text-transform: none;
            border: 0.09rem solid #978d8d;
            font-weight: 400;
        }
		.currentPlan {
			border: 1.7px solid #15991a;
			color: #15991a;
			background: #fff;
		}
		.currentOfferCard{
            border:2.2px solid #15991a;
        }
		.latestSelectedCard{
            border:2.2px solid #0060a7;
        }
		.orderDetailsLabel{
            padding-left:0px !important;
            padding-right:0px !important;
        }
    
        .orderDetailsLabel span:first-child{
            padding-left:0px;
        }
    
        .orderDetailsLabel span:nth-child(2){
			padding-left:0px; /*ipsita*/
            padding-right: 0px;
        }  
		@media only screen and (min-width: 1101px){
			.offer-card__body__table{
				height:130px;
			}
		}
		@media only screen and (min-width: 1101px) and (max-width: 1151px){
			.selectOfferLists>li{
				padding:0 8px; 
			}
		}
		
		.Brazil_SocialLogin{
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0%);
            margin-top:40px;
        }
		
		.yesBtn, .yesBtn:hover{
			background: #f67a18!important;
			color: #fff!important;
			border: 2px solid #f67a18!important;
		}

		.noBtn{
			background: #fff!important;
			color: #f67a18!important;
			border: 2px solid #f67a18!important;
		}
		.noBtn:hover{
			background: #f67a18!important;
			color: #fff!important;
			border: 2px solid #f67a18!important;
		}
		
		#myModalpurchase .modal-header{
				border-bottom:none!important;
			}
			
		#myModalpurchase .modal-body{
				padding-top: 0px!important;
				padding-bottom: 0px!important;	
			}
		#myModalpurchase .modal-footer{
				margin-top:0px!important;
				border-top:none!important;
				padding-top:10px!important;
			}
			
			
			.tokenBoxParent .token-box table thead{
             background-color: #005dab;
             color: #fff;
         }
         .tokenBoxParent .token-box table thead tr th{
            padding: 17px;
            font-weight: 400;
            font-size: 16px;
            font-family: 'museo';
            font-style: normal;
          }
         .tokenBoxParent  .token-box table, .tokenBoxParent .token-box table thead tr th{
            text-align:center; 
          }
          
          .tokenBoxParent .token-box table thead tr th:first-child, .tokenBoxParent .token-box table tbody tr td:first-child{
              text-align:left;
              border-right: 1px solid #ddd;
              padding-left:17px;
          }
          .tokenBoxParent .token-box table tbody tr td{
              border-top:none !important;
              vertical-align: middle !important;
              font-size:15px;
              color:#4c4c4d;
              padding-top: 15px;
              padding-bottom: 15px;
          }
          .tokenBoxParent .tokenBoxTable{
              width:100%;
          }
          .tokenBoxParent .errorMessage, .tokenBoxParent .errorMessage1{
                color: #FF0000;
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                font-style: normal;
                border-radius: 5px;
          }
          .tokenBoxParent .errorMessage1{
            padding-left: 2px;
            margin-bottom: 5px;
          }