.bottonIn{
  position: relative;
}
.button_in {
      position: absolute;
      top: 0;
      border-radius: 50%;
      right: 0px;
      z-index: 2;
      border: none;
      top: 30px;
      height: 25px;
      width: 25px;
      cursor: pointer;
      color: white;
      background-color: #1e90ff;
      transform: translateX(2px);
  }

  .button_in_inline_blue {
        position: absolute;
        top: 0;
        border-radius: 50%;
        right: 30px;
        z-index: 2;
        border: none;
        top: 7px;
        height: 25px;
        width: 25px;
        cursor: pointer;
        color: white;
        background-color: #1e90ff;
        transform: translateX(2px);
    }

    .button_in_inline_red {
          position: absolute;
          top: 0;
          border-radius: 50%;
          right: 0px;
          z-index: 2;
          border: none;
          top: 7px;
          height: 25px;
          width: 25px;
          cursor: pointer;
          color: white;
          background-color: #ff2600;
          transform: translateX(2px);
      }

  .button_check {
        position: absolute;
        top: 0;
        border-radius: 50%;
        right: 0px;
        z-index: 2;
        border: none;
        top: 30px;
        height: 25px;
        width: 25px;
        cursor: pointer;
        color: white;
        background-color: #5cc690;
        transform: translateX(2px);
    }

    .button_check_inline {
          position: absolute;
          top: 0;
          border-radius: 50%;
          right: 30px;
          z-index: 2;
          border: none;
          top: 7px;
          height: 25px;
          width: 25px;
          cursor: pointer;
          color: white;
          background-color: #5cc690;
          transform: translateX(2px);
      }

      .button_save {
            position: absolute;
            top: 0;
            border-radius: 25px;
            right: 0px;
            z-index: 2;
            border: none;
            top: 35px;
            height: 30px;
            width: 100px;
            cursor: pointer;
            color: white;
            background-color: #1e90ff;
            transform: translateX(2px);
        }

        .button_save_contact {
              position: relative;
              top: 0;
              border-radius: 25px;
              right: 0px;
              z-index: 2;
              border: none;
              top: 7px;
              height: 30px;
              width: 100px;
              cursor: pointer;
              color: white;
              background-color: #1e90ff;
              transform: translateX(2px);
          }
          .btn-circle-red {
            display: inline-block;
            position: relative;
            margin-bottom: 10px;
            top: 7px;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            cursor: pointer;
            color: white;
            background-color: #ff2600;
          }
    .background_input{
      background-color: #cccccc;
    }

    .div_top{
      padding-top:30px;
    }

    .special_margin{
      margin-left:-8px;
    }
