table th{
	background-color: rgba(4, 169, 245, 0.05);
	border: 1px solid #eaeaea;
}
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: #ccc;
}

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

.table td.td3,
.table td.td4{
    max-width: 100px;
}
.table td.td5{
    max-width: 200px;
}
.table td.td6{
    text-align: center;
    width: 70px;
}