﻿body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Barlow', Verdana;
}

.top-box-title {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-size: 1.4rem;
    color: #0D4775;
}

.top-box {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-size: 1rem;
    color: #0D4775;
}
.bottom-block {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-size: 1rem;
    color: #0D4775;
    padding-right: 70px;
}

.top-row-textbox{
    margin-top:40px;
    margin-left:30px;
    margin-bottom:50px;
    text-align:left;
    font-size:1.1rem;
}
.status-block {
    padding: 30px;
    border-style: dotted;
   
}

.container-fluid{
    padding-right:0 !important;
    padding-left:0!important;
}
.dot-green {
    height: 25px;
    width: 25px;
    background-color: #b9e0cd; /*ebca6e*/
    border-radius: 50%;
    display: inline-block;
    margin-top:10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gg-info {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 40px
}

    .gg-info::after,
    .gg-info::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        border-radius: 3px;
        width: 2px;
        background: currentColor;
        left: 7px
    }

    .gg-info::after {
        bottom: 2px;
        height: 8px
    }

    .gg-info::before {
        height: 2px;
        top: 2px
    }

.tooltip-inner {
    text-align: left;
   
}

.sub-title {
    background: rgba(0, 0, 0, 0.2); /* rgba(241, 208, 92, 0.29);*/
    border-color: rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
    font-weight: 300;
    max-width:300px;
}


.dot-yellow {
    height: 25px;
    width: 25px;
    background-color: #ebca6e;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.dot-white {
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    border-color: #cacacc;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}



.left-side {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-size: 1rem;
    color: #0D4775;
}

.right-side {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-size: 0.8rem;
    color: #0D4775; /*0e395b*/
   
}

.green-status {
    color: #b9e0cd;
}

.yellow-status {
   color: #b9e0cd;
}

@media only screen and (min-width: 200px) and (max-width:1365px) 
{

    .top-row-background {
        background-color: #0C4875;
        height: auto;
    }

    .bottom-block {
        padding-right: 10px !important;
        padding-bottom:10px !important;
       
    }
}

@media only screen and (min-width: 1366px) and (max-width:4500px) 
{

    .top-row-background {
        background-image: url('https://eafurlstorage.blob.core.windows.net/pdfs/GrantTrackBackgroundLgDark400.jpg');
        background-size: cover;
        height: auto;
        background-color: #0C4875; /*rgba(24, 97, 172, 0.25);*/ 
    }
}

.footer {
    bottom: 0;
    background-color: #113A5A;
    color: white;
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
}

    .footer a {
        color: white;
    }

a {
    text-decoration: none;
}
