/*
 * Asset Share Commons
 *
 * Copyright [2017]  Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.cmp-modal-share__wrapper--initial .cmp-content--loading,
.cmp-modal-share__wrapper--initial .cmp-content--success,
.cmp-modal-share__wrapper--initial .cmp-content--error,
.cmp-modal-share__wrapper--initial .cmp-footer__actions--completed {
  display: none !important;
}
.cmp-modal-share__wrapper--initial .cmp-content--form,
.cmp-modal-share__wrapper--initial .cmp-footer__actions {
  display: block !important;
}
.cmp-modal-share__wrapper--loading .cmp-content--form,
.cmp-modal-share__wrapper--loading .cmp-content--success,
.cmp-modal-share__wrapper--loading .cmp-content--error,
.cmp-modal-share__wrapper--loading .cmp-footer__actions--completed {
  display: none !important;
}
.cmp-modal-share__wrapper--loading .cmp-content--loading {
  opacity: 1 !important;
  display: block !important;
}
.cmp-modal-share__wrapper--success .cmp-content--form,
.cmp-modal-share__wrapper--success .cmp-content--loading,
.cmp-modal-share__wrapper--success .cmp-content--error,
.cmp-modal-share__wrapper--success .cmp-footer__actions {
  display: none !important;
}
.cmp-modal-share__wrapper--success .cmp-content--success,
.cmp-modal-share__wrapper--success .cmp-footer__actions--completed {
  display: block !important;
}
.cmp-modal-share__wrapper--error .cmp-content--form,
.cmp-modal-share__wrapper--error .cmp-content--loading,
.cmp-modal-share__wrapper--error .cmp-content--success,
.cmp-modal-share__wrapper--error .cmp-footer__actions {
  display: none !important;
}
.cmp-modal-share__wrapper--error .cmp-content--error,
.cmp-modal-share__wrapper--error .cmp-footer__actions--completed {
  display: block !important;
}

/*
 * Asset Share Commons
 *
 * Copyright [2017]  Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.cmp-modal-license--wrapper .cmp-content__iframe--wrapper {
  height: 450px !important;
  width: 100% !important;
  -webkit-flex: 1 !important;
  /* Safari 6.1+ */
  -ms-flex: 1 !important;
  /* IE 10 */
  flex: 1 !important;
}

/*
 * Asset Share Commons
 *
 * Copyright [2017]  Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* applies to all modals */
.cmp-modal .list .item i {
  float: left;
  width: 1em;
}
.cmp-modal .list .item .content {
  width: calc(100% - 2em);
  float: left;
}
.cmp-modal .list .item .content .header {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cmp-modal .cmp-message {
  text-transform: unset;
}
.cmp-modal-download--wrapper .field.cmp-modal-download__asset-rendition-group {
  margin-bottom: 2rem;
}
.cmp-modal-download--wrapper .cmp-modal-download__asset-rendition-group-title {
  margin-bottom: .5rem;
}
.cmp-modal-download--wrapper .cmp-modal-download__asset-rendition-group-option {
  margin: .25rem 0;
}

/*
 * Asset Share Commons
 *
 * Copyright [2021]  Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.cmp-modal-downloads .ui.accordion-title {
  cursor: pointer;
}
.cmp-modal-downloads .ui.accordion-content {
  display: none;
}
.cmp-modal-downloads .ui.accordion-content.active {
  display: table-row;
}
.cmp-modal-downloads .cmp-modal-downloads__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
.cmp-modal-downloads .cmp-modal-downloads__col--action,
.cmp-modal-downloads .cmp-modal-downloads__col--total-count,
.cmp-modal-downloads .cmp-modal-downloads__col--file-size {
  text-align: right;
}
.cmp-modal-downloads .cmp-modal-downloads__col--status {
  text-transform: uppercase;
}
.cmp-modal-downloads .cmp-modal-downloads__table-header {
  text-transform: uppercase;
}
.cmp-modal-downloads .cmp-modal-downloads__row-delimiter {
  background-color: transparent;
  border-width: 0;
  border-top: solid 1px #cccccc;
}
.cmp-modal-downloads .cmp-modal-downloads__artifacts {
  margin-left: 1.75rem;
}
.cmp-modal-downloads .cmp-modal-downloads__artifacts-list {
  padding-left: 1.5rem;
  color: #666;
  font-size: 1em;
}
.cmp-modal-downloads .cmp-modal-downloads__artifacts-item {
  padding: .25rem 0;
}
.cmp-modal-downloads .cmp-modal-downloads__artifacts-title {
  text-transform: uppercase;
  color: #666;
  font-size: 1em;
}
.cmp-modal-downloads .cmp-modal-downloads__artifacts-delimiter {
  background-color: transparent;
  border-width: 0;
  border-top: solid 1px #eee;
  margin-bottom: 1rem;
}
.cmp-modal-downloads .cmp-modal-downloads__refresh {
  float: right;
}
.cmp-modal-downloads .cmp-modal-downloads__empty-text {
  text-transform: uppercase;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

/*
 * Asset Share Commons
 *
 * Copyright [2017]  Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.cmp-modal-cart .cmp-modal-cart__empty-text {
  text-transform: uppercase;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.cmp-modal-cart td {
  border-width: 0 !important;
}
.cmp-modal-cart .ui.selectable.table tr {
  cursor: auto;
}
