
#ibox_wrapper{
    border: none;
    background: #ffffff;
    flex-flow: column nowrap;
    display: flex !important;
}

#ibox_wrapper[style*="display: none"]
{
    display: none !important;
}

#ibox_content{
    background: #FFFFFF;
    color: #000000;
}

/*#ibox_footer_wrapper{left:0;right:0;top:0;padding:3px 10px;}*/
#ibox_footer_wrapper {
    overflow: visible;
}

#ibox_footer_wrapper {    
    height: 26px;
    padding: 5px;
    /*float: right;*/
    align-self: flex-end;
    /*background-color: #f2f2f2;*/
    position: relative;
    border: none;
    /*margin-top: -298px;*/ 
    top: -283px;
    margin-right: 5px;
    z-index: 1000002;
}

/*styl do wyswietlenia przycisku zamkniecia okna*/
#ibox_footer_wrapper a
{
    display: block;
    width: auto;
    height: 26px;
    width: 26px;    
    border-top: none;
    border-right: none;
    border-bottom:none;
    border-left: none;
    margin: 0px;
    padding: 0;
    font-size: 0;
    background: transparent url('/images/close.gif') no-repeat scroll 0px 0px;
}

#ibox_footer_wrapper a:hover
{
    background: #fff url('/images/close.gif') no-repeat scroll 0px 0px;;
    color: #000;
}

#ibox_content{
    border: none;
    margin: 0px;
    padding: 10px;
    background: transparent;
    /*background-color: #f2f2f2;*/
}

#ibox_content > section
{
    background: transparent;
}

#ibox_loading{
    padding: 0;
    border: none;
    text-indent:-100000px;    
    background:#fff url('/sfIBox/images/loading.gif') center center no-repeat;
    background-size: 50px 50px;
    top: 2.5%;
    left: 10%;
    height: 95%;
    width: 80%;
}