.logs-filter{
  display:flex;
  flex-flow: row wrap;
  &-errorsonly{
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: flex-end;
    padding-right: 20px;
    padding-bottom: 10px;
    // width: 20%;
    label {
      font-weight:bold;
      font-size:12px;

      align-self: center;
      text-transform: uppercase;
      color: #9fa1a2;
      font-size: 10px;
      font-weight: bold;
      padding-right: 9px;
      margin-bottom: 0px;
    }
  }
  &-field{
    /* padding-left: 30px;
    padding-right: 30px; */
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: flex-end;
    padding-right: 20px;
    padding-bottom: 10px;
    label {
      font-weight:bold;
      font-size:12px;

      align-self: center;
      text-transform: uppercase;
      color: #9fa1a2;
      font-size: 10px;
      font-weight: bold;
      padding-right: 9px;
      margin-bottom: 0px;
    }
  }
  &-userid{
    display: flex;
    // flex-direction:column;
    // width: 20%;
  }
  &-coid{
    display: flex;
    // flex-direction:column;
    // width: 20%;
  }
  &-before{
    display: flex;
    // flex-direction:column;
    // width: 20%;
  }
  &-after{
    display: flex;
    // flex-direction:column;
    // width: 20%;
  }
}
