/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.2

All css files are placed in /css/ folder
*/
/* /StatisticTable */
table.table-1, tr.table-1-row, td.table-1-data, th.table-1-header, table.table-2, tr.table-2-row, td.table-2-data, th.table-2-header, table.table-3, tr.table-3-row, td.table-3-data, th.table-3-header {
	border: 1px solid black;
}
table.table-1, table.table-2, table.table-3 {
	margin: 0 auto;
}
th.table-1-header, th.table-2-header, th.table-3-header {
	background-color: #473436 !important;
	color: white !important;
	padding: 0;
}
tr.table-1-row, tr.table-2-row, tr.table-3-row {
    color: black;
}
p.table-1-title, p.table-2-title, p.table-3-title {
	font-size:16px;
	color:black;
}
tr.table-1-row:last-child, tr.table-2-row:last-child, tr.table-3-row:last-child {
    background: red !important;
    color: white !important;
}
tr.table-1-row:last-child td.table-1-data:nth-child(1), tr.table-2-row:last-child td.table-2-data:nth-child(1), tr.table-3-row:last-child td.table-3-data:nth-child(1){
	text-align:center;
}
/*Table-1 css*/
table.table-1 {
	width:60%;
}
tr.table-1-row:nth-child(even) {
    background-color: #dddddd ;
}
td.table-1-data{
    padding: 0px;
}
thead tr th.table-1-header:first-child,
tbody tr td.table-1-data:first-child {
  width:15%;
}
/*Table-2 css*/
table.table-2 {
	width:80%;
}
td.table-2-data, td.table-3-data{
    padding: 3px;
	text-align:right;
}
tr.table-2-row:nth-child(2) , tr.table-3-row:nth-child(2)  {
    background-color: #b2b2b2 ;
	font-weight: bold;
}
tr.table-2-row:nth-child(2) td.table-2-data, tr.table-3-row:nth-child(2) td.table-3-data {
	text-align: center;
}
tr.table-2-row:nth-child(3) td.table-2-data:nth-child(1),tr.table-2-row:nth-child(4) td.table-2-data:nth-child(1),tr.table-2-row:nth-child(5) td.table-2-data:nth-child(1),tr.table-2-row:nth-child(6) td.table-2-data:nth-child(1),tr.table-2-row:nth-child(7) td.table-2-data:nth-child(1),tr.table-2-row:nth-child(8) td.table-2-data:nth-child(1) {
    background-color: #8cb2df;
	font-weight: bold;
	text-align: center;
}
tr.table-2-row:nth-child(3) td.table-2-data:nth-child(18),tr.table-2-row:nth-child(4) td.table-2-data:nth-child(18),tr.table-2-row:nth-child(5) td.table-2-data:nth-child(18),tr.table-2-row:nth-child(6) td.table-2-data:nth-child(18),tr.table-2-row:nth-child(7) td.table-2-data:nth-child(18),tr.table-2-row:nth-child(8) td.table-2-data:nth-child(18) {
    background-color: #ffc000;
	font-weight: bold;
}
tr.table-2-row:nth-child(3) td.table-2-data:nth-child(19),tr.table-2-row:nth-child(4) td.table-2-data:nth-child(19),tr.table-2-row:nth-child(5) td.table-2-data:nth-child(19),tr.table-2-row:nth-child(6) td.table-2-data:nth-child(19),tr.table-2-row:nth-child(7) td.table-2-data:nth-child(19),tr.table-2-row:nth-child(8) td.table-2-data:nth-child(19) {
    background-color: #fffe99;
	text-align: center;
}
tr.table-2-row:last-child td.table-2-data:nth-child(18), tr.table-3-row:last-child td.table-3-data:nth-child(18) {
    background-color: black !important;
}
tr.table-2-row:last-child  td.table-2-data:nth-child(19), tr.table-3-row:last-child td.table-3-data:nth-child(19) {
    background-color: #49452a !important;
}
/*Table-3 css*/
table.table-2 {
	width:80%;
}
tr.table-3-row td.table-3-data:nth-child(18){
	background-color: #fcc000;
}
tr.table-3-row:nth-child(even) td.table-3-data:nth-child(18){
	background-color: #fcc000;
}
tr.table-3-row td.table-3-data:nth-child(19){
	background-color: #fdfe98;
}
tr.table-3-row:nth-child(even) td.table-3-data:nth-child(19){
	background-color: #fdfe98;
}
tr.table-3-row:nth-child(3), tr.table-3-row:nth-child(11) ,tr.table-3-row:nth-child(19),tr.table-3-row:nth-child(22) ,tr.table-3-row:nth-child(23) ,tr.table-3-row:nth-child(33) {
    background-color: #8cb2df;
	text-align: left !important;
	font-weight:bold;
}
tr.table-3-row td.table-3-data:nth-child(1) {
	font-weight:bold;
	font-style: italic;
}
tr.table-3-row:nth-child(3) td.table-3-data:nth-child(1), tr.table-3-row:nth-child(11) td.table-3-data:nth-child(1),tr.table-3-row:nth-child(19) td.table-3-data:nth-child(1),tr.table-3-row:nth-child(22) td.table-3-data:nth-child(1),tr.table-3-row:nth-child(23) td.table-3-data:nth-child(1),tr.table-3-row:nth-child(33) td.table-3-data:nth-child(1){
	text-align:left !important;
	font-style: normal;
}
tr.table-3-row:nth-child(3) td.table-3-data:nth-child(18), tr.table-3-row:nth-child(11) td.table-3-data:nth-child(18),tr.table-3-row:nth-child(19) td.table-3-data:nth-child(18),tr.table-3-row:nth-child(22) td.table-3-data:nth-child(18),tr.table-3-row:nth-child(23) td.table-3-data:nth-child(18),tr.table-3-row:nth-child(33) td.table-3-data:nth-child(18){
    background-color: #8cb2df;
}
tr.table-3-row:nth-child(3) td.table-3-data:nth-child(19), tr.table-3-row:nth-child(11) td.table-3-data:nth-child(19),tr.table-3-row:nth-child(19) td.table-3-data:nth-child(19),tr.table-3-row:nth-child(22) td.table-3-data:nth-child(19),tr.table-3-row:nth-child(23) td.table-3-data:nth-child(19),tr.table-3-row:nth-child(33) td.table-3-data:nth-child(19){
    background-color: #c0bca3;
}
/* /StatisticTable */
/* Scrolling text */
.marquee {
  	height: 1.75em;
  	width: 100%;
  	overflow: hidden;
  	position: relative;
  	background-color:#ff0000;
}

.marquee div {
  	display: block;
  	width: 200%;
  	height: 1.5em;
  	position: absolute;
  	overflow: hidden;
  	animation: marquee 20s linear infinite;
}

.marquee span {
  	float: left;
  	width: 20%;
	color: white;
}

@keyframes marquee {
  	0% { right: 0; }
  	100% { right: -100%; }
}

@media (max-width: 768px) { 
.marquee span {
  	float: left;
  	width: 35%;
	color: white;
}
}
/* /Scrolling text */