

.dtp-trs-3 {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.dtp-trs-5 {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.dtp-i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    fill: inherit
}

    .dtp-i.dtp-i-90 {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .dtp-i.dtp-i-180 {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dtp-i.dtp-i-270 {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

.dtp-ig {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.ADMdtp.rtl .dtp-ig {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.dtp-ig .fakeIcon {
    opacity: 0;
    height: 10px;
    width: 10px
}

.dtp-ig .calendarIcon, .dtp-ig .removeIcon, .dtp-ig .closeIcon {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    padding: 0px 8px;
    padding-top: 2px;
    -moz-transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dtp-ig .calendarIcon {
    fill: #606060
}

.dtp-ig .closeIcon {
    background: #378bd3;
    fill: white;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ADMdtp-calendar-container.rtl {
    direction: rtl
}

.ADMdtp {
    line-height: 1.42857143;
    color: #797979
}

    .ADMdtp.rtl {
    }

        .ADMdtp.rtl .masterInput input {
        }

    .ADMdtp ng-transclude, .ADMdtp .clickOutContainer {
        position: relative;
        display: block
    }

    .ADMdtp hr {
        height: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee
    }

.dtpNewBox {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    background: #f7f7f7;
    top: 0;
    left: 0;
    z-index: 9;
    direction: ltr
}

    .dtpNewBox.active {
        opacity: 1;
        height: 20em
    }

        .dtpNewBox.active .timeSelectIcon {
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        .dtpNewBox.active .content {
            opacity: 1
        }

    .dtpNewBox:after, .dtpNewBox:before {
        content: '';
        position: absolute;
        display: block;
        background: #f7f7f7;
        height: 100%;
        width: 1em;
        top: 0;
        z-index: 0
    }

    .dtpNewBox:after {
        left: -1em
    }

    .dtpNewBox:before {
        right: -1em
    }

    .dtpNewBox, .dtpNewBox .content, .dtpNewBox .calendarIcon {
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .dtpNewBox .content {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            opacity: 0
        }

        .dtpNewBox .calendarIcon {
            position: absolute;
            display: block;
            top: .3em;
            left: -.5em;
            z-index: 1;
            font-size: 1.2em;
            width: 1em;
            height: 1em;
            text-align: center;
            cursor: pointer;
            color: white;
            -moz-transform: translate(-3em, -3em);
            -ms-transform: translate(-3em, -3em);
            -webkit-transform: translate(-3em, -3em);
            transform: translate(-3em, -3em)
        }

            .dtpNewBox .calendarIcon svg {
                height: 22px;
                width: 17px;
                fill: white
            }

            .dtpNewBox .calendarIcon.show {
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0)
            }

            .dtpNewBox .calendarIcon:after {
                content: '';
                position: absolute;
                display: block;
                top: -6px;
                left: -6px;
                width: 0;
                height: 0;
                border-top: 3em solid #fc5f2a;
                border-right: 3em solid transparent;
                z-index: -1
            }

.ADMdtpInput {
    position: relative;
    display: table;
    border-collapse: separate
}

    .ADMdtpInput[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .ADMdtpInput input {
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 0;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

        .ADMdtpInput input:focus {
            border-color: #66afe9;
            outline: 0;
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
        }

    .ADMdtpInput input {
        position: relative;
        display: block;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s
    }

        .ADMdtpInput input[disabled] {
            background: white;
            color: black
        }

    .ADMdtpInput > .removeIcon {
        position: absolute;
        display: block;
        right: 2.1em;
        top: 0;
        z-index: 3;
        fill: #E64949;
        padding: 8px;
        cursor: pointer;
        opacity: .7;
        font-size: 1.1em;
        height: 34px
    }

.ADMdtp.rtl .ADMdtpInput > .removeIcon {
    right: auto;
    left: 2.1em;
}

.ADMdtpInput > .removeIcon:hover {
    opacity: 1
}

.ADMdtpInput.open .dtp-ig .calendarIcon {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.ADMdtpInput.open .dtp-ig .closeIcon {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ADMdtpInput.disable input[disabled] {
    background: #f2f2f2;
    color: gray
}

.ADMdtpInput.disable > .removeIcon {
    display: none !important
}

.ADMdtpInput.disable .dtp-ig {
    cursor: not-allowed
}

.ADMdtp-box {
    position: absolute;
    display: block;
    width: 20em;
    max-width: 100vw;
    min-height: 20em;
    max-height: 25.25em;
    padding: 1em;
    padding-top: 0;
    border-radius: 0;
    border: solid 1px #ccc;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    -moz-transition: opacity .5s,height .5s;
    -o-transition: opacity .5s,height .5s;
    -webkit-transition: opacity .5s,height .5s;
    transition: opacity .5s,height .5s;
    font-size: 14px
}

    .ADMdtp-box ::-moz-selection {
        background: transparent
    }

    .ADMdtp-box ::selection {
        background: transparent
    }

    .ADMdtp-box.square {
        height: 20em
    }

        .ADMdtp-box.square header .arrow.left {
            margin-left: -2em
        }

        .ADMdtp-box.square header .arrow.right {
            margin-right: -2em
        }

        .ADMdtp-box.square footer {
            height: 0
        }

    .ADMdtp-box .arrow {
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 1;
        top: 0;
        fill: #797979;
        direction: ltr;
        font-size: 1em;
        width: 38px;
        height: 100%;
        padding: 0 .3em
    }

        .ADMdtp-box .arrow.left {
            left: 0
        }

            .ADMdtp-box .arrow.left:hover {
                margin-left: -.3em;
                fill: #d6c483
            }

        .ADMdtp-box .arrow.right {
            right: 0
        }

            .ADMdtp-box .arrow.right:hover {
                margin-right: -.3em;
                fill: #d6c483
            }

    .ADMdtp-box header {
        font-size: 1.2em;
        position: relative
    }

        .ADMdtp-box header .yearMonth {
            width: 100%;
            position: relative;
            display: block;
            text-align: center;
            padding: 1em 0;
            z-index: 0;
            cursor: pointer;
            color: #797979
        }

    .ADMdtp-box .daysNames, .ADMdtp-box .ADMdtpDays {
        width: 100%
    }

        .ADMdtp-box .daysNames > span, .ADMdtp-box .ADMdtpDays > span {
            width: calc(100% / 7);
            display: inline-block;
            text-align: center
        }

    .ADMdtp-box .ADMdtpDays {
        min-height: 12em
    }

    .ADMdtp-box .daysNames > span {
        font-weight: bold;
        cursor: context-menu;
        color: #fc5f2a
    }

    .ADMdtp-box footer {
        height: 1.7em;
        position: relative;
        overflow: hidden
    }

        .ADMdtp-box footer .today {
            position: absolute;
            display: block;
            width: 6em;
            height: 1.7em;
            left: 0;
            right: 0;
            margin: 0 auto;
            border-radius: .5em;
            background: transparent;
            color: #cab15c;
            border: 1px solid transparent;
            text-align: center;
            outline: none;
            font-family: inherit;
            cursor: pointer;
            line-height: 1
        }

            .ADMdtp-box footer .today:hover {
                border-color: #f2f2f2
            }

            .ADMdtp-box footer .today:active {
                background: #fcfbf6
            }

        .ADMdtp-box footer .calTypeContainer {
            position: absolute;
            display: block;
            width: 5.5em;
            height: 1.7em;
            right: 0;
            overflow: hidden;
            cursor: pointer;
            border-radius: .5em;
            border: 1px solid transparent
        }

            .ADMdtp-box footer .calTypeContainer:hover {
                border-color: #f2f2f2
            }

                .ADMdtp-box footer .calTypeContainer:hover.gregorian p.jalali {
                    background: #e3d6a9
                }

                .ADMdtp-box footer .calTypeContainer:hover.jalali p.gregorian {
                    background: #e3d6a9
                }

            .ADMdtp-box footer .calTypeContainer:active {
                background: #fcfbf6
            }

            .ADMdtp-box footer .calTypeContainer p {
                margin: 0;
                line-height: 1.4em;
                text-align: center;
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                padding: 0.1em 0;
                white-space: nowrap;
                color: #cab15c;
                -moz-transition: all .3s,-moz-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
                -o-transition: all .3s,-o-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
                -webkit-transition: all .3s,-webkit-transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
                transition: all .3s,transform .3s cubic-bezier(0.680, -0.550, 0.265, 1.550)
            }

                .ADMdtp-box footer .calTypeContainer p.jalali {
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -webkit-transform: translateY(100%);
                    transform: translateY(100%)
                }

            .ADMdtp-box footer .calTypeContainer.jalali p.gregorian {
                -moz-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%)
            }

            .ADMdtp-box footer .calTypeContainer.jalali p.jalali {
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

        .ADMdtp-box footer .timeSelectIcon {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            font-size: 1.5em;
            padding: 0.1em;
            margin-left: 0.2em;
            fill: #e3d6a9;
            cursor: pointer
        }

            .ADMdtp-box footer .timeSelectIcon:hover {
                fill: #cab15c
            }

            .ADMdtp-box footer .timeSelectIcon:active {
                fill: #e3d6a9
            }

    .ADMdtp-box hr {
        margin: .5em 0
    }

.ADMdtpMonths {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .ADMdtpMonths.onYear span > span {
        width: calc(25% - 6px)
    }

    .ADMdtpMonths.rtl span > span {
        float: right
    }

    .ADMdtpMonths span > span {
        width: calc(33% - 6px);
        text-align: center;
        position: relative;
        display: block;
        float: left;
        border-radius: .5em;
        background: #ebebeb;
        color: #a8a8a8;
        border: 1px solid #dedede;
        padding: 1em 0;
        margin: 3px;
        cursor: pointer;
        font-weight: bold;
        font-size: .9em
    }

        .ADMdtpMonths span > span.selected, .ADMdtpMonths span > span:hover {
            border-color: #d2d2d2;
            background: #d2d2d2;
            color: #757575
        }

.ADMdtpYears {
    color: #b9b9b9;
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 0.2em
}

    .ADMdtpYears p {
        margin: 0;
        cursor: pointer
    }

        .ADMdtpYears p:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            border-bottom: 2px solid #ECECEC;
            top: 1em;
            left: 0;
            z-index: -1;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .ADMdtpYears p:hover {
            color: #fc5f2a
        }

            .ADMdtpYears p:hover:before {
                border-color: rgba(252,95,42,0.2)
            }

    .ADMdtpYears .arrow {
        margin-top: 0em;
        height: 35px;
        width: 35px;
        opacity: .7
    }

        .ADMdtpYears .arrow.right {
            right: 1.5em
        }

        .ADMdtpYears .arrow.left {
            left: 1.5em
        }

.ADMdtpTime {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .ADMdtpTime span {
        width: 33%;
        height: 3em;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 1.3em;
        vertical-align: middle;
        line-height: 3em
    }

        .ADMdtpTime span.dtpIcon {
            cursor: pointer
        }

            .ADMdtpTime span.dtpIcon svg {
                fill: #fc5f2a;
                height: 43px;
                position: absolute;
                display: block;
                width: 100%;
                top: 0.2em;
                left: 0
            }

            .ADMdtpTime span.dtpIcon:hover svg {
                fill: #fdab8f
            }

            .ADMdtpTime span.dtpIcon:hover:before {
                background: #f6f2e3
            }

            .ADMdtpTime span.dtpIcon:active svg {
                fill: #fc5f2a
            }

            .ADMdtpTime span.dtpIcon:active.up {
                margin-top: -3px
            }

            .ADMdtpTime span.dtpIcon:active.down {
                margin-bottom: -3px
            }

            .ADMdtpTime span.dtpIcon:before {
                -moz-transition: all .5s;
                -o-transition: all .5s;
                -webkit-transition: all .5s;
                transition: all .5s;
                padding: .8em 1em;
                border-radius: 1em
            }

        .ADMdtpTime span.period {
            font-size: 2em
        }

.ADMdtpDays > span > span {
    width: 100%;
    height: 100%;
    padding: .5em;
    border-radius: .5em;
    cursor: pointer;
    position: relative;
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .ADMdtpDays > span > span.disable {
        opacity: .5;
        cursor: context-menu
    }

    .ADMdtpDays > span > span:not(.disable):hover {
        background: #fee3da;
        color: #d63803
    }

    .ADMdtpDays > span > span.selected, .ADMdtpMonths .ADMdtpDays > span > span:hover {
        background: #fc5f2a !important;
        color: white !important;
        border-radius: 5em
    }

    .ADMdtpDays > span > span.valid {
        background: #fff6f3;
        border-radius: 0
    }

        .ADMdtpDays > span > span.valid.min {
            border-top-left-radius: .5em;
            border-bottom-left-radius: .5em;
            border-left: 2px solid #febda8
        }

        .ADMdtpDays > span > span.valid.max {
            border-top-right-radius: .5em;
            border-bottom-right-radius: .5em;
            border-right: 2px solid #febda8
        }

    .ADMdtpDays > span > span.today:after {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 0.7em solid #e3d6a9;
        border-left: .7em solid transparent
    }

.ADMdtpDays.loading > span > span {
    -moz-transform: rotateY(90deg) translateX(-10px);
    -ms-transform: rotateY(90deg) translateX(-10px);
    -webkit-transform: rotateY(90deg) translateX(-10px);
    transform: rotateY(90deg) translateX(-10px)
}
