﻿
.dt-button {
    display: none;
}

.dataTables_info, .dataTables_length {
    float: left;
}

.Voice_text {
    cursor: pointer;
}

    .Voice_text img {
        width: 25px;
        cursor: pointer;
    }

.dot-falling {
    position: relative;
    right: 9999px;
    width: 5px;
    display: inline-block;
    margin-left: 17px;
    height: 5px;
    border-radius: 5px;
    background-color: #35b9ca;
    color: #35b9ca;
    box-shadow: 9999px 0 0 0 #35b9ca;
    animation: dotFalling 1s infinite linear;
    animation-delay: .1s;
}

.Voice_text1 {
    cursor: pointer;
}

    .Voice_text1 img {
        width: 25px;
        cursor: pointer;
    }

.dot-falling1 {
    position: relative;
    right: 9999px;
    width: 5px;
    display: inline-block;
    margin-left: 17px;
    height: 5px;
    border-radius: 5px;
    background-color: #35b9ca;
    color: #35b9ca;
    box-shadow: 9999px 0 0 0 #35b9ca;
    animation: dotFalling 1s infinite linear;
    animation-delay: .1s;
}

    .dot-falling1::before, .dot-falling1::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-falling1::before {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #35b9ca;
        color: #35b9ca;
        animation: dotFallingBefore 1s infinite linear;
        animation-delay: 0s;
    }

    .dot-falling1::after {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #35b9ca;
        color: #35b9ca;
        animation: dotFallingAfter 1s infinite linear;
        animation-delay: .2s;
    }

#edittxtTaskTitle + .errorLabel {
    margin-left: 1.8rem !important;
}

.recurring {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


