﻿/* 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. */

span.navbar-brand, a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 1rem !important;
}

/* 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;
}

.required:after {
    color: red;
    content: "*";
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","IPA明朝"
}


.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: 60px;
    font-size: 0.71rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*============================================================================
    ここからカスタム
============================================================================*/

.bg-tec {
    background-color: #1f497d !important;
}

.nav-title {
    text-align: center;
    color: white;
    height: 35.5px;
}

.side-menu {
    background-color: #1f497d;
    height: auto;
    min-height: 100vh;
    width: 35.5px !important;
}

/*@media (min-width: 992px) {*/
.side-menu-lg {
    min-width: 213px !important;
    max-width: 213px !important;
}
/*}*/

.side-menu ul {
}

    .side-menu ul li {
        color: white;
    }

        .side-menu ul li a {
            color: white !important;
        }

h4 {
    border-bottom: solid 3px #1f497d;
    font-weight: bold;
}

.slide_label {
    border: none;
    background: none;
}

input.slide_label:disabled {
    color: #212529;
}

.card-body {
    padding: 0.25rem;
}

label {
    vertical-align: middle;
    font-weight: bold;
    /*    height: 100%;
    align-items: center !important;
    display: flex !important;
*/
}

.btn-tec {
    background-color: #1f497d;
    color: white;
    min-width: 56.8px;
    font-size: 0.65rem;
    padding: 0.1rem;
    border-radius: 0.2rem;
}

.ui-datepicker-current-day .btn-tec {
    min-width: auto !important;
    padding: 0.5rem;
}

.btn-tec:hover {
    color: lightgray;
}

.table-tec th {
    vertical-align: middle !important;
    text-align: center !important;
}

.table-tec tbody td, .table-tec tbody th {
    vertical-align: middle !important;
}

.thead-tec {
    position: sticky;
    top: -1px;
    z-index: 1;
    background-color: white;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    /*background-color:white !important;*/
}

body {
    margin-bottom: 0;
}

.alert {
    margin-bottom: 0;
    padding: .1rem .5rem;
}

.fc-white {
    color: white !important;
}

.fc-red {
    color: red;
}

.nav-title:hover {
    color: white !important;
}


.side-li1 {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 5px;
}

    .side-li1:before {
        content: "■"
    }

.side-li2 {
    list-style: none;
    padding-left: 10px;
}

    .side-li2:before {
        content: "▼"
    }


.side-li3 {
    list-style: disc;
    margin-left: 10px;
}

.side-ul2 {
    padding-left: 9.94px;
}

.side-ul3 {
    padding-left: 16.33px;
}

.bg-mintcream {
    background-color: mintcream !important;
}

.print-on {
    display: none;
}

@media print {

    body {
        font-family: IPA明朝;
    }

    .print-off {
        display: none;
    }

    .print-on {
        display: block;
    }

    table,
    .table {
        border-collapse: inherit !important;
    }

    .table-bordered {
        border-spacing: inherit !important;
    }

    .col-1-5, .col-4-5 {
        position: relative;
        width: 100%;
        padding-right: 10.65px;
        padding-left: 10.65px;
    }

    @media (min-width: 1200px) {
        .offset-1-5 {
            margin-left: 12.499999%;
        }

        .offset-5-5 {
            margin-left: 45.83333315%;
        }

        .col-1-5 {
            flex: 0 0 12.499999%;
            max-width: 12.499999%;
            padding-right: 0 !important;
        }
    }
}

.no-1,
.no-3 {
    width: 53.25px !important;
}

.no-2 {
    width: 106.5px !important;
}

.col-1-5, .col-4-5 {
    position: relative;
    width: 100%;
    padding-right: 10.65px;
    padding-left: 10.65px;
}

.offset-1-5 {
    margin-left: 12.499999%;
}

.offset-5-5 {
    margin-left: 45.83333315%;
}

.col-1-5 {
    -ms-flex: 0 0 12.499999;
    flex: 0 0 12.499999%;
    max-width: 12.499999%;
    padding-right: 0 !important;
}


.fc-black {
    color: black !important;
}


.fc-blue {
    color: blue !important;
}


.fc-green {
    color: green !important;
}

.outer {
    /*    display: flex;
    justify-content: center;
    align-items: center;
*/
}

.inner {
    /*    position: absolute;
    top: 550px;
    right: 0;
    bottom: 30vh;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
*/
    margin-top: 100px;
}

.input-validation-error {
    background-color: #f8d7da !important;
}

.form-group {
    margin-bottom: 0.2rem !important;
}

hr {
    margin-top: 0.355rem !important;
    margin-bottom: 0.355rem !important;
}

ul,
.table {
    margin-bottom: 0rem !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.table {
    margin-bottom: 0 !important;
}

h1, .h1 {
    font-size: 1.775rem;
}

h2, .h2 {
    font-size: 1.42rem;
}

h3, .h3 {
    font-size: 1.2425rem;
}

h4, .h4 {
    font-size: 0.95rem;
}

h5, .h5 {
    font-size: 0.8875rem;
}

h6, .h6 {
    font-size: 0.71rem;
}

.form-control {
    font-size: 0.71rem;
    padding: 0.1rem 0.2rem;
    height: calc(1.065em + 0.5325rem + 2px);
    margin-top: 4px;
}

.page-link {
    padding: 0.3rem 0.4rem;
}

.btn {
    font-size: 0.5rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10.65px;
    padding-left: 10.65px;
}

.row {
    margin-right: -10.65px;
    margin-left: -10.65px;
}

.container-fluid {
    padding-right: 10.65px;
    padding-left: 10.65px;
}

p {
    margin-bottom: 0.71rem;
}

.tec-main-height {
    max-height: calc(100vh - 65px);
    height: calc(100vh - 65px);
}




#collapseExample {
    height: auto !important;
    display: none !important;
    transform: translateX(-100%);
    transition: 0.35s transform;
    -webkit-transition: height 0.05s ease;
    transition: height 0.05s ease;
}

    #collapseExample.show {
        display: block !important;
        transform: translateX(0);
    }

.font-1 {
    font-size: 1.25rem;
    padding: 3px;
    height: auto;
    min-height: 100vh;
}





@media (min-width: 768px) {
    .bd-links {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - 0rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto;
    }
}

.bd-links {
    overflow: auto;
    font-weight: 600;
}

.bd-sidebar {
    grid-area: sidebar;
}

aside {
    display: block;
}

.bd-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
    background-color: none;
    border: 0;
}


header a {
    color: white;
}

.navbar {
    padding: 0px;
    /*height:30px !important;*/
}

    .navbar :hover {
        color: white !important;
    }


.dropdown-menu {
    background-color: #1f497d !important;
    padding: 0px;
    font-size: 0.71rem;
}

.dropdown-item {
    background-color: #1f497d !important;
    height: 30px;
    color: white !important;
}

    .dropdown-item:hover {
        height: 30px;
        /*background-color: #30608e !important;*/
        background-color: #0e386c !important;
        color: white !important;
    }

.dropright .dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
}
/*.dropright:hover .dropdown-menu {
    display: block;
}
*/
.dropright:hover {
    display: block;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-control {
    margin-top: 0px;
}

.table th {
    color: #495057;
    background-color: #c5d9f1;
    border-color: #dee2e6;
}

main a {
    text-decoration: underline;
}

.dropdown {
    height: 30px;
}

.dropdown-menu {
    margin-top: -1px !important;
    margin: 0;
}

.nav-link {
    padding: .45rem;
}

.system-navi ul {
    width: auto;
    padding: 0px;
}

    .system-navi ul li {
        width: auto;
        float: left !important;
        list-style: none;
        margin: 0;
    }


.dataTables_scrollBody table {
    position: inherit;
    top: -7.5px;
}

.dataTables_scrollBody thead {
    visibility: hidden;
}


table tbody th, table tbody td, th {
    padding: 0.2rem !important;
}

.system-navi {
    width: calc(100vw - 300px);
}

@media (min-width: 1200px) {
    .system-navi {
        width: auto;
    }
}

.sys-active {
    /*color: #ff0000;*/
    border-bottom: solid 3px white;
    padding-bottom: 0px;
}

    .sys-active:hover {
        /*color: white !important;*/
    }

.table-responsive {
    overflow-x: hidden !important;
}

/*添付ファイル*/
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 1.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    overflow: hidden;
}

.custom-file-input:disabled + .custom-file-control {
    background-color: #e9ecef;
}

.custom-file-control::before {
    position: absolute;
    top: -4px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-control::before {
    content: "参照";
    font-size: 8px;
}

/*ラジオとチェックの位置ずれ修正*/
input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 5px;
}

.tec_datepicker {
    max-width: 80px;
}

.taniEn {
    padding-top: 0.5em
}

/***********************共通の幅指定**********************/
/*共通で使用するものはsite.cssで記載*/
/*共通でないものは各画面のcssで記載*/

.w_year {
    width: 40px;
}

.w_month {
    width: 30px;
}

.w_bango_nen {
    width: 30px;
}

.w_bango_remban {
    width: 55px
}

.w_bango_eda {
    width: 30px;
}

.w_koji_no {
    width: 70px;
}

.w_chc_shiten_select {
    width: 85px;
}

.w_chc_jigyojo_select {
    width: 120px;
}

.w_chc_kenshu_select {
    width: 70px;
}

.w_szc_konyukb_select {
    width: 100px;
}

.w_shohizei {
    max-width: 70px;
}

.w_szc_kingaku {
    width: 85px;
}
