#create_table{
  width: 90%;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 200px;
}

.create_label{
  font-size:16px;
  color:#5b608c;
}

.create_label_col{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  text-align: right;
}

.create_input_col{
  padding: 10px 10px 10px 10px;
}

.create_input{
  width: 60%;
}

.create_textarea{
  height: 70px;

}

.createRowTable{
  width: 100%;
}

.createRowTable TD{
  border: solid;
  border-width: 1px;
  border-color: #5b608c;
  padding-top: 10px ;
  padding-bottom: 10px ;
}

.type_button{
  width: 220px;
  background-color: #ebebeb;
}
.label_input{
  background-color: #ebebeb;
}

.stripped{
  background-color: #f2f3fa;
}

.action_glyph{
  font-size: 20px;
  color: #999999;
  cursor: pointer;
}

.btn-add-cont{
  padding: 0px 0px 20px 0px;
}

.select.dropdown-menu{
  max-height: 200px;
  overflow: auto;
}

