/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2020, 9:05:00 AM
    Author     : Mark
*/
.checkbox-field span.bigcheck-target {
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: -0.25em;
}

.checkbox-field input[type='checkbox'].bigcheck {     
    position: relative;
    visibility: hidden;
    /*font-size:16px;*/
    /*left: -999em; */
}


.checkbox-field input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f0c8";   
    color: rgb(0 ,95, 131);
    color: rgb(220 ,240, 255);
    color: white;
}
.checkbox-field input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f14a"; 
    content: "\f00c";
    color: green;
    color: #cc3399;/* dimon purple */
    background-color: transparent;
}

label.bigcheck-group{
    font-size: 2em;
    right:1em;
    position: absolute;
}
#filter-form-advanced .checkbox-field {
    background-color: #b3d7ff;
    width:100%;
    padding: 0.3em;/* provides white line*/
    margin:0.1em;
}
#filter-form-advanced .subtype .checkbox-field{
    background-color: #e8e8e8;    
}


/* Chrome, Safari, Edge, Opera */
form#filter-form-advanced input::-webkit-outer-spin-button,
form#filter-form-advanced input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
form#filter-form-advanced input[type=number] {
  -moz-appearance: textfield;
}

details.epc > summary{    list-style: none;        }
details.epc > summary::-webkit-details-marker { display: none;}

details summary{
    color: #cc3399;
    border: none;
    font-weight: bold;
}
details summary:focus{
    outline-width: 0px;
}

details[open]  summary:focus{
    outline-width: 1px;  
    outline-color: #DDD;
}

table.statinfo tbody tr td {font-size:0.9rem; padding-right:2em; }
table.statinfo tbody tr td:first-child{ font-weight:bold;}
