table.dataTable.table-sm tbody{font-size:0.85em;}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    right:1.0em!important;
}
table.dataTable tr.disabled{color:#666;background-color: #ccc;opacity: 0.7;}
img#stars {
    float: right;
    width: 20%;
    padding: 0px;
    padding-top: 0;
    /* opacity: .3; */
}
.bluestar {
    color: #0077bc;
}
.bg-bluestar {
    backgroud-color: #0077bc;
}
td.details-control {
    cursor: pointer;
}
td.details-control::before, tr.shown td.details-control::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
}
td.details-control::before {
    content: "\f055";
    color: green;
}
td.cellposttext{
    font-size: 11px;
    line-height: 11px;
}

tr.shown td.details-control::before {
    content: "\f056";
    color: red;
}
.loader {
    position:absolute;
    width:100%;
    height:100%;
    display:none;
    background-image: url("img/loader.gif");
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #ffffff;
    z-index:10000;
}

.errors{color:red;}

* {
	box-sizing: border-box;
}

#tblposts tr td:last-child {
	vertical-align: middle;
}



.hidden {
    display: none;
}

/* AGGIUNTE PER DEMO A TEAM META - ALESSANDRO SESTER */


/*

.row .col-md-4 .btn-group, .btndelpage{
visibility:hidden;
}

.row .col-md-4 .btnmodalposts{
visibility:visible !important;
}

.btnpublished
,.modalsubscriptions .btn
{
visibility:hidden;
}
.modalsubscriptions .card{display: none;}
.post_360{display: none!important;}

*/