@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #000; /* 912b3b; */
  --cassiopeia-color-link: #30638d;
  --link-color: #30638d;
  --link-color-rgb: 48, 99, 141;
  --cassiopeia-color-hover: #000 /* #954b56; */
  --link-hover-color: #954b56;
  --link-hover-color-rgb: 149, 75, 86;
  --body-bg: #20330d; /* #fff */
  --body-striped-bg: #2d4712;
  --body-color: #fff; /* #000 */
  --secondary-color: grey;
  /*
  --cassiopeia-color-primary: header & footer
  */
}
/**
 * 0001 - bethico template: basic
 */
p {
	margin:0;
}

html {
    overflow-x: auto;
    overflow-y: scroll;
}
html,
body {
	color: #fff;
	background-color: #20330d;
	/*
    margin: 0;
    */
    padding: 0;
}
/*
 * default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px
 *    -webkit-text-size-adjust: 100%;
 *
body {
    font: normal 100%/1.4 FontAwesome, Frutiger, Calibri, "Myriad Pro", Myriad, "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

/*____________ headers ____________*/

h1,
h2,
h3,
h4,
h5,
h6 {
/*	font-family: Frutiger, "Myriad Pro", Myriad, Arial, sans-serif;*/
/*	font-family: Frutiger, Calibri, "Myriad Pro", Myriad, "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    color: #fff;
    background-color: inherit;
    padding: 0;
    line-height: 1.2;
    clear: both;
}
h1 {
    font-size: 2.25em;
    margin: 0 0 0.444em;
}
h2 {
/*
	font-size: 1.5em;
    margin: 0 0 0.666em;
*/
    font-size: 1.25em;
    margin: 0 0 0.8em;
}
h3 {
    font-size: 1.125em;
    margin: 1.5em 0 1em;
    color: #fff;
    background-color: #669352;
}
h4 { /* help screen headers */
    font-size: 1.1em;
    margin: 0 0 1em;
    color: #fff;
    background-color: #669352;
	padding:5px;
	display: inline;
}
h5 {
    font-size: 1.075em;
    margin: 0 0 1em;
}
h6 {
    font-size: 1.05em;
    margin: 0 0 1em;
}
/*____________ lists ____________*/

ul,
ol {
    padding: 0 0 0 1.5em;
}
li,
dd {
    padding: 0;
    margin: 0 0 0 1.5em;
    margin: 0; /* FIXME: bco */
}
dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

li ul,
li ol,
li dl,
dl ul,
dl ol,
dl dl {
    margin-bottom: 0;
    padding: 0;
}
li li {
    font-size: 100%;
}
ul {
    list-style: disc outside;
}
ol {
    list-style: decimal outside;
}
ol ol {
    list-style-type: lower-alpha;
}
ol ol ol {
    list-style-type: upper-roman;
}
ol ol ol ol {
    list-style-type: upper-alpha;
}
ol ol ol ol ol {
    list-style-type: lower-roman;
}
caption {
    caption-side: top;
    text-align: left;
}
/*____________ links ____________*/

span.titlebutton a,
span.titlebutton a:link,
span.titlebutton a:visited {
    color: #ff0 !important;
}
span.titlebutton a:hover,
span.titlebutton a:link:hover,
span.titlebutton a:visited:hover,
span.titlebutton a:link:focus,
span.titlebutton a:visited:focus,
span.titlebutton a:link:active,
span.titlebutton a:visited:active {
	color: #0f3 !important;
}
a,
a:link,
a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #ff0;
}
a:hover,
a:link:hover,
a:visited:hover,
a:link:focus,
a:visited:focus,
a:link:active,
a:visited:active {
	color: #0f3;
}
a:focus,
a:link:focus,
a:visited:focus {
    outline: 1px dotted;
}
a:active,
a:link:active,
a:visited:active {
    color: #c00;
}
/*____________ misc ____________*/
img {
    border-width: 0;
    vertical-align: middle;
    color: #666;
    background-color: transparent;
    font-style: italic;
    height: auto;
}

img,
object,
embed,
iframe,
video,
audio {
    max-width: 100%;
}

iframe {
    border-width: 0;
    background-color: inherit;
}

hr {
    border-style: solid;
    border-width: 1px 0 0;
    text-align: center;
    height: 0;
    width: 100%;
    clear: both;
}
.small, .createdate, .modifydate {
    font-size: .8em;
}
.createdate {
    padding-bottom: 1em;
}
.modifydate {
	padding-top: 1em;
}
/* bco: button */
button.bethico {
	margin-right: 5px;
}
button.hidden {
	display: none;
}

/*____________ general classes ____________*/

div.clearer {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    font-size: 1px;
    visibility: hidden;
}
.item-content .article-info {
	margin: 10px 0;
	font-size: 14px;
}
.blog-item {
	padding: .5em 0;
	border-bottom: 1px solid #669352;
}
/**
 * 0031 - bethico template: Joomla 3.8
 */
.pagination ul > li > span, .pagination ul > li > a {
	background-color: #2d4712;
	border: 0
}
.pagination ul > li > span {
	color: #fff;
}
.content ol.more-articles {
	list-style-type: none;
	margin-top: 30px;
}
.nav-child.small {
	font-size: 1em;
}
.btn dropdown-toggle {
	display:none;
}
.page-header, .item-title {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size:150%;
	margin: 0 0 0.5em;
	border: 0;
}
.item-title a:link, .item-title a:visited {
	color: #fff;
}
.page-header.center {
	text-align: center;
}
/* bethico rows 3.9 */
table.bethico.striped tbody > tr:nth-child(odd) {
/* table.bethico.striped1 tbody > tr:nth-child(odd) { */
	background-color: #2d4712;
}
table.bethico.striped tbody > tr.bethico_row_highlight > th {
	background-color: #2d4712;
}
/*
table.bethico.striped2 tbody > tr:nth-child(even) {
	background-color: #2d4712;
}
*/
table.bethico th {
	color: #fff;
	background-color: #000;
}
table.bethico tr.divide {
	text-align:left;
	color: #fff;
	background-color: #669352 !important;
	object-fit:contain;
}
table.bethico tr.focus, table.bethico td.focus {
	color: #fff;
	background-color: #009d00 !important;
}
.normalise {
	background-color: #20330d !important;
}
.emphasise {
	background-color: #2d4712 !important;
}
.control-group.slim {margin-bottom: 0}
/*
.control-label.narrow {width: 100px}
.controls.narrow {margin-left: 120px; text-align: left}
*/
.button-cursor {
	cursor: pointer
}
/**
 * 0012 - bethico template: com_ipl
 */
div.page-header span.titlebutton {float: right; padding-left: 0.3em; margin-right: 8px}

div.spacer {height: 20px}
div.spacer.big {height: 60px}

/**
 * bootstrap 5.3
 */
/*
select.form-control.input-text {
	background-color:#fff;
}
*/
.form-control:valid {
	background-color: var(--body-striped-bg);
}
.tooltip-inner {
	color: #ccc;
	background-color: #2d4712;
	border: 2px solid #000;
}
.popover-header {
	color: #ccc;
	background-color: #20330d;
}
.popover[data-popper-placement="top"] .popover-arrow::before, .popover[data-popper-placement="top"] .popover-arrow::after {
    border-color: #000 !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.popover[data-popper-placement="right"] .popover-arrow::before, .popover[data-popper-placement="right"] .popover-arrow::after {
    border-color: #ff8000 !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
.popover {
	color: #ccc;
	background-color: #2d4712;
	border: 2px solid #000;
	max-width: 95vw;
}
.popover[data-popper-placement="right"] {
	border-color: #ff8000;
}
/*
select#schedule_week_num {
	width: 20rem;
}
*/
*/
/**
 * 0035 - bethico template: Menu and button icons (FontAwesome 4.7)
 */
 /*
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2?v=176349") format("woff2"), url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf?v=176349") format("truetype");
}
*/
/*
[class*="icon-"] {
	width: auto;
	height: auto;
	margin: 0;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	display: inline-block;
}
[class*="icon-"]:before {
	font-family: Font Awesome 6 Free;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
}
[class*="icon-"].set:before {
	color: #ff8000
}
ul li ul li [class*="icon-"]:before {
	width: 1.28571429em;
	text-align: center;
}
/*
@font-face {
  font-family: 'FontAwesome';
  src:	url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  		url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  		url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
  		url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  		url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
a:not([href]):not([class]):has([class^="icon-"]) {
	color: #ff0;
}
.metismenu.mod-menu .metismenu-item>ul {
	background-color: #000;
}
.metismenu.mod-menu .metismenu-item>ul>li>a {
	color: #fff;
}
.metismenu.mod-menu li:hover {
	background-color:#333;
}
.metismenu.mod-menu .metismenu-item>ul>li>a:hover {
	text-decoration:none;
}
/* Missing or modified icon definitions */
.icon-help:before {content: '\3f'} /* fa-question */
.icon-back:before {content: '\f2ea'} /* fa-rotate-left */
.icon-cancel:before {content: '\f00d'} /* fa-xmark */
.icon-top:before {content: '\f30c'} /* fa-arrow-up */
.icon-info:before {color:#ff8000;content: '\f0ad'} /* fa-wrench */
.icon-rate:before {color:#ff8000;content: '\f07d'} /* fa-arrows-up-down */
.icon-rate:before {color:#ff8000;content: '\e4b7'} /* fa-arrow-up-right-dots */

/* Joomla core */
.icon-calendar:before {content: '\f274'} /* fa-calendar-check-o */
.icon-eye-open:before {content: '\f06e'} /* fa-eye */
/* Kunena */
.icon-grid-view-2:before {content: '\f073'} /* fa-calendar */
.icon-arrow-left:before {content: '\f060'}
.icon-ok:before {content: '\f046'} /* fa-check-square-o */
.icon-contract:before {content: '\f2b5';font-size: 0.75em} /* fa-handshake-o */
.icon-heart:before {content: '\f004'}
.icon-lamp:before {content: '\f0eb'} /* fa-lightbulb-o */
.icon-question-sign:before {content: '\f059'} /* fa-question-circle */
.icon-notification-circle:before {content: '\f071'} /* fa-exclamation-triangle */
.icon-envelope:before {content: '\f003'} /* fa-envelope-o */
.icon-flag-2:before {content: '\f0c6'} /* fa-paperclip */
.icon-save:before {content: '\f093'} /* fa-upload */
.icon-remove:before {content: '\f014'} /* fa-trash-o */
.icon-print:before {content: '\f02f'}
.icon-cog:before {content: '\f013'}
.icon-home:before {content: '\f015'}
.icon-user:before {content: '\f007'}
.icon-bars:before {content: '\f080'} /* fa-bar-chart */
.icon-file:before {content: '\f15b'}
.icon-folder:before {content: '\f07c'} /* fa-folder-open */
.icon-shuffle:before {content: '\f087'} /* fa-thumbs-o-up */
.icon-shuffle:after {content: '\a0'} /* space */
.icon-chevron-left:before {content: '\f053'}
.icon-chevron-right:before {content: '\f054'}
.icon-arrow-down:before {content: '\f063'}
.icon-arrow-up:before {content: '\f062'}
.icon-search:before {content: '\f002'}
.icon-edit:before {content: '\f044'}
.icon-drawer:before {content: '\f2b7'} /* fa-envelope-open-o */
.icon-envelope-opened:before {content: '\f00d'} /* fa-times */
.icon-undo:before {content: '\f112'} /* fa-reply */
.icon-flag:before {content: '\f024'}
.icon-lock:before {content: '\f023'} /* fa-lock */
/* component */
.icon-bethico-male:before {color: #81bef7;margin-right: 8px;content: '\f183'} /* fa-male */
.icon-bethico-female:before {color: #fa58d0;margin-right: 8px;content: '\f182'} /* fa-female */
.icon-bethico-doubles:before {content: '\f0c1'} /* fa-link */
.icon-bethico-run:before {content: '\f091'} /* fa-trophy */
.icon-bethico-win:before {color:#31b404;content: '\f164'} /* fa-thumbs-up */
.icon-bethico-lose:before {color:#ff8000;content: '\f088'} /* fa-thumbs-o-down */
.icon-bethico-draw:before {color:#0181df;content: '\f2b5'} /* fa-handshake-o */
.icon-score:before {content: '\f111';font-weight:400} /* far fa-circle */
.icon-score-check:before {content: '\f00c'} /* fa-check */
.icon-bethico-up:before {color:#31b404;content: '\f062'} /* fa-arrow-up */
.icon-bethico-down:before {color:#ff8000;content: '\f063'} /* fa-arrow-down */
.icon-bethico-same:before {color:#0181df;content: '\f061'} /* fa-arrow-right */
/*.icon-bethico-info:before {color:#ff8000;content: '\f0ad'} /* fa-wrench */
.icon-bethico-print:before {content: '\f02f'} /* fa-print */
.icon-bethico-close:before {margin-left: 5px;content: '\f00d'} /* fa-close */
.icon-bethico-edit:before {color:#ffff00;content: '\f040'} /* fa-pencil */
.icon-bethico-note:before {content: '\f15c'} /* fa-file-text */
.icon-bethico-desktop:before {content: '\f108'} /* fa-desktop */
/*.icon-bethico-season:before {content: '\f2dc'} /* fa-snowflake-o */
.icon-bethico-division:before {content: '\f0e8'} /* fa-sitemap */
/*.icon-bethico-warning:before {content: '\f071'} /* fa-exclamation-triangle */
/*.icon-bethico-notice:before {content: '\f075'} /* fa-comment */
/*.icon-bethico-error:before {content: '\f256'} /* fa-hand-paper-o */
.icon-bethico-date:before {content: '\f073'} /* fa-calendar */
.icon-bethico-time:before {content: '\f017'} /* fa-clock-o */
.icon-bethico-remove:before {content: '\f1f8'} /* fa-trash */
.icon-bethico-hint:before {color:#ff8000;content: '\f0eb'} /* fa-lightbulb-o */
/* footer */
/*.icon-bethico-copyright:before {content: '\f1f9'} /* fa-copyright */
/*.icon-bethico-credits:before {content: '\f1f9'} /* fa-copyright */
/*.icon-bethico-privacy:before {content: '\f132'} /* fa-shield */
/*.icon-bethico-legal:before {content: '§'; font-weight: bold; vertical-align: 1px}
/*.icon-bethico-joomla:before {content: '\f1aa';color:#fff} /* fa-joomla */

/* button icons */
/*.button-icon-cancel:before {content: '\f00d'} /* fa-times */
.button-icon-enter:before {content: '\f046'} /* fa-check-square-o */
.button-icon-keepcurrent:before {content: '\f00c'} /* fa-check */
.button-icon-unpublish:before {content: '\f0e2'} /* fa-undo */
.button-icon-save:before {content: '\f044'} /* fa-pencil-square-o */
.button-icon-init:before {content: '\f162'} /* fa-sort-numeric-asc */
/*.button-icon-help:before {content: '\f0fa'} /* fa-medkit */
.button-icon-checkduplicates:before {content: '\f05d'} /* fa-check-circle-o */
.button-icon-ignoreduplicates:before {content: '\f05c'} /* fa-times-circle-o */
.button-icon-setarbitrary:before {content: '\f24e'} /* fa-balance-scale */
.button-icon-changearbitrary:before {content: '\f24e'} /* fa-balance-scale */
.button-icon-setscore:before {content: '\f24e'} /* fa-balance-scale */
.button-icon-select:before {content: '\f25a'} /* fa-hand-pointer-o */
.button-icon-compare:before {content: '\f0c0'} /* fa-users */
.button-icon-done:before {content: '\f046'} /* fa-check-square-o */
.button-icon-edit:before {content: '\f044'} /* fa-pencil-square-o */
.button-icon-remove:before {content: '\f070'} /* fa-eye-slash */
.button-icon-restore:before {content: '\f06e'} /* fa-eye */
.button-icon-delete:before {content: '\f1f8'} /* fa-trash */
.button-icon-addnew:before {content: '\f067'} /* fa-plus */
.button-icon-add:before {content: '\f067'} /* fa-plus */
.button-icon-copy:before {content: '\f24d'} /* fa-clone */
.button-icon-migrate:before {content: '\f0f2'} /* fa-suitcase */
.button-icon-update:before {content: '\f14b'} /* fa-pencil-square */
.button-icon-swap:before {content: '\f0ec'} /* fa-exchange */
.button-icon-assign:before {content: '\f0c1'} /* fa-link */
.button-icon-search:before {content: '\f002'} /* fa-search */
.button-icon-refine:before {content: '\f1fc'} /* fa-paint-brush */
/*.button-icon-back:before {content: '\f108'} /* !!!fa-arrow-left */
/*.button-icon-top:before {content: '\f062'} /* fa-arrow-up */
/*.button-icon-viewratings:before {content: '\f080'} /* fa-bar-chart */
.button-icon-gamehistory:before {content: '\f1da'} /* fa-history */
.button-icon-markshistory:before {content: '\f0e2'} /* fa-undo */
.button-icon-ratingchart:before {content: '\f080'} /* fa-bar-chart */
.button-icon-loadhistory:before {content: '\f0ed'} /* fa-cloud-download */
.button-icon-standings:before {content: '\f080'} /* fa-bar-chart */
.button-icon-desktop:before {content: '\f108'} /* fa-desktop */
.button-icon-recalcseason:before {content: '\f1ec'} /* fa-calculator */
.button-icon-chart:before {content: '\f0e8'; transform: rotate(90deg)} /* fa-sitemap */
.button-icon-loginasdifferentuser:before {content: '\f090'} /* fa-sign-in */
.button-icon-bonus:before {content: '\f067'} /* fa-plus */
.button-icon-penalty:before {content: '\f068'} /* fa-minus */
.button-icon-merge:before {content: '\f247'} /* fa-object-group */
.button-icon-viewmarks:before {content: '\f040'} /* fa-pencil, v5: fa-marker */
.button-icon-compress:before {content: '\f010'} /* fa-search-minus */
.button-icon-playoffwinners:before {content: '\f005'} /* fa-star */
.button-icon-plot:before {content: '\f201'} /* fa-chart-line */

/* must modify matching icon definitions in responsive.theme.css */
/* menu */
/* - menu icons not added here */

/** responsive.css */
/* Button Styling
*********************************************/
.button, .validate {
	color:#fff;
	text-align: center;
	font-size: 1.1em;
	font-weight:normal;
	width: auto;
	padding-bottom:2px; /* padding:4px; */
	background-color: #669352;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	border:none;
	border:solid 2px #fff;
}
.button-disabled {
	color:#888;
	text-align: center;
	font-size: 1.25em;
	font-weight:normal;
	width: auto;
	padding-bottom:2px; /* padding:4px; */
	background-color:#20330d;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	border:solid 2px #888;
}
.button:hover, .validate:hover {
	color:#fff;
	background-color:#2d4712;
}
/** alerts */
#system-message-container joomla-alert {
	background-color: black !important;
}
joomla-alert .joomla-alert--close {
	text-shadow: none !important;
}
#back-top {
	background-color: rgb(from currentColor 128 g 0 / 0.6); /* relative color */
}
#back-top:hover {
	background-color: rgb(from currentColor 128 g 0 / 0.4); /* relative color */
}
