body {

}

.cleaner
{
	clear: both;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.hidden
{
	display: none;
}

header
{
position: fixed;
width: 100%;
height: 90px;
top:0;
z-index:5000;
font-size: 16px;
}

	.text-white
	{
    font-size: 20px;
	}

@media (max-width: 1000px)
{
header
{
height: 200px;
position: inherit;
}
}

header .left
{
float: left;
}

header .right
{
float: right;
}

header .right p
{
text-align: right;
}

body
{
	padding-top: 100px;
}

.card h3 button
{
	font-size: 1.8rem;
}

.download img
{
	width: 15px;
}

#content
{
	min-height: 400px;
}

.modal
{
	z-index: 5000;
}

@media (max-width: 1000px)
{
	.long td, .long th
	{
		display: block;
	}
	
	body
	{
		padding-top: 0;
	}
	
	.text-white
	{
    font-size: 20px;
	}
}

@media (max-width: 1400px)
{
	.text-white
	{
    font-size: 20px;
	}
}

nav
{
	position: fixed;
}

nav a
{
	color: #a5fa5;
}

nav a:HOVER
{
	color: #fff!important;
	background: #2a5fa5;
}

nav .logo
{
	width: 100%;
	max-width: 257px;
	margin: 10px auto 20px auto;
}

@media (max-width: 1000px)
{
	nav
	{
		position: inherit;
	}

}

footer
{
  text-align: center;
  background: #cdcdcd;
  padding: 8px 0;
}

a
{
	color: #2a5fa5!important;
}

.btn-primary, .bg-primary
{
	background-color: #2a5fa5!important;
}

.text-primary
{
	color: #2a5fa5!important;
}

.btn-outline-primary
{
	border-color: #2a5fa5!important;
	color: #2a5fa5!important;
}

.text-white
{
	color: #fff!important;
}