@CHARSET "UTF-8";

input.input25{ width:25px !important;}
input.input50{ width:50px !important;}
input.input75{ width:75px !important;}
input.input100{ width:100px !important;}
input.input125{ width:125px !important;}
input.input150{ width:150px !important;}
input.input200{ width:200px !important;}
input.input250{ width:250px !important;}
input.input250{ width:3000px !important;}

p {
    margin: 0;
}
.ime_active {
    ime-mode: active;
}
.ime_disabled {
    ime-mode: disabled;
}

#overDiv{
    border: 1px #d43f3a solid;
    background-color: #ffffff;
    border-radius:5px;
}


.ol_captionfontclass{
    background-color: #d9534f;
    color: #ffffff;
    padding: 5px;
    font-weight:bold;
    font-size: 11px;
}
.ol_textfontclass{
    padding: 5px;
    font-size: 11px;
}
.form_error{
  border-color: #a94442 !important;
  background-color: #FFDDDD !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form_error:focus {
  border-color: #843534 !important;
  background-color: #FFDDDD !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.form_error_text {
    font-weight: bold;
    color: #FF0000;
}

.form_warning{
  background-color: #fcf8e3;
}

span.form_error.form-control{
    height:100%;
}

.text-danger {
    color: #dc3545!important;
}

.text-warning {
    color: #ffc107!important;
}

.ui-front{
    z-index: 9999;
}


.ui-dialog .ui-dialog-titlebar-close{
    padding-top: 0px;
}
.ui-dialog-titlebar-close:after{
    content: "×";
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
    width: 45%;
}

.form_table th{
    vertical-align: middle !important;
}
.form_table td{
    background-color: #fcfcfc;
}

.table>tbody>tr.active>td{
    background-color:#ccc;
    color: #999;
}
.table-hover>tbody>tr.active:hover>td{
    background-color:#999;
    color: #666;
}

.table-bordered thead th {
   border-bottom: 1px solid #dee2e6 !important; /* ヘッダ行の下線 */
}

.confirm_tmp_img{
    max-height: 800px;
    max-width: 800px;
}

.treeview-menu li a{
    font-size: 12px;
}

.user-panel>.image>img {
    height: 45px;
    width: 45px;
}

.input-sm {
    height: 30px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.lavel-tw {
    display: inline-block;
    padding:6px;
    border: 1px solid #f4f4f4;
    background-color: #f9f9f9;
    border-radius: 3px;
}
.lavel-tw.lv50{ width:50px;}
.lavel-tw.lv75{ width:75px;}
.lavel-tw.lv100{ width:100px;}
.lavel-tw.lv125{ width:125px;}
.lavel-tw.lv150{ width:150px;}
.lavel-tw.lv175{ width:175px;}
.lavel-tw.lv200{ width:200px;}


/*テーブルの左側を固定するためのスタイル*/
.table-sticky.sticky-left thead .blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}
.table-sticky.sticky-left thead .blank1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 60px;
}

.table-sticky.sticky-left tbody .blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}
.table-sticky.sticky-left tbody .blank1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 60px;
}

.control-sidebar .nav-sidebar>.nav-item>.nav-link.active {
    border-radius: .25rem;
    background-color: #007bff;
    color: #fff;
}

.card-title {
    float: left;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.card.card-outline-tabs .card-tools {
    margin: 0;
}

.table td, .table th {
    padding: .50rem;
}

.thumb_contain50{
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border: 1px solid #ccc;
  background: #eee;
}

.thumb_cover50{
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  border: 1px solid #ccc;
  background: #eee;
}

.thumb_contain100{
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  border: 1px solid #ccc;
  background: #eee;
}

.thumb_cover100{
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
  background: #eee;
}

.thumb_contain50:hover,
.thumb_cover50:hover,
.thumb_contain100:hover,
.thumb_cover1000:hover
{
  transform: scale(3,3); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  position: relative;
  z-index: 9999999999;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.5 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 5px;
}

template{
    display: none;
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
