.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(70,20,15,0.3);
    z-index: 1000!important;
    background-image: url(../../images/loading1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
  }
  
  .alert-info-type {    
       padding: 8px 15px 1px 15px!important;
       background: #eee!important;
   }
   
   .alert-info-type p {
       font-weight: bold!important;
       font-size: 15px!important;        
       color: #978463!important;
       font-style: oblique!important;
   }
   
   
   .alert-info-type-top {    
       padding: 8px 15px 1px 15px!important;
       background: #fcf8e3!important;
   }
   
   .alert-info-type-top p {
       font-weight: bold!important;
       font-size: 15px!important;        
       color: #8a6d3b!important;
       /*font-style: oblique!important;*/
   }

   
   