﻿/* 無障礙網頁  要求鍵盤焦點必須可見  載入順序要在 Bootstrap 之後 */

/* 預設藍色焦點框（大部分元素） */
:focus-visible {
    outline: 2px solid #004085;
    outline-offset: 2px;
}

/* 互動元素焦點：藍框，去掉陰影讓邊框更清晰 */
.btn:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible {
    outline: 2px solid #004085;
    outline-offset: 3px;
    box-shadow: none;
}

/* 導覽列深色底：改用黃色焦點框以保持可見 */
.navbar a:focus-visible,
.navbar button:focus-visible,
.navbar .btn:focus-visible {
    outline: 2px solid #ffd54f;
    outline-offset: 4px;
    box-shadow: none;
}

/*Tab頁籤顏色樣式*/

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 2px solid transparent;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 0.25rem;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #BBBBBB;
    border-color:  #dee2e6 #dee2e6 #fff; 
    font-weight: 700 !important;
}


/* 就貸減免弱助 抬頭顏色樣式*/
.TableTitle-tan {
    height: 50px;
    background-color: tan;
    font-size: 16px;
    color: black;
    text-align: center !important;
}

.TableTitle-lightBlue {
    height: 50px;
    background-color: lightBlue;
    font-size: 16px;
    color: black;
    text-align: center !important;
}

.TableTitle-height40 {
    height: 40px;
    color: black;
}

.TableTitle-height35 {
    height: 35px;
    color: black;
    
}

.bg-tan {
    background-color: tan;
}
.bg-lightBlue {
    background-color: lightBlue;
}
.bg-pink {
    background-color: #FFCCCC;
}
.bg-PaleGoldenrod {
    background-color: PaleGoldenrod;
}
.bg-lightyellow {
    background-color: lightyellow;
}
 