.calender-select {
	width: auto;
	padding: 1rem 0rem 1rem 0rem;
	border: 0px;
	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: #fff;
}
.calender {
    position: relative;
    bottom: 57px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    min-width: 750px;
    padding: 22px 50px;
	max-width:1100px;
	border-radius:0px;
	width: 100%
}
#motorInternas1.affix {
	background: #68aaca;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}
#motorInternas1 {
	position: relative;
	z-index: 999;
	top: -100%;
	width: 100%;
	float: left;
}
.affix .form {
	float: none;
	width: 900px;
	position: relative;
	margin: 0 auto !important;
}
.affix h4 {
	display: none;
}
.affix .grid_row input {
	background: #5b8ca5;
}
.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 .promo-input input::-webkit-input-placeholder { /* Chrome */
 color:#fff;
}
 .affix .promo-input input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .affix .promo-input input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity: 1;
}
 .affix .promo-input input:-moz-placeholder { /* Firefox 4 - 18 */
 color: #fff;
 opacity: 1;
}
.affix .form h5 {
	color: #fff;
}
.calender h4 {
	margin: 0px 0 13px 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'latomedium';
}
.calender h4 b {
	color: #0099cc;
}
.ui-datepicker {
	margin: 23px -35px;
}
.form {
	float: left;
	width: 100%
}
.form .no-gutters.row div {
    padding: 0 1px !important;
}
.new-check-in {
	float: left;
/*    min-width: 190px;*/
    /*max-width: 200px;*/
	position: relative;
}
.checkin-box {
    border: 1px solid #FFF;
    padding: 10px 15px 8px 5px;
    outline: none;
    position: relative;
    z-index: 99;
    background: transparent;
    cursor: pointer;
    width: 100%;
}
.new-check-out {
	float: left;
/*    min-width: 190px;*/
    /*max-width: 200px;*/
	position: relative;
    margin: 0;
}
.currency-box select {
    width: 100% !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.currency-box {
    float: left;
    min-width: 18%;
    max-width: 250px;
    position: relative;
}
/*.promo-box {
    float: left;
    min-width: 206px;
    max-width: 220px;
    position: relative;
	margin-left:10px;
}
*/
.promo-box input {
    width:100%;
    border: 0px solid #fff !important;
    color: #343434 !important;
	padding:10px 10px 9px;
    background: #fff;
	border-radius:0px;
	outline:none;
	height: 42px;
    line-height: 40px;
}
.promo-box select{
    width:100%;
    border: 0px solid #fff !important;
    color: #343434 !important;
	padding:11px 10px;
    background: #fff !important;
	border-radius:0px !important;
	outline:none !important;
	height: 42px;
    line-height: 40px;
}

.checkout-box {
    border: 1px solid #FFF;
    padding: 10px 15px 8px 5px;
    outline: none;
    position: relative;
    z-index: 99;
    background: transparent;
    cursor: pointer;
    width: 100%;
} 
.input-box img {
	position: absolute;
	right: 6px;
	bottom: 11px;
	width: 17px;
	z-index: 1;
}
.new-check-in h5, .new-check-out h5, .currency-box h5, .promo-box h5 {
    margin-top:0px;
    color: #fff;
	font-family: 'apercubold';
	font-size:14px;
	text-align: left !important
}
.ui-datepicker .ui-datepicker-title select option {
	color: #000
}
.grid_row {
    min-width: 206px;
    max-width: 220px;
/*	position: relative;
	right: 0;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 25px 0 0 10px;
	float: left;
    margin-left: 4px;
*/	
}
.grid_row input {
	background: #0099cc;
	border: 0px;
	border-radius: 0px;
	color: #fff;
	padding: 10px 33px;
    width: 100%;
	border-radius:0px;
	outline:none !important
}
.new-check-in3 .checkin-box {
	border: 1px solid;
	border-radius: 0;
	padding: 6px 15px 5px 48px;
	background-image: url(../images/white-calendar-128.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	background-size: 20px;
	float: left;
}
.new-check-in3 input,  .new-check-out3 input {
	background: transparent;
	border: 0px;
}

::-webkit-input-placeholder { /* Chrome */
 color:#fff;
}

:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
 color: #fff;
 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/white-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;
	font-family: 'latoblack';
	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: #752938;
    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-datepicker td {
    border: 0;
    padding: 0px !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.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: #2d5061 !important;
    border-radius: 0;
}
.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 #2d5061 !important;
	background: #2d5061  !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 #68aaca !important;
    background: #68aaca !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: 1px 3px !important;
    text-align: center !important;
    text-decoration: none !important;
}
.ui-datepicker th {
    font-family: 'latoblack' !important;
}
.ui-datepicker .ui-datepicker-title select {
    color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #68aaca !important;
    background: #ffffff;
    font-weight: bold;
    color: #eb8f00;
}
.checkin-box, .checkout-box, .LoNotSensitive {
    height: 43px !important;
    font-size: 13.5px !important;

}

/*.ui-widget-header {
	border: 1px solid #607D8B;
	background: #5b99b2;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #5b99b2;
	background: #5b99b2;
	color: #fff;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker th {
	font-family: 'latoblack' !important;
}*/
