

/*
Media Widths:
<768 = xs
<992 = sm
<1200 = md
>=1200 = lg
*/

html {
}

body {
	background-color: #eee;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;	
		--bs-accordion-active-bg: #ced4da;
}
@media (max-width: 991px) {
	body {
		/*padding-top: 40px;*/
	}
}
.accordion-button:not(.collapsed)
{
	background-color:white;
	border-bottom: 4px solid #3c63ac;
	color: black;
}
a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color: #3c63ac;
}
a:hover {
	text-decoration: underline;
}

.disabled {
	color: #888;
}

b, strong {
	font-weight: 600;
}

/* Place bubbles */
.msecm-place {
	margin-top: -1px;
	width: 25px;
    height: 25px;
	font-size: 11px;
	font-weight: 600;
    border-radius: 100%;
	background-size: cover;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	background: rgba(64,64,64,.1) no-repeat center;
	display: inline-block;
}
.msecm-place-small {
	width: 25px;
    height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.msecm-place-gold {
	background: #DAA520;
	color: white;
}
.msecm-place-silver {
	background: #A0A0A0;
	color: white;
}
.msecm-place-bronze {
	background: #cd7f42;
	color: white;
}

/* Ads*/
#msecm_ad_top { width: 234px; /*height: 60px;*/ float: none;text-align: center;}
@media (min-width:234px) { #msecm_ad_top { width: 234px; /*height: 60px;*/ } }
@media (min-width:360px) { #msecm_ad_top { width: 320px; /*height: 50px;*/ } }
@media (min-width:508px) { #msecm_ad_top { width: 468px; /*height: 60px;*/ } }
@media (min-width:600px) { #msecm_ad_top { width: 550px; /*height: 90px;*/ } }
@media (min-width:700px) { #msecm_ad_top { width: 650px; /*height: 90px;*/ } }
@media (min-width:800px) { #msecm_ad_top { width: 750px; /*height: 90px;*/ } }
@media (min-width:900px) { #msecm_ad_top { width: 850px; /*height: 90px;*/ } }
@media (min-width:950px) { #msecm_ad_top { width: 900px; /*height: 90px;*/ } }
@media (min-width:992px) { #msecm_ad_top { width: 770px; /*height: 90px;*/ } }
@media (min-width:1200px) { #msecm_ad_top { width: 795px; /*height: 90px;*/ } }
@media (min-width:1350px) { #msecm_ad_top { width: 900px; /*height: 90px;*/ } }
@media (min-width:1400px) { #msecm_ad_top { width: 935px; /*height: 90px;*/ } }
@media (min-width:1450px) { #msecm_ad_top { width: 970px; /*height: 90px;*/ } }
@media (min-width:1600px) { #msecm_ad_top { width: 1075px; /*height: 90px;*/ } }
@media (min-width:1650px) { #msecm_ad_top { width: 1200px; /*height: 90px;*/ } }

#msecm_ad_right { width: 160px;}
@media (min-width:992px) { #msecm_ad_right { width: 140px; } }
@media (min-width:1002px) { #msecm_ad_right { width: 160px; } }
@media (min-width:1100px) { #msecm_ad_right { width: 175px; } }
@media (min-width:1200px) { #msecm_ad_right { width: 140px; } }
@media (min-width:1302px) { #msecm_ad_right { width: 160px; } }
@media (min-width:1415px) { #msecm_ad_right { width: 175px; } }
@media (min-width:1601px) { #msecm_ad_right { width: 200px; } }
@media (min-width:1721px) { #msecm_ad_right { width: 220px; } }
@media (min-width:1900px) { #msecm_ad_right { width: 250px; } }

#msecm_ad_bottom { width: 234px; /*height: 60px;*/ float: none;text-align: center;}
@media (min-width:234px) { #msecm_ad_bottom { width: 234px; /*height: 60px;*/ } }
@media (min-width:360px) { #msecm_ad_bottom { width: 320px; /*height: 50px;*/ } }
@media (min-width:508px) { #msecm_ad_bottom { width: 468px; /*height: 60px;*/ } }
@media (min-width:600px) { #msecm_ad_bottom { width: 550px; /*height: 90px;*/ } }
@media (min-width:700px) { #msecm_ad_bottom { width: 650px; /*height: 90px;*/ } }
@media (min-width:800px) { #msecm_ad_bottom { width: 750px; /*height: 90px;*/ } }
@media (min-width:900px) { #msecm_ad_bottom { width: 850px; /*height: 90px;*/ } }
@media (min-width:950px) { #msecm_ad_bottom { width: 900px; /*height: 90px;*/ } }
@media (min-width:992px) { #msecm_ad_bottom { width: 770px; /*height: 90px;*/ } }
@media (min-width:1200px) { #msecm_ad_bottom { width: 795px; /*height: 90px;*/ } }
@media (min-width:1350px) { #msecm_ad_bottom { width: 900px; /*height: 90px;*/ } }
@media (min-width:1450px) { #msecm_ad_bottom { width: 970px; /*height: 90px;*/ } }
@media (min-width:1650px) { #msecm_ad_bottom { width: 1200px; /*height: 90px;*/ } }

/* NO PADDING NO MARGIN */
.msecm-no-padding {
	padding: 0px; 
}
.msecm-no-margin {
	margin: 0px;
}

/* Dropdown */
div.dropdown-menu.open {
	z-index: 9999;
}
@media (max-width: 767px) {
	div.dropdown-menu.open ul li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	div.dropdown-menu.open ul li a.opt {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

/* ***** BOOTSTRAP EDITS ***** */
nav .list-group-item {
	border: 0;
	border-top: 1px solid #f0f0f0;
/*	margin-left: 10px;
	margin-right: 10px;*/
	padding: 15px;
}
nav .list-group-item:first-child {
	/*margin-left: 0;
	margin-right: 0;*/
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.form-select-lg{
	font-size:2.5rem;
}
/*.navbar-default .navbar-collapse, .navbar-default .navbar-form {*/
.navbar-collapse {
    border-color: #e7e7e7;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);  
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	padding: 10px;
}

label {
	font-weight: 600;
	font-size: 0.95em !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}
.table-striped>tbody>tr:nth-of-type(even) {
background-color: #f1f1f1;
}

button:active, button:active:focus, button.active:active {
    outline-color: #3c63ac !important;
}
button:focus {
    outline-color: #3c63ac !important;
}
.btn:active, .btn:active:focus, .btn.active:active {
    outline-color: #3c63ac !important;
}
.btn:focus {
    outline: 0 none;
}
.btn-primary {
    color: #fff !important;
}
a:active, a:active:focus, a.active:active {
	color: #3c63ac;
	outline: 0 none !important;
}
a:focus {
	outline: 0 none !important;
}
.modal {
	/* cause: simpler sidenav */
    /*top: 40px;*/
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout {
    padding: 20px;
 /*   margin: 20px 0;*/
    border: 1px solid #eee;
    border-left-width: 5px;
/*    border-radius: 3px;*/
    border-left-color: #ccc !important;
}
.bs-callout-header {
	color: #ccc !important;
}
.bs-callout-info {
    border-left-color: #5bc0de !important;
}
.bs-callout-header-info {
	color: #5bc0de !important;
}
.bs-callout-warning {
    border-left-color: #ce4844 !important;
}
.bs-callout-header-warning {
	color: #ce4844 !important;
}

/* ***** MYRESULTS SMALL MENU ***** */
.top-header {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	min-height: 60px; 
	z-index:10000;
	background-color: none;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.top-header.active {
	background-color: white;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.top-header-menu {
	position: absolute; 
	top: 10px; 
	right: 0px; 
	text-align: right;
}

.top-header-logo {
	display: none;
}
.top-header-logo.active {
	display: block;
}

.top-header-logo img {
	position: absolute; 
	top: 5px; 
	left: 25px; 
	height: 60px;
}
.top-header-meet {
	padding-top: 50px;
	padding-right: 14px;
}
.myresults_meetname_fixed {
	margin: 10px;
	font-weight: 700;
	line-height: 15px;
	font-size: 16px;
	display: none;
}
.myresults_meetname_fixed.active {
	display: block;
}

/* ***** MYRESULTS ***** */
.no-margin-bottom {
	margin-bottom: 0px;
}
.myresults_padding_top_5 {
	padding-top: 5px;
}
.myresults_font_orange {
	color: #f6a804;
}
.myresults_font_blue {
	color: #3c63ac;
}
.myresults_font_red {
	color: #e60000;
}
.myresults_background_orange {
	background-color: #f6a804;
}
.myresults_background_blue {
	background-color: #3c63ac;
}

.myresults_background_white {
	background-color: #fff;
}

.myresults_background_black {
	background-color: #333;
}

.myresults_background_grey {
	background-color: #ccc;
}
.myresults_background_lightgrey {
	background-color: #eee;
}
.myresults_uppercase {
	text-transform: uppercase;
}

.myresults_header_normal {
	display: none;
}
.myresults_header_small {
	display: none;
}
@media (max-width: 991px) {
	.myresults_header_small {
		display: block;
		padding-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.myresults_header_normal {
		display: block;
	}
}
.myresults_language_select {
	width: 100%;
	padding-right: 40px;
	margin-top: 10px;
	height: 30px;
}
.myresults_language_select.notactive {
	visibility: hidden;
}

.myresults_menu_logo {
	height: 48px;
	margin: 0;
	margin-top: -11px;
}
@media (min-width: 992px) {
	.myresults_menu_logo {
		height: 90px;
		width: 180px;
		margin: 10px;
		margin-top: 40px;
		margin-bottom: 10px;
	}
}

.myresults_menu_logo.notactive {
	visibility: hidden;
}

.myresults_meetname {
	margin: 10px;
	font-weight: 700;
	line-height: 15px;
	font-size: 16px;
}
.myresults_meetname2 {
	font-weight: 700;
	font-size: 16px;
	color: #3c63ac;
}
@media (min-width: 992px) {
	.myresults_meetname {
		margin-top: 35px;
	}
}
.myresults_meetname.notactive {
	visibility: hidden;
}
.myresults_meetname2 {
	margin: 10px;
	font-weight: 700;
	line-height: 15px;
	font-size: 16px;
}

.myresults_ads_horizontal {
	margin-top: 10px;
	line-height: 90px;
/*	background-color: #fdfdfd;*/
/*	background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px);*/
	height: 90px;
}
.myresults_ads_horizontal_small {
	margin-top: 10px;
	line-height: 60px;
/*	background-color: #fdfdfd;*/
/*	background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px);*/
	height: 60px;
}
.myresults_ads_horizontal_xs {
	margin-top: 10px;
	line-height: 50px;
/*	background-color: #fdfdfd;*/
/*	background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px);*/
	height: 50px;
}
/*.myresults_ads_verticalspace {
	width: 15px;
}*/
.myresults_ads_vertical_frame {
	height: inherit;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
.myresults_ads_vertical {
/*	background-color: #fdfdfd;*/
/*	background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px);*/
}
.myresults_breadcrumbs {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	margin: 10px;
	margin-bottom: 0px;
}
.myresults_breadcrumbs_bold {
	font-weight: 600;
}
.myresults_breadcrumbs a {
	color: #e29c03;
	/*color:#3c63ac;*/
}
.myresults_content {
	background-color: white;
	padding: 10px;
	position: relative;
	margin-top: 20px;
	box-shadow: 0 -15px 20px -15px #bbb;
	border-top: 4px solid #3c63ac;
}
@media (max-width: 767px) {
	.myresults_content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.myresults-col-xs-right {
		    text-align: right;
	}
}
.myresults_content_header {
	font-size: 22px;
	font-weight: 700;
	/*margin-top: 15px;
	margin-bottom: 15px;*/
	text-transform: uppercase;
}
.myresults_content_header2 {
	font-size: 22px;
	font-weight: 300;
}
.myresults_content_header_right {
	font-weight: 300;
	margin-top: 22px;
	margin-right: 5px;
	margin-bottom: 15px;
	white-space: nowrap;
}
.myresults_content_link,a.myresults_content_link {
	/*color: #e29c03;*/
}
.myresults_content_divtable {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.myresults_content_divtable {
		padding: 0px;
	}
}
.myresults_content_divtablerow {
	margin: 0px; 
	min-height: 35px; 
	padding-top: 5px;
}
.myresults_content_divtablerow div {
/*	word-break: break-word;
	overflow-x: hidden;*/
}
.myresults_content_divtablecol {
	display: block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	min-width: 17px;
}
@media (max-width: 767px) {
	.myresults_content_divtablecol {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.myresults_content_divtable_details_black {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #333;
}
.myresults_content_divtable_details {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #888;
}
.myresults_content_details {
	display: left;
	font-size: 11px;
	font-weight: 400;
	color: #888;
}
.myresults_content_divtable_left {
	padding-left: 5px;
}
.myresults_content_divtable_right {
	padding-right: 5px;
}
.myresults_content_divtable_points {
	margin-top: 2px;
	font-size: 11px;
}
.myresults_content_divtablerow_header {
	background-color: #ddd;	
	font-size: 15px;
	font-weight: 700;
	/*line-height: 35px;*/
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.myresults_content_divtablerow_underline {
	font-weight: 700;
}
}
.myresults_content_divtablerow_odd {
	background-color: #fff;
}
.myresults_content_divtablerow_even {
	border-top: 1px solid #ddd;
	background-color: #f1f1f1;	
}

.tableLR {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tableBT {
	border-top: 1px solid #ddd;
}
.tableTP {
	border-top: 1px solid #ddd;
}

.myresults_newsbig_caption {
	width:100%;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	background:#000;
	background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.myresults_newsbig_caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: white;
}	
.myresults_newsbig_detail {
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 0px;
}	
.myresults_newsbig_thumbnail {
	border: 0 none;
	box-shadow: none;
	margin:0;
	padding:0;
	min-height: 50px;
	overflow: hidden;
}
.myresults_newsbig_thumbnail div {
	width:100%; 
	max-height: 400px; 
	overflow: hidden;
}
.myresults_newsbig_thumbnail div a img {
	position: relative; 
/*	top: 200px; */
	transform: translateY(-10%); 
	display: block;
}


.myresults_news_caption {
	width:100%;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	left: 0px;
	position: absolute;
	background:#000;
	background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.myresults_news_caption h4 {
	font-size: 16px;
	color: white;
}	
.myresults_news_detail {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}	
.myresults_news_thumbnail {
	border: 0 none;
	box-shadow: none;
	margin:0;
	padding:0;
}
.myresults_news_thumbnail div {
	width:100%; 
	max-height: 200px; 
	overflow: hidden;
}
.myresults_news_thumbnail div a img {
	position: relative; 
	top: 40px; 
	transform: translateY(-30%); 
	display: block;
}

.myresults_newsnormal_caption {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
}
.myresults_newsnormal_caption_info {
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.myresults_table {
	overflow-x: hidden;
}
.myresults_table_header {
	background: #ddd;
	border: 0px;
	font-size: 15px;
}

.myresults_footer {
	padding: 10px;
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
	box-shadow: 0 -15px 20px -15px #bbb;
	border-top: 4px solid #3c63ac;
	color: white;
}
.myresults_footer_logo {
	height: 85px;
	width: 170px;
	margin: 10px;
}
.myresults_footer_header {
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted white;
}
.myresults_footer_header .myresults_footer_headertext {
	display: inline;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 0px;
	border-bottom: 2px solid #3c63ac;
}
.myresults_footer_content {
	padding-top: 0px;
	padding-top: 10px;
}
.myresults_footer_logo {
	padding: 10px;
}
.myresults_footer_content a span:after {
	float: right;
	margin-top:3px;
	-webkit-font-smoothing: antialiased;
	line-height: 14px;
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
}
.myresults_footer_content .myresults_footer_contenttext {
	display: inline;
	font-size: 14px;
}
.myresults_footer_copyright {
	line-height: 20px;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #ccc;
}
.myresults_footer_copyright a {
	color: #3c63ac;
}

/* Pictures */
.myresults_img_language {
	width: 24px; height: 24px;
	margin-right: 5px;
	margin-left: 10px;
}
.myresults_img_language_de {
	content: url("../images/de.png");
	width: 24px; height: 24px;
	margin-right: 5px;
	margin-left: 10px;
}
.myresults_img_language_at {
	content: url("../images/at.png");
	width: 24px; height: 24px;
	margin-right: 5px;
	margin-left: 10px;
}
.myresults_img_language_en {
	content: url("../images/us.png");
	width: 24px; height: 24px;
	margin-right: 5px;
	margin-left: 10px;
}
.myresults_img_language_hu {
	content: url("../images/hu.png");
	width: 24px; height: 24px;
	margin-right: 5px;
	margin-left: 10px;
}
.myresults_img_0 {
	width: 0px; height: 0px;
	margin-top: -2px;
}
.myresults_img_16 {
	width: 16px; height: 16px;
	margin-top: -2px;
}
.myresults_img_24 {
	width: 24px; height: 24px;
	margin-top: -4px;
}
.myresults_content_padding button {
	margin-bottom: 5px;
	margin-right: 5px;
}
/*.myresults_img_competition_small {
	width: auto; height: 24px;
	margin-top: -4px;
}*/
.myresults_eventimage {
	padding: 5px;
	margin-top:-7px;
	max-height: 60px;
}
.myresults_personendetails {
	padding: 5px;
	vertical-align: top;
}
.myresults_personendetails_image {
	max-height: 75px;
	max-width: 75px;
	margin-right: 10px;
}
.myresults_personendetails_header {
	font-size: 15px;
	padding-bottom: 5px;
}
.myresults_personendetails_text1 {
	padding-right: 10px;
	font-size: 13px;
}
.myresults_personendetails_text2 {
	padding-right: 10px;
	font-size: 13px;
	font-weight: 300;
}

/* START: Menu decision based on screen */
.myresults_menu {
	/*visibility: hidden;*/
	display: none;
}
@media (min-width: 992px) {
	/* normal screen menu */
	.myresults_menu {
		/*visibility: visible;*/
		display: block;
	}
}
/* END: Menu decision based on screen */

/* START: Menu for small screen */
/* END: Menu for small screen */

/* START: Menu1 for normal screens */
.myresults_nav1 {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border-bottom: 4px solid #3c63ac;
	box-shadow: 0 -10px 15px -10px rgba(225,225,225,.0);

}
.myresults_nav1 li {
	float: left;
}
.myresults_nav1 li a {
	display: block;
    color: #333;
    text-align: center;
	line-height: 35px;
    text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}
.myresults_nav1 li a:hover {
	text-decoration: underline;
}
/*.myresults_nav1>li.active>a:after {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid white;
	margin-left: 20px;
    float:right;
    content:"";
}*/
.myresults_nav1>li.hidden {
	display:none;
}
.myresults_nav1>li.active {
	background-color: #3c63ac;
}
.myresults_nav1>li.active>a {
	color: white;
}
.myresults_nav1>li>a:before {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid white;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav1>li>a:after {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid white;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav1>li:first-child>a:before {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid white;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav1>li:first-child>a:after {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid white;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav1>li.active>a:before {
	border-top: 0px;
    border-left: 10px solid white;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav1>li.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid white;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav1>li:first-child.active>a:before {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav1>li:first-child.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid white;
	margin-left: 10px;
    float:right;
    content:"";
}
/* END: Menu1 for normal screens */

/* START: Menu2 for normal screens */
.myresults_nav2 {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border-bottom: 2px solid #333;
	/*border-top: 1px solid #333;*/
}
.myresults_nav2 li {
	float: left;
}
.myresults_nav2 li a {
	display: block;
    color: white;
    text-align: center;
	line-height: 35px;
    text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.myresults_nav2 li a:hover {
	text-decoration: underline;
}
.myresults_nav2>li.active {
	background-color: #3c63ac;
}
.myresults_nav2>li.active>a {
	color: #fff;
}
.myresults_nav2>li>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav2>li>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav2>li:first-child>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav2>li:first-child>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav2>li.active>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav2>li.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav2>li:first-child.active>a:before {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav2>li:first-child.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
/* END: Menu2 for normal screens */

/* START: Menu3 for normal screens */
/*#dd9704;*/
.myresults_nav3a {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow: 0 -15px 20px -15px #999;
	/*border-bottom: 1px solid #bbb;*/
	display: block;
    color: #fff;
    text-align: center;
	line-height: 35px;
    text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.myresults_nav3 {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow: 0 -15px 20px -15px #999;
	/*border-bottom: 1px solid #bbb;*/
	border-top: 1px solid #333;
	/*border-top: 4px solid #fff;*/
}
.myresults_nav3 li {
	float: left;
}
.myresults_nav3 li a {
	display: block;
    color: #999;
    text-align: center;
	line-height: 35px;
    text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}
.myresults_nav3 li a:hover {
	text-decoration: underline;
}
.myresults_nav3>li.active {
	background-color: #3c63ac;
}
.myresults_nav3>li.active>a {
	color: #fff;
}
.myresults_nav3>li>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav3>li>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav3>li:first-child>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav3>li:first-child>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav3>li.active>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav3>li.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav3>li:first-child.active>a:before {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav3>li:first-child.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
/* END: Menu3 for normal screens */

/* START: Menu4 for normal screens */
.myresults_nav4 {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	/*box-shadow: 0 -15px 20px -15px #999;*/
	/*border-bottom: 1px solid #bbb;*/
	border-top: 1px solid #333;
}
.myresults_nav4 li {
	float: left;
}
.myresults_nav4 li a {
	display: block;
    color: #999;
    text-align: center;
	line-height: 35px;
    text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}
.myresults_nav4 li a:hover {
	text-decoration: underline;
}
.myresults_nav4>li.active {
	background-color: #3c63ac;
}
.myresults_nav4>li.active>a {
	color: #fff;
}
.myresults_nav4>li>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav4>li>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav4>li:first-child>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav4>li:first-child>a:after {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav4>li.active>a:before {
	border-top: 0px;
    border-left: 10px solid #333;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav4>li.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
.myresults_nav4>li:first-child.active>a:before {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #3c63ac;
	margin-right: 10px;
    float:left;
    content:"";
}
.myresults_nav4>li:first-child.active>a:after {
	border-top: 0px;
    border-left: 10px solid #3c63ac;
    border-bottom: 35px solid #333;
	margin-left: 10px;
    float:right;
    content:"";
}
/* END: Menu4 for normal screens */

/* LIVE */
.live_running {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #FBEDCE;
	border-radius: 2px;
	background-clip: padding-box;
	margin: 0.5rem 0 1rem 0;
	overflow: hidden; 
}
.live_running .determinate {
	position: absolute;
	background-color: inherit;
	top: 0;
	bottom: 0;
	background-color: #3c63ac;
	transition: width .3s linear; 
}
.live_running .indeterminate {
	background-color: #3c63ac; 
}
.live_running .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; 
}
.live_running .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s; 
}
.live_nearlyfinished {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #74DF00;
	border-radius: 2px;
	background-clip: padding-box;
	margin: 0.5rem 0 1rem 0;
	overflow: hidden; 
}
.live_nearlyfinished .determinate {
	position: absolute;
	background-color: inherit;
	top: 0;
	bottom: 0;
	background-color: #088A29;
	transition: width .3s linear; 
}
.live_nearlyfinished .indeterminate {
	background-color: #088A29; 
}
.live_nearlyfinished .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; 
}
.live_nearlyfinished .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s; 
}

/* PROGRESS BAR */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #FBEDCE;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #3c63ac;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #3c63ac; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }  
			  
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

	
/* ***** BACK TO TOP ***** */
.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	/*text-indent: -9999px;*/
	padding-top: 4px;
	padding-left: 11px;
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
	background: #3c63ac;
	color: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
}

/* TOAST */
.toastAlert {
	background-color: #ff3300;
}
.toastWarning {
	background-color: #ff9933;
}
.toastSuccess {
	background-color: #339933;
}
.toastInfo {
}

/* ***** FORM ELEMENTS ***** */
.checkbox label, .radio label, label {
    font-size: 15px;
}

.checkbox .help-block {
	margin-left: 25px;
}

/* CHART */
.chart {
  position: relative;
/*  width: 450px;
  height: 450px;*/
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
/*  margin: -225px 0 0 -225px;*/
  margin: -50% 0 0 -50%;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.8);
  line-height: 0;
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
}
g path:hover { opacity: .65; }