table
{
    border-spacing: 5px;
    border-collapse: separate;
} 

.modal-header
{
    background-color: #e6e6e6;
    border: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.tooltip > .tooltip-inner
{
    background-color: #000000; 
    color: #FFFFFF;  
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;
}

.popup
{
    display: none;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0px;
    margin-left: 5%;
    background: #8c8c8c;
    overflow:scroll;  
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
}

#popup1
{
    z-index: 11;
}

#popup2 
{
    z-index: 20;
}

#popup3 
{
    z-index: 30;
}

.container_overlays
{
    display: inline-block;
    padding: 0px;
}

.auctions
{
    width: 100%;
    height: 250px;
}

.graph
{
    width: 100%; 
    height: 250px;   
}

.bottle_container 
{
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: both;
    width: 45%;
    height: auto;
    background-color: #f6f6f6;
    border-radius: 5px;
    border-color: #595959;
    border-width: 2px;
    border-style: solid;
}

.container_color_source
{
    background-color: #e62e00;
}
            
.container_color_current
{
    background-color: #ffc14d;
}

.key_color_source
{
    color: #e62e00;
}
            
.key_color_current
{
    color: #ffc14d;
}

.bottle
{
    border-radius: 5px;
    margin: 3px;
    max-width: 98%;
    max-height: 98%;
    height: auto;
}

.text_family
{
    float: left;
    font-size: 13px;
    max-width: 52%;
}

.text_packing
{
    float: left;
    line-height: 160%;
    max-width: 50%;
    font-size: 14px;
}
.text_bold
{
    font-weight: bold;
}

.hide_content
{
    display: none;
}

.disable_link
{
    pointer-events: none;
    cursor: not-allowed;
}

.border
{
    border-radius: 10px;
}

.fontsize_medium_normal
{
    font-size: 14px;
}

.fontsize_medium_italic
{
    font-size: 16px;
    font-style: italic;
}

.fontsize_medium
{
    font-size: 17px;
}

.fontsize_small
{
    font-size: 13px;
    margin-left: 0px;
}

.space_small
{
    line-height: 15%;
}

.text_topmargin
{
    margin-top: 0px;
}

.center
{
    text-align: center;  
}

.left
{
    text-align: left;
}

.fontcolor_red
{
    color: #e62e00;
}

.fontcolor_black
{
    color: #000000;
}

.fontcolor_white
{
    color: #ffffff;
}

.fontcolor_grey
{
    color: #595959;
}

.fontcolor_darkgrey
{
    color: #333333;
}

.history_result
{
    font-weight: bolder;
}

.color_background
{
    background-color: white;
}

.individual_data
{
    display: inline-block;
    border-style: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin: auto;
    background-color: #f6f6f6;
    border-color: #595959;
    border-width: 2px;
    border-style: solid;
}

.pager
{
    margin: 0 0 15px 0;
}

.pager li > a:focus, .pager li > a:hover
{
    color: black
}

.pager li > a, .pager li > span
{
    padding: 3px 10px 3px 10px;
    border: 1px solid #808080;    
}

.btn
{
    padding: 3px 6px;
}

a.link_grey
{
    color: #333333;
}

a.link_grey:link
{
    text-decoration: none;
    color: #333333;
}

a.link_grey:visited
{
    text-decoration: none;
    color: #333333;
}

a.link_grey:hover
{
    text-decoration: underline;
    color: #333333;
}

a.link_grey:active
{
    text-decoration: none;
    color: #333333;
}

a:focus
{
    outline: none;
}

a.MagicZoomPlus img{
    max-width: 550px;
}
