

.div-table-content{
    margin: 20px 0;
}
.div-table-content.with-filter{
    margin: 10px 0 0 20px;
}

.div-table-content.text-overflow-hidden  .el-table .cell, .div-table-content.text-overflow-hidden  .table .cell{
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: "..." !important;
}

table{
    border-collapse:unset!important;
}

.el-table td > .cell {
    font-size: 10px;
    line-height: 15px;
}

.el-table th > .cell, .table th  > .cell{
    font-size: 10px;
    line-height: 15px;
    padding: 7px 0px;
    text-align: center;
    color: #909399!important;
    font-weight: 500!important;
    min-height: 30px!important;
}
.fontBig .el-table td > .cell, .fontBig , .table td  > .cell {
    font-size: 12px;
}
.fontBigger .el-table td > .cell, .fontBigger .table td  > .cell {
    font-size: 14px;
}

.el-table td > .cell, .table td  > .cell{
    font-size: 10px;
}
.fontBig .el-table th > .cell, .fontBig .table th > .cell{
    font-size: 14px;
}
.fontBigger .el-table th > .cell, .fontBigger table th{
    font-size: 16px;
}

.el-table td > .cell i, .table td  > .cell i {
    font-size: 18px;
    padding-top: 3px;
}

.el-table td.text-center > .cell, .table td.text-center  > .cell{
    text-align: center;
}

.el-table td,  .table td  > .cell{
    padding: 5px 0!important;
}
.el-table th, .table th  > .cell{
    padding: 0!important;
}

.el-table__empty-text{
    font-size: 10px!important;
}

.el-input-group__prepend{
    font-size: 10px;
}

.text-overflow-hidden > div.cell  > .cell{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "...";
}



.pagination-bar{
    margin: 0;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.el-pagination span{
    font-size: 10px!important;
}
.fontBig .el-pagination span{
    font-size: 12px!important;
}
.fontBigger .el-pagination span{
    font-size: 14px!important;
}
.el-pagination input{
    font-size: 10px!important;
    height: 20px!important;
}
.fontBig .el-pagination input{
    font-size: 12px!important;
    height: 20px!important;
}
.fontBigger .el-pagination input{
    font-size: 14px!important;
    height: 20px!important;
}

.el-pager li.number{
    padding: 0 !important;
    font-size: 10px;
    min-width: 15.5px;
}
.el-table__row:not(.no-clickable){
    cursor: pointer;
}

.el-table .customTd .cell{
    overflow:visible;
}

.el-table tr:last-child .customTd .cell ul.dropdown-menu{
    top: auto;
    left: 100%;
    bottom: 0px;
}

/** start custom style for closed cie rows **/
/*No cell no mail*/
.el-table tr.no-contact{
    background-color:  rgb(204, 255, 255) !important
}

/* No cell no mail*/
.el-table--striped          .el-table__body tr.easr-closed.el-table__row--striped td{
    background-color:  rgb(204, 255, 255) !important
}

/* cie closed on hovered row (work also for hovered-striped row)*/
.el-table--enable-row-hover .el-table__body tr.easr-closed:hover>td{
    background-color:  rgb(153, 255, 255) !important
}
/* cie closed on selected row (work also for selected-striped row)*/
.el-table--enable-row-hover .el-table__body tr.easr-closed.current-row>td{
    background-color:  rgb(153, 255, 255) !important
}

/*end/

/* cie closed */
.el-table tr.easr-closed{
    background-color:  rgb(255, 129, 129) !important
}

/* cie closed on striped-row*/
.el-table--striped          .el-table__body tr.easr-closed.el-table__row--striped td{
    background-color:  rgb(255, 129, 129) !important
}
/* cie closed on hovered row (work also for hovered-striped row)*/
.el-table--enable-row-hover .el-table__body tr.easr-closed:hover>td{
    background-color:  rgb(255, 78, 78) !important
}
/* cie closed on selected row (work also for selected-striped row)*/
.el-table--enable-row-hover .el-table__body tr.easr-closed.current-row>td{
    background-color:  rgb(255, 78, 78) !important
}
/** end **/

/** start custom style for general red background table (used in isos) **/
/* red row*/
.el-table tr.col-red-bg{
    background-color:  rgb(255, 129, 129) !important
}
/* red on striped-row*/
.el-table--striped          .el-table__body tr.col-red-bg.el-table__row--striped td{
    background-color:  rgb(255, 129, 129) !important
}
/* red on hovered row (work also for hovered-striped row)*/
.el-table--enable-row-hover .el-table__body tr.col-red-bg:hover>td{
    background-color:  rgb(255, 78, 78) !important
}
/* red on selected row (work also for selected-striped row)*/
.el-table--enable-row-hover .el-table__body tr.col-red-bg.current-row>td{
    background-color:  rgb(255, 78, 78) !important
}
/** end **/

.el-select-dropdown el-popper{
    min-width: 50px!important;
}


.communication-recipients .custom-header-icon{
    vertical-align:middle;
}
/* STILI PER ICONA HEADER TABLE - FINE */

/* STILI PER CHECKBOX SELEZIONE - INIZIO */
.communication-recipients .custom-header-icon{
    vertical-align:middle;
}

.el-select-dropdown__item{
    padding: 0 5px!important;
    height: 24px!important;
    line-height: 20px!important;
    font-size: 10px!important;
}

.el-icon.el-icon-arrow-right{ font-size: 15px!important;}

.dialog-table-div{
    margin: 20px 10px;
    border:1px solid lightgray;
    border-radius:5px;
}

.dialog-table-div.with-filter{
    margin: 10px 10px;
    border:1px solid lightgray;
    border-radius:5px;
}


.el-input__inner{
    height:30px!important;
    padding:0px 2px!important;
}

.filter-wrapper.sm{
    width: 300px;
}

.filter-wrapper.sm .el-input__inner{
    height: 25px!important;
}

/* SELECT MULTISELEZIONE */
.el-select .el-select__tags .el-tag{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
    font-size:10px;
    margin: 2px 0px 2px 2px;
}

/*COLOR BG ROW*/
.caret-wrapper{
    height: 24px!important;
    width: 14px!important;
}
.sort-caret.ascending{
    top:0px!important;
}
.sort-caret.descending{
    bottom:3px!important;
}

.el-table__expand-icon > .el-icon {
    top: 0!important;
    margin-top: 0!important;
}

/* class per nascondere ultima opzione pageSizes e sostituirla con la label Tutti/All (in funzione della language) */
.allPageSizeOption-datatable-pagination-popperClass li:last-child span{
    display:none;
}
.it.allPageSizeOption-datatable-pagination-popperClass li:last-child::after {
    content: 'Tutti';
}
.en.allPageSizeOption-datatable-pagination-popperClass li:last-child::after {
    content: 'All';
}

th .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: green;
    border-color: green;
}

.no-data{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
/*
.table.b-table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 0!important;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 0!important;
}

.table.b-table > thead >tr >th >.cell{
    padding-top: 5px!important;
}


.table.b-table > tbody >tr >td >.cell{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.el-table--border, .el-table--group,
.el-table td,
.el-table th.is-leaf,
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed,
.el-table td,
.el-table th.is-leaf {
    border-color: #FFD51D!important;
}

.el-table--border td{
    border-right: 1px solid #FFD51D!important;
}

.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #FFD51D!important;
}
.el-table--border{
    border: 1px solid #FFD51D!important;
}

.el-table th, .table.b-table  th {
    background-color: rgba(255,213,29,0.2)!important;
}

.el-table th > .cell, .table.b-table  th > .cell {
    background-color: transparent!important;
    color: #777!important;
    font-weight: bold !important;
}