.noti .t-Button--navBar .t-Button-badge {
    color: white;
    font-weight: bold;
    width: 25px;
    font-size: 10pt;
    background-color: crimson;
}

.a-IRR-header,.a-IRR-header--linkCol,.a-IRR-headerLink{
    background-color: #3e5c76;
    color: white;
    border: none;
}




/* /////////////////////// */
/* Side And Top Menu */
@media only screen and (min-device-width: 350px) and (max-device-width: 600px) and (orientation:portrait) {

    /* /////////////////////// */
    /* Body Content */
    .t-Body-main{
        width: auto;
        position: relative;
    }

    .t-Body-title{
        z-index: 1;
    }
    
    /* /////////////////////// */
    /* Side Nav */
    .t-Body-nav{
        position: fixed;
        z-index: 301;
        margin-top: 0px;
    }

    .dropdown .dropbtn{
        padding: 0px;
        z-index: 999;
    } 

    .txt {
        display: none;
    }
    
    .app_icon {
        font-size: 1.2em;
    }

}



/* /////////////////////// */
/* Employee Card */
.mywrapper{
    width: 100%;
    align-content:flex-start;
    display: flex;
    flex-direction: row;

}

.imm {
    float: right;
    border-radius: 8%;
    margin: 0px 10px 0px 30px;
    height: 150px;
    width: 150px;
    object-fit: cover
  }

.imm:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.mycontainer{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;  
}
 .mycontainer .mycard{
    /* text-align: right; */ /*mahmoud*/
	background-color: white;
    width:32%;
    margin:5px 5px;
	padding:10px;
    color:black;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .3s;   
}

.mycard:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#person_det{
    border: none;
    box-shadow: none;
}

.t-Tabs--simple{
    margin-bottom: 5px;
}

#selector_id{
    margin-bottom: 5px;
}

 @media only screen and (min-device-width: 350px) and (max-device-width: 600px) and (orientation:portrait) {
    .mywrapper{
        width: 100%;
        align-content:flex-start;
        display: flex;
        flex-direction: column;
    }
    .mycontainer .mycard{
    text-align: right;
	background-color: white;
    width:100%;
    margin:5px 5px;
	padding:10px;
    color:black;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .3s;   
    }
    .mycontainer{
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;  
    }

    .imm {
    border-radius: 50%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    /* margin: 0px 10px 0px 30px; */
    margin-bottom: 20px;
    height: 250px;
    width: 250px;
    object-fit: cover
  }
}

.t-Region--accent1>.t-Region-header {
    border-radius: 0px 0px 12px 12px;
    --ut-region-header-background-color: #369;
    --ut-region-header-text-color: var(--u-color-1-contrast);
}


.a-Tabs-selected>.is-active{
    border: 1px solid #336699;
}


.d {
  position: relative;
  z-index: 0;
}

.d:hover {
  background-color: transparent;
  z-index: 50;
}

.d span {
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.d span img {
  border-width: 0;
  padding: 2px;
}

.d:hover span {
  visibility: visible;
  top: 0;
  left: 60px; /*position where enlarged image should offset horizontally */
}
/* /////////////////////// */





/* /////////////////////// */
/* Menu In Navigation Bar */
.dropdown .dropbtn {
  font-size: 11pt;  
  border: none;
  outline: none;
  color: white;
  padding: 7px 16px;
  background-color: inherit;
  font-family: inherit; 
} 


.dropdown:hover .dropbtn {
  background-color: white;
  color: #336699;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 10pt;
  font-family: "Gill Sans Extrabold", sans-serif;
  font-weight: bold;
  margin-top: 5px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.dropdown-content a:hover {
  background-color: #00509d;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.app_icon{
    margin-top: 5px;
}
/* /////////////////////// */


tr:hover{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   transition:  0.3s;
}