﻿/*
 *  * 共用 css
 */
/*--------------------------------*/

button > i,
input > i {
    margin-right: 2px;
}

/* 多層架構 - 第三層 hover a 改寫 */
.accordion--switchBtnGroup:hover {
    cursor: pointer;
}

.accordion--switchBtnGroup a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 2rem;
    color: #000000;
}

/* li span 給予 margin-right值 */
.li-auth-list span {
    margin-right: 15px;
}

/* 給 div.form-control 最小高度值 */
div.form-control.mh {
    min-height: 38px;
    word-wrap: break-word;
}

    div.form-control.mh.bg {
        background-color: #e9ecef;
    }

/* autocomplete設定 */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 圖片-查無資料 */
.img-noResult {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

/* 自定義Checkbox */
.cus-input.large {
    height: 1.8rem;
    width: 1.8rem;
}

/* 自定義font-size */
.fs-7 {
    font-size: 0.875rem !important;
}