.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: 13px;
	font-weight: 500;
}

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

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


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>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{
    color: #ada093;
}

.table>thead>tr>th {
    border-bottom: 2px solid #616161;
}

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

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

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

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

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

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

.bet_import{
    color: #1ab51d;
}

.won_import{
    color: #ff2626;
}