@font-face {
    font-family: 'Fira_Sans';
    src: url(../fonts/Fira_Sans/FiraSans-Light.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Fira_Sans';
    src: url(../fonts/Fira_Sans/FiraSans-Regular.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Fira_Sans';
    src: url(../fonts/Fira_Sans/FiraSans-Bold.ttf);
    font-style: normal;
    font-weight: 800;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: "Fira_Sans";
}
body{
    background-color: #fafcfe;
}
a {
    color: #00a792;
}
.logo-lg{
    width: 50%;
}
.card{
    border-radius: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-color: rgba(84, 191, 66, .2);
}
.card-header{
    border-radius: 0;
    background-color: #fff;
    border-bottom: none;
}
.card-body{
    border-radius: 0;
}
.card-footer{
    padding: .75rem 1.25rem 0;
    border-top-color: rgba(84, 191, 66, .2);
    background-color: rgba(84, 191, 66, .06);
}
.btn{
    border:0;
}
.btn-outline-primary{
    color: #00a792;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    background: #00bca4 !important;
    color: #fff !important;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 167, 146, .5) !important;
}
.bg-black-90{
    background-color: rgba(0, 0, 0, 0.75);
}
.bg-black-90 h2, .bg-black-90 label{
    color: #fff;
}
.form-group label{
    font-size: 0.8em;
}
.form-group .form-control, .form-group .custom-select{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
table th{
    border-top: none !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(84, 191, 66,.02);
}
.table-striped tbody tr td:nth-of-type(2n+1) {
    background-color: rgba(84, 191, 66,.01);
}
.table-striped tbody tr:nth-of-type(2n+1) td:nth-of-type(2n+1) {
    background-color: rgba(84, 191, 66,.03);
}
tr .btn-outline-primary{
    color: #666;
}
tr .btn-outline-danger{
    color: #666;
}
tr .btn-outline-warning{
    color: #666;
}
tr:hover .btn-outline-primary{
    color: #00a792;
}
tr:hover .btn-outline-warning{
    color: #ffc107;
}
tr:hover .btn-outline-danger{
    color: #c1272d;
}
tr:hover .btn-outline-primary:hover{
    color: #fff;
}
tr:hover .btn-outline-danger:hover{
    color: #fff;
}
tr:hover .btn-outline-warning:hover{
    color: #212529;
}
.footer{
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 9999;
}
.footer-nav .btn{
    line-height: 1;
    border-width: 0 !important;
}
.footer-nav .btn small{
    font-size: .6rem;
}
.footer-nav .btn.active{
    border-top: #feed00 2px solid !important;
    color: #feed00 !important;
    font-weight: bold;
}