@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src:url('../fonts/codropsicons/codropsicons.eot');
    src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/codropsicons/codropsicons.woff') format('woff'),
        url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
        url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --ftds-eck: #005e89;
    --ftds-info: #5c99b4;
    --ftds-eee: #efefef;
    --ftds-fe: #fefefe;
    --ftds-item: #98f898;
    --ftds-eck-btn: #007d9e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-wb: 700;
}

/**
   藍色：＃007bff；
   靛藍：＃6610f2；
   紫色：＃6f42c1;
   粉色：＃e83e8c;
   紅色：＃dc3545;
   橙色：＃fd7e14;
   黃色：＃ffc107;
   綠色：＃28a745；
   藍綠色：＃20c997；
   青色：＃17a2b8;
   白色：#fff;
   灰色：＃6c757d；
   灰黑色：＃343a40；
   主要：＃007bff;
   次要：＃6c757d;
   成功：＃28a745；
   信息：＃17a2b8;
   警告：＃ffc107;
   危險：＃dc3545;
   指示燈：＃f8f9fa;
   黑暗：＃343a40;
*/

/**, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }*/
.ftds-container-fluid,.ftds-container-fluid *, .ftds-container-fluid *:after, .ftds-container-fluid *:before
{-webkit-box-sizing: border-box; box-sizing: border-box;}

.ftds-content, .ftds-content *{
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
.ftds-container > section {
    padding: 5em 0;
    font-size: 1.25em;
    min-height: 100%;
}
.ftds-md-3{

}

.ftds-col-count-11{
    width: 100%;
}
.ftds-col-count-10{
    width: 100%;
}
.ftds-col-count-9{
    width: 100%;
}

.ftds-col-count-8{
    width: 100%;
}

.ftds-col-count-7{
    width: 100%;
}

.ftds-col-count-5{
    width: 100%;
}

/*--- color style set -----*/
.ftds-blue{ color: #0000ff;}
.ftds-blue-2{ color: #007bff;}  /*藍色：#007bff;*/
.ftds-indigo{ color:#6610f2;}  /*靛藍：#6610f2；*/
.ftds-purple{ color:#6f42c1;}  /*紫色：#6f42c1*/
.ftds-pink{ color: #e83e8c;}  /*粉色：#e83e8c;*/
.ftds-red{ color:#dc3545;}  /*紅色：#dc3545;*/
.ftds-orange{ color: #fd7e14;}  /*橙色：#fd7e14;*/
.ftds-yellow{ color:#ffc107;}  /*黃色：#ffc107;*/
.ftds-green{ color: #078f0e;}  /*綠色：#28a745；*/
.ftds-green-2{ color: #28a745;}  /*綠色：#28a745;*/
.ftds-teal{ color:#20c997;}  /*藍綠色：#20c997；*/
.ftds-cyan{ color: #17a2b8;}  /*青色：#17a2b8;*/
.ftds-white{ color: #ffffff;}  /*白色：#fff;*/
.ftds-gray{ color: #666;}  /*灰色：#6c757d;*/
.ftds-gray-dark{ color:#343a40;}  /*灰黑色：#343a40;*/
.ftds-primary{ color: #007bff;}  /*主要：#007bff;*/
.ftds-secondary{ color: #666;}  /*次要：#6c757d;*/
.ftds-success{ color: #28a745;}  /*成功：#28a745；*/
.ftds-info{ color: #17a2b8;}  /*信息：#17a2b8;*/
.ftds-warning{ color: #ffc107;}  /*警告：#ffc107;*/
.ftds-danger{ color: #dc3545;}  /*危險：#dc3545;*/
.ftds-light{ color:#f8f9fa;}  /*指示燈：#f8f9fa;*/
.ftds-dark{ color: #343a40;}  /*黑暗：#343a40;*/

.ftds-eck{ color:#005e89;}/**/
.ftds-info{ color: #5c99b4;}/**/
.ftds-eee{ color:#efefef;}/**/
.ftds-fe{ color:#fefefe;}/**/
.ftds-item{ color: #98f898;}/**/
.ftds-eck-btn{ color: #007d9e;}/**/

.ftds-space{
    margin: 20px 0;
    height: 1px;
}
.ftds-space-5, .ftds-space-5-b{
    margin: 5px 0;
    height: 1px;
}

.ftds-space-10, .ftds-space-10-b{
    margin: 10px 0;
    height: 1px;
}

.ftds-space-15, .ftds-space-15-b{
    margin: 15px 0;
    height: 1px;
}
.ftds-space-20, .ftds-space-20-b{
    margin: 20px 0;
    height: 1px;
}
.ftds-space-30, .ftds-space-30-b{
    margin: 30px 0;
    height: 1px;
}
.ftds-space-40, .ftds-space-40-b{
    margin: 40px 0;
    height: 1px;
}
.ftds-space-50, .ftds-space-50-b{
    margin: 50px 0;
    height: 1px;
}

.ftds-space-5-b, .ftds-space-10-b, .ftds-space-15-b, .ftds-space-20-b, .ftds-space-30-b, .ftds-space-40-b, .ftds-space-50-b{
    border-bottom: 1px #ddd solid;
}


.ftds-header{
    position: relative;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px !important;
    /*padding-left: 15px;*/
    padding-right: 50%;
    letter-spacing: 2px;
}


.ftds-header .cart-icon{
    width: 50px;
    height: 50px;
    border-radius: 99em;
    background: #c39927;
    color: #fff;
    margin-right: 10px;
    /*padding: 10px;*/
    text-align: center;
    float: left;
}


.ftds-header i:before{
    display: inline-block;
    font-size: 28px;
}

/*.ftds-header:before{
    position: absolute;
    left: 0px;
    display: block;
    content: ' ';
    width: 5px;
    height: 50px;
    background: #009966;
}*/

.ftds-header-title{
    position: relative;
    letter-spacing: 2px;
    padding-left: 65px;
}

.ftds-header-title:before{
    position: absolute;
    left: 0px;
    content: ' ';
    height: 1px;
    background: #000;
    width: 10%;
    top: 13px;

}


.ftds-header-title:after{
    position: absolute;
    right: 0px;
    content: ' ';
    height: 1px;
    background: #000;
    width: 70%;
    top: 13px;
    margin-left: 15px;
    /*transform: translateY(-50%);*/
}


.ftds-header-title-text{
    position: absolute;
    width: 20%;
    left: 10%;
}

/*div[class^='ftds-space']{
    border-bottom: 1px #d6d8db solid;
}*/

a.ftds-ec-btn{
    color: #444;
    border: 2px #444 solid;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

a.ftds-ec-btn:hover{
    background: #444;
    color: #fff;
}

a.ftds-ec-btn-primary{
    color: #0062cc;
    border: 2px #0062cc solid;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

a.ftds-ec-btn-primary:hover{
    background: #0062cc;
    color: #fff;
}

a.ftds-ec-btn-danger{
    color: #dc3545;
    border: 2px #dc3545 solid;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

a.ftds-ec-btn-danger:hover{
    background: #dc3545;
    color: #fff;
}

.ftds-div-title{
    padding: 15px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 600px;
    /*max-width: calc(100% - 1px);*/
}

.ftds-div-content{
    /*padding: 15px 0px;*/
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}

.ftds-div-content-block{
    /*padding: 15px 0px;*/
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}

/**-------- border set ----------------------**/
.ftds-b{
    border: 1px #666 solid;
}

.ftds-b-t{
    border-top: 1px #666 solid;
}

.ftds-b-b{
    border-bottom: 1px #666 solid;
}
.ftds-b-l{
    border-left: 1px #666 solid;
}
.ftds-b-r{
    border-right: 1px #666 solid;
}

/**-------- padding set ----------------------**/
.ftds-p-0{
    padding: 0px !important;
}

/** padding 10px ****/
.ftds-p-10{
    padding: 10px !important;
}
.ftds-py-10{
    padding: 10px 0 !important;
}
.ftds-px-10{
    padding: 0 10px !important;
}

/** padding 15px ****/
.ftds-p-15{
    padding: 15px !important;
}
.ftds-py-15{
    padding: 15px 0 !important;
}
.ftds-px-15{
    padding: 0 15px !important;
}
.ftds-pt-15{
    padding-top: 15px !important;
}
.ftds-pb-15{
    padding-bottom: 15px !important;
}
.ftds-pl-15{
    padding-left: 15px !important;
}
.ftds-pr-15{
    padding-right: 15px !important;
}

/** padding 20px ****/
.ftds-p-20{
    padding: 20px !important;
}
.ftds-py-20{
    padding: 20px 0 !important;
}
.ftds-px-20{
    padding: 0 20px !important;
}
.ftds-pt-20{
    padding-top: 20px !important;
}
.ftds-pb-20{
    padding-bottom: 20px !important;
}
.ftds-pl-20{
    padding-left: 20px !important;
}
.ftds-pr-20{
    padding-right: 20px !important;
}

/** padding 25px ****/
.ftds-p-25{
    padding: 25px !important;
}
.ftds-py-25{
    padding: 25px 0 !important;
}
.ftds-px-25{
    padding: 0 25px !important;
}

/** padding 30px ****/
.ftds-p-30{
    padding: 30px !important;
}

/** padding 50px ****/
.ftds-p-50{
    padding: 50px !important;
}

/**-------- margin set ----------------------**/
.ftds-m-0{
    margin: 0px !important;
}

.ftds-m-10{
    margin: 10px !important;
}

.ftds-m-15{
    margin: 15px !important;
}

.ftds-m-20{
    margin: 20px !important;
}

.ftds-m-25{
    margin: 25px !important;
}

.ftds-m-30{
    margin: 30px !important;
}

.ftds-m-50{
    margin: 50px !important;
}

.ftds-mt-10{
    margin-top: 10px !important;
}

.ftds-mt-15{
    margin-top: 15px !important;
}

.ftds-mt-20{
    margin:-top 20px !important;
}

.ftds-mt-25{
    margin-top: 25px !important;
}

.ftds-mt-30{
    margin-top: 30px !important;
}

.ftds-mt-50{
    margin-top: 50px !important;
}

.ftds-mb-10{
    margin-bottom: 10px !important;
}

.ftds-mb-15{
    margin-bottom: 15px !important;
}

.ftds-mb-20{
    margin-top: 20px !important;
}

.ftds-mb-25{
    margin-bottom: 25px !important;
}

.ftds-mb-30{
    margin-bottom: 30px !important;
}

.ftds-mb-50{
    margin-bottom: 50px !important;
}



@media (min-width: 576px) {/* --- sm ---- */
    .ftds-container {
        max-width: 540px;
    }

    .ftds-container-fluid {
        max-width: calc(100% - 30px);
    }

    ftds-div-content{
        width: 100% !important;
    }


}

@media (min-width: 768px) {/* --- md ---- */
    .ftds-container {
        max-width: 720px;
    }

    .ftds-container-fluid {
        max-width: calc(100% - 80px);
    }

    ftds-div-content{
        width: 100% !important;
    }

}

@media (min-width: 992px) {/* --- lg ---- */
    .ftds-container {
        max-width: 960px;
    }
    .ftds-container-fluid {
        max-width: calc(100% - 100px);
    }

    ftds-div-content{
        width: 100% !important;
    }


}

@media (min-width: 1200px) {/* --- xl ---- */
    .ftds-container {
        max-width: 1170px;
    }

    .ftds-container-fluid {
        max-width: calc(100% - 100px);
    }

    .ftds-col-count-11{
        width: 9.0909%;
    }

    .ftds-col-count-10{
        width: 10%;
    }
    .ftds-col-count-9{
        width: 11.1111%;
    }

    .ftds-col-count-8{
        width: 12.5%;
    }

    .ftds-col-count-7{
        width:14.2857%;
    }

    .ftds-col-count-5{
        width: 20%;
    }

}

.ftds-container {
    /*max-width: 1170px;*/
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: 50px;*/
}

.ftds-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: 50px;*/
}

.ftds-content{
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.ftds-col-1, .ftds-col-2, .ftds-col-3, .ftds-col-4, .ftds-col-5, .ftds-col-6, .ftds-col-7, .ftds-col-8, .ftds-col-9, .ftds-col-10, .ftds-col-11, .ftds-col-12, .col,
.ftds-col-auto, .ftds-col-sm-1, .ftds-col-sm-2, .ftds-col-sm-3, .ftds-col-sm-4, .ftds-col-sm-5, .ftds-col-sm-6, .ftds-col-sm-7, .ftds-col-sm-8, .ftds-col-sm-9, .ftds-col-sm-10, .ftds-col-sm-11, .ftds-col-sm-12, .ftds-col-sm,
.ftds-col-sm-auto, .ftds-col-md-1, .ftds-col-md-2, .ftds-col-md-3, .ftds-col-md-4, .ftds-col-md-5, .ftds-col-md-6, .ftds-col-md-7, .ftds-col-md-8, .ftds-col-md-9, .ftds-col-md-10, .ftds-col-md-11, .ftds-col-md-12, .ftds-col-md,
.ftds-col-md-auto, .ftds-col-lg-1, .ftds-col-lg-2, .ftds-col-lg-3, .ftds-col-lg-4, .ftds-col-lg-5, .ftds-col-lg-6, .ftds-col-lg-7, .ftds-col-lg-8, .ftds-col-lg-9, .ftds-col-lg-10, .ftds-col-lg-11, .ftds-col-lg-12, .ftds-col-lg,
.ftds-col-lg-auto, .ftds-col-xl-1, .ftds-col-xl-2, .ftds-col-xl-3, .ftds-col-xl-4, .ftds-col-xl-5, .ftds-col-xl-6, .ftds-col-xl-7, .ftds-col-xl-8, .ftds-col-xl-9, .ftds-col-xl-10, .ftds-col-xl-11, .ftds-col-xl-12, .ftds-col-xl,
.ftds-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.ftds-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.ftds-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.ftds-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.ftds-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ftds-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.ftds-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.ftds-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ftds-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.ftds-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.ftds-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.ftds-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.ftds-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.ftds-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) {
    .ftds-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .ftds-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .ftds-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .ftds-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .ftds-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ftds-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .ftds-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .ftds-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ftds-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .ftds-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .ftds-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ftds-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .ftds-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .ftds-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .ftds-col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .ftds-col-md-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .ftds-col-md-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .ftds-col-md-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .ftds-col-md-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .ftds-col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .ftds-col-md-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .ftds-col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .ftds-col-md-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .ftds-col-md-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .ftds-col-md-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .ftds-col-md-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .ftds-col-md-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .ftds-col-md-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    }

    @media (min-width: 992px) {
        .ftds-col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .ftds-col-lg-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .ftds-col-lg-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .ftds-col-lg-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .ftds-col-lg-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .ftds-col-lg-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .ftds-col-lg-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .ftds-col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .ftds-col-lg-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .ftds-col-lg-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .ftds-col-lg-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .ftds-col-lg-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .ftds-col-lg-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .ftds-col-lg-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .ftds-col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .ftds-col-xl-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .ftds-col-xl-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .ftds-col-xl-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .ftds-col-xl-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .ftds-col-xl-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .ftds-col-xl-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .ftds-col-xl-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .ftds-col-xl-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .ftds-col-xl-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .ftds-col-xl-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .ftds-col-xl-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .ftds-col-xl-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .ftds-col-xl-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .ftds-item{
        padding: 15px;

    }

    .ftds-item .ftds-subsystem-no{
        background-color: #009966;
        line-height: 50px;
        color: #fff;
        font-weight: 600;

    }

    .ftds-subsystem-no a{
        color: #fff;
    }

    .ftds-center{
        text-align: center;
    }

    .ftds-right{
        text-align: right ;
    }

    .ftds-left{
        text-align: left;
    }

    .ftds-align-center{
        text-align: center;
    }

    .ftds-align-right{
        text-align: right ;
    }

    .ftds-align-left{
        text-align: left;
    }


    .ftds-float{
        float: left;
    }

    .ftds-float-left{
        float: left;
    }

    .ftds-float-right{
        float: right;
    }


    @media screen and (max-width: 1280px) {
    }

    @media screen and (max-width: 30em) {
        .ftds-container > section {
            padding: 3em 0;
        }
    }


    @media screen and (max-width: 25em) {
    }

    .table .ftds-thead-dark{
        border-radius: 5px 0;
    }

    .table .ftds-thead-dark th {
        color: #fff;
        background-color: #445151;
        border-color: #445151;
        border-left-color: #fff;
        border-right-color: #fff;
    }

    .table th:first-child{
        border-left-color: #445151;
    }

    .table .ftds-thead-dark th:last-child{
        border-right-color: #445151;
    }

    .ftds-alert{
        padding: 5px 15px;
    }

    .ftds-list-group-item-dark {
        color: #fff;
        background-color: #444;
    }

    .ftds-list-group-item-dark.list-group-item-action:hover, .ftds-list-group-item-dark.list-group-item-action:focus {
        color: #fff;
        background-color: #444;
    }

    .ftds-list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

    .bg-primary {
        background-color: #007bff !important;
        color: #ffffff !important;
    }

    a.bg-primary:hover, a.bg-primary:focus,
    button.bg-primary:hover,
    button.bg-primary:focus {
        background-color: #0062cc !important;
    }

    .bg-secondary {
        background-color: #6c757d !important;
        color: #ffffff !important;
    }

    a.bg-secondary:hover, a.bg-secondary:focus,
    button.bg-secondary:hover,
    button.bg-secondary:focus {
        background-color: #545b62 !important;
    }

    .bg-success {
        background-color: #28a745 !important;
        color: #ffffff !important;
    }

    a.bg-success:hover, a.bg-success:focus,
    button.bg-success:hover,
    button.bg-success:focus {
        background-color: #1e7e34 !important;
    }

    .bg-info {
        background-color: #17a2b8 !important;
        color: #ffffff !important;
    }

    a.bg-info:hover, a.bg-info:focus,
    button.bg-info:hover,
    button.bg-info:focus {
        background-color: #117a8b !important;
    }

    .bg-warning {
        background-color: #ffc107 !important;
    }

    a.bg-warning:hover, a.bg-warning:focus,
    button.bg-warning:hover,
    button.bg-warning:focus {
        background-color: #d39e00 !important;
    }

    .bg-danger {
        background-color: #dc3545 !important;
        color: #ffffff !important;
    }

    a.bg-danger:hover, a.bg-danger:focus,
    button.bg-danger:hover,
    button.bg-danger:focus {
        background-color: #bd2130 !important;
    }

    .bg-light {
        background-color: #f8f9fa !important;
    }

    a.bg-light:hover, a.bg-light:focus,
    button.bg-light:hover,
    button.bg-light:focus {
        background-color: #dae0e5 !important;
    }

    .bg-dark {
        background-color: #343a40 !important;
        color: #ffffff !important;
    }

    a.bg-dark:hover, a.bg-dark:focus,
    button.bg-dark:hover,
    button.bg-dark:focus {
        background-color: #1d2124 !important;
    }

    .bg-ftds-blue {
        background-color: #005e89 !important;
        color: #ffffff !important;
    }

    a.bg-ftds-blue:hover, a.bg-ftds-blue:focus,
    button.bg-ftds-blue:hover,
    button.bg-ftds-blue:focus {
        background-color: #003e89 !important;
    }

    .bg-ftds-green {
        background-color: #078f0e !important;
        color: #ffffff !important;
    }

    a.bg-ftds-green:hover, a.bg-ftds-blue:focus,
    button.bg-ftds-blue:hover,
    button.bg-ftds-blue:focus {
        background-color: #05700a !important;
    }


    .bg-white {
        background-color: #fff !important;
    }

    .bg-transparent {
        background-color: transparent !important;
    }


    .ftds-float-left {
        float: left !important;
        margin-left: 10px; 
    }

    .ftds-float-right {
        float: right !important;
        margin-left: 10px; 
    }

    .ftds-float-none {
        float: none !important;
        margin-left: 10px; 
    }

    /***------- FTDS STORE SETTING ----------***/
    .ftds-store-control.custom-radio{
        margin-left: 15px;
    }
    .ftds-store-control.custom-radio .custom-control-label {
        margin-bottom: 0;
        margin-left: 8px;
    }

    .ftds-store-control.custom-radio .custom-control-label:before{
        width: 15px;
        height: 15px;
        top: 5px;
    }

    .ftds-store-control.custom-radio .custom-control-label:after{
        width: 15px;
        height: 15px;
        top: 5px;
    }

    /*form class*/
    #ftds-form-template #nav-tabContent{
        margin: 30px 0;
    }
    #ftds-form-template .card-body{
        width: 100%;
    }

    .input-group-text.button{
        cursor: pointer;
    }

    .input-group-text.button:hover{
        background-color: #444;
        color: #ffffff;
    }
