/*Core Style Starts*/

* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}
html, body {
        height: 100%;
        margin: 0px;
    }
body {
    font-size: 100%;
    font-family: "Microsoft JhengHei", Tahoma, Verdana, Arial, sans-serif;
    color: #666 ;
    background: #eee;
}

a {
    text-decoration: none;
    color: #c00;
}
a:focus, a:hover{
      text-decoration: none;
      color: #900;
}
p {
    font-size: 1.875em;
    
}
*:focus {
  border: 0 !imponton;
    outline-width: 0;
}
.red-text,.red {
    color: #c00;
}

.block {
    padding: 1em 2em 0 2em;
   	float: left;
    width: 100%;
}

.blue-text {
    color: #0570c4;
    line-height: 1.5em;
    font-size: 1.875em;
}


.outer-wrapper {
    background: #eee /*#f9f9f9 #f5f2ed*/;
    /* overflow:scroll; */
    overflow: visible;
    height: 100%;
}

.header {
    background: #e60000;
    padding: 0.3em 0.5em;
    /*height: 2.38em;*/
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    font-size: 225%;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
          width: 100%;
}

    .header a {
        display: inline-block;
    }

    .header img {
        /*display: block;*/
        /*width: 157.5px ;*/
        /*margin-top: -10px;*/
		height:34px;
		margin:3px;
    }

    .header .left a, .header .right a {
        
        height: 1em;
        width: 1em;
        display:inline-block;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 0.15em;
    }


    .header a.menu-btn {
        background-image: url(../../images/css/menu-button.svg);
    }

    .header a.back-btn {
        background-image: url(../../images/css/back-button.png);
    }

    .header a.close-btn {
        background-image: url(../../images/css/close-button.png);
    }

    .header a.home-btn {
        background-image: url(../../images/css/home-button.svg);
    }

    .header a.logout-btn {
        background-image: url(../../images/css/icon-logout.svg);
    }
    .header a.login-btn {
        background-image: url(../../images/css/icon-login.svg);
    }
    .header a.done-btn {
        background-image: url(../../images/css/done-button.png);
    }
.header .left,.header .right{
    display: inline-block;

}
.header .mid{
    
    margin: 0 auto;
    width: calc(100% - 1em);

}
.header .left{
    left:1em;
    z-index: 500;
}
.header .mid{
   margin: 0 auto;
    text-align: center;
    /*height: 1.7em;*/
}
.header .right{
    right:1em;
    z-index: 500;
}
.main-wrapper {
    max-width: 1000px/*768px*/ ;
    background: #fff;
    margin: 0 auto;
    margin-top: 0em;
    overflow: hidden;
    height: auto;
    min-height: 100%;
   
}
.main-wrapper.home-page {
   
    min-height: calc(100% - 127px)/*84%*/;
   
}
.navigation {
    background: #89847c;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    z-index: 20;
    overflow: auto;
    width: 90%;
    max-width: 43em;
    left: -100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .navigation.target-open {
        left: 0;
    }

    .navigation .user {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em 2em;
          padding-left: 3.8em;
    }

        .navigation .user .left  {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #fff;
            font-size: 1.5em;
        }

            .navigation .user .left  img {
                margin-right: 1em;
                width: 2.8em;
                height: 2.8em;
            }

        .navigation .user .right a img {
            display: block;
            width: 3.125em;
        }

    .navigation .menu-list {
        overflow: hidden;
        border-bottom: 1px solid #7d7872;
    }

        .navigation .menu-list > ul > li > a {
            padding: 0.5em 2em;
            display: block;
            color: #fff;
            border-top: 1px solid #7d7872;
            font-size: 2em;
            text-decoration: none;
        }
        .navigation .menu-list > ul > li > a:hover {
           background: #a7d8fd;
            color: #fff;
           
        }

        .navigation .menu-list > ul > li > ul li {
            list-style: none;
            color: #fff
        }

            .navigation .menu-list > ul > li > ul li a {
                padding: 0.5em;
                display: block;
                color: #fff;
                border-top: 1px solid #7d7872;
                font-size: 1.5em;
                text-decoration: none;
                padding-left: 4em;
                background-image: url(../../images/css/nav-dot.png);
                background-repeat: no-repeat;
                background-position: 2.9em center;
                background-size: 0.5em;
            }
            .navigation .menu-list > ul > li > ul li a:hover {
                background-color: #a7d8fd;
                background-image: url(../../images/css/nav-dot.png);
                background-repeat: no-repeat;
                background-position: 2.9em center;
                background-size: 0.5em;
            }


                .navigation .menu-list > ul > li > ul li a i {
                    font-family: 'Comic Sans MS';
                }

    .navigation .social-links {
        display: flex;
        justify-content: flex-end;
    }

        .navigation .social-links a {
            margin: 1em;
            width: 3.563em;
            height: 3.563em;
            display: inline-block;
        }

            .navigation .social-links a img {
                display: block;
                max-width: 100%;
            }

.footer {
    background: #e60000 /*#c5bcaf*/;
    padding: 1em;
    /*text-align: center;
    font-size: 1em;*/
    z-index: 500;
	color:#fff;
	float:left;
	width:100%;
	font-size: 1.2em;
}

    .footer p {
        margin-bottom: 0em;
        color: #fff;
    }

/*Core Style Ends*/
/*----------------------------------------------------------*/

/*Content Style Starts*/
h2 {
    position: relative;
    padding: 1em;
    /*padding-right: 1.1em;*/
    color: #544545;
    background: #f9f9f9 /*#eee #f9f7f4*/;
    font-size: 2.250em;
    margin-top: 0;
    margin-bottom: 0;
	border-bottom: solid #eee 10px;
	float: left;
    width: 100%;
}

/*h1:before {
    position: absolute;
    left: 1em;
    top: 1.6em;
    content: "";
    background: #ff8d30;
    height: 0.25em;
    width: 0.25em;
    border-radius: 0.25em;
    margin-top: -0.1em;
    }*/

/*h2 {
    background: #efebe4;
    font-size: 2.250em;
    padding: 0.7em 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}*/



.home-navigation {
    background: #fff /*#fcfcfc*/;
    overflow: hidden;
	float: left;
    width: 100%;
}

    .home-navigation a {
        background: #fff;
        color: #666;
        font-size: 1.5em;
        display: flex;
        justify-content: flex-start;
        padding: 0.5em 1em;
        border: 1px solid #cdcdcd;
        border-radius: 0.5em;
        margin: 1em;
        align-items: center;
        line-height: 3em;
        text-decoration: none;
    }
    .home-navigation a:hover {
        background: #e60000 /*#a8d8fe*/;
        color: #fff;
        
    }

        .home-navigation a i {
            width: 3em;
            height: 3em;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 1em;
            background-size: contain;
        }

            .home-navigation a i.dolar-eye {
                background-image: url(../../images/css/dolar-eye.png);
            }

            .home-navigation a i.analyst {
                background-image: url(../../images/css/analyst.png);
            }

            .home-navigation a i.slide-card {
                background-image: url(../../images/css/slide-card.png);
            }

            .home-navigation a i.account-info {
                background-image: url(../../images/css/account-info.png);
            }

            .home-navigation a i.document {
                background-image: url(../../images/css/document.png);
            }

            .home-navigation a i.announcement {
                background-image: url(../../images/css/announcement.png);
            }

            .home-navigation a i.contact {
                background-image: url(../../images/css/contact.png);
            }

            .home-navigation a i.vip {
                background-image: url(../../images/css/VIP.png);
            }

            .home-navigation a:hover i.dolar-eye {
                background-image: url(../../images/css/dolar-eye_off.png);
            }

            .home-navigation a:hover i.analyst {
                background-image: url(../../images/css/analyst_off.png);
            }

            .home-navigation a:hover i.slide-card {
                background-image: url(../../images/css/slide-card_off.png);
            }

            .home-navigation a:hover i.account-info {
                background-image: url(../../images/css/account-info_off.png);
            }

            .home-navigation a:hover i.document {
                background-image: url(../../images/css/document_off.png);
            }

            .home-navigation a:hover i.announcement {
                background-image: url(../../images/css/announcement_off.png);
            }

            .home-navigation a:hover i.contact {
                background-image: url(../../images/css/contact_off.png);
            }
            .home-navigation a:hover i.vip {
                background-image: url(../../images/css/VIP_off.png);
            }
.home-navigation a span{
    font-size: 1.5em;
}
.home-navigation h3{
    font-size: 1em;
    font-weight: 400;
}

.accordion-container {
    overflow: hidden;
	float: left;
    width: 100%;
    
}

    .accordion-container .item h3 {
        font-size: 2.250em;
    }

    .accordion-container .item h4 {
        font-size: 2.250em;
    }

    .accordion-container .item {
        /*overflow: hidden;
        border-bottom: 1px solid #d8d7d5;*/
		border: 1px solid #cdcdcd;
		border-radius: 0.5em;
		margin: 1em;
    }
    /*.accordion-container .item:last-child {
    
        border-bottom: 0;
    }*/
    .accordion-container .item.accordion {
        border-top: 1px solid #d8d7d5;
        border-bottom: 1px solid #d8d7d5;
    }
    .item.accordion h3{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .accordion-container.infolist .item{
        padding-bottom: 1.5em;
    }
    .accordion-container .item span.info{
        font-size: 1.5em;
        display: block;
        padding: 0.2em 1.6em;
    }
    

    .accordion-container .item-sub h3 {
        font-size: 2.250em;
    }

    .accordion-container .item-sub h4 {
        font-size: 2.250em;
    }

    .accordion-container .item-sub {
        overflow: hidden;
        border-bottom: 1px solid #d8d7d5;
    }
    .accordion-container .item-sub:first-child{
        border-top: 1px solid #a7d8fd;
    }
    .accordion-container .item-sub:last-child{
        border-bottom: 1px solid #a7d8fd;
    }
    .accordion-container.infolist .item-sub{
        padding-bottom: 1.5em;
    }
    .accordion-container .item-sub span.info{
        font-size: 1.5em;
        display: block;
        padding: 0.2em 1.6em;
    }

    .accordion-container .item.shadow {
        background: rgba(0, 0, 0, 0.1);
        color:#000000;
        z-index: 99999;
    }
    .item.accordion.trigger-open{
        border-bottom: 0;
    }
/*
        .accordion-container .item:last-child {
            border-bottom: none;
        }
*/
        .accordion-container .item .item-title {
            padding:  0;
            font-weight: normal;
        }

            .accordion-container .item .item-title a {
                color: #666;
                display: inline-block;
                justify-content: space-between;
                align-items: center;
                position: relative;
                padding: 0 1em;
                width: 100%;
               
               
            }
            .accordion-container .item .item-title span {
              
                padding: 0 1em;
            }
                .accordion-container .item .item-title a i {
                    display: inline-block;
                    position:relative;
                    height: 1.33em;
                    width: 1.33em;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-image: url(../../images/css/blue-arrow-link.png);
                    background-size: contain;
                    float: right;
                }

        .accordion-container .item.accordion > .item-title > a i {
            background-image: url(../../images/css/acordion-close.png);
        }

        .accordion-container .item.accordion.trigger-open > .item-title > a i {
            background-image: url(../../images/css/acordion-open.png);
        }

        .accordion-container .item .curency {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1em 2.25em;
            padding-top: 0;
        }

            .accordion-container .item .curency span {
                font-size: 1.625em;
               
                vertical-align: bottom;
         
            }

            .accordion-container .item .curency strong {
                font-size: 3em;
                font-family: Helvetica;
                font-weight: normal;
                float:right;
            }

.item-actions {
    justify-content: flex-end;
    display: block;
    padding: 0.5em 2.25em;
    text-align: right;
    
}

    .item-actions a {
        margin-left: 0.5em;
        font-size: 1.875em;
        line-height: 2.55em;
        color: #666;
        padding-left: 1.5em;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.5em auto;
        height: 2.5em;
        display: inline-block;
    }

        .item-actions a.dolar-arrow {
            background-image: url(../../images/css/dolar-arrow.png);
        }

        .item-actions a.dolar-cycle {
            background-image: url(../../images/css/dolar-recycle.png);
        }

        .item-actions a.dolar-give {
            background-image: url(../../images/css/dolar-give.png);
        }

        .item-actions a.dolar-hand {
            background-image: url(../../images/css/dolar-hand.png);
        }

        .item-actions a.dolar-info {
            background-image: url(../../images/css/info-icon.png);
        }


        .item-actions a.edit {
            background-image: url(../../images/css/edit-button.png);
        }

        .item-actions a.delete {
            background-image: url(../../images/css/delete-button.png);
        }

        .item-actions a.update {
            background-image: url(../../images/css/update-button.png);
        }

.accordion-container .item .accordion-content {
    background: #f6f3ef;
    display: none;
}

.accordion-container .item.trigger-open .accordion-content {
    display: block;
}

.accordion-container .accordion-note {
    padding: 1em;
    background: #f5f2ed;
    font-size: 1em;
}
.accordion-container .item.trigger-open .accordion-content .item-title a{
    padding-left: 2em;
}
.accordion-container .item.trigger-open .accordion-content  span{
    padding-left: 1.3em;
}
.banner {
    overflow: hidden;
    margin-bottom: 1em;
}

    .banner a, .banner a img {
        display: block;
        width: 100%;
    }

.note {
    width: 100%;
    border-top: 1px solid #d8d7d5;
    padding: 30px;
    margin-top: 1em;
	margin-bottom:1em;
	background:#fcf1f3;
    float: left;
	/*font-size:1.4em;*/
}

    .note ol ,.note ul {
        margin-left: 2em;
        margin-top: 1em;
        margin-bottom: 0;
    }

        .note ol li {
            list-style: decimal;
            margin-bottom: 0.5em;
            font-size: 1.6rem;
        }

        .note ul li {
            margin-bottom: 0.5em;
            font-size: 1.6rem;
            list-style:disc;
        }

    .note p {
        font-size: 1em;
        margin-bottom: 0 !important;
    }

.input-container {
    position: relative;
    margin-bottom: 2em;
	float:left;
	width:100%;
}

    .input-container .input {
        position: relative;
    }

    .input-container .label-container {
        font-size: 2.250em;
        margin-bottom: 0em;
    }

    .input-container input[type="text"],.input-container input[type="password"],.input-container input[type="number"],
    .input-container select {
        width: 100%;
        background: none;
        color: #666 /*#8b7c7c*/;
        border: none;
        padding: 0.5em;
        padding-bottom: 0.3em;
        border-bottom: 2px solid #d8d7d5;
        font-size: 1.625rem;
        box-sizing: border-box;
        z-index: 10;
        position: relative;
        display: block;
    }

    .input-container .input textarea {
        width: 100%;
        resize: none;
        min-height: 10em;
        box-sizing: border-box;
        border: 2px solid #d8d7d5;
        display: block;
        font-size: 1.625em;
        padding: 1em;
        color: inherit;
    }

    .input-container .input-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        white-space: nowrap;
        margin-bottom: 2em;
    }

        .input-container .input-flex span {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.875em;
            width: auto;
            margin: 0 0.5em;
        }

        .input-container .input-flex > * {
            width: 100%;
        }

        .input-container .input-flex .input {
            width: 100%;
        }

    .input-container .calendar {
        background: url(../../images/css/cal-icon.png) no-repeat left center;
        padding-left: 1.5em;
        background-size: auto 80%;
    }

    .input-container .input:after {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 1em;
        border-left: 2px solid #d8d7d5;
        border-right: 2px solid #d8d7d5;
        position: absolute;
        -webkit-appearance: none;
        z-index: 0;
    }

    .input-container.select:after {
        background: url(img/gray-arrow-down.png) no-repeat right bottom;
        border-right: 0;
    }

.input-link {
    margin-bottom: 1em;
}

    .input-link a {
        color: #666;
        margin-bottom: 1em;
        font-size: 1.875em;
    }

fieldset.radios-container {
    border: 0;
}

    fieldset.radios-container legend {
        font-size: 2.250em;
        margin-bottom: 0.5em;
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    fieldset.radios-container .radios {
        display: flex;
        flex-wrap: wrap;
    }

        fieldset.radios-container .radios .radio {
            padding-right: 1em;
            margin-right: 1em;
            margin-bottom: 1em;
            font-size: 1.875em;
            min-width: 5em;
        }

            fieldset.radios-container .radios .radio:last-child {
                border-right: 0;
            }


            fieldset.radios-container .radios .radio input {
                height: 1em;
                width: 1em;
                margin-right: 0.5em;
            }

            fieldset.radios-container .radios .radio .radio-description {
                display: block;
                color: #0570c4;
            }

                fieldset.radios-container .radios .radio .radio-description strong {
                    display: block;
                }

                fieldset.radios-container .radios .radio .radio-description .curency {
                    font-size: 0.6em;
                    margin-right: 1em;
                }


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8b7c7c;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #8b7c7c;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #8b7c7c;
}

:-moz-placeholder { /* Firefox 18- */
    color: #8b7c7c;
}

.steps p {
    font-size: 1.875em;
}

.question-box {
    padding: 20px;
    display: flex;
    align-items: center;
	float: left;
    width: 100%;
}

    .question-box a {
        border: 1px solid /*#c00*/ #c5c5c5;
        border-radius: 0.25em;
        padding: 0.37em;
        color: /*#c00*/#666;
        margin: 0 1em;
        width: 100%;
        text-align: center;
        font-size: 1.8em;
        text-decoration: none;
    }

        .question-box a:hover {
            background: #e60000 /*#d8d7d5*/;
            color: #fff;
        }

        .question-box a.positive {
            border-bottom: 4px solid #e60000 /*#90c5ee*/;
        }

        .question-box a.negative {
            border-bottom: 4px solid #999 /*#ecb5bb*/;
        }
		.question-box a.negative:hover {
			background:#666;
        }



.tabs {
    display: flex;
    margin: 0 3% 10px 3%;
    justify-content: center;
    align-items: center;
    background: #a7d8fd;
    border-radius: 3em;
	float: left;
    width: 94%;
}

    .tabs a {
        padding: 0.5em;
        font-size: 1.8em;
        width: 100%;
        text-align: center;
        border-radius: 5em;
        color: #333;
    }

        .tabs a:hover, .tabs a.active {
            background: #5baae5;
        }




        


.box-links-wrapper {
    overflow: auto;
    background: #fff;
    width: 100%;
    z-index: 999!important;
}
.box-links {
    display: inline-flex;
    border: 2px solid #ece8e3;
    margin: 1em 0;
    overflow: auto;
    flex-wrap: nowrap;
    width: 100%;

}

    .box-links a {
        padding: 0.5em 1em;
        font-size: 2.000em;
        text-align: center;
        /*width: 100%;*/
        border-right: 2px solid #ece8e3;
        
        color: #544545;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden;
        min-width: 65%;
    }

   
  .box-links a:hover ,.box-links a.active{
        
        background:  #90c5ee;
      color:white;
    }

        .box-links a:last-child {
            border: none;
        }

.scroll-box {
    overflow: auto;
    /*margin-bottom: 1em;*/
	margin:10px 3%;
	font-size:1rem;
	float:left;
	width:94%;
	
}

    .scroll-box table {
        width: 100%;
        color: #fff;
        font-size: 1.6rem;
        border: 0;
        border-collapse: collapse;
        box-sizing: border-box;
    }

        .scroll-box table th {
            background: #666 /* #c00 #5999da*/;
            padding: 0.5em;
            text-align: center;
            border: 1px solid #fff;
            white-space:nowrap;
            max-width: 40%;
        }

        .scroll-box table td {
			/*background: #84b2e1;*/
            padding: 0.5em;
            text-align: left;
            border: 1px solid #fff;
			color:#544545;
            
        }
		.scroll-box table tbody tr:nth-child(odd) {
            background: #f5f5f5;
            
        }
		.scroll-box table tbody tr:nth-child(even) {
            background: #e9e9e9;
            
        }
        .scroll-box.rwd-table table td {
            
            text-align:center;
        }
        .scroll-box table td.fr {
           
            text-align: right;
            
        }
        .scroll-box table td.fc {
           
            text-align: center;
            
        }

            .scroll-box table td img {
                display: inline-block;
                margin-right: 0.5em;
            }

            .scroll-box table td:first-child,
            .scroll-box table th:first-child {
                border-left: none;
                /*border-right: none;*/
            }

            .scroll-box table td:last-child,
            .scroll-box table th:last-child {
                border-left: none;
                border-right: none;
            }

.box-listing {
    overflow: hidden;
}

    .box-listing .item {
        border-bottom: 2px solid #d8d7d5;
        padding: 1em;
        position: relative;
        background: #fff;
        position: relative;
        z-index: 10;
    }

        .box-listing .item.shadow {
            z-index: 20;
        }

        .box-listing .item h3 {
            font-size: 1.9em;
            margin-bottom: 0.3em;
        }

        .box-listing .item p {
            font-size: 1.875em;
            margin-bottom: 0.5em;
        }

        .box-listing .item a.link {
            height: 4.2em;
            width: 4.2em;
            overflow: hidden;
            display: block;
            text-indent: -999999px;
            background: url(img/extend-button.png) no-repeat center;
            background-size: contain;
            position: absolute;
            top: 1em;
            right: 1em;
        }


/*Content Style Ends*/



.homepage-slider{
    width: 100%;
    display: block;
    overflow: hidden;
}
.homepage-slider a{
    width: 100%;
    display:inline-block;
    float: left;
}
.homepage-slider a img{
    width: 100%;
    
}




    .main-wrapper .input-text, .main-wrapper .input-select ,.main-wrapper .input-textarea{
        border-bottom: 2px solid #d8d7d5;
        margin: 0.5em 0;
        margin-bottom: 0;
    }
.main-wrapper .input-textarea,.main-wrapper .input-checkbox{
    border-bottom: 0px;
}
        .main-wrapper .input-textarea textarea{
            resize : none;
            overflow: hidden;
            width: 100%;
            text-align: left;
            padding: 1em;
        }

.main-wrapper .input-text, .main-wrapper .input-select {
        border-bottom: 2px solid #d8d7d5;
        margin: 0.5em 0 1em 0;
        /*margin-bottom: 0;*/
        position: relative;
    }

        .main-wrapper .input-text:after {
            position: absolute;
            bottom: -1px;
            height: 9px;
            content: "";
            width: 2px;
            background: #d8d7d5;
            right: 0;
            z-index: 11;
        }

        .main-wrapper .input-text:before {
            position: absolute;
            bottom: -1px;
            height: 9px;
            content: "";
            width: 2px;
            background: #d8d7d5;
            z-index: 11;
        }
        .main-wrapper .input-select:after {
            bottom: -1px;
                content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 9px 9px;
            border-color: transparent transparent #d8d7d5 transparent;
            position: absolute;
            right: 0;
                z-index: 11;
        }

        .main-wrapper .input-select:before {
            position: absolute;
            bottom: -1px;
            height: 9px;
            content: "";
            width: 2px;
            background: #d8d7d5;
                z-index: 11;
        }
       

        .main-wrapper .input-text input {
            border: 0;
            padding: 0.4em 0.8em;
            width: 100%;
             /* background: #ffffff; */
            color: #a9a5a5;
            /* font-size: 1.8rem; */
            min-height: 40px;
            font-weight: 400;
        }
        .main-wrapper .input-select select {
             min-height: 40px;
             font-weight: 400;
        }






    .main-wrapper select::-ms-expand {
        display: none;
    }

    .main-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ' ';
        width: 100%;
        border: 0;
        padding: 0.4em 0.8em;
        background: #ffffff;
        font-size: 1.8rem;
    }
.none-border{
    border:0;
}
.radios span,.row span{
    font-size: 1.8rem;
    display: inline-block;
}
.row.input-box{
    margin-top: 1.58em;
	float: left;
    width: 100%;
	margin-left: 0;
}
fieldset.radios-container .radios.radios-vertical{
    display: block;
}
.tr{
    text-align: right;
}
.scroll-box table th.tl{
    text-align: left;
}
.c-details{
    min-width: 15em;
}
.article ol{
    margin-left: 2em;
}
.checkbox label, .radio label{
    padding-left: 0em;
    font-size: 2em;
}
input[type=checkbox], input[type=radio]{
    margin-top: 0.2em;
    vertical-align: top;
}
.scroll-box table td a{
    /*color: #fff;
    text-decoration: underline;*/
}
.scroll-box table td a:hovr{
    color: #fff;
}
.input-container > .row{
    margin-top: 0.8em;
    margin-bottom: -10px;
}
.input-radio {
    font-size: 2em;
}
input[type=checkbox] + span, input[type=radio]+ span{
    padding-right: 1em;
}
.scroll-box table td a.detail{
    float: right;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    background: #ffffff;
    color:#544545;
    padding: 0 0.5em;
    text-decoration: none;
    font-size: 1em;
    border:#5999da 1px solid;
    margin-left: 1em;
    
}

.personal{
    background: #fcfcfc;
}

.personal-list .personal-item a{
    display: block;
    border: 1px #c5c5c5 solid;
    font-size: 1.8em;
    padding: 1em 1.5em;
    padding-right: 3em;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0.5em 0;
    background: #fff;
    width: 100%;
    position: relative;
    color: #544545;
    text-decoration: none;
}
.personal-list .personal-item a:hover{
    border: 1px #a7d8fd solid;
    background: #a7d8fd;
    color:#fff;
}
.personal-list .personal-item span.personal-value{
    float: right;
    
}
.personal-list .personal-item i{
    display: inline-block;
    position:absolute;
    height: 1.5em;
    width: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/css/personal-icon-off.png);
    background-size: contain;
    right: 1em;
}
.personal-list .personal-item:hover i{
     background-image: url(../../images/css/personal-icon-on.png);
}
.personal-img {
    width: 100%;
    text-align: center;
    padding: 3em;
    padding-left: 6em;
}
.personal-img > img{
    width: 35%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px #d1ceca solid;
}
.personal-img > a{
   
    text-decoration: none;
    position: relative;
    top: 3em;
    left: -3em;
    z-index:7;
}
.personal-img > a >img {
    width: 15%;
}
.input-checkbox > table td{
    vertical-align: top;
    padding: 0.3em;
}
.input-checkbox > table td input{
   
    margin-top:0.6em;
}
.input-checkbox > table td span {
    vertical-align: top;
    margin-top: 0em;;
}
.mb{
    margin-bottom: 2em;
}
.radio input[type=radio]{
    margin-left: 0;
    vertical-align: middle;
    height: 2em;
    display: inline-block;
    margin-top: 0;
   
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
  .radio input[type=radio]{
    margin-top: 0.4em;
  }

}}
.radio input[type=radio]+label{
    margin-left: 1em;
   
}
.input.range{
    width: 42%;
    float: left;
}
span.range{
    margin: 0.3em 1em;
    float: left;
    display: inline-block;
}
.input.range.input-right{
    float:right;
}
.switch-item {
    display: none;
}
a.but_add{
    -webkit-border-radius: 2em;
    -moz-border-radius:  2em;
    border-radius:  2em;
    height: 3.8em;
    background: url(../../images/css/icon-add.png) no-repeat  #90c5ee;
    background-size: 3.8em ;
    display: inline-block;
    color:white;
    margin: 1em 0 0 0;
    line-height: 4em;
    vertical-align: middle;
    text-align: left;
    
}
a.but_add span{
    font-size:2em;
    display: block;
    font-weight: bold;
    padding: 0em 1.5em 0em 2.4em;
}
a.but_delete {
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background: url(../../images/css/icon-delete.png) no-repeat right bottom;
    background-size: contain;
    margin: 0 0.5em;
}
a.but_edit {
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background: url(../../images/css/icon-edit.png) no-repeat right bottom;
    background-size: contain;
    margin: 0 0.5em;
}
.scroll-box th a {
    color: white;
    text-decoration: underline;
}
.scroll-box th a:hover {
    
    text-decoration: none;
}
.radio {
    margin-top: 2em;
    margin-bottom: 2em;
        vertical-align: top;
}
.mail_info {
    word-break: break-all;
}
.result_table_title {
    text-align: center;
}
.radio-datepicker{
    display: inline-block;
}
table tr td a.more{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/css/personal-icon-on.png);
    background-size: 1.25em;
    display: inline-block;
    width: 2em;
    height: 2em;
    
}
.scroll-box table td a.detail.more{
    float: right;
    border: 0;
    padding: 0;
    text-decoration: none;
    font-size: 1em;
    margin-left: 1em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/css/personal-icon-on.png);
    background-size: 1.25em;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
}
a.btn.table-btn{
    display: inline-block;
    padding: 0.3em 1em;
    font-size: 2em;
    text-align: center;
    color: #fff;
    background: #a7d8fd;
    border-radius: 2.5em;
    margin-top: 0.3em;

}

h3.table-header{
    font-size: 2em;
    padding: 0.7em 1em;

    margin-top: 0px;
    margin-bottom: 0px;
}
.vip ul{
    margin-left: 2em;
    font-size:1.75em;
}
.vip ul li{
    padding-top: 0.5em ;
    padding-bottom:0.5em;

}
.vip a{
    color:#ed301c;
    text-decoration: underline;

}
.btn-vip,.btn-vip:hover{
    float:right;
    display: inline-block;
    border: 0px;
    border-radius: 0.25em;
    padding: 0.5em 1em 0.5em 2em;
    color: #666;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    background: #98d1fc;
    background-image: url(../../images/css/PublicVip.png);
    background-position: 0.2em 0.1em;
    background-repeat: no-repeat;
    color:#fff;
    margin-top: -0.4em;

}

div.success,div.error{
    text-align: center;
    border-bottom:solid #eee 1px;
	margin-bottom:10px;
}
div.success img,div.error img{
    margin: 2em auto;
    display: block;
    width: 8em;
}
div.success.big img{
  
    width: 9em;
}
div.success span,div.error span{
    font-size: 2.5em;
}


table td.success,table td.fail{
    background-image: url(../../images/css/success.png);
    background-position: 10px 2px;
    background-repeat: no-repeat;
    background-size: 2em;
    padding-left: 2.5em;
}
table td.fail{
    background-image: url(../../images/css/fail.png);
}
span.disabled{
    color:#cccccc;
}
.row.input-info span{
    margin-top:0em;
    font-size: 1.5em;
    padding-left: 1.25em;
}
.input-container > .switch_box > .row.input-info{
        margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.pop-info .glyphicon {
    position: relative;
    top: -2.4em;
    right: 1em;
    float: right;
    font-size: 2.5em;
    color:#a9a5a5;
}
.switch_button {
    display: none;
}

.loading{
    text-align: center;
}

.row.input-info span.red-text{
        padding-left: 0em;
}
.accordion-container .item .item-title.nolink{
    padding: 0 1em;

}
.accordion-container .item .item-title span.line2{
    width: 88%;
    display: inherit;
    padding-left: 0;
    
}

/*Responsive*/

.box-listing-dragdrop .item {
           
            height: 59px !important;
      
        }
       .box-listing-dragdrop  .shadows{
    z-index: 99999;
    height: 90px !important;
    border: 0;
}
    .banner a.dragdrop-button img{
            display: none;
    }
    .banner a.dragdrop-button img.bat-dragdrop{
            display: block;
    }

    .box-listing-dragdrop .item h3 {
        margin-top: 16px;
        margin-bottom: -10px;
    }
    .row span.inline{
        display: inline;
    }

.pop-info h3{
    font-size: 1.8em;
    font-weight: bold;
    clear:both;
}
.pop-info p{
    font-size: 0.8em;
clear:both;
}
.pop-info ul{
    clear:both;
    margin: 0;
    padding: 0;
}
.pop-info ul li{
    float:left;
    list-style: none;
    margin-right: 1em;
    width: 4em;
}
.col-xs-6.tr .tabs{
    margin: 1em  0; 
}
.col-xs-6.tr .tabs a{
    font-size: 1.8em;
}
.row.input-info span.datepicker{
    padding-left: 0em;
}
.menu-list ul {
    margin-bottom: 0;
}
.scroll-box.td-white-space th,.scroll-box.td-white-space td{
    white-space:nowrap;
}
input{
    border-radius: 0 !important;

}
.question-box.login-bat{
    padding: 0;
}
.question-box.login-bat a,.question-box.login-bat a:hover{
    border: 0;
    background: #ffffff;
    margin: 0 auot;
    text-align: center;
}
.login-bat img{
    height: 2em;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}

.rad > i{
    width:  1em;
    height: 1em;
}
.ckb > i{
    width:  1em;
    height: 1em;
}
.ckb > i {
  width: 25px;
  border-radius: 3px;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  
}


.rad > input + i:after{
   content: url('../../images/css/radio_off.png');
    display: block;

   
}
.rad > input:checked + i:after{
     content: url('../../images/css/radio_on.png');
     
}
/* CHECKBOX */
.ckb > i {

    background-repeat: no-repeat;
    margin-top: 3px;
    
}

.input-checkbox > .ckb > i {

    margin-top: -13px;
    
}
.input-checkbox > .ckb {
    margin-right: 0.8em;
}
.rad > input:checked + i{ 
  background-image: url(../../images/css/check_on.png);
}
.ckb > input + i:after{
   content: url('../../images/css/check_off.png');
    display: block;

   
}
.ckb > input:checked + i:after{
     content: url('../../images/css/check_on.png');
     
}




.back-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-align: center;
}


@media only screen and (max-width: 1024px) {
    body {
       
        font-family: "Microsoft JhengHei", Tahoma, Verdana, Arial, sans-serif;
        color: #666;
    }
    
    .item-actions {
        flex-wrap: wrap;
    }

       

    .input-flex {
        flex-wrap: wrap;
        position: relative;
    }

    .input-container .input-flex span {
        margin: 0;
    }

        .input-container .input-flex span.flex-small:last-child {
            text-align: right;
            display: block;
            width: 100%;
            position: absolute;
            right: 0.5em;
            top: 1.5em;
        }
}

@media only screen and (max-width: 738px) {
    body {
        font-size: 9px;
        /*min-width: 320px;*/
    }
    .main-wrapper {
        margin-top: 0em;
    }

    .navigation {
        top: 72px;
    }
    .main-wrapper .input-text input {
        /* font-size: 1.8em; */
    }
    .main-wrapper select {
        /* font-size: 1.8em; */
    }
    .row .col-xs-3.col-sm-3 {
  padding-right: 5px;
    padding-left: 5px;
    width: 22%;
    margin-right: 0.45em;
}
.row .col-xs-3.col-sm-3:first-child {
  
    padding-left: 15px;
    width: 25%;
}
.row .col-xs-3.col-sm-3:last-child {
  
    padding-right: 15px;
    width: 25%;
    margin-right: 0em;
}

.main-wrapper .row .col-xs-3.col-sm-3 .input-text:after {

    right: 0px;
}
.main-wrapper .row .col-xs-3.col-sm-3:last-child .input-text:after {

    right: 0px;
}
    .rwd-table > table > thead{
        display: none;
    }
    .rwd-table tr {
        
        display: block;
        margin-bottom: 1em;
    }
    .rwd-table td{
        border: none !important;
        border-bottom: 1px solid #fff !important;
        position: relative;
        padding-left: 33% !important;
        white-space: normal;
        text-align: left !important;
        display: block;
        min-height: 2.5em;
    }
    .rwd-table td.title_none{
        padding-left: 0 !important;
        text-align: center !important;
    }
    .rwd-table td:before {
        content: attr(data-title);
    }
    .rwd-table td:before {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        width: 30% !important;
        min-width: 30% !important;
        padding-right: 10px;
        white-space: pre;
        text-align: left;
        font-weight: bold;
        background: #666 /*#5999da*/;
        display: block;
        padding: 0.5em;
		color:#fff;
    }
    
   .rwd-table td.title_none:before {
        position: absolute;
        display: none;
        text-align: center;
       
     
    }
    .rwd-table th{
        display: none;
        font-size: 1.5em;
    }
    .box-listing-dragdrop {
    height: 37rem;
}
a.but_delete {
   
    margin: 0 1em;
}
a.but_edit {

    margin: 0 1em;
}
}

@media only screen and (max-width: 640px) {
    
    .rwd-table td{
        border: none !important;
        border-bottom: 1px solid #fff !important;
        position: relative;
        padding-left: 150px !important;
        white-space: normal;
        text-align: left !important;
        display: block;
    }
   .rwd-table td.title_none{
        padding-left: 0 !important;
       text-align: center !important;
    }
    .rwd-table td:before {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        width: 140px !important;
        min-width: 140px !important;
        padding-right: 10px;
        white-space: pre;
        text-align: left;
        font-weight: bold;
        background: #666 /*#c00 #5999da*/;
        display: block;
        padding: 0.5em;
		color:#fff;
    }
    .rwd-table td.title_none:before {
        position: absolute;
        display: none;
        text-align: center;
    }
    .rwd-table td.title2line{
        height: 4em;
    }
  
}
@media only screen and (max-width: 414px) {
    .main-wrapper.home-page {
      
        min-height: 86.5%;

    }
    
}
@media only screen and (max-width: 375px) {
    .main-wrapper.home-page {
        min-height: 85%;
    }

}
@media only screen and (max-width: 300px) {
     .personal-list .personal-item a{
        overflow: hidden;
    }
    .personal-list .personal-item span{
        display: block;
    }
    .personal-list .personal-item span.personal-value{
        float: left;
        margin: 0.5em 0;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
    /* iPhone 6 Portrait */ 
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
    /* iPhone 6 landscape */
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
    /* iPhone 6+ Portrait */
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
    /* iPhone 6+ landscape */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
    /* iPhone 6 and iPhone 6+ portrait and landscape */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
    /* iPhone 6 and iPhone 6+ portrait */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
    /* iPhone 6 and iPhone 6+ landscape */
}


/***************************************** 2017.10 新增 ***********************************************/
/*for無障礙*/
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus ,button:focus ,input:focus{
	outline:2px solid #00b0f0 !important;
}
a.sr-only {
    /*color: #c00;*/
    float: left;
}
.brick{
	font-size:0.7em;
	color:#e60000;
	vertical-align: top;
}
.required{
	color:#e60000;
	font-size:1.4em !important;
	margin-top:5px !important;
	margin-left:15px;
}
.required_note{
	font-size:1.4em !important;
	margin-left:15px;
}
.noscript_font{
	font-size:1.3em;
	color:#e60000;
	margin:3%;
}
*{
	padding:0;
	margin:0;
	line-height: 1.5 !important;
	letter-spacing: 0.12em !important;
	word-spacing: 0.16em !important;
}
*[lang|=zh],*[lang|=zh]*{
	letter-spacing: 0.14em !important;
}
*[lang|=zh] *[lang]:not([lang|=zh]){
	letter-spacing: 0.12em !important;
}
p{
	margin-bottom: 2em !important;
}
input[type="text"]:focus, input[type="password"]:focus, input:focus, textarea:focus  ,select:focus{
    background-color:#FFBF47;
	color:#000;
}


/*通用*/
h1{
	margin:0;
	line-height:100% !important;	
}
h1 a{
    line-height:100% !important;
}
h3{
	font-size: 1.8em;
    font-weight: bold;
}
.con_font{
    font-size: 1.8em;
}
.con_font h3{
    font-size: 1em;
}
.con_font ol ,.con_font ul{
    padding-left: 30px;
}
img {
    vertical-align: inherit;
}
.btn_01{
	padding:5px 10px;
	background:#e60000 /*#666*/;
	color:#fff;
	margin:3px;
	border:none;
	border-radius:0.25em;
	font-size:0.9em;
	/* opacity:0.7; */
}
.btn_01:hover ,.btn_submit:hover{
	/* opacity:1; */
    background:#c00
}
.btn_submit{
	padding:7px 20px;
	background:#e60000  /*#666*/;
	color:#fff;
	margin-top:15px;
	border:none;
	border-radius:0.25em;
	font-size:1.6em;
	/* opacity:0.7; */
}
.delete_padding{
	padding:0 !important;
}
.title_item{
	padding:5px 1% 5px 3%;
	font-size:1.8em;
    font-weight: bold;
	float: left;
    /*width: 100%;*/
}
.title_item_1{
	padding:10px 0 5px 0;
	font-size:1.8em;
	color: #000;
    font-weight: bold;
}
.title_item:before ,.title_item_1:before{
	content: "●";
	font-size:0.6em;
	color:#e60000;
	padding-right:5px;
	vertical-align:middle;
}
label {
    font-weight: 500;
    margin: 2px 15px 2px 0;
    font-size: 1.8rem;
}
.content_font{
	font-size:14px;
	line-height:170%;
	padding-top:10px;
}
.font-xlarge {
    font-size: 1.em!important;
}
.font-large {
    font-size: 1.2em!important;
}
.font-small {
    font-size: 0.8em !important;
}
.font-xsmall {
    font-size: 0.6em !important;
}
.blue{
	color:#0570c4;
}
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-600{
	max-width:600px;
}
.w-400{
	max-width:400px;
}
.w-200{
	max-width:200px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right!important;
}
.text_left ,.text-left {
    text-align: left!important;
}
.font_nowrap{
	white-space:nowrap;
}
.dispaly_inline{
    display: inline-block;
}
.dispaly_inline .btn_submit{
    margin: 1px 0;
} 
.btn-primary{
    background: #e60000 ;
    border-color:#c00 !important;
}
.btn-primary:hover,.btn-primary:focus{
    background: #c00 ;
}
.pt-1{
    padding-top: 0.5em;
}
.pt-2{
    padding-top: 1em;
}
.pt-3{
    padding-top: 1.5em;
}
.pb-1{
    padding-bottom: 0.5em;
}
.pb-2{
    padding-bottom: 1em;
}
.pl-1{
    padding-left: 0.5em;
}
.pl-2{
    padding-left: 1em;
}
.pr-1{
    padding-right: 0.5em;
}
.pr-2{
    padding-right: 1em;
}


/*header*/
.header .mid{
    width: 100%;
    max-width: 1000px;
    position: relative;
}
.lang{
    position: absolute;
    right:-8px;
    top:3px;
}
.lang a ,.lang button{
    float: left;
    background: #fff;
    color:#e60000;
    font-size:1.5rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    border:solid #e60000 3px;
}
.lang a:hover ,.lang button:hover{
    border:solid  #faaaaa 3px;
}


/*footer*/
.main-footer{
	max-width: 1000px;
	margin: 0 auto;
}
.footer_accesskey{
	text-align: right;
}
.footer_accesskey img{
	border:solid #fff 1px;
}


/*login*/
.input_label{
	display:none;
}


/*logout*/
.logout_box{
	position: relative;
    float: right;
    margin: -75px 4px 0 0;
    width: 220px;
    font-size: 1.4em;
    text-align: center;
    background: #fef4f4;
    padding: 5px;
    border: dashed #faaaaa 1px;
    border-radius: 5px;
	color: #000;
}
.logout_btn{
	padding: 3px 8px;
    background: #e60000;
    color: #fff;
    margin: 3px;
    border: none;
    border-radius: 0.25em;
    font-size: 0.9em;
}
.logout_btn:hover{
    background: #c00 
}
.logout_btn:before{
	content:url(../../images/css/refresh.png);
	padding-right:3px;
}

/*我的臺幣帳戶*/
.scroll-box td a{
	color: #544545;
}

/*交易明細*/
.account_item{
	font-size:1.65em;
	background:#efefef;
	padding:2%;
	margin:0 3%;
	float: left;
    width: 94%;
}
.account_item div{
	display:inline-block;
	padding-right:20px;
}
.account_item div:last-child{
	padding-right:0;
}
.account_item div:before{
	content: "●";
	font-size:0.6em;
	color:#e60000;
	padding-right:5px;
	vertical-align:middle;
}

/*臺幣存/放款利率*/
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.accordion-container .item:hover{
	background:#e60000;
}
.accordion-container .item a{
	padding: 17px 1em 13px 1em !important;
}
.accordion-container .item a:hover{
	color:#fff !important;
}
.accordion-container .item-title a:hover i{
	background-image: url(../../images/css/personal-icon-on.png);
}
.rate_font{
	font-size:1.5em;
	text-align:right;
	/*margin-top:10px;
	margin-bottom:-10px;*/
	padding: 10px 3% 0 3%;
}
.rate_item_box{
	margin:20px 0 -10px 0;
}
.currency_item{
	width:100%;
	padding: 0 2%;
}
.currency_item label{
	padding: 15px 10px 10px 1%;
	float:left;
}
.currency_item .title_item:before{
	padding-right: 10px;
}
.currency_item .input-select{
	width:50%;
	float:left;
}
.currency_item a{
	padding-left:10px;	
}


/*網站導覽*/
.sitemap_table th{
	background:#666 ;
	color:#fff;
	padding:9px !important;
}
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 25px;
	font-size:1.8em;
}
.sitemap_list a{
	color:#666;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
}
.sitemap_list_1 li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	padding:5px 10px 3px 35px !important;
	float:left;	
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}

/*登入網路ATM*/
.note_ul{
	margin-left:20px;
	font-size: 1.6em;
}
.btn-box{
	text-align:center;
	padding: 20px 20px 40px 20px;
    /*display: flex;*/
    align-items: center;
    width: 100%;
	float: left;
}
.btn-box a {
    border: 1px solid /*#c00*/ #c5c5c5;
    border-radius: 0.25em;
    padding: 0.37em 2em;
    color: /*#c00*/ #666;
    margin: 0 1em;
    text-align: center;
    font-size: 1.8em;
    text-decoration: none;	
}
.btn-box a.negative_1 {
    /*border-bottom: 4px solid #999;*/
	background:#666;
	color:#fff;
}
.btn-box a.negative_1:hover ,.btn-box a.positive:hover {
	background:#e60000;
	color:#fff;
}
.btn-box a.negative:hover{
	background:999;
	color:#fff;
}
.btn-box a.positive {
    border-bottom: 4px solid #e60000 /*#90c5ee*/;
}
.btn-box a.negative {
    border-bottom: 4px solid #666;
}
.btn-box a.negative:hover {
    background: #666;
}
.btn_one{
	display: flow-root;
    max-width: 300px;
    margin: 0 auto !important;
}
.keyboard {
    text-align: center;
    background: #fafafa;
    display: inline-block;
    padding: 2em;
	width:100%;
}
.keyboard .-row button {
    margin: 2%;
    display: inline-block;
    font-size: 1.8em;
    height: 50px;
    padding: 0;
    /*box-shadow: none;*/
	background:#fafafa;
}
.btn.-primary {
	width: 26% !important;
    border-color: #e60000;
    color: #e60000;
    box-shadow: inset 0 -5px 10px 0px #eee;
}
.btn.-primary:hover ,.reset_btn:hover {
    border-color: #e60000;
	background: #e60000 !important;
    color: #fff !important;
	box-shadow: inset 0 -5px 10px 0px #990000 !important;
}
.reset_btn{
	background:#fcf1f3 !important;
}
.keyboard .reset_btn{
	width:57% !important;
	border-color: #e60000;
    color: #c00;
    box-shadow: inset 0 -5px 10px 0px #eee;
}

/*約定轉帳*/
.keyboard_online {
    text-align: center;
    background: #fafafa;
    display: inline-block;
    padding: 2em;
	width:100%;
}
.keyboard_online .btn{
	margin: 4px;
    display: inline-block;
    font-size: 1.8em;
    height: 35px;
    padding: 5px 10px;
	background:#fafafa;
	box-shadow: inset 0 -5px 10px 0px #eee;
    border-color: #c00;
    color: #c00;
	float: left;
}
.keyboard_online .btn:hover {
    border-color: #c00;
	background: #c00 !important;
    color: #fff;
	box-shadow: inset 0 -5px 10px 0px #c10606;
}
.keyboard_title {
    padding: 10px 0 5px 0;
    font-size: 1.8em;
    color: #000;
    font-weight: bold;
	float:left;
	margin-right:20px;
}


/*top menu*/
.top_menu{
    padding:10px 10px 0 10px;
	background:#eee;
	float: left;
    width: 100%;
}
.top_menu ul{
	list-style:none;
	margin-bottom:0px;
}
.top_menu>a{
	float:left;
	padding-right:5px;
	color:#a2a2a2;
}
.top_menu ul li{
	display:inline-block;
}
.top_menu ul li a{
	color:#fff;
	margin:0 5px 5px 0;
	padding:5px 10px;
	border-radius:5px;
	background:#666;
	box-shadow: inset 0 -5px 10px 0px #333;
	float: left;
	font-size:1.2em;
}
.top_menu ul li a:hover{
	background:#333;
	box-shadow: inset 0 -5px 10px 0px #000;
}

/*time out*/
.second_font{
	font-size:1.5em;
	color:#c00;
	font-weight: bold;
	padding:0 10px;
}
.time_out_title{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

/*item_input*/
.item_input .item {
    display: inline-block;
    width: 49.5%;
}
.item_input .item.item_100 {
    width: 100%;
}
.item_input .item label{
    width: 90px;
    text-align: right;
    display: inline-block;
    font-size: 1.8em;
    padding-right: 5px;
}
.item_input .item .input-text{
    width: calc(100% - 120px);
    display: inline-block;
}
.inline_con{
    margin:9px 0 0 0;
    font-size: 1.8em;
    line-height: 190% !important;
    display: inline-block;
    vertical-align: top;
}


/*input*/
input:checked{
    accent-color: #e60000;
}
.input-xlarge {
    width: 420px !important;
}
.input-large {
    width: 320px !important;
}
.input-medium {
    width: 240px !important;
}
.input-small {
    width: 145px !important;
}
.input-xsmall {
    width: 75px !important;
}


/*verification*/
.verification_con{
    vertical-align: top;
}
.verification_con button{
    border:0;
    padding:10px;
    background: transparent;
    vertical-align: text-bottom;
}
.verification_con .input-text{
    vertical-align: top;
    margin: 0 !important;
}


/*modal*/
.modal-content{
    float: left;
    width: 100%;
}
.modal-content h3{
    color:#000;
}
.modal-body {
    float: left;
    width: 100%;
    overflow-y: scroll;
    max-height: 70vh;
    font-size: 1.6rem;
}
.modal-body .rate_font{
    font-size: 1em;
    padding: 10px 0 0 3%;
}
.modal-body .scroll-box{
    float: left;
    width: 100%;
    margin: 5px 0;
}
.modal-body table{
    font-size: 1.6rem;
    margin: 0;
}
.modal-body table label{
    font-size: 1.6rem;
}
.modal-body table a{
    text-decoration: underline;
}
.modal-footer{
    float: left;
    width: 100%;
}


/*table*/
.table.table-center th, .table.table-center td {
    text-align: center;
}
table[align=center] {
    margin-left: auto;
    margin-right: auto;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.table_btn{
    width: 117px;
    float: left;
    padding: 5px 0;
}
.subtotal{
    border-top:double #ccc 5px !important;
}
.subtotal td{
    background: #fcf1f3;
}

@media (max-width: 738px){
.outer-wrapper {
    overflow: visible;
}

/*item_input*/
.item_input .item {
    width: 100%;
}

/*table*/
.table_btn{
    float: none;
    width: 105px;
    margin: 3px 0;
}
}

@media (min-width: 481px) and (max-width: 738px){
h2{
	padding-right:220px;
}
/*logout*/
.logout_box{
	margin: -72px 10px 0 0;
}	
}

/* 大於手機解析度 */
@media (min-width: 480px) {
.amount_td{
	text-align:right !important;
}
.logout_box a ,.logout_font{
	width:100%;
}
} 


/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) {	
.mobile_hidden{
	display:none;
}


/*logout*/
.logout_box{
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
	border-bottom: dashed #faaaaa 1px;
	border-top: dashed #faaaaa 1px;
}
.logout_btn {
    margin: 3px 3px 3px 10px;
}
.logout_box a ,.logout_font{
	display:inline-block;
}


/*header*/
.lang a ,.lang button{
    padding: 5px;
}


/*footer*/
.footer{
	text-align: center;
}
.footer_accesskey{
	text-align: center;
	margin:5px 0;
}
.tabs a {
    font-size: 1.5em;
}
.question-box {
    display: block;
}
.question-box a {
    margin: 3px 5px;
    width: 100%;
    float: left;
}

/*約定轉帳*/
.keyboard_title {
	width:100%;
}
} 
