﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.text-multiline textarea {
    height: 200px !important;
}

.must {
    color: red;
    margin-right: 1px;
}

button[id*="新增"] > span {
    color: #d41212 !important;
}

#maintext.main-content > .content.e-content-animation > h1 {
    font-size: 20px;
    font-family: Microsoft JhengHei;
    margin-top: -9px;
    padding: 3px 0px 5px 10px;
    text-align: left;
    border: 1px;
    border-style: solid;
    border-color: #ecf0f1;
    background: -webkit-linear-gradient(left,#557e9d,#75a9cfa1);
    font-weight: bold;
    color: white;
    border-radius: 4px;
}

.detail_title {
    font-size: 1.0rem;
    background-color: #ecf0f1;
    height: 25px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 3px;
    padding-left: 10px;
}

/* syncfusion 19.4在搜尋input新增清除按鈕但按下會報錯,所以隱藏 */
.e-toolbar-item > div > span > .e-clear-icon {
    display: none !important;
}

/* syncfusion 19.4會只顯示[請],須設定width=60px,才會顯示為[請選擇] */
.e-multi-searcher:not(.e-zero-size) {
    width: 60px !important;
}

/* 超過100% */
@media only screen and ( -webkit-min-device-pixel-ratio: 1.50001 ) {
    #maintext.main-content > .content.e-content-animation {
        height: 120%;
    }
}

/* 150%以上(含) */
@media only screen and ( -webkit-min-device-pixel-ratio: 2.0 ) {
    #maintext.main-content > .content.e-content-animation {
        height: 180%;
    }
}

/* 200%以上(含) */
@media only screen and ( -webkit-min-device-pixel-ratio: 3 ) {
    #maintext.main-content > .content.e-content-animation {
        height: 200%;
    }
}

.footer {
    position: fixed;
    bottom: 0px;
    background-color: #475b6e;
    width: 100%;
    z-index: 900000;
    padding-bottom: 0px;
    border-top-width: 1px;
    left: 0px;
    height: 25px;
    padding-right: 16px;
}
