/* acqua-admin */
body.adminlogin {
	height: auto;
} 
body.adminlogin .push {
	display: none;
}
/*body[class*='admindashboard'],
body[class*='crud']{
	font-family: "Work Sans", "Open Sans", Arial, sans-serif;
	font-family: "Open Sans", Arial, sans-serif;
}*/
body[class*='admindashboard'] .wrapper {
	/*background: #f1f2f5 url('/assets/img/bg-two-tone-4.png') repeat-x left 70px;*/
	background-color: #e5e5e5;
}
body[class*='admindashboard'] .bg-dark {
	height: 220px;
	background-color: #282c2f;
	border-bottom: 1px solid #fff;
}
body[class*='admindashboard'] .acqua-admin {
	margin-top: -220px;
}
body[class*='admindashboard'] .a2a_floating_style {
	display: none;
}
body.admin-section {
	font-family: "Open Sans", Arial, sans-serif;
}

.acqua-admin h1 {
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
}
.acqua-admin h1 p {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}
.acqua-admin h2 {
	/*margin-bottom: 16px;
	padding-bottom: 4px;*/
	font-weight: 600;
	font-size: 20px;
	/*border-bottom: 1px solid #ddd;*/
}
.acqua-admin h2 > .fa {	
	position: relative;
	top: -3px;
	font-size: 14px;
}
.acqua-admin h3 {
	font-weight: 600;
	font-size: 18px;
}
.acqua-admin .acqua-flex-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 16px;
}
.acqua-admin .acqua-flex-heading .acqua-back-btn-wrapper {
	text-align: right;
}
.acqua-admin .acqua-flex-heading .acqua-flex-heading-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;	
}
.acqua-admin .acqua-btn-options-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.acqua-admin .acqua-note {
	font-style: italic;
	font-size: 12px;
}
.acqua-admin .acqua-box-gray {
	margin-bottom: 16px;
	padding: 12px;
	background-color: #f5f5f5;
	/*border-bottom: 1px solid #e8e8e8;*/
}
.acqua-admin .acqua-box-gray.bordered {
	border: 1px solid #ccc;
}
.acqua-admin hr {
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-color: #ddd;
}
.acqua-admin hr.acqua-hr-gray {
	border-top-color: #ddd;
}
.acqua-admin .red {
	color: #ff0000;
}
.acqua-admin .green {
	color: #1bba12;
}
.acqua-admin .pointer {
	cursor: pointer;
}
.acqua-admin .acqua-view-old-admin {
	margin-top: 12px;
	text-align: right;
}
@media screen and (max-width: 575px){
	.acqua-admin .acqua-view-old-admin {
		text-align: center;
	}
	.acqua-admin .acqua-view-old-admin .btn {
		width: 100%;
	}
}

.acqua-admin-selected-filter {
	display: inline-flex;
	align-items: center;
	gap: 0 4px;
	width: auto;
	margin-right: 2px;
	margin-bottom: 4px;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #aaa;
	border-radius: 4px;
	transition: all .25s ease;	
}
.acqua-admin-selected-filter .fa-times {
	font-size: 14px;
	color: red;
	line-height: 1;
	cursor: pointer;
}
.acqua-admin .table > thead > tr > th {
	vertical-align: middle;
}
.acqua-admin .bb-0 {
	border-bottom: none !important;
}
.acqua-admin .text-form-like-view {	
	max-height: 400px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	overflow: auto;
}
.acqua-admin .acqua-pseudo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #337ab7;
	cursor: pointer;
}
.acqua-admin .acqua-pseudo-link .fa {
	margin-left: 4px;
	font-size: 10px;
}
.acqua-admin .acqua-compact-grid .row {
	margin-right: -4px;
	margin-left: -4px;
}
.acqua-admin .acqua-compact-grid [class*="col"] {
	padding-right: 4px;
	padding-left: 4px;
}
.acqua-admin .acqua-admin-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.acqua-admin .acqua-admin-col {
	flex: 0 0 auto;
	padding: 0 4px 8px;
}
.acqua-admin .label-lg {
	font-size: 16px;
}
.acqua-admin-box {
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.acqua-admin .spacer2 {height: 2px;}
.acqua-admin .spacer4 {height: 4px;}
.acqua-admin .spacer8 {height: 8px;}
.acqua-admin .spacer12 {height: 12px;}
.acqua-admin .spacer16 {height: 16px;}
.acqua-admin .spacer20 {height: 20px;}
.acqua-admin .spacer24 {height: 24px;}
.acqua-admin .spacer25 {height: 25px;}
.acqua-admin .spacer32 {height: 32px;}

.acqua-admin .form-group {
	margin-bottom: 12px;
}
/* /GLOBAL CSS */

/* acqua-admin-footer-logos */
 .acqua-admin-footer-logos .acqua-admin-row {
	margin-right: -8px;
	margin-left: -8px;
}
.acqua-admin-footer-logos .acqua-admin-col {
	width: 33.33334%;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}
.acqua-admin-footer-logo-wrapper {
	height: 100%;
	padding: 8px;
	border: 2px solid rgba(0, 0, 0, 0.3);
}
#teform_logos,
.dropzone.dz-clickable {
	height: 100% !important;
}
.line_edit_extra {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;	
	border: none !important;
}
.acqua-admin-footer-logo-wrapper .dropzone {
	border: none;
}
.acqua-admin-footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.acqua-admin-footer-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	border: 1px solid #ccc;
}
@media screen and (max-width: 767px){
	.acqua-admin-footer-logos .acqua-admin-col {
		width: 50%;
	}
}
@media screen and (max-width: 500px){
	.acqua-admin-footer-logos .acqua-admin-col {
		width: 100%;
	}
}

/* inpage styles */
.acqua-admin .chosen-container-multi .chosen-choices {
	/*height: 34px !important;*/
	border-color: #ddd;
}
.acqua-admin .chosen-container-multi .chosen-choices li.search-field {	
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.acqua-admin .newline_for_blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4px;
	min-height: 76px;
	padding: 4px;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.acqua-admin .add_block_pack {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 4px;
	padding: 4px;
	font-size: 12px;
	background: #fff; 
	border: 1px solid #aaa;
	border-radius: 4px;
	line-height: 1;
}
.acqua-admin .add_block_pack_close {
	height: 18px;
	font-weight: bold;
	font-size: 20px;
	color: #f00;
	line-height: 1;
	cursor: pointer;
}
/* /inpage styles */

/* buttons */
.acqua-admin .btn {
	border-radius: 4px;
}
.acqua-admin .btn .btn-xs {
	border-radius: 2px;
}
.acqua-admin .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.acqua-admin .btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.acqua-admin .btn-info.active.focus,
.acqua-admin .btn-info.active:focus,
.acqua-admin .btn-info.active:hover,
.acqua-admin .btn-info:active.focus,
.acqua-admin .btn-info:active:focus,
.acqua-admin .btn-info:active:hover,
.acqua-admin .open > .dropdown-toggle.btn-info.focus,
.acqua-admin .open > .dropdown-toggle.btn-info:focus,
.acqua-admin .open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.acqua-admin-warning {
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 12px;
	color: #cc0000;
	border-bottom: 1px solid #ddd;
}
/*@media screen and (max-width: 575px){
	.btn {white-space: normal;}
}*/
/* buttons */

/* admin-training-panel-container */
.admin-training-panel-menu-label {
	position: relative;
	float: left;
	display: inline-block;
	width: 40px;
	height: 39px;
	margin-right: 20px;
	font-size: 24px;
	color: #ebd834;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.05);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
	pointer-events: none;
}
body.training-panel-open .admin-training-panel-menu-label {
	opacity: 1;
	pointer-events: auto;
}
.admin-training-panel-menu-label .notifications {
	position: absolute;
	z-index: 5;
	top: 2px;
	left: -10px;
	min-width: 20px;
	padding: 2px 3px 2px 1px;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	background: #ff0000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.admin-training-panel-menu-label:hover,
.admin-training-panel-menu-label:focus {
	color: #f2e782;
	background-color: #282c2f;
}
.admin-training-panel-container {
	position: fixed;
	z-index: 1100;
	top: 0;
	right: -380px;
	bottom: 0;
	width: 380px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25); 
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25); 
			box-shadow: 0 2px 5px rgba(0,0,0,0.25); 
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-training-panel-container.open {
	right: 0;
}
.admin-training-panel-container .admin-training-panel-label {
	position: absolute;
	z-index: 1075;
	top: 35%;
	left: -40px;
	width: 40px;
	font-size: 24px;
	color: #ebd834;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background-color: #444;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-training-panel-container.open .admin-training-panel-label {
	opacity: 0;
	pointer-events: none;
}
.admin-training-panel-container .admin-training-panel-label .notifications {
	position: absolute;
	z-index: 5;
	top: -4px;
	left: -10px;
	min-width: 20px;
	padding: 2px 3px 2px 1px;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	background: #ff0000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.admin-training-panel-container .admin-training-panel-close-bar {
	position: relative;
	z-index: 10;
	padding: 6px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
			box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	cursor: pointer;
}
.admin-training-panel-container .admin-training-panel-close-bar .notifications-wrapper {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 13px;
	color: #777;
}
.admin-training-panel-container .admin-training-panel-close-bar .notifications {
	display: inline-block;
	min-width: 20px;
	padding: 3px 5px;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #ff0000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.admin-training-panel-container .admin-training-panel-close-bar .close {
	font-size: 26px;
	filter: alpha(opacity=35);
	opacity: .35;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	_pointer-events: none;
}
.admin-training-panel-container .admin-training-panel-close-bar .close:focus,
.admin-training-panel-container .admin-training-panel-close-bar .close:hover {
	filter: alpha(opacity=50);
	opacity: .5;
}
.admin-training-panel-container .admin-training-panel {
	position: absolute;
	z-index: 5;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 15px 10px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.admin-training-panel-container .admin-training-panel .title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #282c2f;
	text-align: center;
}
.admin-training-panel-container .admin-training-panel .subtitle {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	color: #808283;
	text-align: center;
}
.admin-training-panel-container .admin-training-panel .panel-box {
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.admin-training-panel-container .admin-training-panel .panel-box a {
	position: relative;
	display: block;
	padding: 10px 35px;
	font-weight: 500;
	font-size: 14px;
	color: #808283;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-training-panel-container .admin-training-panel .panel-box .panel-box-title {
	position: relative;
	padding: 10px 10px 10px 50px;
	font-weight: 600;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.admin-training-panel-container .admin-training-panel .panel-box .panel-box-title p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
}
.admin-training-panel-container .admin-training-panel .panel-box .panel-box-title .fa {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);	
	font-size: 28px;
}
.admin-training-panel-container .admin-training-panel .panel-box a:last-of-type {
	border-bottom: none;
}
.admin-training-panel-container .admin-training-panel .panel-box a:hover {
	color: #555;
	background-color: #f9f9f9;
}
.admin-training-panel-container .admin-training-panel .panel-box a .file-symbol {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);	
	font-size: 18px;
}
.admin-training-panel-container .admin-training-panel .panel-box.video a .file-symbol {
	color: #f40000;
}
.admin-training-panel-container .admin-training-panel .panel-box.faq a .file-symbol {
	color: #337ab7;
}
.admin-training-panel-container .admin-training-panel .panel-box a .icon-status {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);	
	font-size: 14px;
	color: #f40000;
}
.admin-training-panel-container .admin-training-panel .panel-box a.file-not-viewed .icon-status.icon-not-viewed {
	color: #f40000;
}
.admin-training-panel-container .admin-training-panel .panel-box a.file-not-viewed .icon-status.icon-viewed {
	display: none;
}
.admin-training-panel-container .admin-training-panel .panel-box a.file-viewed .icon-status.icon-viewed {
	color: #1e9f75;
}
.admin-training-panel-container .admin-training-panel .panel-box a.file-viewed .icon-status.icon-not-viewed {
	display: none;
}
@media screen and (max-width: 767px){
	.admin-training-panel-container {
		display: none;
	}
}

.acqua-admin table {
	margin-bottom: 12px;
	background-color: #fff;
}
.acqua-admin .CodeMirror {
	border: 1px solid #ddd;
}

/* login-page */
.acqua-admin.login-page {
	padding-top: 50px; 
	padding-bottom: 70px;
}
.acqua-admin.login-page .acqua-login-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.acqua-admin.login-page .acqua-login-wrapper h2 {
	margin-bottom: 0;
	font-weight: 600;
}
.acqua-admin.login-page .acqua-login-wrapper h2 + p {
	margin-bottom: 25px;
	color: #777;
}
.acqua-admin.login-page .acqua-login-wrapper .display-table {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
.acqua-admin.login-page .acqua-login-wrapper .display-table-cell {
	display: table-cell;
	width: 50%;
	height: 100%;
	padding: 40px 30px;
	vertical-align: middle;
}
.acqua-admin.login-page .acqua-login-wrapper .display-table-cell + .display-table-cell {
	background-color: #f1f1f1;
}
.acqua-admin.login-page .acqua-login-wrapper form .form-group {
	margin-bottom: 20px;
}
.acqua-admin .form-control {
	border-color: #ddd;
}
.acqua-admin textarea.form-control {
	resize: none;
	overflow: auto;
	min-height: 100px;
	max-height: 600px;
}
.acqua-admin.login-page .acqua-login-wrapper form .form-control {
	border-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-admin.login-page .acqua-login-wrapper form .form-control:focus {
	border-color: rgba(0,0,0,0.5);
}
.acqua-admin.login-page .acqua-login-wrapper form .input-group {
	width: 100%;
}
.acqua-admin.login-page .acqua-login-wrapper form .input-group-addon {
	width: 40px;
	background-color: #f5f5f5;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-admin.login-page .acqua-login-wrapper form .input-group-addon i {
	font-size: 16px;
	color: #777;
}
.acqua-admin.login-page .acqua-login-wrapper form .btn {
	min-width: 150px;
}
.acqua-admin.login-page .acqua-login-wrapper form .forgot-link {
	text-align: right;
	line-height: 34px;
}
.acqua-admin.login-page .acqua-login-wrapper form .forgot-link a {
	font-size: 13px;
}
.acqua-admin.login-page .acqua-login-wrapper form .form-group.remember-group {
	margin-top: 10px;
	margin-bottom: 15px;
}
.acqua-admin.login-page .acqua-login-wrapper form .form-group.remember-group label {
	font-weight: 400;
	font-size: 14px;
	color: #777;
}
.acqua-admin.login-page .acqua-login-wrapper form .error-message {
	margin-bottom: 3px;
	padding: 0 5px;
	font-size: 13px;
	color: #cc0000;
}
.acqua-admin.login-page .acqua-login-wrapper .right-info {
	font-size: 14px;
	color: #777;
	text-align: center;
}
.acqua-admin.login-page .acqua-login-wrapper .right-info .login-logo {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	opacity: 0.85;
}
.acqua-admin.login-page .acqua-login-wrapper .right-info p {
	margin-bottom: 15px;
}
.acqua-admin.login-page .acqua-login-wrapper .right-info .btn {
	min-width: 150px;
	margin-top: 15px;
}

@media screen and (max-width: 767px){
	.acqua-admin.login-page .acqua-login-wrapper .display-table,
	.acqua-admin.login-page .acqua-login-wrapper .display-table-cell {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-admin.login-page .acqua-login-wrapper .display-table-cell {
		padding: 20px;
	}
	/*.acqua-admin.login-page .acqua-login-wrapper form .login-btn,*/
	.acqua-admin.login-page .acqua-login-wrapper form .forgot-link {
		text-align: center;
	}
	.acqua-admin.login-page .acqua-login-wrapper form .forgot-link {
		padding-top: 10px;
	}
	/*.acqua-admin.login-page .acqua-login-wrapper form .login-btn .btn {
		min-width: 150px;
	}*/
	.acqua-admin.login-page .acqua-login-wrapper h2,
	.acqua-admin.login-page .acqua-login-wrapper h2 + p {
		text-align: center;
	}
}
/* /login-page */

.acqua-admin .heading-with-btn .btn {
	margin-top: 15px;
}
.acqua-admin .dashboard-main-tabs {
	/*margin-right: -5px;
	margin-left: -5px;*/
	text-align: center;
}
.acqua-admin .dashboard-main-tabs .main-tab {
	position: relative;
	display: inline-block;
	width: 100px;
	/*padding-right: 5px;
	padding-left: 5px;*/
	padding-right: 0;
	padding-left: 0;
	color: #fff;
	vertical-align: top;
}
.acqua-admin .dashboard-main-tabs .main-tab .arrow-up {
	position: absolute;
	z-index: 5;
	bottom: -17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.acqua-admin .dashboard-main-tabs .main-tab.active .arrow-up {
	opacity: 1;
}
.acqua-admin .dashboard-main-tabs .main-tab a {
	position: relative;
	display: block;
	height: 90px;
	padding-top: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;	
}
.acqua-admin .dashboard-main-tabs .main-tab.more-tab a {
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
}
.acqua-admin .dashboard-main-tabs .main-tab:hover a,
.acqua-admin .dashboard-main-tabs .main-tab:focus a,
.acqua-admin .dashboard-main-tabs .main-tab.active a {
	background-color: rgba(255,255,255,.10);
}
.acqua-admin .dashboard-main-tabs .main-tab a .fa {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
}
.acqua-admin .dashboard-main-tabs .main-tab a .number {
	position: absolute;
	z-index: 5;
	top: 1px;
	right: 1px;
	min-width: 24px;
	padding: 2px 2px 1px;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	background: #ff0000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-admin .dashboard-main-tabs .main-tab a .text {
	line-height: 1.2;
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs-menu {
	position: absolute;
	z-index: -1;
	top: 100%;
	/*right: 5px;*/
	right: 0;
	min-width: 160px;
	background-color: #282c2f;
	-webkit-border-radius: 4px 0 4px 4px;
	   -moz-border-radius: 4px 0 4px 4px;
			border-radius: 4px 0 4px 4px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs-menu.show-submenu {
	opacity: 1;
	z-index: 10000;
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs {
	display: none;
	padding: 10px;
	font-size: 12px;
	color: rgba(255,255,255,.85);
	text-align: left;		
	white-space: nowrap;
	background-color: rgba(255,255,255,.10);
	border-bottom: 1px dotted rgba(255,255,255,0.25);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs:last-of-type {
	border-top: none;
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs:hover,
.acqua-admin .dashboard-main-tabs .hidden-main-tabs:focus {
	color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,.05);
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs.selected-tab-more {
	color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
}
.acqua-admin .dashboard-main-tabs .hidden-main-tabs .fa-wrapper {
	display: inline-block;
	width: 20px;
	text-align: center;
}

#hidden_more_tab {display: none;}
@media screen and (max-width: 1185px) {
	#hidden_more_tab {display: inline-block;}
	#id_misc_dash {display: none;}
	#hidden_main_tabs_misc {display: block;}
	#id_knowledge_base_dash {display: none;}	
	#hidden_main_tabs_knowledge_base {display: block;}
}
@media screen and (max-width: 1080px) {
	#id_settings_dash {display: none;}
	#hidden_main_tabs_settings {display: block;}
}
@media screen and (max-width: 980px) {
	#id_billing_dash {display: none;}
	#hidden_main_tabs_billing {display: block;}	
}
@media screen and (max-width: 940px) {
	#hidden_main_tabs_design {display: block;}
	#id_design_dash {display: none;}
}
@media screen and (max-width: 840px) {
	#hidden_main_tabs_media {display: block;}
	#id_media_dash {display: none;}
}
@media screen and (max-width: 720px) {
	#hidden_main_tabs_travel_items {display: block;}
	#id_travel_dash {display: none;}
}
@media screen and (max-width: 615px) {
	#hidden_main_tabs_pages {display: block;}
	#id_static_dash {display: none;}
}
@media screen and (max-width: 501px) {
	#hidden_main_tabs_leads {display: block;}
	#id_leads_dash {display: none;}
}

/*#hidden_more_tab {display:none;}
@media screen and (max-width: 1026px) {
	#hidden_more_tab {display: inline-block;}
	#hidden_main_tabs_settings {display:block;}
	#hidden_main_tabs_billing {display:block;}        
	#id_billing_dash {display:none;}
	#id_settings_dash {display:none;}
}
/*
@media screen and (max-width: 1071px) {
	#hidden_main_tabs_email_settings {display:block;}
	#id_email_dash {display:none;}        
}
*/
/*@media screen and (max-width: 915px) {
	#hidden_main_tabs_design {display:block;}
	#id_design_dash {display:none;}
}
@media screen and (max-width: 825px) {
	#hidden_main_tabs_media {display:block;}
	#id_media_dash {display:none;}
}
@media screen and (max-width: 695px) {
	#hidden_main_tabs_travel_items {display:block;}
	#id_travel_dash {display:none;}
}
@media screen and (max-width: 615px) {
	#hidden_main_tabs_pages {display:block;}
	#id_static_dash {display:none;}
}
@media screen and (max-width: 501px) {
	#hidden_main_tabs_leads {display:block;}
	#id_leads_dash {display:none;}
}*/

.extranum_small{
	color: #fff;
	line-height: 1;
	background: #ff0000;
	border-radius: 2px;
	z-index: 5;
	top: 5px;
	right: 0px;
	min-width: 24px;
	padding: 2px 2px 1px;
	font-weight: 500;
	font-size: 11px;
	margin-right: -5px;
	float: right;
}
.acqua-admin .dashboard-main-content {
	margin-top: 16px;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
			box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.acqua-admin .dashboard-main-content-heading {
	margin-bottom: 12px;
}
.acqua-admin .dashboard-main-content-heading a {
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 0;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background-color: #25aae2;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-admin .dashboard-main-content-heading h1 {
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
	font-size: 28px;
	border: none;
}
.acqua-admin .dashboard-main-content-heading p {
	margin-bottom: 8px;
	font-size: 14px;
}
.acqua-admin .dashboard-top-links {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.acqua-admin .dashboard-top-links .sign-out {
	text-align: right;
}
.acqua-admin .dashboard-top-links .sign-out-wrapper {
	float: right;
}
.acqua-admin .dashboard-top-links .sign-out-link {
	float: left;
	display: inline-block;
	color: rgba(255,255,255,0.75);
	cursor: pointer;
	line-height: 40px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-top-links .sign-out-link .fa {
	font-size: 24px;
	line-height: 40px;
}
.acqua-admin .dashboard-top-links .sign-out a:hover,
.acqua-admin .dashboard-top-links .sign-out a:focus {
	color: #fff;
}
.acqua-admin .dashboard-top-links .user-name {
	float: left;
	display: inline-block;
	margin-right: 30px;
	line-height: 1.4;
	text-align: left;
}
.acqua-admin .dashboard-top-links .webinars {
	position: relative;
	float: left;
	text-align: left;
}
.acqua-admin .dashboard-top-links .webinars a {
	font-size: 17px;
	color: #fff;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-top-links .webinars a:hover,
.acqua-admin .dashboard-top-links .webinars a:focus {
	color: rgba(255,255,255,0.85);
}
.acqua-admin .section-main-tabs > .nav-tabs {
	border-bottom-color: #bbb;
}

/* section-main-tabs */
.acqua-admin .section-main-tabs > .nav-tabs > li > a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #777;
}
.acqua-admin .section-main-tabs > .nav-tabs > li.active > a,
.acqua-admin .section-main-tabs > .nav-tabs > li.active > a:hover,
.acqua-admin .section-main-tabs > .nav-tabs > li.active > a:focus {
	color: #000;
	border-color: #bbb;
	border-bottom-color: #fff;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.acqua-admin .section-main-tabs > .tab-content {
	border-color: #aaa;
	background-color: #fff;
}
.acqua-admin .section-main-tabs.contrast > .nav-tabs > li.active > a,
.acqua-admin .section-main-tabs.contrast > .nav-tabs > li.active > a:hover,
.acqua-admin .section-main-tabs.contrast > .nav-tabs > li.active > a:focus {
	background-image: none;
	border-bottom-color: #f7f7f7;
	background-color: #f7f7f7;
}
.acqua-admin .section-main-tabs.contrast > .tab-content {
	background-color: #f7f7f7;
}

/* menu-tabs */
.acqua-admin .menu-tabs > .nav-tabs {
	padding: 4px;
	background-color: #e3e3e3;
	border: none;
	border-radius: 4px;
}
.acqua-admin .menu-tabs > .nav-tabs > li > a {
	padding: 4px 8px;
	color: #282c2f;
	border-radius: 4px;
}
.acqua-admin .menu-tabs > .nav-tabs > li.active > a,
.acqua-admin .menu-tabs > .nav-tabs > li.active > a:hover,
.acqua-admin .menu-tabs > .nav-tabs > li.active > a:focus {
	color: #fff;	
	background: #282c2f;
	background-image: none;
	border: none;
}
.acqua-admin .menu-tabs > .tab-content {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
	background-color: #fff;
}
.acqua-admin .contrast.menu-tabs > .nav-tabs > li.active > a,
.acqua-admin .contrast.menu-tabs > .nav-tabs > li.active > a:hover,
.acqua-admin .contrast.menu-tabs > .nav-tabs > li.active > a:focus {
	background-image: none;
	border-bottom-color: #f7f7f7;
	background-color: #f7f7f7;
}
.acqua-admin .contrast.menu-tabs > .tab-content {
	background-color: #f7f7f7;
}
.acqua-admin .menu-tabs-toggle {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 4px 8px;
	font-weight: 600;
	font-size: 20px;
	background-color: #d3d3d3;
	cursor: pointer;
}
.acqua-admin .menu-tabs-toggle-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 24px;
	gap: 4px 0;
}
.acqua-admin .menu-tabs-toggle-icon-item {
	width: 100%;
	height: 3px;
	background-color: #555;
	transition: all .25s ease;
}
.menu-to-close .acqua-admin .menu-tabs-toggle-icon-item {
	background-color: #cc0000;
}
.menu-to-close .acqua-admin .item_1 {
	transform: rotate(45deg) translate(4px, 6px);
}
.menu-to-close .acqua-admin .item_3 {
	transform: rotate(-45deg) translate(4px, -6px);
}
.menu-to-close .acqua-admin .item_2 {
	opacity: 0;
}
.acqua-admin .menu-tabs-toggle-heading {
	display: none;
}
.acqua-admin .submenu-tabs-toggle {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 4px 8px;
	font-weight: 600;
	font-size: 20px;
	background-color: #d3d3d3;
	cursor: pointer;
}
.acqua-admin .submenu-tabs-toggle-icon {
	font-size: 24px;
}
.acqua-admin .submenu-tabs-toggle-heading {
	display: none;
}

/* menu-tabs acqua-inner-tabs */
.acqua-admin .menu-tabs .acqua-inner-tabs > .tab-content {
	border: 1px solid #ccc;
	border-top: none;
}
.acqua-admin .menu-tabs .acqua-inner-tabs > .nav-tabs {
	padding-right: 0;
	padding-left: 0;
}
.acqua-admin .menu-tabs .acqua-inner-tabs > .nav-tabs > li > a {
	/*border: 1px solid #d8d8d8;
	border-bottom-color: #ccc;*/
}

/* vertical-tabs-container */
.acqua-admin .vertical-tabs-container {
	display: flex;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper {
	/*float: left;*/
	min-width: 150px;
	width: 150px;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs {
	border: none;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li {
	float: none;
	display: block;
	margin-bottom: 0;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li > a {
	margin-right: 0;
	padding-right: 12px;
	padding-left: 12px;
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
	/*border: 1px solid #ddd;
	border-right: none;*/
	border-radius: 0;
	transition: background-color .25s ease;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li > a:hover {
	background-color: #f5f5f5;
	border-color: #eee;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li.active > a,
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li.active > a:focus,
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li.active > a:hover {
	margin-right: -1px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: 600;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #ddd;
	border-right-color: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-admin .vertical-tabs-container > .tab-content-wrapper {
	/*float: left;
	width: calc(100% - 150px);*/
	width: 100%;
	overflow-x: auto;
}
.acqua-admin .vertical-tabs-container > .tab-content-wrapper > .tab-content {
	height: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

/* acqua-inner-tabs */
.acqua-admin .acqua-inner-tabs > .nav-tabs {
	/* padding-right: 12px;
	padding-left: 12px; */
	border-color: #ccc;
}
.acqua-admin .acqua-inner-tabs > .nav-tabs > li > a {
	padding: 8px;
	font-size: 13px;
	color: #777;
	background-color: #fff;
	border-bottom-color: #ccc;
	transition: all .25s ease;
}
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a {
	border-color: #ccc;
	border-bottom-color: #fff;
}
.acqua-admin .acqua-inner-tabs > .nav-tabs > li > a:hover {
	color: #555;
	background-color: #efefef;
}
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a,
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a:focus,
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a:hover {
	font-weight: 600;
	color: #555;
}
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a,
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a:focus,
.acqua-admin .acqua-inner-tabs > .nav-tabs > li.active > a:hover,
.acqua-admin .acqua-inner-tabs > .tab-content {
	background-color: #fff;
}
/*.acqua-admin .acqua-inner-tabs.contrast > .nav-tabs > li > a {
	background-color: #e3e3e3;
}*/
.acqua-admin .acqua-inner-tabs.contrast > .nav-tabs > li.active > a {
	border-bottom-color: #f5f5f5;
}
.acqua-admin .acqua-inner-tabs.contrast > .nav-tabs > li.active > a,
.acqua-admin .acqua-inner-tabs.contrast > .nav-tabs > li.active > a:focus,
.acqua-admin .acqua-inner-tabs.contrast > .nav-tabs > li.active > a:hover,
.acqua-admin .acqua-inner-tabs.contrast > .tab-content,
.acqua-admin .acqua-inner-tabs.contrast .buttons-container {
	background-color: #f5f5f5;
}
.acqua-admin .acqua-inner-tabs.contrast hr {
	border-top-color: #ccc;
}
/*.acqua-admin .acqua-inner-tabs > .tab-content {
	border: none;
}*/
/* /acqua-inner-tabs */

/* acqua-edit-logo */
.acqua-admin .acqua-edit-logo {
	display: flex;
	gap: 12px;
}
.acqua-admin .acqua-edit-logo-item {
	width: 50%;
	text-align: center;
	border: 2px solid #ddd;
}
.acqua-admin .acqua-edit-logo h2 {
	text-align: left;
}
.acqua-admin .acqua-edit-logo .title {
	margin-bottom: 10px;
	padding: 4px 4px 8px;
	font-weight: 600;
	font-size: 20px;
	background-color: #f1f1f1;
}
.acqua-admin .acqua-edit-logo .info {
	font-weight: 400;
	font-size: 14px;	
}
.acqua-admin .acqua-edit-logo .title-current {
	margin-bottom: 12px;
	font-size: 18px;
}
.acqua-admin .acqua-edit-logo .img-box {
	/*max-width: 300px;*/
	min-height: 40px;
	margin: 0 auto 12px;
	padding: 10px;
}
.acqua-admin .acqua-edit-logo .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	outline: 1px dotted #999;
}
.acqua-admin .acqua-edit-logo .upload-file {
	margin-bottom: 0;
}
.acqua-admin .acqua-edit-logo .upload-file form {
	width: 100% !important;
}
@media screen and (max-width: 767px){
	.acqua-admin .acqua-edit-logo {
		flex-direction: column;
	}
	.acqua-admin .acqua-edit-logo-item {
		width: 100%;
		text-align: center;
	}
}


/* edit-logo */
.acqua-admin .edit-logo {
	text-align: center;
}
.acqua-admin .edit-logo h2 {
	text-align: left;
}
.acqua-admin .edit-logo .title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
}
.acqua-admin .edit-logo .info {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	background-color: #f1f1f1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-admin .edit-logo .title-current {
	margin-bottom: 20px;
	font-size: 18px;
}
.acqua-admin .edit-logo .img-box {
	min-height: 49px;
}
.acqua-admin .edit-logo .img-box img {
	border: 1px dotted #999;
}
.acqua-admin .edit-logo .upload-file {
	margin-bottom: 20px;
}
.acqua-admin .edit-logo .upload-file form {
	width: 100% !important;
}

.acqua-admin .closeall_users_edit,
.acqua-admin .table-listing.table-hover > tbody > tr.closeall_users_edit:hover,
.acqua-admin .table-listing.table-hover > tbody > tr.closeall_users_edit:focus {
	background-color: #f5f5f5;
}
.acqua-admin .toggle-box {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
			box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.acqua-admin .toggle-box .toggle-box-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px 12px;
	padding: 4px 8px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: #4b5358;
	cursor: pointer;
}
.acqua-admin .toggle-box .toggle-box-content-container {
	max-height: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	overflow: hidden;
}
.acqua-admin .toggle-box.show-box .toggle-box-content-container {
	max-height: 1000000px;
}
.acqua-admin .toggle-box .toggle-box-content {
	padding: 10px;
	background-color: #fff;
}
.acqua-admin .toggle-box .toggle-box-content .topgraph-text {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	text-align: center
}
.acqua-admin .invalid-graph-container {
	position: relative;
	overflow: hidden;
}
.acqua-admin .invalid-graph-container .mask {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
	border: 1px dotted #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .invalid-graph-container:hover .mask {
	background-color: rgba(255,255,255,.85);
}
.acqua-admin .invalid-graph-container .overlay-msg {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.acqua-admin .invalid-graph-container .overlay-msg .icon-container {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	font-size: 38px;
	color: #777;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.acqua-admin .invalid-graph-container .overlay-msg .text {
	font-size: 16px;
	line-height: 1.2;
}
.acqua-admin .invalid-graph-container .overlay-msg .text h3 {
	font-size: 28px;
	color: #337ab7;
	text-align: center;
}
.acqua-admin .invalid-graph-container .overlay-msg .text p {
	margin-bottom: 20px;
}
.acqua-admin .short-info-box-wrapper {
	margin: 0;
}
.acqua-admin .short-info-box-container {
	float: left;
	padding: 4px;	
}
.acqua-admin .toggle-box.dash-general-info .short-info-box-container {
	width: 20%;	
}
.acqua-admin .short-info-box {
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
/*.acqua-admin .short-info-box:hover,
.acqua-admin .short-info-box:focus {
	border-color: #bad5eb;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}*/
.acqua-admin .short-info-box .short-info-box-head {
	position: relative;
	cursor: pointer;
}
.acqua-admin .short-info-box .short-info-box-head .fa {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	font-size: 32px;
	color: #337ab7;
}
.acqua-admin .short-info-box .short-info-box-head .title {
	padding-left: 45px;
	text-align: right;
}
.acqua-admin .short-info-box .short-info-box-head .title .text {
	font-weight: 500;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-admin .short-info-box .short-info-box-head .title .number {
	font-weight: 600;
	font-size: 32px;
	color: #1d4667;
	line-height: 1;
}
.acqua-admin .short-info-box .short-info-box-footer {
	margin: 10px -10px -10px;
	padding: 5px 10px;
}
.acqua-admin .short-info-box .short-info-box-footer .date {
	font-weight: 600;
	text-align: center;
}

/* acqua-stats-wrapper */
.acqua-stats-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.acqua-stats-item {
	flex-basis: 25%;
	padding: 5px;
}
.acqua-stats-box {
	height: 100%;
	padding: 10px;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
}
.acqua-stats-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}
.acqua-stats-label {
	font-weight: 600;
}
@media screen and (max-width: 991px){
	.acqua-stats-item {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 575px){
	.acqua-stats-item {
		flex-basis: 100%;
	}
}

/* acqua-update-btn-wrapper */
.acqua-update-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.acqua-update-btn-item {
	padding: 5px;
}
.five-cols .acqua-update-btn-item {
	flex-basis: 20%;
}
.two-cols .acqua-update-btn-item {
	flex-basis: 50%;
}
.acqua-update-btn-item .btn {
	display: flex;	
	justify-content: center;
	align-items: center;
	gap: 0 4px;
	width: 100%;
	height: 100%;
	white-space: normal;
	font-weight: 600;
}
.five-cols .acqua-update-btn-item .btn {
	min-height: 54px;
}
@media screen and (max-width: 991px){
	.five-cols .acqua-update-btn-item {
		flex-basis: 25%;
	}
}
@media screen and (max-width: 767px){
	.five-cols .acqua-update-btn-item {
		flex-basis: 33.33334%;
	}
}
@media screen and (max-width: 650px){
	.five-cols .acqua-update-btn-item {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 575px){
	.five-cols .acqua-update-btn-item,
	.two-cols .acqua-update-btn-item {
		flex-basis: 100%;
	}
}

.acqua-admin .dashboard-sections {
	margin: 0;
	padding: 0;
	text-align: center;
}
.acqua-admin .dashboard-sections li {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 180px;
	margin: 0 15px 30px;
	text-align: center;
	background-color: #fafafa;
	border: 2px solid #777;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
			box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li .inner {
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.acqua-admin .dashboard-sections li a {
	display: block;
	font-weight: 600;
	font-size: 24px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li .second-link {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}
.acqua-admin .dashboard-sections li .section-counter {
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	min-width: 60px;
	height: 30px;
	line-height: 26px;	
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background-color: #777;
	border: 2px solid #777;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .dashboard-sections li:hover,
.acqua-admin .dashboard-sections li:focus {
	background-color: #337ab7;
	border-color: #337ab7;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-admin .dashboard-sections li:hover a,
.acqua-admin .dashboard-sections li:focus a {
	color: rgba(255,255,255,0.8);
}
.acqua-admin .dashboard-sections li:hover a:hover,
.acqua-admin .dashboard-sections li:focus a:focus {
	color: #fff;
}
.acqua-admin .dashboard-sections li:hover .section-counter,
.acqua-admin .dashboard-sections li:focus .section-counter {
	color: #337ab7;
	background-color: #fff;
	border-color: #337ab7;
}
.acqua-admin .dashboard-sections li:hover .second-link,
.acqua-admin .dashboard-sections li:focus .second-link {
	border-top-color: rgba(255,255,255,0.5);
}
.acqua-admin .inner-section-container {
	margin-bottom: 15px;
}
.acqua-admin .inner-section-title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}
.acqua-admin .inner-section-vazut {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 5px;
	padding: 16px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	background-color: #fafafa;
	border: 2px solid #75b93e;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.acqua-admin .inner-section-vazut p {
	margin-bottom: 20px;
}
.acqua-admin .inner-section-vazut p strong {
	color: #75b93e;
}
.acqua-admin .inner-section {	
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}
.acqua-admin .inner-section .warning-text {
	font-size: 12px;
	color: #cc0000;
}
.acqua-admin .nav-tabs > li > a {
	display: block;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-admin .nav-tabs > li.active > a,
.acqua-admin .nav-tabs > li.active > a:focus,
.acqua-admin .nav-tabs > li.active > a:hover {
	font-weight: 600;
}
.acqua-admin .tab-content {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
}

/* acqua-list-all-filters */
.acqua-admin .acqua-list-all-filters .row {
	margin-right: -4px;
	margin-left: -4px;
}
.acqua-admin .acqua-list-all-filters [class*="col"] {
	padding-right: 4px;
	padding-left: 4px;
}
.acqua-admin .acqua-list-all-filters .tab-content {
	padding-bottom: 2px;
}
.acqua-admin .acqua-list-all-filters.no-tabs .tab-content {
	border-top: 1px solid #ddd;
	border-top-left-radius: 4px;
}
.acqua-admin .acqua-list-all-filters .nav > li > a {
	padding: 6px 8px;
}
.acqua-admin .acqua-list-all-filters .nav-tabs > li.active > a,
.acqua-admin .acqua-list-all-filters .nav-tabs > li.active > a:focus,
.acqua-admin .acqua-list-all-filters .nav-tabs > li.active > a:hover {
	font-weight: 600;
	color: #555;
	background-color: #e8e8e8;
}
.acqua-admin .acqua-list-all-filters .tab-content {
	background-color: #e8e8e8;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.acqua-admin label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 13px;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.acqua-admin .acqua-list-all-filters {
	margin-bottom: 12px;
}
.acqua-admin .acqua-list-all-filters .acqua-list-all-filters-title {
	margin-bottom: 4px;
	font-size: 13px;
}

.acqua-admin .label-option-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.acqua-admin .label-option {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: 25%;
	margin-bottom: 8px;
}
.acqua-admin .label-option input,
.acqua-admin .label-option label {
	margin: 0;
}
@media screen and (max-width: 767px){
	.acqua-admin .label-option {
		width: 33.33334%;
	}
}
@media screen and (max-width: 575px){
	.acqua-admin .label-option {
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.acqua-admin .label-option {
		width: 100%;
		margin-bottom: 8px;
	}
	.acqua-admin .label-option label {
		font-size: 16px;
	}
}

.acqua-admin .acqua-list-all-filters .acqua-active-filters {
	margin-top: 4px;
	padding: 12px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters-title {
	order: 1;
	margin-bottom: 4px;
	font-weight: 600;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters-heading .btn {
	order: 2;
}
.acqua-admin .acqua-active-filters .active-filter-remove {
	order: 2;
	display: inline-flex;
	align-items: center;
	padding: 2px 4px;
	margin: 0 1px 4px 0;
	font-size: 12px;
	cursor: pointer;
	background-color: #f9f9f9;
	border: 1px solid #ccc;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-admin .acqua-active-filters .active-filter-remove:hover {
	border-color: #ffbbbb;
}
.acqua-admin .acqua-active-filters .active-filter-remove-icon {
	margin-left: 4px;
	font-size: 20px;
	color: #cc0000;
	line-height: 1;
}
.acqua-admin .acqua-active-filters .btn-container {
	text-align: right;
}
.acqua-admin .acqua-active-filters .btn {
	position: relative;
}
.acqua-admin .acqua-active-filters .btn .btn-close {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 575px){
	.acqua-admin .acqua-list-all-filters .acqua-active-filters-heading {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.acqua-admin .acqua-list-all-filters .acqua-active-filters-heading button {
		margin-bottom: 8px;
	}
	.acqua-admin .acqua-list-all-filters .acqua-active-filters .title {
		order: 2;
	}
	.acqua-admin .acqua-active-filters .active-filter-remove {
		order: 1;		
	}
}

/* acqua-options-wrapper */
.acqua-admin .acqua-options-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
}
.acqua-admin .acqua-options-wrapper-heading {
	margin: 0 4px 0 0;
}
.acqua-admin .acqua-options-wrapper.align-bottom {
	align-items: flex-end;
}
.acqua-admin .acqua-options-wrapper .acqua-options-wrapper-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.acqua-admin .acqua-options-wrapper .acqua-options-wrapper-buttons .btn {
	margin-bottom: 4px;
}
.acqua-admin .acqua-options-wrapper.right-btn {
	justify-content: flex-end;
}
.acqua-admin .acqua-options-wrapper .dropdown > button {
	font-weight: 600;
}
.acqua-admin .acqua-options-wrapper .dropdown > button .fa {
	font-size: 11px;
}
.acqua-admin .acqua-options-wrapper .dropdown-menu > li > span {
	display: block;
	padding: 4px 12px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	transition: all .25s ease;
	cursor: pointer;
}
.acqua-admin .acqua-options-wrapper .dropdown-menu > li:hover > span:hover {
	color: #fff;
	background-color: #5bc0de;
}
@media screen and (max-width: 767px){
	.acqua-admin .acqua-options-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (max-width: 440px){
	.acqua-admin .acqua-options-wrapper.align-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.acqua-admin .resp-rev-order .acqua-options-wrapper-item.second-item {
		order: 1;
	}
	.acqua-admin .resp-rev-order .acqua-options-wrapper-item.first-item {
		order: 2;
	}
}
@media screen and (min-width: 768px){
	.acqua-admin .acqua-options-wrapper .dropdown-menu {
		left: auto;
		right: 0;
	}
}

/* nav-tabs-to-select */
.nav-tabs-to-select .nav-tabs-to-link {
	display: none;
	margin-bottom: 12px;
}
.nav-tabs-to-select .nav-tabs-to-dd {
	display: none;
	margin-bottom: 8px;
}
.nav-tabs-to-select .nav-tabs-to-select-title {
	display: none;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 16px;
}

/* acqua-admin-pagination */
.acqua-admin .acqua-admin-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
}
.acqua-admin .acqua-admin-pagination .filter-results {
	font-weight: 600;
}
.acqua-admin .acqua-admin-pagination .pagination-div-max {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 4px 0;
}
.acqua-admin .acqua-admin-pagination .pagination-box {
	min-width: 24px;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	margin: 2px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	border: 1px solid #ccc;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-admin .acqua-admin-pagination .pagination-box.current,
.acqua-admin .acqua-admin-pagination .pagination-box.current:hover,
.acqua-admin .acqua-admin-pagination .pagination-box.current:focus {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.acqua-admin .acqua-admin-pagination .pagination-box:hover,
.acqua-admin .acqua-admin-pagination .pagination-box:focus {
	background-color: #edf4fa;
}
.acqua-admin .pagination-box.middle-pag-data,
.acqua-admin .pagination-box.middle-pag-data:hover,
.acqua-admin .pagination-box.middle-pag-data:focus {
	background-color: transparent;
	border-color: transparent;
	cursor: default;
}
@media screen and (max-width: 432px){
	.acqua-admin .acqua-admin-pagination {
		justify-content: flex-start;
	}
}

/* acqua-pagination old */
.acqua-admin .acqua-pagination {
	margin-bottom: 15px;
}
.acqua-admin .acqua-pagination .filter-results {
	padding-top: 5px;
	font-weight: 600;
	font-size: 16px;
}
.acqua-admin .acqua-pagination .pagination-container {
	margin: 0;
}
.acqua-admin .acqua-pagination .pagination-box {
	float: left;
	min-width: 24px;
	padding-left: 5px;
	padding-right:5px;
	height: 24px;
	margin: 2px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	border: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .acqua-pagination .pagination-box.current,
.acqua-admin .acqua-pagination .pagination-box.current:hover,
.acqua-admin .acqua-pagination .pagination-box.current:focus {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.acqua-admin .acqua-pagination .pagination-box:hover,
.acqua-admin .acqua-pagination .pagination-box:focus {
	background-color: #edf4fa;
}
.acqua-admin .pagination-box.middle-pag-data,
.acqua-admin .pagination-box.middle-pag-data:hover,
.acqua-admin .pagination-box.middle-pag-data:focus {
	background-color: transparent;
	border-color: transparent;
	cursor: default;
}
.acqua-admin .pagination-div-max {
	float: right;
}
/* /acqua-pagination old */

/* table-listing */
.acqua-admin .table-listing {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.acqua-admin .table-listing.table > tbody > tr > td,
.acqua-admin .table-listing.table > tbody > tr > th,
.acqua-admin .table-listing.table > tfoot > tr > td,
.acqua-admin .table-listing.table > tfoot > tr > th,
.acqua-admin .table-listing.table > thead > tr > td,
.acqua-admin .table-listing.table > thead > tr > th {
	font-size: 13px;
}
.acqua-admin .table-listing.table > tbody > tr > td.text-middle {
	vertical-align: middle;
}
.acqua-admin .table-listing.table > thead > tr > th {
	font-weight: 600;
	line-height: 1.1;
	background-color: #e8e8e8;
	border-bottom: none;		
}
.acqua-admin .table-listing.table-hover > tbody > tr {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing.table-hover > tbody > tr:hover {
	background-color: #f9f9f9;
}
.acqua-admin .table-listing .stars {
	display: block;
	width: auto;
	height: 12px;
	margin: 0 auto;
}
.acqua-admin .table-listing .price-discount-label {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px;
	font-size: 11px;
	color: #fff;
	background-color: #c0264c;
}
.acqua-admin .table-listing .price-units {
	font-size: 11px;
}
.acqua-admin .table-listing .status-inactive,
.acqua-admin .table-listing .status-active {
	min-width: 50px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 11px;
	color: #fff;
}
.acqua-admin .table-listing .status-inactive {
	background-color: #999;
}
.acqua-admin .table-listing .status-active {
	background-color: #00a452;
}
.acqua-admin .table-listing .destination-cell .fa {
	position: relative;
	top: -1px;
}
.acqua-admin .table-listing .image-cell {
	width: 5%;
	text-align: center;
}
.acqua-admin .table-listing .image-cell img {
	width: 20px;
	height: 20px;
	text-align: center;
}
.acqua-admin .table-listing .details-cell {
	text-align: center;
	/*vertical-align: middle;*/
}
.acqua-admin .table-listing .details-cell a {
	display: block;
	white-space: nowrap;
}
.acqua-admin .table-listing .details-cell a .fa {
	font-size: 9px;
}
.acqua-admin .table-listing .details-cell a:hover,
.acqua-admin .table-listing .details-cell a:focus {
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing .btn.btn-remove {
	margin-left: 10px;
}
.acqua-admin .table-listing .btn.btn-remove .fa {
	color: #cc0000;
}
.acqua-admin .table-listing .table-listing-details {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
}
.acqua-admin .table-listing .table-listing-details tr {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .table-listing .table-listing-details tbody tr:hover,
.acqua-admin .table-listing .table-listing-details tbody tr:focus {
	background-color: #f1f1f1;
}
.acqua-admin .table-listing .table-listing-details th {
	padding: 5px;
	font-size: 16px;
	background-color: #e8e8e8;
}
.acqua-admin .table-listing .table-listing-details td {
	width: 24%;
	padding: 5px;
	vertical-align: top;
	border-top: 1px dashed #e3e3e3;
}
.acqua-admin .table-listing .table-listing-details tr:first-of-type td {
	border-top: none;
}
.acqua-admin .table-listing .table-listing-details td + td {
	width: 76%;
}
.acqua-admin .table-listing.table .price-cell {
	min-width: 120px;
}
.acqua-admin .table-listing.table .price-cell .price-group.price-16 .price {
	font-size: 20px;
}
.acqua-admin .booking-upsell-text {
	display: flex;
	margin: 12px 0;
	padding: 4px 8px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.acqua-admin .booking-upsell-text .fa {
	margin-top: 3px;
	margin-right: 8px;
	font-size: 18px;
	color: #cc0000;
}
.acqua-admin .buttons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 8px;
	padding: 12px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.acqua-admin .small-buttons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	text-align: center;
}
.acqua-admin .website-colors .color-select-container {
	position: relative;
	margin-bottom: 20px;
	padding: 12px 12px 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
.acqua-admin .website-colors .inner-container {
	display: inline-block;
}
.acqua-admin .website-colors .color-section-heading {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 20px;
}
.acqua-admin .website-colors label {
	margin-bottom: .2rem;
	font-weight: 600;
	font-size: 14px;
}
.acqua-admin .website-colors .input-container {
	position: relative;
	display: inline-block;
}
.acqua-admin .website-colors .input-container .btn-select-color {
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	z-index: 5;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	pointer-events: none;
}
.acqua-admin .website-colors .form-control {
	width: 220px;
	height: 34px;
	padding: 0;
	border: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
/*.acqua-admin .website-colors .colors-history .form-control {
	padding: 5px 10px;
	border: 1px solid #ccc;
}*/
@media screen and (max-width: 767px){
	.acqua-admin .website-colors .input-container {
		display: block;
	}
	.acqua-admin .website-colors .form-control {
		width: 100%;
	}
}
.acqua-admin .tracking-scripts label {
	font-weight: 500;
	font-size: 18px;
}
.acqua-admin .tracking-scripts .inner-section {
	min-height: 130px;
}
.acqua-admin .tracking-scripts .info-tracking-scripts {
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}
.acqua-admin .error-email-settings {
	color: #cc0000;
	text-align: center;        
}
.acqua-admin .modal-img {
	text-align: center;
}
.acqua-admin .modal-img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.acqua-admin .modal-img-info {
	width: 100%;
	border-collapse: collapse;
}
.acqua-admin .modal-img-info thead th {
	font-weight: 600;
	background-color: #e8e8e8;
}
.acqua-admin .modal-img-info .img-info-cell {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.acqua-admin .modal-img-info .info-label {
	width: 20%;
	padding: 5px 20px 5px 0;
	font-weight: 600;
	text-align: right;
}
.acqua-admin .modal-img-info .info-text {
	width: 80%;
	padding: 5px 0;
}
.acqua-admin .modal-img-info .info-text.img-path .form-control[readonly],
.acqua-admin .modal-img-info .info-text.img-path .form-control[readonly]:hover,
.acqua-admin .modal-img-info .info-text.img-path .form-control[readonly]:focus {
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;

}
.acqua-admin .modal-img-info .info-text.img-path .form-control.input-sm {
	height: 20px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-admin .images-list-container {
	margin-top: 12px;
	margin-bottom: 12px;
}
.acqua-admin .images-list-container .img-box {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 4px;
	border: 1px solid #ddd;	
	overflow: hidden;
	cursor: pointer;
	transition: all .25s ease;
}
.acqua-admin .images-list-container .img-box:hover {
	border-color: #000;
}
.acqua-admin .images-list-container .img-box img {
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-height: 100%;
}

/* admin-supplier-box */
.admin-supplier-box {
	position: relative;
	display: inline-block;
	width: 212px;
	height: 180px;
	margin: 0 7px 14px 7px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
			box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.admin-supplier-box:hover,
.admin-supplier-box:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.admin-supplier-box-status {
	height: 26px;
	line-height: 26px;
	margin: -1px -1px 10px -1px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.admin-supplier-box-status.inactive {
	background-color: #d9534f;
}
.admin-supplier-box-status.active {
	background-color: #5cb85c;
}
.admin-supplier-box-img {
	height: 78px;
	margin-bottom: 5px;
}
.admin-supplier-box-title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.admin-supplier-box-btn-wrapper {
	text-align: center;
}
.admin-supplier-box-btn-wrapper button {
	min-width: 100px;
}

/* admin-new-badge-wrapper */
.admin-new-badge-wrapper {
	display: none;
	position: absolute;
	z-index: 10;
	top: -14px;
	right: -12px;
}
.is-new .admin-new-badge-wrapper {
	display: inline-block;
}
.admin-new-badge-wrapper .admin-new-badge {
	font-size: 56px;
	color: #cc0000;
	animation-name: spin;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin { 
	from { 
		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}
.admin-new-badge-wrapper em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-13px,-9px) rotate(30deg);
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	color: #fff;	
}

/* menus admin */
.left_menu_edit {
	float: left;
	width: 55px;
	padding-left: 10px;
}

.right_menu_edit {
	float: left;
	width: 270px;
	padding-left: 10px;
}
.left_topmenu_edit {
	word-wrap: break-word;
	padding-top: 4px;
}
.right_topmenu_edit {

}
.edit_info {
	width:400px;
	position: absolute;
	background: #fff;
	border:1px solid #ccc;
	margin-left:-8px;
	margin-top:2px;
	z-index:1000;
}

/* FOR NESTED*/

/* Nestable css */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	/*width: 50%;*/
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.dd + .dd {
	margin-left: 2%;
}
.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	/* border:1px solid #f00;*/
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.dd-item {
	margin: 10px 0;
}
.dd-handle {
	position: relative;
	z-index: 5;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: 600;
	border: 1px solid #ccc;
	background: #fafafa;
	/*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);*/
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	cursor: move;
}
.dd-handle:hover {
	color: #0a79c0;
	border-color: #0a79c0;
}
.toggle_edit_close_menu {
	position: absolute;
	z-index: 10;
	top: 9px;
	right: 10px;
}
.toggle_edit_close_menu button {
	min-width: 80px;
}
.dd-item > button {
	/*display: block;*/
	display: none;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
/*.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
*/
.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
.sort_topmenu {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	/*width: 65%;*/
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

/* Nestable Extras */
.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#nestable-menu {
	padding: 0;
	margin: 20px 0;
}
#nestable-output,
#nestable2-output {
	width: 100%;
	height: 7em;
	font-size: 0.75em;
	line-height: 1.333333em;
	/*font-family: Consolas, monospace;*/
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
	background: #bbb;
}
#nestable2 .dd-item > button:before {
	color: #fff;
}
.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}

/* Nestable Draggable Handles */
.dd3-content {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd3-content:hover {
	color: #2ea8e5;
	background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}
.dd3-item > button {
	margin-left: 30px;
}
.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.dd3-handle:hover {
	background: #ddd;
}

/* Nestable++ */
.button-delete {
	position: absolute;
	top: 4px;
	right: -26px;
}
.button-edit {
	position: absolute;
	top: 4px;
	right: -52px;
}
#menu-editor {
	margin-top: 40px;
}
#saveButton {
	padding-right: 30px;
	padding-left: 30px;
}
.output-container {
	margin-top: 20px;
}
#json-output {
	margin-top: 20px;
}
.img_big_menus{
	width:100%;
	height:300px;
	background:#f0e68c;
}
body.dragging, body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}
ol.example li.placeholder {
	position: relative;
	/** More li styles **/
}
ol.example li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}
.line_to_move{
	/*border:1px solid #ccc;*/
}
.add_line_to_menu {
	/*border:1px solid #f00;height:20px;background:#f0e68c; cursor:pointer;
	width:100px;*/
}
#finish_edit {
	/*margin-top:20px;
	margin-bottom:20px;
	border:1px solid #f00;
	height:20px;
	cursor:pointer;
	width:100px;*/
}
.menus_edit_image {	
	position: relative;
	/*height: 100px;
	margin-bottom: 20px;*/
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	background: #0a79c0;	
}
.menus_edit_image .text {	
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.div_edit_menu_line {
	/*border:1px solid #ccc;*/
}
.line_div_edit_menu_line{
	border:1px solid #ccc;
	margin:10px;
	cursor:pointer;
	background:#fff;
	width:600px;
	min-height: 30px;
	padding-top: 5px;
}
.line_div_edit_menu_line_kid{
	border:1px solid #ccc;
	margin:10px;
	cursor:pointer;
	background:#1cc0b7;
	width:500px;
	min-height: 30px;
	padding-top: 5px;
}
.input_add_lines{
	width: 240px;
}
.name_of_option_edit_menu_line {
	width:100px;
	display: inline-block;
	padding-left:10px;

}
.value_of_option_edit_menu_line {
	max-width:250px;
	display: inline-block;
	padding-left:10px;
	float:left;
	height:30px;
}
.edit_button_place_edit {
	max-width:140px;
	float:right;
	height:30px;
}
.topline_add_menu_line{
	/*padding-left: 10px;*/
}
.topline_add_menu_line i {
	font-style: normal;
	font-weight: 400;
	color: #ff0000;
}
.column {
	width: 170px;
	float: left;
	padding-bottom: 100px;
}
.portlet {
	margin: 0 1em 1em 0;
	padding: 0.3em;
}
.portlet-header {
	padding: 0.2em 0.3em;
	margin-bottom: 0.5em;
	position: relative;
}
.portlet-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.portlet-content {
	padding: 0.4em;
}
.portlet-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}
.name_of_element_to_edit_list {
	height:30px;
	float:left;
	width:100px;
	padding-left:10px;
}
.value_of_element_to_edit_list {
	height:30px;
	float:left;
	width:450px;
} 
.input_edit_list {
	/*max-width: 340px;*/
}
.input_edit_list2 {
	/*width: 300px;*/
}
.hidden_edit_list_edit {
	display: none;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
.hidden_edit_list_edit label {
	/*margin-bottom: 0;
	font-weight: 500;
	font-size: 13px;*/
}
.hidden_edit_list_edit .row {
	margin-right: -5px;
	margin-left: -5px;
}
.hidden_edit_list_edit [class*='col-'] {
	padding: 0 5px;
}
.name_of_element_to_edit_list_kid {	
	float: left;
	width: 100px;
	height: 30px;
	padding-left: 10px;
}
.value_of_element_to_edit_list_kid {	
	float: left;
	width: 390px;
	height: 30px;
}
.acqua-admin .footer-admin .column-heading {
	margin-right: -15px;
	margin-left: -15px;
	padding: 1px 15px;
	background-color: #e5e5e5;
}
.acqua-admin .inner-section {
	margin-bottom: 20px;
}
.acqua-admin .col-line-wrapper {
	position: relative;
}
.acqua-admin .col-line-wrapper .preview_select_footer_info {
	padding-left: 32px;
}
.acqua-admin .col-line-wrapper .col-line-icon {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	transform: translateY(-50%);	
	display: inline-block;
	width: 32px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
.acqua-admin .buttons-container {
	border-bottom: 1px solid #ddd;
}
.pos-rel {
	position: relative;
}

.bold600 {font-weight: 600;}
.fw400 {font-weight: 400 !important;}


@media (max-width: 991px){
	.acqua-admin .left_img_data {
		width:100%;
		float:left;
	}
	.acqua-admin .right_img_data {
		width:100%;
		float:left;
	}
}    
@media (max-width: 767px){
	.acqua-admin .left_image_new {
		float: left;
		width: 100%;
	}
	.acqua-admin .right_image_new {
		width: 100%;
		float: left;		
		margin-left: 2%;
		margin-right: 1%;
	}
	.acqua-admin .left_img_data {
		float: left;
		width: 27%;
		min-height: 20px;
		font-weight: bold;
	}
	.acqua-admin .right_img_data {		
		float: left;
		width: 71%;
		min-height: 20px;
		margin-left: 2%;
	}
}
.line_for_dynamic_options { 
	position: relative;
    background: #fafafa;
    cursor: move;
}
.line_route_ti {
	margin-bottom: 12px;
	padding: 8px;
	background: #f5fafe;
	border: 2px solid #2671d4;
	border-radius: 2px;
}
.highlight_top_edit_ti_route{
	color:#2671d4;
}
.line_rate_ti {
	margin-bottom: 12px;
	padding: 8px;
	background: #fff;
	border: 2px solid #ddd;	
	border-radius: 2px;
}
.highlight_top_edit_ti_rate {
	color: #f00000;
}
.line_hotel_ti {
	margin-bottom: 12px;
	padding: 8px;
	background: #f4fffa;
	border: 2px solid #02db6f;
	border-radius: 2px;	
}
.highlight_top_edit_ti_hotel {
	color: #02db6f;
}
.sort-dynamic-options {
    position: relative;
    margin: 0;
    padding: 0;
}
.sort-dynamic-options-handle {
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 8px;
	font-size: 16px;
	transition: color .25s ease;
}
.line_for_dynamic_options:hover .sort-dynamic-options-handle {
	color: red;
}
.float_add_select{
	position: absolute;
	z-index: 100;
	/*width: 65%;*/  
	width:96%;
    max-height: 200px; 
    min-height: 150px;
	display: none;
}
.line_departure_ti {
	margin-bottom: 12px;
	padding: 8px 12px 0;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
}
.highlight_top_edit_ti_departure {
	color:#2671d4;
} 
.img_for_extra_div {
	display: inline-block;
	position: relative; 
	width: 80px;
	height: 80px;
	margin: 0 4px 8px 0;
}
.img_for_extra_div_img {   
	width: 100%;
	height: 100%;   
}
.filter-remove-ti {
	position: absolute;
    top: 0;
    right: 0;
	width: 20px;
    height: 20px;
	font-weight: 700; 
    font-size: 22px;
    color: #fff;
	text-align: center;
    line-height: 20px;
	background-color: #f00;   
	cursor: pointer;    
}
.line_service_ti {
	margin-bottom: 16px;
	padding: 8px;
	background: #fef9ff;
	border: 2px solid #a102db;
	border-radius: 2px;
}
.highlight_top_edit_ti_service {
	color: #a102db;
}
.div_id_for_policy {
	margin-bottom: 12px;
	padding: 8px 12px 0;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
}
.acqua-admin .table-listing .status-active,
.acqua-admin .table-listing .status-inactive { 
	 text-align: center;
} 
.acqua-admin .status-label {
	margin-bottom: 4px;
	padding: 2px 4px;
    font-size: 12px;
    color: #fff;
	background-color: #555;
}
.acqua-admin .status-label.status-new {background-color: #000;}
.acqua-admin .status-label.status-cancelled {background-color: #d9534f;}
.acqua-admin .status-label.status-assigned {background-color: #00a452;}

/*
@media screen and (max-width: 900px){
	.status-assigned, .status-cancelled{	
		white-space:normal;
		min-width:auto;
		padding: 5px 10px; 
		height: auto;
		line-height: 1.4;
	} 
}
*/	 

.acqua-admin .booking-status-label {
    margin-bottom: 4px;
	padding: 2px 4px;
    font-size: 12px;
    color: #fff;
	background-color: #555;
}
.acqua-admin .booking-status-label.booking-status-new {background-color: #000;}
.acqua-admin .booking-status-label.booking-status-assigned {background-color: #ff6600;}
.acqua-admin .booking-status-label.booking-status-won {background-color: #00a452;}
.acqua-admin .booking-status-label.booking-status-finalized {background-color: #0033cc;}
.acqua-admin .booking-status-label.booking-status-cancelled {background-color: #f00000;}
.acqua-admin .booking-agent {
	/*margin-bottom: 4px;*/
	font-weight: 600;
}
/*
@media screen and (max-width: 900px){	 
	.booking-status-new,
	.booking-status-assigned,
	.booking-status-cancelled,
	.booking-status-finalized,
	.booking-status-won {
		min-width:80px;
		height: auto;
		line-height: 1.4;
	}
}
*/

.suppliers_info_box{
	background:#282c2f;
	color:#fff;
	padding:10px;
	margin-bottom:20px;

}
.overflow_hidden {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width: 520px){
	.acqua-admin .dashboard-top-links .sign-out .text,
	.acqua-admin .dashboard-top-links .webinars .text {
		display: none;
	}
	.acqua-admin .dashboard-top-links .sign-out-link .fa {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px){
	.admin-training-panel-container.open {
		width: 100%;
		right: 0;
	}
	body.training-panel-open {
		overflow: hidden;
	}
}

.warning-text {  
	color: #f00;
}
.acqua-admin label.iflex-label {
	display: inline-flex;
	align-items: flex-start;
	gap: 0 4px;
	width: 200px;
	margin-right: 16px;
	margin-bottom: 8px;
}
.table-selected-line {color: #fff; background-color: #0ebcf2;}
.table-selected-line a {color: rgba(255,255,255,1); transition: all .25s ease;}
.table-selected-line a:hover {color: rgba(255,255,255,.75); transition: all .25s ease;}
.nbt {border-top: none !important;}
.nbb {border-bottom: none !important;}
.nb  {border: none !important;}
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.m0  {margin: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pr0 {padding-right: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.p0  {padding: 0 !important;}

.admin-color-red {color: #ff0000;}
.admin-color-green {color: #00b900}
.admin-color-blue {color: #027dbf}

.border-bottom {
	border-bottom: 1px solid #ddd;
}
.infoline_ed_ti {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	padding: 4px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	background-color: #e8e8e8;
}
.infoline_ed_ti .dd-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	cursor: pointer;
}
.acqua-fieldset-centered {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.acqua-admin .separator {
	margin: 20px 0;
	border-top: 1px solid #8c8b8b;
}
.note {
	font-size: 12px;
	color: #ff0000;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
	text-align: center;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
   float:none;
	text-align: center;
	margin:auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	text-align: center;
}
.error_edit_user {
	text-align: center;
	border: 1px solid #f00;        
}
.back_button_all_admin {
	float: right;
	margin-top: -35px;
	margin-right: 20px;
	cursor: pointer;
	/*color:#1cc0b7;*/
}
.extranum_small {
	text-align: center;
}
.tooltip-inner{
	background: #f9f9f9 ;
	background-color: #f9f9f9;
	color:#000;
	border:1px solid #d9d9d9;
}
.acqua-admin .tooltip-inner {
	max-width: 500px;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #d9d9d9;
}
.button-exit-tra{
	color: #000 !important;
	opacity: 1 !important;
	height: 30px;
	width: 30px;
	position: absolute;
	right: -15px;
	background: #fff;
	border-radius: 50px;
	font-size: 30px;
	padding-left: 7px;
	top: -15px;
}
#extra_info_training{
	border-radius: 5px;
	padding: 0px;
	z-index: 99999;
	position: absolute;
	top: -17px;
	left: 230px;
	font-size: 22px;
	background: #fff;
	color: #000;
	width: 370px;
	display: none;
	text-align: center;
	border: 2px solid #000;
	height:80px;
}
#dismiss_extra_info_training{
	color: #000 !important;
	opacity: 1 !important;
	height: 30px;
	width: 30px;
	position: absolute;
	right: -15px;
	background: #fff;
	border-radius: 50px;
	font-size: 30px;
	padding-left: 7px;
	top: -15px;
	line-height:30px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
}
.box-syn-line{
    width:23%;
    display:inline-block;
    float:left;
    margin-left:1%;
    margin-right:1%;
    margin-top:10px;
    margin-bottom:10px;
}
@media (max-width: 1100px){
    .box-syn-line{ 
        width:46%;
        margin-left:2%;
        margin-right:2%; 
    }
}


@media (max-width: 700px){
    .box-syn-line{
        width:96%;
        margin-left:2%;
        margin-right:2%;
    }
}

.head_stats_sync {
	padding: 2px;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 16px;   
	text-align: center;
}
.boxhead_supp_info {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.boxhead_supp_info_title {
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	background-color: #f1f1f1;
}

.box-syn-button {
    cursor:pointer;
    display:inline-block;
    float:left;
    width:200px;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    height:62px;
}

/* dash-news */
.dash-news-line-wrapper {
	padding: 0 10px;
}
.dash-news-line {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
.dash-news-line-wrapper:first-of-type .dash-news-line {
	border-top: none;
}
.dash-news-line__img-wrapper {
	float: left;
	width: 152px;
	height: 112px;
	border: 1px solid #555;
}
.dash-news-line__text {
	float: left;
	width: calc(100% - 282px);
	padding: 0 10px;
}
.dash-news-line__info {
	float: right;
	width: 130px;
	margin-top: 5px;
	text-align: center;
}
.dash-news-line__text h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}
.dash-news-line__post-date {
	margin-bottom: 5px;
	font-size: 12px;
}
.dash-news-line__post-date strong {
	display: block;
}
.dash-news-line__text-description {
	font-size: 13px;
}
.dash-news-line__badges {
	margin-bottom: 5px;
}
.dash-news-badge {
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 11px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.dash-news-line__more {
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.dash-news-view-all {
	margin: 0 10px 5px;
	padding-top: 5px;
	color: #337ab7;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.acqua-admin .modal-body .row [class*='col-']{
	width: auto !important;
	word-break: break-word;
}
.fw600 {
	font-weight: 600;
}

@media (max-width: 767px){
	.dash-news-line__img-wrapper {
		display: none;	
	}
	.dash-news-line__text {
		width: calc(100% - 140px);
	}
}
@media (max-width: 575px){
	.dash-news-line__text {
		float: none;
		width: 100%;
	}
	.dash-news-line__info {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.dash-news-line__post-date strong {
		display: inline-block;
	}
	.dash-news-line__more {
		margin-top: 10px;
	}
}

.crm_offerslist .coloured-heading {margin-bottom: 8px; padding: 4px 8px; color: rgba(var(--light-color),1); background-color: rgba(var(--primary-color),1);}
.crm_offerslist .img-box {width: 230px;	height: 175px; overflow: hidden;}
.crm_offerslist .img-box img {display: block; width: 100%; height: 100%; object-fit: cover;}
.crm_offerslist .booking-com-rating-icon {display: inline-block; padding: 0; width: 28px; height: 28px; line-height: 28px; font-size: 14px; color: #fff; text-align: center; background: #003580; border-radius: 4px 4px 4px 0;}

/* acqua-admin-cruises */
.acqua-admin-cruises h3 {
	margin-bottom: 4px;
	font-size: 16px;
}
.acqua-admin-cruises-header {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.acqua-admin-cruises-header .thumbnail {
	margin-bottom: 12px;
}
.acqua-admin-cruises-main-imgbox {
	display: block;
	position: relative;
	z-index: 1;
	height: 0;
	margin-bottom: 12px;
	padding-bottom: 88.04688%;
	border-radius: 8px;
	overflow: hidden;
}
.acqua-admin-cruises-main-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.acqua-admin-cruises-ports {
	margin: 8px 0 16px;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.acqua-admin-cruises-ports .fa {
	font-size: 14px;
	color: rgba(var(--primary-color),1);
}

/* acqua-admin-cruise-itinerary */
.acqua-admin-cruise-itinerary-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 36px;
	margin-bottom: 12px;
	padding-right: 24px;
}
.acqua-admin-cruise-itinerary-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 120px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.acqua-admin-cruise-itinerary-item::after {
	font-family: 'FontAwesome';
	content: '\f178';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -28px;
	transform: translateY(-50%);
	font-size: 18px;
	color: rgb(var(--primary-color));
}
.acqua-admin-cruise-itinerary-item:last-child::after {
	display: none;
}
.acqua-admin-cruise-itinerary-item-day {
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	margin-bottom: 4px;
	padding: 4px;
	color: #fff;
	text-align: center;
	background-color: #777;
	border-radius: 8px 8px 0 0;
}
.acqua-admin-cruise-itinerary-item-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
}
.acqua-admin-cruise-itinerary-item .icon-itinerary {
	font-size: 24px;
	color: rgb(var(--primary-color));
}
.acqua-admin-cruise-itinerary-item-location {
	width: 100%;
	padding: 4px;
	font-weight: 600;
	font-size: 13px;
	/*color: rgb(var(--primary-color));*/
	text-align: center;
	line-height: 1.3;
}
.acqua-admin-cruise-itinerary-item-hours {
	width: 100%;
	padding: 4px;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 0 0 8px 8px;
}

.acqua-admin-cruises-info {
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.acqua-admin-cruises-description {
	height: 100%;
	padding-right: 12px;
	border-right: 1px solid #ddd;
}
.acqua-admin-cruises-itinerary {
	height: 100%;
	padding-left: 12px;	
}
@media screen and (max-width: 575px){
	.acqua-admin-cruises-description {
		margin-bottom: 12px;
		padding-right: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid #ddd;
	}
	.acqua-admin-cruises-itinerary {
		padding-left: 0;
		border-left: none;
	}
}

.acqua-admin-cruises-services-wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
}
.acqua-admin-cruises-services.included {
	padding-right: 12px;
	border-right: 1px solid #ddd;
}
.acqua-admin-cruises-services.included h3 {
	color: #1faf41;
}
.acqua-admin-cruises-services.not-included h3 {
	color: #eb1e25;
} 
.acqua-admin-cruises-services ul {
	padding-left: 32px;	
}
@media screen and (max-width: 575px){
	.acqua-admin-cruises-services.included {
		margin-bottom: 12px;
		padding-right: 0;
		padding-bottom: 12px;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.acqua-admin-cruises-services.not-included {
		padding-left: 0;
	}
}

/* acqua-slide-content */
.acqua-slide-content-title {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 16px;
}
.acqua-slide-content {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: all .25s ease;
}
.acqua-slide-content-fade-bg {
	display: none;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}
.acqua-slide-content-body p {
	margin: 0 0 12px;
}
.acqua-slide-content-body p:last-of-type {
	margin-bottom: 0;
}
.acqua-slide-content-show-more-container {
	display: none;
	position: relative;
	z-index: 2;
	margin: 4px 0 0;
	font-style: italic;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
}
.acqua-slide-content-show-more-container .fa {
	font-size: 9px;
}
.extended .acqua-slide-content {
	max-height: none;
}

/* -------------------------------------------------------------------------
   Suppliers settings – additive styles only (scoped classes; do not alter rules above)
   ------------------------------------------------------------------------- */

.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li > a {
	display: flex;
	align-items: center;
	min-height: 44px;
	box-sizing: border-box;
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li > a .fa {
	color: #777;
}
.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li > a:hover {
	color: #222;
}
.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li.active > a,
.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li.active > a:focus,
.acqua-admin .vertical-tabs-container.suppliers-settings-vtabs > .tab-menu-wrapper > .nav-tabs > li.active > a:hover {
	color: #222;
}

.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-catalog-loading-text {
	margin-bottom: 12px;
	color: #333;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-toolbar-strip {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 12px;
	margin-bottom: 12px;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope #travitude-catalog-refresh .glyphicon {
	margin-right: 6px;
	vertical-align: -1px;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-panel > .panel-heading.travitude-supplier-panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	padding: 0;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-heading-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	box-sizing: border-box;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-heading-toggle:hover,
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-heading-toggle:focus {
	text-decoration: none;
	color: #333;
	outline: none;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-heading-title {
	margin: 0;
	font-size: 16px;
	flex: 1;
	min-width: 0;
	padding-right: 10px;
	color: #333;
	text-align: left;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-panel-chevron {
	flex-shrink: 0;
	transition: transform 0.2s ease;
	color: #555;
	font-size: 12px;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-heading-toggle.collapsed .travitude-supplier-panel-chevron {
	transform: rotate(-90deg);
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-supplier-panel .thumbnail .caption h5 {
	color: #333;
}

/* Travitude agency cards: equal height, fixed logo box */
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-row {
	display: flex;
	flex-wrap: wrap;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-row > .travitude-agency-col {
	display: flex;
	margin-bottom: 20px;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex: 1 1 auto;
	min-height: 100%;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
/* Travitude catalog: active / inactive badge (between title and Edit, centered; sub overlay la inactive) */
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
	margin: 2px 0 10px;
	padding: 0 8px;
	box-sizing: border-box;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 100%;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	pointer-events: none;
	text-align: center;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge .fa {
	font-size: 13px;
	flex-shrink: 0;
	line-height: 1;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge--active {
	background-color: #d4edda;
	color: #1e4620;
	border: 1px solid #b7dfb9;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge--active .fa {
	color: #28a745;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge--inactive {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f1b0b7;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status-badge--inactive .fa {
	color: #dc3545;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-logo-wrap {
	flex: 0 0 auto;
	height: 96px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-logo {
	display: block;
	max-width: 100%;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-logo-placeholder {
	font-size: 32px;
	color: #bbb;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-caption {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 12px;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-title {
	flex: 0 1 auto;
	min-height: 2.6em;
	max-height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #333;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-footer {
	flex: 0 0 auto;
	margin-top: auto;
	padding-top: 0;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-status {
	margin-bottom: 0;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-link {
	margin-top: 0;
}

/* Travitude inactive agency cards: transparent blurred overlay */
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 10;
}
.acqua-admin .acqua-box-gray.travitude-catalog-scope .travitude-agency-link--disabled {
	pointer-events: none;
}
/* Additive: Travitude catalog edit action — compact, responsive (scoped) */
.travitude-catalog-scope .travitude-agency-edit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	max-width: 100%;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
	white-space: nowrap;
}
.travitude-catalog-scope .travitude-agency-edit-btn .travitude-agency-edit-icon {
	font-size: 13px;
	line-height: 1;
	flex-shrink: 0;
	opacity: 0.95;
}
.travitude-catalog-scope .travitude-agency-edit-btn .travitude-agency-edit-label {
	overflow: hidden;
	text-overflow: ellipsis;
}
.travitude-catalog-scope .travitude-agency-edit-btn:not(.travitude-agency-link--disabled):hover,
.travitude-catalog-scope .travitude-agency-edit-btn:not(.travitude-agency-link--disabled):focus {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
	outline: none;
}
.travitude-catalog-scope .travitude-agency-edit-btn.travitude-agency-link--disabled {
	opacity: 0.55;
	box-shadow: none;
	cursor: not-allowed;
	filter: grayscale(0.15);
}
@media (max-width: 480px) {
	.travitude-catalog-scope .travitude-agency-edit-btn {
		padding: 7px 10px;
		font-size: 11px;
	}
}
.travitude-supplier-edit-form .img_ed_sup_lin {
	padding: 5px;
	border: 1px solid #ccc;
}

.travitude-supplier-edit-form .inner-section-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.travitude-supplier-edit-form .spacer12 {
	height: 12px;
}

.travitude-supplier-edit-form .separator {
	margin: 12px 0;
	border-top: 1px solid #eee;
}

.travitude-supplier-edit-form .buttons-container {
	margin-top: 15px;
}

.travitude-supplier-edit-form .form-section {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 4px;
	padding: 14px 14px 10px;
}

.travitude-supplier-edit-form .form-section-title {
	font-weight: bold;
	color: #444;
	margin-bottom: 8px;
}

.travitude-supplier-edit-form label.add_tooltip {
	font-weight: normal;
	color: #333;
}

.travitude-supplier-edit-form .travitude-field-wrap fieldset {
	min-width: 240px;
}

.travitude-supplier-edit-form .meta-readonly {
	background: #f5f5f5;
}

.travitude-supplier-edit-form .travitude-input-sm {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}

.travitude-supplier-edit-form .travitude-supplier-details-panel {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 14px 16px 16px;
	margin-top: 18px;
}

.travitude-supplier-edit-form .travitude-supplier-details-panel .form-section-title {
	margin-bottom: 12px;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #1e293b;
}

.travitude-supplier-edit-form .travitude-details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px 16px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.travitude-supplier-edit-form .travitude-details-grid {
		grid-template-columns: 1fr;
	}
}

.travitude-supplier-edit-form .travitude-dv {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 6px;
	padding: 8px 10px;
	min-height: 52px;
}

.travitude-supplier-edit-form .travitude-dv-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	margin-bottom: 2px;
}
.travitude-supplier-edit-form .travitude-dv-label .fa {
	flex-shrink: 0;
	width: 14px;
	text-align: center;
	opacity: 0.9;
}
.travitude-supplier-edit-form .form-section-title--with-icon {
	display: flex;
	align-items: center;
	gap: 8px;
}
.travitude-supplier-edit-form .form-section-title--with-icon .fa {
	color: #64748b;
	font-size: 15px;
}
.travitude-supplier-edit-form .inner-section-title .inner-section-title-icon {
	margin-right: 6px;
	color: #64748b;
}

.travitude-supplier-edit-form .travitude-dv-val {
	display: block;
	font-size: 14px;
	color: #0f172a;
	word-break: break-word;
}

.travitude-supplier-edit-form .travitude-dv-val a {
	color: #2563eb;
}

.travitude-supplier-edit-form .travitude-details-html {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 6px;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.55;
	color: #334155;
	/*max-height: 320px;
	overflow: auto;*/
	-webkit-overflow-scrolling: touch;
}

.travitude-supplier-edit-form .travitude-details-html p:last-child {
	margin-bottom: 0;
}
.travitude-supplier-edit-form .travitude-details-grid .travitude-dv--description {
	grid-column: 1 / -1;
	min-height: auto;
}
.travitude-supplier-edit-form .travitude-dv--description .travitude-details-html {
	margin-top: 2px;
}