﻿html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #E1E7EB;
    margin: 0px;
    padding: 0px;
    font-family: "微軟正黑體", Arial, Helvetica;
    color: #73879c;
}

img {
    border-style: none;
}

/*版面備置*/

#divContainer {
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 5px;
}

#divHead {
 
}

/*.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

body:after {
    content: url(images/fancybox_loading.gif);
    display: none;
}

.type {
    background-color: #154D77;
}

ul.navigation ul a {
    background-color: #2F7DAD;
}

    ul.navigation ul a:hover {
        background-color: #66A4CB;
    }*/



/*搜尋條件區*/
.divCondition {
    width: 100%;
    padding-bottom: 5px;
}

.AdvContionString {
    color: #1d37d3;
}
/*分頁區*/
.divPages {
    width: 100%;
    height: 45px;
    position: relative;
}

.divPagesAdditional {
    position: absolute;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
}

.divInnerPages {
    position: absolute;
    right: 0;
}

.divPagesButton {
    float: left;
    margin-top: 15px;
}

.divPageCount {
    float: left;
    padding-top: 12px;
    padding-left: 20px;
    width: 100px;
}

.divPageNo {
    padding-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}



/*t麵包削標題*/
.ulTitlePage {
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
    color: #4dab30;
}

    .ulTitlePage li:first-child {
        float: left;
        font-size: 16px;
    }

        .ulTitlePage li:first-child + li {
            list-style: none;
            float: left;
            padding: 0 0 0 5px;
            font-weight: 900;
            letter-spacing: 4px;
        }

    .ulTitlePage li input {
        margin-top: 4px;
    }


/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #ffff99;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}


.navbar-brand,
.navbar-nav li a {
    line-height: 30px;
    height: 30px;
    padding-top: 0;
}


.clickable {
    cursor: pointer;
}

#InnerDialogSubPanel .panel-info > panel-title {
    margin-top: -20px;
    margin-left: 30px;
    font-size: 26px;
    color: #8092a5;
}

#InnerDialogSubPanel .panel-info > .panel-heading {
    background-color: #fff;
    border-color: #fff;
}

#InnerDialogSubPanel .panel-title {
    border-bottom: 2px solid #E6E9ED;
    padding-bottom: 5px;
}

/*改寫bootstrap panel*/
#divContainer .panel-heading span.clickable {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#divContainer .panel-heading panel-title {
    margin-top: -20px;
    margin-left: 30px;
    font-size: 16px;
    color: #8092a5;
}

#divContainer .panel-info > .panel-heading {
    /* background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%); */
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3)); */
    background-image: linear-gradient(to bottom,#FFFFFF 0,#FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    /* background-repeat: repeat-x; */
}

#divContainer .panel-info > .panel-heading {
    background-color: #fff;
    border-color: #fff;
}

#divContainer .panel-info {
    background: #fff;
    border: 1px solid #E6E9ED;
}

#divContainer .panel-title {
    border-bottom: 2px solid #E6E9ED;
    padding-bottom: 5px;
}

.panel-body {
    padding: 5px;
    position: relative;
}

.searchitem {
    background-color: yellow;
    font-weight: bold;
}

.action {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.panel-hidn {
    height: 100%;
    width: 100%;
}

.panel-full {
    height: 100%;
    width: 100%;
}

    .panel-full .panel-body {
        height: 100%;
        width: 100%;
        padding-top: 39px;
        margin-top: -39px;
    }

.control-label {
    font-weight: bold;
    padding-top: 7px;
	font-size:0.9em;
}


.table-sm > thead > tr > th, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > tbody > tr > td, .table-sm > tfoot > tr > td {
    padding: 2px;
    line-height: 30px;
    height: 30px;
}

.table-sm > tbody > tr > th {
    text-align: right;
    padding-right: 5px;
}

.table-sm > tbody > tr > td {
    text-align: left;
    padding-left: 5px;
}


.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

/*.RadComboBox .rcbReadOnly .rcbActionButton{
    padding-top:17px;
}*/

.imageAction {
    cursor: pointer;
    border-radius: 2px;
    border-color: #E6E9ED;
    border: 1px solid #A9A9A9;
    padding: 3px;
    margin-right: 2px;
}

.imageSpace {
    border: 0px solid #A9A9A9;
    margin-right: 4px;
}




/* 原料調查表 */

.grid {
    width: 100%;
    height: 100%;
    background: #329262;
}

    .grid table {
        border: 1px solid #A9A9A9;
    }

.gridTitle {
    height: 30px;
    line-height: 30px;
    background: #19B0B7;
    color: #fff;
    font-size: 14px;
}

    .gridTitle th {
        font-size: 14px;
        border: solid 1px #EEEEEE;
        text-align: center;
    }

.gridRow {
    height: 30px;
    font-size: 14px;
    list-style: none;
    border: none;
    color: #000000;
}

    .gridRow td {
        padding-left: 5px;
        font-size: 14px;
    }

.gridAlternatingRow {
    font-size: 12px;
    list-style: none;
    border: 1px solid #A9A9A9;
    border-right: none;
    border-left: none;
    background: #EEEEF0;
}

.gridaction {
    vertical-align: middle;
    padding-top: 3px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    /*background: #D7EAE8;
    color: #696969;*/
    font-size: 12px;
}

.action {
    cursor: pointer;
}


/*GRID區*/
.divGrid {
    width: 100%;
    overflow:auto;
}

/*.RadButton.ADButton .rbDecorated,
.RadGrid.ADRadGrid .rgHeader {
    font-size: 16px;
    font-family: 微軟正黑體;
}*/


.reDropdown reFontSize reToolDisabled {
    width: 50px;
}

.reDropdown.reFontSize{
     width: 80px;
}

.RadUpload .ruSelectWrap{
    margin-top:0px;
}


/*二欄位開窗寬度為550px*/
.table-sm2 > thead > tr > th, .table-sm2 > tbody > tr > th, .table-sm2 > tfoot > tr > th, .table-sm2 > thead > tr > td, .table-sm2 > tbody > tr > td, .table-sm2 > tfoot > tr > td {
    padding: 2px;
    line-height: 30px;
    height: 30px;
}

.table-sm2 > tbody > tr > th {
    text-align: right;
    padding-right: 5px;
    width: 150px;
}

.table-sm2 > tbody > tr > td {
    text-align: left;
    padding-left: 5px;
    width: 250px;
}

/*四欄位開窗寬度為1100px*/
.table-sm4 > thead > tr > th, .table-sm4 > tbody > tr > th, .table-sm4 > tfoot > tr > th, .table-sm4 > thead > tr > td, .table-sm4 > tbody > tr > td, .table-sm4 > tfoot > tr > td {
    padding: 2px;
    line-height: 30px;
    height: 30px;
}

.table-sm4 > tbody > tr > th {
    text-align: right;
    padding-right: 5px;
    width: 150px;
}

.table-sm4 > tbody > tr > td {
    text-align: left;
    padding-left: 5px;
    width: 250px;
}

.card {
    box-shadow: 0px 0px 1px rgba(51,50,101,0.6), 0px 0px 3px rgba(51,51,102,0.4), 0px 0px 5px rgba(51,51,102,0.4);
}

.card-title {
    margin: 0px;
}

