.society-card{
    background-color: #fcfcfc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.society-card:hover{
    box-shadow: #aaaaaa 0px 2px 10px 0px;
    transition: 0.4s;
}
.profile-user-image{
    height: 120px;
    width: 120px;
    margin: auto;
}
.profile-user-views {
    position: relative;
    top: -101%;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 93%;
    border-radius: 50%;
}
.views{
    position: absolute;
    background: #e6e7e8;
    z-index: 3;
    font-size: 13px;
    bottom: 0px;
    width: 100%;
    height: 18%;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
}
.profile-user-image img{
    margin-bottom: 10px;
    width: inherit;
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.username a{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #00A550;
    display: block;
}
.latestUsername a{
   text-align: unset;
    font-size: 13px;
    margin-bottom: -2px;
    margin-top: -2px;

}
.latestItemImg{
    padding-left: 10px;
}
.researcherContent{
    display: inline-block;
    color: #888888;
    font-size: 0.9em;
}
.latestContent{
    background-color: #fdfdfd;
    padding: 10px 5px;
}
.latestContent .media{
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.latestContent .media:last-child{
    border-bottom: none;
}
.latestHeader{
    padding: 5px 0;
    /*background-color: #fafafa;*/
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf ;
    /*text-align: center;*/
}
.latestHeader h4{
    font-size: 15px;
    font-weight: 600;
    color: #888888;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*.latestResearchers{
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}*/
.society-card-info{
    font-size: 12px;
    color: #666666;
}
.eventCard{
    padding: 8px;
    /*background-color: #fcfcfc;*/
    margin-bottom: 10px;
    font-size: 12px;
    color: #666666;
    /*box-shadow: #aaaaaa 0px 2px 5px 0px;*/
}
.event-container{
    position: relative;
    top: 20px;
}
.society-event-icon{
    /*padding-top: 10px;*/
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
}
.society-event-icon i{
    color: rgb(151, 154, 151)
}
.event-emitter{
    color: #00A550;
    font-size: 13px;
}
.event-handler{
    color: black;
    /*display: block;*/
    max-width: 100%;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}
.event-emitter:hover,.event-emitter:focus,.event-handler:hover,.event-handler:focus{
    color: #ff8600;
    text-decoration: none;
}
.event-content{
    margin-bottom: 5px;
    /*width: 205px;*/
}
.profile-link:hover,.profile-link:focus{
    text-decoration: none;
    color: #ff8600;
}
.event-cnt{
    margin-top: 10px;
    color: #444444;
    word-break:break-all;
}
.research-keyword{
    display: inline-block;
    font-size: .8em;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    line-height: 2em;
    padding: 0 .7em;
    border-radius: 5px;
    background-color: #fdfdfd;
    margin: .1em .4em;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70px;
    text-overflow: ellipsis;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.1);
}
@media screen and (max-width: 1200px ) and (min-width: 992px),(max-width: 269px ){
    .profile-user-image{
        width: 100px;
        height: 100px;
    }
    .profile-user-views{
        top: -104%;
    }
}
@media screen and  (max-width: 767px){

    .society-card{
        max-height: 224px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 460px){
    .small{
        width: 100%;
    }
}
.profile-research-card-header{
    padding: 0 2% 0 0;
    width: 100%;
}
.research-tab{
    display: inline-block;
    padding: 5px;
    width: 48.7%;
    text-align: center;
    border-bottom: #dfdfdf solid 2px;
}
.research-tab a:hover{
    text-decoration: none;
    color: #ff8600;
}
.research-tab.active a{
    background-color: white;
    color: #ff8600;
    text-decoration: none;
}
.research-tab.active{
    border-bottom: #ff8600 solid 2px;
    background-color: white;
}

.researches-tabs{
    font-weight: 600;
    color: #48a650;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.loading{
    margin: auto;
    display: block;
}
.event-header{
    border-bottom: 1px solid #dfdfdf;
    padding: 0 5px;
}
.event-header h4{
    color: #888888;
    font-weight: 600;
    font-size: 15px;
/*    text-align: center;*/
}
.noData{
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #d0d0d0;
}
.toggle-show-buttons{
    text-align: center;

}
.toggle-button{
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
    font-size: 12px;
    border: 1px solid #00a550;
    background-color: white;
    color: #00A550;

}
.toggle-button-left{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.toggle-button-right{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.toggle-button:hover,.toggle-button-active{
    color: white;
    background-color: #00A550;
}

.shadow{
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    background-color: #ebedf0c4;
}

.user{
    padding-bottom: 10px;
    display: flex;
}

.content{
    padding: 0px 20px;
    max-height: 200px;
    overflow-y: hidden;
}

.metadata{
    color:#90949c;
    display: flow-root;
    font-size: 20px;
}

.right{
    float: right;
    margin: 15px;
    font-size: 20px;
}

.des{
    color:#888; font-size:14px;
}

.who{
    padding: 5px;
    font-size:16px;
    align-self: flex-end;
}


.share-buttons{
    display: inline-flex;
    padding: 20px;
    margin: 0px;
}

.share-buttons button{
    margin: 10px;
}

.left{
   float: left;
   margin: 15px;
}

.metadata button{
    font-size: 30px;
    outline: none;
}

.metadata button:focus {
    outline: none;
    border: none;
}

.metadata button:active {
    outline: none;
    border: none;
}
    
    
.clicked-dis{
    color: #ff8600 !important;
}

.clicked-like{
    color: #00A550 !important;
}

.toggle-group label{
    font-size: 10.5px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: none;
}