﻿.cursorily {
    cursor: pointer;
}

.hov:hover {
    color: #000;
}

.ico-size {
    font-size: 16px;
}

.ico-size-month {
    font-size: 26px !important;
    line-height: 26px !important;
}

.ico-size-large {
    font-size: 40px !important;
    line-height: 30px;
}

.dtp_main {
    background-color: #fff;
    padding: 6px 0 6px 8px;
    padding-left: 15px;
    border-radius: 0 0 0 0;
    min-width: 150px;
    min-height: 35px;
    border: 1px solid #a4a4a4;
    font-size: 14px;
}

.dtp_main span,
.dtp_main i {
    display: inline-block;
    padding-right: 8px;
}

.dtp_modal-win {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #eeeeee;
    opacity: 0.6;
}

.dtp_modal-content {
    background-color: #fff;
    border-radius: 10px;
    width: 624px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: normal;
}

.dtp_modal-content-no-time {
    background-color: #fff;
    border-radius: 10px;
    width: 312px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: normal;
}

.dtp_modal-title {
    border-bottom: solid 3px #54646b;
    padding: 16px 36px;
    margin-bottom: 16px;
    font-size: 22px;
}

.dtp_modal-cell-date {
    width: 312px;
    float: right;
    margin-bottom: 22px;
    margin-top: 6px;
}

.dtp_modal-cell-time {
    width: 311px;
    float: left;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: solid 1px #000;
}

.dtp_modal-months {
    color: #7d7d7d;
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
}

.dtp_modal-months span {
    display: inline-block;
    padding: 10px 20px;
    width: 182px;
}

.dtp_modal-calendar {
    width: 266px;
    margin-left: 22px;
}

.dtp_modal-calendar-cell {
    width: 38px;
    padding: 7px 0;
    display: inline-block;
    text-align: center;
}

.dtp_modal-colored {
    color: #54646b;
}

.dtp_modal-grey {
    color: #7d7d7d;
}

.dtp_modal-cell-selected {
    background-color: #54646b;
    border-radius: 48%;
    transition: background-color 1s ease-out;
    color: #fff;
}

.dtp_modal-time-block {
    height: 212px;
    width: 310px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dpt_modal-button {
    background-color: #54646b;
    color: #fff;
    font-size: 24px;
    padding: 8px 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 3px;
    margin-top:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dtp_modal-time-line {
    text-align: center;
    width: 100%;
    color: #7d7d7d;
    font-size: 20px;
    padding-top: 15px;
}

.dtp_modal-time-mechanic {
    padding-top: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dtp_modal-append {
    color: #7d7d7d;
    /* padding-left: 108px; */
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dtp_modal-midle {
    display: inline-block;
    width: 40px;
}

.dtp_modal-midle-dig {
    display: inline-block;
    width: 16px;
    text-align: center;
}

.dtp_modal-digits {
    font-size: 50px;
    /* padding-left: 96px; */
}

.dtp_modal-digit {}
