form.login label[for=login-remember], form.password label[for=login-remember] {
    text-align: right;
    line-height: 20px;
    font-size: 16px;
}

form.login input[type=checkbox], form.password input[type=checkbox] {
    width: auto;
    margin-left: 6px;
}

section[data-zone="resources"] > span.closeResource {
    position: absolute;
    height: 60%;
    width: 10px;
    background: #f00;
    left: -10px;
    cursor: pointer;
}

section[data-zone="access"] form p.formFeedback {
    color: #f00;
    background-color: transparent;
    font-weight: 600;
}

section[data-zone="access"] form.register, section[data-zone="access"] form.password {
    display: none;
}

.explorer-wrapper > .file-explorer > .resource > a {
    -ms-word-break: break-all;
    word-break: break-all;
    max-width: 151px;
    max-height: 151px;
}

.explorer-wrapper > .file-explorer > .resource img {
    max-width: 151px;
    max-height: 151px;
}

.image-preview > .wrapper, .video-preview > .wrapper, .pdf-preview > .wrapper, .doc-preview > .wrapper, .excel-preview > .wrapper, .ppt-preview > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-preview > .wrapper > img, .video-preview > .wrapper > video {
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
}

.description {
    background: #fff;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.pdf-preview > .wrapper > iframe, .doc-preview > .wrapper > iframe, .excel-preview > .wrapper > iframe, .ppt-preview > .wrapper > iframe {
    width: 100%;
    height: 100%;
}

.doc-preview > .wrapper > span, .excel-preview > .wrapper > span, .ppt-preview > .wrapper > span {
    position: absolute;
    top: 0;
    right: 12px;
    height: 50px;
    width: 110px;
    background-color: #D1D1D1;
}

.doc-preview > .wrapper > iframe div[role="toolbar"] {
    visibility: hidden;
}

.ui-dialog-content.edit textarea, .ui-dialog-content.upload textarea {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    resize: none;
}

#cke_ckeditor, #cke_ckeditor .cke_inner  {
    height: 100%;
}

.ckeditor-wrapper .cke_contents {
    position: relative;
}

.cke_contents > iframe {
    width: 100%;
}

/*.cke_contents.warning-mode > iframe {
    width: 80%;
}*/

.warnings-zone {
    box-sizing: border-box;
    position: absolute;
    width: 20%;
    top: 0;
    bottom: 0;
    right: -20%;
    background: #eee;
    padding: 20px;
    overflow-y: scroll;
}

.warnings-zone > h3 {
    margin: 0 0 20px 0;
}

.warnings-zone > span {
    color: #4fa7ff;
}

.errors-alerts-list > .error {
    color: #f00;
}

.errors-alerts-list > .alerta {
    color: #f80;
}

.errors-alerts-list > .clickable {
    cursor: pointer;
}

body.cke_editable {
    width: auto;
}

section[data-zone="editor"] {
    overflow: hidden;
}

.cke_toolbar .cke_button__binparwarnings {
    position: relative;
}

.cke_button__binparwarnings .warnings-count {
    position: absolute;
    cursor: default;
    width: 16px;
    height: 16px;
    background: #f00;
    left: 45%;
    bottom: 45%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
}

.cke_button__binparwarnings:hover .warnings-count, .cke_button__binparwarnings .warnings-count:hover {
    border: 1px #f00 solid;
}

section[data-zone="editor"] .cke_bottom {
    background-color: rgba(37,114,159,1);
}

section[data-zone="resources"].embedded, section[data-zone="documents"].embedded {
    display: block;
    position: absolute;
    height: 100%;
    width: 75%;
    top: 0;
    right: -100%;
    border-right: 1px solid #e1e8ed;
}

section[data-zone="resources"].embedded > header, section[data-zone="documents"].embedded > header {
    display: none;
}

.generic-preview .wrapper {
    height: 100%;
    background-position: center center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.cke_combo.cke_combo__styles {
    width: 180px;
    margin-right: 6px;
}

.cke_combo__styles > a {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.cke_combo__styles > a > .cke_combo_open {
    position: absolute;
    right: 0;
}

.cke_combopanel.cke_combopanel__styles {
    width: 177px;
}


.clean-uploads:hover  {
    color: #555;
    background-color: #F3F2F2;
    border-color: rgba(0,0,0,.1);
}

td.fileStatus.error {
    color: #FD2B2B;
}

/*.file-versions-list-item {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F7F5F5;
    border-radius: 3px;
    margin-top: 10px;
}

.file-versions-list-item > p {
    margin-bottom: 3px;
}

.file-versions-list-item .version-label {
    font-weight: 600;
}

.file-versions-list-item .value {
    margin-left: 6px;
}*/

#resource-versions {
    overflow-y: auto;
}

table.resource-files tr:nth-child(odd) td {
    background-color: #fff;
}

table.resource-files tr:nth-child(even) td {
    background-color: #F9F9F9;
}

table.resource-files tr td { padding: 10px 20px;}
table.resource-files tr th,
table.resource-files tr td { border-bottom: 1px solid #F1F1F1; border-left: 1px solid #F1F1F1; color: #999; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s;}
table.resource-files tr th { border-top: 1px solid #F1F1F1; background-image: -webkit-linear-gradient(top, #fff, #f6f6f6); background-image: linear-gradient(to bottom, #fff, #f6f6f6); text-transform: uppercase; font-weight: 600; color: #25729f; padding: 14px 20px; width: 25%;}
table.resource-files tr td { border-bottom: 1px solid #F1F1F1; background-color: #fff; }
table.resource-files tr.activeVersion th,
table.resource-files tr.activeVersion td {
    color: #000;
    font-weight: 600;
}

table.resource-files tr:hover:nth-child(odd) td,
table.resource-files tr:hover:nth-child(even) td {
    background-color: #F4F7F9;
}

table.resource-files tr th:last-child,
table.resource-files tr td:last-child {
    border-right: 1px solid #F1F1F1;
}

table.resource-files th.date {
    width: 25%;
}

table.resource-files th.uploader {
    width: 40%;
}

table.resource-files th.weight {
    width: 15%;
}

table.resource-files th.extension {
    width: 10%;
}

table.resource-files th.actions {
    width: 10%;
}

table.resource-files td.actions {
    text-align: center;
}

table.resource-files button, .file-list .resource-actions > button {
    width: 24px;
    height: 24px;
    padding: 0;
    background-position: center center;
}

table.resource-files .download-file, .file-list .download-folder, .file-list .download-file {
    background-image: url(images/flechaAzulBajada.svg);
}

table.resource-files .delete-file, .file-list .delete-folder, .file-list .delete-file {
    background-image: url(images/eliminarAzul.svg);
    margin-left: 6px;
}

.file-list .edit-file {
    background-image: url(images/lapizAzulPeque.svg);
    margin-left: 6px;
}

table.resource.files .actions {
    text-align: center;
}

td.fileStatus.error {
    color: #c71c22;
}

.message-holder { background-image: url(images/icoNotification.svg); background-repeat: no-repeat; background-position: 16px center; background-color: #dddddd; color: #888888; position: absolute; top: 145px; right: -320px; padding: 10px 10px 10px 50px; opacity: 0; width: 320px; min-height: 54px; font-weight: 500; font-size: 12px; filter: drop-shadow(0px 3px 3px rgba(28,83,116,0.5)); -webkit-filter: drop-shadow(0px 3px 3px rgba(28,83,116,0.5)); border-radius: 3px; }
.message-holder strong { display: block; text-transform: uppercase; color: #696868;}

.explorer-wrapper {
    position: absolute;
    top: 93px;
    bottom: 11px;
    left: 11px;
    right: 0px;
    overflow: auto;
    padding-top: 10px;
    box-shadow: inset 0px 20px 20px -20px #DDD;
}

.explorer-wrapper.list-view {
    top: 134px;
    padding-top: 0px;
}

.explorer-wrapper > .file-list {
    float: left;
    width: 100%;
}

.explorer-wrapper > .file-list > div {
    float: left;
    width: 100%;
}

.explorer-wrapper > .file-list .folder {

}

.explorer-wrapper > .file-list .resource {

}

.jstree-anchor.jstree-hovered.copy{ cursor: url(images/cursorCopiar.png), progress;}

.folder-content.list .table-header {
    display: block;
}

.table-header {
    display: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EAE7E7;
    min-height: 31px;
}

.table-header > li {
    float: left;
    display: inline-block;
    padding: 10px 0 10px 5px;
    border-right: 1px solid #ddd;
}

.explorer-wrapper.list-view .file-list > div {
    height: 37px;
    border-bottom: 1px solid #000;
}

.file-list > div > span {
    line-height: 36px;
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

.table-header > .resource-title, .file-list .resource-title {
    width: 50%;
}

.table-header > .resource-paths, .file-list .resource-paths {
    display: none;
}

.table-header > .resource-weight, .file-list .resource-weight {
    width: 10%;
}

.table-header > .resource-extension, .file-list .resource-extension {
    width: 10%;
}

.table-header > .resource-modified, .file-list .resource-modified {
    width: 10%;
}

.table-header > .resource-versions, .file-list .resource-versions {
    width: 8%;
}

.table-header > .resource-actions, .file-list .resource-actions {
    width: 12%;
}

.file-list .resource-weight {
    text-align: right;
}

#resource-notification textarea {
    height: 240px;
}

#resource-notification button {
    float: right;
    font-weight: 600;
}

.formFeedback.warning {
    background-color: #DD5600;
}

.formFeedback.ok {
    background-color: #A0C228;
}

#log-date-from, #log-date-to {
    width: 90px;
    text-align: center;
}

.article-tree-zone {
    height: 100%;
    position: relative;
}

.ui-dialog-content.log label {
    margin-right: 10px;
}

.ui-dialog-content.log button.filter, .ui-dialog-content.log button.export {
    float: right;
}

.ui-dialog-content.log button.filter {
    display: none;
}

.ui-dialog-content.log button.export {
    margin-left: 5px;
}

.ui-dialog-content.log .header table {
    margin-top: 20px;
}

.ui-dialog-content.log .table-wrapper {
    overflow-y: auto;
}

.ui-dialog-content.log table th.date, .ui-dialog-content.log table th.details, .ui-dialog-content.log table td.date, .ui-dialog-content.log table td.details {
    width: 10%;
}

.ui-dialog-content.log table th.type, .ui-dialog-content.log table th.user, .ui-dialog-content.log table td.type, .ui-dialog-content.log table td.user {
    width: 20%;
}

.ui-dialog-content.log table th.route, .ui-dialog-content.log table td.route {
    width: 40%;
}

.ui-dialog-content.log table {
    border-top: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.ui-dialog-content.log .header table {
    border-bottom: 1px solid #F1F1F1;
}

.ui-dialog-content.log table tr th {

}

.ui-dialog-content.log table tr td {
    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
}

.ui-dialog-content.log table tr th {
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    padding: 5px 5px;
    font-weight: 600;
    color: #25729f;
}

.ui-dialog-content.log table tr td {
    padding: 2px 5px;
}

.ui-dialog-content.log table tr td.details {
    text-align: center;
}

.ui-dialog-content.log table tr:nth-child(odd) td { background-color: #fff; }
.ui-dialog-content.log table tr:nth-child(even) td { background-color: #F9F9F9; }

.ui-dialog-content.log .pagination {
    display: none;
}

.subscription-wrapper {
    position: absolute;
    height: 51px;
    z-index: 2;
}

.subscription-wrapper > label {
    cursor: pointer;
    line-height: 51px;
    margin: 0px 0px 0px 10px;
}

.subscription-wrapper > label > input {
    margin-right: 3px;
}

#cke_ckeditor .cke_combo_text {
    width: auto;
    padding-right: 10px;
}

.article-tree-zone .product-icon, .article-tree-zone .products-icon {
    background-image: url("/jstree/themes/default/32px.png");
    background-position: -260px -4px;
    -webkit-filter: brightness(30%);
}

.article-tree-zone .contentNode-icon {
    background-image: url("/jstree/themes/default/32px.png");
    background-position: -260px -4px;
}

.node-info-zone {
    position: absolute;
    z-index: 1;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
}

/*.node-info-zone {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
}*/

.node-info-wrapper, .clone-target-wrapper {
    position: absolute;
    top: 52px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: auto;
}

.node-info-wrapper {
    padding: 40px 20% 40px;
    background-color: #f1f0f0;
}

section[data-zone="documents"] .clone-target-wrapper .jstree-wrapper > .jstree-container-ul > .jstree-node:first-child > i,
section[data-zone="documents"] .clone-target-wrapper .jstree-wrapper > .jstree-container-ul > .jstree-node:first-child > .jstree-anchor{
    width: 60%;
}

/*.node-info-wrapper {
    width: 100%;
    float: left;
    padding: 40px 20% 40px;
    overflow-x: auto;
}*/

.node-info-wrapper label {
    font-weight: 600;
    color: #25729F;
    text-transform: uppercase;
}

.node-info-wrapper label.full-width {
    width: 100%;
}

.node-info-wrapper input, .node-info-wrapper textarea {
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #DEDEDE;
    color: #999;
    width: 100%;
    float: left;
}

.node-info-wrapper textarea {
    padding: 5px 10px;
    height: 100px;
}

.node-info-wrapper div.toggle {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.node-info-form > div.toggle.first {
    margin-top: 10px;
}

.node-info-wrapper div.toggle > * {
    float: right;
}

.article-tree-zone .folder-tree > .jstree-wrapper {
    bottom: 0px;
}

.article-tree-zone > .folder-tree > .actions, .node-info-zone > .actions {
    margin: 0;
    padding: 10px;
    min-height: 52px;
    background-color: #444;
    background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    border-bottom: 1px solid #e1e8ed;
    float: left;
    width: 100%;
    list-style: none;
}

.article-tree-zone > .folder-tree > .actions {
    text-align: left;
}

.node-info-zone > .actions {
    text-align: right;
}

.node-info-zone > .actions > li {
    display: inline-block;
    margin-bottom: 3px;
}

.article-tree-zone .actions button[data-action="newProduct"], .node-info-zone > .actions button[data-action="newNode"] {
    background-image: url(images/nuevaCarpeta.svg);
    padding-left: 37px;
}

.article-tree-zone .actions button[data-action="cloneProduct"],
.article-tree-zone .actions button[data-action="cloneNode"],
.article-tree-zone .actions button[data-action="cloneArticle"] {
    background-image: url(images/clone.svg);
}

.manage-node select {
    display: block;
    margin-bottom: 10px;
}

.manage-node p {
    line-height: 28px;
}

.manage-node .related-folder-name > span {
    font-weight: 600;
}

.manage-node .related-folder-name > span:after {
    content: '>';
    display: inline-block;
    padding: 0 .25em;
}

.manage-node .related-folder-name > span:last-child {
    font-weight: 900;
}

.manage-node .related-folder-name > span:last-child:after {
    content: '';
}

.manage-node button {
    clear: both;
    text-indent: 0;
    padding: .4em 1em;
    font-weight: 500;
    font-size: 1em;
}

.node-info-zone > .actions .btn-edit {
    background-image: url(images/lapizAzulPeque.svg);
    padding-left: 32px;
}

.node-info-zone > .actions .btn-cancel, .node-info-zone > .actions .btn-clone, .node-info-zone > .actions .btn-embed {
    text-indent: 0px;
    padding: 4px 10px;
}

.compare-autosave > div {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.compare-autosave .original-wrapper {
    left: 0;
    right: 50%;
    background-color: #ffffff;
}

.compare-autosave .autosave-wrapper {
    left: 50%;
    right: 0;
    background-color: #f1f1f1;
}

.compare-autosave > div > header {
    font-weight: 600;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.compare-autosave > div > div {
    position: absolute;
    overflow: auto;
    width: 100%;
    top: 24px;
    left: 0;
    bottom: 0;
    padding: 10px;
}

/* SORTABLE-NESTABLE */

.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 30px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 0.8; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-item > button[data-action="remove"] { position: absolute; right: 0; top: 0; }
.dd-item > button[data-action="remove"]:before { content: 'x'; }

.dd-item > input { margin: 0; font-size: 13px; color: #000; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

input.cke_dialog_ui_input_text {
    color: #333;
}

.draftsman-drop-zone {
    margin: 0;
    padding: 0;
    display: table;
    position: relative;
    float: left;
    width: 100%;
}

.draftsman-drop-zone > form {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border: 2px dashed #25729F;
    background-color: #F7F5F5;
    color: #25729F;
    box-shadow: inset 0 0 0 4px #fff;
    border-radius: 10px;
    -mox-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 120px;
    padding-top: 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.draftsman-drop-zone.hover > form, .draftsman-drop-zone > form:hover {
    background-color: #a0c228;
    color: #fff;
    border: 2px solid #a0c228;
    background-image: url(images/subirArchivoDrop.svg);
}

.draftsman-drop-zone > form p {
    vertical-align: middle;
    display: table-cell;
}

.draftsman-drop-zone > form:hover p {
    display: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.draftsman-drop-zone.hover > form p {
    opacity: 0;
}

.fieldset__item { width: 49%; }
#resource-draftsman .fieldset__item:nth-child(odd), #draftsman-download .fieldset__item:nth-child(odd) { float: left; }
#resource-draftsman .fieldset__item:nth-child(even), #draftsman-download .fieldset__item:nth-child(even) { float: right;}
#resource-draftsman input[name="resource-draftsman-redraw"] { width: auto; float: left; margin-right: 6px;}
#resource-draftsman textarea { margin-bottom: 10px; }

#draftsman-download .btn-default.download { background-image: url("images/flechaAzulBajada.svg"); box-shadow: 0px -2px 1px #E4E1E1; float: right; }
.btn-default[data-action="draftsman"], .btn-default.select-version { background-image: url("images/ilustrador.svg"); }
.btn-default.select-version { background-size: 15px; margin-left: 6px; }

.edit-tabs > div {
    max-height: calc(100% - 35px);
    overflow: auto;
}
.invispan {
    display: inline;
    width: auto;
    visibility: hidden;
    margin-bottom: -20px;
    float: left;
}

/*TOGGLES*/

.toggle > .hidden {
    display: none;
}

.cbx:checked ~ label.lbl {
    background: #bce8f9;
}

.cbx:disabled ~ label.lbl {
    background: #d5d5d5;
    pointer-events: none;
}

.lbl {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.lbl:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #ddd;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}

.cbx:checked ~ label.lbl:after {
    left: 20px;
    background: #25729f;
}

.cbx:disabled ~ label.lbl:after {
    background: #bcbdbc;
}