﻿body {
    padding-top: 40px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 2rem;
    padding-right: 2rem;
    background-image: url(../Images/Lynx/concert-thin.jpg);
    background-position-y: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}
/* 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;
}

h3, h4, h5, .h3, .h4, .h5 {
    font-weight: lighter;
}

.text-v-ellipsized {
    overflow: hidden;
    text-overflow: ellipsis;
}


.text-ellipsized {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: none;
    white-space: nowrap;
}

@media print {
    #DivIdToPrint {
        width: 10%;
        height: 20%;
    }
}

.side-bar {
    background: #ddd !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.max-w-200px {
    max-width: 200px;
}

.mb-1px {
    margin-bottom: 1px;
}

.pointer {
    cursor: pointer;
}

@media screen and (min-width: 1000px) {
    .navbar-bg {
        background-color: rgba(00,159,193,.6);
    }
}

@media screen and (max-width: 1000px) {
    .navbar-bg {
        background-color: #009FC1;
    }
}

.bg-lynx-grey {
    background: #283138 !important;
}

.bg-lynx-blue {
    background: #009FC1 !important;
}

.text-lynx-blue {
    color: #02bbe2 !important;
}

.bg-lynx-light-blue {
    background: #c8dee2 !important;
}

footer {
    background-image: url(../Images/Lynx/concert_grey.png);
    min-height: 40vh;
    background-attachment: fixed;
    background-size: cover 100%;
    background-position-y: top;
}

.subnav-bg {
    background: url(../Images/Lynx/concert-thin.png) rgba(76, 175, 80, 0.3) !important;
    background-attachment: fixed;
    height: 4px;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-dark .navbar-nav .nav-link .mdi {
        color: rgba(255, 255, 255, 1);
    }

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: none;
    white-space: nowrap;
    width: 100%
}

    .footer-links ul li a:hover, .footer-links ul li a:focus {
        color: rgba(255, 255, 255, 1);
    }

    .footer-links ul li a .mdi {
        color: rgba(255, 255, 255, 1);
    }

.card-footer {
    background-color: white;
}
.bg-translucent {
    background-color: rgba(0,0,0,.5);
}
.text-shadow {
    text-shadow: 1px 1px #000000;
}