main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.form-group.required .control-label:after {
	content:" *";
	color:red;
}

.row{
	margin-left:0;
	margin-right:0
}

.control-label{
	font-weight:bold!important;
}

.form-control, .input-group-text{
	padding: 0.5rem .75rem!important;
}

.jGrowl-notification{
	background-color:#377dff;
	color:white;
	font-size:16px;
}

#logo{
	height:60px;
}

.btn {
	font-family: Helvetica!important;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #ffffff;
	white-space: nowrap;
	padding: 7px 14px;
	line-height: 1.428571429;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:hover {
	background-color: #ffffff;
	color:#000000;
}

.btn-group-xs > .btn, .btn-xs {
	padding  : .45rem .5rem;
	font-size  : .800rem;
	line-height  : .5;
	border-radius : .2rem;
}

.btn-group-lg > .btn, .btn-lg {
  padding  : .55rem .7rem;
  font-size  : 1.5rem;
  line-height  : 1;
  border-radius : .2rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding  : .35rem .6rem;
  font-size  : .95rem;
  line-height  : 1;
  border-radius : .1rem;
}

.btn-primary {
	background-color: #0000ff;
	color: #ffffff;
}

.btn-outline-primary{
	border-color: #0000ff;
	color: #000000;
	text-transform:capitalize;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	border-color: #0000ff;
	background-color: unset;
	color: #000000;
}

.nav-link .active{
	background-color: #0000ff;
	color: #ffffff;
}

.badge-primary{
	background-color: #0000ff;
	text-align:center;
	padding:2px 4px 2px 4px;
	font-variant:small-caps;
	font-size:15px;
	line-height:16px;

}

.badge-primary a {
	color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: #0000ff;
	color: #ffffff;
}

body {
	color: "#444";
	font-size: 14px;
	line-height: 22px;
	font-family: Roboto;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
}

header .fas.fa-bars {
	color:#000000;
}

#top_header{
	background-color: #ffffff;
	color:#000000;
}

#top_header a{
	color:#000000;
}

#top_header ::placeholder{
	color:#000000;
	opacity: .5;
}

#bottom_header{
	background-color: #ffffff!important;
	color:#000000!important;
}

#bottom_header a{
	background-color: #ffffff;
	color:#000000;
	text-transform:uppercase;
}

#bottom_header .navbar-toggler-icon{
	color:#000000!important;
}

.navbar-toggler{
	border-color:#000000!important;
}

#footer{
	background-color: #000000;
	color:#ffffff;
}

#footer a{
	color:#ffffff;
}

#footer h6{
	font-weight:normal;
}

#search_terms{
	background-color: #ffffff;
}

p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

label {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

a {
	outline: none !important;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
	outline-style: none;
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	line-height: 34px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

h6 {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
}


.h1, .h2, .h3, .h4, .h5, .h5, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica;
}

ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

ul > li > ul, ol > li > ol {
	margin-left: 20px;
	padding-left: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 0;
}

iframe {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.bg-light{
	background-color: #ededed !important;
}

.bg-dark {
	background-color: #000000 !important;
}