﻿/*pass-word*/
.password {
    position: relative;
}

    .password ul {
        display: inline;
        list-style: none;
        margin: 5px;
        padding: 0 !important;
        vertical-align: 2px;
        position: absolute;
        left: 1px;
        bottom: -13px;
    }

    .password .point:last {
        margin: 0 !important;
    }

    .password .point {
        background: #DDD;
        border-radius: 2px;
        display: inline-block;
        height: 5px;
        margin-right: 1px;
        width: 20px;
    }

.password-mattch-error {
    color: rgb(255, 0, 0);
}


.k-datepicker .k-picker-wrap .k-i-warning {
    color: #000000 !important;
    margin-right: 5px !important;
}

.k-numeric-wrap .k-i-warning {
    color: #000000 !important;
    right: -3px !important;
}

.k-datetimepicker .k-picker-wrap .k-i-warning {
    color: #000000 !important;
    margin-right: 8px !important;
}

.s-i-action {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    font-size: 12px;
}
