.rosfinmonitoring-check-form,
.rosfinmonitoring-check-person-form {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee; }
  .rosfinmonitoring-check-form .form-item label,
  .rosfinmonitoring-check-person-form .form-item label {
    display: block; }

.check-items {
  margin-bottom: 50px; }
  .check-items .check-items__item {
    background: #eee;
    border-radius: 5px;
    margin-bottom: 15px; }
    .check-items .check-items__item .accordion-header {
      display: flex;
      align-items: center;
      position: relative; }
      .check-items .check-items__item .accordion-header .accordion-button {
        width: 100%;
        text-align: left;
        border: none;
        background: none;
        padding: 15px;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .check-items .check-items__item .accordion-header .accordion-button .status {
          font-size: 16px;
          margin: 0 15px; }
      .check-items .check-items__item .accordion-header:hover {
        opacity: .7; }
    .check-items .check-items__item .accordion-body {
      padding: 10px 0; }
    .check-items .check-items__item .accordion-collapse {
      padding: 0 15px; }
    .check-items .check-items__item.processing {
      background-color: #edf98d; }
    .check-items .check-items__item.gun-no, .check-items .check-items__item.terror-NotFound {
      background-color: #a7f98d; }
    .check-items .check-items__item.gun-yes, .check-items .check-items__item.terror-Active, .check-items .check-items__item.terror-Included {
      background: #f00; }
      .check-items .check-items__item.gun-yes .accordion-button, .check-items .check-items__item.terror-Active .accordion-button, .check-items .check-items__item.terror-Included .accordion-button {
        color: #fff; }
      .check-items .check-items__item.gun-yes .accordion-collapse, .check-items .check-items__item.terror-Active .accordion-collapse, .check-items .check-items__item.terror-Included .accordion-collapse {
        background: #f77e7e;
        color: #fff; }

.update-check {
  padding: 10px;
  background: #50457b;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center; }
  .update-check:hover {
    opacity: .7; }

.sections {
  display: flex; }
  .sections .sections__section {
    border: 2px solid #5cb85c;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    max-width: 220px;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
