
.floor_button {

    margin: 5px;
}

 .selection_button {
	  display: block;
	  width: 200px;
	  height: 40px;
	  font-size: 1.0em;
	  border: 1px solid;
     background-color: #00ADE9;
     border-color: #0077AA;
	  text-decoration: none;
	  padding: 5px;
	  margin: 5px;
	  text-align: center;
	  border-radius: 6px;
  }
  .selection_button a:hover {
	  text-decoration: none;
	  color: black;

  }
  .selection_button a {
	  text-decoration: none;
	  color: white;

  }

fieldset {
	border: 0px;
	background-color: #efeeee;
	border-radius: 5px;
}

.field{
	margin-bottom:7px;
  
}
	
label {
	  position: relative;
 	  display: inline-block;
 	  font-size: 18px;
      padding-top: 20px;
      width: 250px;
      margin-left: 20px;
}
	
.input{

	  font-size: 19px;
	  padding: 5px; 
	  border: 1px solid #b9bdc1; 
	  width: 300px; 
	  color: #797979;	
}

div.clear {
	height: 20px;
    clear: both;
}

#cubiclelist_table { background: #eee; border-spacing: 0px; }
#cubiclelist_table .ui-selecting { background: #4aabff; }
#cubiclelist_table .ui-selected { background: #5bcae9; color: black; border-color: #f7f6ff; }
#cubiclelist_table { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#cubiclelist_table tr { background: #fff; font-size: 1.0em; text-align: left; }
#cubiclelist_table th { background: #5bcae9; color: white; margin: 3px; padding: 5px; font-size: 1.0em; text-align: left; }
#cubiclelist_table td { background: #fff; margin: 3px; padding: 5px; font-size: 1.1em; text-align: left; }
#cubiclelist_table tr:hover { background: #63a0e9; color: black; }

#cubiclelist_ol { background: #eee; }
#cubiclelist_ol .ui-selecting { background: #ffa; }
#cubiclelist_ol .ui-selected { background: #e9dc00; color: black; border-color: #aa8b0a; }
#cubiclelist_ol { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#cubiclelist_ol li { border-radius: 5px; background: #fff; margin: 3px; padding: 1px; float: left; width: 154px; height: 95px; font-size: 1.1em; text-align: center; }
#cubiclelist_ol li:hover { background: #eee; color: black; }
#slider-range { width: 300px; }

input:hover {

}

.error {
	border: 1px solid red;
	
}	

.content_box {
	border-radius: 8px;
	position: relative;
	background: #eee;
	

}

#hinta_full {
	text-decoration: bold;
}

#datepicker_from { font-size: 12px; } 
#datepicker_to { font-size: 12px; } 

.btn-success {


}

 .ui-datepicker-year {
     color: black !important;

 }