html,body{width:100%;height:100%;padding:0px;margin:0px;}
html {
font-size: 100%;
} 

body{-webkit-text-size-adjust: none;}
input[type=text], input[type=submit], textarea
{
	-webkit-appearance: none;
}

@-webkit-keyframes fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }


@-webkit-keyframes fade-out {   0% { opacity: 1; }   100% { opacity: 0; }   }
@-moz-keyframes    fade-out {   0% { opacity: 1; }   100% { opacity: 0; }   }
@-o-keyframes      fade-out {   0% { opacity: 1; }   100% { opacity: 0; }   }
@keyframes         fade-out {   0% { opacity: 1; }   100% { opacity: 0; }   }

::-webkit-input-placeholder {color:#dadada; font-style: italic; text-align: center;}
::-moz-placeholder          {color:#dadada; font-style: italic; text-align: center;}/* Firefox 19+ */
:-moz-placeholder           {color:#dadada; font-style: italic; text-align: center;}/* Firefox 18- */
:-ms-input-placeholder      {color:#dadada; font-style: italic; text-align: center;}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#newhelp-name {
  background: #f5f5f5;
  margin-left: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 1em;
  font-weight: 400;
  width: 50%;
  float: left;
}

#help-name {
  resize: vertical;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 3px;
  width: calc(100% - 6px);
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin: 3px 0;
}

#helpitems-edit {
  position: relative;
  font-size: 1.8em;
  color: #000;
}

#helpitems-edit hr {
  border-top: 3px double #dcdcdc;
  margin: 10px 0;
}

#name-edit {
  position: relative;
  font-size: 1.4em;
}

#item-name {
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 3px 6px;
}

.helpbutton,
.savehelpbutton,
.edithelpbutton,
.copyhelpbutton,
.delhelpbutton
{
  float: right;
  margin-bottom: 2px;
  margin-right: 0;
  /*background: #ffb366;*/
  background:transparent;
  border: none;
  color: #fff;
  /*border: 1px solid #dcdcdc;
  border-radius: 5px;*/
  padding: 5px;
  cursor: pointer;
}

.helpbutton:hover,
.edithelpbutton:hover,
.copyhelpbutton:hover,
.savehelpbutton:hover,
.delhelpbutton:hover
{
  transform: scale(1.1);  
  /*background: #ff7e00;*/
}

.addhelpbutton, .savehelp {
  margin-bottom: 2px;
  margin-right: 0;
  background:rgb(255 209 175);
  /*border: none;
  color: #fff;
  */
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  
  padding: 2px 6px;
  cursor: pointer;
}

.addhelpbutton:hover, .savehelp:hover {
  background: rgb(255 185 133);
}



/*
.edithelpbutton,
.copyhelpbutton {
  float: right;
  margin-bottom: 2px;
  margin-right: 0;

  background:transparent;
  border: none;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  
  padding: 2px 6px;
  cursor: pointer;
}


.delhelpbutton {
  float: right;
  margin-bottom: 2px;
  margin-right: 0;
  background: #ff7a66;
  color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 2px 6px;
  cursor: pointer;
}

.delhelpbutton:hover {
  background: #ff2200;
}


.addhelpbutton, .savehelp {
  margin-bottom: 2px;
  margin-right: 0;
  background: #ffb366;
  color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 2px 6px;
  cursor: pointer;
}

.addhelpbutton:hover, .savehelp:hover {
  background: #ff7e00;
}
*/











#newhelp {
  color: #7a6c7a !important;
  position: relative;
  display: flex;
  gap: 2px;
  margin: 2px 0;
}

#newhelp h {
  font-size: 12px;
}

#edithelp {
  display: flex;
  gap: 2px;
  width: 100%;
}


.helpitem,
.helpcode {
  width: 100%;
  position: relative;
}

.helpitemname {
  display: inline-block;
}

.helpitemcommand {
  position: absolute;
  right: 3px;
  top: 2px;
  z-index: 5;
}

.helpitemcommand2 {
  position: absolute;
  right: 3px;
  top: 11px;
  z-index: 5;
}

.edit1c {
  position: relative;
  width: 100%;
  height: 70vh;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.editor1c {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(0, #fff, #fdfcf2);
  border-radius: 5px;
}

#editor1c-lines,
.editor1clines {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
  font: 14px/1.5 Consolas, Monaco, monospace;
  color: #888;
  text-align: right;
  box-sizing: border-box;
  user-select: none;
}

#editor1c-lines div {
  margin: 0;
  padding: 0 2px 0 0;
  line-height: 1.5;
  user-select: none;
}

.editor1clines div {
  margin: 0;
  padding: 0 2px 0 0;
  line-height: 1.5;
  user-select: none;
}

#editor1c-hl,
#editor1c-code,
.editor1chl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 8px 8px 48px;
  font: 14px/1.5 Consolas, Monaco, monospace;
  overflow: auto;
  white-space: pre;
  box-sizing: border-box;
  tab-size: 4;
}

.selected {
  pointer-events: auto;
}

.editor1c textarea {
  background: transparent;
  color: rgba(0, 0, 0, 0.01);
  z-index: 2;
  resize: none;
  border: 0;
  outline: 0;
  caret-color: #000;
}

.editor1c pre {
  z-index: 1;
  pointer-events: none;
  color: #333;
}

/* 1С ключевые слова */
.keyword {
  color: #f00;
  /*font-weight: bold;*/
}

.identifier {
  color: #0000BB;
}

/* Комментарии */
.comment {
  color: #008000;
}

/* Препроцессор */
.preproc {
  color: #963200;
}

/* Аннотации */
.annotation {
  color: #963200;
}

/* Числа */
.number {
  color: #000;
}

/* Строки */
.string {
  color: #1a1a1a;
}

/* Даты */
.date {
  color: #000;
}

.operator {
  color: #f00;
}

.error {
  color: #f80;
}

/* Директивы препроцессора */
.dir {
  color: #800080;
}


.navigation {
  opacity: 0;
  list-style: none;
  background: #fff;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}

#licdata li
{
  font-size: 1rem;
}

.content 
{
    position: relative;
    display: block;
    width: 100%;
    

    background: radial-gradient(#fff, #fff);
    background-size: 200%;
}

.site-wrap 
{
	width:100%;
	float: right;
	height: 100%;
	
	min-height: 100rem;

	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	background-color: #fff;
	background-size: 200%;
	
	border-left:1px solid #B7B7B7;
}
/*
.site-nav 
{
	opacity: 0;
	width:0;
	height: 100%;
	float: left;
	min-height: 100%;
	background-color: #fff;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 0;
	transition:opacity 0.3s ease;
	
	//padding:1rem 0 1rem 1rem;
}
*/

.site-nav 
{
    position: absolute;
	opacity: 1;
	width: calc(20% + 4rem - 1px);
	height: 100%;
	float: left;

	background-color: #fff;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 0;

}




.nav-trigger 
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.comm-nav-trigger 
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

label[for="comm-nav-trigger"] 
{    /*
	 position: absolute;
	 top: 2.7rem; 
	 left: 1.3rem;
	 z-index: 4;
	 */
	 width: 2rem;
	 height: 1.7rem;
            
	 background-image: url(411.png); 	 
     
	 background-size: contain;
}

label[for="nav-trigger"] 
{
	 position: absolute;
	 left: 1rem;
	 	 
/*
	 top: 2rem;
	 top: 2px;

	 z-index: 4;
*/	 
	 width: 2rem;
	 height: 1.7rem;
	 
	 cursor: pointer;             
	 background-image: url(411.png); 
	 margin-top: 2px;
	 background-size: contain;
}
/*
.nav-trigger:checked + label 
{
	//left: 17%;
}
 
.nav-trigger:checked ~ .site-wrap 
{
	width: calc(100% - 16rem);
	//width:75%;
}

.nav-trigger:checked ~ .navigation 
{
	opacity: 1;
	//width: calc(20% + 5rem - 1px);
	//width:20%; 
}
*/


/*
.nav-trigger:checked ~ .site-nav 
{
	opacity: 1;
	//width: calc(20% + 3rem - 1px);
}

.comm-nav-trigger:checked + label 
{
	left: 18%;
}
 
.comm-nav-trigger:checked ~ .site-wrap 
{
	width: calc(80% - 4rem);
}

.comm-nav-trigger:checked ~ .site-nav 
{
	opacity: 1;
	width: calc(20% + 4rem - 1px);
}


.nav-trigger + label, .site-wrap
{ 
	//transition: opacity 0.3s ease;
	//transition: left 0.2s ease;
	transition: width 0.2s ease, left 0.2s ease;
	//transition:all 0.2s ease;
}

.site-nav 
{
	transition:opacity 0.3s ease; 
}
*/

.nav-trigger + label, .site-wrap
{ 
	transition: width 0.2s ease, left 0.2s ease;
}


body 
{
	overflow-x: hidden;
}

@media all and (orientation:portrait) 
{
    /* стили для портрета */
    
    .scrollbox_gor div
	{
		margin: 5px 10px;
		display: inline-block;
		vertical-align: top;

		width: 2.5rem;
		height: 2.5rem;

		text-align: center;
		line-height: 2.5rem;
	}

    
    .scrollbox_gor #a 
	{
		font-size: 2rem;
		text-decoration: none; /*убираем подчеркивание текста ссылок*/
	}

	.scrollbox_gor #a_activ
	{
		font-size: 2rem;
		font-weight: 700; 
		text-decoration: none; /*убираем подчеркивание текста ссылок*/
	}

    
    .scrollbox_gor 
	{
		height: 3rem;
		min-width: 2.8rem;
		max-width: 16rem;
		overflow: hidden;

		white-space:nowrap; 
		word-wrap: normal;

		margin: 30px auto;

		border-radius: 0.3rem 0.3rem 0.3rem 0.3rem; 

		background: #f5f5f5;
		border: 1px solid  #dcdcdc;
	}

    
    #publ-descr
	{
		font-weight:300;
		color: #000000;
		font-size: 1.6rem !important;
		line-height: 1.8rem !important;
		overflow-wrap: normal;  /* не поддерживает IE, Firefox; является копией word-wrap */ 
		word-wrap: normal;
		word-break: normal;  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */ 
		line-break: auto;	
		-webkit-hyphens: auto; 
		-ms-hyphens: auto; 
		hyphens: auto;
	}
    
    .txt
	{
    	font-family: 'Roboto', sans-serif  !important;
	    font-weight: 300 !important;
	    color: #000000;
	    font-size: 1.6rem !important;
	    line-height: 1.8rem !important;
	    padding: 5px 10px;
	    /*white-space:pre-wrap;*/
    }
    
    .tright
	{
	    margin:0;
	    
	    width: calc(100% - 8rem);
	    
		height:100%;
		vertical-align:top;
		padding: 1rem 4rem 1rem 4rem;
		/*background: radial-gradient(#fff, #fff); */
		-webkit-animation: fade-in 1s linear; /* Safari 4+ */
		-moz-animation: fade-in 1s linear; /* Fx 5+ */
		-o-animation: fade-in 1s linear; /* Opera 12+ */
		animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
	}
	
    .tright a 
	{
	    color: #333;
	    /* font-size: 1.7rem; */
	    line-height: 2.4rem;
	    text-decoration: none ;
	    cursor: inherit ;
	}

	.yakor 
	{	
		margin: 10px 0 0 0;
		font-size: 1.8rem;
		font-weight: 400;	
	}	
	
	.publdescr
	{
		min-height:2.2rem;
		font-weight:400;
		font-size: 2.2rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
		padding: 0;
	    margin: 0;
	    vertical-align: top;
	}
	
	.pcr
	{
		font-size: 1.2rem;
		color:#406080;
		padding:10px 0px 5px 0px;
		margin:0px;
		
		min-height:1.8rem;
		font-weight:700;
		//font-style: italic; 
		text-align:left;
		/*//text-shadow: 1px 1px 2px rgba(181,181,181,1);*/

		vertical-align: top;
	}
	
	.publ div
	{
		padding:5px 5px 5px 5px;
		margin:0px;
		font-weight:400;
		font-size: 1.2rem;
		/*white-space:pre-wrap;*/
	}
	
	.messlist
	{
		width: 100%;
	    margin: 0px auto;
	    
	}
	
	.messlist h2 
	{
	    font-size: 1em !important;
	    color: #406080 !important;
	    padding: 15px 0px 15px 0px !important;
	    margin: 0px !important;
	}
	
	.publdescr2
	{
		min-height:1.7rem;
		font-weight:400;
		font-size: 1.6rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
		padding: 0;
	    margin: 0;
	    vertical-align: top;
	}
	
	.formdescr
	{
		min-height:1.7rem;;
		font-weight:700;
		font-size: 1.6rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
	}

	#tbr_grad  
	{
		vertical-align: center;
		background: linear-gradient(90deg, #fff, #f5f5f5);
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-left: none;
		border-right: 1px solid #dcdcdc;
		font-size: 1.6em;
		margin: 0px;
		padding:10px 0px;
		width:  100%;
	}
	
	.tleft-h 
	{
	    //position: relative;
		font-size: 1.8rem;
		color:#333;
		padding:2rem 0 0 0;
		margin:auto;
	}
	
	.post a
	{
		font-size: 1.6em !important;
	}
	
	.publ-item h2 a
	{
		font-size: 1.6rem;
		color:#333;
	}
	
	.pimg
	{
		float: none !important;
		display: block  !important; 
		margin: 0 auto  !important;
		max-width: 100%;
	}
	
	.nav 
	{
		font-size: 1.3rem;
		//background-color: #fff;
	}
	
	.head_label_no_visible
	{ 
	    display: none;
	}
	
	.thead
	{
		color:#333;
		height:9rem;
		border-bottom:1px solid #B7B7B7;
	}
	
	.page__row 
	{
		height: 9rem;
		/*height: 120px;*/
		background-image: url(6614.png), url(6615.png);
		background-position: left top, left top;
		background-repeat: no-repeat, repeat;
		background-size: contain, contain;  
	}

	.page__cell 
	{
		max-width: 1150px;
		min-width: 700px;
		float:right;
	}

	.nav_page__cell 
	{
		width: 100%;
		max-width: 1150px;
		min-width: 700px;
		margin: 0 auto;
		//background-color: #fff;
	}
	
	.thead-reg-form__input 
	{
	    /*
	    font-family: 'Roboto', sans-serif  !important;
		width: 100%;
		height: 1.8rem;
		font-size: 1.6rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		margin: 6px 0;  
		*/   
		font-size: 1.4rem;
		
		
		width: 95%;
		color: #333;
		border: 1px solid  #dadada;
		/*margin: 6px 0;*/
		height: 1.8rem;
	}
	
	/* #img_find
	{
	   width: 2rem; 
	   height: 2rem;
	   padding: 2px 2 0 0;
       float: left;
	} */
	
	.img_find
	{
	   width: 2rem; 
	   height: 2rem;
	   padding: 2px 2 0 0;
       float: left;
	}

	.findtext 
	{
		width: 30%;
		height: 2rem;
		font-size: 1.4rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		margin: 0 0 0 10px;  
	}
	
	.findtext2 
	{
		//width: 30%;
		height: 2rem;
		font-size: 1.4rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		margin: 0 0 0 4;  
	}
	
	.findsubmit 
	{
		width: 100px;
		height: 2rem;
		font-size: 1.4rem;
		font-weight:700;
		color: #333;
		border: 1px solid  #dadada;
		//margin: 2px 0; 
		background-color: #fff; 
		padding: 10px;

	}
	
	.findsubmit2 
	{
		width: 100px;
		height: 2rem;
		font-size: 1.4rem;
		font-weight:700;
		color: #333;
		border: 1px solid  #dadada;
		//margin: 2px 0; 
		background-color: #fff;
		float: right; 
		margin: 0 0 0 4;
	}
	
	.thead-reg-form__table1 
	{
		font-size: 1.4rem;
		font-weight:400;
		text-align: left;
		color: #333;
		border-color: #f7c4c7;
	}
	
	.thead-reg-form__inputsubmit 
	{
		color: #333;
		width:  98%;
		font-size: 1.5rem;
		min-height: 1.8rem;
		border: 1px solid #dadada ;
		background-color: #fff;
		/*margin: 2px 0 0 0;*/
		/* padding:1px 3px; */
	}
	
	.thead-reg-form__table 
	{
		font-size: 1.4rem;
		font-weight:400;
		float: right;
		text-align: left;
		color: #333;
		border-color: #f7c4c7;
	}
	
	.regtable_r  
	{
		width:100%;
		background: linear-gradient(-90deg, #fff, #f5f5f5);
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_l
	{
		width:100%;
		background-image: url('/2.png'), linear-gradient(90deg, #fff, #f5f5f5);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		border-right: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_lb
	{
		width:100%;
		background: linear-gradient(90deg, #fff, #f5f5f5);
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_lt
	{
		width:100%;
		background: linear-gradient(90deg, #fff, #f5f5f5);
	    border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		padding:5px;
	}
	
	.reg-input
	{
		width: 100px;
		height: 1.9rem;
		font-size: 1.4rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada  
	}

	.reg th
	{
		width:250px;
		font-weight:400;
		font-size: 1.5rem ;
		color:#333;
		text-align:left;
		padding:2px 3px;
	}

	.reg td
	{
		width:300px;
		font-style:italic;
		font-size: 1.1rem ;
		color:#333;
		padding:2px 3px;
	}
	
	.thead-reg-form__inputlogin 
	{
		width: 100%;
		height: 1.9rem;
		font-size: 1.4rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		/*margin: 5px 0; */ 
	}
	
	.regout
	{
		-webkit-appearance: none;
		width: 240px;
		float: right;
	}

	.regdescr
	{
		height:1.8rem;
		font-weight:700;
		font-size: 1.6rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px white, 2px 3px 5px rgba(181,181,181,1);
	}
	
	.thead-reg-form td
	{
		width:70px;
		font:1.3rem ;
		text-align:right;
		padding:0px
	}
	
	.thead-reg-form
	{
		font:1.4rem ;
		color:#333;
		padding:0px;
		text-align:right;
		padding-top:5px;
		width:20rem ;
	}
	
	.thead-reg-form__table tr
	{
		width:15rem;
	}
	
	.tleft h1
	{
		font-size:1.6rem ;
		color:#333;
		padding:10px 5px;
		margin:0px;
	}

	.tleft h2
	{
		font-size:1.4rem ;
		color:#333;
		padding:5px;
		margin:0px;
	}

	.tleft ul
	{
		font-size:1.4rem ;
		color:#333;
		padding:5px;
	}

	.tleft li
	{
		font-size:1.4rem ;
		color:#333;
		padding:5px;
		margin:0 0 0 20px;
	}

	.tleft a 
	{
	    color: inherit !important;
	    text-decoration: none !important;
	    cursor: inherit;
	}
	
	.publ-item h2
	{
		font-size: 1.4rem;
		color:#406080;
		padding:0px 0px 10px 0px;
		margin:0px;
	}
	
	.thead-username 
	{
		float: right;
		width: 189px;
		text-align: right;
		font-size:1.6rem ;
		color:#333;
		font-weight:400;
		padding:0px;
		margin:0px;
		padding-top:5px;
		
		position: absolute;
		top: 0;
        right: 5px;
	}

	.thead-username a
	{
		font-size:1.6rem ;
		color:#333;
		font-weight:400;
		margin: 10px 0;
	}

	.thead-username-exit 
	{
		color:#333;
		width:  8rem;
		font-size:1.6rem ;
		min-height:2rem;
		border: 1px solid #dadada ;
		background-color: #fff;
		padding:0px;
		margin:6px 0px 0px 0px;
	}
	
	.thead-username-td 
	{
	    font-size:1.6rem ;
		vertical-align: top;
		width:15rem ;
	}
	
	.tright h5 
	{
	    color: #333;
	    font-weight: 700;
	    line-height: 1.6rem;
	    margin: 0 0 0.5625em 0;
	    font-size: 1.4rem;
	}
	
	.help_ul
	{
	   min-width: 35rem;
	   min-height: 10rem;   
	   margin: 0 2em;
	}
	
	.row div
	{
	    margin-bottom: 1rem;
	    margin-left: 5rem;
	}

    .format_txt
	{
	    font-family: 'Roboto', sans-serif  !important;
	    font-weight: 300 !important;
	    color: #000000;
	    font-size: 1.6em !important;
	    line-height: 1.37rem !important;
	    padding: 5px 10px;
	    background: linear-gradient(0, #fff, #f5f5f5);
	    border: 1px solid  #dcdcdc;
	    margin: 0 0 1em 0;
	    /*white-space:pre-wrap;*/
	}

	.code1c_qw
	{
		font-family: "Source Code Pro", monospace;
		color: black !important;
		padding: 5px 10px;
		background: linear-gradient(0, #fff, #fefcee);
		border: 1px solid  #dcdcdc;
		font-size: 1.6em !important;
		/*white-space:pre-wrap;*/
	}

	.code1c
	{
	    /*
		font-family: "Source Code Pro", monospace;
		font-size: 1.6em !important;
		*/
		color: #0000BB !important; 
		padding: 5px 10px;
		background: linear-gradient(0, #fff, #fdfcf2);
		border: 1px solid  #dcdcdc;
		white-space:pre-wrap;
		margin:10px 0px 1em 0px;
        font: 18px / 1.5 Consolas, Monaco, monospace;
	}
}

@media all and (orientation:landscape) 
{
    /* стили для пейзажа */
    
    .scrollbox_gor div
	{
		margin: 2px 10px;
        display: inline-block;
        vertical-align: top;
        width: 2rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
	}
    
    .scrollbox_gor #a 
	{
		font-size: 1.3rem;
		text-decoration: none; /*убираем подчеркивание текста ссылок*/
	}

	.scrollbox_gor #a_activ
	{
		font-size: 1.1rem;
		font-weight: 700; 
		text-decoration: none; /*убираем подчеркивание текста ссылок*/
	}

    
    .scrollbox_gor 
	{
		height: 2.1rem;
        min-width: 2.8rem;
        max-width: 16rem;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        margin: 0.4rem auto;
	}

    
    #publ-descr
	{
		font-weight:300;
		color: #000000;
		font-size: 1rem !important;
		line-height: 1.37rem !important;
		overflow-wrap: normal;  /* не поддерживает IE, Firefox; является копией word-wrap */ 
		word-wrap: normal;
		word-break: normal;  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */ 
		line-break: auto;	
		-webkit-hyphens: auto; 
		-ms-hyphens: auto; 
		hyphens: auto;
	}
    
    .txt
	{
	    font-family: 'Roboto', sans-serif  !important;
	    font-weight: 300 !important;
	    color: #000000;
	    font-size: 1rem !important;
	    line-height: 1.37rem !important;
	    padding: 5px 10px;
	    /*white-space:pre-wrap;*/
	}
	
	.tright
	{
	    margin: 0 10rem 0 10rem;
	    width: calc(100% - 28rem);
	    
		height:100%;
		vertical-align:top;
		padding: 1rem 4rem 1rem 4rem;
		/*background: radial-gradient(#fff, #fff); */
		-webkit-animation: fade-in 1s linear; /* Safari 4+ */
		-moz-animation: fade-in 1s linear; /* Fx 5+ */
		-o-animation: fade-in 1s linear; /* Opera 12+ */
		animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
		
		margin: 0;
		width: calc(100% - 8rem);
	}
	/*
	@media screen and (max-width: 1120px) 
	{
	   	.tright
		{
			margin: 0;
		    width: calc(100% - 8rem);
	   	}
	}
	*/
	.tright a 
	{
	    color: #333;
	   /*  font-size: 1.1rem; */
	    text-decoration: none ;
	    cursor: inherit ;
	}
	
	.yakor 
	{	
		margin: 10px 0 0 0;
		font-size: 1.2rem;
		font-weight: 400;	
	}
	
	.publdescr
	{
		min-height:1.6rem;
		font-weight:400;
		font-size: 1.6rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
		padding: 0;
	    margin: 0;
	    vertical-align: top;
	}

	.pcr
	{
		font-size: 0.8em;
		color:#406080;
		padding:10px 0px 5px 0px;
		margin:0px;
		
		min-height:1.2rem;
		font-weight:700;
		//font-style: italic; 
		text-align:left;
		//text-shadow: 1px 1px 2px rgba(181,181,181,1);

		vertical-align: top;
	}
	
	.publ div
	{
		padding:5px 5px 5px 5px;
		margin:0px;
		font-weight:400;
		font-size: 1rem;
		/*white-space:pre-wrap;*/
	}
	
	.messlist
	{
		width: 80%;
	    margin: 0px auto;
	    
	}

	.messlist h2 
	{
	    font-size: 1em !important;
	    color: #406080 !important;
	    padding: 10px 0px 5px 0px !important;
	    margin: 0px !important;
	}
	
	.publdescr2
	{
		min-height:1.2rem;
		font-weight:400;
		font-size: 1.2rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
		padding: 0;
	    margin: 0;
	    vertical-align: top;
	}
	
	.formdescr
	{
		min-height:1.4rem;;
		font-weight:700;
		font-size: 1.4rem;
		//font-style: italic; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
	}
	
	#tbr_grad  
	{
		vertical-align: center;
		background: linear-gradient(90deg, #fff, #f5f5f5);
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-left: none;
		border-right: 1px solid #dcdcdc;
		font-size: 1.1em;
		margin: 0px;
		padding:5px 0px;
		width:  100%;
	}
	
	.tleft-h 
	{
		font-size: 1.2rem;
		color:#333;
		padding:2rem 0 0 0;
		margin:auto;
	}
	
	.post a
	{
		font-size: 1rem !important;
	}
	
	.publ-item h2 a
	{
		font-size: 0.9em;
		color:#333;
	}
	
	.pimg
	{
		float: none !important;
		display: block  !important; 
		margin: 0 auto  !important;
		max-width: 80%;
	}
	
	.nav 
	{
		font-size: 1.1rem;
		//background-color: #fff;
	}
	
	.head_label_no_visible
	{ 
	    display: table-cell;
	    padding:0;
	}
	
	.thead
	{
		color:#333;
		/*height:70px;*/
		height: 5.7rem;
		border-bottom:1px solid #B7B7B7;
	}
	
	.page__row 
	{
		height: 5.7rem;
		/*height: 120px;*/
		background-image: url(6614.png), url(6615.png);
		background-position: left top, left top;
		background-repeat: no-repeat, repeat;
		background-size: contain, contain;  
	}

	.page__cell 
	{
		max-width: 1150px;
		min-width: 950px;
		float:right;
	}

	.nav_page__cell 
	{
		width: 100%;
		max-width: 1150px;
		min-width: 950px;
		margin: 0 auto;
		//background-color: #fff;
	}

	.thead-reg-form__input 
	{
		width: 95%;
		height: 1.3rem;
		font-size: 0.8rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		/*margin: 2px 0; */ 
	}
	
/* 	#img_find
	{
	   width: 1.5rem; 
	   height: 1.5rem;
	   padding: 2px 2 0 0;
       float: left;
	} */
	
	.img_find
	{
	   width: 1.5rem; 
	   height: 1.5rem;
	   padding: 2px 2 0 0;
       float: left;
	}
	
	.findtext 
	{
		width: 30%;
		height: 1.5rem;
		font-size: 1rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		margin: 0 0 0 10px;  
	}
	.findtext2 
	{
		//width: 30%;
		height: 1.5rem;
		font-size: 1rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		margin: 0 0 0 4;  
	}
	
	
	.findsubmit 
	{
		width: 100px;
		height: 1.5rem;
		font-size: 1rem;
		font-weight:700;
		color: #333;
		border: 1px solid  #dadada;
		//margin: 2px 0;
		background-color: #fff;  
		padding-block: 2px;
		padding-inline: 6px;
	}
	
	.findsubmit2 
	{
		width: 100px;
		height: 1.5rem;
		font-size: 1rem;
		font-weight:700;
		color: #333;
		border: 1px solid  #dadada;
		//margin: 2px 0;
		background-color: #fff; 
		float: right; 
		margin: 0 0 0 4;
	}
	
	
	.thead-reg-form__table1 
	{
		font-size: 0.8rem;
		font-weight:400;
		text-align: left;
		color: #333;
		border-color: #f7c4c7;
	}
	
	.thead-reg-form__inputsubmit 
	{
		color: #333;
		width:  100%;
		min-height: 1.4rem;
		border: 1px solid #dadada ;
		background-color: #fff;
		/*margin: 2px 0 0 0;*/
	}
	
	.thead-reg-form__table 
	{
		font-size: 0.8rem;
		font-weight:400;
		float: right;
		text-align: left;
		color: #333;
		border-color: #f7c4c7;
	}
	
	.regtable_r  
	{
		width:600px;
		background: linear-gradient(-90deg, #fff, #f5f5f5);
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_l
	{
		width:600px;
		background-image: url('/2.png'), linear-gradient(90deg, #fff, #f5f5f5);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		border-right: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_lb
	{
		width:600px;
		background: linear-gradient(90deg, #fff, #f5f5f5);
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		padding:5px;
	}

	.regtable_lt
	{
		width:600px;
		background: linear-gradient(90deg, #fff, #f5f5f5);
	    border-top: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		padding:5px;
	}
	
	.reg-input
	{
		width: 100px;
		height: 1.3rem;
		font-size: 0.8em;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada  
	}

	.reg th
	{
		width:250px;
		font-weight:400;
		font-size: 0.9em ;
		color:#333;
		text-align:left;
		padding:2px 3px;
	}

	.reg td
	{
		width:300px;
		font-style:italic;
		font-size: 0.7em ;
		color:#333;
		padding:2px 3px;
	}
	
	.thead-reg-form__inputlogin 
	{
		width: 100%;
		height: 1.3rem;
		font-size: 0.8rem;
		font-weight:400;
		color: #333;
		border: 1px solid  #dadada;
		/*margin: 2px 0;*/  
	}
	
	.regout
	{
		-webkit-appearance: none;
		width: 180px;
		float: right;
	}

	.regdescr
	{
		height:1.4rem;
		font-weight:700;
		font-size: 1.4em;
		font-style: normal; 
		color:#333;
		text-align:left;
		text-shadow: 1px 1px 2px rgba(181,181,181,1);
	}

	
	.thead-reg-form td
	{
		width:50px;
		font:0.75rem ;
		text-align:right;
		padding:0px
	}

	.thead-reg-form
	{
		font:0.75rem ;
		color:#333;
		padding:0px;
		text-align:right;
		padding-top:5px;
		width:10rem ;
	}
	
	.thead-reg-form__table tr
	{
		width:210px;
	}
	
	.tleft h1
	{
		font-size:1.2rem ;
		color:#333;
		padding:10px 5px;
		margin:0px;
	}

	.tleft h2
	{
		font-size:1rem ;
		color:#333;
		padding:5px;
		margin:0px;
	}

	.tleft ul
	{
		font-size:1rem ;
		color:#333;
		padding:5px;
	}

	.tleft li
	{
		font-size:1rem ;
		color:#333;
		padding:5px;
		margin:0 0 0 20px;
	}

	.tleft a 
	{
	    color: inherit !important;
	    text-decoration: none !important;
	    cursor: inherit;
	}
	
	.publ-item h2
	{
		//font-size: 1rem;
		color:#406080;
		padding:0px 0px 10px 0px;
		margin:0px;
	}
	
	.thead-username 
	{
		float: right;
		width: 189px;
		text-align: right;
		font-size:0.8rem ;
		color:#333;
		font-weight:400;
		padding:0px;
		margin:0px;
		padding-top:5px;
		
		position: absolute;
		top: 0;
        right: 5px;
	}

	.thead-username a
	{
		font-size:1.1rem ;
		color:#333;
		font-weight:400;
	}

	.thead-username-exit 
	{
		color:#333;
		font-size:0.8rem ;
		width:  5.6rem;
		min-height:1.4rem;
		border: 1px solid #dadada ;
		background-color: #fff;
		padding:0px;
		margin:6px 0px 0px 0px;
	}
	
	.thead-username-td 
	{
		vertical-align: top;
		width:12rem ;
	}
	
	.tright h5 
	{
	    color: #333;
	    font-weight: 700;
	    line-height: 1.2rem;
	    margin: 0 0 0.5625em 0;
	    font-size: 1.1rem;
	}
	
	.help_ul
	{
	   min-width: 25rem;
	   min-height: 8rem;  
	   margin: 0 2em; 
	}
	
	.row div
	{
	    margin-bottom: 1rem;
	}

	.format_txt
	{
	    font-family: 'Roboto', sans-serif  !important;
	    font-weight: 300 !important;
	    color: #000000;
	    font-size: 1em !important;
	    line-height: 1.37rem !important;
	    padding: 5px 10px;
	    background: linear-gradient(0, #fff, #f5f5f5);
	    border: 1px solid  #dcdcdc;
	    margin: 0 0 1em 0;
	    /*white-space:pre-wrap;*/
	}

	.code1c_qw
	{
		font-family: "Source Code Pro", monospace;
		color: black !important;
		padding: 5px 10px;
		background: linear-gradient(0, #fff, #fefcee);
		border: 1px solid  #dcdcdc;
		font-size: 1em !important;
		/*white-space:pre-wrap;*/
	}

	.code1c
	{
	    /*
		font-family: "Source Code Pro", monospace;
		font-size: 1em !important;
		*/
		color: #0000BB !important; 
		padding: 5px 10px;
		background: linear-gradient(0, #fff, #fdfcf2);
		border: 1px solid  #dcdcdc;
		white-space:pre-wrap;
		margin:10px 0 1em 0;
		font: 14px / 1.5 Consolas, Monaco, monospace;
	}
}

.findsubmit:hover 
{
   text-shadow: 1px 1px white;
   background-color: #e0e7f0;
   border: 1px solid #acabad;
}    

#navid
{
	background-color: #fff;
}

.nav_b 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#fff));
	background:    -moz-linear-gradient(top, #dedede, #fff);
	background:      -o-linear-gradient(top, #dedede, #fff);
	background:         linear-gradient(top, #dedede, #fff);
}

.nav_t
{
    margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
	background:    -moz-linear-gradient(top, #fff, #dedede);
	background:      -o-linear-gradient(top, #fff, #dedede);
	background:         linear-gradient(top, #fff, #dedede);	
}

#nav_page
{
   top: 0;
   background-color: rgb(255,255,255);
   z-index: 3;
}

.postnew  
{
	font-size: 1em;
	width:  100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

#postnew_a 
{
    text-decoration: underline;
	font-size: 1em;
	font-weight: 400;
}

#postnew_a:hover 
{
	color: #333;
	font-weight: 700;
}

#postimg
{
   width:2.5rem; 
   height:auto;
   margin: 5px 0;
}

.post_td
{
   width:100%; 
   font-weight: 400;
   font-size: 0.8em;
}


#post_td
{
   width:100%; 
   //height:100%;
   font-weight: 400;
   font-size: 0.8em;
}

.publusers_logo 
{
    max-width: 180px;
    max-height: 130px;
    width: auto;
    height: 100%;
    margin: 10px 15px 10px 10px;
    display: block;
    float: left;
}

.postnew_tdr 
{
   float: right;
}

.t_post_tr 
{
   width: 100%;
}

.postnew_td185  
{
    max-width: 185px;
    background: transparent;
}

.postnew #td185  
{
    /*max-width: 205px;*/
    max-width: 13.5rem;
    background: #f5f5f500 !important;
    padding: 0 !important;
}

.td_3rem  
{
    width:3rem;
}


#td_3rem  
{
    width:3rem;
}

.postnew_inp
{
    color: #333;
    font-family: 'Roboto', sans-serif !important;
    display: inline;
    width: 100%;
    height: 3rem;
    font-size: 1em;
    font-weight: 300;
    background: transparent;
    border: none;
    padding: 0 0 0 5px;
}

.postnew_descr  
{
    vertical-align: middle;
	text-align: left;	
	font-size: 1.3em;
	font-weight: 400;
	padding: 5px 0 0 0;
}

.postnew_descr2  
{
    vertical-align: middle;
	text-align: center;	
	font-size: 1rem;
	font-weight: 400;
}

.finfo_descr  
{
    vertical-align: middle;
	text-align: center;	
	font-size: 1.2em;
	font-weight: 400;
}

.postnew_cont  
{	
	font-size: 1em;
	font-weight: 300;
}

.postnew_tab  
{
	margin: 0 auto;
}

.publprop
{
	margin-top: 10px;
	float: right;
}

#ta
{
   font-family: 'Roboto', sans-serif !important;	
   color: #333;
   font-size: 0.8em;
   font-weight: 300;
   background: transparent;
   border: none;
   margin: 5px 0;
   padding: 10px;
   display: inline;
   width:100%; 
   min-height:180px;
}

#ta2
{
   font-family: 'Roboto', sans-serif !important;
   color: #333;
   font-size: 1em;
   font-weight: 300;
   background: transparent;
   border: none;
   margin: 5px 0;
   padding: 10px 5px 5px 5px;
   display: inline;
   min-height:300px;
   width:100%; 
}

#ta3
{
   font-family: 'Roboto', sans-serif !important;	
   color: #333;
   font-size: 0.8em;
   font-weight: 300;
   background: transparent;
   border: none;
   margin: 5px 0;
   padding: 10px;
   display: inline;
   width:100%; 
   min-height:180px;
}

#fbr
{
	cursor: pointer !important;
}

#a_img25
{
   width:2.1rem; 
   height:auto;
   margin: 5px 0;
   cursor: pointer !important;
}

#a_img
{
   float: right;
   width:2.5rem; 
   height:auto;
   margin: 5px 0;
   cursor: pointer !important;
}

#img_left
{
   float: left;
   width:2.5rem; 
   height:auto;
   margin: 5px 5px;
}

#img_right
{
   float: right;
   width:3rem; 
   height:auto;
   margin: 5px 5px;
}

#comments, #files
{
   width:100%; 
   height:3.2rem;
}

#par_img
{
   width:3rem; 
   padding: 0;
}

#f_download
{
   float: left;
   width:2.5rem; 
   height:auto;
   margin: auto 0;
}

#comm1
{
   float: right;
   width:2em; 
   height:auto;  
}

#comm0
{
   display: none;
}

#myDiv
{
	padding: 0;
	margin: 0;
	border:none;
	width:100%; 
	height:100%; 
	overflow:scroll;
}

#pagelist_otst
{
   width: 100%;
   height:100%;
}

#pusers
{
   width: 100%;
   margin: 5px 0;
}

#publname_a
{
    height: 1.6rem;
    font-weight: 700;
    font-size: 1.4rem;
    font-style: italic;
    color: #333;
    text-align: left;
    text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);
}

.transp
{
	background: transparent;
}

.radiosubmit 
{
    color: #333  !important;
    font-size: 0.8rem  !important;
	min-height: 1.1rem  !important;
	min-width:10rem  !important; 
	/*text-align: right;*/
}

.inputsubmit 
{
    color: #333;
    font-size: 1rem;
	min-height: 1.4rem;
	border: 1px solid #dadada ;
	background-color: #fff;
}

.inputsubmit:hover 
{
	text-shadow: 1px 1px white;
	background-color: #e0e7f0;
	border: 1px solid #acabad ;
}

.scrollbox 
{
	overflow: auto;
	width: 200px;
	max-height: 200px;
 
	margin: 30px auto;
	background:
	linear-gradient(white 30%, rgba(255,255,255,0)),
	linear-gradient(rgba(255,255,255,0), white 70%) 100% 0,
	radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
	radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
	background-repeat: no-repeat;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
}

.pagelist
{
  margin: 0 auto;
}

.pagelist_l,.pagelist_r
{
  vertical-align: middle;;
}

#pagelist_a
{
	vertical-align: middle;
	color: #818181;
	font-size: 1.7rem;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 1px 1px white,0.1rem 0.2rem 0.3rem rgba(181,181,181,1); 

	transition: 1s;

	-webkit-animation: fade-in 1s linear; /* Safari 4+ */
	-moz-animation: fade-in 1s linear; /* Fx 5+ */
	-o-animation: fade-in 1s linear; /* Opera 12+ */
	animation: fade-in 1s linear; /* IE 10+, Fx 29+ */

	/*white-space:pre-wrap;*/
}

#pagelist_a:hover 
{
	color: #333;
}


.scrollbox_gor #div_activ
{
	background: #dbdbdb;
	/* border: 2px solid #333; */
	border-radius: 50%;
	/* margin: 3px 10px; */
}


.scrollbox_gor li 
{
	display: inline-block;
} 

.scrollbox_gor ul 
{
	list-style: none; /*убираем маркеры списка*/
	margin: 0; /*убираем верхнее и нижнее поле, равное 1em*/
	padding-left: 0; /*убираем левый отступ, равный 40px*/
}


.scrollbox_gor nav 
{
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.scrollbox_gor nav .scroller 
{
	width: 100%;
	height: 60px;
	overflow: auto;
}

.scrollbox_gor nav ul 
{
    height: 30px;
    -webkit-user-select: none;
    white-space: nowrap;
}

#otstup10 
{
	margin: 10px 0;
	padding: 0;
}

.otstupleft5 
{
	margin:  0 0 0 5px;
	padding: 0;
}

 

.fixed 
{
	display: block;
	position: fixed;
	width:100%;
	background: #fff;
}

.fixed_tr 
{
	position: fixed;
	top: 0.7rem; 
	right: 0.7rem;
	color: #4e6cc0;
	font-size: 2rem;
	text-decoration: none;
	text-shadow: 1px 1px white, 0.1rem 0.2rem 0.3rem rgba(181,181,181,1);
}

.fixed_tr2 
{
	top: 5rem; 
	right: 0.7rem;
	/*color: #4e6cc0;*/
	color: #c07238;
	font-size: 2rem;
	text-decoration: none;
	text-shadow: 1px 1px white, 0.1rem 0.2rem 0.3rem rgba(181,181,181,1);
	transition: 1s;

	-webkit-animation: fade-out 1s linear; /* Safari 4+ */
	-moz-animation: fade-out 1s linear; /* Fx 5+ */
	-o-animation: fade-out 1s linear; /* Opera 12+ */
	animation: fade-out 0.7s linear; /* IE 10+, Fx 29+ */
}


.fixed_tr:hover 
{
	color: #333;
}

.fixed_br 
{
	position: fixed;
	bottom: 0.7rem; 
	right: 0.7rem;
	color: #c07238;
	font-size: 1.5rem;
	text-decoration: none;
	text-shadow: 1px 1px white, 0.1rem 0.2rem 0.3rem rgba(181,181,181,1);
	transition: 1s;
	z-index: 5;
}

.fixed_br:hover 
{
	color: #333;
}

.fixed_bl 
{
	position: fixed;
	bottom: 0.7rem; 
	left: 0.7rem;
	color: #333;
	font-size: 2rem;
	text-decoration: none;
	text-shadow: 1px 1px white, 0.1rem 0.2rem 0.3rem rgba(181,181,181,1);
	transition: 1s;
	opacity: 0.7;
	z-index: 5;
}

.fixed_bl:hover 
{
	opacity: 1;
}

.fixed_visible
{
	-webkit-animation: fade-in 1s linear; /* Safari 4+ */
	-moz-animation: fade-in 1s linear; /* Fx 5+ */
	-o-animation: fade-in 1s linear; /* Opera 12+ */
	animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

.fixed_no_visible
{
	opacity: 0;
	-webkit-animation: fade-out 1s linear; /* Safari 4+ */
	-moz-animation: fade-out 1s linear; /* Fx 5+ */
	-o-animation: fade-out 1s linear; /* Opera 12+ */
	animation: fade-out 0.4s linear; /* IE 10+, Fx 29+ */
}

.no_visible
{ 
    display: none;
}






.tright a:hover 
{
    //font-weight:700;
    text-decoration: underline ;
}


.txt-descr
{
   padding: 5px 10px;
}

.blimg
{
	display: block;
	border:none !important;
	margin:0px !important;
	margin-top:6px !important;
	padding:0px !important;
	text-align: center !important;
	background: none !important;
}



a 
{
    cursor: pointer !important;
}

.return
{
	display: none;
	padding: 0px 5px;
	font-family: 'Roboto', sans-serif;
	color:#333  !important;
	font-size: 0.9rem !important;
	cursor: pointer !important;
	position: fixed; 
	bottom: 8px; 
	right: 15px;
	text-shadow: 0px 0px 5px #c7d2fa;
	background: #f5f5f5;
}

#hr_min
{
	border-color: #dcdcdc  !important;
	margin:0px 5px  !important;
}

#hr_red2
{
	border-color: #e0d8d8  !important;
	height:3px;
	border-style: ridge none none;
	margin:5px 10px  !important;
}

#hr_red
{
	border-color: #dcdcdc  !important;
	margin:10px 10px  !important;
}

hr
{
	border-color: #dcdcdc; 
	border-style: ridge none none;
	height:3px;
	margin-top:15px;
}

.code1c hr
{
	color: #333 !important;
	height:1px;
	border:none;
	margin:0px;
	padding:0px;
}

body  
{ 
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.37;
	margin: 0;
}

textarea:focus, input:focus
{
	outline: none;
}

.row 
{
    border-bottom: solid 1px transparent;
    padding-left: 1.25em;
    min-width: 240px;
    margin: 0 auto;
}



.row > * 
{
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

pre code 
{
    -webkit-overflow-scrolling: touch;
    display: block;
    line-height: 1.5em;
    overflow-x: auto;
    padding-top: 0px;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
}



code 
{
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    font-family: "Source Code Pro", monospace;
    font-size: 0.8em;
    color:#405060;
    background: #fff;
}

.code a 
{
    color: #333;
    text-decoration: underline;
    cursor: inherit !important;
}


.line2px 
{
	height:4px;
	padding: 1px 0;
	border-bottom: 2px ridge  #ececec;
}

.line2_t 
{
	height:2px;
	padding: 0;
	border-bottom: 2px ridge  #ececec;
	margin: 0;
}

.line2_b 
{
	height:2px;
	padding: 0;
	border-top: 2px ridge  #ececec;
	border-bottom: 1px ridge  #B7B7B7;
}

.line1px 
{
	height:3px;
	padding: 1px 0;
	border-bottom: 1px solid  #B7B7B7;
}

.t
{
	width:100%;
	height:100%;
	font:0.75rem;
	border-spacing:0px;
	background-color: #fff;
	/*position: relative;
    top: 5rem;*/
}


.tleft
{
	//position: relative;
	
	width: 100%;
	height:100%;
	min-height: 100rem;
	//width:240px;
	min-width: 150px;
	//border-right:1px solid #B7B7B7;
	vertical-align:top; 
	padding:1rem 0 0 1rem; 
	//background: radial-gradient(#fff, #fff);
	background-color: #fff;
}

.tleft_2
{

/*
	max-width: 2.2rem;
	min-width: 2.2rem;
*/	
	max-width: 5%;
	min-width: 5%;
	
	//width: 10%;
	
	height:100%;
	
	border-right:1px solid #B7B7B7;
	vertical-align:top; 
	padding:15px; 
	background: radial-gradient(#fff, #fff);
}

.fixed_bl a
{
	color: #333;
    text-decoration: none;
    font-weight: 700; 
    cursor: pointer !important;
}

.tright2
{
/*
	width:210px;
	min-width: 150px;
*/	

    width:5%;
	min-width: 5%;	
	
	
	height:100%;
	border-left:1px solid #B7B7B7;
	vertical-align:top; 
	padding:15px; 
	background: radial-gradient(#fff, #fff);
	overflow:auto;
}

.tright2_2
{   /*
	max-width: 2.2rem;
	min-width: 2.2rem;
	*/
	width:5%;
	min-width: 5%;
	height:100%;
	border-left:1px solid #B7B7B7;
	vertical-align:top; 
	padding:15px; 
	background: radial-gradient(#fff, #fff);
	overflow:auto;
}



.tbottom
{
	height:30px;
	border-top: 1px ridge  #B7B7B7;
}

.tbottom2
{
	width: 100%; 
	position: fixed;
	bottom: 1px;
	height:30px; 
	border-top:1px solid #B7B7B7;
	background: radial-gradient(#fff, #fff);
}



.nav__list 
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.link 
{
	color: #333;
	text-decoration: underline;
}

.link:hover 
{
	text-shadow: 0px 0px 5px #c7d2fa;
}

.nav__link 
{
	font-weight:400;
	text-decoration: none;
	//padding: 0.2rem 1.5rem;
	padding: 0.2rem 0.5rem;
	display: block;
}

.thead h1
{
	font:bold 1rem ;
	text-shadow: 1px 1px white, 2px 3px 10px rgba(181,181,181,1); 
	margin:0px;
}

.thead h2
{
	font:0.5rem ;
	padding-top:3px;
	padding-bottom:25px;
	margin:0px;
}

.thead img
{
	float:left;
	margin:0px 10px 10px 0px;
}

.thead-anon-t
{
	width:100%;
}

#title1
{
	color:#333;
	text-align: right;
	font-weight:700;
	font-size: 1.3rem;
	text-shadow: 1px 1px white, 2px 3px 10px rgba(181,181,181,1);
	/*font-style: italic;
	*/
	margin-top: 0;
	/*margin-bottom: 0.5rem;*/
}

#title2
{
	color:#333;
	font-weight:400;
	font-size: 0.8rem;
	text-align: right;
	margin-bottom: 0.5rem;
}

.thead-anon-t img
{
	float:left;
	margin:0px 10px 10px 0px;
}



.thead-reg-form form
{
	margin:0px
}





/*
.thead-username-exit2 
{
	color:#333;
	width:  5.6rem;
	height:1.4rem;
	border: 1px solid #dadada;
	background-color: #fff;
	padding:0px;
	margin:6px 0px;
}
*/

.thead-username-exit:hover 
{
	text-shadow: 1px 1px white;
	background-color: #e0e7f0;
	border: 1px solid #acabad ;
}

.thead-reg-form #inp
{
	width: 150px;
}

.thead-reg-form #inp2
{
	width: 126px;
	align:left
}

.thead-reg-form #inp3
{
	width: 128px;
	align:left
}

.thead-reg-form th
{
	width:50px;
	font:bold 0.75rem ;
	text-align:left;
	padding:0px;
}

.thead-reg-form #td
{
	width:50px;
	text-align:left
}

.thead-reg-form #inp_img
{
	width: 21px;
	height:21px;
	text-align:right
}

.thead-reg-form img
{
	float:right;
	margin:0px 0px 0px 0px;
}





.thead-reg-form__label1 
{
	width:50px;
	text-align: right;
	display: inline
}



.thead-reg-form__table-input 
{
	font-size: 0.8rem;
	font-weight:400;
	color: #333;
	border: 1px solid  #dadada
}

.thead-reg-form__item 
{
	width: 210px;
	text-align: left;
}

.thead-reg-form__label 
{
	width:50px;
	text-align: left;
	display: inline
	margin: 2px 0;
}




.thead-reg-form__inputprise 
{
	width: 100px;
	height: 1.4em;
	font-size: 1.2em;
	font-weight:400;
	color: #333;
	border: 1px solid  #dadada;
	margin: auto 0;
	text-align: right;

}

.thead-reg-form__inputpass 
{
	float: left;
	width: 100%;
	height: 1.3rem;
	padding:0;
	font-size: 0.8rem;
	font-weight:400;
	color: #333;
	/*border-left: 1px solid #dadada ;
	border-top: 1px solid #dadada ;
	border-bottom: 1px solid #dadada ;		
	border-right: 1px solid #dadada;*/
}

.sendsubmit_1 
{
	width:  12%; 
	height: 1.3rem;
	margin: 0;
	padding:0;   
	border-right: 1px solid #dadada ;
	border-top: 1px solid #dadada ;
	border-bottom: 1px solid #dadada ;
	border-left: 0px;
	background-color: #fff;
	cursor: pointer; 
	color: #333;
	font-weight:700;
	text-align: center;
	background: linear-gradient(90deg, #fff, #f8f8f8);
}



.newcomment 
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	border-left: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:0;
	width:  100%;
}

.newcomment p {
    font-size: 0.8em !important;
    color: #406080 !important;
    padding: 10px 0px 5px 0px !important;
    margin: 0px !important;
}



/*
.messlist tr
{
    min-width: 500px;
    max-width: 700px;
}
*/



.comm textarea
{
    color: #333;
    font-size: 1.1em;
    line-height: 1.37;
	width:  100%;
    //min-width: 600px;
    min-height: 4rem;
    resize: none;
    border: none;
    background: transparent;
}

.thead-reg-form__inputsubmit:hover 
{
   text-shadow: 1px 1px white;
   background-color: #e0e7f0;
   border: 1px solid #acabad;
}

.thead-reg-form__inputlogin:hover,  .sendsubmit_1:hover, .thead-reg-form__inputpass:hover
{
	border: 1px solid #acabad ;
}

.sendsubmit_1:hover  
{
	text-shadow: 0px 0px 3px #c7d2fa;
}




/* .tleft a:hover 
{
    font-weight:700;
    text-decoration: underline ;
} */

.ca-li-1
{
	/*
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	*/
	text-decoration: underline;
	font-weight:700;
}

.ca-li-0
{
	font-weight:400;
}

.ca-li-11
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-weight:700;
	text-shadow: 1px 1px white, 1px 2px 3px rgba(148, 42, 42,1);
}

.ca-li-01
{
	font-weight:400;
	text-shadow: 1px 1px white, 1px 2px 3px rgba(148, 42, 42,1);
}
                                             

.tleft-li-1
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}    

.tright h1
{
	min-height:40px;
	font-weight:400;
	//font-size: 1.6em;
	//font-style: italic; 
	color:#333;
	//text-align:center;
	text-align:left;
	//text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);
	text-shadow: 1px 1px 2px rgba(181,181,181,1);
}

.tright h2
{
	min-height:1.4rem;;
	font-weight:400;
	font-size: 1.1rem;
	//font-style: italic; 
	color:#333;
	text-align:left;
	/*text-shadow: 1px 1px 1px rgba(200,200,200,1);
	text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);*/
}



.tright ul
{
	font-size:1rem ;
	color:#333;
	padding:5px;
	margin:0px 0px 0px 10px;
}

.tright li
{
	/*font-size:0.8rem ;*/
	color:#333;
	padding:5px;
	margin:0px;
}






.publname
{
	font-size: 1em;
	color:#406080;
	padding:10px 0px 5px 0px;
	margin:0px;
	
	min-height:1.4rem;
	font-weight:700;
	font-style: italic; 
	text-align:left;
	text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);

	vertical-align: top;
}


.publcommand
{
    color:#686868 !important;
    font-size: 1em !important;
    min-height:1.4rem;;
	font-weight:400;
	font-style: italic; 
	text-align:left;
	//text-shadow: 1px 1px 2px rgba(181,181,181,1);

	vertical-align: top;
    padding:0;
}

.publinfo
{
	color:#af2f2f;
    font-size: 1.1em !important;
    font-style: normal;
    padding:0;
	margin:10px 0px 5px 0px;
}

.reg
{
	margin:10px;
}

.reg table
{
	margin:auto
}

#tbl_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	border-left: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:0;
	width:  100%;
}

.tbl_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	border-left: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:0;
	width:  100%;
}

.bl_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	border-left: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:0;
	width:  100%;
}

.tl_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:0;
	width:  100%;
}

.tr_grad  
{
	vertical-align: center;
	background: linear-gradient(90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

.tbr_grad  
{
	vertical-align: center;
	background: linear-gradient(90deg, #fff, #f5f5f5);
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: none;
	border-right: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}



#br_grad  
{
	background: linear-gradient(90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
	border-left: none;
	border-right: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

.br_grad  
{
	background: linear-gradient(90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
	border-left: none;
	border-right: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

#bl_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: none;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

#r_grad  
{
	background: linear-gradient(90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #dcdcdc;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

#l_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #dcdcdc;
	border-right: none;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

.l_grad  
{
	background: linear-gradient(-90deg, #fff, #f5f5f5);
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #dcdcdc;
	border-right: none;
	font-size: 1.1em;
	margin: 0px;
	padding:5px 0px;
	width:  100%;
}

.publ li
{
	/*font-size:0.8rem ;*/
	color:#333;
	padding:5px;
	margin:0px;
}

.publ form
{
  margin: 0 !important;
}





.reg #inp
{
	width: 230px;
}

.reginp
{
	width: 230px;
}


.reg #reginp
{
	width: 230px;
}
.reg #regchek
{
	width: 160px;
}




.reg img
{
	float:right;
	margin:0px 10px 10px 0px;
}



.publ-item
{
	background: linear-gradient(90deg, #fff, #f5f5f5);
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: none;
    border-right: 1px solid #dcdcdc;
    font-size: 1.1em;
    margin: 0px;
    padding: 5px 5px;
    width: 100%;
	//padding:10px;
}

.publ-item h1
{
	min-height:40px;
	font-weight:700;
	font-size: 1.4em;
	font-style: italic; 
	color:#333;
	text-align:left;
	text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);
}





.publ-item p
{
	font-weight:300;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.37;
	-webkit-hyphens: auto; 
	-ms-hyphens: auto; 
	hyphens: auto;
}

.publ-item img
{
	float:right;
	margin:0px 5px;
}

.publ-item p
{
	padding:15px 10px 25px 10px;
	margin:0px;
}

.publ-item div
{
	font-size: 0.9rem;
	padding:3px 5px;
}

.publ
{
	padding:10px;
}

.publ h1
{
/*	
	font-weight:700;
	font-size: 1.6rem;
	font-style: italic; 
	color:#333;
	text-shadow: 1px 1px white, 1px 2px 3px rgba(181,181,181,1);
*/
	
	min-height:1.6rem;
	text-align:left;
}


.publ h2
{
/*
	font-size: 1em;
	color:#406080;
*/
	
	padding:10px 0px 5px 0px;
	margin:0px;
}

.publ h2 a
{
/*
	font-size: 1em;
	margin:0 3px;
	color:#333;
*/	

	margin:0 3px;
}

/* .publ img
{
	float:right;
	margin:0px 5px;
} */

.publ p
{
	padding: 0px;
	margin:0px;
	font-weight:300;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.37;
}



.publ div b a
{
	font-weight:700;
	font-size: 1.1em;
	color:#333;
}   

.post
{
	margin:10px;
}

.post2
{                                         
	margin:10px;
	float: right;
}


.post textarea
{
	font-family: 'Roboto', sans-serif  !important;
	width:100%;
	height:160px;
	font-size: 1.2em;
}




.post #inp
{
	color: #333;
	font-family: 'Roboto', sans-serif  !important;
	display: inline;
	width:100%; 
	height:1.8rem;
	font-size: 1.1em;
	font-weight: 300;
	background: transparent;
	border: none;
}

.publ-list-img
{
    max-width: 180px; 
    height: 100px;
}

.post-img
{
    /*width: 100%;*/
    width: 10rem;
    height: auto;
    margin:5px;
    padding:0 1.5rem;
}

.closeinfo
{
    font-weight: 400;
    /*font-size: 1.33em;*/
    font-style: italic;
}

.autor-img
{
    max-width: 200px;
    height: 200px;
    display: block;
    float: left;
    padding: 1rem;
}


.publ-img
{
    max-width: 180px;
    height: 100px;
    display: block;
    float: right;
}

.post-subtags-0,.post-subtags-1
{
	clear:both;
}

.post-subtags-0
{
	display:none;
}

.post-tag-0, .post-tag-1
{
	border-width:1px;
	border-style:solid;
	float:left;
	padding:5px;
	margin:5px;
	cursor:pointer;
}

.post-tag-2
{
	float:left;
	padding:5px;
	margin:5px;
	font-size: 1rem;
	font-weight: 400;
}

.post-tag-1
{
	background:#EFEFEF;
	border-color:#B7B7B7;
	font-weight: 700;
}

.post-tag-0
{
	background:#fff;
	border-color:#B7B7B7;
}

.post-files
{
	background:linear-gradient(-90deg, #f9f9fa, #EFEFEF);
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	font:12px monospace;
	padding:5px 4px;
	margin:0px 0px 10px 0px;
}


.post-files b
{
	color:#ff0000;
}

/************************************************************************************************************************************************/

.img_upload
{
  display: flex;
  flex-flow: column nowrap;
    position: relative;
    overflow: hidden; 
    /*width: 205px;*/
    width: 13.5rem;
    /* height: 180px; */
    font-size: 1em;        /* example */
    line-height: 2em;       /* the same as height */
}

.img_upload2
{
    height: 200px;
}


.img_upload > button
{
    position: absolute;
    height: 2em;
	top: 120px;
    width: 13.5rem; 
    margin: 0;
    padding: 0;
    bottom: 1;
    /*background: #f5f5f5 !important;*/
    background: transparent !important;
    border: 0;
}
.img_upload > div
{
    padding-left: 1em      /* example */
}

.img_upload input[type=file]
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

/*------------------------------------------------------------------------------------------------------*/
.file_upload
{
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1rem;        /* example */
    min-height: 2.5em;           /*   example */
    line-height: 2.5em       /* the same as height */
}

.file_upload > button
{
    float: right;
    width: 18em;             /*example */
    height: 2em;
    margin: 5px;
}
.file_upload > div
{
    padding-left: 1em      /* example */
}

@media only screen and ( max-width: 500px )
{  /* example */
    .file_upload > div
    {
        display: none
    }
    .file_upload > button
    {
        width: 100%
    }
    .img_upload > div
    {
        display: none
    }
    .img_upload > button
    {
        width: 100%
    }
}

.file_upload input[type=file]
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

.descr
{
  	margin: auto 0;	
	font-size: 1.1rem;
	font-weight: 400;
	padding-left:5px;
}

.descr_r
{
    vertical-align: middle;	
	font-size: 1.1rem;
	font-weight: 400;
}

.descr_st
{
    vertical-align: middle;	
	font-size: 1.3em;
	font-weight: 400;
	padding: 10px;
}

.descr_access
{
	font-size: 0.9rem;
	padding: 5px;
}

.cont
{
	font-size: 1.2em;
	width: 100%;
	padding-left:0;
}

.dd
{
	vertical-align: bottom;
}

.post_submit
{
	height: 2em;
	float: right;
	margin:0 5px ;
}

.comm_desc_l
{
    padding: 5px 5px 5px 5px;
    margin: 0px;
    font-weight: 400;
    font-size: 0.9em;
    white-space: pre-wrap;
	float: left;	
}
.comm_desc_r
{
    padding: 5px 5px 5px 5px;
    margin: 0px;
    font-weight: 400;
    font-size: 0.9em;
    white-space: pre-wrap;
	float: right;
}

.post_submit_file 
{
	color: #3d3d3d;
	font-size: 1rem;
	text-shadow: 1px 1px white;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc ;
	height: 2em;
	float: right;
	margin:0 5px ;
}

.div_inp_post
{
	height: 2.1em;
	margin:5px 0;
}

#bott_hidd
{
	float: right;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.img_submit 
{
	background: transparent;
	border: none;
}

.commarea
{
	min-height: 1.8rem;
}

.mess_tab
{
	margin:10px auto;
	width: 80%;
}

.itdinfo
{
	margin:5px;
}























































