/****************** MODAL CSS ***********************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
    z-index: 40;
}
/* Modal Content */
.modal-content {
    position: relative;
    text-align: left;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    /* border-radius: 8px; */
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 15px 0 1px 23px;
    background-color: #0382C3;
    color: white;
    position: relative;
}

.modal-body {padding: 45px 35px 45px 45px;float: left;width: 100%;background-color: #fff;margin-bottom: 50px;}

.modal-header h2{
    margin-bottom: 16px !important;
    text-align: left;
    color: #fff;
}

/****************** MODAL CSS END ***********************/
#bpgf-request-submit {
  background: #0382c3 none repeat scroll 0 0;
  float: right;
  margin-top: 5px;
  padding: 10px;
  transition: all 0.3s ease 0s;
  font-size: 12px;
}
#bpgf-request-submit:hover {
  background-color: #333;
}
#bp-group-edit-follow-requests-submit{
    display: none;
}
.bpgf-flw-btn {
    clear: both;
    color: #ccc;
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.bpgf-flw-btn > a{
    color: #767676;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px;
    background: #f2f6f9;
}
.bpgf-flw-btn > a:focus{
    outline: none;
}
#nav-follow-requests-groups-li{
    display: none;
}

::-webkit-scrollbar
{
  width: 5px;  /* for vertical scrollbars */
  height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: #d1dde5;
}