/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 9, 2020, 9:46:42 AM
    Author     : Administrator
*/


.ss_frame_base
{
    position:relative;
    
    min-width: 10em;
    width:100%;
    min-height: 8em;

    /*border:1px solid lightgrey;*/
}

.ss_frame_headers_base
{
    width:100%;
    height:1.4em;
}

.ss_frame_headers_folder
{
    display:inline-table;
    vertical-align:top;
    overflow:hidden;

    height:1.4em;
    /*max-width: calc(55%);*/
    width: calc(95%);

    
}

.ss_frame_operator_folder
{
    position:absolute;
    width:1em;
    right:2.5em;
    top:2.5em;
    display:inline-block;
    z-index: 3;

    opacity: 0.8;
}

.ss_frame_operator_folder:hover
{
    opacity:1;
    cursor:pointer;
}

.ss_frame_headers_folder_inner
{
    width:800%;
}

.ss_frame_headerN_textbase
{
    padding-left:0.8em;
    padding-right:0.8em;

    font-family:Opensans-semibold;
    /*color:rgba(150,150,150,1);*/
    background-color: rgba(245,245,245, 1);
    border:1px solid rgba(220,220,220,1);

    font-size:0.9em;

    border:1px solid lightgrey;

}

.ss_frame_headerN_textbase:hover
{
    cursor:pointer;
    background-color: #337ab7;
    color:white;
}

.ss_frame_headerN_textbase:active
{
    background-color: #FFC30E;
}

.ss_frame_headerN_textbase_adjust
{
    padding-right:0.2em;
    padding-left:0.2em;
}

.ss_frame_headerN_textbase_top
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ss_frame_headerN_textbase_bottom
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ss_frame_headerN_navigate_btn
{
    
}

.ss_frame_headerN_navigate_btn:hover
{
    color:#337ab7;
}

.ss_frame_headerN_navigate_btn:nth-of-type(1)
{
    padding-right:0.3em;
}



.ss_frame_body
{
    width:100%;
    border:0px solid lightgrey;
    height:calc(100% - 1.4em);
    
}

.ss_frameN
{
    width:100%;
    height:calc(100%);
    overflow:hidden;
    border:1px solid lightgrey;
    border-radius:5px;
}

.ttb_test
{
    width:100%;
    height:9em;
}