.customConfirmMessage
{
	font-size: 16px;
}

.myButton
{
	display: inline-block;
    background-color: #248cc8;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 18px;
    width: fit-content;
    margin-left: 10px;
    cursor: default;
}

.doboz
{
	margin: auto;
    display: block;
    background-color: #efefef;
    padding: 8px;
    margin-top: 10px;
}

.dobozAdat
{
	color: black;
	font-size: 14px;
}

.packs
{}

.betoltes
{
	width: 80%;
    border: 2px black solid;
    padding: 15px;
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.hide
{
	display: none !important;
}

.disabled
{
	pointer-events: none;
    opacity: 0.45;
}

.spacetop
{
	margin-top: 15px !important;
}

#years
{
	border-left: #4e66a6 1px solid;
    border-bottom: #4e66a6 1px solid;
	margin-right:3px;
	height: 30px;
}
#days, #months
{
	 border-bottom: #4e66a6 1px solid;
	margin-right:3px;
	height: 30px;
}

.sLabel
{
	display: block !important;
}

.hideRow
{
	display: none !important;
}

.sRow
{
	/*height: 35px;
	margin-bottom:9px;*/
}

.default
{
	display: block;
}
.yettel
{
	
}

.prepaid
{
	margin: auto;
    padding: 10px;
    margin-top: 10px;
    max-width: 460px;
	display: none;
}

.default
{
	display: block;
}
.yettel
{
	display: none;
}

.prepaid
{
	margin: auto;
    padding: 10px;
    margin-top: 10px;
    max-width: 460px;
}

.BG2
{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000b8;
    left: 0;
    top: 0;
}

.signin:hover, .signin:active
{
	color: #7fbd4b !important;
	text-decoration: underline !important;
    text-underline-offset: 2px !important;
    text-decoration-color: #7fbd4b !important;
    text-decoration-thickness: 2px !important;
}

.signin
{
	display: block;
    width: fit-content;
    margin: 30px auto;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #343538;
    text-decoration-thickness: 2px;
    padding: 20px;
    border: #248cc8 solid 5px;
   
}

.lds-dual-ring {
  	display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
    transform: translate3d(-50%, -50%,0);
	z-index:4;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #b52a2a transparent #41a529 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.BG2
{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000b8;
    left: 0;
    top: 0;
}

.hide
{
	visibility: hidden;
	max-height: 2px;
}

.hidden
{
	display: none !important;
}

.space
{
	margin: 5px;
}

.selectedLabel
{
	color: #248cc8;
}

.unselectedLabel
{
	color: inherit;
}

.radioGroup
{
	border: 2px solid #7686ba;
    padding: 5px;
	font-weight: 500;
}

.marginBottom
{
	margin-bottom: 5px;
}

.radioLabel
{
	font-weight: 500;
}

.BG
{
	/*width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #000000d6;
    left: 0;
    top: 0;
    position: absolute;
    /* margin: -1000px 0 -1000px 0; */
   /* margin: -500px -200px -70px -500px;
    z-index: 1501;*/
}

.empty
{
	display: none;
}

.notice
{
	text-align: justify;
    border-top: 1px #4e66a6 solid;
    border-bottom: 1px solid #4e66a6;
    margin: 5px 0 5px 0;
    border-radius: 10px;
}
.site-title
{
	font-weight:600 !important;
	
}

@media only screen and (max-width: 780px)
{
	.dDesc 
	{
   	 margin-left: 10% !important;
	}
}

@media only screen and (max-width: 700px)
{
	.mainInputs
	{
		font-size: 15px !important;
	}
	#newDialog
	{
		top: unset !important;
		transform: translate3d(-50%,50px,0) !important;
		bottom: 10% !important;
		width: 100% !important;
	}
	.mySelect
	{
    	/*width: 100% !important;*/
	}
	.mySelect
	{
		margin-bottom: 4px;
		margin-top: 3px;
		width: min-content !important;		
	}
	.row
	{
		display: block !important;
		white-space: normal !important;
	}
	.subRow
	{
		display: block !important;
		white-space: normal !important;
	}
	.subInput
	{
		width: calc( 100% - 20px) !important;
		/* text-align: right; */
		float: right;
	}
	.frame 
	{
    	display: block !important;
	}
	.design
	{
		display: block !important;
		width: calc(100% - 16px) !important;
		border: 8px solid #248cc8 !important;
		margin-bottom: 20px;
	}
	.dDesc 
	{
		margin-top: 20px !important;
	}
	.dMenu 
	{
    	margin-bottom: 10px !important;
	}
	.dMenuP 
	{
		height: 35px !important;
		width: 35px !important;
	}
	.circle {
    	font-size: 30px !important;
	}
	
	.workPlace
	{
		width: 100% !important;
		font-size: unset !important;
		padding: unset !important;
	}
}

#cegEmail, #email
{
	text-transform: lowercase !important;
}

.cim
{
	text-transform: unset !important;
}

.cim:first-letter
{
	text-transform: uppercase;
}

.dMPDesc
{
	font-size: 16px;
    margin-top: 15px;
    color: #4e67a7;
    padding-left: 8px;
    padding-right: 50px;
    margin-bottom: 15px;
	cursor: default;
}

.dDesc
{
	display: block;
    position: relative;
    margin-top: 100px;
    margin-left: 80px;
}

.dMenu2 
{
	margin-bottom: 10px !important;
}

.dMenuP2 
{
	background-color: #4e67a7;
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
    border-radius: 50%;
	cursor: default;
}

.circle2 {
	color: #fcfcfc;
    font-weight: 800;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 0.5;
    transform: translate3d(-50%, -50%, 0);
}

.dMenu
{
	margin-bottom: 50px;
}

.dMenuP
{
	background-color: #4e67a7;
    display: block;
    height: 65px;
    width: 65px;
    position: relative;
    border-radius: 50%;
	cursor: default;
}

.circle
{
	color: #fcfcfc;
    font-weight: 800;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 0.5;
    transform: translate3d(-50%, -50%, 0);
}

.dPic
{
	
}


.add
{
	position: absolute;
    left: -39px;
    font-size: 80px;
    line-height: 0;
    top: 36%;
    color: #248cc8;
}

#szemelyesAdatok, #CegTitle
{
	font-weight:600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.frame 
{
	display: flex;
	position: relative;
}

.design
{
	width: 50%;
    /* background-color: black; */
    border: 12px solid #248cc8;
    border-radius: 30px;
	text-align: justify;
}

.subLabel
{
	min-width: 230px !important;
    margin-left: 20px;
	font-weight:400;
}

.subRow
{
	display: flex;
	margin-bottom: 10px;
}
.szuk
{
	max-width:460px;
}
.workPlace
{
	padding: 20px 0 10px 20px;
	font-size: 14px;
}

.mainInputs
{
	
}

.boldRow
{
	font-weight: 600;
    display: inline-block!important;
    margin: 5px 0 12px 0;
    position: relative;
}

.rowGroup
{
	/*padding: 0px;
    width: 92% !important;
    margin-left: 4%;*/
	font-weight: 300;
	display: block !important;
}

.generate
{
	color: white;
    background-color: #248cc8;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    width: 60%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px;
	box-shadow: 5px 5px 17px -3px black;
	position: relative;
	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.foCsomag
{
	text-align: center;
	font-weight: 600;
}
.csomag
{
	text-align: center;
}
.kivMod
{
	text-align: center;
}
.szamHordBlock
{
	text-align: center;
}
.osszeg
{
	text-align: center;
	font-weight:600;
}

.mainBox
{
	display: flex;
    width: 100%;
    margin: 0 0 12px 0;
    color: black;
    position: relative;
    border-radius: 10px;
    /* border-color: red; */
    border: #4e67a7 3px solid;
	background-color: rgb(245 245 245);
	    cursor: pointer;
}
.dataBox
{
	width: 100%;
	min-height: 60px;	
}
.editBox
{
	width: 20px;
	display: none;
}
.delBox
{
	width: 22px;
    height: 22px;
    position: absolute;
    background-color: red;
    right: -8px;
    top: -8px;
    z-index: 1;
}
.delBox:before
{
	content: "";
    display: block;
    height: 18px;
    width: 2px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(
45deg);
}
.delBox:after
{
	content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: white;
    /* position: absolute; */
    /* top: 50%; */
    margin-top: 10px;
    margin-left: 2px;
    transform: rotateZ(
45deg);
}

.buttons
{
	margin: auto;
    width: max-content !important;
}
.but
{
	display: inline-block;
    padding: 8px;
    border: 2px solid;
    min-width: 50px;
    text-align: center;
	border-radius:5px;
	margin: 10px 0 1px 0;
	cursor: default;
	font-weight: 500;
}

#okBut
{
	color: #4e65a5;
	margin-right: 5px;
}

#cancelBut
{
	color: darkred;
}

#hordozasGroup
{
	display: none;
}
#newDialog select
{
	height: 35px;	
}

#newDialog
{
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: white;
    padding: 10px;
    border: 3px solid;
    border-radius: 5px;
    box-shadow: 7px 8px 18px;
    z-index: 2;
    width: 70%;
    max-width: 370px;
    border-color: #4e67a7;
	border-inline-width: 5px;
	min-width: 220px;
}

#ujSzam
{
	color: black;
    background-color: #fcfcfc;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.3em;
    display: block;
    cursor: pointer;
    border: solid 1px #4e67a7;
    width: 120px;
    margin: auto;
	padding: 6px;
	position: relative;
	border-left: none;
	box-shadow: 5px 5px 17px -3px;
	margin-top: 15px;
	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#elofizetesek
{
	/*border: 1px solid black;*/
    min-height: 0px;
    /* margin-top: 5px; */
    /* padding: 5px; */
    max-width: 460px;
    margin: auto;
    margin-top: 15px;
/*	padding: 0 5px 0 5px;*/
}

.block
{
	padding-bottom: 10px;
	margin: auto;
}

.mySelect, .mySelect1
{
	height:35px;
}

.row
{	
    width: 100%;
    padding-bottom: 10px;
	white-space: nowrap;
	display: flex;
}

.myData
{
	width: 100%;
   /* appearance: none !important;*/
    border-top: unset !important;
    border-right: unset !important;
    background-color: rgba(0,0,0,0);
    border-left: #4e66a6 1px solid !important;
    border-bottom: solid #4e66a6 1px !important;
    /* border: 2px solid white !important; */
	color: black !important;
	padding-left: 3px;
	background-color: white;
	text-transform: capitalize;
}

.myLabel
{
	min-width:250px;
	display: inline-block;
    cursor: default;
}

.myLabel2
{
	min-width: 150px;
    font-weight: 500;
    font-size: 15px;
	    color: #4e66a6;
}

#ceg
{
	display:none;
}

