ul { list-style: none; margin: 1.5% auto 0; padding: 0px; }
input {
    background: transparent;
    margin-top: 14px;
    padding: 2px 5px;
}
.mentesGomb {
    background: #1279bd;
    color: #fff;
    padding:0 40px;
} 
.mentesGomb:hover {
    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.mentesIndex{
  transition:        opacity 0.3s ease-out;
  -moz-transition:   opacity 0.3s ease-out;
  -webkit-transition:opacity 0.3s ease-out;
  -o-transition:     opacity 0.3s ease-out;
  position:fixed;
  bottom: 1px;right: 1px;
  font-weight:bold;
  box-shadow: inset -5px 0 5px 0px #f00;
  padding: 10px 40px;
  color:#fff;text-align:center;
  background:#f00;
  z-index:1099;
 }                  
.be{opacity: 1;}
.ki{opacity: 0;}
div.vzold{background:#47cf5d;  box-shadow: inset -5px 0 5px 0px #4dcf5e;
}


.fugg {  writing-mode: vertical-rl;}
.flex1{flex:1}

.torlesGomb{float:right;padding:0 5px;background:transparent;color:#000;corsor:pointer;font-size:smaller !important}
.torlesGomb:hover {
    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);
    box-shadow: none;
    -webkit-box-shadow: none;
}
.sulytextarea,.linkektextarea{
    resize: none;
    _overflow: hidden;
    min-height: 100px;
    max-height: 250px;
}
.linkektextarea,.linkektextarea_nezzen{width:100%;
    font-size:10px !important;
}
.linkektextarea_kod{width:100%;
    font-size:normal !important;
    height: 350px;
    font-family: "Courier New", Courier, monospace !important;
}
.linkektextarea_info{width:100%;;height:500px}
.nev{width:420px;}
.rovid_nev{width:250px;}
.trans{color:transparent}

.newspaper {
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
 -moz-column-count: 2; /* Firefox */
 column-count: 2;
 font-size:smaller;
}
.bolt_termek_ar_nev{width:100%;border:solid 1px #ddd;}
.bolt_Termek_ar_nev{width:140px;display:inline-block;}
.bolt_termek_Ar_nev{width:35px;display:inline-block;text-align:right;}
.bolt_termek_ar_Nev{width:calc(100% - 200px);display:inline-block;;padding-left:7px;border-left:solid 1px #ddd;}
.bolt_t_termekek{width:100%}
.tartozik{color:#f00}

.ch-selector {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ch-selector input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.ch-selector:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.ch-selector input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.ch-selector input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.ch-selector .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop_card_szoveg{text-align:left	}
.letoltes{float:right;color:#0000ee !important;font-size:smaller}
#domain{width:300px}