/*
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 : Feb 24, 2020, 6:30:18 AM
    Author     : Brandon Labra
*/
.hid{
    display: none;
}
.statPanel div h3{
    margin-top: 10px;
    text-align: center;
}
.statPanel div hr{
    margin-top: 0;
    margin-left: 0;
}
.sp{
    margin-bottom: 10px
}

@keyframes blinker {
    60% {
        opacity: 0.45;
    }
}

@keyframes blinker_soft {
    60% {
        opacity: 0.7;
    }
}
.panelLink a{
    color: white;
}
.searchIcon{
    background-image: url(/res/img/search.svg);
    background-size: cover;
    width: 40px;
}
.searchBox{
    box-shadow: none!important;
}
.clearSearch{
    color: red;
}
.modal {
    color: black;
}
.nav-item.active{
    background-color:rgba(0, 0, 0, 0.9);
}

.titleHeader{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 15px;
}

main .container{
    background-color: rgba(38,94,207,0.9);
    color: white;
}

hr {
    border: 1px solid limegreen;
}
.underLined{
    text-decoration: underline;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.blink_me_softly {
    animation: blinker_soft 1s linear infinite;
}

.limited {
    max-height: 400px;
    overflow: auto;
}
.limited3 {
    max-height: 300px;
    overflow: auto;
}

.noMargin{
    margin: 0;
}

.noPadding{
    padding: 0;
}
#navbarCollapse.show{
    background-color: rgba(0, 6, 10, 0.6);
    padding: 10px;
}
#navbarCollapse.collapsing{
    background-color: rgba(0, 6, 10, 0.6);
    padding: 10px;
}

.table thead {
    color: white;
    background-color: #05396B;
    font-size: 130%
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color:  #557A95;
}
.table-striped th {
    padding-bottom: 3px;
    padding-top: 3px;
}

.table-striped td{
    padding-bottom: 2px;
    padding-top: 2px;
}

.table-striped > tbody{
    background-color:  #7395AE;
}

.table-hover tbody tr:hover td {
    background-color: #46A29F;
    color: white;
}

.actBox{
    display: block;
}

.sliderBar{
    height: 20px;
    width: 100%;
}