/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/1/23, 下午 02:19:08
    Author     : tomoaki
*/
/*
.DesignButton{
    background-color: palegoldenrod !important;
    background: palegoldenrod -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0))!important;    
    font-size: medium !important;
} */
body .ui-button.DesignButton {
    background-color: palegoldenrod;
    /* 2025-06-19: invalid value，可能語法錯誤，現在朝扁平化/Minal 
    background: palegoldenrod -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0))!important;     
    */
    border: palegoldenrod;

    color: black;
    font-size: medium;
    box-shadow: 1px 3px 4px #00000022;
}



.DesignDataTable .ui-state-default{
    background-color: #9AC1FF;
    /* background: #9AC1FF -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0))!important;        */
    font-size: 15px;
}

.searchTitle {
    font-weight: bold;
}

.searchTag {
    background:  #F1FFFF;
    border: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
    padding-top:1px;
    padding-bottom: 1px;
    border-radius: 4px;
    margin-right:3px;
}


.AllPage{
    margin-left: 18%;
    display: table;
}

/*
.menucover > button{
    background-color: palegoldenrod !important;
    background: palegoldenrod -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0))!important;    
    font-size: medium !important;
}*/
.ui-menubutton.ui-widget.menucover > .ui-button {
    background-color: palegoldenrod !important;
    border: palegoldenrod;    
    font-size: medium;
    color: black;
    box-shadow: 1px 3px 4px #00000022;
}



.menucover-beige > button{
    background:  lightcyan !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0) !important;
    -moz-border-radius:1px !important;
    -webkit-border-radius:1px !important;
    border-radius:1px !important;
    display:inline-block !important;
    cursor:pointer !important;
    color:#505739 !important;
    font-family:Arial !important;
    font-size:16x !important;
    font-weight:bold !important;
    text-decoration:none !important;
}




.menucontent-white {
    background: white;
    font-size:16px;
}

button[class*="flatDarkGreenButton"] {
    background: #0E9D99 !important;
    text-shadow: none !important;
    color:white !important;
    font-weight: normal  !important;
}

button[class*="flatDarkGreenButton"]:hover {
    background: #14BCB7 !important;
}

.design-button-gray, .ui-button.design-button-gray{
    background: #F3F3F3;
    color: black;
    font-weight: bold;
}


.design-button-gray:hover,
.ui-button.design-button-gray:hover {
    background: #0B7AD1;
}

.design-gray.ui-accordion .ui-accordion-header.ui-state-default,
.design-gray.ui-dialog .ui-widget-header {
    background: #E5E5E5;
}

.ui-accordion.design-gray .ui-accordion-header.ui-state-active {
    background: #EFEFEF;
}

.panelWidthOverride{
    width: 55em;
}