/* 
    Document   : main.css
    Created on : Jun 26, 2013, 09:00:00 AM
    Author     : Christoph Haid
    Description:
        Contains main application css code
*/


#smwrap{
	min-width: 170px;
	max-width: 500px;
	color: #fff;
}

#smwrap .control-group .row-fluid{
	
}

#smwrap .numRooms {
	display: none;
}

#smwrap .roomheader{
	font-weight: bold;
	min-height: 23px;
	display: none;
}

#smwrap .dateChild{
	min-height: 22px;
	font-size: 12px;
}

button {
    border: medium none;
    padding: 5px;
}

input.datepicker{
    background: #fff url('../../../../ebPlugins/smallSearch/img/cal.gif') no-repeat;
    background-position: 97% 50%;
}

.boxSized, .boxSized * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.errorMsg {
    display:none;
}
.controls.error input, .oneDOB.error input, .controls.error select {
    border: 1px solid #b94a48;
}
.controls.error .errorMsg, .oneDOB.error .errorMsg {
    display:block;
    color:#b94a48;
}

#EBSM_overlay {
    display:none;position: fixed;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:999999;
}

#EBSM_iframeWrap {
    width:985px;
    position:relative;
    min-width:660px;
    max-width: 94%;
    height:94%;background:#fff;border:4px solid #fff;
    margin:20px auto 0;
    -webkit-box-shadow:  0px 1px 5px 1px #000;
    box-shadow:  0px 1px 5px 1px #000;
}

#EBSM_iframeWrap .close_EBSM_overlay {
    color:#fff;font-weight:bold;font-size:16px;
    position:absolute;
    right:-20px;top:-20px;
    width:30px;height:30px;background:url(../../../../ebPlugins/smallSearch/img/close_x.png) no-repeat 50% 50%;border-radius:15px;line-height:24px;vertical-align:middle;text-align:center;z-index:99999;cursor:pointer;
    /*border:2px solid #fff;*/
    font-family: trebuchet ms, verdana, tahoma, arial;
    -webkit-box-shadow:  0px 1px 2px 0px #000;
    box-shadow:  0px 1px 2px 0px #000;
}

#EBSM_iframe {
    width:100%;height:100%;border:none;border-radius:1px;
}

/* Bootstrap */

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}


[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/*
form {
  margin: 0 0 20px;
}
*/

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


label {
  margin-bottom: 2px;
}

#ebSmallSearch select,
#ebSmallSearch textarea,
#ebSmallSearch input[type="text"],
#ebSmallSearch input[type="password"],
#ebSmallSearch input[type="datetime"],
#ebSmallSearch input[type="datetime-local"],
#ebSmallSearch input[type="date"],
#ebSmallSearch input[type="month"],
#ebSmallSearch input[type="time"],
#ebSmallSearch input[type="week"],
#ebSmallSearch input[type="number"],
#ebSmallSearch input[type="email"],
#ebSmallSearch input[type="url"],
#ebSmallSearch input[type="search"],
#ebSmallSearch input[type="tel"],
#ebSmallSearch input[type="color"],
#ebSmallSearch .uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #393C3D;
  vertical-align: middle;
}

.boxSized input, .boxSized select{
    height:30px
}

#ebSmallSearch input,
#ebSmallSearch textarea,
#ebSmallSearch .uneditable-input {
  width: 100%;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 60%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select.small{
    min-width:80px;
    margin-bottom: 5px;
}

select.medium{
    min-width:110px;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}


input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group {
  margin-bottom: 8px;
}

.control-group:last-child{
	border-bottom: 0px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
}




.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.btn-large {
  padding: 12px 18px;
  font-size: 17.5px;
  background: #373B3F;
  color: #fff;
}


.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}