#main_container
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.input-container 
{
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon 
{
  padding: 10px;
  background: green;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field 
{
  width: 100%;
  padding: 10px;
  outline: none;
}

#next_button
{
  margin-top: 100px;
}

#add_child_button
{
  margin-top: -200px;
}

.error
{
  color: red !important;
}

#loading-img 
{
  background: url(../images/load.gif) center center no-repeat;
  height: 100%;
  z-index: 20;
}

.overlay 
{
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 900px;
  opacity: 0.5;
  z-index: 999;
}

.modalbackgroundcolor
{
  background-color: white;
}