button {
  border: none;
}
input:focus,
select {
  outline: 0;
}
.position_static {
  position: static !important;
}
.width_100 {
  width: 100% !important;
}
.right_content {
}
.right_wrap {
  position: absolute;
  height: 100%;
  right: 0;
  left: 200px;
  background: #253138;
  padding: 60px 60px;
}
.content_box {
  position: static;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background: #2f3e47;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.border_none {
  border: none !important;
}

.board_table__btn--icon.pen img {
  left: 0;
}
.modal__header h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.modal_title_width_176 {
  width: 176px;
}
