.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
}

.material-icons {
    vertical-align: bottom;
    font-size: 18px;
}

.borderlessBtnDiv .material-icons {
    vertical-align: inherit;
}

.input-group {
    display: table;
}

.btn {
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-image: none;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    h4 {
        font-size: 18px;
    }
ul.list-group.list-group-horizontal li {
    display: inline-block;
}
ul.list-group.list-group-horizontal li:not(:last-child) {
    margin-right: .5rem;
}

.dropdown-toggle::after {
    display: none;
}

li.dropdown-trigger:hover ul.dropdown-menu {
    display: block;
    margin: 0px 0px 0px 0px;
}


li.dropdown-trigger ul.dropdown-menu.show {
    transform: inherit !important;
    top: 25px !important;
    left: initial !important;
}

.form-control {
    font-size: 14px;
    line-height: 1.42857143;
}

.input-group input {
    display: inline-block;
}

.input-group {
    width: inherit;
}