﻿.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;
}

.navbar {
    box-shadow: inset 0px 5px 0px #06682D;
    border: none;
    height: 85px;
    margin-bottom: 0;
    background-color: #ffffff;
    color: #000000;
}

    .navbar .copro-logo img {
        width: 66px;
        height: 72px;
        top: 8px;
        position: relative;
    }

    .navbar .copro-labo-brand {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        color: #06682D;
        position: relative;
        top: 12px;
        text-decoration: none !important;
        font-family: "Helvetica",sans-serif;
    }

.page-header-title {
    background-image: url("../assets/bck_header_rep.jpg");
    height: 160px;
    margin-bottom: 30px;
}

    .page-header-title h1 {
        font-weight: bold;
        font-family: "Helvetica",sans-serif;
        color: #06682D;
        line-height: 130px;
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #06682D;
    text-align: center;
    box-shadow: inset 0px 13px 0px #107338;
}

    footer a {
        color: white;
        text-decoration: underline;
    }

        footer a:hover {
            color: white;
            text-decoration: underline;
        }

    footer span {
        color: white;
    }

    footer .logo-footer {
        font-size: 26px;
        font-family: "Helvetica",sans-serif;
        font-weight: bold;
    }

.copro-btn {
    border: 1px solid #37AB49;
    color: #FFFFFF;
    background: #37AB49;
    border-radius: 0;
    transition: background-color .2s;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold !important;
    box-shadow: 2px 2px 50px 1px #A1A1A1;
    float: right;
}

.navbar-text {
    cursor: pointer;
    text-decoration: none !important;
    font-size: 16px;
    color: #000000 !important;
    margin-top: 32.5px;
    margin-bottom: 32.5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 !important;
}

    .navbar-text:hover {
        color: #B3b3b3 !important;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-nav.navbar-right:last-child {
    margin: 0 !important;
}

.forgot-password-link {
    color: #37AB49;
}
