

/* Start:/app/1cdoc/v2/dist/main.css?15738241048608*/
.container-loader {
	width: 100%;
	height: 100vh;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 60px;
	text-align: center;

	flex-wrap: wrap;
}

.container-sceleton {
	background-color: white;
	background-image: url(/app/1cdoc/v2/dist/../img/backoffice_sceleton.png);
	background-position:  center 255px;
	background-repeat: no-repeat;
}

.loader {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
}

.sub {
	font-size: 35px;
}

.container-loader iframe {
	border: none;
	width: 100%;
	height: 100%;
}

#done,
.done-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#done-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px 100px;
	font-size: 15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	line-height: 21px;
}

.checkboxes {
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	color: #333;
	font-size: 15px;
	line-height: 21px;
	background-color: #fff;
	padding: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

	min-height: 85vh;
	display: initial;
	position: relative;

	margin-top: 10px;
	margin-bottom: 100px;
}

.b24-app {
	background-color: rgb(238, 242, 244);
}

.btn-success {
	color: rgb(83, 92, 105);
	background-color: #bbed21;
	border-radius: 2px;

	padding-left: 20px;
	padding-right: 20px;
	line-height: 37px;

	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: bold;
	font-stretch: normal;
	font-size: 13.3333px;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration-style: solid;

	border: none;
	cursor: pointer;

	transition: 160ms background-color linear, 160ms color linear,
		160ms opacity linear, 160ms border-color linear;

	position: absolute;
	bottom: 20px;
}

.btn-success:hover {
	background-color: #d2f95f;
}

.ui-switcher {
	line-height: 15px;
	align-self: center;
}

.ui-switcher-disabled-text {
	font: 9px/13px 'OpenSans-Bold', 'Helvetica Neue', Arial, Helvetica,
		sans-serif;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 9px;
	line-height: 13px;
	font-family: OpenSans-Bold, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 0 0 0 18px;
}

.ui-switcher-enabled-text {
	margin-left: -26px;
}

.document-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 7px 0px;
	margin: 0px 20px;
	border-top: 1px solid #eeeff0;
}

.document-wrapper:first-child {
	border: none;
}

.input-wrapper,
.popup-input {
	display: flex;
	justify-content: left;
	align-content: center;
	padding: 5px 20px;
}

.input-wrapper span,
.popup-input span {
	min-width: 100px;
	margin-right: 20px;
	text-align: left;
	display: inline-flex;
	align-items: center;
}

.btn-gray {
	float: right;
}

.pagetitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 45px 0 0;
	padding: 21px 0 21px 0;
	max-width: 100%;
	overflow: hidden;

	font: 26px/26px 'OpenSans-Light', Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	flex: 1 !important;

	justify-content: space-between;
	white-space: nowrap;
	margin: 0;
}

.pagetitle-item {
	padding-right: 45px;
}

.main-ui-filter-search {
	width: 100%;
}

.w-100 {
	width: 100%;
}

.checkbox-wrapper {
	width: 100%;
	align-self: start;
}

.form {
	padding-top: 0px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-left: 21px !important;
}

.ui-pinner {
	left: 0;
}

.ui-button-panel {
	font-size: initial;
}

.document-name {
	color: #535c69;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font: var(--ui-btn-font-size) / calc(var(--ui-btn-height) - 2px)
			'OpenSans-Bold',
		'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: auto;
	padding-right: 32px;
}

.document-title {
	align-self: center;
}

.popup-background {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: #000;
	opacity: 0.7;
}

.popup-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-content {
	width: fit-content;
	height: fit-content;
	padding-top: 20px;

	background-color: #fff;
	opacity: 1;
}

.btn-save {
	position: relative;
}

.popup-input {
	color: #333;
	font-size: 15px;
	line-height: 21px;
	padding: 5px 25px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.disabled {
	cursor: not-allowed;
}

.pbx-20 {
	padding-bottom: 20px;
}

.v-combobox-wrapper {
	position: relative;
}

.v-combobox {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	border-bottom: 1px solid #c6c9cb;
	box-shadow: 0 7px 21px rgba(83, 92, 105, 0.12),
		0 -1px 6px 0 rgba(83, 92, 105, 0.06);
	max-height: 135px;
	overflow-y: auto;
}

.v-combobox-item {
	cursor: pointer;
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #525c68;
	line-height: 36px;
	padding: 0 15px 0 9px;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-align: left;
}

.v-combobox-item:hover {
	background-color: #f6f8f9;
	transition: 0.5s;
}

.v-combobox-input {
	padding: 3px 2px 3px 9px;
	height: 38px;
	outline: 0;
	color: #424956;
	font: 15px/17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 1px solid #adafb4;
	margin-left: 0 !important;
}

.v-combobox-input-selectable {
	background: #fff no-repeat right 11px center
		url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%3E%20%20%3Cpath%20fill%3D%22%23979797%22%20fill-rule%3D%22evenodd%22%20d%3D%22M349.545942%2C95.4246212%20L349.545942%2C89.6066017%20L347.606602%2C89.6066017%20L347.606602%2C96.3942911%20L347.606602%2C97.363961%20L355.363961%2C97.363961%20L355.363961%2C95.4246212%20L349.545942%2C95.4246212%20Z%22%20transform%3D%22rotate%28-45%2067.431%20465.144%29%22/%3E%3C/svg%3E);
}

.feed-loader-circular {
	height: 110px;
	width: 110px;
	margin-top: -55px;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.feed-loader-path {
	stroke: #bfc3c8;
	stroke-width: 1.5;
	stroke-dasharray: 20, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.vue-popup-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: black;
	opacity: 0.3;
	z-index: 100;
}

.vue-popup-wrapper {
	position: absolute;
	width: 420px;
	height: fit-content;

	background-color: white;
	padding: 10px 30px 0px 30px;

	z-index: 1000;
	filter: none;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vue-popup-wrapper .vue-buttons {
	position: fixed;
	bottom: 0px;
}

.popup-ok-button {
	margin-bottom: 25px;
	margin-top: 25px;
}

.vue-popup-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	font-size: 16px;
	text-align: center;
}

.vue-popup-content p {
	margin: 0;
}

.footer-button-panel {
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 -2px 4px 0 #c6c9cb;
	position: fixed;
	bottom: 0;
	display: -webkit-flex; 
	display: flex;
	margin-left: -20px;
	-webkit-justify-content: flex-center;
	justify-content: center;
	width: 100%;
}

/* End */


/* Start:/app/1cdoc/v2/dist/switcher.css?15705273231618*/
.ui-switcher {
	position: relative;
	display: inline-block;
	height: 22px;
	width: 53px;
	border-radius: 32px;
	overflow: hidden;
	cursor: pointer;
}

.ui-switcher-enabled, .ui-switcher-disabled {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 53px;
	height: 22px;
	border-radius: 32px;
	background: #2fc6f6;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.ui-switcher-enabled {
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}

.ui-switcher-disabled {
	left: 30px;
	background: #2fc6f6;
}

.ui-switcher-enabled-text, .ui-switcher-disabled-text {
	padding: 0 0 0 11px;
	color: rgba(255, 255, 255, .5);
	font: 9px/13px "OpenSans-Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.ui-switcher-disabled-text {
	padding: 0 0 0 23px;
	color: rgba(81, 92, 105, .4);
}

.ui-switcher-cursor {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}

.ui-switcher-off .ui-switcher-disabled {
	left: 0;
	background: #e3e5e8;
}

.ui-switcher-off .ui-switcher-enabled {
	background: transparent;
	-webkit-transition: background-color .8s ease-in-out;
	-moz-transition: background-color .8s ease-in-out;
	transition: background-color .8s ease-in-out;
}

.ui-switcher-off .ui-switcher-disabled-text {
	left: 0;
}
/* End */


/* Start:/local/components/1cdoc_v2/settings/templates/.default/style.css?15714007043580*/

@font-face {
    font-family: 'OpenSans-Light';
    src: url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-light.eot');
    src: local('Open Sans Light'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-light.woff') format('woff'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-regular.eot');
    src: local('Open Sans'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-regular.woff') format('woff'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-semibold.eot');
    src: local('Open Sans Semibold'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-semibold.woff') format('woff'),
    url('/local/components/1cdoc_v2/settings/templates/.default/fonts/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding:0;
    margin:0;
}

.container {
    margin: 0 auto;
    max-width: 890px;
}
a {
    text-decoration:none;
    -webkit-transition:color .3s, border-bottom .3s;
    transition:color .3s, border-bottom .3s;
    border-bottom:1px solid rgba(70, 142, 229, .5);
    color:#468EE5;
}

a:hover {
    color:#2f7bca;
    border-bottom:1px solid transparent;
}

.box {
    position: relative;
    border: 2px solid #3BC8F5;
    margin:0 0 33px 0;
    padding:30px 37px 35px 37px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font:24px/33px 'OpenSans-Regular', "Helvetica Neue", Arial, Helvetica, sans-serif;
    color:#333;
}

.box:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #3BC8F5;
    font: bold 21px/37px 'OpenSans-Regular', "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

.first:before {
    content: '1';
}

.second:before {
    content: '2';
}

.third:before {
    content: '3';
}

.fourth:before {
    content: '4';
}

.box input {
    display: block;
    padding: 0 10px;
    height: 38px;
    width: 100%;
    border: 1px solid #C6CDD3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 20px/38px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #535C69;
    -webkit-transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s;
    box-sizing: border-box;
    text-transform: uppercase;
}

.input-box {
    position: relative;
    height: 38px;
    max-width: 390px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px 0 0;
}

.input-box-text {
    margin: 0 13px 0 0;
}

.input-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.clip-button {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    /* background: url(/local/components/1cdoc_v2/settings/templates/.default/images/sprite.png) no-repeat -16px -12px; */
    position: absolute;
    top: 10px;
    right: 0;
}

.medium {
    font: 19px/26px 'OpenSans-Regular', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.small {
    font: 13px/18px 'OpenSans-Regular', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.margin-for-medium {
    margin: 0 0 15px 0;
}

.margin-for-small {
    margin: 0 0 34px 0;
}

.image {
    margin: 0 0 30px 0;
    padding: 56% 0 0 0;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
}
/* End */
/* /app/1cdoc/v2/dist/main.css?15738241048608 */
/* /app/1cdoc/v2/dist/switcher.css?15705273231618 */
/* /local/components/1cdoc_v2/settings/templates/.default/style.css?15714007043580 */
