﻿
.ui-widget-header, .ui-state-default, .ui-button {
    background: #b9cd6d;
    border: 1px solid #b9cd6d;
    color: #FFFFFF;
    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    font-family: 'Arial Unicode MS';
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
   float:none;
}

.noShow {
    display: none
}

.Show {
    display: block
}

.cool {
    border: gainsboro 1px solid;
    margin-top: 3% !important;
}

.disappear {
    display: none;
}

#previewDiv {
    padding: 10px;
    border: 5px;
    margin: 0;
}

.mr0 {
    margin-right: 0;
}

* {
    font-family: 微軟正黑體;
}

.outside {
    margin-left: -30%;
    top: 30%;
    width: 50%;
    margin-top: -201px;
}

.m-outside {
    top: 30%;
    width: 100%;
    left: 0;
    height: 90%;
    margin-top: -201px;
}

.recognitionEdge {
    border: black 2px solid
}

.loader-ing {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left: 40%;
    margin-top: 10px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sweet-alert input {
    margin-top: 0px !important;
    height: 34px !important;
}

.sweet-alert button {
    padding: 5px !important;
    margin: 0px !important;
    height: 34px;
}

.form-control {
    width: auto;
    margin-bottom: 5px;
}

.panelEx {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow: visible;
}

/*.buttonEx1 {
    background-color : #b9cd6d;
    border:none;
    color:white;
    padding:12px 16px;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    font-size :16px;
    margin : 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius:4px;
}*/

.buttonHover:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); 
}

/*-------------------------------------------------------------------------
    css 中 .buttonEx2 ,.buttonEx3 , .buttonEx5 三個按鈕樣式，除了
    background-color 顏色不同，其他都一樣，則可以用類似繼承概念的寫法 
    以下即是 css 的繼承寫法
---------------------------------------------------------------------------*/
.buttonEx2, .buttonEx3, .buttonEx5 {
    border: none;
    color: #ffffff;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 4px;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.26), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
.buttonEx2 {
    background-color: rgb(145,220,90);
}
.buttonEx3 {
    background-color: rgb(246,166,35);
}
.buttonEx5 {
    background-color: #D80c1e;
}
/*.buttonEx4 {
    display: inline-block;
    padding: 12px 18px;
    margin: 0 0.3em 0.3em 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    Background-color: #fa5656;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),
                inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), 
                inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
}*/


.shortSelect {
    background: #FFFFFF;
    background-color: #FFFFFF;
    height: 28px;
    width: 180px;
    color: #000000;
    line-height: 28px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.inputText {
    background: #6cb067;
    background-color: #fff;
    height: 28px;
    width: 250px;
    color: #000000;
    line-height: 28px;
    border: 1px solid #9bc0dd;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.myTitleAlert .ui-dialog-titlebar {
    background-color:#FFFFFF;
    color:#000000;
    border :0px;
    text-align:left;     
}

.hide-close-btn .ui-dialog-titlebar-close {
    display: none;
}

.myTitleDialog .ui-dialog-titlebar {
    background-color: #d00000;
    color: #ffffff;
    border: 0px;
    text-align: left;
}

.labText {
    color: rgb(12, 72,100 );
    font-family:'Arial Unicode MS';
}

.AlertBodyLeft {
    text-align: left;   
}

.AlertBodyCenter {
    text-align: center;
}

