/********************************************************************
 * openWYSIWYG stylesheet file Copyright (c) 2006 openWebWare.com
 * Contact us at devs@openwebware.com
 * This copyright notice MUST stay intact for use.
 *
 * $Id: wysiwyg.css,v 1.2 2007/01/29 19:19:49 xhaggi Exp $
 ********************************************************************/
/* Status Bar */
.wysiwyg-statusbar {
    font-family: Arial;
    font-size: 9px;
    background-color: #EEEEEE;
}

a.wysiwyg-statusbar {
    font-family: Arial;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

a.wysiwyg-statusbar:hover {
    font-family: Arial;
    font-size: 9px;
    color: #000000;
    text-decoration: underline;
}

/* Font Type and Size Drop Down */
.dropdown {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    height: 140px;
    overflow: auto;
    padding: 1px;
}

button.mouseOver {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 3px;
    cursor: default;
    text-align: left;
}

button.mouseOut {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 3px;
    cursor: default;
    text-align: left;
}

/* Context Menu */
.wysiwyg-context-menu-div {
    background-color: #F4F4F4;
    border: 1px solid #C9C9C9;
    width: 170px;
}

.wysiwyg-context-menu {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 100%;
}

.wysiwyg-context-menu .icon {
    background-color: #EEEEEE;
}

.wysiwyg-context-menu .disabled {
    font-family: Arial;
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    padding-left: 3px;
}

.wysiwyg-context-menu a {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding-left: 3px;
}

.wysiwyg-context-menu .mouseover {
    background-color: #EEEEEE;
}

/* CREATE TABLE POPUP */
/* Select Border Width/Type */
.on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 6px;
    width: 140px;
    cursor: default;
    height: 5px;
}

.off {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 6px;
    width: 140px;
    cursor: default;
    height: 5px;
}

/* Select Shading/Border Color */
.wysiwyg-color-picker-table {
    border: 1px solid #7E7E81;
    background-color: #F7F7F7;
    padding: 1px;
}

.wysiwyg-color-picker-div {
    font-size: 1px;
    height: 12px;
    width: 12px;
}

.selectColorBorder {
    border: 1px solid #F7F7F7;
}

.selectColorOn {
    border: 1px solid #999999;
    background-color: #CCCCCC;
}

.selectColorOff {
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
}

.editorHidden {
    display: none;
}

.tableTextareaEditor p {
    margin: 0;
}

.cBody [id*="textEditor"] {
    /* margin-top: 0; */
}

[id*="textEditor"] iframe {
    border: 1px solid #f2f2f4;
    box-sizing: border-box;
}

[id*="textEditor"] iframe[style*="height"] {
    height: auto !important;
}

[id*="textEditor"] table {
}

[id*="textEditor"] table[style*="height"] {
    height: auto !important;
}

[id*="textEditor"] table[style*="width"] {
    width: 100% !important;
     overflow: hidden;
}

[id*="textEditor"] tbody {width: 100%;}

[id*="textEditor"] td,
#cDocumentECVision #tBody #cCn table [id*="textEditor"] td {
    padding: 0;
    box-sizing: border-box;
    height: auto !important;
    border:none !important;
    text-align: inherit;
}

[id*="textEditor"] td + td {
}

[id*="textEditor"] td[style*="height"] {
    height: auto !important;
}

[id*="textEditor"] td[style*="width"] {
    
}

[id*="textEditor"] tr {width: 100%;}

[id*="textEditor"] .toolbar1 {
    height: 32px;
    background-color: #f2f2f4;
}

[id*="textEditor"] .editorDateTd {width: 100%;}

[id*="textEditor"] .editorDate {
    line-height: 32px;
    padding: 0 16px;
}

[id*="textEditor"] .tableTextareaEditor {
}

[id*="textEditor"] #commentsScripts {
    margin-top: 0;
}

[id*="textEditor"] #wysiwyg_div_textEditorDocTextArea {
    margin-top: 20px;
}

[id*="textEditor"] #wysiwyg_div_textEditorDocTextArea[style*="width"] {
    width: 100% !important;
}

[id*="textEditor"] [class*="buttonEditor"] {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

[id*="textEditor"] [class*="buttonEditor"][class*="Over"] {
    background-color: #ededed;
}

[id*="textEditor"] [src*="seperator"] {
    display: none;
}

[id*="textEditor"] [id*="Delete"] {
    background-image: url(/editor/images/wk-icon-trash.svg);
}

[id*="textEditor"] [id*="Delete"]:hover {
}

[id*="textEditor"] #Delete1:hover {
}

[id*="textEditor"] #Save {
    background-image: url(/editor/images/wk-icon-download.svg);
}

[id*="textEditor"] #Bold {
    background-image: url(/editor/images/wk-icon-bold.svg);
    background-size: 60%;
}

[id*="textEditor"] #Italic {
    background-image: url(/editor/images/wk-icon-italic.svg);
    background-size: 60%;
}

[id*="textEditor"] #Underline {
    background-image: url(/editor/images/wk-icon-underline.svg);
    background-size: 60%;
}

[id*="textEditor"] #Edit {
    background-image: url(/editor/images/wk-icon-pen.svg);
    background-size: 73%;
}

[id*="textEditor"] #Collapse {
    background-image: url(/editor/images/wk-icon-chevron-down.svg);
    background-size: 73%;
}
