/* 
*
* 額外CSS定義表
*
*/

/* 圖片上傳欄位寬度 */
/*.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{
	width: 170px;
}*/

input {
    font-size: 14px !important;; 
}

.bookmark .thumbnail .btn-primary{
	width: 100px;
}

/* 管理介面上方顏色 */
.navbar-default{
    background-color: #3D946F !important;
}

.required {
    display: inline-block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    position: relative;

}

/* 產品名稱自動斷字 */
.product_name_text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;;
}

/* 大於 991px*/
@media (min-width: 991px){
    /* 頁首 */
    .header-top{
        background-color: #92b9a4 !important;
    }
    .header-search{
         margin-left: 200px!important;
    }
    /* 頁首END */
    
    /* 首頁 */
    .index_block_2_10{
       line-height: 10px !important;
    }
    .index_block_2_15{
       line-height: 15px !important;
    }
    /* 首頁END */
    
    /* index.php 九大指標圖片 */
    .e1img img {
        height: 150px;
        width: auto;
        display: block;
        margin: 30px auto;
    }
    .e1icon img, .e2icon img, .e3icon img, .e4icon img {
        height: 33px;
        width: 33px;
        margin-right: 30px;
    }
    .e1icon a, .e2icon a, .e3icon a, .e4icon a {
        font-size: 24px;
        border: none;
        font-family: 'Noto Sans TC', sans-serif;
    }

    .e1icon {
        position: relative;
        top: 0px;
    }
    .e2icon {
        position: relative;
        top: 10px;
    }
    .e3icon {
        position: relative;
        top: 40px;
    }
    .e4icon {
        position: relative;
        top: 15px;
    }
    /* index.php 九大指標圖片END */
    
    /* eewh.php */
    .eewh_product_list{
        display:flex;
        justify-content:center;
        align-items:center;
        width:245px;
        height:245px;
    }
    /* eewh.php END */
    
    /* eewh2.php */
    .eewh2_product_list{
        display:flex;
        justify-content:center;
        align-items:center;
        width:220px;
        height:220px;
    }
    /* eewh.php END */
    
    /* bookmarks.php 、 news_product_list*/
    .thumbnail img{
        transition: all 0.3s ease;
        border-radius: 3px;
        position: relative;
    }
    .bookmarks_list{
        display:flex;
        justify-content:center;
        align-items:center;
        min-height: 227px;
    }
     .bookmarks_list img{
        max-width: 100%;
        max-height: 227px;
    }       
    /* bookmarks.php END */
    
    /* firm_list.php list */
    .fire_list_img{
        float: left;
        width: 200px;
        height: 200px;
    }
    .fire_list_Block1{
        text-align: left !important;
        position: absolute;
        left: 280px;
    }
    
    .fire_list_Block2{
        text-align: left !important; 
        position: absolute;
        left: 560px;
    }
    
    /* firm_list.php list END*/
    
    /* index.php 新手視窗　*/
    .reveal-modal {
        left: 50%;
        width: 520px;
    }
    /* index.php 新手視窗 END*/
    
    
    
}
@media (max-width: 991px){
     /* 頁首 */
    .header-top{
        background-color: #3D946F ;
    }
    #header .header-body{
        min-height: 80px;
    }
    /* 頁首END */
    
    /* 首頁 */
    .index_block_2_10{
       line-height: 20px !important;
    }
    .index_block_2_15{
        line-height: 20px !important;
    }
    /* 首頁END */
    
    /* index.php 九大指標圖片 */
    .e1img img {
        height: 150px;
        width: auto;
        display: block;
        margin: 30px auto;
    }
    .e1icon img, .e2icon img, .e3icon img, .e4icon img {
        height: 33px;
        width: 33px;
        margin-right: 30px;
    }
    .e1icon a, .e2icon a, .e3icon a, .e4icon a {
        font-size: 24px;
        border: none;
        font-family: 'Noto Sans TC', sans-serif;
    }

    .e1icon {
        position: relative;
        top: 0px;
    }
    .e2icon {
        position: relative;
        top: 10px;
    }
    .e3icon {
        position: relative;
        top: 10px;
    }
    .e4icon {
        position: relative;
        top: 15px;
    }
    /* index.php 九大指標圖片END */
    
    /* eewh.php */
    .eewh2_close{
        display:none;        
    }
    .eewh_product_list{
        display:flex;
        justify-content:center;
        align-items:center;
        /*width:344px;*/
        height:206px;
    }
    .eewh_product_list img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    /* eewh.php END */
    
    /* bookmarks.php */
    .bookmarks_list img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    
    .bookmarks_list{
        display:flex;
        justify-content:center;
        align-items:center;
        /*width:344px;*/
        height:206px;
    }
    .bookmarks_list img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    /* bookmarks.php END */
    
    /* 分頁間距 */
    .pagination{
        margin: 0;
    }
    /* 分頁間距END */
    
    /* firm_list.php list */
    
    /* firm_list.php list END*/
      
    /* eewh.php END */
    
    
    /* index.php 新手視窗　*/
    .reveal-modal {
        left: 86%;
        width: 300px;
    }
    /* index.php 新手視窗 END*/
    
    /* 頁尾 */
    .footer {
        background: url(../image/index/footer.png) no-repeat center;
        background-size: 300%;
    }
    /* 頁尾END */
}






/* new_product.php 刪除按鈕 */
.new_product_img_del{
    position:absolute;
    top:40px;
    left:40px;
    z-index:1; 
    float: right;
}