<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 1-0 Customer Login */
html,body{height:100%;}
body#login{border-top:10px #099 solid; height:100%; position:relative; background:#f8fcf9;}
body#login .login-wrap{width:300px; height:380px; position:absolute; left:50%; top:50%; margin:-200px 0 0 -150px;}
body#login .login-wrap h1{font-size:20px; text-align:center; margin-bottom:10px;}
body#login .login-wrap h1 em{color:#099;}
body#login .login-box{border:1px #099 solid; background:#fff; padding:0 20px;}
body#login .login-box header{background:#099; color:#fff; text-align:center; padding:10px; font-size:14px; margin:0 -20px; margin-bottom:20px;}
body#login .login-box p{text-align:center; margin-bottom:20px;}
body#login .login-box input[type=email],
body#login .login-box input[type=password]{border:1px #099 solid; display:block; margin:10px 0; width:100%;}
body#login .login-box button{width:100%; background:#099; color:#fff; text-align:center; padding:10px; font-size:14px; display:block; clear:both; margin:20px 0; height:auto;}
body#login .login-box label{margin-top:10px;}
body#login a:hover{text-decoration:underline;}
body#login .login-box footer{margin:0 -20px; border-top:1px #ccc solid; padding:10px 0;}
body#login .login-box footer p{margin-bottom:0;}
body#login .login-box footer a{padding:5px 20px; borCKder:1px #099 solid; display:inline-block; margin-left:15px; text-decoration:none;}

/* 1-1 and 12-1 Customer -registration */
body#signup{}
body#signup header{background:#099; color:#fff; font-size:22px; padding:10px 20px 15px; line-height:1;}
body#signup main{padding:15px 20px; clear:both;}
body#signup main:after{content:''; display:block; clear:both;}
body#signup .primary{width:33%; float:left; padding-right:25px;}
body#signup .secondary{width:27%; float:left; padding-right:25px;}
body#signup .terms{width:40%; float:left;}
body#signup .primary table{width:100%;}
body#signup .primary table th,
body#signup .primary table td{padding:2px;}
body#signup .primary table th{width:100px; white-space:nowrap; text-align:right;}
body#signup .primary table th em{color:#c00;}
body#signup .primary table td input,
body#signup .primary table td select,
body#signup .primary table td textarea{width:100%; border-color:#099;}
body#signup .primary table td textarea{height:52px;}
body#signup .primary table td.date select{width:auto;}
body#signup .primary .chosen-container{font-size:11px; width:100% !important;}
body#signup .primary .chosen-container-single .chosen-single{border:1px #099 solid; border-radius:0; box-shadow:none; height:27px; background:none #fff;}
body#signup .secondary .memberPhoto{position:relative; margin-bottom:20px;}
body#signup .secondary .memberPhoto dl{clear:both;}
body#signup .secondary .memberPhoto dl:after{clear:both; content:''; display:block;}
body#signup .secondary .memberPhoto dt{width:110px; float:left; height:180px; position:relative; padding-top:75px;}
body#signup .secondary .memberPhoto dt label.file{display:block; width:100px; height:50px; overflow:hidden; position:absolute; left:0; bottom:0;}
body#signup .secondary .memberPhoto dt label.file input{visibility:hidden; position:absolute; left:-105%; opacity:0;}
body#signup .secondary .memberPhoto dt label.file:after{content:'Upload'; display:block; width:95%; height:27px; border:1px #099 solid; color:#999; background:#fff; text-align:center; line-height:27px; position:absolute; left:0; bottom:0;}
body#signup .secondary .memberPhoto dd{width:180px; float:left; min-height:180px;}
body#signup .secondary .memberPhoto dd img{width:100%; height:auto;}
body#signup .secondary p{margin-bottom:10px;}
body#signup .secondary .memo{margin-bottom:20px; clear:both;}
body#signup .secondary .memo textarea{height:80px; width:100%; border:1px #099 solid; margin-bottom:0;}
body#signup .secondary .captcha{border:1px #099 solid; padding:10px 10px 5px;}
body#signup .secondary .captcha figure{text-align:center; margin-bottom:10px;}
body#signup .secondary .captcha .reload{text-align:center; margin-bottom:10px;}
body#signup .secondary .captcha .reload a{width:40px; height:40px; display:block; border:1px #ccc solid; text-indent:-9999px; overflow:hidden; margin:0 auto; position:relative;}
body#signup .secondary .captcha .reload a:after{content:'\f021'; width:38px; height:38px; position:absolute; left:0; top:0; color:#ccc; font-size:28px; font-family:FontAwesome; text-align:center; line-height:38px; display:block; text-indent:0;} 
body#signup .secondary .captcha input{border:1px #099 solid;}
body#signup .terms article{border:1px #099 solid; padding:15px; height:490px; overflow:auto; margin-bottom:20px;}
body#signup .terms article h2{padding:0 0 10px; border-bottom:1px #ccc solid; margin-bottom:15px;}
body#signup .terms article h3{margin-bottom:5px}
body#signup .terms article section{margin-bottom:10px; line-height:1.5;}
body#signup .terms article section div{padding-left:2em;}
body#signup .terms article section p{margin-bottom:.5em;}
body#signup footer{clear:both; padding:20px; text-align:right; border-top:1px #ccc solid;}
body#signup footer.dummy-footer{border-top:1px #099 solid;}

/* 12-1 */
.customer-base-info{background:#e7fefe; padding:5px; border-bottom:1px #099 solid;}
.customer-base-info table{display:inline-table; margin-right:40px;}
.customer-base-info table th,
.customer-base-info table td{padding:5px;}
.customer-base-info table td{padding-right:20px; color:#00a7e2; text-align:center;}
.customer-base-info table:first-child{border:1px #099 solid;}
body#signup .secondary .current-data{border:1px #099 solid; padding:10px 10px 5px;}
body#signup .secondary .current-data table{margin:0 auto 10px;}
body#signup .secondary .current-data table th,
body#signup .secondary .current-data table td{padding:3px 5px;}
body#signup .secondary .current-data table th,
body#signup .secondary .current-data table td{text-align:right;}
body#signup .secondary .current-data table td.online{text-align:center;}
body#signup .secondary .current-data table td.due{color:#c00;}
body#signup .secondary .current-data table td.balance{color:#00a7e2;}
body#signup .invoice{border:1px #099 solid; padding:15px; margin-bottom:20px; margin-top:-60px; background:#F9F9F9; width:40%; float:left;}
body#signup .invoice .scheme{border:1px #e7fefe solid; padding:10px;}
body#signup .invoice .scheme p{background:#e7fefe; position:relative; left:-10px; top:-10px; padding:5px 20px; float:left;}
body#signup .invoice table{clear:both;}
body#signup .invoice table th,
body#signup .invoice table td{padding:2px;}
body#signup .invoice table td a{border:1px #099 solid; width:15px; height:15px; line-height:15px; display:inline-block; text-align:center; font-family:FontAwesome; color:#099; font-size:14px; overflow:hidden; position:relative; top:2px;}
body#signup .invoice table td a.add{background:#099; color:#fff;}
body#signup .invoice table td a:hover{opacity:.5;}
body#signup .invoice table td input,
body#signup .invoice table td select{width:100%; border:1px #099 solid;}
body#signup .invoice table td input.with-unit{width:60%;}
body#signup .invoice table td:nth-child(2){padding-right:15px;}
body#signup .invoice table col:nth-child(1){width:5%;}
body#signup .invoice table col:nth-child(2){width:45%;}
body#signup .invoice table col:nth-child(3){width:25%;}
body#signup .invoice table col:nth-child(4){width:25%;}
body#signup .invoice table td input:disabled{background:none; background-color:transparent;}
body#signup .invoice table.bank{width:100%; margin-top:15px;}
body#signup .invoice table.bank th{text-align:right;}
body#signup .invoice table.account{width:100%; margin-top:15px;}
body#signup .invoice table.account th{text-align:right;}
body#signup .invoice table.account col:nth-child(1){width:auto;}
body#signup .invoice table.account col:nth-child(2){width:120px;}
body#signup .invoice table.account col:nth-child(3){width:50px;}
body#signup .invoice table.account col:nth-child(4){width:100px;}
body#signup .invoice table.account col:nth-child(5){width:100px;}
body#signup .invoice table.account td input,
body#signup .invoice table.account td select{width:100px;}
body#signup .sub-win .title{font-size:11px; padding:0 0 0 15px; height:23px; line-height:23px;}

/* 3-0 */
.result-table.auction-type01 tr th:nth-child(1),
.result-table.auction-type01 tr td:nth-child(1){padding-left:15px;}
.result-table.auction-type01 tr th:last-child,
.result-table.auction-type01 tr td:last-child{padding-right:15px;}
.result-table.auction-type01 td span.final-price{display:block;}
.result-table.auction-type01 td span.result{display:block;}
.result-table.auction-type01 td span.yet{color:#bbb;}
.result-table.auction-type01 td span.sold{color:#000;}
.result-table.auction-type01 td span.not-sold{color:#f00;}
.result-table.auction-type01 col:nth-child(1){min-width:100px;}
.result-table.auction-type01 col:nth-child(2){min-width:153px;}
.result-table.auction-type01 col:nth-child(3){min-width:80px;}
.result-table.auction-type01 col:nth-child(4){min-width:65px;}
.result-table.auction-type01 col:nth-child(5){min-width:60px;}
.result-table.auction-type01 col:nth-child(6){width:auto}
.result-table.auction-type01 col:nth-child(7){min-width:60px;}
.result-table.auction-type01 col:nth-child(8){min-width:170px;}
.result-table.auction-type01 col:nth-child(9){min-width:170px;}
.result-table.auction-type01 col:nth-child(10),
.result-table.auction-type01 col:nth-child(11),
.result-table.auction-type01 col:nth-child(12),
.result-table.auction-type01 col:nth-child(13){min-width:80px;}
.result-table.auction-type01 col:nth-child(14){min-width:80px;}
.result-table.auction-type01 col:nth-child(15){min-width:95px;}

/* 3-2 */
.result-table-container{position:relative;}
.result-table.vehicle-detail th{padding:5px 5px;}
.result-table.vehicle-detail td{padding:10px 5px;}
.result-table.vehicle-detail col:last-child{width:330px;}
.result-table.vehicle-detail td.lot,
.result-table.vehicle-detail td.auchouse{font-weight:600;} 
.result-table.vehicle-detail tr td:nth-child(12){text-align:right; padding-right:0; padding-left:10px;}
.bid-panel{width:300px; position:absolute; right:10px; top:10px; padding:0 5px; background:#f9f9f9; border:1px #099 solid;}
.bid-panel table.result-bidding col:nth-child(1){width:20%;}
.bid-panel .result-bidding col:nth-child(2){width:45%;}
.bid-panel .result-bidding col:nth-child(3){width:35%;}
.bid-panel .result-bidding col:nth-child(1){width:30%;}
.bid-panel .result-bidding col:nth-child(2){width:40%;}
.bid-panel .result-bidding col:nth-child(3){width:30%;}
.bid-panel table th,
.bid-panel table td{padding:2px; line-height:1.5;}
.bid-panel table td .digit{position:relative; top:2px;}
.bid-panel table td.btns{padding-top:10px;}
.bid-panel table th{white-space:nowrap; padding-left:10px; text-align:right;}
.bid-panel table tr td:last-child{padding-right:10px;}
.bid-panel table tr td input{text-align:right; height:25px;}
.bid-panel table tr:first-child th,
.bid-panel table tr:first-child td{padding-top:10px;}
.bid-panel table tr:last-child th,
.bid-panel table tr:last-child td{padding-bottom:10px;}
.bid-panel table tr td:nth-child(2) input{width:80px; margin:10px 0;}
.bid-panel table tr td:nth-child(3) input{width:40px;}
.bid-panel table select{width:100%;}
.bid-panel .timeleft{font-weight:600; line-height:1.2;}
.bid-panel .timeleft i{color:#099; font-weight:600;}
.bid-panel table button{width:80px;}
.finder{width:300px; position:absolute; right:320px; top:103px; padding:10px; background:#f9f9f9; border:1px #099 solid; margin-bottom:5px; height:114px; overflow:hidden; z-index:100}
.finder table{margin:15px 0; width:250px;}
.finder table th,
.finder table td{padding:0 10px 5px 0; width:50%;}
.finder table tr:nth-child(n+3){display:none;}
.finder a.more,
.finder a.less{width:55px; display:inline-block; padding-right:20px; position:relative; text-align:right; position:absolute; right:15px; bottom:15px;}
.finder a.less{display:none;}
.finder a.more:after,
.finder a.less:after{content:''; display:block; width:15px; height:15px; position:absolute; right:0; top:-1px; font-size:18px; font-family:FontAwesome;}
.finder a.more:after{content:'\f107';}
.finder a.less:after{content:'\f106';}
.finder input{width:215px; text-align:center;}
.finder button{width:55px; float:right;}
.detail-container{padding:10px; clear:both;}
.detail-container:after{content:''; display:block; clear:both;}
.photo-stage{float:left;}
ul.thumbs{margin-bottom:30px; clear:both; width:702px; margin:0 auto; padding-top:4px;}
ul.thumbs:after{content:''; clear:both; display:block;}
ul.thumbs li{width:114px; height:78px; float:left; margin:0 3px 3px 0; list-style:none;}
ul.thumbs li:last-child{margin-right:0;}
ul.thumbs li img{max-width:100%; max-height:100%; width:auto; height:auto; display:block; margin:0 auto; position:relative;}
ul.thumbs li a{border:1px #ccc solid; display:block; width:100%; height:100%; position:relative;}
ul.thumbs li a.active{border:1px #099 solid;}
ul.thumbs li a span{text-align:center; font-weight:600; line-height:76px; display:block;}
ul.photo-viewer{width:700px; height:600px; margin:0 auto;}
ul.photo-viewer li{list-style:none; border:1px #ccc solid; padding:15px; width:702px; height:600px;}
ul.photo-viewer li img{max-width:100%; max-height:100%; width:auto; height:auto; display:block; margin:0 auto; position:relative;}
.translation-box{position:relative; float:right; margin-top:40px; width:610px; min-height:560px !important; border:1px #099 solid; padding:10px; }
.translation-box .ttl{background:rgb(231,254,254); padding:10px; float:left; margin:-9px 0 15px -9px; position:relative; z-index:2;}
.translation-box .no-problem{clear:both; margin-bottom:20px; float:left;}
.translation-box .magic-checkbox+label{padding-left:35px !important; line-height:28px;}
.translation-box .magic-checkbox+label:before{width:28px; height:28px;}
.translation-box .magic-checkbox+label:after{width:8px; height:14px; top:5px; left:10px;}
.translation-box dl{width:250px; float:left; margin:10px; clear:left}
.translation-box dt{font-weight:600; margin-bottom:5px; padding-bottom:5px; border-bottom:1px #ccc solid;}
.translation-box dd{margin-bottom:.5em;}
.translation-box .memo{width:180px; position:absolute; right:15px; top:15px;}
.translation-box .memo textarea{width:180px; height:80px; border: 1px #099 solid; margin-bottom:10px; padding:5px; position:relative; left:auto; right:auto; top:auto; max-height:200px;}
.translation-box .memo button{float:right;}
.translation-box ul{margin:100px 0 0 15px;}
.translation-box ul li{margin-bottom:5px;}
.dummy-header{background:#E7FEFE; height:40px; position:absolute; left:0; top:100px; width:100%; border-bottom:1px #099 solid;}
.dummy-footer{background:#E7FEFE; height:40px; border-top:1px #099 solid;}

/* disable navigation for 3-2 and 7-1 */
.prohibited a,
.prohibited button,
.prohibited input,
.prohibited select,
.prohibited label{pointer-events:none;}
.prohibited #setting a{pointer-events:auto;}
.prohibited .logout{display:none;}
.prohibited a.close{width:80px; height:30px; display:block; position:absolute; right:10px; top:5px; pointer-events:auto; color:#fff; border:1px #fff solid; background:#333;}
.prohibited a.close:before{color:#fff; content:'\f00d'; font-family:FontAwesome; line-height:30px; font-size:14px; vertical-align:middle; position:relative; top:-1px; margin-right:5px;}
.prohibited a.close:hover{opacity:.6;}

/* 12-2-2 */
.dummy-header.customer-auction-detail{top:148px;}
.thumb-and-btn{z-index:1000; position:relative; float: left;}
.thumb-and-btn .bx-wrapper{padding:0; margin:0 0 0 35px !important; float:left; height:88px; max-width:520px !important; width:520px;}
.thumb-and-btn .bx-wrapper .bx-viewport{height:80px; width:525px !important; left:-2px; padding:0; top:4px; height:75px;}
.thumb-and-btn ul.thumbs{margin-bottom:5px; clear:both; padding-top:0;}
.thumb-and-btn .btns{width:80px; float:left; padding-left:5px; padding-top:3px;}
.thumb-and-btn .btns button{margin:3px 0;}  
.thumb-and-btn .btns button.edit{background:#9C0; color:#fff;}
.result-bidding select.time{width:45px;}
.translation-box .memo.bottom{right:10px; top:auto; bottom:90px;}
.translation-box .btns{width:200px; height:27px; position:absolute; right:20px; bottom:20px;}
.translation-box .points{width:calc(100% - 200px); border:0 #ccc solid; height:calc(100% - 20px); position:absolute; left:2px; top:25px; padding:20px 10px;}
.translation-box .points .legend{position:absolute; bottom:15px; width:100%; height:auto; padding:0 0 20px 20px;}
.translation-box .points .legend li{display:inline-block; padding-right:10px; line-height:19px; margin-bottom:5px;}
.translation-box .points .legend li i{width:22px; height:22px; display:inline-block; margin-right:2px; border:2px #000 solid; vertical-align:middle;}
.translation-box .points .legend li.nmp i{border-color:#FC0;}
.translation-box .points .legend li.pc i{border-color:#96C;}
.translation-box .points .legend li.nc{border:1px #c00 solid;}
.translation-box .points .legend li.nc i{text-align:center; font-size:10px; line-height:19px; color:#fff; font-weight:600; background:#c00; border:none;}

/* 5-0 */
.result-table.customer-bidding .remove{opacity:1;}
.result-table.customer-bidding col:nth-child(1){}
.result-table.customer-bidding col:nth-child(2){}
.result-table.customer-bidding col:nth-child(3){min-width:160px;}
.result-table.customer-bidding col:nth-child(4){}
.result-table.customer-bidding col:nth-child(5){}
.result-table.customer-bidding col:nth-child(6){min-width:100px;}
.result-table.customer-bidding col:nth-child(7){min-width:100px;}
.result-table.customer-bidding col:nth-child(8){}
.result-table.customer-bidding col:nth-child(9){}
.result-table.customer-bidding col:nth-child(10){}
.result-table.customer-bidding col:nth-child(11){}
.result-table.customer-bidding col:nth-child(12){}
.result-table.customer-bidding col:nth-child(13){}
.result-table.customer-bidding col:nth-child(14){}
.result-table.customer-bidding col:nth-child(15){}
.result-table.customer-bidding col:nth-child(16){}
.result-table.customer-bidding col:nth-child(17){min-width:80px;}
.result-table.customer-bidding col:nth-child(18){min-width:100px;}
.result-table.customer-bidding tr td:last-child button.c-main{margin-right:5px;}

/* 5-1 */
.result-table.customer-bidding tr.group-header table{border:1px #ccc solid; width:100%;}
.result-table.customer-bidding tr.group-header table tr{background:rgb(235,247,191) !important;}
.result-table.customer-bidding tr.group-header table tr th{padding:5px 5px 5px 15px; text-align:left; border-bottom:1px #ccc solid;}
.result-table.customer-bidding tr.group-header table tr td{padding:5px;}
.result-table.customer-bidding tr.group-header table tr td .message{width:70%; height:28px; border:1px #099 solid; text-align:left; margin:0 0;} 
.group-header-table button.c-main{width:120px !important;}
.group-header-table col:nth-child(1){width:90px;}
.group-header-table col:nth-child(2){width:400px;}
.group-header-table col:nth-child(3){width:200px;}
.group-header-table col:nth-child(4){width:120px;}
.group-header-table col:nth-child(5){}

/* 6-0 */
th.inv-date{width:90px;}
td.acc-type{padding:4px 10px 4px 0;}
td.acc-type span{display:inline-block; border-left:5px solid #000; padding:10px 0 10px 5px; font-weight:600;}
td.acc-type span.lc-settle,
td.acc-type span.lc-open{color:#0CC; border-color:#0cc;}
td.acc-type span.sales-main,
td.acc-type span.sales-sub{color:#000; border-color:#eee;}
td.acc-type span.tranfer{color:#f7a202; border-color:#FC0;}
td.acc-type span.settle{color:#fff; border-color:#9C0;}
td.acc-type span.settle i{padding:5px 18px; background:#9C0;}
td.acc-type span.deposit{color:#069; border-color:#09C;}
td.acc-status{}
td.acc-status span{}
td.acc-status span.waiting{color:#F90;}
td.acc-status span.approved{color:#099;}
td.acc-status span.due{color:#F00;}
td.acc-status span.paid{background:#9C0; padding:2px 20px; color:#fff; display:inline-block;}
td.acc-status span i{display:block; margin-top:2px; font-weight:normal;}
td.acc-pub-invoice{text-align:center;}
td.acc-pub-invoice i{border:1px #ccc solid; width:28px; height:28px; display:inline-block;}
td.acc-pub-invoice a{display:block; width:28px; height:28px; text-indent:-9999px; position:relative; margin:0 auto; background:url(../images/pdf.png) no-repeat center center; background-size:21px 28px;}
td.acc-invoice{text-align:center;}
td.acc-invoice span.inv{padding:0 2px; line-height:16px; height:16px; text-align:center; display:inline-block; min-width:80px; color:#069; font-weight:600; border:0px #09C solid;}
td.acc-invoice a{color:#069; }
td.acc-invoice a:hover{color:#00a7e2; text-decoration: underline;}
td.price.neg{color:#F00;}
td.price.price-io{font-weight:600;}
td.price.price-depo{font-weight:600; color:#069;}
td.price span.price-lcin{font-weight:600; color:#0CC;}
td.price.price-due{font-weight:600; color:#F00;}
th.dept-total{border-left:1px #ddd solid;}
td.dept-total{border-left:1px #099 solid;}
td.price.due-total{color:#F00;}
td.price.lc-total{color:#069;}

/* 7-0 */
.result-table-header.shipping .dl{right:130px;}
.result-table-header.shipping .toggle{width:110px; height:30px; display:block; background:#fff; color:#099; border:1px #099 solid; text-align:center; line-height:28px; position:absolute; right:10px; top:50%; margin-top:-15px;}
.result-table-header.shipping .toggle a{width:110px; height:28px; display:block; line-height:28px; color:#099;}
.result-table-header.shipping .toggle a.collapse{display:none;}
.result-table-header.shipping .toggle a span{font-family:FontAwesome; font-size:18px; display:inline-block; vertical-align:middle;}
.toggle-detail{padding-right:10px;}
.toggle-detail .view,
.toggle-detail .hide{border:1px #099 solid; color:#099; width:27px; height:27px; line-height:27px; text-align:center; display:inline-block; font-family:FontAwesome; font-size:18px;}
.toggle-detail .hide{display:none;}
.result-table.shipping thead th{height:40px; padding:3px 1px;}
.result-table.shipping table,
.result-table.shipping table tbody tr:nth-child(odd){background:none; background-color:transparent;}
.result-table.shipping table tr:hover{background:none; background-color:transparent;}
.result-table.shipping tbody tr:nth-child(4n+1),
.result-table.shipping tbody tr:nth-child(4n+2){background:#fff;}
.result-table.shipping tbody tr:nth-child(4n+3),
.result-table.shipping tbody tr:nth-child(4n+4){background:#f3feff;}
.result-table.shipping tbody tr:nth-last-child(2) td{border-bottom:0 none;}
.result-table.shipping tbody tr:first-child{background:#fff;}
.result-table.shipping td{padding:3px 1px;}
.result-table.shipping td.chassis-num{font-weight:600; color:#069;}
.result-table.shipping td.ship{text-align:center; font-weight:600; color:#00a7e2;}
.result-table.shipping td.spec table{border:1px #099 solid; width:100%;}
.result-table.shipping td.spec table tr td{height:41px;}
.result-table.shipping td.spec table td{padding:5px 3px;}
.result-table.shipping td.spec table td .price{color:#1f4e79;}
.result-table.shipping td.sub{}
.result-table.shipping td.sub div{background:#fff; border:1px #099 solid; padding:5px 5px; display:inline-block; vertical-align:middle; min-height:43px; width:50px;}
.result-table.shipping td.sub div.active{background:#ddffff;}
.result-table.shipping td.sub dl{border:1px #099 solid; padding:7px 3px; margin-left: 5px; display:inline-block;}
.result-table.shipping td.sub dl dt{display:inline-block; vertical-align:middle;}
.result-table.shipping td.sub dl dd{display:inline-block; vertical-align:middle;}
.result-table.shipping td.sub dl dd a,
.result-table.shipping td.sub dl dd i{margin:0 1px; display:block; float:left}
.result-table.shipping td.input textarea{border:1px #099 solid;}
.result-table.shipping td.input textarea{width:20%; min-height:59px;}
.result-table.shipping td.input textarea:first-child{width:16%; border-color:#00a7e2;}
.result-table.shipping td.input textarea.ship{color:#00a7e2; font-weight:600;}
.result-table.shipping tr.details{display:none;}
.result-table.shipping tr td:first-child i{display:inline-block; background:#099; width:25px; height:100%; opacity:0; position:relative;}
.result-table.shipping tbody tr.open:nth-child(odd){border:1px #099 solid; border-width:1px 1px 0 1px;}
.result-table.shipping tbody tr.open:nth-child(even){border:1px #099 solid; border-width:0 1px 1px 1px;}
.result-table.shipping tbody tr.open.head,
.result-table.shipping tbody tr.open.head table tr{border:0 none !important;}
.result-table.shipping tr:nth-child(odd) td:first-child i{top:5px;}
.result-table.shipping tr:nth-child(even) td:first-child i{top:-5px;}
.result-table.shipping tr.open td{border-bottom:0 none;}
.result-table.shipping &gt; tr td:nth-child(1){min-width:10px; padding-left:3px;}
.result-table.shipping &gt; tr td:nth-child(2){min-width:70px; padding-left:3px;}
.result-table.shipping &gt; tr td:nth-child(3){min-width:90px;}
.result-table.shipping &gt; tr td:nth-child(4){min-width:120px;}
.result-table.shipping &gt; tr td:nth-child(5){min-width:80px;}
.result-table.shipping &gt; tr td:nth-child(6){min-width:50px;}
.result-table.shipping &gt; tr td:nth-child(7){min-width:50px;}
.result-table.shipping &gt; tr td:nth-child(8),
.result-table.shipping &gt; tr td:nth-child(9){width:auto;}
.result-table.shipping &gt; tr td:nth-child(10),
.result-table.shipping &gt; tr td:nth-child(11),
.result-table.shipping &gt; tr td:nth-child(12),
.result-table.shipping &gt; tr td:nth-child(13),
.result-table.shipping &gt; tr td:nth-child(14),
.result-table.shipping &gt; tr td:nth-child(15),
.result-table.shipping &gt; tr td:nth-child(16),
.result-table.shipping &gt; tr td:nth-child(17),
.result-table.shipping &gt; tr td:nth-child(18),
.result-table.shipping &gt; tr td:nth-child(19),
.result-table.shipping &gt; tr td:nth-child(20),
.result-table.shipping &gt; tr td:nth-child(21),
.result-table.shipping &gt; tr td:nth-child(22){width:50px;}
.result-table.shipping &gt; tr td:nth-child(23){width:30px; padding-right:5px;}
.result-table.shipping  tr th:nth-child(1){width:30px; padding-left:3px;}
.result-table.shipping  tr th:nth-child(2){width:75px;}
.result-table.shipping  tr th:nth-child(3){min-width:90px;}
.result-table.shipping  tr th:nth-child(4){width:125px;}
.result-table.shipping  tr th:nth-child(5){min-width:75px;}
.result-table.shipping  tr th:nth-child(6){min-width:60px;}
.result-table.shipping  tr th:nth-child(7){min-width:50px;}
.result-table.shipping  tr th:nth-child(8),
.result-table.shipping  tr th:nth-child(9){min-width:80px;}
.result-table.shipping &gt; tr th:nth-child(10),
.result-table.shipping &gt; tr th:nth-child(11),
.result-table.shipping &gt; tr th:nth-child(12),
.result-table.shipping &gt; tr th:nth-child(13),
.result-table.shipping &gt; tr th:nth-child(14),
.result-table.shipping &gt; tr th:nth-child(15),
.result-table.shipping &gt; tr th:nth-child(16),
.result-table.shipping &gt; tr th:nth-child(17),
.result-table.shipping &gt; tr th:nth-child(18),
.result-table.shipping &gt; tr th:nth-child(19),
.result-table.shipping &gt; tr th:nth-child(20),
.result-table.shipping &gt; tr th:nth-child(21),
.result-table.shipping &gt; tr th:nth-child(22){width:50px;}
.result-table.shipping &gt; tr th:nth-child(23){width:30px;}
.result-table.shipping tr td.paid{color:#00a7e2;}
.result-table.shipping tr td.receivable{color:#f00; font-weight:600;}
.result-table.shipping tr td.receivable span{display:inline-block; border:1px transparent solid; padding:0 6px; line-height:27px; width:100%; text-align:right;}
.result-table.shipping tr td.receivable span.selected{border:1px #f00 solid;}
.result-table.shipping tr td span.paid{background:#9C0; border:1px #099 solid; color:#fff; height:27px; line-height:25px; text-align:center; display:inline-block; width:100%;}



/* 7-0-2 */
.result-table.shipping .shipping-group-header{background:#fff; padding:5px; border:0 none !important; height:auto;}
.result-table.shipping .shipping-group-header table{background:#EBFDDC; margin:0 auto;}
.result-table.shipping .shipping-group-header table tbody tr td,
.result-table.shipping .shipping-group-header table tbody tr th{height:auto;}
.shipping-group-header table.group{width:100%;}
.shipping-group-header table.group th,
.shipping-group-header table.group td{padding:2px 5px;}
.shipping-group-header table.group th{text-align:right;}
.shipping-group-header table.group tr td:nth-child(1){width:60px; text-align:center;}
.shipping-group-header table.group tr th:nth-child(2){width:40px;}
.shipping-group-header table.group tr td:nth-child(3){width:60px;}
.shipping-group-header table.group tr td:nth-child(4){width:180px;}
.shipping-group-header table.group tr td:nth-child(5){width:auto;}
.shipping-group-header table.group tr th:nth-child(6){width:50px;}
.shipping-group-header table.group tr td:nth-child(7){width:110px;}
.shipping-group-header table.group tr th:nth-child(8){width:50px;}
.shipping-group-header table.group tr td:nth-child(9){width:110px;}
.shipping-group-header table.group tr th:nth-child(10){width:50px;}
.shipping-group-header table.group tr td:nth-child(11){width:50px;}
.shipping-group-header table.group td span{border:1px #099 solid; color:#000; display:inline-block; padding:3px; width:100%;}
.shipping-group-header table.group td.ship{font-weight:600; color:#099;}
.shipping-group-header table.group tr td:last-child{text-align:center;}

/* 7-0-3 */

.result-table.shipping .shipping-group-header3{background:#fff; padding:5px; border:0 none !important; height:auto;}
.result-table.shipping .shipping-group-header3 table{background:rgb(217, 245, 255); margin:0 auto;}
.result-table.shipping .shipping-group-header3 table tbody tr td,
.result-table.shipping .shipping-group-header3 table tbody tr th{height:auto;}
.shipping-group-header3 table.group3{width:100%;}
.shipping-group-header3 table.group3 th,
.shipping-group-header3 table.group3 td{padding:2px 5px;}
.shipping-group-header3 table.group3 th{text-align:right;}
.shipping-group-header3 table.group3 tr td:nth-child(1){width:60px; text-align:center;}
.shipping-group-header3 table.group3 tr th:nth-child(2){width:40px;}
.shipping-group-header3 table.group3 tr td:nth-child(3){width:60px;}
.shipping-group-header3 table.group3 tr td:nth-child(4){width:180px;}
.shipping-group-header3 table.group3 tr td:nth-child(5){width:auto;}
.shipping-group-header3 table.group3 tr th:nth-child(6){width:50px;}
.shipping-group-header3 table.group3 tr td:nth-child(7){width:110px;}
.shipping-group-header3 table.group3 tr th:nth-child(8){width:50px;}
.shipping-group-header3 table.group3 tr td:nth-child(9){width:110px;}
.shipping-group-header3 table.group3 tr th:nth-child(10){width:50px;}
.shipping-group-header3 table.group3 tr td:nth-child(11){width:50px;}
.shipping-group-header3 table.group3 td span{border:1px #099 solid; color:#000; display:inline-block; padding:3px; width:100%;}
.shipping-group-header3 table.group3 td.ship{font-weight:600; color:#099;}
.shipping-group-header3 table.group3 tr td:last-child{text-align:center;}

/* 7-0-4 */

.result-table.shipping .shipping-group-header4{background:#fff; padding:5px; border:0 none !important; height:auto;}
.result-table.shipping .shipping-group-header4 table{background:rgb(253, 253, 215); margin:0 auto;}
.result-table.shipping .shipping-group-header4 table tbody tr td,
.result-table.shipping .shipping-group-header4 table tbody tr th{height:auto;}
.shipping-group-header4 table.group4{width:100%;}
.shipping-group-header4 table.group4 th,
.shipping-group-header4 table.group4 td{padding:2px 5px;}
.shipping-group-header4 table.group4 th{text-align:right;}
.shipping-group-header4 table.group4 tr td:nth-child(1){width:60px; text-align:center;}
.shipping-group-header4 table.group4 tr th:nth-child(2){width:40px;}
.shipping-group-header4 table.group4 tr td:nth-child(3){width:60px;}
.shipping-group-header4 table.group4 tr td:nth-child(4){width:180px;}
.shipping-group-header4 table.group4 tr td:nth-child(5){width:auto;}
.shipping-group-header4 table.group4 tr th:nth-child(6){width:50px;}
.shipping-group-header4 table.group4 tr td:nth-child(7){width:110px;}
.shipping-group-header4 table.group4 tr th:nth-child(8){width:50px;}
.shipping-group-header4 table.group4 tr td:nth-child(9){width:110px;}
.shipping-group-header4 table.group4 tr th:nth-child(10){width:50px;}
.shipping-group-header4 table.group4 tr td:nth-child(11){width:50px;}
.shipping-group-header4 table.group4 td span{border:1px #099 solid; color:#000; display:inline-block; padding:3px; width:100%;}
.shipping-group-header4 table.group4 td.ship{font-weight:600; color:#099;}
.shipping-group-header4 table.group4 tr td:last-child{text-align:center;}

/* 7-1 */
.item-detail-slider{width:100%;}
.item-detail-slider .bx-wrapper{/*width:calc(100% - 80px); */padding-top:0;}
.item-detail-slider ul.thumbs{width:100%; padding:10px 11px;}
.item-detail-slider ul.thumbs li{width:105px; height:78px; margin-right:6px}
.item-detail-slider ul.thumbs li:last-child{margin-right:0;}
.item-detail-slider ul.thumbs a{display:block; overflow:hidden;}
.item-detail-slider ul.thumbs a img{display:block;}
.item-detail-content{clear:both;}
.item-detail-content:after{content:''; display:block; clear:both;}
.item-detail-content .bx-wrapper{width:700px; margin:0 10px 20px 10px; padding:0; float:left;}
.item-detail-content .translation-box{width:400px; height:600px; margin-top:0; left:auto; float:left; margin-bottom:20px;}
.item-detail-content .translation-box .memo{width:200px; right:5px; top:5px; max-height:none;}
.item-detail-content .translation-box .memo button{margin-right:5px;}
.item-detail-content .input{width:220px; float:right; margin:0; padding-right:10px;}
.item-detail-content .input p.download{margin-bottom:30px; padding-left:55px;}
.item-detail-content .input p.download a{width:100%; height:30px; display:block; background:#f5f5f5; color:#093; border:1px #093 solid; text-align:center; line-height:28px;}
.item-detail-content .input table{width:100%;}
.item-detail-content .input table th{text-align:right; padding:2px;}
.item-detail-content .input table td{padding:2px;}
.item-detail-content .input table td input{width:100%; border:1px #099 solid;} 
.item-detail-content .input table td button{width:100%;}
.item-detail-content .input table th.docs{background:#E7FEFE; text-align:left; padding:5px;}

/* 15-0 */
td.sales-person {border-left:1px #099 solid; padding-left:10px;}
th.sales-person{border-left:1px #ddd solid; padding-left:10px;}
td span.date{color:#099; display:block;}
td span.country{color:#00a7e2; display:block;}

/* 15-1 */
td.compact{width:40px;}

/* 15-2 */
.result-table.acc-income .remove{opacity:1;}
td span.transaction-msg{border:1px #00a7e2 solid; display:inline-block; padding:3px; width:100%; height:27px;}
td.status.pending{color:#F00;}
td.status.need-conf{color:#099;}
td.status.approved{color:#000;}
td.check{width:40px; padding-left:10px; border-left:1px #ccc solid;}
th.check{border-left:1px #ccc solid;}

/* 15-2 sub */
.result-table.customer-search th,
.result-table.customer-search td{padding:10px;}
.result-table.customer-search td a{color:#1f4e79;}

/* 15-3 */
td .appricant{border:1px #00A7E2 solid; display:inline-block; padding:3px;}
td .settled{display:inline-block; background:#9C0; color:#fff; padding:2px 10px;}
td span.approved{color:#099;}

/* 15-2-1 / 15-3-1 */
.new-remittance,
.lc-add{border:1px #099 solid; padding:15px 10px; background:#F9F9F9; z-index:1; position:relative;}
.lc-add div.vehicle-detail li{border: 1px #ccc solid;}
.new-remittance table,
.lc-add table{clear:both; width:100%;}
.new-remittance table th,
.new-remittance table td,
.lc-add table th,
.lc-add table td{padding:3px 5px;}
.new-remittance table th,
.lc-add table th{text-align:right; width:auto;}
.new-remittance table td input,
.new-remittance table td select,
.new-remittance table td textarea,
.lc-add table td input,
.lc-add table td select,
.lc-add table td textarea{width:100%; border:1px #099 solid;}
.new-remittance table td textarea,
.lc-add table td textarea{height:6em;}
.new-remittance p,
.lc-add p{padding-right:5px;}
.new-remittance table th.required,
.lc-add table th.required{color:#c00;}
.lc-container{clear:both; position:relative; padding:10px;}
.lc-container:after{clear:both; content:''; display:block;}
.lc-add{float:left; width:660px;}
.fileBtn{width:80px; height:27px; background:#1f4e79; color:#fff; display:inline-block; position:relative; overflow:hidden; text-align:center; line-height:27px; vertical-align:middle; margin-left:10px;}
.fileBtn input{width:80px; height:27px; position:absolute; left:-100px; top:0; visibility:hidden;}
i.pdf-icon{display:inline-block; width:28px; height:28px; text-indent:-9999px; position:relative; margin:0 auto; vertical-align:middle; background:url(../images/pdf.png) no-repeat center center; background-size:contain;}
.lc-add table col:nth-child(1){width:50px;}
.lc-add table col:nth-child(2){width:120px;}
.lc-add table col:nth-child(3){width:50px;}
.lc-add table col:nth-child(4){width:120px;}
.lc-add table col:nth-child(5){width:50px;}
.lc-add table col:nth-child(6){width:110px;}
.lc-add table col:nth-child(7){width:110px;}
.chosen-container{font-size:11px; width:100% !important;}
body#signup .primary .chosen-container-single .chosen-single{border:1px #099 solid; border-radius:0; box-shadow:none; height:27px; background:none #fff;}
.lc-add table .vehicle-detail{border:1px #099 solid; padding:10px; margin:5px 0;}
.lc-add table .vehicle-detail ul{text-align:center; margin-bottom:10px;}
.lc-add table .vehicle-detail ul li{display:inline-block; margin:2px;}
.lc-add table .vehicle-detail dl{}
.lc-add table .vehicle-detail dl dt{float:left; width:5em; clear:both; margin-bottom:5px;}
.lc-add table .vehicle-detail dl dd{margin-bottom:5px; padding-left:5em;}
.lc-add table input.settle-date{width:100px; margin-right:10px;}
.lc-add table input.settle-date + button{border:1px #099 solid; color:#000; background:#eee;}
.lc-container header{background:#E7FEFE; border-bottom:1px #099 solid; position:absolute; left:0; top:0; width:100%; height:44px; z-index:0; padding-left:690px;}
.lc-container header p{float:left; height:43px; line-height:43px;}
.lc-container header .btns{float:right; padding:10px 10px 0 0;}
.lc-container header .btns button.download{border:1px #099 solid; color:#000; background:#eee;}
.lc-images{width:640px; float:right; margin-top:50px;}
.lc-images li{display:inline-block; margin:0 5px 10px; width:90px; height:72px; text-align:center; border:1px #ccc solid;}
.lc-images li img{display:block; margin:0 auto; max-width:100%; height:auto; max-height:100%; width:auto;}
.lc-doc{width: 640px !important; height: auto; float: right; margin-top:50px;}
.lc-doc .bx-wrapper .bx-viewport, .bx-wrapper {width: 610px !important;}
.lc-doc ul.photo-viewer li{height:510px;}

/* 12-0 */
.backend-customer-menu-type1{height:44px; background:#099; clear:both; position:relative; padding:0 0 0 150px;}
.backend-customer-menu-type1 .clock{position:absolute; width:130px; height:34px; left:5px; top:4px; border:1px #fff solid; color:#fff; text-align:center;}
.backend-customer-menu-type1 .clock dt,
.backend-customer-menu-type1 .clock dd{display:inline; padding:0 2px; float:none; height:32px; line-height:32px;}
.backend-customer-menu-type1 .customer-info,
.backend-customer-menu-type1 .messages{height:44px; float:left; color:#fff;}
.backend-customer-menu-type1 p{float:left; height:34px; border-right:2px #fff solid; line-height:34px; margin-top:5px; padding:0 10px 0 0; color:#fff}
.backend-customer-menu-type1 .customer-info p:before{content:'\f007'; font-family:FontAwesome; display:inline-block; font-size:14px; margin-right:4px;}
.backend-customer-menu-type1 .messages p:before{content:'\f27a'; font-family:FontAwesome; display:inline-block; font-size:14px; margin-right:4px;}
.backend-customer-menu-type1 ul{height:44px; margin:0 100px 0 10px; float:left;}
.backend-customer-menu-type1 ul li{height:44px; float:left; line-height:44px;}
.backend-customer-menu-type1 ul li a{padding:0 40px 0 10px; height:44px; display:block; position:relative; color:#fff; transition:all .2s ease; text-align:center; display:block;}
.backend-customer-menu-type1 ul li a:before,
.backend-customer-menu-type1 ul li a:after{content:''; display:block; width:14px; height:3px; position:absolute; right:14px; top:50%; background:#fff; margin-top:-4px;}
.backend-customer-menu-type1 ul li a:after{margin-top:2px;}
.backend-customer-menu-type1 ul li a:hover{background:#000; opacity:.5;}
.backend-customer-menu-type1 ul li a.active{background:#fff; color:#000;}
.backend-customer-menu-type1 ul li a.active:before,
.backend-customer-menu-type1 ul li a.active:after{background:#099;}
.customer-search-panel{background:#F9F9F9; padding:5px;}
.customer-search-panel table{width:100%;}
.customer-search-panel table th{text-align:center; padding:0 5px 2px 0;}
.customer-search-panel table td{vertical-align:top; padding-right:5px;}
.customer-search-panel table td input,
.customer-search-panel table td select{width:100%; margin:1px 0;}
.customer-search-panel table td button{margin:1px 0;}
.customer-search-panel table td.reg-date{min-width:80px;}
.customer-search-panel table td.name{width:90px;}
.customer-search-panel table td.country{min-width:100px;}
.customer-search-panel table td.membership{min-width:100px;}
.customer-search-panel table td.account{min-width:100px;}
.customer-search-panel table td.customer-type{min-width:100px;}
.customer-search-panel table td.salesman{min-width:100px;}
.customer-search-panel table td.team{min-width:60px;}
.customer-search-panel table td.depo{width:100px;}
.customer-search-panel table td.due{width:100px;}
.customer-search-panel table td.login{width:100px;}
.customer-search-panel table td.online{min-width:60px;}
.customer-search-panel table td.btn{width:80px;}
.result-table.customer-list td i{display:block; color:#7f7f7f;}
.result-table.customer-list td i.yes{color:#00a7e2;}
.result-table.customer-list td i.no{color:#c00;}
.result-table.customer-list td i.open{color:#096;}
.result-table.customer-list td.tot-depo{color:#00a7e2;}
.result-table.customer-list td.tot-due{color:#c00;}
.result-table.customer-list td.online{text-align:center;}
td.online i{width:14px; height:14px; border-radius:7px; display:inline-block; vertical-align:middle; background:#cfe88f; background: radial-gradient(ellipse at center,  #cfe88f 0%,#7cbc0a 100%); margin:0 auto;}
.result-table.customer-list th.online div{position:relative; height:0; width:100%;}
.result-table.customer-list th.online div .oline-num{color:#F90; position:absolute; top:-33px; left:0}
.result-table.customer-list td a{}
.result-table.customer-list td a:hover{color:#00a7e2; text-decoration: underline;}


/* 12-2 */
.result-table.auction-type02 tr th:nth-child(1),
.result-table.auction-type02 tr td:nth-child(1){padding-left:15px;}
.result-table.auction-type02 tr th:last-child,
.result-table.auction-type02 tr td:last-child{padding-right:15px;}
.result-table.auction-type02 td span.final-price{display:block;}
.result-table.auction-type02 td span.result{display:block;}
.result-table.auction-type02 td span.yet{color:#bbb;}
.result-table.auction-type02 td span.sold{color:#000;}
.result-table.auction-type02 td span.not-sold{color:#f00;}
.result-table.auction-type02 col:nth-child(1){width:100px;}
.result-table.auction-type02 col:nth-child(2){width:153px;}
.result-table.auction-type02 col:nth-child(3){width:80px;}
.result-table.auction-type02 col:nth-child(4){width:65px;}
.result-table.auction-type02 col:nth-child(5){width:60px;}
.result-table.auction-type02 col:nth-child(6){width:auto}
.result-table.auction-type02 col:nth-child(7){width:60px;}
.result-table.auction-type02 col:nth-child(8){width:170px;}
.result-table.auction-type02 col:nth-child(9){width:170px;}
.result-table.auction-type02 col:nth-child(10),
.result-table.auction-type02 col:nth-child(11),
.result-table.auction-type02 col:nth-child(12),
.result-table.auction-type02 col:nth-child(13){width:80px;}
.result-table.auction-type02 col:nth-child(14){width:80px;}
.result-table.auction-type02 col:nth-child(15){width:95px;}
.result-table.auction-type02 col:nth-child(16){width:95px;}

/* 12-2-1 */
.result-table.vehicle-detail-regist{}
.result-table.vehicle-detail-regist col:nth-child(1),
.result-table.vehicle-detail-regist col:nth-child(2),
.result-table.vehicle-detail-regist col:nth-child(3),
.result-table.vehicle-detail-regist col:nth-child(4),
.result-table.vehicle-detail-regist col:nth-child(5),
.result-table.vehicle-detail-regist col:nth-child(6),
.result-table.vehicle-detail-regist col:nth-child(7),
.result-table.vehicle-detail-regist col:nth-child(8),
.result-table.vehicle-detail-regist col:nth-child(9),
.result-table.vehicle-detail-regist col:nth-child(10),
.result-table.vehicle-detail-regist col:nth-child(11),
.result-table.vehicle-detail-regist col:nth-child(12),
.result-table.vehicle-detail-regist col:nth-child(13){width:auto;}

.vehicle-detail-container{width:auto; clear:both;}
.vehicle-detail-container:after{content:''; display:block; clear:both;}

.vehicle-detail-container .photoThumb{border:3px #F6F6F6 solid; background:#F9F9F9; padding:2px 10px; float:left; margin-bottom:10px; width:100%; position: relative;}
.vehicle-detail-container .photoThumb:after{content:''; display:block; clear:both;}
.vehicle-detail-container .photoThumb ul.thumbs{margin:0; float:left; width: 710px;}
.vehicle-detail-container .photoThumb .photobtns {padding-left:5px; padding-top:3px;}
.vehicle-detail-container .photoThumb .photobtns button{margin:3px 0;}

.vehicle-detail-container .photo-stage{position: relative; margin-left: 15px;}
.vehicle-detail-container .photo-stage&gt;.bx-wrapper{height:478px;}
.vehicle-detail-container .photo-stage ul.photo-viewer li{list-style:none; border:1px #ccc solid; padding:15px; height:478px;}


.vehicle-detail-container .vehicle-data{border:1px #099 solid; padding:15px; margin-bottom:20px; margin-top:10px; background:#F9F9F9; width:570px; margin-left:725px; min-height: 575px; position: absolute; z-index: 1000;}
.vehicle-detail-container .vehicle-data table{clear:both; width:100%;}
.vehicle-detail-container .vehicle-data table th,
.vehicle-detail-container .vehicle-data table td{padding:2px;}
.vehicle-detail-container .vehicle-data table th{text-align:right;}
.vehicle-detail-container .vehicle-data table td input,
.vehicle-detail-container .vehicle-data table td select{width:100%; border:1px #099 solid;}
.vehicle-detail-container .vehicle-data table td input.with-unit{width:60%;}
.vehicle-detail-container .vehicle-data table td:nth-child(3){padding-right:15px;}
.vehicle-detail-container .vehicle-data table td:nth-child(6){padding-right:0;}
.vehicle-detail-container .vehicle-data table col:nth-child(1){width:10%;}
.vehicle-detail-container .vehicle-data table col:nth-child(2){width:30%;}
.vehicle-detail-container .vehicle-data table col:nth-child(3){width:auto;}
.vehicle-detail-container .vehicle-data table col:nth-child(4){width:10%;}
.vehicle-detail-container .vehicle-data table col:nth-child(5){width:30%;}
.vehicle-detail-container .vehicle-data table col:nth-child(6){width:auto;}
.vehicle-detail-container .vehicle-data table td .time{width:49%;}
.vehicle-detail-container .vehicle-data table td .time:last-child{float:right;}
.vehicle-detail-container .vehicle-data table td .price{width:70%; margin-right:2px;}
.vehicle-detail-container .vehicle-data table td .size{width:25%;}

/*12-2-2*/
.memoBox{position:absolute; width:180px; float:right; top:15px; right:10px;}
.memoBox .memo,
.memoBox .memo.bottom{position:relative; left:auto; top:auto; right:auto; bottom:auto;}
.translation-box .memoBox ul{margin:30px 0 30px 15px;}

/* 12-5-3 */
.settle-invoice{background:#f3feff; padding:5px; clear:both;}
.settle-invoice:after{content:''; clear:both; display:block;}
.settle-invoice .list{width:660px; float:left; padding-right:5px;}
.settle-invoice .edit{width:calc(100% - 670px); float:right; border:1px #099 solid; background:#f9f9f9; position:relative;}
.settle-invoice .list header{padding-bottom:5px;}
.settle-invoice .list header table{width:100%;}
.settle-invoice .list header table th,
.settle-invoice .list header table td{padding:1px;}
.settle-invoice .list table tr td:nth-child(1){width:100px;}
.settle-invoice .list table tr td:nth-child(2){width:100px;}
.settle-invoice .list table tr td:nth-child(3){width:275px;}
.settle-invoice .list table tr td:nth-child(4){width:100px;}
.settle-invoice .list table tr td:nth-child(5){width:80px;}
.settle-invoice .list table tr th:nth-child(1){width:100px;}
.settle-invoice .list table tr th:nth-child(2){width:100px;}
.settle-invoice .list table tr th:nth-child(3){width:275px;}
.settle-invoice .list table tr th:nth-child(4){width:100px;}
.settle-invoice .list table tr th:nth-child(5){width:80px;}
.settle-invoice .list table input,
.settle-invoice .list table select{width:100%;}
.settle-invoice .list table td.settle{text-align:center;}
.settle-invoice .list table.result-table thead{width:100%; display:block;}
.settle-invoice .list table.result-table tbody{height:505px; width:100%; overflow-y:auto; overflow-x:hidden; display:block;}
.settle-invoice .list table.result-table td,
.settle-invoice .list table.result-table th{table-layout:fixed;}
.settle-invoice .list label.chk.Choice.checked:before{background:#fff; color:#099;}
.settle-invoice .list label.chk.Choice:before{border-color:#95c505; content:'\f04b'; font-family:FontAwesome; color:#eee; font-size:20px; text-align:center; cursor:pointer;}
.settle-invoice .edit header{background:#fff; border-bottom:1px #099 solid; padding:15px;}
.settle-invoice .edit header table th,
.settle-invoice .edit header table td{padding:3px;}
.settle-invoice .edit header table th{text-align:right;}
.settle-invoice .edit header table img{vertical-align:middle;}
.settle-invoice .edit .highlight{background:#f3feff;}
.settle-invoice .edit .due{color:#f00; font-weight:600;}
.settle-invoice .edit .depo{font-weight:600;}
.settle-invoice .edit .content{padding:15px; height:565px;}
.settle-invoice .edit .content .remove{width:28px; position:relative; margin:0 1px; text-indent:30px; white-space:nowrap; overflow:hidden; display:inline-block;}
.settle-invoice .edit .content .remove:before{color:#fff; font-size:18px; width:28px; height:28px; line-height:28px; position:absolute; left:0; top:0; text-align:center; text-indent:0; content:'\f00d'; font-family:FontAwesome; display:block;}
.settle-invoice .edit .content table{width:100%;}
.settle-invoice .edit .content table th,
.settle-invoice .edit .content table td{padding:5px 0 5px 5px;}
.settle-invoice .edit .content table th{border-bottom:1px #ccc solid; text-align:center;}
.settle-invoice .edit .content table th input.amount{width:30px;}
.settle-invoice .edit .content table tr td:nth-child(1){width:20px; text-align:center;}
.settle-invoice .edit .content table tr td:nth-child(2){width:60px;}
.settle-invoice .edit .content table tr td:nth-child(3){width:auto;}
.settle-invoice .edit .content table tr td:nth-child(4){width:100px;}
.settle-invoice .edit .content table tr td:nth-child(5){width:100px;}
.settle-invoice .edit .content table tr td:nth-child(6){width:30px;}
.settle-invoice .edit .content table input{border:1px #099 solid; width:100px; font-weight:600;}
.settle-invoice .edit .content table input.neg{color:#f00;}
.settle-invoice .edit .content table input.amount{border-color:#9c0; background:transparent;}
.settle-invoice .edit .content table td.invoice{color:#069;}
.settle-invoice .edit .content footer{border-top:1px #ccc solid; padding-top:10px; clear:both; position:absolute; left:15px; bottom:15px; width:calc(100% - 30px);}
.settle-invoice .edit .content footer:after{content:''; display:block; clear:both;}
.settle-invoice .edit .content footer table{width:auto; float:right;}
.settle-invoice .edit .content footer table th{white-space:nowrap; border:none; text-align:right; width:80px;}




/* 12-6, 12-6-0-1-2-3 */
.result-table.shipping td.sub div{width:;}
.result-table.shipping.customer &gt; tr td:nth-child(1){min-width:10px; padding-left:3px;}
.result-table.shipping.customer tr td:nth-child(2){min-width:60px;}
.result-table.shipping.customer tr td:nth-child(3){min-width:80px;}
.result-table.shipping.customer &gt; tr td:nth-child(4){min-width:90px;}
.result-table.shipping.customer &gt; tr td:nth-child(5){min-width:80px;}
.result-table.shipping.customer &gt; tr td:nth-child(6){min-width:50px;}
.result-table.shipping.customer &gt; tr td:nth-child(7){min-width:50px;}
.result-table.shipping.customer &gt; tr td:nth-child(8),
.result-table.shipping.customer &gt; tr td:nth-child(9){width:auto;}
.result-table.shipping.customer &gt; tr td:nth-child(10),
.result-table.shipping.customer &gt; tr td:nth-child(11),
.result-table.shipping.customer &gt; tr td:nth-child(12),
.result-table.shipping.customer &gt; tr td:nth-child(13),
.result-table.shipping.customer &gt; tr td:nth-child(14),
.result-table.shipping.customer &gt; tr td:nth-child(15),
.result-table.shipping.customer &gt; tr td:nth-child(16),
.result-table.shipping.customer &gt; tr td:nth-child(17),
.result-table.shipping.customer &gt; tr td:nth-child(18),
.result-table.shipping.customer &gt; tr td:nth-child(19),
.result-table.shipping.customer &gt; tr td:nth-child(20),
.result-table.shipping.customer &gt; tr td:nth-child(21),
.result-table.shipping.customer &gt; tr td:nth-child(22),
.result-table.shipping.customer &gt; tr td:nth-child(23),
.result-table.shipping.customer &gt; tr td:nth-child(24){width:50px;}
.result-table.shipping.customer &gt; tr td:nth-child(25){width:30px; padding-right:5px;}
.result-table.shipping.customer &gt; tr th:nth-child(1){min-width:10px; padding-left:3px;}
.result-table.shipping.customer &gt; tr th:nth-child(2){min-width:70px;}
.result-table.shipping.customer &gt; tr th:nth-child(3){min-width:90px;}
.result-table.shipping.customer  tr th:nth-child(4){min-width:105px;}
.result-table.shipping.customer &gt; tr th:nth-child(5){min-width:80px;}
.result-table.shipping.customer &gt; tr th:nth-child(6){min-width:50px;}
.result-table.shipping.customer &gt; tr th:nth-child(7){min-width:50px;}
.result-table.shipping.customer &gt; tr th:nth-child(8),
.result-table.shipping.customer &gt; tr th:nth-child(9){width:auto;}
.result-table.shipping.customer &gt; tr th:nth-child(10),
.result-table.shipping.customer &gt; tr th:nth-child(11),
.result-table.shipping.customer &gt; tr th:nth-child(12),
.result-table.shipping.customer &gt; tr th:nth-child(13),
.result-table.shipping.customer &gt; tr th:nth-child(14),
.result-table.shipping.customer &gt; tr th:nth-child(15),
.result-table.shipping.customer &gt; tr th:nth-child(16),
.result-table.shipping.customer &gt; tr th:nth-child(17),
.result-table.shipping.customer &gt; tr th:nth-child(18),
.result-table.shipping.customer &gt; tr th:nth-child(19),
.result-table.shipping.customer &gt; tr th:nth-child(20),
.result-table.shipping.customer &gt; tr th:nth-child(21),
.result-table.shipping.customer &gt; tr th:nth-child(22),
.result-table.shipping.customer &gt; tr th:nth-child(23),
.result-table.shipping.customer &gt; tr th:nth-child(24){width:50px;}
.result-table.shipping.customer &gt; tr th:nth-child(25){width:30px;}
.result-table.shipping.customer td span.chassis-num{font-weight:600; color:#069;}
.result-table.shipping.customer tr td.price{padding-right:5px !important;}
.result-table.shipping.customer tr td:nth-child(1) .check{position:relative; width:100%; height:100%; padding-right: 5px;}
.result-table.shipping.customer tr td:nth-child(1) label.chk{width:20px; height:20px; position:absolute; min-height:20px; line-height:18px; padding:0 10px 0 5px; left:3px; top:10px;}
.result-table.shipping.customer tr td:nth-child(1) label.chk:before{width:20px; height:20px; margin-top:-10px; line-height:18px; border-color:#ccc; font-size:15px; background:#fff; color:#099;}
.result-table.shipping.customer td.input textarea{}
.result-table.shipping.customer td.input textarea{width:17%; border-bottom-color:#00a7e2;}
.result-table.shipping.customer td.input textarea:first-child{width:14.5%;}
.result-table.shipping.customer td.input .message{width:14.5%; display:inline-block; height:59px; vertical-align:middle;}
.result-table.shipping.customer .shipping-group-header table{background:#EBFDDC; margin:0 auto;}
.result-table.shipping.customer .shipping-group-header table.etd{background:rgb(217, 245, 255); margin:0 auto;}
.result-table.shipping.customer .shipping-group-header table.eta{background:rgb(253, 253, 215); margin:0 auto;}
.result-table.shipping.customer td div.select{cursor:pointer;}
.result-table.shipping.customer td div.select{display:block; height:28px; line-height:28px; padding:0 5px;}
.result-table.shipping.customer td div.select.on{background:#9c0; color:#fff; display:block; border:1px #ccc solid;}
.result-table.shipping.customer td div.select small{font-size:10px; font-weight:normal;}
.result-table.shipping.customer label {cursor:pointer;}
.result-table.shipping.customer label.chk.Choice.checked:before{border-color: #95c505; background:#95c505; color:#fff;}
.result-table.shipping.customer label.chk.Choice:before{border-color:#f6f6f6; content:'\f157'; font-family:FontAwesome; color:#f6f6f6; font-size:14px; font-weight:100; text-align:center; line-height:28px;}




/* 12-7 */
.photo-operation{}
.item-detail-slider.photo-operation{width:100%; clear:both; background:#f6f6f6; padding:10px 0 7px 10px; margin:10px 0;}
.item-detail-slider.photo-operation:after{content:''; display:block; clear:both;}
.item-detail-slider.photo-operation .function{width:90px; float:left; margin-right:5px; padding-right:5px;}
.item-detail-slider.photo-operation .function p{border:1px #eee solid; line-height:27px; text-align:center; font-weight:600; margin-bottom:5px; width:80px;}
.item-detail-slider.photo-operation .function button.edit{background:#9c0; color:#000; margin-bottom:5px;}
.item-detail-slider.photo-operation .function button.upload{height:54px;}
.item-detail-slider.photo-operation .bx-wrapper{padding-top:0;}
.item-detail-slider.photo-operation ul.thumbs{width:1240px; float:left; clear:none; padding:0 0 0 5px;}
.item-detail-slider.photo-operation ul.thumbs li{width:78px; height:60px; margin-right:4px}
.item-detail-slider.photo-operation ul.thumbs li:last-child{margin-right:0;}
.item-detail-slider.photo-operation ul.thumbs a{display:block; overflow:hidden;}
.item-detail-slider.photo-operation ul.thumbs a img{display:block;}
.item-detail-content .translation-box{position:relative;}
.item-detail-content .translation-box .memo.bottom{left:auto; bottom:15px; top:auto; position:absolute;}

/* 13-0 13-1 13-2 13-3 for auction*/
.auc-search{background:#F9F9F9; padding:5px; position:relative;}
.auc-search table{width:100%;}
.auc-search table th,
.auc-search table td{padding:1px 2px 1px; vertical-align:top;}
.auc-search table th{text-align:center; white-space:nowrap;}
.auc-search table td input,
.auc-search table td select,
.auc-search table td button{margin:1px 0;}
.auc-search table td input,
.auc-search table td select{width:100%;}
.auc-search table col:nth-child(1){min-width:50px;}
.auc-search table col:nth-child(2){width:80px;}
.auc-search table col:nth-child(3){width:80px;}
.auc-search table col:nth-child(4){min-width:80px;}
.auc-search table col:nth-child(5){min-width:80px;}
.auc-search table col:nth-child(6){min-width:80px;}
.auc-search table col:nth-child(7){width:110px;}
.auc-search table col:nth-child(8){min-width:110px;}
.auc-search table col:nth-child(9){min-width:150px;}
.auc-search table col:nth-child(10){width:36px;}
.auc-search table col:nth-child(11){min-width:80px;}
.auc-search table col:nth-child(12){width:90px;}
.auc-search table col:nth-child(13){width:90px;}
.auc-search table col:nth-child(14){width:90px;}
.auc-search table col:nth-child(15){min-width:100px;}
.auc-search table col:nth-child(16){width:80px;}
.auc-search table label.chk:before{width:27px; height:27px; border:1px #999 solid; margin-top:-13px; margin-left:3px; background:#fff;}
.auc-search table button.newbid-btn{width:100%; height:27px; background:#fff; color:#00a7e2; border:1px #00a7e2 solid; line-height:21px;}
.auc-search table button.newbid-btn.on{background:#00a7e2; color:#fff;}
.auc-search.won-list table col:nth-child(1){min-width:50px;}
.auc-search.won-list table col:nth-child(2){width:80px;}
.auc-search.won-list table col:nth-child(3){width:80px;}
.auc-search.won-list table col:nth-child(4){min-width:80px;}
.auc-search.won-list table col:nth-child(5){min-width:120px;}
.auc-search.won-list table col:nth-child(6){min-width:80px;}
.auc-search.won-list table col:nth-child(7){width:110px;}
.auc-search.won-list table col:nth-child(8){min-width:110px;}
.auc-search.won-list table col:nth-child(9){min-width:110px;}
.auc-search.won-list table col:nth-child(10){width:90px;}
.auc-search.won-list table col:nth-child(11){width:90px;}
.auc-search.won-list table col:nth-child(12){width:90px;}
.auc-search.won-list table col:nth-child(13){width:90px;}
.auc-search.won-list table col:nth-child(18){width:90px;}
.auc-search.won-list table col:nth-child(15){width:80px;}
.result-table.auction td .newbid,
.result-table.auction td .bidprice{width:100%; height:28px; border:1px #ccc solid; display:block; line-height:26px; text-align:center; background:transparent; cursor:pointer;}


/* 13-0 */
.result-table.auction td{padding:1px 2px;}
.result-table.auction td.img img{width:50px; height:auto;}
.result-table.auction td.model{width:110px; padding:1px 5px;}
.result-table.auction td.price{padding:1px 10px 1px 1px;}
.result-table.auction td.price.final{font-weight:600; color:#069;}
.result-table.auction td.img{padding-top:5px;}
.result-table.auction tr td:last-child{padding:1px 10px 1px 0;}
.result-table.auction tr td:last-child button{min-width:60px; width:100%; max-width:80px;}
.result-table.auction td i.score{color:rgb(0,167,226);}
.result-table.auction td i.score.low{color:#c00;}
.result-table.auction .bid-high{display:block; padding-left:10px;font-weight:600;} 
.result-table.auction .bid-low{color:#9c0; display:block; padding-left:10px;}
.result-table.auction td button.c-main{padding:0 5px;}
.result-table.auction td .newbid{white-space:nowrap;}
.result-table.auction td .newbid i{color:rgb(0,167,226);}
.result-table.auction tr.hilight-row td{background:#E1ECA8;}
.result-table.auction td div.bid-price{cursor:pointer;}
.result-table.auction td div.bid-price{color:#000; display:block; height:28px; line-height:28px; padding:0 5px; font-weight:600; border:1px #ccc solid; font-size:13px;}
.result-table.auction td div.bid-price.on{background:#00a7e2; color:#fff; display:block; border:none;}
.result-table.auction td div.bid-price small{font-size:10px; font-weight:normal;}

/* 13-3 */
.result-table.auction.won-list td{padding:1px 2px;}
.result-table.auction.won-list td.invoice{text-align:right; white-space:nowrap;}
.result-table.auction.won-list .invoice i{display:block; padding-left:5px; color:#00a7e2;}
.result-table.auction.won-list .invoice em{display:block; padding-left:5px; color:#c00;}
.result-table.auction.won-list .transport i{display:block; font-weight:600;}
.result-table.auction.won-list .transport em{color:#00a7e2; display:block; font-weight:600;}
button.date-btn{background:#099; color:#fff; width:40px;}
button.date-btn.active{background:#00a7e2;}
button.date-btn:disabled{background:none; background-color:transparent; border:1px #099 solid; cursor:default;}

/* 16-0 */
.result-table.export thead th{height:40px; padding-left:0; padding-right:0;}.result-table.export td.vin{min-width:100px;}
.result-table.export tbody td{padding-left:2px; padding-right:2px;}
.result-table.export table tbody tr:nth-child(odd){background:none; background-color:transparent;}
.result-table.export table tr:hover{background:none; background-color:transparent;}
.result-table.export tbody tr:nth-child(4n+1),
.result-table.export tbody tr:nth-child(4n+2){background:#fff;}
.result-table.export tbody tr:nth-child(4n+3),
.result-table.export tbody tr:nth-child(4n+4){background:#f3feff;}
.result-table.export tbody tr:nth-last-child(2) td{border-bottom:0 none;}
.result-table.export tbody tr:first-child{background:#fff;}
.result-table.export td.SM{font-weight:600; color:#08C9D3}
.result-table.export td span.chassis-num{font-weight:600; color:#069;}
.result-table.export td.chassis-num{font-weight:600; color:#069;}
.result-table.export td.spec table{border:1px #099 solid; width:100%;}
.result-table.export td.spec table tr td{height:41px;}
.result-table.export td.spec table td{padding:1px 3px;}
.result-table.export td.spec table td .price{color:#1f4e79;}
.result-table.export td.sub{}
.result-table.export td.sub span.message{display:inline-block; vertical-align:middle; min-height:39px; width:50px;}
.result-table.export td.sub div.active{background:#ddffff;}
.result-table.export td.sub dl{border:1px #099 solid; padding:7px 3px; display:inline-block;}
.result-table.export td.sub dl dt{display:inline-block; vertical-align:middle;}
.result-table.export td.sub dl dd{display:inline-block; vertical-align:middle;}
.result-table.export td.sub dl dd a,
.result-table.export td.sub dl dd i{margin:0;}
.result-table.export td.input{width:48%;}
.result-table.export td.input textarea{border:1px #099 solid;}
.result-table.export td.input textarea{width:17%; min-height:59px;}
.result-table.export td.input textarea:first-child{width:16%; color:#00a7e2; border-color:#00a7e2;font-weight:600;}
.result-table.export td.input .message{min-height:59px; width:13%; display:inline-block; vertical-align:middle;}
.result-table.export tr.details{display:none;}
.result-table.export tr td:first-child i{display:inline-block; background:#099; width:25px; height:100%; opacity:0; position:relative;}
.result-table.export tbody tr.open:nth-child(odd){border:1px #099 solid; border-width:1px 1px 0 1px;}
.result-table.export tbody tr.open:nth-child(even){border:1px #099 solid; border-width:0 1px 1px 1px;}
.result-table.export tbody tr.open td tr{border-width:1px !important;}
.result-table.export tbody tr.open td tr{border-width:1px !important;}
.result-table.export tr:nth-child(odd) td:first-child i{top:5px;}
.result-table.export tr:nth-child(even) td:first-child i{top:-5px;}
.result-table.export tr.open td{border-bottom:0 none;}
.result-table.export &gt; tr td:nth-child(1),
.result-table.export &gt; thead tr th:nth-child(1){padding-left:3px; padding-right:3px;}
.result-table.export &gt; tr td:nth-child(2),
.result-table.export &gt; thead tr th:nth-child(2){}
.result-table.export &gt; tr td:nth-child(3),
.result-table.export &gt; thead tr th:nth-child(3){min-width:67px;}
.result-table.export &gt; tr td:nth-child(4),
.result-table.export &gt; thead tr th:nth-child(4){min-width:89px;}
.result-table.export &gt; tr td:nth-child(5),
.result-table.export &gt; thead tr th:nth-child(5){min-width:76px;}
.result-table.export &gt; tr td:nth-child(6),
.result-table.export &gt; thead tr th:nth-child(6){min-width:50px;}
.result-table.export &gt; tr td:nth-child(7),
.result-table.export &gt; tr td:nth-child(7){min-width:50px;}
.result-table.export &gt; tr td:nth-child(8),
.result-table.export &gt; tr td:nth-child(9),
.result-table.export &gt; thead tr th:nth-child(8),
.result-table.export &gt; thead tr th:nth-child(9){width:auto;}
.result-table.export &gt; tr td:nth-child(10),
.result-table.export &gt; tr td:nth-child(11),
.result-table.export &gt; tr td:nth-child(12),
.result-table.export &gt; tr td:nth-child(13),
.result-table.export &gt; tr td:nth-child(14),
.result-table.export &gt; tr td:nth-child(15),
.result-table.export &gt; tr td:nth-child(16),
.result-table.export &gt; tr td:nth-child(17),
.result-table.export &gt; tr td:nth-child(18),
.result-table.export &gt; tr td:nth-child(19),
.result-table.export &gt; tr td:nth-child(20),
.result-table.export &gt; tr td:nth-child(21),
.result-table.export &gt; tr td:nth-child(22),
.result-table.export &gt; tr td:nth-child(23),
.result-table.export &gt; tr td:nth-child(22),
.result-table.export &gt; tr td:nth-child(23),
.result-table.export &gt; tr td:nth-child(24),
.result-table.export &gt; tr td:nth-child(25){}
.result-table.export &gt; thead tr th:nth-child(10),
.result-table.export &gt; thead tr th:nth-child(11),
.result-table.export &gt; thead tr th:nth-child(12),
.result-table.export &gt; thead tr th:nth-child(13),
.result-table.export &gt; thead tr th:nth-child(14),
.result-table.export &gt; thead tr th:nth-child(15),
.result-table.export &gt; thead tr th:nth-child(16),
.result-table.export &gt; thead tr th:nth-child(17),
.result-table.export &gt; thead tr th:nth-child(18),
.result-table.export &gt; thead tr th:nth-child(19),
.result-table.export &gt; thead tr th:nth-child(20),
.result-table.export &gt; thead tr th:nth-child(21),
.result-table.export &gt; thead tr th:nth-child(22),
.result-table.export &gt; thead tr th:nth-child(23),
.result-table.export &gt; thead tr th:nth-child(22),
.result-table.export &gt; thead tr th:nth-child(23),
.result-table.export &gt; thead tr th:nth-child(24),
.result-table.export &gt; thead tr th:nth-child(25){}
.result-table.export &gt; tr td:nth-child(26),
.result-table.export &gt; thead tr th:nth-child(26){width:33px;}
.result-table.export tr td.paid{color:#00a7e2;}
.result-table.export tr td.yard em{color:#00a7e2; font-weight:inherit;}
.result-table.export tr td span.paid{background:#9C0; border:1px #099 solid; color:#fff; height:27px; line-height:25px; text-align:center; display:inline-block; width:100%;}
.result-table.export tr td.receivable{color:#f00; font-weight:600;}
.result-table.export label.chk.Choice.checked:before{border-color: #95c505; background:#95c505; color:#fff;}
.result-table.export label.chk.Choice:before{border-color:#f6f6f6; content:'\f157'; font-family:FontAwesome; color:#f6f6f6; font-size:14px; font-weight:100; text-align:center; line-height:28px;}


/* 16-0-1 */
div.book-ship{position:absolute; left:240px; top:10px;}
div.book-ship a{background:#099; color:#fff; width:90px; height:27px; line-height:27px; display:block;}
.result-table.export tr td:nth-child(1) .check{position:relative; width:100%; height:100%; padding-right:5px}
.result-table.export tr td:nth-child(1) label.chk{width:20px; height:20px; position:absolute; min-height:20px; line-height:20px; padding:0 0 0 5px; left:2px; top:10px;}
.result-table.export tr td:nth-child(1) label.chk:before{width:20px; height:20px; margin-top:-10px; line-height:18px; border-color:#9A9A9A; font-size:15px; background:#fff; color:#099;}

/* 16-0-2 */
.add-booking header{padding:5px;}
.add-booking header table{background:#f6f6f6; width:100%;}
.add-booking header table th,
.add-booking header table td{padding:5px;}
.add-booking header table td.unit{color:#00a7e2; font-weight:600;}
.add-booking header table th{text-align:right;}
.add-booking header table input,
.add-booking header table select{margin:1px 0; border:1px #099 solid; width:100%;}
.add-booking header table td span{border:1px #099 solid; padding:0; width:80px; text-align:center; line-height:25px; display:inline-block; background:#fff;}
.add-booking header table td span.pol{color:#fff; background:#9c0;}
.add-booking header table col:nth-child(1){width:45px;}
.add-booking header table col:nth-child(2){width:120px;}
.add-booking header table col:nth-child(3){width:60px;}
.add-booking header table col:nth-child(4),
.add-booking header table col:nth-child(5),
.add-booking header table col:nth-child(6),
.add-booking header table col:nth-child(7),
.add-booking header table col:nth-child(8){width:86px;}
.add-booking header table col:nth-child(9){}
.add-booking header table col:nth-child(10){}
.add-booking header table col:nth-child(11){}
.add-booking header table col:nth-child(12){}
.add-booking header table col:nth-child(13){width:110px;}
.add-booking header table col:nth-child(14){width:60px;}
.result-table.exp-book{}
.result-table.exp-book col:nth-child(1){width:60px;}
.result-table.exp-book col:nth-child(2){width:60px;}
.result-table.exp-book col:nth-child(3){width:110px;}
.result-table.exp-book col:nth-child(4),
.result-table.exp-book col:nth-child(5),
.result-table.exp-book col:nth-child(6),
.result-table.exp-book col:nth-child(7),
.result-table.exp-book col:nth-child(8),
.result-table.exp-book col:nth-child(9),
.result-table.exp-book col:nth-child(10),
.result-table.exp-book col:nth-child(11),
.result-table.exp-book col:nth-child(12){width:86px;}
.result-table.exp-book col:nth-child(13){}
.result-table.exp-book col:nth-child(14){width:70px;}
.result-table.exp-book col:nth-child(15){width:90px}
.result-table.exp-book tr td:nth-child(1),
.result-table.exp-book tr td:nth-child(2){text-align:center;}
.result-table.exp-book tr td:nth-child(13){padding-right:10px;}
.result-table.exp-book tbody td{padding:2px 5px;}
.result-table.exp-book thead th{text-align:center;}
.result-table.exp-book thead th:first-child,
.result-table.exp-book tbody td:first-child{padding-left:15px;}
.result-table.exp-book thead th:last-child,
.result-table.exp-book tbody td:last-child{padding-right:15px;}
.result-table.exp-book tbody td .load,
.result-table.exp-book tbody td .pol{border:1px #099 solid; min-width:80px; text-align:center; line-height:27px; display:block; margin:0 auto;}
.result-table.exp-book tbody td .load{}
.result-table.exp-book tbody td .pol{background:#86C036; color:#fff;}
.result-table.exp-book tbody td .pol.highlight{background:#00a7e2;}
.result-table.exp-book tbody td .space{color:#00a7e2;}
.result-table.exp-book tbody td .space.highlight{color:#069; font-weight:600;}
.result-table.exp-book tbody td .cod{border-collapse:collapse; clear:both; display:table; width:100%; background:#EBFDDC;}
.result-table.exp-book tbody td .cod:after{content:''; display:block; clear:both;}
.result-table.exp-book tbody td .cod dt{display:table-cell; vertical-align:middle; padding:5px; border:1px #099 solid; border-right:0 none; color:#099;}
.result-table.exp-book tbody td .cod dt i{font-weight:600; color:#000;}
.result-table.exp-book tbody td .cod dd{display:table-cell; vertical-align:middle; padding:5px; border:1px #099 solid; border-left:0 none;}
.result-table.exp-book tbody td .eta-booking{border:2px #06F solid; height:29px; line-height:27px; width:100%; backgrounsd:#fff; display:inline-block; text-align:center; color:#9CF;}
.result-table.exp-book tbody td .eta-booking.booked{background:#09F; color:#fff;}
.result-table.exp-book tbody td .eta-booking.booked:before{content:'\f00c'; font-family:FontAwesome; color:#fff; font-size:11px; text-align:center; padding-right:2px;}
.add-booking .book-notice{width:165px; position:absolute; left:275px; top:10px; color:#f00;}
.add-booking .book-notice dt{font-weight:600; width:50px; float:left; line-height:1.2;}
.add-booking .book-notice dd{border:2px #f00 solid; width:80px; height:29px; line-height:25px; float:left;}

/* 16-0-3, 16-0-4 16-0-5 */
.result-table.export tr td.check{position:relative;}
.result-table.export tr td.check div{position:absolute; width:0px; height:0px; left:0; top:0;}
.result-table.export tr td.check div label.chk.mini{position:absolute; left:10px; top:16px; width:22px !important; height:22px; overflow:hidden; background:#fff; z-index:10;}
.result-table.export tr td.check div label.chk:before{z-index:100000; background:#fff; left:2px;}
.result-table.export tr td.check div label.chk.checked:before{background:#099;}
.result-table.export tr td.check i{position:relative; z-index:0;}
.result-table.export tr.group-header table{border:0; background:#EBFDDC; width:100%;}
.result-table.export tr.group-header table.ETD{border:0; background:#d9f5ff; width:100%;}
.result-table.export tr.group-header table.ETA{border:0; background:#fdfdd7; width:100%;}
.result-table.export tr.group-header table td{padding:2px 2px;}
.result-table.export tr.group-header table td:first-child{padding-left:10px;}
.result-table.export tr.group-header table td:last-child{padding-right:10px;}
.result-table.export tr.group-header table td span{border:1px #9c0 solid; padding:2px 5px; display:inline-block;}
.result-table.export tr.group-header table td span.shipmsg{border:1px #ddd solid; padding:2px 5px; display:inline-block;}
.result-table.export tr.group-header table td span.POD{min-width:86px;}
.result-table.export tr.group-header table td span.total{height:27px; padding:0 10px; line-height:25px; padding:0 5px;}
.result-table.export tr.group-header table th{text-align:right;}
.result-table.export tr.group-header table td.ship{font-weight:600;}
.result-table.export tr.group-header table td.notes{min-width:250px; padding:3px 10px;}
.result-table.export tr.group-header table td.notes .message{width:100%; height:27px;}
.result-table.export tr.group-header.open{border:0 none !important;}
.result-table.export tr.group-header button.download{background:#95c505; color:#fff;border:1px #099 solid; width:90px;}




/* 16-1 */
.vehicle-detail-container.invoice-detail .invoice{border:1px #099 solid; padding:15px; margin-top:10px; background:#F9F9F9; width:570px; margin-left:730px;  position:absolute; z-index:10}
.vehicle-detail-container.invoice-detail .invoice table{clear:both;}
.vehicle-detail-container.invoice-detail .invoice table th,
.vehicle-detail-container.invoice-detail .invoice table td{padding:2px;}
.vehicle-detail-container.invoice-detail .invoice table td a{border:1px #099 solid; width:15px; height:15px; line-height:15px; display:inline-block; text-align:center; font-family:FontAwesome; color:#099; font-size:14px; overflow:hidden; position:relative; top:2px;}
.vehicle-detail-container.invoice-detail .invoice table td a.add{background:#099; color:#fff;}
.vehicle-detail-container.invoice-detail .invoice table td a:hover{opacity:.5;}
.vehicle-detail-container.invoice-detail .invoice table td input,
.vehicle-detail-container.invoice-detail .invoice table td select{width:100%; border:1px #099 solid;}
.vehicle-detail-container.invoice-detail .invoice table td:nth-child(2){padding-right:10px;}
.vehicle-detail-container.invoice-detail .invoice table col:nth-child(1){width:30px;}
.vehicle-detail-container.invoice-detail .invoice table col:nth-child(2){width:300px;}
.vehicle-detail-container.invoice-detail .invoice table col:nth-child(3){width:auto;}
.vehicle-detail-container.invoice-detail .invoice table col:nth-child(4){width:auto;}
.vehicle-detail-container.invoice-detail .invoice table td input:disabled{background:none; background-color:transparent;}
.vehicle-detail-container.invoice-detail .invoice table{width:100%;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head1 th{width:60px; text-align:center;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head1 td img{vertical-align:middle; margin:0 2px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head1 tr td:nth-child(2){width:220px;} 
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head1 input{width:120px;}
.vehicle-detail-container.invoice-detail .invoice .highlight{background:#f3feff;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2{margin:0;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 th,
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 td{padding:7px 2px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 th{width:60px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 i{width:100%; height:28px; line-height:28px; display:inline-block; position:relative; white-space:nowrap;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 i.won{background:rgb(0,176,80); color:#fff; text-align:center; width:80px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 .bid{font-weight:600; color:#00a7e2;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 .final{font-weight:600;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.head2 .over{color:#f00;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 tr td:first-child,
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot2 tr td:first-child{width:25px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 th,
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot2 th{text-align:right;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 input{width:55px; text-align:right;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 i{height:27px; line-height:27px; background:#f3feff; display:inline-block; padding:0 10px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot2 td:nth-child(2){padding-right:2px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot2 textarea{border:1px #099 solid; width:100%; height:56px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot2 select{width:95px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice select:disabled{border:none; background:none transparent;}
.vehicle-detail-container.invoice-detail .invoice .download{width:110px; height:30px; display:inline-block; background:#f6f6f6; border:1px #099 solid; text-align:center; line-height:28px; font-size:11px;  font-family: 'Open Sans', sans-serif;}
.vehicle-detail-container.invoice-detail .invoice table .profit{color:#fff; font-weight:600; background:#00a7e2;}
.vehicle-detail-container.invoice-detail .invoice table .amount{border-color:#9c0; background:transparent;}
.vehicle-detail-container.invoice-detail .invoice table .depo{color:#069;  background:transparent; font-weight:600;}
.vehicle-detail-container.invoice-detail .invoice table .payment{border-color:#9c0; color:#f00;  background:transparent; font-weight:600;}
.vehicle-detail-container.invoice-detail .invoice .bottom{position:absolute; left:auto; bottom:15px; width:538px;}

/* 16-2 */
.sub-win .result-table.export{width:auto;}
.sub-win .result-table.export tbody tr td:nth-child(1),
.sub-win .result-table.export thead tr th:nth-child(1){padding-left:15px;}
.sub-win .result-table.export tbody tr td:last-child,
.sub-win .result-table.export thead tr th:last-child{padding-right:15px;}
.sub-win .result-table.export thead tr th,
.sub-win .result-table.export tbody tr td{min-width:0 !important; width:60px;}
.sub-win .result-table.export tbody tr td:nth-child(1){width:100px;}
.sub-win .result-table.export tbody tr td:nth-child(2){width:110px;}
.sub-win .result-table.export tbody tr td:nth-child(3){width:120px;}
.sub-win .result-table.export tbody tr td:nth-child(5),
.sub-win .result-table.export tbody tr td:nth-child(6){width:90px;}
.sub-win .result-table.export div{border:1px #099 solid; width:auto;}
.sub-table{clear:both; padding:0 0 5px 195px;}
.sub-table:after{clear:both; content:''; display:block;}
.sub-table div{float:left; margin-right:10px; white-space:nowrap;}
.sub-table span{float:left; display:inline-block; padding-left:18px; padding-right:20px; line-height:34px;}
.sub-table div .result-table.export{border:1px #099 solid; width:100%;}
.sub-table div:nth-child(2) {margin-right:10px;}
.sub-table div:nth-child(3) {margin-right:10px;}
.sub-win .sub-table .result-table.export tbody tr td:nth-child(1),
.sub-win .sub-table .result-table.export thead tr th:nth-child(1){padding-left:2px;}
.sub-win .sub-table .result-table.export tbody tr td:last-child,
.sub-win .sub-table .result-table.export thead tr th:last-child{padding-right:2px;}
.sub-win .sub-table .result-table.export tbody tr td{width:58px;}
.sub-win .sub-table .result-table.export tbody tr td.price{width:87px;}
.sub-win .sub-table div:last-child .result-table.export tbody tr td:nth-child(3){width:56px;}
.sub-win .sub-table div:last-child .result-table.export tbody tr td:last-child{padding-right:0; width:56px;}
.sub-table div table td{height:auto;}
.sub-win .sub-table .result-table.export tr td:first-child i{opacity:1; top:auto; background:#fff;}
.vehicle-detail-container.invoice-detail .invoice table label + .profit{width:100px;}
.photoThumb.backend.export .btns{width:80px; float:left;}
.photoThumb.backend.export .btns button.edit{background:#9C0; color:#fff; margin:10px 0 0;}
.photoThumb.backend.export .btns button.upload{background:#099; color:#fff; margin:10px 0 0;}
.photoThumb.backend.export ul{width:620px;}
 button.chk{background:#9C0; color:#fff; width:28px; height:28px; font-family:FontAwesome; font-size:14px; text-align:center; line-height:26px;}

/* 16-3 */
.vehicle-detail-container.invoice-detail .invoice table.transport-selector{width:100%; margin:20px 0;}
.vehicle-detail-container.invoice-detail .invoice table.transport-selector td{padding-right:10px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-selector tr td:first-child{width:160px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-selector tr td:last-child{width:80px; padding-right:0;}
.vehicle-detail-container.invoice-detail .invoice table.transport-selector select:disabled{opacity:.5;} 
.vehicle-detail-container.invoice-detail .invoice div.transport-list{border:1px #099 solid; background:#fff; padding:10px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-list col:nth-child(1){width:20px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-list col:nth-child(2){width:230px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-list col:nth-child(3){width:80px;}
.vehicle-detail-container.invoice-detail .invoice table.transport-list tr td:nth-child(2){padding-right:2px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 tr th:first-child{width: 50px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 tr td:nth-child(2){width: 120px; padding-left:10px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 input{width: 100%; text-align:left;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot1 tr td:nth-child(3){width: 30px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3{width:auto;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3 textarea{width:200px; height:60px; margin-right:80px; margin-top: 3px; border:1px #099 solid;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3 input.number{color:#fff; font-weight:600; background:#00a7e2; width:30px; text-align:center;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3 input.number-region{width:50px; text-align:center;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3 input.number-id{text-align:center; width:100px;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3+p{clear:both;}
.vehicle-detail-container.invoice-detail .invoice table.backend-invoice.foot3 tr td:last-child{height:50px; padding-right:0;}

/* 16-4 */
.vehicle-detail-container.invoice-detail .invoice table.documents{width:100%;}
.vehicle-detail-container.invoice-detail .invoice table.documents td,
.vehicle-detail-container.invoice-detail .invoice table.documents th{padding:1px;}
.vehicle-detail-container.invoice-detail .invoice table.documents td:nth-child(2){padding-right:1px;}
.vehicle-detail-container.invoice-detail .invoice table.documents th{white-space:nowrap; padding-right:5px; text-align:right;}
.vehicle-detail-container.invoice-detail .invoice table.documents td input[type=text]{width:60px; text-align:center;}
.vehicle-detail-container.invoice-detail .invoice table.documents td input[type=text].number-id{width:95px; margin-right:20px;}
.vehicle-detail-container.invoice-detail .invoice table.documents tr td:last-child input[type=text]{width:35px;}
.vehicle-detail-container.invoice-detail .invoice table.documents textarea{width:100%; height:56px;}
.vehicle-detail-container.invoice-detail .invoice table.documents textarea.other{border:1px #099 solid;}
.vehicle-detail-container.invoice-detail .invoice table.documents p{padding-top:10px;}

/* 16-5 */
.vehicle-detail-container.invoice-detail .invoice table.ec{margin-top:10px;}
.vehicle-detail-container.invoice-detail .invoice table.ec th,
.vehicle-detail-container.invoice-detail .invoice table.ec td{padding:1px 1px 2px 1px;}
.vehicle-detail-container.invoice-detail .invoice table.ec td:nth-child(2){padding-right:1px;}
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(1),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(7),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(10){width:60px;}
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(2),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(4),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(6),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(8),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(9),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(11),
.vehicle-detail-container.invoice-detail .invoice table.ec col:nth-child(12){width:55px;}
.vehicle-detail-container.invoice-detail .invoice table.ec th{text-align:right;}
.vehicle-detail-container.invoice-detail .invoice table.ec th em{color:#c00; line-height:1.1;}
.vehicle-detail-container.invoice-detail .invoice table.ec textarea{width:100%; height:64px; border:1px #099 solid;}

.photoThumb ul.thumbs.pdf li a{position:relative;}
.photoThumb ul.thumbs.pdf li a object{z-index:0;}
.photoThumb ul.thumbs.pdf li a:after{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0;}

/* 16-6 */
.vehicle-detail-container.invoice-detail .si-left{width:57%; float:left; margin-top:10px;}
.vehicle-detail-container.invoice-detail .si-right{width:40%; float:right; margin-top:10px; padding-top:30px;}
.vehicle-detail-container.invoice-detail .si-left label,
.vehicle-detail-container.invoice-detail .si-right label{display:block; height:22px; padding:6px; color:#ccc; position:relative; z-index:100;}
.vehicle-detail-container.invoice-detail .si-left textarea,
.vehicle-detail-container.invoice-detail .si-right textarea{background-color:transparent; border:0 none; position:relative; z-index:1; left:auto; background:#fff; top:-22px; width:100%;  min-height:80px; border:1px #099 solid; padding:24px 5px 5px; margin-bottom:-16px;}
.vehicle-detail-container.invoice-detail .si-left textarea.shipper{height:120px;}
.vehicle-detail-container.invoice-detail .si-left textarea.consignee{height:80px;}
.vehicle-detail-container.invoice-detail .si-left textarea.notify{height:80px;}
.vehicle-detail-container.invoice-detail .si-left textarea.description{height:130px;}
.vehicle-detail-container.invoice-detail .si-left textarea.shipper{padding-top:19px; background-attachment:local;
background-image:linear-gradient(to right, white 5px, transparent 5px),
linear-gradient(to left, white 5px, transparent 5px),
repeating-linear-gradient(white, white 18px, #ccc 18px, #ccc 19px, white 19px);
line-height:19px;}
.vehicle-detail-container.invoice-detail .si-right textarea.attachment{height:130px;}
.vehicle-detail-container.invoice-detail .si-right table td{padding:2px !important}
.vehicle-detail-container.invoice-detail .si-right td div.shipping{position:relative; height:27px;}
.vehicle-detail-container.invoice-detail .si-right td div.shipping input{position:absolute; left:0; top:0; width:100%;}
.vehicle-detail-container.invoice-detail .si-right td input.short{width:62px; text-align:center;}
.vehicle-detail-container.invoice-detail .si-right td div.shipping button{width:60px; position:absolute; right:2px; top:2px; height:23px; line-height:21px;}
.vehicle-detail-container.invoice-detail .si-right th{width:50px; text-align:right;}
.vehicle-detail-container.invoice-detail .si-right tr td:nth-child(2){padding-right:1px;}
.vehicle-detail-container.invoice-detail .si-right td.empty{height:13px;}
.vehicle-detail-container.invoice-detail .si-left p.rt,
.vehicle-detail-container.invoice-detail .si-right p.rt{padding-top:5px;}

/* 16-7 / 16-8 */
.vehicle-detail-container.invoice-detail .invoice table.sent-rec{margin-top:15px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec th{text-align:right; width:100px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec th.track{text-align:left; width:100px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec td:nth-child(2){width:100px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec td:nth-child(3){width:60px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec td:nth-child(4){width:150px;}
.vehicle-detail-container.invoice-detail .invoice table.sent-rec td.docsent {background:#e7fefe; height:25px; }
.vehicle-detail-container.invoice-detail .invoice table.sent-rec td button {width: 100%;}
.vehicle-detail-container.invoice-detail .invoice .sent-rec textarea{width:180px; height:50px;}
.vehicle-detail-container.invoice-detail .invoice .sent-rec p{float:right; padding-top:23px;}

/* 18-0 */
.result-table.exp-book.admin col:nth-child(1){width:60px;}
.result-table.exp-book.admin col:nth-child(2){width:60px;}
.result-table.exp-book.admin col:nth-child(3){min-width:110px;}
.result-table.exp-book.admin col:nth-child(4),
.result-table.exp-book.admin col:nth-child(5),
.result-table.exp-book.admin col:nth-child(6),
.result-table.exp-book.admin col:nth-child(7),
.result-table.exp-book.admin col:nth-child(8),
.result-table.exp-book.admin col:nth-child(9),
.result-table.exp-book.admin col:nth-child(10),
.result-table.exp-book.admin col:nth-child(11),
.result-table.exp-book.admin col:nth-child(12),
.result-table.exp-book.admin col:nth-child(13),
.result-table.exp-book.admin col:nth-child(14),
.result-table.exp-book.admin col:nth-child(15){width:auto;}
.result-table.exp-book.admin col:nth-child(16){min-width:150px;}
.result-table.exp-book.admin col:nth-child(17){width:90px}
.result-table.exp-book.admin tbody input{width:100%; border:1px #099 solid; background:#FFC; min-width:140px;}
.result-table.exp-book.admin .discharge{padding-right:0; white-space:nowrap;}
.result-table.exp-book.admin .discharge span{border:1px #099 solid; border-right:0; padding:2px 5px; display:block; height:37px; color:#099;}
.result-table.exp-book.admin .discharge span i{font-weight:600; color:#000;}
.result-table.exp-book.admin .eta{padding-left:0;}
.result-table.exp-book.admin .eta span{border:1px #099 solid; border-left:0; padding:2px 5px; display:block; height:37px; line-height:32px; white-space:nowrap;}
.result-table.exp-book.admin .discharge span.booking,
.result-table.exp-book.admin .eta span.booking{background:#EBFDDC;}
.result-table.exp-book.admin .discharge span.shipout,
.result-table.exp-book.admin .eta span.shipout{background:#D9F5FF;}
.result-table.exp-book.admin .discharge span.eta,
.result-table.exp-book.admin .eta span.eta{background:#fdfdd7;}
.result-table.exp-book.admin .discharge span.close,
.result-table.exp-book.admin .eta span.close{background:#fff;}
.result-table.exp-book.admin span.status{font-weight:600; white-space:nowrap;}
.result-table.exp-book.admin span.status.booking{color:#9C0;}
.result-table.exp-book.admin span.status.close{color:#000;}
.result-table.exp-book.admin span.status.shipout{color:#09F;}
.result-table.exp-book.admin span.status.eta{color: #f7a202;
;}
.result-table.exp-book.admin td.function{white-space:nowrap;}

/* 18-1 */
.add-new-shipping{padding:15px 10px; background:#F9F9F9; z-index:1; position:relative; overflow:hidden;}
.add-new-shipping header{margin:-15px -10px 15px; background:#fff; border-bottom:1px #099 solid; padding:15px; height:57px;}
.add-new-shipping header .ship-id{border:1px #099 solid; padding:0 10px; height:27px; line-height:25px; float:left;}
.add-new-shipping header .ship-id dt{float:left;}
.add-new-shipping header .ship-id dd{float:left; font-weight:600; color:#00a7e2; padding-left:5px;}
.add-new-shipping header .status{height:27px; line-height:25px; float:right;}
.add-new-shipping header .status dt{float:left; margin-right:5px;}
.add-new-shipping header .status dd{float:left; width:100px; text-align:center; color:#000; font-weight: 600;}
.add-new-shipping header .status dd.booking{background:#EEF7D2;}
.add-new-shipping header .status dd.close{background:#fff;}
.add-new-shipping header .status dd.shipout{background:#d9f5ff;}
.add-new-shipping header .status dd.eta{background:#FFC;}
.add-new-shipping table{width:100%; margin-bottom:15px;}
.add-new-shipping table td a{border:1px #099 solid; width:15px; height:15px; line-height:15px; display:inline-block; text-align:center; font-family:FontAwesome; color:#099; font-size:14px; overflow:hidden; position:relative; top:2px;}
.add-new-shipping table td a.add{background:#099; color:#fff;}
.add-new-shipping table th,
.add-new-shipping table td{padding:2px;}
.add-new-shipping th{text-align:right;}
.add-new-shipping table td input,
.add-new-shipping .chosen-container{font-size:11px; width:100% !important;}
.add-new-shipping .chosen-container-single .chosen-single{border:1px #099 solid; border-radius:0; box-shadow:none; height:27px; width:auto; background:none #fff; font-family:sans-serif; text-align:left; font-size:11px;}
.add-new-shipping table td select,
.add-new-shipping table td textarea{border:1px #099 solid; width:100%;}
.add-new-shipping table td input:disabled,
.add-new-shipping table td select:disabled,
.add-new-shipping table td textarea:disabled{background:none transparent; border-color:#9CC;}
.add-new-shipping table td input{border-color:  #099;}
.add-new-shipping table tr td:nth-child(1){width:15px;}
.add-new-shipping table tr th:nth-child(2){width:70px;}
.add-new-shipping table tr td:nth-child(3){}
.add-new-shipping table tr td:nth-child(4){width:60px;}
.add-new-shipping table tr td:nth-child(5){width:80px;}
.add-new-shipping table tr td:nth-child(6){width:50px;}
.add-new-shipping table tr td:nth-child(7){width:40px;}
.add-new-shipping table tr td:nth-child(8){width:30px;}
.add-new-shipping .chk.lock.checked:before{background:#069; color:#fff;}
.add-new-shipping .chk.lock:before{border-color:#069; content:'\f04c'; font-family:FontAwesome; color:#eee; font-size:13px; text-align:center;line-height:28px;}
.add-new-shipping button.lock{width:27px; height:27px; background:#369; position:relative; text-indent:50px;}
.add-new-shipping button.lock:before,
.add-new-shipping button.lock:after{content:''; background:#fff; width:3px; height:15px; position:absolute; top:6px;}
.add-new-shipping button.lock:before{left:9px;}
.add-new-shipping button.lock:after{right:9px;}
.add-new-shipping button.lock:disabled{background:none transparent; border:1px #9CC solid;}
.add-new-shipping button.lock:disabled:before,
.add-new-shipping button.lock:disabled:after{display:none;}


/* modal windows */



.modal-12-5-3 {width: 1300px !important; height: auto; overflow-x: hidden;}
.modal-12-5-3-Inv {width: 1300px !important; height: auto; overflow-x: hidden;}
.modal-12-5-3-Ship {width: 1300px !important; height: auto; overflow-x: hidden;}

.modal-16-0-2 {width: 1150px !important; height: auto; overflow-x: hidden;}
.modal-unbook {width: 400px !important; height: auto; overflow-x: hidden;}
.modal-unbook td span.chassis-num{font-weight:600; color:#069;}

.modal-12-2-1 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-12-2-1 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-12-5-2 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-12-5-2 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-15-2-1-Income div.new-remittance {border: 0;}
.modal-15-2-1 div.new-remittance {border: 0;}

.modal-15-2-sub {width: 300px !important; height: auto; overflow: initial !important;}
.modal-15-2-sub section{background:#f9f9f9; border:1px #099 solid; padding:10px;}
.modal-15-2-sub table th{padding:8px 10px; width:70px;}
.modal-15-2-sub table td{padding:8px 10px; background:transparent !important;}
.modal-15-2-sub table td .chosen-single {border: 1px #099 solid;}
.modal-15-2-sub table td div.chosen-drop {border: 1px #099 solid;}


.modal-15-3-1-Add {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-15-3-1-Add div.lc-add{border: 1px #099 solid;}
.modal-15-3-1-Add div.lc-add .chosen-single {border: 1px #099 solid;}
.modal-15-3-1-Add div.lc-doc{width: 630px !important; height: auto; float: right; margin-top:50px;}
.modal-15-3-1-Add .bx-wrapper .bx-viewport, .bx-wrapper {width: 610px !important;}
.modal-15-3-1-Add ul.photo-viewer li{height:530px;}
.modal-15-3-1-Add div.vehicle-detail li{border: 1px #ccc solid;}


.modal-15-3-1 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-15-3-1 div.lc-add{border: 1px #099 solid;}
.modal-15-3-1 div.lc-add .chosen-single {border: 1px #099 solid;}
.modal-15-3-1 div.lc-doc{width: 630px !important; height: auto; float: right; margin-top:50px;}
.modal-15-3-1 .bx-wrapper .bx-viewport, .bx-wrapper {width: 610px !important;}
.modal-15-3-1 ul.photo-viewer li{height:530px;}
.modal-15-3-1 div.vehicle-detail li{border: 1px #ccc solid;}


.modal-16-1 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-1 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-2 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-2 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-3 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-3 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-4 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-4 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-5 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-5 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-6 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-6 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: auto;}

.modal-16-7 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-7 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important;height: auto;}

.modal-16-8 {width: 1330px !important; height: auto; overflow-x: hidden;}
.modal-16-8 .bx-wrapper .bx-viewport, .bx-wrapper {width: 695px !important; height: 500px !important;}



.modal-stage table{width:100%;}
.modal-multibidder{width:400px; height:auto;}
.modal-multibidder .table th,
.modal-multibidder .table td{padding:10px;}
.modal-multibidder .table tr:nth-child(odd) td{background:rgb(251,252,254) !important;}
.modal-result{width:680px; height:auto;}
.modal-result section{clear:both;}
.modal-result section:after{content:''; clear:both; display:block;}
.modal-result section .col-lt{float:left; width:50%;}
.modal-result section .col-rt{float:right; width:50%;}
.modal-result section .col-lt table th,
.modal-result section .col-lt table td{padding:8px 10px;}
.modal-result section .col-lt table col:nth-child(1){width:20%;}
.modal-result section .col-lt table col:nth-child(2){width:35%;}
.modal-result section .col-lt table col:nth-child(3){width:35%;}
.modal-result section .col-lt table col:nth-child(4){width:10%;}
.modal-result section .col-lt table textarea{width:100%; height:40px; border:1px #099 solid;}
.modal-result section .col-lt table select{width:100%; height:30px; font-weight:normal; color:#000;}
.modal-result section .col-lt table th,
.modal-result section .col-lt table td{border:0 none !important;}
.modal-result section .col-lt table td.img{text-align:left;}
.modal-result section .col-rt{padding:5px;}
.modal-result section .col-rt table{background:#f9f9f9; border:1px #099 solid; margin-bottom:0;}
.modal-result section .col-rt table.result-bidding{margin-bottom:10px;}
.modal-result section .col-rt table.result-bidding:last-child{margin-bottom:0;}
.modal-result section .col-rt table.result-bidding col:nth-child(1){width:20%;}
.modal-result section .col-rt table.result-bidding col:nth-child(2){width:45%;}
.modal-result section .col-rt table.result-bidding col:nth-child(3){width:35%;}
.modal-result section .col-rt table.result-bidding col:nth-child(1){width:30%;}
.modal-result section .col-rt table.result-bidding col:nth-child(2){width:40%;}
.modal-result section .col-rt table.result-bidding col:nth-child(3){width:30%;}
.modal-result section .col-rt table th,
.modal-result section .col-rt table td{background:#f9f9f9 !important; padding:2px; line-height:1.5;}
.modal-result section .col-rt table td .digit{position:relative; top:2px;}
.modal-result section .col-rt table th{white-space:nowrap; padding-left:10px; text-align:right;}
.modal-result section .col-rt table tr td:last-child{padding-right:10px;}
.modal-result section .col-rt table tr td input{text-align:right; height:25px; margin:10px 0;}
.modal-result section .col-rt table tr:first-child th,
.modal-result section .col-rt table tr:first-child td{padding-top:10px;}
.modal-result section .col-rt table tr:last-child th,
.modal-result section .col-rt table tr:last-child td{padding-bottom:10px;}
.modal-result section .col-rt table tr td:nth-child(2) input{width:80px;}
.modal-result section .col-rt table tr td:nth-child(3) input{width:40px;}
.modal-result section .col-rt table select{width:100%;}
.modal-result section .col-rt .timeleft{font-weight:600; line-height:1.2;}
.modal-result section .col-rt .timeleft i{color:#099; font-weight:600;}
.modal-result section .col-rt table .sold,
.modal-result section .col-rt table span.sold{color:#999;}
.modal-result section .col-rt table .unsold,
.modal-result section .col-rt table span.unsold{color:#c00;}
.modal-result section .col-rt table .nego,
.modal-result section .col-rt table span.nego{color:#06f;}
.modal-result section .col-rt table .won,
.modal-result section .col-rt table span.won{color:#099;}
.modal-result section .col-rt table .btns{padding-top:10px;}
.modal-result .col-lt .lot{color:#00a7e2; font-weight:700;}
.modal-result .col-lt .auc{font-weight:600;}
.modal-result.modal-upbid{width:600px;}
.modal-result.modal-upbid section .col-rt table .group td{font-weight:normal;}

.modal-result select.result {name=result size=1 style="background: #009966; color: #FFF;" onChange="this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor";}
.modal-result select.result option[value="0"]{style="background: #009966; color: #FFF;" selected}
.modal-result select.result option[value="1"]{style="background: #FF0000; color: #FFF;"}

.modal-newgroup,
.modal-movegroup{width:300px;}
.modal-newgroup section,
.modal-movegroup section{background:#f9f9f9; border:1px #099 solid; padding:10px;}
.modal-newgroup table th,
.modal-movegroup table th{padding:8px 10px; width:70px;}
.modal-newgroup table td,
.modal-movegroup table td{padding:8px 10px; background:transparent !important;}

.modal-removebid{width:300px;}
.modal-removebid table{border:1px #099 solid;}
.modal-removebid table td{padding:10px 10px;}
.modal-removebid footer{padding:10px; background:#f9f9f9; border:1px #099 solid; border-top:0;}
.modal-removebid footer .btns{text-align:right; padding-top:10px;}
.modal-removebid .lot{font-weight:600; color:rgb(0,167,226);}
.modal-removebid .auchouse{font-weight:600;}

.modal-unsettle {width:300px;}
.modal-unsettle table{border:1px #099 solid;}
.modal-unsettle table td{padding:10px 10px;}
.modal-unsettle footer{padding:10px; background:#f9f9f9; border:1px #099 solid; border-top:0;}
.modal-unsettle footer .btns{text-align:right; padding-top:10px;}
.modal-unsettle td span.chassis{font-weight:600; color:#069;}

.modal-invoice section{padding:10px;}
.modal-invoice table.invoice-head{margin-bottom:10px;}
.modal-invoice table.invoice-head th{padding:3px; text-align:right;}
.modal-invoice table.invoice-head td{padding:3px 15px 3px 0;}
.modal-invoice table.invoice-head td.number span,
.modal-invoice table.invoice-head td.pub-date span{border:1px #099 solid; display:block; height:27px; line-height:25px; padding:0 6px;}
.modal-invoice table.invoice-head td.pub-date span{background:#E7FEFE;}
.modal-invoice table.invoice-head td.photo{border:1px #099 solid; border-right:0; padding:3px 10px;}
.modal-invoice table.invoice-head td.photo img{border:1px #ccc solid; display:block;}
.modal-invoice table.invoice-head td.vehicle{border:1px #099 solid; border-left:0; padding:3px 10px 3px 0; line-height:1.1;}
.modal-invoice table.invoice-head td.vehicle img{border:1px #ccc solid;}
.modal-invoice table.invoice-head td.vehicle span.chasis{color:#1f4e79; font-weight:600;}
.modal-invoice table.invoice-head td .stat{font-weight:600;}
.modal-invoice table.invoice-head td .stat.due{color:#F60;}
.modal-invoice div.invoice{border:1px #099 solid; padding:10px; margin-bottom:10px;}
.modal-invoice div.invoice table{width:100%;}
.modal-invoice div.invoice thead{background:#E7FEFE;}
.modal-invoice div.invoice tbody tr{border-bottom:1px #ccc solid;}
.modal-invoice div.invoice tbody tr:last-child{border-bottom:1px #099 solid;}
.modal-invoice div.invoice th,
.modal-invoice div.invoice td{padding:5px 15px;}
.modal-invoice div.invoice tr td:last-child{text-align:right; font-weight:600;}
.modal-invoice div.invoice tr th span{background:#E7FEFE; padding:2px 5px; margin-top:5px; display:inline-block;}
.modal-invoice div.invoice tfoot th{text-align:right;}
.modal-invoice div.invoice tfoot tr:last-child td{color:#f00;}

.modal-shippng-instruction {width: 550px !important; min-height: 540px; overflow-x: hidden;}
.modal-shippng-instruction section{padding:10px;}
.modal-shippng-instruction table.inst-head{margin-bottom:10px;}
.modal-shippng-instruction table.inst-head th{padding:3px; text-align:right;}
.modal-shippng-instruction table.inst-head td{padding:3px 15px 3px 0;}
.modal-shippng-instruction table.inst-head .pub-date span{border:1px #099 solid; display:block; height:27px; line-height:25px; padding:0 6px; background:#E7FEFE;}
.modal-shippng-instruction table.inst-head td.photo{border:1px #099 solid; border-right:0; padding:3px 10px;}
.modal-shippng-instruction table.inst-head td.photo img{border:1px #ccc solid; display:block;}
.modal-shippng-instruction table.inst-head td.vehicle{border:1px #099 solid; border-left:0; padding:3px 10px 3px 0; line-height:1.1;}
.modal-shippng-instruction table.inst-head td.vehicle img{border:1px #ccc solid;}
.modal-shippng-instruction table.inst-head td.vehicle span.chasis{color:#1f4e79; font-weight:600;}
.modal-shippng-instruction .shipping-detail{margin-bottom:10px;}
.modal-shippng-instruction .shipping-detail .display{width:60%; float:left;}
.modal-shippng-instruction .shipping-detail .display label{display:block; height:22px; padding:6px; color:#ccc;}
.modal-shippng-instruction .shipping-detail .display textarea{background-color:transparent; border:0 none; position:relative; left:auto; top:-22px; width:100%;  min-height:80px; border:1px #099 solid; padding:24px 5px 5px; margin-bottom:-16px;}
.modal-shippng-instruction .shipping-detail .display textarea.shipper {height:100px;}
.modal-shippng-instruction .shipping-detail .display textarea.desc {height:130px;}
.modal-shippng-instruction .shipping-detail .display dl dd{height:60px; overflow:auto;}
.modal-shippng-instruction .shipping-detail .input{width:38%; float:right;}
.modal-shippng-instruction .shipping-detail .input input{width:100%; border:1px #099 solid;}
.modal-shippng-instruction .shipping-detail .input th{padding:2px; text-align:right;}
.modal-shippng-instruction .shipping-detail .input td{padding:2px;}


.modal-export-cert {width: 910px !important; height: auto; overflow-x: hidden;}
.modal-export-cert .bx-wrapper .bx-viewport, .bx-wrapper {width: 700px !important; height: auto;}
.modal-export-cert ul.photo-viewer li{height:510px;}
.modal-export-cert section{padding: 10px 0;}
.modal-export-cert .ec-detail {border:1px #099 solid; padding:15px; background:#F9F9F9; width:150px; height:auto; margin-left:10px; float:left; position:relative; z-index:10}
.modal-export-cert table.cert-head td {padding:3px 0;}
.modal-export-cert table.cert-head .pub-date span{border:1px #099 solid; display:block; height:27px; line-height:25px; padding:0 6px; background:#E7FEFE;}
.modal-export-cert table.cert-head td.photo img{border:1px #ccc solid; display:block;}
.modal-export-cert table.cert-head td.photo{border:1px #099 solid; border-bottom:0; padding:5px 10px;}
.modal-export-cert table.cert-head td.vehicle{border:1px #099 solid; border-top:0; padding:5px 10px; line-height:1.1;}
.modal-export-cert table.cert-head td.vehicle img{border:1px #ccc solid;}
.modal-export-cert table.cert-head td.vehicle span.chasis{color:#1f4e79; font-weight:600;}
.modal-export-cert .photoThumb{border-top:0; padding:5px;}


.modal-bl {width: 910px !important; height: auto; overflow-x: hidden;}
.modal-bl .bx-wrapper .bx-viewport, .bx-wrapper {width: 700px !important; height: auto;}
.modal-bl ul.photo-viewer li{height:533px;}
.modal-bl section{padding:10px;}
.modal-bl .bl-detail {border:1px #099 solid; padding:15px; background:#F9F9F9; width:150px; height:auto; margin-left:10px; margin-bottom: 10px; float:left; position:relative; z-index:10}
.modal-bl table.cert-head td{padding:3px 0;}
.modal-bl table.cert-head .pub-date span{border:1px #099 solid; display:block; height:27px; line-height:25px; padding:0 6px; background:#E7FEFE;}
.modal-bl table.cert-head td.photo {border:1px #099 solid; border-bottom:0; padding:5px 10px;}
.modal-bl table.cert-head td.photo img{border:1px #ccc solid; display:block;}
.modal-bl table.cert-head td.vehicle {border:1px #099 solid; border-top:0; padding:5px 10px; line-height:1.1;}
.modal-bl table.cert-head td.vehicle img{border:1px #ccc solid;}
.modal-bl table.cert-head td.vehicle span.chasis{color:#1f4e79; font-weight:600;}
.modal-bl table.cert-head .cert-select a{display:inline-block; width:48%; text-align:center;}
.modal-bl table.cert-head .cert-select a.active img{border:1px #099 solid;}
.modal-bl .photoThumb{border-top:0; padding:5px;}
.modal-bl .input{width:117px; float:left;}
.modal-bl .input input{width:100%; border:1px #099 solid; margin:2px 0;}
.modal-bl .input button{width:100%; margin:2px 0;}


.modal-bid .col-lt .lot{color:#00a7e2; font-weight:700;}
.modal-bid .col-lt .auc{font-weight:600;}


.modal-deposit-transfer{}
.modal-deposit-transfer .top{border:1px #099 solid; padding:15px;}
.modal-deposit-transfer .bottom{border:1px #099 solid; background:#f9f9f9; border-width:0 1px; padding:15px;}
.modal-deposit-transfer input[type=text],
.modal-deposit-transfer select{margin:0 1px; border:1px #099 solid; width:100%;}
.modal-deposit-transfer input[type=text]:disabled{background:transparent; color:#069; border:1px #DDF3FB solid;}
.modal-deposit-transfer input[type=text].highlight{background:#f3feff;}
.modal-deposit-transfer img{vertical-align:middle;}
.modal-deposit-transfer th,
.modal-deposit-transfer td{padding:3px;}
.modal-deposit-transfer th{text-align:right;}
.modal-deposit-transfer .top tr th:nth-child(1),
.modal-deposit-transfer .bottom tr th:nth-child(1){width:50px;}
.modal-deposit-transfer .top tr td:nth-child(2),
.modal-deposit-transfer .bottom tr td:nth-child(2){width:120px;}
.modal-deposit-transfer .top tr td:nth-child(3),
.modal-deposit-transfer .bottom tr td:nth-child(3){width:70px;}
.modal-deposit-transfer .top tr th:nth-child(4),
.modal-deposit-transfer .bottom tr td:nth-child(4){width:50px;}
.modal-deposit-transfer .top tr td:nth-child(5),
.modal-deposit-transfer .bottom tr td:nth-child(5){width:120px;}
.modal-deposit-transfer footer{padding:0 15px 15px; background:#f9f9f9; border:1px #099 solid; border-top:0;}

.modal-msg-customer,
.modal-msg-office{width:340px; height:auto; margin:-30px 0 0 -150px;}
.modal-msg-customer section,
.modal-msg-office section{background:#f9f9f9; padding:5px; position:relative;}
.modal-msg-customer section input,
.modal-msg-customer section textarea,
.modal-msg-office section input,
.modal-msg-office section textarea{width:240px; height:60px; padding:5px; background:#FFC; border:1px #099 solid;}
.modal-msg-customer section button,
.modal-msg-office section button{position:absolute; right:5px; bottom:5px;}


/* chosen override */ 
.modal-result section .col-rt .chosen-container-single .chosen-single{border:1px #aaa solid; padding:4px 10px; height:26px;}
.modal-result section .col-rt .chosen-container-active.chosen-with-drop .chosen-single{border:1px #aaa solid;}
.modal-result section .col-rt .chosen-container-active.chosen-with-drop .chosen-single div,
.modal-result section .col-rt .chosen-container-single .chosen-single div{top:-4px;}
.chosen-container{width:100% !important; font-size:11px;}
.chosen-container-multi .chosen-choices li.search-field input.default{font-size:11px; color:#ccc;}
.chosen-container .chosen-choices,
.chosen-container.chosen-container-single.chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single{margin:1px 0; border:1px #aaa solid; min-height:27px; padding:0 5px; box-sizing:border-box; background:none #fff !important; box-shadow:none; border-radius:0;}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active,
.chosen-container.chosen-container-single.chosen-container-active{box-shadow:none; background:none #fff !important;}

.chosen-container-active.chosen-choices{box-shadow:none; background:none #fff !important;}

.chosen-container-multi .chosen-choices{background:none; background:#fff;}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:20px;}








</pre></body></html>