html, body{
          font-family:Tahoma, Sans-Serif;
          padding-left:0px;
          height:100%;
          padding-right:0px;
      }
.header {
  overflow: hidden;
  background-color: #439de7;
  padding: 0;
}
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}
.header a.logo {
  font-size: 35px; 
}

.header-right {
  float: right;
  color: white;
  padding-top:30px;
   padding-right:30px;
}
      .topnav {
  overflow: hidden;
  background-color: rgb(224, 228, 231);
  padding-right:30px;
}

  
  .jumbotron
{   
    padding-top: 10px;
    padding-bottom:10px;
    margin:5px;
    height: auto;       
    max-height:1400px; 
    min-width:100px; 
    color:black; 
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
 }
.jumbotrond:hover {  background-color:rgb(227, 241, 252);cursor: pointer; }
.wrapper{
    
    min-height:100%;
    height:auto;
    margin:0;
    background-color:#f4f7f8;  
}
.footer, .wrapper:after{
    width:100%;
    
  background-color: #439de7;
    color:#FFF;
}
.loading-spinner{
  width:30px;
  height:30px;
  border:4px solid #439de7;
  border-radius:50%;
  border-top-color:#0001;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}
.col-1{
    direction:ltr;
    text-align:center;
    font-family:tahoma;
}
.col-2{
    direction:ltr;
    text-align:center;
    font-family:tahoma;
}
.col-3{
    direction:ltr;
    text-align:center;
    font-family:tahoma;
}
.modal-header {
        display:block;
    }
@media (max-width:960px) { 
  .weimg{
  width: 40px;
  .adimg{
   width: 95%;
  }
}
.header-right {
  color: white;
  padding: 0;
}
 }
.ui-autocomplete { max-height: 200px; overflow-y: auto; overflow-x: hidden;}
.weimg{
  width: 80px;
}
.adimg{
  width: 33%;
}
.mcenter {
        display: block;
         margin-left: auto; 
         margin-right: auto;
         width:70%;
    }  
