hr{
  border-top: 1px solid rgba(0,0,0,.3);
}
table th{
	background-color: #dcdcdc;
}
table td{
	background-color: #fff;
	border: 1px solid #eaeaea;
}
#brand_ex, #brand_syllabary, .excel_area, .mt-4 {
    margin-bottom: 10px;
}
.authout {
    color: red;
    margin: 0;
    margin-bottom: 3px;
}
.authbtn {
    background-color: red;
    color: #fff;
    padding: 1px 10px;
}
#search_bar {
    width: 100%;
    text-align: center;
    background-color: #0073aa;
    padding: 5px;
    transition: 0.2s;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
#search_box {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.searchtable {
    background-color: #fff;
}
.searchtable tr td{
    width: 25%;
}
.menulogo{
  width: 16px;
  margin-left: 6px;
}


#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("https://ec.ems-system.net/base/loader.gif") center center no-repeat;
}
.up_img{
  max-width: 300px;
  margin-top: 15px;
}

.username{
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  color: gray;
}

.table td, .table th{
  white-space: normal;
}

.table td.td3,
.table td.td4{
    max-width: 100px;
}
.table td.td3b{
    max-width: 140px;
    word-break: break-all;
}
.table td.td4b{
    max-width: 180px;
    word-break: break-all;
}
.table td.td5{
    max-width: 200px;
}
.table td.td6{
    text-align: center;
    width: 70px;
}

.result{
  max-width: 1400px;
}
.box{
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}
.box p{
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
  padding: 2px;
  box-sizing: border-box;
}
.btn1{
  background-color: #79b530;
  border: 1px solid #79b530;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn2{
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
}
.delbtn{
  background-color: #777;
  color: #ccc;
}
.btn1:hover,.btn2:hover{
  opacity: 0.7;
}
.ordersearch tr th,
.ordersearch tr td{
  background-color: transparent;
  border: 0px;
}
.ordersearch tr th{
  width: 100px;  
}
.ordersearch tr td{
  padding: 8px;
}
.ordersearch tr td label{
  margin-right: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 500;
}
.ordersearch tr td .keyword,
.ordersearch tr td .email{
  width: 260px;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.ordersearch tr td .order_id{
  width: 100px;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.submitbtn{
  background-color: #333;
  color: #fff;
  border: 0px;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.submitbtn:hover{
  opacity: 0.7;
}
.orderlist th{
  text-align: center;
}
.orderlist th,
.orderlist td{
  padding: 8px;
}
.orderlist td .mintd{
  font-size: 0.85em;
  line-height: 1.4em;
  display: block;
}
.orderlist th{
  white-space: nowrap;
}
.orderlist td.td1b{
  min-width: 60px;
}
.orderlist td.td3,
.orderlist td.td4{
  width: 80px;
}
.orderlist td.td3b{
  max-width: 100px;
}
.orderlist td.td5{
  max-width: 120px;
}
.bulktable td select,
.bulktable td input[type="text"]{
  width: 250px;
  margin-right: 5px;
  padding: 1px 3px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #333;
}
.bulkbtn{
  background-color: #085cac;
  color: #fff;
  border: 0px;
  padding: 2px 5px;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.bulkbtn:hover{
  opacity: 0.7;
}
.bulkleft{
  margin-right: 35px;
}

#modal_contents {
  padding: 20px;
}
.mailtable {
  width: 100%;
}
#mail_title{
  margin-bottom: 10px;
}
#mail_text,#mail_title{
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.cardstatus{
  font-size: 0.8em;
  color: #fff;
  padding: 3px;
  word-break: keep-all;
}
.status1{
  background-color: #0085ba;
}
.status2{
  background-color: #093;
}
.status3{
  background-color: #60646c;
}
.status4{
  background-color: red;
}

#stautslist tr{
  border-bottom: 1px solid #ccc;
}
#stautslist th{
  width: 100px;
}
#stautslist tr th, 
#stautslist tr td{
  padding: 6px 5px;
}
.checked-row td {
    background-color: #eee;
}
table.item{
  width: 100%;
}
table.item tr th,
table.item tr td{
  border: 1px solid #aaa;
}
table.item tr th,
table.item tr td{
  padding: 3px 6px;
  box-sizing: border-box;
}
table.item tr td .selcust,
table.item tr td .selitem{
  color: blue;
  cursor: pointer;
  font-weight: bold;
}
table.item tr td .selcust:hover,
table.item tr td .selitem:hover{
  text-decoration: underline;
}
#item_search_table tr td{
  min-width: 50px;
  max-width: 150px;
}
#items tr th{
  width: 100px;
  text-align: center;
}
#items tr th.delth{
  width: 60px;
}
#items tr th.itemnameth{
  width: auto;
}
#items tr td .min{
  width: 100%;
}
#items tr td span.delitem{
  background-color: #999;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  cursor: pointer;
  transition: 0.2s;
}
#items tr td span.delitem:hover{
  background-color: #bbb;
}