﻿:root {
	--table-row-hover-bg-color: #EEEEEE;
}

@font-face {
	font-family: 'PTSansPro-Bold';
	src: url('/fonts/PT Sans Pro Bold.otf') format('opentype');
}
@font-face {
	font-family: 'PTSansPro-Light';
	src: url('/fonts/PT Sans Pro Light.otf') format('opentype');
}
@font-face {
	/*font-family: 'PT Sans Pro Narrow';*/
	font-family: 'PTSansPro-Narrow';
	src: url('/fonts/PT Sans Pro Narrow.otf') format('opentype');
}

.loader {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #E60005; /* Red */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

.loader-xl {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #E60005; /* Red */
	width: 120px;
	height: 120px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 150px;
	right: 60px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	cursor: pointer;
	background: url('/Images/toTop.png') no-repeat left top;
	z-index: 1000;
}
	#toTop:hover{
		background: url('/Images/toTop.png') no-repeat left -51px;
	}
/*	#toTop > #toTopHover {
		background: url('/Images/toTop.png') no-repeat left -51px;
		width: 51px;
		height: 51px;
		display: block;
		overflow: hidden;
		float: left;
		opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
	}*/
code, kbd, pre, samp {
	font-family: unset;
	font-size: unset;
}

body {
	background-color: #E5E5E5;
	font-family: PTSansPro-Narrow;
	font-size: 15px;
	line-height: 18px;


}
/*////////////// Заголовки H1, H2, H3, H4  ////////////////*/
h1 {
	font-family: PTSansPro-Light;
	font-size: 24px;
	line-height: normal;
	color: #373A3C;
}

h2 {
	font-family: PTSansPro-Light;
	font-size: 22px;
	line-height: normal;
	color: #373A3C;
}

h3 {
	font-family: PTSansPro-Light;
	font-size: 20px;
	line-height: normal;
	color: #373A3C;
}

h4 {
	font-family: PTSansPro-Light;
	font-size: 18px;
	line-height: normal;
	color: #373A3C;
}
h6 {
	font-family: PTSansPro-Narrow;
	font-size: 18px;
	line-height: 26px;
	color: #373A3C;
}

a:not([href]):not([tabindex]) {
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #444444;
}

a {
	font-family: PTSansPro-Light;
	color: #444444;
}

#mainAlerts a {
	font-family: inherit;
	color: inherit;
	text-decoration: underline;
}
/*////////////// Кнопки Button ////////////////*/
.btn-primary.disabled, .btn-primary:disabled, .btn-primary {
	background-color: #4BB749;
	border: 1px solid #4BB749;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

	.btn-primary:hover {
		background-color: #444444;
		border-color: #444444;
	}

	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:active {
		color: #4BB749;
		background-color: #FFFFFF;
		border-color: #4BB749;
	}

	.btn-primary.btn-bg {
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #4BB749;
		background-color: #FFFFFF;
		border-color: #4BB749;
		border: 1px solid #4BB749;
	}

		.btn-primary.btn-bg:hover {
			background-color: #444444;
			border-color: #444444;
			color: #FFFFFF;
		}

		.btn-primary.btn-bg:active {
			background-color: #444444;
			border-color: #444444;
			color: #FFFFFF;
		}
.simple-link {
	color: #0366d6;
	text-decoration: underline;
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #373A3C;
}

	.btn-secondary:hover {
		background-color: #E6E6E6;
		border-color: #ADADAD;
		color: #373A3C;
	}

	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:active {
		color: #CCCCCC;
		background-color: #FFFFFF;
		border-color: #CCCCCC;
	}


	.btn-secondary.btn-bg {
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #CCCCCC;
	}

		.btn-secondary.btn-bg:hover {
			background-color: #E6E6E6;
			border-color: #ADADAD;
			color: #373A3C;
		}

		.btn-secondary.btn-bg:not(:disabled):not(.disabled):active,
		.btn-secondary.btn-bg:active {
			color: #CCCCCC;
			background-color: #FFFFFF;
			border-color: #CCCCCC;
		}

.btn-success.disabled,
.btn-success:disabled,
.btn-success {
	background-color: #4BB749;
	border: 1px solid #4BB749;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

	.btn-success:hover {
		background-color: #41A43F;
		border-color: #41A43F;
	}

	.btn-success:not(:disabled):not(.disabled):active,
	.btn-success:active {
		color: #4BB749;
		background-color: #FFFFFF;
		border-color: #4BB749;
	}

	.btn-success.btn-bg {
		background-color: #FFFFFF;
		border: 1px solid #4BB749;
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #4BB749;
	}

		.btn-success.btn-bg:hover {
			background-color: #41A43F;
			border-color: #41A43F;
			color: #FFFFFF;
		}

		.btn-success.btn-bg:active {
			color: #4BB749;
			background-color: #FFFFFF;
			border-color: #4BB749;
		}

.btn-info.disabled,
.btn-info:disabled,
.btn-info {
	background-color: #49B0B7;
	border: 1px solid #49B0B7;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

	.btn-info:hover {
		background-color: #409BA0;
		border-color: #409BA0;
	}

	.btn-info:not(:disabled):not(.disabled):active,
	.btn-info:active {
		color: #49B0B7;
		background-color: #FFFFFF;
		border-color: #49B0B7;
	}

	.btn-info.btn-bg{
		background-color: #FFFFFF;
		border: 1px solid #49B0B7;
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #49B0B7;
	}
	.btn-info.btn-bg > .fa {
		background-color: #FFFFFF;
		color: #49B0B7;
	}

		.btn-info.btn-bg:hover,
		.btn-info.btn-bg:hover > .fa {
			background-color: #409BA0;
			border-color: #409BA0;
			color: #FFFFFF;
		}

		.btn-info.btn-bg:active,
		.btn-info.btn-bg:hover > .fa {
			color: #49B0B7;
			background-color: #FFFFFF;
			border-color: #49B0B7;
		}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning {
	background-color: #B79849;
	border: 1px solid #B79849;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

	.btn-warning:hover {
		background-color: #A3863E;
		border-color: #A3863E;
		color: #FFFFFF;
	}

	.btn-warning:not(:disabled):not(.disabled):active,
	.btn-warning:active {
		color: #B79849;
		background-color: #FFFFFF;
		border-color: #B79849;
	}

	.btn-warning.btn-bg {
		background-color: #FFFFFF;
		border: 1px solid #B79849;
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #B79849;
	}

		.btn-warning.btn-bg:hover {
			background-color: #A3863E;
			border-color: #A3863E;
			color: #FFFFFF;
		}


		.btn-warning.btn-bg:active {
			color: #B79849;
			background-color: #FFFFFF;
			border-color: #B79849;
		}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger {
	background-color: #B76349;
	border: 1px solid #B76349;
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

	.btn-danger:hover {
		background-color: #A05239;
		border-color: #A05239;
		color: #FFFFFF;
	}

	.btn-danger:not(:disabled):not(.disabled):active,
	.btn-danger:active {
		color: #B76349;
		background-color: #FFFFFF;
		border-color: #B76349;
	}

	.btn-danger.btn-bg {
		background-color: #FFFFFF;
		border: 1px solid #B76349;
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #B76349;
	}

		.btn-danger.btn-bg:hover {
			background-color: #A05239;
			border-color: #A05239;
			color: #FFFFFF;
		}


		.btn-danger.btn-bg:active {
			color: #B76349;
			background-color: #FFFFFF;
			border-color: #B76349;
		}

.btn-link.disabled,
.btn-link:disabled,
.btn-link {
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: normal;
	color: #4BB749;
}

	.btn-link:hover {
		color: #444444;
	}

	.btn-link.btn-bg {
		font-family: PTSansPro-Light;
		font-size: 16px;
		line-height: normal;
		color: #444444;
	}

		.btn-link.btn-bg:hover {
			color: #444444;
		}

/*////////////// breadcrumb ////////////////*/
.breadcrumb {
	color: #373A3C;
	font-family: PTSansPro-Narrow;
	font-size: 16px;
	line-height: 24px;
	background-color: #FAFAFA;
	width: 100%;
}
	.breadcrumb li {
		color: #818a91;
	}
		.breadcrumb li a {
			color: #444444;
		}
.breadcrumb-item.active {
	color: #818a91;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #818a91;
}
/*////////////// FontAwesome icon ////////////////*/
.fa {
	color: #444444;
}
.fa-1 {
	font-size: inherit;
}
.fa-2 {
	font-size: 2em;
}
.fa-3 {
	font-size: 4em;
}
.fa-4 {
	font-size: 7em;
}
.fa-5 {
	font-size: 20em;
}
/*////////////// Grid ////////////////*/

.mvc_grid {
	margin-top: 20px;
}
	/*.mvc_grid .widget-header > span,*/
	.mvc_grid .widget-header > .widget-title {
		flex: 1;
	}
	.mvc_grid .widget-header {
		background: #444444;
	}
	.mvc_grid .widget-header {
		border-bottom: 1px solid #444444;
		align-items: center;
		padding: 8px 12px;
		font-size: 16px;
		color: #fff;
		display: flex;
	}
	.mvc_grid .widget-buttons{
		cursor: pointer;
		padding: 0 5px;
	}
	.mvc_grid .row_Action_Buttons {
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
	}
	.mvc_grid .widget-buttons a, 
	.mvc_grid .widget-buttons span {
		color: #fff;
		margin-left: 15px;
	}
	.mvc_grid .widget-content {
		position: relative;
	}




	.mvc_grid .widget-header-ET {
		margin-bottom: 21px;
	}
	.mvc_grid .widget-header-ET  button{
		margin-right: 17px;
	}

	.mvc_grid .mvc-grid {
		font-family: PTSansPro-Light;
	}
		.mvc_grid .mvc-grid .mvc-grid-value {
			background: #FFFFFF;
			border: 1px solid #CCCCCC;
			box-sizing: border-box;
			border-radius: 4px;
		}
		.mvc_grid .mvc-grid .mvc-grid-filter {
			background: #FFFFFF;
			border: 1px solid #4BB749;
			box-sizing: border-box;
			border-radius: 4px;
		}

		.mvc_grid .mvc-grid-row-filters,
		.mvc_grid .mvc-grid > table > thead > tr.mvc-grid-row-filters > th {
			background-color: white;
		}

		.mvc_grid .mvc-grid > table > thead > tr.mvc-grid-headers > th {
			background-color: #E7E7E7;
		}
		.mvc_grid .mvc-grid > table th,
		.mvc_grid .mvc-grid > table td {
			border-left-style: none;
			border-right-style: none;
			border-color: #E7E7E7;
		}

		.mvc_grid .mvc-grid > table tr:nth-child(2n) {
			background-color: #FAFAFA;
		}


		.mvc_grid .row_Action_Delete .fa {
			color: #B74949;
		}
	.mvc_grid .row_Action_Edit .fa {
		color: #B79849;
	}
	.mvc_grid .mvc-grid-pager .active, .mvc_grid .mvc-grid-pager .active:focus, .mvc_grid .mvc-grid-pager .active:hover {
		background-color: #B3EBB2;
		border-color: #B3EBB2;
		color: #444444;
	}
	.mvc_grid .mvc-grid-pager button {
		color: #444444;
	}

	.mvc_grid > .widget-content > .grid-ear-left,
	.mvc_grid > .widget-content > .grid-ear-right {
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 30px;
		pointer-events: none;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.mvc_grid > .widget-content > .grid-ear-left {
		background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E') center left no-repeat;
		background-color: lightgray;
	}
	.mvc_grid > .widget-content > .grid-ear-right {
		right: 0px;
		background: url('data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A') center right no-repeat;
		background-color: lightgray;
	}

		.mvc_grid > .widget-content > .grid-ear-left.grid-ear-left-shown,
		.mvc_grid > .widget-content > .grid-ear-right.grid-ear-right-shown
		{
			opacity: .4;
			z-index: 99;
			pointer-events: auto;
		}




	/*////////////// Header ////////////////*/
	header a {
		font-family: PTSansPro-Narrow;
	}
header .navbar.bg-white {
		background-color: #444444 !important;
		color: #FFFFFF;
	}
header .navbar .navbar-brand {
	font-family: PTSansPro-Narrow;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
header button.navbar-toggler {
	background-color: #B3EBB2;
}
/*header .fa {
	color: #4bb749;
}*/
.dropdown-item button {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	text-align: left;
}


/*///////////// footer ///////////*/
footer {
	background-color: #444444;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	padding-top: 50px;
	padding-top: 10px;
}
	footer p {
		margin-bottom: 2px;
	}
	footer .tea-menu .tea-sub-menu {
		font-family: PTSansPro-Narrow;
		font-size: 15px;
		line-height: 18px;
		color: #FFFFFF;
		margin-top: 6px;
	}
		footer .tea-menu .tea-sub-menu p {
			padding-bottom: 2px;
			padding-top: 0px;
		}
		footer .tea-menu .tea-sub-menu .nav-link {
			padding-bottom: 0px;
			padding-top: 0px;
		}
/*/////////////   Боковое меню /////////////////*/
.side-bar-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
	.side-bar-row .side-bar-menu {
		width: 100%;
	}
		.side-bar-row .side-bar-menu button.navbar-toggler {
			color: white;
			background-color: #444444;
		}

		.side-bar-row .side-bar-menu .card {
			background-color: transparent;
			border: transparent;
		}
			.side-bar-row .side-bar-menu .card .card-header {
				color: #979797;
				font-size: 18px;
				font-family: PTSansPro-Light;
				background-color: transparent;
				border: transparent;
				text-align: left;
			}


				.side-bar-row .side-bar-menu .card .card-header .fa {
					font-size: 20px;
					color: #444444;
					position: absolute;
				}
		.side-bar-row .side-bar-menu .card  .card-box {
			margin-bottom: 20px;
		}

			.side-bar-row .side-bar-menu .card  .card-box > ul {
				margin-left: 25px;
			}
			.side-bar-row .side-bar-menu .card .list-group-item {
				padding-top: 5px;
				padding-bottom: 5px;
				background-color: unset;
				border: unset;
			}
				.side-bar-row .side-bar-menu .card .list-group-item a {
					color: #444444;
					font-size: 18px;
				}


/*////////////// Страницы входа, регистрации и прочее IdentityAccounts////////////////*/
.identity-page h1 {
	font-size: 24px;
	line-height: 26px;
	color: #373A3C;
	font-weight: normal;
}

.identity-box {
	margin: auto;
	background: #FFFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 770px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.identity-page h4 {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #373A3C;
	font-family: PTSansPro-Light;
	font-weight: normal;
}

.identity-page .text-etc a {
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: 21px;
	color: #444444;
	font-weight: normal;
	padding-bottom: 20px;
}

.identity-page .text-label {
	font-family: PTSansPro-Light;
	font-size: 16px;
	line-height: 24px;
	color: #373A3C;
	font-weight: normal;
}

.identity-page .titles-box {
	width: 100%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.identity-box .window-authorisation {
	max-width: 580px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*////////////// Страница личного кабинета, верстка////////////////*/



.account-content .account-box {
	background: #FFFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 27px;
	padding-right: 27px;
}
	.account-content .account-box dt, .account-content .account-box dd {
		margin-top: 14px;
		font-family: PTSansPro-Light;
		font-size: 18px;
		line-height: 18px;

	}
	.account-content .account-box dt {
		
		color: #979797;
	}
	.account-content .account-box dd {
		
		color: #444444;
	}

	.account-content .account-box .dl-short .form-control {
		max-width: 300px;
		height: unset;
		min-height: calc(1.5em + .75rem + 2px);
	}

	.account-content h4 {
		font-size: 22px;
		line-height: 26px;
		color: #373A3C;
		font-family: PTSansPro-Light;
		font-weight: normal;
	}

.account-content .text-label {
	font-family: PTSansPro-Light;
	font-size: 18px;
	line-height: 26px;
	color: #979797;
	font-weight: normal;
	padding-bottom: 14px;
}

.account-content .text-content {
	font-family: PTSansPro-Light;
	font-size: 18px;
	line-height: 26px;
	color: #373A3C;
	font-weight: normal;
	padding-bottom: 14px;
}

.account-content dd {
	margin-bottom: unset; /*в reboot*/
}
.main-container {
	position: relative;

}
	.main-container .dvExpand {
		top: -19px;
	}

	.container-fluid.expanded .side-bar-row .side-bar-menu .navbar-toggler {
		display: inline-block !important;
	}
	.container-fluid.expanded .side-bar-row .side-bar-menu {
		width: 100% !important;
		margin-left: 15px !important;
	}
	.wrapper.expanded .main-container,
	.container-fluid.expanded .side-bar-container {
		max-width: 100%;
	}
.side-bar-container {
	position: relative;
}
.dvExpand {
	position: absolute;
	right: 30px;
	top: 15px;
}

.fluid-bt-expand {
	display: block;

}
.wrapper.expanded .fluid-bt-expand,
.container-fluid.expanded .fluid-bt-expand {
	display: none;
}
.fluid-bt-collapse {
	display: none;
}

.wrapper.expanded .fluid-bt-collapse,
.container-fluid.expanded .fluid-bt-collapse {
	display: block;
}
@media (max-width: 1250px) {
	.dvExpand {
		display: none;
	}
}
@media (min-width: 1360px) {
	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
		.side-bar-row > .side-bar-menu {
			width: 220px; 
				width: 205px; 
			max-width: 300px;
			min-width: 190px;
			margin-left: auto;
			
			margin-right: 0px;
		}

			.side-bar-row > .side-bar-menu > .navbar-toggler {
				display: none;
			}

			.side-bar-row > .side-bar-menu > .collapse {
				display: flex;
			}

	.container-fluid.expanded .side-bar-row .side-bar-menu .collapse {
		display: none;
	}
		.container-fluid.expanded .side-bar-row .side-bar-menu .collapse.show {
			display: flex;
		}

		.side-bar-row .side-bar-container {
			margin-left: unset;
		}
}
@media (min-width: 1512px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.side-bar-row .side-bar-menu {
		width: 300px;
		margin-right: 20px;
	}
		
}

/*/////////////////////////////////Index/////////////////////////*/
	.main-page section {
		margin-bottom: 30px;
		margin-top: 30px;
	}
.purchase_grid {
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
	.purchase_grid table {
		width: 100%;
		font-family: "PTSansPro-Light";
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
	}
	.purchase_grid table thead {
		background-color: #E7E7E7;
	}
		.purchase_grid table th {
			padding: 13px 13px;
			font-weight: normal;
		}
		.purchase_grid table td {
			padding: 13px 13px;
		}
		.purchase_grid table tbody tr {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: #ECEEEF;
		}
		.purchase_grid table tbody tr:nth-child(even) {
			background-color: #FAFAFA;
		}

#main-Purchase .filter-box {
	font-family: "PTSansPro-Light";
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
#main-Purchase .edit-flex-form .form-group-vertical {
	display:unset;
}
	#main-Purchase .filter-box .search-form {
		width: 100%;
		margin-left: 0px;


	}
	#main-Purchase .filter-box .search-form input {
		width: calc(100% - 114px);
		height: 100%;
		border: none;
		padding-left: 10px;
		margin-left: 4px;
	}
	#main-Purchase .filter-box .search-form button {
		width: 100px;
		border: none;
		padding: 0px;
		margin-right: 4px;
		background-color: transparent;
		font-family: "PTSansPro-Light";
		font-size: 16px;
		height: 100%;
		font-weight: normal;
		border-left: 1px solid #CCCCCC;
	}

#main-Purchase .filter-box .form-check {
	padding-left: 21px;
}
#main-Purchase .filter-box .control-label {
	font-family: "PTSansPro-Light";
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
	.pager .pagination {
		justify-content: center;
	}
	.pager .page-link {
		font-family: "PTSansPro-Narrow";
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		color: #444444;
	}
	.pager .page-item.active .page-link {
		background-color: #B3EBB2;
		border-color: #B3EBB2;
		color: #444444;
	}

.form-control.progressbar {
	background-color: transparent;
	height: unset;
	position: relative;
}
.form-control.progressbar > span {
	z-index: 100;
	position: relative;
}
.form-control.progressbar > div {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #B3EBB2;
	height: 100%;
	border-radius: 5px;
	width: 0%;
	max-width: 100%;
	border-color: white;
	border-width: 2px;
	border-style: solid;
}

.table-default {
	+border:solid;
}


.purchase .table,
.table-default,
.offer .table,
.document-approval-details .table {
	width: unset;
}
	.purchase .table > thead,
	.table-default > thead,
	.offer .table > thead,
	.document-approval-details .table > thead {
		background-color: #E7E7E7;
	}




	.table-default > caption {
		+color: #6c757d;
		text-align: center;
		caption-side: top;
	}


.table-rounded {
	+width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

	.table-rounded > caption {
		+color: #6c757d;
		text-align: center;
		caption-side: top;
		padding-bottom: 5px;
	}


	.table-rounded > thead {
		background-color: unset;
	}

	.table-rounded thead th {
		font-weight: bold;
		text-align: left;
		border: none;
		padding: 10px 15px;
		background: #EDEDED;
		font-size: 14px;
		border-top: 1px solid #ddd;
	}

	.table-rounded tr th:first-child, 
	.table-rounded tr td:first-child {
		border-left: 1px solid #ddd;
	}

	.table-rounded tr th:last-child, 
	.table-rounded tr td:last-child {
		border-right: 1px solid #ddd;
	}

	.table-rounded thead tr th:first-child {
		border-radius: 10px 0 0 0;
	}

	.table-rounded thead tr th:last-child {
		border-radius: 0 10px 0 0;
	}

	.table-rounded tbody td {
		text-align: left;
		border: none;
		padding: 10px 15px;
		font-size: 14px;
		vertical-align: top;
	}

	.table-rounded tbody tr:nth-child(even) {
		background: #F8F8F8;
	}

	.table-rounded tbody tr:last-child td {
		border-bottom: 1px solid #ddd;
	}

		.table tbody tr:last-child td:first-child {
			border-radius: 0 0 0 10px;
		}

		.table tbody tr:last-child td:last-child {
			border-radius: 0 0 10px 0;
		}

span.form-control {
	word-break: break-all;
}

	.table2 > tbody > tr {
		border: none;
		border-bottom: solid;
		border-bottom-color: #ced4da;
		border-bottom-width: 1px;
		margin-top:10px;
	}
		.table2 > tbody > tr > td {
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			font-size: 15px;
			color: #495057;
			font-family: PTSansPro-Narrow;
			font-weight: 400;
			width: 10px;
		}

	.table2 .tlabel {
		font-size: 16px;
		color: #444444;
		font-family: PTSansPro-Narrow;
		font-weight: 400
	}


	.dashed-box {
		border-width: 1px;
		border-style: dashed;
		padding: 10px;
		border-color: rgba(0,0,0,.1);
		margin-bottom: 15px;
	}

.offer .edit-flex-form h2 {
	margin-top: 0px;
}
/*.offer .rowEdit {
	display: none;
	position: fixed;
	background: gray;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.offer .rowEdit .container {

	background-color:white ;
	
}*/

	.offerLotInfo > h5 {
		text-align: center;
		margin-bottom: 0px;
	}
	.offerLotInfo .form-group.vertical-row {
		flex-wrap: wrap;
		margin-bottom: 8px;
	}
		.offerLotInfo .form-group.vertical-row > .control-label {
			width: 100%;
			text-align: center;
			justify-content: left;
			margin-bottom: 5px;
		}

.offer form span.form-control {
	background-color: #eaeaea;
}

	.tableed-row > .row {
		background-color: white;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(33, 37, 41);
	}
		.tableed-row > .row:nth-child(even) {
			background-color: rgb(249, 249, 249);
		} 
		.tableed-row .form-group {
		margin-top: 5px;
		margin-bottom: 5px;
	}


.cmsCard {
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
	background-color: #FFFFFF;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 20px;
	padding-top: 30px;
}


.analysis-offer-lot .offerLotInfo .different {
	border-color: #B79849;
	border-width: 2px;
}
.analysis-offer-lot .offerLotInfo .dumping,
.dumping-price {
	color: red !important;
	font-weight: bold !important;
	border-color: red;
	border-width: 2px;
}
.tooltip {
	pointer-events: none;
}
.purchase-title h1{
	float: left;
}
.purchase-title i {
	float: right;
	font-size: 36px;
}
.favorite-button.fa-star-o:hover::before {
	content: "\f005";
}
.favorite-button.fa-star:hover::before {
	content: "\f006";
}
.purchase-title::after {
	clear: both;
	content: '';
	display: block;
}
.favorite-button {
	cursor: pointer;
	color: #ffd700;
}
.actions-button {
	display: flex;
}
.oversized {
	overflow-y: hidden;
}
.archive-line .date {
	background: #aaa;
	padding: 2px 6px;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
}
.archive-line .download {
	padding: 5px 14px 7px 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgb(0 0 0 / 20%);
	letter-spacing: -0.2px;
	color: #fff;
	background: #169fe6;
	box-shadow: inset 0px -1px 0px 0px rgb(0 0 0 / 15%)
}
.archive-line .download:hover {
	background: #aaa;
	text-decoration: none;
	box-shadow: inset 0px -1px 0px 0px rgb(0 0 0 / 15%)
}
.archive-line .download i{
	color: #fff;
}
.icons-footer {
	display: flex;
	margin-top: 12px;
}
.icons-footer .icon {
	margin: 0 4px;
}
.icons-footer .icon i {
	font-size: 20px;
	color: #fff;
}

.documents-box h2 {
	background: #444444;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	height: 36px;
}

.documents-box .document-card {
	background: rgba(178, 235, 191, 0.4);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	min-height: 220px;
	margin: 15px;
	display: block;
}

.documents-box .document-card .file-block {
	background: url('../img/file.png');
	width: 100%;
	height: 120px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.documents-box .document-card .link-block:before {
	background: url('../img/download.png');
	width: 14px;
	height: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 30%;
}

.documents-box .document-card .link-block {
	position: relative;
	margin: 0 30px;
	color: #212529;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
    padding-top: 10px;
	text-align: center;
}

.link-styled-container a {
	color: #007bff;
	text-decoration: underline;
}

.link-styled-container a:hover {
	color: #0366d6;
}

.p-0 {
	padding: 0;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.pl-4 { padding-left: 1rem; }
.pl-16 { padding-left: 4rem; }

.items-center {
	align-items: center;
}


.whitespace-pre-wrap {
	white-space: pre-wrap;
}

.break-words {
	overflow-wrap: anywhere;
}

.preAuto {
	word-break: break-all;
	resize: block;
	white-space: break-spaces;
}

.pre-max-height {
	min-height: 25px;
	max-height: 200px;
	padding-right: 10px;
}

.h-50	{ height: 50%; }
.h-full	{ height: 100%; }
.w-full { width: 100%; }

.overflow-auto { overflow: auto; }

.bg-white { background-color: rgb(255 255 255); } 
.bg-slate-200 { background-color: rgb(226 232 240); }

.font-bold { font-weight: 700; }

.text-sm {
	font-size: 0.875rem; /* 14px */
	line-height: 1.25rem; /* 20px */
}

.text-blue-600 {
	color: rgb(37 99 235);
}

.m-0 {
	margin: 0;
}
.mr-1 {
	margin-right: 0.25rem;
}

.cursor-pointer { cursor: pointer; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.grow { flex-grow: 1 }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }

.rotate-180 { rotate: 180deg; }

.list-none { list-style-type: none; }

.transform {
	--tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transition-all {
	transition-property: all;
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform, translate, scale, rotate;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.border-separate { border-collapse: separate; }
.border-spacing-0 { border-spacing: 0; }

.sticky { position: sticky; }

.t-0 { top: 0; }

.italic { font-style: italic; }
.text-center { text-align: center; }

/* HTMX related styles */
.htmx-request .htmx-hidden-on-load {
	display: none;
}
/* End HTMX related styles */

[x-cloak] { display: none !important; }

.table-row-analysis-offer-lot {
	cursor: pointer;
}

.table-row-analysis-offer-lot:hover:not(:has(button:hover)) {
	background-color: var(--table-row-hover-bg-color);
}