/* CSS Document Tihany fejléc*/


.error p {
        float:left;
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	margin:50px;
	}
	

#tarolo  {height:100%;
		 width: 90%;
		 align:top;
margin:0 auto;

		 }

#cimsor {background-color:#6B8E23;
		height:50px;
		text-align:center;
	
	
}


#balmenu {background-color:#1e7c9a;
		height:35px;
		width:70%;
		float:left;
		text-align: left;
		margin:0 auto; 
			
		}
		

#jobbmenu {background-color: #1e7c9a;
			height:35px;
			width:30%;
			float:left;
			text-align:right;
			font-size: 20px;
			font-weight: bold;
			color: #fff;
		}



#indexhatter {
    height:100%;
    width: 100%;
	background-image:url(/images/Tihany/kiskopaszhegy.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	}
	
	
#indtxt {
  position: absolute;
  top: 70px;
  bottom:100px;
	height:28%;
    width: 35%;
	text-align: right;

}	
	
#errortxt {

  position: absolute;
  top: 70px;
  bottom:100px;
	height:28%;
    width: 23%;
	text-align: center;
	color:#FF0000;	
 	font-size:20px;
	font-weight:bold;
   left: 70%;
	}	
	
	
#meteotxt {

  position: absolute;
  top: 170px;
  bottom:200px;
	height:30%;
    width: 35%;
	text-align: right;
	}	
	
	
	
/*	
	  width: 300px;
  height: 100px;  
  padding: 50px;
  border: 1px solid red;

table.fejlec {
    border-spacing:0px;
    width:90%;
    margin:0 auto; 				Ez teszi középre
}

 .fejlec td {
	background: #1e7c9a;
	color:#ffffff;

	}
 .fejlec td a {
	background: #1e7c9a;
	color:#ffffff;

	}	
	
 #vonal {
	background: #ffffff;
	}
*/

      .help-button {
       font-family: Arial, Verdana;
      font-size: 20px;       
      background-color: #1e7c9a;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
	position: relative;
	float: left;
      }

.rmm ul {
	font-family: Arial, Verdana;
	font-size: 20px;			/* A főmenü sor betüméret*/
	margin: 0 auto;

	list-style: none;
	position: relative;
	background: #1e7c9a;			/* A főmenü sortól jobbra a kitöltü szín */
}

.rmm ul li {
	display: block;				/* ENÉLKÜL EGYMÁS ALATT A VOMENU SOROK */
	position: relative;
	float: left;      			/* A menüsor helyzete a képernyőn */
}

.rmm ul li a {					/* A főmenü sor tulajdonságait álltja be*/
	display: block;
	text-decoration: none;
	color: #fff;					/* A betüszín*/
/*	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;  */
	padding: 5px 15px 5px 15px;
	background: #1e7c9a;			/* A doboz háttérszíne (kék)*/
	margin-left: 1px;
	white-space: nowrap;
}

.rmm li:hover li {					/* Almenü doboztulajdonságai*/
	float: none;
	font-size: 11px;
}


.rmm {
	margin: 0 auto;				/* Enélkül lesz a navigáció nehézkes, szakadozó*/
}



/* Ha van, a főmanütől jobbra eső területet iskijelöli, pl háttérszint ad*/
/* Ennek beállítása nem itt, hanem   ul backgroundban!   történik*/
/*
.rmm ul:after {					
	content: "";				
	clear: both;
	display: block;
}
*/

/*   -------------  2 szint ----------------- */


.rmm ul li:hover>ul {        			/* ENÉLKÜL NINC ALMENU */
	display: block;
	z-index: 2;
}



.rmm ul ul {					/* ENÉLKÜL a submenü mindig nyitva*/
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
}


.rmm ul ul li a {     				/* Az almenü és submenü háttér  betüszínét, nagyságát álltja be, enélkül öröklödik*/
	color:  #fff;
	font-size: 18px;
	background: #1e7c9a;
}

.rmm ul ul li a:hover {				/* A kijelült almenü és submenü háttérsíinét álltja be, enélkül mint a főmenü sot*/
	background: #202020;
}

/*   -------------  3 szint ----------------- */

.rmm ul ul ul {					/* Ez jeleniti mrg sum (3 szint) menüt*/
	position: absolute;
	left: 100%;
	top: 0;					/* A doboz poziciója csak igy jó*/
	width: 100%;
}

.rmm ul ul ul li a {     			/* A   submenü háttér  betüszínét, nagyságát álltja be, enélkül öröklödik ul ul  a tól*/
	color:  #fff;
	font-size: 18px;
	background: #1e7c9a;
}


/* Index.php hoz tartozó stylus */


      /* Fix the button on the left side of the page */
      .open-btn {
      display: flex;
      justify-content: left;
      }
      /* Style and fix the button on the page */
      .open-button {
      background-color: #1e7c9a;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
	position: relative;
	float: left;
      }


      /* Style and fix the button on the page */
      .help-button {
      background-color: #1e7c9a;
      color: #fff;
      padding: 5px 20px;
      border: none;
      cursor: pointer;
    font-size: 20px;
	position: relative;
	float: left;
      }



      /* Position the Popup form */
      .login-popup {
      position: relative;
      text-align: center;
      width: 100%;
      }
      /* Hide the Popup form */
      .form-popup {
      display: none;
      position: fixed;
      left: 45%;
      top:20%;
      transform: translate(-45%,5%);
      border: 2px solid #666;
      z-index: 9;
      }
      

      /* Styles for the form container */
      .form-container {
      max-width: 300px;
      padding: 20px;
      background-color: #fff;

      }
      /* Full-width for input fields */
      .form-container input[type=text], .form-container input[type=password] {
      width: 100%;
      padding: 10px;
      margin: 5px 0 22px 0;
      border: none;
      background: #eee;
      }

      /* When the inputs get focus, do something */
      .form-container input[type=text]:focus, .form-container input[type=password]:focus {
      background-color: #ddd;
      outline: none;
      }

      
      
      
      
      /* Style submit/login button */
      .form-container .btn {
      background-color: #8ebf42;
      color: #fff;
      padding: 12px 10px;
      border: none;
      cursor: pointer;
      width: 50%;
      margin-bottom:10px;
      opacity: 0.8;
      position: relative;
	  float: left; 
      }
      /* Style cancel button */
      .form-container .cancel {
      background-color: #cc0000;
      }

      /* Style submit/login button */
      .Help-container .cancel {
      background-color:#cc0000;
      color: #fff;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom:10px;
      opacity: 0.8;
      }
   
      
           /* Hide the HELP Popup */
      .help-popup {
      display: none;
      position: fixed;
      left: 75%;
      top:20%;
      transform: translate(-45%,5%);
      border: 2px solid #666;
      z-index: 9;
      }  
      

      /* Styles for the HELP container */
      .Help-container {
      max-width: 300px;
      padding: 20px;
      background-color: #fff;
      height: 50%;
	  min-width: 200px;
		min-height: 25%;
        }

      /* Hover effects for buttons */
      .form-container .btn:hover, .open-button:hover {
      opacity: 1;
      background: #096e9a;
      }
      
/* .roundedTwo */
  	.form-container input[type=checkbox]
  	{

  		width: 20px;
  		height: 20px;
  		position: relative;
  		align: left;
  		margin: 0;
  		background: #fcfff4;
  		background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  		border-radius: 50px;
  		box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
  	    :after 
    {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }	
    &:hover::after 
    {
      opacity: 0.3;
    }		
  		
  		
/* ID=OTP táblához tartozó */

     	body{
	font-family: Arial, Verdana;
	margin: 10px;
}
table#otp  {
	border-collapse: collapse;
	align: center;
	border: 1px solid Lightblue;
	padding: 10px;
	width: 100%;
}

table#otp a {
	text-decoration: none;

}
table#otp th {
	border: 1px solid #d9ffe1;
	font-weight: bold italic;
	vertical-align: middle;
	padding: 10px;
	background: Lightblue;
}





table#otp td {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;

}
table#otp tr {
	background-color: #d9ffe1;
}
table#otp tr:hover {
	background-color: Lightblue;
}

select {
	border: 0 none;
	color: black;
	background: transparent;
	font-size: 20px;
	font-weight: bold;
}
