﻿.bg-blue {
    background-color: #109ee4
}

.bg-dimgray {
    color: dimgray
}

body {
    font-family: 'Noto Sans TC',微軟正黑體,sans-serif;
    border-color: whitesmoke
}

.border-bottom {
    border-top: 0 none;
    border-bottom: 1px solid cornflowerblue !important;
    border-left: 0 none;
    border-right: 0 none
}

.card {
    font-family: 'Noto Sans TC',sans-serif;
    margin: 5px 0 5px 0;
    border: 0 solid #68747d
}

.card-header {
    font-family: 'Noto Sans TC',sans-serif;
    padding: 0;
    margin: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #6c757d
}

.card-body {
    font-family: 'Noto Sans TC',sans-serif;
    padding: 0;
    margin: 0
}

.card-header-icon {
    font-size: medium
}

.card-header-caption {
    font-size: large;
    font-weight: 300
}

.card-body {
    background-color: white
}

.card-body-icon {
    color: orangered
}

.card-body-caption {
    font-weight: 300;
    color: dodgerblue
}

.card-body-detail {
    padding-left: 1.7em;
    font-weight: 300;
    font-size: 12pt;
    color: #000
}

.card-body-digital {
    font-weight: 300;
    font-size: 12pt;
    color: #000
}

.card-body-note {
    font-weight: 300;
    font-size: 12pt;
    color: #000
}

.container {
    padding: 0 5px;
    background-color: whitesmoke
}

.funcIcon {
    padding: 2px;
    margin: 0;
    font-size: 18px
}

h5 {
    margin: 0
}

.hideBorder {
    border: 0 none;
    padding: -1px 0 0 0;
    margin: 0
}

.list-group-item {
    padding: 5px 20px;
    background-color: whitesmoke
}

li.showBorderBottom {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid lightgrey;
    padding: -1px 0 0 0;
    margin: 0
}

.text-blue {
    color: #109ee4
}

.text-dimgray {
    color: dimgray
}
