thead > tr > th[class*="sort"]:after{
    content: "" !important;
}
div.accordion {
    background-color: #e6e6e6;
    color: #444;
    cursor: pointer;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 2%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 2%;
    font-size: 15px;
    transition: 0.4s;
}

div.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.accordion:after {
    content: '\002B';
    color: #ea4f33;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

div.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.margin_button_2{
    margin-bottom: 2%;
}

.lever{
    background-color: #dddddd !important;
}
.border-1{
    border: 1px solid;
}
.padding-5{
    padding: 5px;
}
.table-responsive{
 /*   overflow-y: auto;*/
}
.select_disable {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
.f_emails .input-field {
    margin-top: 0px;
}
.f_emails .input-field input{
    border: none;
    margin-bottom: 0px;
}
.add_candidat{
    color: blue;
    cursor: pointer;
    width: 100px;
}

@media (max-width: 760px),
(min-width: 768px) and (max-width: 1024px) {
    .table-responsive td {
        padding-left: 30%!important;
    }
    .table-responsive td:before {
        width: auto;
    }

    .table-responsive{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
