/* VPS gombok */
.VPSGomb {
	display: inline-block;
	cursor: pointer;
	padding: .19em 6.5%;
	border: 1px solid #F9F9F9;
	border-bottom-color: #cdcdcd;
	background: #D6D6D6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.VPSGomb:hover {
	background: #C7C7C7;
}
.VPSGomb.aktiv {
	background: #8BB725;
	border-color: #eee;
	border-bottom-color: #B6B6B6;
}
.VPSGomb.aktiv:hover {
	background: #7AA020;
}
#VPSGomb-egyedi.aktiv {
	background: #8BB725;
	color: white;
}


/* Classic VPS táblázat lábléc */
.vpsrendeles tfoot td {
	position: relative;
	border-bottom: .4em solid #999;
}
.vpsrendeles tfoot td.tfootelsooszlop {
	border-bottom-color: #EBEBEB;
}
.VPSGomb-nyil {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.6em;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.VPSGomb-nyil div {
	display: inline-block;
	border-style: solid;
	border-width: .3em 0 0;
	border-color: #999 transparent transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Classic VPS táblázat lábléc - aktív */
.vpsrendeles tfoot td.aktiv {
	border-bottom-color: #8BB725;
}
td.aktiv .VPSGomb-nyil {
	bottom: -1.5em;
}
td.aktiv .VPSGomb-nyil div {
	border-width: 1em 4.5em 0;
	border-top-color: #8BB725;
}








/* VPSKalkulator */
.VPSKalkulator {
	display: none;
}
.VPSKalkulator.keremVarjon {
	min-height: 15em; /* 200px */
	background: transparent url(../elemek/ajax-loader.gif) center center no-repeat;
}

.VPSKalkulator .nemElerheto,
.VPSKalkulator .egyebinfo {
	padding: 1em 1.5em;
	margin: 2.5em 0;
	color: #D3817F;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 0 #FFF5F5;
	background-color: #f2dede;
	border-bottom: 4px solid #ebccd1;
}
.VPSKalkulator .egyebinfo {
	color: #8BB725;
	text-shadow: 1px 1px 0 #F5FFF6;
	background-color: #DEF2E0;
	border-bottom: 4px solid #8BB725;
}

.attekintes {
	float: left;
}
.konfigBlokk {
	float: right;
	clear: none;
}
.konfigDoboz {
	margin-left: .35em;
	margin-right: 0;
}
.konfigDoboz.inline {
	/*padding: 0 2em 0 1em;*/
	width: 99.3%;
}




/* MY LOADER YO */
#the_my_loader {
	position: absolute;
	left: 48%;
	top: 48%;
	border: 16px solid #f3f3f3;
	border-radius: 50%;  
	border-top: 16px solid #8bb725;
	width: 120px;
	height: 120px;
	-webkit-animation: my_spin 2s linear infinite;
	animation: my_spin 2s linear infinite;		
	z-index: 10001;/*igy látszik is*/
}
#the_my_overlay {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

@keyframes my_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
