span.qq-upload-complete {
    top: 15px;
}


.field-modified_date i, .field-created_date i, .field-deadline_date i {
    margin-top: 10px;
    display: block;

}

.qq-upload-complete {
    right: 100px !important;
}



td.fb_thumbnail + td {
    word-break: break-all;
}



/*.ui-state-default, .ui-widget-content .ui-state-default {*/
/*    background: #e1f0f5 !important;*/
/*    border: 1px solid #bababa !important;*/
/*}*/


/*.ui-widget-header .ui-state-default, .ui-datepicker .ui-widget-header {*/
/*    background: #d6d6d6 !important;*/
/*}*/

/*.ui-datepicker table td span.ui-state-hover, .ui-datepicker table td a.ui-state-hover {*/
/*    background: #d6d6d6 !important;*/
/*    color: #444 !important;*/
/*    border: 1px solid #666 !important;*/

/*}*/

#add_id_participants {
    display: none;
}


.artist-row {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    align-content: space-evenly;
    background: #Fefefe;
    padding: 6px;
    border-radius: 3px;
}


.artist-row span:first-child {
    width: 33%;
    flex-grow: 1;
}

.artist-row span:last-of-type {
    width: 33%;
}

.artist-row img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
}

.get_artists .c-1 {
    display: none !important;
}

.get_artists .grp-readonly {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none;
}


.paginate-pagination ul {

    margin: 20px 0;
    margin-top: 10px;
    padding: 0;
    list-style: none;

}

.paginate-pagination ul:after {

    content: ' ';
    display: table;
    clear: both;

}

.paginate-pagination ul > li {

    float: left;
    margin-left: 3px;

}

.paginate-pagination ul > li > a.page {

    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border: 1px solid #ddd;
    background: white;
    text-decoration: none;
    cursor: pointer;

}

.paginate-pagination ul > li > a.page:hover {
    opacity: 0.7;
}

.paginate-pagination ul > li > a.page.active {
    /*opacity: 0.7;*/
    cursor: default;
    color: white;
    background: #a7d7e7;
}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive {
    opacity: 0.7;
    cursor: default;
}


.paginate-pagination, .paginate-pagination * {
    margin: 0 auto;
}


#add_id_content {
    display: none;
}