img {
}

.topHeaderLogoCab{
	flex-basis: 15%;
}
.topHeaderAnotherCab{
	flex-basis: 55%;
	text-align: center;
}
.rightCabinetBandCab{
	flex-basis: 30%;
	text-align: right;
}

.h1BigText{
	font-size:2rem;
}
.h1MiddleText{
	font-size:1.6rem;
}
.h1SmallText{
	font-size:1.5rem;
}



.contentCenter{
}
.dataAlignCenter{
	text-align:center;
}
.dataAlignLeft{
	text-align:left;
}
.dataAlignRight{
	text-align:right;
}


.portalEnterForm{
	margin: 0 auto;
	padding: 10px;
	border:2px solid #002bb2;
	background: #ccc;
	width: 300px;
	border-radius:5px;
}
.portalEnterForm>div{
	padding: 10px;

}
.portalEnterButtonDiv{
	text-align:center;
}
.portalEnterTitle{
	font-size:1.4rem;
	font-weight:700;
	text-transform:uppercase;
}
.portalLogin{
	width:100%;
	padding: 5px 10px;
}
.portalPassword{
	width:100%;
	padding: 5px 10px;
}
.portalEnterButton{
	padding: 5px 10px;
	border:1px solid #002bb2;
	background: #002bb2;
	width: 100px;
	border-radius:5px;
	cursor:pointer;
	color:#FFF;
	font-size:1.2rem;
}
.simpleTextPortal{
	font-size:1.2rem;
}

.lkMain{
	font-size:1.2rem;
	font-weight:700;
}
.lkRole{
	font-size:1.2rem;
	color: #0037b6;
}
.lkUserName{
	font-size:1.0rem;
}

.lkChangeRole{
	color:#555;
	font-style:normal;
	font-size:0.8rem;
}

.lkExit{
	color:#999;
	font-style:normal;
	font-size:0.8rem;
}

.portalMainBreadCrumbs{
	margin: 10px 0;
	padding: 20px;
	background: #EEE;
}

.portalStructFolders{
	list-style: none;
}


.portalStructFolders>li{
	margin:20px 0;
	display:flex;
	flex-flow: row wrap;
	align-items:center;
}
.portalStructFolder{
	font-size:1.4rem;
	color:#000;
	text-decoration:none;
}
.portalStructFolder:hover{
	text-decoration:underline;
}
.portalStructFolderIcon{
	margin-right:20px;
}
.portalStructFolderClose{
	color: #999;
	font-size: 1.4rem;
}


.wrapperFiles{
	margin:40px auto;
	padding: 20px;
	width:60vw;
}
.wrapperFiles, .wrapperFiles *{
	font-size:1.2rem;
}

.portalMainBreadCrumbsTop{
	display:flex;
	flex-flow: row wrap;
	align-items:center;
}
.portalMainBreadCrumbsTop_left{
	flex-basis:20%;
}
.portalMainBreadCrumbsTop_center{
	text-align:center;
	flex-basis:60%;
}
.portalMainBreadCrumbsTop_center>h1{
	font-size:2rem;
	font-weight:100;
}
.portalMainBreadCrumbsTop_right{
	flex-basis:20%;
}
.portalMainBreadCrumbsTop_back{
	font-size:1.2rem;
	color:#000;
	text-decoration:none;
}
.portalMainBreadCrumbsTop_back::before{
	content: url("/assets/1/images/arrow_struct_black.png");
	transform: rotate(180deg);
	display:inline-block;
	margin-right:20px;
}
.portalMainBreadCrumbsNavigation{
	margin-top:20px;
}

.portalMainBreadCrumbsNavigation>ul{
	list-style:none;
	display:flex;
	flex-flow: row wrap;
}

.portalMainBreadCrumbsNavigation>ul>li::after{
	content: "/";
	font-size:.9rem;
	margin: 0 10px;
}
.portalMainBreadCrumbsNavigation>ul>li:nth-last-child(1)::after{
	content: "";
}
.portalMainBreadCrumbsNavigation>ul>li>a{
	font-size:.9rem;
	color:#000;
	text-decoration:none;
}
.portalMainBreadCrumbsNavigation>ul>li>a:hover{
	text-decoration:underline;
}


/* role section start */

.roleChange{
}
.roleChange>a{
	line-height:1.6;
	font-size:1.0rem;
	color: #444;
	text-decoration:none;
}
.roleChange>a:hover{
	text-decoration:underline;
}

/* role section end */



/* protection start */

/* txt prot */
/*.prot_text{
	background: url(/assets/1/images/prot_text.png) no-repeat center / contain;
}
*/

.prot_text{
	background: url(/assets/1/images/prot_text.png);
}


/* video prot */
.prot_video_wrapper{
	max-width:100%;
}
.prot_video_wrapper>h2{
	margin: 20px;
	text-align: center;
}
.prot_video_wrapper>video, .prot_video_wrapper_parts>video{
	display:block;
	margin: 0 auto;
	max-width: 80%;
}
.prot_video_wrapper_parts{
	margin-bottom:40px;
}

.prot_video_wrapper_parts_number{
	text-align: center;
	line-height:2;
	font-size:1.0rem;
}


/* pres prot */
.prot_presentation_wrapper{
	max-width:100%;
}
.prot_presentation_wrapper>h2{
	margin: 20px;
	text-align: center;
}
.prot_presentation_container{
	position:relative;
	width:100%;
}
.prot_presentation_iframe{
	width:100%;
	height:900px;
	z-index:10;
}
.prot_presentation_lock{
	position:absolute;
	z-index:100;
	background:#000;
	bottom:8px;
	right:0;
	width:150px;
}
.prot_presentation_lock::before{
	content: "|";
}


div.prot_pdf_wrapper{
}
div.prot_pdf_item{
	padding-bottom:15px;
	border-bottom:4px solid #EEE;
	text-align: center;
}
div.prot_pdf_item_top{
	position:relative;
}
.prot_pdf_item_top_func_zoom{
	position:absolute;
	top:10px;
	right:5px;
	cursor:pointer;
	border-radius: 50%;
	padding: 5px;
	background: rgba(100, 100, 100, .5);
	transition: all .2s linear;
}
.prot_pdf_item_top_func_zoom::before{
	content: url("/assets/1/images/pdf_zoom_img.png");
	width:50%;
}
.prot_pdf_item_top_func_zoom:hover{
	transform: scale(1.2);
}
span.prot_pdf_item_page{
	display:inline-block;
	margin: 20px 0 5px;
	font-size:1.4rem;
}
img.prot_pdf_image{
	width: 100%;
	pointer-events: none;
}
#pdfZoomer{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: #EEE;
	z-index:1000;
	overflow: auto;
}
#pdfZoomerFunc{
	margin: 15px auto;
	text-align:center;
}
#pdfZoomerPrev, #pdfZoomerNext, #pdfZoomerClose{
	display:inline-block;
	margin: 0 10px;
	font-size:1.0rem;
	cursor:pointer;
	padding: 10px;
	border-radius: 20%;
	background: #ccc;
}
#pdfZoomerPrev::before{
	content: "<";
}
#pdfZoomerNext::after{
	content: ">";
}
#pdfZoomerClose::before{
	content: "X";
}
.pdfZoomer_noactive{
	background: #ECE!important;
}
#pdfZoomerPict{}



/* pdf prot 1 VERSION Depricated*/
/*
.prot_pdf_wrapper{
	max-width:100%;
}
.prot_pdf_wrapper>h2{
	margin: 20px;
	text-align: center;
}
.prot_pdf_container{
	width: 75%;
	margin: auto;
	position:relative;
}
.prot_pdf_iframe{
	width:100%;
	height:700px;
	z-index:10;
	border:0;
}
.prot_pdf_lock{
	position:absolute;
	z-index:101;
	background:rgba(0, 0, 0, 0);
	top: 8px;
	right: 15px;
	width: 45px;
	height: 50px;
}
.prot_pdf_lock::before{
	content: "";
}
*/
/*
.prot_pdf_lock_border_left{
	position:absolute;
	z-index:100;
	background:#fff;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 100%;
}
.prot_pdf_lock_border_top{
	position:absolute;
	z-index:100;
	background:#fff;
	top: 0px;
	left: 0px;
	width: calc(100% - 20px);
	height: 18px;
}
.prot_pdf_lock_border_right{
	position:absolute;
	z-index:100;
	background:#fff;
	top: 0px;
	right: 20px;
	width: 18px;
	height: 100%;
}
.prot_pdf_lock_border_bottom{
	position:absolute;
	z-index:100;
	background:#fff;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 20px);
	height: 18px;
}
.prot_pdf_lock_border_left::before, .prot_pdf_lock_border_top::before, .prot_pdf_lock_border_right::before, .prot_pdf_lock_border_bottom::before{
	content: "";
}
*/



/* protection end */