
[v-cloak] {
	display: none;
}

.brand-img {
	height: 100px;
}

.navbar-home {
	min-height: 80px;	
}

.nav-link {
	font-size: 1.1em;
	border-radius: 5px;
}

.nav-label {
	font-size: 1.1em;
	border-radius: 5px;
	padding: 8px;
}

.nav-link:hover {
	background: #eee;
}

html {
	font-family: 'Numans', sans-serif;
	height: 100%;
	box-sizing: border-box;
}

body {
	background: #eee;
	color: #111;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
	background-size: cover;
}

.noscroll {
	overflow-y:hidden;	
}

.header-xl {
	font-size: 3.5em;	
}

.header-1 {
	font-size: 2em;
}

.header-2 {
	font-size: 1.5em;
}

.header-3 {
	font-size: 1.1em;
}

.strike {
	text-decoration: line-through;
}

.plancard {
	border-radius: 5px;
	flex: 0 0 100%;
}

.plancard-item {
	flex-grow: 1;
}

.flex-1 {
	flex: 1;
}

.card-dark {
	background: #333;
	color: #fff;
}

.card-light {
	background: #eee;
	color: #333;
}

.card-white {
	background: #fff;
	color: #333;
}

.card-medium {
	background: #bbb;
	color: #111;
}

.card-accent {
	background: #ffc107;
	color: #333;
}

.card-accent-2 {
	background: #1bccda;
	color: #333;
}

.line {
	height: 1px;
	background: #fff;
}

.tb-subheader {
	padding-left: 5px;
	font-style: italic;
	font-weight: 500;	
}

.hero {
	background: url(/backgrounds/login) no-repeat center center fixed;
   background-size: cover;
   color: #f8f9fa;
   background-blend-mode: darken;
}

.offer {
	background: url(/backgrounds/home) no-repeat center center fixed; 
   background-size: cover;
   color: #f8f9fa; 
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	color: #eee;
	text-align: center;
	background-color: rgba(8, 8, 8, 0.9) !important;
}

.footer-text a:link {
	color: #fff;
}

.footer-text a {
	color: #fff;	
}

.footer-text a:visited {
	color: #fff;
}

.offercard {
	background-color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.8em;
	border-radius: 5px;
}

.offercard-body {
	background: #fff;
	color: #111;
	padding: 10px;
	flex-grow: 1;
}

.offercard-header {
	background: #eee;
	color: #fff;
	padding: 12px 20px;
}

.offercard-footer {
	background-color: rgba(15, 15, 15, 1) !important;
	color: #111;
	font-size: .7em;
	padding: 10px;
}

.offercard img {
	width: 100% !important;
}

.section-header {
	background: #555;
	color: #fff;
	font-weight: bold;
}

.input-group-prepend span {
	width: 40px;
	background-color: #ffc312;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login-card {
	padding-top: 25px;
	padding-left: 25px;
	max-width: 300px;
}

.btn-login {
	color: black;
	background-color: #ffc312;
	width: 100px;
}

.btn-login:hover {
	color: black;
	background-color: white;
}

.btn-secondary {
	background: #555;
	color: #fff;
}


#navsearch {
	width: 100%;
}

.navtile {
	flex: 1 0 250px;
	margin: 0px;
}

@media only screen and (min-width: 1300px) {
	.navtile:hover {
		cursor: pointer;
	}
}

@media only screen and (max-width: 992px) {
	.productdetail-card {
		flex-wrap: wrap;
	}
	
	.productdetail-column-l {
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	.planprice {
		font-size: 2em !important;
	}
}

.navtile-selected {
	background: #ffc107;
	border: 1px solid #ffc107;
	pointer-events: none;
}

.h100 {
	min-height: 100px;
}

.h235 {
	min-height: 210px;
}

.w100 {
	min-width: 100px;	
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.planselector {
	margin: 0px 5px 5px 5px;	
}

.mm-5 {
	padding-left: 10px;
	padding-right: 10px;
}

.planbody {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.planbody-item {
	flex: 0;
	min-width: 50%;
}

.planbody-description {
	padding-left: 20px;
	flex: 0;
	min-width: 50%;
}

/* IE10+ flex fix: */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.planbody-item {
		flex: 0;
		min-width: 50%;
	}
	.planbody-description {
		flex: 0;
		min-width: 50%;
	}
	.colorswatch {
		width: 100%;
	}
}

.planprice {
	font-size: 3em;
}

.plandata {
	font-size: 1.2em;
	font-weight: bold;
}

.plantitle {
	font-size: 1.5em;
}

.product-selector-bar {
	display: flex;
	flex-wrap: wrap;
}

.plan-summary-card {
	background: #da291c;
	color: #fff;
	border-radius: 5px;
	display: flex;
	margin: 5px;
	min-width:300px;
	flex: 1 0 300px;
}

.phone-summary-card {
	border-radius: 5px;
	margin: 5px;
	flex: 1 0 300px;	
}

.plan-summary-info {
	margin: 10px 10px 10px 20px;
	flex-grow: 1;
}

.plan-summary-selector {
	margin: 10px;
	flex-grow: 1;
}

.device-filter {
	background: #333;
}

.productgrid {
	display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.productcard {
	background: #eee;
	color: #111;
	border-radius: 5px;
  	margin: 5px;
  	max-width: 363.33px;
  	flex:1 0 25%;
}

.productcard-img {
	max-height: 125px;
}

.colorswatch {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.product-color {
	width: 25px;
	height: 25px;
	border-radius: 5%;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	margin: 5px;
}

.product-color-lg {
	width: 44px;
	height: 44px;
	margin: 6px;
}

.product-color-lg:hover {
	cursor: pointer;
}

.product-color-selected {
	width: 50px;
	height: 50px;
	margin: 3px;
	border-width: 2px;
	border-color: #ffc107;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.product-color-check {
	width: 16px;
	height: 16px;
	margin: 3px;
}

.productcard-price {
	background: #fff;
}

.productdetail-card {
	display: flex;
	flex-direction: row;
}

.productdetail-img {
	max-height: 250px;
}

.clickable:hover {
	cursor: pointer;
}

.accent-card {
	background: #da291c;
	color: #fff;
}

.bg-accent {
	background: #da291c;
}

.text-accent {
	color: #da291c;
}

.bg-planete {
	background: #ffc312;	
}

.bg-black {
	background: #000;
	color: #fff;
}

.bg-dark-grey {
	background: #333;
	color: #fff;	
}

.bg-medium-grey {
	background: #707070;
	color:#333;
}

.bg-light-grey {
	background: #c0c0c0;
	color: #333;
}

.bg-secondary {
	background: #555 !important;
	color: #fff;
}

.custom-checkbox {
	width: 25px;
	height: 25px;
	border-style: solid;
	border-width: 3px;
	border-color: #999;
	background: #fff;
	margin: 5px;
}

.custom-checkbox-selected {
	background: #ffc107;
	background-image: url("/assets/img/yellow-check.png");
	background-size: contain;
	border-color: #ffc107;
}

.custom-checkbox-image {
	width: 16px;
	height: 16px;
	margin: 5px;
}

.round {
	border-radius: 50%;
}

.addon-image {
	max-width: 100px;
}

.detail-image {
	max-width: 300px;
}

.btn-toggle {
	background: #777;
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none !important;
}

.btn-bignav {
	min-height: 45px;
	min-width: 55px;
	font-size: 1em;
	font-weight: bold;
}

.toggle-selected {
	background: #ffc107;
	color: #333 !important;
}

.toggle-selected:hover {
	background: #ffc107;
}

.arrow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.arrowline {
    width: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c0c0c0;
}

.arrowpoint {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #c0c0c0;
    z-index: 10;
}

.arrowbox {
    width: 120px;
    height: 60px;
    margin-left: -12px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowtimeline {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 12px;
}

.arrowlabel {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    z-index: 15;
}

.arrowlabel a {
	color: #333;
}

.carousel-caption {
	background: #da291c !important;
   position: relative;
   left: 0;
   top: 0;
}

.carousel-image {
	position: relative;
}

.carousel-overlay  {
	position: absolute;
	top: 20px;
}

.carousel-indicators {
	top: 0;
   bottom: auto;
}

.carousel-control {
    width: 40% !important;
}

.carousel-control-prev {
	top: 0px;
	z-index: 150;
}

.carousel-control-next {
	top: 0px;
	z-index: 150;
}

.carousel-chevron {
	top: 0px;
}

.carousel-control-prev-icon {
	height: 50px;
	width: 50px;
}

.carousel-control-next-icon {	
	height: 50px;
	width: 50px;
}

.action {
	height: 45px;
	font-size: 1.2em;
	background-color: rgba(8, 8, 8, 0.0);
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none !important;
	vertical-align: middle;
}

.action-text {
	margin-bottom: 3px;	
}

.action:hover {
	background: #da291c;
}

.addon-modal img {
	width: 100% !important;
}

.thumbnail-selected {
	border: 2px solid #333;
}

.border-bottom {
	border-bottom: 1px #eee solid;
}

.border-top {
	border-top: 1px #eee solid;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background: rgba(220, 53, 69, 1.00);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: 0px;
  left: 0px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: 0px;
  left: 0px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: px;
  right: 0px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.ribbon-box {
  position: relative;
}
