.form .form-group.form-group-sm.row {
    min-height: 32px;
    border: 1px solid rgba(0,0,0,.2);
    border-top: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.prdt-detl [class^=col-sm-] .form-group.form-group-sm.row {
    border-left: 0px;
}

.modal .form-group.form-group-sm.row {
    border-left: 0px;
    border-right: 0px;
}

.modal .form-group.form-group-sm.row:last-of-type {
    border-bottom: 0px;
}

.form .form-group.form-group-sm:first-child {
    border-top: 1px solid rgba(0,0,0,.2);
}

.form .form-group.form-group-sm .form-control {
    border-radius: 0px !important;
    height: 28px;
}

.form .form-group.form-group-sm .label-tit .control-label {
    padding-top: 0px;
    margin-bottom:0px;
}

.form .form-group.form-group-sm .label-tit .control-label span {
    position: relative;
    top: 1px;
}

.form .form-group.form-group-sm .label-tit {
    min-height: 34px;
    background-color: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.form .form-group.form-group-sm .input-group {
    padding: 3px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.form .form-group.form-group-sm .input-group[class*="text-"] {
    padding: 5px 10px;
    justify-content:flex-start;
}

.text-one {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.text-multi {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start !important;
}

.text-multi p {
    margin: 0;
}

.form .form-group-sm .input-group .input-group-addon {
    height: 28px;
}

.form .form-group-sm .input-group .input-group-addon, .input-group-btn {
    width: 15% !important;
    cursor: pointer;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.tb-col-1 {
    width: 8.333333%;
}
.tb-col-2 {
    width: 16.666667%;
}
.tb-col-3 {
    width: 25%;
}
.tb-col-4 {
    width: 33.333333%;
}
.tb-col-5 {
    width: 41.666667%;
}
.tb-col-6 {
    width: 50%;
}
.tb-col-7 {
    width: 58.333333%;
}
.tb-col-8 {
    width: 66.666667%;
}
.tb-col-9 {
    width: 75%;
}
.tb-col-10 {
    width: 83.333333%;
}
.tb-col-11 {
    width: 91.666667%;
}
.tb-col-12 {
    width: 100%;
}

/* .table thead th {
    min-width: 80px;
} */

@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.input-group-sm .btn-app {
    margin-top: 5px;
    margin-bottom: 5px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
