
/* További Extra infók */
.VPSInfo-kerdojel {
	display: inline-block;
	vertical-align: -.2em;
	margin-left: 0.19em;
	width: 1em;
	padding-bottom: 1em;
	background: transparent url(../elemek/vps/kerdojel.png) center center no-repeat;
	background-size: contain;
}
.VPSInfo-kerdojel div {
	position: absolute;
	z-index: 1;
	width: 25em;
	font-size: 13px;
	/*font-size: 1.3rem;*/
	font-weight: normal;
	line-height: 1.25;
	background-color: #fff;
	padding: .7em 1em;
	margin: -1em 0 0 2.7em;
	border: 1px solid #698C2F;
	color: #698C2F;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.VPSInfo-kerdojel div::before {
	content: "";
	position: absolute;
	left: -1em;
	border-style: solid;
	border-width: 1em 1em 1em 0;
	border-color: transparent #698C2F transparent transparent;
}
.extraKeres li:nth-last-child(2) .VPSInfo-kerdojel div,
.extraKeres li:last-child .VPSInfo-kerdojel div {
	margin-left: -28.5em;
	-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, .1);
	box-shadow: -3px 3px 0 0 rgba(0, 0, 0, .1);
}
.extraKeres li:nth-last-child(2) .VPSInfo-kerdojel div::before,
.extraKeres li:last-child .VPSInfo-kerdojel div::before {
	left: auto;
	right: -1em;
	border-width: 1em 0 1em 1em;
	border-color: transparent transparent transparent #698C2F;
}
.VPSInfo-kerdojel:hover div {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}

.VPSInfo-kerdojel-bovebben {
	background: none;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 0;
	width: auto;
	padding-bottom: 0;
}
.VPSInfo-kerdojel-bovebben div {
	margin: -2.6em 0 0 7.1em;
}



/* VPS Kalkulátor */
.VPSKalkulator {
	min-height: 200px;
	clear: both;
	padding-top: 1px;
}
.VPSKalkulator.keremVarjon {
	background: transparent url(../elemek/ajax-loader.gif) center center no-repeat;
}
.VPSKalkulator h2 {
	font-weight: normal;
	margin: .4em 0;
	font-size: 25px;
	/*font-size: 2.2rem;*/
}
.VPSKalkulator select,
.VPSKalkulator input[type='text'],
.VPSKalkulator input[type='password'] {
	background-color: #EEEEEE;
	border: 4px solid #EEEEEE;
	color: #464646;
	padding: .2em .4em;
	min-width: 5em;
	width: 97%;
	box-sizing: border-box;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.VPSKalkulator input[type='text'],
.VPSKalkulator input[type='password'] {
	font-size: 14px;
	/*font-size: 1.4rem;*/
	min-width: 3em;
}


/* Áttekintés: tételek, havi díj és megrendelés */
.attekintes, .hibauzenet, #vpsajandek {
	width: 37%;
	float: right;
}
.attekintes {
	text-align: center;
	margin-top: 2%;
	background-color: white;
}
.VPSKalkulator .attekintes h2 {
	margin: 0 0 .7em;
	padding: .5em 0;
	text-align: center;
	font-weight: normal;
	background-color: #D5D5D5;
	color: #333;
}
.attekintes-adatok {
	display: inline-block;
	text-align: left;
}
.attekintes-adatok h4 {
	margin: .6em .3em .2em;
}
.attekintes-adatok ul {
	margin: 0 2em 0;
	line-height: 1.6;
}
.attekintes-adatok li {
	clear: both;
	padding: .2em 0;
	line-height: 1.4;
	border-bottom: 1px dotted #EAEAEA;
}
.attekintes-adatok .attekintes-cimke {
	display: inline-block;
	vertical-align: top;
	max-width: 70%;
}
.attekintes-adatok .konfigAr,
.attekintes-adatok .konfigEgyeb {
	float: right;
	margin-left: 1em;
	margin-top: .05em;
}
.attekintes-adatok .konfigAr::after {
	content: "Ft";
	margin-left: .3em;
}
.attekintes-rendeles {
	background-color: #F7F7F7;
	margin-top: 1.5em;
	padding: 1em 0 1.1em;
	line-height: 1.2;
}
.attekintes-rendeles input {
  float: none;
  border: none;
  cursor: pointer;
  margin-top: .5em;
  padding: .4em 5.7%;
  font-size: 19px;
  /*font-size: 1.9rem;*/
  color: white;
  background: #8BB725;
  -webkit-border-radius: 2.63em; /* 50px */
  -moz-border-radius: 2.63em;
  border-radius: 2.63em;
}
.attekintes-rendeles input:hover {
	background: #6F921D;
	color: #F5FBEA;
}
.attekintes-rendeles input[disabled] {
	background-color: #CFCFCF;
  color: #A5A5A5;
  text-shadow: 1px 1px 0 #E4E4E4;
}
.VPSKalkulator .attekintes-rendeles select {
	/* vertical-align: .7em; */
	vertical-align: top;
	margin-top: 3px;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	width: auto;
}

.attekintes-osszesen {
	display: inline-block;
	margin-left: .3em;
	text-align: left;
}
.attekintes-osszesen > small {
	display: block;
}
.attekintes-netto {
	margin: 0 .2em;
	color: #333;
}
.attekintes-netto span {
	white-space: nowrap;
	font-size: 24px;
	/*font-size: 2.4rem;*/
}
.attekintes-netto small {
	font-size: 13px;
	/*font-size: 1.3rem;*/
}


.konfigBlokk {
	width: 63%;
	clear: left;
	float: left;
	padding-top: 2%; /* 37% 0 0; */
}
.konfigDoboz {
	margin: 0 .8% .35em 0;
	padding: .3em 1em 3em;
	background-color: white;
	box-sizing: border-box;
}
.konfigDoboz.inline, .konfigDoboz.inline-block {
	float: left;
	text-align: left;
	/*min-height: 6.81em;*/
  padding: 0 2em 1em 1em;
}
.konfigDoboz.inline-block {
	float: none;
	padding-top: 1px;
	padding-right: 1.591em; /* 21px */
}
.konfigDoboz h3 {
	color: #333;
	font-size: 20px !important;
	/*font-size: 2rem;*/
	text-align: left;
}
.konfigDoboz h3 small {
	font-size: 16px;
	/*font-size: 1.6rem;*/
	color: #999;
}
.konfigDoboz h3 p {
	margin: 0px 0 15px;
	/*margin: 0px 0 1.5rem;*/
	line-height: 1;
	font-weight: normal;
}
.konfigDoboz h3 .fbox {
	vertical-align: .22em;
}
.konfigDoboz h3 .fbox a {
	vertical-align: -.1em;
	margin-left: .1em;
	font-size: 14px;
	/*font-size: 1.4rem;*/
}
.konfigDoboz label {
	display: block;
	text-align: left;
}



.hibauzenet {
	display: none;
	width: 37%;
	margin-top: .303em; /* 4px */
	margin-left: 0;
	line-height: 1.6;
	padding: 1.136em .75758em 1.136em 2.2727em; /* 15px 10px 15px 30px */
	text-align: left;
	color: #9F4A46;
	background: #DAC9C9;
	border-top: 4px solid #B45954;
	box-sizing: border-box;
}
.hibauzenet li {
	margin: 0;
}









/* jQuery UI módosítások */
.ui-slider-horizontal {
	height: 9px;
}
.ui-slider-horizontal .ui-slider-range-min {
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -6px
}
.ui-slider-horizontal label {
	position: absolute;
  width: 100px;
	white-space: nowrap;
	visibility: hidden;
	color: transparent;
  margin-left: -50px;
  margin-top: 1em;
  text-align: center;
}
.ui-slider-horizontal label span {
	text-transform: uppercase;
	font-size: 12px;
	/*font-size: 1.2rem;*/
}
.ui-slider-horizontal label:last-child {
	visibility: visible;
  color: #999;
}
.ui-slider-horizontal label.aktiv {
	visibility: visible;
  color: #8BB725;
}
.ui-slider-handle {
	-ms-touch-action: none;
	touch-action: none;
}

a.fancyboxEgyeb {
	font-size: 16px !important;
}


/* Cloud VPS bevezető + Költözés + Hybrid Cloud + VPSKalkulátor KonfigDobozok - phablet nézet */
@media screen and (max-width:50em) { /* 800px */

	/* VPSKalkulátor KonfigDobozok	*/
	.attekintes-adatok {
		display: block;
	}
	.attekintes, .hibauzenet, #vpsajandek {
		float: none;
		width: auto;
		clear: both;
	}
	.hibauzenet {
		margin: .5em 0 0;
	}
	#vpsajandek {
		width: 23.8636em; /* 315px */
		/* height: 110px; */
		padding-bottom: 8.33333em;
		margin-left: auto;
		margin-right: auto;
	}
	.konfigBlokk {
		float: none;
		width: 100.8%;
		padding-right: 0;
	}
}


/* Csúszka label hack */
@media screen and (max-width:34.375em) { /* 550px */
	.ui-slider-horizontal label:nth-last-child(2) {
		left: 90% !important;
	}
}


/* VPSKonfig dobozok + blokkok + ajándék - mobil nézet */
@media screen and (max-width:28.125em) { /* 450px */
	.konfigDoboz.inline-block,
	.konfigDoboz.inline {
		display: block;
		margin-right: 0;
		padding: 1px 2% 1em !important;
		width: auto !important;
		float: none !important;
	}
	.konfigBlokk {
		width: auto;
	}
}


/* Firefox formázások (select listák) */
@-moz-document url-prefix() {
	.VPSKalkulator select {
		-moz-border-radius: 2em .7em .7em 2em;
		border-radius: 2em .7em .7em 2em;
	}
}