<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cont.cont_large
{
	width: 100%;
	min-width: 1106px;
	padding: 3px;
}


h3
{
	font-size: 20px;
	font-weight: bold;
}

.alert
{
	font-size: 14px;
}

/**** BOX PRINCIPALE ****/

.my-panel
{
	background: none;
	background: #3c3737;
	color: #fff;
	
	padding-left: 50px;
	padding-right: 50px;
	
	min-height: 800px;
}

div.my-panel-title
{
	margin-bottom: 0;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


/**** TABELLE ****/


.table thead tr th
{
	font-size: 13px;
	font-weight: bold;
}

.table td
{
	font-size: 15px;
	font-weight: 500;
}

.table-hover &gt; tbody &gt; tr:hover
{
        background-color: #0275d8;
    color: #000;
}

.report-first-row{
    background: #206507 !important;
}


.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    border-top: 1px solid #616161;
}

.table.table-hover a{
    text-shadow: none;
    color: #1ab51d;
}

.table.table-hover .highlight-color{
    color: #ada093 !important;
}

.table.table-hover .color_orange{
    font-weight: bold;
}

.table&gt;thead&gt;tr&gt;th {
    border-bottom: 2px solid #616161;
    background: rgb(0 0 0 / 18%);
}

#transactions_content .table.table-hover .color_orange{
    color: #1ab51d;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #206507;
    border: 1px solid #616161;
    border-bottom-color: transparent;
}

.nav-tabs&gt;li&gt;a{
    color: #fff;
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: #616161;
}

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #206507;
}

.nav-tabs {
    border-bottom: 1px solid #616161;
}

.bet_import{
    color: #1ab51d;
}

.won_import{
    color: #ff2626;
}

.table .table {
    background-color: transparent;
}</pre></body></html>