.beatpicker {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
    box-shadow: 0 3px 2px rgb(238, 238, 238);
    -moz-box-shadow: 0 3px 2px rgb(238, 238, 238);
    -o-box-shadow: 0 3px 2px rgb(238, 238, 238);
    -webkit-box-shadow: 0 3px 2px rgb(238, 238, 238);
    background-color: rgb(248, 248, 248);
    color: rgb(55, 55, 55);
    font-size: 14px;
    height: auto;
    min-width: 200px;
    padding: 2px;
    position: absolute;
    width: 250px;
    border: 1px solid rgb(200, 200, 200);
    border-bottom: 3px solid rgb(207, 207, 207);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none; /*IE*/
    z-index: 9999;
    margin-top:1px;
}

.beatpicker .button {
    background-color: rgb(111, 111, 111);
    border: medium none;
    color: rgb(235, 235, 235);
    cursor: pointer;
    display: inline-block;
    font: bold 12px/2;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.beatpicker .button:hover {
    background-color: rgb(130, 130, 130);
}

.beatpicker-inputnode {
    background-position: right 3px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.beatpicker ul {
    margin: 0;
    padding: 0;
}
.beatpicker ul.cell-parent, .beatpicker li.cell {
    list-style: none outside none;
}

.beatpicker ul.week-alias-cell-parent {display:inline-block;background-color:#ddd; }


.beatpicker ul.cell-parent {
    margin: 0 auto;
    width: 100%;
}

.beatpicker li.cell {
    float: left;
    margin: 1%;
    padding: 2%;
    text-align: center;
    width:12%;
    white-space: nowrap;
}

.beatpicker .days .cell-parent li.cell {
    cursor: pointer;
    transition: background-color 0.09s linear 0s;
}

.beatpicker .days .cell-parent li.cell.cell-months, .days .cell-parent li.cell.cell-years {
    padding: 1%;
    width: 23%;
}

.beatpicker .days .cell-parent li.cell:hover {
    background-color: rgb(120, 120, 120);
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
}

.beatpicker .main-nav {
    background-color: rgb(88, 88, 88);
    height: 30px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
}

.beatpicker .main-nav .button {
    background-color: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 2px 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14%;
}

.beatpicker .main-nav .button:hover {
    background-color: rgb(130, 130, 130);
}

.beatpicker .main-nav .button.next {
    right: 0;
}

.beatpicker .main-nav .button.prev {
    left: 0;
}

.beatpicker .days .cell-parent li.cell.date-disabled.between-range {
    background-color: rgb(200, 200, 200);
    color: rgb(75, 75, 75);
}

.beatpicker .days .cell-parent li.cell.date-disabled:hover {
    background-color: rgb(194, 194, 194);
    color: rgb(255, 255, 255);
}

.beatpicker .days .cell-parent li.cell.not-notable {
    color: rgb(171, 171, 171);
}

.beatpicker .days .cell-parent li.cell.date-disabled, .days .cell-parent li.cell.not-notable.date-disabled {
    color: rgb(198, 198, 198);
}

.beatpicker .days .cell.notable-today {
    background-color: rgb(152, 152, 152);
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover {
    color: rgb(157, 157, 157) !important;
}

.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(117, 117, 117) inset;
    color: rgb(157, 157, 157);
}

.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: rgb(135, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.beatpicker .days .cell-parent li.cell.selected-date.notable-today {
    box-shadow: 0 0 0 2px rgb(132, 132, 132) inset;
}

.beatpicker .days .cell-parent li.cell.between-range {
    background-color: rgb(208, 208, 208);
}

.beatpicker .days .cell-parent li.cell.between-range:hover {
    background-color: rgb(93, 93, 93);
}

.beatpicker .days .cell.notable-today.between-range {
    box-shadow: 0 0 0 2px rgb(132, 132, 132) inset;
    color: rgb(61, 61, 61);
}

.beatpicker .days .cell-parent li.cell.between-range.not-notable {
    color: rgb(41, 41, 41);
}

.beatpicker .main-nav .current-indicator {
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-size: 14px;
    left: 14%;
    width: 72%;
}

.beatpicker .main-nav .current-indicator:hover {
    background-color: rgb(80, 80, 80);
}

.beatpicker .footer {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(225, 225, 225);
    display: inline-block;
    margin-bottom: -4px;
    margin-left: -4px;
    padding: 0 4px 4px;
    position: relative;
    width: 100%;
}

.beatpicker .footer input.date-input[type="text"] {
    float: left;
    height: 25px;
    margin: 0 -1px 0 0;
    padding: 2px 2px 2px 5px;
    width: 71%;
}

.beatpicker input[type="text"] {
    border: 1px solid rgb(210, 210, 210);
    color: rgb(115, 115, 115);
    font-family: inherit;
    margin: 0 1px;
    padding: 4px;
}

.beatpicker .footer .button.today, .beatpicker .footer .button.date-input-button {
    height: 25px;
    margin-top: 5px;
    padding: 0;
    width: 25%;
}

.beatpicker .goto-date-parent.goto-date-container {
    float: right;
    margin-top: 5px;
    width: 70%;
}

.beatpicker .footer .button.date-input-button {
    float: left;
    margin: 0;
    width: 20%;
}

.beatpicker .footer .button.today {
    margin-left: 2%;
}

.beatpicker input[type="text"]::-moz-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]::-webkit-input-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]:-moz-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]:-ms-input-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}