
.header-title {
    color: white;
    font-size: 2.5em;
    font-weight: 500;
    text-shadow: 3px 3px 3px black;
    margin-left: 20px;
}

.header-subtitle {
    color: white;
    font-size: 2em;
    font-weight: 700;
    text-shadow: 3px 3px 3px #773388;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #15a;
    font-size: .9em;
    font-weight: 700;
}

.navbar-nav .dropdown a {
    color: #15a;
   font-size: .9em;
    font-weight: 700;
}
.navbar-nav .dropdown a:hover {
    color: #e71;
}
.navbar-nav .dropdown-menu {
    background-color: #e71;
}
.navbar-nav .dropdown-item {
    background-color: white;
}
.navbar-nav .dropdown-item:hover {
    color: #e71;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28016, 032, 160, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .form-control {
    font-size: 0.75em;
    padding: .15em .3em;
    height: calc(1.5em + 2px);
}

.navbar .btn {
    font-size: 0.75em;
    padding: .15em .3em;
}

.menu_blue {
    background-color: #d2ecf8;
}

.title {
    clear: both;
    background-color:#1150a0;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.title_linkbar {
    float: right;
    padding-bottom: 2px;
}

.title_link {
    font-size: .75em;
    background: linear-gradient(#fff,#ddd);
    color: #15a;
    border: 1px solid #4070A0;
    border-radius: 3px;
    margin: 2px 2px;
    padding: 1px 2px;
    box-shadow: 1px 1px 1px black;
    float: left;
}

.title_link a:hover{
    text-decoration: none;
    color: #e71;
}

p.data {
    font-family: monospace;
    font-size: .875rem;
    white-space: pre;
    display: block;
    color: black;
    margin-bottom: 0;
}

/* OL displays */
.app_menu {
    margin: 0 auto;
    padding: 0;
    height: 28px;
    background-color: #d2ecf8;
}

.app_menu #date-time {
    float: right;
    width: 300px; 
    text-align: right
}

.app_menu span {
    font-size: .875rem;
    color: #104070;
    font-weight: bold;
}

.app_left_arrow {
    float: left;
    background: url('/images/left_arrow.png') no-repeat center;
    background-color: #eee;
    width: 30px;
    height: 18px;
    border: 1px solid #1050a0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.75);
    margin: 0px 2px 2px 0;
}

.app_right_arrow {
    float: left;
    background: url('/images/right_arrow.png') no-repeat center;
    background-color: #eee;
    width: 30px;
    height: 18px;
    border: 1px solid #1050a0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.75);
    margin: 0px 2px 2px 0;
}

.app_up_arrow {
    float: left;
    background: url('/images/up_arrow.png') no-repeat center;
    background-color: #eee;
    width: 30px;
    height: 18px;
    border: 1px solid #1050a0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.75);
    margin: 0px 2px 2px 0;
}

.app_down_arrow {
    float: left;
    background: url('/images/down_arrow.png') no-repeat center;
    background-color: #eee;
    width: 30px;
    height: 18px;
    border: 1px solid #1050a0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.75);
    margin: 0px 2px 2px 0;
}

.app_text {
    float: left;
    color: #104070;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 2px 0 0;
}

.app_button {
    float: left;
    height: 18px;
    border: 1px solid #1050a0;
    padding: 2px 2px 0px 2px;
    font-size: 12px;
    color: #104070;
    background: linear-gradient(#fff,#ddd);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.75);
    margin: 0px 2px 2px 0;
}

.popover {
    max-width: 800px;
}

