.event-disable-click {
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: none !important;
    color: #000!important;
}

.menu-active{
    border: 0px !important;
    border-bottom: 3px solid #004c92 !important;
    color: #004c92 !important;
    background-color: transparent;
    box-shadow: none !important;
  }

.arrow_up{
    
    font-size: 14px;
    line-height: 22px;
    color: #0071bc;
    margin-left: 4px;
}
.projects_tab ._loop_nav_list_item a.active {
    color: #fff;

}

.project_details .projects_tab ._loop_nav_list_item a:focus {
    color: #fff !important;
    outline:none !important;                   
}

.dropdown-content {
    display: none;
    
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .modal_1 {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .ng5-slider-inner-tooltip {
  
    font-size: 12px;
}

.display-none{
  display: none;
}
.go-btn {
  background-color: #0071BC;
  border: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  vertical-align: bottom;
  padding: 8px 12px;
}
