html,  body {
    height: 100% !important;
  }

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 40px;
  }
  #footer {
    background-color: #f5f5f5;
    padding: 10px 20px;
    font-size: 11px;
    text-align: right;
    line-height: 14px;
    color: #7e848c;
  }

.form-signin {
  max-width: 320px;
  margin: 0 auto 40px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  		    border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
     -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
 		    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.form-signin a.btn-lostpass {
	color: #7e848c;
	text-decoration: none;
	margin-top: 2px;
	font-weight: normal;
	border-bottom: 1px dashed #7e848c;	
}

label .star {
  color:red;
}

.well-blue {
  color: #fff;
  padding: 19px 30px;
  background-color: #266a84;
  min-height: 110px;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.well-blue hr {
  margin: 7px 0;
  border: 0;
  border-top: 1px solid #1b5270;
  border-bottom: 1px solid #2f8095;
}

.well > p {
	margin: 9px 0;
}

.well-dark {
  color: #fff;
  padding: 19px 30px;
  background-color: rgba(0,0,0,.18);
  background-color: #b99f0e \9;
  margin-bottom: 15px;
  border: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.7), inset -1px 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.well-dark small {
	color: #fff;
}

.navbar .login {
  position: relative;
  padding: 17px;
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: #fff;  
}

.navbar .login a {
	text-decoration: none;
}

.navbar .login small{
  font-size: 11px;
}


#news-block {
  color: #fff;
  padding: 20px;
  margin: 20px 0;
  height: 287px;
  width: 280px;
  position: relative;
  float: right;
}

#news-block a {
	color: #fff;
}

.shade-text {
  color: #7e848c;
}

.ac_results {
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f6f6f6;
  overflow: hidden;
  z-index: 99999;  
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 6px 8px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.ac_results li span {
   color: gray;
}

.ac_loading {

}

.ac_odd {
	background-color: #f6f6f6;
}

.ac_over {
	background-color: #0097cf;
	color: white;
}

.ac_over span{
	color: white !important;
}

.full-width {
	position:relative;
	clear:both;
	width:100%;			
	overflow:hidden;
	margin-top: 53px;
}

.content {
	padding: 20px;
	margin-left: 210px;
}

.sidebar {
	width: 210px;
	background: #fff;
	position: fixed;
    border-right: 1px solid #eee;
    overflow: auto;
	height: 100%;
	margin-bottom: 60px;
}

.table-list {width:100%; cursor:default; font-size: 13px; margin: 10px 0;}
.table-list td, .table-list th {padding:4px; vertical-align:middle; border-top: 1px solid #dddddd;}
.table-list tr.odd td {background-color:#fff;}
.table-list tr.even td {background-color:#fdfdfd;}
.table-list tr:hover td {background-color:#fbfdff;}
.table-list th {background-color: #dfe3e6; font-weight: bold; box-shadow:inset 0px -1px 0 rgba(0,0,0,0.1)}
.table-list th:hover {background-color: #FFA199; background-image:none; cursor:pointer;}
.table-list th.current {background-image:none; cursor:pointer; box-shadow:inset 0px -1px 0 #FFA199}

table.navigation {width:100%; margin-bottom:3px;} 
table.navigation td {font-size:11px; color:#7E7E7F; white-space:nowrap;}
table.navigation td.navtext {text-align:right; width:100%;}
table.navigation a {margin:2px}
table.navigation .current {font-weight:bold; background-color:#c4e3ed; color:#000;padding:2px 4px}
table.navigation select {font-size:83%;}
img.navfirst, img.navprev, img.navnext, img.navlast {width:16px; height:16px;}

.filter{
	padding: 10px;
	background: #7c5445 url('/img/bg-flt.gif') repeat-x;
	margin: 5px 0;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	color: #fff;
}

.filter img {
	vertical-align: middle; 
	margin-bottom: .25em; 
}

.filter .btn-link {
	color: #f1f1f1;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); 
}

.filter .btn-link:hover {
	color: #fff;
}

#sidebar {
	padding: 15px;
}

#sidebar .hdr2 {
	color: #555;
	border-bottom: 1px solid #55EAEF;
	font-weight: bold;
	padding: 2px 10px;
	margin: 5px 0;
} 

#sidebar ul{
	list-style: none;
	list-style-position: outside;
}

#sidebar li{
 margin-left: -25px;
}

#sidebar li a{
 color: #333;
 text-decoration: none;
}

#sidebar li a:hover{
 color: #444;
 text-decoration: none;
 border-bottom: 1px solid #ccc;
}

#sidebar li.active a {
 border-bottom: 1px solid #ccc;
 font-weight: bold;
}

.switch-bg {
	background: url("/img/switch-bg.png");
	height: 34px;
	width: 70px;
	position: absolute;
}	

.switch-check {
	position: absolute;
	visibility: hidden;
}
.switch-label {
	cursor: pointer;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 70px;
}

.switch-label span {
	background: url("/img/switch-dot.png");
	display: block;
	height: 34px;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	width: 38px;
}

.switch-check:checked + .switch-label span {
	left: 32px;
}

.twitter-typeahead {
	width:100%;
}

.tt-hint {
  color: #ccc;
}

.tt-dropdown-menu {
  min-width: 320px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  color: #333;
  padding: 3px 19px;
  font-size: 16px;
  line-height: 22px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.order-list {
 width: 100%;
 display: table;
 font-size: 12px;
 margin: 5px 0 7px;
 padding: 5px 0;
 border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
}

.order-list:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.order-list-red {
	border-color: red;
}

.order-list .hdr-row {
	height: 30px;
	background: #dfe3e6;
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.order-list .hdr-row .close{
	margin-top: 6px;
}

.order-list .hdr-sub {
	width: 50%;
	text-align: left;
}

.order-list .order-clientdata {
	width: 50%;
	padding: 0 10px;
}

.order-list .order-flydata {
	width: 50%;
	padding: 0 10px;
	border-left: 1px solid #e0e0e0;
}

.order-list .expired-order {
	color: #8b0000;
	background: #ff999a;
}

.order-list .order-actions {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	margin-top: 3px;
	padding-top: 3px;	
	color: #999999;
	display: inline-block;
	line-height: 24px;
}

.order-list .order-actions form{
	margin: 0;
}

.order-list label{
	display: inline;
	font-size: 12px;
}

.order-list .back-order {
	color: #00488c;
	background: #b0ebfd;	
}

.input-date {
	background: url("/img/btn-small-date.gif") no-repeat right 2px;
	color: #333 !important;	
	background-color: #fff !important;
}

.window-block {
 font-size: 12px;
 margin: 5px 5px 8px;
 padding: 5px 10px;
 border: 2px dashed rgb(229, 0, 255);
 color: #333;
 background-color: rgba(255,255,255,.80);
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.window-block b{
	color: red;
}


.order-block {
 font-size: 12px;
 margin: 5px 5px 8px;
 padding: 5px 10px;
 border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.order-block label {
	display: inline;
}

.order-block .hdr-row {
	height: 30px;
	background: #dfe3e6;
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin: 0 -10px 5px -10px;
}

.order-block .hdr-row--null {
	color: #8b0000;
	background: #ff999a;
}

.order-block .hdr-row--in {
	background: #A9FF66;
}

.order-block .hdr-row--out {
	background: #E7DBEC;
}

.order-block .hdr-row--ignore {
	background: #57676B;
	color: #fff;
}

.info-block {
 font-size: 12px;
 margin-bottom: 8px;
 padding: 5px 10px;
 border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.info-block .selection-box {
	float: left;
	width: 25px;
	text-align: center;
	margin-top: 15px;
}

.selection-box {
	float: left;
	width: 25px;
	text-align: center;
	margin-top: 15px;
}

.fly-block {
 font-size: 12px;
 margin: 5px 0;
 padding: 3px 5px;
 border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.cell {
	float: left;
	padding-right: 8px;
}

.cell-row {
	width: 100%;
	display: inline-block;
}

.close-big {
	font-size: 40px;
	margin: 25px 10px 0 0;
}

.num-big {
	float: left;
	font-size: 32px;
	margin: 10px 10px 0 0;
	width: 36px;
	text-align: right;
	color: #888888;
}

.table-row-big > td {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	background-color: #eff0e0;
}

.table-row-big:hover > td {
	background-color: #eff0e0 !important;
}

.table-row-small > td {
	font-weight: bold;
	text-align: left;
	color: #333;
	background-color: #f5f5eb;
	border-top: 1px solid #fff;
}

.table-row-small:hover > td {
	background-color: #f5f5eb !important;
}

.input-error .checkbox,
.input-error .radio,
.input-error input,
.input-error select,
.input-error .chzn-container-single .chzn-single,
.input-error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.input-error .checkbox:focus,
.input-error .radio:focus,
.input-error input:focus,
.input-error select:focus,
.input-error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.dialog-footer {
	height: 48px;
	line-height: 48px;
	background-color: #f5f5f5;
	padding: 10px 30px;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;	
}

.days-badge {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #f5f5eb;
	padding: 1px 4px 2px;
	margin: 1px 2px 0 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.days-badge-weekend {
	color: #c03838;
}

.btn-xlarge {
  padding: 24px 18px;
  font-size: 19px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.b-res-all-hdr
{
	min-height: 46px;
	font-size: 20px;
	line-height: 22px;
}

.b-res-all-hdr span
{
	font-size: 14px;
}

.b-res-block
{
	float: left;
	background: #eeeeee;
	margin: 10px 0;
	min-height: 174px;
	width: 454px;
	border: 3px solid #eeeeee;
	border-color: #eeeeee #eeeeee #dcdcdc #eeeeee;	
	cursor: pointer;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	color: #333;
}

.b-res-block hr {
  margin: 7px 0;
  border: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #fff;
}

.b-res-block__active, .b-res-block:hover {
	border: 3px solid #ffbf01;
}

.b-res-block-hdr{
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: #f19119 url('/img/bg-ac.gif') repeat-x;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.b-prices-block {
  color: #fff;
  background-color: #266a84;
  height: 110px;
  line-height: 106px;
  vertical-align: middle;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.b-prices-block-item {
  float: left;
  margin: 19px 0 20px 20px;
  padding: 10px 0; 
  color: #333;
  line-height: 18px;
  background-color: #fff;
  border: 3px solid #ff7d50;
  height: 45px;
  width: 160px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.b-prices-block-item-value {
	font-size: 140%;
	line-height: 22px;
}

.b-prices-block-item__spec {
	border-color: #ff7d50
}

.b-prices-block-item__buss {
	border-color: #38ccf8
}

.b-prices-block-item__econ {
	border-color: #ffa850
}

.b-prices-block-itemreg {
  float: right;
  padding: 30px 0; 
  color: #fff;
  line-height: 18px;
  background: transparent url('/img/btn-regular.png') no-repeat;
  width: 172px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

.b-prices-block-itemreg a{
  color: #fff;
}

.b-prices-block-places {
	float: left;
	margin: 19px 0 20px 20px;
	padding: 10px;
	color: #17ad00;
	text-align: center;
	font-size: 11px;
	background: transparent url('/img/bg-places.png') no-repeat;
	width: 45px;
	height: 51px;
	line-height: 12px;
	vertical-align: bottom;
}

.b-prices-block-places__no {
	color: #c03838;
	background: transparent url('/img/bg-noplaces.png') no-repeat;
}


.b-profile-block-bonus {
	float: left;
	margin: 10px 0 10px 200px;
	padding: 4px 30px 10px 30px;
	color: #fff;
	line-height: 18px;
	height: 36px;
	vertical-align: middle;
	text-align: center;
  background-color: #38cefb;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #38cefb, #2daacf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38cefb), to(#2daacf));
  background-image: -webkit-linear-gradient(top, #38cefb, #2daacf);
  background-image: -o-linear-gradient(top, #38cefb, #2daacf);
  background-image: -moz-linear-gradient(top, #38cefb, #2daacf);
  background-image: linear-gradient(top, #38cefb, #2daacf);
  background-repeat: repeat-x;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; 
}

.pass-block {
  display: inline-block;
  width: 100%;
}

.pass-block input{
  color: #333;
  background-color: #fff;
  width: 100px;
  font-size: 18px;
  line-height: 21px;
  height: 21px;
  padding: 11px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.pass-block label{
	margin-bottom: 0px;
	font-size: 11px;
}

.pass-block .wraper {
	position: relative;
	float: left;
	margin-right: 20px;
}

.pass-block .btn-plus-pass {
	position: absolute;
	right: 4px;
	bottom: 12px;
	background: url("/img/btn-plus.gif");
	z-index: 1;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.pass-block .btn-minus-pass {
	position: absolute;
	left: 4px;
	bottom: 12px;
	background: url("/img/btn-minus.gif");
	z-index: 1;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.pass-type-hdr {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin: 5px 0;
  color: #185065;
  text-shadow: 0 1px 0 #338aa2;
  text-decoration: none;
}

.b-contact label{
	margin-bottom: 0px;
	font-size: 11px;
}

.b-contact input,
.b-contact textarea {
  font-size: 18px;
  line-height: 21px;
  height: 21px;
  padding: 11px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.b-contact .order-services{
	margin-bottom: 5px;
	font-size: 11px;
	width: 600px;
}


a.grayed {
	color: #7e848c;
	text-decoration: none;
	border-bottom: 1px dashed #a9a9a9;
	margin-right: 10px;
	display: inline-block;
}
.placeholder {
	color:#ddd;
}

#main-progress {
  color: #fff;
  margin: 50px 0;
  background: #7c5445 url('/img/bg-flt.gif') repeat-x;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

#hotel-serv {
	width: 320px;
	float: left;
	position: relative;
}

#hotel-serv .well-dark{
	padding: 1px;
	margin-bottom: 7px;
}

#hotel-serv p{
	padding: 10px 0;
	color: #000;
	font-size: 14px;
}

#hotel-info {
	width: 610px;
	float: left;
	margin-right: 50px;
}

.alert-acid {
  color: #fff;
  background-color: #FF03D6;
  border-color: #eed3d7;
}

.grid {
	font-size: 10px;
	background: #fffffb;
	position: relative;
}

.grid .grid-hdr {
	height: 17px;
	background: #ffcc16;
	padding: 2px 10px;
	border-bottom: 1px solid #eee;
}

.grid .grid-row {
	height: 18px;
	border-bottom: 1px solid #ccc;
}

.grid .grid-row__dates {
	background: #eee;
	text-align: center;
}

.grid .grid-cell, .grid s {
	float: left;
	height: 16px;
	width: 13px;
	padding: 1px 2px;
	border-right: 1px solid #ccc;
	text-decoration: none;
}

.grid .grid-cell__sort {
	cursor: pointer;
	text-decoration: underline;
}

.grid .grid-cell__week {
	background: #fff3db;
	color: red;
}

.grid .grid-cell__month {
	border-right: 1px solid #FF008F !important;
}

.grid .grid-cell__focused {
	border-right: 1px dashed #FCB1DB;
}

.grid .grid-cell__noborder {
	border-right: 1px solid transparent;
}

.grid .grid-element {
	background: #BDF2FF;
	height: 12px;
	line-height: 14px;
	min-width: 4px;
	padding: 2px;
	border: 1px solid #eee;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color, border;
}

.grid .grid-element:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #0088cc;
  border: 1px solid #0088cc;
  color: white;
}

.grid .grid-element__system {
	border: 1px solid #002AFF;
}

.grid .grid-element__pay {
	background: #FDBB7F;
}

.grid .grid-element__null {
	background: #60d0fb;
}

.grid .grid-element__in {
	background: #A9FF66;
}

.grid .grid-element__out {
	background: #E7DBEC;
}

.grid .grid-element__ignore {
	background: #57676B;
	color: #fff;
}

#showroom .prices-block-guests__item {
	border-bottom: 1px solid #eee;
}

.region-info a {
	text-decoration: underline;
	color: #fff;
}

.form-group {
    margin-bottom: 7px !important;
}