/*CSS for cell : AIACCombinatory*/
.main-style
{
    position: absolute;
   
    border-radius: 5px; 
}

.main-client-style
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 5px; 
}

.client-label-style
{
    position: absolute;
    
    border-radius: 5px; 
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    font-size: 22px;
    color: #feb300;
    
}

.wf-style
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 5px; 
}

.TA-search-Combine
{
    position:absolute;
    height:40px;
    min-height: 40px;
    color: ghostwhite;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 20px 20px;
    outline:none;
}

.AIC-Ans-Combine
{
    position:absolute;
    height:40px;
    min-height: 40px;
    color: ghostwhite;
    background-color: transparent;
    border-radius: 4px;
    font-size: 22px;
    outline:none;
    z-index: 2000;
}
.AIC-client-Combine
{
    position:absolute;
    height:50px;
    min-height: 50px;
    color: ghostwhite;
    background-color: transparent;
    border-radius: 4px;
    font-size: 22px;
    outline:none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:50px;
    vertical-align: middle;
    overflow-y:hidden;
    border: transparent;
    
}
.client-enter-button
{
    position: absolute;

    
}
.client-enter-button:hover
{
    cursor: pointer; 
    box-shadow:   0 0 1px #feb300, inset 0 0  1px firebrick;  
}
.gener-button
{
    position: absolute;
    border-radius: 50%;
}
.gener-button:hover
{
    cursor: pointer;
    background-color: #feb300;
}

.post-it-com-holder
{
    position: absolute;
    border-radius: 5px;
}

.post-it-com-answer
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 5px;
    font-size: 18px;
    color: ghostwhite;
    display: flex;
    justify-content: left;
    align-items: left;
    overflow-y: auto;
}

.elaborate-sel-1
{
    margin-left: 10px;
    border-radius: 5px;

}

.elaborate-sel-1:hover
{
    cursor: pointer;
}

.elaborate-sel-1:hover:after 
{
    content: "Elaborate";
    display: block;
    position: relative;
    top: 5px;
    right: 5px;
    width: 100px;
    color: #feb300;
}
.elaborate-sel-2
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-2:hover
{
    cursor: pointer;
}

.elaborate-sel-2:hover:after 
{
    content: "Connect Ideas";
    display: block;
    position: relative;
    top: 5px;
    right: 20px;
    width: 200px;
    color: #feb300;
}
.elaborate-sel-3
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-3:hover
{
    cursor: pointer;
}

.elaborate-sel-3:hover:after 
{
    content: "Explain Why?";
    display: block;
    position: relative;
    top: 5px;
    right: 15px;
    width: 150px;
    color: #feb300;
}
.elaborate-sel-4
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-4:hover
{
    cursor: pointer;
}

.elaborate-sel-4:hover:after 
{
    content: "Risk & Mitigation";
    display: block;
    position: relative;
    top: 5px;
    right: 25px;
    width: 150px;
    color: #feb300;
}
.elaborate-sel-5
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-5:hover
{
    cursor: pointer;
}

.elaborate-sel-5:hover:after 
{
    content: "Tools & Techniques";
    display: block;
    position: relative;
    top: 5px;
    right: 25px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-6
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-6:hover
{
    cursor: pointer;
}

.elaborate-sel-6:hover:after 
{
    content: "Proof of Concept";
    display: block;
    position: relative;
    top: 5px;
    right: 15px;
    width: 100px;
    color: #feb300;
}

.elaborate-sel-7
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-7:hover
{
    cursor: pointer;
}

.elaborate-sel-7:hover:after 
{
    content: "Fact Check";
    display: block;
    position: relative;
    top: 5px;
    right: -3px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-8
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-8:hover
{
    cursor: pointer;
}

.elaborate-sel-8:hover:after 
{
    content: "Business Aspects";
    display: block;
    position: relative;
    top: 5px;
    right: 25px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-9
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-9:hover
{
    cursor: pointer;
}

.elaborate-sel-9:hover:after 
{
    content: "Alternative Solution";
    display: block;
    position: relative;
    top: 5px;
    right: 25px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-10
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-10:hover
{
    cursor: pointer;
}

.elaborate-sel-10:hover:after 
{
    content: "Mind Map";
    display: block;
    position: relative;
    top: 5px;
    right: 0px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-11
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-11:hover
{
    cursor: pointer;
}

.elaborate-sel-11:hover:after 
{
    content: "Open Question";
    display: block;
    position: relative;
    top: 5px;
    right: 15px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-12
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-12:hover
{
    cursor: pointer;
}

.elaborate-sel-12:hover:after 
{
    content: "Methodology";
    display: block;
    position: relative;
    top: 5px;
    right: 15px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-13
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-13:hover
{
    cursor: pointer;
}

.elaborate-sel-13:hover:after 
{
    content: "Read Aloud";
    display: block;
    position: relative;
    top: 5px;
    right: 11px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-14
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-14:hover
{
    cursor: pointer;
}

.elaborate-sel-14:hover:after 
{
    content: "Challenges";
    display: block;
    position: relative;
    top: 5px;
    right: 9px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-15
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-15:hover
{
    cursor: pointer;
}

.elaborate-sel-15:hover:after 
{
    content: "Summary";
    display: block;
    position: relative;
    top: 5px;
    right: 8px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-16
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-16:hover
{
    cursor: pointer;
}

.elaborate-sel-16:hover:after 
{
    content: "Design Aspects";
    display: block;
    position: relative;
    top: 5px;
    right: 22px;
    width: 200px;
    color: #feb300;
}

.elaborate-sel-17
{
    margin-left: 10px;
    border-radius: 5px;

}
.elaborate-sel-17:hover
{
    cursor: pointer;
}

.elaborate-sel-17:hover:after 
{
    content: "Creative Aspects";
    display: block;
    position: relative;
    top: 5px;
    right: 20px;
    width: 200px;
    color: #feb300;
}



.tick-4-Aiac
{
    position: absolute;
}

.tick-4-Aiac:hover
{
    cursor: pointer;
}

.modal-open-question
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 6px;
}

.write-text-from-AIAC
{
    position: absolute;
    overflow-y: auto;
    color: ghostwhite;
    font-size: 18;
    border: thin solid #feb300;
    border-radius: 6px;
    padding: 5px 5xp 5px 5xp; 
}

.who-are-you
{
    position: absolute;
    font-size: 14px;
    color:#7D3BBB;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.who-are-you:hover
{
    cursor: pointer;
    color: #feb300;
}