/* ========================================================================= \\
    Comment Widget Modal Styles
\\ ========================================================================= */

.datepicker {
    z-index: 9999 !important;
}

#asset-info-modal button {
    cursor: pointer;
}
#asset-info-modal #form-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#asset-info-modal .lgfe-select {
    width: 60%;
}

#asset-info-modal .lgfe-select select {
    border: 2px solid #009fdf;
    width: 100%;
}

.aim-name-description-thumbnail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.aim-name-description-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1em;
}

.aim-thumbnail {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#schedule-modal-form .schedule-modal-expiration-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#schedule-modal-form
    .schedule-modal-expiration-wrapper
    .schedule-modal-expiration-column {
    width: 45%;
}

#schedule-modal-form
    .schedule-modal-expiration-wrapper
    .schedule-modal-expiration-column:nth-child(2) {
    width: 10%;
}

#schedule-modal-form
    .schedule-modal-expiration-wrapper
    .schedule-modal-expiration-column
    .schedule-modal-to-field {
    text-align: center;
    margin-bottom: 10px;
}
#schedule-modal-form .schedule-modal-time-wrapper {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column:first-child {
    width: 15%;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column:nth-child(2) {
    width: 30%;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column:nth-child(3) {
    width: 10%;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column:nth-child(4) {
    width: 45%;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column
    .lgfe-select,
#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column
    .lgfe-select
    select {
    width: 100%;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column
    .schedule-modal-to-field {
    text-align: center;
    margin-top: 10px;
}

#schedule-modal-form
    .schedule-modal-time-wrapper
    .schedule-modal-time-column
    .schedule-modal-time-ad {
    margin-top: 10px;
}

#schedule-modal .lg-modal__title-3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 0.8em;
    word-break: break-all;
}

/*#asset-info-modal .lgfe-select:not(.lgfe-select--multiple)::before{
    content: '\f0c8';
    cursor: default;
    pointer-events: none;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: .1em;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 1.1em;
    color: #009fdf;
    line-height: 1;
}*/

.pim-channel-asset-length-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
}

.pimcplw-length-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.aim-expiration-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.aim-expiration-wrapper .lg-modal__field:not(:last-child) {
    margin: 0;
}

.aim-expiration-wrapper .lg-modal__field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.aim-expiration-wrapper .aim-to-field {
    padding: 0 0.5em;
    font-size: 0.875em;
}
/*.schedule-modal-time-wrapper .aim-to-field{
    padding: 0 .5em;
}*/

.schedule-modal-target-time-only .datepicker--nav,
.schedule-modal-target-time-only .datepicker--content {
    display: none;
}
.schedule-modal-target-time-only .datepicker--time {
    border-top: none;
}

.schedule-modal-time-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lgfe-input-checkbox .disabled-select::after {
    color: #d0d0d0;
}

@media (max-width: 41.875em) {
    /** 670px **/
    .pim-tags-wrapper #form-tags {
        margin-right: 1px;
    }
    .pim-channel-asset-length-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #asset-info-modal .lgfe-select select {
        width: 100%;
    }
    .pimcplw-length-wrapper {
        padding-bottom: 0.1em;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #asset-info-modal .lgfe-select {
        width: 100%;
    }
    .aim-name-description-wrapper {
        margin-right: 0;
        margin-top: 1em;
    }
    .aim-name-description-thumbnail-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .aim-thumbnail {
        height: 8em;
        background-position: center;
    }

    .schedule-modal-time-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    #schedule-modal-form .schedule-modal-expiration-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #schedule-modal-form
        .schedule-modal-expiration-wrapper
        .schedule-modal-expiration-column {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #schedule-modal-form
        .schedule-modal-time-wrapper
        .schedule-modal-time-column {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

#schedule-modal .lg-modal__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#schedule-modal .lg-modal__actions button {
    margin-right: 0.8em;
}

#schedule-modal .top-schedule-modal-description {
    margin-top: 1em;
    font-size: 0.8em;
}

#schedule-modal .schedule-modal-button-wrapper {
    margin: 2em 0;
}

#schedule-modal .schedule-modal-message {
    color: #009fdf;
    font-weight: 700;
    font-size: 0.9em;
    padding: 10px 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: 1px solid #009fdf;
}
