/*
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 : Jun 8, 2021, 10:40:21 PM
    Author     : Administrator
*/

.ss_browserbox_modal_content
{
    margin-top:10vh;
}

.modalwindow_browserbox_window
{
    /*position:relative;*/

    /*z-index:2;*/
    /*width:80em;
    height:42em;*/

    background-color: white;
    overflow:hidden;

    text-align: center;
    border-radius: 10px;

    font-size:0.85em;

    /*overflow-x:hidden;
    overflow-y: hidden;*/
    /*box-shadow: 0 0px 10px 0px rgba(100,100,100,1);*/
    
    
}

.modalwindow_browserbox_content_base
{
    position:relative;/*needed for curtain width*/
    
    margin:auto;
    /*width:40%;*/

    background-color: white;/*white;*/

    overflow-x:hidden;
    overflow-y:auto;

    box-sizing: border-box;
    
    /*margin-top:10%;*/
    
    /*box-shadow: 0px 0px 0px 1px lightgrey;*/
}


.ss_browsebox_base
{
    text-align: left;

    min-width:60vw;
    min-height:40vh;
    height:50vh;
    height:70vh;
    
    font-size:0.9em;
    border:1px solid lightgrey;
    
    background-color:white;
    
    box-sizing: border-box;
    margin:0;
    padding:0;
    

}

.ss_browsebox_base_inner
{
    width:100%;
    height:100%;
    
    float:left;
    margin:0;
    padding:0;

}

.ss_browsebox_inputbox_base
{
    overflow:hidden;
    width:100%;
    border-bottom: 1px solid lightgrey;
    box-sizing: border-box;
    margin:0;
    padding:0;

}

.ss_browsebox_inputbox
{
    display: inline-block;
    width:calc(100% - 1em);
    height:100%;
    border:0px solid white;
    outline:none;
    padding-left:1.5em;

    color:rgba(150,150,150,1);  
    box-sizing: border-box;

}

.ss_browsebox_inputbox_w_2_icons
{
    width:calc(100% - 3em);
}

.ss_browsebox_inputbox:focus
{
    color: #383838;
}

.ss_browsebox_inputbox_search_icon
{
    display:inline-block;
    margin-right:0.5em;
    color:rgba(150,150,150,1);

    cursor:pointer;

}

.ss_browsebox_inputbox_search_icon:hover
{
    color:#FFC30E;
}

.ss_browsebox_body
{
    height:85%;
}

.ss_browsebox_body_w_summary
{
    height:65%;
}

.ss_browsebox_summary
{
    height:20%;
}

.ss_browsebox_table_headers
{
    color:white;
    
    background-color: rgba(114 , 109, 129,  0.7);

}

.ss_browsebox_row_icon_default_no_action
{
    color:grey;
}

.ss_browsebox_row_icon_default
{
    color:grey;
}

.ss_browsebox_row_icon_default:hover
{
    color:#FFC30E;
}
