
.organisation-left {
width:100%; float: left;    height: calc( 100vh - 185px);}
.organisation-right{
    width: 100%;float: left;
} 
.organisation-left>.card {
    width: 100%;
    float: left;
    height: 475px;
    margin-top: 6px;
}
.organisation-profile {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    /* padding-top: 10px; */
    border-radius: 50%;
    border: solid;
}

.organisation-profile>img{
    width:100%;
    height: 100%;
    border-radius: 50%;
}
.organisation-info h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 5px;
}
.organisation-info h6 {
    text-align: center;
    font-weight: 400;
}
ul.org-socilamedia {
    padding: 0px;
    margin: 0px;
    width: 250px;
    margin-top: 7px;
    margin: 0 auto;
}
ul.org-socilamedia li {
    margin: 0px 2px;
    display: initial;
}
.org-basicdetails ul {
    padding: 0px;
    margin: 0px;
}
.org-basicdetails ul li{margin-bottom: 10px;
    border-bottom: dotted 1px #c2c2c25e;
    float: left;
    width: 100%; }
    .org-basicdetails ul li:last-child{
        margin-bottom: 0px; border-bottom: 0px;
    }
    .org-basicdetails ul li>.org-icon {
    float: left;
    width: 100%;
    line-height: 40px;
    height: 55px;
}
.org-basicdetails ul li>.org-icon i {
   font-size: 13px;
    color: #797f85;
    float: left;
    margin-top: 2px;

}
.org-basicdetails ul li>.org-icon>b {
    width: 86%;
    float: left;
    padding-left: 5px;
    margin: 0;
    line-height: 16px;
    font-weight: 200;
}

.org-basicdetails ul li>.org-icon>span {
    width: 100%;
    float: left;
    line-height: 31px;
    padding-left:0px;
    font-size: 14px;
    color: #bdbdbd;
}

.organisation-right>.nav {
    background: #485663;
    padding:2px 9px;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px 6px 0px 0px;
}
.organisation-right>.tab-content{
    background: #fff;
}
.organisation-right>.nav>.nav-item>a:focus, .organisation-right>.nav>.nav-item>a:hover,.organisation-right>.nav>.nav-item>.active {
    background: #0279ff;
    border: none;
    border-radius: 50px;
    color: #fff; 
    display: block;
    margin: 4px 2px;
    padding: .3rem 1rem;

}
.organisation-right>.nav>.nav-item>a {
    color: #fff;
}

.organisation-right>ul li {
    margin: 0px 10px;
}
.organisation-right>.tab-content {
    height: calc( 100vh - 248px);
}
.org-icon .input-group select{
 width:70px;border-right: 0px; border-radius: 0px}
.org-icon .input-group input{
    border-left:0px;
}
.org-basicdetailsedit ul li {
    margin-bottom:0px;
    border-bottom: none!important;
    float: left;
    width: 100%;
}
.org-basicdetailsedit ul li:last-child {
    margin-top: 7px!important;
    margin-bottom: 0px;
}
.org-basicdetailsedit {
    margin-top:18px;
}
.org-breadcrumb-item {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.organisation-left>.card{
    height: 100%;
}
.progile-organitation>ul{}
.org-peoplelist >ul {
    display: flex;
    flex-wrap: wrap;
    
    margin-top: 28px;
}
.org-peoplelist>ul>li {
    width: 32%;
    display: inline-block;
    margin: 8px 4px;
    height: 155px;
}
.add-details{
    width: auto!important;
}