* {
	box-sizing: unset;
}

#tableeditor_form, #xmleditor_form, #ogeditor_form{
	display:none;
}



html {
  height: 100%;
}

.dashboard {
border-top: 75px solid transparent;
}

.main{padding-top: 50px;}

.logo{    float: left;
    margin: 5px 15px 0 0;
  }
.left-sidebar{position: fixed;height: 100%}

.left-sidebar-header, .left-sidebar-content, .left-sidebar-footer{
	  width: 100%;
}
.left-sidebar-content{
	  width: 100%;

	overflow-y:auto;
overflow-x:auto;


/* Firefox */
    height: -moz-calc(100% - 180px);
/*    height: -moz-calc(100% - 120px);  */  
/* WebKit */
    height: -webkit-calc(100% - 180px);
/*        height: -webkit-calc(100% - 120px);*/
/* Opera */
    height: -o-calc(100% - 180px);
/*height: -o-calc(100% - 120px);*/
/* Standard */
    height: calc(100% - 180px);
/*height: calc(100% - 120px);*/


}



.left-sidebar-footer{
  left: 0;
  bottom: 0;
  height: 80px;
  margin-bottom: 80px;
}

.main-content{position: absolute;right: 0px;}


.btn{min-width: 75px;
}

.search-input{
  max-width: 371px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
}
ol.example li.placeholder:before {
  position: absolute;
}

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
}



body, #wrapper{
	min-width:900px;
	background: ghostwhite;
	font: normal 12pt 'Roboto', Arial, Verdana, Sans-Serif;
}

#text{position: fixed;}
#text-demo{display:none;}
#wrapper{
	height: 0; overflow: hidden;
}
.super_back{
	height: 100vh; 
	width:100vw; 
	position:fixed; 
	z-index: -1;
}

h1.agrontitle {
	text-align: center;
	font-size: 32pt;
    font-weight: bold;
    color: #f8fff8;
    cursor: default;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
  
}

#loginpanel{
	float: right;
    width: 320px;
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 10pt;
}
#container{
	display: flex;
    width: 100%;
}
#mainpanel{
	width: 100%;
    height: 220px;
    padding: 12px;
    margin: 12px;
    text-align: center;
    background: rgba(248, 255, 248, 0.5);
}
.mainlink{
	width: 200px;
    height: 225px;
    padding: 6px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    display: inline-block;
	background: #f8f8ff;
}
.mainlink img{
	width:168px;
}
a.mainlink,  a.mainlink:hover{
	text-decoration: none;
    outline: none;
}
#main_content{
	height:100%;
	position:relative;
}
#headband{
	display:none;
}
#inner_content{
	display:none;
	height: 100%;
	perspective: 2500vh;
	position:relative;
}
#front_wall{	
    border-radius: 0;
    display: block;
    top: 5%;
    left: 5%;
    background: #f8fff8;
    position: absolute;    
 }
#left_wall{
    justify-content: flex-start;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: 0 50%;
    border-radius: 0;
    display: block;
    top: -5%;
    background: #93c3be;
} 
#top_wall{	
    justify-content: flex-end;
    transform-origin: 50% 0px 0px;    
    background: #7faca7;
    top: 0;
}
#right_wall{
	justify-content: flex-end;
    transform: rotate3d(0, 1, 0, -90deg);
    transform-origin: 100% 50%;    
    border-radius: 0;
    display: block;
    top: 5%;
    position: absolute;
    background: #93c3be;
}
#bottom_wall{
	 justify-content: flex-end;
    transform-origin: 50% 0px 0px;
      background: #53726f;
    position: absolute;
    background: #7faca7;
}
	
#registerform label {

    display: block;
	margin:6px 0;
}
#registerform input {
	width:100%;
}
#submit_newregister{

	margin:12px 0 0 0;
}
#registerform #newregister{
	width:120px;
}

#infowindow{
	display:none;
 /*   position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9979;
    text-align: center;
    background: rgba(3, 3, 3, 0.8);*/
}

a[id^="~"] i.jstree-icon.jstree-themeicon{
   background: url(/images/ancor.png) no-repeat !important;
}
/*
a[id^="~"] i.jstree-icon.jstree-checkbox{
	display:none;
}

*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#small_button_panel{
	display: flow-root;
    background: #f8f8ff;
	padding: 1px 0 1px 0px;
}

.small_button{
	opacity: 0.8;
	width: 26px;
    height: 28px;	
	float:left;
	border:1px solid #aaa;
	margin: 0 1px 1px 0;
	cursor: pointer;
	/*display:none;*/
}
.big_button{
    opacity: 0.8;
    width: 52px;
    height: 52px;
    float: left;
    border: 1px solid #aaa;
    margin: 0 1px 1px 0;
    cursor: pointer;
}

.separator{
	width: 8px;
    height: 26px;	
	float:left;	
}
.small_drop_button{
	opacity: 0.8;
	width: 32px;
    height: 26px;
    float: left;
    border: 1px solid #aaa;
    margin: 0 1px 1px 0;
    cursor: pointer;
    background: url(/images/drop.gif) 24px 0px no-repeat;	
}


.active, .small_button:hover, .small_drop_button:hover {
	border-radius: 4px;
    opacity: 1;
    border: 1px solid #0000ff;
}
#left_top{
	float: left;
}
#main_top{		
margin-left: 170px;
}


#language_service{
	position:absolute;
	z-index: 1020;
	top:0;
	right:0;
}
#language_service img{
    width: 22px;
    padding: 4px 0 0 1px;
}
#langmenu{
	position: absolute;
    z-index: 1000;
    left: -1px;
    top: 27px;
    border: solid 1px #bababa;
    width: 25px;
}
.langbutton{
	width: 25px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    float: left;
    margin: 1px 0;
}

#en{
	background-image: url(/images/en.gif);
}
#ua{
	background-image: url(/images/ua.gif);
}
#ru{
	background-image: url(/images/ru.gif);
}

#them_service img {
    width: 22px;
    padding: 2px 0 0 1px;
}
#templates img {
    padding: 2px 0 0 1px;
}
#wrap_panel{
    width: 99vw;
    height: calc(100vh - 76px);
    float: left;
	margin: 4px 0 0 5px;
}
#left_panel, #right_panel, #content_zone{
    height: calc(100vh - 76px);
    float: left;
    border: 1px solid #aaa;
    margin: 0 2px 0 3px;
	display:none;
	overflow: auto;
	padding: 2px;
	background:floralwhite;
}
#left_panel{
	position: relative;
	overflow: hidden;
}   

#navigator_panel{
	display: block;
    width: 100%;
    overflow: auto;
    height: 100%;
} 

#search_panel, #innerprism_panel, #dc_panel{
width:100%;
}
/*
#direct_panel{
position: absolute;
top: 0;
left: 0;
}
*/
#search_panel input{
/*	width: calc(30vw - 49px);*/
	width:99%;
	height: 26px;
    margin: 2px 0;
}
#go_search{
	display:none;
}


#filter_panel{
	display:none;
    background: cornsilk;
	padding: 6px;
}
#filter_body{
	width: 100%;
    font-size: 11pt;
    font-weight: 400;
	padding-left:12px;
}

label {
    margin-right: 6px;
}	

.viewport.prism{
	position:relative;
}
#demo_prism img{
	width:60px;
}
.innerPrism{
	height: 25px;
    width: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
	z-index: 10;
}

#toontology{ 
	background: url(/images/ontology4.png)  0px 1px;
	display:none;
}
#toeditor{ 
	background: url(/images/editor4.png)  0px 1px;
	display:none;
}
#options{
	background: url(/images/options.gif)  25px -12px;
}
#new_scenario{
	background: url(/images/new_document.gif)  25px -12px;
}
#new_node{
	background: url(/images/text_file.gif)  25px -12px;
}
#open_external_search{
	background: url(/images/search.gif)  25px -12px;
}
#open_internal_search{
	background: url(/images/explore.gif)  25px -12px;
}
#go_internal_search{
	background: url(/images/explore_go.gif)  25px -12px;
}
#edit_node{
	background: url(/images/order_form.gif)  25px -12px;
}
#delete_node{
	background: url(/images/corrupt_text.gif)  25px -12px;
}
#index_item{
	background: url(/images/index_document.gif)  25px -12px;
}
#deindex_item{
	background: url(/images/deindex_document.gif)  25px -12px;
}
#block_copy{
	background: url(/images/transfer.gif)  25px -12px;
}
#node_copy{
	background: url(/images/bookmark.gif)  25px -12px;
}
#upload_scenario{
	background: url(/images/upload.gif)  25px -12px;	
}
#add_scenario{
	background: url(/images/check_file.gif)  25px -12px;	
}
#download_scenario{
	background: url(/images/download.gif)  25px -12px;	
}
#save_scenario{
	background: url(/images/floppy.gif)  25px -12px;	
}
#center_zone{
	background: url(/images/scenario.gif)  25px -12px;	
}
#scenario_manager{
	background: url(/images/card_file.gif)  25px -12px;	
}
#sceditor_form{
	background: url(/images/dc.gif)  0px 0px;	
}
#dispatcher_form{
	background: url(/images/dispatcher.gif)  25px -12px;	
}
#prism_form{
	background: url(/images/prisma.gif)  0px 0px;	
}
#ogeditor_form{
	background: url(/images/structure.gif)  0px 0px;	
}			
#xmleditor_form{
	background: url(/images/edit_document.gif)  0px 0px;	
}
#tableeditor_form{
	background: url(/images/table.gif)  0px 0px;	
}
#info_service{
	background: url(/images/info.gif)  25px -12px;	
}
#example{
	background: url(/images/eye.gif)  25px -12px;	
}
#left_zone{
	background: url(/images/folder_tree.gif)  25px -12px;	
}		
#right_zone{
	background: url(/images/scenario.gif)  25px -12px;	
}	
#viewer_form{
	background: url(/images/dispatcher_v.gif)  0px 0px;	
}	
#zoomin{
	background: url(/images/zoom_in.gif)  25px -12px;	
}
#zoomstandart{
	background: url(/images/zoom.gif)  25px -12px;	
}
#zoomout{
	background: url(/images/zoom_out.gif)  25px -12px;	
}
#toleft{
	background: url(/images/left.gif)  25px -12px;	
}
#tohome{
	background: url(/images/start.gif)  25px -12px;	
}
#toright{
	background: url(/images/right.gif)  25px -12px;	
}
#inside{
	background: url(/images/put.gif)  25px -12px;	
}
#cut{
	background: url(/images/cut.gif)  25px -12px;	
}
#copy{
	background: url(/images/copy.gif)  25px -12px;	
}
#paste{
	background: url(/images/paste_document.gif)  25px -12px;	
}
#login{
	background: url(/images/user_login.gif)  25px -12px;	
}
#home{
		background: url(/images/home.gif)  25px -12px;	
}
#open_filter{
		background: url(/images/filter.gif)  25px -12px;	
}
#cabinet{
		background: url(/images/user.gif)  25px -12px;	
}
#new_item {
	background: url(/images/text_file.gif)  25px -12px;	
}
#edit_item{
	background: url(/images/order_form.gif)  25px -12px;	
}
#delete_item{
	background: url(/images/corrupt_text.gif)  25px -12px;	
}
#user_profile{
	background: url(/images/agent.gif)  25px -12px;	
}
#create_prism{
	background: url(/images/prisma.gif)  25px -12px;	
}
#set_sites_list{
	background: url(/images/web_site.gif)  25px -12px;	
}
#gcse_search{
	background: url(/images/explore_go.gif)  25px -12px;
	float:right;
}
#set_check{
	background: url(/images/check_boxes.gif)  25px -12px;
	float:right;
}
#set_zone{
	background: url(/images/world.gif)  25px -12px;
	float:right;
}
#copy_toSearchTree{
	background: url(/images/pick.gif)  25px -12px;	
}
#top_searchItem{
	background: url(/images/top.gif)  25px -12px;
}
#bottom_searchItem{
	background: url(/images/bottom.gif)  25px -12px;
}
#new_searchItem{
	background: url(/images/text_file.gif)  25px -12px;
}
#edit_searchItem{
	background: url(/images/order_form.gif)  25px -12px;
}
#delete_searchItem{
	background: url(/images/corrupt_text.gif)  25px -12px;
}
#addSiteListing{
	background: url(/images/add.gif)  25px -12px;
}
#saveSiteListing{
	background: url(/images/floppy.gif)  25px -12px;
}
#deleteSiteListing{
	background: url(/images/delete.gif)  25px -12px;
}
#save_searchTree{
	background: url(/images/floppy.gif)  25px -12px;
}
#new_Prismitem{
	background: url(/images/text_file.gif)  25px -12px;
}
#edit_new_Prismitem{
	background: url(/images/order_form.gif)  25px -12px;
}
#delete_new_Prismitem{
	background: url(/images/corrupt_text.gif)  25px -12px;
}
#close_allOpenPrism{
	background: url(/images/roll.gif)  25px -12px;
}
#download_openPrism{
	background: url(/images/download.gif)  25px -12px;
}
#download__Prismitem{
	background: url(/images/download.gif)  25px -12px;
}
#upload_Prismitem{
	background: url(/images/Upload.gif)  25px -12px;
}
#go_filter{
	background: url(/images/filter_go.gif)  25px -12px;
}
#clear_filter{
	background: url(/images/filter_clear.gif)  25px -12px;
}
#in_filter{
	background: url(/images/filter_in.gif)  25px -12px;
}
#st_filter{
	background: url(/images/filter_st.gif)  25px -12px;
}
#back_prism{
	background: url(/images/backprism.png)  25px -12px;
}
#root_prism{
	background: url(/images/rootprism.png)  25px -12px;
}
#up_prism{
	background: url(/images/uperprism.png)  25px -12px;
}
#inner_prism{
	background: url(/images/downerprism.png)  25px -12px;
}
#open_list, #open_list1, #open_list2{
	background: url(/images/script.gif)  25px -12px;
}
#close_list, #close_list1, #close_list2{
	background: url(/images/roll.gif)  25px -12px;
}
#prismNavigator{
	background: url(/images/prism_navigator.png)  25px -12px;
}
#dcNavigator{
	background: url(/images/dc_navigator.png)  25px -12px;
}
#home_form{
	background: url(/images/home.gif);
}
#home_needsafe_form{
	background: url(/images/home_needsafe.gif);
}

#go_filter, #clear_filter,#in_filter,#st_filter{
	float:right;
}
#home_form, #home_needsafe_form{
	display:none;
}

#cabinet, #login, #hellouser, #curruser{
	display:none!important;
}

#clear_filter{
	margin-right:6px;
}
#avaimg{
	width: 116px;
    max-height: 136px;
    margin-bottom: 6px;
}

.filterSelTitle{
    font-weight: 600;
    float: left;
    margin: 6px;
}

#avatar{
	width: 120px;
    overflow: hidden;
    height: 200px;
    border: 1px solid #ccc;
}
.chosen-container{
	min-width:80px;
}
#cabinetSearchDirect{
	display:table;
	width: 100%;
}
#userPrismesTree, #cabinetSearch, #searchTree, #userPrism, #openLibrary_Prism, #openLibrary_PrismesTree{
	float: right;
    margin-right: 2px;
    border: 1px solid#ccc;
    box-shadow: 2px 2px 2px #6f6e6e;
	width:100%;
}
.gsc-search-button{
	display:none;
}
#cabinetProfile{
	display:block
}
#cabinetGetData{
	display:none
}
#cabinetSetData{
	display:none
}
#openLibrary{
	display:none
}
.gsc-wrapper {
    position: relative;
    display: block;
    overflow-y: auto;
    height: calc(90vh - 135px);
	min-height:0;
}
.gs-title{
	    text-align: left;
    background: antiquewhite;
}
#userPrismesTreeContent, #userPrismContent, #openLibrary_PrismContent,#openLibrary_PrismesTreeContent{
	height: calc(90vh - 78px);
	min-width:220px;
	width:100%;
	background:white;
	display: inline-block;
	border-top: 1px solid #ccc;
	text-align: left;
}

#userPrismesTreeContent .jstree-themeicon{
	    display: none!important;
}

#searchTreeContent{
	height: calc(90vh - 95px);
	min-width:220px;
	width:100%;
	background:white;
	display: inline-block;
	border-top: 1px solid #ccc;
	text-align: left;
	overflow: auto;
}
#cabinetwindowContent{
	height: inherit;
    width: calc(99% - 32px);
    float: left;
}
#cabinet-panel{
		min-height:0;
}
#cabinetGetLeft, #cabinetSetRight, #openLibrary_itemListing{
	width: 39.7%;
    margin-left: 0.3%;
    height: auto;
	float:left;
}
#cabinetGetRight,#cabinetSetLeft, #openLibrary_prismListing{
	width: 59%;
    height: auto;
	float:left;
}
#cabinetDirection{
	width: 28px;
    display: inline-block;
    border: 1px solid#ccc;
    box-shadow: 2px 2px 2px #6f6e6e;
    float: left;
	margin: 21vh 1% 0 0;
}
.tree_graph{
	height: calc(100% - 35px);
	width:100%;
}
.event_result{
 /*   overflow: auto;
    height: 100%;*/
}
.smbuttongroup {
	background: #f8fff8;
    display: inline-block;
    float: left;
    padding: 0 2px;
	margin-left: 4px;
}
.clear { 
	clear: both;
}

.submenu{
 /* Анимация */
    -webkit-transition: .4s ease-out;
     -webkit-transition-delay: 0.5s;
     -o-transition: .4s ease-out;
     -o-transition-delay: 0.5s;
     -moz-transition: .4s ease-out;
     -moz-transition-delay: 0.5s;
     transition: .4s ease-out;
     transition-delay: 0.5s;
	
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
	cursor: pointer;
}
ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
}
ul.menu > li {
    float: left;
    position: relative;
}
ul.menu > li > div {
    display: block;
    padding: 2px 6px;
    text-decoration: none;
}
ul.menu > li > div:hover {
    background-color: #ddd;
}
ul.submenu {
    display: none;
    position: absolute;
    width: 170px;
    top: 20px;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
	z-index: 10;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > div {
    display: block;
    padding: 4px;
    background-color: white;
    text-decoration: none;
}
ul.submenu > li > div:hover {
    background-color: #ddd;
}
/*
ul.menu > li:hover > ul.submenu {
    display: block;
}
*/
#main_submenu_form{
	width: 168px;
}
#main_submenu_edit{
	width: 120px;
}
#main_submenu_service{
	width: 140px;
}
ul.submenu > li > div.separatorline{
	border-top: 1px solid #ddd;
    padding: 0;
}
#main_menu{	
    width: 600px;
    float: left;
    font: normal 14px 'Roboto', Arial, Verdana, Sans-Serif;
	margin-top: 4px;
    margin-bottom: 4px;
	display:none;
}
#hellouser, #curruser{
	float: right;
    margin: 6px 0px 6px 2px;
    font-size: 11pt;
    font-weight: 600;
}
.glyphicon {
    cursor: pointer;
}
#message{
/*	width: 100vw;*/
	height: 22px;
    background: #f8f8ff;
    box-shadow: 0px -1px 1px #ddd;
    font-size: 10pt;
    overflow-x: auto;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    text-align: center;
	padding: 2px 8px 0 0;
}
#title{
	width: 99%;
    height: 22px;
    box-shadow: 0px -1px 1px #ddd;
    font-size: 10pt;
    overflow-x: auto;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 2px 8px 0 0;
}
iframe{
    width: 100%;
    height: 100%;
	/*margin-left: -37px;*/
}
.wall{
	
}
.wallObject{
/*	max-height: 99%;
	overflow: hidden;
*/ 	height: 99%;
    width: 99%;
   background-color: #b7cbdc;
    text-align: center;
    outline: 1px solid rgba(138, 109, 59, 0.5);
    position: relative;
    cursor: pointer;
    margin: 1px;
    display: inline-block;
    vertical-align: middle;	
}
.fasetcontent{
	cursor:pointer;
}

.wallTitleContainer{
	position: absolute;
	overflow: hidden;
    width: 100%;
    height: 6%;
    background-color: rgba(32, 32, 32, 0.27);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.wallContainer{
	top: 6%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    position: absolute;
    vertical-align: middle;
	overflow: auto;
	text-align: center;
}
.text {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: sans-serif;
    color: #effdff;
    font-size: 60%;
    max-height: 60%;
    background: #2f1e00;
    line-height: 95%;
	overflow: hidden;
}
.previous, .current, .walltitle, .next{
	display: block;
	position: relative;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.previous{
	left: 1%;
	width:2%;
	overflow:hidden;
} 
.current{
	left: 3%;
} 
.wallTitle{
	white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background-color: transparent;
} 
.next{
	right: 1%;
	width:2%;
	overflow:hidden;
}
::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #2785c1;
    background-color: #95c3e3;  
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #2785c1;
    background-color: #7a9cb4;
}

::-webkit-scrollbar-track{
    border-width:0;   
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
} 

.mainline{
    margin-bottom: 32px;
}
.top_zone{
	position: fixed;
    background: #eae4c5;
    width: inherit;
    margin: -4px 0 0 -6px;
    border-top-left-radius: 12px;
    border-left: 2px solid #769ab4;
    border-top-right-radius: 12px;
    border-right: 2px solid #769ab4;
    height: 31px;
    border-bottom: 1px solid #c1bca2;
}



#AgrOnSearch{
	position: absolute;
    background: ghostwhite;
    min-width: 400px;
    top: 75px;
    min-height: 270px;
    border: 1px #302f2e solid;
}

#titleAOS{
	font-size: 18px;
    width: 100%;
    text-align: center;
    border: 1px #ccc solid;
}

#subsidiary{
	width: 52px;
    background: #fff;
    height: 72%;
    border-radius: 12px;
    float: left;
}

.textblock{
	width:100%;
	padding:6px 3px;
    text-indent: 36px;
}


#servicecontent {
    display: flex;
	margin-top: 32px;
    text-align: justify;
    padding: 6px;
    height: calc(100% - 34px);
}
.imgblock{
/*	width: 272px;
    float: left;
    text-indent: 0;
    padding: 6px;;*/
}
.imgcaption{
    padding: 9.5px;
    margin: 6px;
	
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    text-align: justify;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
	
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
}
.imgblock img{
	width: 250px;
    margin: 6px;
    cursor: pointer;
	float:left;
	border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #ccc;
}
.img-thumbnail{
	cursor: pointer;
}
.lbl{
	float:left;
}

.well {
	
	font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;	
	text-align: justify;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#fffeeb 0,#ffffff 100%);;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#lower-canvas{
	border: 1px solid rgb(204, 204, 204);
	position: absolute;
/*	width: 500px;
	height: 500px;
*/	left: 0px;
	top: 0px;
	touch-action: none;
	user-select: none;
}
#upper-canvas{
	border: 1px solid rgb(204, 204, 204); 
	position: absolute; 
/*	width: 500px;
	height: 500px;
*/	left: 0px;
	top: 0px;
	touch-action: none;
	user-select: none;
	cursor: default;
}

#sites{
	width:100%;
	max-width:100%;
	height: calc(90vh - 98px);
    max-height: calc(90vh - 98px);
}
#selectSitesListing{
	float: left;
    margin: 2px 6px 0;
}

#newSitesListing{
	float: left;
}
#saveSiteListing{
	margin: 0 6px 0 0;
}

#bottom_searchItem, #top_searchItem{
	display:none;
}
#avatar{
	float:left;
}
#name_searchTree{
	float:left;
	margin: 0 0 0 12px ;
	width: calc(100% - 122px);
}
.cabPersonInfo
{
	margin: 0 6px 6px 2px;
}
.cabGroupInfo
{
	margin: 0 6px 6px 0;
	padding: 2px;
	border: 1px solid #ccc;
	float:left;
	    text-align: right;
}
#searchTreeTitle{
	background: antiquewhite;
}    
.col2{
	width:50%;
	float:left;
}
.col3{
	width:33.333%;
	float:left;
}
.col4{
	width:25%;
	float:left;
}

.wallObject img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}  
/*
*
*
********************************** PopUp***********************************
*
*/

#service-panel{
	display:none;
}

.setPopUp{
/*	height:100%;
	width:100%;   
*/	background-color: #ffffef;
	max-height: 100%;
    max-width: 100%;
    display: contents;
}

.popup{
	position: fixed;
    width: 90vw;
    height: 90vh;
    top: 5vh;
    left: 5vw;
    z-index: 8500;
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	border-radius: 12px;
    border: 2px solid #769ab4;
	padding: 4px;
    background: cornsilk;	
    display: none;
}
.popup h1{
    text-align: center;
    background: #f8fff8;
    color: #b5b5ba;
	}
.popup a, .popup a:visited{color:#000085;}


.popup h4 {
    text-align: center;
    font-weight: 600;
    margin: -4px -4px 5px -4px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	    padding: 4px;
}
.popup h5 {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.popup h6{
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

#cabinetSearchLocation{
    margin: 5vh 0 0 5vw;
    background: cornsilk;
    border-radius: 12px;
    border: 2px solid #769ab4;
    padding: 4px;
    display: none;
    position: absolute;
    z-index: 9500;
    top: 28px;
    left: 40%;
    width: 50%;
    height: calc(90vh - 56px);
}

.popup_center{text-align:center;}
.close_button_info{width: 24px;
    height: 32px;
    right: -10px;
    top: -14px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    font-size: 14pt;
    border: 3px double;
    border-radius: 14px;
    background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#f8fff8, #b5b5bf, #00004a);
    background-size: 100% 100%, auto;
    background-position: 50% 50%;
    box-shadow: inset #aac5dd 0 -1px 1px, inset 0 1px 1px #add, #12004a 0 0 0 1px, #000 0 10px 15px -10px;}
.close_button_info:hover{}
a.close_button_info{
	color:#fff!important;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
    outline: none;
}
#popupСontent{	
    margin-top: 32px;
    text-align: justify;
    padding: 6px;
    height: calc(100% - 34px);
	overflow-y:auto;
}
.popup-close-icon, .popup-decrease-icon, .popup-increase-icon{
	float: right;
    right: 0;
    width: 20px;
    top: 0;
    cursor: pointer;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
	text-align: center;
}
.popup-decrease-icon{
    right: 22px;
	top: 1px;
}
.popup-increase-icon{
    right: 42px;
	top: 1px;
}
#imgresizer{
	width: 64px;
    height: 24px;
    border-radius: 12px;
    top: -12px;
    position: absolute;
    right: -8px;
	background: #fcf8e3;
    opacity: 0.75;
    font-weight: bold;
}
#imgresizer .popup-close-icon{
	top: 1px;
	right: 2px;
}
#popuptitle, #servicetitle{
    width: calc(100% - 120px);
    float: left;
    margin-top: 3px;
}
#infowindowContent label{
	width:180px;
	text-align:right;
	margin: 0 12px 0 0;
	float: left;
}

.popup_img{
	max-width:96vw;
}
#popupwindow .popup-image {
    width: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
    height: -webkit-fill-available;
	z-index: 9099;
}

#popupwindow {
/*	z-index: 9050;*/
}

#bgpopup, #bgsuperpopup{
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8000;
    text-align: center;
    background: rgba(3, 3, 3, 0.8);
	width:100vw;
	height:100vh;
}

#bgsuperpopup{
    z-index: 9000;
}

#imgpopupwindow {
     z-index: 9750;
	 position: fixed;
	 background: cornsilk;
}
#imgpopupwindow img{
height: 96vh;
margin:1vh;
max-width:99vw;
max-height:99vh;
}
/*
#imgpopupwindow .popupСontent{
    margin-top: 2vh;
    position: relative;
    background: #ffffffcc;
    display: inline-block;
}*/
.classheader{
	float: left;
    margin: 0;
}
.modal {
    z-index: 10050!important;
}
#main_menu{
	display:none!important;
}
#subsidiary{
	display:none;
}
audio, canvas, progress, video {
    max-width: 100%;
}
#open_filter{
	display:none;	
}
#onto_collection{
	cursor: pointer;
}
#popupСontent{
    padding-bottom: 12px;
    overflow: auto;
    height: 100%;
}
#moves{
		display:none;	
}
.right{
	float:right;
}

#back_prism, #root_prism, #inner_prism, #up_prism, #open_filter,#zoomstandart{
		display:none!important;	
}