@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.42em;
	background: linear-gradient(to bottom, rgba(73, 160, 157, 0.07), rgba(95, 44, 130, 0.06), rgba(73, 160, 157, 0.06));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 50vh;
}

a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


h1 {
	font-size:3em;
	font-weight: 400;
	line-height:1em;
	text-align: center;
	color: #0185bd;
}

h2 {
	font-size:1em;
	font-weight: 400;
	text-align: center;
	display: block;
	line-height:1em;
	padding-bottom: 1em;
	padding-top: 2em;
	color: #357ea6;
}

h2 a {
	font-weight: 700;
	text-transform: uppercase;
	color: #4a5662;
	text-decoration: none;
}

.container-custom th h1 {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #3c4e59;
}

.container-custom td {
	font-weight: normal;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 2px -2px rgba(255, 255, 255, 0.95);
	-moz-box-shadow: 0 2px 2px -2px rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 2px -2px rgba(255, 255, 255, 0.95);
	color: #3e4c52;
	line-height: 65px;
}

.container-custom {
	text-align: center;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	display: table;
	padding: 0 0 8em 0;
	border-collapse: collapse;
}

.container-custom tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container-custom tr:nth-child(odd) {
	background-color: rgba(50, 60, 80, 0.01);
}

/* Background-color of the even rows */
.container-custom tr:nth-child(even) {
	background-color: rgba(44, 52, 70, 0.01);
}

.container-custom th {
	background-color: rgba(31, 39, 57, 0.02);
}

.container-custom td:first-child { color: #314654; }

.container-custom tr:hover {
	background-color: rgba(70, 74, 82, 0.01);
	-webkit-box-shadow: 0 6px 6px -6px rgba(14, 17, 25, 0.01);
	-moz-box-shadow: 0 6px 6px -6px rgba(14, 17, 25, 0.01);
	box-shadow: 0 6px 6px -6px rgba(14, 17, 25, 0.01);
}

.container-custom td:hover {
	color: rgb(14, 5, 23);
	transform: translate3d(1px, 0px, 0);
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
}

@media (max-width: 800px) {
	.container-custom td:nth-child(4),
	.container-custom th:nth-child(4) { display: none; }
}

/* Tooltip  */

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	color: rgb(119, 162, 241);
	line-height: 35px;
}

.tooltip-2 .tooltip-text-2 ul li {
	margin-top: -20px;
	margin-bottom: -20px;
}

.tooltip .tooltip-text {
	visibility: hidden;
	width: 80vh;
	background-color: rgba(14, 39, 89, 0.9);
	color: #b2c2cc;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.tooltip-2 .tooltip-text-2 {
	visibility: hidden;
	width: 40vh;
	background-color: rgba(71, 241, 94, 0.9);
	color: rgb(23, 5, 40);
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -39vh;
}

.tooltip-3 .tooltip-text-3 {
	visibility: hidden;
	width: 30vh;
	background-color: rgba(14, 39, 89, 0.9);
	color: #b2c2cc;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 7vh;
}

.tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	position: absolute;
	z-index: 10;
}

.tooltip-2:hover .tooltip-text-2 {
	visibility: visible;
	opacity: 1;
	position: absolute;
	z-index: 10;
}

.tooltip-3:hover .tooltip-text-3 {
	visibility: visible;
	opacity: 1;
	position: absolute;
	z-index: 10;
}

.badge-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-wrapper-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge {
	display: inline-block;
	min-width: 2em;
	padding: .2em;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	background: rgba(73, 29, 119, 0.15);
	color: #b2c2cc;
	z-index: -1;
	line-height: 20px;
}

/* Button */

a.button {
	align-items: center;
	display: flex;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	padding: 0.3em 1em 0.4em 1em;
	border: none;
	letter-spacing: 0.05em;
	border-radius: 1em;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	line-height: 20px;
}

a.button-no-promo {
	align-items: center;
	color: #b2c2cc;
	background: #ad5389;
	background: linear-gradient(0deg, rgb(37, 1, 79, 1) 0%, rgba(114, 52, 178, 1) 100%);
	box-shadow: 0 0.7em 1.5em -0.5em #380d65;
}

a.button-promo {
	color: #e8edef;
	background: #ad5389;
	background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
	box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
}

a.button-promo:hover {
	box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

a.button-promo:active {
	box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}

a.button-no-promo:hover {
	box-shadow: 0 0.5em 1.5em -0.5em #380d65;
}

a.button-no-promo:active {
	box-shadow: 0 0.3em 1em -0.5em #380d65;
}

/* Medals */

.quiz-medal {
	position: relative;
	margin-bottom: 5px;
	padding-left: 45%;
	z-index: -1;
}
.quiz-medal__circle {
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	font-weight: 50;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	color: white;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
	position: relative;
	border-width: 0.2em;
	border-style: solid;
	z-index: 1;
	box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #edeff1;
	text-shadow: 2px 2px 0 #98a6ad;
	background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
}

.quiz-medal__circle.quiz-medal__circle--gold {
	box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #fadd40;
	text-shadow: 0 0 4px #9d6c04;
	background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
}

.quiz-medal__circle.quiz-medal__circle--10 {
	box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #fadd40;
	text-shadow: 0 0 4px #9d6c04;
	background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
}

.quiz-medal__circle.quiz-medal__circle--9 {
	box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #d0d3d5;
	text-shadow: 0px 0px 4px #707a80;
	background: linear-gradient(to bottom right, #a7adb0 50%, #949a9d 50%);
}

.quiz-medal__circle.quiz-medal__circle--8 {
	box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #d0d3d5;
	text-shadow: 0px 0px 4px #707a80;
	background: linear-gradient(to bottom right, #a7adb0 50%, #949a9d 50%);
}

.quiz-medal__circle.quiz-medal__circle--7 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--6 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--5 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--4 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--3 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--2 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__circle.quiz-medal__circle--1 {
	box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
	border-color: #f7bb23;
	text-shadow: 0 0 4px #7d4604;
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__ribbon {
	margin-left: 45%;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 6px 4px;
	width: 0;
	height: 2px;
	top: 18px;
}
.quiz-medal__ribbon--left {
	left: 0px;
	border-color: #fc402d #fc402d transparent #fc402d;
	transform: rotate(20deg) translateZ(-32px);
}
.quiz-medal__ribbon--right {
	left: 11px;
	border-color: #f31903 #f31903 transparent #f31903;
	transform: rotate(-20deg) translateZ(-48px);
}

/* Footer */

.footer-dark {
	margin-top: 120px;
	padding:1px 0;
	color: #323334;
	border-radius: 10px;
	background-color: rgba(56, 13, 101, 0.1);
}

.footer-dark .copyright {
	text-align:center;
	opacity:0.3;
	font-size:13px;
	margin-bottom:0;

}

/* dataTables Search input box */

.dataTables_filter {
	position: relative;
	text-align: center;
}

.dataTables_filter input {
	width: 20%;
	height: 30px;
	background: rgba(114, 52, 178, 0.1);
	border: 1px solid #b2c2cc;
	border-radius: 5px;
	text-indent: 10px;
	margin-left: 60%;
	color: #00070a;
	margin-bottom: 10px;
}

/* landing images  */

.landing-img {
	text-align: center;
}

.landing-img img {
	display: inline-block;
	width: 10%;
	margin-left: 50px;
	margin-right: 50px;
}

.landing-img:after {
	content: '';
	display: inline-block;
	width: 100%;
}