﻿/*自訂義*/
#MenuList, #MenuList li ul {
    line-height: 130%;
    list-style: none;
    margin: 0px;
    padding: 0px;
   
}
    #MenuList li ul {
    margin-left:20px;
    margin-bottom:10px;
    }

        #MenuList li a {
            margin: 0px;
            padding: 5px;
            color: #333;
            display: block;
        }

        #MenuList li a:hover {
            color: #fff;
            background-color: #94c6ef;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

.col-md-12 h4 {
    color: #0061af;
    text-align: left;
    margin-bottom: 20px;
    clear: both;
}

    .col-md-12 h4 i {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .col-md-12 h4 i:before {
        content: "\2212";
    }

.SelectDate {
    width: 130px !important;
    margin: 0px 5px 0px 0px;
}
/*表格------------------------------------*/



   
    /*
table_Edit {
    width: 100%;
    padding: 3px;
}

    .table_Edit th {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: left;
        width: 150px;
        padding-left:10px;
        min-width:110px;
    }

 .table_Edit th span {
            margin-right: 3px;
            color: red;
            margin-left:-10px;
        }

    .table_Edit td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding:5px;
    }
    .table_Edit td select {
        
    }
        .td_bgGray {
    text-align: center;
    background-color: #ccc;
}

*/
    .table_Edit {
        border: 1px solid #ddd;
        width: 100%;
        padding: 3px;
        margin: 5px auto;
    }

    .table_Edit table {
    }
    .table_Edit th {
        border: 1px solid #ddd;
        background-color: #d9edf7;
        text-align: center;
        vertical-align: middle !important;
        width: 150px;
        min-width: 110px;
    }

 .table_Edit th span { color: red; }

    .table_Edit td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .table_Edit td select {
        
    }
    .table_Edit table  {
        width:100%;
    }

.table_Edit table th {
    width: auto;
    min-width:auto;
}

    .table_Edit table td {
        width: auto;
        min-width: auto;
        padding:2px;
    }

  .td_bgGray {
    text-align: center;
    background-color: #ccc;
}

.Table_Search {
    width:100%;
    line-height:30px;
}

    .Table_Search th {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        min-width: 90px;
        padding: 3px 10px;
    }

    .Table_Search td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding:3px 10px;
    }

.table_List {
    width:100%;
    margin:10px auto;
}

    .table_List th {
        text-align: center;
        background-color: #0061af;
        color:#fff;
        font-weight:normal;
        padding:5px 3px;
    }

.table_List td {
    border-bottom:1px solid #ddd;
    padding:3px;
   text-align:center;
}

.table_List tr {  background: #f2f2f2; }

.table_List tr:nth-child(2n) { background-color: #fff;}

.NoWrap {
    white-space: nowrap;
} /*不換行*/

/*按鈕*/
.btn_Search {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn_Search i :before {
        content: "\f002";
    }

.width100 {width:100%;}
.width90 {width: 90%;}

.width50px {width: 50px;}
.width60px { width: 60px;}
.width80px {width: 80px;}
.width90px { width: 90px;}
.width100px {width: 100px;}
.width120px { width: 120px;}
.width250px {width:250px;}
.width500px { width: 500px;}

.minwidth200px {min-width:200px;}
.minwidth80px{min-width:80px;}


.color_blue{ color:#0094ff;}
.color_red {color: firebrick}
.color_green{color:#008d14;}

.bg_gary {background-color:#ddd}

.txt_center,Table_Search .txt_center td {
    text-align: center;
}

.txt_left, .table_List td .txt_left { text-align:left}

.fR { float:right;}

.displayB {display:block}

.field-validation-error {color:red; font-weight:bold; display:block;}
.importmsg {
    margin-top: 30px;
    font-size: 13pt;
    text-align: center;
}


