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; }


#menu_ogloszenia {
    width: 100%;
}

#bottomBox a.regulamin,
#content ul.reg li a {
    text-decoration: none;
    color: #5a5a5a;
    font-weight: bold;
}

#panelRejestracjiOsobaFizyczna label.error {
    display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #globalBodyContainer input[type="checkbox"]{
        height: auto;
        margin: 4px;
    }
    #globalBodyContainer .select-wrapper:before {
        content: '';
    }
    #globalBodyContainer .select-wrapper:after {
        content: '';
    }
    #con_branze select {
        background: none;
    }
}
@supports (display:-ms-grid) {
    #globalBodyContainer input[type="checkbox"]{
        height: auto;
        margin: 4px;
    }
}

table.blue-table{
    width: 100%;
    text-align: center;
    margin: 10px 0px !important;
}

table.blue-table tr.title th {
    background-color: #0676b8;
    height: 40px;
    padding: 2px 5px !important;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff !important;
}

table.blue-table .title.narrow th {
    height: 25px;
}

table.blue-table .title.bw-color th{
    background-color: inherit;
    color: #000000 !important;
}

table.blue-table tr td{
    vertical-align: middle;
    color: #6A6664;
    padding: 10px 5px;
    font-size:11px !important;
}

table.blue-table td input{
    width:auto !important;
}

table.blue-table .gray{
    background-color: #f4f4f4;
}

table.blue-table.striped tr:nth-child(odd):not(.table-toolbar) {
    background-color: #f7f7f7 !important;
}

table.blue-table tr:hover:not(.table-toolbar) > td{
    background-color: #e6ecff;
}

table.blue-table td a{
    text-decoration: underline !important;
    color: #005D90 !important;
    font-weight: normal !important;
}

span.link {
    cursor: pointer;
}

span.link:hover {
    text-decoration: underline;
}