﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.HYLINE-header {
    width: 100%;
    background: #4d4d4f;
    max-height: 100px;
}

    .HYLINE-header img {
        align-self: flex-start;
        max-height: 100px;
    }

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

    .nav-link .icon {
        width: 45px;
        height: 45px;
        text-align: center;
        overflow: hidden;
        margin: auto;
    }

        .nav-link .icon .nav-img {
            width: 100%;
            height: 100%;
            line-height: 40px;
            transition: 0.5s;
        }

.nav-img {
    width: 45px;
}

.nav-link span {
    font-size: 12px;
}

.nav-link:hover {
    background-color: #4d4d4f;
    color: white;
    cursor: pointer;
}

    .nav-link:hover span {
        color: white;
    }

    .nav-link:hover .icon .nav-img {
        transform: translateY(-100%);
    }

.nav-link.active {
    background-color: #4d4d4f;
    color: white;
    cursor: pointer;
}

    .nav-link.active > span {
        color: white;
    }

    .nav-link.active .icon .nav-img {
        transform: translateY(-100%);
    }

.logout-img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.carousel-item img {
    object-fit: fill;
    object-position: center;
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    overflow: hidden;
}
