.clear_div{float:none; width:100%; height:40px;}
.lang_row, .menu_row{float:left; margin:5px; padding:10px; border:#D0CECE solid 1px; width:150px;}
.menu_row{width:210px;}
.lang_title{padding:0; margin:0; margin-bottom:5px;}
.lang_descr{font-size:10px;}
.lang_field{float:left; margin-right:5px;}
.lang_link{ float:right; position:relative; display:inline-block;}
.lang_field{ width:calc(100% - 40px);}
.lang_th{ text-transform:uppercase; padding:0; margin:0;}
.lang_th img{ margin-top:6px;}
.lang_td{ padding:0; margin:0;}
.input{width:calc(100% - 40px);}
.field .input{width:100%;}
.translate_fields .input{width:calc(100% - 40px);}
.wysiwyg{width:100%;}
.message { line-height:50px;}
.submit{ line-height:40px; padding:3px 14px 4px 14px; background:#9DB1B9; border:none; border-radius:7px; color:#FFF;}
.submit:hover{ color:#FFF; background:#7D8E94; cursor:pointer;}
.labels{ margin-bottom:8px;}
.exists{ width:20px; height:20px;}
.view_spoiler{ cursor:pointer;}
table th.view_spoiler:hover{ background:#5D8395; color:#FFF;}
.process_img{ margin-left:10px;}

/* Pagination =============================================================== */

.pagebar {
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pagebar_title {
    color: #34495e;
    margin: 5px;
}
.pagebar_page {
    margin: 2px;
    padding: 6px;
}
.pagebar_current {
    background-color: #34495e;
    color: #FFF;
    margin: 3px;
    padding: 6px;
}
.pagebar_nav {
	margin-right: 15px;
}
.pagebar_nav .disabled{
	color:#BDC3C7;
}
.pagebar_nav .pagebar_page:first-child {
	margin-left: 0;
	margin-right: 5px;
}
.pagebar_nav .pagebar_page{
	padding:6px 0;
}
.pagebar_pages .pagebar_page:hover {
	background:#ecf0f1;
	text-decoration: none;
	color:#34495e;
}
.pagebar_notice {
    display: inline-block;
    font-size:12px;
    color:#BDC3C7;
    margin-left:20px;
}



/* Базовый контейнер табов */
.tabs {
  padding: 0px;
  margin: 0 auto; 
}
/* стили секций с содержанием */
.tabs section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs .tab_input {
  display: none;
}
/* стили вкладок (табов) */
.tabs .tab {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
.tab_header{ text-transform:uppercase;}
/* изменения стиля заголовков вкладок при наведении */
.tabs .tab:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 1px solid #009933;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab0:checked ~ #content0,
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9 
{
  display: block;
}
/* медиа запросы для различных типов носителей */  
@media screen and (max-width: 680px) {
  .tabs .tab {
    font-size: 0;
  }
 
  .tabs .tab:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .tabs .tab {
    padding: 15px;
  }
}


.hint { margin-bottom:15px;}

.notebooks {
	margin: 0 0 10px;
}
.notebooks__caption {
	height: 30px;
	line-height: 18px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	padding:0; margin:0;
}
.notebooks__caption img{
	height: 21px;
	padding-top:3px;
}
.notebooks__caption li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
.notebooks__caption li:hover,
.vertical .notebooks__caption li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border-bottom: 1px solid #FFCA95;
}
.notebooks__caption .active {
	color: #444;
	background: #EFEFEF;
	padding: 0 13px 1px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
}
.notebooks__content {
	display: none;
	/*border: 1px solid #D4D4D4;*/
	border-width: 0 1px 1px;
	/*background: #EFEFEF;*/

}
.notebooks__content.active {
	display: block;
}
.notebooks__content{
	padding:7px;

}
