.clsInput, .clsOutput{
  border: 0;
  /* padding:8px; */
  margin-bottom: 12px;
  text-align: left;
  min-width: 280px;
}

.clsOutput{
    border: 1px solid #bbb;
    min-height: 35px;
}

.clsInput > legend, .clsOutput > legend{
  font-weight: bold;
}

.clsInput > legend{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.clsInput > legend.clsAddItem{
  border-bottom:  1px solid #aaa;
}

.clsInput > input[type="text"],
.clsInput > input[type="email"],
.clsInput > input[type="password"],
.clsInput > input[type="date"],
.clsInput > input[type="number"],
.clsInput > select,
.clsInput > textarea,
.clsForm button[type="submit"]{
  width: calc(100% - 2px);
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.clsInput > input[type="date"],
.clsInput > input[type="number"]
{
   max-width: 320px !important;
}

.clsInput > input[type="text"],
.clsInput > input[type="email"],
.clsInput > input[type="password"],
.clsInput > input[type="date"],
.clsInput > select{
  height: 24px;
}

.clsForm{
  padding: 8px;
  /* border: 1px solid #888; */
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 4px;
  position: relative;

}

#sectionForm .clsFormClose{
    top: 1.5em;
    right: 1.5em;
}

.clsFormVelo{
  background-color: rgba(255,255,255,0.9);
  position: relative;
  width: 720px;
}

.clsFormClose{
  background-color: rgb(241, 61, 35);
  color: #fff;
  width: 24px; height: 24px;
  position: absolute; top: 6px; right: 6px;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  z-index: 100;
}

.clsGroupField{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    border: 0;
    padding: 0;
    /*margin-bottom: 15px;*/
}

.clsFieldsSmall > fieldset{
    width: 300px;
}

.clsFormWide{
  width: 97% !important;
  max-width: 97% !important;
}

.clsInput>.clsSmall{
  width: 120px !important;
}

.clsInputImages img{
   height: 180px;
   margin: 12px;
}

.clsSpaceBetween{
    justify-content: space-between;
}

/********IMAGENES***********/
.clsInputImage input[type="file"], .clsInputImages input[type="file"]{
    display: none;
}

.clsInputImage .clickImg, .clsInputImages .clickImg{
  border-style: outset;
  border-color: buttonface;
  cursor: pointer;
  margin: 0 16px;
}

.clsInput .clsItemsSeparador{

  /* font-weight: bold; */
}

.clsBotonAddItem{
  border-width: 0;
  background-color: rgb(87, 127, 189);
  color: #fff;
  padding: 8px;
  cursor: pointer;
  font-size: 1.1em;
}

.clsInput .clsItemsSeparador{
  display: inline-block;
  margin: 4px 4px 4px 20px;
  background-color: rgb(152, 221, 196);
  padding: 4px;
  border-radius: 4px;
  font-weight: normal;

}

.clsImgActionItem{
  height: 24px;
  cursor: pointer;
}
