/* ====================================== */

.t2 {
  cursor: pointer;
  display: inline-block;
  font-size: 1em; 
  vertical-align:middle; 
 /* font-weight:bold;
  margin-bottom:6px;
  height: 2em ;
    float:right;
    border:1px solid red; */
	
 
}
.t2 input[type=checkbox] {  display: none;  }

.t2 .text {
   vertical-align: top;
   
  text-align: left;
  font-size:1em;
  float:left;
  margin-top:0px;

	margin-right: 0px;
	padding: 0 0.8em;
	margin: 0.0em;

	font:  0.9em/1.9em Helvetica, Arial  ;
 
    white-space: nowrap;
   /* -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s; */
	
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	border: solid 1px #b3b3b3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    /* border-radius:3px 0  0 3px; */
	text-decoration: none;
	color: #6e6e6e;
		
     /*   text-shadow: 0 1px 0 rgba(255,255,255,.8); */

	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	cursor: pointer;  
}
 
.t2 span.value {
  position: relative;
  display: inline-block;
  /* top: -1px; */
  top: 0px;
  width: 60px;
  height: 1.9em;
  margin-left:5px;
  margin-bottom:0px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #979797;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  
}

.t2 span.value:before {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 1.9em;
  border-radius: 3px;
  margin: -1px;
  transition: all 0.2s ease;
  background-color: #e0e0e0;
  border: 1px solid #676767;
  box-shadow: inset 0px 2.77777778px 1px white; 
  z-index: 1;
  left: 0px;
}
.t2 span.value:after {
  position: absolute;
  content: 'ΟΧΙ';
  line-height: 2em;
  right: 6.25px;
  color: black;
  text-shadow:none;
  /* font-weight: bold; */
}
.t2 input:checked ~ span.value {
  /* background-color: gray; */
  background-color: mediumseagreen; 
}
.t2 input:checked ~ span.value:before {
  left: 35px;
}
.t2 input:checked ~ span.value:after {
  content: 'ΝΑΙ';
  color: white;
  text-shadow: 1px 1px 2px black;
 /* opacity: 1.0;
   font-weight: bold; */
  left: 6.25px;
}

/*  ================================== */
/*   			height 25px 		   */
/*  ================================== */
.t25 {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  vertical-align:middle;
 /* float:right;
   ON */
}
.t25 input[type=checkbox] {
  display: none;
}
.t25 .text {
   vertical-align: top;
   
   line-height: 25px;
  text-align: left;
  font-size:14px;
  float:left;
}
.t25 span.value {
  position: relative;
  display: inline-block;
  /* top: -1px; */
  top: -1px;
  width: 60px;
  height: 25px;
  margin-left:10px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #979797;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  
}

.t25 span.value:before {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 3px;
  margin: -1px;
  transition: all 0.2s ease;
  background-color: #e0e0e0;
  border: 1px solid #676767;
  box-shadow: inset 0px 2.77777778px 1px white; 
  z-index: 1;
  left: 0px;
}
.t25 span.value:after {
  position: absolute;
  content: 'ΟΧΙ';
  line-height: 25px;
  right: 6.25px;
  color: black;
  text-shadow:none;
  /* font-weight: bold; */
}
.t25 input:checked ~ span.value {
  /* background-color: gray; */
  background-color: mediumseagreen;
}
.t25 input:checked ~ span.value:before {
  left: 35px;
}
.t25 input:checked ~ span.value:after {
  content: 'ΝΑΙ';
  color: white;
  opacity:1;
  /* font-weight: bold; */
  left: 6.25px;
}