﻿.table-striped > thead > tr > th {
    background-color: #004d99;
    color: white;
}

.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #b1cdcd;
}

.table-striped > tbody > tr:nth-child(2n+2) > td {
    background-color: #e0ebeb;
}

.page-header {
    background-color: lightgray;
    height: 30px;
    width: 115px;
    display: inline-block;
}

.primary-filter {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*Tabs code*/
[data-tab-info] {
    display: none;
}

.active[data-tab-info] {
    display: block;
}

.tab-content {
    color: rgb(82, 75, 75);
    border: 1px solid;
    padding: 25px;
}

.tabs {
    color: rgb(255, 255, 255);
    display: flex;
    margin: 0;
}

    .tabs span {
        background: #b1cdcd;
        padding: 10px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 15px 15px 0px 0px;
    }

        .tabs span.active {
            background: #004d99;
        }


        .tabs span:hover {
            background: #004d99;
            cursor: pointer;
            color: black;
        }

.parent-tabs {
    position: relative;
    height: 120px;
}

.child-tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 50px;*/
}

.lookupBtn {
    width: 70px;
}
