﻿body {
    padding-top: 60px;
}

.button-menu {
    width: 160px;
}

.button-action {
    width: 150px;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}

.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
}

.nav-link {
    padding: 0rem 0rem;
}

a.dropdown-item.disabled:not([tabindex]) {
    color: #cccccc;
}
/*
    tempusdominus-bootstrap-4でフォーマットに時分秒まで表示すると
    カレンダーの横幅が不足して表示が切れるのでCSSを上書きして横幅を広げる
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 20rem;
}

.menu-card {
    transition: box-shadow .3s;
    border-radius: 10px;
    float: left;
}

.menu-card:hover {
    background-color: #EEEEEE;
    box-shadow: 8px 8px 10px rgba(33,33,33,0.2);
}

td.dt-right {
    text-align: right
}

#plotplan_canvas_area {
    overflow: auto;
}

#plotplan_canvas {
    border: 1px solid #ccc;
}

td.details-control {
    background: url('../images/plus.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/minus.png') no-repeat center center;
    cursor: pointer;
}

.child_datatable {
    margin-left: 50px;
    table-layout: fixed;
    border: solid 1px #CCC;
    border-collapse: collapse;
    padding: 5px;
}

th.childrow_column_link {
    width: 70px;
}

th.childrow_column {
    width: 150px;
}

div#ganttchart-loading {
    width: 5rem;
    height: 5rem;
    display: none;
}
#inputform {
    padding-bottom: 60px;
}

#searchform {
    padding-bottom: 40px;
}


footer {
    border-top: solid #E6E6E6 1px;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

label.btngroup {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

label.btngroup input[type=radio] {
    display: none;
}

@media (min-width: 375px) {
    label.btngroup {
        font-size: 0.7rem;
    }
}

@media (min-width: 576px) {
    label.btngroup {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    label.btngroup {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    label.btngroup {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    label.btngroup {
        font-size: 1rem;
    }
}

@media all and (-ms-high-contrast: none) {
    .tenant-select-logo {
        width: 100%;
    }
}

div.navbar-tenant {
    max-width: 375px;
    white-space: nowrap;
    overflow: hidden;
}