html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins {text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

.notify_info, .notify_success, .notify_warning, .notify_error, .notify_validation {border: 1px solid; margin: 10px 0; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 5px 4px; }
.notify_info {color: #00529B; background-color: #BDE5F8;  background-image: url('../../../gfx/info/info.png');}
.notify_success {color: #4F8A10; background-color: #DFF2BF; font-weight:bold; background-image:url('../../gfx/info/success.png'); }
.notify_warning {color: #9F6000; background-color: #FEEFB3; background-image: url('../../../gfx/info/warning.png');}
.notify_error {color: #D8000C; background-color: #FFBABA; background-image: url('../../../gfx/info/error.png');}
.notify_validation {color: #D63301; background-color: #FFCCBA; background-image: url('../../../gfx/info/validation.png');} 
    
#menu_ogloszenia{
    display: inline-block;
    border-bottom: 2px solid #d00000;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
#menu_ogloszenia li{
    float: left;
    margin-right: 10px;
    padding: 5px;
}
#menu_ogloszenia li a{
    font-size: 17px;
    line-height: 11px;
    color: #5f5f5f;
    text-decoration: none;
}
#menu_ogloszenia li a.active{
    font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #globalBodyContainer input[type="checkbox"]{
        height: auto;
        margin: 4px;
    }
    #globalBodyContainer .select-wrapper:before,
    #globalBodyContainer .select-wrapper:after{
        content: '';
    }
}
@supports (display:-ms-grid) {
    #globalBodyContainer input[type="checkbox"]{
        height: auto;
        margin: 4px;
    }
}