﻿.umb-nesteddatatype {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
}

.umb-nesteddatatype i[ng-click] {
    cursor: pointer;
}


.umb-nesteddatatype .property-group {
    border: 2px solid #f6f6f7;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .16);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 10px;
}

.umb-nesteddatatype .property-list {
    line-height: 32px;
    padding: 0 10px;
}

.umb-nesteddatatype .property-list a .icon {
    padding-right: .5em;
    text-decoration: none;
}

.umb-nesteddatatype .property-detail {
    margin: 10px;
    margin-top: 0;
    padding-top: 10px;
    border-top: 2px solid #f6f6f7;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    overflow: hidden;
}

.umb-nesteddatatype .property-detail > .control-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
}

.umb-nesteddatatype .property-detail > .control-group .control-label {
    font-weight: bold;
}

.umb-nesteddatatype .property-detail > .control-group .help-line-wrapper {
    display: flex;
    flex-flow: column;
}

.umb-nesteddatatype .property-detail > .control-group .help-line-wrapper .help-inline {
    line-height: 10px;
    font-size: 11px;
    color: #ff0000;
}

.umb-nesteddatatype .property-detail .umb-control-group:before,
.umb-nesteddatatype .property-detail .umb-control-group:after {
    display: none;
}

.umb-nesteddatatype .umb-control-group .umb-mediapicker-single>div {
    width: auto;
    max-width: 800px;
}

.umb-nesteddatatype .umb-control-group .umb-mediapicker-single>div .umb-sortable-thumbnails {
    align-items: center;
    justify-content: center;
    flex: 1;
 }

.umb-nesteddatatype .umb-control-group .umb-mediapicker-single>div .umb-sortable-thumbnails .umb-sortable-thumbnails__wrapper {
      width: 100%;
  }

.umb-nesteddatatype .property-list-summary {
    white-space: nowrap
}

