﻿
/*必填的*標記  請使用<span class="required"></span>*/
span.required {
    color: red;
}

    span.required:before {
        content: '*';
    }

form .field-validation-error {
    color: red;
}

.alidation-summary-errors {
    color: red;
}

/*內容頁用到的 */
.reuslt-count {
    color: #ff0000;
}

/*_AutaiLayout用到的*/
.labelMsg {
    color: red;
}

#gotop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 31px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #33b5e5;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    #gotop :hover {
        background: #0099CC;
    }

.tooltip-inner {
    max-width: 600px;
    /* If max-width does not work, try using width instead */
}

.badge-light {
    color: #212529 !important;
}

.blockHide {
    display: none;
}

.blockShow {
    display: "";
}

.all-width5 {
    width: 5%;
}

.all-width10 {
    width: 10%;
}

.all-width15 {
    width: 15%;
}

.all-width20 {
    width: 20%;
}

.all-width25 {
    width: 25%;
}

.all-width30 {
    width: 30%;
}

.all-width50 {
    width: 50%;
}

.all-width70 {
    width: 70%;
}

.margin-left10 {
    margin-left: 10px;
}

.treeview-menu li a:hover {
    margin-left: 5px;
    font-weight: 800;
}

.bgColorWarning {
    background-color: #ffc107;
}

.font-JhengHei {
    font-family: Microsoft JhengHei;
}

.login-bg {
    background-image: url(../images/gallery/landscape6.jpg);
}

.logo-text {
    font-size: medium;
    font-family: Microsoft JhengHei;
    font-weight: 400;
}

@media (min-width:768px) {
    .form-group label:nth-child(odd) {
        text-align: right;
    }
}

.min-height-500px {
    min-height: 500px;
}

.edit-dwp-input {
    background: white;
    color: black;
    width: 100%;
    min-height: 38px;
}

.visually-hidden-focusable {
    display: none;
}