﻿.btn {
    /*padding: 14px 24px;*/
    border: 0 none;
    /*font-weight: 400;*/
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #D11820;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #B90101;
}
 
.btn-primary:active, .btn-primary.active {
    background: #D11820;
    box-shadow: none;
}






.table-adjustment{
    width:100%;
}


.table-adjustment tr,
.table-adjustment th  {
    
}

.table-adjustment tr td{

}





/*这个下面是手机端*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {



    .table-adjustment
    {
        min-width:100% !important;
        margin:0px !important;
        padding:0px !important;
        border:none !important;


    }
    .ydwb-tb{
        /*border:1px solid #ff0000;*/
    }

    .ydwb-tb table

    .ydwb-tb table table,
    .ydwb-tb table thead,
    .ydwb-tb table tbody,
    .ydwb-tb table th,
    .ydwb-tb table td,
    .ydwb-tb table tr {
        display: block;
    }


        .ydwb-tb table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .ydwb-tb table tr {
        width:100%;
    }

    /*.ydwb-tb table .currency-rate {
        height: 20px;
        padding: 0px;
        border-bottom: 1px solid #808080;
    }*/


    .ydwb-tb table td {
        border: none !important;
         /*border: 1px solid #000 !important;*/
        position: relative;
        padding:5px 0px;
        padding-left: 35%;
        
    }



     

        .ydwb-tb table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 18%;
            padding-right: 0px;
            white-space: nowrap;
        }


        /*.ydwb-tb table .order-currency-type:before,*/
        .ydwb-tb table .order-foreign-amount:before,
        .ydwb-tb table .order-amount-to-pay:before,
        .ydwb-tb table .order-operation:before {
            font-weight: 600;
        }





.ydwb-tb table .order-currency-type{
        position: relative;
        padding:0px;

}


 .ydwb-tb table tfoot td{
     position: relative;
        padding:0px;
 }

  .ydwb-tb table tfoot td .tianjia-wb{
      float:none!important;
  }


 .ydwb-tb table tfoot td .tianjia-wb span{

     float:none!important;
 }





/*.ydwb-tb table .order-currency-type .ydwb-tb-ul-div{
    margin:0px !important;
}*/

/*.ydwb-tb table .order-currency-type:before{
            position: absolute;
            top: 6px;
            left: 6px;
            width: 18%;
            padding-right: 0px;
            white-space: nowrap;
}*/



       




    /*.ydwb-tb table .order-currency-type:before {
        content: "Currency Type:";
    }*/

   .ydwb-tb table .order-foreign-amount:before {
        content: "Foreign Amount:";
    }

    .ydwb-tb table .order-amount-to-pay:before {
        content: "Amount To Pay:";
    }

    .ydwb-tb table .order-operation:before {
        content: "Operation:";
    }


    .ydwb-tb .ydwb-tb-ul-div
    {
        margin:0px !important;
        padding:0px !important;
        width:100%;
    }

    .ydwb-tb .ydwb-tb-ul-div input{
        width:40%;
        margin:0px !important;
    }

    .ydwb-tb .ydwb-tb-ul-div img{
        position:relative !important;
        left:-148px !important;
        top:-30px !important;

    }


    










}



