	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
		font-weight: 200;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
		font-weight: 200;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-Light.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-LightItalic.ttf') format('truetype');
		font-weight: 300;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-Regular.ttf') format('truetype');
		font-weight: 400;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-Italic.ttf') format('truetype');
		font-weight: 400;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-SemiBold.ttf') format('truetype');
		font-weight: 600;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
		font-weight: 600;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-Bold.ttf') format('truetype');
		font-weight: 700;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-BoldItalic.ttf') format('truetype');
		font-weight: 700;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
		font-weight: 800;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype');
		font-weight: 800;
		font-style: italic;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-Black.ttf') format('truetype');
		font-weight: 900;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		src: 
/*		local('Nunito-Light'), 
		local('Nunito-Light'), 
		url('Robotothin.woff2') format('woff2'), 
		url('Robotothin.woff') format('woff'), */
		url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
		font-weight: 900;
		font-style: italic;
	}
body {
	color: #1a1a1a;
	font-family: Nunito, "Open Sans", sans-serif;
}
div svg text {
	font-family:Nunito !important;
}
.br-logo {
	padding: 0 10px;
}
.signin-logo {
	position: relative;
}
.br-logo > img,
.signin-logo > img {
	width: 100%;
}
.btn {
	cursor: pointer;
}
.activity-mark {
	display: inline-block;
	padding: 2px 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 10px;
}
[activity="is_active"] {
	background: #8CCB5E;
}
[activity="not_active"] {
	background: #F64A46;
}

.ckbox span {
	padding-left: 22px;
	position: relative;
}
.ckbox span:before {
	top: 0;
}
.ckbox span:after {
	top: 0;
	font-size: 12px;
}

.bg-br-auth {
	position: relative;
    overflow: hidden;
}
.bg-br-auth:before {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  z-index: -1;
  background: url(/local/assets/img/rcw_back.png) 0 0 repeat;
  transform: rotate(-30deg);
}
.bg-br-auth .fadeWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.33);
}


table.table tr[link],
table.table tr[data-editable="1"] {
	cursor: pointer;
}

textarea {
	resize: none;
}
.form-layout {
	position: relative;
}
.spinner-overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background: #ffffff;
}
.spinner-overlay .sk-circle {
	margin: 0px auto;
	width: 40px;
	height: 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.msg {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	display: none;
}
.msg .ok, .msg .success {
	color: #34C924;
}
.msg .error {
	color: #F64A46;
}

.form-layout label {
	display: block;
	margin-bottom: 5px;
}
.br-header-right a {
	display: flex;
	align-items: center;
	justify-content: initial;
	color: #1d2939;
}
.logged-name {
	line-height: 18px;
	margin-right: 8px;
}
.user-profile-nav .icon {
	top: 0;
}
.navicon-right {
	flex: none;
}

.dataTables_length .select2-container {
	min-width: 65px!important;
	margin-left: 5px;
	margin-right: 5px;
}
.dataTables_length {
	padding-bottom: 10px;
	padding-top: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 30px; 
}

.form-group .select2-container,
.select2-full-width .select2-container {
	width: 100%!important;
}

.modal .select2-container {
	display: block;
	width: auto!important;
}
.select2-container--open {
	z-index: 9999;
}



.card-container {
	display: flex!important;
	flex-direction: column;
}
table.dataTable.inCard{
	margin-bottom: 0!important;
}
.more-card-button {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 15;
}
.form-control.bitrix-calendar-icon {
	width: calc(100% - 25px);
}
img.form-calendar-icon {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 15;
	cursor: pointer;
	width: 19px;
	height: 19px;
	box-sizing: content-box;
	border: 1px solid transparent;
}


.modal .bootstrap-datetimepicker-widget a[data-action] {
	padding: 0;
}


.form-layout .form-group:last-child {
	margin-bottom: 0;
}


.button-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 6px;
	margin-bottom: 20px;
	font-size: 0;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.button-list a {
	color: #343a40;
	padding: 7px 5px;
	border-bottom: 2px solid transparent;
}
.button-list a.active,
.button-list a:hover {
	color: #0866C6;
	border-color: #0866C6;
}
.button-list .btn.active:not([data-toggle="modal"]),
.button-list .btn.disabled {
	pointer-events: none;
}

.card-header .tableActions {
	display: inline-block;
}
.card-header .dt-buttons > .dt-button {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
.card-header .dt-buttons .dt-button.hover-white:hover {
	color: #ffffff;
}

/*.wizard > .content {
    background-color: transparent;
    border: 1px solid #d9d9d9;
}*/
.wizard > .content > .body {
	padding: 15px
}
.wizard > .content > .body label.ckbox {
	display: block;
	margin-bottom: .5rem;
}
.wizard > .content > .body label.ckbox [type=checkbox] {
 	display: none;
}
.wizard > .content > .body ul {
    padding-left: 20px;
}

.parsley-errors-list li:first-child{
	margin-top:0;
}

.card.order-card {
	height: 100%;
}
.order-card .order-status {
	display: inline-block;
	padding: 4px 10px;
	color: #ffffff;
	font-size: 11px;
	background-color: #000000;
	border-radius: 3px;
}
.order-card .order-status.code-N {
	background-color: #23BF08;
}
.order-card .order-status.code-C {
	background-color: #dc3545;
}
.order-card .order-status.code-F {
	background-color: #777777;
}
.order-card .order-status.code-P {
	background-color: #0866C6;
}

select.select2insteps.parsley-success + span.select2 .select2-selection,
select.select2.parsley-success + span.select2 .select2-selection {
	border-color: #23BF08;
}
select.select2insteps.parsley-error + span.select2 .select2-selection,
select.select2.parsley-error + span.select2 .select2-selection {
	border-color: #dc3545;
}

.btn-page-action {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	padding: 12px 18px 12px 48px;
	height: 45px;
}
.btn-page-action.icon::before {
	position: absolute;
	z-index: 1999;
	top: 8px;
	left: 16px;
	font-size: 26px;
	color: #ffffff;
}
.btn-page-action.collapsed {
	width: 51px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	color: #0866C6;
}


#frame {
	margin-top: 20px;
	height: calc(100vh - 60px - 40px - 30px);
	/*background: red;*/
}
#frame .spinner-overlay .sk-circle {
	width: 80px;
	height: 80px;
}

.br-header .info-block {
	display: flex;
	align-items: center;
	width: auto;
}
.br-header .br-header-right .info-block {
	justify-content: flex-end;
	padding-left: 12px;
}
.br-header .info-block .info-text {
	font-size: 13px;
	line-height: 14px;
}

.scroll-table {
	width: calc(100vw - 230px - 30px - 30px - 30px - 18px - 2px);
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 15px;
}
.collapsed-menu .scroll-table {
	width: calc(100vw - 60px - 30px - 30px - 30px - 18px - 2px);
}
.collapsed-menu.with-subleft .scroll-table {
	width: auto!important;
}
.dataTables_wrapper .dataTables_processing {
	top: 0%;
	bottom: 0;
	left: 0%;
	right: 0;
	width: auto;
	height: 100%;
	margin-left: 0;
	margin-top: 0;
	padding: 15% 0 0 0;
	z-index: 1000;
}

.ckbox input[type='checkbox'] {
	display: none;
}

[data-entity="loc_res"] {
	cursor: pointer;
}
[data-entity="loc_res"]:hover {
	text-decoration: underline;
}


.br-header-center > h5 {
	padding: 0.5rem 1rem;
}
.nav-link-profile .square-10 {
	right: 1px;
	bottom: 2px;
}


input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.signal-icons-container {
	position: relative;
}
.signal-icon {
	position: absolute;
	right: -13px;
	display: inline-block;
	color: white;
	font-size: 10px;
    text-align: center;
    line-height: 10px;
	width: auto;
	min-width: 16px;
	height: 16px;
	border-radius: 8px;
	padding: 3px 4px;
}
.signal-icon:nth-child(2) {
	top: -13px;
}
.signal-icon:nth-child(3) {
	top: 4px;
}
.signal-icon:nth-child(4) {
	top: 21px;
}
.bg-Notification {
	background-color: #17a2b8 !important;
}
.bg-Error {
	background-color: #dc3545 !important;
}
.bg-Warning {
	background-color: #F49917 !important;
}

.click-for-details {
	cursor: pointer;
}
.graphic-labels > span {
	margin-bottom: 5px;
}
.graphic-labels > span:last-child {
	margin-bottom: 0;
}
.dataTables_wrapper {
	/*min-height: 500px;*/
}
.processing {
	width: auto;
	height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.processing img {
	width: auto;
}
.processing p {
	margin-top: 20px;
	font-size: 18px;
}

@media (max-width: 1459px) {
	.scroll-table {
		width: calc(100vw - 230px - 30px - 30px - 30px - 2px);
	}
	.collapsed-menu .scroll-table {
		width: calc(100vw - 60px - 30px - 30px - 30px - 2px);
	}
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	.scroll-table,
	.collapsed-menu .scroll-table {
		width: calc(100vw - 30px - 30px - 30px - 2px);
	}
}
@media (max-width: 767px) {
	.button-list::-webkit-scrollbar{width:0px;height:0px;}
	.button-list::-webkit-scrollbar-button{width:0px;height:0px;}
	.button-list {
		height: 26px;
		overflow: scroll;
		white-space: nowrap;
		width: calc(100vw - 30px);
	}
	.button-list:before {
/*		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 28px;
		height: 28px;
		z-index: 99;
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );*/
	}
}
@media (max-width: 575px) {
	.nav {
		justify-content: flex-end;
	}
	.br-header .info-block {
		width: calc(100vw - 128px);
	}
	.br-header .info-block .info-text {
		line-height: 1.5;
	}
	.scroll-table,
	.collapsed-menu .scroll-table {
		width: calc(100vw - 30px - 30px - 2px);
	}
	.br-pagebody {
		margin-top: 0;
	}
	.logged-name {
		font-size: 12px;
		text-align: right;
	}
	.br-header-right a.nav-link,
	.br-header-center > h5 {
		padding: 0.5rem;
	}
}