.l-misbox {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.l-misbox::-webkit-scrollbar {
  display: none;
}

.b_serch_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner .btn_close {
  margin: 20px 20px 10px;
}

.b_serch_inner .query_form {
  width: 100%;
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner .upload_form {
  width: 100%;
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner #btn_reset, .b_serch_inner #btn_add, .b_serch_inner #btn_upload, .b_serch_inner #result_download, .b_serch_inner #btn_proj_reset, .b_serch_inner #btn_acc_reset {
  margin: 15px 20px 0;
}

.b_serch_inner .query_form label, .b_serch_inner .query_form select {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}

.b_serch_inner .query_form input {
  width: 100%;
  height: 36px;
  margin-top: 0px;
  display: inline-block;
}

.b_serch_inner .upload_form input {
  width: 100%;
  display: inline-block;
}

input[type=text], input[type=password], input[type=date], select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

select {
  padding: 5px 25px 5px 5px;
  background: url(../../../images/misbox/i_arrow_d.png) #fff center right 5px no-repeat;
  background-size: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.btn_disable {
  background: #aaaaaa;
  color: #fff;
}

.btn_close {
  width: 25px;
  height: 25px;
  background: url(../../../images/btn_close.png);
  background-size: 100%;
}

.btn_1 {
  height: 28px;
  padding: 4px 19px;
  border: 1px solid #c04c1d;
  color: #c04c1d;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.btn_2 {
  margin-top: 2px;
  width: 60px;
  height: 28px;
  padding: 5px 0;
  background: #c04c1d;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.btn_3 {
  margin-top: 1px;
  width: 60px;
  height: 25px;
  padding: 1px 0;
  background: transparent;
  color: #c04c1d;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #c04c1d;
  margin-right: 5px;
}

.line_o {
  width: 100%;
  height: 1px;
  background: #c04c1d;
}

.h3_case {
  background: url(../../../images/misbox/i_case.png) no-repeat;
  background-size: 20px;
}

h2 {
  padding: 20px 20px 10px;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  margin: 20px 20px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
}

.h3_list {
  background: url(../../../images/misbox/i_list.png) no-repeat;
  background-size: 20px;
}

.ul_add {
  width: 100%;
  margin: 10px;
  border: 1px solid #e9e9e9;
}

.ul_add li {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ul_add li button {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.ul_add li span.p_title {
  font-weight: normal;
  color: #31394f;
}

.ul_add li span:first-child {
  width: 27%;
}

.ul_add li span {
  padding: 0 3px;
  font-size: 15px;
}

.ul_add li span:first-child {
  width: 27%;
}

.ul_add li span:nth-child(2) {
  width: 49%;
}

.ul_add li span:nth-child(3) {
  width: 24%;
}

.ul_add li span:nth-child(4) {
  width: 73%;
  margin: 10px 0 0 27%;
}

.ul_add li span {
  padding: 0 3px;
  font-size: 15px;
}

.p_spec_red {
  color: #c04c1d;
}

.p_spec_blue {
  color: #07336c;
  font-weight: bold;
}

.i_excel {
  background: url(../../../images/misbox/i_excel.png) no-repeat;
}

.i_arrow_1 {
  background: url(../../../images/misbox/i_arrow_b1.png) no-repeat;
}

.i_arrow_2 {
  background: url(../../../images/misbox/i_arrow_b2.png) no-repeat;
}

.i_arrow_3 {
  background: url(../../../images/misbox/i_arrow_b3.png) no-repeat;
}

.i_arrow_4 {
  background: url(../../../images/misbox/i_arrow_b4.png) no-repeat;
}

.button_disable {
  opacity: 0.5;
}

.query_result_header {
  margin-bottom: 0px;
}

.query_result_container {
  margin-top: -1px;
}

.misbox_tab_bar {
  width: 100%;
}
.misbox_tab_bar li {
  width: 50%;
}
.misbox_tab_bar li a {
  padding: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #c04c1d;
  color: #9ea2ac;
  font-weight: bold;
  display: block;
}
.misbox_tab_bar li a.tab_spec {
  background: #fef8f4;
  color: #c04c1d;
  border: 1px solid #c04c1d;
}

.misbox_query_form {
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.misbox_query_form .ul_add {
  width: auto;
}

.form_show {
  display: flex;
}

.input_date {
  border-radius: 5px;
  border: 1px solid #ececec;
}

.fileinput-remove-button {
  display: none;
}

.btn-file {
  display: none;
}

.filter-container-cover .input-group {
  flex-wrap: nowrap;
}
.filter-container-cover .input-group-btn {
  flex-wrap: nowrap;
  display: flex;
}
.filter-container-cover button:nth-child(1) {
  background-color: #c04c1d;
  border: 0;
}
.filter-container-cover .form-control:focus {
  box-shadow: none;
}
.filter-container-cover .btn:focus {
  box-shadow: none;
}

#water_chart_container {
  position: relative;
}
#water_chart_container #loadingImg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.placeholder {
  background-color: transparent;
}/*# sourceMappingURL=misbox.css.map */