@font-face {
	font-family: 'Roboto';
	src: url('/resource/webfonts/Roboto-Regular.ttf') format("ttf");
}

html body {
	font-family: 'Roboto', sans-serif;
}

:root {
	--base-red: #911428;
	--base-blue: #5f718d;
	--base-blue-daker: #4b5b73;
	--base-light-blue: #9ba8c0;
	--bg-content-color: #f8f9fb;
	--text-light-color: #a5aec0;
	--text-lighter-color: #a5aec0;

	--danger-color: #bc1732;
	--success-color: #0c9215;
	--warning-color: #f4b000;

	--link-light-red: #d27d89;
}

body a {
	color: var(--base-blue);
}

body a:hover {
	color: var(--base-light-blue);
}
/****************************************************/
html, body {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}

.red-bg {
	background-color: var(--base-red) !important;
	border: 1px solid var(--base-red) !important;
}

.blue-bg {
	background-color: var(--base-blue) !important;
	border: 1px solid var(--base-blue) !important;
}

a,
button,
.btn {
	transition: color .4s ease-out, background-color .4s ease-out;
	user-select: none;
}

.btn.btn-event {
	background-color: var(--base-blue);
	color: white;
}

.btn.btn-event:hover,
.btn.btn-event:focus {
	background-color: var(--base-blue-daker);
	color: white;
}

.position_center{
	position: relative;
	left: 50%;
	margin-right: 25%;
	max-width: 50%;
}

.opacity0{ opacity:0 !important; }
.display-none{ display:none !important; }


.main-message{
	position: fixed;
	z-index: 5050;
	margin-left: 65%;
	top: 44px;
}

.language-switch{
	opacity: 0.65;
	position: relative;
	height: 60%;
}
.language-switch-active{
	opacity: 1;
}
.language-switch:hover{
	opacity: 1;
}

.btn > a{
	color: inherit;
	text-align: inherit;
}
.btn > a:hover{
	color: inherit;
	text-align: inherit;
}
.header-bottom{
	position: relative;
	display: none;
}

.container-reg{
	margin-top: 35px;
}

.text-alignment-center{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
}

.color-CCC{
	color: #828282;
	opacity: 0.7;
}

.form-Reg-Border{
	border-radius: 4px;
	padding: 28px 45px;
}

.glyphicon:hover {
	cursor: pointer;
}

.float-Left{
	float: left !important;
}

.float-Right{
	float: right !important;
}
.underline {
	border-bottom: 1px outset #ececf2;
}
.header {
	background: white;
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
	height: 70px;
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
	z-index: 5;
}

#header__logo-nbfi {
	width: 40px;
	height: 14px;
	background-image: url('../images/logos/nbfi_logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.header__link {
	display: inline-block;
	height: 95px;
	max-width: 150px;
	padding-right: 5px !important;
}

.header__wrapper {
	display: flex;
	align-items: center;
}

.header__logo {
	display: inline-block;
	max-height: 60px;
	max-width: 90px;
	vertical-align: middle;
}

.header__title {
	color: #2f324a;
	display: inline-block;
	height: 95px;
	padding: 28px 10px;
	vertical-align: middle;
	width: 450px;
	font-size: 12px;
}

.header__title.header__title_long {
	flex-wrap: wrap;
	padding: 18px 10px;
}

.header__title.header__title_long > div {
	width: 100%;
}

.header__title .fa-cloud {
	color: #cb1d1a;
}

.header__title-company {
	color: #AE2220;
	font-weight: bold;
}

.header__title .fa-tint {
	color: var(--base-red);
}

.header__control-users {
	color: var(--base-blue);
	font-size: 1.3em;
	margin: 0 5px;
}

.header__control-users:hover {
	color: var(--base-light-blue);
}

.header__user-link-active {
	color: var(--base-blue);
}

.header__user-link-inactive {
	color: var(--base-red);
}

.header__user-link-inactive:hover {
	color: var(--base-red);
}

.header__user-link-inactive .header__user-icon .circle {
	fill: var(--base-red);
}

.header__user-link-active,
.header__user-link-inactive {
	display: inline-block;
	height: 24px;
	user-select: none;
}

.header__user-icon {
	height: 24px;
	margin: 0 2px;
	vertical-align: -8px;
	width: 24px;
}

.header__user-link-active:hover .header__user-icon .circle {
	fill: var(--base-blue);
}

.header__user .fa {
	vertical-align: middle;
}

.header__separator-block {
	display: inline-block;
	height: 95px;
	margin: 0 12px;
	width: 1px;
}

.header__separator-line {
	border: 1px solid #e8e9eb;
	display: inline-block;
	height: 40px;
	vertical-align: -15px;
	width: 1px;
}

.footer {
	text-align: center;
	padding: 5px 5px 20px;
}

.footer__support {
	margin: 0 0 5px 0;
}

.footer__label,
.footer__link {
	display: inline-block;
	margin: 0 6px;
	user-select: auto;
}

.footer__label-top {
	color: #777;
	display: inline-block;
	margin: 0 0 0 6px;
}

.footer__separator {
	color: #eee;
}

.st-form .error--text .v-input__icon--prepend .v-icon,
.st-form .error--text .v-input__icon--append .v-icon,
.st-form .error--text .v-messages__message {
	color: #ee6666;
}

.st-form .theme--light.v-text-field.error--text > .v-input__control > .v-input__slot:before {
	border-color: red;
}

.v-input--switch .error--text .v-messages__message,
.v-select .error--text .v-messages__message {
	font-weight: bold;
}

.st-form .phone-country {
	display: inline-block;
	transform: scale(0.9);
	vertical-align: -2px;
}

.st-form .st-form__info {
	margin: 10px 0;
}

.st-form .st-form__info .material-icons {
	color: #aaa;
	margin: 0 5px 0 0;
	vertical-align: -7px;
}

.iti-flag {
	background-image: url("/resource/scripts/intl-tel-input-12.1.0/img/flags.png");
	display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti-flag {
		background-image: url("/resource/scripts/intl-tel-input-12.1.0/img/flags@2x.png");
	}
}

.v-menu > .v-menu__content {
	top: 33px!important;
	left: 0!important;
}

.st-form .v-list__tile.v-list__tile--link {
	color: #555!important;
}

.btn.standart-loading,
.btn.standart-loading:hover,
.user-control.standart-loading,
.user-control.standart-loading:hover {
	background-image: url('/resource/images/loaders/loader_micro.gif')!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	color: transparent!important;
	cursor: default;
}

.modal-body ol {
	margin: 0 0 0 16px;
}

.service-block-link {
	background-color: #5cb85c;
	display: inline-block;
	height: 100px;
	margin: auto;
	text-align: center;
	width: 200px;
}

.service-inline-link {
	margin-bottom: 10px;
	max-width: 400px;
	min-width: 300px;
	width: 45%;
}

.button-primary,
.button-secondary {
	border-radius: 30px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 60px;
	margin: auto;
	line-height: 60px;
	outline: none;
	padding: 0 10px;
	text-align: center;
	width: 230px;
}

.button-mini {
	background-color: var(--base-red);
	border-radius: 12px;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin: auto;
	line-height: 24px;
	outline: none;
	padding: 0 12px;
	text-align: center;
	transition: background-color .4s ease-out, color .4s ease-out;
	user-select: none;
}

.button-mini:hover {
	background-color: var(--danger-color);
	color: white;
	outline: none;
}

.button-inline {
	color: var(--base-red);
	cursor: pointer;
	transition: color .4s ease-out;
}

.button-inline:hover {
	color: #ff6565;
}

.button-inline .material-icons {
	font-size: 1.3em;
	vertical-align: middle;
}

.button-secondary {
	border: 1px solid var(--base-red);
	color: var(--base-red);
	transition: border-color .4s ease-out, color .4s ease-out;
}

.button-secondary:hover {
	border-color: var(--danger-color);
	color: var(--danger-color);
}

.button-primary {
	background-color: var(--base-blue);
	color: white;
}

.button-primary:hover:not(.button-primary__loading),
.button-primary:active:not(.button-primary__loading) {
	background-color: var(--base-blue-daker);
	color: white;
	outline: none;
}

.button-primary__loading,
.button-secondary__loading,
.button-mini__loading,
.button-inline__loading {
	background-image: url('/resource/images/loaders/loader_medium.gif')!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	color: transparent!important;
	cursor: wait!important;
}

/** Retina/4к дисплеи */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.button-primary__loading,
	.button-secondary__loading,
	.button-mini__loading,
	.button-inline__loading {
		background-size: 16px 4px;
	}
}

.v-progress-linear__background {
	background-color: #aaa;
	border-color: #aaa;
}

.v-progress-linear__bar__determinate.success {
	background-color: #4caf50;
	border-color: #4caf50;
}

.v-progress-linear__bar__determinate.warning {
	background-color: #fbdc00;
	border-color: #fbdc00;
}

.v-progress-linear__bar__determinate.error {
	background-color: #ff5252;
	border-color: #ff5252;
}

.notifications {
	margin-top: 40px;
}

.error-message {
	text-align: center;
}

.error-message h1 {
	color: red;
	font-size: 42px;
}

.header + .content {
	clear: both;
	min-height: calc(100vh - 165px);
	padding: 5px 0 0;
}

.header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.header__link,
.header__title,
.header__user {
	display: flex;
	height: 100%;
	padding: 0 25px;
}

.header__link,
.header__title {
	align-items: center;
}

.header__user {
	align-items: stretch;
}

.header__link,
.header__user {
	line-height: 65px;
}

.header__label {
	max-width: 160px;
	overflow: hidden;
}

.header__control-secondary {
	margin: 0 5px;
}

.v-input input[type=text]:-webkit-autofill,
.v-input input[type=email]:-webkit-autofill,
.v-input input[type=tel]:-webkit-autofill,
.v-input input[type=password]:-webkit-autofill {
	z-index: 2;
}

.st-form .v-input .v-progress-linear {
	top: calc(100%);
}

.users-list:not(.users-list_ready),
.users-loading {
	background: url("/resource/images/loaders/loader_large.gif") #fff no-repeat center center  !important;
	color: #f5f5dc00 !important;
	height: 6px;
}
.users-loading * {
	display: none !important;
}

.registration-notify__wrapper {
	padding: 0 !important;
}

.registration-notify-top__wrapper {
	background: #F7F9FC;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.registration-notify-top__desc {
	font-size: 18px;
}

.registration-notify-top__button.btn {
	background: var(--base-blue);
	border: none;
	font-size: 16px;
	padding: 7px 35px;
}

.registration-notify-top__button.btn:hover {
	background: var(--base-blue-daker);
}

.registration-notify-top__desc-link {
	font-weight: bold;
	color: #921717;
}

.registration-notify-top__name {
	font-weight: bold;
	white-space: nowrap;
}

.registration-notify-top__separate {
	color: #aaa;
	display: inline-flex;
	padding: 0 5px;
	position: relative;
}

.registration-notify-top__name:empty {
	display: none;
}

.registration-notify-bottom__wrapper {
	padding: 20px;
}

.registration-notify-bottom__caption {
	font-size: 15px;
	margin-bottom: 15px;
}

.pages__container.pagination > li > a,
.pages__container.pagination > li > span {
	color: var(--base-blue);
}

.table_claims {
	overflow: hidden;
	position: relative;
	padding: 5px;
	max-height: 48px;
}

.table_claims::before {
	content: ' ';
	display: flex;
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 86;
	margin-top: 20px;
	background: linear-gradient(0deg, rgb(255 255 255) 50%, rgba(255,255,255,0) 100%);
}

@media all and (max-width: 1264px) {
	.header__link {
		line-height: 74px;
	}

	.header__label,
	.header__separator-block {
		display: none;
	}

	.header__link,
	.header__title {
		padding: 10px;
		overflow: hidden;
	}

	.header__user {
		margin: 0;
	}
}

@media all and (max-width: 960px) {
	.header__title {
		display: none;
	}

	.header__user {
		line-height: 65px;
	}

	.header__link,
	.header__title {
		padding: 8px 5px;
	}

	.footer__separator {
		display: none;
	}

	.footer__label, .footer__link {
		display: block;
		margin: 6px;
	}
}

@media screen and (max-width: 576px) {

}

@media screen and (min-width: 769px) {
	.pull-sm-right {
		float: right;
	}
}

.session-info-line td:first-child {
	font-size: 12px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
