/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 33px;
    padding-bottom: 20px;
}

form table {
    font-size: 16px;
    border-spacing: 2px;
    border-collapse: separate;
    text-align: center;
}

.body {
    font-size: 16px;
    border-spacing: 2px;
    border-collapse: separate;
    text-align: center;
}

.body a {
    text-decoration: underline;
}

form table a {
    text-decoration: underline;
}


.bbo_fs_check {
    margin-top: 2px;
}

.bbo_content {
    background-color: white;
    unused-background-color: #f0eed0;
}

.bbo_footer {
    background-color: white;
    width: 100%;
    text-align: center;
}

.jumbotron {
    /*background-image: url('../../images/bbo_splash.jpg');*/
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-position: center center;
}

.jumbotron h1 {
    color: white;
}

.jumbotron h3 {
    color: white;
}

.jumbotron h4 {
    color: white;
}

.navbar-fixed-top {
    background-color: #5b5b5b;
    min-height: 33px;
    border-style: none;
}

.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-nav > li > a {
    line-height: 3px;
    padding-top: 16px;
    padding-bottom: 14px;
}

div.navbar-header > img {
    height: 30px;
    margin-top: 2px;
}

.arcade {
    background-color: #f0eed0;
}

.nav > li > a {
    font-size: medium;
    font-family: "Helvetica Bold", sans-serif;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f0eed0;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #f8dc54;
}

.nav li {
    display: inline;
}

.thumbnail {
    border: 1px solid #bf9f00;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 16px;
    background-color: #f8dc54;
}

.thumbnail:hover {
    background-color: white;
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

a.thumbnail > img {
    display: inline;
    vertical-align: top;
    padding-top: 20px;
}

a.thumbnail > div {
    display: inline-block;
    color: black;
    padding: 0 8px;
}

a.thumbnail h3 {
    white-space: pre;
}

.col-md-3.less-padding {
    padding-left: 5px;
    padding-right: 5px;
}

#login_well {
    margin-top: 120px;
    border-radius: 10px;
    background-color: rgba(239, 234, 203, 0.9);
}

#login_well.transparent {
    background-color: transparent;
    border-style: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#login_label {
    /* border-color: red; */
    border-width: 0px;
    font-weight: bold;
    font-family: "Helvetica Bold", sans-serif;
    font-size: x-large;
    color: black;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 4px;
}

.login_link.btn-primary {
    background-color: #BE1E2D;
    color: white;
    font-size: large;
}

.login_link.btn-primary.unpreferred {
    background-color: #F8DC54;
    color: black;
}

.login_link.btn-primary:hover {
    background-color: #ffffff;
    color: black;
}

.login_link.btn-primary.unpreferred:hover {
    background-color: #ffffff;
    color: black;
}

.btn-primary:hover {
    color: #f0eed0;
}

#corner_note a {
    color: white;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    font-size: small;
}

#vugraph-menu.inprogress > a {
    color: black;
    background-color: #ecbe23;
}

#vugraph-menu.inprogress > a:hover, #vugraph-menu.inprogress.open > a:not(:hover) {
    color: white;
}

#vugraph-count {
    position: absolute;
    left: 90%;
    top: 60%;
    z-index: 1;
    background-color: #A91E22;
}

#vugraph-count:empty {
    display: none;
}

.whatsthis {
    display: inline-block;
    vertical-align: middle;
}

.whatsthis a, #corner_note .whatsthis a {
    font-size: x-small;
}
