.layout-region--node-main .layout-region__content, .layout-region--node-footer .layout-region__content{
    max-width: inherit !important;
    margin-right: inherit !important;
    margin-left: inherit !important;
}

.hide{
    display: none;
}

.media-library-item__preview-wrapper{
    height: 100%;
    min-height: 100px;
}

#edit-moderation-state-0-current{
    position: fixed;
    bottom: 0;
    border-top: 10px solid #2494db;
    width: 200%;
    left: 0;
    background-color: #f7f9fa;
    margin: 0 !important;
    padding: 1em;
    z-index: 3;
}
#edit-moderation-state-0-current label{
    font-size: 1.2em;
}
/*-----------Text Area Height Override------------*/
.ck.ck-content:not(.ck-comment__input *) {
    min-height: 250px;
    overflow-y: auto;
}
/*-----------End of Text Area Height Override------------*/

/*-----------Rider's Alert - Content Type------------------*/

/*---Hide Publish/Unpublish checkbox inside Modal Dialog---*/
form#node-service-update-form .ui-dialog-content div[data-drupal-selector="edit-field-crisis-alert-form-0-status-wrapper"]{
    display: none;
}
form#node-service-update-edit-form div[data-drupal-selector="edit-field-crisis-alert-form-0-status-wrapper"]{
    display: none;
}
/*-----------End of Rider's Alert - Content Type------------------*/

/*-----------Schedule - Content Type------------*/
form#node-route-schedule-form #edit-field-effective-date-0-value-time, form#node-route-schedule-form #edit-field-effective-date-0-end-value-time{
    display: none;
}
form#node-route-schedule-edit-form #edit-field-effective-date-0-value-time, form#node-route-schedule-edit-form #edit-field-effective-date-0-end-value-time{
    display: none;
}
/*-----------End of Schedule - Content Type------------*/