@charset "utf-8";

input::placeholder { color:#999; }

.right { float:right; }
.left { float:left; }
.clear { clear:both; }
.clear:after { content:""; display:block; clear:both; }

.txt_color01 { color:#4949d6; } /* blue */
.txt_color02 { color:#f7511a; } /* orange */
.txt_color03 { color:#ff0000; } /* red */

.txt_left { text-align:left !important }
.txt_right { text-align:right !important }
.txt_center { text-align:center !important }

.txt_bg { color:#000; background-color:#ffcd20; padding:2px 3px; }

.cursor-pointer {cursor: pointer; }
.cursor-move {cursor: move; }

/* popup */
.card-header { background-color: #000 !important; opacity: .9; padding: 6px 10px; color:#fff; text-align: center;}
.card-body { background-color: #fff; display: inline-table;}
.card-footer { background-color: #BA2626; opacity: .9; height: 35px; color:#fff; font-weight: bold;}

/* layer popup */
.white-popup { width:70%; min-width:800px; margin:0 auto; background-color:#fff; border-radius:5px; }
.white-popup-title { font-size:18px; font-weight:600; text-align:center; color:#fff; background-color:#1164c1; border-radius:5px 5px 0 0; line-height:50px; }

.orderexcel-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 600px; margin: 20px auto;}
.orderexcel-popup-title { font-size:18px; font-weight:550; text-align:center; color:#fff; background-color:#000000; border-radius:5px ; line-height:50px; }
.orderexcel-popup p { margin: 5px; text-align: center;}