﻿/*******************************************/
/* BUSINESS_LICENSE.CSS 為 business_licensing.html <main> 內用 CSS */
/*******************************************/

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {


    .table td img{
        width: 100px;        
    }

    .table > tbody > tr > th,
    .table > tbody > tr > td {
         vertical-align:middle;        
    }
    td,th {
        text-align: center;       
    }
    .label.win {
        display: inline-block;
        margin: 5px 0 0 0;
        height: 20px;
        min-width: 80px;
        line-height: 16px;
        border: none;
        border-radius: 10px;
        background: #2C72B8 url("../../images/netshop/win.png") center center no-repeat;
        background-size:contain;
    }

    .btn-pdf {
        width: 50px;
        height: 50px;
        background: url('../../images/business/pdf.png') center center no-repeat;
        background-size: contain;
    }

    .btn-pdf:hover {
        background: url('../../images/business/pdf.png') center center no-repeat;
        background-size: contain;
    }

    .img-rounded {
        border:0;
        border-radius:0;
    }

    .img-txt-box {
        margin-bottom: 15px;
    }

    .img-txt-box a:hover .intro-title {
        color:#E72F62;
    }

    .item {
        margin:10px auto 5px auto;
    }

    /*_ nav-tabs .start. ___________________________________________*/
     .nav-tabs {
        margin-bottom:35px;
    }
    .nav-tabs > li {
        margin-bottom:5px;
    }
    .nav-tabs li a {        
        color:#FFF;
        border-radius:0;
        padding:7px 10px 5px 10px;
        box-shadow: none;
    }
    .nav-tabs li a:hover {        
        background:#999;
    }

    .nav-tabs li.active a:hover,
    .nav-tabs li.active a {
        background: #E72F61;
        color:#FFF;
        box-shadow:none;
    }

    .box.box-down {
      padding: 10px 15px;
      border-radius: 0;
      height: auto;
    }

    .btn-pdf {
        width:50px;
        height:50px;
        background:url('../../images/business/pdf.png') center center no-repeat;
        background-size:contain;
    }
    /*_ nav-tabs .end. ___________________________________________*/

    /*_ 導入事例 ___________________________________________*/
    .case-intro .img-rounded {
        border:1px #B4B4B4 solid;
        border-radius:0;
    }

    /*_ IMG-TXT-Box By.Susan ___________________________________*/
    .img-txt-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .img-txt-box h2 {
        font-size: 24px;
    }

    .img-txt-box button {
        float: right;
    }

    .img-txt-box .btn {
        /*width:106px;*/
    }
    /* ___________________________________________________________*/


    /*_ MORE-INFO By.Susan ___________________________________*/
    .more-info a {
        font-size: 14px;
    }
    .more-info span {
        margin-left: 5px;
    }
    /* ___________________________________________________________*/

    .box-line {
        padding-bottom:3px;
    }
    .box-step {
        border-radius:0;
    }

    .box-units {
        width:50px;
    }
    .input-group-addon {
        background-color: #FFF;
        border: none;
        width:100px;
    }
    main .form-control {
        height:25px;
    }

    section input, 
    .input-group .form-control {
        width:73px;
        margin-bottom:3px;
    }
}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
    .input-group-addon {
        background-color: #FFF;
        border: none;
        width: auto;
    }

      /*_ nav-tabs .start. ___________________________________________*/
    .nav-tabs {
        margin-bottom:35px;
    }

    .nav-tabs > li {
        margin-bottom:0;
    }

    .nav-tabs li a {
        color:#FFF;
        border-radius: 0;
        padding:10px 10px 5px 10px;
        /*box-shadow: rgba(0,0,0,0.2) 0 -5px 5px inset;*/
    }

    .nav-tabs li.active a:hover,
    .nav-tabs li.active a {
        background: #E72F61;
        color:#FFF;
        box-shadow:none;
        border:0;
    }
    .nav-tabs li.active a:hover:after ,
    .nav-tabs li.active a:after  {
        display:block;
        position:absolute;
        content: "▼";
        background: #E72F61;
        height:20px;
        width:100%;
        bottom:-20px;        
        left:0;
        z-index:1;
        border-radius: 0 0 10px 10px;
    }
    .box.box-down {
      margin-top:0px;
      padding: 10px 15px;
      border-radius: 0 0 20px 20px;
      height: auto;
    }
    /*_ nav-tabs .end. ___________________________________________*/
}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {
}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {
}