

/* Put your custom styles here */

.user-header
{
    color: white;
    background: #006666;
    text-align: right;
    height: 60px;
    padding-top: 5px;
    padding-right: 20px;
    margin-bottom: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030;
}
.navbar-brand {
    display: grid;
    grid-template-areas:
        "logo company"
        "logo title";
}
.navbar-brand {
    width: 300px;
    max-width: 50vw;
}
.navbar-brand img {
    grid-area: logo;
}
.navbar-brand .company {
    grid-area: company;
    margin: 0 30px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}
.navbar-brand .title {
    grid-area: title;
    margin: 0 15px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}
.main-nav {
    margin-top: 30px;
}

footer
{
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1020;
}
.footer-brand {
    width: 100px;
}
body
{
    margin-bottom: 100px;
    margin-top: 100px;
}

.user-header.headroom--unpinned
{
    display: none;
}

.main-nav.headroom--unpinned
{
    top: -45px;;
    height: 60px !important;
}

/*------------ Icon placement and style ------------*/

.icon-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
}
.icon-stack .fa {
    position: absolute;
    top: 0;
    left: 0;
}
.icon-red {
    color: red;
}
.icon-larger {
    font-size: 120%;
}
.icon-seethru {
    -ms-opacity: .25;
    opacity: .25;
}
.icon-center {
    top: -0.25em !important;
    left: -0.15em !important;
}
/* chosen plugin customizations */
.chosen-choices {
    border-radius: 5px;
    border: 2px solid #ecf0f1 !important;
    padding: 5px !important;
}
.chosen-container-active .chosen-choices
{
    border-color: #1abc9c !important;
}

.modal-content {
    overflow: hidden;
}

/* responsive sizing */
@media (max-width: 767px) 
{
    body {
        margin-top: 0;
    }
    .user-header {
        display: none;
    }
    .main-nav
    {
        margin-top: 0;
    }
}

.glimpse {
    position: fixed;
    z-index: 2000;
}