/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.dialog-flows-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.dialog-flows-page-main-container {
  /*display: none;*/
  width: 100%;
  padding: 40px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dialog-flows-page-add-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.dialog-flows-add-flow-btn {
  cursor: pointer;
  margin: 0px 10px;
}

.dialog-flows-page-table-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin: 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
===================================================================================================
                                          Laptop small
===================================================================================================
  */
@media only screen and (max-width: 992px) {
  .dialog-flows-add-flow-btn {
    margin: 10px 0px;
  }
}

/*
===================================================================================================
                                            Tablet
===================================================================================================
  */
@media only screen and (max-width: 768px) {
  .dialog-flows-page-main-container {
    padding: 0px 20px 20px 20px;
  }
  .dialog-flows-page-add-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0px;
    padding: 0px 20%;
  }
  .dialog-flows-page-table-container {
    margin: 20px 0px;
  }
}
