/*CSS for cell : mindMap*/
.layout-mmap 
{
    position: absolute;
    width: 810px;
    height: 370px;
}

.jsmind-nav 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
}

.jsmind-nav:hover
{
    cursor: pointer;
}

.jsmind-nav:hover:after 
{
    content: "View Content";
    display: block;
    position: relative;
    top: 30px;
    right: 15px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm:hover
{
    cursor: pointer;
}

.jsmind-nav-mm:hover:after 
{
    content: "Add Node";
    display: block;
    position: relative;
    top: 38px;
    right: 5px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-1 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-1:hover
{
    cursor:pointer;
}

.jsmind-nav-mm-1:hover:after 
{
    content: "Remove Node";
    display: block;
    position: relative;
    top: 38px;
    right: 12px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-2 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-2:hover
{
    cursor:pointer;
}

.jsmind-nav-mm-2:hover:after 
{
    content: "Generate Doc Backward";
    display: block;
    position: relative;
    top: 38px;
    right: 42px;
    width: 200px;
    color: #feb300;
}

.jsmind-nav-mm-3 
{
    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-3:hover
{
    cursor:pointer;
}

.jsmind-nav-mm-3:hover:after 
{
    content: "Generate Doc forward";
    display: block;
    position: relative;
    top: 38px;
    right: 40px;
    width: 200px;
    color:#feb300;
}

.jsmind-nav-mm-33 
{

    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-33:hover
{
    cursor:pointer;
}

.jsmind-nav-mm-33:hover:after 
{
    content: "Search for a Word";
    display: block;
    position: relative;
    top: 38px;
    right: 43px;
    width: 200px;
    color:#feb300;
}

.jsmind-nav-mm-4 
{

    border-radius: 50%;
    margin-left: 20px;
}

.jsmind-nav-mm-4:hover
{
    cursor:pointer;
}

.jsmind-nav-mm-4:hover:after 
{
    content: "Delete Project";
    display: block;
    position: relative;
    top: 38px;
    right: 18px;
    width: 200px;
    color:#feb300;
}

.jsmind-container 
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 6px;
    background:transparent;
}

.icon-follow-move 
{
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
	overflow: hidden;
}

.search-result-Big-d
{
    z-index: 3000;
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;

}

.search-result-d
{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.pagination-container 
{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.number 
{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #feb300;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    color:#feb300;
    border-radius: 5px;
  }
  .number:hover 
  {
    background-color: gray;
    color: ghostwhite;
  }

  .pagination-button
  {
    border-radius:5px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .pagination-span
  {
    font-size: 28px;
    color: #7D3BBB;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius:5px;
    position: absolute;
    top:2px;
  }

  .pagination-span:hover 
  {
    background-color: #7D3BBB;
    color: ghostwhite;
  }

  .pagination-span-pageN
  {
    font-size: 22px;
    color: #7D3BBB;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius:5px;
  }

.all-button-ho
{
    position: absolute;
    display: flex;
    justify-content:left;
    align-items: center;
    justify-items: center;
    
    border-radius: 4px;
}

