.c-layout-page.primary{
	background: #f6f6f6;
}
	.c-layout-page.primary h5{
		font-weight: 600;
		margin: 30px 0 15px;
	}
	.c-layout-page.primary p{
		font-size: 1.4rem;
		line-height: 2rem;
	}

.boxed{
	padding: 25px;
	border: 1px solid #ededed;
	border-radius: 5px;
	background: #f8f8f8;
	color: #626262;
}
	.boxed p{
		font-size: 1.4rem;
	}
	.boxed button{
		float: right;
	}

.order-box{
	background: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	margin-bottom: 30px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
}
.order-box .box-header{
	font-size: 1.2em;
	border-radius: 5px 5px 0 0;
	padding: 10px 25px;
	border-bottom: 1px solid #242424;
  font-weight: 600;
  font-size: 1.4em;
  background: #4f4f4d;
  color: #fff;
}
.order-box .box-content{
	padding: 25px;
}
.order-box .box-content h1.main-header{
	color: #fff;
	background: #51c2c6;
	padding: 15px;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.order-box h4, .order-box h6{
	font-weight: bold;
	text-transform: uppercase;
}
.order-box .box-content em.heading{
	font-size: 2.2rem;
}
.order-box .box-content label{
	font-weight: normal;
}

.order-box .box-content .tab-content.c-padding-lg{
	padding: 30px 0px;
}

.c-content-tab-1 .nav > li > a, .c-content-tab-1 .nav.nav-justified > li > a{
	font-weight: bold;
	opacity: 0.7;
}
.c-content-tab-1 .nav > li:hover > a, .c-content-tab-1 .nav > li:focus > a, .c-content-tab-1 .nav > li:active > a, .c-content-tab-1 .nav > li.active > a, .c-content-tab-1 .nav.nav-justified > li:hover > a, .c-content-tab-1 .nav.nav-justified > li:focus > a, .c-content-tab-1 .nav.nav-justified > li:active > a, .c-content-tab-1 .nav.nav-justified > li.active > a{
	font-weight:bold;
	opacity: 1;
}

.box-footer{
	padding: 10px;
	margin-top: 17px;
	background: transparent;
	border-radius: 5px;
}

.order-button-container{
	display:flex;
}

p.bg-info{
	padding: 15px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 600;
	background: #f9f6f6;
	color: #464646;
}

h3.headline{
	text-transform: uppercase;
}

.coverage-widget{
	padding: 10px;
	padding-bottom: 10px;
	background: #fcfcfc;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
}
	.coverage-widget.has-error{
		background: #edcece;
	}
	.coverage-widget:last-of-type{
		padding-bottom: 15px;
	}
	.coverage-widget .phone-number{
		flex-grow: 1;
	}

	.coverage-widget .phone-type{
		flex-grow: 2;
	}
	.coverage-widget .phone-type.loading, .coverage-widget .phone-type.invalid{
		align-self: last baseline;
	}

	.coverage-widget .phone-type button.button-small{
		height: 34px!important;
	}
	.coverage-widget .phone-type button.button-small:not(:first-child){
		margin-left: 2px;
	}

	.coverage-widget .control-btn{
		opacity: 0.2;
		flex-grow: 1;
		align-self: center;
		text-align: right;
	}
	.coverage-widget .control-btn .btn{
		border-radius: 20px;
	}
	.coverage-widget .control-btn .btn:hover{
		border: 1px solid #ccc;
		color: #444;
		background: white;
	}
	.coverage-widget:not(.has-error):hover {
		background-color: #f6f6f6;
	}
	.coverage-widget:hover .control-btn{
		opacity: 1;
	}


.phone-number input{
	display: block;
	max-width: 140px;
	font-size: 1.65rem;
}
	.phone-number input.width-3{
		width: 50px;
	}
	.phone-number input.width-4{

	}



.order-side-box{
  background-color: #fbfbfb;
	color: #787878;
	border-radius: 5px;
	padding: 25px;
	border: 1px solid #efefef;
}

	.order-side-box .side-box-heading{
		font-size: 1.1em;
		font-weight: 600;
	}

	.order-side-box .side-box-subheading{
		font-size: 1em;
		font-weight: 600;
	}

	.order-side-box p{
		font-size: 1.5rem;
		margin-bottom: 25px;
	}

	.order-side-box ul{
		padding-left: 30px;
	}

	.order-side-box ul li{
		font-size: 0.9em;
		font-weight: 400;
	}

.description p{
	font-size: 1em;
}

.main-service, .add-on-service{
	display: flex;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	padding: 15px;
	margin: 3px 0px;
}
	.main-service .price-select{
		display: flex;
		flex-flow: column;
		padding: 15px;
		flex: 1;
	}
	.main-service .price-select button.button{
		font-size: 1.2rem;
	}
	.main-service .price-select .price{
		padding: 20px;
		padding-top: 0px;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.main-service .price-select .price span.price-term{
		display: block;
		font-size: 1.3rem;
		font-weight: normal;
	}

	.main-service .features{
		display: inline-block;
		padding: 15px;
		flex: 1;
	}
	.main-service .features ul{
		list-style-type: none;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.main-service .features ul li{
		font-size: 1.2rem;
		font-weight: 500;
	}
	.main-service .features ul li:before {
		font-family: 'FontAwesome';
		content: '\f058';
		margin:0 15px 0 -15px;
		color: #619b56;
	}
	.main-service .features ul.term li:before{
		font-family: 'FontAwesome';
		content: '\f073';
		margin:0 15px 0 -15px;
		color: #36379b;
	}
	.main-service .description{
		padding: 15px;
		flex: 2;
	}

.service-container{
	display: flex;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.add-on-service{
	display: flex;
	overflow: auto;
}
	.add-on-service .description h5{
		margin: 15px 0px;
	}
	.add-on-service .title{
		font-weight:bold;
	}
	.add-on-service .title, .add-on-service .description{
		padding: 15px;
	}
	.add-on-service .title input{
		display:block;
		margin-left: auto;
		margin-right: auto;
		width: 15px;
	}
	.add-on-service .description p{
		margin-bottom: 5px;
	}
	.add-on-service .description .price{
		font-weight: 600;
		font-size: 1.2em;
	}

.selected-services{
	display: flex;
	margin-bottom: 30px;
}

.plan-details{
	padding: 15px 25px;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	flex: 1;
}

	.plan-details .title{
		margin-bottom: 0px;
	}
	.plan-details .control{
		padding: 15px;
	}
	.add-on-details .control{
		padding: 15px;
	}

.add-on-details{
	padding: 10px 20px;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	flex: 1;
}
	.add-on-details ul{
		list-style-type: none;
		padding-left: 15px;
	}
	.add-on-details ul li:before {
		font-family: 'FontAwesome';
		content: '\f00c';
		margin:0 15px 0 -15px;
		color: #1f8192;
	}


input.inline{
	width: 45%;
	display: inline-block;
}

.checkbox.terms{
	margin-top: 20px;
}
.checkbox.terms input, .radio label input[type="radio"]{
	margin-left: -30px;
}
.checkbox.terms label, .radio label{
	padding-left: 30px;
}

.padding-50{
	padding-top: 50px;
}

.invoice{

}
	.invoice th.heading-right{
		text-align:right;
	}
	.invoice td.price{
		text-align:right;
	}
	.invoice tr.totals{
		border-top: 1px solid #ccc;
		font-weight:bold;
	}
	.invoice tr.totals.sum{
		border-top: 2px solid #000;
		font-size: 1.4em;
	}

	.invoice tr.blank_row{
		min-height: 30px;
		background: #ccc;
	}

/*Start Wizard*/
.form-bootstrapWizard{
	margin: 20px 0px 60px 0px;
}

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 16px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step-wizard {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step-wizard i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step-wizard {
    background: #f7fafb;
    color: #a19f9f;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid #55606E;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step-wizard,.bootstrapWizard li.active.complete .step-wizard {
    background: #4f4f4d;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #55606E;
}

.bootstrapWizard li .title {
    color: #55606e;
    display: block;
    font-size: 10px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
    font-weight:bold;
    text-transform: uppercase;
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.wizard-actions li {
    display: inline
}

.tab-content.transparent {
    background-color: transparent
}

/*End Wizard*/


/* Django Accordion */

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a {
  background-color: #fcfcfc;
  color: #444;
}

.c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed {
  background-color: #fcfcfc;
  color: #444;
}

.c-content-accordion-1.c-theme .panel > .panel-collapse > .panel-body {
  background-color: #fcfcfc;
  color: #444;
}

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:hover, .c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:focus {
  background-color: #fcfcfc;
  color: #444;
}

a.button-action, a.button-primary, a.button-caution{
	color: #fff!important;
}

a.button:hover, a.button:link, a.button:visited{
	color: inherit;
}

.error-msg{
	color:red;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
}

ul.plan-options{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
h2.form-heading{
	font-weight:bold;
	margin-bottom: 15px;
}
h2.plan-title{
	color: #3f444a;
	font-size: 28px;
	margin: 30px 0;
	padding: 10px;
	background: #D8F0F8;
	text-transform: uppercase;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

p.description{
	font-size: 1.6rem;
	color: #000;
	padding: 30px;
	background: #fffcf2;
}

li.option{
	border: 3px solid #ccc;
	margin: 5px;
	flex-grow: 1;
	border-radius: 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

li.option a{
	padding: 15px;
	display: block;
}

li.option:hover, li.option.active{
	transition: border-color 0.5s ease;
	border-color: orange;
	background-color: #f8dcac;
}



	.c-content-tab-1 .nav, .c-content-tab-1 .nav.nav-justified{
		padding: 3px;
    padding-bottom: 3px;
		background: #f4f4f4;
		padding-bottom: 0px;
		border-radius: 3px 3px 0px 0px;
	}
	.c-content-tab-1 .nav > li:hover > a, .c-content-tab-1 .nav > li:focus > a, .c-content-tab-1 .nav > li:active > a, .c-content-tab-1 .nav > li.active > a, .c-content-tab-1 .nav.nav-justified > li:hover > a, .c-content-tab-1 .nav.nav-justified > li:focus > a, .c-content-tab-1 .nav.nav-justified > li:active > a, .c-content-tab-1 .nav.nav-justified > li.active > a{
		border: none;
		background: #fff;
	}
	.nav.nav-justified > li{
		background: #f4f4f4;
	}




.slider-container{
	text-align: center;
}
	.slider-container .slider-tick-label-container .slider-tick-label{
		font-weight: 600;
	}
	.slider-container .slider-horizontal{
		width: 150px!important;
		margin-bottom: 27px!important;
	}
	.slider-container .slider-tick-label-container{
		margin-left: -75px!important;
	}
	.slider-container .slider-tick-label{
		width: 100px!important;
	}


@media all and (max-width: 630px){
	.main-service, .add-on-service{
		flex-direction: column;
	}
	.coverage-widget{
		flex-direction: column;
	}
}

/* Smart Wizard */
ul.smart-wizard{
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	list-style: none;
	overflow: hidden;
	margin: -1px -1px 0 -1px -1px;
}

	ul.smart-wizard li{
		float: left;
		margin-bottom: -1px;
	}

	ul.smart-wizard li:first-child{
		/*padding-left: 15px;*/
	}

	ul.smart-wizard li a{
		color: #bbb;
		text-decoration: none;
		padding: 10px 0 10px 45px;
		position: relative;
		display: block;
		border: 0 !important;
		border-radius: 0;
		outline-style: none;
		background: #fff;
		margin-right: 2px;
	}

	ul.smart-wizard li a small{
		font-size: 85%;
	}

	ul.smart-wizard li.active a{
		background: #5bc0de;
		color: #fff;
		font-weight: bold;
	}

	ul.smart-wizard li.complete a{
		background: #33a433;
		color: #fff;
	}

	ul.smart-wizard li a:before{
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 30px solid #ddd;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		margin-left: 1px;
		left: 100%;
		z-index: 1;
	}

	ul.smart-wizard li a:after{
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 30px solid #fff;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 100%;
		z-index: 2;
	}

	ul.smart-wizard li.active a:after{
		border-left-color: #5bc0de;
	}

	ul.smart-wizard li.complete a:after{
		border-left-color: #33a433;
	}

.form-fields.hidden{
	display: none;
}

.radio label input[type="radio"]{
	top: -10px;
}

/* Sidebar CSS */
.order-sidebar-header{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
.order-siderbar-list{
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}
