#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity: 0.6 !important;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog { 
  height:auto;
  padding:40px !important;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  width: 700px !important;
}
#boxes.roletka_dovolena #dialog { 
  height:auto;
  padding:40px !important;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  background: white url('../img/palma.jpg') 100% 100% no-repeat;
  width: 700px !important;
}
#boxes.roletka_vanoce #dialog { 
  height:auto;
  padding: 30px !important;
  background-color:#01002c;
  font-family: 'Segoe UI Light', sans-serif;
  background: white url('../img/roletka_vanoce.jpg') 100% 100% no-repeat;
  width: 700px !important;
  height: 300px !important;
  color: white;
}
#boxes.roletka_servis #dialog { 
  height:auto;
  padding:40px !important;
  background-color:#01002c;
  font-family: 'Segoe UI Light', sans-serif;
  background: white url('../img/roletka_servis.jpg') 100% 100% no-repeat;
  width: 700px !important;
  height: 300px !important;
  color: black;
}
#boxes.roletka_servis #dialog #lorem{
    width: 390px;
}

#boxes.roletka_stehovani #dialog { 
  height:auto;
  padding:40px !important;
  font-family: 'Segoe UI Light', sans-serif;
  background: url('../img/roletka_stehovani.png') 100% 100% no-repeat;
  width: 700px !important;
  height: 300px !important;
  color: black;
}
#boxes.roletka_stehovani #dialog #lorem{
    // width: 390px;
}






.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
/*
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  */
}
#popupfoot .close{
  
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #047589;
  color: white !important;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}