    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
 .navbar {
	 height: 30px;
      margin-bottom:45px;
      border-radius: 0;
    }
    
    /* Remove the jumbotron's default bottom margin */ 
.jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
footer {
      background-color: transparent;
        padding: 15px;
    }
li.active2 {
          background-color: gainsboro;
            padding-top: 5px;
      }
    
.logok {
          padding: 0px 20px 0px 15px;
      }
.img_a {
      float: left;
    margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}

.img_b {
	float: none;
	max-width: 100%;
    height: auto;

}
   .head{
            color: azure;
        }

.dropdown {
    color: #9d9d9d;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 250px;
	/*padding: -10px -5px;*/
    z-index: 1;
    color: white;
    overflow: auto;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: white;
	margin-left: -30px;
	padding-right: 10px;
    padding-top:  5px;
    text-decoration: none;
    display: inline-block;
	text-align: left;

}
.dropdown:hover .dropdown-content {
	display:block;
}
	a:hover {
    color: red;
}   
     ul li {
    list-style-type: none;
}

		
.font_C1{color: white;}
.font_C2{color: black;}
.font_C3{color: red;}

.font_C1Block{
	color: white;
	display: block;
	width: 100%;
	margin: auto;
}
		a.id{
	text-decoration: none;
		}
		
.report {
	display: block;
	text-align: left;
	padding-bottom: -2px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 15px;
    background-color:lightgrey;
    border: 1px solid red;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
	
}
.report_img {
	display: block;
	text-align: center;
	padding-bottom: -2px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px; 
	margin: 15px;
    background-color:lightgrey;
    border: 1px solid red;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	
}
fcontainer{
	display: inline-block;
	margin: auto;
}


.blocktxt{
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    text-align: left;
}
.report_code {
	display: block;
	text-align: left;
	padding-bottom: -2px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px; 
	margin: 15px;
    background-color:black;
    border: 1px solid red;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

	div.img {
	display: inline-block;
    margin: 5px;
		padding-left: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
	height: 250px;
		font-family: sans-serif;
		font-weight: 100;
		font-size: 14px;
}

				div.imgX {
	display: inline-block;
	margin: 5px;
    border: 1px solid #ccc;
    float:left;
    width: 500px;
	height: 210px;
}
		
div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 8px;
    text-align: center;
}
		.floating-box {
    float: left;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;  
}

.after-box {
    clear: left;   
}
.img3 {
	display: inline-block;
    margin-top: 15px;
		padding: 5px;
    float: left;
    width: 300px;
	height: 250px;
	
	
}

#BTTBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
}

#BTTBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}