/*  Calender Css */
body:not(.bookings) select {
    width: auto;
    padding: 1.5rem 0rem 1.5rem 0rem !important;
    border: 0px !important;
    cursor: pointer;
    z-index: 1;
    line-height: 1.5;
    border-radius: 0;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
}
/*.calender {
    position: absolute;
    top: 75%;
    z-index: 999999;
    width: 800px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}*/
.calender {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: rgba(25, 44, 67, 0.9);
    margin: 0 auto;
    left: 0;
    right: 0;
}
#motorInternas1 {
/*    margin: 0 auto;
    max-width: 1060px;
*/}
.affix .form {
	float:none;
    position: relative;
    margin: 0 auto !important;
}
.affix h4 {
	display:none;
}
.affix .grid_row input {
    background: #977200;
}
.affix .grid_row {
    background-image: none;
    padding: 36px 16px 0;
}
.affix .checkin-box,
.affix .checkout-box {
    border: 1px solid #fff;
    background-image: url(../images/white-calendar-128.png);
    color: #fff;
}
.affix .promo-input input {
    border: 1px solid #fff;
    color: #fff;
}

.affix .form h5 {
	color:#fff;
}

.calender h4 {
    margin:17px 25px 13px 17px;
    font-size: 16px;
    text-transform: uppercase;
    color: #977200;
    float: left;
}
.ui-datepicker {
    margin: 37px 0px;
	width:298px !important;
	border-radius:0px !important;
}
.form {
    min-width: 300px;
    margin: 0 auto;
    background: black;
    max-width: 750px;
    width: 100%;
}
.new-check-in {
    float: left;
    width: 225px;
    position: relative;
    margin: 0;
}

.calender label {
    margin: 0 15px;
    font-weight: 100 !important;
	float:left;
}
.new-check-out {
    float: left;
    width: 225px;
    position:relative;
    margin: 0 25px 0 0;	
}

/*.checkin-box {
    border: 1px solid;
    padding: 16px 0;
    background-image: url(../images/calendar-128.png);
	background-position: 260px 14px !important;
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 20px;
	position: relative;
}*/
/*.checkout-box {
    border: 1px solid;
    border-left: 0px;
	padding: 16px 0;
    background-image: url(../images/calendar-128.png);
	background-position: 260px 14px !important;
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 20px;
	position:relative
}
*/
.checkin-box {
    border: 1px solid #fff;
    padding: 16px 0px;
    background-image: url(../images/white-calendar-128.png);
    background-position: 175px 16px !important;
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 30px;
    position: relative;
    margin: 10px 0;
    color: #fff;
}
.checkout-box {
    border: 1px solid #fff;
    border-left: 0;
    padding: 16px 0;
    background-image: url(../images/white-calendar-128.png);
    background-position: 175px 16px !important;
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 30px;
    position: relative;
    margin: 10px 0;
    color: #fff;	
}
.new-check-in h5, .new-check-out h5 {
    margin-left: 17px;
}

/*.grid_row input {
    background: transparent;
    border: 0px solid;
    color: #ffffff;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 20.5px 0;
}*/
.grid_row input {
    background: #1a395f;
    border: 1px solid #1a395f;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 15.5px 0;
}
.grid_row {
    float: left;
    width: 200px;
    background: #1a395f;
    height: 54px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
	border:1px solid #1a395f		
}
.grid_row input:hover {
    color: #fff;
}

::-webkit-input-placeholder { /* Chrome */
  color:#ababab;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ababab;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ababab;
  opacity: 1;
}

.new-check-out3 .checkout-box {
    border: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 6px 15px 5px 48px;
    background-image: url(images/calendar-128.png);
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 20px;
    float: left;
	margin-left:15px;
}
.grid_row2 input {
    background: #eff5f7;
    border: 0px;
    color: #5b99b2;
    padding: 8px 15px;
	font-size:12px;
	
	text-transform:uppercase;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #000;
    background: #006469;
    font-weight: bold;
    color: #fff !important;
}
.ui-widget-content {
    border: 0px solid #dddddd !important;
    background: #fff !important;
    color: #333333;
}
.ui-datepicker td {
    border: 0;
    padding: 7px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #006469 !important;
    border-radius: 150px;
}
.ui-widget-header {
    border: 0px solid rgba(117, 41, 56, 0.66) !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 100 !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #006469 !important;
	background: #006469  !important ;
	font-weight: 100 !important;
	color: #fff !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid rgb(0, 100, 105) !important;
    background: #006469 !important;
    color: #fff !important;
	font-weight: 100 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #752938 ;
	font-weight: 100 !important;	
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block !important;
    padding: .2em !important;
    text-align: center !important;
    text-decoration: none !important;
}
.ui-datepicker th {
    font-family: 'latoblack' !important;
}

