﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*2020-01-26 Moiz Tankiwala: removing the top padding as the content needs to stick to the top.*/
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Temporary to be removed */
div {
    font-family: Verdana;
}

a.navbar-link {
    color: white;
    height: 50px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

    a.navbar-link.selected {
        background-color: #286090;
    }
    a.navbar-link.sub-menu-selected {
        background-color: #bfc0c1;
    }

    a.navbar-link :hover {
        color: #bbbbbb;
        background-color: #458bc7;
    }

.sub-nav-offset {
    left: 296px;
}

.link-line-height {
    line-height: 3;
}

.fileTable {
    width: 100%;
}

    .fileTable > tbody > tr > td > a {
        line-height: 3;
    }

    .fileTable > tbody > tr > td > input[type='image'] {
        position: relative;
        top: 4px;
    }

.list-container > div.row:nth-child(n+4) {
    margin-top: 40px;
}
/* Temporary to be removed */
/*text-muted > a.navbar-link{
    color: inherit;
}

text-muted > a.navbar-link :hover {
    color: #bbbbbb;
}*/
/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}*/
/* 2020-01-26 Moiz Tankiwala: Top navigation bar colour customization along with transparency */
.navbar-inverse {
    background-color: rgba(216, 216, 216, 0.85);
    border-color: rgba(216, 216, 216, 0.85);
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #777777;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #777777;
        background-color: transparent;
    }

.navbar-brand-sm {
    display: block !important;
}

@media (min-width: 576px) {
    .navbar-brand-sm {
        display: none !important;
    }
}

.navbar-brand {
    display: none;
}

@media (min-width: 576px) {
    .navbar-brand {
        display: block;
    }
}

.navbar-fixed-top {
    position: relative;
}

.navbar-logo {
    /*position: absolute;
    top: 0;*/
    float:left;
    margin-left: -15px;
}

.my-visible-sm {
    visibility: hidden;
    display:none;
}

@media (min-width: 768px) {
    .my-visible-sm {
        visibility: visible;
        display: inline;
    }
}

.banner-background {
    background: url('../images/1AllnetFinancialBanner575wX126h.jpg');
    background-position: center;
    background-size: cover;
    height: 126px;
    width: 100%;
}

@media (min-width: 576px) {
    .banner-background {
        background: url('../images/2AllnetFinancialBanner767wX168h.jpg');
        height: 168px;
    }
}

@media (min-width: 768px) {
    .banner-background {
        background: url('../images/3AllnetFinancialBanner991wX217h.jpg');
        height: 217px;
    }
}

@media (min-width: 992px) {
    .banner-background {
        background: url('../images/4AllnetFinancialBanner1200wX263h.jpg');
        height: 263px;
    }
}

@media (min-width: 1200px) {
    .banner-background {
        background: url('../images/5AllnetFinancialBanner1600wX350h.jpg');
        height: 350px;
    }
}

@media (min-width: 1600px) {
    .banner-background {
        background: url('../images/6AllnetFinancialBanner2000wX438h.jpg');
        height: 438px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: none !important;
    }
}

.navbar-inverse .navbar-brand {
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}

.app-navbar {
    background-color: #337ab7;
    line-height: 50px;
    height: 50px;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

/*.app-navbar > div > a {
        
    }*/

.app-navbar-hide-sm {
    display: none;
}

@media (min-width: 768px) {
    .app-navbar-hide-sm {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-header-margin-left {
        /*margin-left: 120px !important;*/
        margin-left: 10px !important;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        padding-top: 11px;
    }
}

.drop-shadow {
    -webkit-box-shadow: 5px 5px 15px 0px #000000;
    box-shadow: 5px 5px 15px 0px #000000;
}

.container-padding {
    padding: 15px;
}

.container-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-bottom-right {
    bottom: 0;
    left: 249px;
    z-index: 10;
}

.background-white {
    background-color: white;
}

.top-12 {
    top: 12px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.text-right-md {
    text-align: inherit;
}

@media (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}

.text-center-md {
    text-align: inherit;
}

@media (min-width: 992px) {
    .text-center-md {
        text-align: center;
    }
}

.my-visible-md {
    display: none !important;
}

@media (min-width: 992px) {
    .my-visible-md {
        display: block !important;
    }
}

h3.page-title {
    margin-top: 0;
}

.title-spacer {
    font-size: 7px;
}
