.szerkesztgombdoboz
{
		overflow:auto;
}


.szerkesztgomb , .mentesgomb , .megsegomb , .kilepesgomb , .adminbelepgomb , .ujelemgomb , .userbelepgomb ,.userkilepgomb
{
		width:150px;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:10px;
		background:#CCCCCC;
		border-radius:8px;
		/*float:left;*/
		cursor:pointer;
		padding:5px;
		font-weight:bold;
		color:#666666;
}

.userbelepgomb , .userkilepgomb
{
		width:100%;
}


.karriermentgomb
{
		width:150px;
		text-align:center;
		margin-left:10px;
		background:#CCCCCC;
		border-radius:8px;
		float:left;
		cursor:pointer;
		padding:3px;
		font-weight:bold;
		color:#666666;
}

.adminmezo , .usermezo
{
		width:100%;
		border:none;
		border-bottom:1px solid #CCCCCC;
		margin-bottom:10px;
	
}

.ujkarriercont
{
		margin-bottom:10px;
	
}

.progressikon
{
		display:none;
}	
	
.karriertorol
{
		cursor:pointer;
}

.lathatodoboz
{
		margin-left:10px;
		margin-right:10px;
		float:left;
		padding:10px;
}

.adminicons
{
		font-size:24px !important;
		margin:5px;
		margin-right: 15px;
		cursor:pointer;
		margin-bottom:15px;
}

.szerkmezo
{
		width:100%;
		height:100px;
		resize:none;
}

.hibadoboz
{
		background:red;
		color:white;
		padding:6px;
		font-style:italic;
}

.indexkepdoboz , .kiemeltkepdoboz , .galeriakepdoboz
{
		min-height:160px;
		border:1px solid #999999;
		margin-bottom:10px;
		
}

.fa.fa-thumbs-down.engedelygomb.tilt {
    margin-right: 15px;
}

.fa.fa-check-circle.engedelygomb.enged
{
	margin-right: 15px;
}


.indexkepdoboz legend , .kiemeltkepdoboz legend, .galeriakepdoboz legend
{
		font-size:14px;
}

.cikk_kep_rendezes
{
		height:120px;
		margin:8px;
		cursor:pointer;
}

.belepesdoboz
{
		overflow:auto;
		float:left;
		cursor:pointer;
}

.userlegordulo
{
		width:300px;
		background:white;
		border:1px solid #999999;
		padding:15px;
		position:absolute;
		margin-left:-280px;
		display:none;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		z-index:10000;
}

.dialogfelirat
{
		margin-bottom:10px;
		text-align:justify;
}

.usermenupont
{
		color:#333333;
		margin-top:10px;
		cursor:pointer;
}

.usermenupont:HOVER
{
	color:#999999;
}

.foglalastabla
{
		width:100%;
		border-left:1px solid #666666;
		border-top:1px solid #666666;
}

.foglalastabla TD
{
		padding:8px;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
}

.foglalaskepkicsi
{
		max-height:120px;
		max-width:120px;
}


.instamegosztasscript
{
		width:100%;
		height:150px;
}


.yoursezlonnagykep
{
		width:100%;
}

.talalatitem
{
	cursor:pointer;
	padding:5px;
}

.talalatitem:hover
{
		background:#CCCCCC;
}

.cikkmezodoboz
{
		margin-bottom:15px;
}


.hirlevelablakgomb
{
		cursor:pointer;
}

.hirlevelablakgomb:HOVER
{
		color:black;
		font-weight:bold;
}

.hirleveltargyadoboz
{
		margin-bottom:15px;
}

.hirleveltargyadoboz INPUT
{
		width:100%;
}

.folyamatbanfigyelmeztet
{
		margin-top:30px;
		font-weight:bold;
		font-size:22px;
		text-align:center;
}

.esemenytorlesikon
{
		cursor:pointer;
}

.facebook_div
{
		margin-bottom:10px;
}

.foglalastovabbgomb
{
		float:right;
}


.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}



@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
