/* Buttons */
.button_extra_small_blue {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:55px;
	height:20px;
	line-height:20px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 12px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_extra_small_red {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:55px;
	height:20px;
	line-height:20px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 12px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_extra_small_green {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:55px;
	height:20px;
	line-height:20px;
	text-align:center;
	background: linear-gradient(0deg,rgba(0,190,8,0.83),rgba(67,255,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 12px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_extra_small_orange {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:55px;
	height:20px;
	line-height:20px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,126,0,0.78),rgba(255,155,56,0.78));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 12px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.button_small_blue {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_blue:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_blue_form {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:25px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:2px;
	border:none;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_blue_form:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_red {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_red:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_red_form {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:25px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:2px;
	border:none;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_red_form:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_green {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	background: linear-gradient(0deg,rgba(0,190,8,0.83),rgba(67,255,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_green:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_orange {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,126,0,0.78),rgba(255,155,56,0.78));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_orange:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_orange_form {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:25px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,126,0,0.78),rgba(255,155,56,0.78));
	border-radius:2px;
	border:none;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_orange_form:hover {
	color:#DBDBDB;
	cursor:pointer;
}

.button_small_medium_blue {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:165px;
	height:26px;
	line-height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 15px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_medium_red {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:165px;
	height:26px;
	line-height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 15px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_medium_green {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:165px;
	height:26px;
	line-height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(0,190,8,0.83),rgba(67,255,76,0.83));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 15px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_medium_orange {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:165px;
	height:26px;
	line-height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,126,0,0.78),rgba(255,155,56,0.78));
	border-radius:2px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 15px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.button_medium_blue {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 16px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_medium_blue:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_medium_red {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 16px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_medium_red:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_cards_grey {
	margin:auto;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:110px;
	height:26px;
	line-height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(93,93,93,0.83),rgba(154,154,154,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 15px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_cards_grey:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_medium_grey {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: linear-gradient(0deg,rgba(93,93,93,0.83),rgba(154,154,154,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 16px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_medium_grey:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_medium_black {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: linear-gradient(0deg,rgba(0,0,0,0.83),rgba(46,46,46,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 16px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_medium_black:hover {
	color:#DBDBDB;
	cursor:pointer;
}

.button_extra_medium_grey {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:220px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: linear-gradient(0deg,rgba(93,93,93,0.83),rgba(154,154,154,0.83));
	border-radius:4px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 16px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Sign In, Forms */
.button_small_red_sign_in {
	margin:auto;
	margin-top:5px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(255,5,0,0.83),rgba(248,91,76,0.83));
	border-radius:2px;
	border:none;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_red_sign_in:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_small_red_sign_in_blue {
	margin:auto;
	margin-top:5px;
	margin-bottom:2px;
	padding:1px;
	width:100px;
	height:26px;
	text-align:center;
	background: linear-gradient(0deg,rgba(28,185,251,0.83),rgba(78,200,251,0.83));
	border-radius:2px;
	border:none;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button_small_red_sign_in_blue:hover {
	color:#DBDBDB;
	cursor:pointer;
}

/* Containers and Holders */
.button_links_list_holder {
	margin:auto;
	width:300px;
	height:auto;
}
.button_link_holder {
	margin:auto;
	margin-bottom:8px;
	width:auto;
	height:auto;
}
.button_link_holder_250 {
	margin:auto;
	margin-bottom:8px;
	width:250px;
	height:auto;
}
.button_link_holder_210 {
	margin:auto;
	margin-bottom:8px;
	width:210px;
	height:auto;
}
.button_link_holder_200 {
	margin:auto;
	margin-bottom:8px;
	width:200px;
	height:auto;
}
.button_link_holder_180 {
	margin:auto;
	margin-bottom:8px;
	width:180px;
	height:auto;
}
.button_link_holder_150 {
	margin:auto;
	margin-bottom:8px;
	width:150px;
	height:auto;
}
.button_link_holder_120 {
	margin:auto;
	margin-bottom:8px;
	width:120px;
	height:auto;
}
.button_link_holder_sign_in {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.button_edit_blue {
	margin:auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
	width:55px;
	height:18px;
	line-height:18px;
	text-align:center;
	background: linear-gradient(135deg,rgba(112,210,252,0.9),rgba(28,185,251,0.9));
	border-radius:6px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 11px;
	vertical-align: middle;
	color:#FFFFFF;
	box-shadow:0 0 10px rgba(112,210,252,0.5);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border:none;
    cursor:pointer;
}

/* Universal Button */
.button_universal_blue {
	margin:auto;
	padding:1px;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	line-height:25px;
	width: fit-content;
	min-width:90px;
	background: linear-gradient(135deg,rgba(112,210,252,0.9),rgba(28,185,251,0.9));
	box-shadow:0 0 8px rgba(112,210,252,0.5);
	border-radius:8px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border:none;
    cursor:pointer;
}
.button_universal_blue:hover {
	color:#DBDBDB;
}
.button_plus_button_blue {
	margin:auto;
	padding:1px;
	padding-left:8px;
	padding-right:8px;
	height:25px;
	line-height:25px;
	width: fit-content;
	min-width:20px;
	background: linear-gradient(135deg,rgba(112,210,252,0.9),rgba(28,185,251,0.9));
	box-shadow:0 0 8px rgba(112,210,252,0.5);
	border-radius:8px;
	font-family:'Montserrat SemiBold',Arial;
	font-size: 13.5px;
	vertical-align: middle;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border:none;
    cursor:pointer;
}
.button_plus_button_blue:hover {
	color:#DBDBDB;
}