﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    background: url('/images/hirnbg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.header1 {
    font-size: 4em;
    font-weight: 500;
}

.white {
    color: #FFFFFF;
}

.text-darkgray {
    color: #424242;
}

.jumbotron {
    opacity: 0.7;
    background-color: #000000;
}

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 60px;
    z-index: 30000;
}

    #clockdiv > div {
        opacity: 1 !important;
        padding: 10px;
        border-radius: 3px;
        background: #303030;
        display: inline-block;
    }

    #clockdiv div > span {
        opacity: 1 !important;
        padding: 15px;
        border-radius: 3px;
        background: #424242;
        display: inline-block;
    }

.smalltext {
    opacity: 1 !important;
    padding-top: 5px;
    font-size: 16px;
}

.page {
    background-color: #FFFFFF;
    padding: 50px;
    margin-bottom: 50px;
}

.tab-active {
    text-align: center;
    padding: 40px 0px 10px 0px;
    margin: 0px 20px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #1861ac;
    font-weight: 600;
    font-size: 1.2em;
}

.tab-inactive {
    font-size: 1.2em;
    text-align: center;
    padding: 40px 0px 10px 0px;
}

    .tab-inactive:hover {
        cursor: pointer;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #FF0000;
    }

.schedule_table {
    width: 100%;
    margin-top: 20px;
}

.schedule_label {
    background-color: #d6fff6;
    padding: 5px 5px 5px 15px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #67ecff;
}

.schedule_value {
    padding: 5px 5px 5px 15px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e6e6e6;
}
.cell_label {
    width: 20%;
    background-color: #d6fff6;
    padding: 5px 5px 5px 15px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #67ecff;
}

.cell_value {
    padding: 5px 5px 5px 15px;
    width: 20%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e6e6e6;
}

.cell_value_alt {
    padding: 5px 5px 5px 15px;
    width: 60%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e6e6e6;
}
.profilemodalstyle {
    color: #000000;
}

.profilemodal {
    color: #004e98;
}

   

.badge-CBDS {
    color: #FFFFFF;
    background-color: #20bfe8;
}

.badge-CTAR {
    color: #FFFFFF;
    background-color: #4fb552;
}

.badge-CMAI {
    color: #FFFFFF;
    background-color: #80ada9;
}

.badge-CHIB {
    color: #FFFFFF;
    background-color: #facb2b;
}

.badge-HPAC {
    color: #FFFFFF;
    background-color: #635529;
}

.badge-HIREC {
    color: #FFFFFF;
    background-color: #FF0000;
}

.poster {
    padding: 10px;
    margin: 8px 0px 8px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #bebebe;
}

.searchbox {
    width: 350px;
    padding: 10px;
    margin: 10px;
    border-style: none;
    background-color: #e9e9e9;
    color: #424242;
}

.searchbar {
    border-style: none;
    background-color: #e9e9e9;
    color: #424242;
    font-size: 1.1em;
}

    .searchbar:focus {
        outline: none;
    }

.highlight {
    background-color:#fff76b;
}

.poster_header{
    padding: 10px;
    font-weight: 500;
    font-size: 1.2em;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #1b6ec2;
}
.scholarship_panel{
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #CCCCCC;
}

.scholarship_image {
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: #424242;
}
.scholarship_text1 {
    font-size: 1.1em;
}