

/* Start:/bitrix//components/citrus.forms/base/field/file/avatar//style.css?17255377062227*/

@media all {
	.file-upload-light {

	}
	.file-upload-light__inner {
		display: flex;
		align-items: center;
	}
	.file-upload-light input[type=file] {
		visibility: hidden;
		position: absolute;
		left: -999px;
	}
	.file-upload-light__label {
		width: 150px;
		height: 35px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
		color: #7ca3b3;
		border-radius: 4px;
		border: 2px solid;
		cursor: pointer;
		flex-shrink: 0;
	}
	.file-upload-light__label:hover {
		background-color: #93adba;
		color: #fff;
		border-color: #93adba;
	}
	.file-upload-light__label:active {
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	}

	.file-upload-light__description {
		margin-left: 10px;
		color: #657880;
		font-size: 12px;
		line-height: 1.4;
	}
	.file-upload-light__file-list {
		display: none;
		margin-top: 10px;
		color: #657880;
		font-size: 12px;
		line-height: 1.4;
		border: 1px solid #7ca3b3;
		border-radius: 3px;
		padding: 6px 10px;
	}
	.input-container.has-error .file-upload-light__file-list {
		border-color: #ff0f26;
	}
		.file-upload-light__file-list._active {
			display: block;
		}
	.file-upload-light__file-list span {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
	}


	/*template avatar*/
	.file-upload-light__preview {
		height: 7.5em;
		width: 7.5em;
		flex-shrink: 0;
	}
	.file-upload-light__preview._empty {
		background: #9ea7aa url('/bitrix//components/citrus.forms/base/field/file/avatar//face.png') center center no-repeat;
	}
	.file-upload-light__preview:not(._empty) {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.file-upload-light__inner._template-avatar {
		align-items: stretch;
	}
	.file-upload-light__inner._template-avatar .file-upload-light__description {
		margin-left: 14px;
		display: flex;
		flex-direction: column;
		width: calc(100% - 14px - 7.5em);
	}
	.file-upload-light__description-title {
		font-size: 14px;
		color: #003a53;
		line-height: 1;
		margin-bottom: 6px;
	}
	.file-upload-light__inner._template-avatar .file-upload-light__label {
		margin-top: auto;
	}
}
/* End */
/* /bitrix//components/citrus.forms/base/field/file/avatar//style.css?17255377062227 */
