﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* 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;
}

/* Navigation */
#navigation li a {
    color: white;
    font-size: 1.25em;
    padding: 10px
}

    #navigation li a:hover {
        color: #ffeb3d;
    }

#homeLink a {
    color: #8397b0;
    font-size: 1.25em;
}

    #homeLink a:hover {
        text-decoration: underline;
        /*background-color:transparent;*/
    }

#homeLink li div {
    color: white;
    font-size: 1.25em;
    padding: 10px
}

.genericNav {
    color: white;
    font-size: 1.25em;
    padding: 10px
}

    .genericNav:hover {
        color: #ffeb3d;
        text-decoration: underline;
    }

/* Links */
.genericLink {
    color: #ffeb3d !important
}

    .genericLink:hover {
        text-decoration: underline !important;
        cursor: pointer
    }

#paymentQuickLink {
    font-size: 1.15em;
    color: #ffeb3d;
}

    #paymentQuickLink:hover {
        text-decoration: underline;
        cursor: pointer
    }

#loadQuickLink {
    font-size: 1.15em;
    color: #ffeb3d;
}

    #loadQuickLink:hover {
        text-decoration: underline;
        cursor: pointer
    }

.adminPanelLink div {
    font-size: 1.25em;
    margin-bottom: 15px;
}

/* Image */

/* Load Statistics */
.carrierAnnouncements {
    margin-left: 25px;
}

.loadStats h6:hover {
    background-color: lightgrey;
}

/* Loading Modal */
.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }
