/*
 * Additions / Changes to xMag Styles 
 */
 
.alert {  /*  2020-06-25 ==> added  */
	padding: 20px;
	background-color: #f44336;
	color: white;
}

.widget {
	border-radius: 25px;   /*  2020-06-25 ==>  original 2px;       */ 
}

.sidebar .widget {
	background-color: #d4af37; /*  2020-06-25 ==>  original #f6f6f6;       */ 
}

.widget {
	border-radius: 25px;   /*  2020-06-25 ==>  original 2px;       */ 
}

.ranksidebar a {
	color: #002147 !important;
}

.ranksidebar a:hover {
	text-decoration: underline;
	color: #bb133e !important;
}

.entry-header {
	padding-top: 0px;
	padding-bottom: 20px;
}

.entry-title {
	margin: 0px;
}

.overlay {
	
}


h1.entry-title {
	color: #002147 !important;
	font-size: 32px !important;
}

h2.entry-title {
	color: #002147 !important;
	font-size: 24px !important;
}

.entry-title a {
	color: #002147 !important;
}

.entry-title a:hover {
	color: #bb133e !important;
}

/*
 * Rankings' Styles 
 */

a.wmrsidebar {
	color: #002147;
}

a.wmrsidebar hover {
	text-decoration: underline;
	color: #bb133e;
}

.rankheadc {
	font-style: bold;
	color: #bb133e;
}  

.rankheadd {
	font-style: bold;
	color: #ffffff;
}  
 
.rankbodyc {
	color: #bb133e;
}  

.rankbodyd {
	font-style: bold;
	color: #ffffff;
}  

.RFitem {
	display: block;
	line-height: 44px;
	margin: 5px;
}

.RFSitem {
	display: block;
	line-height: 30px;
	margin: 5px;
	font-size: .8em;
}

.RFFitem {
	display: block;
	margin: 5px;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: -moz-box;
	-moz-box-align: center;
}

#tbl-button {
  border: none;
  background-color: #002147;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}

#tbl-button:hover {
	opacity: 0.8;
}

.lflexcontainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
 
.cflexcontainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	line-height: 44px;
	justify-content: center;
	align-items: center;
}
 
.rank-form {
	background: #e0e0e0;
	padding: 10px;
}

.rank-form.bluehead {
	background: #002147;
	border-bottom: 3px solid #cd7f32;
	font-size: 1.2em;
	color: #ffffff;
	font-style: bold;
}

.RFcontainer {
	background: #e0e0e0;
	margin: auto;
}

#filter-box {
	background: #e0e0e0;
	font-size: 14px;
	font-style: bold;
	line-height: 47px;
	padding: 10px;
	border-radius: 5px;
}

#rpulldown {
	padding:2px 2px;
	height:30px;
	font-size:12px;
}

#rbutton {
	padding: 2px 20px 2px 20px;
	line-height: 30px;
	height:30px;
	font-size:12px;
}

#rbutton:hover {
	opacity: 0.8;
}

#RFpulldown {
	padding: 10px;
}

a.rlink {
	color: #002147;
}

a.rheadlink {
	font-size: 14px;
	color: #ffffff;
}

.ranktablehead {
	border-bottom: 2px solid #002147;
	background: #e0e0e0;
	color: #002147;
	text-align: center;
	vertical-align: middle;
}

th.ranktablehead {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

a.ranktablehead {
	color: #bb133e !important;
}

p.ranktablehead {
	color: #002147;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.ranktablerow {
	border-bottom: 1pt solid #002147;
	color: #002147;
}
.ranktablerow:nth-child(even) {background: #ffffff}
.ranktablerow:nth-child(odd) {background: #e0e0e0}

.rTable {
	display: table;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #bb133e;
	width: 100%;
}

.rTableRow { display: table-row; }
.iTableRow { display: table-row; background: transparent; }
.rTableHeading {
	display: table-header-group;
	background-color: #002147;
	line-height: 30px;
	color: #ffffff;
	vertical-align: middle;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}
.rTableHead { border-bottom: 3px solid #cd7f32; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { 
	display: table-cell;
	padding: 5px;
}
.rTableCell { color: #002147 !Important; }
.rTableCell a { color: #002147 !Important; }
.rTableHead a { color: #ffffff !Important;; }
.rTableCell .rTableHead a:hover { color: #CD7F32 !Important; }
/* .rTableRow:nth-child(even) {background: #e0e0e0}
 .rTableRow:nth-child(odd) {background: #FFF} */

#rankerr::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
#rankerr { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
#rankerr {
  overflow:visible; 
  max-width: 100%;
  vertical-align: middle;
  border: 0; 
  background: transparent; 
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal; 
  font-size: 16px; 
  font-weight: normal; 
  color: #002147; 
  cursor: pointer;
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  word-wrap: break-word;
}

#rankerr:hover
{
  background-color: #002147;
  color: #ffffff;
}

#maxmenubutton::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
#maxmenubutton { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
#maxmenubutton {
  overflow:visible; 
  max-width: 100%;
  vertical-align: middle;
  border: 0; 
  background: transparent; 
  text-align: left;
  font-style: normal; 
  font-size: 13px; 
  font-weight: normal; 
  color: #ffffff; 
  cursor: pointer;
  padding: 2px 2px 2px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  word-wrap: break-word;
}

#maxmenubutton:hover
{
	color: #cd7f32;
}
 
#awardsr::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
#awardsr { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
#awardsr {
  overflow:visible; 
  max-width: 100%;
  vertical-align: middle;
  border: 0; 
  background: transparent; 
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal;
  font-size: 12px; 
  font-weight: bold; 
  color: #bb133e; 
  cursor: pointer;
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  word-wrap: break-word;
}

#awardsr:hover
{
  background-color: #002147;
  color: #ffffff;
}
 
#feature-link {
  display: block;
  margin: 10px;
  padding: 10px;
  background-size: cover;
  height: 180px;
  width: 240px;
  border-radius: 25px;
}

.fl-text {
  position: relative;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: bold;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.fl-button {
  border: none;
  border-radius: 12px;
  background-color: #bb133e;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
}

.fl-button:hover {
	background-color: #002147;
	color: #d4af37;
}

#ranktable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002147;
}

#ranktable th {
	font-size: 14px;
	background: #002147;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #002147;
	border-right: 1px solid #002147;
	border-bottom: 3px solid #cd7f32;
}

#ranktable td {
	padding: 5px;
	border: 1px solid #002147;
}

#ranktable td.nborder {
	padding: 5px;
	border: none;
}

#ranktable a {
	color: #002147;	
}

#ranktable a:hover {
	color: #bb133e;
}

#recordtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002147;
	border-collapse: collapse;
}

#recordtable th {
	font-size: 14px;
	background: #002147;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #002147;
	border-right: 1px solid #002147;
	border-bottom: 3px solid #cd7f32;
}

#recordtable tr {
	border-bottom: 1px solid #002147;
}

#recordtable tr.noborder {
	border: none;
}

#recordtable td {
	padding: 5px;
}

#recordtable a {
	color: #002147;	
}

#recordtable a:hover {
	color: #bb133e;
}

#recordbutton {
	cursor: pointer;
	border: none;
	border-radius: 2px;
	color: #ffffff;
	background-color: #bb133e;
	padding: 2px 20px 2px 20px;
	height:30px;
	font-size:12px;
}

#recordbutton:hover {
	opacity: 0.8;
}