:host {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.page-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-cont {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px #CCC;
  display: flex;
  color: #252525;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  height: 55px;
  justify-content: space-between;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding: 0px 25px;
  position: relative;
  width: 100%;
}
.title-text {
  align-items: center;
  display: flex;
}

.title-icon {
  width: 32px;
  height: 32px;
  color: #D00;
  margin-right: 10px;
}

.bottom-container {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 55px);
}

.config-sect {
  align-items: center;
  color: #555555;
  font-family: Roboto;
  font-size: 15px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  height: 40px;
  width: 100%;
}

.config-controls {
  display: flex;
}

.margin-20 {
  margin: 0 20px;
}

.ctrl-grp-wrapper {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px 0 30px;
  overflow: auto;
}

.full-wid{
  width: 100%;
  min-width: 610px;
}

.half-wid{
  width: 50%;
  min-width: 610px;
}

@media screen and (max-width: 1332px) {
  .half-wid {
    width: 100%;
  }
}