:root {
	--ubox-darckbg: #171324;
	--ubox-darckblue: #171324;
	--ubox-orange: #ffbd59;
	--ubox-yelow: #ffde59;
	--ubox-white: #ffffff;
}

body {
	background-image: linear-gradient(to bottom right, rgba(51, 51, 51, 1), rgba(53, 53, 53, 1), rgba(51, 51, 51, 1));
}

body a {
	color: var(--ubox-darckblue);
}

body article aside {
	display: none !important;
}

body article .article-title {
	margin-bottom: 25px;
}

body>.t3-wrapper>div {
	max-width: 1440px;
}

#t3-mainbody {
	background-color: #fff;
}

.btn i {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

body .btn-primary {
	color: var(--ubox-darckbg);
	background-color: var(--ubox-white);
	border-color: var(--ubox-darckbg);
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active,
body .open .dropdown-toggle.btn-primary {
	color: var(--ubox-yelow);
	background-color: var(--ubox-white);
	border-color: var(--ubox-yelow);
}

body .btn-primary:hover svg {
	fill: var(--ubox-yelow);
}

body .right-navigation .off-canvas-toggle {
	background: var(--ubox-darckblue);
	font-size: 24px;
}

body .right-navigation .off-canvas-toggle>span {
	color: #ffffff;
}

body .right-navigation .off-canvas-toggle:hover>span {
	color: var(--ubox-yelow);
}

body .right-navigation .off-canvas-toggle:hover>span svg {
	fill: var(--ubox-yelow);
}

body #t3-off-canvas li.active>a,
body #t3-off-canvas li.active>span,
body #t3-off-canvas .nav a:hover {
	color: var(--ubox-orange);
}

body .hiddenField {
	display: none !important;
}

/* offline */
body .offline-frm {
	background-color: var(--ubox-darckbg);
}

body #frame.outline {
	color: var(--ubox-white);
}

#form-login-username label,
#form-login-password label {
	color: var(--ubox-white);
}

body #frame.outline {
	background: url(../../../images/offline-bg.jpg) no-repeat left top var(--ubox-darckbg);
}

body #submit-buton .button {
	background-color: var(--ubox-orange);
}

body #submit-buton .button:hover,
body #submit-buton .button:focus,
body #submit-buton .button:active {
	background-color: var(--ubox-yelow);
}

body #submit-buton .button:hover svg {
	fill: var(--ubox-yelow);
}

/* end offline */

#t3-header.t3-header {
	position: sticky;
	top: 0;
}

#t3-header.t3-header>* {
	background-color: var(--ubox-darckbg);
}

#t3-header.t3-header .logo {
	max-width: 320px;
}

.logo a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	max-height: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 280px;
}

.logo a img {
	display: block;
	max-height: 100%;
	margin: 0px;
	padding: 0px;
	height: 90%;
	width: auto;
}

.logo a span {
	display: none;
}

.navbar-default {
	text-align: right;
}

.t3-content-mast-top .acm-features .features-content .features-item {
	background: rgba(23, 19, 36, 0.6) !important;
	color: #ffffff !important;
}

.acm-features .features-content .btn {
	border-color: var(--ubox-yelow);
	color: var(--ubox-darckblue);
	background-color: var(--ubox-yelow);
}

.acm-features .features-content .btn:hover {
	border-color: var(--ubox-orange);
	color: #ffffff;
	background-color: var(--ubox-orange);
}

.acm-features .features-content .btn:hover svg {
	fill: #ffffff;
}

.acm-features .features-title h3 {
	text-align: center;
	color: var(--ubox-yelow);
	font-size: 48px;
}

.acm-contact-info .map-container {
	width: 100% !important;
	height: 100% !important;
}

.acm-contact-info .map-container>div {
	width: 100% !important;
	height: 100% !important;
}

.aiRent.edit.customers {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.aiRent.edit.customers::after {
	content: "-";
	display: block;
	float: none;
	clear: both;
	margin: 20px 0px 20px 0px;
	background-color: #fff;
	color: #fff;
}

.aiRent.edit.customers .form-group {
	margin: 0px 0px 10px 0px;
}

.aiRent.edit.customers .form-group-spacer {
	display: block;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px dotted #ccc;
	line-height: 1px;
}

.aiRent.edit.customers .page-title {
	display: block;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.aiRent.edit.customers .login_container {
	display: block;
	float: left;
	width: calc(50% - 40px);
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.aiRent.edit.customers .register_container {
	display: block;
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.aiRent.edit.customers .login_container input[type="text"],
.aiRent.edit.customers .login_container input[type="number"],
.aiRent.edit.customers .login_container input[type="password"] {
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin: 0px 0px 9px 0px;
	padding: 4px 8px;
	width: 100%;
	max-width: 100%;
}

.aiRent.edit.customers .login_container .input-group-text,
.aiRent.edit.customers .login_container .btn {
	display: block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin: 0px 0px 9px 0px;
	padding: 4px 14px;
	background-color: #e9e9ed;
	color: #333333;
}

.aiRent.edit.customers .customer_fields #edit_record select,
.aiRent.edit.customers .customer_fields #edit_record textarea,
.aiRent.edit.customers .customer_fields #edit_record input[type="text"],
.aiRent.edit.customers .customer_fields #edit_record input[type="number"],
.aiRent.edit.customers .customer_fields #edit_record input[type="password"] {
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin: 0px 0px 9px 0px;
	padding: 4px 8px;
	width: 100%;
	max-width: 480px;
}

.aiRent.edit.customers .customer_fields #edit_record .chosen-container {
	max-width: 480px;
	margin: 0px 0px 9px 0px;
}

.aiRent.edit.customers .customer_fields #edit_record #born_date {
	max-width: 120px;
}

.aiRent.edit.customers .password_field {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
}

.aiRent.edit.customers .customer_fields #edit_record #password,
.aiRent.edit.customers .customer_fields #edit_record #password2 {
	width: calc(100% - 42px);
	max-width: 438px;
}

.aiRent.edit.customers .customer_fields #edit_record .password_field .btn {
	border: 1px solid #cccccc;
	height: 37px;
}

.item-page .pagenavigation .pagination {
	display: flex;
	width: 100%;
	flex-flow: row;
	justify-content: space-between;
}

.item-page .pagenavigation .previous,
.item-page .pagenavigation .next {
	display: inline-block;
	border: 1px solid var(--ubox-yelow);
	color: var(--ubox-yelow);
}

.item-page .pagenavigation .previous:hover,
.item-page .pagenavigation .next:hover {
	border: 1px solid var(--ubox-darckbg);
	color: var(--ubox-darckbg);
}

.item-page .pagenavigation .previous:hover svg,
.item-page .pagenavigation .next:hover svg {
	fill: var(--ubox-darckbg);
}

.aiRent td {
	border: none;
	padding: 5px;
}

.boxaContainer {
	display: flex;
	flex-flow: row nowrap;
}

.boxaContainer .boxaFieldsContainer {
	width: 25%;
	display: flex;
	flex-flow: column nowrap;
}

.boxaContainer .boxaPlanContainer {
	width: 75%;
}

.boxaContainer .boxaFieldsContainer .rentFee {
	font-size: 24px;
	font-weight: bold;
}

.contractDetailsContainer {
	display: block;
	margin: 20px 20px 20px 0px;
}

.bookButton a {
	transition: all .5s ease;
	font-size: 24px;
	color: #0db548;
	border-color: #0db548;
	border-radius: 4px;
}

.bookButton a:hover {
	color: #f70000;
	border-color: #f70000;
}

.bookButton a:hover svg {
	fill: #f70000;
}

body .acm-features.maiMultSpatiuContainer {
	padding: 24px;
}

body .acm-features.maiMultSpatiuContainer .features-content .features-item {
	padding: 24px 48px;
}

body .beneficiiRapideContainer .item-wrap .features-item {
	padding: 16px;
}

body .beneficiiRapideContainer .item-wrap .features-item .icon {
	margin-bottom: 8px;
}

body .beneficiiRapideContainer .item-wrap .features-item .icon img {
	height: 60px;
}

body .beneficiiRapideContainer .features-item>a.btn {
	display: none !important;
}

body .homePageYoutubeVideoContainer p {
	display: none !important;
}

body div.SpatiileNoastre .items-leading .item-content {
	display: none !important;
}

body div.SpatiileNoastre .items-leading .item-image {
	display: block;
	position: relative;
	float: none !important;
	margin: 0px auto;
	width: 710px;
	max-width: 100%;
}

body div.SpatiileNoastre .cat-children {
	display: flex;
	flex-flow: row wrap;
}

body div.SpatiileNoastre .cat-children>div {
	display: block;
	width: calc(50% - 40px);
	margin: 0px 20px 40px 20px;
}

body div.SpatiileNoastre .cat-children>div h3.item-title {
	border: none;
	padding: 11.5px 5px 5px 5px;
}

body div.SpatiileNoastre .cat-children>div .category-desc>p {
	display: none !important;
}

.div_select_combo,
.div_select_combo .chosen-container {
	max-width: 100%;
}

@media (max-width: 991px) {
	.columnMobileLabel {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 4px 8px;
		background: linear-gradient(#152a58, #16367a);
		color: #FFF;
		font-weight: bold;
	}

	#filterBar>div {
		margin: 0px 0px 10px 0px;
	}

	div.div_filter_customers_id_container {
		width: calc(100% - 80px);
	}

	div.div_filter_customers_id_container .chosen-container {
		width: 100%;
	}

	table.aiRentRecordsTable {
		border: none;
	}

	table.aiRentRecordsTable>thead {
		display: none !important;
	}

	table.aiRentRecordsTable>tbody>tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: flex-start;
		padding: 0px 0px 5px 0px;
		margin: 10px 0px 20px 0px;
		border: none;
	}

	table.aiRentRecordsTable>tbody>tr>td {
		border: none;
	}

	table.aiRentRecordsTable>tbody>tr>td.status_name_container {
		width: 100px;
	}

	table.aiRentRecordsTable>tbody>tr>td.location_name_container {
		width: 80px;
	}

	table.aiRentRecordsTable>tbody>tr>td.efactura_container {
		width: 80px;
	}

	table.aiRentRecordsTable>tbody>tr>td.efactura_container .columnValue {
		font-size: 10px;
	}

	table.aiRentRecordsTable>tbody>tr>td.invoice_amount_container {
		width: 120px;
	}

	table.aiRentRecordsTable>tbody>tr>td.payment_date_container {
		width: 100px;
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.contract_customer_name_container {
		width: calc(100% - 180px);
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.contract_no_container {
		width: 100%;
	}

	table.aiRentRecordsTable.noCustomer>tbody>tr>td.contract_no_container {
		width: calc(100% - 180px);
	}

	table.aiRentRecordsTable>tbody>tr>td.services_container {
		width: 100%;
	}

	table.aiRentRecordsTable>tbody>tr>td.proforma_no_container {
		width: calc(100% - 380px);
	}

	table.aiRentRecordsTable>tbody>tr>td.payment_no_container {
		width: calc(100% - 200px);
	}

	table.aiRentRecordsTable>tbody>tr>td.invoice_customer_name_container,
	table.aiRentRecordsTable>tbody>tr>td.invoice_positions_container {
		width: 100%;
	}

	table.aiRentRecordsTable>tbody>tr>td.payment_customer_name_container {
		width: 50%;
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.payment_invoices_container {
		width: 50%;
	}

	table.aiRentRecordsTable.noCustomer>tbody>tr>td.payment_invoices_container {
		width: 100%;
	}

	table#customers.aiRentRecordsTable>tbody>tr>td.name_container,
	table#customers.aiRentRecordsTable>tbody>tr>td.company_container {
		width: 50%;
	}

	table#customers.aiRentRecordsTable>tbody>tr>td.county_container {
		width: 15%;
	}

	table#customers.aiRentRecordsTable>tbody>tr>td.locality_container {
		width: 20%;
	}

	table#customers.aiRentRecordsTable>tbody>tr>td.phone_container {
		width: 20%;
	}

	table#customers.aiRentRecordsTable>tbody>tr>td.email_container {
		width: 45%;
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.contract_no_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.services_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.invoice_customer_name_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.invoice_positions_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.payment_customer_name_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.payment_invoices_container .columnMobileLabel,
	table#customers.aiRentRecordsTable>tbody>tr>td.county_container .columnMobileLabel,
	table#customers.aiRentRecordsTable>tbody>tr>td.locality_container .columnMobileLabel,
	table#customers.aiRentRecordsTable>tbody>tr>td.phone_container .columnMobileLabel,
	table#customers.aiRentRecordsTable>tbody>tr>td.email_container .columnMobileLabel {
		background: linear-gradient(#e9e9ed, #ffffff);
		color: var(--ubox-darckblue);
	}
}

@media (max-width: 767px) {
	body div.SpatiileNoastre .cat-children>div {
		display: block;
		width: calc(100% - 40px);
		margin: 0px 20px 40px 20px;
	}

	#adminForm.aiRentdashboard>table td {
		display: block;
	}
}

@media (max-width: 680px) {

	.boxaContainer {
		display: flex;
		flex-flow: column nowrap;
	}

	.boxaContainer .boxaFieldsContainer {
		width: 100%;
		flex-flow: row nowrap;
	}

	.boxaContainer .boxaPlanContainer {
		width: 100%;
	}

	.aiRent.edit.customers .login_container,
	.aiRent.edit.customers .register_container {
		float: none;
		width: 100%;
	}

	table.aiRentRecordsTable>tbody>tr>td.efactura_container {
		display: none;
	}

	table.aiRentRecordsTable>tbody>tr>td.proforma_no_container {
		width: calc(100% - 300px);
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.payment_date_container {
		width: calc(100% - 100px);
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.payment_no_container {
		width: 100%;
	}

	table.aiRentRecordsTable.withCustomer>tbody>tr>td.payment_no_container .columnMobileLabel {
		background: linear-gradient(#e9e9ed, #ffffff);
		color: var(--ubox-darckblue);
	}
}

@media (max-width: 540px) {
	table.aiRentRecordsTable.noCustomer>tbody>tr>td.contract_no_container {
		width: 100%;
	}

	table#contracts.aiRentRecordsTable>tbody>tr>td.location_name_container {
		width: calc(100% - 100px);
	}

	table#invoices.aiRentRecordsTable>tbody>tr>td.location_name_container {
		width: calc(100% - 100px);
	}

	table.aiRentRecordsTable>tbody>tr>td.proforma_no_container {
		width: calc(100% - 120px);
	}

	table.aiRentRecordsTable.noCustomer>tbody>tr>td.contract_no_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.proforma_no_container .columnMobileLabel,
	table.aiRentRecordsTable>tbody>tr>td.invoice_amount_container .columnMobileLabel {
		background: linear-gradient(#e9e9ed, #ffffff);
		color: var(--ubox-darckblue);
	}
}
