body{
	
	/*background-color: #ffa100;*/
}

h3{
	text-align: center;
}
.navbar{
	background-color: #080276;
	border-bottom: solid 5px #ffa100;
}
.navbar a{
	color: white !important;
}
.navbar a:hover{
	color: gold !important;
	
}
input[type=submit]{
	background-color: #080276;
}
#submitbutton, #decl, #decsubmitbutton{
	background-color: #080276 !important;
}
.btn-default{
	background-color: white !important;
}
.panel-heading{
	background-color: #080276 !important;
}
a{
	color: #080276;
}

#close-CSS {
    background-image: url( '../images/print.png' );
    background-size: 30px 30px;
    height: 30px;  
    width: 30px;
    border: none;
    background-color: white;
}

.pnote{
		background-color: lightgray; padding:10px 20px; margin-top: 10px; font-size: 13px;
		text-align: center;
	}
.pnote p{
		margin-bottom: 0px;
}
.table{
	margin-bottom: 0px;
}

.paginate {   
    display: inline-block;  
}   
.paginate a { 
	margin: 1px;
    font-weight:bold;   
    font-size:15px;   
    color: black;   
    float: left;   
    padding: 2px 8px;   
    text-decoration: none;   
    border:1px solid darkblue;   
}   
.paginate a.actv {   
     background-color: #FFA100;   
}   
.paginate a:hover:not(.actv) {   
    background-color: gold;   
}   

.profileadesign{
		padding: 20px;
		color: white;
		font-size: 18px;
	}
.profileadesign:hover{
color: gold;
}
.profileouterdiv div{
	display: flex;
}
a:hover{
	color: darkblue;
	text-decoration: none;
}
.orgfiles{
	width: 50%;
	background-color:#080276;
	color: white; 
	justify-content: center; 
	display: flex;
	border:#ffa100 3px solid;
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: red;
  opacity: 0.9;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.warningbg{
	background-color: gold;
	color: black;
	border: 5px solid darkblue;
}

.navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}

.nopadleft{
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.nopadright{
	padding-right: 0px !important;
	margin-right: 0px !important;
}
.nopad{
    padding: 0px !important;
	margin: 0px !important;
}