/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Write your CSS here */
body {
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

.titleHeader {
    min-height: 4rem;
    width: 100%;
    margin: 3.45rem 0 0 0;
    padding: 1rem 3rem;
}

.findTrainingHeader {
    margin-left: 2.55rem;
}

.footer-item text {
    display: block;
    font-size: .6875rem;
    background-color: transparent;
    font-weight: 600;
    color: var(--white);
    line-height: inherit;
    letter-spacing: 1px;
    padding: .5rem 1rem;
}

.required {
    font-weight: 600;
}

label {
    color: var(--dark-gray); /* Digital Guidelines - Dark Gray */
}

.label {
    color: var(--dark-gray); /* Digital Guidelines - Dark Gray */
    font-size: 0.875rem;
}

.centered-table-checkbox {
    padding-left: 2.25rem;
}

.hidden {
    display: none !important;
}

.form-control:focus {
    outline: none;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    top: 0;
    left: 0;
}

#MainContainer {
    margin-top: 1rem;
    margin-bottom: 10rem;
    overflow: hidden;
}

.menu-user-item {
    padding-left: 15px;
    height: 40px;
    float: left;
    font-size: 80%;
    font-weight: 400;
    text-align: right;
}

@media (min-width:992px) {
    .menu-user-item {
        border-left: .15em solid var(--medium-gray);
    }
}

@media (min-width: 768px) {
    #MainContainer {
        margin-bottom: 3rem;
    }

    .titleHeader {
        margin: 4.3rem 0 0 0;
    }
}

@media (max-width: 991px) {
    table.table-responsive tr td {
        width: 100% !important;
        display: block !important;
        border: none !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;
    }
}

a {
    color: #277C78;
}
