
body {
	background-color:  #dddddd;
	font-family: Roboto;
	font-size: 12px;
}
#footer {
	background: #dddddd;
	width: 100%;
	height: 100px;
	position: relative; //make relative instead of absolute
	bottom: 0;
	left: 0;
}
.banner {
	background: #213983;
	padding-top: 5px; 
	padding-bottom: 5px;
}
.container a:link { 
	text-decoration: none; 
}
.container a:visited { 
	text-decoration: none; 
}
.container a:hover { 
	text-decoration: none; 
}
.container a:active { 
	text-decoration: none; 
}
.nav li a {
	line-height: 45px;
	font-size: 13px;
	font-weight: bold;
}
ul.nav li a, ul.nav li a:visited {
    color: #fff !important;
}
ul.nav li a:hover, ul.nav li a:active {
    color: #fff !important;
}
ul.nav li.active a {
    color: #ccc !important;
}
.dropdown-menu {
	background:#213983;
}
ul.dropdown-menu li a, ul.dropdown-menu li a:visited {
	font-size: 11px;
}
ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active {
    background: #fff !important;
    color: #213983 !important;
	font-size: 11px;
}
ul.dropdown-menu li.active a {
	font-size: 11px;
}
.dropdown-item { 
	height:50px;
    margin-left: auto;
    margin-right: auto;
}
.navbar { 
	padding-top: 15px; 	
}
/* SEARCH BUTTON */
.navbar .btn-sm { 
	display: inline-block; height: 28px;
	display: inline-block; width: 100px;
	padding: 5px;
	font-size: 12px;
    margin-left: 10px;
    margin-right: auto;
	padding: 0px;

}
/* SEARCH TXT BOX */
.navbar .form-control-sm { 
	height:20px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	font-size: 12px;	

}
h6{
	font-size: 14px;
	padding-top: 3px; 
	padding-bottom: 0px;
}
table,th,td {
	line-height: 20px;
}
td {
	text-align: left;
	vertical-align: text-top;	
}
table .btn-sm { 
	display: inline-block; height: 25px;
	display: inline-block; width: 65px;
	line-height: 15px;
	padding: 5px;
	font-size: 12px;
}
/* FILE UPLOAD */
.input-group-sm .form-control { 
	display: inline-block; width: 80px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	font-size: 13px;	
}
.input-group-sm .btn { 
	display: inline-block; width: 80px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	font-size: 13px;	
}
/* ALERT */
.alert { 
	height: 30px;
	padding: 5px;	
}
.form-control-sm {
    height: calc(1.6em + .375rem + 2px) !important;
    padding: .5rem .8rem !important;
    font-size: 0.8rem !important;
    line-height: 1.0;
    border-radius: .2rem;
    margin-bottom: 10px;
}
.form-control {
	color: #676768;
	font-size: 13px;
}
.form-check-label {
    font-size: 0.8rem !important;
	color: #676768;
}
.form-check-inline {
    margin-bottom: 10px;
}
.input-group-sm {
    height: calc(1.6em + .375rem + 2px) !important;
    font-size: 0.9rem !important;
    line-height: 1.0;
    border-radius: .3rem;
    margin-bottom: 0px;
	color: #676768;
}
.list-unstyled li {
	padding-top: 3px; 
	padding-bottom: 0px;
}
.text p {
	font-size: 13px;
}
.btn-sm { 
	font-size: 13px;
	line-height: 15px;
	padding: 5px;
}
.btn-lg { 
	font-family: Roboto;
}
.modal-content .btn-sm { 
	display: inline-block; height: 25px;
	display: inline-block; width: 65px;
	line-height: 15px;
	padding: 5px;
	font-size: 12px;
}
.col-form-label {
    height: calc(1.6em + .375rem + 2px) !important;
    padding: .5rem .8rem !important;
    font-size: 0.8rem !important;
    line-height: 1.0;
    border-radius: .3rem;
    margin-bottom: 10px;
}
.navbar.navbar-1 .navbar-toggler-icon {
	background-image: url('https://mdbcdn.b-cdn.net/img/svg/hamburger1.svg?color=213983');
}






