.form-group.folded{
	margin:20px 0;
}

.form-group.folded label {
	margin-bottom:5px;
	margin-top:5px;
}

.form-group.folded > div {
	display:none;
}

.form-group.folded > span:first-child {
	display:block;
	font-weight:bold;
	position:absolute;
	top:-15px;
	left:16px;
	color:#125ca3;
	cursor:pointer;
}

.form-group .contract *, .form-group .contract {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.form-group .contract{
	background-color:red;
}
.form-group input[type=text], .form-group textarea {
	width:100%;
	border:1px solid #ccc;
	box-shadow:0px 0px 10px #eee;
	border-radius:5px;
	padding:4px;
	margin-bottom:10px;
}
.form-group label{
	font-weight: normal;
}
.form-group textarea {
	min-height:128px;
}
.form-group .contract {
	background-color:#fff;
	padding:10px;
	width: 100%;
	border-radius:5px;
	box-shadow:0 0 6px #ddd;
	margin-bottom:10px;
	display:inline-block;
	margin-top:10px;
	vertical-align:top;
}
.form-group div.contract{
	width: 500px;
	max-width: 100%;
}
span.red {

}

.form-group input[name=contract] {
	display:none;
}
.form-group input[type=radio]:checked + label.contract,
.form-group label.contract:hover {
	background:#3daee9;
	color:white;
	cursor: pointer;
}

.form-group label.contract:hover h1, .form-group input[type=radio]:checked + label.contract h1 {
	color:#fff;
}

.form-group .contract h1 {
	margin:0;
	margin-bottom:10px;
}

.form-group .contract .period, .form-group .contract .price, .form-group .contract .compare {
	background:#eee;
	padding:5px;
	border:1px solid #d4d4d4;
	border-radius: 4px;
	margin-bottom:10px;
}
 .price .contract td{
	font-size: 12px;
}

.form-group input[type=radio]:checked + .contract .price, .form-group input[type=radio]:checked + .contract .compare,
.form-group label.contract:hover .price, .form-group label.contract:hover .compare {
	background-color:#fff;
}

.form-group .contract .price div, .form-group .contract .compare div {
	font-weight:bold;
	background-color:#fff;
	font-size: 14px;
	padding:5px;
	border-radius:5px;
	margin-bottom:2px;
}

#contract-myprice-form .form-group .contract .price div,#contract-myprice-form .form-group .contract .compare div {
	font-weight:bold;
	background-color:#fff;
	font-size: 12px;
	padding:5px;
	border-radius:5px;
	margin-bottom:2px;
}

.form-group input[type=radio]:checked + .contract .price div, .form-group input[type=radio]:checked + .contract .compare div,
.form-group label.contract:hover .price div, .form-group label.contract:hover .compare div {
	background-color:#eee;
}
.form-group .contract .period {
	background-color:#eee;
	margin-bottom:10px;
	font-weight:bold;
}

.form-group input[type=radio]:checked + .contract .period,
.form-group label.contract:hover .period {
	background-color:#fff;
}

.form-group h2, .form-group .contract .period {
	margin:0;
	font-size:16px!important;
	font-weight:400;
	color:#125ca3;
	margin-bottom:5px;
}

.form-group .contract .compare h2{
	margin:0;
	font-size:14px!important;
	margin-bottom:5px;	
}

.form-group .contract .compare h2 span{
	float:right;
}

.form-group .contract .period span, .form-group .contract .price div span, .form-group .contract .compare div span {
	font-weight:bold;
	float:right;
}


/* NEW */
/* --------------------------------------------------------------------------------------------- */
/* CONTRACTS NEW
/* --------------------------------------------------------------------------------------------- */
#contract-form{
	position: relative;
	width: 100%;
}

#contract-form .section-wrapper .price {
	display: flex;
	flex-wrap: wrap;
}

#contract-form .section-wrapper .price > * {
	padding-bottom: 15px;
}

@media (max-width: 991px) {

	#contract-form .section-wrapper .price > * {
		width: 50%;
	}
}

@media (max-width: 767px) {

	#contract-form .section-wrapper .price > * {
		width: 100%;
	}
}

#contract-form .section-wrapper .price > * > label.contract {
	height: 100%;
	margin-bottom: 0;
}

#contract-form .section-wrapper .price .info {
    border-top: 1px solid #ddd;
    padding-top: 8px;	
}

#contract-form .section-wrapper .price table {
	margin-bottom: 0;
}


#contract-form .next{
	background-color: #ee9e11;
	color:rgba(255,255,255,0.7);
	text-decoration: uppercase;
	text-align: center;
	display: block;
	float:left;
	padding:10px 15px ;
	border-radius: 20px;
	margin-top:6px;
}

#contract-form .next.active{
	color:rgba(255,255,255, 1);
	cursor: pointer;
}
#contract-form section.one input[type=text]{
	width: 65%;
	float:left;
	font-size: 22px;
	padding:10px;
	margin-right: 10px;
}
#contract-form section.one .section-wrapper.checked input[type=text]{
	width: 100%;
}

#contract-form section.one .section-wrapper{
	width: 100%;
	margin:0 auto;
}

#contract-form section.one .section-wrapper.checked{
	width: 100% !important;
}

#contract-form section.one .next{
	width: 30%;
}

#contract-form section.two .next{
	float:right;
}
#contract-form section.two .col-md-4,
#contract-form section.one .section-wrapper,
#contract-form section.one .section-wrapper input[type=text],
#contract-form section.two .col-md-4.checked div,
#contract-form section.two .col-md-4.checked div.period,
#contract-form section.two .col-md-4.checked div span{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
#contract-form section.two .col-md-4{
	max-height: 350px;
}
#contract-form .contract-section h3{
	margin-bottom:10px;
}
#contract-form section.two .col-md-4.inactive{
	width: 25%;
}
#contract-form section.two .col-md-4.checked{
	width: 50%;
}

#contract-form section.two .col-md-4.checked h1{
	color:white;
	font-size: 14px;
	font-weight: 100;
}

#contract-form section.two .col-md-4.inactive{
	font-size: 14px;
	font-weight: 100;	
}

#contract-form section.two .form-group #price .inactive label div > span{
	float:none;
}

#contract-form section.two #price .col-md-4.checked div,
#contract-form section.two #price .col-md-4.checked div.period,
#contract-form section.two #price .col-md-4.checked div span{
	font-size: 12px !important;
}

#contract-form section.two .form-group #price label div > span{
	float:right;
	font-weight: 600;
}

#contract-form section.two .form-group #price label div{
    font-weight: 400;
    font-size: 12px;
    border-bottom:1px solid #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#contract-form section.two .form-group #price label div.read-more{
	float: right;
	font-weight: 600;
    border-bottom: none;
    cursor: pointer;
}

#contract-form section.two .form-group #price label div .read-more:hover{
	color:#333 !important;
}

#contract-form section.two .form-group #price label div .read-more{
	float:right;	
}


#contract-form section.two .form-group #price label.checked > div.period{
	color:#125ca3 !important;
}
#contract-form section.two .form-group #price label.checked > div,
#contract-form section.two .form-group #price label.checked h1{
	color:white !important;
}
#contract-form section.two .form-group #price label .read-more{
	text-align: right;
	color:#333;
}
#contract-form section.two .form-group #price label:hover > .read-more{
	color:white;
}

#contract-form .contract-info-wrapper{
	display: none;
	visibility: hidden;
}


#contract-form label.fullmakt p{
	font-size: 12px;
	font-weight: 400;
}
#contract-form label.fullmakt small{
	font-size: 10px;
	font-weight: 400;
}

#contract-form .startdate{
	margin-top:20px;
}

#contract-form .btn.btn-success{
	font-size: 16px;
}
.consumtion-options .header{
	display: block;
	margin-bottom:10px;
	text-align: center;
}
.consumtion-options .consumtion-option.inline{
    display: inline-block;
    width: 30%;
    font-size: 12px;
    border:1px solid #e3e3e3;
    border-radius: 3px;
    margin: 0 0.5%;
    padding: 10px 2px;
	text-align: center;
}

.consumtion-options .consumtion-option.inline:hover{
	background-color:#e3e3e3;
	cursor: pointer;
}

.consumtion-options .consumtion-option.inline small{
	font-size: 10px;
}
.consumtion-options p{
	margin-bottom:5px;
}
.consumtion-options{
	max-width: 800px;
	padding:15px;
}

.consumtion-options i{
	font-size: 40px;
	color:#ee9e11;
}

.consumtion-options h3{
	font-size: 18px;
}


@media (min-width: 768px) {
	#contract-form section.one .section-wrapper{
		width: 80%;
	}
	.consumtion-options .header{
		display: inline-block;
		margin-bottom:10px;
		width: 22%;
	}
	.consumtion-options .consumtion-option.inline{
		width: 16%;
	}
	.consumtion-options p{
		font-size: 14px;
	}
	.consumtion-options small{
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	#contract-form section.one .section-wrapper{
		width: 70%;
	}
}

@media (min-width: 1200px) {
	#contract-form section.one .section-wrapper{
		width: 60%;
	}
}