@charset "utf-8";
/* CSS Document */


/* --------- Fonts --------- */
@font-face {
    font-family:"Lato Black";
    src:url("font/lato-black.woff2") format("woff2"),url("font/lato-black.woff") format("woff"),url("font/lato-black.ttf") format("truetype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Lato Bold";
    src:url("font/lato-bold.woff2") format("woff2"),url("font/lato-bold.woff") format("woff"),url("font/lato-bold.ttf") format("truetype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Lato Light";
    src:url("font/lato-light.woff2") format("woff2"),url("font/lato-light.woff") format("woff"),url("font/lato-light.ttf") format("truetype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Lato Regular";
    src:url("font/lato-regular.woff2") format("woff2"),url("font/lato-regular.woff") format("woff"),url("font/lato-regular.ttf") format("truetype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Quicksand Bold";
    src:url("font/quicksand-bold.woff2") format("woff2"),url("font/quicksand-bold.woff") format("woff"),url("font/quicksand-bold.ttf") format("truetype");
    font-style:normal;font-weight:400;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body, tr, td, p{
    font-family:"Lato Regular", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:25px;
    letter-spacing: 1px;
}

b, strong{
    font-weight:bold;
}

/* ---- END --- Fonts ------ */



body {
    background-color:#ffffff;
}

html, body{
    height:100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, tr, td {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color:#807f83;
}


.loadingGif {
    border-color: #e62e4d transparent transparent !important;
}

img {
    border:0px;
    outline: none !important;
}

td img {
    display: block;
}

a:focus {
    outline: none !important;
}

input:focus {
    outline: none !important;
}

select::-ms-expand {
    display: none;
}

a:link, a:visited{
    /*color:#4a4041;*/
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#666666;
    text-decoration: none;
}

.table_fixed_size {
    table-layout:fixed;
    overflow:hidden;
    word-wrap:break-word;
}

.table_fixed_size img{
    display:inline-block;
    vertical-align:middle;
}


.table_normal_size{
    table-layout:auto !important;
    overflow:visible !important;
    word-wrap:normal !important;
    display:inline-block !important;
}


.cccdi, a.cccdi:link, a.cccdi:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:9px;
    text-decoration: none;
    letter-spacing: 0px;
}

a.cccdi:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
    font-size:9px;
    text-decoration: none;
    letter-spacing: 0px;
}


.v_table {
    height:100%;
}


.reg_box {
    color:#FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    border-top : 1px solid #cccccc;
    border-left : 1px solid #cccccc;
    border-right : 1px solid #666666;
    border-bottom : 1px solid #666666;
    background-color:#999999;
    height: 25px;
    width: 380px;
    vertical-align: text-bottom;
}


.year a:focus {
    outline:none;
}

.year, .year a:link, .year a:visited{
    color:#FFF;
    text-decoration: none;
}

.year a:hover{
    color:#666666;
    text-decoration: none;
}









.hr_dash{
    border: 1px dotted #333333;
    border-style: none none dotted;
    color: #F3F3F3;
    background-color: #F3F3F3;
    padding-top:10px;
}


.hr_dash_bg_white{
    border: 1px dotted #333333;
    border-style: none none dotted;
    color: #FFF;
    background-color: #FFF;
    padding-top:10px;
}




.input_scale_multiline, .input_multiline_noscale {

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size:16px;

    resize: none;
    color:#999999;
    /*height:44px;*/
    line-height:44px; /*IE*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #cccccc;
    outline:none;
    padding-left:10px;
    padding-right:10px;

    height: 200px !important;

}

.input_scale_multiline:focus {
    resize: none;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.input_multiline_noscale:focus {

    border:1px solid #39B5AA;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;

}

.input_scale_multiline:disabled, .input_multiline_noscale:disabled,
.input_scale:disabled, .input_noscale:disabled,
.input_scale:readonly, .input_noscale:readonly{
    background: #EEEEEE;
    color:#999999;
}

.input_scale, .input_noscale {

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size:16px;

    color:#999999;
    height:44px;
    line-height:44px; /*IE*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #cccccc;
    outline:none;
    padding-left:10px;
    padding-right:10px;


}

.input_scale:focus {

    border:1px solid #39B5AA;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;


    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}

.input_noscale:focus {

    border:1px solid #39B5AA;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}




.input_select, .input_select_noscale{

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size:16px;

    color:#999999;
    height:44px;
    line-height:44px; /*IE*/

    background: #FFF url('../img/form/dropdown_arrow.png')  no-repeat;
    background-position: 98% 0px;

    background-size: 44px 44px;
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;

    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #cccccc;
    outline:none;
    padding-left:10px;
    padding-right:10px;


}



.input_select_ie8, .input_select_noscale_ie8{

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size:16px;

    color:#999999;
    height:44px;
    line-height:44px; /*IE*/

    background: #FFF url('../img/form/dropdown_arrow_ie8.png')  no-repeat;
    background-position: 98% 0px;             /*Position of the background-image*/

    background-size: 44px 44px;
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;


    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #cccccc;
    outline:none;
    padding-left:10px;
    padding-right:10px;

}



.input_select:focus, .input_select_ie8:focus {

    border:1px solid #39B5AA;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);

}


.input_select_noscale:focus, .input_select_noscale_ie8:focus{

    border:1px solid #39B5AA;
    color:#333333;
    -webkit-box-shadow: 0 0 25px #ccc;
    -moz-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;

}


.input_select:disabled, .input_select_ie8:disabled,
.input_select_noscale:disabled, .input_select_noscale_ie8:disabled {
    background: #EEEEEE;
    color:#999999;
}









/* ===================== Index ====================== */

#index_banner {
    width:100% !important;
    height:94vh !important;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;

    color: #fff !important;

    text-align: center !important;
    vertical-align: middle !important;
}


.content_container_1098_100 .index_col00 table,
.content_container_1098_100 .index_col01 table,
.content_container_1098_100 .index_col02 table,
.content_container_1098_100 .feature_col00 table,
.content_container_1098_100 .feature_col01 table,
.content_container_1098_100 .organizer_col00 table,
.content_container_1098_100 .organizer_col01 table {

    table-layout:fixed;

}


.content_container_1098_100 .organizer_col00{
    width:460px;
    margin-left:50px;
    margin-right:39px;

    display:inline;
    float:left;

    color:#FFF;
    border:none;
}

.content_container_1098_100 .organizer_col01{
    width:460px;
    margin-left:69px;
    margin-right:10px;

    display:inline;
    float:left;

    color:#FFF;
    border:none;
}

.content_container_1098_100 .organizer_col00 table,
.content_container_1098_100 .organizer_col01 table{
    width:100%;
    padding-top:90px;
    padding-bottom:100px;
}


.content_container_1098_100 .organizer_col_title{
    padding-bottom:15px;
    color:#FFF;

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:25px;
    line-height:36px;
}

.content_container_1098_100 .organizer_col_tag{
    padding-top:15px;
    padding-bottom:10px;
    color:#FFF;

    font-size:17px;
    line-height:24px;
}

.content_container_1098_100 .organizer_col_btn, .content_container_1098_100 .organizer_col_btn:link{
    padding:10px 42px 10px 42px;
    color:#FFF;
    border: 1px solid #FFF;
}

.content_container_1098_100 .organizer_col_btn:hover{
    color:#EEE;
    border: 1px solid #EEE;
}


.content_container_1098_100 .feature_col00{
    width:380px;
    margin-left:10px;

    display:inline;
    float:left;
}

.content_container_1098_100 .feature_col01{
    margin-left:65px;
    padding-top:130px;
    padding-right:20px;
    width:603px;

    display:inline;
    float:left;
}

.content_container_1098_100 .feature_col01 table{
    width:100%;
}

.content_container_1098_100 .feature_col02{
    display:none;
}




.content_container_1098_100 .index_col00{

    width:330px;
    margin-left:20px;

    display:inline;
    float:left;

    text-align: center;
    vertical-align: middle;
}


.content_container_1098_100 .index_col01{

    width:330px;

    display:inline;
    float:left;

    margin-left:34px;
    margin-right:34px;

    text-align: center;
    vertical-align: middle;

}


.content_container_1098_100 .index_col02{

    width:330px;
    margin-right:20px;

    display:inline;
    float:left;

    text-align: center;
    vertical-align: middle;
}


.feature_title, .feature_title a:link, .feature_title a:visited, .feature_title a:hover{
    color:#000000;

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:17px;
    line-height:24px;
}

.feature_tag, .feature_tag a:link, .feature_tag a:visited, .feature_tag a:hover{
    color:#888;

    font-size:15px;
    line-height:20px;
}


.feature_mobile_tag, .feature_mobile_tag a:link, feature_mobile_tag a:visited, .feature_mobile_tag a:hover{
    color:#000000;
    padding-bottom:15px;

    font-family:"Proxima Nova Light", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:28px;
    line-height:40px;
}


.feature_mobile_tag_line, .feature_mobile_tag_line a:link, feature_mobile_tag_line a:visited, .feature_mobile_tag_line a:hover{
    color:#0083A5;
    padding-top:15px;

    font-size:19px;
    line-height:29px;
}


.content_container_1098_100 .organizer_col_title, .content_container_1098_100 .organizer_col_tag{
    text-align:left;
}

.robot_title{
    color:#34A79B;

    font-size:28px;
    line-height:42px;
}

.robot_content{
    color:#888;

    font-size:19px;
    line-height:29px;
    letter-spacing:1px;
}

.robot_subtag{
    font-size:11px;
    line-height:18px;
}

.robot_content a:link, robot_content a:visited{
    color:#34A79B;
}

.robot_content a:hover{
    color:#888;
}

.robot_content_container_720_90{
    width:690px;
    text-align:justify;
}

#fee_desktop{
    display:table;
}

#fee_mobile{
    display:none;
}
/* === END ================== Index ====================== */















/* ===================== Header ====================== */
#headerContainer{
    /*position:fixed;*/
    /*z-index: 99;/!*10001; *!/*/
}
#header tr,
#header td,
#header p,
#header b,
#header strong,
#header{
    letter-spacing:0px !important;
}

#header{
    display: block;
    width:100%;
}



#headerContent{

    display:block;

    width:100%;

    /* RGBa browser */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
}


#headerContent_mobile{

    display:none;

    width:100%;

    /* RGBa browser */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
}





#headerContent_mobile #mobile_mm a, #headerContent_mobile #mobile_mm a:hover, #headerContent_mobile #mobile_mm a:link, #headerContent_mobile #mobile_mm a:visited{
    text-decoration: none;
    outline: none !important;
}

#headerContent_mobile #mobile_mm img{
    text-decoration: none;
    border:0px;
    outline: none !important;
}


#headerBg{
    width:100%;
    /*height:84px;*/
}

.header_mm{
    border-bottom: 1px solid transparent;
    font-weight: 400;
    cursor: pointer;
}
.header_mm a{

    font-weight: bold;
}
.header_mm:hover{
    color: #999;
}

.header_mm.active{
    border-bottom: 1px solid #000;
    color: #999;
}
.header_mm:hover a,.header_mm.active a{
    color: #000 !important;
}
.header_mm, .header_mm a:link, .header_mm a:visited{
    color:#999;

    font-size:16px;
}

.header_mm a:hover{
    color:#999999;
}

.header_mm img{
    display:inline-block;
    vertical-align:top;
    margin-left:5px;
}

.header_process_number, .header_process_number a:link, .header_process_number a:visited, .header_process_number a:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:15px;

    color:#000000;
    margin-left: 10px;
}

.header_process_txt, .header_process_txt a:link, .header_process_txt a:visited, .header_process_txt a:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#CCC;
    /*font-style: italic;*/
    font-weight:bold;

    color:#666666;
}


.header_login, .header_login a:link, .header_login a:visited{
    font-size:14px;

    color:#0083A6;
}

.header_login a:hover{
    color:#999999;

    font-size:14px;
    line-height:15px;
}





.notification_small_box{

    font-size:8px;
    line-height:16px;
    letter-spacing:0px;

    position: absolute;

    color:#FFFFFF;
    padding: 0px 8px 0px 8px;
    margin-left:32px;
    height:15px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius:20px;

    display:inline-block;
    background-color:#D21010;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EF797E), to(#D21010));
    background-image: -webkit-linear-gradient(top, #EF797E, #D21010);
    background-image: -moz-linear-gradient(top, #EF797E, #D21010);
    background-image: -ms-linear-gradient(top, #EF797E, #D21010);
    background-image: -o-linear-gradient(top, #EF797E, #D21010);
    background-image: linear-gradient(to bottom, #EF797E, #D21010);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EF797E, endColorstr=#D21010);

    text-align:center;

}

/* == END =================== Header ====================== */




/* ============================ Form ============================= */

.form_header_error{
    font-size:15px;
    color:#FF0;
}


/* === END ======================================================= */








/* ======================== TinyMCE ====================== */


/* === END ================ TinyMCE ====================== */











/* ===================================== Responsive Framework ===================================== */

.content_container_1000_100{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1000px;
}

.content_container_1098_90, .content_container_1098_100{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1098px;
}

.content_container_1044_100, .content_container_1044_90{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1044px;
}


/*
.content_container_1044_100 img{
	display:inline-block;
    vertical-align:middle;
}
*/


.content_container_1024_90{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1024px;
}

.content_container_1024_90 img{
    display:inline-block;
    vertical-align:middle;
}
.content_container_1030_88{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1030px;
}


.content_container_1098{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1118px; /*+20*/
}

.content_col_100 {
    display:inline;
    float:left;
    /*margin-left:10px;
    margin-right:10px;*/
}

.content_container_1098 .content_col_100 {width:1098px;}



.content_container_1010_100{
    margin:0 auto;
    padding:0;
    position:relative;
    width:1010px;
}


.content_container_1010_100 .content_col_00 a:link,
.content_container_1010_100 .content_col_00 a:visited{

    color:#333;
}
.content_container_1010_100 .content_col_00 a:hover{
    color:#0083A6;
}

.content_container_1010_100 .content_col_00 {

    font-size:14px;
    line-height:22px;

    width:38%;

    display:inline;
    float:left;
    text-align:left;

    margin:0;
    padding:0;

    color:#333;
}

.content_container_1010_100 .content_col_01 {

    font-size:12px;
    line-height:20px;

    width:62%;

    display:inline;
    float:left;
    text-align:right;

    margin:0;
    padding:0;

    color:#666666;
}





/*@media only screen and (min-width: 768px) and (max-width: 1024px) {*/
@media only screen and (max-width: 767px) {


    /*#headerContent{*/
        /*display:none;*/
    /*}*/

    /*#headerContent_mobile{*/
        /*display:block;*/
        /*overflow:hidden;*/
        /*width:100%;*/
        /*height:84px;*/
    /*}*/




    .feature_mobile_tag {
        font-size:25px;
        line-height:36px;
        letter-spacing:0px;
    }

    .feature_mobile_tag_line, .feature_mobile_tag_line a:link, feature_mobile_tag_line a:visited, .feature_mobile_tag_line a:hover{
        font-size:17px;
        line-height:24px;
        letter-spacing:0px;
    }

    .robot_title{
        font-size:24px;
        line-height:34px;
    }


    .robot_content, .robot_content a:link, robot_content a:visited, .robot_content a:hover{
        font-size:17px;
        line-height:24px;
        letter-spacing:1px;
    }




    .content_container_1010_100 .content_col_00 {
        font-size:14px;
        line-height:22px;

        width:100%;

        display:inline;
        float:left;
        text-align:center;

        margin-top:20px;
        margin-bottom:20px;
    }

    .content_container_1010_100 .content_col_01 {

        font-size:12px;
        line-height:20px;

        width:100%;

        display:inline;
        float:left;
        text-align:center;

        padding-top:20px;
        padding-bottom:60px;
    }



    .content_container_1010_100, .content_container_1044_100, .content_container_1000_100, .content_container_1098_100{
        width:100%;
    }


    .content_container_1044_90, .content_container_1098_90, .content_container_1024_90{
        width:90%;
    }

    .content_container_1030_88{
        width:88%;
    }

    .content_container_1098 {
        width:320px;
    }

    .content_container_1098 .content_col_100 {
        /*margin:0 0 20px 0;*/
        width:320px;
    }


    .robot_content_container_720_90{
        width:90%;
    }


    #fee_desktop{
        display:none;
    }

    #fee_mobile{
        display:table;
        width:100%;
    }



    .content_container_1098_100 .index_col00,
    .content_container_1098_100 .index_col01,
    .content_container_1098_100 .index_col02{
        width:100%;
        margin:0;
        padding:0;
    }

    .content_container_1098_100 .index_col00 table,
    .content_container_1098_100 .index_col01 table,
    .content_container_1098_100 .index_col02 table{
        width:88%;
    }



    .content_container_1098_100 .feature_col02{
        display:inline !important;
        float:left !important;

        width:100% !important;
        height:370px !important;

        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;

        text-align:center !important;
    }

    .content_container_1098_100 .feature_col00{
        display:none;
    }
    .content_container_1098_100 .feature_col01{
        width:100%;
        margin:0;
        padding:40px 0 40px 0;
    }

    .content_container_1098_100 .feature_col01 table{
        width:83%;
        margin:0;
        padding:0;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }



    .content_container_1098_100 .organizer_col00{
        width:100%;
        margin:0;
        padding:0;
        border-bottom:1px solid #FFF;
    }
    .content_container_1098_100 .organizer_col01{
        width:100%;
        margin:0;
        padding:0;
    }

    .content_container_1098_100 .organizer_col00 table, .content_container_1098_100 .organizer_col01 table{
        width:82%;
        padding-top:70px;
        padding-bottom:90px;
    }

    .content_container_1098_100 .organizer_col_title{
        font-size:23px;
        line-height:36px;
        letter-spacing:0px;

        text-align:center;
    }

    .content_container_1098_100 .organizer_col_tag{
        font-size:17px;
        line-height:24px;
        letter-spacing:0px;

        text-align:center;
    }


}



/* ==== END ================================ Responsive Framework ================================ */











/* ======================== JQuery UI ====================== */


.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family:"Proxima Nova Reg", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    line-height:22px;
}


#dialog{
    display:none;
}

.ui-dialog .ui-dialog-title {
    font-size:20px;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size:14px;
}

.ui-dialog .ui-dialog-content {
    font-size:16px;
    line-height:22px;
    text-align:center;
}



.switchy-container-gender{
    display:inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 30px;
    background: none;
}

.switchy-container{
    display:inline-block;
    position: relative;
    margin: 0;
    padding: 6px 0 0 0;
    width: 70px;
    height: 30px;
    background: none;
    float: left;
}

.switchy-bar{
    display:inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    height: 32px;
}

.switchy-slider{
    display:inline-block;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    background: #fff;
    top: 0;
    left: 0px;
    cursor: pointer;
}




/* -------------- Color Picker --------------------*/


.evo-pop {
    z-index: 10000;
    width: 204px;
    padding: 3px 3px 0;
}
.evo-pop-ie {
    z-index: 10000;
    width: 212px;
    padding: 3px;
}
.evo-palette td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}
.evo-palette tr.top > td {
    border-bottom: 0;
}
.evo-palette tr.in > td {
    border-top: 0;
    border-bottom: 0;
}
.evo-palette tr.bottom > td {
    border-top: 0;
}
.evo-palette div.sep {
    height: 3px;
}
.evo-palette,
.evo-palette-ie {
    border-collapse: separate;
    border-spacing: 4px 0px;
    *border-collapse: expression('separate', cellSpacing='2px');
}
.evo-palette th,
.evo-palette-ie th {
    border: 0;
    padding: 5px 3px;
    text-align: left;
    font-weight: normal;
    background: transparent !important;
}
.evo-palette-ie td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}
.evo-palette2,
.evo-palette2-ie {
    margin: auto;
    border-collapse: collapse;
}
.evo-palette2 td,
.evo-palette2-ie td {
    font-size: 1px;
    cursor: pointer;
}
.evo-palette2 td {
    padding: 6px 7px;
}
.evo-palette2-ie td {
    padding: 5px;
}
.evo-palcenter {
    padding: 5px;
    text-align: center;
}
.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
    border: solid 1px #999;
    width: 44px;
    height: 44px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.evo-colorind-ie {
    position: relative;
    top: -23px;
}
.evo-colorbox-ie {
    font-size: 8px;
    padding: 3px 9px !important;
}
/*
.evo-colortxt-ie {
	position:relative;
	top:-6px;
}*/
.evo-pop:after,
.evo-pop-ie:after,
.evo-colorind:after,
.evo-colorind-ie:after,
.evo-colorind-ff:after,
.evo-color span:after,
.evo-cHist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.evo-color {
    width: 94px;
    padding: 1px 3px 0 4px;
}
.evo-color div {
    border: solid 1px #808080;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding: 3px;
    margin-bottom: 5px;
    width: 10px;
    height: 10px;
    float: left;
}
.evo-color span {
    font-size: 15px;
    margin: 1px 0 4px 3px;
    float: left;
}
.evo-sep {
    height: 10px;
    font-size: 0;
}
.evo-more {
    padding: 4px 5px 4px;
    font-size: smaller;
}
.evo-cHist {
    padding: 3px;
}
.evo-cHist div {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 10px;
    height: 10px;
    float: left;
}
.evo-transparent {
    background-image: repeating-linear-gradient(135deg, #000000, #000000 1px, #ffffff 1px, #ffffff 3px);
}
.evo-tr-box {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    width: 7px;
    height: 7px;
    float: right;
    position: relative;
    right: -3px;
    top: 2px;
}
a.evo-hist {
    margin-left: 6px;
}
.evo-pointer {
    cursor: pointer;
}



.evo-pop.ui-widget-content {
    border: 1px solid #ccc;
}

/* ---- END ---------- Color Picker --------------------*/


/* === END ================ JQuery UI ====================== */





/*===========================================*/
/*--------------- Slider --------------------*/
/*===========================================*/
.slider-wrapper {
    width: 620px;
    margin: 0px auto;
}

.theme-default #slider {
    margin:0px auto 0 auto;
}

/*===========================================*/
/*===========================================*/





/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear:both;
}







/* ======================================================== */
/* ====================== Retina ========================== */
/* ======================================================== */

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {



}



/* Racson */

/*********************************************************************

	Name:		Push - Bootstrap Button Pack
	Author:		BootstrapBay - (http://www.bootstrapbay.com/)
	Version:	1.0

*********************************************************************/

/******************************************************
    CUSTOM BTN VALUES
******************************************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

/******************************************************
    STANDARD BUTTONS
******************************************************/

.btn-default {
    border: 1px solid #C4C4C4;
    color: #737373;
    padding: 12px 22px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,.open > .dropdown-toggle.btn-default:hover {
    background: #FFFFFF;
    border-color: #66AFE9; /*racson*/
    color: #737373;
}
.btn-default:active, .btn-default.active {
    /*border-color: #737373;*/
    /*box-shadow: none;*/
    background: #35a2b5;/*racson*/
    /*box-shadow: none;*/
}
.dropdown-menu > li > a:focus {
    background-color: #8ec6e9;/*racson*/
    color: #fff;
    background-image: none;
}
.dropdown-menu > li > a:hover{
    background-color: #66AFE9;/*racson*/
    color: #fff;
    background-image: none;

}
.btn-primary {
    background: #35AEEA;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}
.btn-success {
    background: #00bf6f;
    color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #39bf87;
}
.btn-success:active, .btn-success.active {
    background: #008c52;
    box-shadow: none;
}
.btn-info {
    background: #8895b4;
    color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background: #8895b4;
}
.btn-info:active, .btn-info.active {
    background: #8895b4;
    box-shadow: none;
}
.btn-warning {
    background: #eb8f34;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background: #eba259;
}
.btn-warning:active, .btn-warning.active {
    background: #b87430;
    box-shadow: none;
}
.btn-danger {
    background: #f25454;
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background: #f26d6d;
}
.btn-danger:active, .btn-danger.active {
    background: #bf4343;
    box-shadow: none;
}

/******************************************************
    SHARP BUTTONS
******************************************************/

.btn.sharp {
    border-radius: 0;
}

/******************************************************
    OUTLINE BUTTONS
******************************************************/
.btn.outline {
    background: none !important;
    padding: 12px 22px;
}
.btn-primary.outline {
    border: 1px solid #35AEEA;
    color: #35AEEA;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #33a6cc;
    border-color: #33a6cc;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #007299;
    color: #007299;
    box-shadow: none;
}

.btn-success.outline {
    border: 1px solid #00bf6f;
    color: #00bf6f;
}
.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
    border-color: #39bf87;
    color: #39bf87;
}
.btn-success.outline:active, .btn-success.outline.active {
    border-color: #008c52;
    color: #008c52;
    box-shadow: none;
}
.btn-info.outline {
    border: 1px solid #8895b4;
    color: #8895b4;
}
.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
    border-color: #7986a5;
    color: #8895b4;
}

.btn-info.outline:active, .btn-info.outline.active {
    border-color: #8895b4;
    color: #7a86a4;
    box-shadow: none;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
    background-color: #8a9dbd;
    border-color: #434a5b;
    color: #fff;
}

.btn-warning.outline {
    border: 1px solid #eb8f34;
    color: #eb8f34;
}
.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
    border-color: #eba259;
    color: #eba259;
}
.btn-warning.outline:active, .btn-warning.outline.active {
    border-color: #b87430;
    color: #b87430;
    box-shadow: none;
}
.btn-danger.outline {
    border: 1px solid #f25454;
    color: #f25454;
}
.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
    border-color: #f26d6d;
    color: #f26d6d;
}
.btn-danger.outline:active, .btn-danger.outline.active {
    border-color: #bf4343;
    color: #bf4343;
    box-shadow: none;
}

/******************************************************
    GRADIENT BUTTONS
******************************************************/
.btn-primary.gradient {
    background: -moz-linear-gradient(top,  #33a6cc 50%, #35AEEA 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#33a6cc), color-stop(50%,#35AEEA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #33a6cc 50%,#35AEEA 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #33a6cc 50%,#35AEEA 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #33a6cc 50%,#35AEEA 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #33a6cc 50%,#35AEEA 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6cc', endColorstr='#35AEEA',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
    background: -moz-linear-gradient(top,  #66b2cc 50%, #33a6cc 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#66b2cc), color-stop(50%,#33a6cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #66b2cc 50%,#33a6cc 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b2cc', endColorstr='#33a6cc',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-primary.gradient:active, .btn-primary.gradient.active {
    background: -moz-linear-gradient(top,  #267c99 50%, #007299 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#267c99), color-stop(50%,#007299)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #267c99 50%,#007299 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #267c99 50%,#007299 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #267c99 50%,#007299 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #267c99 50%,#007299 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267c99', endColorstr='#007299',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-success.gradient {
    background: -moz-linear-gradient(top,  #39bf87 50%, #00bf6f 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#39bf87), color-stop(50%,#00bf6f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #39bf87 50%,#00bf6f 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bf87', endColorstr='#00bf6f',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-success.gradient:hover, .btn-success.gradient:focus, .btn-success.gradient:active, .btn-success.gradient.active, .open > .dropdown-toggle.btn-success {
    background: -moz-linear-gradient(top,  #73bf9f 50%, #39bf87 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#73bf9f), color-stop(50%,#39bf87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #73bf9f 50%,#39bf87 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bf9f', endColorstr='#39bf87',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-success.gradient:active, .btn-success.gradient.active {
    background: -moz-linear-gradient(top,  #2a8c63 50%, #008c52 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2a8c63), color-stop(50%,#008c52)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a8c63 50%,#008c52 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8c63', endColorstr='#008c52',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-info.gradient {
    background: -moz-linear-gradient(top,  #5fd4e8 50%, #31cde8 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#5fd4e8), color-stop(50%,#31cde8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #5fd4e8 50%,#31cde8 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd4e8', endColorstr='#31cde8',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-info.gradient:hover, .btn-info.gradient:focus, .btn-info.gradient:active, .btn-info.gradient.active, .open > .dropdown-toggle.btn-info {
    background: -moz-linear-gradient(top,  #8edae8 50%, #5fd4e8 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#8edae8), color-stop(50%,#5fd4e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #8edae8 50%,#5fd4e8 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8edae8', endColorstr='#5fd4e8',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-info.gradient:active, .btn-info.gradient.active {
    background: -moz-linear-gradient(top,  #6baab5 50%, #35a2b5 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#6baab5), color-stop(50%,#35a2b5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #6baab5 50%,#35a2b5 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baab5', endColorstr='#35a2b5',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-warning.gradient {
    background: -moz-linear-gradient(top,  #eba259 50%, #eb8f34 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#eba259), color-stop(50%,#eb8f34)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #eba259 50%,#eb8f34 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba259', endColorstr='#eb8f34',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-warning.gradient:hover, .btn-warning.gradient:focus, .btn-warning.gradient:active, .btn-warning.gradient.active, .open > .dropdown-toggle.btn-warning {
    background: -moz-linear-gradient(top,  #ebb57f 50%, #eba259 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebb57f), color-stop(50%,#eba259)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebb57f 50%,#eba259 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb57f', endColorstr='#eba259',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-warning.gradient:active, .btn-warning.gradient.active {
    background: -moz-linear-gradient(top,  #b8824d 50%, #b87430 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b8824d), color-stop(50%,#b87430)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #b8824d 50%,#b87430 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8824d', endColorstr='#b87430',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-danger.gradient {
    background: -moz-linear-gradient(top,  #f26d6d 50%, #f25454 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f26d6d), color-stop(50%,#f25454)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #f26d6d 50%,#f25454 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26d6d', endColorstr='#f25454',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-danger.gradient:hover, .btn-danger.gradient:focus, .btn-danger.gradient:active, .btn-danger.gradient.active, .open > .dropdown-toggle.btn-danger {
    background: -moz-linear-gradient(top,  #f28585 50%, #f26d6d 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f28585), color-stop(50%,#f26d6d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #f28585 50%,#f26d6d 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28585', endColorstr='#f26d6d',GradientType=0 ); /!* IE6-9 *!/*/
}
.btn-danger.gradient:active, .btn-danger.gradient.active {
    background: -moz-linear-gradient(top,  #bf5656 50%, #bf4343 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#bf5656), color-stop(50%,#bf4343)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #bf5656 50%,#bf4343 50%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5656', endColorstr='#bf4343',GradientType=0 ); /!* IE6-9 *!/*/
}

/******************************************************
    ROUNDED BUTTONS
******************************************************/

.btn.round {
    border-radius: 24px;
}
.btn-lg.round {
    border-radius: 32px;
}
.btn-sm.round {
    border-radius: 14px;
}
.btn-xs.round {
    border-radius: 10px;
}

/******************************************************
    RAISED BUTTONS
******************************************************/

.btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
.btn-success.raised {
    box-shadow: 0 3px 0 0 #008c52;
}
.btn-success.raised:active, .btn-success.raised.active {
    background: #39bf87;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
.btn-info.raised {
    box-shadow: 0 3px 0 0 #8895b4;
}
.btn-info.raised:active, .btn-info.raised.active {
    background: #8895b4;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
.btn-warning.raised {
    box-shadow: 0 3px 0 0 #b87430;
}
.btn-warning.raised:active, .btn-warning.raised.active {
    background: #eba259;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
.btn-danger.raised {
    box-shadow: 0 3px 0 0 #bf4343;
}
.btn-danger.raised:active, .btn-danger.raised.active {
    background: #f26d6d;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/******************************************************
    BUTTON SIZING
******************************************************/

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 8px 12px;
}
.btn-lg {
    padding: 20px 40px;
    border-radius: 4px;
}
.btn-xs.btn-default, .btn-xs.outline {
    padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
    padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
    padding: 18px 38px;
}
.btn,.dropdown-toggle{
    background-image: none;
}

.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fileUpload, .fileUpload > input{
    cursor: pointer;
}
.selectGroup .inputErrorStatus {
    right: 35px !important;
}
div.printBreak{
    clear: both;
    margin-bottom: 70px !important;
    display: none;
}
.printArea{
    display: none;
}
.non-printArea{
    display: block;
}
@media print {

    .printArea{
        display: block;
    }
    .non-printArea{
        display: none;
    }
    div.printBreak {
        page-break-after: always;
    }
    body .container{
        width: 100% !important;
    }
}

.bottomLine{
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 55px;
    margin-top: 55px;
}

.ti50{
    text-indent: 50px;
    text-align: justify;
}

.noMargin{
    margin: 0px;
}

.htmlHolder{
    clear: both;
    display: inline-block;
    width: 100%;
}


/*

.onoffswitch {
    position: relative; width: 88px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #CCCCCC; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 37px; padding: 0; line-height: 37px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #fff; color: #fff;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #fff; color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 34px; margin: 3.5px;
    background: #CCCCCC;
    position: absolute; top: 0; bottom: 0;
    right: 47px;
    border: 2px solid #fff; border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch.active .onoffswitch-label  {
    border-color: #36AEEA;
}
.onoffswitch.active .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.active .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background: #36AEEA;
}
.onoffswitch.center .onoffswitch-label  {
    border-color: #CCCCCC;
}
.onoffswitch.center .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.center .onoffswitch-label .onoffswitch-switch {
    right: 23px;
    background: #CCCCCC;
}
*/

.toggleLabel{
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    font-size: 16px !important;
}
.vmiddle.status{
    font-size: 15px;
}

.smallerIcon{
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 60px !important;
}

* {
    letter-spacing: 1px !important;
}

.f12{
    font-size: 12px !important;
    line-height: 26px !important;
}

.f13{
    font-size: 13px !important;
    line-height: 27px !important;
}

.f15{
    font-size: 15px !important;
    line-height: 29px !important;
}

.f16{
    font-size: 16px !important;
    line-height: 30px !important;
}
.f17{
    font-size: 17px !important;
    line-height: 31px !important;
}

.f18{
    font-size: 18px !important;
    line-height: 32px !important;
}

.f20{
    font-size: 20px !important;
    line-height: 34px !important;
}

.f21{
    font-size: 21px !important;
    line-height: 35px !important;
}
.f22{
    font-size: 22px !important;
    line-height: 36px !important;
}
.f24{
    font-size: 24px !important;
    line-height: 38px !important;
}

.f28{
    font-size: 28px !important;
    line-height: 42px !important;
}

.f32{
    font-size: 32px !important;
    line-height: 46px !important;
}
.f42{
    font-size: 42px !important;
    line-height: 56px !important;
}

.lh1{
    line-height: 1px !important;
}
.lh12{
    line-height: 12px !important;
}
.lh18{
    line-height: 18px !important;
}

.lh46{
    line-height: 46px !important;
}
.lh42{
    line-height: 42px !important;
}
.lh100{
    line-height: 100px !important;
}



.box-shadow {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: -1;
}

.box-shadow div {
    height: 30px;
    width: 100%;
    margin-top: -30px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-footer {
    bottom: 100%;
    height: 100px;
    margin-bottom: -33px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.box-shadow-footer div {
    height: 30px;
    width: 100%;
    margin-top: 70px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
}


.box-shadow-footer div.dark {
    height: 30px;
    width: 100%;
    margin-top: 70px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.7);
}
.box-shadow-footer div.dark.white{
    -webkit-box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.7);
}

.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.padding20 {
    padding: 20px;
}
.padding25 {
    padding: 25px;
}
.padding40 {
    padding: 40px;
}

.padding60 {
    padding: 60px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom25 {
    padding-bottom: 25px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingBottom35 {
    padding-bottom: 35px;
}

.paddingBottom40 {
    padding-bottom: 40px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight25 {
    padding-right: 25px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingRight40 {
    padding-right: 40px;
}

.margin10 {
    margin: 10px;
}
.margin20 {
    margin: 20px;
}
.margin30 {
    margin: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom25 {
    margin-bottom: 25px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft25 {
    margin-left: 25px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight25 {
    margin-right: 25px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginRight40 {
    margin-right: 40px;
}

#main-container {
    /*text-align: center;*/
    margin-top: 45px;
}

.logo-container{
    text-align: center;
    margin-top: 0px;
    padding-left: 0;
}
.thankyou.logo-container{
    margin-top: 185px;
}

.logo-container img {
    vertical-align: middle;
    width: 205px;
    /*height: 180px;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
}
.home-logo-container {
    text-align: left;
    margin-top: 0px;
    padding-left: 0;
}
.home-logo-container img {
    vertical-align: middle;
    width: 205px;
    /*height: 180px;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

/*.left-side-wrapper {*/
    /*margin-left: -80px;*/
/*}*/

.right-side-wrapper ::placeholder, .option-container-full ::placeholder{
    color: #C4C4C4;
}
.right-side-wrapper ::-webkit-input-placeholder, .option-container-full ::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color: #C4C4C4;
}
.right-side-wrapper :-moz-placeholder, .option-container-full :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4;
    opacity:  1;
}
.right-side-wrapper ::-moz-placeholder, .option-container-full ::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #C4C4C4;
    opacity:  1;
}
.right-side-wrapper :-ms-input-placeholder, .option-container-full :-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #C4C4C4;
}
.right-side-wrapper ::-ms-input-placeholder, .option-container-full ::-ms-input-placeholder{ /* Microsoft Edge */
    color: #C4C4C4;
}

.left-side-wrapper .title{
    font-family:"Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    /*max-width: 85%;*/
    margin: 1em auto -0 auto;
    /*min-height: 64px;*/
    font-size: 28px;
    border-left: 5px solid #e62e4d;
    padding-left: 12px;
}

.left-side-wrapper .subtitle{
    text-align: center;
    line-height: 24px;
    margin: 24px 0;
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    min-height: 70px;
}

.left-side-wrapper .number {
    color: #000;
}
.left-side-wrapper .description{
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.left-side-wrapper .cst-btn:hover {
    background-color: #e12e4d;
    transform: translateY(-1px);
}
.cst-btn{
    background-color: #e62e4d;
    color: #fff;
    border-color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 20px;
    font-family:"Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.cst-btn.disabled{
    cursor: not-allowed;
    opacity: 0.2 !important;
}

.left-side-wrapper .cst-btn {
    width: 100%;
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    margin-top: 24px;
}
.left-side-wrapper .f12 {
    font-size: 12px;
    line-height: 18px!important;
    margin-top: 2em;
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.option-grid {
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 2em;
    /*padding: 2.3em 1.6em;*/
    /*padding: 4.6em 1.6em;*/
    padding: 1.6em 1.6em;
    border-radius: 20px;
}

.option-grid.disabled {
    background: #F9F9F9;
}
.option-grid:hover {
    border-color: #fff;
    /*border:none;*/
    cursor:pointer;
}
.option-grid.active {
    border: 1px solid #e62e4d;
}
.option-grid.active:hover {
    border-color:#e62e4d;
}
.option-grid:hover .hidden_title_wrapper{
    /*visibility: visible;*/
    opacity: 1;
}
.option-grid h1, .option-grid h2, .option-grid h3, .option-grid h4, .option-grid h5{
    color: #000;
}

.option-grid h4 {
    font-family:"Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.option-grid .reward_text {
    color: #807f83;
}
.option-grid .donor{
    color: #CCC;
}

.option-grid .hidden_title_wrapper {
    /*visibility: hidden;*/
    opacity: 0;
    position: absolute;
    background-color: #e62e4d;
    width:100%;
    height: 100%;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s ease;
    border-radius: 20px;
    border: 1px solid #e62e4d;
}

.hidden_title_wrapper .subtitle{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.reward_text {
    width: 70%;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    line-height: 18px;
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.option-grid .subtitle {
    margin-top: 0;
    color: #e62e4d;
    font-size: 28px;
    /*text-transform: capitalize;*/
}
.option-grid .subtitle .price{
    font-size: 36px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
}

.option-grid .hidden_title_wrapper .subtitle {
    margin-top: 0;
    width: 70%;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-family:"Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    /*text-transform: capitalize;*/
}

.left-side-wrapper .progress {
    height: 10px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%);
}
.left-side-wrapper  .progress-bar {
    background-color: #e62e4d;
    background-image: -webkit-linear-gradient(top, #e62e4d 0%, #e62e4d 100%);
    background-image: -o-linear-gradient(top, #e62e4d 0%, #e62e4d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e62e4d), to(#e62e4d));
    background-image: linear-gradient(to bottom, #e62e4d 0%, #e62e4d 100%);
}
#nav-container {
    padding:0 ;
    margin-top: 90px;
}
#nav-container .nav{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding: 0 15%;*/
    /*padding: 0 8%;*/
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
#nav-container .nav-tabs > li.active > a, #nav-container .nav-tabs > li.active > a:hover, #nav-container .nav-tabs > li.active > a:focus{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #e62e4d;
}
#nav-container .nav-tabs > li > a {
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    /*border-top: none;*/
    font-weight: bold;
    font-size: 1.2em;
    padding: 15px;
}
#nav-container .nav-tabs > li > a:hover {
    border: 1px solid transparent;
    /*background-color: #fff;*/
    background: none;
}
#nav-container .nav-tabs > li {
    display:inline-block;
    float:none;
    min-width:10%;
    /*vertical-align: top;*/
}
#nav-container .tab-content{
    /*padding: 0 15%;*/
    /*margin-top: 30px;*/
}

#nav-container .tab-content .tab-pane{
    /*border: 2px dashed #ccc;*/
    /*padding: 30px 0;*/
    /*max-width: 936px;*/
    min-height: 550px;
    margin: 0 auto;
    text-align: center;
    position:relative;
}

.slogan-content{
    /*max-width: 680px;*/
    padding: 200px 0;
    margin:0px auto;
}

.slogan-content > *{
    vertical-align: middle;
}

.slogan-img {
    max-width: 150px;
    width: 100%;
    /*float: left;*/
    /*vertical-align: middle;*/
}

.slogan-text {
    width: 75%;
    text-align:left;
    margin:0 0 0 30px;
    float: left;
    display: inline-block;
    /*vertical-align: middle;*/
    color: #000;
    font-family:"Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 50px 0;
    /*vertical-align: middle;*/
}

/*.slogan-img img{*/
    /*max-width: 100%;*/
/*}*/
.bg-text-content {
    background-image: url("../../assets/img/bg_icon.png"), linear-gradient(to right, #EE4B6B , #EB294E);
    background-size: cover;
    text-align: center;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-text-content h3, .pure-bg-text-content h3{
    margin-bottom: 2em;
    font-family:"Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.bg-text-content h3 {
    margin-top: 3em;
    margin-bottom: 1em;
}

.bg-text-content > * {
    vertical-align: middle;
}

.bg-text {
    color: #fff;
}

.paragraph-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.bg-text-paragraph,.pure-bg-text-paragraph {
    font-size: 20px;
    font-family:"Lato Regular", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.icon-text-content {
    padding: 80px 0;
    color: #000;
}
.member-text-content {
    padding: 100px 0;
    color: #000;
}
.icon-text-content li.subtitle{
    font-family:"Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 21px;
    /*margin-bottom: 2em;*/
}

.icon-text-container {
    margin: 0 auto;
    max-width: 1140px;
    display:block;
}

.committee-list-container {
    margin: 0 auto;
    max-width: 1140px;
    /*display: block;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.icon-text-grid {
    display: inline-block;
    width: 22%;
    margin-right: 20px;
    vertical-align: top;
    /*border: 1px solid;*/
}

.icon-text-grid:last-of-type{
    margin-right: 0px;
}

.icon-text-grid img {
    width: 60%;
}

.icon-text-grid p{
    color: #333;
}

.menu_content {
    /*position: absolute;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 30px 0;*/
}
.menu_content {
    /*display:inline-block;*/
    /*vertical-align: middle;*/
    /*width:100%;*/
    /*height: 100%;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 30px;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}
.menu_content p{
    margin-bottom: 5px;
    /*font-size: 20px;*/

}

.amount-group {
    display: none;
}

.amount_label {
    text-align: left;
    font-weight: bold;
}

.amount_input {
    padding: 12px 22px;
    width: 70%;
    display: inline-block;
    float: left;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
}
.amount_input_container {
    padding: 12px 22px;
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    float: left;
}
.amount_input_field {
    width: 70%;
    border: none;
    display: inline-block;
    vertical-align: bottom;
    float: left;
}
.option-grid .cst-btn {
    width: 30%;
    display: inline-block;
    float: left;
}
.option-grid .amount_button {
    width: 27px;
    height: 27px;
    float: right;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    vertical-align: bottom;
}

.btn_with_bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.continue_bg {
    background-image: url('/assets/img/continue_arrow@2x.png');
}

#cstModal .modal-header, #cstModal .modal-footer {
    /*min-height: 16.42857143px;*/
    /*padding: 15px;*/
    border: none;
    text-align: center;
}

#cstModal .modal-body{
    text-align: center;
}
.personal-container, .personal-container-preview {
    margin-top: 4em;
}
.option-containter .title, .personal-container .title, .personal-container-preview .title, .paymentTpl .title {
    color: #e62e4d;
    margin-bottom: 30px;
    font-family: "Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.option-info,.personal-info,.thankyou_msg {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 50px;
    color: #000;
    font-size: 18px;
    position: relative;
}

.thankyou_msg {
    border:none;
}

.option-name, .option-value {
    display: inline-block;
}

.option-group {
    margin-bottom: 20px;
}

.option-group:last-of-type {
    margin-bottom: 0px;
}

.option-group-last, .personal-info .personal-info-row-last {
    margin-bottom: 0px;
}

.option-name {
    width: 20%;
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    padding-right: 20px;
}

.option-value {
    width: 78%;
    font-family:"Lato light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.option-edit,.personal-info-edit {
    position: absolute;
    right: 0;
    top: 0;
}
.option-edit a, .personal-info-edit a {
    color: #f00;
    /*padding: 2px;*/
    /*border-bottom: 1px solid #f00;*/
}
.option-edit a img, .personal-info-edit a img {
    width: 80px;
    /*border-radius: 20px;*/
}

.personal-container label {
    display: block;
    color: #000;
    font-size: 16px;
}

.personal-container .form-control {
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    height: auto;
}
/*.personal-container input {*/
    /*padding: 10px;*/
    /*font-size: 20px;*/
/*}*/

.personal-container .salutation {
    width: 10%;
}

.personal-container .fullname {
    width: 89%;
}
.personal-container .inner-grid {
    display: inline-block;
    width: 32.33333333%;
}
.personal-container .graduate-year,.personal-container .programme {
    width:30%;
}
.personal-container .major {
    width:38%;
}
.personal-container .profile-display-name,.personal-container .job {
    width: 35%;
}

.personal-container .location {
    width: 29%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.personal-container .switch, .personal-container .tnc {
    display: inline-block;
    vertical-align: middle;
}
.personal-container .tnc-containter{
    margin-top:1em;
}

.personal-container .cst-btn {
    width: 100%;
    /*margin-top:1em;*/
    font-size: 20px;
}

.tnc {
    color: #000;
    font-size: 18px;
    padding-left: 20px;
}
.form-group p{
    color: #000;
}

.personal-info-name,.personal-info-value {
    display: inline-block;
    float: left;
    overflow-wrap: break-word;
}
.personal-info-row {
    margin-bottom: 1em;
}
.personal-info-name{
    width: 40%;
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    padding-right: 20px;
}
.personal-info-value {
    width: 60%;
    font-family:"Lato light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.payment-container {
    margin-bottom: 1em;
}

.payment-container .title{
    color: #000;
}

.payment-list {
    text-align: center;
}
.payment-vendor {
    display: inline-block;
    margin-bottom: 5px;
    margin-right:6px;
    /*width: 10%;*/
}
.payment-vendor:last-of-type {
    margin-right: 0;
}
.payment-vendor-long {
    /*width: 26.9%;*/
}
.payment-vendor img{
    /*width: 100%;*/
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    height: 44px;
}

.confirm-button-container .cst-btn{
    width: 100%;
    font-size: 20px;
}

.donation-containter .title {
    text-align: center;
    color: #e62e4d;
    margin-top: 50px;
    font-family: "Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    /*margin-bottom: 0;*/
}

.thankyou_msg {
    /*padding: 50px 100px;*/
    padding: 50px 0;
    text-align: center;
}

.cccApp .cccAreacode{
    padding-left: 0px !important;
}
.cccApp .abc > .cccPhone > div{
    padding:0px !important;
}

.error-containter .title{
    color: #e62e4d;
    margin-bottom: 30px;
}
.error_msg {
    color: #e62e4d;
    border: 1px solid #e62e4d;
    font-size: 20px;
    border-radius: 20px;
    padding: 50px;
}

.option-container-full {
    margin-top: 2em;
}

.option-container-full .hidden_title_wrapper .subtitle {
    font-size: 1.8em;
}

.cccApp .cccHTML {
    padding:0;
}

.cccHiddenFormItem {
    margin-bottom: 0!important;
}

a.return-home {
    text-decoration: underline;
    color: #000;
    padding-left: 1em;
}
a.return-home:hover {
    color: #f00;
}
.paymentTpl {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 4em;
}

.paymentBtn,.paymentBtnStyle {
    border: 2px solid #fafafa;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.paymentBtn{
    background-color: #fafafa;
}

.paymentBtn.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

button[disabled], input[disabled] {
    cursor: not-allowed!important;
    opacity: 0.4;
}

.paymentBtnStyle {
    width: 100%;
}

.paymentBtnStyle:focus, .paymentBtnStyle.active, .paymentBtn.active {
    border: 2px solid #e62e4d;
    background: #fff !important;
}

.paymentBtn .text, .text-left{
    /*color: #000;*/
    font-size: 14px;
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.paymentBtn .payer-text {
    margin-top: 20px;
    text-align: center;
}

.paymentBtn.active .text, .paymentBtn.active .text-left, .paymentBtn.active .payer-text{
    color: #000;
}

.paymentTitle {
    font-size: 14px !important;
    /*color: #777777;*/
    margin-bottom: 4px;
}
.paymentDetails .text-left, .paymentDetails .text-center {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
}
.paymentDetails .paymentTitle{
    color: #e62e4d;
    font-size: 14px;
}
.activeIcon {
    /*background-color: #fff;*/
    /*border: 2px solid #e62e4d;*/
    /*border-radius: 50%;*/
    display: none;
    height: 30px;
    /*padding: 5px;*/
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
}

.paymentBtn.active .activeIcon{
    display:block;
}
.paymentBtn .activeIcon img {
    /*margin-top: -12px;*/
}

.paymentForm .errMsg {
    font-size: 13px !important;
    color: #f00 !important;
    display: none;
}

.applePaypalRow, .cnPayRow {
    margin-top: 30px;
}

.creditCardRow {
    margin-top: 80px;
}
.creditCardRow .inputBox {
    margin-bottom: 10px;
}
.payer-wrapper {
    text-align: center;
}

/*.payer-wrapper img {*/
    /*display: block;*/
    /*margin: 5px auto 7px;*/
    /*height: 60px;*/
    /*max-width: 100%;*/
/*}*/
.payer-wrapper img {
    display: block;
    margin: 5px auto 7px;
    height: 30px;
    /*max-width: 378px;*/
    max-width: 100%;
}

/*.applepay-wrapper img{*/
    /*width: 30%;*/
/*}*/

/*.googlepay-wrapper img {*/
    /*width: 35%;*/
/*}*/

/*.paypal-wrapper img{*/
    /*width: 40%;*/
/*}*/
/*.microsoftPay-wrapper img {*/
    /*width: 47%;*/
/*}*/
/*.unionPay-wrapper img{*/
    /*width: 100%;*/
/*}*/

/*.alipay-wrapper img{*/
    /*width: 73%;*/
/*}*/

/*.wechatpay-wrapper img {*/
    /*width: 58%;*/
/*}*/

.payment-btn-wrapper,.success-btn-wrapper{
    font-size: 16px;
}

.payment-btn-wrapper{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.success-btn-wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
    /*padding: 0 100px;*/
    padding: 0;
}

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

.billRespond {
    margin-top:30px;
}

.paymentDetails .paymentTpl {
    /*border-bottom: 1px solid #000;*/
}

.paymentItem .paymentTitle{
    font-size: 18px !important;
    padding: 15px;
    color: #000;
}

.paymentItem .paymentText {
    font-size: 18px !important;
    padding: 15px;
    color: inherit;
    font-family:"Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.paymentTpl .description {
    padding-left: 80px;
}
.paymentTpl .description,.paymentDetails .paymentTitle {
    font-family:"Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.paymentTpl .description-bold {
    font-family:"Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.paymentTotal {
    border: 1px solid #faeae8;
    background-color: #faeae8;
    padding: 20px;
    border-radius: 20px;
}
.paymentTotal .description {
    padding-left: 50px;
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    color:#e62e4d;
}
.paymentTotal .paymentTitle {
    padding-left:30px;
}
.currency , .amount_number{
    color:#e62e4d;
    font-family:"Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.amount_number{
    font-size: 30px;
    font-family:"Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.payment-term {
    margin-top: 40px;
    font-family:"Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.paymentBtn .has-error {
    background-color: #faeae8;
    border-color: #a94442;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e62e4d !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

.back-to-top {
    background-color: #e62e4d;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    padding: 20px 0;
    text-align: center;
}

.cccApp .text-left {
    font-family:"Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.cccApp .caret {
    background-image: url("../../assets/img/caret.png");
    background-size: 15px auto !important;
    height: 10px;
    width: 15px;
}

.cccApp .bootstrap-select > .dropdown-toggle {
    border-radius: 10px;
    padding: 10px 16px;
}
.cccApp .form-group.toggleCircle {
    margin-bottom: 0;
}
.toggleCircle .switchy-container {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    display: inline-block; }

.toggleCircle .switchy-container.toggle-On {
    background-image: url("/lib/img/toggleImage/On.png");
}

.toggleCircle .switchy-container.toggle-Off {
    background-image: url("/lib/img/toggleImage/Off.png");
}

.toggleCircle .switchy-bar {
    display: none;
}
.cccApp .offLabel,.cccApp .onLabel {
    margin-top: -5px;
    margin-left: 5px;
    font-family: "Lato bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.cccApp .cccAlertMessage {
    /*position: absolute;*/
    /*top:15px;*/
    /*margin-top:0;*/
}
.cccApp .cst-btn {
    margin-top: 65px;
    margin-bottom: 65px;
}
.cccApp .cccLabel {
    margin-bottom: 5px;
    white-space: nowrap;
}
.cccInputArea[cccdata-ref-cccapp-id="phone"] .cccAlertMessage{
    /*position: relative;*/
    /*top:0;;*/
    /*margin-top:4px;*/
}
.cccApp .filter-option {
    font-size: 18px;
    margin-top: 0 !important;
    line-height: 24px;
}

.country-select .dropdown-menu li .text{
    padding-left: 50px;
}

.country-select .dropdown-menu li .text-muted{
    float: left;
    position: absolute;
    left: 20px;
    top: 5px;
}
.country-select .dropdown-menu.inner{
    overflow-x:hidden !important;
}

.has-error .form-control {
    background-color: #faeae8;
}
.horizontal-line {
    height:1px;
    border-top:1px solid #eee ;
    /*width: 92%;*/
    width: 100%;
    float: none;
    /*margin-left: 65px;*/
}
.lang_switcher{
    text-align: right;
    margin-bottom:45px;
    margin-right: 15px;
}
.pointer {
    cursor: pointer;
    display:inline-block;
    /*width: 120px;*/
    border-right: 1px solid #ccc;
    padding:0 20px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #ccc;
}

.pointer:last-of-type{
    border:none;
    padding-right:0;
}

.pointer.active {
    font-weight: bold;
    color: #000;
}
.icon-text-row{
    margin-bottom:100px;
}
.icon-text-row:last-of-type{
    margin-bottom:0px;
}
.left-icon img {
    /*max-width:100%;*/
    max-width:145px;
}
.icon-text-row .title, .icon-text-row .subtitle, .icon-text-row .img-title {
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.left-icon .img-title {
    margin-top: 20px;
}
/*.icon-text-row .subtitle{*/
    /*font-family: "Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;*/
/*}*/
.right-text{
    text-align:left;
    padding-left: 40px;
}
.right-text .title{
    color:#e62e4d;
}
.right-text .subtitle{
    margin-bottom: 1em;
}
#founding-committee {
    background-color: #f2f2f2;
}
.member-grid-container{
    padding-right: 0;
    margin-bottom: 15px;
}
.member-grid-container:nth-of-type(3n){
    padding-right:15px;
}
/*.member-grid-container:nth-of-type(4n){*/
    /*padding-left: 0;*/
/*}*/
.member-grid {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 30px;
    text-align: left;
    margin-bottom: 15px;
    /*min-height: 180px;*/
    height: 100%;
}
.member-grid .name {
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    height: 38px;
}
.member-grid .title {
    color: #807f83;
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.pure-bg-text-content {
    background-image: linear-gradient(to right, #EE4B6B , #EB294E);
    text-align: center;
    padding: 150px 0;
}
.member-grid hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border-top: 3px solid #e62e4d;
    width: 60px;
    margin-left: 0;
}
.timeline-content {
    max-width: 1140px;
    background-color:#f2f2f2;
    padding: 80px 15px;
}
.timeline-content-container{
    /*max-width: 1140px;*/
    margin: 0 auto;
}
.timeline-content-container .header{
    font-family: "Quicksand Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
}
.circle {
    background-color: #faeae8;
    border: 1px solid #faeae8;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: relative;
    z-index: 10;
}
.circle .month,.circle .year {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    margin: 0;
}
.circle .month {
    transform: translate(-50%,-15px);
    font-size: 12px;
    color: #e62e4d;
}
.circle .year {
    transform: translate(-50%,0px);
    font-size: 24px;
    color: #e62e4d;
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.timeline-text {
    text-align:left;
    margin-top: 30px;
}
.timeline-text ul{
    margin-left: -25px;
}
.timeline-text ul li{
    margin-bottom: 30px;
}
.timeline-text .description {
    color: #b2b1b4;
}
.timeline-text .title, .timeline-text .description {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.timeline-text .title {
    color: #000;
}
.timeline-text .description {
    color: #807f83;
}
.connector-line {
    width: 100%;
    height: 2px;
    border: 2px dashed #ccc;
    position: absolute;
    top: 90px;
    z-index: 1;
}
.financial-content {
    background-color:#f7f7f7;
    padding: 80px 0;
}
.financial-content-container{
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
#income,#expense {
    text-align: left;
}
.expense-category {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 30px;
}
.expense-category .col-lg-8, .total-summary .col-lg-8{
    padding-left:0;
    /*margin-bottom: 30px;*/
}
.category-name {
    color: #e62e4d;
    font-size: 14px;
}
.item-name,.subitem-name {
    color: #000;
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
/*.item-name-section, .item-value-section, .sub-subitem-name-section, .sub-subitem-value-section {*/
    /*border-bottom: 1px solid #000;*/
/*}*/
.item-value-section {
    position: relative;
}
.cost-value {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 80%;
    border-bottom: 1px solid #f2f2f2;
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.item-value-section hr {
    position: absolute;
    bottom: 0;
}
.item-name-section, .item-value-section, .subitem-name-section, .sub-subitem-name-section,  .sub-subitem-value-section {
    /*border-bottom: 1px solid #000;*/
    margin-bottom: 35px;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.item-name, .item-description, .sub-subitem-name, .sub-subitem-description {
    border-bottom: 1px solid #f2f2f2;
}
/*.item-description, .sub-subitem-name, .sub-subitem-description {*/
    /*padding-bottom: 15px;*/
/*}*/
.item-name {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.no-border {
    border: none !important;
}

.item-description, .sub-subitem-name, .sub-subitem-description {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    margin-bottom:0;
    font-size: 16px;
}
.sub-subitem-name {
    margin-bottom: 0;
}
.item-description {
    margin-top:0;
    margin-bottom:0;
}
.category-header,.subitem-name {
    margin-bottom: 40px;
}

.total-summary {
    padding: 50px;
    background-color: #faeae8;
    border:1px solid #faeae8;
    border-radius: 20px;
    color: #e62e4d;
    max-width: 100%;
    margin: 0 auto;
}
.total-summary h4 {
    /*margin:0;*/
    font-weight: bold;
}
.financial-switcher-container {
    max-width: 1140px;
    margin-bottom: 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.financial-switcher {
    padding: 30px;
    margin: 0 auto;
    float:none;
    border-radius: 50px;
    display: inline-block;
    padding: 0;
}
.select-year select::-ms-expand {
    display: none;
}
.select-year select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-year {
    background-image: url("../../assets/img/caret.png");
    background-position: 90% center;
    background-size: 26px 15px;
    background-repeat: no-repeat;
}
.financial-button{
    padding: 20px 0;
    cursor: pointer;
}
.financial-income-button {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.financial-expense-button {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.financial-button img{
    width:18px;
    margin-right: 10px;
    vertical-align: middle;
}
.financial-income-button{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.financial-expense-button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.financial-button.active{
    color: #fff;
}
.financial-income-button.active {
    background-color: #39d47f;
    border-color: #39d47f;
}
.financial-expense-button.active {
    background: #e62e4d;
    border-color: #e62e4d;
}
.financial-button .icon {
    display: inline-block;
    width: 18px;
    height: 14.4px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}
.financial-income-button .icon{
    background-image: url("../../assets/img/income.png");
}
.financial-expense-button .icon{
    background-image: url("../../assets/img/expense.png");
}
.financial-expense-button.active .icon {
    background-image: url("../../assets/img/expense_hover.png");
}
.financial-income-button.active .icon {
    background-image: url("../../assets/img/income_hover.png");
}
#income {
    display: block;
}
#expense {
    display: none;
}
.select-year {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 15px;
    position: relative;
}
.select-year select {
    width: 100%;
    border:none;
    background: none;
    font-size: 18px;
    padding: 0 18px;
}
.select-year .dropdown-icon {
    width: 18px;
    position: absolute;
    top: 20px;
    right: 40px;
}
.select-year .dropdown-icon img {
    width: 100%;
}
.display-value.active{
     display: block !important;
 }

.display-value.inactive{
    display: none !important;
}
.paymentBtn[payment-method="creditcard"] {
    position: relative;
    padding: 50px;
}
.icon-text-grid .title {
    font-family: "Lato Bold", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.icon-text-grid .description {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.icon-text-content .description {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 18px;
    /*height: 48.88px;*/
}
.icon-text-content .title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.cccApp .form-group {
    margin-bottom: 30px;
}
.cccApp input {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.cccApp .cccAlertMessage, .cccApp .input-lg .dropdown-toggle span.filter-option, .cccApp .bootstrap-select.btn-group .dropdown-menu li a , .paymentBtn input{
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.cccApp .inputRequired {
    color: red;
    display: none;
}
.cccApp .email-container .inputRequired{
    display: inline-block;
}
.border-shadow {
    width: 100%;
    height: 20px;
    margin: 30px -50px;
    position: absolute;
    background-image: url("../../assets/img/border_shadow.png");
}
.timeline-content-container hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border-top: 3px solid #e62e4d;
    width: 60px;
    margin-left: 0;
}
.container-scroll {
    overflow-x: auto;
}
/*.container-scroll .row {*/
    /*width: 150%; !* = 100% * 4/3 *!*/
/*}*/
.timeline-first {
    margin-left: 4%;
}
.timeline-last {
    width: 21%;
}
.timeline-wrapper {
    overflow-x: auto;
}
.timeline-inner {
    width: 170%;
}
.timeline-content-left {
    text-align: left;
}
.scroll-btn {
    display: inline-block;
    width: 35.5px;
    height: 35px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}
.scroll-left {
    background-image: url("../../assets/img/slide_left.png");
}
.scroll-right {
    background-image: url("../../assets/img/slide_right.png");
}
.arrow-up {
    border: 2px solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 1em;
    vertical-align: bottom;
}
.display-value {
    word-break: break-word;
}
.donation-progress {
    height: 10px;
    border-radius: 10px;
}
.donation-progress .progress-bar{
    background-color: #e62e4d;
    background-image: -webkit-linear-gradient(top, #e62e4d 0%, #e62e4d 100%);
    background-image: -o-linear-gradient(top, #e62e4d 0%, #e62e4d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e62e4d), to(#e62e4d));
    background-image: linear-gradient(to bottom, #e62e4d 0%, #e62e4d 100%);
}
.progressbar_text, .donation_status_text {
    font-family: "Lato Light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-bottom: 42px;
}
.progressbar_text .number {
    float: right;
}

.progressbar_top_text .number{
    float: right;
    color: #000;
    font-size: 30px;
    margin-bottom: 18px;
    margin-top: 1em;
}

.donation_status_text_left {
    width: 24%;
    display: inline-block;
    text-align: left;
    float: left;
}

.donation_status_text_right {
    width: 74%;
    display: inline-block;
    text-align: right;
    float: right;
}

.donation_status_text .number_of_donation,.donation_status_text .description_of_donation {
    display: inline-block;
}
.donation_status_text .number_of_donation, .donation_status_text .number_of_days_left {
    color: #000;
    font-size: 25px;
}

.donation_status_text .number_of_days_left,.donation_status_text .description_of_days_left {
    display: inline-block;
}

.donation-btn-wrapper {
    text-align: center;
    margin-top: 1em;
    display: none;
}

.btn-wrapper {
    text-align: center;
    margin-top: 1em;
    display: none;
}

.leftAlign {
    text-align: left !important;
}
.rightAlign {
    text-align: right !important;
}

.option-grid-outer {
    padding-left: 0px;
    /*padding-right: 20px;*/
    margin-bottom: 20px;
}

.option-grid-outer:nth-of-type(3n+2){
    padding-right: 20px;
    padding-left: 0px;
}

.option-grid-outer:nth-of-type(3n) {
    padding-left: 0px;
    padding-right: 20px;
}
.option-grid-outer:nth-of-type(3n+1) {
    padding-left: 0px;
    padding-right: 20px;
}

.option-grid-outer .option-grid-inner {
    height: 100%;
    position: relative;
}

.option-wrapper {
    margin-top: 4em;
}

.full-wrapper {
    width: 100% !important;
}

.donor.bottom-text {
    position: absolute;
    width: 100%;
    bottom: 1.6em;
}
.donor.bottom-text-right {
    right: 1.6em;
}
.donor.bottom-text-left {
    left: 1.6em;
}
.subtitle .currency {
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 1px;
    vertical-align: baseline;
}

.end_zero {
    display: inline-block;
    vertical-align: baseline;
}

.right-side-wrapper {
    padding-left: 60px;
}

.fontBold {
    font-weight: bold;
}

.slogan-container {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
}

.copyright {
    border-top: 5px solid #e62e4d;
    width: 280px;
    margin: 100px auto 0;
    padding-top: 20px;
}

.about-icon-text-content {
    padding-top:0;
}

.about-icon-text-content h3 {
    margin-top: 40px;
    margin-bottom: 100px!important;
}
.copyright-fundraising {
    padding-bottom: 80px;
}

.paragraph-container {
    padding-left: 0px;
}

.disable-message {
	font-weight: bold;
	background: #e6e6e6;
	color: #4d4d4d;
	text-align: left;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 212px;
}
.option-container-full .disable-message {
	margin-left: auto;
	margin-right: auto;
}

.cust-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 600px;
	max-width: 100%;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

.souvenir_details_container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.souvenir_details_item {
	display: none;
}

.souvenir_details_item.active {
	display: block;
}

.souvenir_image {
	padding-left: 0;
}

.souvenir_image img {
	max-width: 100%;
}

.souvenir_content {
	padding-top: 15px;
	padding-left: 0;
	text-align: left;
}

.option-container-full .souvenir_details_container{
	text-align: center;
}

.option-container-full .souvenir_image img {
	max-width: 200px;
}

.option-container-full .souvenir_content {
	text-align: center;
	display: inline-block;
}

.remarks {
    text-align: left;
    color: #807f83;
    line-height: 18px;
    margin-top: 20px;
}

.option-group-remarks {
    font-family: "Lato light", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.qrcode-row {
    margin-top: 30px;
}

.blk {
    color: #000;
}

.white {
    color: #fff;
}

.slogan-img-container {
    width: 20%;
    display: inline-block;
    float: left;
}

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

.text-container-test {
    text-align: center;
}

#qrcode-content {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#qrcode-content .qrcode-items {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

#qrcode-content .qrcode-count {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #03a876;
    margin-bottom: 8px;
}

#qrcode-content .qrcode-count .poweredImg {
    margin: 0 0 15px 50px;
    display: block;
}

#qrcode-content .qrcode-nonrefundable {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #03a876;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: underline;
}

#qrcode-content .qrcode-description {
    width: 100%;
    text-align: center;
}

#qrcode-content .qrcode-description .content {
    display: inline-block;
    /*width: 650px;*/
    text-align: center;
}

#qrcode-content .qrcode-qrcode {
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 200px;*/
    /*margin: 25px 50px 0 30px;*/
    margin-top: 25px;
}

#qrcode-content .qrcode-qrcode #qrcode-img {
    margin-bottom: 15px;
}

#qrcode-content .qrcode-steps {
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 370px;*/
    margin-top: 10px;
}

#qrcode-content .qrcode-steps-list {
    text-align: left;
    list-style: none;
    padding-left: 10px;
    counter-reset: li;
}

#qrcode-content .qrcode-steps-list li {
    position: relative;
    padding: 5px 10px 25px 40px;
    color: #000;
}

#qrcode-content .qrcode-steps-list li .symbol-fix {
    margin-left: -10px;
    position: absolute;
}

#qrcode-content .qrcode-steps-list li::before {
    content: counter(li);
    counter-increment: li;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #eeeeee;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}

#qrcode-content .qrcode-count {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #03a876;
    margin-bottom: 8px;
}

#qrcode-content .qrcode-count #sec {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#qrcode-content .qrcode-dontclose {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #03a876;
    font-size: 19px;
    font-weight: bold;
}

#myModal .modal-header {
    border-bottom: none;
}

#myModal .modal-footer {
    border-top: none;
}

#qrcode-content .qrcode-description .tag {
    font-size: 15px;
}

.credit_card_input {
    border: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.scm-form {
    margin-left: -15px;
    margin-right: -15px;
}

.qrcode-scan-paycode {
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.qrcode-paying-with-payme {
	text-align: left;
	margin: 15px 0 20px 10px;
	color: #000;
	font-weight: bold;
}

.qrcode-description a {
	color: #337ab7;
}

@media only screen and (min-width: 1400px) {
    /*.left-side-wrapper {*/
        /*margin-left: -80px;*/
    /*}*/

    /*.right-side-wrapper {*/
        /*margin-left: 80px;*/
    /*}*/
    #nav-container {
        /*max-width:80%;*/
    }

}

@media only screen and (max-width: 1199px) {

	.option-grid-outer:nth-of-type(3n+1) {
		padding-right: 0;
	}

	.option-grid-outer:nth-of-type(3n+2) {
		padding-right: 0px;
	}

	.option-grid-outer:nth-of-type(3n) {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 1200px) {
    .personal-container .major {
        width: 38.555555%;
    }
    .personal-container .location {
        width: 28.555555%;
    }
    .payment-vendor {
        /*width: 15%;*/
    }
    .payment-vendor-long {
        /*width: 30%;*/
    }
    .paymentRow {
         margin-top:10px;
     }
    .cnPayRow {
        margin-top: 0px;
    }
    .cnPayRow .paymentRow{
        margin-top: 30px;
    }
    .financial-content-container,.timeline-content,.icon-text-content,.member-text-content {
        max-width: 940px;
        margin: 0 auto;
    }
    .donor.bottom-text {
        position: relative;
        width: 100%;
        bottom: 0em;
        margin-bottom: 1em;
        display: block;
    }
    .donor.bottom-text-right {
        right: 0em;
    }
    .donor.bottom-text-left {
        left: 0em;
    }
    .donation_status_text_left {
        margin-bottom: 1em;
    }
    .donation_status_text_left, .donation_status_text_right {
        width: 100%;
        text-align: left;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .paymentRow {
        margin-top:10px;
    }
}

@media only screen and (max-width: 992px) {
    /*.left-side-wrapper {*/
        /*margin-left: 0px;*/
    /*}*/

    /*.right-side-wrapper {*/
        /*margin-left: 0px;*/
    /*}*/
    #nav-container .nav{
        padding: 0;
    }
    .personal-info {
        padding-top: 40px;
    }
    .paymentRow {
        margin-top:10px;
    }
    .applePaypalRow, .cnPayRow {
        margin-top: 0px;
    }
    .slogan-text {
        margin-top:1em;
        margin-left:0;
        width: 100%;
        padding:0 15px;
        text-align: center;
    }
    .icon-text-row {
        padding:0 15px;
        margin-bottom: 80px;
    }
    .left-icon img {
        max-width: 100%;
    }
    .right-text {
        text-align: center;
        padding-left:15px;
    }
    .slogan-content,.timeline-content,.icon-text-content,.member-text-content,.financial-content {
        padding: 80px 0;
    }
    .member-grid-container {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    /*.timeline-content {*/
        /*padding: 100px 0;*/
    /*}*/
    .circle {
        margin: 0 auto;
    }
    /*.timeline-text ul li {*/
        /*list-style: none;*/
    /*}*/
    /*.timeline-text .title {*/
        /*text-align: center;*/
    /*}*/
    .cst-btn {
        padding: 12px 20px;
        font-size: 18px;
    }

    .load-more-btn-wrapper .cst-btn{
        padding: 12px 40px;
    }

    .timeline-content-container .header{
        text-align: center;
        margin-bottom: 40px;
    }
    .financial-content-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .timeline-content-container hr {
        display: none;
    }
    .timeline-inner {
        width: 100%;
    }
    .container-scroll::-webkit-scrollbar {
        display: none;
    }
    .timeline-first {
        margin-left: 0;
    }
    .timeline-last {
        width: 100%;
    }
    .scroll-btn {
        display: none;
    }
    .display-value {
        padding-left: 0;
    }
    .timeline-item {
        margin-bottom: 40px;
    }
    .financial-content-container,.timeline-content,.icon-text-content,.member-text-content {
        max-width: 690px;
    }
    .member-grid-container, .member-grid-container:nth-of-type(3n) {
        padding: 0;
    }
    .category-header {
        padding-left: 0;
    }
    .icon-text-content .title {
        margin-top: 0;
    }
    .paymentBtn[payment-method="creditcard"] .text,  .paymentBtn[payment-method="creditcard"] .payer-wrapper{
        text-align: center !important;
    }
    /*.donor.bottom-text {*/
        /*position: relative;*/
        /*width: 100%;*/
        /*bottom: 0em;*/
        /*margin-bottom: 1em;*/
        /*display: block;*/
    /*}*/
    /*.donor.bottom-text-right {*/
        /*right: 0em;*/
    /*}*/
    /*.donor.bottom-text-left {*/
        /*left: 0em;*/
    /*}*/
    .logo-container-holder img {
        display: none;
    }
    .right-side-wrapper {
        padding-left: 15px;
    }
    .slogan-img-container {
        width: 50%;
        margin-bottom: 20px;
        float: none;
    }
    .slogan-inner {
        text-align: center;
    }
    .slogan-img {
        /*margin-bottom: 2em;*/
    }
    .bg-text-content h3 {
        text-align: center;
    }
    .paragraph-container {
        padding-left: 15px;
        text-align: center;
    }
    .slogan-container h3 {
        text-align: center;
    }
    .copyright-fundraising {
        padding-bottom: 80px;
    }
    .donation_status_text .number_of_donation, .donation_status_text .number_of_days_left {
        font-size: 18px;
    }
    .progressbar_text, .donation_status_text {
        font-size: 12px;
    }
    .paragraph-container {
        padding-left: 15px;
    }

	.souvenir_details_item {

	}

	.souvenir_image {
		/*padding-right: 0;*/
	}

	.souvenir_content {
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.option-container-full .souvenir_image img {
		max-width: 75px;
	}

    #qrcode-content .qrcode-count .poweredImg {
        margin-left: 20px;
    }
}



@media only screen and (max-width: 768px) {
    #nav-container .nav{
        padding: 0;
    }

    #nav-container .nav-tabs > li {
        /*display: block;*/
        /*margin: 0 auto;*/
        /*max-width: 250px;*/
    }

    #nav-container .tab-content {
        padding:0;
    }

    .payment-vendor {
        /*width: 20%;*/
    }
    .payment-vendor-long {
        /*width: 40%;*/
    }

    .icon-text-grid {
         margin-right:0;
     }
    .paymentTpl .description {
        padding-left:15px;
    }

    .horizontal-line {
        margin-left: 0px;
        width:100%;
    }
    .amount_number {
        font-size: 24px;
    }
    .thankyou_msg {
        padding: 20px;
    }
    .cccApp .offLabel,.cccApp .onLabel {
        margin-top: -15px;
        float: left;
        display: inline-block;
        width: 85%;
    }
    .toggleCircle .switchy-container.toggle-On,.toggleCircle .switchy-container.toggle-Off{
        display: inline-block;
        float:left;
    }
    .paymentTotal{
        padding:0px;
    }
    .paymentTpl{
        margin-top:2em;
    }
    .paymentTotal .description{
        padding-right:0;
    }
    .totalAmount{
        text-align: right;
        padding-right: 15px;
    }
    .item-name, .item-description, .sub-subitem-name, .sub-subitem-description {
        border-bottom: none;
    }
    .expense-category {
        padding: 30px;
    }
    .item-value-section,.sub-subitem-value-section {
        padding-left: 0;
    }
    .cost-value {
        position: relative;
        width: 100%;
        color: #e62e4d;
    }
    .total-summary {
        padding-left: 30px;
        padding-right: 30px;
    }
    .total-summary .display-value {
        padding-left: 0px;
        padding-right: 0px;
    }
    .paymentBtn[payment-method="creditcard"] .payer-wrapper {
        text-align: center;
    }
    .paymentBtn[payment-method="creditcard"] .payer-wrapper img {
        max-width: 100%;
        height:44px;
    }
    #nav-container {
        margin-top: 50px;
    }
    .cnPayRow .paymentRow{
        margin-top: 10px;
    }
    .paymentBtn .text {
        text-align: center;
    }
    #nav-container .nav-tabs > li > a {
        font-size: 14px;
        padding: 7px;
        width: 100px;
    }
    .thankyou.logo-container{
        margin-top: 0px;
    }
    .committee-list-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .donation-btn-wrapper, .btn-wrapper {
        display: block;
    }

    .scm-form {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .personal-container .salutation {
        width: 20%;
    }
    .personal-container .fullname {
        width: 78%;
    }
    .personal-container .graduate-year,.personal-container .programme, .personal-container .major, .personal-container .profile-display-name, .personal-container .job, .personal-container .location {
        width:100%;
    }
    .option-name,.option-value {
        display: block;
        width: 100%;
    }
    .tnc {
        padding-left: 0px;
    }
    .personal-info-name,.personal-info-value {
        width: 50%;
    }
    .icon-text-content{
        padding-left:30px;
        padding-right:30px;
    }
    .icon-text-grid {
        width: 100%;
    }
    .icon-text-grid h4{
        font-weight: 900;
    }
    .icon-text-grid p {
        font-size: 18px;
    }
    .bg-text-content {
        background-image: linear-gradient(to right, #e62e4d, #e62e4d);
        padding: 100px 0;
    }
    .pure-bg-text-content {
        padding: 50px 0;
        /*margin-bottom: 50px;*/
    }

    #nav-container .nav-tabs > li {
        /*float:left;*/
        min-width:10%;
        vertical-align: top;
        margin-right:0.4em;
    }
    #nav-container .nav-tabs > li:last-of-type {
        margin-right: 0;
    }
    #nav-container .nav-tabs > li:first-of-type {
        /*margin-left: 0.5em;*/
        margin-left: 0;
    }

    #nav-container .nav-tabs > li > a {
        font-size: 10px;
        padding: 15px 0;
        height: 64px;
        width: auto;
    }

    /*#nav-container .nav-tabs > li.thin > a {*/
        /*width: 47px;*/
    /*}*/

    /*#nav-container .nav-tabs > li.fat > a {*/
        /*width: 67px;*/
    /*}*/
    /*#nav-container.en-wrapper .nav-tabs > li:nth-child(1) a{*/
        /*width: 30px;*/
    /*}*/
    /*#nav-container.en-wrapper .nav-tabs > li:nth-child(2) a{*/
        /*width: 70px;*/
    /*}*/
    /*#nav-container.en-wrapper .nav-tabs > li:nth-child(3) a{*/
        /*width: 70px;*/
    /*}*/
    /*#nav-container.en-wrapper .nav-tabs > li:nth-child(4) a{*/
        /*width: 40px;*/
    /*}*/
    /*#nav-container.en-wrapper .nav-tabs > li:nth-child(5) a{*/
        /*width: 70px;*/
    /*}*/
    .owl-carousel .owl-item img {
        display: inline-block;
        width: 50%;
    }
    .paymentBtn[payment-method="creditcard"] .payer-wrapper img {
        max-width: 100%;
        height:auto;
    }
    /*.item-name, .item-description, .sub-subitem-name, .sub-subitem-description {*/
        /*border-bottom: none;*/
    /*}*/
    /*.expense-category {*/
        /*padding: 30px;*/
    /*}*/
    /*.item-value-section,.sub-subitem-value-section {*/
        /*padding-left: 0;*/
    /*}*/
    /*.cost-value {*/
        /*position: relative;*/
        /*width: 100%;*/
        /*color: #e62e4d;*/
    /*}*/
    /*.total-summary {*/
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
    /*}*/
    /*.total-summary .display-value {*/
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
    /*}*/

    .amount_input {
        width: 55%;
    }

    .option-grid .cst-btn {
        margin-left: 5%;
        width: 40%;
    }

    .option-grid .amount_button {
        width: 10%;
    }

    .donation_status_text_left, .donation_status_text_right {
        width: 100%;
        text-align: left;
    }
    .donation_status_text_left {
        margin-bottom: 1em;
    }
    
    .logo-container-holder img {
        display: none;
    }
    #nav-container .nav-tabs > li > a {
        font-weight: 500;
    }
}


