html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
}
.jumbotron{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.navbar-inverse{
    background-color: #3C8DBC;
    border-color: #3C8DBC;
}

.navbar-brand{
    color: #ffffff !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
}

.card{
    color: #ffffff;
    background-color: #00C0EF;
    padding: 20px;
    border-radius: 7px;
    padding-left: 30px;
    border-left: solid #0097BC 7px;
}

.cardColorRed{
    background-color: #DD4B39;
    border-left: solid #A52A2A 7px;
}

.highlighted p{
    font-size: 28px;
}

.localButtons{
    margin-top: 20px;
    margin-bottom: 65px;
}

.card .btn-primary{
    background-color: #3C8DBC;
}

.card .btn-second{
    background-color: #DD4B39;
}

.card .btn-second:hover{
    border-color: #B22222;
}

.localJusify{
    margin-bottom: 13px;
}

@media (min-width: 992px) {
    .cardReject{
        padding-bottom: 165px;
    }
}

@media (max-width: 992px){
    .localButtons{
        margin-bottom: 0px;
    }

    .margin-bot-mobile{
        margin-bottom: 20px;
    }

    .jumbotron{
        margin-top: 15px;
    }

    .localJusify{

    }
}

.btn:hover{
    color: #cccccc;
}

.solicitationStatus{
    padding: 25px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}

textarea{
    color: black;
}