@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400&display=swap');
.profile-nav{
    width: 24%;
    height: 500px;
    float: left;
    /* display: flex; */
    margin-right: 20px;
}
.profile-nav .user-heading {
    background: #00AEEF;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}
.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align:middle;
}
.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
}
.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    line-height: 38px;  
}
.profile-nav ul > li:last-child {
    border-bottom: none;
}
.profile-nav ul > li > a {
   text-align: left;
    color: #686868;
    border-left: 5px solid #fff;
    /* display:block; */
  
}
.Profile-Menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
       background: #f8f7f5;
    border-left: 5px solid #00AEEF;
    color: #686868 !important;
    padding: 10px 15px;
     
}
.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #686868;
}
.panel
{
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid #b0b0b0de;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.profile-info, .Profile-section{
    width: 74%;
    display: inline-block;
}
.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
	height:50px;
    padding: 6px;
}
.profile-info .panel-footer ul li a {
    color: #686868;
}
.bio-graph-heading {
    background: #00AEEF;
    color: #fff;
    text-align: center;
    font-style: italic;
    height:10px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}
.bio-graph-info{
    padding:15px; 
    height: fit-content;
    display: inline-block;
    color: #686868;
    text-align: left;
}
.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}
.bio-row {
    width: 50%;
    float: left;
    padding:6px 15px 0 15px;
    line-height:28px;
	border-bottom:1px dashed #000;

}
.bio-row input, .Profile-SubSection input, .Profile-SubSection textarea{
    width: 60%;
    border: 1px solid #808080;
    margin-left: 4px;
    padding: 2px 4px;
    outline: none;
}
.Profile-SubSection textarea{
width: 98%;
height: 100px;
}
.bio-row span, .Profile-SubSection span {
    width: 32%;
    display: inline-block;
	font-weight:400;
}
.Profile-SubSection{
	width: 47.7%;
	float:left;
	background-color:#fff;
	padding:0px 20px;
	border:1px solid #b0b0b0de;
	margin:8px;
	min-height:160px;
    line-height: 28px;
    text-align: left;
    color: #686868;
}
.Profile-SubSection h3{
	color:#00AEEF;
	font-size:20px;
	padding:10px 0 0 0;
}
.Profile-SubSection p{
    line-height: 24px;
}
.panel textarea {
    width: 99%;
    height: 70px;
    padding: 10px;
    outline: none;
  }
.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

/* Employees Document Section */
.Emp-Doc-Row {
    width: 100%;
	/* float: left; */
	display: inline-block;
	margin-top: 20px;
}
.Emp-Doc-Row hr{
    margin-bottom: 10px;
}
.Emp-Doc-Row:last-child{
	margin-bottom: 24px;
}
.Emp-Doc-Row h2{
	font-size: 20px;
    text-align: left;
    color: #1a202e;
    font-weight: 600;
}
.Edit{
	float: right;
    color: green;
    padding: 4px 6px 0px 10px;
    font-size: 18px;
    background: #00800029;
}
.Emp-Doc{
	width: 24%;
    height: max-content;
	line-height: 28px;
    float: left;
    background-color: #fff;
    border: 1px solid #b0b0b0de;
    margin: 4px;
   text-align: left !important;
}
.Doc-Icon{
	
	padding: 10px!important;
	color: rgb(13 202 240);
    border-top: 1px solid #f0f0f0;
}
.Doc-Img {
    width: 12%;
    display: inline-block;
}
.Doc-Img i, .Emp-Doc i{
    font-size: 20px !important;
    cursor: pointer;
}
.Doc-Title {
    display: inline-block;
    width: 85%;
}

.Doc-Icon p{
	color: #4d4d4d;
}
.Doc-Name{
	padding: 10px;
}
.Doc-Name p{
	font-size: 15px;
    color: #4d4d4d;
    font-weight: 600;
}
.Doc-Name input{
	width: 100%;
    font-size: 13px;
}
.Emp-Name-Dropdwn{
    width: 20%;
    height: 34px;
    border: 1px solid lightgray;
    outline: none;
}
/* End Employee Document section */