
.listing-index .massive-update-block {
    float: right;
    margin-top: 3px;
    margin-right: 50px;
}

.listing-index .grid-view td:nth-child(16),
.listing-index .grid-view td:nth-child(7),
.listing-index .grid-view td:nth-child(6),
.listing-index .grid-view td:nth-child(5) {
    white-space: normal;
}
.listing-index .grid-view td:nth-child(9),
.listing-index .grid-view td:nth-child(8) {
    text-align: center;
}
.listing-index .grid-view .form-control {
    padding: 6px 6px;
}

.glyphicon-col-ok {
    color: green;
}
.glyphicon-col-default {
    color: blue;
}
.glyphicon-col-warning {
    color: darkorange;
}
.glyphicon-col-remove {
    color: darkred;
}