/*サジェストのスクロール設定*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
/*AdminLteのテーブルボーダー色を変更*/
.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td{
    border-top: solid 1px #ddd !important;
}
/*テーブル見出しの上下調整*/
form .table>tbody>tr>th, form .table>tbody>tr>td {
    vertical-align: middle;
}
/*エラーメッセージ*/
.error-message {
    display: inline-block;
    margin-top: 6px;
    color: red;
}
/*width*/
.w-25{
    width: 25%;
}
/*ページネーション */
.page_nation_area .pagination{
    margin:0px;
}
/*ソート行のカーソル*/
.sortdata,.master_sort{
    cursor: move;
}
/**/
.circle1{
    border-radius: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 1px;
}
/**/
.pointer{
    cursor: pointer;
}
.checkbox1{
  transform: scale(1.5);
}
/*チェックボックスの大きさ2倍*/
.checkbox2{
  transform: scale(2);
}
