 @font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.ui-datepicker {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    display: none;
    margin-top: 35px;
    padding: 10px;
    width: 280px;
    height: auto;
    box-shadow: 0px 0px 1px 1px #cccccc;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
    margin-top: 0px;
    text-align: center;
    padding: 15px 10px;

}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
    background-color: transparent;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
    text-align: left;
    color: #000 !important;
    background-color: transparent !important;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
    color: #000 !important;
    background-color: transparent !important;
}
.ui-datepicker:before{
	content: "";
	display: block;
	position: absolute;
	left: 125px;
	bottom: 100%;
	margin-left: 1px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #e1e1e1;
	border-width: 10px;
}
.ui-datepicker:after{
	content: "";
	display: block;
	position: absolute;
	left: 127px;
	bottom: 100%;
	margin-left: 1px;
	width: 0;
	height: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
/*
#checkin::before {
    content: "";
    display: block;
    position: absolute;
    left: 148px;
    bottom: 80%;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #e1e1e1;
    border-width: 10px;
}

#checkin::after {
    content: "";
    display: block;
    position: absolute;
    left: 150px;
    bottom: 80%;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
*/

.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #17ab8c;
	border-radius: 0px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
	color: #000;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar td a:hover{
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-current-day {
	border: none;
    background-color: #17ab8c;
}
.ui-datepicker-unselectable.ui-state-disabled.date-highlight-in {
    background-color: #17ab8c;
    border:none;
}

.ui-datepicker .ui-datepicker-current-day a {
	color: #FFF;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: not-allowed;
}

.ui-datepicker-unselectable{
	color: #e1e1e1;
}

.ui-datepicker-arrow::before {
    margin-left: 0;
    border-bottom-color: #ccc;
    border-width: 9px;
}
.ui-datepicker-arrow::after, .ui-datepicker-arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.ui-datepicker-calendar a {
    color: #000;
}

.ui-datepicker-calendar a:hover {
    color: #FFF;
}

.ui-datepicker-calendar tr{
	border:1px solid transparent;
}

.checkin {
    position: relative;
}

#checkout {
    position: relative;
}

.checkin p {
    position: absolute;
    margin-top: 10px;
    margin-left: 2%;
}

.checkin hr {
    position: fixed;
    border: 1px solid #e1e1e1;
    width: 18.8%;
    margin-left: 10px;
    margin-top: 35px;
}

#checkout hr {
    position: fixed;
    border: 1px solid #e1e1e1;
    width: 18.8%;
    margin-left: 10px;
    margin-top: 35px;
}

#checkout p {
    position: absolute;
    margin-top: 10px;
    margin-left: 2%;
}

.checkin i {
    position: absolute;
    margin-left: 39%;
    margin-top: 13px;
}

.thumbnail.datepicker {
    margin-top: 30px;
    width: 108%;
    border: none;
}

.thumbnail.datepicker dl {
    z-index: 10;
    position: relative;
    margin-bottom: 0px;
}

.thumbnail.datepicker dt{
	text-align: left;
	padding-left: 10px;
}

.thumbnail.datepicker dd{
	text-align: right;
	padding-right: 10px;
}

.thumbnail.datepicker hr {
    position: relative;
    z-index: 10;
    margin: 10px 5px;
}

.thumbnail.datepicker #checkin {
    margin-top: -65px;
    z-index: 5;
}

#open-checkin-box p {
    margin: 0px;
    text-align: left;
}

#open-checkin-box input {
    float: left;
}

#open-checkin-box {
    border-radius: 5px;
    margin-top: 10px;
    width: 109%;
}

.thumbnail.datepicker #checkout {
    margin-top: -65px;
    z-index: 5;
}

#open-checkout-box p {
    margin: 0px;
    text-align: left;
}

#open-checkout-box input {
    float: left;
}

#open-checkout-box {
    border-radius: 5px;
    margin-top: 10px;
    width: 109%;
}

#checkout .ui-datepicker .ui-datepicker-current-day {
    border: 1px solid #337ab7;
}

#checkin .ui-datepicker::before {
    bottom: 80%;
    margin-left: 20px;
}

#checkin .ui-datepicker::after{
    bottom: 80%;
    margin-left: 20px;
}

.date-highlight-in{
    background-color: rgba(23,171,140,0.5);
    border: none;
}

.date-highlight-in .ui-state-default{
    color: #000;
    font-weight: bold;
}

.date-highlight-out {
    background-color: #000;
}

.date-highlight-out .ui-state-default{
    color: #FFF;
    font-weight: bold;
}

.color{
    background-color: yellow;
}
.ui-datepicker-next .ui-corner-all{
    cursor: pointer;
}

