﻿.body-content {
    background: transparent;
}

.white-bg {
    background: #ffffff;
/*    padding: 50px;*/
    margin-bottom: 40px;
    border-radius: 10px;
}

.stickyTopRow {
    padding-bottom: 5px;
    padding-top: 5px;
}

.stickyTopRow.is-sticky .projects-header,
.stickyTopRow.is-sticky .form-group {
    margin-bottom: 0px;
}

.stickyTopRow p.info-table-item {
    transition: all .5s ease;
}

.greenTable .topRow p {
    color: white;
}

.stickyTopRow h1 {
    color: white;
    margin-bottom: 0px;
}

@media (min-width: 1199px) {
    .stickyTopRow.is-sticky {
        position: sticky;
        transition: all .5s ease;
        top: 0;
    }

    .is-sticky {
        z-index: 1000;
        transition: all .5s ease;
    }

        .is-sticky ul {
            margin-bottom: 0px !important;
            background: #A2A6AA;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            transition: all .5s ease;
        }

    /********************************************************/

    .stickyTopRow .topTitleWrapper,
    .stickyTopRow .topTitleWrapper .titleWrapper,
    .stickyTopRow .topTitleWrapper h1,
    .stickyTopRow .defaultDataSource label,
    .stickyTopRow hr,
    .stickyTopRow ul.nav.nav-tabs.justified li,
    .stickyTopRow .bottomRow p,
    .stickyTopRow p.info-table-item,
    .stickyTopRow p.single,
    .tab-wrapper ul li a,
    .stickyTopRow {
        transition: all .5s ease;
    }

        /********************************************************/

        .stickyTopRow.is-sticky .topTitleWrapper {
            display: flex;
            margin-top: 10px;
            transition: all .5s ease;
        }

            .stickyTopRow.is-sticky .topTitleWrapper .titleWrapper {
                display: flex;
                align-items: center;
                transition: all .5s ease;
            }

            .stickyTopRow.is-sticky .topTitleWrapper h1 {
                font-size: 20px;
                margin-right: 10px;
                margin-bottom: 0px;
                transition: all .5s ease;
            }

        .stickyTopRow.is-sticky .defaultDataSource label {
            font-size: 14px;
            margin-bottom: 0px;
            transition: all .5s ease;
        }

        .stickyTopRow.is-sticky hr {
            margin-top: 10px;
            margin-bottom: 10px;
            border: 0;
            border-top: 1px solid #eee;
            transition: all .5s ease;
        }

        .stickyTopRow.is-sticky ul.nav.nav-tabs.justified li {
            min-height: 55px;
            transition: all .5s ease;
        }

        .stickyTopRow.is-sticky .bottomRow p {
            font-size: 15px;
            transition: all .5s ease;
        }

        .stickyTopRow.is-sticky p.info-table-item,
        .stickyTopRow.is-sticky p.single {
            font-size: 15px;
            transition: all .5s ease;
        }


    .tab-wrapper.is-sticky ul li a {
        background: #82898D;
        transition: all .5s ease;
    }

    .stickyTopRow.is-sticky {
        background: linear-gradient(to left, #5C6167, #7b868a);
        transition: all .5s ease;
        padding-bottom: 5px;
        z-index: 5002;
    }
}


/*.stickyTopRowInnerWrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}*/

p.info-table-item {
    width: 50%;
    text-align: center;
}

.titleWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.stickyTopRow.is-sticky .topTitleWrapper .titleWrapper {
    width: 100%;
}

@media (max-width: 992px) {
    .titleWrapper {
        display: block;
    }

    .stickyTopRow h1 {
        margin-bottom: 5px;
    }
}