/* Container-holders*/
.container_buttons_3 {
	display: flex;  
    flex-wrap: wrap;
	margin: auto;
	max-width: 600px;
	text-align:center;
}
.container_buttons_2 {
	display: flex;  
    flex-wrap: wrap;
	margin: auto;
	max-width: 400px;
	text-align:center;
}

.container_button_medium {
	margin:auto;
	width:180px;
	height:auto;
}

/* Rounded Buttons*/
.button_rd_large {
	margin:auto;
	padding:0;
	width: 250px;
	height:60px;
	line-height:60px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:25px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:25px;
	transition: color 0.3s;
}
.button_rd_large_white_glow {
	margin:auto;
	padding:0;
	width: 250px;
	height:60px;
	line-height:60px;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 15px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:25px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:30px;
	transition: color 0.3s;
	border:none;
}
.button_holder_main_action {
	margin:auto;
	wigth:auto;
	height:auto;
}
.button_rd_large:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_rd_medium {
	margin:auto;
	padding:0;
	width: 160px;
	height:35px;
	line-height:35px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:15px;
	transition: color 0.3s;
}
.button_rd_medium:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_rd_totals {
	margin:auto;
	margin-top:20px;
	margin-bottom:15px;
	padding:0;
	width: 160px;
	height:35px;
	line-height:35px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:15px;
	transition: color 0.3s;
}
.button_rd_totals:hover {
	color:#E4E4E4;
	cursor:pointer;
}
.button_rd_totals_white_shadow {
	margin:auto;
	margin-top:20px;
	margin-bottom:15px;
	padding:0;
	width: 160px;
	height:35px;
	line-height:35px;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 15px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:15px;
	transition: color 0.3s;
	border:none;
}
.button_rd_totals_white_shadow:hover {
	color:#E4E4E4;
	cursor:pointer;
}
.forms_button {
	margin:auto;
	padding:0;
	width: 140px;
	height:40px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:18px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	transition: color 0.3s;
}
.forms_button:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.signin_button {
	margin:auto;
	padding:0;
	width: 120px;
	height:40px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:18px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	border: none;
	transition: color 0.3s;
}
.signin_button:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.signin_button_white_shadow {
	margin:auto;
	padding:0;
	width: 120px;
	height:40px;
	box-shadow: rgba(255, 255, 255, 0.4) 1px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:18px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	border: none;
	transition: color 0.3s;
}
.signin_button_white_shadow:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.list_button {
	margin:auto;
	padding:0;
	width: 90px;
	height:20px;
	line-height:20px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:14px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	transition: color 0.3s;
}
.list_button:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.add_button {
	margin:auto;
	padding:0;
	width: 28px;
	height:28px;
	line-height:28px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:4px;
	border: none;
	transition: color 0.3s;
}
.add_button:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.profile_button {
	margin:auto;
	padding:0;
	width: 85px;
	height:20px;
	line-height:20px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:14px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	transition: color 0.3s;
}
.profile_button:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.profile_button_white_shadow {
	margin:auto;
	padding:0;
	width: 85px;
	height:20px;
	line-height:20px;
	box-shadow: rgba(255, 255, 255, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:14px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:16px;
	transition: color 0.3s;
}
.profile_button_white_shadow:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_rd_levels {
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	width: 110px;
	height:35px;
	line-height:35px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:15px;
	transition: color 0.3s;
}
.button_rd_levels:hover {
	color:#DBDBDB;
	cursor:pointer;
}
.button_rd_levels_white_shadow {
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	width: 110px;
	height:35px;
	line-height:35px;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 4px 10px;
	background-color:#1CB9FB;
	font-family: 'ErasBoldITC', Arial;
	font-size:20px;
	font-weight:500;
	color: #F0F0F0;
	text-align:center;
	border-radius:15px;
	transition: color 0.3s;
}
.button_rd_levels_white_shadow:hover {
	color:#DBDBDB;
	cursor:pointer;
}