﻿/*
    不知道誰寫的，然後加到 BootStrap官方的css檔
    了不起，所以保留
*/
.CSSTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

pre {
    white-space: pre-wrap;
    font-size: 1rem !important;
}

.header-logo {
    max-height: 100%;
    max-width: 100%;
}

.my-navbar {
    background-image: url('../../Images_List/HeaderImg.jpg');
    background-size: 100% 100%;
}

    .my-navbar div > a {
        max-height: 100%;
    }

.my1-navbar img {
    max-height: 100%;
}

.my-footer {
    background: linear-gradient(to right,#25beef,#072487);
    font-size: 0.8rem;
    color: white;
}

.selection-result {
    min-width: 3rem;
    margin-left: 1rem;
}

.nav-top-item {
    margin-bottom: 1rem;
}

    .nav-top-item .item-title {
        font-size: 1.2rem;
    }

.item-title + ul {
    margin-left: 1rem;
}

.no-top-border th {
    border-top: none !important;
}

.name-container a {
    padding: 0.375rem 0;
}

.files-container {
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: #f3f6ea;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
}

.file {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 16px;
    background-color: #d9e7cb;
    margin: 0.25rem 0.25rem 0.25rem 0;
}

.file-label {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    color: #155724;
    font-weight: 500
}

.file-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
    width: 24px;
    height: 24px;
}

.file-close-icon {
    color: #155724
}

.file-close:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.hide-calendar .ui-datepicker-calendar {
    display: none;
}

.card hr {
    width: 95%;
}

.card > .card-heading-skyblue {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.card-body.form-inline .form-group {
    margin-bottom: 1rem;
}

.card .card-body:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bottom-msg {
    position: absolute;
    top: 100%;
    left: 1rem;
    width: 100%;
}

.list-group .list-group-item.active {
    z-index: 2;
    color: inherit;
    background-color: #ededed;
    border-color: inherit;
}

/*.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}*/

.my-ul-table hr {
    width: 100%;
}

ul.my-ul-table > li {
    cursor: pointer;
}

div.input-style {
    display: inline-block;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: white;
    min-width: 200px;
    width: 100%;
}

    div.input-style.input-style-disabled {
        background-color: #e9ecef !important;
        color: #6c757d;
        cursor: not-allowed;
    }

ul.list-group.ul-striped li:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.text-dark-gray {
    color: #333;
}

.bg-light-gray {
    background-color: #e9e9e9
}

.pre-wrap {
    white-space: pre-wrap;
}
