﻿#wrapper {
    background: #2f4050;
}

.purple-bg {
    background-color: purple;
}

.aqua-bg {
    background-color: rgb(0, 228, 255);
}

td.have-img {
    padding: 3px 10px !important;
}

.bg-table-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 105px;
    border: 4px solid rgba(0, 0, 0, 0.058823529411764705);
    border-radius: 20px;
}

.nav .nav {
    padding-right: 5px;
}

    .nav .nav a {
        white-space: nowrap;
    }

.ibox-tools {
    display: flex;
    flex-direction: row;
}



.dynamicreport {
    flex-direction: column;
}

    .dynamicreport label {
        white-space: nowrap;
        margin: 0px;
        padding: 0px;
        margin-left: 10px;
    }

    .dynamicreport .roles {
        flex-direction: row;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dynamicreport .formitem {
        margin-bottom: 10px;
        max-width: 300px;
        position:relative;
    }

    .dynamicreport .rolefilteritem {
        width: 300px;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    .dynamicreport .reportcontent {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

        .dynamicreport .reportcontent h1 {
            text-align: center;
        }

        .dynamicreport .reportcontent h2 {
            text-align: center;
        }

        .dynamicreport .reportcontent td, .dynamicreport .reportcontent th {
            text-align: right;
            padding-right: 10px;
        }

#side-menu {
    overflow: visible;
}
