
.body {
   margin:0;
   padding:0;
  /* height:70vh;*/
    font-family: Arial, Helvetica, sans-serif;
	/*height:100%;
	width:100%;*/
}

.header {
  overflow: hidden;
  background-color: #ffffff;
  width:100%; 
  //padding: 20px 0px;
  height:100px;
 border-bottom: 2px solid green;
 display:block;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 22px; 
  font-weight: bold;
  line-height: 25px;
  /*border-radius: 4px;*/
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0px;
}


.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header {
	height:200px;
	/*background-color:red;*/
  }
  
  .header-right {
    float: none;
  }
}

.tree1 {	
	float: left;
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.heading{
  float:left;
  font-size: 1.5em;
  font-weight: bold; 
  padding:5px;
}

#logout {
	 background-color: green;
	 color: white;
	float:right;
	padding:5px;
	border:none;
	border-radius: 0.50em;
	 padding: 3px 10px;
  text-decoration: none;
  font-size: 15px; 
  font-weight: bold;
  display: block;
}
#logout:hover {
  background-color: #4682b4;
  color: white;
}

#logout-button {
  background-color: red;
  color: white;
  border: none;
  padding: 3px 10px;
  float:right;
  top:0;
  border-radius: 0.50em;
    text-decoration: none;
  font-size: 15px; 
  font-weight: bold;
  display: block;
}

#logout-button[disabled] {
  background-color: lightgray;
  color: gray; 
  
}

#logout-button:hover {
  background-color: #4682b4;
  color: white;
}


a {
text-decoration:none;
color:#6495ed
}

i {
	color:#4682b4;
	float:right; 
	padding:4px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#4682b4;
  color: white;
  text-align: center;
  font-size: 12px; font-weight: normal;
	
}

.styled-table {
	//table-layout: fixed;
    border-collapse: seperate;
	
    margin: 1px 0px;
    font-size: 0.9em;
    //font-family: Tahoma;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	
}
.styled-table thead th {
    background-color: #4682b4;
    color: #ffffff;
    text-align: left;
	position: sticky;
	  top: 0;
	  border-radius: 0.35em;
	  border: 1px solid white;
}



.styled-table td {
	width: 70px;
    padding: 10px 10px 10px 10px;
    word-wrap: break-word;
     font-weight: normal;
	 margin:10px;
}
.styled-table th {
	width: 70px;
    padding: 10px 10px 10px 10px;
    word-wrap: break-word;
     font-weight: normal;
	 margin:1px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
     
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody active-row {
    font-weight: bold;
    color: #009879;
}

.btn {
    width: 100%;
  border: none;
  outline: none;
  padding: 5px 10px;
  background-color:  #5d9cec;
  cursor: pointer;
}

/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
  background-color: #666;
  color: white;
}
.btn {
  width: 100%;
  border: none;
  outline: none;
  padding: 5px 10px;
  background-color:  #5d9cec;
  cursor: pointer;
}



.tab {
  float: left;  
  border: 1px solid #ccc;
  background-color: #f1f1f1;
      overflow-y: scroll;
    /*white-space: nowrap;*/
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    height: 80vh;
	/*display: flex;*/
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  /*background-color: inherit;*/  
  color: black;
  padding: 10px 10px;  
  min-width:100%;
  /*word-wrap: break-word;*/
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background-color: #4682b4;
    color: #ffffff;
	 border-bottom: 1px solid #fff;
	
}

/* Change background color of buttons on hover */
.tab button:hover,.tab button:focus {
  background-color: #ccc;
 /* background-color: #4682b4;*/
  color: #111;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #111;
 /* background-color: #fff;*/
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
   width: 100%;
   //border: 1px solid #ccc; 
}


#lstBox1, #lstBox2{
  height:300px;
  width:190px;
}

.approveTermsContainer{
  display:flex;
  justify-content:center;
}


.transferBtns {
  margin-right: 5px;
  margin-left: 5px;
}

.transferBtns{
  float:left; 
  align-self:center;
}
select {
  width: 100%;
  min-width: 15ch;
  //max-width: 30ch;
  border: 1px solid;// var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
input,select {
    font-size: 18px;
}