.tktMgrHeader{
    background: #CCCCCC;
    padding: 2px;
    min-height: 32px;
    margin-top: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tktTitle{
    font-family: 'Roboto', san-serif;
    font-size: 16;
    font-weight: 600;
    padding: 10;    
}

.tktHorMenu{
    font-family: 'Roboto', san-serif;    
    font-size: 12;
    display: flex;
    flex-direction: column;
}

.tktOpMenu{
    border-radius: 25px;
    background-color: gray;
    color: white;
    height: 32px;
    text-align: center;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.tktOpMenu a{
    text-decoration: none;
    color: white;    
}

.tktOpMenu a:hover{    
    outline: none;
    color: black;
}

.tktManager{
    display: flex;
    flex-direction: row; 
    justify-content: space-between;    
}

.tktManagerSide{
    background-color: #cccccc;
    width: 130px;    
    height:60vh;
    padding: 5;
    display: flex;
    margin-top: 5;
    flex-direction: columns;
}

.tktManagerMain{    
    font-family: 'Roboto', san-serif;  
    font-size: 12;
    color: black;
    width: 100%;
    margin-top: 10;
    margin-left: 10px;
    padding: 10;
    display: flex;
    flex-direction: columns;    
}

.tktTktHeader{
    background: #CCCCCC;
    padding-left: 10px;
    padding-top: 5;
    min-height: 32px;
    margin-top: 5;
    display: flex;
    flex-direction: row;    
    width: 100%;
}

.tktContainer{
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items:center;    
}

.tktClose{
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}

.tktArea{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.tktForm{
    display: flex;
    flex-direction: column;
    align-items: center;    
}

.tktHistoryLeft{
    background-color: #ebe7e7;
    width: 130px;    
    padding: 5;
    display: flex;
    margin-top: 5;
    flex-direction: columns;
    align-items:start
}

.tktUpper{
    border:#000000 1px solid;
    margin-top: 5;
    padding: 10;
    height: 60vh;
    display: flex;    
    flex-direction: column;         
    box-shadow: 10px 10px 8px #888888;
}

.tktUpperBanda{    
    min-height: 24px;
    margin-top: 3;
    display: flex;
    flex-direction: row;
}

.tktUpperBandaLabel{    
    font-family: 'Roboto', san-serif;  
    font-size: 12;
    padding-top: 5;
    padding-left: 5;
    text-align: right;
    width: 120px;    
}

.tktUpperBandaValue{
    
    font-family: 'Roboto', san-serif;  
    font-size: 12;
    font-weight: bold;
    padding-top: 5;
    padding-left: 5;    
}

.tktBottom{
    background-color: yellow;
    height: 40vh;
    display: flex;
    flex-direction: row;     
    justify-content: space-between;
}

.tktCBContextos{
    font-family: 'Roboto', san-serif;  
    font-size: 12;    
}

.tktCBVariantes{
    font-family: 'Roboto', san-serif;  
    font-size: 12;    
}

.tktTexto{
    font-family: 'Roboto', san-serif;  
    font-size: 12;    
    width: 100%;
}

.tktCollectedData{
    font-family: 'Roboto', san-serif;  
    font-size: 10;    
    width: 100%;
}