/*------------------------------------------------------------------
    File Name: custom.css xellos 增加
-------------------------------------------------------------------*/
    main{
        min-height: 90vh;
    }
    .iconlink {
        display: block;
        padding: 0.5rem 0.5rem 0 0;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    .iconlink:focus, .iconlink:hover {
        color: black;
        background: #f6f9ff;
    }
    .iconlink p {
        color: #777777;
    }
    .iconlink h3,.iconlink h4 {
        color: #00a8d6;
    }
    .iconlink:hover i,.iconlink:hover h3,.iconlink:hover h4 {
        color: black;
    }
  
    .form-check-net [type=radio]{padding-top:4px;width:1em;height:1em;}
    .form-check-net label{padding-top:4px;padding-left:4px;padding-right:4px}
    .form-check-net th,.form-check-net td {
	    border: 0px;
	    padding: 4px 0px 0px 4px ;
	    padding-bottom:0px;
        white-space: nowrap;
    }
     @media screen and (max-width: 767px) {
       .form-check-net tr td {
            display: block; /* 每個 td 放在單獨的 tr 中 */
        }
    }
   
    .form-check-cb {white-space: nowrap;}
    .form-check-cb input[type="checkbox"]{padding-top:4px;width:1em;height:1em;}
    .form-check-cb label {padding-left:4px;}

    .line-solid {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dce4e6;
    }
    .form-check-disabled input[type="checkbox"] {
        pointer-events: none;
    }
    .form-check-disabled label {
        pointer-events: none;
    }
    .rbl_display input[type=radio] ,.rbl_display input[type=checkbox]{
            display: none
    }
    /*Course_CERT*/
    .table_head_center tbody tr td,.table_head_center th {
            text-align: center;
            vertical-align:middle;
    }
    .cert_table{
        border: 1px solid #fff !important;
        color:black !important;
        font-family:微軟正黑體 !important;
        }
    .cert_table th,.cert_table td{
        background-color:#fefaf7;
        }
    .cert_head th{background-color:#95c6a5;color:#fff}

    .row1{color: green;}
    .row2{color: rgb(196, 89, 17);}
    /*fu*/

    /*fu*/
    .lrow{border-bottom-width:0px; border-bottom-color:white}
    /*fu*/

    /*Course_Add*/
     #ModalApp .modal-header,#ModalApp .modal-footer {
            cursor: move;
        }
      #ModalApp {
        position: fixed;
        min-width: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index:1000;
        
      }
       #ModalApp .modal-content {
        background-color: #f2f2f2;
         resize: both; /* 調整大小 */
         overflow: auto; /* 在調整大小提供滾動條以處理內容溢出 */
      }
       #ModalApp .modal-body {
        height: 300px;
        overflow: auto; /* 添加滾動條 */
      }

    @media only screen and (max-width: 800px) {
      #ModalApp {
        top: 10%;
        left: auto;
        min-width: 95%;
        transform: initial;
      }
    }
    /*Course_Add*/

    /*steps*/
    .step-icon {
        width: 120px;
        height: 120px;
    }
    @media (max-width: 768px) {
        .step-icon {
            width: 80px;
            height: 80px;
        }
    }
    /*steps*/


    /*nav-link*/
    .nav-pills .nav-item {
        margin-right: 4px;
    }

    .nav-pills .nav-item .nav-link {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .nav-pills .nav-item .nav-link::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #16979F;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
        z-index: -1;
    }

    .nav-pills .nav-item .nav-link:not(.active):hover::after {
        width: 300%;
        height: 300%;
    }

    .nav-pills .nav-item .nav-link:hover {
        color: #ffffff !important;
    }

    .nav-pills .nav-link.active {
        background-color: #16979F;
        border-color: #16979F;
        color: #ffffff;
    }
    /*nav-link*/

    /*gridview*/
    .PagerCss table  tbody  tr  td a ,
    .PagerCss table  tbody  tr  td  span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    }

    .PagerCss table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    }

    .PagerCss table > tbody > tr > td:first-child > a,
    .PagerCss table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }

    .PagerCsstable > tbody > tr > td:last-child > a,
    .PagerCss table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }

    .PagerCss table > tbody > tr > td > a:hover,
    .PagerCss table > tbody > tr > td > span:hover,
    .PagerCss table > tbody > tr > td > a:focus,
    .PagerCss table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    }
    /*end gridview */
     
    
    /*cookie*/
    .cookiearea {
        background-color: #000;
        opacity: 0.8;
        border-top: 1px solid #000;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 1001;
        padding: 20px; 
        display:none;
    }
    .cookiecontent {
        text-align: center;
        position: relative;
        z-index: 1002;
        color: #fff;
        line-height: 220%;
    }
    .cookiecontent a {
        color: #a98338;
    }
    .cookiecontent a:hover {
        text-decoration: underline;
    }
    /*cookie*/