
#draftThumb {
    height: 450px;
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#draftThumb .draft_thumb_content_text {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

#draft-title{
    margin-left: 10%;
}
#entry_draftupload #fileupload{
    margin-right: 15px;
    display: inline-block;
}

#entry_draftupload #urlInputReplaceText{
    float: left;
    height: 20px;
    margin-bottom: 10px;
}

#playerRePosition{
    width: 48.717948717948715%;
    margin-left: 25.641025641025642%;
}



/* font draft entry */

@font-face {
    font-family: 'draft';
    src:    url('fonts/draft.eot?nznkw6');
    src:    url('fonts/draft.eot?nznkw6#iefix') format('embedded-opentype'),
    url('fonts/draft.ttf?nznkw6') format('truetype'),
    url('fonts/draft.woff?nznkw6') format('woff'),
    url('fonts/draft.svg?nznkw6#draft') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-draft"], [class*=" icon-draft"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'draft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-draft:before {
    content: "\e900";
}

#edit_entry div select.kmsTZElement {
    display: none;
}

#entry_draftupload .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

/* end font draft entry */

#editEntryMedia #wrapper.processing.video {
    height: 254px;
    padding-bottom: 5px;
    padding-top: 0;
}

#statusMessages {
    margin-top: 20px;
}

.v2ui #draft-title {
    margin: 0;
    margin-top: -12px;
    padding-bottom: 9px;
    font-size: 28px;
    line-height: 34px;
    color: #000;
}

/* Align consecutive draft creation boxes vertically (the default "display" is flex) */
body.module-draftentry.controller-entry.action-add-entry-form #editEntryMedia {
    display: block;
}

#playerRePosition .media-processing__msg,
#playerRePosition .media-processing_link {
    color: #8b572a;
}

#playerRePosition .media-processing_link {
    font-weight: normal;
}

#playerRePosition .media-processing_link button {
    background: transparent;
    border: none;
    padding: 0px;
    text-decoration: underline;
    cursor: pointer;
    color: #008297;
}

.uploadContainer .upload-from-url-wrapper {
    padding-top: 20px;
}

.uploadContainer .upload-from-url-wrapper #urlInputReplaceText {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 30px;
}

.uploadContainer .upload-from-url-wrapper button {
    line-height: 28px;
    margin-left: 10px;
}
