﻿/* 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. */

#ErrListNone > ul {
    list-style-type: none;
    padding-left:0px;
    margin-top:30px;
}
.ErrListNone > ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 30px;
}

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: #0671BC;
    border-color: #0671BC;
    font-size: 1rem;
}

.btn-primary:hover {
    color: #0671BC;
    background-color: #ffffff;
    border-color: #0671BC;
    /*font-weight: 900;*/
}

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

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
     color: #dc3545;
     background-color: #ffffff;
     border-color: #dc3545;
     /*font-weight: 900;*/
    }

.btn-secondary {
    color: #fff;
    background-color: #4C4C4C;
    border-color: #4C4C4C;
}

.btn-secondary:hover {
     color: #4C4C4C;
     background-color: #ffffff;
     border-color: #4C4C4C;
     /*font-weight: 900;*/
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@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: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    border-top: 0px !important;
}

.details-sidebar {
    height: 93.2%;
    top: 6.8%;
    right: 0;
    position: absolute;
    width: 350px;
    background-color: #ffffe0;
    -webkit-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.show-details-sidebar-expand {
    width: 50vw;
}
.show-details-sidebar-expand {
    width: 350px;
}

@media (min-width: 768px) {
    .show-details-sidebar-expand {
        width: 50vw;
    }
}

._c_details-info {
    font-size: 16px;
    left: 15px;
    position: relative;
}

.compo{
    height:30px;
}

.h32{
    height:32px;
}

/*フルスクリーンモーダル*/
.modal-fx {
    position: fixed !important;
    height: 100svh !important;
    width: 100vw !important;
    left: 0 !important;
    top:0 !important;
}

/*電子帳簿対応追加分*/
.sD-none{
    display:none !important;
}

/* 詳細画面デザイン */
.cDetailCompo:hover {
    border-bottom: 3px solid #39b7e5;
}
.cDetailCompo.active {
    border-bottom: 3px solid #39b7e5;
}

/* admin-lteのcontent-wrapperスタイルを打ち消す */
.cContent-impotant-wrapper{
    min-height:calc(100svh - 56px) !important;
}
@media (min-width: 992px) {
    .cContent-impotant-wrapper {
        min-height: calc(100svh - 112px) !important;
    }
}

.finger{
    cursor:pointer;
}

.under {
    text-decoration: underline;
}

.rounded-end-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-start-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-top-0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 540px) {
    .rounded-sm-start-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/*--- ボタンアウトラインデジチャボ ---*/
.btn-outline-digi {
    color: #0671BC;
    border-color: #0671BC;
}

    .btn-outline-digi:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #0671BC;
        border-color: #0671BC;
    }
/*-------------------------------*/
/*テキストエリアタイプのメタ用*/
.metaTextArea {
    resize: none;
    height: auto;
    min-height: 75px;
    overflow-y: auto;
}