.gallery-img{
  margin-bottom: 25px;
}

.gallery-img > div{
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-img > div > div{
  position: absolute;
  right: 0px;
  top: 0px;
  color: white;
  background-color: black;
  width: 25px;
  height: 25px;
  text-align: center;
}

.img-responsive{
  max-width: 100%;
}

.modal-dialog{
  max-width: 100%;
  width: 750px;
}
.modal-dialog-conflict {
    max-width: 100%;
    width: 1000px;
}

.mb-30{
  margin-bottom: 30px;
}

.tile{
  background-color: #f5f5f5;
  color: black;
  padding: 15px;
  height: 100%;
}
.tile a{
  color: black;
}
.tile h2{
  font-size: 1.0em;
}

.lang{
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 5px;
  font-size: 0.8em;
  float: left;
  margin-right: 5px;
}

.multiselect-container.dropdown-menu{
    z-index: 10000;
}

.multiselect-container > li > a > label{
    padding: 3px 10px 3px 10px !important;
}

#webvlTable .form-check-input {
  margin-left: 0rem;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.lang-abbr .input-group-text {
    align-items: flex-start;
}

@media (min-width: 576px) {
  .multicolumn-select .multiselect-container.dropdown-menu{
    width: 500px;
    columns: 2;
    -webkit-columns: 2;
  }
  .multicol{
    columns: 2;
    -webkit-columns: 2;
  }
}

@media (min-width: 768px) {
  .multicolumn-select .multiselect-container.dropdown-menu{
    width: 730px;
    columns: 2;
    -webkit-columns: 2;
  }
  .multicol{
    columns: 3;
    -webkit-columns: 3;
  }
}

@media (min-width: 992px) {
  .multicolumn-select .multiselect-container.dropdown-menu{
    width: 900px;
    columns: 3;
    -webkit-columns: 3;
  }
  .multicol{
    columns: 3;
    -webkit-columns: 3;
  }
}

@media (min-width: 1200px) {
  .multicolumn-select .multiselect-container.dropdown-menu{
    width: 900px;
    columns: 3;
    -webkit-columns: 3;
  }
  .multicol{
    columns: 4;
    -webkit-columns: 4;
  }
}



@media screen and (max-width: 600px) {
  #webvlTable.table {
    border: 0;
  }

  #webvlTable.table caption {
    font-size: 1.3em;
  }

  #webvlTable.table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #webvlTable.table tr {
    border-bottom: 1px solid #00adef;
    display: block;
    margin-bottom: 0em;
  }

  #webvlTable.table td {
    border: none;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  #webvlTable.table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

  .quill-readonly{
    max-width: 100%;
    overflow: auto;
  }
}

.ql-editor ul, ol {
  padding-left: 0.25rem;
}

.ql-indent-1 {
  padding-left: 2.5rem;
}