
.sec{
    margin-top: 0.5rem;
}

.divAcordeon{

    position: relative;

}
.divAcorTop{

    position: relative;

    margin-bottom: 0.2rem;

    border-radius: 0.5rem;
    border:1px solid lightgrey;
    
}
.divAcorHeader{

    position: relative;
    
    padding: 0.5rem;
    
    
}
.divAcorHeader span{

    font-size: 1.1rem;
    font-weight: bold;


}
.divAcorExpander{

    position: absolute;

    top:50%;
    right: 0.5rem;
    transform: translateY(-50%);

    padding: 0.2rem 0.4rem;

    cursor:pointer;
    user-select: none;

    border-radius: 50%;
    border:1px solid gray
    
}
.divAcorExpander span{

    font-weight: bold;
    color:gray;
}
.divAcorExpander:active{
    margin-top:1px;
}




.divContent{

    position: relative;

    max-height: 300rem;    
    padding: 0.5rem;

    border-radius: 0.5rem;
    border:1px solid lightgrey;

    transition: all 0.3s ease;
    overflow: hidden;
}

.contentShrink{

    max-height: 0 !important;
    border: none !important;

}

.divBtnSimple{

    position: relative;
    display: inline-block;
    
    margin-top: 0.5rem;
    padding: 0.5rem 0.6rem;
    
    font-size: 1.0em;
    background-color: aliceblue;
    border:1px solid #CCC;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    user-select: none;
}
.divBtnSimple:active {
    top:1px;
    left:1px;
    color:black;
    box-shadow: none;
}
.noMarginTop{
    margin-top: 0;
}

.btnPassive{
    cursor: auto;
}

.btnPassive:active{
    top:0;
    left:0;
    color:none;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);    
}

.divExampleBtn {
    display:inline-block;
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;
}
.divExampleBtn:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.divConsole{
    
    position: relative;
    
    width: 100%;
    height: 20rem;

    margin-top: 0.5rem;

    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;

    overflow: auto;

    background-color: rgb(240, 240, 240);
    border:1px solid lightgrey;
    border-radius: 0.5rem;

    white-space:pre;

}

.divAssetList{


    position: relative;

    margin-top: 0.5rem;

    border:1px solid gray;

}

.divAssetRow{
    
    position: relative;
    display: flex;
    flex-flow: row nowrap;

}
.divAssetRow:nth-child(2n){
    background-color: rgba(0,0,0,0.1);
}

.divAssetRowElement{

    flex: 1 0 0;
    padding: 0.2rem 0.4rem;

}

.divAssetRowElement span{
    display: inline-block;
    min-height: 1rem;
    padding: 0.1rem;
}

.divAssetRowElement .spText{

    min-width: 5rem;
    border:1px solid lightgrey;
 }

.divAssetRowElement span[data-edited="true"]{

    color:red;
}


.rowHeader span{

    font-weight: bold;
    text-decoration: underline;
}


.divActiveSlots{

    position: relative;
    display: flex;
    flex-flow: row nowrap;

    overflow-x: scroll;
}

.divActiveSlot{

    flex: 0 0 19rem;

   /*  padding: 0.5rem; */
    border:1px solid gray;

}

.divActiveSlot .spHeader{
    
    display: block;
    margin-top: 0.5rem;
    text-align: center;


    font-size: 105%;
    font-weight: bold;
}
.divActiveSlot .spPid{
    display: block;
    text-align: center;
}
.divActiveSlot table{

    margin-top: 0.5rem;
    border-spacing:1rem 0.3rem;
}
.divActiveSlot tr td:first-of-type{
    
    font-weight: normal;    
    
}

.divActiveSlot tr td{

    font-weight: bold;
   
}

.divGraphSetting{
    position: relative;
    display: inline-block;

    padding: 0.5rem 0.6rem;

    border:1px solid #CCC;
    border-radius: 0.5rem;    
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.txtStd{
    
    padding: 0.2rem 0.3rem;
    width: 7rem;
    font-size: 0.9rem;   
}

.txtDate{
    
    padding: 0.2rem 0.3rem;
    width: 4.8rem;
    font-size: 0.9rem;   
}
.txtSmall{
    
    padding: 0.2rem 0.3rem;
    width: 2.0rem;
    font-size: 0.9rem;   
}




.divAgentHeader{

    position: relative;
    display: inline-block;

    padding: 0.5rem 0.5rem;

    border:1px solid #CCC;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; 

    border-bottom: none;   

    cursor: pointer;

}
.divAgentHeader:active{
    top:1px;
}
.divAgentStatus{

    position: relative;

    width: 100%;
    height: 0.5rem;

    background-color: limegreen;
}
.divAgentHeader span{

    user-select: none;
    font-weight: bold;
    font-size: 0.9rem;   
}

.divAgentContent{

    
    width: 100%;
    height: 10rem;
    padding: 0.5rem;
    
    transition: all 0.3s;
    
    border:1px solid #CCC;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-top: none;    

}

.divAgentContent div{
    margin-top: 0.5rem;
}




.divSlots{
    
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap:1em;

    margin-bottom: 1em;

}
/* .divAssetRow:nth-child(2n){
    background-color: rgba(0,0,0,0.1);
} */

.divSlot{

    flex: 0 0 20em;
    padding: 0.4em 0.6em;

    max-height: 30em;
    transition: all 0.3s ease;
    overflow: hidden;
    

    background-color: rgb(240, 240, 240);
    border:1px solid lightgrey;
    border-radius: 0.5rem;

}

.slotShrink{    

    padding: 0 0.6em;
    max-height: 1.8em !important;
    border: none !important;

}


.divSlotSection{
    
    position: relative;
    margin: 0.5em 0;
    padding: 0.2em;
}

.slotShrink .divSlotSection{
margin: 0;
}

.slotBold{
    font-size: 105%;
    font-weight: bold;
}

.slotGap{
    margin-left: 1em;
}
.divSlotGap{
    height: 0.3em;
}

.divSlotSection select{
    position: relative;
    display: inline-block;
    vertical-align: middle;

    
    margin-left: 0.3em;
    padding:0.2em ;
   
}
.divSlotSection>input[type="text"]{
    padding:0;
    width: 4em;
    /* cursor: pointer; */
}

.slotTxtMini{
    width: 2em !important;
}

.slotSectionBorder{
    padding:0.4em;

    border:1px solid lightgrey;
    border-radius: 0.2em;
}
    