﻿.main-logo {
	height: 400px;
}
.main-logo-header {
	position: relative;
	top: 55px;
	font-size: 4.5rem;
	color: black;
	font-weight: bold;
}

.bg-primary {
    background-color: #000000 !important;
}
.table .thead-dark th {
	background-color: #000000 !important;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
	cursor: pointer;
}
.btn-primary:hover {
	color:#18BC9C;/*#FEBE10;*/
    background-color: #000000;
    border-color: #000000;
}
navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #18BC9C; /*#FEBE10;*/
}

.navbar-nav .nav-item + .nav-item {
	margin-left: 0;
}

a {
    color: #18BC9C;
}

.navbar {
  padding: 0.5rem;
}

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.form-alert{
    max-width: 280px;
}

.check-wrapper{
	position: relative;
}

.check{
	font-size:24px; 
	position: absolute; 
	margin-left: 10px;
	 margin-top: 5px;
}

.green{
	color: green;
}

.red{
	color: red;
}

.form-alert {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-alert-inline {
    margin-left: 4px;
    margin-bottom: 0;
    position: absolute;
}



