﻿
#myTable_info, #myTable_previous, #myTable_next, #myTable_filter, #myTable_length {
    display: none !important;
}

.withoutLeads {
    position: absolute;
    z-index: 9;
}

.ui-front {
    z-index: 10000 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    overflow-x: hidden;
   
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #1827df;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.card-image {
    border: 1px solid #eee;
    padding: 10px;
    height: 100px;
    text-align: center;
    margin-bottom: 20px;
}

    .card-image img {
        object-fit: cover;
        height: 100%;
    }

#TaskType_wrapper .table.dataTable {
    margin-top: 4px !important;
}

.dt-button {
    display: none;
}



#editLeadModal table.dataTable tbody > tr > td.text-center {
    padding-right: 0px !important;
}

.graphtitle {
    font-size: 18px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
}

.slider {
    overflow: hidden;
    left: 0;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.overlay1 {
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 80px;
    left: 65px;
    font-size: 15px;
    margin-top: 11px;
}

.overlay2 {
    display: block;
    width: 40px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 174px;
    left: 246px;
    font-size: 20px;
    margin-top: 11px;
}

@@media (max-width: 576px) {
    #columnchart_material {
        margin-left: 55px;
    }
}

.errorLabel {
    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;
    }

table.dataTable tbody > tr > td.text-right {
    padding-right: 10px !important;
}

table.dataTable tbody > tr > td.text-center {
    padding-right: 20px !important;
}

.lead_graph table.dataTable thead > tr > th.sorting_asc, .lead_graph table.dataTable thead > tr > th.sorting_desc, .lead_graph table.dataTable thead > tr > th.sorting, .lead_graph table.dataTable thead > tr > td.sorting_asc, .lead_graph table.dataTable thead > tr > td.sorting_desc, .lead_graph table.dataTable thead > tr > td.sorting {
    padding-right: 20px;
}

.lead_graph table.dataTable tbody > tr > td.text-right {
    padding-right: 2px !important;
}

@@media (max-width: 780px) {
    #toDateG {
        margin-left: 28px !important;
    }
}

#edittxtTaskTitle + .errorLabel {
    margin-left: 1.8rem !important;
}

#myTable_wrapper .dataTables_scrollHeadInner, #myTable_wrapper .dataTables_scrollHeadInner table {
    width: max-content !important;
}

#txtRemark {
    height: 100px;
}

.newFac {
    position: absolute;
    width: 94%;
    right: 9%;
    top: 14.2%;
    z-index: 999;
}

@@media (max-width: 700px) {
    .newFac .form-control {
        margin-bottom: 16px;
    }

    .newFac {
        position: relative;
        width: 100%;
        right: 0;
        border: 1px solid #f1f1f1;
        padding: 10px;
        margin-bottom: 20px;
    }
}


.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    line-height: 1.1rem;
    font-size: 0.9rem;
}


