/** =================================================================
 *  CSS-SECTION: RESET
 *  =================================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
header, nav, footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	//vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 0;
}

.clearfix {
    clear: both;
}

audio {
	max-width: 100%;
}

.form-error input,
.form-error select {
	border-color: #ffa090;
}
.form-error-text {
	color: #ffa090;
}
/** =================================================================
 *  CSS-SECTION: DEFAULT STYLES
 *  =================================================================
*/

html, body {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    background-color: #8b86fc;
    height: 100%;
    width: 100%;
    min-width: 320px;
}
.full-wrapper {
	min-height: 100vh;
	background: url(/files/images/site/bg-2022.png) top right repeat-y;	
}

a {
    color: #5c5dc6;
	text-decoration: underline;
    
}
a:hover {
    color: #8b86fc;
	text-decoration: none;
}
textarea {
	font-family: Arial;
    font-size: 14px;
}

.wrapper {
	max-width: 1280px;
	min-width: 260px;
	margin: 0px auto;
	background-color:#f8faff;
}

.b-content {
	color: #000;
}
.b-content-main {
	padding-top: 54px;
}

.b-block {
	color: #000;
}
.b-block_padding {
	padding: 24px;
}
.b-hr {
	margin-bottom: 16px;
	height: 0px;
}

.popup-content .b-content,
.popup-content .b-block {
	background-color: #f8faff;
}

input {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #8b86fc;
    padding: 0px 8px;
    box-sizing: border-box;
	background-color: #fff;
	color: #000;
}
label {
    cursor: pointer;
}
textarea {
    display: inline-block;
    border: 1px solid #8b86fc;
    padding: 8px;
    position: relative;
    width: 100%;
    min-width: 335px;
    max-width: 100%;
    resize: vertical;
    box-sizing: border-box;
	background-color: #fff;
	color: #000;
}

select {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #8b86fc;
    position: relative;
    height: 30px;
    width: 100%;
    min-width: 335px;
    padding: 0px 28px 0px 8px;
    box-sizing: border-box;
    appearance: none!important;
    outline: none;
    background: #fff url('/files/images/icons/icon-small-arrow-down.png') right 12px top 50% no-repeat;
	cursor: pointer;
	background-color: #fff;
	color: #000;
}
input.datepicker,
input.datetimepicker {
	background: #fff url('/files/images/icons/icon-datepicker.png') right 8px top 50% no-repeat;
	cursor: pointer;
}


select::ms-expand {display:none;}
select.select_inline {
    min-width: 0px;
}
.input-text {
    font-size: 14px;
    height: 30px;
    width: 100%;
    min-width: 335px;
}
textarea:focus,
.input-text:focus {
   border-color: #000102;
   box-shadow: 0px 0px 6px #000102;
}

.b_message {
	background-color: #fff;
	color: #000;
	padding: 15px;
	border-radius: 33px;
}

.b_waitbox {
	display: block;
	background: #fff url(/files/images/icons/icon-wait.gif) 18px center no-repeat;
	font-weight: bold;
	min-width: 66px;
	height: 66px;
	border: 1px solid #051D58;
	box-shadow: 0px 0px 10px #051D58;
	border-radius: 33px;
}
.b_waitbox__text {
	padding-left: 66px;
	padding-right: 22px;
	line-height: 66px;
	white-space: nowrap;
	color: #000;
}

/** =================================================================
 *  CSS-SECTION: BUTTON
 *  =================================================================
*/
.btn {
    font-size: 12px;
    border: 2px solid #000102;
    color: #fff !important;
	background-color: #5c5dc6;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    padding: 0px 16px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: top;
    white-space: nowrap;
    text-transform: uppercase;
	border-radius: 16px;
	text-decoration: none;
}
.btn_small {
    padding: 0px 12px;
}
.btn:hover {
	text-decoration: none;
	background-color: #8b86fc;
	box-shadow: 0px 0px 8px #8b86fc;
}
.btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.btn_orange {
    background-color: #000102;
    border: 2px solid #000102;
    color: #000 !important;
}
.btn_orange:hover {
    background-color: #90ffc0;
    border-color: #90ffc0;
    border: 2px solid #90ffc0;
    color: #000 !important;
}
.btn_gray {
    border-color: #000102;
    color: #000102 !important;
}
.btn_gray:hover {
    border-color: #000102;
    color: #000102 !important;
    opacity: 0.9;
}
.btn_blue {
    background-color: #8b86fc;
    border-color: #8b86fc;
    color: #fff !important;
}
.btn_blue:hover {
    background-color: #8b86fc;
    border-color: #8b86fc;
    color: #fff !important;
    opacity: 0.9;
}
.btn_warning {
	color: #fff !important;
	background-color: #ff0000;
	border-color: #ffe0e0;
}
.btn_warning:hover {
	background-color: #ff2020;
	border-color: #fff;
	box-shadow: 0px 0px 8px #ffe0e0;
	text-shadow: 0px 0px 10px #ffe0e0;
}

.btn_disabled {
    opacity: 0.25;
}

/** =================================================================
 *  CSS-SECTION: PAGINATION
 *  =================================================================
*/
.b-pager {
    line-height: 32px;
    margin-bottom: 16px;
}
.b-pager_inline {
    margin-bottom: -1px;
}
.b-pager__lnk-list {
    white-space: nowrap;
    display: inline-block;
}
.b-pager__lnk {
    color: #000102;
    display: inline-block;
    height: 32px;
    padding: 0px 16px;
    border: 2px solid #000102;
    margin-left: -1px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
	text-decoration: none;
	border-radius: 16px;
	transition: 250ms;
}
.b-pager__lnk > u {
    text-decoration: none;
}
.b-pager__lnk:hover,
.b-pager__lnk_active:hover {
	color: #90ffc0;
	border-color: #90ffc0;
	box-shadow: 0px 0px 8px #000102;
	text-shadow: 0px 0px 10px #000102;

}

.b-pager__lnk_active {
	background-color: #90ffc0;
	color: #000 !important;
	border-color: #90ffc0;
	font-weight: bold;
}
.b-pager__info {
    float: right;
    padding-left: 24px;
    color: #000;
    font-size: 13px;
}

/** =================================================================
 *  CSS-SECTION: TOP
 *  =================================================================
*/
.b-top {
	background-color: #5c5dc6;
	color: #fff;
	text-align: right;
	height: 54px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.b-top-wrapper {
	background-color: #5c5dc6;
}

.editor-menu-key {
	float: left;
	line-height: 54px;
	font-size: 20px;
	padding: 0px 15px;
	display: none;
	background-color: rgba(255,255,255, 0.25);
	cursor: pointer;
}

.b-top-logo-wrap {
	float: left;
	height: 100%;
	overflow: hidden;
}
.b-top-logo {
	display: block;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	padding: 0px 0px;
}
.b-top-logo:hover {
	opacity: 0.75;
}


.b-top-user {
	display: inline-block;
	line-height: 54px;
	float: right;
}
.b-top-user__name,
.b-top-user__login {
	display: block;
	float: right;
	cursor: pointer;
	color: #fff !important;
	vertical-align: middle;
}
.b-top-user__icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('/files/images/icons/icon-user-not-authorised-small.png') top left no-repeat;
	margin-right: 4px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
.b-top-user__icon_authorised {
	background: url('/files/images/icons/icon-user-small.png') top left no-repeat;
}
.b-top-user:hover .b-top-user__name,
.b-top-user:hover .b-top-user__icon {
	opacity: 0.75;
}

.b-top-localization {
	display: inline-block;
	margin-right: 10px;
	float: right;
}
.b-top-localization-entry {
	display: inline-block;
	line-height: 54px;
	color: #fff;
	opacity: 0.75;
	margin-right: 10px;
}


/** =================================================================
 *  CSS-SECTION: RATING STAR
 *  =================================================================
*/

.input-rating-pretext {
	display: inline-block;
	line-height: 32px;
	vertical-align: top;
}
.input-rating-wrap {
    display: inline-block;
    clear: right;
    line-height: 32px;
    position: relative;
    white-space: nowrap;
	vertical-align: top;
}
.input-rating {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    margin: 0px;
    cursor: pointer;
    float: right;
    display: block;
    opacity: 0;
}
.input-rating-img {
    position: relative;
    margin-right: -32px;
    z-index: 0;
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    background: url(/files/images/icons/icon-rating-stars-32-2022.png) top left no-repeat;
	text-align: center;
	line-height: 34px;
	color: #000;
	font-weight: bold;
}

.input-rating:checked  ~ .input-rating-img {
    background-position-y: -32px;
}

.input-rating-wrap:hover .input-rating  ~ .input-rating-img,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-img {
    background-position-y: 0px;
}

.input-rating-wrap:hover .input-rating:hover  ~ .input-rating-img,
.input-rating-wrap:hover .input-rating:checked:hover ~ .input-rating-img {
    background-position-y: -32px;
}

.input-rating-text {
    color: #000102;
    float: right;
    margin-left: 16px;
    position: absolute;
    left: 100%;
    top: 0px;
    white-space: nowrap;
    display: none;
}
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_10,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_9,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_8,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_7,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_6,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_5,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_4,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_3,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_2,
.input-rating-wrap:hover .input-rating:checked ~ .input-rating-text_1 {
    display: none;
}
.input-rating_10:checked ~ .input-rating-img_10,
.input-rating-wrap:hover .input-rating_10:hover ~ .input-rating-img_10,
.input-rating_9:checked ~ .input-rating-img_9,
.input-rating-wrap:hover .input-rating_9:hover ~ .input-rating-img_9,
.input-rating_8:checked ~ .input-rating-img_8,
.input-rating-wrap:hover .input-rating_8:hover ~ .input-rating-img_8,
.input-rating_7:checked ~ .input-rating-img_7,
.input-rating-wrap:hover .input-rating_7:hover ~ .input-rating-img_7,
.input-rating_6:checked ~ .input-rating-img_6,
.input-rating-wrap:hover .input-rating_6:hover ~ .input-rating-img_6,
.input-rating_5:checked ~ .input-rating-img_5,
.input-rating-wrap:hover .input-rating_5:hover ~ .input-rating-img_5,
.input-rating_4:checked ~ .input-rating-img_4,
.input-rating-wrap:hover .input-rating_4:hover ~ .input-rating-img_4,
.input-rating_3:checked ~ .input-rating-img_3,
.input-rating-wrap:hover .input-rating_3:hover ~ .input-rating-img_3,
.input-rating_2:checked ~ .input-rating-img_2,
.input-rating-wrap:hover .input-rating_2:hover ~ .input-rating-img_2,
.input-rating_1:checked ~ .input-rating-img_1,
.input-rating-wrap:hover .input-rating_1:hover ~ .input-rating-img_1 {
	color: #fff !important;
}

.input-rating_10:checked ~ .input-rating-text_10,
.input-rating-wrap:hover .input-rating_10:hover ~ .input-rating-text_10,
.input-rating_9:checked ~ .input-rating-text_9,
.input-rating-wrap:hover .input-rating_9:hover ~ .input-rating-text_9,
.input-rating_8:checked ~ .input-rating-text_8,
.input-rating-wrap:hover .input-rating_8:hover ~ .input-rating-text_8,
.input-rating_7:checked ~ .input-rating-text_7,
.input-rating-wrap:hover .input-rating_7:hover ~ .input-rating-text_7,
.input-rating_6:checked ~ .input-rating-text_6,
.input-rating-wrap:hover .input-rating_6:hover ~ .input-rating-text_6,
.input-rating_5:checked ~ .input-rating-text_5,
.input-rating-wrap:hover .input-rating_5:hover ~ .input-rating-text_5,
.input-rating_4:checked ~ .input-rating-text_4,
.input-rating-wrap:hover .input-rating_4:hover ~ .input-rating-text_4,
.input-rating_3:checked ~ .input-rating-text_3,
.input-rating-wrap:hover .input-rating_3:hover ~ .input-rating-text_3,
.input-rating_2:checked ~ .input-rating-text_2,
.input-rating-wrap:hover .input-rating_2:hover ~ .input-rating-text_2,
.input-rating_1:checked ~ .input-rating-text_1,
.input-rating-wrap:hover .input-rating_1:hover ~ .input-rating-text_1 {
    display: block;
}
/** =================================================================
 *  CSS-SECTION: CONTENT
 *  =================================================================
*/

.b-hdr_1 {
	font-size: 32px;
}

.b-compo {
}
.b-compo__header {
	font-size: 24px;
}
.b-compo__num {
	font-weight: bold;
	display: inline-block;
	padding: 4px 12px;
	border: 2px solid #000;
	background-color: #26EB2A;
	color: #fff;
	border-radius: 5px;
	margin-right: 12px;
	text-shadow:
		-2px -2px 0px #000, -1px -2px 0px #000, 0px -2px 0px #000, 1px -2px 0px #000, 2px -2px 0px #000,
		-2px -1px 0px #000, -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, 2px -1px 0px #000,
		-2px 0px 0px #000, -1px 0px 0px #000, 0px 0px 0px #000, 1px 0px 0px #000, 2px 0px 0px #000,
		-2px 1px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000, 2px 1px 0px #000,
		-2px 2px 0px #000, -1px 2px 0px #000, 0px 2px 0px #000, 1px 2px 0px #000, 2px 2px 0px #000;
	
}
.b-compo__name {
	text-decoration: none;
	cursor: pointer;
	color: #5c5dc6;
	line-height: 37px;
	color: #fff;
	text-shadow:
		-2px -2px 0px #000, -1px -2px 0px #000, 0px -2px 0px #000, 1px -2px 0px #000, 2px -2px 0px #000,
		-2px -1px 0px #000, -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, 2px -1px 0px #000,
		-2px 0px 0px #000, -1px 0px 0px #000, 0px 0px 0px #000, 1px 0px 0px #000, 2px 0px 0px #000,
		-2px 1px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000, 2px 1px 0px #000,
		-2px 2px 0px #000, -1px 2px 0px #000, 0px 2px 0px #000, 1px 2px 0px #000, 2px 2px 0px #000,
		-4px -4px 1px #26EB2A, -2px -4px 1px #26EB2A, 0px -4px 1px #26EB2A, 2px -4px 1px #26EB2A, 4px -4px 1px #26EB2A,
		-4px -2px 1px #26EB2A, -2px -2px 0px #26EB2A, 0px -2px 0px #26EB2A, 2px -2px 0px #26EB2A, 4px -2px 1px #26EB2A,
		-4px 0px 1px #26EB2A, -2px 0px 0px #26EB2A, 0px 0px 0px #26EB2A, 2px 0px 0px #26EB2A, 4px 0px 1px #26EB2A,
		-4px 2px 1px #26EB2A, -2px 2px 0px #26EB2A, 0px 2px 0px #26EB2A, 2px 2px 0px #26EB2A, 4px 2px 1px #26EB2A,
		-4px 4px 1px #26EB2A, -2px 4px 1px #26EB2A, 0px 4px 1px #26EB2A, 2px 4px 1px #26EB2A, 4px 4px 1px #26EB2A;
}
.b-compo__name:hover {
	color: #f0fff0;
	text-decoration: none;
	text-shadow:
		-2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000,
		-2px 0px 2px #000, 0px 0px 0px #000, 2px 0px 2px #000,
		-2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000,
		-4px -4px 4px #26EB2A, -2px -4px 4px #26EB2A, 0px -4px 4px #26EB2A, 2px -4px 4px #26EB2A, 4px -4px 4px #26EB2A,
		-4px -2px 4px #26EB2A, -2px -2px 0px #26EB2A, 0px -2px 0px #26EB2A, 2px -2px 0px #26EB2A, 4px -2px 4px #26EB2A,
		-4px 0px 4px #26EB2A, -2px 0px 0px #26EB2A, 0px 0px 0px #26EB2A, 2px 0px 0px #26EB2A, 4px 0px 4px #26EB2A,
		-4px 2px 4px #26EB2A, -2px 2px 0px #26EB2A, 0px 2px 0px #26EB2A, 2px 2px 0px #26EB2A, 4px 2px 4px #26EB2A,
		-4px 4px 4px #26EB2A, -2px 4px 4px #26EB2A, 0px 4px 4px #26EB2A, 2px 4px 4px #26EB2A, 4px 4px 4px #26EB2A;
}
.b-compo__content {
	padding-top: 12px;
	padding-bottom: 24px;
	padding-left: 52px;
}

.b-compo__dates {
	color: #000;
	padding-bottom: 4px;
}
.b-compo__dates-date {
	font-weight: bold;
}

.b-compo__theme {
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #5c5dc6;
	font-size:20px;
}

.b-paragraph {
	line-height: 22px;
	margin-bottom: 16px;
}
.b-paragraph:last-child {
	margin-bottom: 0px;
}

.b-work {
	padding: 24px 24px 48px 24px;
}
.b-work:last-child {
	border-bottom: none;
}

.b-work__header {
	font-size: 24px;
	margin-bottom: 12px;
	color: #404040;
}
.b-work__num {
	font-weight: bold;
	display: inline-block;
	padding: 4px 12px;
	border: 2px solid #000;
	border-radius: 4px;
	margin-right: 12px;
	color: #fff;
	background-color: #8B86FC;
	text-shadow:
		-2px -2px 0px #000, -1px -2px 0px #000, 0px -2px 0px #000, 1px -2px 0px #000, 2px -2px 0px #000,
		-2px -1px 0px #000, -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, 2px -1px 0px #000,
		-2px 0px 0px #000, -1px 0px 0px #000, 0px 0px 0px #000, 1px 0px 0px #000, 2px 0px 0px #000,
		-2px 1px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000, 2px 1px 0px #000,
		-2px 2px 0px #000, -1px 2px 0px #000, 0px 2px 0px #000, 1px 2px 0px #000, 2px 2px 0px #000;
}
.b-work__num.b-work__num_prizegiving123 {
	background-color: #000102;
	color: #8b86fc;
}
.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-1 {
	background-color: #ffd700;
	border: 2px solid #ffd700;
}
.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-2 {
	background-color: #c0c0c0;
	border: 2px solid #c0c0c0;
}
.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-3 {
	background-color: #cd7f32;
	border: 2px solid #cd7f32;
}

.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-1:after {
	content: "\1F947";
}
.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-2:after {
	content: "\1F948";
}
.b-work__num.b-work__num_prizegiving123.b-work__num_prizegiving-3:after {
	content: "\1F949";
}

.b-work__name {
	font-weight: bold;
	padding-left: 30px;
	padding: 4px 0px;
	line-height: 40px;
	color: #5c5dc6;
}
.b-work__by {
	color: #5c5dc6;
	line-height: 40px;
}
.b-work__author {
	color: #5c5dc6;
	line-height: 40px;
}

.b-work__view {
	padding-bottom: 16px;
}
.b-work__platform {
	padding-top: 8px;
	font-size: 16px;
}
.b-work__platform-ident {
	color: #000;
}
.b-work__platform-name {
	color: #000;
	font-weight: bold;
}

.b-work__video {
	width: 640px;
	max-width: 100%;
	border: 1px solid #000;
	position: relative;
}
.b-work__video-resizer {
    display: block;
    margin-top: 56.25%;
}
.b-work__video iframe {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.b-work__img {
	border: 1px solid #000;
	width: 100%;
	max-width: 640px;
	display: block;
}
.b-work__img-53c {
	width: 320px;
	height: 240px;
	max-width: 100%;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	cursor: zoom-in;
}

.b-work__error {
	max-width: 100%;
	width: 640px;
	border: 1px solid #d0d0d0;
	color: #d0d0d0;
	padding: 8px 16px;
	line-height: 18px;
	box-sizing: border-box;
	text-align: center;
}

.b-work__file-list {
	margin-bottom: 16px;
}
.b-work__file {
	display: inline-block;
	margin-right: 12px;
	padding-left: 18px;
	background: url('/files/images/icons/icon-download-2022.png') top left no-repeat;
}
.b-work__file-href {
	display: inline-block;
}
.b-work__file-size {
	display: inline-block;
}

.b-block-is-admin-access {
	background-color: #ff3333;
	color: #fff;
	font-weight: bold;
	padding: 12px 24px;
	text-align: center;
}

.user-work-list {
	display: table;
}
.user-work {
	display: table-row;
}
.user-work > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px 35px 5px;
}
.user-work-preview {
	max-width: 120px;
	max-height: 80px;
}
.user-work-name {
	display: inline-block;
	margin-bottom: 10px;
}
.user-work-compo {
	color: #000;
}

.user-work-status {
	display: inline-block;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
}
.user-work-status-0 {
	background-color: #e0d000;
}
.user-work-status-1 {
	background-color: #00b000;
}
.user-work-status-2 {
	background-color: #ff0000;
}

.form-tbl-tr {
	margin-bottom: 25px;
}
.form-tbl-th {
	margin-bottom: 10px;
}

.upload-file-input {
	height: 0px;
	opacity: 0;
	border: none;
}
.btn.upload-file-button.dragover {
	text-decoration: none;
	border-color: #90ffc0;
	box-shadow: 0px 0px 8px #000102;
	text-shadow: 0px 0px 10px #000102;
}

.user-file {
	margin-bottom: 15px;
	padding: 5px 15px;
	color: #fff;
}
.user-file__name {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}
.user-file__icon-wrap {
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.user-file__icon {
	max-width: 100%;
	max-height: 100%;
}
.user-file__icon:hover {
	opacity: 0.75;
}

.event {
	margin-bottom: 15px;
}

.oauth-module__href {
	display: inline-block;
	border: 1px solid #5c5dc6;
	margin-bottom: 15px;
}
.oauth-module__img {
	display: block;
}
.oauth-module__href:hover {
	box-shadow: 0px 0px 5px #8b86fc;
}



/** =================================================================
 *  CSS-SECTION: ADAPTIVE
 *  =================================================================
*/
@media (max-width: 1300px) {
	.b-top-wrapper {
		padding: 0px 24px 0px 0px;
	}
}
@media (max-width: 800px) {
	.b-top-user__name,
	.b-top-user__login {
		display: none;
	}
	.full-wrapper {
		background: url(/files/images/site/bg-small-2022.png) top right repeat-y;
	}
}
@media (max-width: 480px) {
	.b-top-wrapper {
		padding: 0px 16px;
		text-align: left;
	}
	.b-compo__content {
		padding-left: 0px;
	}
}
@media (max-width: 450px) {
	.b-compo__dates-hdr {
		display: block;
		margin-bottom: 4px;
	}
	.b-compo__dates-date {
		display: block;
		font-weight: bold;
		padding-left: 16px;
	}
	.b-top-logo-wrap {
		float: none;
		height: 54px;
		display: inline-block;
		vertical-align: bottom;
		width: 75%;
		position: relative;
	}
	.b-top-logo {
		max-width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		margin: auto;
	}
}
@media (max-width: 370px) {
	html, body {
		font-size: 13px;
	}
	.b-top-wrapper {
		padding: 0px 12px;
	}
	.b-hdr_1 {
		font-size: 26px;
	}
	.b-block_padding {
		padding: 12px;
	}
	.b-work {
		padding: 12px 12px 24px 12px;
	}
	.b-work__header {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.b-work__num {
		padding: 3px 10px;
		margin-right: 4px;
	}
	.b-work__view {
		padding-bottom: 8px;
	}
	
	.b-work__name,
	.b-work__by,
	.b-work__author {
		line-height: 28px;
	}
	
	.b-compo__num {
		padding: 3px 10px;
		margin-right: 4px;
	}
	.b-compo__header {
		font-size: 20px;
	}
	.b-compo__name {
		line-height: 28px;
	}

	.input-rating-wrap,
	.input-rating-pretext {
		line-height: 28px;
	}
	.input-rating {
		width: 28px;
		height: 28px;
	}
	.input-rating-img {
		margin-right: -28px;
		width: 28px;
		height: 28px;
		background: url(/files/images/icons/icon-rating-stars-28-2022.png) top left no-repeat;
		line-height: 30px;
		font-size: 11px;
	}
	.input-rating:checked  ~ .input-rating-img {
		background-position-y: -28px;
	}
	.input-rating-wrap:hover .input-rating:hover  ~ .input-rating-img,
	.input-rating-wrap:hover .input-rating:checked:hover ~ .input-rating-img {
		background-position-y: -28px;
	}
	.input-rating-text {
		display: none !important;
	}
}


.work-edit-tbl {
	display: table;
	width: 100%;
}
.work-edit-tr {
	display: table-row;
}
.work-edit-td {
	display: table-cell;
}
.work-edit-td_right {
	width: 0px;
	padding-left: 30px;
}

.popup-img {
	cursor: zoom-in;
}
.b-popup-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	cursor: zoom-out;
}
.b-popup-img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100vw;
	height: auto;
	max-width: none;
	max-height: 100vh;
	object-fit: contain;
	cursor: zoom-out;
}

.settings-8bit--disabled {
	opacity: 0.25;
}

.work-preview-slide-container-popup,
.work-preview-slide-container {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 2px;
	cursor: zoom-in;
}
.work-preview-slide-container-popup {
	cursor: zoom-out;
}
.work-preview-slide-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.work-preview-slide-container-popup .work-preview-slide,
.work-preview-slide-container .work-preview-slide {
	transform-origin: 0 0;
	width: 1920px;
	height: 1080px;
	max-width: 1920px;
}
.work-preview-slide-front {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.debug-text {
	display: inline-block;
	border: 2px solid #ff00ff;
	padding: 4px 6px;
}
.debug-text-key {
	background-color: #ff00ff !important;
	color: #ffffff !important;
	font-weight: bold;
	padding: 2px 5px;
	margin-right: 6px;
	cursor: pointer;
}
