﻿/*表格認證(error提示)*/
.error {
    /* 當格式錯誤時，則新增此類別 */
    border-color: red !important;
    color: red !important
}

/*填選表格input*/
.form-control-col {
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="number"]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

select[type="text"]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/*list 上方新增按鈕*/

.add-new {
    right: 1rem;
    float: right;
    height: 40px;
    font-weight: bold;
    font-size: 17px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 12px;
}

.btn-info {
    color: #fff;
    background-color: #489ba9;
    border-color: #489ba9;
}


/*List上方新增按鈕位置*/
.add {
    display: inline-block;
    left: -1rem !important;
    top: 0.25rem !important;
}

/*List icon顏色*/
.list.red {
    color: #9b0909;
}

.list.blue {
    color: #116bc2;
}

.list.orange {
    color: #d47e13;
}

.list.green {
    color: #52a10c;
}

.list.purple {
    color: #5c12c7;
}

.list.pink {
    color: #d964b0;
}

/*List 按鈕格式*/
i {
    cursor: pointer;
}

.fa-eye:before {
    color: green;
    margin: 0.2rem;
}

/*List icon格式*/
.list.btn-app-small {
    background: inherit;
    border: #fff;
    text-align: center;
}

/*List icon背景綁白底*/
.td_stn {
    background-color: #fff
}

/*List 列表資料置中*/
.wd_cen {
    text-align: center;
}

/*Creat M03頁面 動作icon置中*/
.creat.td_icon {
    background-color: #fff;
    padding-left: 20px;
    text-align: center;
    vertical-align: inherit;
}

/*icon去母版狀態*/
.bor-col {
    border-color: #FFF;
}

/*Creat M03頁面 列表底下備註字體*/
.gray-font {
    font-size: x-small;
    color: #6c757d;
}

/*頁面字體粗細*/
.bold {
    font-weight: bold;
}

/*頁面按鈕*/
.Bot_Sty {
    display: inline-block;
}

/*備註事項長度*/
.text-h {
    height: 10rem !important;
}

.text-h-sm {
    height: 5rem !important;
}

/*M03F01 新增圖片按鈕*/
.btn_bom {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

/*left 距離*/
.left-05 {
    left: 0.5rem !important;
}

/*marign-left 0.4rem*/
.ml-04 {
    margin-left: 0.4rem !important;
}

/*marign-left 0.2rem*/
.ml-02 {
    left: 0.2rem !important;
}

/*marign-right 0.5rem*/
.mr-05 {
    right: 0.5rem !important;
}

/*bottom 0.5rem*/
.bm-05 {
    bottom: 0.5rem !important;
}

/*top 0.5rem*/
.tp-03 {
    bottom: 0.3rem !important;
}

/*文字對齊頁面 走11%*/
.offset-011 {
    margin-left: 11%;
}


/*列表滑動設定*/
.table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive-sm > .table-bordered {
        border: 0;
    }

/*M04表格後方的字體間隔*/
.span-Stn {
    margin-right: 1rem;
    margin-left: 1rem;
    display: block;
    position: relative;
    bottom: -5px;
}

/*文字調整狀態(通用)*/
.span-Shar {
    margin-right: 1rem;
    margin-left: 1rem;
    display: block;
    position: relative;
}

/*M04 頁面底邊的日期位置*/
.date-sy {
    display: block;
    position: relative;
}

/*滑動按鈕style*/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

    .toggle.ios .toggle-handle {
        border-radius: 20rem;
    }

[class*=icheck-] {
    min-height: 32px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}

/*群組點選樣式*/
.btn-cir {
    font-size: 1.2rem;
    line-height: inherit;
    border-radius: 1.3rem;
}

/*商品管理 圖片顯示*/
.del-small-trash {
    opacity: 0.8;
    display: inline-block;
    border: #fff;
    text-align: center;
    position: relative;
    left: -1.6rem;
    top: -3.03rem;
}

/*圖片上傳間隔*/
.col-image {
    display: contents;
    max-width: 11.666667%;
}

/*主動吃版*/
.flow_auto {
    width: inherit;
    height: inherit;
    overflow-x: auto;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*頁面文字樣式*/
.categro {
    border: 1px #ffffff solid;
    border-radius: 10px;
    color: #ffffff;
    width: inherit;
    background-color: #499f8e;
    padding: 5px;
    margin: 0.3rem;
}

/*頁面數字樣式*/
.categro_poin {
    border: 2px #6c757d solid;
    border-radius: 20px;
    width: inherit;
    text-align: center;
    padding: inherit;
    padding: 2rem;
}

.categro_word {
    background-color: white;
    left: 30px;
    top: -10px;
}

/*分區裝飾*/
.color_cust {
    width: 12px;
    background-color: darkgray;
    margin-right: 8px;
}

.login-text {
    margin-bottom: .9rem;
}

    .login-text a {
        color: #495057;
        font-size: 1.8rem;
        font-weight: 300;
        text-align: center;
    }

/*帳號狀態字體大小*/
.fontsi-me {
    font-size: medium
}

/*上傳圖片字體標示大小*/
.fontsi-sm {
    font-size: small;
}

/*右上角圖片*/
.img-circle-cus {
    border-radius: 50%;
    width: 2rem;
}

/*儀表版內容設置*/
.inner-cus {
    height: 9rem;
    width: 15.8rem;
    padding: 0.8rem;
    margin-left: 1.5rem;
}

.inner-cus-sec {
    height: 7.5rem;
    width: 13.8rem;
    padding: 0.8rem;
    margin-left: 1.5rem;
}

/*驗證碼css*/
.v_code {
    width: 600px;
    margin: 0 auto;
}

    .v_code > input {
        width: 60px;
        height: 36px;
        margin-top: 10px;
    }

.code {
    font-style: italic;
    background-color: #f5f5f5;
    color: darkblue;
    font-size: 25px;
    letter-spacing: 8.5px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    padding: 0 9px;
    text-align: center;
}

    .code a {
        text-decoration: none;
        font-size: 15px;
        color: #288bc4;
        cursor: pointer;
        margin: 0.8rem;
    }

.code a:hover {
    text-decoration: underline;
}
