body{
  background: #edf2f5;
}
.navbar-header a{
      color: #fff;
      font-size: 26px;
      text-decoration: none;
    }
      .link a{
        color: #067D4D;
      }
      .link{
        background: #fff;
        padding: 6px 20px;
      }
      .backg{
        background: #337ab7;
      }
      .signup{
        list-style-type: none;
      }

      .signup li{
        float: left;
        margin-top: 5px;
        /*border-bottom:2px solid #fff;*/
      }
      .signup a{
        display: block;
        padding: 5px 15px;
        color: #fff;
        text-decoration: none;
        margin-right:2px;
        font-size: 13px;
      }
      label{
        color: #674848;
        font-weight: normal;
      }
      .btn{
        border: none; 
      }
      
      .join-us a{
        color: #674848;
      }
      .dropdown-menu{
        padding: 0px;
        border-radius: 0px;

      }
      .dropdown-menu li{
        margin: 0px;
      }
      .dropdown-menu li a{
          border-bottom: 1px solid #a7abd2;
          background: #fff;
          padding: 8px 10px;
      }
      .search input{
        margin-top: 8px;
        border-radius: 4px;
      }
      
      .btn-group{
        /*border-bottom:2px solid #fff;*/
      }
      
     
      input[type="image"]{
        border: none;
        outline:none;
      }

.activeLink > a{border-bottom: 2px solid #fff;}

      .center{
        display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
      }
      .profile{
        padding: 0px;
      }
      .profileImg{
        width:50px;
    height: 50px;
    margin-left: auto;
        margin-right: auto;
        display: block;
    border-radius: 50%;
    border: 1px solid #ccc;
      }

      .card-picture{
        width:60px;height:60px;margin:0 auto;border-radius: 50%; display: block;
      }
      .dropdown-menu{
        min-width:250px;
      }


      /*----- Tabs -----*/
  .tabs {
    width:100%;
    display:inline-block;
  }

  /*----- Tab Links -----*/
  /* Clearfix */

  .tab-links{
    padding-left: 0px;
  }
  .tab-links:after {
    display:block;
    clear:both;
    content:'';
  }

  .tab-links li {
    margin:0px 1px;
    float:left;
    list-style:none;
  }

  .tab-links a {
    padding:15px 0px;
    display:inline-block;
    width: 110px;
    background:#fff;
    font-size:13px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
    text-align: center;
  }

  .tab-links a:hover {
    background:#746d6d;
    text-decoration:none;
    color: #fff;
  }

  li.active a{
    background:#605d5d;
    color:#fff;
  }

  /*----- Content of Tabs -----*/
  .tab-content {
    padding:15px;
    border-radius:3px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
  }

  .tab {
    display:none;
  }

  .tab.active {
    display:block;
  }
  .search{
    margin-top:17px !important;
  }
  .
  #social-icon-block span{
    display: block;text-align: center;
    
  }
  #social-icon-block span a{
    padding: 0px 12px;
    font-size: 15px;
    color: #343434;
  }
  #social-icon-block span a i{
    margin: 12px 0px;
  }
  /*.loginRegisterHome{
    display:table-cell !important;font-size: 20px !important;display:block !important;padding: 3px 10px !important;
  }*/
  /*Search skill text box*/
  .searchSkillBox{
    display:block !important;margin-left:15px;margin-top:-15px;width:95%;
  }
  .searchSkill{
    cursor:pointer;
    padding: 5px 12px;
    border-bottom: 1px solid #ccc;
  }
  #myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}

.addSkills{
  font-weight: bold;
  font-size: 14px;
  color: #4c4c4c;
  border: 1px solid #afc2ce;
  text-decoration: none;
  padding: 7px 11px;
}
.addSkills:hover, .addSkills:focus{
  text-decoration: none;
}

.card-footer a{
     color: #000;
    text-align: center;
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    margin-top: -20px;
    background: #d5ecf4;
    font-weight: bold;
}
.card-footer a:hover{
  background: #bad7e1;
}




