
.personelPanel {
    /*position: absolute;*/
    background: #3498db;
    width: 100%;
    /*top: 50%;
    left: 50%;*/
    /*margin: -117px 0 0 -140px;*/
    padding: 20px 0 20px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom:20px;
}
    .personelPanel .thumbnail {
        background: #fff;
        /* IE Fall */
        background: rgba(255, 255, 255, 0.2);
        display: block;
        width: 160px;
        height: 175px;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        font-size: 36px;
        line-height: 90px;
        text-align: center;
    }
    .personelPanel .personelAdi {
        cursor: pointer;
        /*background: #2980b9;*/
        background-image: url(/Content/Web/images/footerBg.jpg);
        background-position-x: -10px;
        padding: 10px;
        font-size: 15px;
        text-align: center;
        /*text-transform: uppercase;*/
        font-weight: 700;
        height: 135px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .personelPanel .content {
        display: none;
    }
        .personelPanel .content .sub-title {
            background: #eee;
            padding: 10px;
            color: #666;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }
        .personelPanel .content ul {
            list-style: none;
            background: #fff;
            margin: 0;
            padding: 0;
            color: #666;
            font-size: 14px;
        }
            .personelPanel .content ul li {
                padding: 10px 20px;
                text-align: center;
            }
                .personelPanel .content ul li:nth-child(2n) {
                    background: #f3f3f3;
                }
                .personelPanel .content ul li .fa {
                    width: 16px;
                    margin-right: 10px;
                    text-align: center;
                }
                .personelPanel .content ul li .fa-check {
                    color: #2ecc71;
                }
                .personelPanel .content ul li .fa-close {
                    color: #e74c3c;
                }
        .personelPanel .content a {
            display: block;
            background: #2980b9;
            max-width: 80px;
            margin: 0 auto;
            margin-top: 20px;
            padding: 10px 15px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
            -webkit-transition: 0.2s linear;
            -moz-transition: 0.2s linear;
            -ms-transition: 0.2s linear;
            -o-transition: 0.2s linear;
            transition: 0.2s linear;
        }
            .personelPanel .content a:hover {
                background: #34495e;
                /* IE Fallback */
                background: rgba(52, 73, 94, 0.7);
            }
.clickMe {
  background: #fff;
  /* IE Fallback */
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 180px;
  left: -60px;
  padding: 5px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #3498db;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
}
.clickMe:before {
  content: '';
  position: absolute;
  top: 6px;
  right: -5px;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5 solid #fff;
  /* IE Fallback */
  border-left: 5px solid rgba(255, 255, 255, 0.8);
}
