
/* .container-body { margin: 0 auto; width: 80%; padding: 0; display: flex; align-content: center;}
.container-body * { font-size: 13px !important; }
.container-body .main_container { width: 100%; padding: 10px; } */
/* .container-body * { font-size: 13px !important; margin: 0 auto; width: 80%; padding: 0;} */

.flexArea { display: flex; align-items: center; width: 30%; }
.flexArea > * {height: 35px;}
.flexArea > label {
    align-items: center;
    text-align: left;
    height: 100%;
    width: 75px;
    flex-shrink: 0;
    font-weight: bold;
}

#detailed-search { background-color: rgba(255, 255, 255, 0.9); border: 1px solid #ccc; margin-top: 10px; padding: 10px; width: 100%; }
#detailed-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#detailed-search > div > label {
  width: 55px;
  margin-right: 10px;
  flex-shrink: 0;
  font-weight: bold;
}

/* input[type="number"] {
  max-width: 55px !important;
  padding: 0px !important;
  text-align: right !important;
} */

/* input[type="number"]::placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
} */
input[type="number"] {
  padding: 0px !important;
}

input[type="text"] {
  max-width: 55px !important;
  padding: 0px !important;
  text-align: right !important;
}

input[type="text"]::placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}

.unit-label {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12px;
  color: italic;
}

#searchTable { margin-top: 10px; width: 80%; margin-left: auto; margin-right: auto; font-size: 13px;}

#oilList > thead,
#searchTable > thead { background-color: hsl(215, 30%, 74%); color: white; }

#oilList > thead > tr > th,
#searchTable > thead > tr > th { text-align: center; font-weight: bold;}

#oilList > tbody > tr.active { background-color: #f8f8f8; }
#oilList > tbody > tr { cursor: default; background-color: none; }
#oilList > tbody > tr:hover { cursor: pointer; background-color: #f8f8f8;}

/* #oilList th:nth-child(1), rowType
#oilList td:nth-child(1) {
  width: 3%;
} */
#oilList th:nth-child(2), /* 기준년월 */
#oilList td:nth-child(2) {
  width: 6%; 
  text-align: center; 
  vertical-align: middle;
}

#oilList th:nth-child(3), /* 시작일 */
#oilList td:nth-child(3),
#oilList th:nth-child(4), /* 종료일 */
#oilList td:nth-child(4) {
  width: 7%; 
  text-align: center; 
  vertical-align: middle;
} 

#oilList td:nth-child(3) input[type="date"], /* 시작일 */
#oilList td:nth-child(4) input[type="date"] {
  width: 100px; 
  text-align: center;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 0px;
} /* 종료일 */

#oilList th:nth-child(5), /* 휘발류 */
#oilList th:nth-child(6), /* 휘발류감가비 */
#oilList th:nth-child(7), /* 하이브리드 */
#oilList th:nth-child(8), /* 하이브리드감가비 */
#oilList th:nth-child(9), /* 경유 */
#oilList th:nth-child(10), /* 경유감가비 */
#oilList th:nth-child(11), /* LPG */
#oilList th:nth-child(12), /* LPG감가비 */
#oilList th:nth-child(13), /* 전기 */
#oilList th:nth-child(14), /* 전기감가비 */
#oilList th:nth-child(15), /* 수소 */
#oilList th:nth-child(16), /* 수소감가비 */
#oilList th:nth-child(17) {
  text-align: center; 
  vertical-align: middle;
  white-space: nowrap;
} /* 감가비 */
/* #oilList th:nth-child(12) {width: 10%; text-align: center; } 법인구분 */

/* #oilList td:nth-child(5) input[type="number"], 휘발류
#oilList td:nth-child(6) input[type="number"], 하이브리드
#oilList td:nth-child(7) input[type="number"], 경유
#oilList td:nth-child(8) input[type="number"], LPG
#oilList td:nth-child(9) input[type="number"], 전기
#oilList td:nth-child(10) input[type="number"], 수소 */
/* #oilList td:nth-child(11) input[type="number"]  { 
  width: 70px; 
  text-align: right; 
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  display: inline-block;
} 감가비 */

/* #oilList td:nth-child(12) input[type="text"] {
  width: 100%; 
  text-align: center;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
} 법인구분 */

#oilList td:nth-child(5), /* 휘발류 */
#oilList td:nth-child(6), /* 휘발류감가비 */
#oilList td:nth-child(7), /* 하이브리드 */
#oilList td:nth-child(8), /* 하이브리드감가비 */
#oilList td:nth-child(9), /* 경유 */
#oilList td:nth-child(10), /* 경유감가비 */
#oilList td:nth-child(11), /* LPG */
#oilList td:nth-child(12), /* LPG감가비 */
#oilList td:nth-child(13), /* 전기 */
#oilList td:nth-child(14), /* 전기감가비 */
#oilList td:nth-child(15), /* 수소 */
#oilList td:nth-child(16), /* 수소감가비 */
#oilList td:nth-child(17) { 
  text-align: right; 
}  /* 감가비 */

/* #oilList td:nth-child(12) {  
  text-align: center !important;
  vertical-align: middle;
} 법인구분 */

.input-fuel {
  width: 70px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  text-align: right;
  padding: 0px;
}

.input-wrtdwn {
  width: 50px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  text-align: right;
  padding: 0px;
}

.input-date {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  text-align: center;
  padding: 0px;
}

.input-total-wrtdwn {
  width: 70px !important; 
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  text-align: right;
  padding: 0px;
  font-size: 13px;
}

