/*back up*/
.back-to-top {
    cursor: pointer;
    display: inline;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    padding: 10px 5px 0 5px;
    font: 20px/27px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    transition: opacity .2s;
    z-index: 999;
background: rgba(0, 0, 0, 0.5);
}
#back-to-top:hover {
    background: #0088fe;
}
#back-to-top.show {
    opacity: 1;
}
/*close*/
.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
    font-weight: 700;
    line-height: .8;
}
.close:hover {
    color: #fff;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}
.modal-header .close {
    margin-top: -2px;
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}
/*滾條*/
/*Scroll bar滾條*/
::-webkit-scrollbar {
    width: 8px;
    background: rgba(255,255,255,1);
}
::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
    background-color: #0088fe;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 1);
}
/*共用表格tr hover效果*/
table tr:hover{
    background-color: #fef6c3!important;
    color: #333!important;
}
/*存提款教學*/
@media only screen and (min-width: 1250px){
    .npt .container{width: 1200px;}
}
.npt_btn-wrap{
    position: absolute;
    width: 399px;
    height: 34px;
    right: -11px;
    top: 63px;
}
.nptOC {width: 1200px}
.npt_wrap {
    position: absolute;
    width: 1200px;
    top: 205px;
    left: 0px;
}
.npt a.btn:hover, .ntp a.btn:focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/*存款第一步驟*/
.npteach1{width: 1200px;}
.npteach1 .teach-box{top: 35px;left: -17px;}
.npteach1 .npt_next{top: 125px;left: 20px;}
.npteach1 a.btn{
    left: 48px;
    background-color: transparent;
    color: #fff;
}
.npteach1 a.btn:hover{
    background-color: transparent;
    color: #fff;
}
.npteach1 a.glyphicon-remove{right: 200px;top: 50px;}
/*取款第一步驟*/
.npteach5{width: 1200px}
.npteach5 .teach-box{top: 35px;left: 32px;}
.npteach5 .npt_next{top: 125px;left: 69px;}
.npteach5 a.btn{
    left: 94px;
    background-color: transparent;
    color: #fff;
}
.npteach5 a.btn:hover{
    background-color: transparent;
    color: #fff;
}
.npteach5 a.glyphicon-remove{right: 151px;top: 50px;}