/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/********************************************************Pop-Up*************************************************************************/


.modal-box {
  display: none;
  position: fixed;
  z-index: 999999999;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  top:160px !important;
}

@media (min-width: 32em) {

.modal-box { width: 35%; }
}


.modal-box header,
.modal-box .modal-header {
  padding: 0.55em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 0.3em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}


.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: relative;
  top: 1%;
  right: 2%;
  text-decoration: none;
  color: red;
  z-index:99999;
}

a.close:hover {
  color: #000;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.modal-body td{
	padding:6px 10px;
	font-size:15px;
}
.bright td{
	background:#f7f7f7;
}
.light_bright td{
	background:#e8e8e8;
}
.modal-body{
	padding:6px 20px !important;
}
#alumini_reg .active1 a{
	background: #010088 !important;
    color: #fff !important;

}
#alumini_directory .active2 a{
	background: #010088 !important;
    color: #fff !important;

}
