﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/*
*/
body {
	font-size: 16px;
}
.form-control {
	font-size: 16px;
}
.ui-widget {
	font-size: 16px;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	font-size: 16px;
}
.nav-item {
	font-size: 16px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.form-group {
	margin-bottom: 6px;
}
input.form-control {
	height: 25px;
}
select.form-control {
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
}
.col-sm,   .col-sm-1,  .col-sm-2,  .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6,  .col-sm-7,  .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md,   .col-md-1,  .col-md-2,  .col-md-3, .col-md-4,
.col-md-5, .col-md-6,  .col-md-7,  .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg,   .col-lg-1,  .col-lg-2,  .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6,  .col-lg-7,  .col-lg-8,
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
{
	padding-left: 6px;
	padding-right: 6px;
}
label {
	margin-bottom: 0;
}
/*.table {
	> :not(caption) > * > * {
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
}
.table-sm {
	> :not(caption) > * > * {
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
}
*/.table td {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	vertical-align: middle;
}
.bg-table-input {
	background-color: #FFFF88;
}
.btn-sm, .btn-md, .btn-lg {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ui-wedget {
	font-size: 16px;
}

.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.oi-local {
	top: 0px;
	padding-top: unset;
	margin-left: 5px;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    /* 2024.12.11 CTS馬場 保守No29↓ */
    z-index: 10000;
    /* 2024.12.11 CTS馬場 保守No29↑ */
}
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: url("images/ajax-loader.gif") center center no-repeat;
}
/*-------------------------
追加 バリデーションエラー
-------------------------*/
/* ↓validationvalidationvalidationvalidationvalidationvalidation */

/*
#errmsg {
    border-bottom: none;
    border-left: none;
    padding-left: 1em;
    content: "\A";
    white-space: pre-line;
}
*/

.field-validation-error {
    color: #e80c4d;
/*    font-weight: bold; */
    content: "\A";
    white-space: pre-line;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    /*    border: 2px solid #e80c4d;
    background-color: rgb(243 99 15 / 0.30); /* 入力項目の背景 */
    border: 1px solid #e80c4d !important;
    /*background-color: rgb(243 196 196 / 0.25);*/
    background-color: rgb(255 230 240) !important;
}
select.input-validation-error {
    /*    border: 2px solid #e80c4d;
    background-color: rgb(243 99 15 / 0.30); /* 入力項目の背景 */
    border: 1px solid #e80c4d !important;
    /*background-color: rgb(243 196 196 / 0.25);*/
    background-color: rgb(255 230 240) !important;
}
textarea.input-validation-error {
    border: 1px solid #e80c4d !important;
    background-color: rgb(255 230 240) !important;
}

input.input-custom-error {
    border: 1px solid #e80c4d !important;
    background-color: rgb(255 230 240) !important;
}
select.input-custom-error {
    border: 1px solid #e80c4d !important;
    background-color: rgb(255 230 240) !important;
}
textarea.input-custom-error {
    border: 1px solid #e80c4d !important;
    background-color: rgb(255 230 240) !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #e80c4d;
/*    font-weight: bold;
    font-size: 1.1em; */
    content: "\A";
    /*white-space: pre-line;*/
}

/* ↑validationvalidationvalidationvalidationvalidationvalidation */

input.form-control {
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

select.form-control {
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.foreground {
    z-index: 999;
    margin-top: -25px;
}


.slider {
    overflow-y: auto;
    height: 460px;
    width: 1600px;
    margin: 0 auto;
}

    .slider table {
        margin: 0 auto;
        padding: 0;
        /*border-collapse: collapse;*/
        border-collapse: separate;
    }

    .slider th, .slider td {
        /*border: 1px solid #999;*/
        /*padding: 6px;*/
        /*white-space: nowrap;*/
        border: none !important;
        border-right: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .slider tr:first-child th,
    .slider tr th:first-child {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: white;
    }
    .slider tr:first-child th, .slider tr:first-child td {
        border-top: 1px solid #dee2e6 !important;
    }

    .slider th:first-child, .slider td:first-child {
        border-left: 1px solid #dee2e6 !important;
    }
        .slider tr:first-child th:first-child {
            z-index: 0;
        }

        .slider tr:first-child th:before,
        .slider tr th:first-child:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            /*width: 100%;*/
            height: 100%;
            /*border: 1px solid #999;*/
        }
