body {
    font-family: Arial;
    font-size: 15px;  
}

a {
    text-decoration: none
}

a:visited {
    color: #0000FF;
}

a:hover {
    color: red;
}

.width-100 {
	float: left;
	width: 100%;		
}

.width-99 {
	float: left;
	width: 99%;		
}

.width-95 {
	float: left;
	width: 95%;		
}

.width-90 {
	float: left;
	width: 90%;		
}

.width-85 {
	float: left;
	width: 85%;		
}

.width-80 {
	float: left;
	width: 80%;		
}

.width-75 {
	float: left;
	width: 75%;		
}

.width-70 {
	float: left;
	width: 70%;		
}

.width-66 {
	float: left;
	width: 66.66%;		
}

.width-60 {
	float: left;
	width: 60%;		
}

.width-55 {
	float: left;
	width: 55%;		
}

.width-50 {
	float: left;
	width: 50%;		
}

.width-48 {
	float: left;
	width: 48%;		
}

.width-45 {
	float: left;
	width: 45%;		
}

.width-40 {
	float: left;
	width: 40%;		
}

.width-35 {
	float: left;
	width: 35%;		
}

.width-33 {
	float: left;
	width: 33.33%;		
}

.width-30 {
	float: left;
	width: 30%;		
}

.width-27 {
	float: left;
	width: 27%;		
}

.width-28 {
	float: left;
	width: 28%;		
}
.width-25 {
	float: left;
	width: 25%;		
}

.width-22 {
	float: left;
	width: 22%;		
}

.width-20 {
	float: left;
	width: 20%;		
}

.width-19 {
	float: left;
	width: 19%;		
}

.width-18 {
	float: left;
	width: 18%;		
}

.width-17 {
	float: left;
	width: 17%;		
}

.width-16 {
	float: left;
	width: 16%;		
}

.width-15 {
	float: left;
	width: 15%;		
}

.width-14 {
	float: left;
	width: 14%;		
}

.width-13 {
	float: left;
	width: 13%;		
}

.width-12 {
	float: left;
	width: 12%;		
}

.width-11 {
	float: left;
	width: 11%;		
}

.width-10 {
	float: left;
	width: 10%;		
}

.width-9 {
	float: left;
	width: 9%;		
}

.width-8 {
	float: left;
	width: 8%;		
}

.width-7 {
	float: left;
	width: 7%;		
}

.width-6 {
	float: left;
	width: 6%;		
}

.width-5 {
	float: left;
	width: 5%;		
}

.width-4 {
	float: left;
	width: 4%;		
}

.width-3 {
	float: left;
	width: 3%;		
}

.width-2 {
	float: left;
	width: 2%;		
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatnone {
    float: none;
}

.vcenter {
    line-height: 200px;
    height: 200px;
    text-align: center;
}


.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
}

.border {
    border: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-2px {
    border: 2px solid;
}

.border-left-2px {
    border-left: 2px solid;
}

.border-right-2px {
    border-right: 2px solid;
}

.border-top-2px {
    border-top: 2px solid;
}

.border-bottom-2px {
    border-bottom: 2px solid;
}

.border-left-none {
    border-left: none;
}

.border-right-none {
    border-right: none;
}

.border-top-none {
    border-top: none;
}

.border-bottom-none {
    border-bottom: none;
}


.order-selector-button{
	margin-top: 10px;
	background: #80cf80;
	color: #e3e3e3;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.order-selector-button:hover{
	margin-top: 10px;
	background: #06b025;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.order-selector-active{
	background: #06b025;
	color: white;
}

.alert{
    font-weight: bold;
    color: red;
    font-size: 16px;
}



.button {
  background: #26cc53;
  background-image: -webkit-linear-gradient(top, #26cc53, #26cc53);
  background-image: -moz-linear-gradient(top, #26cc53, #26cc53);
  background-image: -ms-linear-gradient(top, #26cc53, #26cc53);
  background-image: -o-linear-gradient(top, #26cc53, #26cc53);
  background-image: linear-gradient(to bottom, #26cc53, #26cc53);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  border: solid #1c8a0b 2px;
  text-decoration: none;
}

.button:hover {
  background: #1c8037;
  background-image: -webkit-linear-gradient(top, #1c8037, #1c8037);
  background-image: -moz-linear-gradient(top, #1c8037, #1c8037);
  background-image: -ms-linear-gradient(top, #1c8037, #1c8037);
  background-image: -o-linear-gradient(top, #1c8037, #1c8037);
  background-image: linear-gradient(to bottom, #1c8037, #1c8037);
  text-decoration: none;
  cursor: pointer;
}

/* rating ikonok */
.starRating:not(old){
  display        : inline-block;
  width          : 7.5em;
  height         : 1.5em;
  overflow       : hidden;
  vertical-align : bottom;
}

.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}

.starRating:not(old) > label{
  display         : block;
  float           : right;
  position        : relative;
  background      : url('http://vir.nyakaruhaz.hu/includes/images/site/rating_none.png');
  background-size: 22px 22px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
  height          : 1.5em;
  background      : url('http://vir.nyakaruhaz.hu/includes/images/site/rating.png');  
  background-size: 22px 22px;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}




.tetel-megjegyzes{
    width: calc(20% - 9px);
    height: 22px; 
    line-height: 22px;
    color: red;    
    border-color: black; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}



.megrendeles-megjegyzes{
    width: calc(70% - 15px); 
    height: 20px; 
    padding-left: 5px; 
    padding-right: 5px; 
    line-height: 20px; 
    border-color: #000;
    color: red;    
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
 


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
    opacity: 0;
    }
}