.help-block {
    color: red;
    font-weight: bold;
}

button {
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 6px;
}

.panel-title {
    font-size: 18px;
}

.nav > li > a {
    padding: 15px 10px;
}

.daterangepicker .calendar {
    font-size: 18px;
}

.daterangepicker .ranges li {
    font-size: 18px;
}

.range_inputs > .btn {
    font-size: 16px;
}

.datepicker-dropdown {
    font-size: 18px;
}

.checkbox > label {
    padding-left: 35px;
}

.checkbox input[type=checkbox] {
    margin-left: -30px;
}

.checkbox-inline {
    padding-left: 35px;
}

.checkbox-inline input[type=checkbox] {
    margin-left: -30px;
}

/* select2 のドロップダウンを開いた時の項目表示領域 */
.select2-results > .select2-results__options {
    max-height: 400px !important;
}
