﻿@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i|Archivo:400,400i,500,500i,600,600i,700,700i|Arimo:400,400i,700,700i&display=swap&subset=latin-ext');

html,body,button{
	font-family: 'Arimo', sans-serif;
}
html {
	background-color:#1e73be
}
body {
	background-color: #f9f9f9;
}

.btn {
	border-color:transparent;
}
.btn-primary {
	background-color: #e87e04;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #e27a03;
	border-color:transparent;
}
.btn-primary[disabled] {
	background-color: #e87e04;
	border-color:transparent;
}

.form-control {
	border-color: rgba(0, 0, 0 ,0.1);
}

.alert {
	border-color: transparent;
}
.card {
	background-color: transparent;
	border-color: transparent;
	color: #1e73be;
}
.card-header {
	border-bottom-color: transparent;
}
.filters.card .card-body {
	background-color: white;
}
.results.card .card-body {
	background-color: white;
}
.section .card-body {
	background-color: white;
}
.modal-header {
	color: #1e73be;
	border-bottom-color: transparent;
}
.modal-footer {
	border-top-color: transparent;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.modal-dialog .modal-header {
	background-color: #00a6d8;
	color: white;
}
.modal-dialog .modal-footer {
	background-color: #1e73be;
	color: white;
}
.modal-dialog .modal-body {
	background-color: rgba(0,0,0,.03);;
}

#mmnavbar {
	background-color: #00a6d8!important;
}
a.nav-link {
	color: #1e73be;
}

.h5.title {
	font-weight: 700;
	color: #0a264f;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link  {
	background-color: #1e73be;
}

.table-bordered td, .table-bordered th {
	border-color: rgba(0,0,0,.03);
}
.table-bordered.table thead th {
	border-bottom-width: 1px;
}
.atv .form-control {
	background-color: transparent;
}

.form-group label {
	font-size: 92%;
	font-weight: bold;
	color: #0a264f;
}
.app-footer {
	background-color: #1e73be;
	color: white;
	padding: 40px 0;
	margin-top:2rem!important;
}
.app-footer .site-branding {
	border-right: rgba(255, 255, 255, 0.1) solid 1px;
	padding-right: 12px;
	margin-right: 12px;
	display: inline-block
}
.app-footer a {
	color: white;
}

