/* Add here all your css styles (customizations) */
.nav-item {
  font-size: 0.92857rem;
}

.search-box-text {
  font-size: 0.92857rem;
}

.id_file {

}

.hcs-sub-title {
  line-height: 1.2;
  /* font-weight: unset !important; */

  padding-top: 19px;
  padding-bottom: 19px;
}

  .hcs-responsive-row .cell:nth-child(1) {
    /* width: 360px; */
    padding-left: 20px !important;
  }

  table.hcs-table thead {
    background-color: #599722;
    color: #fff;
  }

  table.hcs-table a:not(.btn){
    color: #599722 !important;
  }

  table.hcs-table .thead-default a{
    color: #fff !important;
  }

  table.hcs-table a.reply {
     margin-left: 20px;
  }

  table.hcs-table a.reply:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
  }

  table.hcs-table tbody tr.pinned-row {
    /*background-color: rgba(114, 192, 44, 0.3);*/
    background-color: #f8f8f8;
    font-weight: bold;
    /*color: #fff;*/
  }

  table.hcs-table tbody tr.pinned-row td:nth-child(1) a:before {
    font-family: 'Noto Sans KR';
    content: '[NOTICE] ';
    font-weight: bold;
  }

  #notice_table tbody tr td:nth-child(1),
  #beesu_table tbody tr td:nth-child(1) {
    width: 60%;
  }

  #notice_table tbody tr td:nth-child(1) a.with-file:after,
  /*#beesu_table tbody tr td:nth-child(1) a.with-file:after,*/
  table.hcs-table tbody tr td:nth-child(1) a.with-file:after{
    content: "\f0c6";
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
  }

  #notice_table tbody tr td:nth-child(1) a.new:after,
  #beesu_table tbody tr td:nth-child(1) a.new:after,
  table.hcs-table tbody tr td:nth-child(1) a.new:after,
  p.new:after {
    content: ' ';
    background-image:url( '../img/new.png');
     background-size: 100% 100%;
    display: inline-block;

    /*size of your image*/
    height: 15px;
    width:15px;

    /*if you want to change the position you can use margins or:*/
    position:relative;
    left:5px;
    top:1px;
  }

  table.record-table thead td {
    /*padding: 10px 2px !important;*/
    border: 0px;
  }

  table.record-table td {
    padding: 10px 2px !important;

  }

  table.record-table td.no-pa {
    padding: 0px !important;

  }

  table.record-table td.no-pa table tr td{
    border: 0px;
  }

  .hcs-fullscreen {
    width: 100vw;
    position: relative;
    left: 50%;
    right : 50%;
    margin-left : -50vw;
    margin-right : -50vw;

  }



/**
 * prograss bar
 */
.progressbar-container{
  text-align: center;
  position: relative;
  /*padding-top: 50px;*/
  /*min-height: 820px;*/
  /*max-width: 810px;*/
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
#progressbar li {
  list-style-type: none;
  color: #99a2a8;
  /*font-size: 9px;*/
  /*width: calc(100%/ );*/
  float: left;
  position: relative;
  /*font: 500 13px/1 'Roboto', sans-serif;*/
}
#progressbar li:nth-child(2):before {
  content: "2";
}
#progressbar li:nth-child(3):before {
  content: "3";
}
#progressbar li:nth-child(4):before {
  content: "4";
}
#progressbar li:nth-child(5):before {
  content: "5";
}
#progressbar li:before {
  content: "1";
  /*font: normal normal normal 30px/40px FontAwesome;*/
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;

}
#progressbar li:last-child:after {
  width: 150%;
}
#progressbar li.active {
  color: #5cb85c;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #5cb85c;
  color: white;
}
