@charset "UTF-8";



div#eventHandleCenter {
    width: 1016px;
    height: 560px;
    position: absolute;
    margin: 0 auto;
    z-index: 10000;
    top: calc(50% - 280px);
    right: calc(50% - 508px);
    flex-direction: column;
    border-radius: 2px!important;
    border: solid 1px var(--themeColor)!important;
    background-color: white;
    box-shadow: 0 2px 12px 0 var(--themeColor);
    resize: both;
    overflow: hidden;
}

div#eventHandleCenterHead {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);
    margin-bottom: 1px;
    cursor: pointer;
}


div#eventHandleCenterBody {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: calc(100% - 40px);
    background-color: white;
}


.eventHandleCenterBodyRightHead {
    display: flex;
    margin: 0 20px 0 10px;
    align-items: center;
    justify-content: center;
}

div#eventHandleCenterBodyRight {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.eventHandleCenterBodyRightHead .toolbar-item {
    flex-wrap: wrap;
    gap: 10px 0;
}

.eventHandleCenterBodyRightHeadFirst .btn-group .item .y-btn {
    width: 124px!important;
}
div#toolbar-event-clear {
    line-height: 34px;
    cursor: pointer;
    /*flex: 1;*/
    text-align: right;
    margin-right: 21px;
}


table#eventHandleCenterTable {
    /*width: 800px;*/
    /*height: 430px;*/
}

table#eventHandleCenterTable .cheetah-grid {
    /*min-width: 790px;*/
    /*min-height: 420px;*/
}


#eventHandleCenterHeadTitle {
    flex: 1;
    margin-left: 10px;
}

#eventHandleCenterTable .operator a {
    padding: 5px;
    width: 24px;
}

#eventHandleCenterTable-fixed .operator a {
    padding: 5px;
    width: 24px;
}
span#event-hand-remind {
     height: 14px;
     color: white;
     position: absolute;
     margin-top: -30px;
     margin-left: -1px;
     background-color: #F54C4C;
     border-radius: 10px;
     text-align: center;
     font-size: 12px;
     padding: 0 10px;
 }

.toolbar-item.eventHandleCenterBodyRightHeadFirst {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

div#eventHandleCenterSetting {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}
/*
div#eventHandleCenterSetting a {
    font-size: 22px;
    margin-right: 20px;
}*/
#eventHandleCenterSetting span.dynamic_i18n {
    margin-left: 4px;
}