/* стили для сайта wit.sitistest.ru */
html{
	overflow: hidden;
	min-width: 420xp;
}
body{
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 500px;
}
#mainWindow p{
	font-size: 16px;
}
p{
	margin: 0;
}
.border_panel{
	border-bottom: 2px solid rgba(217,217,217,.52);
}
.topLvl{
	z-index: 1;
}

#mainWindow #blockAddClassSchemaEdit2.hidden {
    display: none;
}
.block_list{
	min-width: 100px;
    min-height: 27px;
    position: absolute;
	position: absolute;
    background-color: white;
	top: 33px;
	left: -1px;
	border: 1px solid black;
}
#mainWindow{
	margin: 25px;
    background-color: #fff;	
	border: 1px solid #ccc;
	
}
#headerNameProject{
	/*color: #1976d2;
    font-family: "Avenir W01";
    font-weight: 600;
    border-bottom: 2px solid #2276d2;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1em;
    box-sizing: border-box;
    position: unset;
    z-index: 9999;
    height: auto;
    padding: 1rem;
    background: none;
    display: flex;
    align-items: flex-end;
    font-size: 20px;*/
	line-height: 23px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E) left 0 top 0 #fff;
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 4px 0 4px;
    margin: 5px 20px 5px 3px;
    font-size: 18px;
}
#mainWindow > div{
	/*padding-left: 1%;
    padding-right: 1%;*/
}
.block{
	display: block;
}
.inline_block{
	display: inline-block;
}
.flex{
	display: flex;
}
#panelDoc {
	line-height: 23px;
	border-top: 1px solid #ccc;
}
#panelDoc p{
	font-size: 18px;
	margin: 0;
}
#panelDoc #nameDoc, #panelDoc #nameStyle{
	margin: 5px 20px 5px 3px;
}
#panelMenu{
	height: 33px;
	max-height: 33px;
	position: relative;
}
.butonPanelMenu{	
	margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: 0 0;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: none;
    float: none;
    position: static;
    width: auto;
    height: auto;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
    max-width: none;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    color: #333;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none;
	/*моё обновление стилей*/
	position: relative;
}
#panelDoc>div {
    padding-left: 4px;
}
#panelClasses>div{
	padding-left: 4px;
}
#panelTags>div{
	padding-left: 4px;
}
.tox .tox-mbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    /*overflow: hidden;*/
    padding: 0 4px;
    text-transform: none;
    width: auto;
}
.tox .tox-menu.tox-collection.tox-collection--list {
    padding: 0;
}
#panelMenu>button{
	position: relative;
}
.butonPanelMenu:hover{

	background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}
.listFunction {
    padding: 1px 5px;
}

.listFunction:hover{
	background-color: greenyellow;
    cursor: pointer;
    background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}

.mce-caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	border-top-color: #333;
    content: "";
	margin-top: 11px;
    margin-left: 5px;
}
#button_file:hover #button_file_block_list{
	display: block;
}
#areaEditSchema,
#closeWindowEditSchemaButton{
	    background-color: white;
}

#button_file_block_list,
#button_edit_block_list,
#button_search_block_list,
#button_schema_block_list,
#button_style_block_list,
#button_data_block_list,
#button_view_block_list,
#button_setting_block_list,
#button_help_block_list,
#button_template_block_list,
#button_image_block_list, 
#button_math_block_list {
	
	min-width: 100px;
    min-height: 27px;
    position: absolute;
    background-color: white;
    top: 34px;
    left: 0px;
    border: 1px solid black;
	padding: 4px 0;
	overflow: unset;
}

#EditFormater #formatting_struct {
	width: auto;
}

#saveAs,
#DataSource,
#bloackFtp,
#button_image,
#button_math,
#tagFunc,
#dataFunc,
#colorFunc,
#classSelector,
#EditFormater,
#structItem {
	position: relative ;
}

#tagFunc .b,
#dataFunc .b,
#colorFunc .b,
#saveAs .b,
#DataSource .b,
#bloackFtp .b,
#button_image .b,
#button_math .b,
#classSelector .b,
#button_help_block_list .b,
#button_edit_block_list .b,
#EditFormater .b,
#structItem .b {
    position: absolute;
    top: -5px;
    left: calc(100% + 1px);
    right: 0;
}


#help_block_list_doc{
	position: relative;
}
.b{
	border: 1px solid black;
	background-color: white;
	position: absolute;
    left: 121px;
    top: -1px;
}
#bloackFtp:hover #testeeeeee {
	position: fixed;
    left: 894px;
    top: 194px;
}
#tagFunc:hover .b,
#dataFunc:hover .b,
#colorFunc:hover .b,
#saveAs:hover .b,
#DataSource:hover .b,
#bloackFtp:hover .b,
#bloackFtp:hover #testeeeeee,
#help_block_list_doc:hover .b,
#classSelector:hover .b,
#EditFormater:hover .b,
#button_image:hover .b,
#button_math:hover .b,
#structItem:hover .b {
	display: block;
	padding: 4px 0;
    border-left: 1px solid black;
    margin-left: -1px;
}
#panelTags{
	margin-top: 4px;
    margin-bottom: 4px;
}
#panelTags p{
	font-size: 16px;
	line-height: 25px;
    padding: 4px 4px;
}
#panelClasses{
	margin-top: 4px;
    margin-bottom: 4px; 
}
#panelClasses p{
	font-size: 16px;
	line-height: 25px;
    padding: 4px 4px;
}
.undo{
	width: 33px;
	height: 33px;
	background-position: 2px 2px;
	background-image:url('../ico/undo.png');
	background-repeat: no-repeat;
    margin: 0;
    padding: 0;
	
	    pointer-events: none;
    cursor: unset;
    background-color: lightgray;
}
.redo{
	width: 33px;
	height: 33px;
	background-position: 2px 2px;
	background-image:url('../ico/redo.png');
	background-repeat: no-repeat;
	margin: 0;
    padding: 0;
	
	    pointer-events: none;
    cursor: unset;
    background-color: lightgray;
}
#panelMenu .undo:hover{
	/*border-radius: 10px;*/
    background-color: white;
	
}
#panelMenu .redo:hover{
    /*border-radius: 10px;*/
    background-color: white;
	
}
#panelEditAndStruct{
	position: relative;
}
#panelClassesConteiner .selectClass,
#panelTagsConteiner .selectTag{
	background: #c8cbcf;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}
.selectTag{
	background-color: lightgrey;
}
.tox .tox-tbtn {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222f3e;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 34px;
    justify-content: center;
    margin: 2px 0 3px 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    padding: 2px 4px;
}
.tox .tox-tbtn:hover {
    background: #dee0e2;
    border: 0;
    box-shadow: none;
    color: #222f3e;
}
#panelClassesConteiner button {
  /*  padding: 3px;
    margin: 2px;
    border: 2px solid;
    border-radius: 4px;*/
}
#panelClassesConteiner,
#panelTagsConteiner {
	display: inline-flex;
	overflow-x: auto;
	width: calc(100% - 72px);
}
#data-number_info_elem_1{
	
}

/*#panelTagsConteiner button {
    padding: 3px;
    margin: 2px;
    border: 2px solid;
    border-radius: 4px;
}*/
#panelStruct{
	top: 0px;
    padding: 0;
    background-color: #fff;
	min-width: 50px;
	height: calc(100vh - 192px);
	position: absolute;
	min-width: 100px;
}

#panelStruct p {
	position: absolute;
    font-size: 11px;
    text-align: center;
    padding-bottom: 1px;
    line-height: 14px;
}
#panelEdit{
	width: 100%;
	height: calc(100vh - 290px);
	/*margin-left: 50px;*/
}
#contentDoc{
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
	width: calc(100% - 6px);
	height: calc(100% - 3px);
	resize: none;
}
#contentDocTry{
	width: calc(100% );/*100% - 135px*/
	min-height: calc(100% - 30px);
	height: calc(100% - 30px);
	border: solid; 
	border-width: 0px; 
	text-align: left;
	background-color: white;
	/*-webkit-box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.75);*/
	/*padding: 15px 15px 15px 15px;*//*15px 15px 15px 120px*/
	font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
	overflow-wrap: anywhere;
	overflow-y: auto;
	/*border-left: 40px solid rgba(217,217,217,.52)*/
	
}
.status_panel_margin{
	margin-right: 20px;
}
#conteinerForEditSchema,
#conteinerForViewImageFromStorage {
	position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
	display: none;
}

#closeWindowEditSchemaButton{
	position: absolute;
    right: 19px;
    width: 100px;
    height: 40px;
    top: 0;
}
#conteinerForEditSchema textarea,
#conteinerForViewImageFromStorage textarea {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	margin: 50px;
}
#nameAddClassSchema{
	display: inline-block;
}


#blockAddClassSchema textarea,
#conteinerForViewImageFromStorage textarea,
#conteinerForEditSchema textarea{
	width: calc(100% - 20px);
    min-height: 20px;
    resize: none;
    max-height: 600px;
	margin: 0 auto;
}
#conteinerElemForAddClassSchema,
#conteinerTableViewSchema{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 0;
    position: static;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
    flex-direction: column;
    max-height: 100%;
	
    width: max-content;
    max-width: max-content;
    min-width: 480px;
	
    overflow: hidden;
    width: 95vw;
    z-index: 2;
}

.title{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
    color: #222f3e;
}
#closeCreateColor,
#closeAddClassSchema,
#closeAddClassSchemaEdit,
#closeAddClassSchemaRemove,
#closeViewColor,
#closeViewFtpParametr {
	font: inherit;
    direction: inherit;
    font-style: inherit;
    -webkit-tap-highlight-color: inherit;
    text-shadow: inherit;
    vertical-align: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    position: static;
    width: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 11px;
    margin: 0;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
    padding: 4px;
}
#conteinerElemForAddClassSchema .parentButtonAddClassSchema label,
#conteinerElemForAddClassSchema .parentButtonAddClassSchema input,
#conteinerTableViewSchema .parentButtonAddClassSchema label,
#conteinerTableViewSchema .parentButtonAddClassSchema input{
    border: none;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
	margin-right: 5px;
}



.tox-icon{
	height: 24px;
}
#closeCreateColor:hover,
#closeAddClassSchema:hover,
#closeAddClassSchemaEdit:hover,
#closeAddClassSchemaRemove:hover{
	background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}

#conteinerElemForAddClassSchema .parentButtonAddClassSchema,
#conteinerTableViewSchema .parentButtonAddClassSchema{
	height: max-content;
    border: none;
    text-align: right;
	border: none;
}
#conteinerElemForAddClassSchema #checkboxAddClassSchema,
#conteinerTableViewSchema  #checkboxAddClassSchema{
    margin: 0 0 0 7px;
    width: unset;
	
}

.windowBlock{
	width: 50%;
    height: max-content; 
	background-color: white;
	display: inline-block;
    vertical-align: middle;
}

#conteinerForEditSchema textarea,
#conteinerForViewImageFromStorage textarea {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	margin: 50px;
}


#contentDocTryEditPanel div{
	font-size: 10px;
	/*padding-bottom: 16px;*/
	font-weight: normal;
}
#conteinerElemForRemoveClass button {
    margin: 2px 4px;
    padding: 3px;
    display: table-cell;
    width: max-content;
}
#areaAddClassSchema{
	width: calc(100% - 20px);
    margin: 0 auto;
}
#closeWindowRemoveClassButton{
	padding: 3px 8px;
    margin: 5px;
}
#conteinerElemForRemoveClass div{
	display: table-row;
	text-align: left;
	width: 100%;
}
#conteinerElemForRemoveClass{
	display: table;
	width: 100%;
}
div.windowCustom:before{
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#contentDocTryEditPanel div:before {
	/*left: -15px;*/
	left: 0px;
    position: relative;
    display: inline-block;
    content: attr(data_auto_num);
	min-width: 16px;
}
#contentDocTryEditPanel div{
	margin-left: 15px;
	position: relative;
    font-style: normal;
	min-height: 10px;
}
#exampleSelector{
	min-height: 52px;
    display: grid;
    align-items: flex-end;
	
}
#exampleSelectorColor{
	min-height: 22px;
    display: flex;
    align-items: flex-end;	
}

#panelStatus{
	display: block;
    height: 67px;
}
#panelStatus>div{
	width: 50%;
}
#mainWindow .tox-editor-header>div{
	border-top: 1px solid #ccc;
}
#panelStatus .inline_block{
	margin-right: 4px;
}
#m22-wnd-cont {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background-color: hsla(0, 0%, 0%, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 35;
}
#m22-wnd {
    display: block;
    position: relative;
    /* height: 600px; */
    /* width: 800px; */
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
#m22-wnd::before {
    content: "Файлы моделей:";
    display: block;
    background-color: rgb(230, 230, 230);
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 0px;
}
#m23-wnd-list-cont, #m22-wnd-list-cont {
    display: inline-flex;
    flex-wrap: wrap;
}
#m23-wnd-list-cont > a.btn:last-child, #m22-wnd-list-cont > a.btn:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}
#m23-wnd-list-cont > a.btn.parent-link, #m23-wnd-list-cont > a.btn.dir, #m22-wnd-list-cont > a.btn.parent-link, #m22-wnd-list-cont > a.btn.dir {
    background: #bbb linear-gradient(170deg, hsla(0, 0%, 99%, 1) 0%, hsla(0, 0%, 70%, 1) 100%);
}
#m23-wnd-list-cont > a.btn, #m22-wnd-list-cont > a.btn {
    text-decoration: none;
    color: #000;
    margin-right: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
}
a.m22-wnd-list-element-link {
    width: 300px;
    display: inline-block;
    height: 100px;
}
.btn {
    display: inline-block;
    border: solid 1px #999;
    padding: 6px 7px;
    line-height: 100%;
    font-size: 13px;
    font-family: Arial;
    border-radius: 2px;
    background: #ddd linear-gradient(180deg, hsla(0, 0%, 99%, 1) 0%, hsla(0, 0%, 90%, 1) 100%);
    cursor: pointer;
}
#m23-wnd-list-cont > a.btn > img.m23element-img, #m22-wnd-list-cont > a.btn > img.m22element-img {
    display: inline-block;
    /* width: max-content; */
    /* height: max-content; */
    width: 95px;
    height: 95px;
}
.m22-wnd-list-element-text-cont > .text {
    font-weight: bold;
}
#mainWindow #blockAddClassStyleEdit.hidden,
#mainWindow #blockCreateColor.hidden,
#mainWindow #blockEditData.hidden,
#mainWindow #blockEditDataSchemaType.hidden,

#mainWindow #blockAddClassSchema.hidden,
#mainWindow #blockAddClassSchemaEdit.hidden,
#mainWindow #conteinerForEditSchema.hidden,
#mainWindow #conteinerForViewImageFromStorage.hidden{
	display: none;
}

.dialog-describ{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    display: flex;
    flex: 1;
}
#mainWindow .windowBlock .tox-dialog__body-content{
	    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    position: static;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
}

.tox-form{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    margin-bottom: 0;
    margin-top: 0;
}
#conteinerTableViewSchema input,
#conteinerElemForAddClassSchema input{
	white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

.tox :not(svg):not(rect) {
    box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
}
.tox-dialog__footer-end{
	background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    display: flex;
}

.tox :not(svg):not(rect) {
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
}
* {
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    color: inherit;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-weight: 400;
}
.tox-tinymce {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit!important;
}
.tox:not([dir=rtl]) {
    direction: ltr;
    text-align: left;
}
#conteinerTableViewSchema .tox-dialog__footer .cancelBut,
#conteinerElemForAddClassSchema .tox-dialog__footer .cancelBut{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 8px;
}
.tox {
    box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
}
.tox .tox-menubar {
    background-color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 4px 0 4px;
}
.tox .tox-statusbar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    color: rgba(34,47,62,.7);
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
}
#conteinerTableViewSchema .tox-dialog__footer .saveBut,
#conteinerElemForAddClassSchema .tox-dialog__footer .saveBut{
	background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    margin-left: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#listClassForRemove{
	position: absolute;
    top: 28px;
    left: 0;
    min-width: 116px;
    max-height: 385px;
    background-color: white;
	padding: 0;
	overflow: hidden auto;
    min-height: 53px;
    min-width: 119px;
}
.tox .tox-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34,47,62,.1);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    z-index: 1150;
}
.pos_rel{
	position: relative;
	
}
#panelMenu .listFunction {
    padding: 4px 8px;
	display: flex;
}
#listClassForRemove{
	display: none;
}
.tox .tox-collection--list .tox-collection__group:first-child {
    border-top-width: 0;
}
.tox .tox-collection--list .tox-collection__group{
	    border-bottom-width: 0;
    border-color: #ccc;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-top-width: 1px;
    padding: 4px 0;
}
.tox .tox-collection__item {
    align-items: center;
    color: #222f3e;
    cursor: pointer;
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#listClassForRemoveConteiner>div{
    padding: 4px 8px;
}
.tox-collection__item:hover {
    background-color: #dee0e2;
}
#listClassForRemoveConteiner{
	width: 100%;
}
#mainWindow .tox-dialog__footer{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    position: static;
    width: auto;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

#header,
#headerCreateColor,
#headerDeleteColor,
#conteinerElemForViewColor,
#conteinerElemForViewFtpParametr,
#headerViewColor,
#headerViewFtpParametr,
#headerEdit,
#headerViewSchema,
#headerEditSchemaType,
 #headerShowTree{
	box-sizing: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    width: auto;
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}

#headerRemove,
#headerSchemaEdit,
#headerSelectStyle,
#headerNewFile{
	box-sizing: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    width: auto;
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}
.tox-label{
	box-sizing: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    vertical-align: inherit;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    position: static;
    width: auto;
    color: rgba(34,47,62,.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
}
#mainWindow .windowBlock .tox-dialog__body{
	box-sizing: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    -webkit-tap-highlight-color: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
}
#mainWindow .windowBlock .tox-form__group{	
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    box-sizing: border-box;
    margin-bottom: 4px;
}
#mainWindow .windowBlock .tox-dialog__footer .cancelBut:hover{
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}
#mainWindow .windowBlock .tox-dialog__footer .saveBut:hover{
	background-color: #1c6ca1;
    background-image: none;
    border-color: #1c6ca1;
    box-shadow: none;
    color: #fff;
}
#mainWindow .windowBlock .tox-dialog__footer .saveBut{
	background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    margin-left: 8px;
}
#mainWindow .windowBlock .tox-dialog__footer .cancelBut{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 8px;
}
#errorAddClass,
#errorAddClass2,
#errorAddSchemaType,
#errorAddSchemaType2 {
	position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(50% - 241px);
    display: block;
}
#mainWindow .windowBlock input[type="text"],
#mainWindow .windowBlock input[type="password"]{
	white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}

#mainWindow .windowBlock .parentButtonAddClassSchema{
	height: max-content;
    border: none;
    text-align: right;
	border: none;
}
#mainWindow .windowBlock #checkboxAddClassSchema{
    margin: 0 0 0 7px;
    width: unset;
}
#mainWindow .windowBlock .parentButtonAddClassSchema label,
#mainWindow .windowBlock .parentButtonAddClassSchema input{
    border: none;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
	margin-right: 5px;
}

#mainWindow .windowBlock{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 0;
    position: static;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
    flex-direction: column;
    max-height: 100%;
    max-width: 480px;
    overflow: hidden;
    width: 95vw;
    z-index: 2;
}









#mainWindow .windowBlock .tox-form__group{	
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    position: static;
    width: auto;
    box-sizing: border-box;
    margin-bottom: 4px;
}

#mainWindow .windowBlock .tox-dialog__footer .saveBut{
	background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    margin-left: 8px;
}
#mainWindow .windowBlock .tox-dialog__footer .cancelBut,
#errorAddSchemaType .tox-dialog__footer .cancelBut,
#errorAddSchemaType2 .tox-dialog__footer .cancelBut,
#conteinerElemForViewFtpParametr #blockParametrsFtpServer #idRemoveFtpServerFromLS {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 8px;
}

#mainWindow .windowBlock inputt{
	white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}


#mainWindow .windowBlock .parentButtonAddClassSchema{
	height: max-content;
    border: none;
    text-align: right;
	border: none;
}
#mainWindow .windowBlock #checkboxAddClassSchema,
#mainWindow .windowBlock{
    margin: 0 0 0 7px;
    width: unset;
}
#mainWindow .windowBlock .parentButtonAddClassSchema label,
#mainWindow .windowBlock .parentButtonAddClassSchema input{
    border: none;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
	margin-right: 5px;
}
#mainWindow .windowBlock p{
	width: calc(100% + 0px);
	border: none;
	height: 30px;
    text-align: center;
}
#conteinerElemForAddClassSchema p{
	height: unset;
}

#mainWindow .windowBlock{
	box-sizing: inherit;
    color: inherit;
    cursor: inherit;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-tap-highlight-color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    vertical-align: inherit;
    white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 0;
    position: static;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
    flex-direction: column;
    max-height: 100%;
    max-width: 480px;
    overflow: hidden;
    width: 95vw;
    z-index: 2;
}
#mainWindow #conteinerTableViewSchema{
	max-width: 980px;
	min-height: 300px;
}
.tox .tox-collection__item-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}
.tox .tox-collection__item-icon svg {
    fill: currentColor;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child) {
    margin-left: 8px;
}
.tox .tox-collection__item-label {
    color: currentColor;
    display: inline-block;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    word-break: break-all;
	margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-collection__item-accessory {
    margin-left: 16px;
    text-align: right;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child) {
    margin-left: 8px;
}
.tox .tox-collection__item-accessory {
    color: rgba(34,47,62,.7);
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-transform: none;
	    margin-left: 8px;
}
#mainWindow .windowBlock .tox .tox-selectfield{
    cursor: pointer;
    position: relative;
}
#mainWindow .windowBlock select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
	padding-right: 24px;
}
.tox .tox-selectfield svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	
}
#mainWindow .tox-selectfield__icon-js svg{
	right: 8px;
    top: -18px;
}



conteinerForViewImageFromStorage
#conteinerForEditSchema .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th,
#conteinerForViewImageFromStorage .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th,
#blockAddClassStyleEdit .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th,
#blockEditData .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th,
#blockEditDataSchemaType .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th,
#blockCreateColor .mce-content-body table caption, .mce-content-body table td, .mce-content-body table th{
    padding: 15px 7px;
    font: inherit;
}
#conteinerForEditSchema table,
#conteinerForViewImageFromStorage table,
#blockAddClassStyleEdit table,
#blockEditData table,
#blockEditDataSchemaType table,
#blockCreateColor table{
    border-collapse: collapse;
}
#conteinerForEditSchema .mce-content-body table,
#conteinerForViewImageFromStorage .mce-content-body table,
#blockAddClassStyleEdit .mce-content-body table,
#blockEditData .mce-content-body table,
#blockEditDataSchemaType .mce-content-body table,
#blockCreateColor .mce-content-body table{
    width: calc(100% - 4px);
    border-spacing: 0;
    border-collapse: separate;
}

#conteinerForEditSchema .mce-content-body table,
#conteinerForViewImageFromStorage .mce-content-body table,
#blockAddClassStyleEdit .mce-content-body table,
#blockEditData .mce-content-body table,
#blockEditDataSchemaType .mce-content-body table,
#blockCreateColor .mce-content-body table,
{    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

#conteinerForEditSchema table,
#conteinerForViewImageFromStorage table,
#blockAddClassStyleEdit table,
#blockEditData table,
#blockEditDataSchemaType table,
#blockCreateColor table{
	border-collapse: collapse;
    width: 100%;
    max-height: 248px;
	background-color: white;
}
#conteinerForEditSchema table,
#conteinerForViewImageFromStorage table {
	max-height: max-content;
}
#conteinerForEditSchema .mce-content-body table td, .mce-content-body table th,
#conteinerForViewImageFromStorage .mce-content-body table td, .mce-content-body table th,
#blockAddClassStyleEdit .mce-content-body table td, .mce-content-body table th,
#blockEditData .mce-content-body table td, .mce-content-body table th,
#blockEditDataSchemaType .mce-content-body table td, .mce-content-body table th,
#blockCreateColor .mce-content-body table td, .mce-content-body table th,
#blockSetNameFile .mce-content-body table td, .mce-content-body table th,
#blockSetNameSchema .mce-content-body table td, .mce-content-body table th{
    border: 1px solid #aaa;
    border-collapse: collapse;
}
#conteinerForEditSchema .mce-content-body table tr:nth-child(even),
#conteinerForViewImageFromStorage .mce-content-body table tr:nth-child(even),
#blockAddClassStyleEdit .mce-content-body table tr:nth-child(even),
#blockEditData .mce-content-body table tr:nth-child(even),
#blockEditDataSchemaType .mce-content-body table tr:nth-child(even),
#blockCreateColor .mce-content-body table tr:nth-child(even),

#blockSetNameFile .mce-content-body table tr:nth-child(even),
#blockSetNameSchema .mce-content-body table tr:nth-child(even){
    background: #fafafa;
}

#conteinerForEditSchema .mce-spellchecker-word,
#conteinerForViewImageFromStorage .mce-spellchecker-word,
#blockAddClassStyleEdit .mce-spellchecker-word,
#blockEditData .mce-spellchecker-word,
#blockEditDataSchemaType .mce-spellchecker-word,
#blockCreateColor .mce-spellchecker-word,

#blockSetNameFile .mce-spellchecker-word,
#blockSetNameSchema .mce-spellchecker-word{
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A);
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-x;
    background-size: auto 6px;
    cursor: default;
    height: 2rem;
}
#mainWindow #conteinerForEditSchema.hidden,
#mainWindow #conteinerForViewImageFromStorage.hidden,
#mainWindow #blockAddClassStyleEdit.hidden,
#mainWindow #blockEditData.hidden,
#mainWindow #blockEditDataSchemaType.hidden,
#mainWindow #blockSetNameFile.hidden,
#mainWindow #blockCreateColor.hidden,
#mainWindow #blockSetNameSchema.hidden,
#mainWindow #blockShowTree.hidden
{
	display: none;
}
#conteinerForEditSchema .mce-content-body table th,
#conteinerForViewImageFromStorage .mce-content-body table th,
#blockCreateColor .mce-content-body table th,
#blockAddClassStyleEdit .mce-content-body table th,
#blockEditData .mce-content-body table th,
#blockEditDataSchemaType .mce-content-body table th,
#blockSetNameFile .mce-content-body table th,
#blockSetNameSchema .mce-content-body table th{
    white-space: nowrap;
}














.tox .tox-dialog {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 16px 16px -10px rgba(34,47,62,.15), 0 0 40px 1px rgba(34,47,62,.15);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    width: 95vw;
    z-index: 2;
}
.tox .tox-dialog__header {
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    color: #222f3e;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 8px 16px 0 16px;
    position: relative;
}
.tox .tox-dialog__title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}
.tox .tox-dialog__draghandle {
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tox .tox-dialog__content-js {
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
}
.tox .tox-dialog__body {
    color: #222f3e;
    display: flex;
    flex: 1;
    -ms-flex-preferred-size: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    min-width: 0;
    text-align: left;
    text-transform: none;
}
.tox .tox-dialog__body-content {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
    max-height: 650px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px;
}
.tox .tox-dialog__body-content>* {
    margin-bottom: 0;
    margin-top: 16px;
}
.tox .tox-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    -ms-flex-preferred-size: auto;
}
.tox .tox-dialog__body-content>:last-child {
    margin-bottom: 0;
}
.tox .tox-dialog__body-content>:only-child {
    margin-bottom: 0;
    margin-top: 0;
}
.tox .tox-form__group {
    box-sizing: border-box;
    margin-bottom: 4px;
}
.tox .accessibility-issue__description {
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.tox .accessibility-issue--error .accessibility-issue__description {
    background-color: rgba(204,0,0,.1);
    border-color: rgba(204,0,0,.4);
    color: #222f3e;
}
.tox:not([dir=rtl]) .accessibility-issue__description {
    padding: 4px 4px 4px 8px;
}
.tox:not([dir=rtl]) .accessibility-issue__description>:last-child {
    border-left-width: 1px;
    padding-left: 4px;
}
.tox .accessibility-issue--error .accessibility-issue__description>:last-child {
    border-color: rgba(204,0,0,.4);
}
.tox .accessibility-issue__description>div {
    padding-bottom: 4px;
}
.tox .accessibility-issue__description>div>div {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.tox .accessibility-issue--error .tox-icon svg {
    fill: #c00;
}
.tox .tox-dialog__body-content svg {
    fill: #222f3e;
}
.tox .accessibility-issue--error h2 {
    color: #c00;
}
.tox .tox-dialog__body-content .tox-form__group h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 2rem;
}
.tox .tox-dialog__body-content .accessibility-issue__header h1, .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
    margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:last-child, .tox .tox-dialog__body-content .tox-form__group h2:last-child, .tox .tox-dialog__body-content .tox-form__group p:last-child {
    margin-bottom: 0;
}
.tox .tox-dialog__footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}
.tox .tox-dialog__footer-end, .tox .tox-dialog__footer-start {
    display: flex;
}
.tox .tox-button--secondary {
    background-color: #f0f0f0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #f0f0f0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #222f3e;
    outline: 0;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: capitalize;
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*, .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>* {
    margin-left: 8px;
}
.tox .tox-button[disabled] {
    background-color: #207ab7;
    background-image: none;
    border-color: #207ab7;
    box-shadow: none;
    color: rgba(255,255,255,.5);
    cursor: not-allowed;
}
#accept_error_add_class{
	line-height: 24px;
}
#blockCreateColor .hide,
#blockAddClassSchema .hide,
#blockAddClassSchemaEdit .hide,
#blockEditDataSchemaType .hide,
#blockEditData .hide {
	pointer-events: none;
	opacity: 0.6;
}
.tox .tox-button {
    background-color: #207ab7;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #207ab7;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 11px;
    margin: 0;
    outline: 0;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
}
.tox .tox-button--naked {
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
    color: #222f3e;
}
.tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon {
    padding: 4px;
	
}
.tox .tox-button--naked:hover:not(:disabled) {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
}
#conteinerElemForAddClassStyleEdit .tox-dialog__body-content{
	padding: 0;
}
#conteinerElemForAddClassSchemaEdit.mce-content-body table th:nth-child(2),
#conteinerElemForDataEdit.mce-content-body table th:nth-child(2),
#conteinerElemForDataSchemaTypeEdit.mce-content-body table th:nth-child(2),
#blockShowTree.mce-content-body table th:nth-child(2) {
	padding: 0;
}
#conteinerElemForDataEdit.mce-content-body table th:nth-child(2),
#conteinerElemForDataSchemaTypeEdit.mce-content-body table th:nth-child(2),
#blockShowTree.mce-content-body table th:nth-child(2) {
	    padding-left: 5px;
}
#conteinerElemForAddClassSchemaEdit.mce-content-body table th input,
#conteinerElemForDataEdit.mce-content-body table th input,
#conteinerElemForDataSchemaTypeEdit.mce-content-body table th input,
#blockShowTree.mce-content-body table th input{
	height: 52px;
	
	border: none;
}
.tox-dialog__body {
    max-height: calc(100vh - 100px);
}
#selectForColorText,
#selectForColorGround{
	height: 50px;
    border-radius: 0;
}
#panelStatus p {
    text-transform: none;
}
#contentDocTry .table_column {
	display: table-column;
	border-right: solid 1px #ccc;
}
#contentDocTryEditPanel {
	width: calc(100% - 144px);
    height: 100%;
}
#panelEdit {
	padding: 15px 15px 15px 0px;
}
/*div#contentDocTry:before {
    content: "";
    border-left: 1px solid #ccc;
    height: 100vh;
    /*width: 100%;/
    position: absolute;
    top: 0;
    left: 105px;
}*/
#mainWindow .hidden,
#mainWindow #conteinerElemForDataEdit .hidden
{
	display: none;
	width: max-content;
}
#mainWindow #contentDocTryEditPanel  .hidden {
	display: none;
	width: max-content;	
}
#mainWindow .hiddenOpac{
	opacity: 0;
}
#mainWindow .background_menu{
	text-align: center;
	position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
	display: none;
	box-sizing: content-box;
    color: #222f3e;
    cursor: auto;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    vertical-align: initial;
    white-space: normal;
    background: 0 0;
    border: 0;
    float: none;
   
    margin: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,.75);
    bottom: 0;
    left: 0;
  /*  position: absolute;*/
    right: 0;
    top: 0;
    z-index: 4;
	position: fixed;
    width: 100vW;
    height: 100vh;
    vertical-align: middle;
}

#contentDocTry #panelStructClass div,
#contentDocTry #panelStructNumber div,
#contentDocTry #panelStructColumn div,
#contentDocTry #panelStructTree div {	
	 font-family: Arial;
    font-weight: normal;
    font-style: unset;
    color: black;
    background-color: white;
    padding-left: 0;
    text-indent: 0px;
    text-align: left;
    text-decoration: unset;
    padding: 0;		
}
#contentDocTry #panelStructClass,
#contentDocTry #panelStructNumber,
#contentDocTry #panelStructColumn,
#contentDocTry #panelStructTree,
#contentDocTry #panelStructSortNum{
	padding-top: 16px;
	padding-left: 5px;
	height: max-content;
	min-height: calc(100% - 32px);
}
#contentDocTry{
	overflow-x: hidden;
	min-height: calc(100% - 135px);
	height: calc(100% - 125px);
	max-height: calc(100% - 134px);
}
#inputDeleteColorValue{
	pointer-events: none;
    opacity: 0.6;
}
#conteinerElemForViewColor,
#conteinerElemForViewFtpParametr {
	display: block;
	height: 70%;
}
#mainWindow .width100percent{
	width: 100%;
}


/* Дерево классов */
#panelStructTree .treeview {
	padding: 0; 
	clear: both; 
	font-family: Arial, sans-serif; 
	width: 100%; 
}
/*#panelStructTree .treeview * {
	font-size: 100.1%; 
}*/
#panelStructTree .treeview ul {
	overflow: hidden; 
	width: 100%; 
	margin: 0; 
	padding: 0 0 1.5em 0;
	list-style-type: none;
}
#panelStructTree .treeview ul ul { 
	overflow: visible; 
	width: auto; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0.75em; 
}
/* класс для ul после которых нет li в родительских ветках */
#panelStructTree .treeview ul.l { 
	border-left: 1px solid; 
	margin-left: -1px; 
}
#panelStructTree .treeview li.cl ul {
	display: none; 
}
#panelStructTree .treeview li {
	margin: 0; 
	padding: 0; 
}
#panelStructTree .treeview li li {
	margin: 0 0 0 0.5em;
	border-left: 1px dotted; 
	padding: 0; 
}
#panelStructTree .treeview li div {
	position: relative; 
	height: 1.5em; 
	min-height: 16px; 
	height: 1.3em; 
}
#panelStructTree .treeview li li div { 
	border-bottom: 1px dotted; 
}
#panelStructTree .treeview li p {
	position: absolute; 
	z-index: 1; 
	top: 0.8em; 
	//top: 0.65em; 
	left: 1.75em;
	width: 100%; 
	margin: 0; 
	border-bottom: 1px dashed; 
	padding: 0;
}
#panelStructTree .treeview a {
	padding: 0.1em 0.2em; 
	white-space: nowrap; 
	height: 1px; 
}
#panelStructTree .treeview img.i {
	border-right: 2px solid; 
	border-bottom: 0.5em solid;
	margin-bottom: -0.5em; 
	vertical-align: middle;
}
#panelStructTree .treeview a.sc {
	position: absolute; 
	top: 0.06em;
	margin-left: -1em; 
	padding: 0;
	text-decoration: none;
}

/* colors */
#panelStructTree .treeview li p,
#panelStructTree .treeview img.i,
#panelStructTree .treeview .sc
{ background: white; }
#panelStructTree .treeview ul.l,
#panelStructTree .treeview li p,
#panelStructTree .treeview img.i { 
	border-color: white; 
}
#panelStructTree .treeview ul li li,
#panelStructTree .treeview ul li li div { 
	border-color: #999999; 
}
#panelStructTree .treeview a,
#panelStructTree .treeview a.sc,
#panelStructTree .treeview a.sc:hover { 
	color: #000000; 
}
#panelStructTree .treeview a:hover{ 
	color: #cc0000; 
}
#panelStructTree ul div {
	   /*margin-bottom: 16px;*/
}
#panelStructTree,
#blockForTree {
	z-index: 0;
}
#panelStructTree .treeview .sc{
	cursor: pointer;
}
#panelStructTree a{
	cursor: default;
}

#panelStructTree div.tree-group-name:before,
#panelStructTree div.tree-group-name.expanded:before,
#panelStructTree a.object-params-cont-name:before,
#panelStructTree a.object-params-cont-name.expanded:before, 
#panelStructTree a:before {
    width: 17px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    content: "[-]";
    color: #999;
    cursor: pointer;
}
#panelStructTree div.tree-group-name.collapsed:before, 
#panelStructTree a.object-params-cont-name.collapsed:before,
#panelStructTree a.collapsed:before {
    content: "[+]";
}
#panelStructTree .linked-to-model-element-cont {
	padding-left: 10px;
    word-break: break-all;
    font-size: 95%;
    width: auto;
    padding-right: 2px;
}
#panelStructTree .linked-to-model-element-cont ul {
    margin-top: 0;
	/*margin-bottom: 16px;*/
    list-style: decimal;
    /*padding-left: 20px;*/
}
#panelStructTree .linked-to-model-element-cont a {
    color: #000;
}
#panelStructTree div,
#panelStructTree a {
	margin: 0;
	/*padding-bottom: 16px;*/
	font-size: 10px;
}

#button_edit:hover #button_edit_block_list,
#button_search:hover #button_search_block_list,
#button_schema:hover #button_schema_block_list,
#button_style:hover #button_style_block_list,
#button_data:hover #button_data_block_list,
#button_view:hover #button_view_block_list,
#button_setting:hover #button_setting_block_list,
#button_help:hover #button_help_block_list,
#button_template:hover #button_template_block_list,
#button_image:hover #button_image_block_list,
#button_math:hover #button_math_block_list
{
	display: block;
}

/*#contentDocTry #panelStructTree {
	padding: 0;
}*/
#panelStructTree #tree-group-name-branches-status-changer {
	height: 16px;
	margin: 0;
}
#panelStructTree .expanded,
#panelStructTree li {
	/*padding-bottom: 16px;*/
}
#panelStructTree li {
	list-style-type: none;
}
/*#tree-group-name-branches-status-changer {
	opacity: 0;
	pointer-events:none;
}*/
#panelStructTree a {
    display: block;
}
#contentDocTry #panelStructTree .tree-group-name {
    text-align: center;
}

#contentDocTry #panelStructTree a {
    text-align: center;
}
#panelStructTree {
    min-width: 40px;
}


#contentDocTry #panelStructTree #tree-group-name-cont-expand-all {
    text-align: unset;
    display: inline-block;
}
#contentDocTry #panelStructTree #tree-group-name-cont-collapse-all {
    text-align: unset;
    display: inline-block;
}
#contentDocTry #panelStructTree #tree-group-name-cont-expand-all:before,
#contentDocTry #panelStructTree #tree-group-name-cont-collapse-all:before {
	padding: 0;
}
#panelEdit {
	max-height: calc(100% - 46px);
}
#contentDocTryEditPanel {
	margin: 0;
	height: calc(100% + 15px);
}
/*
#mainWindow span.hidden {
    color: red;
    display: inline;
}*/
#contentDocTry #panelTest {
	min-width: 100px;
    /* display: none; */
    border: 1px solid;
	padding-top: 16px;
}
#contentDocTry #panelTest a,
#contentDocTry #panelStructSortNum a  {
    /*padding-bottom: 16px;*/
    display: block;
}
#contentDocTry #panelStructSortNum li{
	list-style-type: none;
	/*padding-bottom: 16px;*/
}
/*
#contentDocTryEditPanel span
#contentDocTryEditPanel div>span:not(.MathJax)

div span:not(span.MathJax):not(#MathPreview span)
div span:not(span.MathJax)

div span:not(span.MathJax)

#contentDocTryEditPanel div span:not(span.MathJax)
:not(div>span)
*/

#contentDocTryEditPanel div span:not(span.MathJax),
#contentDocTryEditPanel div span::not(div>span) {
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-indent: inherit;
    color: inherit;
    padding-left: inherit;
    text-decoration: inherit;
    line-height: inherit;
    text-align: inherit;
    justify-content: inherit;
	display: inline-block;
    min-width: 10px;
    min-height: 10px;
}
/*#contentDocTryEditPanel span*/
div span:not(span.MathJax) {
    display: inline;
}
#contentDocTryEditPanel div span.MathJax span {
	min-width: auto;
    min-height: auto;
	padding: initial;
}
#panelDoc #MathPreview,
#panelDoc #MathBuffer {
	visibility: hidden;
	display: none;
}
#conteinerElemForDataEdit  .fr_col_tableData,
#conteinerElemForDataSchemaTypeEdit  .fr_col_tableData,
#blockShowTree  .fr_col_tableData {
	width: 40px;
	height: 35px;
	display: inline;
	cursor: pointer;
	position: absolute;
	left: 6px;
	top: -6px;
}
#conteinerElemForDataEdit button.fr_col_tableData:hover ,
#conteinerElemForDataSchemaTypeEdit button.fr_col_tableData:hover,
#blockShowTree button.fr_col_tableData:hover {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #e3e3e3;
    box-shadow: none;
    color: #222f3e;
	
}
#table_value_style_class {
	min-height: 200px;
    top: 0;
    margin-top: 10px;
}
#table_value_style_class th {
    width: 50%;
}
#table_value_style_classSchemaType th {
	 min-width: 150px;
}
#blockEditDataSchemaType #conteinerElemForDataSchemaTypeEdit,
#blockEditDataSchemaType #blockShowTree,
#blockEditData #conteinerElemForDataEdit{
	max-width: 90%;
	max-height: 100vh;
}
#buttonDataAddOrSchemadataSchemaTypeAdd {
	background-color: lightgray;
	    cursor: none;
}
#tbodyViewStyleDataSchemaType .deleteStr th {
	opacity: 0.5;
}
#tbodyViewStyleDataSchemaType {
	cursor: text;
}
#conteinerElemForDataSchemaTypeEdit,
#blockShowTree {
	cursor: context-menu;
}
#lastColAddTypeNabor,
#lastColAddTypeNabor2 {
	opacity: 0.5;
}

#table_value_style_class #tbodyViewStyleData select {
    margin-left: 0px;
	width: min-content;
    margin-right: -10px;
    padding: 4px;
    padding-right: 20px;
}
#treeData {
	min-width: 200px;
	min-height: 200px;
	width: max-content;
}
#treeData li {
    /*position: relative;
    left: 25px;*/
	margin-left: 25px;
}
/*
№treeData ul {
    position: relative;
}
*/
div.tree-group-name:before, div.tree-group-name.expanded:before, a.object-params-cont-name:before, a.object-params-cont-name.expanded:before {
    width: 17px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    content: "[-]";
    color: #999;
    cursor: pointer;
}
#panelStructSortNum div.tree-group-name:before, #panelStructSortNum div.tree-group-name.expanded:before, #panelStructSortNum a.object-params-cont-name:before, #panelStructSortNum a.object-params-cont-name.expanded:before {
	display: unset;
    width: unset;
    padding: unset;
    content: "";
    color: unset;
    cursor: unset;
}

div.tree-group-name.collapsed:before, a.object-params-cont-name.collapsed:before {
    content: "[+]";
}
#blockShowTree .linked-to-model-element-cont {
    margin-left: 20px;
}
#blockShowTree #conteinerElemForShowTree {
	width: fit-content;
    max-width: 90vw;
	min-width: 40vw;
}
#blockShowTree span.boldStyleNabor {
	font-weight: bold;
}
#blockShowTree .tree-group-name.expanded {
    cursor: pointer;
}

#conteinerElemForShowTree .psevInput{
	white-space: inherit;
    background: 0 0;
    border: 0;
    float: none;
    height: auto;
    max-width: none;
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #222f3e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: 0;
    padding: 5px 4.75px;
    resize: none;
    width: 100%;
}
#contentDocTryEditPanel table {
	border: 1px solid black;
	border-collapse: collapse;
	display: inline-table;
}
#contentDocTryEditPanel td {
	border: 1px solid black;
	min-width: 50px;
}
#contentDocTryEditPanel tr {
	border: 1px solid black;
}
#contentDocTry #contentDocTryEditPanel table td {
	word-break: break-word;
}
#contentDocTryEditPanel div {
    overflow-x: auto;
	    overflow-y: hidden;
}

#contentDocTryEditPanel caption {
    font-weight: bold;
    font-size: 1.2em;
}

#contentDocTryEditPanel figcaption {
    font-size: 1.2em;
    font-weight: 600;
}
#textMath {
	border: 1px solid;
    width: 446px;
    height: 400px;
	resize: none;
}
#contentDocTryEditPanel figure {
    display: inline-block;
}
#table_value_style_class #tbodyViewStyleData th {
	/*height: -webkit-fill-available;*/
	/*padding: 15px 7px;*/
}
#mainWindow #conteinerElemForViewFtpParametr  .tox .tox-checkbox {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 36px;
    min-width: 36px;
}
#mainWindow #conteinerElemForViewFtpParametr  .tox .tox-checkbox__input {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
#mainWindow #conteinerElemForViewFtpParametr .tox .tox-checkbox__icons {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: content-box;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: calc(4px - 1px);
    width: 24px;
}
#mainWindow #conteinerElemForViewFtpParametr .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
    display: none;
    fill: #207ab7;
}
#mainWindow #conteinerElemForViewFtpParametr .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    display: block;
    fill: rgba(34,47,62,.3);
}
#mainWindow #conteinerElemForViewFtpParametr .tox .tox-dialog__body-content svg {
    fill: #222f3e;
}
#mainWindow #conteinerElemForViewFtpParametr .tox:not([dir=rtl]) .tox-checkbox__label {
    margin-left: 4px;
}

#mainWindow #conteinerElemForViewFtpParametr .tox:not([dir=rtl]) .tox-checkbox__input {
    left: -10000px;
}
#mainWindow #conteinerElemForViewFtpParametr .tox .tox-label, .tox .tox-toolbar-label {
    color: rgba(34,47,62,.7);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 8px 0 0;
    text-transform: none;
    white-space: nowrap;
}
#mainWindow #conteinerElemForViewFtpParametr {
	position: absolute;
    top: 200px;
    max-width: 490px;
}






























