﻿/* 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;
}

select {
    height: 30px;
}
.ch-center {
    width: 10%;
    height: 100%;
}

    .ch-center > div {
        height: 50%;
        width: 100%;
        text-align: center;
        display: table;
    }

        .ch-center > div > div {
            display: table-cell;
            padding: 0px;
            height: 100%;
            width: 100%;
            vertical-align: middle;
        }

button.btn-primary:disabled {
    background-color: #808080;
    border: #808080;
}

/* 共通 */
.mt-70 {
    margin-top: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.tz-bg {
    background-color: #0277BD;
}

header nav .container {
    background-color: #0277BD;
}
    header nav .container a:link,
    header nav .container a:visited,
    header nav .container a:hover,
    header nav .container a:active {
        color: #fff;
    }

.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,255);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-btn {
    color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background-color: #101010;
}

.btn-account {
    font-size: 12px;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
}
    .btn-account img {
        width: 30px;
        height: 30px;
    }

.show {
    display: block;
}

#navbar {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

    #navbar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.account-frame {
    position: relative;
}
    .account-frame .account-form {
        position: absolute;
        top: 35px;
        right: 0px;
        width: 300px;
        height: auto;
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-radius: 2px;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        display: none;
        z-index: 999;
    }
.account-form .user-field {
    margin-top: 10px;
    margin-bottom: 10px;
}
.user-field .name {
    font-size: 28px;
}

.md-pc-agg {
    display: inline-block;
}

.md-mb-account {
    display: none;
}
.other-bar {
    margin-top: 56px;
    z-index: 998;
}
.infoBar, .errbar {
    position: relative;
    border: none;
    min-height: 30px;
    overflow-y: hidden;
    color: #fff;
}
.infoBar {
    background-color: #3F51B5;
    border-bottom: 1px solid #fff;
}

#infoBrand, #errBrand {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    padding-right: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow-y: hidden;
    -ms-overflow-style: none;
}
#btnInfoClose, #btnOpenClose {
    width: 28px;
    padding: 0;
    color: #fff;
    background: none;
    background-color: #FF5050;
    border: none;
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    right: 0px;
}

#btnInfoClose {
    background-color: #3F51B5;
    border: none;
}

.info-link {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    color: #0066c0;
}

    .info-link:hover {
        color: #002080;
        outline: 0;
    }

    .info-link:active {
        border: none;
        outline: 0;
    }

    .info-link:focus {
        outline: 0;
    }


/* PageTop */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.arrow-top {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(315deg);
    margin-top: 12px;
}

/* TrasarInformation */
.tbl-ti thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
.trasar-name {
    /*color: cornflowerblue;*/
    background-color: #E3F2FD;
    width: auto;
    max-width: auto;
}

/* Index.cshtml
-------------------------------------------------- */
.tbl-client {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    font-size: 28px;
    cursor: pointer;
}
.tbl-client tr td {
    background-color: #fff;
}
    .tbl-client tr td:hover {
        background-color: #eee;
    }

#btnSelectClient {
    display: none;
}

.tbl-userlog {
    width: 100%;
}
    .tbl-userlog tr th {
        background-color: #B3E5FC;
    }
    .tbl-userlog tr td {
        background-color: #fff;
        color: #333;
    }

/* System.cshtml
-------------------------------------------------- */
.td {
    color: dodgerblue;
    cursor: pointer;
}

.tbl-trasar {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}
.tbl-trasar tr td {
    background-color: #fff;
}

#btnSelectTrasar {
    display: none;
}


/* DataList.cshtml
-------------------------------------------------- */
.div-field {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}
    .div-field table tr td {
        background-color: #fff;
    }

.rdo-item {
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 3px;
}
    .rdo-item label {
        margin: 0px;
        padding: 0px;
        height: 28px;
    }
    .rdo-item input {
        margin: 0px;
        position: relative;
        top: 0px;
    }

.tbl-pattern {
    width: auto;
}
    .tbl-pattern tr th {
        white-space: nowrap;
        background-color: slategrey;
        color: #fff;
        border:1px solid #fff;
    }
    .tbl-pattern tr:first-child th {
        background-color: #81D4FA;
    }
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: .5em;
    }

.tbl-data {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}
    .tbl-data tr th,
    .tbl-data tr td {
        border: 1px solid #ccc;
        padding: 5px;
        background-color: #fff;
    }
    .tbl-data tr th {
        text-align: center;
        white-space: nowrap;
        background-color: slategrey;
        color: #fff;
    }
        .tbl-data tr th:first-child {
            min-width: 170px;
        }
    .tbl-data tr td {
        text-align: right;
    }
        .tbl-data tr td:first-child {
            text-align: center;
        }
    .tbl-data tr:nth-child(2n+1) td {
        background-color: #f0f0f0;
    }

/* Charts.cshtml
-------------------------------------------------- */
#charts {
    position: relative;
    width: 100%;
    height: 500px;
}


/* 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-color: #EFF3F4;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Manage
-------------------------------------------------- */
.tbl-account tr th {
    background-color: #ddd;
    border-bottom: 1px solid #fff;
}

.tbl-account tr:last-child th {
    border-bottom: 1px solid #ddd;
}

.tbl-account tr td {
    border-bottom: 1px solid #ddd;
}

/* スマホサイズ */
@media (max-width: 575.98px) {
    h2 {
        font-size: 16px;
    }

    .md-pc-account, .md-pc-agg {
        display: none;
    }

    .md-mb-account, .md-mb-agg {
        display: inline-block;
    }

    .other-bar {
        margin-top: 50px;
    }

    /* Menu-Agg */
    .nav-item {
        display: block;
    }

    #navbar,
    .agg-menu,
    .account-item {
        display: none;
    }
}
/* タブレットサイズ */
@media (min-width: 575.99px) and (max-width: 767.98px) {
    #navbar {
        top: 48px;
    }
}
/* PC～タブレットサイズ */
@media (min-width: 767.99px) and (max-width: 2028px) {
}
