﻿/* 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. */
/*
 * TamaDenhitiCustomer
 */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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;
    /* background image */
/*    background-image: url('../images/bgTamaDenhitiCustomer.png') !important;*/
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* datepicker*/
button.ui-datepicker-trigger{
    /* datepicker標準ボタンは非表示*/
    display: none;
}

/* デンヒチロゴ*/ 
div.denhiti-logo {
    height: 65px;
    background-image: url('/images/denhitilogo.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 15px;
}

/* ご注文リスト*/
div.ordering-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 見積リスト*/
div.estimate-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 項目なし時の表現*/
/* 御社注文番号*/
span.row-them-order-number-label:empty:after {
    content: '御社注文番号なし';
    color: #6c757d;
}
span.row-address-label:empty:after {
    content: '住所なし';
    color: #6c757d;
}
span.row-delivery-name-label:empty:after {
    content: '現場名なし';
}

span.item-empty-add-none-text:empty:after {
    content: 'なし';
    color: #6c757d;
}

/* アイコンスタイル*/
.icon-empty-display-none:empty {
    /* アイコン文字列未設定時は非表示とする*/
    display: none;
}

/* テキストフィルターエリア */
div.text-filter-area {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
