/* acqua_toast block */
.acqua_toast_wrapper {
	position: fixed;
	z-index: 1040;
	right: -390px;
	top: 40px;
	bottom: 10px;
	width: 390px;
	/*padding-right: 20px;*/	
	overflow-y: auto;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast_wrapper.no_toasts {
	display: none;
}
.acqua_toast_tools {
	position: fixed;
	z-index: 10;
	right: -390px;
	width: 390px;
	margin-top: -38px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast_wrapper.open,
.acqua_toast_wrapper.open .acqua_toast_tools {
	right: 5px;
}
.acqua_toast_tools__icon {
	position: fixed;
	z-index: 5;
	top: 30%;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #20a8d8;
	-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;
	opacity: 1;
	cursor: pointer;
}
.acqua_toast_wrapper.open .acqua_toast_tools__icon {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.acqua_toast_tools__icon_number {
	position: absolute;
    z-index: 5;
    top: 2px;
    left: -17px;
    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;
}
.acqua_toast_tools__number {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	background-color: rgba(0,0,0,0.35);
}
.acqua_toast_tools__hide_all {
	position: relative;
	padding-right: 36px;
}
.acqua_toast_tools__hide_all,
.acqua_toast_tools__close_all {
	padding-top: 0;
	padding-bottom: 0;
	height: 24px;
	line-height: 21px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.acqua_toast_tools__icon {
		top: 26%;
	}
}
.acqua_toast_container {
	position: relative;
	/*width: 370px;*/
}
.acqua_toast {
	position: relative;
	z-index: 5;
	/*width: 370px;*/
	min-height: 50px;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 40px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.15);
			box-shadow: 0 2px 5px rgba(0,0,0,.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 1;
}
.acqua_toast:only-of-type,
.acqua_toast:last-of-type {
	margin-bottom: 0;
}
/*.acqua_toast:hover,
.acqua_toast:focus {
	opacity: 1;
}*/
.acqua_toast__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.acqua_toast__icon .fa {
	font-size: 20px;
	color: #fff;
}
.acqua_toast__close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.acqua_toast__close .fa {
	font-size: 14px;
	color: #9ea6ab;
	cursor: pointer;
}
.acqua_toast__close .fa:hover,
.acqua_toast__close .fa:focus {
	color: #4d5258;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast__text {
	padding: 5px 0 5px 10px;
	color: #4d5258;
}
.acqua_toast__primary {
	font-weight: 600;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua_toast__secondary {
	color: #767c85;
}
.acqua_toast__link {
	margin-top: 5px;
	font-size: 12px;
	color: #0099d3;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast__link:hover,
.acqua_toast__link:focus {
	color: #006d97;
}
.acqua_toast__dropdown {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 0;
	padding: 0 8px;
	cursor: pointer;
}
.acqua_toast__dropdown .fa {
	font-size: 16px;
	color: #0099d3;	
}
.acqua_toast__dropdown .fa:hover,
.acqua_toast__dropdown .fa:focus {
	color: #006d97;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast__dropdown_menu {
	position: absolute;
	z-index: -1;
	top: calc(100% + 9px);
	right: 0;
	min-width: 150px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,.15);
			box-shadow: 0 2px 5px rgba(0,0,0,.15);
	opacity: 0;
	pointer-events: none;
}
.acqua_toast__dropdown_menu__arrow::before,
.acqua_toast__dropdown_menu__arrow::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: none;
}
.acqua_toast__dropdown_menu__arrow::after {	
	z-index: 10;
	top: calc(0% - 8px);
	right: 2px;	
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 8px solid #fff;
}
.acqua_toast__dropdown_menu__arrow::before {
	z-index: 10;
	top: calc(0% - 10px);
	right: 1px;	
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 10px solid #bdbdbd;
}
.acqua_toast__dropdown_menu__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.acqua_toast__dropdown_menu__list a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #0099d3;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua_toast__dropdown_menu__list a:hover,
.acqua_toast__dropdown_menu__list a:focus {
	color: #fff;
	background-color: #20a8d8;
}
/* acqua_toast--modifiers */
/*.acqua_toast_wrapper--topLeft {
	top: 60px;
	left: 5px;
	bottom: 15px;
}
.acqua_toast_wrapper--topRight {
	top: 60px;
	right: 5px;
	bottom: 15px;
}
.acqua_toast_wrapper--bottomRight {
	height: calc(100vh - 35%);
	bottom: 50px;
	right: 5px;
}
.acqua_toast_wrapper--bottomLeft {
	top: 15px;
	bottom: 15px;
	left: 5px;
}*/
.acqua_toast--success .acqua_toast__icon {
	background-color: #3f9c35;
}
.acqua_toast--warning .acqua_toast__icon {
	background-color: #ec7a08;
}
.acqua_toast--danger .acqua_toast__icon {
	background-color: #cc0000;
}
.acqua_toast--info .acqua_toast__icon {
	background-color: #20a8d8;
}
.acqua_toast__dropdown_menu--show {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}
.acqua--hidden {
	display: none;
}
/*.acqua--hidden {
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: -1; 
}*/
/* /acqua_toast block */