table.list td.activity-name{
    width: 300px;
    max-width: 300px;
}
.activity-data-table .dataTables_wrapper .dataTables_filter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.activity-data-table .dataTables_wrapper .dataTables_filter label {
    width: 100%;
}
.activity-data-table .dataTables_wrapper .dataTables_filter label input[type="search"]{
    width: 100%;
    background-image: url('../../../../../images/magnifier.png');
    background-repeat: no-repeat;
    background-position: center left 15px;
    padding-left: 42px !important;
    max-width: 300px;
}
.activity-data-table .dataTables_wrapper table{
    margin-bottom: 15px;
}
.activity-data-table .dataTables_wrapper .dataTables_info{
    float: left;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate{
    float: right;
    display: inline-flex;
    align-items: center;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate a{
    margin: 0 5px;
    color: #080811;
    cursor: pointer;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #5680e9;
    cursor: default;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #5680e9;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #efae57;
}
.activity-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: default;
    opacity: 0.6;
    color: #080811;
}
.activities-item{
	margin-top: 20px;
    background-color: #f5f5f5;
    padding: 22px;
    display: inline-block;
    width: 100%;
    max-width: 680px;
}
.resolve-todoitems {
    width: 100%;
    padding-left: 28px;
    font-size: 14px;
    color: #b2b2b4;
    padding-top: 2px;
}
.activitychecklist-main:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.activity-assign-checklist{
    color: #947be8;
    border-radius: 25px;
    border: 1px solid #947be8;
    padding: 5px 10px;
}

/***to do checklist css start****/
.path-assignee-todo {
    position: relative;
}
.path-assignee-todo .is-dropdwon {
    width: 200px;
    max-height: 250px;
    overflow-y: auto;
}
.path-assignee-todo .is-dropdwon input[type=text] {
    border: 0;
    border-bottom: 2px solid #acc;
    width: calc(100% - 20px);
    margin: auto;
    display: block;
    padding: 11px 0;
    margin-bottom: 5px;
}
.path-assignee-todo .is-dropdwon ul li {
    padding: 5px 10px;
}
.path-assignee-todo .is-dropdwon ul li.selected {
    background: linear-gradient(to right,#4d90eb,#5ab9ea);
    color: #fff;
}
.custom-activity-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, .2);
}   
.activity-modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
    max-width: 720px;
    z-index: 1001;
}
.activity-popup-header {
    padding: 15px 25px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activity-popup-header h3 {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 16px;
}
.activity-modal-close {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #080811;
}
.activity-popup-details {
    padding: 20px 25px;
    background-color: #fff;
}
/***to do checklist css End****/

.activity_filters {
    position: absolute;
    right: 0;
}

.activity_filters form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.activity_filters form select, .activity_filters form .select2 {
    margin: 0 5px;
}
