textarea{
    resize: none;
    min-height: 120px;
}
input{
    resize: none;
    min-height: 24px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
::-webkit-input-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 13px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
input, select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 0px;
    border: 1px solid rgba(200,200,200,1);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.6px;
}

.yellowtobluebg{
    background: -webkit-linear-gradient(top, rgba(255,235,120,1), rgba(120,228,255,1));
    background: -o-linear-gradient(top, rgba(255,235,120,1), rgba(120,228,255,1));
    background: -moz-linear-gradient(top, rgba(255,235,120,1), rgba(120,228,255,1));
    background: linear-gradient(to bottom, rgba(255,235,120,1), rgba(120,228,255,1));
}
.bluetowhitebg{
    background: -webkit-linear-gradient(top, rgba(217,236,253,1), rgba(255,255,255,1));
    background: -o-linear-gradient(top, rgba(217,236,253,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(top, rgba(217,236,253,1), rgba(255,255,255,1));
    background: linear-gradient(to bottom, rgba(217,236,253,1), rgba(255,255,255,1));
}
.whitetobluebg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(217,236,253,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(217,236,253,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(217,236,253,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(217,236,253,1));
}
.whitetograybg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(235,235,235,1));
}
.whitetogray3dbg{
    background: -webkit-linear-gradient(rgba(255,255,255,1) 15%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 85%,rgba(235,235,235,1));
    background: -o-linear-gradient(rgba(255,255,255,1) 15%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 85%,rgba(235,235,235,1));
    background: -moz-linear-gradient(rgba(255,255,255,1) 15%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 85%,rgba(235,235,235,1));
    background: linear-gradient(rgba(255,255,255,1) 15%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 85%,rgba(235,235,235,1));
}

.whitebg{
    background: rgba(255,255,255,1);
}
.greenbg{
    background: rgba(110,165,0,1);
}
.aquabg{
    background: rgba(0,130,195,1);
}
.orangebg{
    background: rgba(255,115,0,1);
}
.bluebg{
    background: rgba(21,87,192,1);
}
.lightaquabg{
    background: rgba(236,249,255,1);
}

.blackfont{
    color: rgba(44,44,44,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.bluefont{
    color: rgba(21,87,192,1);
}
.orangefont{
    color: rgba(255,115,0,1);
}
.greenfont{
    color: rgba(110,165,0,1);
}
.aquafont{
    color: rgba(0,130,195,1);
}
.woodfont{
    color: rgba(129,81,28,1);
}

.graysolid1{
    border: 1px solid rgba(185,185,185,1);
}
.graysolidb1{
    border-bottom: 1px solid rgba(185,185,185,1);
}
.graysolidr1{
    border-right: 1px solid rgba(185,185,185,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blackboxshadow16{
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,.8);
}
.blackboxshadowtb8inset{
    box-shadow: 0px 8px 8px -9px rgba(0,0,0,.8) inset, 0px -8px 8px -9px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(0,0,0,.8) inset, 0px -8px 8px -9px rgba(0,0,0,.8) inset;
}

.bx-wrapper {
    width: calc(100% - 16px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-wrapper li {
    padding: 8px 0px;
}

.redbutton{
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background: -webkit-linear-gradient(rgba(235,46,46,1), rgba(156,1,1,1));
    background: -o-linear-gradient(rgba(235,46,46,1), rgba(156,1,1,1));
    background: -moz-linear-gradient(rgba(235,46,46,1), rgba(156,1,1,1));
    background: linear-gradient(rgba(235,46,46,1), rgba(156,1,1,1));
    border-radius: 7px;
    margin: 0 auto;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.redbutton a{
    text-decoration: none;
}
.redbutton a:hover, .redbutton a:focus, .redbutton a:active{
    text-decoration: none;
}
.redbutton::after{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 50%;
    background: -webkit-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    background: -o-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    background: -moz-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    border-radius: 7px;
}
.redbutton:hover{
    background-image: -webkit-linear-gradient(rgba(255,155,0,1), rgba(204,85,0,1));
    background-image: -o-linear-gradient(rgba(255,155,0,1), rgba(204,85,0,1));
    background-image: -moz-linear-gradient(rgba(255,155,0,1), rgba(204,85,0,1));
    background-image: linear-gradient(rgba(255,155,0,1), rgba(204,85,0,1));
    box-shadow: 0px 0px 5px -1px rgba(255,155,0,.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.redbutton a{
    position: relative;
}


@media only screen and (min-width: 1001px){
    .cusmaxw144px{
        width: 144px;
        max-width: 144px;
    }
    .cusmaxw336px{
        width: 336px;
        max-width: 336px;
    }
    .cusmaxw100-344px{
        width: calc(100% - 344px);
        max-width: calc(100% - 344px);
    }
    .bx-wrapper li {
        padding: 8px;
    }
}

@media only screen and (min-width: 1201px){
    
}

@media only screen and (max-width: 1000px){
    .cusminpaddingtb0lr4{
        padding: 0px 4px;
    }
}
