/*
	VARIE
*/
.fb_box {
	width: 100% !important;
	margin: 3px 0px 20px 0px !important;
	border: 0px !important;
	border-radius: 0px 20px 20px 20px;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.1);
	background-color: #ffffff !important;
	padding: 20px;
}
.fb_top_spacer {
	height: 20px;
}
.fb_center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fb_cella {
	border: 0px !important;
	border-radius: 0px 20px 20px 0px;
}
.fb_fugaz {
	font-family: "Fugaz One";
}
.fb_button {
	font-family: "Fugaz One";
	font-size: 1em;
	color: #f3f3f3 !important;
	background: #56c529;
	text-align: center;
	margin: 10px 10px;
	padding: 5px 15px;
	border: 0px;
	border-radius: 15px;
	outline: none;
}
.fb_button:hover {
	text-decoration: none;
	color: #f3f3f3;
	background: #60dd2e;
	cursor: pointer;
}
.fb_button:focus {
	outline: none;
}
.fb_button_mini {
	font-size: 0.9em;
	color: #f3f3f3 !important;
	background: #56c529;
	text-align: center;
	padding: 0px 10px;
	border-radius: 10px;
	outline: none;
}
.fb_button_mini:hover {
	text-decoration: none;
	color: #f3f3f3;
	background: #60dd2e;
	cursor: pointer;
}
.fb_button_mini:focus {
	outline: none;
}
.fb_button_yellow {
	background: #fbbe06;
}
.fb_button_yellow:hover {
	background: #fac864;
}
.fb_button_send {
	font-size: 0.9em;
	color: #f3f3f3 !important;
	background: #56c529;
	text-align: center;
	margin: 8px 6px;
	padding: 2px 6px;
	border: 0px;
	border-radius: 12px;
	outline: none;
}
.fb_button_send:hover {
	text-decoration: none;
	color: #f3f3f3;
	background: #60dd2e;
	cursor: pointer;
}
.fb_button_send:focus {
	outline: none;
}
.fb_h {
	font-size: 0.6em;
}
#fb_chat::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
}
#fb_chat::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background-color: #f5f5f5;
}
#fb_chat::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}
/*
	FORM
*/
.fb_label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.fb_form_control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*
	DASHBOARD
*/
/* box utente */
.fb_user_box {
	padding: 13px 30px 13px !important;
}
.fb_avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.1);
}
.fb_avatar:hover {
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.15);
}
.fb_logout {
	text-align: right;
}
.fb_hello {
	margin: 10px 0px;
}
.fb_try_nr {
	margin-bottom: 10px;
	text-align: center;
	font-size: 70px;
	font-family: "Fugaz One";
}
/* box team */
.fb_team_box {
	padding: 13px 30px 13px !important;
}
.fb_title_team_box {
	font-family: "Fugaz One";
}
.fb_add_team_box {
	width: 16px;
	border-radius: 50%;
	margin-left: 5px;
}
.fb_team_logos_box img {
	width: 22%;
	margin: 3px;
	border-radius: 50%;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.04);
}
/* tools */
.fb_tools_dash {
	text-align: right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
.fb_tools_dash img {
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.1);
	border-radius: 50%;
}
.fb_tools_dash img:hover {
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.15);
	cursor: pointer;
}
/* lista */
.fb_box_left {
	width: 100% !important;
	height: 100%;
	border: 0px !important;
	border-radius: 0px 0px 0px 20px;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.1);
	background-color: #ffffff;
	padding: 12px 40px;
}
.fb_box_right {
	width: 100% !important;
	height: 100%;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	border: 0px !important;
	border-radius: 0px 20px 20px 0px;
	box-shadow: 10px 7px 16px 0px rgba(14, 13, 14, 0.1);
	padding: 15px;
}
.fb_background_color_no_award {
	background-color: #bbdefb;
}
.fb_background_color_award {
	background-color: #00aef0;
}
.fb_box_padding {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 15px !important;
	padding-left: 0px !important;
}
.fb_map {
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fb_result_dash {
	padding: 5px 0px 0px 0px !important;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	color: #999999;
}
.fb_result_name_dash {
	color: #222222;
}
.fb_date_dash {
	font-weight: normal;
	padding-top: 8px;
	color: #222222;
}
.fb_cella_dash {
	padding: 13px 39px 13px !important;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.fb_sport_dash {
	font-family: "Fugaz One";
	font-weight: normal;
	color: #222222;
	font-size: 18px;
}
.fb_cella_award_dash {
	vertical-align: middle !important;
	text-align: center;
}
.fb_cella_percorso_dash {
	padding: 0px 38px 15px !important;
}
.fb_del_dash:hover {
	cursor: pointer;
}
.fb_unit_measure {
	font-size: 0.7em;
}
.fb_coach_image {
	position: relative;
	display: inline-block;
}
.fb_coach_avatar {
	margin: 3px;
	border-radius: 50%;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.04);
}
.fb_notify_badge {
	position: absolute;
	right: -5px;
	top: 2px;
	background: red;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	color: white;
}
/*
	RACES
*/
.fb_button_mini_race {
	padding-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
.fb_cella_mini_race {
	padding: 20px !important;
}
.fb_cella_race {
	padding: 15px 40px !important;
}
.fb_title_mini_race {
	font-family: "Fugaz One";
	color: #222222;
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 5px;
	min-height: 3em;
	line-height: 1.5em;
}
.fb_title_race {
	font-family: "Fugaz One";
	color: #222222;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.fb_cella_map_race {
	padding: 10px 38px 25px !important;
	text-align: center;
	height: 500px;
}
.fb_period_mini_race {
	font-weight: bold;
	font-size: 13px;
	color: #999999;
}
.fb_period_race {
	font-weight: bold;
	font-size: 15px;
	color: #999999;
}
.fb_description_race {
	color: #999999;
	font-size: 16px;
}
.fb_sport_race {
	font-family: "Fugaz One";
	color: #222222;
	font-size: 16px;
}
.fb_sport_attr_race {
	font-weight: bold;
	color: #999999;
	font-size: 16px;
}
.fb_sport_note_race {
	font-size: 12px;
}
.fb_location_race {
	font-style: oblique;
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.fb_route_race {
	margin-top: 10px;
}
.fb_add_race {
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.1);
	text-align: right;
	background: #ff6600;
}
.fb_add_race:hover {
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.15);
	cursor: pointer;
	background: #ff8800;
}
.fb_nr_reg_race {
	font-size: 10px;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 30px;
	font-weight: bold;
}
.fb_logo_race {
	width: 150px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.fb_logo_mini_race {
	height: 55px !important;
	width: auto;
	padding-bottom: 5px;
	padding-left: 30px;
}
/*
	RESULTS
*/
.fb_table_res {
	border: 1px solid #222;
}
.fb_table_res td {
	border: 1px solid #222 !important;
	font-size: 13px;
	padding: 0px 3px !important;
	text-align: center;
}
.fb_table_res th {
	border: 1px solid #222 !important;
	font-size: 13px;
	padding: 0px 3px !important;
	text-align: center;
}
.fb_user_result_row {
	font-weight: bold;
	background-color: #eeeeee;
}
/*
	TRY
*/
.fb_cella_mini_try {
	padding: 0px 38px 0px !important;
	text-align: center;
}
.fb_cella_mini_try img {
	border-radius: 8px;
}
.fb_cella_try {
	padding: 0px 40px 25px !important;
	text-align: center;
}
.fb_cella_title_try {
	padding: 15px 40px 5px !important;
}
.fb_mini_try {
	padding: 13px 15px 8px !important;
	font-size: 13px;
	color: #999999;
}
.fb_title_try {
	font-family: "Fugaz One";
	font-weight: normal;
	color: #222222;
	font-size: 16px;
	min-height: 3em;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.fb_sport_try {
	font-family: "Fugaz One";
	font-weight: normal;
	color: #222222;
	font-size: 16px;
}
.fb_sport_attr_try {
	font-weight: bold;
	color: #999999;
	font-size: 16px;
}
.fb_description_try {
	color: #999999;
	font-size: 16px;
}
.fb_location_try {
	margin-top: 3px;
	font-style: oblique;
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.fb_pass_try {
	color: #999999;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*
	PROFILE
*/
.fb_cella_profile {
	border: 0px !important;
	border-radius: 0px 20px 20px 0px;
	padding: 20px 40px !important;
}
/*
	TEAMS
*/
.fb_text_teams {
	color: #222222;
}
.fb_pul_teams {
	padding: 4px 21px;
	background: #35b128;
	border: 1px solid #33842a;
	border-radius: 6px;
	color: #f3f3f3;
	/* font-size: 1.5em; */
	text-transform: uppercase;
}
.fb_search_img {
	width: 30px;
	border-radius: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fb_logo_teams img {
	width: 80px;
	margin: 3px;
	border-radius: 50%;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.04);
}
.fb_logo_big img {
	width: 120px;
	margin: 0px 0px 0px 30px;
	border-radius: 50%;
	box-shadow: 2px 7px 16px 0px rgba(14, 13, 14, 0.04);
}
.fb_listas_teams {
	padding: 15px 30px 15px !important;
}
.fb_title_teams {
	font-family: "Fugaz One";
	padding-bottom: 10px;
	font-size: 20px;
}
.fb_list_user_teams {
	padding-left: 20px;
	font-family: "Fugaz One";
	font-size: 18px;
}
/*
	COACH VIEW
*/
.fb_tab_content_border {
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}
.fb_chat_date {
	font-size: 0.7em;
}
.fb_message {
	font-size: 0.9em;
}
.fb_add_chat {
	height: 20px;
}
.fb_chat_message_container {
	width: 90%;
}
.fb_list_user_coach {
	font-family: "Fugaz One";
	font-size: 14px;
}
