/* 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;
}

/* 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: 2px;
	left: -13px;
	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;
}


/* 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.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: -16px;
	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: 15px;
	padding: 20px 15px;
	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,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-admin .dashboard-main-content-heading {
	margin: -20px -15px 15px;
	padding: 20px 15px 10px;
	font-weight: 500;
	font-size: 32px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.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 h2 {
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 28px;
}
.acqua-admin .dashboard-main-content-heading h2 p {
	margin-bottom: 0;
	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;
}
.acqua-admin .section-main-tabs > .nav-tabs > li > a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.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: #bbb;
	background-color: #fff;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper {
	float: left;
	width: 150px;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs {
	margin-right: -1px;
	border: none;
	border-right: 1px solid #ddd;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li {
	float: none;
	display: block;
	margin-right: -1px;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li > a {
	margin-right: 0;
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
}
.acqua-admin .vertical-tabs-container > .tab-menu-wrapper > .nav-tabs > li > a:hover {
	border-bottom-color: #fff;
}
.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 {
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right-color: transparent;
	border-left: none;
	-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);
}
.acqua-admin .vertical-tabs-container > .tab-content-wrapper > .tab-content {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-right: none;
	border-bottom: none;	
}
.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,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-admin .toggle-box .toggle-box-head {
	padding: 5px 10px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: #4b5358;
	_border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.acqua-admin .toggle-box .toggle-box-content-container {
	max-height: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
.acqua-admin .toggle-box.show-box .toggle-box-content-container {
	max-height: 10000px;
}
.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: 5px;	
}
.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;
	width: 100%;
	height: 100%;
	white-space: normal;
	justify-content: center;
	align-items: center;
	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 {	
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.acqua-admin .inner-section .warning-text {
	font-size: 12px;
	color: #cc0000;
}
.acqua-admin .nav-tabs > li > a {
	display: block;
	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 {
	background-color: #f7f7f7;
}
.acqua-admin .tab-content {
	padding: 10px 15px 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-width: 2px;
}
.acqua-admin label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-admin .acqua-list-all-filters {
	margin-bottom: 20px;
}
.acqua-admin .acqua-list-all-filters .acqua-list-all-filters-title {
	font-size: 18px;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters {
	margin: 0 -15px;
	padding: 10px 15px 5px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.acqua-admin .acqua-list-all-filters .acqua-active-filters .title {
	font-weight: 600;
}
.acqua-admin .acqua-active-filters .active-filter-remove {
	position: relative;
	display: inline-block;
	float: left;
	padding: 4px 20px 4px 4px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	cursor: pointer;
	background-color: #f9f9f9;
	border: 1px solid #ccc;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-admin .acqua-active-filters .active-filter-remove:hover {
	background: #fff0f0;
	border-color: #ffbbbb;
}
.acqua-admin .acqua-active-filters .active-filter-remove .filter-remove {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-weight: 600;
	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;
	padding-right: 20px;
}
.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;
}
.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-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: 500;
	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 {
	border-left: 1px dashed #ddd;
	vertical-align: middle;
}
.acqua-admin .table-listing .details-cell a {
	display: block;
	font-size: 12px;
	text-decoration: underline;
	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 .buttons-container {
	margin: 0 -15px;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	/*border-top: 1px solid #ddd;*/
}
.acqua-admin .buttons-container .btn {
	margin: 5px 0;
}
.acqua-admin .website-colors .color-select-container {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 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;
}
.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 dashed #e8e8e8;
	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 {
	text-align: center;
}
.acqua-admin .images-list-container .img-box {
	display: inline-block;
	position: relative;
	width: 95px;
	height: 95px;	
	border: 1px solid #ccc;	
	overflow: hidden;
	cursor: pointer;
}
.acqua-admin .images-list-container .img-box img {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	max-height: 100%;
	margin: auto;
}

/* admin-supplier-box */
.admin-supplier-box {
	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;
}

/* 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 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.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%);
}
.menus_edit_information {
	margin: 0 0 20px;
}
.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;
}
.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: 10px;
	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 .footer-admin .inner-section {
	margin-bottom: 20px;
}
.acqua-admin .footer-admin .col-line-wrapper {
	position: relative;
}
.acqua-admin .footer-admin .col-line-wrapper select.input-sm {
	padding-left: 30px;
}
.acqua-admin .footer-admin .col-line-wrapper .col-line-icon {
	position: absolute;
	z-index: 5;
	top: 4px;
	left: 5px;
	display: inline-block;
	width: 22px;
	font-size: 16px;
	text-align: center;
}
.acqua-admin .footer-admin .buttons-container {
	border-bottom: 1px solid #ddd;
}
.pos-rel {
	position: relative;
}

.bold600 {
	font-weight: 600;
}

@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{    
    padding:5px;
    margin:5px;
    width:100%;
    max-width:900px;
    background: #fafafa;
    cursor:pointer;
}
.line_route_ti{
	border: 1px solid #2671d4;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.highlight_top_edit_ti_route{
	color:#2671d4;
}
.line_rate_ti{
	border:2px solid #ddd;
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.highlight_top_edit_ti_rate{
	color:#f00000;
}
.line_hotel_ti{
	border: 1px solid #02db6f;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.highlight_top_edit_ti_hotel{
	color:#02db6f;
}
.sort_dynamic_options{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
    list-style: none;
    font-size: 13px;
    line-height: 20px;

}
.float_add_select{
	position: absolute;
	z-index: 100;
	/*width: 65%;*/  
	width:96%;
    max-height: 200px; 
    min-height: 150px;
	display: none;
}
.line_departure_ti{
	border: 1px solid #2671d4;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.highlight_top_edit_ti_departure{
	color:#2671d4;
} 
.img_for_extra_div{ 
	width:80px;
	height:80px;
	border:1px solid #ccc;
	display: inline-block;
	position:relative;
	margin:5px;
}
.img_for_extra_div_img {   
	width: 100%;
	height: 100%;   
}
.filter-remove-ti {
	position: absolute;
    top: -8px;
    right: -8px; 
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    border: 1px solid #ff0000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #f00;
    font-weight: 700;
}
.acqua-admin .table-listing .status-active{ 
	 text-align:center
} 
 .acqua-admin .table-listing .status-inactive{ 
	text-align:center
} 
.status-new{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
	background-color: #000;
}


.status-cancelled {	
    min-width: 105px;
    height: 20px;
	line-height: 20px;
	padding: 0 5px;	
    display: inline-block;
    margin-bottom: 5px;    
    font-size: 11px;
    color: #fff;
    background-color: #d9534f;
}
.status-assigned{	
    min-width: 105px;
    height: 20px;
	line-height: 20px;
	padding: 0 5px;	
    display: inline-block;
    margin-bottom: 5px;    
    font-size: 11px;
    color: #fff;
    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;
	} 
}
	 

.booking-status-new{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
	background-color: #000;
}

.booking-status-assigned{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
	background-color: #ff6600;
}
.booking-status-won{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    background-color: #00a452;
}
.booking-status-finalized{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    background-color: #0033cc;
}
.booking-status-cancelled{
    min-width: 105px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    background-color: #f00000;
}

@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{
	text-overflow: ellipsis;
	overflow: hidden;
}
.preview_select_footer_info{
	display:inline-block;
	float:right;
	width:250px
}
.preview_icon_footer_info{
	display:inline-block;
	width:30px;
	height:30px;
	float:right;
	margin-right:10px;
}

@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;
}
.infoline_ed_ti{
	width: 100%;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ccc;
	padding:5px;
}
.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;
}
.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;
	}
}