.form-group.bb-form-group.has-warning {
    margin-bottom: 10px;
}
#error_message_division,
#pop_error_message_division{
    max-height: 118px;
    overflow: auto;
}
#error_message_division a,
#pop_error_message_division a,
#lblMessage a {
    display: block;
    text-decoration: none;
    color: #a94442;
}

.width-215 {
    width: 215px !important;
}

.bb-modal.modal-address-zipcode .selection-division-address-postal .listbox-full {
    width: 100%;
    height: 220px;
    overflow-x: auto;
}

.bb-modal .modal-header-custom h4 {
    display: inline-block;
}

.v-middle{
    vertical-align: middle;
    line-height: 35px;
}
input.hidden-widget-hozinkaku-kaisya,
input.hidden-widget-tel-no,
input.hidden-widget-zip-address,
input.hidden-widget-zip-code {
    opacity: 0;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.bb-hozinkaku-kaisya-input {
    margin-bottom: 0px;
}
input.form-control.calendar-has-error {
    padding: 13px 12px;
    background: #FEF7F2;
    border: 2px solid #fa0046;
}
input.form-control.calendar-has-warn {
    padding: 13px 12px;
    background: #FEF7F2;
    border: 2px solid #FEF7F2;
}
button.widget-zip-code-btn-search {
    margin-left: 10px;
}
.numberModeIE8{ime-mode: disabled;}
.numberModeIE8_add{-ms-ime-mode: disabled;}
.has-error .bb-radio, .has-error span{color: #FF0000 !important;}
.has-warn .bb-radio, .has-warn span{color: #FF8000 !important;}
.has-warn .bb-checkbox, .has-warn span{color: #FF8000 !important;}

.input-group-addon, .input-group-btn {
    width: auto;
}
textarea {
    resize: none;
}
textarea.full-width {
    width: 100%;
}
button.AddRow,button.DeleteRow {
    height: 35px !important;
    width: 35px !important;
}
button.AddRow-not-click,button.DeleteRow-not-click {
    height: 35px !important;
    width: 35px !important;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a{
    color: #4d4d4f;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.active a{
    color: #fa0047;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
    font-size: 12px;
    font-weight: 700;
}