.lblProduct{

	color: rgb(0, 0, 255);

}

.synola{

	color: rgb(0, 0, 255);

	text-align:center;

}

.telikoSynolo{	

	color: rgb(0, 0, 255);

	text-align:center;

}

th {

     background-color: rgb(133, 197, 81);    

     color: white;

 }

#pinakasA, #pinakasB, #pinakasG {

     background-color: rgb(254, 190, 28); 

	 border-style: solid;

     border-width: 5px;     

	 color: white;

 }

 #pinakasC {

     background-color: rgb(0, 161, 215); 

	 border-style: solid;   

     color: white;

 }

 #pinakasStoixeion{

 background-color: rgb(243, 243, 241);  /* grey      green bg=(133, 197, 81) green text=(121, 170, 0) */

 }

 /* hides the spin-button for firefox */

input[type=number] {

    -moz-appearance:textfield;

}

/* hides the spin-button for chrome*/

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

.platos7 { width:50px; }

.platos14 { width:100px; }

.platos21 { width:200px; }



.hyperLinks1 {

    font-size: small;

    }

.smallinfo {

    font-size: x-small;

    color: red;

}

 .ss{

      background-color: rgb(0, 161, 215);

	  background-color: rgb(254, 190, 28);

	}

img.rebanner{

    width:50%;

}

#vottingForm{
    font-size: medium;
}
#vottingForm input select{
    border: 1px solid;
    color: #151314;

}
#vottingForm tr{
    height: 30px;
    
} 
#imagesRow {
    height: 214px!important;
}
.lezanta_v{
    font-size: x-small;
    color: grey; 
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;

}
.lezantabig_v{
    font-size: x-small;
    color: black;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  margin-top: 418px;
  padding-top:  5px;
  padding-left: 2px;
  max-height: 20px;
  background-color: #eee;

}
.lezanta_h{
    font-size: x-small;
    color: grey; 
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;

}
.lezantabig_h{
    font-size: x-small;
    color: black;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 414px;
  margin-top: 304px;
  padding-top:  5px;
  padding-left: 2px;
  max-height: 20px;
  background-color: #eee;

}
img.thumbnailStat {
   max-width: 100px;
   max-height: 100px;
}
.votedImages{
    display: inline;
}
.paleTableBackground {
    background-color:#fdf5ed;
}

/*----------------------------------modal----------------------------*/
.modal-body
{
    background-color: #aecfee;
}

.modal-content
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: transparent;
}

.modal-footer
{
    
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    background-color: rgb(146, 194, 240)!important;
   
}

.modal-header
{
    background-color: rgb(146, 194, 240);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
/*-------------------for slider round switch-----------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(143, 143, 143);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* --------------------   RE-BATTERY   Colors   -------------------------------------------

prasino             #85c551    
mpleskuro           #0088b5      
mpleanoixto         #00a1d7  
portokaliskuro      #d19e18   
portokalianoikto    #febe1c
-------------------------------------------------------------------------------------------
*/

/*#vottingForm .choiceImg{              
    display: none;
}*/
.parent {
    /*margin: 1rem;
    padding: 2rem 2rem;*/
    text-align: center;
  }
  .child {
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
  }
 