#myButt button {
    width: 100px;
    background: #333;
    height: 30px;
    color: #fff;
}

.pika-new {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 0 0 8px 8px;
}


/*
  clear child float (pika-lendar), using the famous micro clearfix hack
  http://nicolasgallagher.com/micro-clearfix-hack/
  */

.startDate .pika-prev.is-disabled,
.endDate .pika-prev.is-disabled,
.startDate .pika-prev,
.endDate .pika-prev {
    position: absolute;
    left: 0px;
    top: 0px
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}

/*
.pika-single:befor{border-bottom-color: #fff;}

.pika-single:before,
.pika-single:after {
	content: "";
    top: -10px;
    left: 67px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
}
*/

.pika-single:after {
    clear: both
}

.pika-single {
    *zoom: 1
}

.pika-single.is-hidden {
    /* display: block !important; */
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}

.pika-lendar {
    float: left;
    width: 270px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    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;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAaElEQVRIie3RsQnCYBSF0WPWTKFtWomkDaRxACGbuYRYWopB/Ee4AYv3DXB43Keqql8XPFJbjPhgTmBDw65/h50adktgPd5YcUiAL9zRJTB7XPjt2DaMotEv74qeG7ok0QnPJFhV0bABv/UYAiNTgXcAAAAASUVORK5CYII=');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAdklEQVRIie3RMQ5AQBBG4YfWDRW0Wo0DUDiAxI0cwSVEqRSyyaiX+ClkX7Pdl5kdQqE/lnh2mu0dr+7uA1OgBdY7qK8O2IFSBfIW2htaqMAIGIANyFRoDEx2pMdJJzwx94e5YjrplaVYY1ilwFwLUKuwUOiTgAMsOBixL1OJzwAAAABJRU5ErkJggg==');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 35px;
    height: 35px;
    padding: 0;
    color: #373737 !important;
    font-size: 500;
}

.pika-single .btn-primary {
    padding: 8px 10px;
    box-shadow: none;
    font-size: 13px;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 2px;
	border: solid 1px #d0dae3;
    border-radius: 5px;
    width: 100%;
    padding: 1px 2px 4px 2px;;
    color: #373737;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: none;
    width: 35px;
    height: 35px;
}

.pika-button p{font-size: 12px;}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 5px;
}

.is-inrange .pika-button {
    background: #cdeaf8;
}

.pika-day{background: #dbf1ff;}
.is-startrange .pika-button {
    background: #33aaff;
    box-shadow: none;
    border-radius: 5px;
    color: #fff !important;
    opacity: 1 !important;
}

.is-endrange .pika-button {
    background: #33aaff;
    box-shadow: none;
    border-radius: 5px;
    color: #fff !important;
    opacity: 1 !important;
}

.is-startrange,
.is-endrange {
    position: relative;
}

.is-startrange .pika-button::before,
.is-endrange .pika-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #cdeaf8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.is-startrange .pika-button::before {
    border-radius: 50px 0 0 50px;
}

.is-endrange .pika-button::before {
    border-radius: 0 50px 50px 0;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
}

.pika-button:hover {
    color: #fff;
    background: #0094da;
    box-shadow: none;
    border-radius: 5px;
}

.is-selected .pika-button:hover {
    border-radius: 5px;
}


/* styling for abbr */

.pika-table abbr {
    border-bottom: none;
    cursor: none;
    text-decoration: none;
}
.pika-table td.is-disabled .pika-day {
    position: relative;
	background: none;
}
.pika-table td.is-disabled .pika-day::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(https://gqcms-res.s3.amazonaws.com/flyone/landing/images/no-flight-date-hover.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 81%;
    display: none;
    z-index: 10;
}
.pika-table td.is-disabled:hover .pika-day::before {
    display: block;
}

