
.res-dash{
	opacity: 0.2;
}


.result-card-table .redbg{
	color:#fff !important;
	background: #ff0000 !important;
}

.equally6 td{
	 width:16%;
}

.equally7 td{
	 width:14%;
}


.res-card-title-p1g1{
	color:#000 !important;
	background: #ffc20f url('/_views/_shared/img/bar1.png?') no-repeat right top !important;
}

.res-card-title-p2g1{
	color:#fff !important;
	background: #ff0000 url('/_views/_shared/img/bar2.png?') no-repeat right top !important;
}

.res-card-title-p3g1{
	color:#fff !important;
	background: #1c377c url('/_views/_shared/img/bar3.png?') no-repeat right top !important;
}


.res-card-title-p5g1{
	color:#000 !important;
	background: #99cc00 url('/_views/_shared/img/bar5.png?') no-repeat right top !important;
}

.res-card-title-p6g1{
	color:#000 !important;
	background: #99ddff url('/_views/_shared/img/bar6.png?') no-repeat right top !important;
}

.res-card-title-p7g1{
	color:#fff !important;
	background: #004d00 url('/_views/_shared/img/bar7.png?') no-repeat right top !important;
}


.res-card-title-p12g1{
	color:#fff !important;
	background: #0000ff url('/_views/_shared/img/bar12.png?') no-repeat right top !important;
}
.res-card-title-p13g1{
	color:#fff !important;
	background: #0703b2 url('/_views/_shared/img/bar13.png?') no-repeat right top !important;
}
.res-card-title-p15g1{
	color:#e7d766 !important;
	background: #c1272d url('/_views/_shared/img/bar15.png?') no-repeat right top !important;
}
.res-card-title-p15g1 .res-card-subtitle{
	color:#fff !important;
}

.res-card-title-p16g1{
	color:#fff !important;
	background: #467aa9 url('/_views/_shared/img/bar16.png?') no-repeat right top !important;
}

.res-card-title-p17g1{
	color:#fff !important;
	background: #0077bb url('/_views/_shared/img/bar17.png?') no-repeat right top !important;
}

.res-card-title-p18g1{
	color:#fff !important;
	background: #159812 url('/_views/_shared/img/bar18.png?') no-repeat right top !important;
}

.res-card-title-p18g1 .res-card-subtitle{
	color:#fff !important;
}

.youtube-ico{
	background: red url('/_views/_shared/logo/youtube.png') no-repeat right top !important;
	background-size: 50px 20px;
	height: 50px;
	width: 20px;	
}

/* background overlay */
#mPlayer {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}

/* video player */
#mPlayer DIV {
  position: fixed;
  background: #000;
  width: 560px; /* width of YouTube Player */
  height: 315px; /* height of YouTube Player */
  left: calc(50vw - 280px); /* 280 is .5(560), centers x axis*/
  top: calc(50vh - 157px); /* 157 is .5(315), centers y axis*/
}
