/* 輸入類型視窗 */
.h500 {
    height: 500px;
}

.modal-header {
    border-top: 5px solid #00A0DF;
    border-bottom: 0px solid #dee2e6;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-title {
    color: #00A0DF;
    font-weight: bold;
    line-height: 1.25;
}
 
.modal .modal-body{
    font-size: 1.05rem;
    padding: 0.25rem 1rem;
}

.modal-body .form-control {
    border-radius: 0rem;
    margin-top: 3px;
    margin-bottom: 3px;
}

.modal-body .form-control input[type="text"]{
    height: calc(1.2em + 0.75rem + 2px);
}

.modal-body>hr:first-child {
    margin-top: 0rem;
}

.modal-body>hr:nth-last-child(1) {
    margin-bottom: 0rem;
}

.table .tablerow .tablecell {
    padding: 3px 15px;
}

.tableGroup {
    height: 74%;
}

.modal .bg-light {
    background-color: #fff!important;
}

.bg-light-bk {
    background-image: url(../images/a7w7q-as1id.jpg);
    background-size: cover;
}

.modal-footer {
    padding: 0.25rem 0.75rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-footer .btn {
    padding: 0.125rem 0.75rem;
    border-radius: 0rem;
}

.btn-danger {
    color: #fff;
    background-color: #00A0DF;
    border-color: #00A0DF;
}

.btn-danger:hover {
    color: #fff;
    background-color: #3bb2e1;
    border-color: #3bb2e1;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:focus {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}

.modal-header::after {
    content: " ";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 1px;
    border-bottom: 1px solid #dee2e6;
}

.modal-header, 
.modal-footer{
    position: relative;
}

.modal-footer::after {
    content: " ";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    top: 1px;
    border-top: 1px solid #dee2e6;
}

.modal-footer .btn-default:hover {
    border: 1px solid #00a0df;
    color: #00a0df;
} 
