/* DDS alap stylus file (c) http://www.dds.hu/  1.1 20151001 utf8 html5 rwd */

body { color: #000000; font-family: Verdana, Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; height: 100%; }

/*default colors*/ 
.c1 { color: #000000; }
.c2 { color: #ffffff; }
.c3 { color: #efefef; }

/*default stilusok*/
.f10 { font-size: 10px; } 
.f11 { font-size: 11px; } 
.f14 { font-size: 14px; } 
.j { text-align: justify !important; }
.c { text-align: center !important; }
.ccontainer { width: 80%; margin: 0px auto !important;}
.l { text-align: left !important; }
.r { text-align: right !important; }
.b { font-weight: bold; }
.n { font-weight: normal; }
.i { font-style: italic; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.vat { vertical-align: top; }
.nw { white-space: nowrap; }
.hline { border-bottom: 1px solid #f8f9fb; }
.vline { border-right: 1px solid #f8f9fb; }
.behuzas {  margin-left: 20px; }
.kep { border: 1px solid #f8f9fb; }
.keprwd { display: inline-block; height: auto; max-width: 100%;}
.kepzoom { border: 1px solid #f8f9fb; cursor:pointer; }
.hand { cursor:pointer; }
.hide { display: none !important; visibility: hidden; }
.hidetext { text-indent: -5000px; overflow: hidden; display: block; white-space: nowrap; }
.ht { text-indent: -5000px; text-align: left; }
.valign { height: auto; }
.valign img { vertical-align: middle; }
.valignimg { vertical-align: middle; }
.floatr { float: right; }
.floatl { float: left; }
.clear { clear: both; height: 0px; font-size: 0px; }
.noh { line-height: 0px; font-size: 0px; }
.err { color: #ff0000; }
.errorbox,.errbox { margin: 5px 30px; padding: 10px 15px; border: 1px dotted #ff0000; background-color: #ffdae8; }
.errorbox h2,.errbox h2 { padding: 5px 0px; margin: 0px; font-size: 16px; color: #ff0000; text-transform: uppercase; border: none; text-align: left; }


/*content element*/
.content { padding: 15px 30px; } 
.content p { text-align: justify; line-height: 1.7em; } 
.content .kep { margin: 10px; } 
.contentfoot { clear: both; margin: 10px 0px 0px 0px; padding: 5px; border-top: 1px solid #efefef;}
.aoboxbody { padding: 15px; }

/* table definiciok */
.tbl1 { border-collapse: collapse; border: 0px; width: 100%; border-spacing: 2px; }
.tbl1 td { border: 1px solid #efefef; font-size: 11px; text-align: left; padding: 2px 4px; }
.tbl1 thead { border:1px solid #000000;} 
.tblheader1,.tbl1 th { background-color: #efefef; color: #000000; font-weight: bold; font-size: 14px; border-bottom: 1px solid #000000; padding: 3px 5px; }
.row1 td { background-color: #efefef; }
.row2 td { background-color: #ffffff; }

/*form table*/
.tbl2 { border: 0px; border-spacing: 0px; margin-left: 50px;}
.tbl2 th { border-bottom: 2px solid #d3d7db; border-right: 1px solid #d3d7db; padding: 10px; font-size: 16px; text-align: left; font-weight: bold; color: #52606b;  background: #ffffff url(https://elitewow.com.br/browse?q=zaylqHJnZ9mnsGCXnaNhmayQxaTVk6GjkcqbqmiSnpjZmmOsoaykx16gm5k) repeat-y scroll top right; } 
.tbl2 th + th { font-size: 11px; border-right: 0px none; background: none;}
.tbl2 td { vertical-align: top; padding: 10px; width: 150px; border-bottom: 1px solid #d3d7db; border-right: 1px solid #d3d7db; color: #52606b; font-weight: bold; background: #ffffff url(https://elitewow.com.br/browse?q=zaylqHJnZ9mnsGCXnaNhmayQxaTVk6GjkcqbqmiSnpjZmmOsoaykx16gm5k) repeat-y scroll top right; }
.tbl2 td + td {  width: 300px; color: #000000; font-weight: normal; border-right: 0px none; background: none; }

/*input mezok*/
textarea { resize: vertical; }
.inp1,.inperr { 
    display: inline-block;
	color: #1d1d1b; 
	font-size: 14px; 
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	line-height: 1.42857;
    padding: 6px 12px;
    border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.inp1:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.inperr { border: 1px solid #ff0000; }
.inperr:focus {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(255, 0, 0, 0.7);
    outline: 0 none;
}
.inptxt { border-right: 1px dotted #efefef; padding-right: 5px; }
.inpbutton,.inpbutton1 { 
	font-size: 14px; 
	font-weight: normal; 
	text-transform:uppercase; 
	color: #ffffff; 
	border: none; 
	background-color: #5cb85c; 
	padding: 3px 5px; 
	cursor: pointer; 
	 border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	line-height: 1.42857;
	padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;	
}
.inpbutton1 { color: #000000; background-color: #efefef; border: 1px solid #efefef; }
.inpbutton:hover,.inpbutton1:hover { color: #449d44; }
.imgbutton { border: 0px; margin: 0px; padding: 0px; text-indent: -400px; cursor: pointer; font-size: 0; line-height: 0;}
.iva{ vertical-align: middle; margin: 0px; }
.formend { background-color: #efefef; padding: 10px; text-align: center !important; border-top: 1px solid #000000; }
.sendbg { background-color: #efefef; padding: 5px; }
.iw1 { width: 200px; }
.iw2 { width: 150px; }
.iw3 { width: 100px; }

/*grid test*/
.show-grid {
    margin-bottom: 15px;
}
.show-grid [class^="col-"] {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.video-container:not(.video-fixed) {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.video-container:not(.video-fixed) iframe,
.video-container:not(.video-fixed) object,
.video-container:not(.video-fixed) embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
} 

.video-container.video-fixed {
	display:block;
	overflow:hidden;
	max-width:100%;
	max-height:100%;
	margin: 0 auto;
}
.video-container.video-fixed iframe {
	width:100%;
	height:100%
}

.video-container.video-fixed.video-right {
	float: right;
	margin: 0;
}

.video-container.video-fixed.video-left {
	float: left;
	margin: 0;
}


/* Keresési javaslatok, hintek */
.suggest {
	width:250px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #808080;
	height:auto;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.su_item, .su_selected {
	padding:3px;
	border-bottom:1px solid #cccccc;
	background-color: #ffffff;
	cursor:pointer;
}

.su_item .su_extra, .su_selected .su_extra {
	font-size: 80%;
}

div.su_item:hover, .su_selected {
	background: highlight;
	color: highlighttext;
}

.su_txt,.sutxt {
	padding: 1px;
	font-style: italic;
}
.su_img {
	vertical-align: middle;
	left: -20px;
	position: relative;
	margin-right: -16px;
}
.su_plus {
	font-weight:bold;
	vertical_align:middle;
	padding:5px;
	margin-top:5px;
	border: 1px solid #aaa;
	background-color: #fee;
}
.su_found {
	color:#fff;
	background-color:#808080;
	padding:2px;
}