﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;    
    text-align: center;
    border-top: 1px solid lightgray;
    color: black;
}
.nav-page.border-bottom {
    background-color: #646569;
}

    .nav-page.border-bottom .icon-banner {
        width: 60px;
        margin-right: 20px;
    }

.nav-page.border-bottom a {
    text-decoration: none;
    font-size: 24px;
}

.contentBox {
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background-color: #646569;
        left: 50%;
        top: 50%;
        padding: 3em 2.5em;
        position: absolute;
        z-index: 999;
        min-width: 400px;
        max-width: 1100px;
        width: 90%;
    }

.thesis_logo {
    height: 94px;
    width: 159px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.thesis_logo img{
    
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .contentBox {
        height: 100%;
        left: 0;
        overflow: auto;
        padding: .25em;
        top: 0;
        transform: translate3d(0, 0, 0);
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

a, a:visited {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

 a:hover {
    color: #ffffff;
    text-decoration: none;
}
