.fddates {
    display: inline-block;
}
.ui-widget.ui-widget-content {
   /* position: fixed !important; */
	position: absolute !important;
   /* bottom: 300px !important; */
	/* bottom: -300px !important; */
   /* top: auto !important; */
}
.fddates input {
    background-image: url(/wp-content/plugins/fdbook/public/images/newico.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 10%;
    background-position-x: 4px;
    padding-left: 28px !important;
    max-width: 100%;
}
span.btext {
    vertical-align: super;
margin-right: 10px;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  display: inline-flex;
border: 1px solid #ddd;
}
.number-input,
.number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
font-family: sans-serif;
    max-width: 2rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 2rem;
    font-weight: bold;
    text-align: center;
	margin-bottom: 0px !important;
}
.fakebtn {
     outline: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.fakebtn:before,
.fakebtn:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 3px;
  background-color: #212121;
  transform: translate(50%, 500%);
}
.plus:after {
  transform: translate(50%, 500%) rotate(90deg);
}
.fdadults {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.fddates input {
    padding: 0px 0px 0px 0px !important;
    padding-left: 23px !important;
    border: 0px !important;
    width: 100% !important;
}
.fdbook {
    display: block;
    width: 320px;
    background-color: #ddd;
    padding: 12px;
}
.fddates {
    display: inline-block;
    margin-right: 0px !important;
    width: 49%;
}

.fakebtn {
    outline: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 32px !important;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.btext {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 4px;
    font-size: 14px !important;
}
.gdcheck {
    display: inline-block;
    font-size: 12px;
}
.fdsearch {
    display: inline-block;
    float: right;
}
.fdsearch input {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.2em !important;
    min-height: 12px !important;
    font-size: 14px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.flotame {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}
.fdbook {
    display: block;
    width: 230px;
    background-color: #f1f6fb;
	    border: 40px solid #ffffff;
	padding: 40px;
		box-shadow: 0px 0px 26px -10px #000;
}
.fddates input {
    padding-left: 46px !important;

}
.fddates {
    width: 100%;
}
.fdsearch {
    display: block;
    float: none;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.fddates input {
    background-color: #dde2e6 !important;
}
.fddates input {
    background-color: #dde2e6 !important;
    background-size: 5%;
    background-position-x: 13px;
}
.fdadults {
    display: block;
    margin-left: 0px;
    vertical-align: middle;
    background-color: #dde2e6 !important;
    padding-left: 12px;
}
.btext {
    color: #a6a5a5;
}
.fakebtn {
    background-color: transparent;
    
}
.number-input input[type=number] {
    font-family: inherit;
    max-width: 2rem;
    padding: 0rem;
    border: 0px solid #ddd;
    border-width: 0 0px;
    font-size: 19px;
    height: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px !important;
	background-color: transparent;
}
span.gdchecktxt {
    color: #a6a5a5;
    font-size: 10px;
}
.gdcheck {
    width: 100%;
    display: block;
	margin-left: 10px;
}
input#flexDates {
    width: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}
h3.fdttl {
    color: #092d74 !important;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
button#toggle-sliding {
    right: 0;
    position: relative;
    float: right;
    margin-top: -20px;
}
.fdclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 0px;
    position: absolute;
    right: 7px;
}
.fdclose a {
    color: #a6a5a5 !important;
}
button#toggle-sliding {
    right: 0;
    position: relative;
    float: right;
    margin-top: -26px;
    background-color: #092d74;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 0px;
    font-size: 12px;
    padding-bottom: 5px;
}
@media screen and (max-width: 1200px) and (min-width: 100px) {
.fdbook {
    display: block;
    width: 200px;
    background-color: #f1f6fb;
    border: 20px solid #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 26px -10px #000;
}
}
.fdbook {
    display: none;
}
@media screen and (max-width: 1079px) and (min-width: 100px) {
.fdbook {
    display: none;
}
	div#ui-datepicker-div {
  /*  display: none !important; */
}
}


/*   THC Modification    */
.fdbook {
    display: block;
}
@media screen and (max-width: 767px) and (min-width: 100px) {
/*
.fdbook {
    display: none;
}
*/
}


.fdclose {
    display: none;
}
.fdbook {
    width: 100%;
    background-color: #fafbfd;
    border: 0px solid #ffffff;
    padding: 0px;
    box-shadow: 0px 0px 0px 0px #000;
}
h3.fdttl {
    display: none;
}
.fdadults {
    background-color: transparent !important;
}
.fddates input {
    background-color: transparent !important;
}
.fddates {
    width: auto;
}
.fdadults {
    display: inline-block;
}
.gdcheck {
    width: auto;
    display: inline-block;
    margin-left: 10px;
}
.fdsearch {
    display: inline-block;
    float: none;
    width: auto;
    text-align: center;
    margin-left: 20px;
}
.fddates input {
    background-size: 9%;
    background-position-x: 118px;
    width: 150px !important;
    vertical-align: middle;
}
.fdbook {
    background-color: transparent;
}
.fddates input {
    padding-left: 0px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 300;
    color: #999 !important;
}
.fddates label {
    color: #a8badc;
    margin-right: 11px;
    font-size: 15px;
    vertical-align: middle;
}
.btext {
    color: #a8badc;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 6px;
}
.number-input {
    border: 0px solid #ddd !important;
}
input.quantity {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #999 !important;
}
.fakebtn:before, .fakebtn:after {
    width: 1rem;
    background-color: #999;
    top: 11px;
    height: 1px;
}
.number-input input[type=number] {
   font-family: 'Montserrat', sans-serif !important;
    max-width: 1rem;
}
.fdbook {
    width: 835px;
    margin-left: auto;
    margin-right: auto;
}
.fddates.fdin {
    border-right: 1px solid #a8badc;
}
.fddates.fdout {
    border-right: 1px solid #a8badc;
}
.fddates.fdout {
    margin-left: 13px;
}
.fdsearch #Search {
    background-color: #a8badc !important;
    background: #a8badc;
    border: 0px solid transparent !important;
    border-radius: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
input#flexDates {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.gdcheck {
    top: -2px;
    position: relative;
}
@media screen and (max-width: 767px) and (min-width: 100px) {
.fdbook {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.fdsearch {
    display: block;
    text-align: center;
    margin-left: 0px;
}
.fddates.fdin {
    border-right: 0px solid #a8badc;
}
.fddates.fdout {
    border-right: 0px solid #a8badc;
}
.fakebtn:before, .fakebtn:after {
    width: .8rem;
    background-color: #999;
    top: 11px;
    height: 1px;
    left: 2px;
}
.fddates input {
  /*  background-image: none; */
}
.fddates input {
    width: auto !important;
    vertical-align: middle;
}
.fddates input {
    width: 180px !important;
    vertical-align: middle;
    text-align: center;
}
.fddates input {
    font-size: 16px !important;
    font-weight: 400;
}
.fddates input {
    background-color: #ffffff !important;
    border: 1px solid #ccc !important;
    color: #000;
}
.fddates input {
    background-size: 15%;
    background-position-x: right;
    width: 150px !important;
    vertical-align: middle;
}
}