﻿* {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

.input-validation-error {
    border: 1.5px solid #dc3545;
}

main:not(.breadcrumb), .form-control {
    font-size: 1.0em;
}

main .btn, main option, main select, main select.form-control {
    font-size: 0.9em;
}

footer {
    background-color: #e9ecef;
    line-height: 55px;
}

.sticky-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.main-content {
    margin-bottom: 300px;
}

.nav-carrier-logo {
    min-height: 50px;
    background-image: url(/Content/images/carrier.jpg);
    background-repeat: no-repeat;
}

.bg-grey {
    background-color: #eaeaea;
}

.bg-darkblue {
    background-color: #1b7dad;
}

.bg-lightblue {
    background-color: rgba(25, 62, 106, 0.73);
}

.bg-gray {
    background-color: #e9ebf0;
}

.table th, .table td {
    font-size: 0.8em;
}

/* Login page */
.logoTop {
    border: 0px;
    min-height: 80px;
    max-width: 308px;
    background-color: white;
    background-repeat: no-repeat;
    height: auto;
}

.mcl-login-content {
    background-image: url('images/truck.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 12px;
    min-height: 100vh;
}




.mcl-login-info-area {
    border-radius: 10px;
    margin: 10px 0 0 0;
    padding: 10px;
}

.mcl-login-area {
    background-color: #1b7dad;
    border-radius: 10px;
    padding: 10px;
}


/* Search Page */

.mcl-search-section {
    background-color: rgba(224, 224, 224, 0.2);
    border: 1px #e8e6e8 solid;
}

div[class^="row csa-sms-alert-section-"] {
    margin: 0;
}

/* Search Page sidebar */
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    color: #fff;
}

/* Search Results Page */

#mcl-search-result-criteria-name {
    min-width: 300px;
}

.pagination {
    background-color: #e9ecef;
}

.mcl-search-result-grid-content {
    font-size: 0.9em;
}

/* font-awesome icon edits */

/* Search Results page table NOTE ICONS */
.mcl-table-icon {
    font-size: 25px;
    cursor: pointer;
}

table th, table tr {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.mvc-grid-header-title {
    color: #247ad5;
}

.mvc-grid-header-title, .mvc-grid-filter {
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
}



/* Map popup */

.mcl-result-map {
    min-height: 250px;
    height: 30%;
}
