.button, .no-touch .button[disabled]:hover, .button[disabled]:active {
	line-height: 42px;
	padding:0 16px;
	cursor: pointer;
	color:#FFF;
	background-color:#98a4a5;
	border:2px solid #98a4a5;
	text-decoration: none !important;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 400;
	background-position: center center;
	min-height: 46px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: background-color .2s, border .2s;
	-moz-transition: background-color .2s, border .2s;
	-ms-transition: background-color .2s, border .2s;
	-o-transition: background-color .2s, border .2s;
	transition: background-color .2s, border .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.button.large {
	font-size: 28px;
	padding:8px 18px;
	border-radius: 5px;
}
.button.large .button_subtext {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 4px;
}
a.button:link, a.button:hover {
	text-decoration: none !important;
}
.button-inline-block {
	display: inline-block;
}
.button[disabled]:not(.loading):not(.bulkActionChooseGroupButton),
.no-touch .button[disabled]:hover:not(.loading):not(.bulkActionChooseGroupButton),
.button[disabled]:active:not(.loading):not(.bulkActionChooseGroupButton) {
	cursor: wait;
	opacity: .6;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.sending .button.submit, .sending .button.submit[disabled], .sending .button.submit[disabled]:hover, .sending .button.submit[disabled]:active {
	opacity: 1;
}
a.button {
	display: block;
}
.no-touch .button:hover {
	border:2px solid #2f3f4f;
}
.button:active {
	border:2px solid #2f3f4f;
	background-color:#2f3f4f;
}
.button>div {
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.button:active>div {
	-webkit-transform:scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	-o-transform:scale(.95);
	transform:scale(.95);
}
.button:active[disabled]>div {
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}
.button.large:active>div {
	-webkit-transform:scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	-o-transform:scale(.95);
	transform:scale(.95);
}
.sending .button, .button.loading, .button.loading[disabled] {
	opacity: 1;
	cursor: wait !important;
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/loading/gray_bar.gif);
	color:rgba(255,255,255,.6) !important;
	border:2px solid #2f3f4f;
	background-size:cover;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.sending .button.button-small, .button.loading.button-small, .button.button-small.loading[disabled] {
	background-size: 113px 30px;
	background-color:#fff;
}
/*Android doesn't like background-size on gifs*/
.browser-android-true .button.loading {
	background-size: auto;
}
.button.blue, .button-small.blue, .no-touch .button.blue[disabled]:hover, .button.blue[disabled]:active, .no-touch .button-small.blue[disabled]:hover, .button-small.blue[disabled]:active {
	background-color:#308ebf;
	border:2px solid #308ebf;
}
.no-touch .button.blue:hover, .no-touch .button-small.blue:hover {
	border:2px solid #15436a;
}
.button.blue:active, .button-small.blue:active {
	border:2px solid #15436a;
	background-color:#15436a;
}

.sending .button.blue, .button.blue.loading, .sending .button.blue.submit[disabled]:hover, .sending .button.blue.submit[disabled]:active {
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/loading/blue_bar2.gif);
	color:rgba(255,255,255,.6);
	border:2px solid #15436a;
}
.button.green, .button-small.green, .no-touch .button.green[disabled]:hover:not(.loading), .button.green[disabled]:active:not(.loading), .no-touch .button-small.green[disabled]:hover:not(.loading), .button-small.green[disabled]:active:not(.loading) {

	background: #00b44e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00b44e 0%, #24c37b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00b44e), color-stop(100%,#24c37b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #00b44e 0%,#24c37b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #00b44e 0%,#24c37b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #00b44e 0%,#24c37b 100%); /* IE10+ */
	background: linear-gradient(135deg, #00b44e 0%,#24c37b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b44e', endColorstr='#24c37b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border:2px solid rgba(0,180,78,0);
}
.no-touch .button.green:hover, .no-touch .button-small.green:hover {
	border:2px solid #1e5c37;
}
.button.green:active, .button-small.green:active {
	border:2px solid #1e5c37;

	background: #1e5c37; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1f5d37 0%, #1e5c37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e5c37), color-stop(100%,#1e5c37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1e5c37 0%,#1e5c37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1e5c37 0%,#1e5c37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1e5c37 0%,#1e5c37 100%); /* IE10+ */
	background: linear-gradient(135deg, #1e5c37 0%,#1e5c37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5c37', endColorstr='#1e5c37',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.button.red, .button-small.red, .no-touch .button.red[disabled]:hover:not(.loading), .button.red[disabled]:active:not(.loading), .no-touch .button-small.red[disabled]:hover:not(.loading), .button-small.red[disabled]:active:not(.loading) {
	background-color:#f0243a;
	border:2px solid #f0243a;
}
.no-touch .button.red:hover, .no-touch .button-small.red:hover {
	border:2px solid #7e242a;
}
.button.red:active, .button-small.red:active {
	border:2px solid #7e242a;
	background-color:#7e242a;
}
.button.red.loading,
.button.red.loading[disabled]
 {
	border:2px solid #7e242a;


}

.button.red::after {
	z-index: 1;
	content:"";
	display: none;
	position: absolute;
	top:0;
	left: 0;
	margin-left: -207;
	width: 400px;
	bottom: 0;
	background: -moz-linear-gradient(170deg, rgba(244,36,52,1) 0%, rgba(128,36,40,1) 12%, rgba(244,36,52,1) 25%, rgba(128,36,40,1) 38%, rgba(244,36,52,1) 50%, rgba(128,36,40,1) 62%, rgba(244,36,52,1) 75%, rgba(128,36,40,1) 88%, rgba(244,36,52,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244,36,52,1)), color-stop(12%, rgba(128,36,40,1)), color-stop(25%, rgba(244,36,52,1)), color-stop(38%, rgba(128,36,40,1)), color-stop(50%, rgba(244,36,52,1)), color-stop(62%, rgba(128,36,40,1)), color-stop(75%, rgba(244,36,52,1)), color-stop(88%, rgba(128,36,40,1)), color-stop(100%, rgba(244,36,52,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(170deg, rgba(244,36,52,1) 0%, rgba(128,36,40,1) 12%, rgba(244,36,52,1) 25%, rgba(128,36,40,1) 38%, rgba(244,36,52,1) 50%, rgba(128,36,40,1) 62%, rgba(244,36,52,1) 75%, rgba(128,36,40,1) 88%, rgba(244,36,52,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(170deg, rgba(244,36,52,1) 0%, rgba(128,36,40,1) 12%, rgba(244,36,52,1) 25%, rgba(128,36,40,1) 38%, rgba(244,36,52,1) 50%, rgba(128,36,40,1) 62%, rgba(244,36,52,1) 75%, rgba(128,36,40,1) 88%, rgba(244,36,52,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(170deg, rgba(244,36,52,1) 0%, rgba(128,36,40,1) 12%, rgba(244,36,52,1) 25%, rgba(128,36,40,1) 38%, rgba(244,36,52,1) 50%, rgba(128,36,40,1) 62%, rgba(244,36,52,1) 75%, rgba(128,36,40,1) 88%, rgba(244,36,52,1) 100%); /* ie10+ */
background: linear-gradient(280deg, rgba(244,36,52,1) 0%, rgba(128,36,40,1) 12%, rgba(244,36,52,1) 25%, rgba(128,36,40,1) 38%, rgba(244,36,52,1) 50%, rgba(128,36,40,1) 62%, rgba(244,36,52,1) 75%, rgba(128,36,40,1) 88%, rgba(244,36,52,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F42434', endColorstr='#F42434',GradientType=1 ); /* ie6-9 */
	-webkit-animation: horizLoading 2s linear infinite;
	-moz-animation: horizLoading 2s linear infinite;
	animation: horizLoading 2s linear infinite;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}
/*
.button.red.loading::after {
	opacity: 1;
	display: block;
}
*/
@-webkit-keyframes horizLoading {
	0% {
		margin-left: -207px;
	}
	100% {
		margin-left: -0;
	}
}
@-moz-keyframes horizLoading {
	0% {
		margin-left: -207px;
	}
	100% {
		margin-left: -0;
	}
}

@keyframes horizLoading {
	0% {
		margin-left: -207px;
	}
	100% {
		margin-left: -0;
	}
}

.sending .button.green, .button.green.loading, .sending .button-small.green, .sending .button.green.submit[disabled]:hover, .sending .button.green.submit[disabled]:active {
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/loading/green_bar2.gif);
	color:rgba(255,255,255,.6);
	border:2px solid #1e5c37;
}
.button.yellow, .button-small.yellow, .no-touch .button.yellow[disabled]:hover:not(.loading), .button.yellow[disabled]:active:not(.loading), .no-touch .button-small.yellow[disabled]:hover:not(.loading), .button-small.yellow[disabled]:active:not(.loading) {
	background-color:#fae383;
	border:2px solid #fae383;
	color:#957008;
}
.no-touch .button.yellow:hover, .no-touch .button-small.yellow:hover {
	border:2px solid #957008;
}
.button.yellow:active, .button-small.yellow:active {
	border:2px solid #d5a223;
	background-color:#d5a223;
	color:#FFF;
}
.sending .button.yellow, .button.yellow.loading, .sending .button.yellow.submit[disabled]:hover, .sending .button.yellow.submit[disabled]:active {
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/loading/yellow_bar3.gif);
	color:rgba(255,255,255,.6);
	border:2px solid #d5a223;

}
.button i {
	display: inline-block;
	margin-right: 10px;
	font-size: 90%;
}
.button[disabled], .button[disabled]:not(.loading):active, .button-small[disabled], .button-small[diabled]:active {
	opacity: .6;
	cursor: wait;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;

}
.button-clear {
	line-height: 32px;
	padding:0 20px;
	cursor: pointer;
	color:#828c8d;
	background-color:rgba(152,164,165,0);
	border:1px solid rgba(255,255,255,0);
	text-decoration: none !important;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 300;
	background-position: center center;
	min-height: 32px;
	display: inline-block;
	-webkit-transition: background-color .2s, border .2s;
	-moz-transition: background-color .2s, border .2s;
	-ms-transition: background-color .2s, border .2s;
	-o-transition: background-color .2s, border .2s;
	transition: background-color .2s, border .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.button-clear:hover {
	border:1px solid #98a4a5;
}
.button-clear:active {
	background:#bec3c7;
	border:1px solid #98a4a5;
	color:#384a5d;
}
.sending .button-clear, .button-clear.loading {
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/loading/gray_bar.gif);
	color:rgba(255,255,255,.6);
	border:1px solid #98a4a5;
	cursor: wait;
}
.sending .button-clear .fa, .button-clear.loading .fa {
	color:rgba(255,255,255,.6);
}
.button-clear .fa {
	display: inline-block;
	margin-right: 8px;
}
.button-small {
	line-height: 28px;
	padding:0 12px;
	cursor: pointer;
	color:#FFF;
	background-color:#98a4a5;
	border:2px solid #98a4a5;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	background-position: center center;
	min-height: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: background-color .2s, border .2s, -webkit-transform .2s;
	-moz-transition: background-color .2s, border .2s, -moz-transform .2s;
	-ms-transition: background-color .2s, border .2s, -ms-transform .2s;
	-o-transition: background-color .2s, border .2s, -o-transform .2s;
	transition: background-color .2s, border .2s, transform .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a.button-small {
	display: inline-block;
}
.no-touch .button-small:hover {
	border:2px solid #2f3f4f;
}
.button-small:active {
	border:2px solid #2f3f4f;
	background-color:#2f3f4f;
}
.button-small i {
	display: inline-block;
	margin-right: 10px;
	font-size: 90%;
}


.main_buttons {
	margin-top: 10px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.main_buttons_tooltip {
	color: #eceff0;
	font-size: 12px;
	line-height: 20px;
	opacity: .6;
	min-width: 240px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom:0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.show_help_text .main_buttons_tooltip {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: .6;
	visibility: visible;
}

.main_button {
	background-image: linear-gradient(to bottom, #b4bbc1, #a7afb4, #9aa3a7, #8e989a, #828c8d);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 100;
	display: block;
}
.main_button_inside {
	line-height: 52px;
	width: 60px;
	height: 52px;
	font-size: 28px;
	text-align: center;
	color:#eceff0;
	background:rgba(0,0,0,0);
	box-shadow: inset rgba(0,0,0,0) 0 0 2px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.main_button .main_button_inside .fa {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.main_button.last_main_button {
	border-bottom-right-radius: 6px;
}

.main_button:not(#logout_button):nth-child(2) {
	border-bottom-left-radius: 6px;
}
.main_buttons.hide_super_search .main_button.logout_button {
	border-top-right-radius: 6px;
}
.main_button.logout_button {
	border-bottom-right-radius: 6px;
}

.main_button.more_menu_button {
	border-bottom-right-radius: 6px;
	overflow: visible;
}
.hide_super_search .main_button:nth-child(2) {
	border-top-left-radius: 6px;
}
.hide_super_search .main_button.more_menu_button {
	border-top-right-radius: 6px;
}
.main_button.more_menu_button .fa-exclamation-circle {
	position: absolute;
	font-size: 20px;
	width: 26px;
	height: 26px;
	top:0;
	right: 0;
	margin-top: -6px;
	margin-right: -6px;
	background:#F42434;
	border-radius: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
}
.billing_button .fa-exclamation-circle {
	color:#F42434;
}
.main_button:hover:not(.loading) .main_button_inside {
	background:rgba(0,0,0,.1);
}
.main_button:hover:not(.loading) .main_button_inside .fa {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.main_button:active:not(.loading) .main_button_inside {
	background:rgba(0,0,0,.2);
	box-shadow: inset rgba(0,0,0,.4) 0 0 8px;
}
.main_button:active:not(.loading) .main_button_inside .fa {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	transform: scale(.95);
}
.main_button.compose_button {
	background-image: linear-gradient(to bottom, #278dc1, #1e82b7, #1476ad, #0a6ba3, #016099);
}
.main_button.add_member_button {
	background-image: linear-gradient(to bottom, #24c37b, #20b46c, #1ba55e, #169650, #0f8843);
}
.main_button.all_groups_preferences_button {
	background-image: linear-gradient(to bottom, #b34ec5, #a942bb, #9f35b0, #9527a6, #8b169c);
}
.main_button.super_search_button  {
	background-image: linear-gradient(to top, #d7a306, #e0b022, #e9bd35, #f1ca45, #fad755);
}
.compose_button_email .main_button_inside {
	line-height: 48px;
}
.compose_button_sms .main_button_inside {
	font-size: 34px;
}
.compose_button_loading {
	position: absolute;
	width: 48px;
	height: 48px;
	left:50%;
	top:50%;
	margin-top: -24px;
	margin-left: -24px;
	background-image:url(/assets/images/loading/loading_bricks.gif);
	background-size: contain;
	background-position: center center;
	opacity: 0;
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	transform: scale(.65);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.main_button.loading .compose_button_loading {
	opacity: .8;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.main_button.loading .main_button_inside .fa {
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	transform: scale(.65);
	opacity: 0;
}




/* COMPOSER LOADING BRICKS */
.loading_bricks {
	position: relative;
}
.loading_bricks.loading {
	cursor: wait;
}
.loading_bricks::after {
	display: block;
	content: "";
	position: absolute;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image:url(/assets/images/loading/loading_bricks.gif);
	left:4px;
	top:4px;
	bottom:4px;
	right:4px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	transform: scale(.45);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.loading_bricks.loading_bricks_large::after {
	border-radius: 12px;
	width: 52px;
	height: 52px;
	background-color:rgba(0,0,0,.6);
	background-size: 42px;
	left:50%;
	top:50%;
	margin-left: -26px;
	margin-top: -26px;
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	transform: scale(.65);
}
.loading_bricks.loading_bricks_blue::after {
	background-image:url(/assets/images/loading/loading_bricks_blue.gif);
}
.loading_bricks.loading_bricks_red::after {
	background-image:url(/assets/images/loading/loading_bricks_red.gif);
}
.loading_bricks.loading::after,
.loading .loading_bricks.loading_bricks_child::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.loading_bricks > div {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.loading_bricks.loading:not(.loading_bricks_large) > div,
.loading .loading_bricks.loading_bricks_child:not(.loading_bricks_large) > div {
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	transform: scale(.45);
	opacity: 0;
}
.loading_bricks.loading_bricks_delay.loading::after,
.loading .loading_bricks.loading_bricks_delay.loading_bricks_child::after {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}






.button2, a.button2 {
	line-height: 42px;
	padding:0 16px;
	cursor: pointer;
	color:#FFF;
	background-color:#98a4a5;
	background-image:linear-gradient(135deg, #98a4a5 0%,#a5b0b3 100%);
	border:2px solid #98a4a5;
	text-decoration: none !important;
	text-align: center;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	background-position: center center;
	min-height: 46px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	transition: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.button2:active {
	box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}
a.button2 {
	display: inline-block;
	color:#FFF !important;
	text-decoration: none !important;
}

.button2.medium {
	line-height: 32px;
	font-size: 16px;
	min-height: 36px;
	padding:0 10px;
}

.button2.small {
	line-height: 22px;
	font-size: 13px;
	min-height: 26px;
	padding:0 5px;
}
.button2.rounded {
	border-radius: 100px !important;
	padding:0 20px;
}
.button2.medium.rounded {
	padding:0 12px;
}
.button2.small.rounded {
	padding:0 8px;
}

.button2 .fa, .button2 .fas, .button2 .far, .button2 .fal, .button2 .fab, .button2 .fad {
	line-height: inherit !important;
}
.button2.verySmall {
	line-height: 15px;
	font-size: 11px;
	min-height: 19px;
	padding:0 3px;
}
.button2:not(.loading):not(.disabled):not(.no_hover):hover {
	border: 2px solid #384A5D;
}
.button2:not(.loading):not(.disabled):not(.no_hover):active {

	border: 2px solid #384A5D;
}
.button2.no_hover {
	cursor: default;
}
.button2.loading {
	cursor: wait;
}
.button2 > div {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.button2:not(.disabled):not(.loading):not(.no_hover):active > div {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	transform: scale(.95);
}
.button2 > div .icon + .text,
.button2 > div .text + .icon {
	margin-left: 12px;
}
.button2.medium > div .icon + .text,
.button2.medium > div .text + .icon {
	margin-left: 8px;
}
.button2.small > div .icon + .text,
.button2.small > div .text + .icon {
	margin-left: 5px;
}
.button2 .icon {
	font-size: 24px;
	display: block;
}
.button2.medium .icon {
	font-size: 18px;
	line-height: 30px;
}
.button2.small .icon {
	font-size: 14px;
	line-height: 22px;
}

.button2::after {
	display: block;
	content: "";
	position: absolute;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image:url(/assets/images/loading/loading_bricks.gif);
	left:4px;
	top:4px;
	bottom:4px;
	right:4px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	transform: scale(.45);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.button2.small::after {
	top: 2px;
	bottom: 2px;
}
.button2.verySmall::after {
	top:0;
	bottom:0;
}
.button2.loading::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.button2.loading > div {
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	transform: scale(.45);
	opacity: 0;
}
.button2 .new_confirm_text {
	white-space: nowrap;
	position: absolute;
}
.button2 a {
	color: inherit !important;
	text-decoration: none !important;
}
.button2::before {
	content:"";
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.15);
	opacity: 0;
	border-radius: inherit;
	transition: opacity .2s;
}
.button2:not(.loading):not(.disabled):not(.no_hover):active::before {
	opacity: 1;
}
.button2.green {
	background:#00B44E;
	background-image:linear-gradient(135deg, #00b44e 0%,#24c37b 100%);
	border:2px solid #00B44E;
}
.button2.green:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.green:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #1E5C37;
}
.button2.green:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #1E5C37;
}
.button2.blue {
	background:#278dc1;
	border:2px solid #278dc1;
}
.button2.blue:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.blue:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #13426B;
}
.button2.blue:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #13426B;
}
.button2.dark {
	background:#384A5D;
	border:2px solid #384A5D;
}
.button2.dark:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.dark:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #2F3F4F;
}
.button2.dark:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #2F3F4F;
}
.button2.red {
	background:#F42434;
	border:2px solid #F42434;
}
.button2.red-hover:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.red-hover:not(.loading):not(.disabled):not(.no_hover).focused
.button2.red-hover.showing_overlay {
	background:#F42434;
}
.button2.red-hover:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.red:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.red:not(.loading):not(.disabled):not(.no_hover).focused,
.button2.red-hover.showing_overlay {
	border: 2px solid #802428;
}
.button2.red-hover:not(.loading):not(.disabled):not(.no_hover):active,
.button2.red:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #802428;
}
.button2.orange {
	background:#ed7722;
	background-image:linear-gradient(135deg, #f28a15 0%,#ed7722 100%);
	border:2px solid #ed7722;
}
.button2.orange:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.orange:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #C56006;
}
.button2.orange:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #C56006;
}
.button2.lightBorder:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.lightBorder:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #ECEFF0;
}
.button2.lightBorder:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #ECEFF0;
}
.button2.purple {
	background:#8B169C;
	background-image:linear-gradient(135deg, #8b169c 0%,#9f35b0 100%);
	border:2px solid #8B169C;
}
.button2.purple:not(.loading):not(.disabled):not(.no_hover):hover,
.button2.purple:not(.loading):not(.disabled):not(.no_hover).focused {
	border: 2px solid #693065;
}
.button2.purple:not(.loading):not(.disabled):not(.no_hover):active {
	border: 2px solid #693065;
}
.button2_combine .button2:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.button2_combine .button2:not(:first-child) {
	margin-left: -2px;
}
.button2_combine .button2 {
	z-index: 1;
}
.button2_combine .button2:hover {
	z-index: 2;
}
.button2_combine .button2 + .button2 {
	border-top-left-radius:0;
	border-bottom-left-radius: 0;
}

.close_button {
	color: #BEC3C7;
    font-size: 14px;
    cursor: pointer;
    width: 20px;
    line-height: 20px;
    border-radius: 24px;
    box-shadow: inset #BEC3C7 0 0 5px;
    text-align: center;
    transition: .2s;
}
.close_button:hover {
	background-color:#BEC3C7;
	box-shadow: inset #98A4A5 0 0 5px;
}
.close_button:active {
	background-color: #828C8D;
	box-shadow: inset #828C8D 0 0 5px;
}
.close_button .fa {
	cursor: pointer;
    transition: .2s;
}
.close_button:hover .fa {
	color:#FFF;
}
.close_button:active .fa {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	transform: scale(.9);
}
