.picker {
    -moz-user-select: none;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    text-align: left;
    z-index: 10000;
}
.picker__input {
    cursor: default;
}
.picker__input.picker__input--active {
    border-color: #0089ec;
}
.picker__holder {
    overflow-y: auto;
    width: 100%;
}
.picker__holder, .picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
}
.picker__holder {
    position: fixed;
    transition: background 0.15s ease-out 0s, top 0s ease 0.15s;
}
.picker__frame {
    margin: 0 auto;
    max-height: 350px;
    min-width: 256px;
    opacity: 0;
    position: absolute;
    transition: all 0.15s ease-out 0s;
    width: 300px;
}
@media (min-height: 28.875em) {
.picker__frame {
    bottom: -100%;
    max-height: 80%;
    overflow: visible;
    top: auto;
}
}
@media (min-height: 40.125em) {
.picker__frame {
    margin-bottom: 7.5%;
}
}
.picker__wrap {
    display: table;
    height: 100%;
    width: 100%;
}
@media (min-height: 28.875em) {
.picker__wrap {
    display: block;
}
}
.picker__box {
    background: #ffffff none repeat scroll 0 0;
    display: table-cell;
    vertical-align: middle;
}
@media (min-height: 28.875em) {
    .picker__box {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #898989 #777777 #777777;
        border-image: none;
        border-radius: none;
        border-style: solid;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
        display: block;
        border: medium none;
    }
}
.picker--opened .picker__holder {
    background: rgba(0, 0, 0, 0.32) none repeat scroll 0 0;
    top: 0;
    transition: background 0.15s ease-out 0s;
}
.picker--opened .picker__frame {
    opacity: 1;
    top: 0;
}
@media (min-height: 35.875em) {
.picker--opened .picker__frame {
    top: 10%;
}
}
.picker__input.picker__input--active {
    border-color: #e3f2fd;
}
.picker__frame {
    margin: 0 auto;
    max-width: 325px;
}
@media (min-height: 38.875em) {
.picker--opened .picker__frame {
    bottom: auto;
    top: 10%;
}
}
.picker__box {
    padding: 0 1em;
}
.picker__header {
    margin-top: 0.75em;
    position: relative;
    text-align: center;
}
.picker__month, .picker__year {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
}
.picker__select--month, .picker__select--year {
    height: 2em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    padding: 0;
}
.picker__select--month.browser-default {
    background-color: #ffffff;
    display: inline;
    width: 40%;
}
.picker__select--year.browser-default {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    display: inline;
    width: 25%;
}
.picker__select--month:focus, .picker__select--year:focus {
    border-color: rgba(0, 0, 0, 0.05);
}
.picker__nav--prev, .picker__nav--next {
    box-sizing: content-box;
    height: 1em;
    padding: 0.5em 1.25em;
    position: absolute;
    top: -0.25em;
    width: 1em;
}
.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}
.picker__nav--next {
    padding-left: 1.25em;
    right: -1em;
}
.picker__table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1rem;
    margin-bottom: 0.5em;
    margin-top: 0.75em;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.picker__table th, .picker__table td {
    text-align: center;
}
.picker__table td {
    margin: 0;
    padding: 0;
}
.picker__weekday {
    color: #999999;
    font-size: 0.75em;
    font-weight: 500;
    padding-bottom: 0.25em;
    width: 14.2857%;
}
@media (min-height: 33.875em) {
.picker__weekday {
    padding-bottom: 0.5em;
}
}
.picker__day--today {
    border: 1px solid transparent;
    color: #595959;
    font-weight: 400;
    padding: 0.75rem 0;
    position: relative;
}
.picker__day--disabled::before {
    border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
    color: #000;
    cursor: pointer;
    font-weight: 500;
}
.picker__day--outfocus {
    color: #fff;
    display: none;
    padding: 0.75rem 0;
}
.picker__day--outfocus:hover {
    color: #dddddd;
    cursor: pointer;
    font-weight: 500;
}
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    cursor: pointer;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #0089ec none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    transform: scale(0.75);
}
.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}
.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb none repeat scroll 0 0;
}
.picker__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.picker__button--today, .picker__button--clear, .picker__button--close {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.66em 0;
    vertical-align: bottom;
    width: 33%;
}
.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
    background: #b1dcfb none repeat scroll 0 0;
    border-bottom-color: #b1dcfb;
    color: #000000;
    cursor: pointer;
}
.picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
    background: #b1dcfb none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.05);
    outline: medium none;
}
.picker__button--today::before, .picker__button--clear::before, .picker__button--close::before {
    display: inline-block;
    height: 0;
    position: relative;
}
.picker__button--today::before, .picker__button--clear::before {
    content: " ";
    margin-right: 0.45em;
}
.picker__button--today::before {
    border-left: 0.66em solid transparent;
    border-top: 0.66em solid #0059bc;
    top: -0.05em;
    width: 0;
}
.picker__button--clear::before {
    border-top: 3px solid #ee2200;
    top: -0.25em;
    width: 0.66em;
}
.picker__button--close::before {
    color: #777777;
    content: "×";
    font-size: 1.1em;
    margin-right: 0.35em;
    top: -0.1em;
    vertical-align: top;
}
.picker__button--today[disabled], .picker__button--today[disabled]:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}
.picker__button--today[disabled]::before {
    border-top-color: #aaaaaa;
}
.picker__box {
    overflow: hidden;
}
.picker__date-display {
    background-color: #26a69a;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: center;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    background: #a1ded8 none repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
}
.picker__weekday-display {
    background-color: #1f897f;
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 15px;
    padding: 10px;
}
.picker__month-display {
    font-size: 2rem;
    text-transform: uppercase;
}
.picker__day-display {
    font-size: 4.5rem;
    font-weight: 400;
}
.picker__year-display {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.8rem;
}
.picker__box {
    padding: 0;
}
.picker__calendar-container {
    padding: 0 1rem;
}
.picker__calendar-container thead {
    border: medium none;
}
.picker__table {
    margin-bottom: 0.5em;
    margin-top: 10px;
}
.picker__day--infocus {
    border: 1px solid transparent;
    color: #595959;
    font-weight: 400;
    padding: 0.5rem 0;
}
.picker__day.picker__day--today {
    color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
    color: #fff;
}
.picker__weekday {
    font-size: 0.9rem;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #26a69a;
    border-radius: 0;
    color: #ffffff;
    transform: scale(0.9);
}
.picker__day--selected.picker__day--outfocus, .picker__day--selected.picker__day--outfocus:hover, .picker--focused .picker__day--selected.picker__day--outfocus {
    background-color: #a1ded8;
}
.picker__footer {
    padding: 5px 10px;
    text-align: right;
}
.picker__close, .picker__today {
    color: #26a69a;
    font-size: 1.1rem;
    padding: 0 1rem;
}
.picker__nav--prev::before, .picker__nav--next::before {
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #676767;
    border-top: 0.5em solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin: 0 auto;
    width: 0;
}
.picker__nav--next::before {
    border-left: 0.75em solid #676767;
    border-right: 0 none;
}
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
    background-color: #a1ded8;
}
.picker__list {
    list-style: outside none none;
    margin: 0;
    padding: 0.75em 0 4.2em;
}
.picker__list-item {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    padding: 0.75em 1.25em;
    position: relative;
}
@media (min-height: 46.75em) {
.picker__list-item {
    padding: 0.5em 1em;
}
}
.picker__list-item:hover {
    background: #b1dcfb none repeat scroll 0 0;
    border-color: #0089ec;
    color: #000000;
    cursor: pointer;
    z-index: 10;
}
.picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
}
.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {
    background: #b1dcfb none repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
}
.picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected {
    background: #0089ec none repeat scroll 0 0;
    color: #ffffff;
    z-index: 10;
}
.picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #dddddd;
    color: #dddddd;
    cursor: default;
    z-index: auto;
}
.picker--time .picker__button--clear {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    display: block;
    font-size: 0.67em;
    font-weight: 500;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
    background: #ee2200 none repeat scroll 0 0;
    border-color: #ee2200;
    color: #ffffff;
    cursor: pointer;
    outline: medium none;
}
.picker--time .picker__button--clear::before {
    color: #666;
    font-size: 1.25em;
    font-weight: bold;
    top: -0.25em;
}
.picker--time .picker__button--clear:hover::before, .picker--time .picker__button--clear:focus::before {
    color: #ffffff;
}
.picker--time .picker__frame {
    max-width: 320px;
    min-width: 256px;
}
.picker--time .picker__box {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 1em;
    padding: 0;
}
@media (min-height: 40.125em) {
.picker--time .picker__box {
    margin-bottom: 5em;
}
}

.btn-flat {
    background-color: transparent;
    box-shadow: none;
    color: #343434;
    cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0 none;
    text-transform: uppercase;
    vertical-align: middle;
}
