/* Global Layout Set-up */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* { 
   margin: 0;
   padding: 0;
   box-sizing: border-box;
  }
    
  body {
    margin: 0;
    padding: 60;
    text-align: center;  /*---------- 20062021 uj kod css 
    /*font-family: 'Roboto', sans-serif;*/
    /*color: rgb(83, 66, 66);*/
    background: rgb(6, 55, 134);
    /*background: url('images/cimers.png') no-repeat;*/
    height:100vh;
    /*width:100vw;    familynel baja lesz*/
    /*font-family: 'Roboto', sans-serif;*/
     background: url('images/backgroundpicture.jpg') ; /*    background: url('images/cimers.png') no-repeat;*/
    background-color: #f9f4e4;
    background-position: 50% 50%;
    
    background-size: 100%;
}

ul{
  list-style: none;
}

a{
  text-decoration: none;
}

audio {
  text-align: center;
}

/*  uj login*/

.wave{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.logincontainer{
    /*width: 100vw;
    height: 100vh;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
    display: table;
    margin: 10px auto;
    margin-bottom: 130px;
}

.loginimg{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.img img{
	width: 500px;
}

/*form{
	width: 360px;
}*/

.login-content img{
    height: 100px;
}

.login-content h2{
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 2.9rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{
	margin-top: 0;
}

/*--------------------------------PASSWORD EYE-SLASH----START-------------------------------------------*/
.fas{
  margin-right: 10px;
}
.eye{
  position: absolute;
  color: red;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;

  /* uj 04032022*/
  top: 5%
  right: 8%;

  /* a csik password process*/
  /*width: 430px;*/
}
#hide1{
  display: none;

}
#hide3{
  display: none;

}
#hide5{
  display: none;

}
span.eye{
  width: 340px;  /*cserelve 340px-re 10px-rol */
  padding: 20px;
}


/*--------------------------------PASSWORD EYE-SLASH-------END----------------------------------------*/

/*-------------------------------------------------PASSWORD PROCESS STEIGHT START----------------------------------------------------*/

.progress {
  height: 3px !important;
}

.form-group{
  margin-bottom: 10px;
}

.progress-bar-danger{
  background-color: #e90f10;
}

.progress-bar-warning{
  background-color: #ffad00;
}

.progress-bar-success{
  background-color: #02b502;
}

.fa-circle{
  font-size: 6px;
}
.fa-check{
  color: #02b502;
}

/*-------------------------------------------------PASSWORD PROCESS STEIGHT END----------------------------------------------------*/


.i{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(0, 0, 0);
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: blanchedalmond;  /*blanchedalmond re cserelve a feher: rgb(209, 211, 193)*/
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 15px;
}

.input-div.focus > .i > i{
	color: #333;
}

.input-div > div > input{
	position: absolute; /*03102021 kitorolve eyes || enelkul nehez beirni, alig lehet eltalani a beirt mezobe*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: blanchedalmond;  /*regi nem lathato #555  || az sem: color: rgb(255, 255, 255);  cserelve: blanchedalmond*/
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-family: 'poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}


a:hover{
	color: rgb(255, 193, 22); ;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #222f, #222, #222);
	background-size: 200%;
	font-size: 1.2rem;
	color:  rgb(255, 193, 22); 
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

/* resetpassword*/
.resetpass {
  background-position: 50% 50%;
  color:  rgb(209, 211, 193); /*rgb(255, 193, 22);*/
  background-color: rgb(209, 211, 193);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  margin-bottom: 25px;
}
/* resetpassword*/

/*----------------------------------------------------INPUT TYPE TEXT PASSWORD PASSWORD------------------------------------------------------------------------*/

input[type=text]{
  width:100%;
  border:2px solid #aaa;
  border-radius:4px;
  /*margin: -15px 0; /*18102021 8px 0*/
  outline:none;
  padding:8px;
  box-sizing:border-box;
  transition:.3s;
}

input[type=text]:focus{
  border-color:rgb(7, 51, 156);
  box-shadow:0 0 8px 0 rgb(7, 51, 156);
}

input[type=password]{
  width:100%;
  border:2px solid #aaa;
  border-radius:4px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing:border-box;
  transition:.3s;
}

input[type=password]:focus{
  border-color:rgb(7, 51, 156);
  box-shadow:0 0 8px 0 rgb(7, 51, 156);
}


input[type=email]{
  width:100%;
  border:2px solid #aaa;
  border-radius:4px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing:border-box;
  transition:.3s;
}

input[type=email]:focus{
  border-color:rgb(7, 51, 156);
  box-shadow:0 0 8px 0 rgb(7, 51, 156);
}


/* rgb(226, 223, 214); /*rgb(255, 193, 22); rgb(226, 223, 214);*/


/*-----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1050px){
	.container{
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px){
	form{
		width: 290px;
	}

	.login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}
}

@media screen and (max-width: 900px){
	.container{
		grid-template-columns: 1fr;
	}

	.img{
		display: none;
	}

	.wave{
		display: none;
	}

	.login-content{
		justify-content: center;
	}
  .a{
    display: none;
  }
}






/* uj login */

header{
  position: sticky;
  top: 0px;
  background-color: rgb(78, 104, 165);;
  width: 100%;
  z-index: 1000;
    text-align: right;
  
}

main {
    width: 90vw;
    margin: 0 auto;
    /*padding: 50px 20px; zene lejebbrol megy*/
    min-height: calc(100vh - 48px - 30px);
  
}

/*profile picture starts*/

/*.profile-image {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}*/

.profile-image {
  /*margin-top: 50px;*/
  width: 200px;
  /*height: 150px;*/
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}

.familyprofilepictures-image {    /*jo lesz familyprofile kephez*/
  /*margin-top: 50px;*/
  width: 200px;
  height: 150px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}

.family-image {
  /*margin-top: 50px;*/
  width: 200px;
  height: 170px;  /*150px*/
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}

/*-------------------------------------------------------------------PROFILE IMAGES UPLOADS BEHAVIOUR----START---------------------------------------------------------------*/




.member-uploads-onprofile-image {
  /*margin-top: 50px;*/
  /*width: 100%;*/
  height: 150px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}

/*-------------------------------------------------------------------PROFILE IMAGES UPLOADS BEHAVIOUR---END----------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- INFO IMAGE START-------------------------------*/

.info-group {
  background-color: rgb(7, 51, 156);/*overlay starts*/
    position: relative;

  padding: 10px;
  /*width: 50%; teljes kep kozepen
  /*border-radius: 5px;
  /*display: table;
  /*margin: 10px auto;/*overlay ends
  margin: 20;
  padding: 50;
  text-align: center;
  margin-bottom: 05px;
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/ /*26042022*/
   /*font-size: 12px; /*26042022*/
   /*font-size: 1em; kisebb a profile lista
   line-height: 1.0;*/
  color:  rgb(226, 223, 214);
  /*background-color: #fff;*/
}

/*slide info start-*/
.info-container {
  position: relative;
  width: 100%;
}

.info-image {
  display: block;  /*kiszedve 19062022 kozepen lesz a kep*/
  max-width: 800px;
  /*width: 80%; kiszedve 19062022 kozepen lesz a kep*//*26042022 jobban normal meretben mutatja nelkule/*
  *//*max-height: 800px;
  /*uj 19062022*/
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  /*uj 19062022*/
}
.info-img {
display: block;
height: fit-content;
margin-left: auto;
margin-right: auto;
width: fit-content;

}
.info-imagefullscr {
  /*display: block;  kiszedve 19062022 kozepen lesz a kep*/

  /*width: 80%; kiszedve 19062022 kozepen lesz a kep*//*26042022 jobban normal meretben mutatja nelkule/*
  */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info-overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgb(78, 104, 165);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.info-group:hover .info-overlay {
  width: 100%;
  left: 0;
}

.info-text {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

th, td {
  text-align: center;
  padding: 14px;
}





/*slide info ends-*/



/*--------------------------------------- INFO IMAGE END-------------------------------*/

.profile-image:hover {
  transform: scale(1.2) rotate(5deg);
}

/*-------------------------------------------------------nevnap szulinap-profilkep----------------------------------------------------*/

.birthday-nameday-image {
  /*margin-top: 50px;*/
  /*width: 200px;*/
  height: 150px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.profile-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
      background-color: initial;
  background-color: #333;  
  /*color: #333;  #7367f0*/
  color: #fff;
  font-size: 1em;
}

.swal2-confirm{
  border: 0;
  border-radius: .25em;
  background: initial;
      background-color: initial;
  background-color: #333;  
  /*color: #333;  #7367f0*/
  color: #fff;
  font-size: 1em;
}

.swal2-button{
  border: 0;
  border-radius: .25em;
  background: initial;
      background-color: initial;
  background-color: #333;  
  /*color: #333;  #7367f0*/
  color: #fff;
  font-size: 1em;
}

/*-------------------------------------------------------nevnap szulinap-profilkep----------------------------------------------------*/


/*profile picture ends*/

/*family profile picture starts*/

/*.profile-image {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}*/

.profile-mini {
  /*margin-top: 50px;*/
  width: 150px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}
.profile-mini:hover {
  transform: scale(1.2) rotate(5deg);
}

/*family profile picture ends*/

/*family profile text behaviors media-heading starts*/



/*family profile text behaviors media-heading ends*/

/*editprofile link*/

.editprofile {
  list-style-type: none;
  text-align: right;
  /*background-color: rgb(78, 104, 165);
  /*color:#ccc;*/
  padding: 15px 0px 0px 0px;

}

.passwordupdate {
  list-style-type: none;
  text-align: left;
  /*background-color: rgb(78, 104, 165);
  /*color:#ccc;*/
  padding: 15px 0px 0px 0px;
  /*font-family: 'Roboto', sans-serif;
  font-family:  Helvetica, Arial, sans-serif;
  font-weight: normal !important;*/
  font-weight: lighter;
  font-weight: normal;
  font-size: 14px;
  color:rgb(236, 13, 13);

}


/*editprofile link*/
footer {
  list-style-type: none;
  text-align: center;
  background-color: rgb(78, 104, 165);
  /*color:#ccc;*/
  margin: 0 auto;
  padding: 0;
 /* padding: 6px;*/
}

.copyright {
  list-style-type: none;
  text-align: right;
  background-color: rgb(78, 104, 165);
  /*color:#ccc;*/
  padding: 20px 0 40px 20px;

}

footer ul {
  list-style-type: none;
  margin: 4;
  padding: 0;
}

footer ul li {
  display: inline-block;
}

a{

	color:rgb(34, 15, 15);

	transition: .3s;
}

a.social {
  display: inline-block;
  text-indent: -9999px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  opacity: .5;
  transition: all .25s;
}

.engflag {
  background-image: url(images/uk.png);
}

.hunflag {
  background-image: url(images/hu.png);
}

.sweflag {
  background-image: url(images/se.png);
}

a.social:hover {
  opacity: 1;
}
.clearfix {
  clear: both;
}

/*ADDING + MORE MEMBERS +*/

a.extra {
  display: inline-block;
  text-indent: -9999px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  opacity: .5;
  transition: all .25s;
}

.plus {
  background-image: url(images/plus.jpg);
}

/*ADDED MORE MEMBERS +*/

  /* Link Styles */

  /*backpicture starts*/

.backpicture {
  /*margin: -10;
  height:100vh;
  width:100vw;
  font-family: 'Roboto', sans-serif;*/
  background: url('images/fullhouse.png') no-repeat;

    
  background-size: 100%;
  /*background: url('images/cimers.png') no-repeat;
  /*background-color: #f9f4e4;
  background-position: 50% 50%;*/

 
    text-align: center;
    /*font-family: 'Roboto', sans-serif;*/
    /*color: rgb(83, 66, 66);*/
    background: rgb(209, 211, 193);
    /*background: url('images/cimers.png') no-repeat;*/
    height: 100%;
    background: url('images/fullhouse.png') no-repeat; /*background: url('images/cimers.png') no-repeat;*/
    background-color: #f9f4e4;
    
    
    background-size: 100%;
}

    /*backpicture end*/

/*overlay*/
.overlay {
  /*background-position: 50% 50%;*/
  color:  rgb(255, 193, 22); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  /*position: absolute;*/
  /*right: 50;top:50;left:50;*/
}

/*overlay login*/
.overlay2 {
  /*background-position: 50% 50%;*/
  color:  rgb(255, 193, 22); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  margin-bottom: 130px;
  /*position: absolute;*/
  /*right: 50;top:50;left:50;*/
}
.h1 {
  text-align: center;
}



/*overlay*/
  
/*-------------------------------------------------------FORGOT PASSWORD START------------------------------------------------------------*/
.forgot-password-link {
    /*width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
    display: table;
    margin: 10px auto;
    margin-bottom: 130px;
}*/

    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /*padding: 6px 12px;*/
    /*font-size: 14px;*/
    line-height: 2.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*------------------------------------------------------FORGOT PASSWORD END-------------------------------------------------------------*/
/*header kezdodik */

.gomb {
  text-align: top;
  /*background: url('images/sicon4.png') no-repeat top ;*/
  background-size: cover;
  overflow: hidden;
  /*padding-top: 220px;/* a szulinapihoz */
}

/*header .search{
  text-align: center;
  background: url('images/t10.jpg') no-repeat top ;
  background-size: cover;
  overflow: hidden;
  padding-top: 70px;
}*/
.gomb {
  line-height: 1.5;
}

.gomb .search{
  transform: scale(0.2) rotate(8deg);
  line-height: 0.5;
}
.gomb .profile-image {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #F9E296;
  transition: all .5s;
}

.gomb .profile-image-s {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #d19700;
  transition: all .5s;
}

.gomb .profile-image-s{
  text-align: center;
  background: url('images/sicon4.png') no-repeat top ;
  background-size: cover;
  overflow: hidden;
  padding-top: 70px;
}

/*kozepso gomb egyeb tul*/

.gomb .profile-image:hover {
  transform: scale(2.2) rotate(5deg);
}

.gomb .profile-image-s:hover {
  transform: scale(2.2) rotate(1deg);
}



.gomb .skills-image {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}
.gomb .skills-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.tag {
  /*background-color: #efefef;*/
  background-color:#F9E296;

  color: black;
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
} 

/*extra tag..*/

.location {
  background-color: rgb(7, 51, 156);
  color: white;
}
.card {
  margin: 30px;
  padding: 20px 40px 40px;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-bottom: 4px solid #ccc;
  border-radius: 6px;
}
.card:hover {
  border-color: #ff99ff;
}

/*header vege*/

  a {
    text-decoration: none;
    color: white;
  }
  a:hover {
    color: #6633ff;
  }
  
/* Section Styles */

.main-nav {
  width: 100%;
  background: rgb(78, 104, 165);
  min-height: 30px;
  text-align: right;
}

.nav {
  display: flex;
  /*justify-content: space-around;*/
  justify-content: right;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.nav .name {
  display: none;
}
.nav li {
  padding: 5px 10px 10px 10px;
}
.nav a {
  transition: all .5s;
}
.nav a:hover {
  color: white
}

    /*-----------------------AUDIOLAY---------------------------*/

    .audiolay {
      /*background-position: 50% 50%;*/
      color:  rgb(255, 193, 22); /*rgb(255, 193, 22);*/
      background-color: rgb(7, 51, 156);
      /*padding: 10px;*/
      border-radius: 5px;
      display: table;
      margin: 0px auto;
      margin-bottom: 130px;
      /*position: absolute;*/
      /*right: 50;top:50;left:50;*/
    }


  /*-----------------------AUDIOLAY-ends--------------------------*/

  
/*--------------------------------OVERLAY2---------------------------------*/
.overlay2 {
  /*background-position: 50% 50%;*/
  color:  rgb(255, 193, 22); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  margin-bottom: 130px;
  /*position: absolute;*/
  /*right: 50;top:50;left:50;*/
}
.h1 {
  text-align: center;
}



/*main -------------*/

/*-----------------------------------------------------------------KEP MEGNYITASA ABLAKBAN--------------------------------------------------------------------------------*/

element {
  width: 100%;
  max-width: 300px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*-----------------------------------------------------------------KEP MEGNYITASA ABLAKBAN---------------------------------------------------------------------------------*/


/*-------------------------NEW CSS MENU------------------------------------*/


.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgb(56, 165, 238, 0.5);*/
}

.container{
  max-width: 65rem;  /*visszarakva*/
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.logo-container{
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-btn{
  /*flex: 3; jobbra megy*/
  display: flex;
  list-style-type: none; /*28052022 nincs pont*/

}

.nav-links{
  flex: 2;
  list-style-type: none; /*28052022 nincs pont*/
}

.log-sign{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  list-style-type: none; /*28052022 nincs pont*/
}

.logo{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  line-height: 3rem;
}

.logo span{
  font-weight: 300;
}

.btn{
  display: inline-block;
  padding: .5rem 1.3rem;
  font-size: .8rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: uppercase;
}

.btn.solid, .btn.transparent:hover{
  background-color: #fff;
  color: rgb(78, 104, 165);         /*#383937       #69bde7*/
}

.btn.transparent, .btn.solid:hover{
  background-color: transparent;
  color: #fff;
}

.nav-links > ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link{
  position: relative;
}

.nav-link > a{
  line-height: 3rem;
  color: #fff;
  padding: 0 .8rem;
  letter-spacing: 1px;
  font-size: .95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
}

.nav-link > a > i{
  margin-left: .2rem;
}

.nav-link:hover > a{
  transform: scale(1.1);
}

.dropdown{
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.dropdown ul{
  position: relative;
}

.dropdown-link > a{
  display: flex;
  background-color: #fff;
  color: rgb(78, 104, 165);
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.dropdown-link:hover > a{
  background-color: rgb(78, 104, 165);
  color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
  border-bottom: 1px solid #efefef;
}

.dropdown-link i{
  transform: rotate(-90deg);
}

.arrow{
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
  background-color: rgb(78, 104, 165);
}

.dropdown-link{
  position: relative;
}

.dropdown.second{
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow{
  top: 10px;
  left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container{
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu{
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div{
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before{
  transform: translateY(-7px);
}

.hamburger-menu div:after{
  transform: translateY(7px);
}

#check{
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
  background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
  transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
  transform: translateY(0) rotate(45deg);
}

@keyframes animation{
  from{
      opacity: 0;
      transform: translateY(15px);
  }
  to{
      opacity: 1;
      transform: translateY(0px);
  }
}


/*------------------------------NEW CSS @MEDIA 920OX STB------------------------------------------*/

@media (max-width: 768px){
  .hamburger-menu-container{
      display: flex;
  }

  #check{
      display: block;
  }

  .nav-btn{
      position: fixed;
      text-align: right;
      height: calc(100vh - 3rem);
      top: 3rem;
      left: 0;
      width: 100%;
      background-color: rgb(78, 104, 165);
      flex-direction: column;
      text-align: right;
      justify-content: space-between;
      overflow-x: hidden;
      overflow-y: auto;
      transform: translateX(100%);
      transition: .65s;
  }

  #check:checked ~ .nav-btn{
      transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link,
  #check:checked ~ .nav-btn .log-sign{
      animation: animation .5s ease forwards var(--i);
  }

  .nav-links{
      flex: initial;
      width: 100%;
  }

  .nav-links > ul{
      flex-direction: column;
  }

  .nav-link{
      width: 100%;
      opacity: 0;
      transform: translateY(15px);
  }

  .nav-link > a{
      line-height: 1;
      padding: 1.6rem 2rem;
  }

  .nav-link:hover > a{
      transform: scale(1);
      background-color: #272726;  /*  #3a91bd;*/   /*  #50a9d6 */
  }

  .dropdown, .dropdown.second{
      position: initial;
      top: initial;
      left: initial;
      transform: initial;
      opacity: 1;
      pointer-events: auto;
      width: 100%;
      padding: 0;
      background-color: rgb(78, 104, 165);  /*  #3a91bd;*/
      display: none;
  }
  
  .nav-link:hover > .dropdown,
  .dropdown-link:hover > .dropdown{
      display: block;
  }

  .nav-link:hover > a > i,
  .dropdown-link:hover > a > i{
      transform: rotate(360deg);
  }

  .dropdown-link > a{
      background-color: transparent;
      color: #fff;
      padding: 1.2rem 2rem;
      line-height: 1;
  }

  .dropdown.second .dropdown-link > a{
      padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a{
      padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)){
      border-bottom: none;
  }

  .arrow{
      z-index: 1;
      background-color: rgb(78, 104, 165);
      left: 10%;
      transform: scale(1.1) rotate(45deg);
      transition: .5s;
  }

  .nav-link:hover .arrow{
      background-color: rgb(78, 104, 165);     /*  #50a9d6 */
  }

  .dropdown .dropdown .arrow{
      display: none;
  }

  .dropdown-link:hover > a{
      background-color: #4b4b4a;  /* kijeloles #3a91bd;*/
  }

  .dropdown-link:first-child:hover ~ .arrow{
      background-color: rgb(78, 104, 165);      /*  #50a9d6 */
  }

  .nav-link > a > i{
      font-size: 1.1rem;
      transform: rotate(-90deg);
      transition: .7s;
  }

  .dropdown i{
      font-size: 1rem;
      transition: .7s;
  }

  .log-sign{
      flex: initial;
      width: 100%;
      padding: 1.5rem 1.9rem;
      justify-content: flex-start;
      opacity: 0;
      transform: translateY(15px);
  }
/*}

/*-------------------------------adding new style--------------------------*/

/*ul.nav {
  visibility: hidden;
  transform: translateY(-120%);
  opacity: 0; 
  transition: 0.5s ease-in-out;
}

ul.nav.toggle {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

ul {
  flex-direction: column;
}
ul li {
  overflow: hidden;
  border: none;
}

ul li ul {
  position: relative;
  width: 90%;
  padding: 0 5%;
  transform: translateX(-100%);
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: transform 400ms ease;
}

ul li ul li ul {
  position: initial;
  background: #555;
  top: 0;
  width: 96%;
  padding: 0 2%;
}
li:hover > ul,
li:active > ul {
  display: block;
}
*/
li.active > ul{
  transform: translateX(0);
  visibility: visible;
  height: 100%;
}

.dropdown > a,
.dropdown > a:hover,
.dropdown.active > a,
.dropdown.active > a:hover {
  background-position: 95% 50%;
}
}
/*-----------------------------------------------------------------------------------------------*/



/*------------------------NEW CSS VEGE------------------------------------*/

  .login-group {
    background-color: rgb(7, 51, 156);/*overlay starts*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
     /*font-size: 1em; kisebb a profile lista
     line-height: 1.0;*/
    color:  rgb(226, 223, 214);
    /*background-color: #fff;*/
  }



  .form-group {
    background-color: rgb(7, 51, 156);/*overlay starts*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/ /*26042022*/
     font-size: 12px; /*26042022*/
     /*font-size: 1em; kisebb a profile lista
     line-height: 1.0;*/
    color:  rgb(226, 223, 214);
    /*background-color: #fff;*/
  }
/*---------------------------------------*/

  .forgot-password-group {
    background-color: rgb(7, 51, 156);/*overlay starts*/
    padding: 20px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
     /*font-size: 1em; kisebb a profile lista
     line-height: 1.0;*/
    color:  rgb(226, 223, 214);
    /*background-color: #fff;*/
  }

  /*----------------------------------*/

  .form-group4 {
    background-color: rgb(7, 51, 156);/*overlay starts*/
    position: relative;
    /*width: 550px;
    height: 500px;*/
    display: block;
    left:  40px;
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
     /*font-size: 1em; kisebb a profile lista
     line-height: 1.0;*/
    color:  rgb(226, 223, 214);
    /*background-color: #fff;*/
    /*display: inline-block !important;*/
  }



  .form-group2 {    /* password reset link */
    background-color: rgb(226, 223, 214);/*  rgb(226, 223, 214)   #222*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
     font-size: 1em;
    line-height: 1.0;
    color:  rgb(7, 51, 156);
    /*background-color: #fff;*/
  }

  
  .form-group3 {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    width: 250px; /*15022021*/
    height: 350px;
    border-radius: 50%;/**/
    border: 3px solid white; /*15022021*/
    margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    text-align: center;
    font-size: relative; /*15022021*/
    margin-bottom: 05px;
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 14px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
display: inline-block !important;

}

/*---------------------------family pic form group-------------------------------------------*/


.familypictures-group {
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  /* margin: 10px auto; */
  margin: 20;
  padding: 50;
  /* text-align: center; */
  margin-bottom: 05px;
  box-sizing: border-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: rgb(226, 223, 214);
  /* background-color: #fff; */
  display: inline-block !important;
}

.familypictures-group2 {    /* family members list */
background-color: rgb(7, 51, 156);/*overlay starts*/
/*padding: 10px;*/
border-radius: 5px;
display: table;
/*width: 250px; /*15022021*/
/*height: 350px;
border-radius: 50%;/**/
/*border: 3px solid white; /*15022021*/
/*margin: 10px auto;/*overlay ends*/
margin: 20;
padding: 50;
/*text-align: center;
font-size: relative; /*15022021*/
/*margin-bottom: 05px;*/
box-sizing: border-box;
/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
 font-size: 14px;
 /*font-size: 1em;*/
line-height: 1.0;
color:  rgb(226, 223, 214);
background-position: right;
display: inline-block !important;
}

/*----------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------------------------*/
.cimer {    /* password reset link */
  /*background-color: rgb(226, 223, 214);/*  rgb(226, 223, 214)   #222*/
  position: absolute;
  top: 250px;
  right: 0;
  width: 650px;
  height: 100px;
  /*border: 3px solid #73AD21;*/

  /*padding: 10px;
  border-radius: 5px;
  display: table;
 /*margin: 10px right;/*overlay ends/
  margin: 20;
  padding: 50;*/
  text-align: center;
  margin-bottom: 05px;
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(7, 51, 156);
  /*background-color: #fff;*/
}

.cimer-image {
  /*margin-top: 50px;*/
  width: 200px;
  /*height: 150px;*/
  border-radius: 23%;
  border: 3px solid #060505;
  transition: all .5s;
}


/*---------------------------------------------------------------------------------------------------------------------------------------*/

/*calendar starts*/

.family-image {
  /*margin-top: 50px;*/
  width: 200px;
  height: 150px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.profile-image:hover {
  transform: scale(1.2) rotate(5deg);
}

/*Pictures list*/

.familypictures-group2 li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .familypictures-group2 {
   list-style-type: none;
 }
 /*.main-nav {
   text-align: center;
 }*/
 
 
 /*familydocuments*/
 .familydocuments-group2 li {  
   /* padding: 5px 10px 10px 10px;*/
   list-style-type: none;
  }
  
  .familydocuments-group2 {
    list-style-type: none;
  }
 
  /*familyvideos*/
 .familyvideos-group2 li {  
   /* padding: 5px 10px 10px 10px;*/
   list-style-type: none;
  }
  
  .familyvideos-group2 {
    list-style-type: none;
  }
 
  .familypictures-group2 {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    /*padding: 10px;*/
    border-radius: 5px;
    display: table;
    /*width: 250px; /*15022021*/
    /*height: 350px;
    border-radius: 50%;/**/
    /*border: 3px solid white; /*15022021*/
    /*margin: 10px auto;/*overlay ends*/
    margin: 20;
    padding: 50;
    /*text-align: center;
    font-size: relative; /*15022021*/
    /*margin-bottom: 05px;*/
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 14px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
  display: inline-block !important;
  }
 
 /*pictures list ends*/

 /*-------------------------------------------------------------------------*/

 /*
 eredeti
 .prioritypictures-group {     
  background-color: rgb(7, 51, 156);/
  
  border-radius: 5px;
  display: table;

  margin: 20;
  padding: 50;

  box-sizing: border-box;

   font-size: 14px;

  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;
}*/

 .prioritypictures-group {    /* family members list */
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  /*border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  /*margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  margin-bottom: 05px;
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   /*font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
/*display: inline-block !important;*/
}

/*----------------------------------------------------------------------------------*/

 /*------------------------------------lista nezet-(kep)--STARTS-------------------*/
.list-image {
  /*margin-top: 50px;*/
  width: 130px;
  height: 100px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.list-image:hover {
  transform: scale(1.2) rotate(5deg);
}
/*------------------------------------lista nezet---ENDS--------------------*/

 /*-------------------------------------------list view-----STARTS--------------------------------------*/

 .list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .list-group {
   list-style-type: none;
   display: flex;
 }

 .list-group {    /* family members list */
  overflow-x:auto; /*ha tul nagy lesz gorgetosav*/
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  /*margin-bottom: 05px;*/
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;
}

/*---------------------------------------------TABLE MEDIA-EDIT---------------------------------*/

.media-edit {
  overflow-x:auto; /*ha tul nagy lesz gorgetosav*/


    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgb(226, 223, 214);
  }
  
  th, td {
    text-align: center;
    padding: 16px;
  }
  
  th:first-child, td:first-child {
    text-align: left;
  }
  
  tr:nth-child(even) {
    background-color: rgb(7, 51, 156);
  }
  
  .fa-check {
    color: green;
  }
  
  .fa-remove {
    color: red;
  }
  </style>
}

 /*-------------------------------------------list view-------ENDS------------------------------------*/


 /*------------------------------------priority lista nezet-(kep)--STARTS-------------------*/
.priority-list-image {
  /*margin-top: 50px;*/
  /*width: 130px; eredeti meret lesz*/
  /*height: 100px;  KITIKTATVA 06102021 NAGYOBB KÉP JOBBAN LÁTNI*/ 
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.priority-list-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.priority-list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .priority-list-group {
   list-style-type: none;
   display: flex;
 }

 .priority-list-group {    /* family members list */
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  /*margin-bottom: 05px;*/
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;
}
/*------------------------------------priority lista nezet---ENDS--------------------*/






 /*------------------------------------celebration lista nezet-(kep)--STARTS-------------------*/
 .celebration-list-image {
  /*margin-top: 50px;*/
  /*width: 130px; eredeti meret lesz*/
  /*height: 100px;  KITIKTATVA 06102021 NAGYOBB KÉP JOBBAN LÁTNI*/ 
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.celebration-list-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.celebration-list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .celebration-list-group {
   list-style-type: none;
   display: flex;
 }

 .celebration-list-group {    /* family members list */
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  /*margin-bottom: 05px;*/
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;
}
/*------------------------------------celebration lista nezet---ENDS--------------------*/

 /*------------------------------------message lista nezet-(kep)--STARTS-------------------*/
 .message-list-image {
  /*margin-top: 50px;*/
  /*width: 130px; eredeti meret lesz*/
  /*height: 100px;  KITIKTATVA 06102021 NAGYOBB KÉP JOBBAN LÁTNI*/ 
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.message-list-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.message-list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .message-list-group {
   list-style-type: none;
   display: flex;
 }

 .message-list-group {    /* family members list */
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  /*margin-bottom: 05px;*/
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;

}
/*------------------------------------message lista nezet---ENDS--------------------*/
/*calendar ends*/

 /*------------------------------------speech lista nezet-(kep)--STARTS-------------------*/
 .speech-list-image {
  /*margin-top: 50px;*/
  /*width: 130px; eredeti meret lesz*/
  /*height: 100px;  KITIKTATVA 06102021 NAGYOBB KÉP JOBBAN LÁTNI*/ 
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.speech-list-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.speech-list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .speech-list-group {
   list-style-type: none;
   display: flex;
 }

 .speech-list-group {    /* family members list */
  background-color: rgb(7, 51, 156);/*overlay starts*/
  /*padding: 10px;*/
  border-radius: 5px;
  display: table;
  /*width: 250px; /*15022021*/
  /*height: 350px;
  border-radius: 50%;/**/
  /*border: 3px solid white; /*15022021*/
  /*margin: 10px auto;/*overlay ends*/
  margin: 20;
  padding: 50;
  /*text-align: center;
  font-size: relative; /*15022021*/
  /*margin-bottom: 05px;*/
  box-sizing: border-box;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-size: 14px;
   /*font-size: 1em;*/
  line-height: 1.0;
  color:  rgb(226, 223, 214);
  background-position: right;
display: inline-block !important;
}
/*------------------------------------speech lista nezet---ENDS--------------------*/

  /*starts checkbox*/
.checkbox {

  background-color: rgb(7, 51, 156);/*overlay starts*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    /*margin: 20;
    padding: 50;*/
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: 1em;
    line-height: 1.0;
    color:  rgb(167, 165, 159);
}

/*starts g-recaptcha*/
.g-recaptcha {

  /*background-color: rgb(226, 223, 214);/*  rgb(226, 223, 214)   #222*/
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 10px auto;/*overlay ends*/
    /*margin: 20;
    padding: 50;*/
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: 1em;
    line-height: 1.0;
    color:  rgb(226, 223, 214);
}

   /*ends g-recaptcha*/
/*starts g-recaptcha id */

#rc-anchor-container {
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  }

  /*  
  
  
  
  ;
  ;
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  */
   


  
  /*ends g-recaptcha /c-anchor-container/ id */

  /* sign in botton style*/
  .sign-in{
    color: #fff;
    background-color: rgb(7, 51, 156);
    border-color: #2e6da4;
  }

  .sign-in{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;*/
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* end of sign-in botton style*/

  /* upload botton style*/
  .up-load{
    color: #fff;
    background-color: #F9E296;
    border-color: #2e6da4;
  }

  .up-load{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;*/
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* end of upload botton style*/


/* forget password botton style*/


 .forgot-password{
  color: #fff;
  background-color:rgb(7, 51, 156);/*  rgb(226, 223, 214)   #222*/
  border-color: #2e6da4;
}

.forgot-password{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



/*forgot button style ends*/



/* logout botton style*/
.logout{
  color: #fff;
  background-color: rgb(7, 51, 156);
  border-color: #2e6da4;
}

.logout{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* end of logout botton style*/

/* start search botton style*/
.search{
  color: #fff;
  background-color: rgb(7, 51, 156);
  border-color: #2e6da4;
}

.search{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* end of search botton style*/

/* start book botton style*/
.book{
  color: #fff;
  background-color: rgb(7, 51, 156);
  border-color: #2e6da4;
}

.book{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* end of book botton style*/

/*  upload botton */
.upload{
  color: #201515;  /*#201515 #222*/
  background-color: rgb(255, 233, 165);
  border-color: rgb(167, 128, 10);  /*#2e6da4  rgb(226, 223, 214)*/
}

.upload{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*  upload botton */

/* reset botton style seperate if later want to change red for example */
.reset{
  color: #fff;
  background-color: #b90505;
  border-color: #b90505;  /*#2e6da4*/
}

.reset{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* show botton style seperate if later want to change red for example */
.show{
  color: #fff;
  background-color: #0e05b9;
  border-color: #0e05b9;  /*#2e6da4*/
}

.show{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;*/
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*starts loginform class*/

.loginform {
  background-position: 50% 50%;
  color:  rgb(226, 223, 214); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  margin-bottom: 25px;
  /*18122021 javitva }*/
/*end of loginform class*/

.container {
  
  color: black;
  /*pbackground-color: #337ab7;*/
  border-color: #2e6da4;
  margin: 10px auto;
}
.form-control {


}

/*----------------------------------INFO SHOW------------------------26042022----*/

.infoform {
  background-position: 50% 50%;
  color:  rgb(226, 223, 214); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
  margin-bottom: 25px;
  /*18122021 javitva }*/
/*end of loginform class*/

}

/*----------------------------------INFO SHOW-----------------------26042022-----*/

/*profile form*/

.profileform {
  background-position: 50% 50%;
  color:  rgb(226, 223, 214); /*rgb(255, 193, 22);*/
  background-color: rgb(7, 51, 156);
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
}
/*end of profile form*/

.section{
  
  box-sizing: border-box;
  color: black;
  background-color: rgb(241, 159, 159);
  border-radius: 2%;
}
/* end of reset botton style*/




  p {
    margin: 0 0 10px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }


  
  /* Styles for larger screens starts*/
@media screen and (min-width: 720px) {
  
    .flex {
        display: flex;
        max-width: 1200px;
        justify-content: space-around;
        margin: 0 auto;
    }
  
    header {
      min-height: 450px;
    }
  
    .nav {
      max-width: 1200px;
    }
  
    .nav .name {
      display: block;
      margin-right: auto;
      color: white;
    }
  
    main {
      padding-top: 50px;
    }
  
    main p {
      line-height: 1.6em;
    }

    footer {  /*new footer 20112020*/
      font-size: 1.3em;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
    }
  
    /*footer {  old footer
       /*background-color: #333;
      /*pposition: bottom;       /*new*/
      /*pheight: 100px;            new
      font-size: 1em;
      max-width: 1200px;        /*igored
      margin-bottom: 1400px auto;          /*igored*/
      /*margin-top: -100px;   igored
      color:  #d19700;
      position: absolute;
      right: 50;bottom:0;left:50;
      
    }*/

  /* start of thead */
  thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
}

tbody {
    background-color: #e4f0f5;
}

caption {
    padding: 100px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .8rem;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
    
      right: 50;top:500;left:50;
}

td {
    text-align: center;
}
  /* end of thead */
  
  
  .skillslogo {
    
    width: 200px;
    height: 200px;
  
  
    border-radius: 100%;
    border: 3px solid white;
    transition: all .5s;
  }
  
  .skillslogo:hover {
    transform: scale(1.2) rotate(5deg);
  }

} /* Styles for larger screens ends */


  /*--------------------------------------------------------------------------------------------------------------------------------------*/
  .cimer {    /* password reset link */
    /*background-color: rgb(226, 223, 214);/*  rgb(226, 223, 214)   #222*/
    position: relative;  /*  position: absolute;*/
    left: 150px;         /*top: 250px;*/
    right: 0;             /*right: 0;*/
    width: 350px;         /*width: 650px;*/
    height: 70px;        /*height: 100px;*/
    /*border: 3px solid #73AD21;*/
  
    /*padding: 10px;
    border-radius: 5px;
    display: table;
   /*margin: 10px right;/*overlay ends/
    margin: 20;
    padding: 50;*/
    text-align: center;
    margin-bottom: 05px;
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 14px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(7, 51, 156);
    /*background-color: #fff;*/
  }
  
  .cimer-image {
    /*margin-top: 50px;*/
    width: 150px;
    /*height: 150px;*/
    border-radius: 21%;
    border: 3px solid #060505;
    transition: all .5s;
  }
  
  
  /*---------------------------------------------------------------------------------------------------------------------------------------*/

  /* Styles screen and (min-width: 320pxpx) and (max-width: 725px)*/

  /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

  
 .list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .list-group {
   list-style-type: none;
   display: flex;
 }

  .list-group {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    /*padding: 10px;*/
    border-radius: 5px;
    display: table;
    /*width: 250px; /*15022021*/
    /*height: 350px;
    border-radius: 50%;/**/
    /*border: 3px solid white; /*15022021*/
    /*margin: 10px auto;/*overlay ends*/
    margin: 10;
    padding: 25;
    /*text-align: center;
    font-size: relative; /*15022021*/
    /*margin-bottom: 05px;*/
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 7px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
  display: inline-block !important;
  }

     /*------------------------------------lista nezet-(kep)--STARTS-------------------*/
.list-image {
  /*margin-top: 50px;*/
  width: 90px;
  height: 60px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.list-image:hover {
  transform: scale(1.2) rotate(5deg);
}
/*------------------------------------lista nezet---ENDS--------------------*/

    /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

@media screen (max-width: 714px) and (min-width: 320px)  {
  
  .flex {
      display: flex;
      max-width: 552px;
      justify-content: space-around;
      margin: 0 auto;
  }


  body {
    background: url('images/cimers.png') no-repeat;
    background-size: cover;
  
   } 

  header {
    min-height: 600px;
  }

  .main-nav {
    width: 100%;
    background: #d19700;
    min-height: 30px;
    padding: 10px;
    /*position: fixed;*/
    text-align: center;
  }

  .nav {
    max-width: 600px;
  }

  .nav .name {
    display: block;
    margin-right: auto;
    color: white;
  }

  main {
    padding-top: 50px;
  }

  main p {
    line-height: 1.6em;
  }

  footer {
    /*background-color: #333;*/
   /*pposition: bottom;       /*new*/
   /*pheight: 100px;            new*/
   font-size: 1.3em;
   max-width: 714;        /*igored*/
   margin-bottom: 714px auto;          /*igored*/
   /*margin-top: -100px;   igored*/
   color: #d19700;
   position: absolute;
   right: 50;bottom:0;left:50;
   
 }

 /* start of thead */
 thead,
 tfoot {
     background-color: #3f87a6;
     color: #fff;
 }
 
 tbody {
     background-color: #e4f0f5;
 }
 
 caption {
     padding: 45px;
     caption-side: bottom;
 }
 
 table {
     border-collapse: collapse;
     border: 2px solid rgb(100, 200, 200);
     letter-spacing: 1px;
     font-family: sans-serif;
     font-size: .8rem;
 }
 
 td,
 th {
     border: 1px solid rgb(190, 190, 190);
     padding: 5px 10px;
     
       right: 10;top:30;left:10;
 }
 
 td {
     text-align: center;
 }
   /* end of thead */

}

/* End of 552-725*/


/* Styles screen and (min-width: 552px) and (max-width: 552px)*/

  /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

  
 .list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .list-group {
   list-style-type: none;
   display: flex;
 }

  .list-group {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    /*padding: 10px;*/
    border-radius: 2px;
    display: table;
    /*width: 250px; /*15022021*/
    /*height: 350px;
    border-radius: 50%;/**/
    /*border: 3px solid white; /*15022021*/
    /*margin: 10px auto;/*overlay ends*/
    margin: 5;
    padding: 10;
    /*text-align: center;
    font-size: relative; /*15022021*/
    /*margin-bottom: 05px;*/
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 8px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
  display: inline-block !important;
  }

   /*------------------------------------lista nezet-(kep)--STARTS-------------------*/
   .list-image {
    /*margin-top: 50px;*/
    width: 90px;
    height: 60px;
    /*border-radius: 50%;*/
    /*border: 3px solid white;*/
    transition: all .5s;
  }
  .list-image:hover {
    transform: scale(1.2) rotate(5deg);
  }
  /*------------------------------------lista nezet---ENDS--------------------*/

    /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

@media screen (max-width: 551px) and (min-width: 320px) {
  
  .flex {
      display: flex;
      max-width: 320px;
      justify-content: space-around;
      margin: 0 auto;
  }

  body {
    background: url('images/cimers.png') no-repeat;
    background-size: cover;
  
   } 

   a {
    font-size: 60%;   /* change font size*/
    color: #d2d428;
  }

  header {
    min-height: 320px;
  }

  .main-nav {
    width: 100%;
    background: #d19700;
    min-height: 30px;
    padding: 10px;
    /*position: fixed;*/
    text-align: center;
  }

  .nav {
    max-width: 320x;
  }

  .nav .name {
    display: block;
    margin-right: auto;
    color: white;
  }

  main {
    padding-top: 50px;
  }

  main p {
    line-height: 1.6em;
  }

  footer {
    /*background-color: #333;*/
   /*pposition: bottom;       /*new*/
   /*pheight: 100px;            new*/
   font-size: 1.3em;
   max-width: 320;        /*igored*/
   margin-bottom: 320px auto;          /*igored*/
   /*margin-top: -100px;   igored*/

   position: absolute;
   right: 50;bottom:0;left:50;
   
 }

 /* start of thead */
 thead,
 tfoot {
     background-color: #3f87a6;
     color: #fff;
 }
 
 tbody {
     background-color: #e4f0f5;
 }
 
 caption {
     padding: 45px;
     caption-side: bottom;
 }
 
 table {
     border-collapse: collapse;
     border: 2px solid rgb(100, 200, 200);
     letter-spacing: 1px;
     font-family: sans-serif;
     font-size: .8rem;
 }
 
 td,
 th {
     border: 1px solid rgb(190, 190, 190);
     padding: 5px 10px;
     
       right: 10;top:30;left:10;
 }
 
 td {
     text-align: center;
 }
   /* end of thead */




}

/* End of new max 552*/

  /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

  
 .list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .list-group {
   list-style-type: none;
   display: flex;
 }

  .list-group {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    /*padding: 10px;*/
    border-radius: 5px;
    display: table;
    /*width: 250px; /*15022021*/
    /*height: 350px;
    border-radius: 50%;/**/
    /*border: 3px solid white; /*15022021*/
    /*margin: 10px auto;/*overlay ends*/
    margin: 17;
    padding: 12;
    /*text-align: center;
    font-size: relative; /*15022021*/
    /*margin-bottom: 05px;*/
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 6px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
  display: inline-block !important;
  }

   /*------------------------------------lista nezet-(kep)--STARTS-------------------*/
.list-image {
  /*margin-top: 50px;*/
  width: 70px;
  height: 30px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.list-image:hover {
  transform: scale(1.2) rotate(5deg);
}
/*------------------------------------lista nezet---ENDS--------------------*/

    /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/


/* Styles screen and (max-width: 320px) starts*/

@media (min-width: 320px) {

  a {
    text-decoration: none;

  }

 body {
  background: url('images/rugbyballver.jpg') no-repeat;
  background-size: cover;

 } 

.flex {
  display: flex;
  max-width: 320px;
  justify-content: space-around;
  margin: 0 auto;
}

.main-nav {
  width: 100%;
  background: rgb(121, 13, 13);
  min-height: 30px;
  padding: 10px;
  /*position: fixed;*/
  text-align: center;
}

.nav {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  list-style-type: none;

  padding: 0;
}

footer {
  /*background-color: #333;*/
 /*pposition: bottom;       /*new*/
 /*pheight: 100px;            new*/
 font-size: 1.3em;
 max-width: 320;        /*igored*/
 margin-bottom: 20px auto;          /*igored*/
 /*margin-top: -100px;   igored*/

 position: absolute;
 right: 50;bottom:0;left:50;
 
}

/* start of thead */
thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
}

tbody {
    background-color: #e4f0f5;
}

caption {
    padding: 100px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .8rem;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
    
      right: 10;top:20;left:10;
}

td {
    text-align: center;
}
   /*end of thead */

   
  /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/

  
 .list-group li {
  /* padding: 5px 10px 10px 10px;*/
  list-style-type: none;
 }
 
 .list-group {
   list-style-type: none;
   display: flex;
 }

  .list-group {    /* family members list */
    background-color: rgb(7, 51, 156);/*overlay starts*/
    /*padding: 10px;*/
    border-radius: 5px;
    display: table;
    /*width: 250px; /*15022021*/
    /*height: 350px;
    border-radius: 50%;/**/
    /*border: 3px solid white; /*15022021*/
    /*margin: 10px auto;/*overlay ends*/
    margin: 7;
    padding: 12;
    /*text-align: center;
    font-size: relative; /*15022021*/
    /*margin-bottom: 05px;*/
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     font-size: 5px;
     /*font-size: 1em;*/
    line-height: 1.0;
    color:  rgb(226, 223, 214);
    background-position: right;
  display: inline-block !important;
  }

    /*--------------------------------------------------list-group uploads media edit mobilon stb--------------------------------------*/
   /*------------------------------------lista nezet-(kep)--STARTS-------------------*/
.list-image {
  /*margin-top: 50px;*/
  width: 50px;
  height: 30px;
  /*border-radius: 50%;*/
  /*border: 3px solid white;*/
  transition: all .5s;
}
.list-image:hover {
  transform: scale(1.2) rotate(5deg);
}
/*------------------------------------lista nezet---ENDS--------------------*/
