.collapse-card-header{
    cursor: pointer;
}

.custom-online-table > td > p {
    max-width: 300px;
    word-break: break-word;
   /* white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.call-to-action{
    min-width: 150px;
    max-width: 160px;
    width: 150px;
}
.no-sort::before{
    display: none !important;
}
.no-sort::after{
    display: none !important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .pagination{
        justify-content: center !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .pagination{
        justify-content: center !important;
    }
}
.actionColumn {
    text-align: center;
    cursor: pointer;

}
.noactionColumnHeader {
    text-align: center;
}

.dropdown-item i {
width:30px;
}

.table-th-dashboard {
    margin: 2px 0px 0px 2px !important;
    padding: 2px 2px 2px 2px !important;
}
.table-td-dashboard {
    margin: 2px 0px 0px 2px !important;
    padding: 2px 2px 2px 2px !important;
}
.table-p-dashboard {
    margin: 2px 0px 0px 2px !important;
}
/*td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}*/