
body, html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color: #242424;
	font-family: Arial;
	overflow:hidden;
}

*{
	box-sizing: border-box;
}

*:not(input) {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul{
	list-style-type: none;
	padding: 0;
	margin:0;
}

select:focus{
	outline: none;
}

.hidden{
	display:none !important;
}

.login_container{width:50%; max-width:500px; background-color: white; height:100%; margin: 0 auto; position:relative;}
.login_center{max-width:80%; width:100%; position:absolute; top:0; left:0; bottom:0; right:0; margin: auto; height:670px;}
.image_container img{height:auto; width:100%; display:block; margin:0 auto; margin-bottom:10px;}
.image_container{margin-bottom:60px;}
#login_form label{display:block; margin-bottom:10px;}
#login_form{overflow:hidden;}
#login_form input[type="password"], #login_form input[type="text"], #login_form input[type="email"]{
	display:block; margin-bottom:30px; width:100%; box-sizing:border-box; padding:5px 10px; border:1px solid #a80c19; font-size:1em;
}
#login_form input[type="submit"]{margin-top:0px; display:block; padding:15px 40px; color: white; background-color: #a80c19; cursor:pointer; -webkit-appearance: none; border:none; float:right; font-size:1em;}
#login_form input[type="submit"]:hover{background-color:#555;}
.login_client_logo{background-image: url(); background-repeat:no-repeat; background-size: contain; width:400px; height:140px; margin-bottom:16px; display:block; background-position:center;}
.login_er1c_sports_logo{background-image: url(../images/logo_ericsports.png); background-repeat:no-repeat; background-size: contain; width:400px; height:120px; margin-bottom:16px; display:block; background-position:center;}
.index_client_logo{background-image: url(); background-repeat:no-repeat; background-size: contain; width:160px; height:70px; margin-right:16px; display:inline-block; background-position: center;}
.index_er1c_sports_logo{background-image: url(../images/er1c-logo.png); background-repeat:no-repeat; background-size: contain; width:70px; height:70px; display:inline-block; background-position: center;}

.general{
	width:100%;
	height:100%;
}

.chkbx{
	position:relative;
}

.chkbx > input[type="checkbox"],
.chkbx > input[type="radio"]{
	/*visibility:hidden;*/
	opacity:0;
	z-index:5;
	position:relative;
	margin:0;
	width:16px;
	height:16px;
}

.chkbx > input[type="checkbox"] + i,
.chkbx > input[type="radio"] + i{
	width:16px;
	height:16px;
	position:absolute;
	visibility:visible;
	font-style:normal;
	left:0;
	top:0;
	line-height:16px;
	font-family: FontAwesome;
	font-size:10px;
	text-align:center;
	border: 1px solid #242424;
	display:inline-block;
	border-radius:1px;
}

.chkbx.inv > input[type="checkbox"]:checked + i,
.chkbx.inv > input[type="radio"]:checked + i,
.chkbx.inv.ternary > input[type="checkbox"][data-check="1"] + i,
.chkbx.inv.ternary > input[type="checkbox"][data-check="-1"] + i{
	border: 1px solid white;
	color: #242424;
	background-color: white;
}

.chkbx > input[type="checkbox"]:checked + i,
.chkbx > input[type="radio"]:checked + i,
.chkbx.ternary > input[type="checkbox"][data-check="1"] + i,
input.ternary[type="checkbox"][data-check="1"] + i,
.chkbx.ternary > input[type="checkbox"][data-check="-1"] + i,
input.ternary[type="checkbox"][data-check="-1"] + i{
	border: 1px solid #242424;
	color: white;
	background-color: #242424;
}

.chkbx > input[type="checkbox"] + i::before,
.chkbx > input[type="radio"] + i::before{
	display:inline-block;
	content:'';
	width:100%;
	height:100%;
	text-align:center;
}

.chkbx:not(.disabled) > input[type="checkbox"] + i,
.chkbx:not(.disabled) > input[type="checkbox"]:not(.disabled) + i,
.chkbx:not(.disabled) > input[type="radio"] + i,
.chkbx:not(.disabled) > input[type="radio"]:not(.disabled) + i{
	cursor:pointer;
}

.chkbx.inv > input[type="checkbox"] + i,
.chkbx.inv > input[type="radio"] + i{
	border: 1px solid white;
}

.chkbx > input[type="checkbox"]:checked + i::before,
.chkbx > input[type="radio"]:checked + i::before{
	content: '\f00c';
}

.chkbx.ternary > input[type="checkbox"][data-check="1"] + i::before,
input.ternary[type="checkbox"][data-check="1"] + i::before{
	content: '\f067';
}

.chkbx.ternary > input[type="checkbox"][data-check="0"] + i::before,
input.ternary[type="checkbox"][data-check="0"] + i::before{
	content: '';
}

.chkbx.ternary > input[type="checkbox"][data-check="-1"] + i::before,
input.ternary[type="checkbox"][data-check="-1"] + i::before{
	content: '\f068';
}

.chkbx > input[type="checkbox"] + span,
.chkbx > input[type="radio"] + span{
	margin-left:5px;
}

.clearfix{
	clear:both;
}

.video_layout,
.menu_layout,
.clips_layout,
.upper_menu_layout{
	padding:3px;
}

.video_layout, .menu_layout{
	max-height:70%;
}

.big_video .video_container .video-js{
	padding-top:0 !important;
	max-height: 100%;
    width: auto;
    max-width: initial;
    height: 100%;
    box-sizing: border-box;
}

.upper_menu_layout{
	height:7vh;
	width:100%;
}

.upper_menu_layout .logos_container{
	float:left;
	width:15vw;
	height:100%;
}

.upper_menu_layout .logos_container .logo{
	display:inline-block;
	height:100%;
	width:60%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	background-image: url(../images/eric_logo.png);
}

.upper_menu_layout .logos_container .logo.ericsports_logo{
	width:35%;
	margin-left:2%;
	background-image: url(../images/eric-logo.png);
}

.video_layout{
	float:left;
	width:90vh;
	height:50.7vh;
}

.menu_layout{
	float:right;
	width: calc(100% - 90vh);
	height:50.7vh;
}

.clips_layout{
	padding: 3px 0 0 0;
	width:100vw;
	height: 42.3vh;
}

body.big_video .video_layout{
	width: calc(100vw - 60px);
	height: calc((100vw - 60px) / 1.777);
}

body.big_video .menu_layout{
	width:60px;
	height: calc((100vw - 60px) / 1.777);
}

body.big_video .clips_layout{
	height: calc(100vh - 7vh - (100vw - 60px) / 1.777);
}

body.big_video .menu_header .options{
	background-color: white;
}

body.big_video .menu_header h3, body.big_video .menu_header .options > *:not(.shrink_video), body.big_video .reports_container, body.big_video .menu_footer .options > *:not(.show_graph), body.big_video .reports_search{
	display:none !important;
}

.video_layout > .video_container, .menu_layout > .menu_container, .clips_layout > .clips_container{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

.video_layout .video_container, .video_layout .video_container video{
	width:100%;
	height:100%;
	background-color:black;
}

.menu_layout > .menu_container{
	background-color: #242424;
	padding:5px;
}

.menu_layout > .menu_container > .menu_header{
	background-color: white;
	margin:0;
}

.menu_layout > .menu_container > .menu_header h3{
	margin:0;
	display:inline-block;
	padding:10px 20px;
}

ul.options{
	float:right;
	overflow:hidden;
}

ul.options, ul.options li.option, div.option{
	display:inline-block;
	margin:0;
	vertical-align:middle;
}

ul.options li.option, div.option{
	height:42px;
	width:44px;
	text-align:center;
	line-height:42px;
	margin:0;
	border-left: 2px solid #242424;
	overflow:hidden;
	vertical-align:top;
}

.reports_search{
	display:inline-block;
	margin-top:3px;
	position:relative;
	max-width:240px;
}

.reports_search input::-webkit-input-placeholder{
	color:white;
}

.reports_search input::-moz-placeholder{
	color:white;
}

.reports_search::after{
	content: '\f002';
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    color: white;
    font-size: 18px;
    top: 9px;
	left:10px;
}

.reports_search input{
	padding:10px;
	padding-left: 40px;
	background:transparent;
	border:none;
	color:white;
	font-size:16px;
	max-width:100%;
}
#show_reports_search{
	float:left;
	display:none;
    border:none;
}

.menu_footer.short #show_reports_search{
	display:inline-block;
}

.menu_footer.short .reports_search{
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top: -44px;
	color: #fff;
	background-color: #a80c19;
}

.menu_footer.short .reports_search.reports_search_shown{
	display:block;
}
.menu_footer.short{
   height: 42px;
}
.menu_footer{
	background-color: #484848;
	/*overflow:hidden;*/
	z-index:2;
	position:relative;
}

ul.options.dark, div.option.inv{
	color: #fff;
}

div.option.active{
	background-color: #a80c19;
}

.table_actions_container{
	width:100%;
	padding:0px;
	background-color: #242424;
	color: #fff;
	margin-bottom:1px;
}

ul.table_actions{
	display: inline-block;
	vertical-align:middle;
}

ul.table_actions li.action{
	display:inline-block;
	vertical-align:middle;
	height:35px;
	width:38px;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	border-left: 1px solid white;
}

ul.table_actions li.action:last-child{
	border-right: 1px solid white;
}

li.option:not(.disabled):hover, li.option.active:not(.disabled), div.option:not(.disabled):hover, li.action:not(.disabled):hover, li.action.active:not(.disabled), .actionable:not(.disabled):hover, .actionable.active:not(.disabled){
	background-color: #a80c19 !important;
	color:white;
	cursor:pointer;
}

.clips_count{
	padding: 0 15px;
	font-size: 14px;
}

.video-js .vjs-big-play-button{
	height:2em;
	width:2em;
	line-height:2em;
	border-radius:50%;
	background-color:transparent;
}

.vjs-big-play-centered .vjs-big-play-button{
	margin-top: -1em;
	margin-left: -1em;
	font-size:5em;
}

.video-js .vjs-fullscreen-control{
	/*display:none;*/
}

.clips_table{
	width:100%;
	border-collapse: collapse;
}

.clips_table tbody{
	background-color:white;
}

.clips_table tr th, .clips_table tr td{
	/* display:inline-block; */
}

.clips_table tr th > span, .clips_table tr td > span{
	text-overflow:ellipsis;
	display:inline-block;
	overflow:hidden;
	width:100%;
	white-space:nowrap;
}

.clips_table tr th > span{
	vertical-align: middle;
}

.clips_table tr th{
	background-color: #242424;
	color: white;
	font-weight:normal;
	padding:7px 2px;
	border-left:1px solid white;
	height:32px;
}

.clips_table tr th.filtered{
	background-color: #484848;
	font-weight:bold;
}

.clips_table tr th:first-child{
	border-left:none;
}

.clips_table tbody tr{
	border-bottom: 1px solid #242424;
}

.clips_table tbody tr td{
	padding:5px 2px;
	text-align:center;
	vertical-align:middle;
	border-left: 1px solid transparent;
	max-width: 50px;
	max-width: 9vw;
	min-width:30px;
}

.clips_table tbody tr td:first-child{
	border-left: none;
}

.clips_table tbody tr td[data-type="report_title"] {
    font-size: 85%;
}

.table_scroller_wrapper{
	overflow:hidden;
	position:relative;

	background-image: url(../images/eric_bg_cloud.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:contain;
}

.multiselector_container{
	border:1px solid #242424;
	background-color: white;
	z-index:450;
	width:60%;
}

.multiselector_container .dialog_header{
	display: flex;
	justify-content: space-between;
	align-items: center;

	background-color: #a80c19;

	margin-bottom: 20px;
	padding: 15px;
}

.multiselector_container .multiselector_content {
	padding:15px;
}

.multiselector_container .dialog_header .header_title {
	color: #FFF;

	font-size: 22px;
	font-weight: bold;
}

.multiselector_container .dialog_header .close_dialog{
	cursor:pointer;
	color: #FFF;
}


.multiselector_container .control_scroller{
	overflow:hidden;
	position:relative;
	min-height:120px;

	max-height: 200px;
}

.multiselector_container .control_scroller > ul{
	width:100%;
}

.multiselector_container .control_scroller > ul > li{
	display:inline-block;
	padding:5px;
	margin-bottom:5px;
	width:33%;
	cursor:pointer;
}

.multiselector_container .control_scroller > ul > li.grouped_filter{
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding-left:20px;
	border-radius:3px;
	background-color: #484848;
	color: #fff;
}

.multiselector_container .control_scroller > ul > li.grouped_filter.last_grouped_filter{
	/* nothing, just in case we need it */
}

.multiselector_container .control_scroller > ul > li.grouped_filter .chkbx > input[type="checkbox"] + i{
	border-color: white;
}

.multiselector_container .control_scroller > ul > li.grouped_filter .chkbx > input[type="checkbox"]:checked + i{
	color: #484848;
	background-color: #fff;
}

.video-js{
	font-size:15px;
}

.reports_container{
    background-image: url(../images/eric_bg_cloud.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom right;
}

.reports_scroller{
	color:white;
	overflow:hidden;
	position:relative;
}

.reports_scroller ul{
	padding:15px;
}

.reports_scroller > ul:first-child{
	padding:0px;
}

.reports_scroller > ul li:not(.category){
	font-size:14px;
	font-weight: normal;
	padding-left:20px;
	margin-bottom:7px;
}

.reports_scroller > ul li.category{
	font-size: 16px;
	font-weight:bold;
	margin-bottom:8px;
}

.reports_scroller > ul li.category .dropdown_category{
	margin-right:5px;
	display:inline-block;
	width:10px;
	text-align:center;
}

.reports_scroller > ul li.category .chkbx{
	margin-right:5px;
	z-index:4;
}

.reports_scroller > ul li.category > ul:not(.visible){
	display:none;
}

.unfolded, .folded{
	font-family: FontAwesome;
}

.unfolded::before{
	content: '\f0d7 ';
}

.folded::before{
	content:'\f0da';
}

.grouping_container{
	overflow:hidden;
}

.grouping_container .groupings{
	width:100%;
	padding-top:5px;
}

.grouping_container .groupings li{
	width:100%;
	margin-bottom:3px;
}

.grouping_container .groupings li > div{
	width:50%;
	text-align:center;
	color:white;
	display:inline-block;
	vertical-align:middle;
}

.grouping_container .groupings li.grouping_set .group_category{
	width:100%;
}

.grouping_container .groupings li.grouping_set .group_value{
	display:none;
}

.grouping_container .groupings li .group_category{
	background-color: #484848;
}

.grouping_container .groupings li .group_value{
	background-color: #a80c19;
}

.grouping_container .groupings li.grouping_actions:not(.disabled){
	cursor:pointer;
}

.grouping_container .groupings li.grouping_actions .grouping_action{
	height:15px;
	line-height:15px;
	font-size:10px;
	vertical-align:middle;
	font-family: FontAwesome;
}

.grouping_action.foldable_groupings.unfold_groupings::before{
	content: '\f13a';
}

.grouping_action.foldable_groupings.fold_groupings::before{
	content: '\f139';
}

.grouping_action.add_grouping::before{
	content: '\f067';
}

.disabled{
	opacity:0.5;
}

.groupings.groupings_folded li:not(.grouping_actions){
	display: none;
}

.groupings li:not(.grouping_actions) > div{
	height:24px;
	line-height:24px;
}

.groupings li:not(.grouping_actions) select{
	width:100%;
	background-color:transparent;
	border:none;
	color:white;
}

.groupings .group_category select option{
	background-color: #484848;
}

.groupings .group_value select option{
	background-color: #a80c19;
}

.option.full_video::before{
	content: '\f061';
}

.option.shrink_video::before{
	content: '\f060';
}

.option.favourite::before{
	content: '\f005';
}

.option.show_graph span::before{
	content: '\f1fe';
}

.option.unselect_all_reports span::before{
	content: '\f146';
}

.option.accept_reports span::before{
	content: '\f00c';
}

.option.accept_reports.being_loaded span::before{
	content: '\f1ce';
}

.option.update_reports span::before{
	content: '\f021';
}

body.big_video .show_graph{
	margin-top:5px;
}

.vjs-custom-control::before{
	font-size:100% !important;
	line-height:45px !important;
	text-shadow:none !important;
}

.video-js .vjs-control.vjs-custom-control{
	cursor:pointer;
	width:50px;
}

.vjs-custom-control.activated{
	background-color: #a80c19;
}

.video-js .vjs-control-bar{
	z-index: 300;
}

.canvas_container{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:290;
}

.canvas_container.drawing{
	display:block;
}

.canvas_controls{
	width:50px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-color: #484848;
	display:none;
	text-align:center;
}

.canvas_controls li{
	display:inline-block;
	text-align:center;
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	color:white;
	font-size: 20px;
}

/* Redimensionem els controls del canvas quan la pantalla és menor de 660px d'alçada */
@media (max-height: 660px) {
	.canvas_controls li{
		height:40px;
		line-height:40px;
		font-size:18px;
	}
}

.canvas_controls li.active, .canvas_controls li:hover{
	background-color: #a80c19;
	cursor:pointer;
}

.canvas_controls li span{
	display:inline-block;
	vertical-align:middle;
}

.canvas_controls li:hover{
	background-color: #a80c19;
}

.canvas_controls.shown{
	display:block;
}

.comment_toggle::before{
	content: '\f031';
}

.watch_indications.switched_on::before{
	content: '\f06e';
}

.watch_indications.switched_off::before{
	content: '\f070';
}

.canvas_toggle::before{
	content: '\f1fc';
}

.canvas_toggle.activated::before{
	content: '\f0c7';
}

li.canvas_color:hover{
	background-color:transparent;
}

.canvas_color span{
	width:20px;
	height:20px;
	border:2px solid white;
	border-radius:50%;
	display:inline-block;
}

.canvas_color[data-color="white"] span{
	background-color:white;
}

.canvas_color[data-color="red"] span{
	background-color:red;
}

.canvas_color[data-color="yellow"] span{
	background-color:yellow;
}

.canvas_color[data-color="green"] span{
	background-color:green;
}

.canvas_color[data-color="blue"] span{
	background-color:blue;
}

.canvas_drawing::before{
	content: '\f040';
}

.canvas_shape[data-shape="square"]::before{
	content: '\f096';
}

.canvas_shape[data-shape="circle"]::before{
	content: '\f10c';
}

.canvas_shape[data-shape="mask"]::before{
	content: '\f192';
}

.canvas_shape[data-shape="arrow"]::before{
	content: '\f178';
}

.canvas_clear::before{
	content: '\f1f8';
}

.canvas_selector::before{
	content: '\f047';
}

.canvas_undo::before{
	content: '\f0e2';
}

.input_comment_container{
	width:100%;
	padding:10px;
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:280;
}

#comment_input{
	color:white;
	resize:none;
	display:none;
	font-family:inherit;
	width:100%;
	background-color:transparent;
	border:none;
	height:25px;
	text-align:center;
	font-size: 16px;
}

#comment_input.commenting{
	display:block;
}

.comment_indicator{
	position:absolute;
	left:20px;
	top:20px;
	z-index:300;
	vertical-align:top;
	opacity:0.4;
}

.comments_off .comment_indicator{
	display:none;
}

.comment_indicator:hover{
	opacity:1;
}

.comment_indicator .stick{
	width:2px;
	height:60px;
	background-color: #ffe100;
	display:inline-block;
	vertical-align:top;
}

.comment_indicator.wrong_indication .stick{
	background-color: #a80c19;
}

.comment_indicator .flag{
	padding:0;
	display:inline-block;
	vertical-align:top;
	background-color:#ffe100;
}

.comment_indicator .flag li{
	height: 20px;
	width:20px;
	cursor:pointer;
	border-bottom:1px solid rgba(0,0,0,0.2);
	font-size:14px;
	text-align:center;
	line-height:20px;
	font-family: FontAwesome;
	display:block;
	color: #7A5E00;
}

.comment_indicator .flag li:hover{
	background-color: #FFD000;
}

.comment_indicator .flag li.watch::before{
	content: '\f06e';
}

.comment_indicator .flag li.delete::before{
	content: '\f00d';
}

tr.editing {
	background-color: #a80c19;
	color: #fff;
}

tr[data-id].watching{
	background-color: #484848;
	color: #fff;
}

.play_slide::before{
	content: '\f04b';
}

.video_preloader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(../images/er1c_logo_white.png);
	background-repeat:no-repeat;
	background-position: center;
	background-color: #242424;
	background-size:150px;
	z-index:400;
}

.loadinganim{
	animation: opacityblink 1s linear infinite;
}

@keyframes opacityblink {
  50%{
	  opacity:0.0;
  }
}

input.clean_input, textarea.clean_input{
	padding:10px;
	border: 1px solid #484848;
	border-radius: 1px;
	font-size:16px;
	display:inline-block;
	resize:none;
}

input.full, textarea.full{
	width:100%;
}

.notification_message {
  line-height: 1.5;
  text-align: justify;
  overflow:hidden;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  color: #a80c19;
  text-decoration: none;
}

.lock_control {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.7);
}

.lock_control .notification {
  border: 1px solid #a80c19;
  background-color: white;
  box-sizing: border-box;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  position: absolute;
}

.lock_control .notification .x_close_dialog {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  padding: 2px;
  cursor:pointer;
}

.lock_control .notification .x_close_dialog::before{
	content:'\f00d';
	color: #a80c19;
	font-family: FontAwesome;
	font-size:18px;
}

.lock_control .notification .notification_title {
  color: #a80c19;
  margin-top: 0;
}

.notification_buttons {
  display: block;
  text-align: right;
  margin-top: 30px;
}

.notification_buttons li.button {
  display: inline-block;
  padding: 13px 32px;
  color: white;
  text-align: center;
  border-radius: 2px;
  margin-left: 20px;
  cursor: pointer;
}

.notification_buttons li.button.accept {
  background-color: #a80c19;
}

.notification_buttons li.button.accept:hover {
  background-color: #242424;
}

.notification_buttons li.button.cancel {
  background-color: #242424;
}

.notification_buttons li.button.cancel:hover {
  background-color: #a80c19;
}

@-webkit-keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
}

@keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
}

.waiting {
  margin-top: 50px;
}

.loading{
  position: relative;
  left: 50%;
  height: 10px;
  margin-bottom: 25px;
}

.loading .bullet {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  background: #a80c19;
  -webkit-animation: animIn .8s ease-in-out 0s infinite;
  animation: animIn .8s ease-in-out 0s infinite
}

.loading .bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.loading .bullet:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.loading .bullet:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.loading .bullet:nth-child(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}








#permission_users_wrapper, .item_list_container{
	position:relative;
	float:left;
	width:440px;
	height:200px;
	margin-bottom:30px;
	border: 1px solid #484848;
	overflow:hidden;
}

.item_list_container.full{
	width:100%;
}

#permission_users_wrapper::after{
	content:'\f0c0';
	width:100%;
	line-height:200px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	font-family: FontAwesome;
	text-align:center;
	font-size:100px;
	opacity:0.1;
}

.item_list{
	list-style-type:none;
	padding:5px;
	position: relative;
	z-index: 10;
}

.item_list{
	margin:0;
}

.item_list li{
	padding:10px;
}

.item_list p{
	margin:0;
}

.item_list_controls{
	float:right;
	list-style-type:none;
}

.item_list_controls li, .ctrl{
	display:block;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	font-size:16px;
	border-radius:2px;
	background-color:#484848;
	color:#fff;
	font-family:FontAwesome;
	border:1px solid transparent;
	cursor:pointer;
	vertical-alignment:middle;
}

.item_list_controls li.control_title{
	height:auto;
	width:auto;
	line-height: 1.5;
	font-weight:bold;
	background-color:transparent;
	color: #484848;
	font-family: inherit;
	padding-right:10px;
}

.item_list_controls li{
	margin-bottom:10px;
	float:none;
}

.item_list_controls li.active{
	background-color: #a80c19;
}

.item_list_controls li.ctrl_add::after, .ctrl.ctrl_add::after{
	content: '\f067';
}

.item_list_controls li.ctrl_delete::after, .ctrl.ctrl_delete::after{
	content: '\f068';
}

.users_input_container{
	float: left;
	width: 440px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
}

.item_list .checkbox_selector{
	margin-right:10px;
}

#new_permission_mail{
	width:100%;
	padding: 9px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.users_input_container::after{
	content:'\f002';
	font-family: FontAwesome;
	font-size:16px;
	color: #8e8e8e;
	position:absolute;
	right:10px;
	top:7px;
}

#add_new_permission_mail{
	float:right;
}

#permission_users_list li .mail{
	margin-left:10px;
	font-size:14px;
	color:#8e8e8e;
}

#permission_users_list .chkbx{
	margin-right:5px;
}

#permission_form_controls li{
	font-family: FontAwesome;
}

#change_group_mode{
	font-family: FontAwesome;
}

#change_group_mode.single_user::after, #permission_form_controls li.single_user::after{
	content: '\f007';
}

#change_group_mode.groups::after, #permission_form_controls li.groups::after{
	content: '\f0c0';
}

#permission_form_controls li.show_user_list::after{
	content: '\f03a';
}

#permission_form_permissions_list{
	float:left;
	width:440px;
	margin-top:-20px;
}

#permission_form_permissions_list li{
	display:inline-block;
}

#permission_form_permissions_list li.btn_permission{
	text-align:center;
	color:white;
}

#permission_form_permissions_list li.btn_permission[data-permission][data-status="granted"]{
	background-color: #0E6B1A;
}

#permission_form_permissions_list li.btn_permission[data-permission][data-status="denied"]{
	background-color: #a80c19;
}

#permission_form_permissions_list li.btn_permission[data-permission][data-status="unchanged"]{
	opacity:0.7;
}

#permission_form_permissions_list li.btn_permission[data-permission="view"]::after{
	content: '\f06e';
}

#permission_form_permissions_list li.btn_permission[data-permission="edit"]::after{
	content: '\f040';
}

#permission_form_permissions_list li.btn_permission[data-permission="delete"]::after{
	content: '\f1f8';
}

#permission_form_permissions_list li.btn_permission[data-permission="share"]::after{
	content: '\f1e0';
}

#permission_form_permissions_list li.btn_permission[data-permission="download"]::after{
	content: '\f019';
}

.message_body_padding_bottom{
	padding-bottom: 20px;
}

#play_all_slides span{
	font-family: FontAwesome;
	text-align:center;
}

#play_all_slides[data-playlist-mode="disabled"] span::after{
	content: '\f10c';
	/*content: '\f03c';*/
}

#play_all_slides[data-playlist-mode="filtered"] span::after{
	content: '\f144';
}

#play_all_slides[data-playlist-mode="selected"] span::after{
	content: '\f152';
}

#play_all_slides.to_play span::after{
	content: '\f04b';
}

#play_all_slides.to_pause span::after{
	content: '\f04c';
}

.loading_slides{
	background-color: rgba(255,255,255,0.4);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.filtering_text_container{
    padding: 15px;
    width: 100%;
	background-color: white;
}

.filtering_text_container > .filtering_text, .search_input_container{
	width: 75%;
    padding: 8px 20px;
    position: relative;
    display: inline-block;
	border: 1px solid #a80c19;
	vertical-align:middle;
}

.search_input_container.full{
	width:100%;
}

.filtering_text_container input[type="text"], .search_input_container input[type="text"]{
	width:100%;
	font-size:16px;
	border: none;
	outline:none;
}

.filtering_text_container input[type="text"]:focus, .search_input_container input[type="text"]:focus{
	outline:none;
}

.filtering_text_container .filtering_text::after, .search_input_container::after{
	content:'\f002';
	font-family: FontAwesome;
	text-align:center;
	position:absolute;
	right:15px;
}

.page_control{
	cursor:pointer;
	font-family: FontAwesome;
	margin: 0 10px;
}

.page_control.next_page::after{
	content:'\f061';
}

.page_control.prev_page::after{
	content: '\f060';
}

.multiselector_accept, .multiselector_add{
	background-color: #a80c19;
	color:white;
	text-align:center;
	width:20%;
	margin-left:4.5%;
	display:inline-block;
	font-family: FontAwesome;
	vertical-align:middle;
	height:36px;
	line-height:36px;
	font-size:18px;
	border-radius:2px;
}

.multiselector_add{
	width:36px;
	height:36px;
	line-height:36px;
}

.add_capable .filtering_text_container > .filtering_text{
	width:calc(75% - 36px - 4.5%);
}

.add_capable .filtering_text_container .multiselector_accept{

}

.multiselector_accept:hover, .multiselector_add:hover{
	background-color: #484848;
	cursor:pointer;
}

.multiselector_add::after{
	content: '\f067';
}

.multiselector_accept::after{
	content: '\f00c';
}

.options_list{
	padding:20px;
	list-style-type:none;
}

.options_list li{
	display:inline-block;
	width:100%;
	margin-bottom:12px;
	padding:15px 10px;
	text-align:center;
	color:white;
	border-radius:2px;
	cursor:pointer;
	background-color: #484848;
}

.options_list li:hover{
	background-color: #242424;
}

.has_indications{
	font-size:10px;
}

.has_indications::after{
	content: '\f040';
}

/*****
*****/

.lock_control[data-target="stats_container"] .notification{
	max-width:1300px;
	max-height:900px;
}

.stats_container{
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	padding-bottom:60px;
}

.stats_container .stats_footer{
	width:100%;
	z-index: 99;
	position:absolute;
	bottom:0;
	left:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	background-color: #484848;
}

.stats_container .stats_footer #stats_type_selector{
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}

.stats_container .stats_footer #stats_type_selector > li{
	height:40px;
	padding:2px;
	width:16%;
	margin: 0 10px;
	border:1px solid white;
	display:inline-block;
	text-align:center;
	background-color: #a80c19;
	color: #fff;
	vertical-align:middle;
	border-radius:2px;
	cursor:pointer;
	font-size:14px;
}

.stats_container .stats_footer #stats_type_selector > li[data-action]{
	font-size:18px;
	font-family: FontAwesome;
	text-align:center;
}

.stats_container .stats_footer #stats_type_selector > li[data-action]{
	width:40px;
}

.stats_container .stats_footer #stats_type_selector > li[data-action="toggle_referees"]::after{
	content:'\f235';
}

.stats_container .stats_footer #stats_type_selector > li[data-action="toggle_per_zone"]::after{
	content:'\f279';
}

.stats_container .stats_footer #stats_type_selector > li[data-action="toggle_averages"]::after{
	content:'\f0ec';
}

.stats_container .stats_footer #stats_type_selector > li[data-action="export_excel"]::after{
	content:'\f1c3';
}

.stats_container .stats_footer #stats_type_selector > li[data-action="export_pdf"]::after{
	content:'\f1c1';
}

.stats_container .stats_footer #stats_type_selector > li span{
	display:inline-block;
	vertical-align:middle;
}

.stats_container .stats_footer #stats_type_selector > li:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

.stats_container .stats_footer #stats_type_selector > li[data-role="switcher"][data-type="graph_style"]{
	line-height:40px;
	width:40px;
}

.stats_container .stats_footer #stats_type_selector > li.active, .stats_container .stats_footer #stats_type_selector > li:hover{
	color: #242424;
	background-color: #fff;
}

.stats_container .stats_footer #stats_type_selector > li[data-role="switcher"][data-type="graph_style"]:after{
	content: '\f1fe';
	font-family: FontAwesome;
	font-size:20px;
}

.graphs_container{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

.graphs_container ul, .graphs_container > li{
	list-style-type:none;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

.graphs_container > li > ul > li{
	width:50%;
	height:50%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	padding-top:50px;
	position:relative;
}

.graphs_container > li > ul > li > div.grcont{
	width:100%;
	height:100%;
	/* max-width:400px;*/
}

.graphs_container > li > ul > li > h3{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:20px;
	text-align:left;
	position:absolute;
	top:10px;
	left:0;
	margin:0;
}

.graphs_container > li > ul > li[data-height="double"]{
	height:100%;
}

.legendColorBox div{
	border-radius:50%;
}

.grcont .legend{
	opacity:0.4;
}

.grcont .legend:hover, .grcont .legend:active{
	opacity:1;
}

.statistics_table, .fixed_stats_table{
	color:white;
	font-size:14px;
}

.statistics_table, .statistics_table table, .fixed_stats_table, .fixed_stats_table table{
	border-spacing:0;
	table-layout: fixed;
	border-collapse:collapse;
	min-height:100%;
	min-width:100%;
}

.statistics_table table, .fixed_stats_table table{
	font-size:12px;
}




.statistics_table td.table_header, .fixed_stats_table td.table_header{
	background-color: #484848;
	color: #fff;
	padding: 5px !important;
	color:white;
    overflow:auto;
}

.statistics_table td, .fixed_stats_table td{
	border:1px solid white;
	border-bottom:none;
	text-align:center;
	background-color: #a80c19;
	color: #fff;
	padding:5px;
	position:relative;
}

.statistics_table tr:last-child, .fixed_stats_table tr:last-child{
	border-bottom:1px solid white;
}

.statistics_table table td, .fixed_stats_table table td{
	border: none;
	border-right:1px solid white;
	width:50%;
	height:100%;
}

.statistics_table table tr td:last-child, .fixed_stats_table table tr td:last-child{
	border-right:none;
}

.statistics_table table tr, .fixed_stats_table table tr{
	border-bottom:1px solid white;
}

.statistics_table table tr:last-child, .fixed_stats_table table tr:last-child{
	border-bottom:none;
}

.statistics_table tr td.subtable_container, .fixed_stats_table tr td.subtable_container{
	padding:0;
}

.statistics_table td span, .fixed_stats_table td span{
	position:relative;
	z-index:15;
}

.statistics_table td span.percentage_bar, .fixed_stats_table td span.percentage_bar{
	position:absolute;
	height:100%;
	background-color: #a80c19;
	top:0;
	left:0;
	z-index: 10;
}

<!-- Modification to fix the header and the first column -->
.statistics_table {
  position: relative;

  overflow: hidden;
  border-collapse: collapse;
}
.statistics_table .head_stats, .statistics_table .head_stats_p {
  position: relative;

  display: block; /*seperates the header from the body allowing it to be positioned*/
  overflow: visible;
}
.statistics_table .head_stats td {
  min-width: 141px;
}

.statistics_table .head_stats_p td {
  min-width: 121px;
}

.statistics_table .head_stats_p .average {
  min-width: 91px;
}

.statistics_table .head_stats tr:nth-child(1) td:nth-child(1), .statistics_table .head_stats_p tr:nth-child(1) td:nth-child(1) {/*first cell in the header*/
  position: relative;
  z-index:2;
}
.statistics_table .head_stats_p tr:nth-child(1) td:nth-child(1) {
  min-width: 140px!important;
}

.statistics_table .body_stats, .statistics_table .body_stats_p {
  position: relative;

  display: block; /*seperates the tbody from the header*/
  overflow: scroll;
}
.statistics_table .body_stats td {
  min-width: 141px;
  z-index:10;
}

.statistics_table .body_stats_p td:nth-child(1) {
  position: relative;
  min-width: 140px;
  z-index:50;
}

.statistics_table .body_stats_p td table tbody tr td {
  min-width: 60px!important;
  z-index:10!important;
}

.statistics_table .body_stats_p .specialWidth {
    min-width: 91px;
}

.width150{
     min-width: 150px !important;
}

.statistics_table .body_stats tr td:nth-child(1) {  /*the first cell in each tr*/
  position: relative;
  z-index:50;
}

.fix_me{
   z-index:2; 
}
<!-- END - Modification to fix the header and the first column -->

.fixed_stats_table{
	min-width: auto;
	min-height:auto;
}

.fixed_stats_container{
	position:fixed;
	z-index:12;
	min-width: auto;
	min-height: auto;
	overflow:hidden;
}

.fixed_stats_container.right{
	top:0;
	right:0;
	height:100%;
	overflow-x: hidden;
	padding:10px 0;
}

.fixed_stats_container.left{
	top:0;
	left:0;
	height:100%;
	overflow-x:hidden;
	padding:10px 0;
}

.fixed_stats_container.bottom{
	bottom:0;
	left:0;
	width:100%;
	overflow-y:hidden;
	padding: 0 10px;
}

.fixed_stats_container.top{
	top:0;
	left:0;
	width:100%;
	overflow-y:hidden;
	padding: 0 10px;
}

.table_graph_container{
	width:100%;
	height:100%;
	/*padding:10px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
	overflow:hidden;
}

.table_graph_container table.statistics_table::after{
	content:'';
	width:100%;
	height:10px;
	display:block;
}

.map_list{
	z-index:99;
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	overflow:hidden;
	width:170px;
	height:400px;
	font-size:13px;
}

.map_list_list{
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}

.map_list li{
	width: 100%;
	height:60px;
	background-color: #242424;
	border:1px solid white;
	border-radius:4px;
	padding: 10px;
	color: white;
	line-height: 40px;
	text-align: center;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 6px 0px;
}

.map_list li .btn_chck{
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid white;
	background-color:transparent;
	position:absolute;
	border-radius:2px;
	left:10px;
	top:21px;
	font-size:12px;
	line-height:15px;
}

.map_list li .btn_name{
	overflow: hidden;
	width: 85%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 15px;
}

.map_list li.filtered{
	background-color: #333399;
}

.map_list li.filtered .btn_chck{
	background-color:white;
	color: #333399;
}

.map_list li .btn_chck:after{
	content:'';
	display:inline-block;
}

.map_list li.filtered .btn_chck:after{
	content:'\f00c';
	font-family:FontAwesome;
}

.map_list li .btn_counter{
	position:absolute;
	top:0;
	right:0;
	height:15px;
	width:30px;
	color:#242424;
	background-color:white;
	border-radius: 0 2px 0 4px;
	font-size: 12px;
	line-height:15px;
	text-align:center;
}

.map_list[data-type="positions"]{
	left:20px;
	top:20px;
	height:420px;
}

.map_list[data-type="referees"]{
	right:20px;
	top:20px;
	/*height:205px;*/
	height:400px;
}

.map_list[data-type="categories"]{
	right:20px;
	bottom:20px;
	height:205px;
}

.map_list[data-type="periods"]{
	width:100%;
	position:absolute;
	bottom:20px;
	left:0px;
	text-align:center;
	height:40px;
}

.map_list[data-type="periods"] li{
	display:inline-block;
	width:120px;
	height:40px;
	margin:0 5px;
	line-height:20px;
}

.map_list[data-type="periods"] li .btn_chck{
	top:11px;
}

.graph_zn_container{
	width:142px;
	height:200px;
	position:relative;
	float:left;
}

/*.table_graph_container[data-type="graph_maps"]{
	margin-top:-10px;
	background-image: url(../images/fiba_basket_graph_bg.png);
	background-size: 95%;
	background-position: center -25px;
}*/

.table_graph_container[data-type="graph_maps"]{
	overflow:hidden;
}

.graph_zones_resizer{
	margin-top:-10px;
	background-image: url(../images/fiba_basket_graph_bg.png);
	background-size: 95%;
	background-position: center -25px;
	width:964px;
	height:524px;
	position:relative;
}

.graph_zones_container{
	width: 430px;
	left: 270px;
	position: absolute;
	height: 440px;
}

.graph_zones_container .graph_zn_container:last-child{
	width:100%;
	height:40px;
	margin-top:8px;
	font-size:88%;
}

.graph_zn_container canvas{
	max-width:80%;
	max-height:100%;
	margin-left:15px;
	margin-top:45px;
}

.circular_graph_displayinput{
	position: absolute;
	width: 100%;
	top: 85px;
}

.circular_graph_displayinput span{
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:white;
}

.graph_zn_container[data-zone="zone 1"]{
	background-color: rgba(0,255,0,0.2);
}

.graph_zn_container[data-zone="zone 2"]{
	background-color: rgba(100,0,255,0.2);
}

.graph_zn_container[data-zone="zone 3"]{
	background-color: rgba(0,255,0,0.2);
}

.graph_zn_container[data-zone="zone 4"]{
	background-color: rgba(255,0,0,0.2);
}

.graph_zn_container[data-zone="zone 5"]{
	background-color: rgba(0,0,255,0.2);
}

.graph_zn_container[data-zone="zone 6"]{
	background-color: rgba(255,0,0,0.2);
}

.graph_zn_container[data-zone="backcourt"]{
	background-color: rgba(255,0,0,0.2);
}

.graph_zn_container[data-zone="backcourt"] .graph_filler{
	background-color: #a80c19;
	height:100%;
}

.graph_zn_container[data-zone="backcourt"] .circular_graph_displayinput{
	top:0;
}

.graph_zn_container[data-zone="backcourt"] .circular_graph_displayinput span{
	display:inline-block;
}

.user_profile_container{
	float:right;
	max-width:20vw;
	margin-right:10px;
	padding:10px;
	height:100%;
	display: table;
	position:relative;
	color: #242424;
}

.user_profile_container::after{
	font-family: FontAwesome;
	content: '\f0d7';
	display:table-cell;
	padding-left:10px;
	vertical-align:middle;
}

.user_profile_container .user_profile{
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
}

.user_profile_container .user_name, .user_profile_container .user_mail{
	text-align:right;
}

.user_profile_container .user_name{
	display:block;
	font-weight:bold;
}

.user_profile_container .user_mail{
	display:block;
	font-size: 70%;
}

.user_profile_list{
	position: absolute;
	display:none;
    right: 0;
    top: 100%;
    z-index: 100;
    background: white;
    width: 100%;
    text-align: right;
	border:1px solid #484848;
}

.user_profile_container:hover .user_profile_list{
	display:block;
}

.user_profile_list li{
	padding:10px 15px;
	background-transparent;
}

.user_profile_list li.disabled{
	opacity:0.6;
}

.user_profile_list li:not(.disabled):hover{
	cursor:pointer;
	background-color: #484848;
	color:white;
}

.user_profile_list li::after{
	font-family:FontAwesome;
	content:'';
	display:inline-block;
	margin-left:10px;
}

.user_profile_list li[data-option="settings"]::after{
	content: '\f013';
}

.user_profile_list li[data-option="logout"]::after{
	content: '\f060';
}

.report_element .share_button{
	width:20px;
	margin:0 5px;
	text-align:center;
	cursor:pointer;
}

.report_element .report_name[contenteditable="true"]{
	background-color:white;
	color: black;
}

.report_element .rep_slide_count, .cat_report_count{
	font-size: 12px;
    margin-left: 10px;
    opacity: 0.6;
}

.report_element .share_button.disabled{
	opacity:0.4;
}

.report_element .share_button::after{
	content: '\f064';
}

.zip_files_list{
	list-style-type:none;
	position:absolute;
	bottom:0;
	right:0;
	width:300px;
	box-sizing:border-box;
	padding:10px;
	opacity:0.8;
}

.zip_files_list:hover{
	opacity:1;
}

.zip_files_list li.zip_file{
	position:relative;
	width:100%;
	padding:10px;
	border-radius:2px;
	background-color: #484848;
	margin-bottom:10px;
}

.zip_files_list li.zip_file .close_zip{
	width: 10%;
    text-align: right;
    color: white;
    cursor: pointer;
}

.zip_files_list li.zip_file.completed{
	background-color: #2CB299;
}

.zip_files_list li.zip_file .zip_type, .zip_files_list li.zip_file .zip_status{
	display:inline-block;
	width:10%;
	font-size:23px;
	text-align:center;
	vertical-align:middle;
}

.zip_files_list li.zip_file .zip_percentage{
	background-color: rgba(0, 0, 0, 0.3);
	color:white;
	text-align:center;
	width:20%;
	display: inline-block;
	margin-right:15px;
	font-size:12px;
	border-radius:2px;
	padding:6px 10px;
	cursor:pointer;
}

.zip_files_list li.zip_file .zip_status{
	margin: 0 10px;
}

.zip_files_list li.zip_file .zip_progress_container{
	width: calc(70% - 15px);
	border-radius:2px;
	padding:2px;
	height:10px;
	display:inline-block;
	background: rgba(0, 0, 0, 0.3);
}

.zip_files_list li.zip_file .zip_progress_container .zip_progress_bar{
	display:block;
	width:0%;
	background: white;
	height:100%;
	border-radius:2px;
	transition: width 1s;
}

.stats_background{
	position:absolute;
	top:0;
	left:0;
	opacity: 0.2;
	color: black;
}

.stats_background .stats_background_icon{
	display:block;
	text-align: center;
	font-size:120px;
}

.stats_background .stats_background_text{
	display:block;
	text-align: center;
	font-size:40px;
	font-weight:bold;
	margin-top:40px;
}

#reports_selected{
	font-size:65%;
}

.video_error_message{
	text-align: center;
	color: white;
	width: 100%;
	line-height: 1.5;
	display: inline-block;
	padding: 0 15%;
	position: absolute;
	bottom: 8%;
}

.average:not(.table_header), 
.average:not(.table_header) td {
    background-color: rgb(43, 107, 123) !important;
}

.average.darker:not(.table_header), 
.average.darker:not(.table_header) td {
    background-color: rgb(40, 83, 94) !important;
}

@media print{
	html, body{
		height:auto;
		overflow-y:auto;
	}
	
	thead,
	tfoot{
		display: table-header-group !important;
	}
	
	.general,
	.lock_control[data-target="stats_container"] .notification .x_close_dialog,
	.lock_control[data-target="stats_container"] .notification .notification_title,
	.lock_control[data-target="stats_container"] .notification .notification_message .stats_background,
	.lock_control[data-target="stats_container"] .notification .notification_message .stats_footer{
		display:none;
	}
	
	.lock_control[data-target="stats_container"]{
		position: static;
		height:auto;
		max-height:initial;
	}
	
	.lock_control[data-target="stats_container"] .notification{
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: initial;
		position: static !important;
		top: 0 !important;
		left: 0 !important;
		border: 0;
		padding:2px;
	}
	
	.lock_control[data-target="stats_container"] .notification .notification_message,
	.lock_control[data-target="stats_container"] .notification .notification_message .stats_container,
	.lock_control[data-target="stats_container"] .notification .table_graph_container{
		width:100% !important; 
		height: auto !important;
		max-height: initial !important;
		padding:0;
		overflow:auto;
	}
	
	.statistics_table td, .fixed_stats_table td{
		border:2px solid white;
	}
	
	.lock_control[data-target="stats_container"] .notification .statistics_table, 
	.lock_control[data-target="stats_container"] .notification .fixed_stats_table,
	.lock_control[data-target="stats_container"] .notification .statistics_table td, 
	.lock_control[data-target="stats_container"] .notification .fixed_stats_table td{
		font-size:6pt;
	}
	
	.lock_control[data-target="stats_container"] .notification .statistics_table td, 
	.lock_control[data-target="stats_container"] .notification .fixed_stats_table td{
		padding:0;
		border-right-width:2px; 
	}
	
	.lock_control[data-target="stats_container"] .notification .statistics_table table tr, 
	.lock_control[data-target="stats_container"] .notification .fixed_stats_table table tr{
		border-bottom-width:2px;
	}
	
	.lock_control[data-target="stats_container"] .notification .graph_zones_resizer{
		position:relative !important;
		top:0 !important;
		left:0 !important;
	}
}

.show_div{
    display: block;
}

.hide_div{
    display: none;
}

.show_header::before {
    content: '\f062';
}
.hide_header::before {
    content: '\f063';
}

