﻿
#wrap, #divErrorMsg, #errorLabel {
    visibility: hidden;
}

body {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    color: #535652;
}

h1, h2, h3 {
    font-stretch: ultra-condensed;
}

.fas {
    padding-right: 5px;
}

/*############################################################################*/

/*UI hack IE8 in case of agency group policy. Thanks Microsoft!*/
.container {
    max-width: 1250px;
}

/*.navbar-nav > li > a {	
	display: block;
}*/

.navbar-nav {
    list-style-type: none;
    overflow: hidden;
}

    .navbar-nav > li {
        float: right;
    }

        .navbar-nav > li a {
            text-decoration: none;
        }
/*############################################################################*/

/*HEADER*/
.navbar {
    margin-bottom: -20px;
    min-height: 100px;
    border-radius: 0;
    background-color: #3a4754;
    border: none;
    border-bottom: 6px solid #f7941e;
    color: #fff;
}


.navbar-header .logo {
    margin-top: -10px;
}


.navbar-right {
    padding-top: 40px;
}

.banner {
    border-radius: 0;
    border: 0;
    min-height: 400px;
    background-image: url('../images/BudgetWordBackground.jpg');
    background-repeat: no-repeat;
    padding: 30px;
}

.intro {
    padding-top: 25px;
    color: #3a4754;
}

hr {
    border: 1px solid #f7941e;
}

.lead {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

/* LOGIN SECTION */
.panel-default {
    border-radius: 0;
    opacity: 0.8;
    margin-top: 30px;
    max-width: 400px;
}

.panel-heading {
    font-size: 24px;
}

.control-label, .form-control {
    margin-bottom: 7px;
}

.form-group.last {
    float: right;
    margin-bottom: 0px;
    margin-right: 15px;
}

.form-control, .agency-list {
    max-width: 300px;
}


/* 3 COLUMNS SECTION */
.col-access, .col-info, .col-connect {
    border: none;
    border-radius: 0;
    margin-top: 5px;
}

.col-heading {
    padding: 1px 0 5px 20px;
    color: #fff;
}

.col-access .col-heading {
    background-color: #1d7a63;
}

.col-info .col-heading {
    background-color: #027082;
}

.col-connect .col-heading {
    background-color: #c3452e;
}


.col-body {
    min-height: 150px;
}

    .col-body > ul {
        padding-top: 15px;
        list-style: none;
    }

        .col-body > ul > li {
            line-height: 30px
        }

.col-access .col-body, .col-access .col-body a {
    background-color: #a5cac1;
    color: #1d7a63;
}

.col-info .col-body, .col-info .col-body a {
    background-color: #9ac6cd;
    color: #027082;
}

.col-connect .col-body, .col-connect .col-body a {
    background-color: #e7b5ab;
    color: #c3452e;
}

/*MAIN MENU*/
.app {
    border-radius: 0;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
}

    .app a, a:hover {
        text-decoration: none;
    }


    .app:hover {
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.5);
    }



.app-header {
    background-color: #027082;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}

.app-footer {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    color: #025d6b;
    background-color: #fff;
    padding: 10px;
    opacity: 0.4;
    border-top-style: solid;
    border-top-color: #025d6b;
    border-top-width: thin;
}

    .app-footer img {
        height: 24px;
        width: auto;
        margin-left: 5px;
    }

.fa-asterisk {
    font-size: 12px;
}

.fa-exclamation {
    font-size: 12px;
}

.app > .app-body {
    color: #025d6b;
    background-color: #fff;
    padding: 15px;
    opacity: 0.4;
}

.app:hover > .app-body {
    color: #f7941e;
    opacity: unset;
}

.app:hover > .app-footer {
    color: #027082;
    border-top-color: #027082;
    opacity: unset;
}

.note {
    background-color: #75766f;
    color: #fff;
    line-height: 1;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

    .note p {
        margin-bottom: 5px;
    }

/* FOOTER SECTION */
.hr {
    margin-top: 10px;
}


.footer {
    float: right;
    margin-top: -10px;
}

/*.footer > p > span{
		padding: 5px;
		padding-left: 20px;
		font-size: 90%;
	}*/


/* HELP & PRIVACY PAGE*/

.main p {
    padding-left: 15px;
}

.well {
    border-radius: 0;
    margin-bottom: 0;
}

.help .col-body {
    min-height: 200px;
}


/************* Back to Top icon **********************/
.back-to-top {
    position: fixed;
    bottom: 10%;
    float: left;
    right: 20px;
    outline: none;
    display: none;
    opacity: 0.6;
    cursor: default;
    z-index: 1;
}

    .back-to-top:hover {
        opacity: 1;
    }

.fa-chevron-up {
    font-size: 50px;
    padding-right: 68px;
    padding-bottom: 10px;
    color: #f7941e;
}

.fa-circle {
    color: #3a4754;
}

.containerNoHover {
    cursor: not-allowed;
}

.no-pointer {
    pointer-events: none;
}