body, html {
	background-color: #fff;
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.spacer-30 {
	padding: 30px;
}

.spacer-50 {
	padding: 50px;
}

.spacer-10 {
	padding: 10px;
}

.spacer-20 {
	padding: 20px;
}

.row-custom-no-margins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


@media (max-width: 576px) {
	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/************** MENU PROPERTIES  *****************/
.kt-header {
	background: #FEFEFE;
	z-index: 3;
}

.kt-header-mobile {
	background: #FEFEFE;
}

.kt-menu__submenu {
	background: #FEFEFE;
}

.kt-header .kt-header__top {
	height: 55px;
}

@media only screen and (min-width: 1025px) {
	.kt-header {
		position: fixed;
		top: 0;
		width: 100%;
	}

	.selected-view {
		width: 300px !important;
		margin-left: 20px !important;
	}
}

.dropdown-arrow-menu {
	padding-left: 5px;
	padding-top: 4px;
	color: #7D7D7D;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.kt-header-menu-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


.kt-header-menu-wrapper {
	background: #FEFEFE;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
	background-color: #FEFEFE;
	color: #000;
}

	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
		background-color: #FEFEFE;
		color: #000;
	}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
	color: #000;
}


.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
	color: #000;
}

	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon:hover {
		color: #0052CC;
	}

		.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon:hover i {
			color: #0052CC !important;
		}

.kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon {
	background-color: transparent;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
	color: #000;
}

/*.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
	border-top: 2px solid rgba(9, 30, 66, 0.08);
}

	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:first-child {
		border-top: none !important;
	}*/

.kt-notification .kt-notification__item {
	border: none !important;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
	color: #7D7D7D;
	font-weight: 700 !important;
	font-size: 10px !important;
}

.kt-notification .kt-notification__item:first-child {
	border-bottom: 1px solid rgba(9, 30, 66, 0.08) !important;
}


.kt-header__top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 4px;
	background: linear-gradient(180deg,rgba(9,30,66,0.13) 0,rgba(9,30,66,0.13) 1px,rgba(9,30,66,0.08) 1px,rgba(9,30,66,0) 4px);
}


.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
	font-size: 14px !important;
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.l-h-45 {
	line-height: 45px;
	color: #fff;
}

.breadcrumbs-pr {
	padding: 2px 10px;
	/*padding-top: 24px;*/
}


@media only screen and (max-width: 1025px) {
	.kt-header .kt-header__top {
		height: 0px;
	}

	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
		color: #000;
	}


	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
		color: #000;
	}

	.l-h-45 {
		color: #333;
		line-height: 50px;
	}

	.breadcrumbs-pr {
		padding: 2px 10px;
		padding-top: 10px;
	}

	.spacer-30 {
		padding: 15px;
	}
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
	/*height: 30px;
	border-radius: 0;*/
}

.profile-image {
	width: 30px;
	border-radius: 0;
}

.profile-info {
	width: 215px;
}

.trim-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
	font-size: 14px !important;
}

.kt-header__topbar .kt-header__topbar-item {
	font-weight: 500;
}

	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
		font-weight: 500;
	}

		.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username:hover {
			color: #0052CC;
		}

	.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon img {
		margin-right: 5px !important;
	}

	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img {
		/*margin-right: 5px;*/
	}


.kt-header__brand {
	padding-right: 20px;
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel {
		white-space: nowrap !important;
	}
}

.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel.kt-menu__item--active {
	border-bottom: 2px solid #0052CC;
}

@media (min-width: 1025px) {
	.kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
		padding: .75rem 1rem !important;
	}
}

.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
	background-color: transparent;
}

	.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
		color: #0052CC;
	}

.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
	background-color: transparent;
}

	.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
		color: #0052CC;
	}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
	font-weight: 500;
	font-size: 14px !important;
}

@media only screen and (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
		color: #000;
	}
}

/****MOBILE MENU COLORS****/
@media only screen and (max-width: 1024px) {
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
		background: #000;
	}

		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
			background: #000;
		}

		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
			background: #000;
		}

		.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span:hover {
			background: #0052CC;
		}

	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::before {
		background: #0052CC;
	}

	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
		color: #0052CC;
	}

	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
		color: #000;
	}

	.kt-header-menu-wrapper-close {
		background-color: #0052CC;
	}

		.kt-header-menu-wrapper-close > i {
			color: #fff;
		}

		.kt-header-menu-wrapper-close:hover {
			background-color: #0052CC;
		}
}

@media only screen and (max-width: 1024px) {
	.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
		color: #333;
	}

	.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username {
		color: #333;
	}
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
	color: #333;
}

.kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title {
	color: #0052CC;
}

/************** END MENU PROPERTIES  *****************/

.kt-portlet {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.kt-nav.kt-nav--v3 .kt-nav__item:hover {
	background-color: transparent !important;
}

.kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
	background-color: transparent !important;
}

/*.kt-portlet .kt-portlet__body {
	border: 1px solid #888;
}*/

a {
	color: #0052CC;
	cursor: pointer;
}

	a.kt-nav__link {
		color: #333;
	}

	a:hover {
		color: #0052CC;
	}

li.activeTab {
	/*border-left: 5px solid #0052CC;*/
}

	li.activeTab > a span {
		font-weight: 700 !important;
		color: #0052CC !important;
	}

.spacer-25 {
	padding: 25px;
}

.checkbox {
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.p-l-5 {
	padding-left: 5px;
}

.cursor-pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.font-size-15 {
	font-size: 15px;
}

.border-bottom-1 {
	border-bottom: 1px solid #e2e5ec;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t--2 {
	margin-top: -2px !important;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-9 {
	margin-top: 9px;
}

.red-color {
	color: #bd0404;
}

.m-t-3 {
	margin-top: 3px;
}

.fileUpload {
	display: grid !important;
	max-width: fit-content;
}

	.fileUpload:hover {
		cursor: pointer;
	}

.layer1, .layer2 {
	grid-column: 1;
	grid-row: 1;
}

	.layer1:hover, .layer2:hover {
		cursor: pointer;
	}

.layer1 {
	text-align: left;
}

.user-picture layer2 {
	opacity: 0 !important;
	max-width: 138px;
	height: 138px;
	z-index: 1000;
}

.layer2 {
	opacity: 0 !important;
	max-width: 200px;
	height: 16px;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
	cursor: pointer;
}

.f-s-13 {
	font-size: 13px !important;
}

.p-r-5 {
	padding-right: 5px;
}

.m-l-5 {
	margin-left: 5px;
}


.p-l-0 {
	padding-left: 0px !important;
}

.p-r-0 {
	padding-right: 0px !important;
}

.m-b-2 {
	margin-bottom: 2px !important;
}

.spacer-5 {
	padding: 5px;
}

.btn-no-styles {
	background: transparent;
	border: none;
	color: inherit;
}


.m-b-3 {
	margin-bottom: 3px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.doc-td-table {
	vertical-align: middle !important;
	font-size: 13px;
	padding-left: 0px !important;
}

.m-b-46 {
	margin-bottom: 46px;
}

.position-sticky {
	position: sticky !important;
}

.sticky-sidebar-menu {
	/*width: 273px;*/
	/*top: 45%;*/
	top: 20%;
	background-color: #FFFFFF;
}

/*@media only screen and (max-width: 1830px) {
	.sticky-sidebar-menu {
		width: 250px;
	}
}


@media only screen and (max-width: 1635px) {
	.sticky-sidebar-menu {
		width: 220px;
	}
}


@media only screen and (max-width: 1473px) {
	.sticky-sidebar-menu {
		width: 200px;
	}
}

@media only screen and (max-width: 1330px) {
	.sticky-sidebar-menu {
		width: 180px;
	}
}

@media only screen and (max-width: 1200px) {
	.sticky-sidebar-menu {
		width: 150px;*/
/*margin-left: -15px;*/
/*}
}*/

@media only screen and (max-width: 1024px) {
	.sticky-sidebar-menu {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	tr.dx-data-row > td.showOnHover > a {
		visibility: visible !important;
	}
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
	color: #9e9e9e;
}

.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text {
	color: #0052CC;
}

.kt-scrolltop {
	background: #0052CC;
}

.btn-decline {
	background-color: #A9A9A9 !important;
	border-color: #A9A9A9 !important;
	color: #fff !important;
	border-radius: 3px;
	font: 400 13.3333px Arial;
}

	.btn-decline:hover {
		background-color: #C0C0C0 !important;
		border-color: #C0C0C0 !important;
		color: #fff;
	}

.btn-primary-sm {
	/*margin-top: 24px;
	margin-bottom: 25px;*/
	background-color: #0052CC !important;
	border-color: #0052CC !important;
	color: #fff;
	border-radius: 3px;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
}

	.btn-primary-sm:hover {
		background-color: #0065FF !important;
		border-color: #0065FF !important;
		color: #fff;
		/*opacity: 0.8;*/
	}

.btn-primary-modal {
	background-color: #0052CC !important;
	border-color: #0052CC !important;
	color: #fff;
	border-radius: 3px;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
}

	.btn-primary-modal:hover {
		background-color: #0065FF !important;
		border-color: #0065FF !important;
		color: #fff;
		/*opacity: 0.8;*/
	}

.btn-primary-modal-white {
	background-color: #FFFFFF !important;
	border-color: #0052CC !important;
	color: #0052CC;
	border-radius: 3px;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
}

	.btn-primary-modal-white:hover {
		background-color: #0065FF !important;
		border-color: #0065FF !important;
		color: #fff;
		/*opacity: 0.8;*/
	}

.btn-secondary-modal {
	background-color: #888 !important;
	border-color: #888 !important;
	color: #fff;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
	border-radius: 3px;
}

	.btn-secondary-modal:hover {
		background-color: #888;
		border-color: #888;
		color: #fff;
		opacity: 0.8;
	}

.btn-secondary-modal-purple {
	background-color: #7F00FF !important;
	border-color: #7F00FF !important;
	color: #fff;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
	border-radius: 3px;
}

	.btn-secondary-modal-purple:hover {
		background-color: #7F00FF;
		border-color: #7F00FF;
		color: #fff;
		opacity: 0.8;
	}

.btn-secondary-sm {
	/*margin-top: 24px;
	margin-bottom: 25px;*/
	background-color: #888 !important;
	border-color: #888 !important;
	color: #fff;
	/*font-weight: 600;*/
	font: 400 13.3333px Arial;
	border-radius: 3px;
}

	.btn-secondary-sm:hover {
		background-color: #888 !important;
		border-color: #888 !important;
		color: #fff;
		opacity: 0.8;
	}

.m-t-b-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}


.status-draft {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-pending-approval {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-approved {
	color: #1bc5bd !important;
	background-color: #c9f7f5 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-active {
	color: #1bc5bd !important;
	background-color: #c9f7f5 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.status-rejected {
	color: #f64e60 !important;
	background-color: #ffe2e5 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-canceled {
	color: #fff !important;
	background-color: #333 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.status-inactive {
	color: #888 !important;
	background-color: #d6d6d6 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-other {
	color: #fff !important;
	background-color: #333 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/****QUERY STATUSES*/
.status-closed {
	color: #3699ff !important;
	background-color: #e1f0ff !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.status-open {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.pr-label-status-draft {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-inactive {
	color: #888 !important;
	background-color: #d6d6d6 !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-complete {
	color: #3699ff !important;
	background-color: #e1f0ff !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-pending-approval {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-approved {
	color: #1bc5bd !important;
	background-color: #c9f7f5 !important;
	padding: .9rem .75rem;
	width: auto;
	margin-left: 15px;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-rejected {
	color: #f64e60 !important;
	background-color: #ffe2e5 !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pr-label-status-canceled {
	color: #fff !important;
	background-color: #333 !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.pr-label-status-other {
	color: #fff !important;
	background-color: #333 !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*.pr-label-status-rejected {
	margin-left: 15px;
	background-color: #dc3545 !important;
	padding: 5px;
	color: white !important;
}*/

.m-l--0 {
	margin-left: 0px;
}


.text-underline {
	text-decoration: underline;
}

.text-bold {
	font-weight: 700;
}

.basic-text {
	color: #333;
	font-weight: 400;
	font-size: 13px;
}

.basic-text-bold {
	color: #333;
	font-weight: 700;
	font-size: 13px;
}

.basic-text-italic {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	font-style: italic;
}

.notes-text {
	/*color: #888;
	font-weight: 400;
	font-size: 12px;
	border-radius: 1.5px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 1.33333;
	font-weight: 600;
	/*margin-top: 16px;*/
	color: rgb(23, 43, 77);
	overflow: hidden;
}

.align-breadcrumbs-notes {
	height: 27px;
	margin-top: -5px;
}

.text-indent-20 {
	text-indent: 20px;
}

.text-indent-10 {
	text-indent: 10px;
}

.display-block {
	display: block !important;
}

.display-inline-block {
	display: inline-block !important;
}

.kt-heading.kt-heading--md-no-margins {
	color: #333;
	font-weight: 600;
	font-size: 1.71429em;
	width: 100%;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.kt-heading.kt-heading--md {
	color: #333;
	font-weight: 600;
	font-size: 1.71429em;
	width: 100%;
}

.kt-heading.kt-heading--sd {
	color: #333;
	font-weight: 700;
	font-size: 13px;
	width: 100%;
	height: 2rem;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
	border: 1px solid #333;
}

/*.form-control {
	padding-left: 0px !important;
	border: none !important;
	border-bottom: 1px solid #e2e5ec !important;
}*/

.form-control:hover {
	background-color: rgb(250, 251, 252) !important;
}

.form-control:focus {
	border-color: #0052CC !important;
}

.form-control:hover .dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
	background-color: rgb(250, 251, 252) !important;
}


.form-control:hover input.dx-texteditor-input {
	background-color: rgb(250, 251, 252) !important;
}

.form-control:hover .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined {
	background-color: rgb(250, 251, 252) !important;
}

.form-control.dx-checkbox {
	border: none !important;
	border-bottom: none !important;
	flex: none;
	width: 22px;
}

	.form-control.dx-checkbox .dx-checkbox-icon {
		margin-top: -12px;
	}

	.form-control.dx-checkbox:hover {
		background-color: transparent !important;
	}

		.form-control.dx-checkbox:hover .dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
			background-color: transparent !important;
		}

		.form-control.dx-checkbox:hover input.dx-texteditor-input {
			background-color: transparent !important;
		}

		.form-control.dx-checkbox:hover .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined {
			background-color: transparent !important;
		}

/*.input-group .dx-texteditor.dx-editor-outlined {
	height: 28px !important;
}*/

.custom-height-dx-tag .dx-texteditor.dx-editor-outlined {
	min-height: 28px !important;
	height: auto !important;
	width: 100% !important;
}

.form-control.dx-tagbox.dx-texteditor.dx-editor-outlined {
	min-height: 28px !important;
	height: auto !important;
	width: 100% !important;
}

a:not([href]):not([tabindex]) {
	color: #0052CC;
}

.dx-widget input, .dx-widget textarea {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

input {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

.table {
	color: #333;
}

.kt-heading {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	height: 2.7rem;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

pre {
	/*display: block;*/
	font-size: 13px;
	color: #333;
	white-space: pre-wrap;
}

.white-space-pre {
	white-space: pre;
}

.pre-wrap {
	white-space: pre-wrap;
}

code, kbd, pre, samp {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
}

.mat-menu-item {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
	font-size: 13px !important;
}

.mat-menu-item {
	background: 0 0;
	color: #333 !important;
}

.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.selection-button {
	color: #0052CC !important;
	font-weight: 600;
	font-size: 13px;
	/*margin-top: 10px;*/
	/*margin-bottom: 46px;*/
	padding-right: 25px;
}

	.selection-button:hover {
		color: #333 !important;
	}


.edit-button {
	color: #0052CC !important;
	font-size: 13px;
	padding-right: 25px;
	padding-top: 0px;
}

	.edit-button:hover {
		color: #333 !important;
		padding-top: 0px;
	}

.btn [class*=" fa-"], .btn [class^=fa-] {
	font-size: 16px;
	padding-bottom: 5px;
}

.spacer-54 {
	padding: 27px 0;
}

.budget-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

/*.page-title {
	color: #0052CC;
	font-weight: 600;
	font-size: 20px;
	margin-top: 46px;
	margin-bottom: 46px;
}*/

.page-title {
	color: #333;
	font-weight: 600;
	/*font-size: 30px;*/
	font-size: 1.71429em;
	margin-top: 24px;
	margin-bottom: 25px;
}

/*******EVERYTHING THAT COMES FROM DATAGRID HAS TO BE IMPORTANT IN ORDER TO BE OVERWRITTEN********/

.dx-widget, .dx-box-item-content {
	font-size: 13px !important;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.35715 !important;
}

.dx-texteditor.dx-state-focused.dx-editor-filled, .dx-texteditor.dx-state-active.dx-editor-filled, .dx-texteditor.dx-state-focused.dx-editor-underlined, .dx-texteditor.dx-state-active.dx-editor-underlined, .dx-texteditor.dx-state-focused.dx-editor-outlined, .dx-texteditor.dx-state-active.dx-editor-outlined {
	border-color: #0052CC !important;
}

.dx-texteditor.dx-state-hover {
	border-color: rgba(255, 121, 0, 0.4) !important;
}

/*.dx-datagrid-header-panel .dx-toolbar {
	margin-top: 10px;
}*/

.dx-texteditor.dx-editor-outlined {
	margin-right: 0 !important;
}

.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon, .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon {
	background-color: #0052CC !important;
	color: #fff !important;
}

.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon, .dx-dropdowneditor .dx-state-active .dx-dropdowneditor-icon {
	background-color: rgb(250, 251, 252) !important;
	color: #000 !important;
}

.dx-datagrid .dx-link {
	color: #333 !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
	background-color: transparent !important;
}

.dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
	border-top: none !important;
}

.dx-datagrid-pager {
	border-top: none !important;
	padding-left: 0;
	padding-right: 0;
}

.dx-datagrid-rowsview .dx-row.dx-group-row td {
	border-top-color: #e2e5ec !important;
	border-bottom-color: #e2e5ec !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
	color: #333 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-group-row {
	background-color: rgb(250, 251, 252) !important;
	color: #333 !important;
}

.dx-datagrid-headers {
	color: #333 !important;
}

.dx-datagrid-header-panel {
	border-bottom: none !important;
}

.compare-responses .dx-row > td > div, .compare-responses .dx-row > tr > td > div {
	height: auto;
	line-height: normal;
}

.compare-responses {
	font-size: 12px !important;
}

.compare-responses-alert {
	font-size: 12px !important;
	padding: 5px;
}


/*.space-after-search .dx-datagrid-header-panel {
	padding-bottom: 15px !important;
}*/

@media (max-width: 575px) {
	/**was 140px, i do not know why, but if things break in the view, check this*/
	/*.space-after-search .dx-datagrid-header-panel {
		padding-bottom: 15px !important; 
	}*/
}

/* !!!-----------don't override this style, unnecessary borders will apear------------*/
/*.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
	border-bottom: 1px solid #e2e5ec !important;
}*/

.dx-datagrid-search-panel {
	margin-left: 0 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td, .dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
	border-top: 1px solid #e2e5ec !important;
	border-bottom: 1px solid #e2e5ec !important;
}


.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused), .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused), .dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link {
	background-color: rgb(250, 251, 252) !important;
	color: #333 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened, .dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed {
	color: #333 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td, .dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
	border-top: 1px solid #e2e5ec !important;
	border-bottom: 1px solid #e2e5ec !important;
}

/*.dx-datagrid .dx-row > td {
	padding: 0px !important;
	height: 43.33px;
	line-height: 28px;
}

/*.dx-row > td > div, .dx-row > tr > td > div {
	height: 30.33px;
	line-height: 28px;
}*/




.dx-datagrid-rowsview .dx-row:hover {
	background-color: rgb(250, 251, 252) !important;
}

.dx-invalid.dx-texteditor {
	border-color: #fd397a !important;
}

.dx-state-readonly {
	border-style: none !important;
}

.form-group {
	/*margin-bottom: 24px;*/
	margin-bottom: 5px;
}

.mat-elevation-z8 {
	box-shadow: none !important;
}

table {
	border-color: #e2e5ec;
}

.showEye {
	color: #333;
	padding-top: 10px;
}

	.showEye i {
		padding-right: 5px;
	}

@media only screen and (max-width: 1025px) {
	.btn-primary-sm {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.btn-secondary-sm {
		margin-top: 15px;
		margin-bottom: 15px;
	}


	.kt-heading.kt-heading--md {
		font-size: 1.71429em;
	}

	.dx-toolbar-item .selection-button {
		display: none;
	}

	.edit-view-button {
		margin-left: 5px !important;
	}

	.selected-view {
		margin-left: 5px;
	}

	.kt-header-menu-wrapper-close {
		visibility: hidden;
	}
	/*.selection-button {
		font-size: 5px;*/
	/*margin-bottom: 15px;*/
	/*padding-right: 5px;
	}*/
	.dx-toolbar-before .btn {
		font-size: 5px;
		padding-right: 0px;
	}

	.dx-toolbar-after .btn {
		font-size: 5px;
		padding-right: 0px;
	}

	.spacer-54 {
		padding: 20px 0;
	}

	.page-title {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}


@media only screen and (min-width: 1470px) {
	.dx-datagrid-search-panel {
		width: 300px !important;
	}

	.dx-list-search {
		width: 300px !important;
	}

	.dx-popup-content .dx-list-search {
		width: 200px !important;
	}
}


@media only screen and (max-width: 1469px) {
	.dx-datagrid-search-panel {
		width: 225px !important;
	}

	.dx-list-search {
		width: 225px !important;
	}

	.dx-popup-content .dx-list-search {
		width: 200px !important;
	}
}

@media only screen and (max-width: 1260px) {
	/*.kt-header__top::after {
		top: 35%;
	}*/
	.dx-datagrid-search-panel {
		width: 145px !important;
	}

	.dx-list-search {
		width: 145px !important;
	}

	/*.dx-dropdowneditor {
		width: 128px !important;
	}*/

	.iframe-dropdown-1260 {
		width: 180px !important;
	}

	.dx-popup-content .dx-list-search {
		width: 180px !important;
	}
}

/*@media only screen and (max-width: 1100px) {
	.dx-datagrid-search-panel {
		width: 250px !important;
	}
}*/

@media only screen and (max-width: 1024px) {
	/*.kt-header__top::after {
		top: 35%;
	}*/
	.dx-datagrid-search-panel {
		width: 150px !important;
	}

	.dx-list-search {
		width: 280px !important;
	}

	.selected-view {
		width: 200px !important;
	}

	/*.dx-dropdowneditor {
		width: 128px !important;
	}*/

	.iframe-dropdown-1260 {
		width: 190px !important;
	}

	.showEye span {
		display: none;
	}

	/*	.space-after-search .dx-toolbar .dx-toolbar-after {
		top: 50px !important;
		left: -15px !important;
	}*/

	/*	.dx-datagrid-header-panel .dx-toolbar {
		margin-bottom: 60px !important;
	}*/

	.dx-popup-content .dx-list-search {
		width: 60px !important;
	}
}

/*@media only screen and (max-width: 680px) {
	.dx-toolbar .dx-toolbar-after {
		top: 50px !important;
		left: -15px !important;
	}

	.dx-datagrid-header-panel .dx-toolbar {
		margin-bottom: 60px !important;
	}
}*/

@media only screen and (max-width: 575px) {
	/*.kt-header__top::after {
		top: 35%;
	}*/

	.kt-header .kt-header__top {
		height: 0px;
	}

	.dx-datagrid-search-panel {
		width: 125px !important;
	}

	.selected-view {
		width: 120px !important;
	}

	.dx-list-search {
		width: 125px !important;
	}

	/*.dx-dropdowneditor {
		width: 280px !important;
	}*/

	/*	.dx-datagrid-header-panel {
		padding-bottom: 160px !important;
	}*/

	.dx-toolbar .dx-toolbar-after {
		display: block;
	}

	.dx-popup-content .dx-list-search {
		width: 160px !important;
	}
}

.dx-datagrid .dx-header-filter {
	font: 11px/1 DXIcons !important;
	font-weight: bold !important;
	padding-right: 5px;
	padding-left: 5px;
}

.dx-datagrid .dx-sort-down {
	font: 11px/1 DXIcons !important;
	padding-right: 5px;
	padding-left: 5px;
	color: rgba(149, 149, 149, 0.5);
	font-weight: bold !important;
}

.dx-datagrid .dx-sort-up {
	font: 11px/1 DXIcons !important;
	padding-right: 5px;
	padding-left: 5px;
	color: rgba(149, 149, 149, 0.5);
	font-weight: bold !important;
}

.dx-datagrid-summary-item {
	color: #333 !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item {
	color: #333 !important;
}

.dx-datagrid-table > tbody > tr:nth-last-child(2) {
	border-bottom: 1px solid #e2e5ec !important;
}

.dx-datagrid-table > tr:last-child {
	border-bottom: 1px solid #e2e5ec !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row {
	height: 43.33px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
	vertical-align: middle !important;
}

.dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space {
	padding-bottom: 7px !important;
}

/*@media only screen and (max-width: 430px) {
	.dx-datagrid-header-panel {
		padding-bottom: 160px !important;
	}
	.dx-toolbar .dx-toolbar-after {
		display: block;
	}
}*/
.display-flex {
	display: flex !important;
}

.headerLogo {
	width: 105px;
	height: 30px;
}


/* The container */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.container-checkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}


/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid lightgrey;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	background-color: lightgrey;
}

/* When the checkbox is checked, add a grey background */
.container-checkbox input:checked ~ .checkmark {
	background-color: lightgrey;
	border: none;
}

.container-checkbox input:disabled ~ .checkmark {
	opacity: 0.5;
}

.container-checkbox input:not(:checked):disabled:hover ~ .checkmark {
	background-color: transparent !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #333;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-t-15 {
	margin-top: 15px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-1 {
	margin-left: 1px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-t--5 {
	margin-top: -5px !important;
}


.mat-icon-button {
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	border-radius: 9% !important;
}

.custom-bigger-mat-icon .mat-icon-button {
	width: 25px !important;
	height: 34px !important;
	line-height: 35px !important;
	border-radius: 9% !important;
}

.custom-bigger-mat-icon .mat-icon-button {
	font-size: 10px !important;
}

.mat-icon-button:hover {
	background-color: #E7E9ED;
}

.mat-icon-button[aria-expanded="true"] {
	background-color: #0052CC;
	color: #fff;
}

.ladda-button {
	padding: .65rem 1rem !important;
	font-size: 13px !important;
}

.m-t--10 {
	margin-top: -10px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-label {
	font-size: 20px;
	color: #0052CC;
	font-weight: 600;
}

.dx-popup-title.dx-toolbar {
	padding: 15px 20px !important;
	height: 60px !important;
}

.dx-popup-bottom.dx-toolbar {
	padding: 30px !important;
	padding-bottom: 10px !important;
	padding-top: 15px !important;
	height: 60px !important;
	border-top: 1px solid #ddd !important;
}

/*.dx-popup-content {
	padding: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}*/

/*.dx-scrollable-wrapper{
	padding: 10px;
}*/

/*input.dx-texteditor-input {
	font-size: 14px !important;
	min-height: 28px !important;
	height: 32px !important;
}*/


.dx-item {
	padding-bottom: 10px !important;
}

.compact-radio .dx-item {
	margin-bottom: 2px;
	padding-bottom: 2px !important;
}


.audit-table {
	border-collapse: separate;
	border-spacing: 0 10px;
}

	.audit-table > thead th {
		border-bottom: 1px solid #e2e5ec;
		color: #333;
		font-weight: 400 !important;
		font-size: 13px !important;
	}

.full-width {
	width: 100%;
}


.modal-body {
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
	padding-top: 10px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 576px) {
	.audit-modal .modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}

	.audit-entry-modal .modal-dialog {
		max-width: 1200px;
		margin: 1.75rem auto;
	}

	.term-conditions-modal .modal-dialog {
		min-width: 600px;
	}

	.modal-w-700-px .modal-dialog {
		max-width: 700px;
	}
}

.template-title {
	padding-top: 10px;
	color: #0052CC;
	/*padding-left: 30px;*/
	font-weight: bold;
}

.modal .modal-content .modal-header .modal-title {
	font-weight: 600;
	font-size: 20px;
	color: #0052CC;
	padding-left: 15px;
}

.modal-footer {
	height: 60px;
	padding-right: 30px;
}

.modal .modal-content .modal-header .close {
	color: #333;
	padding-right: 30px;
}

	.modal .modal-content .modal-header .close:hover {
		color: #0052CC;
	}



.kt-loading-bar .progress-bar {
	background-color: #0052CC;
}

.mat-progress-spinner circle, .mat-spinner circle {
	stroke: #0052CC !important;
}

.orange-font {
	color: #0052CC !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
	font-weight: 700;
}

.second-color {
	color: #888 !important;
}

a:hover i {
	color: #0052CC !important;
}

.projects-table tbody:hover {
	background-color: #E5E5E5;
	cursor: pointer;
}

.activeGroupping .parentGroupping:hover {
	background-color: #E5E5E5;
	cursor: default;
}

.activeGroupping tbody:hover {
	background-color: #E5E5E5;
	cursor: pointer;
}

.hover-tr tbody tr:hover {
	background-color: rgb(250, 251, 252);
}

.dx-link.fa-edit, .dx-link.fa-plus, .dx-link.fa-eye {
	text-decoration: none !important;
}

.form-control {
	padding: 0 0 0 10px;
	height: 36px;
	-webkit-appearance: none;
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.custom-drawer {
	border-left: 3px solid black;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
	background-color: white;
	transition: all 0.3s ease-in-out;
	width: 200px;
}

.drawer-content {
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
	padding: 20px;
	color: black;
	width: 200px;
}

.icon-button {
	background-color: white !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 4px;
	padding: 8px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	margin-right: 4px;
	margin-bottom: 2px;
}

.icon-button-first {
	background-color: white !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 4px;
	padding: 8px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	margin-right: 1px;
	margin-bottom: 2px;
}

.icon-button i {
	font-size: 15px;
	color: #4a4a4a;
}

.icon-button:hover {
	background-color: #f4f4f4;
	border-color: #bdbdbd;
}

.info-text {
	padding: 5px 0 0 10px;
	height: 200px;
	width: 100%;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: inherit;
	text-overflow: ellipsis;
	white-space: normal;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-radius: 3px;
}

.pr-name-input {
	font-size: 20px !important;
	font-weight: 600 !important;
}

.btn-no-styles > i {
	padding-right: 0;
	font-size: 11px !important;
}



.btn-no-styles span > i {
	padding-right: 0;
	font-size: 11px !important;
}


input.dx-texteditor-input {
	display: block;
	width: 100%;
	/*height: 32px;*/
	/*padding: 0 0 0 10px !important;*/
	font-size: 13px !important;
	font-weight: 400;
	line-height: 10px !important;
	color: #333 !important;
	/*background-color: #fff;*/
	background-clip: padding-box !important;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
}

/*.dx-tag-content {
	padding: 0px 25px 0px 6px !important;
}*/

.form-control {
	border-radius: 0px !important;
	color: #333 !important;
	/*line-height: 20px !important;*/
}

/*.input-group input.dx-texteditor-input {
	padding-left: 0px !important;
}*/

/*.input-group .dx-texteditor.dx-editor-outlined {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px !important;
}*/

.dx-texteditor.dx-editor-outlined {
	border: 1px solid #e2e5ec !important;
	border-radius: 3px !important;
}

.user-name.dx-texteditor.dx-editor-outlined, .product-name.dx-texteditor.dx-editor-outlined {
	border: none !important;
}

.dx-texteditor.dx-editor-outlined.is-invalid {
	border-color: #fd397a !important;
	padding-right: 0 !important;
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: center right calc(.375em + .325rem) !important;
		background-size: calc(.75em + .65rem) calc(.75em + .65rem) !important;*/
}

.textarea-scrollable {
	max-height: 30%;
	overflow-y: auto;
	margin-bottom: 10px;
}

.is-invalid.form-control.textarea-scrollable {
	background-image: none;
}

.form-control.textarea-scrollable {
	padding: 0 0 0 0 !important;
	height: 111px !important;
	border: none;
}

.is-invalid.textarea-scrollable {
	border-style: solid;
	border-width: 1px;
	border-color: #fd397a;
}


.textarea-scrollable.form-control [class*=" fa-"], .textarea-scrollable.form-control [class^=fa-] {
	font-weight: 900 !important;
	font-size: inherit !important;
	color: black !important;
}

.dx-field-item-label-text {
	color: #888 !important;
	font-weight: 400 !important;
	font-size: 12px !important;
}

.dx-button[aria-label="Save"] {
	background-color: #0052CC !important;
	border-color: #0052CC !important;
	color: #fff !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
}

	.dx-button[aria-label="Save"]:hover {
		background-color: #0052CC !important;
		border-color: #0052CC !important;
		color: #fff !important;
		opacity: 0.8;
	}


.dx-button[aria-label="Cancel"] {
	background-color: #888 !important;
	border-color: #888 !important;
	color: #fff !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
}

	.dx-button[aria-label="Cancel"]:hover {
		background-color: #888;
		border-color: #888;
		color: #fff !important;
		opacity: 0.8;
	}


/*.btn-primary-modal {
	background-color: #0052CC !important;
	border-color: #0052CC !important;
	color: #fff;
	border-radius: 1.5px; 
	font-weight: 600;
}

	.btn-primary-modal:hover {
		background-color: #0052CC !important;
		border-color: #0052CC !important;
		color: #fff;
		opacity: 0.8;
	}

.btn-secondary-modal {
	background-color: #888 !important;
	border-color: #888 !important;
	color: #fff;
	font-weight: 600;
	border-radius: 1.5px;
}

	.btn-secondary-modal:hover {
		background-color: #888;
		border-color: #888;
		color: #fff;
		opacity: 0.8;
	}*/
.w-80 {
	width: 80px !important;
}

.w-200 {
	width: 200px;
}

.w-300 {
	width: 300px;
}

.table-layout-fixed {
	table-layout: fixed;
}

.hover-tr tbody tr {
	height: 44px;
}

.min-height-40 {
	min-height: 40px;
}

.td-description {
	text-align: justify;
	white-space: normal;
}


.decorator-padding {
	/*padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px !important;*/
}
/* Decorators */


.decorator-warning {
	/*color: #e33737;*/
}

.decorator-draft {
	color: #888 !important;
	background-color: #d6d6d6 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-active {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-bidEnded {
	color: #1bc5bd !important;
	background-color: #c9f7f5 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-awarded {
	color: #3699ff !important;
	background-color: #e1f0ff !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-canceled {
	color: #fff !important;
	background-color: #333 !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-superseeded {
	color: #6e28fa !important;
	background-color: #d7c6fa !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.decorator-warning-pulsate {
	border-left-color: white;
	animation: colorPulse 1.5s ease-out infinite;
}

@keyframes colorPulse {
	50% {
		border-left-color: #ffd200;
	}
}

.decorator-started {
	color: #ffa800 !important;
	background-color: #fff4de !important;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@keyframes pulse {
	50% {
		border-left-color: #3bf7d1;
	}
}

/*Compare Bids decorator*/

.decorator-good {
	background-color: #26C281;
}

.decorator-loser {
	background-color: #f0868e;
}


.td-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-r--5 {
	margin-right: -5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.dropdown-menu.dropdown-menu-xl {
	width: 300px;
}

.dropdown-menu {
	min-width: 200px;
}

.round-button {
	padding: 5px 10px !important;
	border-radius: 40px !important;
}

	.round-button i {
		padding-right: 0px !important;
		padding-bottom: 1px !important;
	}

.img-profile-picture {
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
}

.layer2-extended-picture {
	height: 150px;
	width: 150px;
	max-width: 100%;
	z-index: 999;
}

.user-picture {
	height: 138px;
	width: 138px;
	max-width: 100%;
	z-index: 0;
}

	.user-picture .img-profile-picture {
		max-width: 138px;
		max-height: 138px;
		object-fit: contain;
	}

.container-image {
	position: relative;
}

	.container-image .img-profile-picture {
		opacity: 1;
	}

	.container-image .middle {
		opacity: 1;
		position: absolute;
		top: 35%;
		left: 33%;
	}

.container-empty {
	min-width: 150px;
	border: 1px dashed #c4c4c4;
}

.img-profile-picture-add {
	width: 50px;
	height: 50px;
}

.input-group > .form-control:disabled {
	/*border: none !important;
	pointer-events: none !important;*/
	background-color: transparent !important;
}

	.input-group > .form-control:disabled::-webkit-input-placeholder { /* WebKit browsers */
		color: #000;
	}

	.input-group > .form-control:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #000;
	}

	.input-group > .form-control:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #000;
	}

	.input-group > .form-control:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #000;
	}



.dx-form-group-content .dx-selectbox-container .dx-placeholder, .custom-inputs-table .dx-selectbox-container .dx-placeholder {
	left: -8px !important;
}

.dx-form-group-content input.dx-texteditor-input:hover, .custom-inputs-table input.dx-texteditor-input:hover {
	background-color: rgb(250, 251, 252) !important;
}

/*.dx-form-group-content input.dx-texteditor-input, .custom-inputs-table input.dx-texteditor-input {
	padding-left: 0px !important;
}*/

/*.dx-form-group-content .dx-texteditor.dx-editor-outlined, .custom-inputs-table .dx-texteditor.dx-editor-outlined {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px !important;
}*/



.h-40 {
	height: 32px !important;
}

.inherit-parent-height {
	height: inherit;
}

/*.dx-state-disabled.dx-widget, .dx-state-disabled .dx-widget {
	border: none !important;
	opacity: inherit !important;
}*/

.dx-state-disabled.dx-widget .dx-texteditor-buttons-container {
	opacity: 0 !important;
}

.dx-state-disabled .dx-placeholder {
	color: #333 !important;
	/*left: -8px !important;*/
}


.font-weight-600 {
	font-weight: 600;
}

@media (min-width: 1500px) {
	.kt-container {
		width: 100%;
		margin: 0 auto;
		padding: 0 46px;
	}
}


.left-page-p {
	padding-right: 23px;
}

.right-page-p {
	padding-left: 23px;
}


.width-90-percent {
	width: 90% !important;
}

.circle-accent-color {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #C4C4C4;
	margin-left: 5px;
}

.licences-square {
	display: flex;
	/*border: 2px solid #0052CC;
	border-radius: 1.5px;
	box-sizing: border-box;*/
	line-height: 30px;
	width: fit-content;
	margin-top: 5px;
	margin-bottom: 25px;
}

	.licences-square .assigned-licences {
		color: #0052CC;
		font-size: 16px;
		/*padding-left: 15px;*/
		font-weight: 600;
	}

		.licences-square .assigned-licences span {
			font-size: 13px;
		}

	.licences-square .remaining-licences {
		color: #333;
		font-size: 16px;
		font-weight: 600;
		padding-left: 30px;
		padding-right: 15px;
	}

		.licences-square .remaining-licences span {
			font-size: 13px;
		}


.border-bottom-user-table {
	border-bottom: 1px solid #333;
}

.min-height-25 {
	min-height: 25px !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
	background-color: #ddd !important;
	color: #333 !important;
}


.border-bottom-user-table .dx-datagrid .dx-row > tr > td {
	padding: 0 !important;
	line-height: 28px;
}

.border-bottom-user-table .dx-datagrid-rowsview .dx-row {
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #0052CC !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
	background-color: #0052CC !important;
}

@media (min-width: 1025px) and (max-width: 1499px) {
	.left-page-p {
		padding-right: 15px;
	}

	.right-page-p {
		padding-left: 15px;
	}
}

@media (max-width: 1024px) {
	.left-page-p {
		padding-right: 10px;
	}

	.right-page-p {
		padding-left: 10px;
	}

	.licences-square {
		margin-bottom: 30px;
	}


		.licences-square .assigned-licences {
			font-size: 15px;
		}

		.licences-square .remaining-licences {
			font-size: 15px;
		}
}

.min-height-25 {
	min-height: 25px !important;
}

.toggleCustom {
	width: 70%;
	float: left;
	text-align: right;
}

.dx-switch {
	width: 50px !important;
	height: 30px !important;
}

/*.dx-switch-on-value .dx-switch-container {
	border: 1px solid #0052CC !important;
}


.dx-switch-container {
	border-radius: 13px !important;
	border: 1px solid #888888 !important;
	padding: 0 !important;
}*/

/*.dx-switch-handle {
	width: 17px !important;
	margin-top: 0px !important;
}

.dx-switch-inner {
	width: 185% !important;
	height: 100% !important;
}

.dx-switch-handle:before {
	display: block;
	content: ' ';
	width: 22px !important;
	height: 22px !important;
	background-color: #888888 !important;
	border-radius: 22px !important;
}*/

/*.dx-switch-on-value .dx-switch-handle:before {
	background-color: #0052CC !important;
}*/

/*.dx-switch.dx-state-hover .dx-switch-container {
	border-color: #0052CC !important;
}*/

/*.dx-switch.dx-state-focused .dx-switch-handle:before {
	background-color: #0052CC !important;
}*/

/*.dx-switch.dx-state-hover .dx-switch-handle:before {
	background-color: #0052CC !important;
}
*/
.custom-breadcrumbs div > span a {
	color: #333;
	font-weight: normal;
}

/*.custom-breadcrumbs div > span:last-child a {
	font-weight: 700;
}*/


.table-border-top-none td, .table-border-top-none th {
	border-top: none !important;
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
		padding: 0px 0 !important;
	}
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
		background-color: #FEFEFE !important;
	}
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
		color: #0052CC !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
		background-color: #FEFEFE !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
		color: #0052CC !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span {
		background: #FEFEFE !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span {
		background: #0052CC !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
		color: #0052CC !important;
	}
}

@media (max-width: 1024px) {
	.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
		color: #0052CC !important;
	}
}

@media (min-width: 1500px) {
	.dx-toolbar-after .dx-toolbar-item {
		padding: 0 46px 0 5px;
	}

	/*		.dx-toolbar-after .dx-toolbar-item:last-child {
			padding: 0 0px 0 5px !important;
		}*/
}

@media (min-width: 1025px) and (max-width: 1499px) {
	.dx-toolbar-after .dx-toolbar-item {
		padding: 0 30px 0 5px !important;
	}

		.dx-toolbar-after .dx-toolbar-item:last-child {
			padding: 0 0px 0 5px !important;
		}
}

@media (max-width: 1024px) {
	.dx-toolbar-after .dx-toolbar-item {
		padding: 0 15px 0 5px !important;
	}

		.dx-toolbar-after .dx-toolbar-item:last-child {
			padding: 0 0px 0 5px !important;
		}
}

.dx-datagrid-content .dx-datagrid-table .main-row {
	height: 43.33px;
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
	font-size: 13px !important;
}

.dx-datagrid-rowsview .dx-row {
	border-top: 0px solid transparent !important;
	border-bottom: 0px solid transparent !important;
}

.buttons-padding {
	/*padding: 9px 10px 2px 10px;*/
}

@media (max-width: 1024px) {
	.buttons-padding {
		/*padding: 0px 10px 2px 10px;*/
	}
}

.margin-page-title {
	margin-top: 0;
	margin-bottom: 0px;
}

.display-none {
	display: none !important;
}

.date-input-fake {
	width: 100%;
	height: 32px;
	padding: .65rem 1rem;
	padding-left: 0px;
	line-height: 10px !important;
}

.items-table-custom-img-wrap {
	position: relative;
	display: inline-block;
	font-size: 0;
}

	.items-table-custom-img-wrap img {
		width: 100%;
		height: 100px;
		-o-object-fit: contain;
		object-fit: contain;
	}

.items-catalog-table-custom .dx-datagrid .dx-data-row > td {
	padding: 5px !important;
	height: 100px !important;
	line-height: 100px !important;
}

	.items-catalog-table-custom .dx-datagrid .dx-data-row > td > div {
		height: 100px !important;
		line-height: 100px !important;
	}

		.items-catalog-table-custom .dx-datagrid .dx-data-row > td > div.pre-wrap {
			line-height: normal !important;
		}

.items-table-custom .dx-datagrid .dx-data-row > td {
	padding: 5px !important;
	height: 50px !important;
	line-height: 50px !important;
}

	.items-table-custom .dx-datagrid .dx-data-row > td > div {
		padding: 5px !important;
		height: 50px !important;
		line-height: 50px !important;
	}

.items-table-custom .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
	padding: 0;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}

/*.items-table-custom .dx-row > td > div, .items-table-custom .dx-row > tr > td > div {
	height: 50px;
	line-height: 50px;
}*/

/*.items-table-custom .dx-datagrid .dx-data-row > td > div:first-child {
		padding: 2px !important;
		height: 50px !important;
		line-height: 50px !important;
	}*/

/*.items-table-custom .dx-datagrid-header-panel .dx-toolbar-before {
	width: 100% !important;
}*/

/*.items-table-custom .dx-datagrid-header-panel .dx-toolbar-before .dx-datagrid-search-panel {
		width: 100% !important;
	}*/

.items-table-custom .dx-datagrid .dx-data-row > td > div:first-child div:first-child img {
	height: 50px !important;
}

.items-table-custom .dx-datagrid .dx-data-row > td > div:first-child div:first-child {
	height: 100% !important;
}

.items-table-custom .dx-datagrid .dx-data-row > td div br {
	display: none !important;
}

.items-table-custom .dx-datagrid .dx-data-row > td span br {
	display: none !important;
}

.top-40-percent {
	top: 40% !important;
}

.thumbnailWrapper-items-list-widget {
	width: 130px !important;
	height: 100px !important;
	position: relative;
}

	.thumbnailWrapper-items-list-widget img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: inherit;
		height: 80px;
	}


.thumbnailWrapper-items-list {
	width: 150px !important;
	height: 100px !important;
	position: relative;
}

	.thumbnailWrapper-items-list img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: inherit;
		height: 80px;
	}

textarea.form-control {
	height: auto;
	min-height: 50px;
}

dx-html-editor.form-control {
	height: auto;
	min-height: 100px;
	max-height: 450px;
}

.total-budget {
	font-size: 16px;
	color: #333333;
	margin-top: 28px;
}

.cog-budget {
	font-size: 16px;
	color: #333333;
	margin-top: 56px;
}

.m-b-28 {
	margin-bottom: 28px !important;
}

.customTable .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
	padding-left: 0 !important;
}

.dictionary-visible {
	display: inline;
}

.dictionary-invisible {
	display: none;
}

.invalid-feedback-grid {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #fd397a;
}

.dx-searchbox .dx-texteditor-input,
.dx-searchbox .dx-placeholder:before {
	padding-left: 34px !important;
	height: 32px !important;
	line-height: 18px !important;
}

.dx-toolbar-after .dx-selectbox .dx-texteditor-input {
	height: 32px !important;
}

.login .content {
	background-color: #eceef1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	width: 400px;
	margin: 40px auto 10px;
	padding: 10px 30px 30px;
	overflow: hidden;
	position: relative;
}

	.login .content .form-title {
		font-weight: 300;
		margin-bottom: 25px;
	}

	.login .content h3 {
		color: #4db3a5;
		text-align: center;
		font-size: 28px;
		font-weight: 400 !important;
	}

	.login .content .forget-form, .login .content .login-form {
		padding: 0;
		margin: 0;
	}

	.login .content .form-actions .btn {
		margin-top: 1px;
		font-weight: 600;
		padding: 10px 20px !important;
	}

	.login .content .forget-password {
		font-size: 14px;
		float: right;
		display: inline-block;
		margin-top: 10px;
	}

.mt-radio,
.mt-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 13px;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

	.mt-radio.mt-radio-disabled, .mt-radio.mt-checkbox-disabled,
	.mt-checkbox.mt-radio-disabled,
	.mt-checkbox.mt-checkbox-disabled {
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	.mt-radio > input,
	.mt-checkbox > input {
		position: absolute;
		z-index: -1;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.mt-radio > span,
	.mt-checkbox > span {
		border: 1px solid transparent;
		position: absolute;
		top: 1px;
		left: 0;
		height: 18px;
		width: 18px;
		background: #E6E6E6;
	}

		.mt-radio > span:after,
		.mt-checkbox > span:after {
			content: '';
			position: absolute;
			display: none;
		}

	.mt-radio:hover > input:not([disabled]) ~ span,
	.mt-radio > input:focus ~ span,
	.mt-checkbox:hover > input:not([disabled]) ~ span,
	.mt-checkbox > input:focus ~ span {
		background: #d9d9d9;
		webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.mt-radio > input:checked ~ span,
	.mt-checkbox > input:checked ~ span {
		webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #d9d9d9;
	}

		.mt-radio > input:checked ~ span:after,
		.mt-checkbox > input:checked ~ span:after {
			display: block;
		}

	.mt-radio:hover > input:not([disabled]):checked ~ span,
	.mt-radio > input:checked ~ span,
	.mt-checkbox:hover > input:not([disabled]):checked ~ span,
	.mt-checkbox > input:checked ~ span {
		webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #d9d9d9;
	}

	.mt-radio > input:disabled ~ span,
	.mt-checkbox > input:disabled ~ span {
		opacity: 0.6;
		filter: alpha(opacity=60);
		pointer-events: none;
	}




	.mt-checkbox > span:after {
		left: 6px;
		top: 2px;
		width: 5px;
		height: 10px;
		border: solid #888888;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}


#breadcrumb_span a {
	color: #9e9e9e;
}

#breadcrumb_span span {
	color: #9e9e9e;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumb_span:hover a {
	color: #0052CC;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
	color: #0052CC !important;
	background-color: transparent !important;
}

.dx-pager .dx-pages, .dx-pager .dx-page-sizes {
	color: #9e9e9e !important;
}

	.dx-pager .dx-pages .dx-page:hover, .dx-pager .dx-page-sizes .dx-page-size:hover {
		color: #0052CC !important;
	}

.btn-disabled {
	background-color: #E0E0E0 !important;
	border-color: #E0E0E0 !important;
}

	.btn-disabled:hover {
		background-color: #E0E0E0 !important;
		border-color: #E0E0E0 !important;
		color: #fff;
		opacity: 0.8;
	}

.error-message {
	color: #ea4444;
}

.success-message {
	color: #0f695f;
}



.add-column-modal .modal-dialog {
	min-width: 40%;
}

.halfscreen-modal {
	height: 100%;
}

	.halfscreen-modal .modal-content {
		height: 100% !important;
	}

	.halfscreen-modal .modal-dialog {
		height: 100%;
		width: 50%;
		float: right;
		max-width: none;
		margin: 0;
	}

	.halfscreen-modal .modal-body {
		background-color: #fff;
	}

	.halfscreen-modal .modal-footer {
		background-color: #fff;
		margin-left: -1px;
		margin-right: -1px;
	}

.fullscreen-modal {
	height: 100%;
	width: 100%;
}

	.fullscreen-modal iframe {
		height: 95%;
		width: 100%;
	}

	.fullscreen-modal .modal-dialog {
		/*height: 100%;*/
		min-height: 100%;
		width: 100%;
		max-width: none !important;
		margin: 0 !important;
		display: inline;
	}

	.fullscreen-modal .modal-content {
		/*min-height: 100%;*/
		height: 100% !important;
		/*width: 100%;*/
	}

	.fullscreen-modal .modal-body {
		height: 100% !important;
		overflow-y: scroll;
	}

	.fullscreen-modal .modal-footer {
		background-color: #efefef;
	}

.previewMail-modal {
	height: 100%;
}

	.previewMail-modal .modal-dialog {
		width: 90%;
		max-width: 90%;
		height: 100%;
		margin: 0 5% 0 5%;
	}

	.previewMail-modal .modal-content {
		height: 100% !important;
	}

	.previewMail-modal .modal-body {
		height: 100% !important;
		/*overflow-y: scroll;*/
	}

#fileuploader-container {
	border: 1px solid #d3d3d3;
}

.dx-accordion-item-title {
	color: #333;
	padding: 9px 12px;
	font-size: 13px !important;
	font-weight: bold;
}

.dx-accordion-item-closed .dx-accordion-item-title {
	font-weight: 400;
}

.dx-accordion-item {
	border: 0px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
	max-width: 0;
	padding: 0;
	vertical-align: middle !important;
}

/*.dx-editor-cell .dx-texteditor-input {
	height: 40px !important;
}

.example-container input {
	height: 40px !important;
}*/

.dx-datagrid-edit-popup .dx-scrollable-content {
	padding-right: 20px;
}

.no-permission-center {
	height: 100%;
	width: 100%;
	position: relative;
}

	.no-permission-center .no-permission-content {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: bold;
	}

.no-permission-content div {
	width: 100%;
}


.custom-navigate-table {
	color: #0052CC !important;
	/*line-height: 32px;*/
}

	.custom-navigate-table:hover {
		color: #0052CC !important;
		cursor: pointer;
		border-bottom: 1px solid #0052CC;
	}

.dx-datagrid {
	cursor: auto !important;
}

.dx-datagrid-search-text {
	color: #fff;
	background-color: #0052CC !important
}

/*.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
}*/

.m-t-9 {
	margin-top: 9px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.invalid-feedback-show {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #fd397a;
}

.flex-grow {
	flex-grow: 100;
}

.dx-treelist .dx-link {
	color: #333 !important;
}

.dx-treelist-table .dx-highlight-outline.dx-pointer-events-target {
	height: 40px;
	vertical-align: middle !important;
}

.itemCategoryTreeList .dx-treelist-header-panel {
	display: none !important;
}

.display-inline {
	display: inline;
}

.dx-popup-fullscreen .dx-popup-bottom {
	background-color: #efefef !important;
}


.dx-texteditor-input {
	min-height: 32px;
}

.custom-dropdown {
	height: 36px !important;
}

.custom-item {
	background-color: white;
}

	.custom-item .user-name {
		display: inline-block;
		padding-left: 30px;
		text-indent: 0;
		width: 100%;
	}

.user-name-unselected {
	padding-left: 30px;
	padding-top: 7px;
}

.custom-dropdown .dx-template-wrapper {
	width: 100%;
	height: 100%;
}

.custom-item .user-name input {
	width: 100%;
	height: 36px !important;
	margin-top: -2px;
}

.custom-item .user-profile-picture-img {
	left: 1px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}



/*
.dx-button[aria-label="Cancel"] {
	background-color: none !important;
	border-color: none !important;
	color: #0052CC !important;
	border-radius: none !important;
	font-weight: 600 !important;
}

	.dx-button[aria-label="Cancel"]:hover {
		background-color: none;
		border-color: none;
		color: #0052CC !important;
		opacity: 0.8;
	}*/
.welcome-modal .modal-content {
	width: 600px !important;
}

.welcome-modal-content {
	height: 700px !important;
	margin-top: 20px;
}

	.welcome-modal-content .welcome-modal-body, .welcome-modal-content .welcome-modal-header {
		width: 600px !important;
	}

.welcome-modal-header {
	border-bottom: 1px solid white !important;
	/*background: linear-gradient(to right, #1aafd0 0%, #179dba 100%) !important;
     padding: 5px!important; */
	height: 10px;
}

	.welcome-modal-header i {
		top: 10px;
		right: 10px;
		position: absolute;
	}

.welcome-modal-body {
	text-align: center;
}

.welcome-modal-image {
	width: 600px;
	height: 206px;
	background: url('../../../media/welcomeScreen/dadada.PNG');
	background-repeat: no-repeat;
	background-size: 600px 206px;
}

.welcome-modal-title {
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.welcome-modal-info {
	font-size: 12px;
	color: rgb(146, 145, 145);
	padding-left: 30px;
	padding-right: 30px;
}

.welcome-modal-text {
	font-size: 13px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

.welcome-modal-hide {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.supplier-onboarding-image {
	width: 100%;
	height: 380px;
	background: url('../../../media/supplierOnBoarding/supplierOnBoarding.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -10%;
	margin-left: auto;
	margin-right: auto;
}

.custom-reports-image {
	width: 100%;
	height: 380px;
	background: url('../../../media/customReports/customReports.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -10%;
	margin-left: auto;
	margin-right: auto;
}

.custom-page {
	box-shadow: rgba(130, 130, 130, 0.2) 0px 2px 3px;
	flex-flow: nowrap;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(130, 130, 130, 0.2);
	border-image: initial;
	border-radius: 25px;
}

.custom-page-div-left {
	padding: 50px;
}

.custom-page-div {
	padding: 50px;
	align-items: center;
	text-align: center;
}

.custom-page-info {
	font-size: 13px;
}

.custom-page-div-right::before {
	background-color: rgb(223, 225, 229);
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80%;
	top: 10%;
	left: 0px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px !important;
}

.dx-list-group-header {
	border-bottom: none !important;
}



@media only screen and (min-width: 1470px) {
	.dropdown-grid .dx-datagrid-search-panel {
		width: 400px !important;
	}
}


@media only screen and (max-width: 1469px) {
	.dropdown-grid .dx-datagrid-search-panel {
		width: 200px !important;
	}
}

@media only screen and (max-width: 1260px) {
	.dropdown-grid .dx-datagrid-search-panel {
		width: 100px !important;
	}
}


.associated-entity-modal .modal-content {
	width: 700px !important;
}

.note-info-description {
	font-size: 12px !important;
	color: rgb(146, 145, 145);
}

.edit-task-modal .modal-dialog {
	height: 100%;
	width: 80%;
	float: right;
	max-width: none;
	margin: 0;
}

.edit-task-modal .modal-content {
	height: 100% !important;
}

.edit-task-modal .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.edit-task-modal .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.grid-entity-designer .modal-dialog {
	height: 100%;
	width: 50%;
	float: right;
	max-width: none;
	margin: 0;
}

.grid-entity-designer .modal-content {
	height: 100% !important;
}

.grid-entity-designer .modal-body {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
}

.grid-entity-designer .modal-footer {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
}

.entity-task-modal .modal-dialog {
	height: 100%;
	width: 70%;
	float: right;
	max-width: none;
	margin: 0;
}


.entity-task-modal .modal-content {
	height: 100% !important;
}

.supplier-view-modal .modal-dialog {
	height: 100%;
	width: 80%;
	float: right;
	max-width: none;
	margin: 0;
}


.edit-custom-record-modal .modal-dialog {
	height: 100%;
	width: 70%;
	float: right;
	max-width: none;
	margin: 0;
}


.edit-custom-record-modal .modal-content {
	height: 100% !important;
}

.edit-custom-record-modal .modal-dialog {
	height: 100%;
	width: 80%;
	float: right;
	max-width: none;
	margin: 0;
}

.edit-custom-record-modal .modal-body {
	background-color: #fff;
}

.edit-custom-record-modal .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.supplier-view-modal .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.supplier-view-modal .modal-content {
	height: 100% !important;
}

.supplier-view-modal .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.entity-timeline-modal .modal-dialog {
	height: 100%;
	width: 100%;
	max-width: none;
	margin: 0;
}


.entity-timeline-modal .modal-content {
	height: 100% !important;
}

.help-modal .modal-dialog {
	height: 100%;
	width: 20%;
	float: right;
	max-width: none;
	margin: 0;
}

.help-modal .modal-content {
	height: 100% !important;
}

.view-more-modal .modal-header {
	padding: 0 !important;
}

.view-more-modal .modal-content {
	/*min-height: 100% !important;*/
	height: 100% !important;
}

.view-more-modal .modal-body {
	height: 100% !important;
	overflow-y: scroll;
}

.view-more-modal .modal-dialog {
	height: 100%;
	width: 80%;
	left: 10%;
	/*float: right;*/
	max-width: none;
	margin: 0;
}


.custom-scoring-table .dx-datagrid-rowsview .dx-row:hover {
	background-color: transparent !important;
}

	.custom-scoring-table .dx-datagrid-rowsview .dx-row:hover .dx-row td:nth-child(6) {
		background-color: rgb(250, 251, 252) !important;
	}

.custom-scoring-table .dx-datagrid-rowsview .dx-row td:nth-child(6) .dx-widget {
	display: table-footer-group !important;
	border: none !important;
	border-bottom: 1px solid !important;
}


.custom-scoring-table .dx-datagrid-focus-overlay {
	border: none !important;
}

/*.custom-scoring-table .dx-editor-cell .dx-texteditor-input {
	height: 28px !important;
	width: 171px;
}*/

.custom-scoring-table .dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container:after {
	display: none !important;
}

/*div[aria-label="export-excel-button"] {
	position: absolute;
	right: 0;
	top: 0;
}*/

@media (max-width: 1024px) {
	div[aria-label="export-excel-button"] {
		position: relative;
		right: -10px;
	}
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}

.red {
	color: #ff0000;
}

.green {
	color: #3CCF23;
}

.score-invalid {
	color: #f64e60 !important;
	background-color: #ffe2e5 !important;
}

.score-valid {
	color: #1bc5bd !important;
	background-color: #c9f7f5 !important;
}

.custom-scoring-table .dx-datagrid-save-button, .custom-scoring-table .dx-datagrid-cancel-button {
	display: none;
}

.custom-formly .dx-textarea {
	height: 120px;
}

	.custom-formly .dx-textarea.dx-state-disabled {
		pointer-events: all !important;
	}

.custom-formly .dx-fileuploader-input {
	padding: 0;
}

.custom-formly .dx-fileuploader-input-wrapper::after {
	clear: both;
	padding-bottom: 0;
	margin-bottom: -1em;
}

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-infix {
	border: none !important;
	height: 28px !important;
}

.custom-formly .mat-form-field-type-radio .mat-form-field-infix {
	height: auto !important;
}

.custom-formly .auto-height-file-upload .mat-form-field-infix {
	height: auto !important;
}

.custom-formly .auto-height-file-upload .mat-form-field-underline {
	display: none !important;
}

.custom-formly .auto-height-file-upload .mat-form-field-infix .mat-form-field-underline.show-underline {
	display: block !important;
	margin-top: 1px;
}

/*.custom-formly .dx-fileuploader-input {
	width:1px;
}*/

.custom-formly .dx-fileuploader-wrapper {
	padding: 0;
}

.custom-formly .dx-fileuploader-input-wrapper {
	padding: 0;
	border: 0;
}

*, *:focus, *:hover {
	outline: none;
}

.custom-formly .formly-input-file-custom .mat-form-field-infix {
	height: auto !important;
}

.custom-formly .formly-field-input-file-buttons {
	border: none;
	/*background-color: transparent;*/
	background-color: #fff;
	color: #333;
}

.p-t-5 {
	padding-top: 5px !important;
}

.custom-formly form formly-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

	.custom-formly form formly-form formly-field formly-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

.custom-formly .section-label div {
	margin-right: 0px;
	margin-left: 0px;
}

.custom-formly-add-div .section-label div {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.custom-formly .section-label span {
	margin-top: 10px;
}

.custom-formly .ng-select .ng-select-container {
	min-height: 34px !important;
}

.custom-formly .ng-select {
	margin-top: -6px;
	border: 1px solid #e2e5ec !important;
	border-radius: 3px !important;
	padding-bottom: 0px !important;
}

	.custom-formly .ng-select.ng-invalid {
		border-color: #dc3545 !important;
	}

	.custom-formly .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
		z-index: 0;
	}

.custom-formly .dx-texteditor.dx-editor-outlined.ng-invalid, .dx-texteditor.dx-editor-outlined.dx-invalid {
	border-color: #dc3545 !important;
}

.custom-formly .dx-textbox {
	margin-top: -6px;
}

.custom-formly .dx-datagrid-search-panel {
	margin-top: 0px;
}

.custom-formly .ng-select-focused {
	border-color: #0052CC !important;
}

.custom-formly .required .dx-fileuploader-button {
	border-color: #dc3545 !important;
}

.custom-formly .dx-fileuploader {
	margin-top: -2px;
}

.custom-formly .ng-select .ng-select-container .ng-value-container {
	padding: 0px !important;
}

.custom-formly .ng-select .ng-select-container:after {
	border-bottom: none !important;
	content: none !important;
}

.custom-formly .ng-value {
	/*margin: 0 !important;*/
	padding: 7px 9px 8px !important;
	background: rgba(0, 0, 0, 0);
	color: #333;
	font-size: 1em;
	border-radius: 4px;
	/*min-height: 34px;*/
}

.custom-formly .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	margin: 4px 0px 5px 4px !important;
	padding: 3px 6px 4px !important;
	line-height: 1.35715 !important;
}

	.custom-formly .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
		font-size: 13px;
	}

.custom-formly input {
	min-height: 32px;
}

	.custom-formly input::file-selector-button {
		min-height: 32px;
	}

/*.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper, .ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
	 border-top: none !important;
}*/

.custom-formly .ng-select-disabled {
	/*opacity: 0.5;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	zoom: 1;
	cursor: default;
}

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-infix textarea {
	height: 100px !important;
}

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-wrapper {
	margin-bottom: 6px !important;
	margin-top: 18px !important;
}

	.custom-formly .mat-form-field-appearance-legacy .mat-form-field-wrapper formly-field-mat-input input {
		height: 28px;
	}



.custom-formly .mat-form-field {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

.custom-formly .mat-select {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

.custom-formly label:not(.mat-radio-label) {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 20px;
	font-weight: 600;
	margin-top: 3px;
	margin-bottom: 0;
	color: rgb(23, 43, 77);
	overflow: hidden;
}


.custom-formly .ng-select .ng-select-single .ng-select-container .ng-value-container input {
	height: 28px;
}


.custom-formly .ng-select .ng-select-container .ng-value-container span {
	color: #333 !important;
}

.custom-formly .mat-input-element input:disabled {
	color: #333 !important;
}

.custom-formly .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after, .custom-formly .mat-input-element:disabled {
	color: #333 !important;
}

.custom-formly .mat-select-disabled .mat-select-value {
	color: #333 !important;
}

.custom-formly .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
	background-image: none !important;
	background-color: transparent !important;
}


.custom-formly md-input-container .md-select-placeholder > span:not(.md-select-icon) {
	color: transparent;
}

.custom-formly .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
	color: transparent;
}

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-label {
	top: -20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 20px;
	font-weight: 600;
	margin-top: 16px;
	color: rgb(23, 43, 77);
	overflow: hidden;
}

.custom-formly .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label, .custom-formly .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
	-webkit-transform: none !important;
	transform: none !important;
	-ms-transform: none !important;
	top: -20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 20px;
	font-weight: 600;
	margin-top: 16px;
	color: rgb(23, 43, 77);
	overflow: hidden;
}

.custom-formly .mat-form-field-label-wrapper {
	padding-top: 16px !important;
}


/*.custom-formly .mat-form-field-ripple {
	background-color: #e2e5ec !important;
}*/

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-underline {
	background-color: #e2e5ec !important;
}

.custom-formly .mat-form-field.mat-focused .mat-form-field-ripple {
	background-color: #0052CC !important;
}

.custom-formly .mat-form-field-appearance-legacy .mat-form-field-ripple {
	height: 1px !important;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
	color: rgba(0,0,0,.87) !important;
}

.custom-formly .mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
	background-color: #0052CC !important;
}

.custom-formly .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
	background-color: #0052CC !important;
}

.custom-formly .mat-form-field.mat-form-field-invalid .mat-form-field-label {
	color: #f44336 !important;
}

/*.custom-formly .dx-texteditor.mat-input-element {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}*/

/*.custom-formly .dx-texteditor-input {
	min-height: 28px !important;
	padding-left: 0px !important;
}*/

.dx-datagrid-search-panel .dx-texteditor-input {
	padding-left: 34px !important;
}


/*dx-number-box.required.ng-invalid.ng-touched .dx-texteditor-container
, dx-date-box.required.ng-invalid.ng-touched .dx-texteditor-container
, dx-html-editor.required.ng-invalid.ng-touched .dx-htmleditor-content {
	border-color: #f44336 !important;
	border-bottom: 1px solid;
}*/

.custom-formly dx-html-editor {
	margin-top: -5px;
}

.custom-formly .dx-htmleditor-content {
	padding-left: 0px;
	padding-right: 0px;
}

	.custom-formly .dx-htmleditor-content.ql-blank::before {
		left: 0px;
		right: 0px;
	}

.custom-formly dx-number-box, .custom-formly .event-description {
	margin-top: -6px;
}


.custom-formly .ng-dropdown-panel.ng-select-bottom {
	top: 100% !important;
}

.custom-formly .dx-state-disabled .dx-placeholder {
	color: #999999 !important;
}

.custom-formly .selection-button {
	padding-top: 0px;
}

.custom-formly .dx-radiogroup.ng-invalid .dx-radiobutton .dx-radiobutton-icon::before {
	border: 1px solid #dc3545 !important;
}

.custom-formly .dx-htmleditor.dx-htmleditor-outlined.ng-invalid, .dx-htmleditor.dx-htmleditor-outlined.dx-invalid {
	border-color: #dc3545 !important;
}

.custom-formly-preview-image-div{
	width:100%;
	height:580px;
}
.custom-formly-preview-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cdk-overlay-pane {
	transform: none !important;
	margin-top: -10px;
}

.mat-menu-panel {
	margin-top: 5px;
	max-height: calc(100vh - 100px) !important;
	overflow: auto;
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
		color: #0052CC !important;
	}
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
		background-color: transparent !important;
	}
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
		color: #0052CC !important;
	}
}

@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
		color: #0052CC !important;
	}
}

.p-l-15 {
	padding-left: 15px;
}


.font-bold {
	font-weight: bold;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-50 {
	padding-right: 50px;
}

.project-list-picture {
	width: 30px;
	height: 30px;
}

.custom-toolbar-editHtml .dx-toolbar .dx-toolbar-items-container {
	height: 100% !important;
}


.custom-toolbar-editHtml .dx-toolbar .dx-toolbar-before {
	position: relative !important;
}

.custom-toolbar-editHtml .dx-rtl.dx-toolbar .dx-toolbar-menu-container, .custom-toolbar-editHtml .dx-toolbar .dx-toolbar-item {
	display: inline-block !important;
}

.custom-toolbar-editHtml .dx-toolbar-item {
	display: block !important;
	float: left !important;
}

.custom-toolbar-editHtml .dx-toolbar .dx-toolbar-after {
	display: none !important;
}



.custom-toolbar-editHtml {
	height: auto !important;
	min-height: 250px !important;
	max-height: 250px !important;
}

.custom-formly .mat-input-element::placeholder {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
	font-size: 0.857143em;
}

.custom-formly .mat-select-placeholder {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
	font-size: 0.857143em;
}


.custom-formly .mat-form-field.mat-form-field-hide-placeholder .mat-form-field-infix .mat-input-element::placeholder {
	color: #8a8a8a !important;
	-webkit-text-fill-color: #8a8a8a !important;
}

.custom-formly .mat-form-field-hide-placeholder .mat-select-placeholder {
	color: #8a8a8a !important;
	-webkit-text-fill-color: #8a8a8a !important;
}


.custom-formly .mat-form-field .mat-form-field-wrapper {
	padding-bottom: 0;
}

	.custom-formly .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
		position: initial !important;
		display: block;
		margin-top: -1px;
	}

	.custom-formly .mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper, .mat-form-field .mat-form-field-wrapper .mat-form-field-ripple {
		position: initial !important;
		display: table;
	}

	.custom-formly .mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
		min-height: calc(1em + 1px);
	}

.dx-datagrid .dx-header-filter {
	position: relative;
	color: #0052CC !important;
	font: 14px/1 DXIcons;
}

.dx-datagrid .dx-header-filter-empty {
	color: rgba(149, 149, 149, 0.5) !important;
}

.dx-datagrid-rowsview.dx-empty {
	height: 45px !important;
}

.p-t-19 {
	padding-top: 19px;
}


.custom-report-datagrid-search .dx-texteditor-input-container {
	height: 35px !important;
}

/*.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
	border-color: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
}*/

.custom-scoring-table .dx-texteditor-input-container input {
	width: 100% !important;
}

/*.custom-edit-suppliers-table .dx-highlight-outline {
	padding: 7px !important;
	margin-bottom: 13px !important;
}*/

.overflow-y-auto {
	overflow-y: auto;
}


.help-modal {
	overflow-y: hidden !important;
}

.kt-header--fixed.kt-header--minimize {
	padding-top: 0px !important; /*padding-top was 180px in style.bundle.css and scrollTo method from side menu failed for elements that were not rendered directly in page (rendered in  parent element)*/
}

.best-price {
	border-radius: 10px !important;
	background-color: #3bf7d1 !important;
	color: white;
	padding: 3px 7px;
}


.custom-batch-edit-grid .dx-toolbar-after {
	display: none;
}

.tooltip-icon {
	font-size: 11px !important;
	/*vertical-align: middle;*/
	cursor: pointer;
}

.tooltip-text {
	color: #9e9e9e;
	max-width: 500px;
	white-space: pre-wrap;
}

.same-rank-tooltip-text {
	color: #ff0000;
	max-width: 500px;
	white-space: pre-wrap;
}

.tooltip-text a {
	color: #9e9e9e !important;
}

.tooltip-text:hover a {
	color: #0052CC !important;
}

.dx-tabs {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	width: unset !important;
}

.dx-tab {
	background-color: #fff !important;
	color: #333 !important;
	font-weight: bold !important;
}

	.dx-tab.dx-tab-selected {
		background-color: #fff !important;
		color: #0052CC !important;
		border-bottom: 2px solid #0052CC !important;
	}

.dx-tab-selected:after {
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

.dx-state-disabled .dx-htmleditor-toolbar-wrapper {
	display: none !important;
}

.bg-grey {
	background-color: #F0F0F0 !important;
	background: #F0F0F0 !important;
}

.compare-responses .dx-treelist-headers {
	color: #333333;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
	vertical-align: middle !important;
}

.hidden {
	visibility: hidden;
}

.cogs {
	font-family: "Font Awesome 5 Free" !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	padding-top: 10px !important;
	border: none !important;
}

.response-export-button {
	font-family: "Font Awesome 5 Free" !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	padding-top: 10px !important;
	width: 40px;
	height: 36px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
	padding: 7px !important;
}

.h-35 {
	height: 35px !important;
}

.dx-datagrid-focus-overlay {
	border: none !important;
}

.custom-tabs {
	margin-bottom: 24px;
}


.dx-list-item.dx-state-focused {
	background-color: #FFFFFF !important;
	color: #333 !important;
}

.question-title {
	white-space: pre-wrap;
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: 30px !important;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

.question-category {
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 30px !important;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.questions-list .dx-list-search {
	margin-top: 3px;
}

.questions-list .dx-list-group-header {
	border-bottom: 1px solid #e2e5ec !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(226, 229, 236) !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	background-color: #0052CC1F !important;
}

.list-expand-container {
	width: 20px;
	text-align: center;
}

.list-expand-all {
	font-size: 13px;
	color: #333;
	height: 32px;
	padding-top: 9px;
}

.dx-list.dx-list-with-search .dx-scrollable-wrapper {
	height: calc(100% - 39px);
}

.fa-refresh:before {
	content: "\f021"
}

.fa-user-group:before {
	content: "\f500"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-exclamation-triangle-info:before {
	content: "\f071"
}

.fa-exclamation-triangle-info {
	cursor: default;
}

.exclamation {
	color: #ffa800 !important;
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-list-alt::after before {
	content: "\f022"
}

.fa-square-arrow-up:before {
	content: "\f151"
}

.fa-square-arrow-down:before {
	content: "\f150"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-bar:before {
	content: "\f0c9"
}

.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-magnifying-glass-plus:before {
	content: "\f00e"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-pencil:before {
	content: "\f304"
}

.fa-comment-alt-slash:before {
	content: "\f4b3";
}

.drawer-overflow {
	overflow: visible !important;
	z-index: 12000;
}

.formly-wrapper {
	overflow: visible !important;
	z-index: 12000;
}

.comments-btn,
.drawer-toggle-btn {
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 1px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: background 0.2s ease-in-out;
	font-size: 14px;
}

	.comments-btn i,
	.drawer-toggle-btn i {
		font-size: 16px;
		color: #5a5a5a;
	}

	.comments-btn:hover,
	.drawer-toggle-btn:hover {
		background: rgba(0, 0, 0, 0.1);
	}

		.comments-btn:hover i,
		.drawer-toggle-btn:hover i {
			color: #000;
		}

.comments-pushed {
	min-height: 90vh;
	padding: 0 0 0 0 !important;
}
.comments-pushed-system, .comments-pushed-system .section-label{
	margin-right: 10px !important;
	flex: auto;
}
.comments-drawer {
	padding: 0px 5px 5px 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 90vh;
	max-height: 90vh;
	z-index: 1050;
	scrollbar-width: thin;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: none;
}

.dx-drawer {
	overflow: visible !important;
}

.formula-container {
	display: flex;
	min-height: 36px;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px;
	border: 1px solid #e2e5ec;
	white-space: normal;
	word-wrap: break-word;
}
/*.term-conditions-modal .modal-body {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.term-conditions-modal .modal-footer {
	padding-left: 30px !important;
	padding-right: 30px !important;
	justify-content: normal !important;
}*/

.term-conditions-modal .modal-dialog {
	max-height: 100%;
	width: 50%;
	max-width: none;
	margin: 0;
	position: absolute;
	left: 25%;
	top: 10%;
	/*transform: translate(-50%, -50%);*/
}

.term-conditions-modal .modal-content {
	height: 50% !important;
}

.term-conditions-modal .modal-body {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
	overflow-y: scroll;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	min-height: 200px;
	max-height: 500px;
}

.term-conditions-modal .modal-footer {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
	padding-left: 30px !important;
	padding-right: 30px !important;
	justify-content: normal !important;
}

.query-buyer-message {
	background-color: #f9f9fc;
	border-radius: .42rem;
	margin-bottom: 5px;
	padding-right: 10px;
}

.fa-commenting:before {
	content: "\f075"
}

.btn-primary-sm.rotated {
	top: 40% !important;
	transform: rotate(-90deg);
	border-radius: 0 !important;
	right: 0;
	z-index: 12;
}

.query-supplier {
	position: sticky;
	top: 10px;
}

	.query-supplier .dx-selection {
		font-weight: bold !important;
	}

	.query-supplier .dx-data-row {
		cursor: pointer !important;
	}

.query-modal .modal-dialog {
	height: 100%;
	min-height: 100% !important;
	width: 75%;
	float: right;
	max-width: none;
	margin: 0;
}

.query-modal .modal-body {
	min-height: 80% !important;
	height: 100% !important;
	overflow: auto
}

.query-modal .modal-content {
	min-height: 100% !important;
	height: 100% !important;
}

.query-modal-response .modal-dialog {
	height: 100%;
	min-height: 100% !important;
	width: 50%;
	float: right;
	max-width: none;
	margin: 0;
}

.query-modal-response .modal-body {
	min-height: 80% !important;
	height: 100% !important;
	overflow: auto
}

.query-modal-response .modal-content {
	min-height: 100% !important;
	height: 100% !important;
}

.border-right-1 {
	border-right: 1px solid #e2e5ec;
}

.alert .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

/*.event-items .dx-toolbar-before {
	display: flex;
	flex-wrap: wrap;
	height: 90px;
	width: 305px;
}*/

/*.event-items .dx-toolbar .dx-toolbar-items-container {
	height: 90px;
	overflow: visible;
}*/

.m-t-10 {
	margin-top: 10px;
}

.no-border {
	border: none !important;
}

.custom-unselected {
	padding-top: 8px !important;
	padding-left: 39px !important;
}

.awarded {
	background-color: #3bf7d1 !important;
}

.messages-icon {
	animation: blinkingText 0.6s linear infinite;
	color: #ff0000;
}

	.messages-icon > .fa-commenting {
		padding-bottom: 0px;
	}

.messages-response {
	position: fixed;
	margin-right: -18px;
	z-index: 1000 !important;
	background-color: #ffb822 !important;
	border-color: #ffb822 !important;
	font-size: 15px !important;
}

	.messages-response:hover {
		background-color: #ffb822 !important;
		border-color: #ffb822 !important;
	}


@keyframes blinkingText {
	0% {
		color: #ff0000;
	}

	49% {
		color: #ff0000;
	}

	60% {
		color: transparent;
	}

	99% {
		color: transparent;
	}

	100% {
		color: #ff0000;
	}
}

.supplier-edit-column {
	background-color: #FFFFCC;
}

.compare-bids-supplier-header {
	font-size: 10px;
	font-weight: normal;
}

.compare-responses {
	padding-top: 10px;
}

/*.compare-responses .dx-toolbar-after .dx-item .dx-item-content .dx-selectbox {
		margin-top: -8px !important;
	}*/

.compare-bids-locked-column {
	color: #ffb822 !important;
	cursor: pointer !important;
}

.compare-bids-unlocked-column {
	color: #5a5a5a !important;
	cursor: pointer !important;
}

a.compare-bids-unlocked-column:hover {
	color: #ffb822 !important;
	cursor: pointer !important;
	font-size: 14px !important;
}

a.compare-bids-locked-column:hover {
	color: #5a5a5a !important;
	cursor: pointer !important;
	font-size: 14px !important;
}

.alert.compare-responses {
	margin: -5px 0px 0px -6%;
	padding: 5px;
}

/*.compare-responses .dx-toolbar-after {
	width: 25%
}

.compare-responses .dx-toolbar-after .dx-item-content {
	position: absolute;
	top: 0;
}*/

.font-size-8 {
	font-size: 8px !important;
}

.font-size-10 {
	font-size: 10px !important;
}

.gray {
	color: #5a5a5a !important;
}

.blink {
	animation: blinkingText 0.6s linear infinite;
}

.black-text-color {
	color: #333 !important
}

.compare-bids-edit-columns-title {
	margin-bottom: 10px !important;
	height: 2.7rem;
	color: #333;
	font-weight: 600;
	font-size: 1.71429em;
	width: 100%;
}

.compare-bids-edit-column-table .dx-datagrid-search-panel {
	width: 305px !important;
}

.event-item-column-settings-modal .modal-dialog {
	max-width: 800px;
}

.bulk-button {
	color: #0052CC !important;
	color: #0052CC !important;
	font-weight: 600;
	font-size: 13px;
}

.internal-form-description {
	color: rgba(0, 0, 0, 0.54);
	font-size: 9px;
	font-weight: 400;
}

.p-25 {
	padding: 25px;
}

/*.event-description {
	min-height: 36px;
	max-height: 100px;
	overflow: auto;
	width: 100%;
	border: 1px solid #e2e5ec !important;
	padding: 7px 9px 8px;
}*/

.event-description p {
	margin-bottom: 0;
}

.event-cancel-reason {
	max-height: 100px;
	overflow-y: auto;
	padding-right: 10px;
}

.notes {
	max-height: 100px;
	overflow-y: auto;
	width: 100%;
	white-space: pre-wrap;
}

.supplier-form-section .dx-datagrid-save-button, .supplier-form-section .dx-datagrid-cancel-button {
	display: none;
}

/*ng-select.required.ng-invalid.ng-touched .ng-select-container {
	border-color: #f44336 !important;
	border-bottom: 1px solid;
}*/

.ng-select-label-required {
	color: #f44336 !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	background-color: #dddddd !important;
	color: #333 !important;
	/*padding: 4px !important;
	margin: 0 0.4375em 0 0;*/
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
	min-height: 32px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
	min-height: 32px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
	color: #333 !important;
}


.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
	font-weight: 400 !important;
}

.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper, .ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
	border-top: none !important;
}

.ng-select .ng-select-container {
	min-height: 35.5px !important;
}

.ng-select.ng-select-disabled .ng-select-container:after {
	background-image: none !important;
}

.ng-select .ng-select-container .ng-value-container {
	border-top: none !important;
}

.ng-select.ng-select-disabled .ng-arrow-wrapper {
	display: none;
}



.edit-icons {
	color: rgb(158, 158, 158) !important;
}

	.edit-icons:hover {
		color: #0052CC !important;
	}

/*.custom-formly formly-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}*/

.custom-formly formly-form formly-field {
	display: block;
}

	.custom-formly formly-form formly-field:not([class^="col-sm"], [class*=" col-sm"]) {
		width: 100%;
	}

.custom-formly formly-form [class^="col-sm"], [class*=" col-sm"] {
	display: inline-block;
}

.custom-formly input[type=file] {
	/*	border: 1px solid #e2e5ec !important;*/
	width: 100%;
}

.custom-formly input::file-selector-button {
	height: 34px;
}

.custom-formly .file-upload {
	/*display: inline-block;*/
	/*width: 90%;*/
	margin-top: -2px !important;
	margin-bottom: 2px;
}

.custom-formly .file-upload-button {
	display: inline;
	/*padding-left: 0px;
	width: 90px !important;*/
	/*margin-top: -1px;*/
	min-height: 32px;
	border: 1px solid #767676 !important;
}

	.custom-formly .file-upload-button:disabled {
		border: 1px solid #ddd !important;
	}

.toolbar-button {
	margin-top: -6px;
}

	.toolbar-button div > i {
		padding: 2px !important;
	}

	.toolbar-button:hover {
		background-color: #f5f5f5;
		border-color: #ddd;
	}


.grid-tool-bar div[aria-label="export-excel-button"] {
	position: relative;
}

.grid-tool-bar .dx-toolbar-after .dx-toolbar-item {
	padding: 0 5px 0 5px !important;
}

	.grid-tool-bar .dx-toolbar-after .dx-toolbar-item:last-child {
		padding: 0 0px 0 5px !important;
	}

	.grid-tool-bar .dx-toolbar-after .dx-toolbar-item.grid-tool-bar-last-item {
		padding: 0 0px 0 5px !important;
	}

.mentions-description {
	color: rgba(0, 0, 0, 0.54);
	font-size: 9px;
	font-weight: 400;
	max-width: 200px;
	white-space: pre-wrap;
}

.mentions-parentEntity {
	color: #0052CC;
}

.mentions-foreignkey-column {
	color: #0052CC;
	font-size: 9px;
	font-weight: 400;
}

.view-settings {
	display: none;
}

.dx-list-item-content:hover .view-settings {
	display: inline-block;
	float: right;
}

.m-l-20 {
	margin-left: 20px;
}


.pin-unselected {
	color: #5a5a5a !important;
	cursor: pointer !important;
}

.pin-selected {
	color: #ffb822 !important;
	cursor: pointer !important;
}

.m-l-0 {
	margin-left: 0px;
}

.readonly-record {
	color: rgba(149, 149, 149, 0.5);
}

.event-special-mentions {
	/*background-color: rgb(250, 251, 252);*/
	min-height: 50px;
	/*max-height: 90px;*/
	/*overflow-y: scroll;*/
	padding: 10px;
	width: 100%;
}


/*.event-special-mentions-buttons {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	background-color: white;*/
/*padding: 10px;*/
/*}*/

.inline-flex {
	display: inline-flex;
}

.dx-field-notes-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 1.33333;
	font-weight: 600;
	color: rgb(23, 43, 77);
	overflow: hidden;
}

.inline-editing:before {
	/*border: 1px solid rgba(9, 30, 66, 0.08) !important;
	border-radius: 3px !important;*/
	content: "\f304";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	/*position: absolute;
	top: 12px;*/
	margin-right: 5px;
	color: #0052CC;
}

.inline-editing.dx-editor-cell:before /*, .inline-editing.dx-cell-modified:before*/ {
	/*border: none !important;*/
	content: none !important;
}


.toast-error {
	background-image: none !important;
}

#toast-container > .toast-error:before {
	content: "\f071";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.modal-scroll .modal-dialog {
	height: 80%;
	margin-top: 4.5rem;
}

.modal-scroll .modal-content {
	height: 100% !important;
}

.modal-scroll .modal-body {
	background-color: #fff;
	overflow-y: auto;
}

.modal-scroll .modal-footer {
	background-color: #fff;
	height: 30px;
}

.modal-footer-small {
	height: 30px;
}

.modal-dependencies .modal-dialog {
	position: absolute;
	height: 100%;
	width: 70%;
	left: 15%;
	top: 0%;
	max-width: none;
	margin: 0;
}

.modal-dependencies .modal-content {
	height: 100% !important;
}

.modal-dependencies .modal-body {
	background-color: #fff;
	overflow-y: scroll;
}

.modal-dependencies .modal-footer {
	background-color: #fff;
}


.modal-template .modal-dialog {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 25%;
	top: 0%;
	max-width: none;
	margin: 0;
}

.modal-template .modal-content {
	height: 100% !important;
}

.modal-template .modal-body {
	background-color: #fff;
	overflow-y: scroll;
}

.modal-template .modal-footer {
	background-color: #fff;
}


.modal-w-30 .modal-dialog {
	height: 100%;
	width: 30%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-30 .modal-content {
	height: 100% !important;
}

.modal-w-30 .modal-body {
	background-color: #fff;
	overflow-y: scroll;
}

.modal-w-30 .modal-footer {
	background-color: #fff;
}

.modal-w-40 .modal-dialog {
	height: 100%;
	width: 40%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-40 .modal-content {
	height: 100% !important;
}

.modal-w-40 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-40 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.modal-w-50 .modal-dialog {
	height: 100%;
	width: 50%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-50 .modal-content {
	height: 100% !important;
}

.modal-w-50 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-50 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.modal-w-70 .modal-dialog {
	height: 100%;
	width: 70%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-70 .modal-content {
	height: 100% !important;
}

.modal-w-70 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-70 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.modal-w-90 .modal-dialog {
	height: 100%;
	width: 90%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-90 .modal-content {
	height: 100% !important;
}

.modal-w-90 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-90 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.modal-w-80 .modal-dialog {
	height: 100%;
	width: 80%;
	float: right;
	max-width: none;
	margin: 0;
}

.modal-w-80 .modal-content {
	height: 100% !important;
}

.modal-w-80 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-80 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.modal-w-99 .modal-dialog {
	height: 99%;
	width: 99%;
	max-width: none;
	/*left: -1%;*/
	top: -2%;
}

.modal-w-99 .modal-content {
	height: 99% !important;
}

.modal-w-99 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: scroll;
}

.modal-w-99 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.entity-designer-go-to-entity {
	font-size: 16px;
}

.menu-items {
	background-color: #FFFFFF;
	/*padding-left: 20px;*/
}

	.menu-items .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
		font-size: 11px !important;
	}

.m-l--45 {
	margin-left: -45px !important;
}

.grid-toolbar .dx-toolbar-after .dx-toolbar-item {
	padding: 0 0 0 5px !important;
}

.viewBid:before {
	color: #5a5a5a !important;
	content: '\f06e'
}

.favourite:before {
	color: #ffb822 !important;
	content: '\f005'
}

.notfavourite:before {
	color: #5a5a5a !important;
	content: '\f005'
}

.event-text-question {
	max-height: 100px;
	white-space: pre-wrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

.disabled {
	color: rgba(0,0,0,.38) !important;
}

.subgrid {
	min-width: 100%;
}

.mat-menu-panel-big {
	max-width: none !important;
}

.dx-htmleditor .dx-toolbar-items-container {
	height: 30px !important;
}

.dx-htmleditor .dx-icon {
	height: 11px !important;
	font-size: 11px !important;
	line-height: 11px !important;
}

.dx-htmleditor .dx-widget, .dx-box-item-content {
	font-size: 11px !important;
	line-height: 11px !important;
}

.dx-htmleditor .dx-texteditor-input {
	font-size: 11px !important;
	line-height: 11px !important;
	min-height: none !important;
}

.dx-htmleditor .dx-toolbar-text-auto-hide, .dx-htmleditor .dx-button, .dx-htmleditor .dx-button-content {
	padding: 2px !important;
}

.dx-htmleditor .dx-item {
	padding-bottom: 0px !important;
}

.dx-htmleditor input {
	min-height: 32px;
}

.selected-view {
	display: inline-block !important;
	/*margin-left: 20px !important;*/
}

	.selected-view input {
		font-size: 20px !important;
		font-weight: 600 !important;
	}

.mat-input-element[type=date]::after, .mat-input-element[type=datetime-local]::after, .mat-input-element[type=datetime]::after, .mat-input-element[type=month]::after, .mat-input-element[type=time]::after, .mat-input-element[type=week]::after {
	content: none !important;
}

.large-toast {
	width: 500px !important;
	height: 200px;
	overflow-y: scroll !important;
}

.cdk-overlay-connected-position-bounding-box {
	z-index: 1051 !important;
}

.cdk-overlay-container {
	z-index: 1051 !important;
}

.center {
	text-align: center;
}

.file-preview {
	overflow-x: auto;
}

.modal-dialog .modal-header {
	padding: 0;
}

.notes-text .radio {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.857143em;
	font-style: inherit;
	line-height: 1.33333;
	font-weight: 600;
	margin-top: 5px;
	color: rgb(23, 43, 77);
	overflow: hidden;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
	transform-origin: -10px -10px !important;
	margin-left: 10px;
	margin-top: 7px;
}

.html-column {
	max-height: 150px;
}

.dx-state-disabled.dx-widget, .dx-state-disabled .dx-widget {
	opacity: 1 !important;
}

.dx-state-disabled.dx-checkbox .dx-checkbox-icon, .dx-state-disabled .dx-checkbox .dx-checkbox-icon {
	opacity: 1 !important;
}

.dx-checkbox-icon {
	border: 1px solid #e2e5ec !important;
}

.mat-form-field-wrapper {
	padding-bottom: 5px !important;
}

.custom-formly .dx-htmleditor {
	min-height: 120px;
	max-height: 450px;
}

.custom-formly .event-description {
	min-height: 120px;
	max-height: 400px;
	overflow: auto;
	width: 100%;
	border: 1px solid #e2e5ec !important;
	padding: 7px 9px 8px;
}

.custom-formly .text-area {
	min-height: 120px;
	max-height: 100px;
	overflow: auto;
	width: 100%;
	border: 1px solid #e2e5ec !important;
	padding: 7px 9px 8px;
	white-space: pre-line;
	margin-top: -6px;
}

.sticky-header {
	background: #fff;
	position: sticky;
	top: 55px;
	z-index: 1;
}

.modal-body .sticky-header {
	top: 0;
}

.sticky-header-modal {
	background: #fff;
	position: sticky;
	top: -10px;
	z-index: 10;
}

.event-document .dx-fileuploader-wrapper {
	padding: 0px !important;
}

.event-document .dx-fileuploader-input-wrapper {
	border: 0px !important;
}

.custom-formly .invalid-feedback {
	display: inline;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.modal-open {
	overflow: hidden !important;
}

.modal-output-flow .modal-dialog {
	height: 50% !important;
}

.modal-output-flow .modal-content {
	height: 100% !important;
}

.modal-output-flow .modal-body {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
	overflow-y: auto;
	min-height: 30% !important;
}

.modal-output-flow .modal-footer {
	background-color: #fff;
	/*margin-left: -1px;
	margin-right: -1px;*/
}

.compare-responses .dx-toolbar-item-content {
	max-height: 35px !important;
}

.custom-formly .selected-items {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 13px;
	padding-right: 25px;
}

.dx-datagrid .dx-freespace-row.dx-column-lines > td {
	border-left: none;
	border-right: none;
}


.dx-button-mode-contained.dx-datagrid-save-button .dx-icon {
	color: white !important;
}

.dx-button-mode-contained.dx-datagrid-save-button .dx-button-content {
	color: white !important;
	background-color: #50cd89 !important;
}

.dx-button-mode-contained.dx-datagrid-refresh-button .dx-button-content {
	color: white !important;
	background-color: #50cd89 !important;
}

.dx-button-mode-contained.dx-datagrid-save-button.dx-state-disabled .dx-icon {
	color: #333 !important;
}

.dx-button-mode-contained.dx-datagrid-save-button.dx-state-disabled .dx-button-content {
	color: #333 !important;
	background-color: white !important;
}

.grid-multiline-column {
	max-height: 100px;
	white-space: pre-wrap;
	overflow: auto;
}

	.grid-multiline-column::-webkit-scrollbar {
		width: 5px;
	}

	/* Track */
	.grid-multiline-column::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(191,191,191,.7);
		/*border-radius: 10px;*/
	}

	/* Handle */
	.grid-multiline-column::-webkit-scrollbar-thumb {
		background: #ddd;
		/* border-radius: 10px;*/
	}

		/* Handle on hover */
		.grid-multiline-column::-webkit-scrollbar-thumb:hover {
			/* background: #b30000; */
		}

.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus, .dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
	outline: none !important;
}

.btn-primary-white {
	border: 1px solid rgb(0, 82, 204);
	border-radius: 3px;
	color: #0052CC !important;
	background-color: #FFF !important;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
}

	.btn-primary-white:hover {
		background-color: #f5f5f5 !important;
	}

.expand-button {
	/*margin-top: -5px;*/
	margin-top: -12px;
	border: none !important;
}

	.expand-button:hover {
		background-color: #E7E9ED;
	}

.modal .modal-content .modal-header .compress {
	color: #333;
	padding-right: 30px;
}

.modal .modal-content .modal-header .compress {
	outline: 0 !important;
	color: #000;
	font-family: LineAwesome;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.modal-header .compress {
	padding: 1.25rem;
	margin: -1rem -1.5rem -0.5rem auto;
}

button.compress {
	height: 100%;
}

button.compress {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.compress {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}


.compare-responses-auction .dx-cell-modified::after {
	border: none !important;
}

.tour-text-font-10 .introjs-tooltiptext {
	font-size: 10px !important;
}

.tour-text-font-14 .introjs-tooltiptext {
	font-size: 14px !important;
}

.introjs-tooltip {
	max-height: 400px;
	overflow-y: auto
}

.main-more-button {
	border-radius: 4px;
	border: 1px solid #ddd !important;
	background-color: #fff;
	color: #333;
	width: 25px !important;
	height: 34px !important;
	font-size: 11px !important;
}

.page-more-button {
	border-radius: 4px;
	border: 1px solid #ddd !important;
	background-color: #fff;
	color: #333;
	width: 25px !important;
	height: 34px !important;
	font-size: 11px !important;
}

.form-logic-deactivated {
	color: white !important;
	background-color: #7f00ff !important;
	margin-left: 15px;
	padding: .9rem .75rem;
	width: auto;
	height: 24px !important;
	font-size: 10px;
	border-radius: .42rem;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comments-btn-space {
	vertical-align: middle;
	margin-right: 5px;
}

ladda-button.formly-field-input-file-buttons, .ladda-button.formly-field-input-file-buttons:hover {
	background-color: #fff;
	color: #333;
}

/*	.ladda-button.formly-field-input-file-buttons:hover {
		border-color: rgba(0, 0, 0, .07);
		background-color: #fff;
	}*/

.ladda-button.formly-field-input-file-buttons .ladda-label {
	z-index: 0;
}

.ladda-button.formly-field-input-file-buttons[disabled], .ladda-button.formly-field-input-file-buttons[disabled]:hover, .ladda-button.formly-field-input-file-buttons[data-loading], .ladda-button.formly-field-input-file-buttons[data-loading]:hover {
	cursor: default;
	background-color: #999;
}

.ladda-button.formly-field-input-file-buttons, .ladda-button.formly-field-input-file-buttons .ladda-spinner, .ladda-button.formly-field-input-file-buttons .ladda-label {
	transition: none !important;
}

.change-email-button {
	color: #0052CC !important;
	padding: 0 !important;
	margin-bottom: 4px;
}

/* Style the buttons that are used to open and close the accordion panel */
.custom-formly .accordion {
	/*background-color: #eee;*/
	/*color: #444;*/
	cursor: pointer;
	/*padding: 18px;*/
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	.custom-formly .active, .custom-formly .accordion:hover {
		background-color: #ccc;
	}

/* Style the accordion panel. Note: hidden by default */
.custom-formly .accordion-panel {
	padding: 0 10px;
	background-color: white;
	/*	display: none;*/
	/*	overflow: hidden;*/
}

.section-label:has(.accordion:not(.active)) + .accordion-panel {
	display: none;
}

.section-label:has(.accordion.active) + .accordion-panel {
	display: block;
}

.custom-formly .accordion:after {
	content: '\23F4';
	font-size: 20px;
	color: rgb(0, 82, 204);
	float: right;
	margin-left: 5px;
	bottom: 0;
	position: absolute;
	right: 5px;
}

.custom-formly .active:after {
	content: "\23F7";
	/*right: 8px;*/
	/*width: 13px;*/
}

.system-form {
	padding: 0 10px;
}

.save-summary-button {
	background-color: #37bf75 !important;
	border-color: #37bf75 !important;
}

	.save-summary-button:hover {
		background-color: #50cd89 !important;
		border-color: #50cd89 !important;
	}

.edit-summary-button {
	font-size: 10px;
}

	.edit-summary-button:before {
		content: "\f304";
	}

.event-section-expandable {
	font-size: 20px !important;
}

.center-modal-w-20 .modal-dialog {
	/*height: 100%;*/
	width: 20%;
	min-width:600px;
	max-width: none;
	margin: 0 auto;
}

.center-modal-w-20 .modal-content {
	/*height: 100% !important;*/
}

.center-modal-w-20 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: auto;
}

.center-modal-w-20 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.center-modal-w-50 .modal-dialog {
	/*height: 100%;*/
	width: 50%;
	min-width: 600px;
	max-width: none;
	margin: 0 auto;
}

.center-modal-w-50 .modal-content {
	/*height: 100% !important;*/
}

.center-modal-w-50 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: auto;
}

.center-modal-w-50 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

.center-modal-w-100 .modal-dialog {
	height: 100%;
	width: 100%;
	max-width: none;
	margin: 0;
}

.center-modal-w-100 .modal-content {
	height: 100% !important;
}

.center-modal-w-100 .modal-body {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	overflow-y: auto;
}

.center-modal-w-100 .modal-footer {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}
.global-document{
	width:50%;
	display:contents;
}
