@charset "UTF-8";

::selection {
    color: #666;
    background-color: #ddd;
}

.container-fluid {
    padding-top: 1rem;
}

.brand-link {
    padding-top: 0.9rem;
}

.brand-link .brand-image {
    margin-left: 0.6rem;
}

.nav-item h2 {
    font-size: 1.75rem;
    padding-top: 0.25rem;
    margin-bottom: 0;
}

.login-page {
    display: block;
}

.login-box {
    margin: 10vw auto;
}

.login-logo {
    font-size: 1.5rem;
    font-weight: 400;
}

.login-logo img {
    width: 40px;
    height: 40px;
    margin-top: -5px;
}

.login-card-body {
    color: #222;
}

.menu-box {
    width: 300px;
    margin: 10vw auto;
    background-color: white;
}

.menu-box-wide {
    width: 400px;
}

.menu-box .card-header {
    padding: 0.5rem 0;
}

.menu-box .card-header .card-title {
    text-align: center;
    float: none;
    font-size: 1.5rem;
    padding: 0.5rem 0;
}

.menu-box .card-body {
    padding-top: 1.0rem;
}

h1 {
    font-size: 2rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.list-group {
    margin-bottom: 1rem;
}

.list-manage,
.list-manage a{
    color:#ff6b00;
}

.list-sysadmin,
.list-sysadmin a{
    color:#ff0000;
}

.list-table thead th {
    padding: 0.15rem 0.75rem;
}

.disable td {
    background-color:#ddd;
}
.lockout td{
    background-color:#ffdddd;
}

/* 候補・ヘッダーどちらも余白を殺す */
.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  list-style-image: none !important;
}

.ui-menu .ui-menu-item-wrapper {
  margin: 0;
  padding: 0;
  line-height: normal;
  display: block;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0 !important;
  line-height: 1.6;     /* 適度な高さ */
  display: block;        /* 複数カラム揃えるなら flex 推奨 */
  align-items: center;  /* 上下中央寄せ */
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
  margin: 0 !important;
  border: none !important;
}

.ac_header {
    display: table-cell;
    height: 28px;
    float: left;
    border: 1px solid #bbb;
    background-color: #e7f3fd;
    padding: 3px;
    border-collapse: collapse;
}

.ac_data {
    display: table-cell;
    height: 28px;
    float: left;
    border: 1px solid #bbb;
    padding: 3px;
    border-collapse: collapse;
    overflow: hidden;
}

.ac_header, .ac_data {
    float: left;
    padding: 2px 4px;
    box-sizing: border-box;
}

.ui-menu-item:hover {
    background-color: #eee;
}

.ui-menu-item a:hover {
    color: #333;
}

.ac_item_number {
    display: table-cell;
    xclear: left;
    width: 80px;
    xfloat: left;
}

.ac_item_name {
    display: table-cell;
    width: 200px;
    xfloat: left;
}

.ac_regular_price {
    display: table-cell;
    width: 50px;
    xfloat: left;
    text-align: right;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0;
}

.ui-autocomplete .ui-corner-all {
    border-radius: 0;
}

.ui-autocomplete .ui-menu-item a {
    padding: 0 !important;
}

.ui-menu .ui-menu-item-wrapper:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {}

/* */
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: white;
    border: 2px solid rgba(0, 0, 0, .1);
}

.fa-uniform-blazer::before {
    content: url('img/icon_uniform_blazer.svg');
    display: inline-block;
    width: 18px;
    margin-left: 3px;
    vertical-align: -2px;
}

span.page-link {
    color: #444;
}

.table td,
.table th {
    padding: 0.5rem;
}

.card-header {
    padding: 0.5rem 1.25rem 0.4rem 0.75rem;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: white;
    border-left: 8px solid #007bff;
    _border-bottom: none;
}

h3.card-title {
    color: #444;
}

.card-body {
    padding: 0.5rem 1.25rem 0.4rem 1.25rem;
}

.card-footer .btn {
    margin-right: 2rem;
}

.form-group {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.form-item {
    padding: 0.375rem 0 0 0;
    margin-bottom: 0;
    line-height: calc(1.5rem + 2px);
}

select.form-control {
    appearance: auto;
}

.form-check {
    padding-top: 0.2rem;
    padding-left: 0;
}

.checkbox-container {
    margin-left: 1.25rem;
    margin-top:0.25rem;
}

.checkbox-container label {
    font-weight: 400 !important;
}

label {
    margin-bottom: 0;
}

.form-check label {
    margin-top: 0.2rem;
    margin-left: 1.45rem;
    margin-right:0.7rem;
    font-weight: 400 !important;
}

.col-form-label {
    padding-top: calc(0.10rem + 1px);
    padding-bottom: calc(0.10rem + 1px);
    height: 1.75rem;
    line-height: 1.75rem;
    font-size:0.8rem;
}

.form-literal {
    padding-top:0.3rem;
}

input[type=text] {
    height: calc(1.75rem + 2px);
    padding: 0.175rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=text].form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

input[type=text][readonly],
textarea[readonly] {
    background-color: #f8f8f8;
}


select.form-control {
    height: calc(1.75rem + 2px);
    padding: 0.175rem 0.5rem;
}

.form-label-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.8;
}

.list-table input[type=text] {
    margin: -0.5rem 0;
}

.list-group-item a {
    display: inline-block;
    width: 100%;
}

.list-group-item:hover {
    background-color: #eee;
}

.content-wrapper {
    padding-bottom: 20px;
}

.content-header {
    padding: 0;
}

.content-header .breadcrumb {
    margin-top: 0;
    margin-bottom: 10px;
}

.nopad-r {
    padding-right: 0;
}

.container-fluid .btn {
    margin-right: 2rem;
}

.btn-editform-delete {
    /* 伝票画面の削除ボタン */
    margin-left:50px;
}

.breadcrumb #school_name_title {
    font-size: 2em;
}

.form-pulldown {
    background-repeat: no-repeat;
    background-image: url(img/pulldown.svg);
    background-position: 99% 12px;
    background-size: 8px 4px;
}

.currency.form-pulldown {
    padding-right: 15px;
}

.form-check-school label {
    width: 20%;
}
.form-desc h4 {
    font-size:1rem;
}
.form-desc table {
    width:auto;
    font-size:0.8rem;
}
.form-desc th,
.form-desc td {
    border:1px solid #dee2e6;
    background-color:white;
    padding:5px;
}
