/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 26, 2015, 11:18:29 AM
    Author     : DiepNT
*/
#form-booking-event .jux-booking-information .control-group div.controls input {
  height: 25px;
}
#form-booking-event .jux-booking-information .control-group div.controls fieldset label:nth-of-type(1) {
  float: left;
}
#form-booking-event .jux-booking-information .control-group div.controls fieldset label:nth-of-type(2) {
  margin-left: 72px;
}
#form-booking-event .jux-booking-information .control-group div.controls fieldset input:nth-of-type(2) {
  margin-left: 13px;
}
#form-booking-event .jux-booking-information .control-group div.controls fieldset input {
  height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#form-booking-event .jux-booking-information .control-group div.controls fieldset label {
  padding-left: 5px;
}
#form-booking-event .jux-bynow {
  float: right;
}
#form-booking-event .jux-bynow button {
  color: #000;
  background: #e7e7e7;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-transform: uppercase;
  float: right;
  border: none;
}
#form-booking-event .jux-bynow button:hover {
  background: #fe6367;
  color: #ffffff!important;
  border-color: #fe6367;
  border-radius: 4px;
}
#form-booking-event .jux-booking .control-group .controls {
  padding-top: 5px !important;
}
