#overlay, #overlayclose, #overlaysaving {
  position: fixed; /* Sit on top of the page content */
   /*display: none; Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 8; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}
#msgAlert{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: left;
}
#msgClose {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
  margin-top: 140px;
}
.lblText{
    font-family: sans-serif;
    line-height: 160% 32px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}
.btnfilter{
    color: #fff;
    font-size: 16px;
    font-weight: 500 !important;
    width: 100px;
    padding: 8px 10px;
    text-align: center;
    border: 2px solid #0062a9;
    text-decoration: none !important;
    background: #0062a9;
    border-radius: 50px;
    display: inline-block;
}

.btn .search, .btn input.search {background:#2b417e;color:#fff}
.btn .search:hover, .btn input.search:hover {background:#1f2f5c;}

.btn input.search {border:1px solid #2b417e !important;}
.btn input.next:hover {border:1px solid #1f2f5c !important;}