/* ######################## */
/* PAGE HOME                */
/* ######################## */

/* 

   Created by: Jon Doe for r0n.cc
   Copyright Notice: This document is copyleft;

*/

/* ######################## */
/* STATS TABLE              */
/* ######################## */

.Stats_Table_Format
{
    min-width:320px;
    width: 100%;
}

.Stats_Table_Container
{
    overflow-x:auto;
}

.Stats_Table
{
    font-size:11px;
    display:block;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    min-width:1146px!important;
}

.Stats_Table tbody
{
    display: block;
}

.Stats_Table tr:nth-child(2n) 
{
    background-color: #f1f1f1;
}

.Stats_Table tr 
{
    border-bottom: 1px solid #ddd;
}

.Stats_Table td 
{
    padding: 8px;
}

.Stats_Table_Heading th
{
    background-color: black; 
    color: white; 
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
}

.Stats_Table_Item span
{
    display: block;
}

.Paedo_Index
{
    text-align: center;
    padding: 8px;
}

.Traffic_Light
{
    width:15px;
    height:15px;
    border-radius: 9999px;
    position: relative;
    margin: auto;
}

.Paedo_Image{}

.Paedo_Name
{
    color:blue; 
    font-weight: bold;
}

.Paedo_Name span a
{
    text-decoration: none;
}

.Paedo_Religion{}

.Paedo_Offence{}

.Paedo_Murder
{
    text-align: center;
}

.Paedo_Murder_True
{
    font-weight: bold; 
    color: red; 
    text-decoration: underline;
}

.Paedo_Status
{
    text-align: center;
}

.Paedo_Charged
{
    text-align:center;
}

.Paedo_Protected
{
    font-weight:bold; 
    color:red; 
    text-decoration:underline;
}

.Paedo_Sex
{
    text-align:center;
}

.Paedo_Flavour
{
    text-align:center;
}

.Paedo_Relationship{}

.Paedo_Location{}

.Paedo_Ring{}

.Paedo_Job{}

.Paedo_Flag
{
    text-align: center!important;
}

@media only screen and (min-width: 200px) and (max-width: 768px) 
{
    .Paedo_Index, .Paedo_Location, .Paedo_Murder, .Paedo_Offence, .Paedo_Status, 
    .Paedo_Charged, .Paedo_Sex, .Paedo_Religion, .Paedo_Job, .Paedo_Flavour, .Paedo_Relationship, 
    .Paedo_Ring
    {
/*        display: none;*/
    }
}

@media only screen and (min-width: 769px) and (max-width: 4000px)
{
    
}

/*--------------------------*/

.Table_Filter
{
    list-style: none;
}

.Table_Filter li
{
    display: inline-block;
}

/*--------------------------*/

.Table_Totals
{
    list-style: none;
    display: flex;
    flex-direction: row;
}

.Table_Totals li
{
    width: auto!important;
}

.Table_Totals li span
{
    margin-right:5px;
    color: black;
}

.Table_Totals li b
{
}

.Table_Totals_Spacer
{
    flex-grow: 1;
    font-size: 13px;
}

.Paedos_Total,
.Paedo_Stat
{
    width: auto;
    text-align: right;
    font-size: 13px;
    padding-right: 5px;
}

.Paedos_Total span
{
    margin-right:0px;
}

.Paedo_Stat
{
    margin-right:10px;
}

/* ######################## */
/* STATUS COLOURS           */
/* ######################## */

.red 
{
  background-color: red;
}

.orange 
{
  background-color: orange;
}

.green 
{
  background-color: green;
}
