
/* SEARCHBOX
------------------------------------------------------------------------------- */
#searchbox {
	background: #efefef;
	width: 900px;
	display: none;
	height: 300px;
}
.searchbox-months {
  color: #aaa;
  display: block;
  float: left;
  height: 299px;
  text-align: center;
  text-transform: uppercase;
  width: 63%;
}
.searchbox-months p{
	margin-top: 20%;
	display: none;
}
.searchbox-form {
  background: #fff;
  float: left;
  padding: 25px;
  text-transform: uppercase;
  width: 35%;
  height: 300px;
}
.searchbox-form h2 {
  font-size: 20px;
  margin-bottom: 22px;
  padding: 0;
  text-transform: none;
}
.searchbox-form .label {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  left: 17px;
  padding: 0;
  position: absolute;
  text-transform: none;
  top: 16px;
  z-index: 10;
  pointer-events:none;
}
.searchbox-form .field-wrapper {
  background: none;
  height: 53px;
  position: relative;
  margin-bottom: 10px;
}
.searchbox-form .field-wrapper input {
  padding: 15px;
  padding-right: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: none;
  border:1px #C8ECFA solid;
  text-align: right;
}
.searchbox-form .fa-calendar {
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 15px;
  color: #01ADEF;
  z-index: 10;
}
.searchbox-form .field-wrapper.active i{
	color: #fff;
	pointer-events:none;
	}
.searchbox-form .field-wrapper input:active,
.searchbox-form .field-wrapper input:focus {
	background: #00ACEE;
	color: #fff;
}
.searchbox-form .field-wrapper:active i,
.searchbox-form .field-wrapper:focus i{
	color: #fff;
}
.searchbox-form .ratecode-wrapper,
.searchbox-form .submit-wrapper{
	width: 49%;
	display: inline-block;
}
.searchbox-form .ratecode-wrapper input,
.searchbox-form .submit-wrapper input{
	width: 100%;
	padding: 14px 0;
	text-align: center;
	border:0;
	text-transform: uppercase;
}
.searchbox-form .ratecode-wrapper input{
	background-color: #EEEEEE;
	color: #999;
}
.searchbox-form .submit-wrapper input{
	background-color: #00ACEE;
	color: #fff;
}
/* DatePicker Calendar Customization */
#ui-datepicker-div {
  background: #fff;
  left: 35% !important;
  position: absolute !important;
  top: -1px !important;
  width: 65% !important;
}
#ui-datepicker-div .ui-icon{
	text-indent: 0px;
	height: 35px;
	width: 35px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #fff;
	cursor: pointer;
}
#ui-datepicker-div .ui-icon i {
  color: #fff;
  display: block;
  font-size: 21px;
  padding: 7px 11px;
}
#ui-datepicker-div .ui-icon:hover{
	background: #40BEED;
	}

.ui-datepicker .ui-datepicker-prev span {
	content:" " !important;
	color: #fff;
	}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
	color: #fff;
	display: block;
	font-family: FontAwesome;
	font-size: 19px;
	padding: 7px 12px;
}
.ui-datepicker .ui-datepicker-prev span:before {
 content:"\f104 "; /* this is the Unicode for the icon */
 }

.ui-datepicker .ui-datepicker-next span:before {
 content:"\f105 "; /* this is the Unicode for the icon */
 }


/* calendar icon */
img.tcalIcon {
	background: none;
	border: 0 !important;
	cursor: pointer;
	margin-left: 1px;
	padding: 0 !important;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
