/* @font-face{ font-family: "Open Sans"; src: 'https://fonts.googleapis.com/css?family=Open+Sans'} */

html{
	font-size: 75%;
}

body{
	font-size: 0.75rem;
	color: #5d6a7b;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    background-color: #fff;
    margin: 0;
}
.container{
	margin-bottom: 60px;
}
	.tracking-widget{
		width: 90%;
		margin: 10px 5%;
	}
	.order-header{
		width: 100%;
		height: auto;
	}
	.order-status{
		height: 60px;
		position: relative;
	}
	.delivery{
		width: 100%;
		height: 100%;
	}
	.block{
		display: inline-block;
		width: 20%;
 		text-align: center;
		height: 50px;
	}
	.line{
		border-top: 5px solid #e5e5e5;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 30px;
	    z-index: 1;

	}
	.point-circle{
		width: 16px;
	    height: 16px;
	    text-align: center;
	    border-radius: 50%;
	    position: absolute;
	    margin: auto;
	    top: 16px;
	    z-index: 2;
	    background-color: #e5e5e5;
	}
	.point-label{
		position: absolute;
		font-size: 0.75rem;
		text-transform: capitalize;
	}
	.state-point{
		position: relative;
		height: 15px;
	}
	.state-label{
		position: relative;
		height: 15px;
		top: 10px;
	}
	.point{
		display: block;
	    height: 0;
	    width: 0;
	    position: relative;
	    top: 7px;
	    left: 7px;
	}
	.block:nth-child(1) .line{
		left:50%;
	}
	.block:last-child .line{
		right:50%;
	}

	.order-status-timeline{
		border-top: 2px solid #e5e5e5;
	    position: absolute;
	    left: 0;
	    right: 0;
		top: 38px;
	    z-index: 1;
	    height: auto;
	}
	.order-status-timeline-completion{
		width: 0%;
		background-color: #43c88e;
		border-top: 2px solid #43c88e;
		position: absolute;
		top: -2px;
	}
	.state-point .point-circle:nth-child(1), .state-label .point-label:nth-child(1){
		left:0;
	}
	.state-point .point-circle:nth-child(2){
		left:23%;
	}
	.state-point .point-circle:nth-child(3){
		left:48%;
	}
	.state-point .point-circle:nth-child(4){
		left:72%;
	}
	.state-point .point-circle:last-child, .state-label .point-label:last-child{
		/*left: 97.44%;*/
		right:0 ;
		transform: none !important;
	}
	.state-label .point-label:last-child{
	/*left: 95%;*/
	}

	.state-label .point-label:nth-child(2){
		transform: translateX(-50%);
    margin-left: 10px;
	}
	.state-label .point-label:nth-child(3){
		transform: translateX(-50%);
    margin-left: 10px;
	}
	.state-label .point-label:nth-child(4){
		transform: translateX(-50%);
    margin-left: 10px;
	}
	.state-label .point-label:nth-child(5){
		transform: translateX(-50%);
    margin-left: 10px;
	}

	.state-label .point-label:nth-child(6){
		transform: translateX(-50%);
		margin-left: 10px;
	}


	.data-point{
		width: 100%;
		overflow: hidden;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12)!important;
		padding: 10px 16px;
	    margin-top: 16px!important;
	    box-sizing: border-box;
	    border-radius: 2px;
	}
	.data-point div{
		width: 33%;
		float: left;
		text-align: center;
	}

	.data-point .dp-date{
		width: 20%;
	}

	.data-point .dp-location{
		width: 30%;
	}

	.data-point .dp-remark{
		width: 40%;
		margin-left: 10%;
		text-align: left;
		font-size: .75rem;
	}
	.dp-date .day{
		font-size: 1rem;
		margin-right: .5rem;
		font-weight: bold;
		display: inline-block;
	}
	.dp-date .month{
		font-size: 0.75rem;
		font-weight: 300;
		text-transform: uppercase;
	}
	.dp-date label{
		display: block;
		margin: auto;
		width: 36px;
	}
	.dp-location label{
		display: block;
		color: #a7a7a7;
	}
	.dp-location label span{
		color: #333;
		text-transform: capitalize;
		font-size: 0.75rem;
	}
	.area{
		font-size: 0.625rem;
		font-weight: 300;
	}
	.point-selected{
		background-image: url(/images/package_green.svg);
	    height: 32px;
	    width: 32px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    border-color: rgb(255, 255, 255);
	    top: -8px;
	    left: -8px;
	    -webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-ms-transition: all .2s ease;
		transition: all .2s ease;

		text-decoration: blink;
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 0.8s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-direction: alternate;
	}
	.failed{
		background-image: url(/images/package_orange.svg);
	}
	.animation-stop{
		-webkit-animation-duration: unset;
	}
	.more-container, .vert-more-container{
		width: 100%;
		height: auto;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.read_more{
		background-image: url('/images/down-arrow.png');
	    height: 32px;
	    width: 32px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    display: block;
	    margin: auto;
	    line-height: 20px;
	    cursor: pointer;
	}
	.read_less{
		background-image: url('/images/up-arrow.png');
	}
	#top{
		display: block;
	}
	.blocked{
		display: none;
	}
	.read{
		display: block !important;
	}

	.loader, .form-loader {
	  border: 8px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 8px solid #43c88e;
	  width: 80px;
	  height: 80px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
	  margin: 10px auto;
	  box-sizing: border-box;
	}
	.fieldset	{
		display: none;
	}

	.no-data{
		height: 60px;
		width: 100%;
		background-color: #f1f1f1;
		font-size: 28px;
		line-height: 60px;
		opacity: 0.8;
		text-align: center;
		margin: 10px 0;
	}

	#title{
		font-size: 1rem;
    font-weight: 600;
	}

	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}

	.order-header .header-text{
		font-size: 1.5rem;
	    margin: 0;
	    line-height: 2rem;
	    display: inline-block;
	}
	.order-header .header-text:nth-child(1){
		padding-right: 5px;
	}

	#overlay{
		position: fixed;
		background-color: #fff;
		width: 100%;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		-webkit-overflow-scrolling: touch;
		outline: 0;
		z-index: 2;
		display: none;
	}

	.modal-dialog{
		background-color: #fafafa;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%)!important;
		-ms-transform: translate(-50%,-50%)!important;
		-o-transform: translate(-50%,-50%)!important;
		transform: translate(-50%,-50%)!important;
		max-width: 350px;
		width: 90%;
	}

	.modal-content{
		position: relative;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12);
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
	}
	.modal-header{
		height: 40px;
	}
	.modal-header .close{
		float: right;
		font-size: 30px;
		cursor: pointer;
		background: 0 0;
		border: 0;
		-webkit-appearance: none;
		outline: none;
	}

	.modal-body {
    position: relative;
    padding: 0 15px 15px 15px;
	}

	.rto-body{
		display: none;
	}

	.rating-body{
		display: none;
		text-align: center;
	}

	.modal-body p{
		text-align: center;
		font-size: 16px;
	}

	.modal-body .rating-body p{
		margin-top: 0;
	}

	.modal-body .btn-block{
		margin: auto;
		text-align: center;
		display: block;
		float: unset;
		padding: 15px;
	}
	.stars{
		margin-left: 20px;
		display: inline-block;
	}

	.stars .fa-star{
		font-size: 18px !important;
		margin-right: 5px;
		cursor: pointer;
		color: #e9e9e9;
	}
	.text-center{
		text-align: center;
	}

	.embed-rating, .raise-issue{
		padding: 1rem;
		border-bottom: 1px solid rgba(128,128,128,.22);
		text-align: center;
		display: none;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.embed-rating.active, .raise-issue.active{
		display: block;
		animation: scale-display .3s;
	}

	.raise-issue p{
		font-size: 1.2rem;
		margin: 0;
		font-weight: 500;
	}
	.raise-issue p span{
		border-bottom: 2px solid #2196F3;
		cursor: pointer;
	}
	#rating-message{
		font-size: 1.2rem;
		display: inline-block;
		font-weight: 600;
	}

	/*		Media query		*/
@media only screen and (max-width: 360px){
	.order-header .header-text{
		font-size: 1.2rem;
	}
	#toastr{
		font-size: 11px !important;
	}
}

@media only screen and (min-width: 361px) and (max-width: 640px){
	.order-header .header-text{
		font-size: 1.5rem;
	}
}

.header, .mobile-container{
	width: 100%;
	box-sizing: border-box;
}

.mobile-container{
	overflow: hidden;
	margin-top: 10px;
}

.header{
	width: 100%;
  margin-bottom: 20px;
	font-size: 16px;
}

.mobile-container .left{
	width: 20%;
	height: auto;
	float: left;
}

.mobile-container .right{
	width: 80%;
	height: auto;
	float: left;
}

.mobile-container .left .vert-order-status-timeline{
	height: 270px;
  width: 2px;
  background-color: #e5e5e5;
  margin-left: 40px;
  float: left;
	margin-bottom: 10px;
}

.mobile-container .right .vert-state-label{
	height: 270px;
	width: 80%;
}

.mobile-container .right .vert-state-label .vert-point-label{
	margin: 30px 0;
	font-size: 1rem;
	line-height: 20px;
}
.vert-point-label span{
	font-weight: 600;
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
}

.vert-point-circle{
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	margin: auto auto 35px auto;
	top: 16px;
	z-index: 2;
	background-color: #e5e5e5;
}

.mobile-container .right .vert-state-label .vert-point-label:first-child{
	margin-top: 0;
}
.vert-point-circle:last-child, .mobile-container .right .vert-state-label .vert-point-label:last-child{
	margin-bottom: 0;
}
.vert-order-status-timeline-completion{
	height: 210px;
  width: 2px;
  background-color: #43c88e;
  margin: auto;
}
.vert-state-point{
	position: relative;
	width: 16px;
	height: 270px;
	float: left;
	margin-left: -9px;
}
.vert-detail-view{
	display: none;
}

.comment-box, .rto-form-box{
	width: 280px;
	padding: 10px;
	box-sizing: border-box;
	margin: auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	animation: pop 1s linear 1;
	position: absolute;
	background-color: #fff;
	left: 0;
	z-index: 3;
	max-width: 320px;
	right: 0;
	margin-top: -20px;
	display: none;
}

.rto-form-box{
	margin-top: unset;
	top: 50px;
}

.back-btn, .detail-btn{
	background-image: url(/images/back-btn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 16px;
	color: transparent;
	background-position: left center;
}

.back-btn{
	margin-top: 10px;
	display: none;
}

.detail-btn{
	background-image: url(/images/right-arrow.svg);
}

.close-btn{
	position: absolute;
	width: 24px;
	height: 24px;
	right: -16px;
	top: -16px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	font-size: 12px;
}

.clear-m10{
	clear: both;
	margin-bottom: 10px;
}

.comment-box select{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #5d6a7b;
  line-height: 1.2;
  outline: 0;
  color: #5d6a7b;
  border-color: #5d6a7b;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: 2px;
  background: linear-gradient(#5d6a7b, #5d6a7b) no-repeat,
              linear-gradient(-135deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(#5d6a7b, #5d6a7b) no-repeat;
  background-color: white;
  background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
  background-position: right 20px center, right bottom, right bottom, right bottom;
	width: 100%;
}

.comment-box-address, .comment-box-timing, .comment-box-other, .comment-box-phone{
	overflow: hidden;
	padding: 10px 0px;
	display: none;
}

.rto-fields{
	overflow: hidden;
	padding: 10px 0px;
	display: block;
}

.comment-box-address .label, .comment-box-timing .label
, .comment-box-other .label, .comment-box-phone .label, .rto-fields .label{
	width: 35%;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

.rto-fields .label{
	width: 100%
}

.comment-box-address .input-box, .comment-box-timing .input-box,
	.comment-box-other .input-box, .comment-box-phone .input-box,
	.rto-fields .input-box{
	width: 65%;
	float: left;
}
.rto-fields .input-box{
	width: 100%;
}

.rto-fields .input-box.left{
	width: 48%;
	margin-right: 4%;
}

.rto-fields .input-box.right{
	width: 48%;
}

#rto-items{
	width: 100%;
}

#rto-items .items{
	width: 100%;
}

.input-box input, .input-box textarea{
	border: 1px solid #5d6a7b;
  width: 100%;
	outline: none;
	height: 28px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #5d6a7b;
	padding: 0.65em;
	font-family: inherit;
}

.input-box textarea{
	height: 66px;
}


#rto-items .items .input-box.left{
	width: 75%;
	margin-right: 5%;
}

#rto-items .items .input-box.right{
	width: 20%;
}

#rto-items .items .input-box.right input{
	width: 50%;
	float: left;
	padding: 0.65rem 0.5rem;
}
.close-item{
	width: 45%;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
}
.new-item{
	color: #337ab7;
  text-decoration: none;
	margin: 10px 0;
	font-size: 14px;
	cursor: pointer;
}

.clear-both{
	clear: both;
}


@keyframes pop{
  50%  {transform: scale(1);}
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.request-btn {
  background-color: rgba(74,88,116, 1);
  border: 0;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  color: #fff;
  margin-left: 10px;
	cursor: pointer;
}
.footer p{
	font-size: 16px;
}

.vert-detail-view{
	display: block;
}

.point-circle .comment-box{
	left: unset;
	width: 320px;
	position: inherit;
	top: 60px;
	text-align: left;
}
#comment-container .comment-box{
	width: 320px;
}
.point-circle .comment-box p, #comment-container p{
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}

.vert-point-label .comment-box p{
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.comment-box .btn{
	padding: 5px 10px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	color: #5d6a7b;
	font-size: 13px;
	font-weight: 500;
	margin: 10px 0px;
	min-width: 70px;
	text-align: center;
	outline: none;
	cursor: pointer;
}

.content .header .package .icon {
	background-image: url(/images/package_green.svg);
}

#toastr, .toastr{
	position: fixed;
	top: 0;
	left: 50%;
	width: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12)!important;
	padding: 15px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	/*transform: translate(50%, 50%);*/
	font-size: 12px;
	background-color: #f2f2f2;
	z-index: 10;
	display: none;

	/*display: block;*/
	width: 310px;
	text-align: center;
	margin: auto;
	position: fixed;
	top: 20px;
	left: 0;
	/* bottom: 0; */
	right: 0;
}
#toastr #error, .toastr .error{
	margin: 0;
	color: #000;
}

.vert-point-circle:last-child {
	-webkit-animation-duration: unset;
}

.desktop-container{
	display: block;
}
.mobile-container{
	display: none;
}
.xs-hidden{
	display: none;
}
.xs-visible{
	display: none;
}
.visible{
	display: block;
}
.hidden{
	display: none !important;
}

.embed-rating .comment-box{
	margin-top: 20px;
}

.rto-btn, .rating-btn, .embed-rating.comment-box button, .return-form-btn{
	background-color: transparent;
	font-weight: 700;
	color: #4A5874;
	border: none;
	border-radius: 2px;
	padding: 5px 15px;
	font-size: 14px;
	margin-left: 10px;
	border: 2px solid #0084ff;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
}
.rto-btn.active, .rto-btn:hover, .rating-btn.active, .rating-btn:hover,
.embed-rating.comment-box button.active .embed-rating.comment-box button:hover{
	background-color: #0084ff;
	color: #fff;
}

/*		Media query		*/
@media only screen and (max-width: 480px){
	.rto-form-box{
		position: fixed;
		top: 0;
    height: 100%;
		width: 100%;
		max-width: unset;
		margin-top: unset;
		overflow-y: auto;
	}
	#title{
		font-size: 1.2rem;
		margin-top: 30px;
	}
	.rto-form-box .close-btn{
		font-weight: 600;
		font-size: 16px;
		width: 16px;
		height: 16px;
		right: 8px;
		top: 8px;
		box-shadow: unset;
	}
	.rto-fields{
		padding: 0 0 10px 0;
	}
}

/*		Media query		*/
@media only screen and (max-width: 767px){
	.point-selected{
		width: 16px;
		height: 16px;
	}
	.back-btn{
		display: block;
	}
	.vert-detail-view{
		display: none;
	}

	.read_more{
		width: 24px;
		height: 24px;
	}

	.comment-box{
		margin-top: -320px;
	}

	#comment-container .comment-box{
    margin-top: -270px;
	}

	.footer {
    padding: 0.750rem 0%;
		width: 100%;
	}

	.no-data{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	.desktop-container{
		display: none;
	}
	.mobile-container{
		display: block;
	}
	.visible{
		display: none;
	}
	.hidden{
		display: block !important;
	}
	.xs-hidden{
		display: none !important;
	}
	.xs-visible{
		display: block;
	}
	.stars{
		margin-left: 0;
		margin-top: 10px;
	}
}

@charset "UTF-8";/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;opacity:0}.pika-next,.pika-prev{display:block;cursor:pointer;position:relative;outline:0;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{float:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)}.is-rtl .pika-prev,.pika-next{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table td,.pika-table th{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:700;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:0;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:700}.has-event .pika-button,.is-selected .pika-button{color:#fff;font-weight:700;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{color:#fff;background:#6cb31d;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#3af;box-shadow:none;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{pointer-events:none;cursor:default}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:none;cursor:help}
/*# sourceMappingURL=pikaday.min.css.map */
