﻿.tooltipster-sidetip .tooltipster-box a
{
    color: #FFFFFF;
}
div.PerSachBox .editfrom
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="button"], a.Bton, button, input[type="submit"]
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.UpBton
{
    float: right;
}
.UpBton a:first-child
{
    margin-bottom: 10px;
}
.UpBton a
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
}
.tab_UpBton
{
    margin: 10px;
}
.tab_UpBton a:first-child
{
    margin-bottom: 10px;
    margin-right: 10px;
}
.tab_UpBton a
{
    cursor: pointer;
    font-size: 120%;
}

.radio-tbr1 input[type="radio"], .radio-tbr2 input[type="radio"]
{
    display: none;
}

.radio-tbr1 label
{
    display: inline-block;
    background-color: #dcdcdc;
    padding: 4px 11px;
    cursor: pointer;
}

.radio-tbr1 input[type="radio"]:checked + label
{
    background-color: #FBB040;
}


.radio-tbr2 label
{
    display: inline-block;
    cursor: pointer;
    padding: 5px 11px 5px 30px;
    background: url(image/savefrom.png) no-repeat 0 3px;
    font-size: 12pt;
}

.radio-tbr2 input[type="radio"]:checked + label
{
    background-position: 0px -47px;
}


.checkbox-tbr1 input[type="checkbox"], .checkbox-tbr2 input[type="checkbox"]
{
    display: none;
}

.checkbox-tbr1 label
{
    display: inline-block;
    background-color: #ddd;
    cursor: pointer;
    padding: 4px 11px;
}

.checkbox-tbr1 input[type="checkbox"]:checked + label
{
    background-color: #FBB040;
}

.checkbox-tbr2 label
{
    display: inline-block;
    padding: 5px 11px 5px 40px;
    font-size: 12pt;
    cursor: pointer;
    background: url(image/savefrom.png) no-repeat 0 -97px;
}

.checkbox-tbr2 input[type="checkbox"]:checked + label
{
    background-position: 0px -147px;
}

.RRbox
{
    position: relative;
}
.RRbox[type="aPsTextCode"]
{
    float: left;
}
.rrlistbox
{
    box-sizing: border-box;
    border: 1px solid #999999;
    position: absolute;
    width: 100%;
    display: inline-block;
    background-color: #CCCCCC;
    left: 0;
    top: 25px;
    border-radius: 3px;
    overflow-y: auto;
    max-height: 150px;
    box-shadow: 0.5px 1px 5px #999;
    z-index: 9;
}
.rrlistbox ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.rrlistbox ul li
{
    cursor: pointer;
}
.rrlistbox ul li:hover
{
    color: #FFFFFF;
}
.btn
{
    position: relative;
    width: 100%;
    background: #B5DAFF;
    display:inline-block;
    padding: 5px;
    box-sizing: border-box;
}
.btn:after, .btn:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #B5DAFF;
    z-index: -2;
}
.btn:hover
{
    z-index: 1;
    background: transparent;
}
.btn:before
{
    transition: .2s;
    background: #336699;
    z-index: -1;
}
.btn:hover:after, .btn:hover:before
{
    width: 100%;
}
.con-shtable td{
   padding:5px;   
}
input[type="file"]{
    font-size:12pt;
    float:left;
    padding:1px;
}
.remodalmsg{
    min-width:300px; 
    display:inline-block;
    margin:0 auto;     
}
.remodalmsg li{
    text-align:left;
}
.remodalmsg{
        
}
/*~選單式對話框*/
.MenuTable
{
    width: 100%;
}
.MenuTable div.listbox
{
    background-color: #ffffff;
    height: 370px;
    width: 99%;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: #dcdcdc 2px ridge;
    border-top: darkgray 2px groove;
    border-left: #a9a9a9 2px groove;
    border-bottom: #dcdcdc 2px ridge;
    margin: 0;
    position: relative;
}
.MenuTable div.listbox td.Ritem
{
    padding-left: 20px;
}
.MenuTable td.Buttonbox
{
    text-align: center;
}
.MenuTable td.Buttonbox input
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #FFFFFF;
    margin-top: 10px;
    width: 80px;
    cursor: pointer;
    padding: 5px;
}
.MenuTable td.Buttonbox input:hover
{
    background-color: #ff9933;
}

.MenuTable div.listbox td.GL_1
{
    padding-left: 40px;
}
.MenuTable div.listbox td.GL_2
{
    padding-left: 80px;
}
.MenuTable div.listbox td.GL_3
{
    padding-left: 120px;
}
.MenuTable div.listbox td.GL_4
{
    padding-left: 160px;
}
.MenuTable div.listbox td.GL_5
{
    padding-left: 200px;
}
.MenuTable div.listbox td.GL_6
{
    padding-left: 240px;
}

.shp
{
    margin: -20px 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.tospan
{
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: -5px;
}
.tospan Label
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333300;
    color: #FFFFFF;
    padding: 1px;
}

.barcode
{
    padding: 5px;
    font-size: 14pt;
    text-indent: 15px;
}
.action
{
    color: #FF3300;
    font-weight: bold;
}
.secondbox
{
    text-align: center;
    margin: 10px 0;
    font-size: 12pt;
}
.secondbox font
{
    color: #FF0000;
    font-size: 16pt;
}
.selall
{
    float: right;
}
.selall a
{
    color: #FF9900;
    text-decoration: none;
    font-size: 14pt;
}

.moveBox
{
    border: 2px solid #CCCCCC;
    position: fixed;
    z-index: 2;
    background-color: #FFFFCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0.5px 1px 3px #999;
    -webkit-box-shadow: 0.5px 1px 3px #999;
    box-shadow: 0.5px 1px 3px #999;
}
.moveBox > div
{
    max-height: 300px;
    overflow: auto;
}
.moveBox > div ul
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-bottom: 5px;
}
.moveBox h3
{
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-bottom: 10px;
}
.moveBox p:last-child
{
    text-align: center;
    padding: 5px 0 10px 0;
}
.moveBox-close:before
{
    font-family: "fontello";
    content: '\e835';
}
.moveBox-close
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    border: 1px solid #333333;
    float: right;
    cursor: pointer;
    color: #333333;
    padding: 1px 2px;
    margin-right: 10px;
}
.moveBox-close:hover
{
    color: #FF9900;
}
.moveBox-send:before
{
    font-family: "fontello";
    content: '\e848';
}
.moveBox-send
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #808080;
    padding: 5px 10px;
}
.moveBox-send:hover
{
    color: #FF9900;
}
.moveBox-send font
{
    font-size: 120%;
}
.moveBox-remove:before
{
    font-family: "fontello";
    content: '\e835';
}
.moveBox-remove
{
    cursor: pointer;
    float: right;
    color: #333333;
    margin-right: 10px;
}
.moveBox-remove:hover
{
    color: #FF9900;
}

.SendEmailBox
{
    width: 500px;
}
.SendEmailBox > table
{
    width: 100%;
}
.SendEmailBox tr td:first-child
{
    text-align: right;
    width: 60px;
    font-weight: bold;
}
.SendEmailBox input[type='text']
{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12pt;
}
.SendEmailBox textarea
{
    width: 100%;
    height: 180px;
    resize: none;
    font-size: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-datepicker
{
    width: 360px;
}
.auto-height
{
    resize: none;
    overflow: hidden;
}
.cmpNameList
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 5px 0;
    display: inline-block;
}
.cmpNameList li
{
    border: 1px solid #CCCCCC;
    float: left;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    margin-right: 10px;
    padding: 3px;
    background-color: #F4F4F4;
}

table.msg-edittb  tr td:nth-child(1)
{
    text-align:right;
}
table.msg-edittb  tr td:nth-child(2)
{
    text-align:left;
}
.ImagesDocView{
    
}

.ImagesDocView li {
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    padding:5px;
    list-style-type: none;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
}
.ImagesDocView li img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.keyF2but
{
    position: absolute;
    border: 1px solid #999999;
    font-size: 12pt;
    margin: 0 0 0 5px;
    background-color: #F3F3F3;
    color: #000000;
    cursor: pointer;
    padding: 2px 3px;
    z-index:9;
}
.keyF2but:hover
{
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #fbb040;
    background: #fbb040;
    color:#565656;
}
.dtod{
    vertical-align: super;
    display:inline-block;
    width:20px;
    text-align:center; 
}
.act-0 td:first-child,.act-1 td:first-child{
    position:relative;
}
.act-0 .act{
    background-image: url(image/checkmark.png?v=1);
    background-size: 10pt;
    background-position:0 0;
    background-repeat: no-repeat;
    display:inline-block;
    width:12pt;
    height:12pt;
    position:absolute;
    left:1px;
    top:1px;
}
.act-1 .act{
    background-image: url(image/exclaim.png?v=1);
    background-size: 10pt;
    background-position:0 0;
    background-repeat: no-repeat;
    width:12pt;
    height:12pt;
    display:inline-block;
    position:absolute;
    left:1px;
    top:1px;
}