
/***************  templates/main/libs/jquery/uniform/css/uniform.default.css  ***************/
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Nimmika Chaturanga
License: MIT License
---
For use with the Uniform plugin:
/pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
/pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */


/* INPUT & TEXTAREA */

input, textarea{
  /* font-size: .9em; */
  font-weight: normal;
  padding: 0 0 0 10px;
  color: #bbbdc1;
  background: #d3d6d9;
  border: none;
  outline: 0;
  text-align: left;
} 

/* Select */

div.selector {
  line-height: 26px;
  height: 26px;
  text-align:left;
}
div.selector span {
  height: 26px;
  line-height: 26px;
}
div.selector select {
  top: 0px;
  left: 0px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  height: 19px;
  width: 19px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
}
/*------+------ Customized Styles for site Elements-------+------- */
/* Bookingmask */
.date input{
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 0;
}
div.adults , div.children{
	margin-top: 5px;
}
.choose div.selector {
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -40px;
	width: 67px;
}
.radio span {
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -610px;
}
.radio span.checked {
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -748px;
}
.checker span{
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -647px;
} 
.checker span.checked{
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -693px;
} 
/* Flexible Forms */
/* #mod_flexibleForms input{
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -1688px;
}

#select-wrapper .selector{
	background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -1754px;
}
 */

/* PRESENTATION */

/* Select */
div.selector {
  width: 100px;
}

div.selector span {
	cursor: pointer;
}
div.selector.disabled span {
  color: #bbb;
}
div.selector option{
	padding-left: 8px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	color: #919191;
	background: #383838;
}
/* Checker */
div.checker {
/*   margin-right: 5px; */
}

/* Radio */
div.radio {
	float: left; 
	margin-top: 4px;
	margin-right: 2px;
}

/*

CORE FUNCTIONALITY 

Do not Change
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}