.required {
  color: #999;
  font-weight: normal;
}

.grew {
  color: #ccc;
}

.font_big {
  font-size: 30px;
}

.loading {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  font-size: 56px;
  color: #666;
  text-align: center;
  background-color: rgba(#000, .7);
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cccbcb !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.dir_lebel1 {
  padding-left: 40px;
}

.dir_lebel2 {
  padding-left: 60px;
}

.dir_lebel3 {
  padding-left: 80px;
}

.dir_lebel4 {
  padding-left: 100px;
}

.dir_lebel5 {
  padding-left: 120px;
}

.dir_lebel6 {
  padding-left: 140px;
}

.dir_lebel7 {
  padding-left: 160px;
}

.dir_lebel8 {
  padding-left: 180px;
}

.match_table .list-group-item {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.search_list_box {
  position: absolute;
  overflow-y: scroll;
  max-height: 250px;
  border: 1px solid #ccc;
  border-radius: 0px 0px 5px 5px;
  background-color: #fbf8f8;
  margin-top: -2px;
  display: none;
  /*box-sizing: border-box;*/
  z-index: 10;
}

.checkbox {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.checkbox label {
  display: block;
}

#result, #none, .loading {
  display: none;
}

.minute_member .btn {
  margin-bottom: 5px;
}

.icon_box_right {
  margin-bottom: 10px;
}

.minute_wrap p {
  margin-bottom: 0;
}

.sale_wrap {
  display: none;
}

.sales_price {
  background: #f7f7f7;
}

.sale_table th {
  background: #f8f8f8;
  text-align: center;
  table-layout: fixed;
}

.sale_table {
  /*font-size: 13px;*/
}

.sale_table td {
  text-align: center;
}

.sale_table td input {
  width: 100px;
  border: none;
  box-shadow: none;
  text-align: center;
  height: 20px;
}

.sale_table td input[readonly] {
  background: #f9f8f8;
  border-radius: 3px;
}

.sale_table .total {
  /*color: #c1a950;*/
  /*font-weight: bold;*/
}

.sale_table .total_ttl {
  background: #6ab9bd;
  color: #fff;
}

.sale_table tr:nth-child(3n) {
  /*background: #eaeaea;*/
  color: #1E90FF;
}

.sale_table tr:nth-child(3n) .sales_price {
  /*background: #eaeaea;*/
}

.sale_table tr:nth-child(3n) .sales_price.fail, .sale_table tr:nth-child(3n) .total.fail {
  color: #8FBC8F;
}

.bb_w {
  border-bottom: 1px solid #222 !important;
}

table th, table td {
  /*	vertical-align: middle!important;*/
  vertical-align: middle;
}

.work-time-box {
  display: inline-block;
  vertical-align: top;
}

#display_time_break_start {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .side_scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .page-header {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  /*	.form-control {
          width: 320px;
      }*/
  .w_30 {
    width: 30%;
  }

  .w_30_form input, .w_30_form textarea, .w_30_form select {
    width: 30%;
  }

  .w_50 {
    width: 50%;
  }

  .search_list_box {
    width: 40%;
  }

  .icon_box_right {
    float: right;
    margin-top: -65px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    position: absolute;
  }
}

.pl0 {
  padding-left: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt20 {
  margin-top: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

#add_file {
  cursor: pointer;
}

.file_manage {
  display: none;
}

.red {
  color: red;
}

#page-wrapper {
  padding-bottom: 50px;
}

.tags-knowledge {
  border: solid 1px gainsboro;
  border-radius: 4px;
  padding: 15px;
  margin-right: 30px;
}

.flash-show {
  display: none;
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 9999;
}

.total-salary-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-salary-select {
  width: 200px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #wrapper .navbar-default.sidebar {
    top: 50px;
  }
}
