﻿.header
{
/*background-image:url("img/headerx.png");*/
height:35px;
}

body
{
    margin:1px 0;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;   /**/
    color:Black;
    background:#ffffff;/*fafbfc*/
 }

.footer
{
/*background-image:url("img/footerx.png");*/
height:35px;
}

.hr {
    border-style  : none;
    border-color: inherit;
    border-width: 0;
    width: 95%;
    color : #D3DEEF;
    background-color: #77A7C0;  
}

.hr_onMaster {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 95%;
    color : #3F3F3F;
    line-height: 3px;
    background-color: #3F3F3F; 
}

.test
{
    background-color : Black;
}
.panel
{
    background-color : #FFFFFF;
}

#body2 {
	margin: 1px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*pl a feliratok szine*/
	color:Black;
	background-color : white;

	/* pucka - emiatt nem lett feher a hatter*/
	overflow: auto;
   /* width: 1000px;*/
}

#body2_ex {
	margin: 1px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*pl a feliratok szine*/
	color:Black;
	background-color : white;

	/* pucka - emiatt nem lett feher a hatter*/
	overflow: auto;
    width: 100%;
}

.style_2table
{
    width: 99%;
    text-align: left;
    border: solid 0px #768a93;          
    font-family:tahoma; 
    font-size: 9px; 
    background: white; 
    padding: 2px; 	              
}
.style_2table.td
{
  text-align:center;
    font-size: 10px; 
    background: red; 
    padding: 2px; 	              
}




/* pucka - kozepre igazitas, meret megadas*/

#container {
	margin: 0 auto;
	/* width: 1000px; */
	background-color: white;
	
}

/* pucka out */

#container_ex {
	margin: 0 auto;
	width: 100%;
	background-color: white;	
}

/* ---- ----------Landing page : DIVes--------------- ---- */
.jumbotron {
  padding: 50px;
  margin-bottom: 30px;
  width:100%;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.row {
  padding: 0px;
  /*margin-right: -15px;
  margin-left: -15px;*/
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

#innercentered {
  display: table;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/* ---- ----------DIVes--------------- ---- */
a:link,a:visited {color:#343434; text-decoration:underline; background-color:transparent}
a:hover,a:active {color:#77A7C0; text-decoration:none; background-color:transparent}
/* -----------general-------------------- */

.floating-box {
    float: left;
    width: 400px;
    height: 300px;
    margin: 0px;
    border: 0px solid #9c1306;
    padding: 0px;
    text-align : center;
}

.after-box {
    clear: left;
    border: 1px solid #9c1306;
}
/* -----------general-------------------- */
.main100
{
    padding-bottom: 1px;
    width: 95%;
}

.txt2left
{
    float: left;
    text-align : left;
}

.txt2right
{
    float: right;
    text-align : right;
}
.txt2center
{
    float: left;
    text-align : center;
}
.txt2justify
{
    float: left;
    width: 100%;    
    text-align : justify;
}
.repeater
{
   /*float: left;*/
    width: 100%;  
    height: auto;
}

DIV.Spacer
{
    float:left;
    width: 100%;
    height: 5px;
    background-color:#FFFFFF;
}
DIV.Spacer_color
{
    float:left;
    width: 100%;
    height: 5px;
    background-color:#a80a05;
}

DIV.Spacer_color2
{
    float:left;
    width: 100%;
    height: 5px;
    background-color:#a80a05;
    padding-top : 1px;
    padding-bottom : 1px;
}

/* ----------------- */
.linkmenu
{
   font-size: 11px;     
   color:#3A728F; 
   background-color:transparent;
   text-decoration:underline;
}

.linkmenu2
{
   font-size: 12px;     
   color:#3F3F3F; 
   background-color:transparent;
   text-decoration:none;
}

.smallitalic
{
    font-family:tahoma; 
    font-size: 14px; 
    font-style:italic;    
}

/*default button styles*/
.defaultbutton
{
    background-color: #3F3F3F;
    color : White;  
    font-size: 14px; 
    padding-left: 5px;
    padding-right : 5px;
    cursor:pointer;
    height:35px;   
}

/*pl.: Bal menu focimei*/
span.left_h2 {color:#3F3F3F; font-size: 14px; font-weight:bold}

.header_bkg
{
    background-color: #EEEEEE;
    height:80px;
    width: 1200px; 
    margin: 0 auto;
}
.header_bkg_ex
{
    background-color: #EEEEEE;
    height:80px;
    width: 100%;
}

.header_bkg_logoff
{
    background-color: #EEEEEE;
    height:392px;     
}
.body1000
{
     width:1000px;
     margin-left:auto;
     margin-right:auto;
     background-color: #FFFFFF;
     height: inherit;
     border:1px;
     border-color:Red;
}

#topmenu_bkg
{
    background-color: #EEEEEE;
    height: 35px; 
    text-align: center;    
}
#header
{
    float:inherit;    
    text-align: left;
    background-color: #FFFFFF;
    left:auto;
    height:87px; 
}
.header_logoff
{
    float:inherit;  
    position:relative;  
    text-align: left;
    background-color: #FFFFFF;
    left:auto;
    height:180px;
    width: 1000px;
}
.header_logoff0
{
    float:inherit;  
    position:relative;  
    text-align: left;
    background-color: #FFFFFF;
    left:auto;
    height:320px;
    width: 1000px; 
    margin: 0 auto;
}
.header_pictogram
{
    float:inherit;    
    text-align: left;
    background-color: #77A7C0;
    left:auto;
    height:120px;
    width: 1000px;
}
#body_bkg
{
    background-color: #ffffff; 	
}

#topleftbox
{
    float:left;
    top :1px;
    width:176px;
    height :80px;
    margin:0px;
    padding:0px;
    color:#707070;
    text-align:left;
 }

#topcenterbox
{
    float:left;
    left:456px;
top:35px;
    width:351px;
height:48px;
    margin:0px;
    padding:0px;    
    vertical-align:baseline;
    text-align:center;
    right: 370px;
}


/* pucka - osszeakadt egy masik css stilussal, at kellett nevezni*/

#toprightbox4
{
    /*position:relative;*/
    float:right;
    margin:2px;
    padding:2px;    
    color:#707072;
    top: 2px;
    left: -3px;
    width: 350px;
}

/* pucka out*/

#toprightbox2
{
    position:absolute;
    left:967px;
top:2px;
    width:116px;
height:18px;
    margin:0px;
    padding:0px;    

    color:#707070;
    font-size:90%;
    text-align:right;       
}
#toprightbox3
{
    position:absolute;    
    left:888px;
top:37px; 
    width:193px;
height:40px;
    margin:0px;
    padding:0px;   
    text-align:right;       
}
#menubox
{
    float: left;    
    background-color: #77A7C0; 
}

.bodyheader
{
    float: left; 
    width:985px;
    margin:0px;
    padding:0px;    
    color:#3F3F3F;
    text-align:left; 
    background-color: #FFFFFF;      
}

.leftmenubox
{
    float: left; 
    width:190px;
    margin:0px;
    padding:10px;    
    color:#707070;
    text-align:left; 
    background-color: #FFFFFF; 
    height:auto;         
}

#innerbody
{
    float: left; 
    margin:0px;
    padding:0px;    
    color:#707070;
    text-align:left; 
    background-color: #FFFFFF;          
}
.contentplaceholderbox
{
    float: left;
    width:775px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;    
    color:#707070;
    background-color: #FFFFFF;     
    text-align:left;
    top: 145px;
}
.contentplaceholderwidebox
{
    float: left;
    width:800px;
    margin:0px;
    padding:5px;    
    color:#3F3F3F;
    background-color: #FFFFFF;     
    text-align:left;
    top: 145px;
}
.contentplaceholderwidebox_ex
{
    width:95%;
    margin:0px;
    padding:5px;    
    color:#3F3F3F;
    background-color: #FFFFFF;     
    text-align:left;
    top: 145px;
}
.contentplaceholder1000box
{
    float: left;
    width:980px;
    margin:0px;
    padding:10px;    
    color:#3F3F3F;
    background-color: #FFFFFF;     
    text-align:left;
    
}
.rightbox
{
    float: right;   
    width:198px;
    margin:0px;
    padding:1px;  
    text-align:center;
}
#footerbox1
{
    clear: left;
    padding-bottom: 1px;
    /*width:1000px;*/
    margin:0px;
    padding:0px;    
    color:#707070;
    font-size:100%;
    height: 78px;
}
#footerbox1_ex
{
    clear: left;
    padding-bottom: 1px;
    width:100%;
    margin:0px;
    padding:0px;    
    color:#707070;
    font-size:100%;
    height: 78px;
}
#footerbox2
{
    clear: left;
    padding-bottom: 1px;
    width:1000px;
    margin:0px;
    padding:0px;    
    color:#707070;
    font-size:100%;
    text-align:left; 
}
#footerbox2_ex
{
    clear: left;
    padding-bottom: 1px;
    width:100%;
    margin:0px;
    padding:0px;    
    color:#707070;
    font-size:100%;
    text-align:left;
}
#outerbox
{
    clear: left;
    width:1000px;     
   /* background-color: #FFD700; */
}
#mainboxx a:link,#footer a:visited {text-decoration:none;color:#404040;background-color:transparent}
#mainboxx a:hover,#footer a:active {text-decoration:underline;color:#404040;background-color:transparent}

/* ------------------------------ */
.leftbanner
{
    float: left;
    width:100%;
    margin:0px;
    padding:0px;    
    background-color:#FFFFFF;
    text-align:left;     
}
/* --------Issue oldala--------- */
.issue_body {
    margin: auto;
    padding: 1px;
    color: #565656;
    background-color: #FFFFFF;
    text-align: left;
    width: 98%;
}
.issue_rside
{
    float: right;
    width:200px;
    margin:0px;
    padding:1px;    
    background-color:#FFFFFF;
    text-align:left;    
}
/* ----------- */
.issuenews
{
    width:95%;
    vertical-align:top;
    margin:auto;
    padding:5px;    
    background-color:#FFFFFF;
    text-align:left;    
}
.menufont_back A:link {    
     Font-Size : 18px;
     text-decoration: none;
     color:gray;
}
.menufont_back A:visited {    
     Font-Size : 18px;
     text-decoration: none;
     color:#707070;
}
.menufont_back A:active {    
     Font-Size : 18px;
     text-decoration: none;
     color:#A8A8A8;
}
.menufont_back A:hover {    
     Font-Size : 18px;
     text-decoration: none;
     color:#F06B3B;
}
/* ---- ----------------------------------- END DIVes --------------------------------------------- ---- */

/*TEXT decoration with gradient*/
	h1 {
		position: relative;
		font-size: 50px;
		margin-top: 0;
		font-family: 'Lobster', helvetica, arial;
	}
	
	h1 a {
		/*text-decoration: none;
		text-shadow: 0 1px 0 white;*/
		color: #666;
		/*position: absolute;*/
		
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	}
	/*
	h1:after {
		content : 'ALSÓHÁZ';
		color: #d6d6d6;
		text-shadow: 0 1px 0 white;
	}
	*/

.datainput {
    vertical-align: middle;
    text-align: left;
    font-family: tahoma;
    font-size: 12px;
}
.maintable
{
    width: 100%;
    vertical-align: top;
}
.tip
{
    font-size: 12px;
	font-style: italic;         
}
.tdbody
{        
    vertical-align: top;
    text-align:justify;     
    font-family:tahoma; 
    font-size: 10px; 
    padding: 25px; 	
    color: #292222;    /*sotet barna*/          
} 

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li:not(:first-child):before {
    content: " | ";
}

ul.leftmenu 
{
   /* list-style-type:circle;
    list-style: outside;*/
    text-indent: 0px;
    margin: 0px;
}

.boxed {
  border-width: 2px; 
  border-style: solid; 
  border-color: #2F4F4F;
}

.accordion {   
    width: 100%;   
}   
   
.accordionHeader {   
    border: 1px solid #A8A8A8;   
    color: black;   
    background-color: #e8f3f6;   /*kékes szürke sötét*/
    font-family: Arial, Sans-Serif;   
    font-size: 14px;   
    font-weight: bold;   
    padding: 1px;   
    margin-top: 1px;   
    cursor: pointer;   
}     
   
.accordionHeaderSelected {   
    border: 1px solid #A8A8A8;   
    color: black;   
    background-color: #e8f3f6;   /*türkiszes kék*/
    font-family: Arial, Sans-Serif;   
    font-size: 14px;   
    font-weight: bold;   
    padding: 1px;   
    margin-top: 1px;   
    cursor: pointer;   
}   
   
.accordionContent {   
    background-color: white;   /*világos kékes szürke #ebf4f9*/
    border: 1px solid #D5D3D3;   /*dashed #d9e9f3*/
    border-top: none;  
    font-size: 11px;
    text-decoration:none;
    padding: 5px;   
    padding-top: 10px;   
}   

/* -- Collapsable Panel Settings --#719DDB; #DCE4F9*/        
        .cpHeader
        {
            color: #2a6496; /*Turkiz kek*/
            background-color: #8b0404;
            font: bold 14px auto;
            font-size: 14px;            
            cursor: pointer;
            width:100%;
            padding: 4px;           
        }
        .cpHeaderPro {
            color: #0f5e03; /*spenot zold*/
            background-color: #0f5e03;
            font: bold 14px auto;
            cursor: pointer;
            width: 100%;
            padding: 4px;
        }
        .cpBody
        {
            background-color: #FFF;
            font: normal 16px auto;
            text-align : left;
            border: 1px gray;               
            width:100%;
            padding: 0px;
            padding-top: 7px;
        }
/* -- Collapsable Panel Settings --#719DDB; #DCE4F9*/        
        .cpHeader400
        {
            color: black;
            background-color: #C4D9E4;
            font: bold 11px auto;
            font-size: 10px;
            cursor: pointer;
            width:98%;
            height:30px;
            padding: 4px;           
        }
        .cpBody400
        {
            background-color: #FFFFFF;
            font: normal 11px auto;
            text-align : left;
            border: 1px gray;               
            width:98%;
            padding: 6px;
            padding-top: 7px;
        }
 /* -- Collapsable Panel Settings 2 -- #ebf4f9*/        
.collapsePanel {
      width: 640px;
      height:0px;
      background-color:#F0F2F2;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:640px;            
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}        

.labeldata
{
    font-weight:normal;
    color : #605c53;
}

.labeldata_kiemelt
{
    font-weight:normal;
    color : #605c53;
    font-weight:bold;
    font-size:16px;
}

.labelbold
{
    font-weight: bold;
    color: #3F3F3F;
}

.labelboldmini
{
    font-weight:bold;    
    font-size : smaller;
}

.labelwarning
{
    font-weight: bold;
    font-size : 12px;
    color: #CC0000;
}

.labelmini
{    
    font-size : small;
}

.wizheader
{
    font-weight:bold;    
    font-size : larger;
	background-color : #e2e2e2;    
}



/***********************************************************/

/* -- ASPxNavBar -- #ebf4f9 */
.dxnbControl 
{
	font: 8pt Tahoma;
	color: black;
	background-color: #F0F2F2; /*#ebf4f9;*/
	width: 160px;
}
.dxnbControl td.dxnbCtrl
{
    padding: 2px;
}
.dxnbControl a
{
	color: #283333;
}
.dxnbLoadingPanel
{
	font: 7pt Tahoma;
	color: #303030;
}
.dxnbLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}   
.dxnbGroupHeader
{
	font: bold 8pt Tahoma;
	color: black;
	background-color: #E0E0E0;
	border: solid 1px #999999;
	padding: 4px 5px 4px 5px;
}
.dxnbGroupHeader table.dxnb
{
	font: bold 8pt Tahoma;
	color: black;
}
.dxnbGroupHeader td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupHeaderCollapsed
{
	font: bold 8pt Tahoma;
	color: black;
	background-color: #E0E0E0;
	border: solid 1px #999999;
	padding: 3px 3px 3px 3px;
}
.dxnbGroupHeaderCollapsed table.dxnb
{
	font: bold 8pt Tahoma;
	color: black;
}
.dxnbGroupHeaderCollapsed td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupContent
{
	font: 8pt Tahoma;
	color: #283333;
	border: solid 1px #A8A8A8;
	padding: 2px 2px 2px 2px;
}
.dxnbItem, .dxnbLargeItem, .dxnbBulletItem
{
	font: 8pt Tahoma;
	color: #283333;
}
.dxnbItem
{
	padding: 5px;
}
.dxnbLargeItem
{
	padding: 4px;
}
.dxnbBulletItem
{
	margin-bottom: 9px;
}
.dxnbItemSelected, .dxnbLargeItemSelected, .dxnbBulletItemSelected
{
	background-color: #D8D8D8;
	border: solid 1px #888888;
}
.dxnbItemSelected
{
	padding: 4px;
}
.dxnbLargeItemSelected
{
	padding: 4px;
}
.dxnbItemHover, .dxnbLargeItemHover, .dxnbBulletItemHover
{
	background-color: #F2F2F2;
	border: solid 1px #888888; /*hasztalan...*/
}
.dxnbItemHover
{
	padding: 4px;
}
.dxnbLargeItemHover
{
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}
.dxnbGroupHeader, .dxnbGroupHeaderCollapsed
{
    text-align: left;
}
.dxnbItem, .dxnbItemHover, .dxnbItemSelected,
.dxnbBulletItem, .dxnbBulletItemHover, .dxnbBulletItemSelected
{
    text-align: left;
}
.dxnbLargeItem, .dxnbLargeItemHover, .dxnbLargeItemSelected
{
    text-align: center;
}


/* Spacings */
.dxnbGroupSpacing,
.dxnbItemSpacing
{
	width: 100%;
	height: 1px;
}
.dxnbGroupSpacing 
{
	height: 1px;
}
.dxnbImgCellLeft 
{
	padding-right: 1px;	
}
.dxnbImgCellRight
{
	padding-left: 1px;	
}
.dxnbLargeItemImgTop
{
	margin-bottom: 1px;
}
.dxnbLargeItemImgBottom
{
	margin-top: 1px;
} 
/* Disabled */
.dxnbDisabled, .dxnbDisabled table.dxnb
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxNavBar Lite -- */
.dxnbLite 
{
    color: Black;
    background: white;    
	font: 9pt Tahoma;
	list-style: none none outside;
    margin: 0;         
    padding: 11px;  
    float: left;
    width: 200px;
}
.dxnbLite a
{
	color: #283333;
}
.dxnbLite .dxnb-gr 
{
	margin-bottom: 13px;
}
.dxnbLite .dxnb-header,
.dxnbLite .dxnb-headerCollapsed 
{
	background: #E0E0E0;
	border: solid 1px #A8A8A8;
	font-weight: bold;	
	overflow: hidden;
    padding: 4px 10px;
	cursor: pointer;
	clear: both;
}
.dxnbLite .dxnb-content 
{
    list-style: none none outside;
    margin: 0;
    padding: 2px;
    overflow: hidden;
	border: solid 1px #A8A8A8;
	border-top-width: 0;
}
.dxnb-noHeads .dxnb-content
{
	border-top-width: 1px;
}
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-bullet 
{
	color: #283333;
    clear: both;
    overflow: hidden;
    cursor: default;
}
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-tmpl
{
	margin-bottom: 1px;
}
.dxnbLite .dxnb-item
{
	padding: 4px 5px 5px;
}
.dxnbLite .dxnb-large
{
	padding: 6px 12px 7px; 
}
.dxnbLite .dxnb-bullet,
.dxnbLite .dxnb-bulletHover,
.dxnbLite .dxnb-bulletSelected 
{
    padding: 0 5px;
    overflow: visible;
    margin-bottom: 9px;
}
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-itemHover
{
	padding: 3px 4px 4px;
}
.dxnbLite .dxnb-largeSelected,
.dxnbLite .dxnb-largeHover
{
	padding: 5px 11px 6px;
}
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-largeSelected
{
	background-color: #D8D8D8;
	border: solid 1px #888888;
}
.dxnbLite .dxnb-itemHover,
.dxnbLite .dxnb-largeHover
{
	background-color: #F2F2F2;
	border: solid 1px #888888;
}
.dxnbLite .dxnb-header,
.dxnbLite .dxnb-headerCollapsed, 
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-itemHover,
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-bullet,
.dxnbLite .dxnb-bulletHover,
.dxnbLite .dxnb-bulletSelected
{
    text-align: left;
}
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-largeHover,
.dxnbLite .dxnb-largeSelected
{
    text-align: center;
}

.dxnbLite .dxnb-last
{
	margin-bottom: 0;
}
.dxnbLite .dxnb-btn,
.dxnbLite .dxnb-btnLeft,
.dxnbLite .dxnb-img
{
	border-width: 0;
}

.dxnbLite .dxnb-btn
{
	float: right;
	margin-left: 4px;
}
.dxnbLite .dxnb-btnLeft 
{
	float: left;
	margin-right: 4px;
}
.dxnbLite .dxnb-img
{
	margin:0 4px 0 0;
	float: left;
}
.dxnbLite .dxnb-right .dxnb-item .dxnb-img
{
	float: right;
	margin: 0 0 0 4px;
}
.dxnbLite .dxnb-top .dxnb-large .dxnb-img
{
	margin-bottom: 1px;
}
.dxnbLite .dxnb-bottom .dxnb-large .dxnb-img
{
	margin-top: 1px;
}
.dxnbLite .dxnb-large .dxnb-img
{
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.dxnbLiteDisabled,
.dxnbLite .dxnbLiteDisabled,
.dxnbLiteDisabled a,
.dxnbLiteDisabled .dxnb-item,
.dxnbLiteDisabled .dxnb-large,
.dxnbLiteDisabled .dxnb-bullet,
.dxnbLiteDisabled .dxnb-header,
.dxnbLiteDisabled .dxnb-headerCollapsed 
{
	color: #acacac;
	cursor: default;
}

.dxtc-link span.dx-vam
{
    font: normal 12px Tahoma, Geneva, sans-serif;
}
/********************************************************/
div.MM {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
}

    div.MM::after {
        content: "";
        background: url(../../img/image-crop-200000012.jpeg);
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }



#main {
   position: relative;
}
#main:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../img/image-crop-200000012.jpeg); 
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}

/*--
	call-to-action Start 
--*/
#call-to-action {
  background: url("../../img/merleg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#call-to-action p {
  font-size: 14px;
  line-height: 1.6;
}
#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
/********************* COOKIE BAR ***************************/
.cookie-bar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(lighten(red, 10%), darken(red, 10%));
    color: white;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    transition: .8s;
    animation: slideIn .8s;
    animation-delay: .8s;
}

.mobile {
    display: none;

    @media (max-width: 767px) {
        display: inline-block;
    }
}


@keyframes slideIn {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

.close-cb {
    border: none;
    color: white;
    background: darken(red, 20%);
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2);
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    background: darken(red, 10%);
}

}

.checkbox-cb {
    display: none;
}


a {
    color: rgb(92, 242, 255);
}