﻿/*驗證碼控制項*/
.form-control-ICode {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 16px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*一般檢核訊息*/
.EPA-Notification {
    padding-bottom: 20px;
    width: 300px;
    height: auto;
}

    .EPA-Notification i {
        line-height: 37px;
        margin: 0;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70px;
    }

        .EPA-Notification i:before {
            font-size: 2.643em;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin: -17px 0 0 -17px;
            text-align: center;
        }

    .EPA-Notification h3 {
        margin: 0;
        padding: 20px 10px 10px 82px;
        letter-spacing: 0.5px;
        font-size: 1.15rem;
        color: black;
    }

    .EPA-Notification p {
        padding: 0 10px 0 82px;
        margin: 0;
        font-size: 0.88rem;
        line-height: 120%;
        color: black;
    }

    .EPA-Notification.error-noti i {
        background-color: #ffb7a6;
    }

    .EPA-Notification.error-noti {
        background-color: #d9534f;
    }

    .EPA-Notification.success-noti i {
        background-color: #d3f3d8;
    }

    .EPA-Notification.success-noti {
        background-color: #22CBC2;
    }

    .EPA-Notification.warning-noti i {
        background-color: #87cefa;
    }

    .EPA-Notification.warning-noti {
        background-color: #1e90ff;
    }

@font-face {
    font-family: 'Linearicons';
    src: url("../fonts/Linearicons.eot?3mzs9j");
    src: url("../fonts/Linearicons.eot?3mzs9j#iefix") format("embedded-opentype"), url("../fonts/Linearicons.ttf?3mzs9j") format("truetype"), url("../fonts/Linearicons.woff?3mzs9j") format("woff"), url("../fonts/Linearicons.svg?3mzs9j#Linearicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="linearicons-"], [class*=" linearicons-"] {
    font-family: 'Linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.linearicons-cross-circle:before {
    content: "\e95a";
}

.linearicons-checkmark-circle:before {
    content: "\e959";
}

.linearicons-warning:before {
    content: "\e955";
}

/*驗證碼更新按鈕*/
.check-code-block {
    font-size: 0;
}

    .check-code-block .EPA-check-code-btn {
        font-size: 1.125rem;
        cursor: pointer;
        border: 0;
        -webkit-box-shadow: inset 0 0 0 1px #30ad7d;
        -moz-box-shadow: inset 0 0 0 1px #30ad7d;
        box-shadow: none;
        background: none;
        color:#888888;
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        outline: none;
        padding: 0;
        -webkit-transition: all 160ms ease-in;
        transition: all 160ms ease-in;
    }
            .check-code-block .EPA-check-code-btn:hover, .check-code-block .EPA-check-code-btn:focus {
            background: none;
            color: #f90;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .check-code-block .EPA-check-code-btn:active {
            color: #e08700;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .check-code-block .EPA-check-code-btn i {
            font-size: 1.429em;
        }
.linearicons-refresh:before {
    content: "\e8d3";
}

.linearicons-refresh2:before {
    content: "\e8d4";
}

.linearicons-volume-high:before {
  content: "\e8b0";
}