.plr110px {
    padding: 0 110px;
}
.text-primary {
    color: #337ab7;
}
.table-dt  thead  th {
    background: #d9edf7;
}
.text-middle {
    vertical-align: middle !important;
}
.w120px {
    min-width: 120px;
}
.text-overflow{
    max-width: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.checkbox-inline, .radio-inline {
    margin-left: 0px !important;
    margin-right: 20px !important;
    float: none; /* hotfix task #068 */
}
.target_org_update_all{
    padding-left: 60px;
}
.weekly_template{
    margin-left: 17px;
}

.text-overflow-80{
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.th-image {
    /*width: auto!important;*/
    padding: 0!important;
}
.nicescroll-rails-vr {
    z-index: 999 !important;
}
.table-layout-fixed{
    overflow-wrap:break-word;
    table-layout:fixed;
    word-break:break-all;
    /* display: table-cell; */
    width: 100%;
}
.word-wrap {
    white-space: unset !important;
    display: table-cell;
}
.w50px {
    width: 50px;
}
.w55px {
    width: 55px;
}
.w105px {
    width: 105px;
}
.w115px {
    width: 115px;
}
.min-w150px {
 min-width: 150px;
}
.dataTables_processing {
    z-index: 9999;
}
.menu-inactive i, .menu-inactive span {
    color: #a59999!important;
}