/*
MeR 241103 
*/

/* Profile */

#meProfile {
    position:absolute;
    top: 0.5rem;
    margin-left: 1rem;
    right: 1%;
    width: auto;
    max-width: 11rem;
    height: auto;
    max-height: 4rem;
    padding: 0.3rem ;
    font-size: 0.9rem;
    background-color: transparent;
    border: silver 0px solid;
    color: rgb(235, 235, 235);
    float: right;
    border-radius: 3rem;
    display: flex; 
    align-items: center;
    background-color: rgba(60, 60, 60, 0.3);
    /*white-space: nowrap;*/
	&:hover {
        border: rgb(168, 202, 199) 1px solid;
        background-color: rgba(60, 60, 60, 0.6);
        color: white;
		/*  filter: invert(1);  */
        /*  font-weight: bold;  */
	}
}

#meProfile img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit:cover;
    margin: 0;
    border-radius: 50%;
    &:hover {
        cursor:pointer;
    }
}

#meProfile p {
    display: block;
    width: fit-content;
    margin: 0;
    padding: 0 0.6rem;
}

#ProfileItems {
    position: absolute;
    display: inline-block;
    right: 1%;
    top: 3.6rem;
    height: auto;
    width: 11rem;
    background-color: rgba(60, 60, 60, 0.9);
    color: #ccc;
    visibility: hidden;
    vertical-align: middle;
    text-align: left;
    z-index: 999;
}

#ProfileItems ul {
    padding: 0 0.5rem;
    list-style-type: none;
}


#ProfileItems li {
    padding: 0.4rem 0.6rem;
    height: 2rem;
    margin: 0.2rem ;
	width: inherit;
    color: silver;
    list-style-type: none;

	&:hover {
		border: 1px solid silver;
        color: white;
	}
}

.meTitle {
    font-weight: bold;
    font-size: .8rem;
    opacity: 0.6;
    color: black;
    &:hover {
		border: 0px solid silver !important;
	}
}

#ProfileItems li a {
    text-decoration: none;
    border-bottom: none;
    color: inherit;
}
  
.divider {
    height: 1px !important;
    padding: 1px 0 !important;
    margin: 0 0.5rem;
    background-color: silver;
    padding: 0;
}


#profileContainer {
    position: relative;
    height: 297mm;
    margin: 1rem auto;
    padding: 1cm 2cm 1cm 3cm;
    width: 210mm;

    border: 1px solid gray;
    background-color:  rgba(150, 150, 150, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

html[dir="rtl"] #profileContainer {
    padding: 1cm 3cm 1cm 2cm;
}


#profileHeader {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2cm;
}

#profilePhoto {
    display: flex;
    width: 9rem;
    margin: 1cm;
	/*aspect-ratio : 1 / 1;*/
    border-radius: 30%;
    &:hover {
        cursor:pointer;
    }

}

#profileContainer table {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
    font-size: 1rem;
    margin-top: 3.5rem;
    width: 100%;
}

#profileAction {
    position: absolute;
    display: flex;
    top: 27cm;
    width: 100%;
}


#profileSaved {
    float: right;
}

#profileFooter {
    position: absolute;
    bottom: 1cm;
    right: 1cm;
}

#profileFooter p {
    margin: 0;
    color: #333;
    font-size: 1rem;
}

.my {
    color: azure;    
    height: 1.2rem;
    font-size: 0.9rem;
    padding: 0 0 0.5rem 0 !important;
    &:hover {
        border: 0px solid silver !important;
    }
}

/* 251010 0114 : ARG 0 - 2 MAR 50:50*/
#profileData {
    width: 100%;
}

#profileData tbody {
    width: 100%;
}

#profileData tr {
    width: 99%;
    display: table;
}

#profileData td {
    
    height: 2.2rem;
    padding: 0.3rem 0.6rem;
}

.editable {
    width: 70%;
    margin: 0.1rem 0.3rem;
    color: darkblue;
    /*  border: 1px solid darkblue; */
    &:hover {
        border: 1px solid blue ;
        font-weight: bold;
    }
}
