﻿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;
    }

.custom-input {
    position: relative;
    width: 100%;
}

.custom-input input {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    border-bottom: solid 1px #ccc;
    padding: 5px 5px 5px 10px;
    transition: padding 0.1s;
    height: fit-content;
    width: 100% !important;
}

.custom-input input:placeholder-shown + label {
    color: #aaa;
    font-size: 12px;
    left: 5px;
    top: 5px;
}

.custom-input label,
.custom-input input:focus + label {
    font-size: 10px;
    left: 7px;
    pointer-events: none;
    position: absolute;
    top: -7px;
    transition: top 0.1s, left 0.1s, font-size 0.1s;
    background-color: white;
    padding: 0 4px;
}

.custom-input input::placeholder {
    color: white;
}

.custom-input input:focus,
input:not(:placeholder-shown) {
    outline: none;
}