.ze_searchProjectDiv {
  outline: none; 
  text-indent: 10px; 
  border: 1px solid darkgray; 
  margin: 5px auto; 
  display: block; 
  border-radius: 20px;
  width: calc(100% - 20px);
  height: 20px;
}

.ze_searchClose{
  font-size:14px;
  cursor: pointer;
  position: relative;
  bottom: 28px;
  right:43%;
  display:none;
}

.ze_attachPeople{ 
  width:110px;
  background: #f9f1b0;
  border: 1px solid gray; 
  border-radius: 4px;
  height:30px;
  line-height:30px;
}


/* Add a black background color to the top navigation */

.ze_topnav {
  line-height: 2px;
}

/* Style the links inside the navigation bar */
.ze_topnav a {
  color:#6b778c;
  text-decoration: none;
  font-size: 24px;
  margin-inline-end: 25px;
}

#menu{
    width: 100%;
    height: 35px;
    background-color: white;
    display:flex;
}

.ze_activeLine{
  border-bottom: #2196F3 solid 2px;
}

.ze_vl {
  border-left: 1px solid #cccccc;
  height: 15px;
}

.ze_rightSide {
  float: right;
  width: 60%;
}
 
.ze_addToCard{
    color: #6b778c;
    text-align: center;
    font-size: 14px;
    float: left;
    width: 39%;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ze_rightSide {
    width: 100%;
  }
  .ze_addToCard {
    width: 100%;
  }
}

.ze_theUsers{
  direction:inherit;
}


.ze_selectedUsers{
  background-color: white;
  text-align:start;
  overflow-y: auto;
  overflow-x: hidden;
  max-height:240px;
  width:100%;
  display: inline-block;
}
.ze_morePeople{
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  height:384px;
}

/* Customize the label (the container) */
.ze_containerMorePepole {
    width:0;
}

/* Hide the browser's default checkbox */
.ze_containerMorePepole input {
  position: absolute;
  float: right;
  cursor: pointer;
  height: 0;
  width: 0;
}

img.ze_profilePicture,
i.ze_profilePicture {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
  margin-inline-end: 10px;
  margin-top: 7px;
}

i.ze_profilePicture {
  display: flex;
  background: white;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.ze_allPepole{
    text-align: start;
    border-bottom: 1px solid #E0E0E0;
    height: 48px;
    cursor: pointer;
    z-index: 1;
    display: flex;
}
.ze_allPepoleDiv{
    display: flex;
    flex-direction: column;
    flex:1;
}
.ze_allPepole:hover{
    background-color:#ffe07b;
    text-decoration:none;
  }
  
  
.ze_morePeopleCheckbox{
  visibility:hidden;
}
.ze_theFiles{
 display: flex;
 flex-direction: column;
 margin-top: 10px;
}

.ze_noUsers{
  background-color: white;
  padding-bottom: 15px;
  padding-top: 27px;
  text-align:center;
  color: #6b778c;
  font-size: 14px;
}
.ze_searchUsers{
  background-color: #E0F2F1;
  height: 40px;
  padding-top: 1px;
  z-index:1;
  border-top:1px solid #BDBDBD;
}

.ze_cardStyle{
  width:100%;
  border-radius:2px;
  position:relative;
  margin:auto;
  box-shadow: 0px 1px 3px  #00000078;
}

.ze_noFiles{
  background-color: white;
  padding-bottom: 15px;
  padding-top: 27px;
}

.ze_allFiles{
  overflow-y: auto;
  overflow-x: hidden;
  height:auto;
  max-height: 300px;
  width:100%;
}
.ze_numCounter{ 
  display:none;
  position: relative;
  top: 4px;
  left:4px;
}
.ze_deleteIcon{
    cursor: pointer;
    display: inline;
    border: 0;
    position: absolute;
    right: 100px;
}

.ze_iconImg{
  text-align: start;
  background-color: white;
  cursor: pointer;
  height: 50px;
  border-bottom: 1px solid;
  text-decoration:none;
  overflow:hidden;
}

.ze_iconImg:hover{
    background-color:#ffe07b;
    text-decoration:none;
  }
  
.ze_fa-file-word-o {
    color: #2A5699;
    font-size: 22px;
    padding: 9px;
}

.ze_fa-file-pdf-o {
    color: #de2626;
    font-size: 22px;
    padding: 9px;
}

.ze_fa-file-image-o {
    color: gray;
    font-size: 22px;
    padding: 9px;
}

.ze_fileName{
    text-decoration: none;
    color: black;
    position: relative;
    bottom: 7px;
    font-size: 13px;
}

.ze_fileName:hover{
    color:black;
    text-decoration:none;
  }

.ze_fileDate{
    position: relative;
    bottom: 15px;
    right: 38px;
    font-size: 11px;
    color: #ababab;
    display: flex;
}

.ze_btnMenu{
  position:relative;
  float:left;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: -45px; 
  cursor:pointer;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhUNCiuZHMd2AAAAN0lEQVQ4y2NgGK7Ag+EPw28GD+I1/GH4z/Cf4Tc2KSasGv4jkUQ66TfDLwb30VAaDaXhGErUBABXpyEBnQheYgAAAABJRU5ErkJggg==')  no-repeat;
  background-size: 24px 24px;
  background-position: 50%;
  position:relative;
  left: 2px;
}

.ze_btnContacts:hover,.ze_btnBack:hover,.ze_btnMenu:hover,.ze_btnClose:hover{
  background-color: #eeeeee;
  box-shadow: 0px 0px 2px 1px #00000078;
}


.ze_fileDelete{
    position: relative;
    border: 1px solid darkgrey;
    padding: 7px;
    background-color: white;
    cursor: pointer;
    z-index: 5;
    width: 110px;
    bottom: 40px;
    right: 110px;
}

.ze_fileDelete:hover{
   background-color:#ececec;
}


.ze_LoaderCss {
    color: black;
    font-size: 20px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    right: 120px;
    bottom: 12px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    display:none;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.ze_menuButton {
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    marin-top: 5px;
    color: black;
    width: 100%;

}



.ze_menuTitle{
    position: relative;
    top: 5px;
    font-size: 18px;
}

.ze_drop-down {  
 position: relative;  
 display: inline-block;    
 width: auto;       
 margin-bottom:5px;   
 font-family: arial;
 cursor:default;
 
 }      
 .ze_drop-down select {   
 display: none;    
 }      
 .ze_drop-down .select-list {   
   position: absolute;     
   top: 0;      
   z-index: 1;    
   margin-top: 40px;    
   padding: 0;         
   background-color: white;      
   list-style: none;
   cursor:pointer;
 }      
 .ze_drop-down .select-list li {   
 display: none;      
 }    
 .ze_drop-down .select-list li span {  
    display: inline-block;
    min-width: 150px; 
    padding-right: 18px;
    font-size: 14px;
    color: black;
    position: relative;
    bottom: 5px;
 }     
 
 .ze_drop-down .select-list li span:hover,  
 .ze_drop-down .select-list li span:focus {     
    background-color:#F5F5F5;
    cursor:pointer;
    z-index:0;
 }

.ze_select-list-link{
    display: block;
    color: #9e9e9e;
    text-decoration:none;
    cursor:default;
    
}

.ze_select-list-link-a{
    text-decoration:none;
    cursor:default; 
    color:black;
    
}

.ze_select-list-link-a:hover{
    text-decoration:none;
    cursor:default; 
    color:black;
    
}

.ze_select-list-link:hover{
    display: block;
    color: #9e9e9e;
    text-decoration:none;
    cursor:default;

}

.ze_busy {
    width: 6px;
    height: 15px;
    vertical-align: middle;
    display:none;
    margin-inline-end: 5px;
    background-color: rgb(0, 120, 212);
    border-color: rgb(0, 120, 212);
    z-index:2;
}

.ze_away{
    z-index:2;
    width: 6px;
    height: 15px;
    vertical-align: middle;
    display:none;
    margin-inline-end: 5px;
    background-color: rgb(194, 28, 193); 
    border-color: rgb(194, 28, 193);
    background-size: 6px 6px;
    background-image: linear-gradient(45deg,#f0cceb 12%,transparent 0,transparent 50%,#f0cceb 0,#f0cceb 62%,transparent 0,transparent),linear-gradient(-45deg,#f0cceb 12%,transparent 0,transparent 50%,#f0cceb 0,#f0cceb 62%,transparent 0,transparent);
}

.ze_tant{
    z-index:2;
    background-color: rgb(0, 120, 212);
    border-color: rgb(0, 120, 212);
    margin-inline-end: 5px;
    background-image: linear-gradient(45deg,#f0cceb 12%,transparent 0,transparent 50%,#f0cceb 0,#f0cceb 62%,transparent 0,transparent),linear-gradient(-45deg,#f0cceb 12%,transparent 0,transparent 50%,#f0cceb 0,#f0cceb 62%,transparent 0,transparent);
    background-size: 6px 6px;
    display: none;
    width: 6px;
    height: 15px;
    vertical-align: middle; 
}

.ze_free{ 
    z-index:2;
    width: 6px;
    height: 15px;
    vertical-align: middle;
    display:none;
    margin-inline-end: 5px;
    background-color: transparent;
    border-color: rgb(0, 120, 212);
    border-width: 1px;
    border-style: solid;
    background: var(--white);
    
}


.ze_cancel{
  padding:15px 0px;
  width: 100%;
  text-align:start;
}

.ze_save{
  margin-inline-end:4px;
}

.ze_containerMorePeople{
  margin-top: 10px;
  cursor:pointer;
  font-size:14px;
  font-weight: bold;
  color:black;
  vertical-align: top;
  width:170px;
}
.ze_containerMailMorePeople{
  cursor:pointer;
  height: 0;
  font-size:12px;
  color:#ababab;
  vertical-align: middle;
}

.ze_containerSelectUser{
  margin-top: 10px;
  cursor:pointer;
  font-size:14px;
  font-weight: bold;
  color:black;
  vertical-align: top;
}

.ze_containerMailSelectUser{
  cursor:pointer;
  height: 0;
  font-size:12px;
  color:#ababab;
  vertical-align: middle;
}

#closeUsers{
    font-size: 14px;
    cursor: pointer;
    margin-inline-end: 18px;
    margin-top: -24px;
    bottom: 28px;
    display: none;
    flex-direction: column;
    flex-direction: row-reverse;
}

.ze_containeruserLevels{
  margin-top: 10px;
  cursor:pointer;
  font-size:14px;
  font-weight: bold;
  color:black;
  vertical-align: top;
  width: 100px;
}
.ze_userLevels{
  margin-inline-end: 10px;
  flex-direction: column;
}