﻿.d_button {
    border: 1px solid #0A1C5C;
    border-radius: 5px;
    background-color: #0A1C5C;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    font-size: 12px !important;
}

    .d_button:hover {
        background-color: #b22222;
    }

.ui-autocomplete-ld {
    border: 1px solid #CBD3DD;
    background: #FFF;
    width: 217px;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 100;
}

    .ui-autocomplete-ld .ui-menu-item {
        padding: 0;
        margin: 0;
        font-size: 11px;
        width: 217px;
        color: #00245d;
    }

        /*styles items on hover*/
        .ui-autocomplete-ld .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
            background: #D2D6E1 !important;
            border: none;
            color: #00245d;
        }

#dBox {
    border: 1px solid #0a1c5c;
    font-size: 12px;
}

.circle {
    color: white;
    border-radius: 50%;
    max-width: 80px;
    height: 80px;
    font-size: 40px;
}

.severityImage {
    max-height: 25px;
    width: auto;
}

.modeImage {
    max-height: 25px;
    width: auto;
}

body {
    font-size: 12px;
    color: #00245d;
}

#description a, #advice a {
    font-size: 12px !important;
}

.copyLink {
    color: white;
    font-weight: bold;
}

.disruptionsDiv:focus,
.consDiv:focus,
.stopsDiv:focus,
.socialImg:focus {
    outline: 2px transparent solid;
    box-shadow: inset 0 0 0 1px #0a1c5c, 0 0 0 1px #CACACA, 0 0 1px 2px #0a1c5c;
}
