#dlepopup-news-edit div[disabled] {
    display: none;
}

#loading-layer { background: #000; padding: 20px; text-align: center; color: #fff; border-radius: 2px }

.quick-edit-text {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.xfieldsrow {
    display: flex;
    margin: 10px 0;
}
.xfieldsrow > b {
    width: 200px;
}

.xfieldscolleft {
    width: 200px;
}

.bb-editor, .xfieldscolright {
    margin: 0 10px;
    width: 100%;
    line-height: 30px;
}

.quick-edit-textarea{
    margin-top: -1px;
    margin-bottom: 0;
    height: 149px;
}

.uploadedfile {
    display: inline-block;
    width: 115px;
    height: 150px;
    margin: 10px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
    background: #fff
}

.uploadedfile a {
    font-size: 12px
}

.uploadedfile a:nth-of-type(2) {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.uploadedfile a:nth-of-type(2){
    margin-top: 5px;
}
.uploadedfile a:nth-of-type(2) {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.uploadedfile a:nth-of-type(2):hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.uploadedfile a:nth-of-type(2):focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: move;
    cursor: -webkit-grabbing
}

.uploadedfile .info {
    text-align: center;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden
}

select.quick-edit-select {
    display: block !important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.quick-edit-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/*
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: relative !important;
    opacity: 1 !important;
    margin-right: 10px;
}

#inform.form-check-input, #allow_mail, #unsubscribe, #news_subscribe, #comments_reply_subscribe, #del_foto{
    display: none;
}*/
