table a {
	color: #000;
	text-decoration: none;
}

.container {
    width: 1200px !important;
    max-width: 1200px !important;
    min-width: 1200px !important;
}

.header, .footer {
	height: 35px;
}

.login-content {
	height: calc(100vh - 70px);
}

.title {
	line-height: 2;
}

.label-title--long {
	width: 140px;
}

.left-menu {
	width: 190px!important;
	max-width: 190px!important;
	min-width: 190px!important;
	height: calc(100vh - 70px);
}

    .is-current {
        position: relative;
        background: #f49038;
    }

        .is-current::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 15px;
            width: 8px;
            height: 8px;
            transform: translateY(-50%);
            border-radius: 10px;
            background: #72645d;
        }

.main-content {
    background-color: #f1f1f1;
    width: 1010px !important;
    max-width: 1010px !important;
    min-width: 1010px !important;
    height: calc(100vh - 70px);
    overflow: auto;
}

.job-list-table {
	border-collapse: collapse;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.job-list-table thead tr {
	background-color: #eee;
}

.job-list-table th {
	font-size: .85em;
	font-weight: 400;
}

.job-list-table th, .job-list-table td {
	padding: 0.5em 10px 0.5em 1em;
	border-right: 1px solid #bbb;
}

.job-list-table tr {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: .35em;
}

.pager {
	align-items: center;
	justify-content: center;
	display: flex;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
	vertical-align: middle;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.search {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.search .input-text {
  width: 300px;
  margin-right: 10px;
  font-size: 1em;
  border: solid 1px gray;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
}


.left-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-menu li {
  margin: 0;
  padding: 0;
}

.left-menu a {
  display: block;
  padding: 10px;
  text-decoration: none!important;
  color: #000;
  padding-left:30px;
}

.left-menu li:hover {
  background-color: #f49038;
}

.lists > table {
	border-collapse: collapse;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.lists > table thead tr {
  background-color: #eee;
}

.lists > table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

.lists  table th {
  font-size: .85em;
  font-weight: 400;
}

.lists  table th, table td {
  padding: 0.5em 10px 0.5em 1em;
  border-right: 1px solid #bbb;
}

.grid-input {
	width: calc(100% - 10px);
	margin: 0 5px 0 5px;
}

.f_plus {
  width: 30px;
  height: 30px;
  display: block;
  background-color: blue;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.f_plus::after {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  font-size: 16pt;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: -1px;
  left: 6.0px;
}

.f_minus {
  width: 30px;
  height: 30px;
  display: block;
  background-color: red;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.f_minus::after {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  color: #fff;
  position: relative;
  font-weight: 600;
  top: 3.9px;
  left: 8px;
}

.flag-labels {
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}

.w-short {
  width: 90px;
}

.w-short--short {
  width: 80px;
}

.w-short--long {
    width: 100px;
}

.w-middle {
  width: 150px;
}

.w-date {
  width: 220px;
}

.w-middle--date {
    width: 380px;
}

.w-btn {
  width: 50px;
}

.w-btn--wide {
 width: 150px;
}

.w-btn--wide2 {
 width: 200px;
}

.w-300p {
	width: 300px;
}

.w-user_name, .w-user_tel {
    width: 135px;
}

.w-user_name_wide {
    width: 200px;
}

.w-user_btn {
    width: 70px;
}


.search .job-add-btn {
    height: 100%;
    background-color: #12bbad;
    color: #fff;
    border: none;
    padding: 0.375rem 0.75rem;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.hide_hidden_button {
    display: none;
}

.input-uploader {
    /*height: 25px;*/
    width: 300px;
    margin-right: 10px;
    font-size: 1em;
    border: solid 1px gray;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
}

.joblistRow:hover {
	cursor: pointer;
}

.round_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #333; /* 枠の調整 */
    border-radius: 50%; /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
}

    .round_btn::before, .round_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px; /* 棒の幅（太さ） */
        height: 22px; /* 棒の高さ */
        background: #333; /* バツ印の色 */
    }

    .round_btn::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .round_btn::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }

.text_ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-container {
    width: 100%;
}

.inputlimitLBL {
    color:red;
}

.balloonoya {
    position: relative; /* 指定した分だけ相対的に移動 */
}

    .balloonoya:hover .balloon {
        display: inline; /* インライン要素として表示 */
    }

.balloon {
    position: absolute; /* 親要素を基準 */
    display: none; /* 要素を非表示 */
    padding: 2px; /* テキストの前後の余白 */
    background-color: rgba(102, 102, 255); /* 背景色（透明度） */
    width: 180px; /* 吹き出し全体の幅 */
    left: -180px; /* 表示位置 */
    font-size: 80%; /* 文字サイズ */
    color: white;
}

    .balloon:after {
        border-left: 12px solid rgba(102, 102, 255); /* 吹き出し口の幅・色 */
        border-top: 10px solid transparent; /* 吹き出し口の高さ１／２ */
        border-bottom: 10px solid transparent; /* 吹き出し口の高さ１／２ */
        right: -12px; /* 吹き出し口の位置調整 */
        top: 5%; /* 吹き出し口の縦位置 */
        content: ""; /* コンテンツの挿入 */
        position: absolute; /* 親要素を基準 */
    }
