﻿/* 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: 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%;
}

header {
    padding: 15px;
    background: #fa8c31;
}
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 */
}

/*調理情報画面*/
.interval{
    margin-right: 60px;
}



.interval2{
    margin-left: 10px;
}


.interval3{
    margin-right:15px;
}

.interval-left{
    margin-left: 20px;
}

.view-button {
    height: auto;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 2px #777c78; /*少し濃い目の色に*/
    border-radius: 7px; /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    height: 50px;
}

    .view-button:hover {
        background-color: #c9c9c9;
    }

.title {
    font-size: 2.2rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-right: 0px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}

.day-font {
    font-size: 25px;
    position: relative;
    top: 5px;
}

.day-font2 {
    position: relative;
    top: 9px;
    margin-right: 30px;
}
.div {
    display: flex;
}

.filter{
    float: left; 
}

.chaild {
    margin: 30px;
    width: 100px;
}

.table2 {
    margin: 45px;
}

.nav {
    width: 100%;
}

.ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}
.li {
    display: table-cell;
   width: 1%;
}

li.current {
    background-color: #DEEBF7;
}

ul li.current a {
    color: #555;
}

.a {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    background: #FFCC66;
}
@media (max-width: 1280px) {
    .a {
        font-size: 1.2rem;
    }

    .table2 {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 25px;
    }
    body {
        /* Margin bottom by footer height */
        margin-bottom: 0px;
    }
}


.li:hover {
    background-color: #F8E750;
}
/*スプレッドシートデザイン*/
:root {
    --jexcel_header_color: #fff;
    --jexcel_header_color_highlighted: #FFF;
    --jexcel_header_background: #fa8c31;
    --jexcel_header_background_highlighted: #fa8c31;
    /*セル*/
    --jexcel_content_color: #000;
    --jexcel_content_color_highlighted: #000;
    --jexcel_content_background: #fff;
    --jexcel_content_background_highlighted: #e6e6e3; /*選択時*/
    /*線*/
    --jexcel_border_color: #ccc;
    --jexcel_border_color_highlighted: #000;
    --jexcel_cursor: #eee;
    --active_color: #007aff;
    /*メニュー*/
    --jexcel_menu_background: #fff;
    --jexcel_menu_background_highlighted: #ebebeb;
    --jexcel_menu_color: #000;
    --jexcel_menu_color_highlighted: #000;
    --jexcel_menu_box_shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
}


/*基本のボタン*/
.btn-square-pop {
    border: none;
    font-size: 22px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #fd9535; /*背景色*/
    border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
    border-radius: 4px; /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    padding: 0.5rem 2rem;
}

    .btn-square-pop:hover {
        color: #FFF;
        background: #c15019; /*背景色*/
        border-bottom: solid 2px #a0640b; /*少し濃い目の色に*/
    }
/*ポップアップ*/
 .RegisterCompletionPopup{
    text-align: center;
    display: none; /*最初は非表示に*/
    z-index: 999; /* 重なり順指定 */
    height: 100vh; /*【height:100vh】【width:100%】の2つで画面全体を指定*/
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
}

.ConfirmationContent {
    background: #fff;
    border-radius: 5px; /*角の丸み*/
    padding: 5px;
    width: 30%;
}

.ConfirmationShow {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ConfirmationTitle {
    font-size: 26px;
    font-weight: bold;
    background: #ff7733;
    color: white;
    width: 100%;
}


#ConfirmationMassage {
    padding: 10px;
    font-size: 22px;
}

/*ローディング*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; /* 重なり順指定 */
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    color: #FFF;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #ff7733 solid;
    border-radius: 50%;
    animation: sp-anime 1s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}