
.hidenArea {
    with: 0;
    height: 0;
    margin-left: -10000px;
}

.selRowEditors table textarea.editor {
    width: 100%;
}

.selRowEditors table .editorName td:first-child {
    padding-left: 25px;
    font-weight: bold;
}

.selRowEditors table .editorName td:last-child a {
    margin-left: 2px;
}

.selRowEditors table .editorArea > td {
    padding: 0;
    mardin: 0;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.selRowEditors table .editorArea > td .spanModel {
    padding-left: 0;
    margin-left: 2px;
    padding-bottom: 4px;
}

.selRowEditors .wslider {
	margin-left: 3px;
	height: 100px;
}

/*
    Знак вопроса ниже слайдера слов для всплывающей подсказки
*/

.selRowEditors .tt_link_slider {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 3px 0 0 4px;
}

.selRowEditors .tt_link_slider:hover {
    box-shadow: 0 0 5px orange;
}

.selRowEditors .tt_link_slider_quest {
    display: block;
    width: 12px;
    height: 12px;
    background: url('/plugins/ckeditor/ui-common/img/rteToWord/question.png') center no-repeat;
    background-size: 12px 12px;
}

/*
.selRowEditors table td {
    border-collapse: collapse;
    border: 1px solid black;
}
*/

td.ico {
    margin: 0;
    padding: 4px 0;
    width: 20px;
}
td.btn {
    margin: 0;
    padding: 2px 0;
    width: 20px;
}


/* ИКОНКИ НА КНОПКАХ */

input.save { /* Сохранить (для кнопки сохранения) */
    margin-top: 5px;
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/rteToWord/save.png') center no-repeat;
}
input.save-dis { /* НЕ ДОСТУПНАЯ, СЕРАЯ кнопка Сохранить (для НЕ ДОСТУПНОЙ кнопки сохранения) */
    pointer-events: none;
    margin-top: 5px;
    display: block;
    width: 23px;
    height: 23px;
    background: url('../img/rteToWord/save-dis.png') center no-repeat;
}

/* ИКОНКИ НА ССЫЛКАХ */

a.edit:hover,
a.withLiter:hover {
    box-shadow: 0 0 5px orange;
}

a.selModel {
    box-shadow: 0 0 5px green;
}

a.collapse { /* Стрелочка вверх (для для возврата из полнопросмотрового режима к презентационной карточке) */
    display: block;
    width: 16px;
    height: 16px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-image: url('../img/rteToWord/arrow_up.png');
}

a.edit { /* Страничка с карандашем (для ссылки на редактирование) */
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/rteToWord/edit.png') center no-repeat;
}
a.edit-dis { /* НЕ ДОСТУПНАЯ, СЕРАЯ Страничка с карандашем (для НЕ ДОСТУПНОЙ ссылки на редактирование) */
    pointer-events: none;
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/rteToWord/edit-dis.png') center no-repeat;
}

a.withLiter {
    display: block;
    width: 16px;
    height: 16px;
}

a.show_EasyPruning { /* Простая обрезка */
    background: url('../img/rteToWord/EasyPruning.png') center no-repeat;
}
a.show_EasyPruning-sel { /* Простая обрезка (выделенная) */
    background: url('../img/rteToWord/EasyPruning-sel.png') center no-repeat;
}

a.show_GoldPresentation { /* Золотая презентация */
    background: url('../img/rteToWord/GoldPresentation.png') center no-repeat;
}
a.show_GoldPresentation-sel { /* Золотая презентация (выделенная) */
    background: url('../img/rteToWord/GoldPresentation-sel.png') center no-repeat;
}

a.show_RibbonLightning { /* 'Бегущая строка' */
    background: url('../img/rteToWord/RibbonLightning.png') center no-repeat;
}
a.show_RibbonLightning-sel { /* 'Бегущая строка' (выделенная) */
    background: url('../img/rteToWord/RibbonLightning-sel.png') center no-repeat;
}
