  /* -------------------------------------------------------- */
.home-jumbotron {
    background-color: #f3f7ed;
}

.home-tab-content {
    min-height: 220px;
    border-color: #b0b8a8 !important;
}

.home-jumbotron .nav-tabs {
    border-color: #b0b8a8;
}

.home-jumbotron .nav-tabs .nav-link {
    border-color: #b0b8a8;
}

.container-md {
    max-width: 900px;
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    background-color: white;
    margin-bottom: 50px;
}

.bigger-text {
    font-size: 1.15rem;
    font-weight: 300 !important;
    line-height: 1.5;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:hover {
    color: #0275d8;
    text-decoration: underline;
}

.navbar-brand.uh-nav-app-name { /* csslint allow: adjoining-classes */
    color: #bd9319;
    font-family: alegreyasans-regular, opensans-regular, serif;
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
}

.navbar-brand.uh-nav-app-name:hover { /* csslint allow: adjoining-classes */
    color: #b08a17;
}

.nav-tabs .nav-link {
    color: inherit; /* use normal text color */
    text-decoration: none; /* no underline */
    cursor: default; /* not a link hand */
}
.nav-tabs .nav-link:hover {
    color: inherit; /* no hover color */
}
.nav-tabs .nav-link.active {
    font-weight: normal; /* no bold */
    background-color: #ecf0e3;
    border-bottom-color: #ecf0e3;
}

.navbar {
    padding-top: 0.25rem;
    padding-bottom: 0;
}

.footer {
    bottom: 0;
    line-height: 50px;
    font-size: 100%;
    height: 50px;
    padding-top: 0.3125rem;
    position: absolute;
    text-align: center;
    width: 100%;
}

.uh-branding-one {
    font-family: cinzel-regular, serif;
    font-size: 1.8em;
    font-style: normal;
    letter-spacing: 2.2px;
    color: #777;
}

.uh-branding-two {
    font-family: cormorant-upright-regular, cursive;
    font-size: 1em;
    font-style: normal;
    color: #777;
}

.filedrop-label {
    font-weight: bold;
}

.recipient-badge {
    cursor: pointer;
    color: #7f7f7f;
}

.recipient-badge:hover {
    color: #111111;
}

.btn.btn-primary[disabled] {
    background-color: #63aeff;
    border-color: #63aeff;
}

.btn.btn-standard-width {
    width: 5rem;
}
.breadcrumb-bg {
    background-color: #F5F8FF;
}
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}
.btn:hover {
    text-decoration: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #218838;
    border-color: #1e7e34;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    vertical-align: middle;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;

    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* csslint ignore:start */
/* Rules for icon sizes: */
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
/* Default */
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
.material-icons.md-54 {
    font-size: 54px;
}
.material-icons.md-60 {
    font-size: 60px;
}

.material-icons.mi-orange {
    color: orange;
}
.material-icons.mi-red {
    color: red;
}
.material-icons.mi-blue {
    color: blue;
}
.material-icons.mi-green {
    color: green;
}
.material-icons.mi-lightblue {
    color: lightblue;
}
.material-icons.mi-yellow {
    color: yellow;
}
/* csslint ignore:end */

.pinkify {
    background-color: pink;
}
.blueify {
    background-color: lightcyan;
}
.greenify {
    background-color: lightgreen;
}
.yellowify {
    background-color: lightyellow;
}

.fa.fa-orange {
    color: orange;
}
.fa.fa-red {
    color: red;
}
.fa.fa-blue {
    color: #0275d8;
}
.fa.fa-green {
    color: green;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.popover-wide .popover {
    max-width: 350px;
}

.form-aux {
    position: absolute;
    left: -9999px;
}
