.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
*/
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/*
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
*/
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

/* */

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display:none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display:none!important
}
@media (max-width:767px) {
	.visible-xs {
		display:block!important
	}
	table.visible-xs {
		display:table!important
	}
	tr.visible-xs {
		display:table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display:table-cell!important
	}
}
@media (max-width:767px) {
	.visible-xs-block {
		display:block!important
	}
}
@media (max-width:767px) {
	.visible-xs-inline {
		display:inline!important
	}
}
@media (max-width:767px) {
	.visible-xs-inline-block {
		display:inline-block!important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display:block!important
	}
	table.visible-sm {
		display:table!important
	}
	tr.visible-sm {
		display:table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display:table-cell!important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display:block!important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display:inline!important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display:inline-block!important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display:block!important
	}
	table.visible-md {
		display:table!important
	}
	tr.visible-md {
		display:table-row!important
	}
	td.visible-md,
	th.visible-md {
		display:table-cell!important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display:block!important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display:inline!important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display:inline-block!important
	}
}
@media (min-width:1200px) {
	.visible-lg {
		display:block!important
	}
	table.visible-lg {
		display:table!important
	}
	tr.visible-lg {
		display:table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display:table-cell!important
	}
}
@media (min-width:1200px) {
	.visible-lg-block {
		display:block!important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline {
		display:inline!important
	}
}
@media (min-width:1200px) {
	.visible-lg-inline-block {
		display:inline-block!important
	}
}
@media (max-width:767px) {
	.hidden-xs {
		display:none!important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display:none!important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display:none!important
	}
}
@media (min-width:1200px) {
	.hidden-lg {
		display:none!important
	}
}
.visible-print {
	display:none!important
}
@media print {
	.visible-print {
		display:block!important
	}
	table.visible-print {
		display:table!important
	}
	tr.visible-print {
		display:table-row!important
	}
	td.visible-print,
	th.visible-print {
		display:table-cell!important
	}
}
.visible-print-block {
	display:none!important
}
@media print {
	.visible-print-block {
		display:block!important
	}
}
.visible-print-inline {
	display:none!important
}
@media print {
	.visible-print-inline {
		display:inline!important
	}
}
.visible-print-inline-block {
	display:none!important
}
@media print {
	.visible-print-inline-block {
		display:inline-block!important
	}
}
@media print {
	.hidden-print {
		display:none!important
	}
}


/* */
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}


/* */
.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display:table-cell
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-addon,
.input-group-btn {
	width:1%;
	white-space:nowrap;
	vertical-align:middle
}
.input-group-addon {
	padding:6px 12px;
	font-size:14px;
	font-weight:400;
	line-height:1;
	color:#555;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px
}


/* */


table {
	background-color: transparent;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}


/* */


.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #f59c00;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}





/* */


svg:not(:root).svg-inline--fa {
	overflow:visible
}
.svg-inline--fa {
	display:inline-block;
	font-size:inherit;
	height:1em;
	overflow:visible;
	vertical-align:-.125em
}
.svg-inline--fa.fa-lg {
	vertical-align:-.225em
}
.svg-inline--fa.fa-w-1 {
	width:.0625em
}
.svg-inline--fa.fa-w-2 {
	width:.125em
}
.svg-inline--fa.fa-w-3 {
	width:.1875em
}
.svg-inline--fa.fa-w-4 {
	width:.25em
}
.svg-inline--fa.fa-w-5 {
	width:.3125em
}
.svg-inline--fa.fa-w-6 {
	width:.375em
}
.svg-inline--fa.fa-w-7 {
	width:.4375em
}
.svg-inline--fa.fa-w-8 {
	width:.5em
}
.svg-inline--fa.fa-w-9 {
	width:.5625em
}
.svg-inline--fa.fa-w-10 {
	width:.625em
}
.svg-inline--fa.fa-w-11 {
	width:.6875em
}
.svg-inline--fa.fa-w-12 {
	width:.75em
}
.svg-inline--fa.fa-w-13 {
	width:.8125em
}
.svg-inline--fa.fa-w-14 {
	width:.875em
}
.svg-inline--fa.fa-w-15 {
	width:.9375em
}
.svg-inline--fa.fa-w-16 {
	width:1em
}
.svg-inline--fa.fa-w-17 {
	width:1.0625em
}
.svg-inline--fa.fa-w-18 {
	width:1.125em
}
.svg-inline--fa.fa-w-19 {
	width:1.1875em
}
.svg-inline--fa.fa-w-20 {
	width:1.25em
}
.svg-inline--fa.fa-pull-left {
	margin-right:.3em;
	width:auto
}
.svg-inline--fa.fa-pull-right {
	margin-left:.3em;
	width:auto
}
.svg-inline--fa.fa-border {
	height:1.5em
}
.svg-inline--fa.fa-li {
	width:2em
}
.svg-inline--fa.fa-fw {
	width:1.25em
}
.fa-layers svg.svg-inline--fa {
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.fa-layers {
	display:inline-block;
	height:1em;
	position:relative;
	text-align:center;
	vertical-align:-.125em;
	width:1em
}
.fa-layers svg.svg-inline--fa {
	-webkit-transform-origin:center center;
	transform-origin:center center
}
.fa-layers-counter,
.fa-layers-text {
	display:inline-block;
	position:absolute;
	text-align:center
}
.fa-layers-text {
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transform-origin:center center;
	transform-origin:center center
}
.fa-layers-counter {
	background-color:#ff253a;
	border-radius:1em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	height:1.5em;
	line-height:1;
	max-width:5em;
	min-width:1.5em;
	overflow:hidden;
	padding:.25em;
	right:0;
	text-overflow:ellipsis;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top right;
	transform-origin:top right
}
.fa-layers-bottom-right {
	bottom:0;
	right:0;
	top:auto;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:bottom right;
	transform-origin:bottom right
}
.fa-layers-bottom-left {
	bottom:0;
	left:0;
	right:auto;
	top:auto;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:bottom left;
	transform-origin:bottom left
}
.fa-layers-top-right {
	right:0;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top right;
	transform-origin:top right
}
.fa-layers-top-left {
	left:0;
	right:auto;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top left;
	transform-origin:top left
}
.fa-lg {
	font-size:1.33333em;
	line-height:.75em;
	vertical-align:-.0667em
}
.fa-xs {
	font-size:.75em
}
.fa-sm {
	font-size:.875em
}
.fa-1x {
	font-size:1em
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-6x {
	font-size:6em
}
.fa-7x {
	font-size:7em
}
.fa-8x {
	font-size:8em
}
.fa-9x {
	font-size:9em
}
.fa-10x {
	font-size:10em
}
.fa-fw {
	text-align:center;
	width:1.25em
}
.fa-ul {
	list-style-type:none;
	margin-left:2.5em;
	padding-left:0
}
.fa-ul>li {
	position:relative
}
.fa-li {
	left:-2em;
	position:absolute;
	text-align:center;
	width:2em;
	line-height:inherit
}
.fa-border {
	border:solid .08em #eee;
	border-radius:.1em;
	padding:.2em .25em .15em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.fa-rotate-90 {
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform:scale(-1,1);
	transform:scale(-1,1)
}
.fa-flip-vertical {
	-webkit-transform:scale(1,-1);
	transform:scale(1,-1)
}
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform:scale(-1,-1);
	transform:scale(-1,-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter:none;
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	position:relative;
	width:2em
}
.fa-stack-1x,
.fa-stack-2x {
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.svg-inline--fa.fa-stack-1x {
	height:1em;
	width:1em
}
.svg-inline--fa.fa-stack-2x {
	height:2em;
	width:2em
}
.fa-inverse {
	color:#fff
}
.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}



/* */


.close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2
}
.close:focus,
.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5
}



/* */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* */
.rate-calculator {
	background-color: #96bc36;
	box-shadow: none;
}

.rate-calculator .title {
	text-align: center;
	color: white;
	font-size: 22px;
}

.rate-calculator .rate-selection .imgbox,
.rate-calculator .rate-selection .imgbox.active,
.rate-calculator .rate-selection .imgbox:hover {
	border: none;
	border-radius: 25px;
	padding: 8px 0 !important;
}

.rate-calculator .rate-selection .imgbox p {
	margin: 0;
	font-size: 18px;
}

.rate-calculator .rate-inputs {
	text-align: left;
}

.rate-calculator .rate-inputs input[type="submit"] {
	color: #ffffff;
	background-color: #f59c00;
	font-size: 18px;
	padding: 12px 24px;
	border: none;
	border-radius: 25px;
	width: unset;
	text-transform: unset;
}

.rate-calculator .rate-inputs input[type="text"] {
	border: none;
	border-radius: 25px;
	padding: 12px 25px;
	width: 100%;
}

.rate-calculator .rate-consumptions .consumption-preset-manual-input.show input,
.rate-calculator .rate-consumptions .consumption-presets .consumption-preset-input-select {
	background-color: white;
	border: none;
	border-radius: 25px;

}


.rate-calculator .rate-consumptions .dropdown-input-select.no-sn {
	margin-left: 5px;
	padding: 0;
}

.rate-calculator .rate-consumptions .consumption-presets.active .dropdown-input-select.no-sn .consumption-preset-input-select {
	margin-left: 6px;

}


.rate-calculator .ort,
.rate-calculator .street {
	background-image: url(/wp-content/plugins/nvb-wechselseite/library/images/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 10px;
	appearance: none;
}

.rate-calculator .postcode-ort select,
.rate-calculator .postcode-street-wrap select {
	border-radius: 25px;
	background-color: white;
	border: none;
	padding: 12px 25px;
	line-height: 20px;
	margin-top: 8px;
	width: 100%;
	font-size: 16px;
}

.rate-calculator .postcode-street-wrap select {
	margin-left: 6px;
}

.rate-calculator .rate-consumptions .consumption-presets .consumption-preset {
	padding: 8px 25px;
	border-radius: 25px;
	margin: 3px 0;
}

.rate-calculator .rate-consumptions .consumption-preset-wrap.no-sn.active {
	padding-left: 11px;
	width: 100%;
}
.rate-calculator .rate-consumptions .consumption-preset-manual-input.no-sn.show {
	padding-left: 8px;
}

.rate-calculator .rate-consumptions .consumption-preset-manual-input.show input {
	margin-right: -8px;
}

.rate-calculator .rate-consumptions .consumption-presets .consumption-preset-wrap {
	border: none;
	/*padding-left:11px;*/
}

.rate-calculator .rate-selection {
	padding-bottom: 0;
}

.rate-calculator .customer-type {
	padding: 20px 0;
	font-size: 18px;
}

.rate-calculator .customer-type label {
	color: white;
	cursor: pointer;
}
.rate-calculator .customer-type input.checkbox-b2c {
	margin-left: 12px;
}
.rate-calculator .customer-type input.checkbox-b2b {
	margin-left: 24px;
}
.rate-calculator .customer-type input:checked {
	border: 8px solid #f59c00;
	outline: 2px solid white;
}
.rate-calculator .customer-type input {
	appearance: none;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: none;
	outline: 2px solid white;
	transition: 0.2s all linear;
	margin-right: 3px;
	position: relative;
	top: 2px;
	background-color: transparent;
	/*accent-color: #e8a100;*/
}

#customeraddress .bootstrap-autocomplete.dropdown-menu {
  overflow: scroll;
  max-height: 115px;
}

/* */
.ct-link-button.btnyellow.disabled,
.ct-link-button.btnyellow.disabled:hover,
.ct-link-button.btnyellow.disabled:focus,
.ct-link-button.btnyellow.disabled:active {
	color: #000;
	background-color: #ededed;
	border-color: #ededed;
}

/*  */


.dialog .message_wrap {
	background-color: white;
	margin: 25px 0;
}

.dialog .message_wrap h2 {
	font-size: 22px;
}

.dialog .message_wrap p {
	font-size: 12px;
	margin: 0;
}

.dialog .close {
	opacity: 0.5;
	padding-top: 5px;
	padding-right: 5px;
}

/* */
#tarife #container, 
#tarife #order-option {
	width:100%;
}

#tarife .tarrife_info h2,
#tarife .tarrife_info h4 {
	font-size: 24px;
	color: #909090;
	margin: 0;
}

#tarife .change_rate {
	color: #909090;
	cursor: pointer;
}

#order-option p {
	margin: 0;
}

.customer-box .customer-active {
	width: 100%;
}

section.page.bestellen #summary label {
	font-size: 12px;
}

#order-select ol, #order-select ul,
.order.summarize ol, .order.summarize ul {
	list-style: none;
	padding: 0;
}

.product-type-info {
	color: #909090;
	padding-left: 35px;	
}

#tarife .desktop-template .product .image img, #tarife .mobile-template .product .image img {
	max-width: 100%;
}

#tarife .product.recomended-product .image {
	background-color: white;
}


#tarife .product.recomended-product,
#tarife .product.recomended-product .product-content {
	background-color: #ededed;
}



#tarife .product.recomended-product .trigger-popup,
#tarife .product.recomended-product .trigger-popup {
	background-color: #ededed !important;
}

#tarife .product-price-number {
	color: #f59c00;
	font-size: 24px;
}

#tarife .desktop-template .product .product-content .product-details-wrap .product-details-popup-body .popup-hr, #tarife .mobile-template .product .product-content .product-details-wrap .product-details-popup-body .popup-hr {
	width:unset;
	border-top: none;
}

#tarife .desktop-template .product.recomended-product {
	height: 590px;
}

.product-details-wrap #product-price-monthly {
	margin-left: 80px;
}
.product-details-wrap #product-price-monthly .product-price-span {
	color: #f59c00;
	font-size: 40px;
	font-weight: bold;
}

#orderform fieldset {
	border:none;
}

#gas_deliverydate,
#gas_keyexchangedate,
#electricity_deliverydate,
#electricity_keyexchangedate,
#datetimepicker1 input.test {
	font-size: 16px;
	height: 34px;
	outline: none;
	border-collapse: separate;
	border: 1px solid #ccc;
	border-radius: .25rem;
	/*background: #f9f9f9;*/
}

#datetimepicker1 input.test {
	max-width: 145px;
	float: left;
}

#customeraddress #datetimepicker1 {
	max-width: 255px;
}

#datetimepicker_gas,
#datetimepicker_gase,
#datetimepicker_elect,
#datetimepicker_electricity {
	max-width: 275px;
}

#gas_deliverydate,
#electricity_deliverydate {
	max-width: 210px;
}

#datetimepicker1 ul {
	margin: 0;
}

#datetimepicker1 ul span {
	height: unset;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  list-style: none;
  padding: 0;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f59c00;
}

@media (max-width: 992px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		clear: both;
	}
}

.page.bestellen p {
	margin: 0;
}

section.page.bestellen section.steps {
	max-width: 992px;
	padding-left: 0;
	padding-right: 0;
}

.page.bestellen .required-info-text {
	padding-top:15px;
	font-size: 14px;
}
.page.bestellen .required-info-text em {
	color: #e8a100;
}

section.page.bestellen .checkbox.col-md-12.agreement {
	padding: 0;
}

section.page.bestellen .checkbox.col-md-12.agreement.no-padding section {
	clear: none;
}

section.page.bestellen fieldset section.row.fourteendays section p {
	line-height: 16px;
}

section.page.bestellen fieldset ul.sepa li label {
	width: 65%;
	display: inline-block;
}

section.page.bestellen .step4 a {
	color: #f59c00;
}

section.page.bestellen fieldset section.row.advertisement label {
	line-height: 22px;
}

section.page.bestellen fieldset section.row.advertisement {
	font-size: 14px;
	border: none;
	padding: 0;
	background-color: unset;
	margin: 10px 0 0 0;
}

section.page.bestellen fieldset section.row.advertisement label {
	display: flex;
}
section.page.bestellen fieldset section.row.invoice label {
	display: block;
}

section.page.bestellen fieldset section.row.privacy {
	margin-top: 0;
	padding: 0;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	color: #121212;
	padding-left: 24px;
}

section.order.summarize #summary,
section.rate.detail .explanation {
	font-size:12px;
}
section.order.summarize #summary {
	margin-bottom: 25px;
}

section.order.summarize section.rate.detail .prices ul li,
section.order.summarize section.rate.detail .details ul li,
section.order.summarize section.summary ul li {
	margin: 0 0 5px 0 !important;
}


@media (max-width: 767px) {

	section.order.summarize section.rate.detail .prices ul li label,
	section.order.summarize section.rate.detail .details ul li label,
	section.order.summarize section.summary ul li label {
		width: 180px;
	}

	section.order.summarize section.rate.detail .prices ul li span,
	section.order.summarize section.rate.detail .details ul li span,
	section.order.summarize section.summary ul li span {
		margin: 0 0 0 180px;
	}

	.page-id-1501 .ct-section-inner-wrap {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

}

.rate-calculator .streets-select .rate-inputs.postcode-wrap.active #gas.consumption-presets.active {
	margin-top: 8px;
}

.rate-calculator .rate-consumptions .consumption-presets .consumption-preset-wrap.active {
	width: 100%;
	margin-top: 44px;
}


.rate-calculator .rate-consumptions .consumption-presets .consumption-preset-wrap.no-sn.active {
	margin-top: 0;
}


.rate-inputs.col-xs-12 {
	float: left;
}

@media (max-width: 425px) {
 .bootstrap-datetimepicker-widget.dropdown-menu {
    inset: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {

	.rate-calculator .rate-consumptions .consumption-preset-wrap.no-sn.active {
		padding-left: 0;
	}

	.rate-calculator .rate-consumptions .consumption-presets .consumption-preset {
		margin-right: 0 !important;
	}

	.rate-calculator .rate-consumptions {
		padding-left: 0;
		padding-right: 0;
	}

	.rate-calculator .rate-consumptions .consumption-presets.active .dropdown-input-select.no-sn .consumption-preset-input-select {
		margin-left: 0;
	}

	.rate-calculator .rate-consumptions .dropdown-input-select.no-sn {
		margin-left: 0;
	}

	.rate-calculator .rate-consumptions .consumption-preset-manual-input.no-sn.show {
		padding-left: 0;
	}

	.rate-calculator .rate-consumptions .consumption-preset-manual-input.show input {
		margin-right: 0;
	}

	.rate-calculator .postcode-street-wrap select {
		margin-left: 0;
	}

	.rate-calculator .streets-select .rate-inputs.postcode-wrap.active .postcode-wrap-col {
		margin-bottom: 8px;
	}

	.rate-calculator .streets-select .rate-inputs.postcode-wrap.active .postcode-street-wrap,
	.rate-calculator .streets-select .row.consumption-presets.active[data-type="gas"],
	.rate-calculator .streets-select .row.consumption-presets.active[data-type="electricity"] {
		padding-right: 0;
	}

	.rate-calculator .rate-consumptions .consumption-presets .consumption-preset-input-select .fa-angle-down {
		right: 34px;
	}

	.rate-calculator .rate-consumptions .consumption-presets .primg.electricity.active,
	.rate-calculator .rate-consumptions .consumption-presets .primg.gas.active {
		left: 75%;
	}


	.rate-calculator .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
