/* Bootstrap */
#banner-menu-block a {
    font-weight: 700;
    font-size: 1.1em;
}

.blog-published {
    font-size: 0.75em;
    font-weight: normal;
    color: black;
}

.blog-article {
    margin: 0 15px;
}

.footer a				{ font-size:1em; font-weight: normal; text-shadow: none; padding-right: 8px;}
.footer a:hover			{ text-decoration:underline; text-shadow: none; font-weight: normal;}

.coloredRed {
    color: red;
}

.menu {
    width: 58px;
    padding: 0;
    height: 40px;
    text-align: center;
    line-height: 1em;
}
.menu40 {
    width: 40px;
}
.menu70 {
    width: 70px;
}

.contact-menu {
  width: 200px;
}

.navbar-nav-main {
    flex-direction: row;
}

.navbar-main {
    padding: .5rem 0;
    margin: auto;
}

.nav-link-dropdown {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.menu-small {
    font-size: 12px;
}

.dropdown-item {
    padding: .25rem 1rem;
}

.menu .alert_count {
    font-size: 0.8em;
    line-height: 0.8em;
    color: #ffffff;
    font-weight: normal;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 15px;
    background: #ea2727;
    padding: 3px 0 2px 0;
    margin: 0;
    text-align: center;
    border: #05673f 1px solid;
    cursor: pointer;
    text-shadow: none;
    z-index: 10000;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .25rem;
    padding-right: .25rem;
}
.nav-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.margin-up {
    margin-top: -20px;
}

/* For the arrow in the blog and inbox pages */
.list-arrow {
    top: 50%;
    background-color: #d0d0d0;
    color: white;
    border-radius: 15px;
    height: 22px;
    width: 22px;
    padding: 3px;
    text-align: center;
}