/* 共通
   ========================================================================== */

@media screen and (max-width:768px) {}

@media screen and (min-width:768px) {}

/* adminlteのform-control使用 */
.form-control {
  color: #495057 !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}

.form-control:focus {
  color: #495057 !important;
  background-color: #ffffff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none !important;
}

/* N.H 制作 */
/* --------------------------------------------------------------------------------------------------------- */
.pd-10 {
  padding-top: 10px !important;
}

#datatables tbody td {
  border: 1px solid #ded8d8;
  padding: 7px;
}

#datatables thead th {
  border: none;
  padding-left: 7px;
}

#datatables tbody:nth-child(odd) {
  background: #FFFFFF;
}

.ui-datepicker-trigger {
  padding: 0;
}

.ui-datepicker-trigger button {
  color: black;
  background-color: #f4f4f4;
  border: 1px solid #ced4da !important;
  box-shadow: none;
}

/* .form-check,
label {
  color: #5c5c5c;
} */

.btn {
  margin: 0;
}

.form-check-inline {
  padding-left: 15px;
  margin-right: auto;
  align-items: baseline;
}

.delete-top a:hover {
  color: #82b5dd;
  text-decoration: underline;
  background-color: #fff;
}

.delete-top a {
  color: rgb(150, 150, 150);
  text-decoration: underline;
}

.table-select .select2-container--default .select2-selection--single {
  background-color: #e4f1f3 !important;
}

.inputs {
  background-color: #e4f1f3 !important;
}

.inputs:focus {
  background-color: #e4f1f3 !important;
}

.table-select .select2-selection__rendered {
  font-size: 14px;
}

.select2-selection__rendered {
  font-size: 14px;
}

.select2-results__options {
  font-size: 14px;
}

#datatables tbody td {
  border: none;
  padding: 7px;
}

#datatables tbody th {
  border: none;
  padding: 7px;
}

#datatables tbody {
  background: #FFFFFF;
  border-bottom: 1px solid #cecece;
}

#datatables tbody:nth-child(odd) {
  background: rgb(249 254 255);
}

body {
  font-family: 'Open Sans', sans-serif;
}

input:read-only,
textarea:read-only {
  background-color: #FFFFFF !important;
}

.form-control[readonly] {
  background-color: #FFFFFF !important;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 1030;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* .table-striped-tbody tbody:nth-of-type(odd) {
  background-color: rgba(0, 0, 21, 0.05);
} */
/* .order-edit label{
  font-size: 13px;
} */
.mt-20 {
  margin-top: 20px;
}

.main-table {
  width: 100%;
}

.border-thead {
  background-color: #add8e6;
  /* border-top: 2px solid;
  border-bottom: 2px solid; */
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.quantity{
  max-width: 112px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* 日曜日のカラー設定 */
/* --------------------------------------------------------------------------------------------------------- */
td.ui-datepicker-week-end:first-child a.ui-state-default {
  background-color: #ffecec;
  /* 背景色を設定 */
  color: #f00 !important;
  /* 文字色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
  background-color: #eaeaff;
  /* 背景色を設定 */
  color: #00f !important;
  /* 文字色を設定 */
}

/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight {
  background-color: #fffa90 !important;
}

/* --------------------------------------------------------------------------------------------------------- */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

.select-large .select2-container .select2-selection--single {
  height: 37px !important;
}

.select-large .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

.select-large .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

/* 2021.02.09 a.k ロゴ左位置調整 */
.logo-margrin-l {
  margin-left: 20px;
}

/* 2021.02.09 a.k 発注者トップ　ステータス表示関連 */
.notice-status-table {
  /* border: #ddd solid 1px; */
}

.notice-status-row {
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: #ddd solid 1px;
}

.notice-title {
  background-color: #34b0cb !important;
}

.datepicker-small {
  font-size: 14px !important;
}

/* J.T 制作 */
/* --------------------------------------------------------------------------------------------------------- */
/* font-color */
.f-red {
  color: red;
}

.tbody-disabled{
  background-color: #ddd !important;
}

.status-font{
  font-size: 16px;
  font-weight:bold;
}

.status-font-cancel{
  font-size: 15px;
  font-weight:bold;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(249, 254, 255);
}

#table-notice-register th:nth-child(1) {
  width: 100px;
}

#table-notice-register th:nth-child(2) {
  width: 1200px;
}

#table-notice-register th:nth-child(3) {
  width: 210px;
}

.label-pd {
  padding: 0px 30px 0 30px;
}

/* #table-mst-user-all-mainte-manager th:nth-child(1) {
  width: 150px;
}

#table-mst-user-all-mainte-manager th:nth-child(2) {
  width: 300px;
}

#table-mst-user-all-mainte-manager th:nth-child(3) {
  width: 600px;
}

#table-mst-user-all-mainte-manager th:nth-child(4) {
  width: 100px;
}

#table-mst-user-all-mainte-manager th:nth-child(5) {
  width: 150px;
} */

#table-change-history-log th:nth-child(1) {
  width: 150px;
}

#table-change-history-log th:nth-child(2) {
  width: 150px;
}

#table-change-history-log th:nth-child(3) {
  width: 150px;
}

#table-change-history-log th:nth-child(4) {
  width: 300px;
}

#table-change-history-log th:nth-child(5) {
  width: 1300px;
}


#table-mst-user-all-mainte-purchases th:nth-child(1) {
  width: 124px !important;
}

#table-mst-user-all-mainte-purchases th:nth-child(7) {
  width: 134px !important;
}

.drag-erea {
  border: 1px solid;
  border-color: rgb(141, 138, 138);
  color: rgb(141, 138, 138);
  margin: 0 auto;
  text-align: center;
}

.drag-erea-label {
  text-align: center;
  line-height: 10rem;
  font-size: 1.2rem;
  color: rgb(157, 151, 151);
  margin-bottom: 0;
}

.file-uploader {
  display: none
}

.label-pd {
  padding: 0px 30px 0 30px;
}

/* --------------------------------------------------------------------------------------------------------- */

/* N.I 制作 */
/* --------------------------------------------------------------------------------------------------------- */
.table th, .table td {
    vertical-align: middle;
}
.datepicker {
    max-width: 110px;
}
/* --------------------------------------------------------------------------------------------------------- */

.c-sidebar .c-sidebar-nav-link, .c-sidebar .c-sidebar-nav-dropdown-toggle {
    font-size: 16px;
}

.c-sidebar-nav{
  background-color: #004f79;
}

.c-sidebar-nav-link:hover{
  background-color: #00203f !important;
}

.c-active{
  background-color: #00203f !important;
}

.dropdown-item:active {
  background-color: #004f79 !important;
}

.bg-dark{
  background-color: #00203f !important;
  color: white;
  width: 1000px;
}

.btn-info{
  background-color: #0075a7 !important;
  border-color: #0075a7 !important;
}

.btn-info:hover{
  opacity: 0.8;
}

.btn-success{
  background-color: #00203f !important;
  border-color: #00203f !important;
}

.btn-success:hover{
  opacity: 0.8;
}

.btn-info-2{
  background-color: #2094c4 !important;
  border-color: #2094c4 !important;
  color: white !important;
}

.btn-info-2:hover{
  opacity: 0.8;
}

.btn-secondary{
  background-color: #2094c4 !important;
  border-color: #2094c4 !important;
  color: white !important;
}

.btn-secondary:hover{
  opacity: 0.8;
}

*:focus {
  outline: none !important;
  box-shadow:none !important;
}

.navbar-brand{
  font-size: 28px;
  padding-left: 1rem;
}

.status_link{
  font-size: 30px;
  color: #2094c4;
}

.status_link:hover{
  font-size: 30px;
  color: #2094c4;
}

a{
  color: #2094c4;
}

a:hover{
  color: #2094c4;
}

.pl-30{
  padding-right: 30px !important;
}

#datatables th:nth-child(1) {
  width: 120px;
}

#datatables th:nth-child(2) {
  width: 120px;
}

#datatables th:nth-child(3) {
  width: 325px;
}

#datatables th:nth-child(4) {
  width: 120px;
}

#datatables th:nth-child(5) {
  width: 110px;
}

#datatables th:nth-child(7) {
  width: 210px;
}

.f-logo{
  position: absolute;
  right: 0;
}

.table thead th {
  border-bottom: none;
}

.pr-30{
  padding-right: 30px !important;
}

input[type="time"] {
  max-width: 110px;
}

.pb-item{
  bottom: 0;
  position: absolute;
  width: 256px;
}