/*=====General reset=====*/
h1, h2, h3, h4, h5, h6, p{margin:0;}
ul, ol{margin:0;padding:0;list-style:none;}
a{text-decoration:none;}
a:hover, a:visited, a:link, a:active{text-decoration:none;outline: none;}
*{-moz-box-sizing: border-box;box-sizing: border-box;}
/*=======================*/

/*=====Global tags Setup=====*/
* {
    margin: 0;
    padding: 0;
 }
html, wrapper, .body-a {
    height: 100%;
/*     line-height: 1.5; */
}
wrap{
    display: block;
    margin: auto;
    width: 100%;
}
h1, .h1{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Telefon Black", Sans-Serif;
    font-size: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
	font-weight: normal;
}

@font-face {
	font-family: "Roboto"; 
	src: url("../fonts/Roboto.eot"); 
	src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Roboto.woff") format("woff"), 
	url("../fonts/Roboto.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}
#greybox{
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.4);
}
#transparentBox{
	position: fixed;
    top: 55px;
    left: 0;
    background-color: #fcfcfc;
    width: 100%;
    height: 130vh;
    background: transparent;
    
	}
/*=======================*/

html{    
    background: #fafbfc;
}
body{
    background: #fafbfc;
    font: 1em Roboto, Arial;
}
/*"Helvetica", "Sans-serif", "Lato", "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Sans-Serif"*/
.no-scroll{
	height: 100%;
   	width: 100%;
   	position: fixed;
   	overflow: hidden;
}
.wrapper{
    width: 100%;
    margin: auto;
}
.container{
	max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

/*===Header===*/
header{
	position: fixed;
	top: 0;
	z-index: 100;
	margin: 0 0 20px 0;
    width: 100%;
    background: #ab1926;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
}

.header-nav-color{
	background: #f1f1f1;
}
.headerContainer{
    height: 65px;
    position: relative;
    z-index: 11;
    box-shadow: none;
	max-width: 1170px;
    margin: 0 auto;
    padding: 0;
	display: flex;
	justify-content: space-between; 
}
@media (max-width: 550px){
.headerContainer{
	height: 53px;
	}
}
.header-left-box{
	display: flex;
	align-items: center;
}

@media (max-width: 550px){
header {
	height: 53px;
	}
}

header.headerContainer{
   	background: black;
    border-bottom: 1px solid #222;
	position: relative;
    z-index: 1;
    height: 65px;
    box-shadow: none;
	max-width: 1370px;
    margin: 0 auto;
    padding: 0;
}

.logo-a{
    display: inline-block;
    padding: 11px 0 15px 0;
    margin: 0 15px 0 10px;
    vertical-align: top;
    font-size: 0.9em;

}
@media (max-width: 550px){
.logo-a{
	display: none;
	}
}
.head-picto-icon img{
	display: inline-block;
    max-width: 80%;
    border: none;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}
.head-picto-icon-2 img{
	display: inline-block;
    max-width: 100%;
    border: none;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}
.header-exit{
	display: flex;	
	margin: 0 15px;
	align-items: center;
	text-align: center;
}
.header-exit a{
	outline: none;
	color: #eeeeee;
	border: none;
	border-radius: 3px;
	padding: 4px 20px;
	background: none;
	font-size: 0.9em;
}
.header-exit a:hover {
	cursor: pointer;
	
}
.header-exit a:active {
	cursor: pointer;
	color: #ff6a00;
}
.header-mob{
	display: none;
}
@media (max-width: 550px){
.header-mob{
	display: flex;
	align-items: center;
	}
}
.logo-a .header-span-1{
	font-variant: all-petite-caps;
	display: block;
    color: #fffbfb;
	width: -webkit-fill-available;
	white-space: nowrap;
    font-size: 1.4em;
    font-weight: 600;
	cursor: pointer;
}
.logo-a .header-span-1 a{
	font-variant: all-petite-caps;
	display: block;
    color: #fffbfb;
	width: -webkit-fill-available;
	white-space: nowrap;
    font-weight: 600;
}
.logo-a .header-span-2{
    display: block;
    color: #fffbfb;
    width: -webkit-fill-available;
    white-space: nowrap;
}

.head-picto{
	display: inline-block;
	width: 60px;
	position: relative;
	padding: 15px 0 15px 0;
}
@media (max-width: 550px){
.head-picto{
	padding: 10px 0 10px 0;
	width: 50px;
	}
}
.head-picto:hover{
	cursor: pointer;
}

.head-picto-icon{
	display: inline-block;
    width: 55px;
    border-radius: 25px;
    vertical-align: top;
    padding: 11px 11px 11px 11px;
    text-align: center;
}
@media (max-width: 550px){
.head-picto-icon{
	padding: 0px 11px 5px 11px;
	width: 50px;
	}
}
.head-picto-icon-2{
	display: inline-block;
    width: 60px;
    border-radius: 25px;
    vertical-align: top;
    padding: 11px 11px 11px 11px;
    text-align: center;
}
@media (max-width: 550px){
.head-picto-icon-2{
   width: 50px;
   padding: 11px 11px 11px 11px;
}
}
.admin-menu-wrap.active{
	display: block;
}

.head-picto-2{
	margin: 0px auto;
}
.drop-picto{
	display: block;
    width: 20px;
	height: 2px;
	margin: 4px auto;
	background: #f5f5f5;
}
.head-picto:hover .drop-picto{
	background: #ff6a00;

}

.admin-menu-wrap{
	display: none;
	position: absolute; 
	width: 50%;
	min-width: 300px;
	top: 65px;
    padding: 0 0 56px 0;
    height: 100vh;
    background: #f1f1f1;
    z-index: -1;
	overflow: auto;
}
@media (max-width: 550px){
.admin-menu-wrap{
	top: 53px;
	}
}
.admin-menu-1-level{
	display: block;
	color: #888888;
	font-size: 0.9em;
	padding: 15px 0 15px 15px;
	background: #f1f1f1;
}
.admin-menu-2-level{
	display: block;
	color: #808080;
	font-size: 0.8em;
	padding: 10px 15px 10px 30px;
	background: #eaeaea;
}
.admin-menu-wrap a:hover{
	background: #f9f9f9;
}

/*=======================*/

/*===site-map===*/
.portal-map{
	padding: 0 15px;
}
.main-section{
	margin:80px 0 0;
	padding: 0 15px 25px;
}
@media (max-width: 550px){
.main-section{
	margin:60px 0 0;
	}
}
.library-main-wrap{
	display: flex;
}
.main-section .portal-map h1{
	font-size: 0.9em;
	font-weight: 600;
    margin: 65px 0 32px;
    line-height: 24px;
    color: #999;
  }
.portal-map-list-item{
	position: relative;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.portal-map-list-item-wrap-container{
    text-align: center;
}
.portal-map-list-item-wrap{
    width: 45%;
    border-radius: 3px!important;
    box-shadow: 0 2px 4px rgba(27,31,35,.15);
    position: relative!important;
    padding: 16px 16px 0 16px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 180px;
    text-align: left;
	background: #fff;
	margin: 2px 0;
}
@media (max-width: 550px){
.portal-map-list-item-wrap {
	width: 100%;
	}
}
.portal-map-list-item{
    position: relative;
    font-weight: 600;
	overflow: hidden;
	font-size: 1em;
	white-space: nowrap;
    line-height: 1.2;
	width: 100%;
	text-overflow: ellipsis;
    padding-bottom: 15px;
   
}
.portal-map-list-item.gg{
	white-space: break-spaces;
	display: flex;
}
.portal-map-list-item-description{
    color: #586069;
    font-size: 0.8em;
    margin-bottom: 10px;
    height: 62px;
    display: block;
    overflow: hidden;
    line-height: 1.2em;
}
.portal-map-list-item-bottom{
    display: block;
    padding: 10px 0 10px 0;
    font-size: 0.8em;
    color: #1074e7;
    border-top: 1px solid #e1e4e8;
}
.portal-map-list-item-bottom-fix{
position: absolute;
vertical-align: bottom;
bottom: 0px;
display: inline-block;
width: 93%;
left: 16px;
}
.portal-map-list-item-link{
	color: #373636;
}
.portal-map-list-item-lev2{
	margin-bottom: 30px;
    list-style-type: none;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-columns: 3;
    columns: 3;
}
@media (max-width: 840px){
.portal-map-list-item-lev2 {
    -webkit-columns: 2;
    columns: 2;
}
}
@media (max-width: 568px){
.portal-map-list-item-lev2 {
    -webkit-columns: 1;
    columns: 1;
}
}
.portal-map-list-item-lev2-item{
	margin-bottom: 2px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
@media (max-width: 840px){
.portal-map-list-item-lev2-item {
    -margin-bottom: 10px;
}
}
@media (max-width: 568px){
.portal-map-list-item-lev2-item {
   margin-bottom: 10px;
}
}
.portal-map-list-item-lev2-item-link{
	font-size: 0.8em;
    line-height: 15px;
    color: #0059b2;
}
.portal-map-list-item-lev2-item-link.inactive{
   color: #a8b6c3;
}

.portal-map-list-item-lev2-item-link:hover{
	color: #921206;
}
@media (max-width: 840px){
.portal-map-list-item-lev2-item-link {
   line-height: 5px;
}
}
@media (max-width: 568px){
.portal-map-list-item-lev2-item-link {
   line-height: 5px;
}
}
/*===============*/
/*=== methodic ===*/
.left-sidebar-method{
	top: 56px;
    min-width: 220px;
    background: #f5f2f0;
    border-right: 1px solid #e1e4e8;
    bottom: 0;
    overflow: auto;
}
.left-sidebar-method.mb{
	top: 56px;
    min-width: auto;
    background: none;
    border-right: none;
    bottom: 0;
    overflow: auto;
}
.left-sidebar-method-content{
	margin: 0px 15px 0;
    position: fixed;
	width: 200px;
}
.left-sidebar-method-content.mb{
	margin: 0px;
    position: unset;
	width: auto;
}
.left-sidebar-method-title{
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
}
.left-sidebar-method-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-method-title h1{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-method-title h1.i_detail{
    
    color: #000;
    font-size: 0.7em;
   
}

.left-sidebar-method-title-2 h2{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-method-list{
	list-style: none;
}
.left-sidebar-method-list.mb{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
.left-sidebar-method-list-item{
	margin-bottom: 15px;
	font-size: 0.8em;
}
.left-sidebar-method-list-item.mb{
	margin: 0 10px 5px 0;
	font-size: 0.9em;
	font-weight: 600;
}
.left-sidebar-method-list-item a{
	color: #696664;
}
.left-sidebar-method-list-item a.active{
	color: #ff0000;
}
.left-sidebar-method-list-item:hover a{
	color: #921206;
}
.left-sidebar-teg-cloud span.teg{
	color: #9a9797;
	line-height: 1.3;
	font-size: 0.8em;
	margin: 0 7px 0 0;
}
.left-sidebar-teg-cloud span.teg:before{
	content: "#";
}
.left-sidebar-author-section span.author{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666666;
}
.left-sidebar-method .left-sidebar-method-anchor-top{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: inherit;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f5f2f0;
}
.left-sidebar-method .left-sidebar-method-anchor-top.mb{
	text-align: center;
    position: fixed;
    bottom: 0;
	left: 0;
	z-index: 2;
    width: 100%;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f5f2f0;
}
.left-sidebar-method .left-sidebar-method-anchor-top:hover{
	border-top: 1px solid #e1e4e8;
}
.left-sidebar-method .left-sidebar-method-anchor-top:active{
	border-top: 1px solid #e1e4e8;
	color: #921206;
}
.method-right-panel-content a.method-right-panel-content-link-box-a{
	display: inline-block;
	padding: 16px;
	border: 1px solid #dddee0;
	border-left: 3px solid green;
	background-color: transparent;
	border-radius: 4px;
	width: 100%;
	margin: 0 0 5px 0;
}
.method-right-panel-content a.method-right-panel-content-link-box-a:hover{
	background-color: #eeeff1;
	
}
.method-right-panel-content-link-box-a-left-side h4{
	color: #696664;
	display: inline-block;
	height: 40px;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}
.method-right-panel-content-link-box-a-left-side p.method-right-panel-content-link-box-a-left-side-desc{
	font-size: 0.7em;
	margin: 0;

}
.right-content-panel-method{
    padding: 0 35px 40px 250px;
}
.right-content-panel-method.mb{
    padding: 0 10px 40px 10px;
}
.content-column{
	padding: 0 35px 30px 40px;
}
.content-column.library{
	padding: 0 35px 30px 0px;
	width: 100%;
}
.path-section{
	display: inline-block;
	margin: 25px 0 15px;
}

.path-section-item{
	font-size: 0.8em;
	display: inline-block;
    list-style: none;
}
.path-section-item a{
	color: #4078b7;
}

.path-section-item:hover a{
	color: #921206;
}
.path-section-item:after {
    color: #c2c4c7;
    content: "/";
    padding-left: .5em;
    padding-right: .5em;
}
.item-detail-auth-file-row{
    position: relative;
    display: flow-root;
}
.item-detail-parent-imprint{
    position: relative;
    display: flow-root;
    text-align: center;
}
.item-detail-parent-imprint-elem{
    font-size: 0.8em;
    color: #0c7dbb;
}
.item-detail-authors{
    display: inline-block;
    max-width: 70%;
    vertical-align: top;
}
.item-detail-authors .elem{
   display: inline-block;
}
.item-detail-authors .name{
    font-size: 0.8em;
    display: inline-block;
    list-style: none;
    
    color: #4078b7;
}
.item-detail-authors .type{
    display: inline-block;
    font-size: 0.7em;
    color: #555;
}
.item-detail-files{
    display: inline-block;
    max-width: 20%;
    float: right;
}
.item-detail-files span.text{
    font-weight: 400;
    font-size: 0.8em;
    padding: 0 0 0 10px;
    color: #71757a;
    cursor: pointer;
}
.method-right-panel-content .page-divider{
    margin: 10px 0 24px;
    border-bottom: 2px solid #ebebeb;
}
.method-right-panel-title h1{
	font-size: 1.7em;
}
@media (max-width: 550px){
.method-right-panel-title h1{
   font-size: 1.4em;
   line-height: 1.1;
}
}
.method-right-panel-title h1.item-detail{
	font-size: 1.3em;
	margin: 0 0 20px;
}
@media (max-width: 550px){
.method-right-panel-title h1.item-detail{
	font-size: 1.1em;
	}
}
.method-right-panel-parent-title.library{
    margin: -6px 0 0 0;
}
.method-right-panel-title.library{
    margin: -6px 0 0 0;
}
.method-right-panel-parent-title .page-divider{
    margin: 10px 0 24px;
    border-bottom: 2px solid #ebebeb;
}
.method-right-panel-parent-title h1{
    font-size: 1.7em;
}
.method-right-panel-parent-title h1.item-detail {
    font-size: 1.2em;
    margin: 0 0 10px;
    text-align: center;
}
.method-right-panel-parent-title h1.item-detail a{
    color: #474747;
}

.method-right-panel-content h2{
	padding-top: 20px;
	font-size: 1.4em;
}

.method-right-panel-content p{
	font-size: 0.9em;
	color: #333;
	margin: 0 0 12px;
	line-height: 1.4;
    text-align: justify;
}
.method-right-panel-content .note-stick-content p{
	font-size: 0.9em;
	color: rgba(15,53,89,0.8);
	margin: 0 0 8px;
	line-height: 1.4;
}
.method-right-panel-content .note-stick{
	padding: 12px 15px 12px;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
    background-color: #fff8dc;
    border: 1px solid #e0dcbf;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
    margin-bottom: 16px;
}
.method-right-panel-content .short-view{
	height: 45px;
}
.method-right-panel-content .note-stick .note-stick-title{
    font-weight: bold;
    font-size: 0.9em;
    color: #9C988B;
    padding: 0 0 15px 0;
}
.method-right-panel-content .note-stick .note-stick-content{
	font-size: 0.8em;
	color: rgba(15,53,89,0.8);
}
.method-right-panel-content .note-stick-with-img{
	padding: 12px 15px 12px;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
    background-color: #fff8dc;
    border: 1px solid #e0dcbf;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
    margin-bottom: 16px;
}
.method-right-panel-content .note-stick-with-img .note-stick-title{
    font-weight: bold;
    font-size: 0.9em;
    color: #9C988B;
    padding: 0 0 15px 0;
}
.method-right-panel-content .note-stick-with-img .note-stick-content{
	position: relative;
	font-size: 0.8em;
	color: rgba(15,53,89,0.8);
}
.method-right-panel-content .note-stick-with-img .note-stick-content-text{
	width: 75%;
}
.method-right-panel-content .note-stick-with-img .note-stick-content-img{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 25%;
}
.method-right-panel-content .note-stick-with-img .note-stick-content-img img{
	max-height: 100%;
	max-width: 100%;
}
.method-right-panel-content .note-stick-type-2-with-img{
	padding: 12px 15px 12px;
}
.method-right-panel-content .note-stick-type-2-with-img.short-view{
	display: inline-block;
	width: 45%;
	height: 170px;
	padding: 12px 15px 12px;
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content-img{
	max-height: 90%;
	cursor: zoom-in;
	display: flex;
  }
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content-img{
	display: flex;
	height: 90%;
    overflow: hidden;
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}
.right-content-panel-method .method-right-panel-content-overlay{
	position: fixed;
    top: 55px;
    left: 0;
    background-color: #fcfcfc;
    width: 100%;
    height: 130vh;
	opacity: 0;
   	-webkit-transition: opacity .2s ease-in-out;
    transition: opacity .8s ease-in-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
   
}
.note-stick-row-image-container.zoom{
	z-index: 2;
	position: relative;
	cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.note-stick-row-image-container img.zoom{
	opacity: 1;
    max-width: 80%;
    max-height: 60vh;
 	cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.right-content-panel-method .method-right-panel-content-overlay.zoom{
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    opacity: 1;
    z-index: 1;
}

.note-stick-type-2-with-img .svw{
	height: 100%;
	padding: 0;
    position: relative;
    border: 1px solid #e0dcbf;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
}
.note-stick-type-2-with-img.short-view .svw{
	overflow: hidden;
}
/*
.title-container{
	width: 100%;
	border-spacing: 0;
	margin: 40px 0 0 0;
}
.title-container-button{
	max-width: 33%;
    text-align: center;
    border: 1px solid #a1a19e;
    border-radius: 3px;
}
.title-container-button:hover{
	background-color: #f5f2f0;
}
.title-container-button a{
	display: block;
	font-size: 0.9em;
    padding: 10px;
    color: #333;
}
*/
.ikon-container{
	width: 100%;
	text-align: center;
}
.ikon-item:before{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";}
.ikon-item{
	height: 100px;
    width: 100px;
    margin: 15px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.ikon-item:hover{
	
	border: 1px solid #ff0000;
}
.ikon-item img{
	max-width: 90%;
    display: inline-block;
    max-height: 90%;
    vertical-align: middle;
}
.ikon-item a{
	width: 100%;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content-img img{
	max-height: 100%;
	max-width: 100%;
	display: inherit;
	margin: auto;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content{
	height: 100%;
	text-align: left;
	display: inline-block;
    background-color: #fff8dc;
    margin: 0 0 0 25%;
    padding: 12px 15px 12px 15px;
    border-left: 1px solid #e0dcbf;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title{
    font-weight: bold;
    font-size: 0.9em;
    color: #9C988B;
    padding: 0 0 15px 0;
    width: calc(100% - 190px);
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content .note-stick-type-2-title{
	width: 100%;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title span{
	display: none;
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content .note-stick-type-2-title .img-close{
	display: none;
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content .note-stick-type-2-title span{
	display: block;   
    font-size: 0.9em;
    color: #ffaa3e;
    padding: 15px 0 80px 0;
    cursor: pointer;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title .img-close{
	display: inline-block;
    cursor: pointer;
    width: 21px;
    height: 21px;
    border: 1px solid #9C988B;
    border-radius: 90%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title .img-close:hover{
	border: 1px solid red;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title .img-close .img-close-st-1{
	width: 1px;
    position: absolute;
    height: 13px;
    background-color: #9C988B;
    margin: 0 auto;
    top: 3px;
    left: 9px;
    transform: rotate(45deg);
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title .img-close:hover > div{
	background-color: red;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title .img-close .img-close-st-2{
	width: 1px;
    position: absolute;
    height: 13px;
    background-color: #9C988B;
    margin: 0 auto;
    top: 3px;
    left: 9px;
    transform: rotate(-45deg);
}

.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title button{
  	border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 400;
    color: #f5a777;
    padding: 0 0 0 15px;
    border-left: 1px solid #c0c0c0;
    position: absolute;
    line-height: 1.5;
    right: 70px;
    top: 12px;
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content .note-stick-type-2-title button{
    display: none;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-title button:active{
	color: #d46a28;
}
.method-right-panel-content .note-stick-type-2-with-img .note-stick-type-2-content .note-stick-type-2-content-text{
	font-size: 0.8em;
	color: rgba(15,53,89,0.8);
}
.method-right-panel-content .note-stick-type-2-with-img.short-view .note-stick-type-2-content .note-stick-type-2-content-text{
	display: none;
}
.method-right-panel-content .note-stick-type-2-content p{
	font-size: 0.9em;
	color: rgba(15,53,89,0.8);
	margin: 0 0 8px;
	line-height: 1.4;
}
.method-right-panel-content .note-stick-row{
	text-align: center;
}
.doc-prototype{
	display: inline-block;
	width: 250px;
	height: 180px;
	padding: 20px 25px 15px 25px;
	position: relative;
	box-shadow: 0 1px 15px rgba(27,31,35,.15);
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 16px;
	margin-right: 10px;
	vertical-align: top;
	text-align: left;
}
.doc-prototype .top-line{
	position: absolute;
	padding-top: 4px;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0366d6;
}
.doc-prototype h3{
	font-size: 0.8em;
	height: 75px;
	overflow: hidden;
}
.doc-prototype .item-code{
	line-height: 1.3;
	color: #6a737d;
	font-size: 0.8em;

}

.doc-prototype-note{
	font-size: 0.8em;
	padding-top: 8px;
	bottom: 50px;
	position: absolute;
	color: #123760;
}
.doc-prototype-btn{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 1px solid #0366d6;
	border-bottom: 1px solid #0366d6;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 8px 0px;
	background-color: transparent;
	color: #0366d6;
	outline: none;
}
a.doc-prototype-btn{
	font-size: 0.8em;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 1px solid #0366d6;
	border-bottom: 1px solid #0366d6;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 8px 0px;
	background-color: transparent;
	color: #0366d6;
	outline: none;
}

@media (max-width: 550px){
.doc-prototype {
	width: 100%;
	}
}
.doc-prototype-btn:active{
	border-top: 1px solid #28a745;
	border-bottom: 1px solid #28a745;
	color: #28a745;
}
.edition{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 10px 10px 10px;
}
.edition:hover{
	background-color: #f6f6f6;
}
@media (max-width: 550px){
.edition {
	width: 100%;
	}
}
.edition .edition-title{
	display: block;
	color: #39739d;
    font-size: 1.2em;
    max-height: 50px;
    margin: 2px 0 5px 0;
    overflow: hidden;
}
.edition .edition-title a{
    color: #39739d;
}
.edition-meta{
	padding: 5px 0;
}
.edition .edition-type {
	font-size: 0.8em;
	display: block;
	color: #848d95;
	margin: 3px 0;
}
.edition-meta .edition-meta-annotation{
	font-size: 0.8em;
	display: block;
	width: 100%;
	color: #848d95;
	max-height: 2.5em;
    line-height: 1.2em;
    overflow: hidden;
    text-align: justify;
    margin: 0 0 5px 0;
}
.edition-meta .edition-meta-annotation.active{
    max-height: unset;
}
.edition-meta .edition-meta-authors{
	font-size: 0.8em;
	display: inline;
	margin: 3px 0;
	width: 100%;
	color: #000;
}
.edition-meta .edition-meta-company{
	font-size: 0.8em;
	display: block;
	margin: 3px 0;
	width: 100%;
	color: #586069;
}
.edition-btn-action{
	margin: 0;
}
.edition-btn-action .action{
	display: inline-block;
    margin: 0;
}
.edition-btn-action .action-download{
    display: inline-block;
    margin: 0;
    font-weight: 600;
    color: #71757a;
    
    font-size: 0.8em;
}
.edition-btn-action .action span.text{
	font-weight: 400;
	font-size: 0.8em;
	padding: 0 0 0 10px;
}

.edition-btn-action .edition-btn{
	font-weight: 600;
    color: #4a79b9;
    cursor: pointer;
    font-size: 0.8em;
}
.edition-btn-action .edition-btn:after{
	content: "|";
    margin: 0 10px 0 10px;
    color: #b7b7b7;
}
.edition-btn-action .edition-btn:hover{
	color: #28a745;
}
.edition button.edition-btn-annot{
	font-weight: 600;
	display: inline-block;
	border: none;
	color: #4a79b9;
	background: transparent;
	outline: none;
	cursor: pointer;
}
.edition button.edition-btn-annot:after{
	content: "\2B";
    margin: 0 10px 0 7px;
    color: #b7b7b7;
    font-size: 1em;
    vertical-align: middle;
}
.edition button.edition-btn-annot:hover{
	color: #28a745;
}
.edition-btn-action .edition-btn-download{
	font-weight: 600;
    color: #71757a;
    cursor: pointer;
    font-size: 0.9em;
}
/*
.edition-btn-action .edition-btn-download:before{
	content: "|";
    margin: 0 10px 0 0;
    color: #b7b7b7;
}
*/
.edition-btn-action .edition-btn-download:hover{
	color: #28a745;
}
.method-right-panel-content .osmotr-img-section{
	width: 100%;
    margin: 45px 0 25px 0;
}
.method-right-panel-content .osmotr-img-section .img-head{
	color: #000;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px 0;
}
.method-right-panel-content .osmotr-img-section .img-block{
	display: block;
    max-width: 100%;
    text-align: center;
}
.method-right-panel-content .osmotr-img-section .img-block img{
	max-width: 70%;
}
.method-right-panel-content .osmotr-img-section .img-title{
	margin: 5px 0 7px;
	text-align: center;
}
.method-right-panel-content .osmotr-img-section .img-title span{
	
	font-size: 0.9em;
	font-weight: 600;
}
.method-right-panel-content .osmotr-img-section .img-description{
	text-align: center;
    max-width: 100%;
    color: #000;
    font-size: 0.9em;
}
.method-right-panel-content .img-description p{
	display: inline-block;
    max-width: 80%;
    margin: 0 0 35px;
}
/*videocatalog*/
.method-right-panel-content .player-container{
	text-align: center;
	margin-bottom: 50px;
}
.method-right-panel-content .player-container video{
	width: 100%;
    margin: 20px 0;
}
.left-sidebar-video{
	position: fixed;
	top: 56px;
    width: 220px;
    height: 100vh;
    bottom: 0;
    overflow: auto;
}
.left-sidebar-video-content{
	margin: 23px 10px 0;
    position: relative;
}
.left-sidebar-video-title{
    margin: 25px 0;
    padding: 0;
    position: relative;
}
.left-sidebar-video-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-video-title h1{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-video-title-2 h2{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-video-list{
	list-style: none;
}
.left-sidebar-video-list-item{
	border-bottom: 1px solid #d8d8d7;
}

.left-sidebar-video-list-item a{
	color: #696664;
	padding: 20px 0;
    display: block;
    font-size: 0.8em;
}
.left-sidebar-video-list-item a.active{
	color: #ff0000;
}
.left-sidebar-video-list-item:hover a{
	color: #921206;
}
.left-sidebar-video-teg-cloud span.teg{
	color: #9a9797;
	line-height: 1.3;
	font-size: 0.8em;
	margin: 0 7px 0 0;
}
.left-sidebar-video-teg-cloud span.teg:before{
	content: "#";
}
.left-sidebar-video-author-section span.author{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666666;
}
.left-sidebar-video .left-sidebar-video-anchor-top{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: inherit;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #fafbfc;
}

.left-sidebar-video .left-sidebar-video-anchor-top:hover{
	border-top: 1px solid #e1e4e8;
}
.left-sidebar-video .left-sidebar-video-anchor-top:active{
	border-top: 1px solid #e1e4e8;
	color: #921206;
}
.title-row{
	font-size: 1.3em;
	font-weight: 600;
	padding: 20px 0 20px;
}
.filter-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter-row span{
	display: inline-block;
	margin: 0 20px 0 0;
}
.filter-row .all-item-btn{
	border: 1px solid #424242;
	padding: 4px 10px;
	border-radius: 4px;
}
.filter-row .f-name{
	font-size: 0.8em;
	border: 1px solid #424242;
	padding: 5px 15px;
	border-radius: 4px;
	color: #434343;
	margin: 0 20px 5px 0;
}
@media (max-width: 550px){
.filter-row .f-name{
	border: none;
	padding: 0px;
	}
}
.filter-row .f-name:hover{
	color: #ab1926;
	border: 1px solid #ab1926;
}
@media (max-width: 550px){
.filter-row .f-name:hover{
	border: none;
	}
}
.filter-row .f-name a{
	color: #434343;
}
.method-right-panel-content .player-container .player-container-title-row{
	display: block;
	text-align: left;
	margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e3e1e1;
}
.method-right-panel-content .player-container .player-container-title-row .player-container-title-row-name{
	font-weight: 600;
    font-size: 1.3em;
    color: #4c4c4c;
    display: block;
    margin: 0 0 10px 0;
}
.method-right-panel-content .player-container .player-container-title-row .player-container-title-row-producer{
	font-weight: 400;
    font-size: 1em;
    color: #4c4c4c;
    display: block;
}
.method-right-panel-content .videothumb-container{
	width: 100%;

}
.method-right-panel-content .videothumb-container .videothumb-container-item{
	width: 100%;
    height: 95px;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
}
.method-right-panel-content .videothumb-container .videothumb-container-item .rew{
	height: 100%;
    padding: 0;
    position: relative;
}
.videothumb-container .videothumb-container-item .thumb-icon{
	height: 100%;
    overflow: hidden;
    width: 168px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.videothumb-container .videothumb-container-item .thumb-icon a{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 }

.videothumb-container .videothumb-container-item .thumb-icon img.w{
	max-height: 100%;
    max-width: 100%;
    display: inherit;
    margin: auto;
}
.videothumb-container .videothumb-container-item .thumb-meta{
	padding: 5px 0 7px 0;
    height: 100%;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 180px;
}
.videothumb-container .videothumb-container-item .thumb-meta a{
	font-weight: 600;
    font-size: 1em;
    color: #000;
    display: -webkit-box;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}
.videothumb-container .videothumb-container-item .thumb-meta .video-producer{
	display: inline-block;
}
.videothumb-container .videothumb-container-item .thumb-meta .video-company{
	display: inline-block;
	font-size: 0.9em;
	color: #757272;
	display: -webkit-box;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em;
}
.method-right-panel-content .btn-panel{
    display: inline-block;
    text-align: left;
    margin: 15px 0 40px 10px;
    width: 100%;
    position: relative;
}
.method-right-panel-content .btn-panel .btn-panel-search-row{
	display: inline-block;
    padding: 0 45px 0 0;
    position: relative;
    vertical-align: top;
    width: calc(100% - 415px);
}
@media (max-width: 900px){
.method-right-panel-content .btn-panel .btn-panel-search-row{
	width: 100%;
	}
}
.method-right-panel-content .btn-panel .btn-panel-search-row .search-submit-image{
	padding: 0;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
}
.method-right-panel-content .btn-panel .input_search_library{
	height: 36px;
    border: 1px solid #c9c9c9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    padding: 0 10px;
    font-size: 0.9em;
    border-right: none;
    width: 100%;
}
.method-right-panel-content .btn-panel .btn-panel-search-options{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.method-right-panel-content .btn-panel .btn-panel-search-options .btn-panel-search-options-btn{
	text-indent: 0;
    background: transparent;
    padding: 0;
    width: 45px;
    height: 36px;
    outline: 0;
    border: 1px solid transparent;
}
.method-right-panel-content .btn-panel .btn-panel-search-options .flag{
	display: inline-block;
    background-color: #ff7519;
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 45%;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 3px);
}
.method-right-panel-content .btn-panel .btn-panel-search-options .btn-panel-close-search-options{
	position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.method-right-panel-content .btn-panel .btn-panel-search-options .btn-panel-close-search-options:hover{
	border: none;
}
.method-right-panel-content .btn-panel .btn-panel-search-options button.btn-panel-close-search-options:active img{
	max-width: 90%;
}
.method-right-panel-content .btn-panel .btn-panel-search-options .btn-panel-close-search-options img{
	width: 15px;
    outline: none;
    border: none;
    vertical-align: middle;
    border: 1px solid transparent;
}
.method-right-panel-content .btn-panel .btn-panel-search-options button:hover{
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}
.method-right-panel-content .btn-panel .btn-panel-search-options button:active  img{
	max-width: 55%;
}
.method-right-panel-content .btn-panel .btn-panel-search-options .btn-panel-search-options-btn img{
	max-width: 50%;
    vertical-align: middle;
}
.method-right-panel-content .btn-panel input.input_search_library_btn{
	text-indent: 100%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    font-size: 0.9em;
    z-index: 3;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    direction: ltr;
    vertical-align: bottom;
    background: transparent;
    height: 36px;
    width: 45px;
    border: 1px solid #c9c9c9;
}
.method-right-panel-content .btn-panel input.input_search_library_btn:hover{
	background-color:transparent;
}
.method-right-panel-content .btn-panel input.input_search_library_btn:active{
	color: #ff7519;
	border: 1px solid #ff7519;
	background-color: #fff;
	z-index: 0;
}

.method-right-panel-content .btn-panel span.sort{
	font-size: 0.9em;
	color: #676767;
	padding: 0 15px 0 0;
	font-weight: 600;
}

.menu-icon-1{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.menu-icon-1-picto{
	margin: 0px auto;
}
.drop-picto-1{
	display: block;
    width: 15px;
    height: 1px;
    margin: 3px auto;
    background: #808080;
}
.menu-icon-1:hover .drop-picto-1{
	background: #ff6a00;
}
.method-right-panel-content .btn-panel .btn-panel-sort-row{
	margin: 0;
    display: inline-block;
    height: 37px;
    vertical-align: top;
 }
.method-right-panel-content .btn-panel .sort-btn-panel{
	position: absolute;
	right: 0;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	font-size: 0.9em;
	padding: 18px 15px 5px 15px;
}
.method-right-panel-content .btn-panel  .sort-btn-panel-row{
	display: inline-block;
    font-size: 0.9em;
    line-height: 37px;
}
.method-right-panel-content .btn-panel .sort-btn-panel .sort-btn-panel-row span{
	vertical-align: middle;
	padding: 0 50px 0 0;
	color: #3e3e3e;
}
.method-right-panel-content .btn-panel  .sort-btn-panel-row input[type="radio"]{
	display: none;
}
.method-right-panel-content .btn-panel  .sort-btn-panel-row .sort-btn-panel-row-item{
	display: inline-block;
	
}
.method-right-panel-content .btn-panel .sort-btn-panel-row input[type="radio"] + label{
	display: inline-block;
	font-size: 0.9em;
    color: #929292;
    line-height: 1;
    border-radius: 3px;
    margin-right: 8px;
    padding: 5px 10px;
    cursor: pointer;
}
.method-right-panel-content .btn-panel  .sort-btn-panel-row input[type="radio"]:checked + label{
	color: #ff7519;
}

/*library main page*/
.left-sidebar-library{
	top: 56px;
    min-width: 220px;
    bottom: 0;
    z-index: 1;
    border-right: 1px #ddd solid;
}
.left-sidebar-library-wrap{
	position: relative;
	
}
.left-sidebar-library-content{
	margin: 25px 10px 0;
    position: relative;
}
.left-sidebar-library-title{
    margin: 25px 0;
    padding: 0;
    position: relative;
}
.left-sidebar-library-top span{
    margin: -20px 0 0 0;
    cursor: pointer;
    position: absolute;
    font-size: 0.7em;
}
.left-sidebar-library-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-library-title h1{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-library-title-2 h2{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-library-list{
	list-style: none;
}
.left-sidebar-library-list-item{
	border-bottom: 1px solid #d8d8d7;
	position: relative;
}
.left-sidebar-library-list-item:last-child{
    border-bottom: none;
}
.left-sidebar-library-list-item.return a{
    color: #4078b7;
}

.left-sidebar-library-list-item a{
	color: #696664;
	padding: 15px 0;
    display: block;
    font-size: 0.8em;
    width: 85%;
}
.left-sidebar-library-list-item a.all_ref, span.all_ref{
	color: #594f4f;
	font-size: 0.9em;
	margin: 0 0 0 5px;
}

.left-sidebar-library-list-item .left-sidebar-list-item-counter{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #474747;
	font-size: 0.6em;
   
}
.left-sidebar-library-list-item a.active{
	color: #ff0000;
}
.left-sidebar-library-list-item:hover a{
	color: #921206;
}
.left-sidebar-library-teg-cloud span.teg{
	color: #9a9797;
	line-height: 1.3;
	font-size: 0.8em;
	margin: 0 7px 0 0;
}
.left-sidebar-library-teg-cloud span.teg:before{
	content: "#";
}
.left-sidebar-library-author-section span.author{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666666;
}
.left-sidebar-library .left-sidebar-library-anchor-top{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: inherit;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
   
}

.left-sidebar-library .left-sidebar-library-anchor-top:hover{
	border-top: 1px solid #e1e4e8;
}
.left-sidebar-library .left-sidebar-library-anchor-top:active{
	border-top: 1px solid #e1e4e8;
	color: #921206;
}
/*left-request-section*/
.left-sidebar-library-sudex-request-section{
	display: block;
	border: green;
}
.request-section-content{
	
}
.request-section-content-span{
	font-weight: 600;
    color: #696969;
    padding: 15px 0 8px;
    display: block;
    font-size: 0.8em;
    width: 85%;
}

.request-section-content-list-item{
	position: relative;
	
}
.request-section-content-list-item .left-sidebar-list-item-title{
	color: #474747;
    padding: 2px 0;
    display: block;
    font-size: 0.8em;
    width: 85%;
}
.request-section-content-list-item button.left-sidebar-list-item-main{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;  
    outline: none;
    cursor: pointer;
    padding: 15px 0 5px;
}
.request-section-content-list-item button.left-sidebar-list-item-main img{
	width: 15px;
}
.request-section-content-list-item button.left-sidebar-list-item-counter{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;  
    outline: none;
    cursor: pointer;
}
.request-section-content button.left-sidebar-list-item-counter img{
	width: 15px;
	outline: none;
	border: none;
}
.request-section-content-modal{
	display: none;
	position: absolute;
	top: 15px;
	left: 220px;
	background-color: #fff;
	width: max-content;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
    border: 1px solid #c9c9c9;
    max-height: 400px;
    overflow: auto;
    max-width: 800px;

}
.request-section-content-modal-container{
	padding: 5px 10px 20px 15px;
}
.request-section-content-modal-container-list{
	list-style-type: none;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-columns: 3;
    columns: 3;
}
.request-section-content-modal-container-list-item{
	padding: 10px 0px 0 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0px 10px 0 0;
}
.modal-container-list-item-wrap{
	position: relative;
}

.request-section-content-modal-container-list-item .modal-container-list-item-counter{
	position: absolute;
	top: 3px;
	right: 0;
	
	color: #474747;
	font-size: 0.6em;
   
}

.request-section-content-modal-container-list-item .modal-container-list-item-wrap input[type="radio"]{
	display: none;
}

.request-section-content-modal-container-list-item .modal-container-list-item-wrap input[type="radio"] + label{
	color: #474747;
    padding: 0 25px 0 0;
    display: block;
    font-size: 0.8em;
    line-height: 15px;
    width: 85%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
}
.request-section-content-modal-container-list-item .modal-container-list-item-wrap input[type="radio"]:checked + label{
	color: #ff7519;
}

.btn-panel-extended-search{
	display: none;
	position: absolute;
	left: 0px;
	height: 70vh;
	background-color: #faf7f0;
	box-shadow: 5px 3px 8px rgba(0,0,0,.25);
    top: 100px;
    
}
.btn-panel-extended-search-container{
	position: relative;
}
.btn-panel-extended-search-container-name{
	margin: 15px;
    color: #474747;
    font-weight: 600;
}
.library-top-panel{
	padding: 0 10px 0;
}
.library-top-panel a.return-btn{
	font-size: 0.9em;
	color: #424242;
	margin: 0 0 0 -10px;
}
.btn-panel-extended-search-container-content{
	padding: 20px 15px 65px 15px;
	height: 55vh;
    overflow: auto;
}
.btn-panel-extended-search-item{
	margin: 0 0 10px 0;
    width: 100%;
   
}
.btn-panel-extended-search-title-column{
	
	font-weight: 600;
    color: #696969;
    font-size: 0.9em;
    width: 200px;
    
    word-break: normal;
    padding: 10px 0;
}
.btn-panel-extended-search-choose-column{
    padding: 5px 0 10px 0;
	
}

.btn-panel-extended-search-choose-column-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 0 0;
    
}
.btn-panel-extended-search-choose-column-item sup{
    display: inline;
    color: #929292;
	font-size: 0.8em;
	padding: 0 0 0 2px;
}
.btn-panel-extended-search-choose-column-item input[type="checkbox"]{
	display: none;
}

.btn-panel-extended-search-choose-column-item input[type="checkbox"] + label{
	
    display: inline-block;
    font-size: 0.8em;
    line-height: 15px;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    text-align: left;
    cursor: pointer;
}
.btn-panel-extended-search-choose-column-item input[type="checkbox"]:checked + label{
	color: #ff7519;
	
}
.btn-panel-extended-search-choose-column-item-text{
	vertical-align: top;
	margin: 0 7px 9px 0;
}

.btn-panel-extended-search-choose-column-item-text sup{
	display: inline;
    font-size: 0.7em;
	padding: 0 0 0 2px;
}
.btn-panel-extended-search-choose-column-item-text input[type="text"]{
	height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    outline: none;
    padding: 0 10px;
    font-size: 0.8em;
    width: 150px;
    text-align: center;
}
.btn-panel-extended-search-choose-column-item-text input[type="text"].year{
	width: 70px;
	text-align: center;
	height: 26px;
	margin: 0 25px 0 0;
}
.btn-panel-extended-search-footer{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    background-color: #faf7f0;
}
.btn-panel-extended-search-footer button{
	margin: 20px 0;
	background: #2b87db;
	color: #fff;
	border: 1px solid #2b87db;
	border-radius: 3px;
	padding: 3px 20px;
	outline: none;
	cursor: pointer;
}
.btn-panel-extended-search-footer button:active{
	border: 1px solid #2b87db;
	color: #2b87db;
	background: #fff;
}
.library-results-panel{
	display: flex;
	justify-content: space-between;
    text-align: left;
    margin: 25px 0 0 10px;
    width: 100%;
}
.practice-results-panel{
	display: flex;
	justify-content: space-between;
    text-align: left;
    margin: 5px 0 20px 10px;
    width: 100%;
}
.technics-results-panel{
	margin: 5px 0 40px 10px;
}
.library-results-panel-count{
	display: flex;
}
.library-results-panel .results-counter, .practice-results-panel .results-counter{
	font-size: 0.9em;
	color: #474747;
    padding: 0 0 0 10px;
}
.library-results-panel .results-counter-text, .practice-results-panel .results-counter-text{
	
	font-size: 0.9em;
	font-weight: 400;
	color: #474747;
}
.library-results-panel-display-max{
	display: inline-block;
	
}
.library-results-panel-display-max-title{
	font-size: 0.8em;
	font-weight: 400;
	color: #474747;
	padding: 0 10px 0 0;
}
.library-results-panel-display-max-btn{
	font-size: 0.7em;
    background: none;
    border: 1px solid transparent;
    color: #7d7a7a;
    border-radius: 3px;
    padding: 2px;
    outline: none;
    margin: 0 2px 0 0;
}
.library-results-panel-display-max-btn:focus{
	color: #ff7519;
	border: 1px solid #ff7519;
}
.library-results-paginator{
	display: flex;
	justify-content: flex-end;
}
.library-results-paginator-forwardleft{
    top: 50%;
    left: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
}
.library-results-paginator img{
	width: 15px;
}
.footer-paginator-panel{
	
}
.library-results-paginator-forwardright{
    top: 50%;
    right: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
}
.library-results-paginator span{
	font-size: 0.9em;
	color: #474747;
	padding: 0 5px;
}
.library-results-paginator input[type="text"]{
	font-size: 0.7em;
	width: 36px;
	height: 22px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	text-align: center;
	color: #474747;
}
.footer-paginator-panel{
	height: 70px;
	width: 100%;
	padding: 20px 0;
    position: relative;
}
/*--library_view_doc--*/
.left-sidebar-doc-view{
	position: fixed;
	top: 56px;
    width: 220px;
    height: 90vh;
    bottom: 0;
    z-index: 1;
    overflow: auto;
}
.left-sidebar-doc-view-content{
	margin: 23px 10px 0;
    position: relative;
}
.left-sidebar-doc-view-title{
    margin: 25px 0;
    padding: 0;
    position: relative;
}
.left-sidebar-doc-view-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-doc-view-section{
	margin: 15px 0 7px;
    padding: 0;
    position: relative;
}

.left-sidebar-doc-view-title h1{
	display: block;
    margin: 12px 0;
    font-size: 0.9em;
    font-weight: 600;
    color: #323232;
    font-variant-caps: all-petite-caps;
}
.left-sidebar-doc-view-title-2 h2{
	display: block;
    color: #383838;
    font-size: 0.8em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-doc-view-section h2{
	display: block;
    color: #174898;
    font-size: 0.9em;
    font-weight: 600;
    margin: 12px 0 6px 0;
    font-style: italic;
    font-variant-caps: all-petite-caps;
}
.left-sidebar-doc-view-section span{
    display: block;
    color: #686868;
    font-size: 0.8em;
    font-weight: 400;
    margin: 8px 0 12px 0;
}

.left-sidebar-doc-view-section h2.date, .left-sidebar-doc-view-section span.date{
	display: inline-block;
    color: #383838;
    font-size: 0.8em;
    font-weight: 400;
    margin: 6px 0;
}

.left-sidebar-doc-view-section span.date{
	float: right;
	font-style: italic;
    font-variant-caps: all-petite-caps;
}

.left-sidebar-doc-view-teg-cloud span.teg{
	color: #9a9797;
	font-size: 0.8em;
	margin: 0 7px 0 0;
	display: inline;
}
.left-sidebar-doc-view-teg-cloud span.teg:before{
	content: "#";
}
.left-sidebar-doc-view-section span.author{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666666;
}
.left-sidebar-doc-view-section a.toc{
	display: block;
    margin: 0 0 5px 10px;
    font-size: 0.7em;
    color: #474747;
    line-height: 0.9;
}
.left-sidebar-doc-view-section.download-btn{
	position: sticky;
    bottom: 0;
    background-color: #fafbfc;
    border-top: 1px solid #c0c0c0;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn{
	border: 1px solid #c0c0c0;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	margin: 0 3px 7px 0;
	width: 100%;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn a{
	display: block;
    padding: 5px 10px;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn:hover{
	border: 1px solid #174898;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn:hover span{
	color: #174898;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn:active{
	border: 1px solid #ff7519;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn span{
	display: inline;
	padding: 0 5px;
	font-variant-caps: unicase;
}
.left-sidebar-doc-view-section.download-btn .doc-download-btn:active span{
	color: #ff7519;
}
.left-sidebar-doc-view .left-sidebar-doc-view-anchor-top{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: inherit;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #fafbfc;
}

.left-sidebar-doc-view .left-sidebar-doc-view-anchor-top:hover{
	border-top: 1px solid #e1e4e8;
}
.left-sidebar-doc-view .left-sidebar-doc-view-anchor-top:active{
	border-top: 1px solid #e1e4e8;
	color: #921206;
}

.right-content-doc-view{
	height: 100vh;
    margin: 56px 0 0 220px;
    padding: 0 35px 0 35px;
    
}
.doc-container{
	display: inline-block;
    text-align: left;
    margin: 25px 0 40px 10px;
    width: 100%;
    position: relative;
}
.doc-container iframe{
	width: 100%;
    height: 90vh;
    border: none;
}
.left-sidebar-doc-view .left-sidebar-doc-view-content span.annot{
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 5;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	font-size: 0.8em;
}
.left-sidebar-doc-view .left-sidebar-doc-view-content span.annot.active{
	-ms-line-clamp: inherit;
	-webkit-line-clamp: inherit;
	line-clamp: inherit;
		
}
/*technics-list-item*/
.technics-list-item{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 10px 10px 10px;
}
.technics-list-item:hover{
	background-color: #f6f6f6;
}
@media (max-width: 550px){
.technics-list-item {
	width: 100%;
	}
}
.technics-list-item .technics-list-item-title{
	display: block;
	color: #39739d;
    font-size: 1em;
    font-weight: 600;
    max-height: 50px;
    margin: 2px 0 5px 0;
    overflow: hidden;
}
.technics-list-item .technics-list-item-title a{
    color: #39739d;
}
.technics-list-item-meta{
	padding: 5px 0;
}
.technics-list-item .technics-list-item-type {
	font-size: 0.8em;
	display: block;
	color: #848d95;
	margin: 3px 0;
}
.technics-list-item-meta .technics-list-item-meta-annotation{
	font-size: 0.8em;
	display: block;
	width: 100%;
	color: #848d95;
	max-height: 2.5em;
    line-height: 1.2em;
    overflow: hidden;
}
.technics-list-item-meta .technics-list-item-meta-annotation.active{
    max-height: unset;
}
.technics-list-item-meta .technics-list-item-meta-authors{
	font-size: 0.8em;
	display: block;
	margin: 3px 0;
	width: 100%;
	color: #000;
}
.technics-list-item-btn-action{
	margin: 0;
}
.technics-list-item-btn-action .action{
	display: inline-block;
    margin: 0;
}
.technics-list-item-btn-action .technics-list-item-btn{
	font-weight: 600;
    color: #4a79b9;
    cursor: pointer;
    font-size: 0.8em;
}
.technics-list-item-btn-action .technics-list-item-btn:after{
	content: "|";
    margin: 0 10px 0 10px;
    color: #b7b7b7;
}
.technics-list-item-btn-action .technics-list-item-btn:hover{
	color: #28a745;
}
.technics-list-item button.technics-list-item-btn-annot{
	font-weight: 600;
	display: inline-block;
	border: none;
	color: #4a79b9;
	background: transparent;
	outline: none;
	cursor: pointer;
}
.technics-list-item button.technics-list-item-btn-annot:after{
	content: "\2B";
    margin: 0 10px 0 7px;
    color: #b7b7b7;
    font-size: 1em;
    vertical-align: middle;
}
.technics-list-item button.technics-list-item-btn-annot:hover{
	color: #28a745;
}
.technics-list-item-btn-action .technics-list-item-btn-download{
	font-weight: 600;
    color: #71757a;
    cursor: pointer;
    font-size: 0.8em;
}
.technics-list-item-btn-action .technics-list-item-btn-download:before{
	content: "|";
    margin: 0 10px 0 0;
    color: #b7b7b7;
}
.technics-list-item-btn-action .technics-list-item-btn-download:hover{
	color: #28a745;
}
.method-right-panel-content .technics-list-item{
	display: inline-block;
    /*height: 170px;*/
    padding: 12px 15px 12px;
}
.method-right-panel-content .technics-list-item .technics-list-item-container{
	height: 100%;
    padding: 0;
    position: relative;
}
.method-right-panel-content .technics-list-item .technics-list-item-img {
	display: flex;
    height: 90%;
    overflow: hidden;
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}
.method-right-panel-content .technics-list-item .technics-list-item-img img{
	max-height: 100%;
	max-width: 100%;
	display: inherit;
	margin: auto;
}
.method-right-panel-content .technics-list-item .technics-list-item-content{
	height: 100%;
	display: inline-block;
    margin: 0 0 0 25%;
    padding: 0 10px;
}
/*technics item*/
.method-right-panel-content .technics-item-slider{
	max-height: 300px;
    padding: 0;
    margin: 30px 0;
    position: relative;
}
 .method-right-panel-content .technics-section{

 }

.method-right-panel-content .technics-item-slider .technics-item-img {
	padding: 0 5px;
}
.method-right-panel-content .technics-item-slider .technics-item-img img{
	max-height: 300px;
	max-width: 100%;
	display: inherit;
	margin: auto;
}
.method-right-panel-content  .technics-item-title-row{
	display: block;
    color: #39739d;
    font-size: 1em;
    margin: 35px 0 7px 0;
}
.method-right-panel-content  .calc-item-title-main-row{
    display: block;
    color: #72707b;
    font-size: 1.5em;
    margin: 5px 0 7px 0;
}
.method-right-panel-content  .calc-item-title-row{
    display: block;
    color: #4f4f4f;
    font-size: 0.9em;
    margin: 5px 0 7px 0;
}
.method-right-panel-content  .technics-item-title-row.tests{
	color: #55606b;
   
}
.method-right-panel-content  .technics-item-p{
	font-size: 0.8em;
    color: #707070;
    margin: 0 0 12px;
    line-height: 1.2;
}
.method-right-panel-content  .calc-item-p{
    font-size: 0.9em;
    color: #707070;
    margin: 0 0 12px;
    line-height: 1.2;
}
.method-right-panel-content  .item-detail-annotation-p{
    font-size: 0.9em;
    color: #333;
    margin: 10px 0 12px;
    line-height: 1.2;
}
@media (max-width: 550px){
.method-right-panel-content  .item-detail-annotation-p{
	font-size: 0.8em;
	}
}
.item-detail-imprint-panel{
    width: 100%;
    display: flex;
    vertical-align: top;    
    margin-bottom: 20px;
}
@media (max-width: 650px){
.item-detail-imprint-panel{
	flex-direction: column;
	}
}
.item-detail-imprint-panel-section{
    width: 45%;
    display: inline-block;
    vertical-align: top;    
    margin-bottom: 20px;
}
@media (max-width: 650px){
.item-detail-imprint-panel-section{
	width: 100%;
	}
}
.item-detail-imprint-panel-section-content{
	width: 100%;
    display: flex;
    vertical-align: top;    
    margin-bottom: 10px;
}
@media (max-width: 650px){
.item-detail-imprint-panel-section-content{
	flex-direction: column;
	margin-bottom: 5px;
	}
}
.item-detail-imprint-panel-section-title{
    font-weight: 600;
    width: 35%;
    display: inline-block;
    font-size: 0.8em;
    color: #707070;
    padding: 3px 20px 5px 0;
    vertical-align: top;    
}
@media (max-width: 650px){
.item-detail-imprint-panel-section-title{
	padding: 3px 20px 0px 0;
	width: 100%;
	}
}
.item-detail-imprint-panel-section-value{
   font-size: 0.8em;
    color: #707070;
    padding: 3px 0;
    width: 60%;
    display: inline-block;
    vertical-align: top;    
}
@media (max-width: 650px){
.item-detail-imprint-panel-section-value{
	width: 100%;
	}
}
.item-detail-extended-panel-title{
   font-weight: 600;
   font-size: 1em;
   color: #3d3d3d;
   margin: 0 0 40px 0;
}
.item-detail-extended-panel-section{
   vertical-align: top;
}
.item-detail-extended-panel-section-content{
    width: 100%;
    display: flex;
    vertical-align: top;    
    margin-bottom: 10px;
}
@media (max-width: 650px){
.item-detail-extended-panel-section-content{
	flex-direction: column;
	margin-bottom: 5px;
	}
}
.item-detail-extended-panel-section-title{
    font-weight: 600;
    width: 30%;
    display: inline-block;
    font-size: 0.8em;
    color: #707070;
    padding: 3px 20px 5px 0;
    vertical-align: top;
}
@media (max-width: 650px){
.item-detail-extended-panel-section-title{
	width: 100%;
	padding: 3px 20px 0px 0;
	}
}
.item-detail-extended-panel-section-value{
    font-size: 0.8em;
    color: #707070;
    padding: 3px 0;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 650px){
.item-detail-extended-panel-section-value{
	width: 100%;
	}
}
.item-detail-extended-panel-section-value span{
    vertical-align: middle;
}
.item-detail-extended-panel-section-value .divide{
    display: inline-block;
    width: 1px;
    background: #707070;
    height: 1em;
    vertical-align: middle;
    margin: 0 5px;
}

.left-sidebar-library-img{
    width: 200px;
}
.left-sidebar-library-img img{
    width: 200px;
}
.technics-item-params-row{
	background-color: #f2f2f9;
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0 0 3px 0;
}
.technics-item-params-row-left{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding: 0 5px;
}
.technics-item-params-row-right{
	display: inline-block;
	width: 65%;
}
.technics-item-kit ul{
	list-style: none;
	
}
.technics-item-kit ul li{
	position: relative;
	list-style: none;
	font-size: 0.8em;
	padding: 0 0 0 20px;
}
.technics-item-kit ul li:before{
	content: '\2022\a0';
    font-size: 0.9em;
    position: absolute;
    left: 0;
    top: 0;
}

/*technics comments*/
.comments{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 10px 10px 10px;
}
.comments:hover{
	background-color: #f6f6f6;
}
@media (max-width: 550px){
.comments {
	width: 100%;
	}
}
.comments .comments-author {
	font-size: 0.8em;
	color: #848d95;
	margin: 3px 0;
}
.comments .comments-author:after {
	content: "|";
    margin: 0 5px 0 10px;
    color: #b7b7b7;
}
.comments .comments-date {
	font-size: 0.8em;
	color: #aeb8c1;
}
.comments-p{
	padding: 5px 0;
}
.comments-p .comments-text{
	font-size: 0.8em;
	display: block;
	width: 100%;
	color: #313232;
	line-height: 1.2em;
	margin: 0;
 }
.add-comments-title{
	font-size: 0.9em;
    display: block;
    font-weight: 600;
    color: #4c6c6c;
    padding: 15px 0 5px 10px;
}
.add-comment-input{
	padding: 10px;
    height: 100px;
    line-height: 1.3;
    width: 100%;
    border-radius: 3px;
    font-family: inherit;
}
.add-comment-input-btn{
	margin: 15px 0;
    background: #2b87db;
    color: #fff;
    border: 1px solid #2b87db;
    border-radius: 3px;
    padding: 7px 20px;
    outline: none;
}
.add-comment-input-btn:active{
	border: 1px solid #2b87db;
    color: #2b87db;
    background: #fff;
}
/*=== left-sidebar sudex_for_sled ===*/
.left-sidebar-sudex{
	position: fixed;
	top: 56px;
    width: 220px;
    height: 100vh;
    background: #f5f2f0;
    border-right: 1px solid #e1e4e8;
    bottom: 0;
    overflow: auto;
}
.left-sidebar-sudex.mb{
	position: unset;
    width: auto;
    background: none;
    border-right: none;
    bottom: 0;
    overflow: auto;
	height: auto;
}
.left-sidebar-sudex-content{
	margin: 23px 15px 0;
    position: relative;
}
.left-sidebar-sudex-content.mb{
	margin: 0;
    position: unset;
	width: auto;
}
.left-sidebar-sudex-title{
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
}
.left-sidebar-sudex-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-sudex-title h1{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-sudex-title-2 h2{
	display: block;
	color: #c4c2c0;
	font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-sudex-list{
	list-style: none;
}
.left-sidebar-sudex-list.mb{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
.left-sidebar-sudex-list-item{
	margin-bottom: 15px;
	font-size: 0.8em;
}
.left-sidebar-sudex-list-item.mb{
	margin: 0 10px 5px 0;
	font-size: 0.9em;
	font-weight: 600;
}
.left-sidebar-sudex-list-item a{
	color: #696664;
}
.left-sidebar-sudex-list-item a.active{
	color: #ff0000;
}
.left-sidebar-sudex-list-item:hover a{
	color: #921206;
}
.left-sidebar-teg-cloud span.teg{
	color: #9a9797;
	line-height: 1.3;
	font-size: 0.8em;
	margin: 0 7px 0 0;
}
.left-sidebar-teg-cloud span.teg:before{
	content: "#";
}
.left-sidebar-author-section span.author{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #666666;
}
.left-sidebar-sudex .left-sidebar-sudex-anchor-top{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: inherit;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f5f2f0;
}
.left-sidebar-sudex .left-sidebar-sudex-anchor-top.mb{
	text-align: center;
    position: fixed;
    bottom: 0;
	left: 0;
	z-index: 2;
    width: 100%;
    color: #666666;
    font-size: 0.8em;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f5f2f0;
}
.left-sidebar-sudex .left-sidebar-sudex-anchor-top:hover{
	border-top: 1px solid #e1e4e8;
}
.left-sidebar-sudex .left-sidebar-sudex-anchor-top:active{
	border-top: 1px solid #e1e4e8;
	color: #921206;
}

/* list for right panel*/
.right-panel-list-1-lev{
	margin: 0 0 20px 0;
}
.right-panel-list-item-1-lev{
	font-size: 0.9em;
	color: #5e5e5e;
	padding: 0 0 5px 45px;
	position: relative;
    text-align: justify;
}
.right-panel-list-1-lev li.right-panel-list-item-1-lev:before{
	content: "\2b29";
    position: absolute;
    left: 25px;
    top: -2px;
}
.method-right-panel-content .sudex-span{
	font-size: 0.9em;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4;
    font-weight: 600;
}
.method-right-panel-content .sudex-span-2{
    display: block;
    font-size: 0.9em;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}
.method-right-panel-content .sudex-span-3{
    display: block;
    font-size: 0.9em;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4;
    text-align: center;
}
.sudex-params-container{
	margin: 10px 0;
}
.sudex-params-row{
	display: flex;
	background-color: #f2f2f9;
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0 0 3px 0;
	position: relative;
	width: 100%;
}
.sudex-params-row-left{
	width: 30%;
    padding: 7px 10px;
	word-wrap: break-word;
}
.sudex-params-row-right{
    padding: 7px 0 10px 15px;
}
.sudex-params-row-right span{
	font-style: italic;
	padding: 0 3px;
}
/*temporary container on map*/
.map-info-container{
	margin: 10px 0;
}
.map-info-row{
	display: inline-block;
	background-color: #f2f2f9;
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0 0 3px 0;
	position: relative;
	width: 100%;
}
.map-info-row-internal{
	display: inline-block;
	background-color: #f2f2f9;
	padding: 5px 0;
	margin: 0;
	position: relative;
	width: 100%;
}
.map-info-row-1{
	width: 20%;
    padding: 7px 5px;
   display: inline-block;
   vertical-align: top;
    margin: 0 15px 0 0;

}
.map-info-row-2{
	width: 15%;
    padding: 7px 5px;
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
   margin: 0 15px 0 0;
}
.map-info-row-3{
	width: 40%;
    padding: 7px 5px;
   display: inline-block;
   vertical-align: top;
}
.map-info-row-4{
	width: 10%;
   display: inline-block;
    padding: 7px 0;
    vertical-align: top;
    float: right;
    text-align: center;
}
.map-info-row-right span{
	font-style: italic;
	padding: 0 3px;
}
.map-info-link{
	border-radius: 2px;
   	padding: 5px 20px;
    outline: none;
    color: #2b87db;
}
.map-info-link:hover{
	border: 1px solid #2b87db;
	outline: none;
}
.map-info-row .comment{
	color: #696664;
	font-size: 1em;
	padding: 2px 0;
}
/*index*/

wrapper-a{
    display: block;
    width: 100%;
    margin: auto;
}

main-entry span.title-01{
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	color: #6d6565;
	text-align: center;
	letter-spacing: 1px;
}
main-entry span.title-02{
	display: block;
	font-weight: 600;
	font-size: 0.9em;
	color: #6d6565;
	text-align: center;
	margin: 20px 0 10px 0;
}
main-entry span.title-03{
	display: block;
	font-weight: 400;
	font-size: 0.8em;
	color: #6d6565;
	text-align: center;
}
main-entry input{
	display: block;
	height: 27px;
	width: 80%;
	border: 1px solid #d0d0d0;
	background: none;
	border-radius: 2px;
	margin: 10px auto 10px;
	text-align: center;
	outline: none;
}
main-entry input:focus{
	border: 1px solid red;
}
main-entry button{
	display: block;
	margin: 0 auto;
	border: 1px solid #666666;
	background: none;
	border-radius: 3px;
	width: 80%;
	height: 35px;
	outline: none;
}
main-entry button:active{
	border: 1px solid red;
	color: red;
}
a.main-entry {
	font-size: 0.9em;
    display: block;
    margin: 0 auto;
    border: 1px solid #666666;
    background: none;
    border-radius: 3px;
    width: 80%;
    height: 35px;
    outline: none;
    text-align: center;
    padding: 7px 0;
    color: #6d5959;
}
.logo-a-entry{
	position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
	display: block;
	text-align: center;
}
.logo-a-entry img{
	width: 26%;

}
wrapper-a{
    display: block;
    width: 100%;
    margin: auto;
}
main-entry{
	display: block;
	width: 400px;
	border: 1px solid #c3c9c8;
	height: 390px;
	margin: 100px auto;
	border-radius: 3px;
	padding: 15px 20px;
}
.content-wrapper{
	max-width: 1370px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
	/*border: 1px solid red;*/
}
table.table-style-1 {
    margin: 10px 0;
    border-collapse: collapse;
}
table.table-style-1 td, th{
    width: 100%;
    font-size: 0.9em;
    padding: 0.3em 1.5em;
    text-align: center;
}
table.table-style-1 tr:first-child{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}
table.table-style-1 tr:last-child{
   border-bottom: 1px solid #474747;
}
span.reference{
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #ffae76;
    border-radius: 90%;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: -3px;
    color: #ffae76;
}
span.reference:hover{
    display: inline-block;
    padding: 8px 15px;
    background-color: #dcdcdb;
    position: absolute;
    color: #161616;
    font-size: 0.8em;
    font-style: italic;
    border-radius: 3px;
    width: auto;
    height: auto;

}
#mod-info{
    display: none;
    height: 50px;
    width: 500px;
    top: 10%;
    left: calc(50% - 200px);
    background-color: #dbb9e0;
    text-align: -webkit-center;
    padding: 15px;
    font-size: 0.9em;
    border-radius: 4px;
    opacity: 0.9;
}
#mod-info.active{
    position: fixed;
    display: block;
}

.calc-row-item{
    display: inline-block;
    max-width: 240px;
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}
.calc-row-item span{
    font-size: 13px;
    color: #828181;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
}
.calc-row-item input[type='text']{
    width: 200px;
    display: block;
    height: 31px;
    padding: 5px 10px 7px 10px;
    font-size: 13px;
    color: #262626;
    background: none;
    border: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
	border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    outline: none;
}
.calc-row-item span.result-age{
    display: block;
    font-weight: 600;
    width: 200px;
    padding: 5px 10px 7px 0;
    color: #262626;
    border-bottom: 1px solid #d1d1d1;
    height: 31px;

}
.calc-row-item input[type='text'].active{
    border-bottom: 1px solid red;
}
.calc-row-result-main{
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    color: #4a4949;
}
.calc-row-result-main-clean{
    font-size: 0.8em;
    font-weight: 700;
    cursor: pointer;
    color: #a51717;
    padding: 15px 0 0 0;
    display: -webkit-inline-box;
}
.calc-row-result-calculated-ok{
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;

}
.calc-row-result-calculated-now{
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    color: red;
}
.calc-row-method-title{
    padding: 10px 0;
    font-weight: 600;
    font-size: 0.9em;
    color: black;
    margin: 20px 0 0 0;
}
.calc-row-method-item{
    display: table-cell;
    max-width: 241px;
    text-align: center;
    vertical-align: top;
    margin: 0 5px;
    padding: 10px 5px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
}
.calc-row-method-item-row{
    text-align: -webkit-center;
    display: flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0 0;
}
.calc-row-method-item p{
    font-size: 0.8em;
    text-align: -webkit-center;
}
.calc-row-method-literature {
    margin: 10px 0;
    font-size: 0.9em;
    text-align: -webkit-center;
}
.calc-row-method-etalon{
    margin: 35px 0 0 0;
}
.slider{
    max-width: 85%;
    margin: 0px auto;
}
.slider.short{
    width: 45%;
    margin: 0;
	text-align: center;
	position: relative;
}
@media (max-width: 880px){
.slider.short{
	width: 100%;
	max-width: 100%;
	margin: 40px 0 0 0;
	}
}
.slide-buttons{

}
.main-title-box-th{
	margin: 15px 0 0;
	font-size: 0.8em;
	color: #898989;
	line-height: 1;
}
.main-title-box{
	width: 45%;
	margin: 0 0 20px 0;
}
@media (max-width: 880px){
.main-title-box{
	width: 100%;
	}
}
.slider-wrap-union-wrap{
	width: 85%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
@media (max-width: 880px){
.slider-wrap-union-wrap{
	display: block;
	}
}
.slider-wrap{
    text-align: center;
    margin: 0px 0 40px 0;
}
.slider-wrap-union{
    margin: 100px 0 50px;
}
.slide-viewer{
    position: relative;
    overflow: hidden;
	font-size: 0.8em;
    height: 200px;
    border-radius: 5px !important;
    box-shadow: 0 2px 4px rgba(27,31,35,.15);
}
.slide-group{
    width: 100%;
    height: 100%;
    position: relative;
}

.slide{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.slide-text{
    width: 50%;
    height: 100%;
    display: inline-block;
    right: 0px;
    font-size: 0.9em;
    text-align: justify;
    padding: 15px 10px 10px;
    color: #586069;
	overflow: hidden;
	line-height:1;
}
.slide-text.union{
	width: 100%;
}
.main-title-box-tp{
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: 600;
	margin: 0 0 20px;
}
@media (max-width: 550px){
.main-title-box-tp{
	font-size: 1.2em;
	}
}
@media (max-width: 550px){
.main-title-box-md{
	font-size: 0.9em;
	}
}
.slide-text-title{
    display: block;
    color: #000;
    font-size: 1.2em;
    padding: 0 0 10px 0;
}
.slide-img{
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    overflow: hidden;
}

.slide:first-child{
    display: block;
}
.slide-btn{
   width: 20px;
   border-radius: 10px; 
   border: 2px solid #e0e0e0; 
   background: transparent;
   margin: 5px;
   cursor: pointer;
   padding: 8px;
}
.slide-btn.active{
   
   border: 2px solid #ff7519; 
   
}

.login-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    background: #585858;
    background: url(../img/bg.png);
}
.login-title{
    color: #fff;
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    font-weight: 600;
}
.login-title span{
    display: block;
    text-align: center;
    
}
@media (max-width: 550px){
.login-title span{
    font-size: 0.8em;
}
}
.login-title span.lev-2{
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 0.9em;
}
@media (max-width: 550px){
.login-title span.lev-2{
    font-size: 0.8em;
}
}
.login-section{
   height: 80%;
   display: flex;
   flex-direction: column;
   justify-content: center;	
   background: transparent;
   
}
.login-section img {
    border: none;
    height: 40%;    
    margin: 0 auto;
    display: block;
}
.login-widget{
    display: block;
    width: 250px;
    text-overflow: ellipsis;
    margin: 20px auto;
}
.login-widget span{
    display: inline-block;
    font-size: 0.9em;
}
.login-widget span.login-errors{
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    display: block;
}
.login-widget input{
    display: block;
    text-align: center;
}
.login-widget input[type="text"], input[type="email"], input[type="password"]{
    
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
    outline: none;
    border: none;
    padding: 0 10px;
}
.login-widget .row-box{
    position: relative;
}
.login-widget .row-box-help-ikon{
    display: block;
    cursor: pointer;
    position: absolute;
    width: 18px;
    top: 5px;
    right: -30px;
}
.login-widget .row-box-help-text{
    display: none;    
    color: #fff;
    position: absolute;
    top: 5px;
    left: 300px;
    width: 300px;
    font-size: 0.8em;
}
.login-widget .row-box-help-text.active{
    display: block;
}
.serv-info-block{
    display: block;
    width: 250px;
    text-overflow: ellipsis;
    margin: 20px auto;
}
.serv-info-block .serv-btn-text{
	display: none;    
    color: #fff;
    top: 5px;
    left: 300px;
    font-size: 0.8em;
}
.serv-info-block .serv-btn-text.active{
	display: block;
}
.login-widget .row-box-help-ikon:hover{
    cursor: pointer;    
}

.login-widget input[type="submit"]{
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
    outline: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}
.login-widget input[type="submit"]:active{
    
    background: #e3e3e3;
}
.login-section button.serv-info-btn{
    width: 100%;
    height: 30px;
    background: #464646;
	color: #b2b2b2;
    border-radius: 3px;
    margin: 15px 0;
    outline: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}
.login-section button.serv-info-btn:hover{
    color: #fff;
}
.login-widget a.login-button{
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
    outline: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    font-size: 0.8em;
    padding: 6px;
    color: #474747;
}
.login-widget-href a{
    display: block;
    color: #5b5b5b;
    font-size: 0.8em;
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
    outline: none;
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    text-align: center;
}
.login-section .info {
    text-align: center;
    width: 350px;
    margin: 0 auto;
    padding: 10px 0;
}
.login-section .info span.title{
    text-align: center;
    display: block;
    font-size: 1em;
    color: #f37f00;
    margin: 5px 0 5px 10px
}
.login-section .info span.comment{
    color: #c4c4c4;
    font-size: 0.9em;  
}
.login-section-message{
    font-size: 0.9em;
    color: #f37f00;
    margin: 15px 0;
    text-align: center;
}
.login-widget a.left{
   color: #c4c4c4;
   font-size: 0.8em;
   float: left;
}
.login-widget a.right{
   color: #c4c4c4;
   font-size: 0.8em;
   float: right;
}
.profile-main{
    padding: 23px 15px 0;
    position: relative;
}
.profile-main-fio{
    display: inline-block;
    width: 30%;
    padding: 0 15px 0 0;
}
.profile-main-title{
    display: block;
    font-size: 0.9em;
    color: #474747;
    margin: 0 0 5px 0;
}
.profile-main input{
    height: 27px;
    border-radius: 3px;
    border: 1px solid #cecece;
    width: 100%;
    padding: 0 5px;
}
.profile-main-submit{
    font-size: 0.8em;
    background: none;
    border: 1px solid #918d8d;
    border-radius: 3px;
    padding: 4px 25px;
    margin: 20px 15px;
    position: relative;
    cursor: pointer;
}
.profile-main-submit.gp{
    margin: 0;
   
}
.profile-main-submit:hover{
    border: 1px solid #ff0000;
    color: #ff0000;
}
.profile-post{
    width: calc(90% - 8px);
}


.left-sidebar-cab{
    position: fixed;
    top: 56px;
    width: 220px;
    height: 100vh;
    background: #f5f2f0;
    border-right: 1px solid #e1e4e8;
    bottom: 0;
    overflow: auto;
}
.left-sidebar-cab-content{
    margin: 23px 15px 0;
    position: relative;
}
.left-sidebar-cab-title{
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
}
.left-sidebar-cab-title-2{
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.left-sidebar-cab-title h1{
    display: block;
    color: #c4c2c0;
    font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-cab-title h1.i_detail{
    
    color: #000;
    font-size: 0.7em;
   
}

.left-sidebar-cab-title-2 h2{
    display: block;
    color: #c4c2c0;
    font-size: 0.9em;
    font-weight: 400;
    margin: 12px 0;
}
.left-sidebar-cab-list{
    list-style: none;
}
.left-sidebar-cab-list-item{
    margin-bottom: 15px;
    font-size: 0.8em;
}
.left-sidebar-cab-list-item a{
    color: #696664;
}
.left-sidebar-cab-list-item a.active{
    color: #ff0000;
}
.left-sidebar-cab-list-item:hover a{
    color: #921206;
}
.left-sidebar-cab-list-item.profile-sidebar{
    margin-bottom: 7px;
}
.profile-change-pass label{
    font-size: 0.9em;
    color: #474747;
}
.profile-change-pass input{
    display: block;
    width: 200px;
    font-size: 0.9em;
    color: #474747;
    margin: 0 0 20px 0;
}
.profile-change-pass span.helptext{
    display: none;
}
.profile-change-pass span.help-info{
   font-size: 0.8em;
    color: green;
}
.add_item_checkbox li{
    display: inline-block;
}

.forbidden-page-403 {
    position: fixed;
    display: block;
    top: 20%;
    left: 10%;
    
}
.forbidden-page-403 span{
    display: block;
    font-size: 5em;
    color: #474747;
    padding: 0 25px;
    border-left: 5px solid red;
}
.forbidden-page-403 p{
    display: block;
    font-size: 1em;
    color: #666666;
    padding: 10px 0;
    
}
.forbidden-page-403 a{
    display: inline-block;
    font-size: 0.8em;
    color: #666666;
    padding: 3px 17px;
    border: 1px solid #666666;
    border-radius: 3px;
}
.forbidden-page-403 a:active{
    color: #ff7519;
    border: 1px solid #ff7519;    
}
 .method-right-panel-content .calc-row{
    display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
 }
 .method-right-panel-content .calc-mark{
    display: flex;
	flex-wrap: wrap;
 }
.method-right-panel-content .calc-section  input[type="radio"]{
    display: none;
}
.method-right-panel-content .calc-section input[type="radio"] + label{
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    margin: 0 20px 0 0;
    cursor: pointer;    
}
.method-right-panel-content .calc-section label{
    border-right: 1px solid #cecece;
}

.method-right-panel-content .calc-section input[type="radio"]:checked + label{
    color: #ff7519;
}
.method-right-panel-content .calc-section label:last-of-type{
    border: none;
}

.new-items-row{
	text-align: left;
	padding: 5px 0;
}
.new-items-row a{
	color: #586069;
	font-size: 0.9em;
	display: inline-block;
	line-height: 1.3;
}
.portal-map-list-new-item-wrap{
    width: 45%;
    border-radius: 3px!important;
    box-shadow: 0 2px 4px rgba(27,31,35,.15);
    position: relative!important;
    padding: 16px 16px 10px 16px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
@media (max-width: 550px){
.portal-map-list-new-item-wrap {
	width: 100%;
	}
}
.article-top{
    padding: 15px 0;
}
.article-category{    
    margin: 10px 0;
}
.article-category a{
    font-size: 0.9em;
    display: inline-block;
    margin: 0 20px 0 0;
	color: #494949;
}
.article-category a.active{
    color: #dd4b4b;
}
.art-box-wrap{
    display: flex;
    flex-wrap: wrap;
}
.article-box-item{
    max-width: 400px;
	margin: 5px;
    padding: 10px 15px;
}
.article-box-item:hover{
    background: #fff;
	border-radius: 6px;
}
.article-detail-annotation{
	font-size: 0.9em;
	margin: 0 0 20px;
	max-width: 70%;
}
.article-box-item .img-box{
    width: 100%;
}
.article-box-item .img-box img{
    max-width: 100%;
    border-radius: 5px;
}
.article-box-item a.article-list-title-item{
    font-size: 1.2em;
    font-weight: 600;
	color: #494949;
}
.article-list-annot-item{
    font-size: 0.9em;
    color: #474747;
    padding: 10px 0;
}
.article-list-meta-item{
    font-size: 0.8em;
    padding: 5px 0 0 0;
}
.article-title{
    font-weight: 600;
    padding: 0 25px;
    line-height: 1.2;
}
.article-meta{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px 5px;
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
}
.article-categories{
    padding: 15px 25px;
}
.article-categories a{
    font-size: 0.9em;
    margin: 0 20px 0 0;
}
.article-wrap{
    padding: 0 40px 0 100px;
    max-width: 900px;
}
@media (max-width: 700px){
.article-wrap{
     padding: 0;
    }
}
.article-box{
	display: flex;
	max-width: 900px;
	padding: 30px 0 0 0;
	flex-direction: column;
}
.article-text-section{
    padding: 0;
}
.article-text-section .img-box{
    width: 100%;
}
.article-text-section .img-box img{
    max-width: 100%;
    max-height: 100%;
}
.article-text-comment{
    font-size: 1em;
    font-weight: 600;
    margin: 15px 0 20px 25px;
    text-align: justify;
    line-height: 1.3em;
}
.article-text-section p{
    font-size: 1em;
    margin: 15px 0 15px;
    text-align: justify;
    line-height: 1.5em;
}
.article-text-fragment{
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    outline: none;
    resize: none;
    height: 100px;
    padding: 10px 17px;
    letter-spacing: 1px;
    font-family: arial;
}
.art-el{
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}
.art-el:last-of-type{
    border-bottom: none;
}
.art-el .meta_row{
    font-size: 0.9em;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.art-el .meta_row span{
    padding: 0px 5px 0 0;
}
.art-el .meta_row .meta-row-split{
    padding: 0px 5px;
}
.art-el .meta_row .del-art-item, .art-el .meta_row .delete{
    color: #929292;
    font-size: 0.8em;
    background: #fff;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #929292;
    padding: 4px 18px 4px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.ed-art-elem{
    cursor: pointer;
}
.article-btn{
    border: 1px solid #929292;
    border-radius: 3px;
    padding: 4px 10px;
    background: none;
    font-size: 0.8em;
    color: #929292;
    margin-top: 15px;
    cursor: pointer;
}
.article-text-section video{
    width: 100%;
}
.art-el .file .ads-file-img-box{
    display: inline-block;
    width: 100%;
}
.art-el .file .ads-file-img-box img{
    max-height: 350px;
}
.art-el .text-value{
    font-weight: 600;
    margin: 0 0 5px;
}
.article-box .TITLE_1{
    padding-top: 20px;
    font-size: 1.4em;
    display: block;
    font-weight: 600;
}
.article-box .TITLE_2{
    padding: 15px 0 10px;
    font-size: 1.2em;
    display: block;
}
.article-box .TITLE_3{
    padding-top: 10px;
    font-size: 1.1em;
    display: block;
}
.article-box .LIST{
    font-size: 0.9em;
    color: #5e5e5e;
    padding: 0 0 5px 45px;
    position: relative;
    text-align: justify;
    display: block;
}
.article-box .LIST:before{
    content: "\2b29";
    position: absolute;
    left: 25px;
    top: -2px;
}
.article-box .LIST2{
    display: block;
}