body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.topnav {
	overflow: hidden;
	background-color: mediumseagreen;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #333;
	color: white;
}
.topnav a.active:hover {
	background-color: #ddd;
	color: black;
}
.navbar {
	overflow: hidden;
	background-color: #333;
}

.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #ddd;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.dropbtn:hover{
	background-color: #ddd;

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

.navbar{
	background-color: mediumseagreen !important;
}
a{
	color: black !important;
}
thead{
	background-color: mediumseagreen !important;
}
th{
	text-align: center !important;
}
.navbar a:hover{
	background-color: darkseagreen !important;
}
table{
	border-spacing: 3px !important;
}
p{
  margin-top: 9 !important;
  margin-bottom: 0rem !important;
}

.col-sm-9{
    width: 25% !important;
}
.chosen-select1 {
    
    width: 25% !important;
    
}

/*#overlay-image1{*/
/*	position: fixed !important; !* Sit on top of the page content *!*/
/*	display: block !important; !* Hidden by default *!*/
/*	width: 100% !important; !* Full width (cover the whole page) *!*/
/*	height: 100% !important; !* Full height (cover the whole page) *!*/
/*	top: 0 !important;*/
/*	left: 0 !important;*/
/*	right: 0 !important;*/
/*	bottom: 0 !important;*/
/*	background-color: rgba(0,0,0,0.5) !important; !* Black background with opacity *!*/
/*	z-index: 4 !important; !* Specify a stack order in case you're using a different order for other elements *!*/
/*	cursor: pointer !important; !* Add a pointer on hover *!*/
/*}*/
/*#overlay-image-section1{*/
/*	position: fixed !important; !* Sit on top of the page content *!*/
/*	display: block !important; !* Hidden by default *!*/
/*	width: 40% !important; !* Full width (cover the whole page) *!*/
/*	height: 60% !important; !* Full height (cover the whole page) *!*/
/*	top: 10% !important;*/
/*	left: 30% !important;*/
/*	right: 30% !important;*/
/*	bottom: 35% !important;*/
/*	background-color: rgba(255,255,255,1) !important; !* Black background with opacity *!*/
/*	z-index: 6; !* Specify a stack order in case you're using a different order for other elements *!*/
/*	!*cursor: pointer; !* Add a pointer on hover *!*!*/
/*}*/
/*#overlay-image2{*/
/*	position: fixed !important; !* Sit on top of the page content *!*/
/*	display: block !important; !* Hidden by default *!*/
/*	width: 100% !important; !* Full width (cover the whole page) *!*/
/*	height: 100% !important; !* Full height (cover the whole page) *!*/
/*	top: 0 !important;*/
/*	left: 0 !important;*/
/*	right: 0 !important;*/
/*	bottom: 0 !important;*/
/*	background-color: rgba(0,0,0,0.5) !important; !* Black background with opacity *!*/
/*	z-index: 4 !important; !* Specify a stack order in case you're using a different order for other elements *!*/
/*	cursor: pointer !important; !* Add a pointer on hover *!*/
/*}*/
/*#overlay-image-section2{*/
/*	position: fixed !important; !* Sit on top of the page content *!*/
/*	display: block !important; !* Hidden by default *!*/
/*	width: 40% !important; !* Full width (cover the whole page) *!*/
/*	height: 60% !important; !* Full height (cover the whole page) *!*/
/*	top: 10% !important;*/
/*	left: 30% !important;*/
/*	right: 30% !important;*/
/*	bottom: 35% !important;*/
/*	background-color: rgba(255,255,255,1) !important; !* Black background with opacity *!*/
/*	z-index: 6 !important; !* Specify a stack order in case you're using a different order for other elements *!*/
/*	!*cursor: pointer; !* Add a pointer on hover *!*!*/
/*}*/
.btn-outline-success {

	border-color: mediumseagreen !important;

}