.navbar-brand .brand-icon {
    float: none;
}

.input-group[class*="col-"] {
    padding-right: 10px;
}

#myFilters > th > .form-control, #myFilters > th > .input-group > .form-control {
    min-width: 100px;
}

#transactions_wrapper div.dataTables_filter label, #transactions_wrapper div.dataTables_filter input {
    display: none;
}

.panel-heading {
    padding: 10px;
}

.panel-heading h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
}

.small_column{
    max-width: 100px;
}

#customers #myFilter0 input, #customers #myFilter6 input {
    max-width: 100px;
}

#customers #myFilter4 select {
    max-width: 160px;
}

.text-error {
    font-weight: bold;
    color: red;
}

.input-group {
    width: 100%;
}

@media (max-width: 767px) {
    .simple-page-form {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.text-bold {
    font-weight: bold;
}

.intl-tel-input {
    width: 100%;
}

.dt-buttons {
    width: auto;
    margin-right: 15px;
}
.form-inline .form-control {
    min-width: auto;
}
.form-inline .btn {
    height: auto;
}