@font-face {
    font-family: "Material-Icons";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../font/Material-Design-Icons.eot);
    src: url(../font/Material-Design-Icons.eot?#iefix) format("embedded-opentype"), url(../font/Material-Design-Icons.woff2) format("woff2"), url(../font/Material-Design-Icons.woff) format("woff"), url(../font/Material-Design-Icons.ttf) format("truetype"), url(../font/Material-Design-Icons.svg) format("svg")
}

.material-icons {
    font-family: "Material-Icons";
    font-weight: 900;
    font-style: normal;
    font-size: 1.5em;
}

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 2000;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dtp-btn-calendar-ico {
    float: left;
    display: inline-block;
    position: relative;
    left: 10px;
    cursor: pointer
}

.dtp-btn-clock-ico {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.disabled {
    opacity: .2;
    cursor: default
}

.dtp .dtp-picker-time>.dtp-select-hour,
.dtp .dtp-picker-time>.dtp-select-minute,
.dtp-actual-year:hover {
    cursor: pointer
}

.dtp>.dtp-content {
    background: #fff;
    width: 95%;
    max-width: 320px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    max-height: 520px;
    position: relative;
    left: 50%
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #30a6b6;
    color: #fff;
    text-align: center;
    padding: .3em
}

.dtp div.dtp-date,
.dtp div.dtp-time {
    background: #4fc9da;
    text-align: center;
    color: #fff;
    padding: 10px
}

.dtp div.dtp-date>div {
    padding: 0;
    margin: 0
}

.dtp div.dtp-actual-month {
    font-size: 1.5em
}

.dtp div.dtp-actual-maxtime,
.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: .9
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #FFF;
    position: relative
}

.dtp div.dtp-picker {
    padding: 1em;
    text-align: center
}

.dtp div.dtp-actual-time,
.dtp div.dtp-picker-month {
    font-weight: 500;
    text-align: center;
    font-size: 1.5em
}

.dtp div.dtp-picker-month {
    padding-bottom: 15px!important;
    text-transform: uppercase!important
}

.dtp .dtp-close {
    position: absolute;
    top: .5em;
    right: 1em
}

.dtp .dtp-close>a {
    color: #fff
}

.dtp .dtp-close>a>i {
    font-size: 1em
}

.dtp table.dtp-picker-days {
    margin: 0;
    min-height: 251px
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr>td {
    border: none
}

.dtp table.dtp-picker-days tr>td {
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    padding: .5em .3em
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
    color: #BDBDBD!important;
    padding: .4em .5em .5em .6em;
    font-weight: 400;
}

.dtp .dtp-picker-time>a,
.dtp table.dtp-picker-days tr>td>a {
    color: #212121;
    text-decoration: none;
    padding: .4em .5em .5em .6em;
    border-radius: 50%!important;
    font-weight: 400;
}

.dtp table.dtp-picker-days tr>td>a.selected {
    background: #4fc9da;
    color: #fff
}

.dtp table.dtp-picker-days tr>th {
    color: #BDBDBD;
    text-align: center;
    font-weight: 400;
    padding: .4em .3em .5em .3em;
    font-size: 1.2em
}

.table>thead:first-child>tr:first-child>th {
    border-bottom: none
}

.table>thead:first-child>tr>th:first-child {
    border-left: none
}

.dtp .p10>a {
    color: RGBA(255, 255, 255, .7);
    text-decoration: none
}

.dtp-select-year-after,
.dtp-select-year-before {
    display: none
}

.dtp .p10,
.dtp .p20,
.dtp .p60,
.dtp .p80 {
    display: inline-block
}

.dtp .p10 {
    width: 10%
}

.dtp .p20 {
    width: 20%
}

.dtp .p60 {
    width: 60%
}

.dtp .p80 {
    width: 80%
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #212121;
    font-weight: 500;
    padding: .7em .5em;
    border-radius: 50%!important;
    text-decoration: none;
    background: #eee;
    font-size: 1em
}

.dtp .dtp-actual-meridien a.selected {
    background: #30a6b6;
    color: #fff
}

.dtp .dtp-buttons {
    padding: 0 1em 1em;
    text-align: right;
    display: flex;
    justify-content: end;
}

.dtp .center,
.year-picker-item {
    text-align: center
}

.dtp .hidden,
.dtp.hidden {
    display: none
}

.dtp .invisible {
    visibility: hidden
}

.dtp .left {
    float: left
}

.dtp .right {
    float: right
}

.dtp .clearfix {
    clear: both
}

.dtp-picker-year {
    margin-bottom: 1px
}

.year-picker-item {
    padding: 2.5px 0;
    font-size: large;
    cursor: pointer;
    margin: 0 auto
}

.dtp-actual-year.disabled:hover {
    cursor: inherit
}

.year-picker-item:hover {
    color: #30a6b6
}

.year-picker-item.active {
    color: #FFF;
    font-weight: 700;
    background: #30a6b6;
    font-size: 1.5rem;
    padding: 5px 0;
}

.dtp-select-year-range {
    display: inline-block;
    text-align: center;
    width: 100%
}

.btn.btn-flat.dtp-btn-ok {
    color: #4fc9da
}

.dtp-btn-clear,
.dtp-btn-cancel {
    color: #403d38;
    border-color: #f8f6f2;
    background-color: #f8f6f2;
}

.dtp-btn-clear:hover,
.dtp-btn-cancel:hover {
    color: #4fc9da;
    border-color: #ddf8fc;
    background-color: #ddf8fc;
}

.dtp-btn-ok {
    color: #fff!important;
    border-color: #4fc9da;
    background-color: #4fc9da;
}

.dtp-btn-ok:hover {
    color: #fff;
    border-color: #30a6b6;
    background-color: #30a6b6;
}

.btn+.btn {
    margin-left: 8px;
}