﻿

.infoBtn{
    color: #7cb927;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Images/details_close.png') no-repeat center center;
}


.btn, .btn-sm {
    background-color: #004b87;
    border-color: #004b87;
}

a {
    color: #004b87;
}


.tableRowGreen {
    background-color: #baed91;
}

.tableRowRed {
    background-color: #fea3aa;
}

.modal-header {
    background-color: #004b87;
    color: #ffffff;
}

.close {
    color: #ffffff;
}

.close:hover {
    color: #ffffff;
 }

    @media (max-width: 400px) {
        .headerImg {
        width: 80%;
        height: 80%;
    }
}

@media (max-width:770px) {
    .grpBtns {
        margin-top: 3px;
        float: left !important;
    }

}

    @media (max-width:760px) {
        .btnAlter {
            font-size: .600rem;
        }

       
    }

    @media (max-width:980px) {
        .btnAlter {
            width: 90%;
            margin-bottom: 3px;
        }
    }

    @media (min-width: 981px) And (max-width:1184px) {
        .btnAlter {
            width: 40%;
            margin-bottom: 3px;
        }
    }

    @media (min-width:1185px) {
        .btnAlter {
            width: auto;
        }
    }



