/* buster colors */
.is-red{ color: #a500000 ; }
.is-green{ color: green;}
.is-lime {color: #96c53e; }
/* blue */
.is-blue{ color: #0071bc; }
.is-banner{ color: #0071bc; }
.is-heaven{ color: #03a9f4;}
.is-bluegrey{ color:#bfcbd9; }
.is-navy{ color:#03a9f4; }
.is-input{ color: #494949; }
.is-darkgrey{ color: #494949; }
.is-pencilcolor{ color: rgba(65,81,101,0.6); }
.is-btn-blue {color:#4e75ad; }
.is-lil-blue {color:#f6f8fa; }
.is-bootstrapblue {color:#428bca; }
/* bulma overrule*/
.is-primary {color:#428bca; }

.is-gold {color: goldenrod}
.is-silver {color: silver}
.is-orange {color:coral}
.is-red {color:red}
.is-green {color:green}
.is-olive { color:olivedrab }
.is-lightgrey {color:lightgray}
.is-grey {color: #999 }
.is-midgrey{ color: #666 }
.is-darkgrey{ color: #333 }

.hidden{ display: none}
.block{ display: block}
.is-background{
background-color: rgb(247,247,250); 
background: linear-gradient(111deg, rgba(247,247,250,1) 0%, rgba(246,248,250,0.6) 53%, rgba(250,250,250,1) 100%); 
background-size: cover;	
}

.btn{
    border-radius: 0px;
}

div.statbox{
    width: 100px;
    height: 100px;
    border: solid 1px #ccc;
    padding: 12px;
    padding-top: 25px;
    text-align: center;
    font-size: 90%;
}
.stat0{
    background-color:  rgba(65,81,101,0.6);
}
.stat1{
    background-color: orange;
}
.stat2{
    background-color: forestgreen;
}
.stat3{
    background-color: forestgreen;
}
div#Active table.table.table-condenced.table-bordered.table-compact tbody tr td{
    padding: .30rem
}
#content{ padding-top: 25px; }
@media (min-width: 768px)  { #content{ padding-top: 70px; }}

/*dropdowns mobile dt*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before{ border-radius: 0;  background-color: #0071bc; content: '\f329';	font-weight: 300; /* add square*/
	font-family: 'Font Awesome 5 Pro';box-shadow:none; border: none}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before{ border-radius: 0;  background-color: #0071bc; content: '\f32c';	font-weight: 300; /* add square*/
	font-family: 'Font Awesome 5 Pro';box-shadow:none; border: none}
