.navbar-brand img,
.logo img {
    height: 50px;
    width: auto;
    max-width: 250px !important;
}

.navbar-toggler-inverse svg {
    filter: invert(0.6);
}

.page-title {
    background-color: rgba(148,149,150,0.05) !important;
    border-bottom: solid 1px #ccc3;
}

.page-title h1 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    font-weight: 100 !important;
    font-size: 26px !important;
}

#app-body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #666;
}

.text-primary {
    color: #1980B6 !important;
}

a {
    color: #1980B6;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

footer,
footer a {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none;
}

footer .contact-block {
    background: url('/assets/img/world-map.png') no-repeat center;
}

/* Home Page */
@media only screen and (max-width: 768px) {
    .home-splash.h1-xs {
        font-size: 2.0rem!important;
    }
}

/* Release Notes */

.release-notes span.section-badge {
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent !important;
}

.release-notes ul.list-unstyled .version-download-button {
	opacity: 0;
	transition: 1s;
}

.release-notes ul.list-unstyled:hover .version-download-button {
	opacity: 1;
	transition: 1s;
}

.release-notes ul ul ul {
    list-style-type: none;
}

.release-notes ul ul ul li:before {
  content: "\2022";
  color: #bbb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.release-notes .badge i {
    margin-right: 3px;
}

/* Dividers */

div.divider {
    margin: 40px 0;
    position: relative;
    display: block;
    min-height: 20px;
}

div.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd;
}

div.divider.divider-right:after {
    left: 0;
    right: 30px;
}

div.divider.divider-border.divider-right:after {
    right: 50px;
}

div.divider .btn {
    margin-top: -15px;
}

/* Nav Sidebar */
.nav-sidebar > ul.nav > li.nav-item,
.nav-sidebar h6 {
    border-bottom: solid 1px #eee;
}

nav.nav-sidebar .nav-item.active > .nav-link, 
nav.nav-sidebar .nav-item:hover > .nav-link {
    color: #1980B6;
}

.g-recaptcha {
    margin-top: 25px;
    margin-bottom: 25px;
}