﻿/* 編輯畫面靠右 */
@media all and (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

@media (min-width: 992px) {
    /* menu hover */
    ul.nav.navbar-nav li:hover > ul.dropdown-menu {
        display: block;
        top: 30px; /* 20190212:Hugo, 修正 TreeMenu 滑至「次功能」時，會造成 Focus不見，而造成 ul.dropdown 次視窗被Hide */
    }
}



.BUTTON_EBY {
    border: 2px solid #91C41D;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 1.125em;
    padding: 12px;
    /*border: solid #337FED 1px;*/
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #91C41D;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

    .BUTTON_EBY:hover {
        background: #D5DE00;
        background-image: -webkit-linear-gradient(left, #D5DE00, #92C41C);
        background-image: -moz-linear-gradient(left, #D5DE00, #92C41C);
        background-image: -ms-linear-gradient(left, #D5DE00, #92C41C);
        background-image: -o-linear-gradient(left, #D5DE00, #92C41C);
        background-image: linear-gradient(to right, #D5DE00, #92C41C);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #FFFFFF;
        font-family: Verdana;
        font-size: 1.125em;
        padding: 12px;
        /*border: solid #337FED 1px;*/
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border: none;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: bold;
    }

.required:before {
    content: "*";
    color: red;
}
