.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 #eee;
    -moz-box-shadow: 0 3px 2px #eee;
    -o-box-shadow: 0 3px 2px #eee;
    -webkit-box-shadow: 0 3px 2px #eee;
    background-color: #FFF;
    color: #373737;
    font-family: Trebuchet MS;
    font-size: 13px;
    height: auto;
    min-width: 200px;
    padding: 4px;
    position: absolute !important;
    width: 250px;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #cfcfcf;
    -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;
    z-index: 9999;
}
.beatpicker .button { /*今天*/
    background-color: #00A7EA;
    border: medium none;
    color: #ebebeb;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/2 arial,tahoma,sans-serif;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.beatpicker .button:hover { background-color: #257eae }
.beatpicker-inputnode {
    background-position: right 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.cell-parent {
    margin: 0 auto;
    width: 100%;
}
.beatpicker li.cell {
    float: left;
    margin: 1%;
    padding: 2%;
    text-align: center;
    width: 30px;
	height:30px;
    white-space: nowrap;
}
.beatpicker .days .cell-parent li.cell {
    cursor: pointer;
    transition: background-color .09s linear 0;
	width:30px;
}
.beatpicker .days .cell-parent li.cell.cell-months,
.days .cell-parent li.cell.cell-years {
    padding: 7% 5.5%;
    width: 23%;
}
.beatpicker .days .cell-parent li.cell:hover {
    background-color: #FE5869;
    color: #fff !important;
    font-weight: bold;
}
.beatpicker .main-nav {
    background-color: #00A7EA;
    height: 34px; /*30*/
    margin: 0 auto;
    padding: 2px;
    position: relative !important;
}
.beatpicker .main-nav .button {
    background-color: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 34px; /*30*/
    line-height: 34px; /*30*/
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: 0;
    width: 14%;
}
.beatpicker .main-nav .button:hover { background-color: #257eae }
.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: #f2dfa0;
    color: #4b4b4b;
}
.beatpicker .days .cell-parent li.cell.date-disabled:hover {
    background-color: #c2c2c2;
    color: #fff;
}
.beatpicker .days .cell-parent li.cell.not-notable { color: #ababab }
.beatpicker .days .cell-parent li.cell.date-disabled,
.days .cell-parent li.cell.not-notable.date-disabled { color: #c6c6c6 }
.beatpicker .days .cell.notable-today {
    background-color: #00A7EA;
    color: #fff !important;
    font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover { color: #FFF !important }
.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
    background-color: #00A7EA;
    color: #fff !important;
    font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: #f79851;
    color: #fff;
    font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.selected-date.notable-today { box-shadow: 0 0 0 2px #d08451 inset }
.beatpicker .days .cell-parent li.cell.between-range { background-color: #efd069 }
.beatpicker .days .cell-parent li.cell.between-range:hover { background-color: #FE5869 }
.beatpicker .days .cell.notable-today.between-range {
    box-shadow: 0 0 0 2px #00A7EA inset;
    color: #3d3d3d;
}
.beatpicker .days .cell-parent li.cell.between-range.not-notable { color: #292929 }
.beatpicker .main-nav .current-indicator {
    background-color: transparent;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    left: 14%;
    width: 72%;
}
.beatpicker .main-nav .current-indicator:hover { background-color: #FE5869 }
.beatpicker .footer {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    margin-bottom: -4px;
    margin-left: -4px;
    padding: 0 4px 4px;
    position: relative !important;
    width: 100%;
}
.beatpicker .footer input.date-input[type="text"] {
    float: left;
    height: 23px;
    margin: 0 -1px 0 0;
    padding: 0;
    width: 81%;
}
.beatpicker input[type="text"] {
    border: 1px solid #d2d2d2;
    color: #737373;
    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: 65%;
}
.beatpicker .footer .button.date-input-button {
    float: left;
    margin: 0;
    width: 15%;
}
.beatpicker .footer .button.today { margin-left: 2% }
.beatpicker .footer { margin:0 auto; text-align:center}
.beatpicker input[type="text"]::-moz-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}
.beatpicker input[type="text"]::-webkit-input-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}
.beatpicker input[type="text"]:-moz-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}
.beatpicker input[type="text"]:-ms-input-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}
.beatpicker-clearButton {
	margin: 2px 0px 0px 2px !important;
	padding: 2px 3px !important;
    width: 32px;
	height: 50px;
    color: #FFFFFF !important;
	font-size: 12px !important; /*5*/
    cursor: pointer !important;
	background-color: #00a7ea !important; /*fe5869*/
    border: none !important;
	border-radius: 1px !important;
}
.beatpicker-clearButton:hover {
	background-color: #0085bb !important; /*B53636*/
}
button {
	font-size: 12px;
}
