.col-md-5th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-10th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-8th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-10th {
        width: 40%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-8th {
        width: 12.5%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.font-green,
.font-green-sharp {
    color: #3D78A8 !important;
}

.btn.green {
    background: #ffd02c !important;
    border: none !important;
}

.column_word_break {
    width: 175px;
    word-wrap: break-word;
}

.input-group-btn .btn.btn-sm {
    height: 30px !important;
}