@font-face {
    font-family: Halter;
    src: url(/resources/fonts/HALTER__.ttf);
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('/resources/fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('/resources/fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/resources/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('/resources/fonts/Ubuntu-Medium.ttf');
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('/resources/fonts/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'Myriad-Pro';
    src: url('/resources/fonts/MyriadPro-Black_1.ttf');
}

html {

}

body {
    background-color: #fefcfc;
    font-size: 14px;
    /*	padding-bottom: 25px; */
}

#twarz_tlo {
    height: 100%;
}

.navbar {
    margin-bottom: unset;
    flex-basis: 25%;
    margin-left: -5.3%;
}


#top_content > div.navbar-collapse.collapse > ul > li > a:hover {

}

#top_content > div.row {
    flex-direction: row;
}

.faq_page_info {
    height: 520px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #db011c;
}

#top_content > div.row.faq_page_info {
    background-color: #db011c;
}

.nav_li {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s 0s ease;
    border: none;
    background-color: #383636;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    box-shadow: 4px 4px 5px 1px rgba(83, 0, 1, 1);
}

#top_content > div.navbar-collapse.collapse {
    margin-left: -3%;
}

.navbar-nav > li {
    margin-bottom: 10px;
}

.navbar-nav > li:hover .nav_li, .navbar-nav > li.active .nav_li {
    width: 100%;
}

.rotate {
    transform: skew(-8deg, 0deg);
}

.prizeCollect.plikiGaleria  .rotate {
    transform: none;
}

table {
    border-collapse: collapse;
}

.cell_relative {
    position: relative;
}

#user_logo {
    position: absolute;
    top: 10px;
    left: 260px;
    height: 60px;
    background-color: #fff;
    color: #333;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #333;
    padding: 5px 10px;
}

.righty {
    float: right;
}

.lefty {
    float: left;
    display: block;
}

.centry {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hideMe {
    display: none;
}

.strafeCenter {
    text-align: center !important;
}

.strafeRight {
    text-align: right;
}

.strafeLeft {
    text-align: left;
}

.boldy {
    font-weight: bold;
}

.noWordWrap {
    white-space: nowrap;
}


.clear {
    clear: both;
}

.clickable {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

#outer_wrapper {
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 0 10px 10px 10px;
}

#middle_wrapper {
    padding: 0 10px 10px 10px;
    display: inline-block;
}

#inner_wrapper {
    border: solid 1px #ddd;
    border-top-width: 0;
    padding: 10px;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

#inner_wrapper.top_border {
    border-top-width: 1px;
}


#mainMenuNavBar {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(140, 140, 140, 1);
    box-shadow: 0px 3px 7px 0px rgba(140, 140, 140, 1);
}

#top_content .row:before, #top_content .row:after {
    display: none;
}

#ludzie_tlo #top_content > div.row {
    align-items: stretch;
}

#top_content .row > div {
    width: calc(50% - 3px);
    background-color: #db011c;
    max-height: 150px;
}

#top_content .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
}

#mainTabs {
    padding-left: 30px;
}

#application_logo {
    padding-right: 60px;
}

#secondary_nav_buttons {
    display: block;
    text-align: center;
}

#secondary_nav_buttons button {
    margin-bottom: 5px;
}


#footer {
    margin-top: -7px;
    height: 40px;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    font-size: 0.9em;
}

#footer p {
    color: #999;
    text-align: center;
}

#footer img {
    height: 36px;
}

#footer_logo {
    height: 20px;
    margin: -5px auto 10px auto;
    display: block;
}

@media (max-width: 767px) {
    #outer_wrapper, #middle_wrapper {
        padding: 0;
    }

    #middle_wrapper {
        padding: 0;
    }

    #inner_wrapper {
        padding: 8px;
        width: 100%;
    }

    .hiddenMobile {
        display: none;
    }
}


/******
JQUERY UI ZMIANY
******/
.ui-widget {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
}

.ui-widget-header {
    font-size: 0.9em;
}

.ui-widget-header, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ddd;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active {
    border: solid 1px #777;
    background: #eee;
    font-weight: bold;
}

.ui-widget-content .ui-state-highlight {
    border: solid 1px #777;
    background: #fff;
    font-weight: normal;
    border: 1px solid #d3d3d3;
}

.ui-widget-content {
    background: #fff;
}

.ui-corner-all input {
    margin-right: 3px;
}

.ui-multiselect-filter {
    font-size: inherit;
}

ul.ui-helper-reset {
    clear: left;
}


.ui-multiselect-filter input {
    height: auto;
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding: 5px 5px;
}

.ui-multiselect-header ul {
    font-size: inherit;
}

.ui-multiselect-menu .ui-state-hover {
    background-image: none;
    background-color: #ddd;
}

.ui-multiselect-menu .ui-multiselect-checkboxes input {
    margin-left: 3px;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label {
    color: #333;
    font-weight: normal;
}

.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: left;
    padding-top: 5px;
    margin-left: 20px;
    color: #222;
}

.ui-multiselect {
    background-color: #f6f6f4;
    background-image: none;
    line-height: inherit;
    height: 30px;
    display: block;
    width: 100%;
    padding: 3px 6px;
}

.ui-autocomplete .ui-menu-item a {
    font-size: 0.9em;
    padding: 3px 8px;
}

.ui-autocomplete .ui-menu-item a:hover {
    background: #ccc;
}

.ui-timepicker-table .ui-timepicker .ui-timepicker-hour-cell {
    width: auto;
}

.ui-timepicker-table td a {
    width: auto;
}

@media (max-width: 767px) {
    .ui-timepicker-table .ui-timepicker-hours, .ui-timepicker-table .ui-timepicker-minutes {
        display: table-row;
    }
}

/**
JPAUDIO
*/

div.jp-audio {
    width: 243px;
    margin: 0 auto;
}

div.jp-jplayer {
    margin-top: 13px;
}

.jp-progress {
    width: 200px;
}

/**
BOOTSTRAP
*/

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

.navbar-nav.mainMenu li:hover {
    background-color: #e7e7e7;
}

.form-control {
    font-size: 0.9em;
    line-height: inherit;
    padding: 3px 6px;
    height: 30px;
}

.alert {
    padding: 8px;
    margin-top: 8px;
}


/*****
DATAGRID
*****/

.datagridOuterWrapper {
    display: inline-block;
    padding-top: 10px;
    clear: both;
}

.datagridOuterWrapper table {
    border: solid 4px #d0d0d0;
    margin: 0;
    max-width: 100%;
}

.datagridOuterWrapper nav {
    margin-bottom: 0px;
    border-radius: 0;
    border-width: 0px;
    min-height: 30px;
}

.datagridOuterWrapper td, .datagridOuterWrapper th {
    word-break: keep-all;
}

.datagridOuterWrapper thead th {
    background-color: #f8f8f8;
}

.datagridOuterWrapper .datagridTitle .navbar-header {
    font-size: 1em;
    text-align: center;
    padding: 0;
    width: 70%;
    color: #777;
    padding: 11px;
    font-weight: bold;
}

.datagridOuterWrapper thead {
    border-bottom: solid 4px #d0d0d0;
}

.datagridOuterWrapper .filterLine th div {
    margin: 0 auto;
}

.datagridOuterWrapper .filterLine th div.datagridDatePeriod input {
    width: 90px;
    cursor: pointer;
    margin: 1px;
}

.datagridOuterWrapper .filterLine th div.datagridDatePeriod img {
    cursor: pointer;
}

.datagridOuterWrapper .filterLine th div .form-control, .datagridOuterWrapper .filterLine th div .ui-multiselect {
    display: inline-block;
}

.datagridOuterWrapper .filterImgWrapper {
    width: 40px;
    display: inline-block;
}

.datagridOuterWrapper .datagridColumnTitle {
    font-size: 0.9em;
    font-weight: bold;
    color: #777;
    text-align: center;
}

.datagridOuterWrapper td.datagridOddLine {
    background-color: #f6f6f4;
}

.datagridOuterWrapper tfoot {
    border-top: solid 4px #d0d0d0;
    background-color: #f8f8f8;
}

.datagridOuterWrapper .datagridSummary {
    clear: both;
    margin-top: 5px;
}

.datagridOuterWrapper .datagridButtonCell div, .datagridOuterWrapper .datagridButtonCell a {
    white-space: normal;
}

.datagridSummary .summaryText {
    float: right;
    margin-right: 20px;
    max-width: 50%;
    color: #777;
    font-size: 0.9em;
}

.datagridSummary .paginationSection {
    float: left;
    margin-left: 20px;
    max-width: 50%;
}

.paginationSection .pagination {
    margin: 0;
}


.datagridSummary .perPageSection {
    width: 190px;
    float: left;
    margin-left: 30px;
    color: #777;
    font-size: 0.9em;
}

.datagridSummary .perPageSection select {
    width: 70px;
    margin: 0 5px;
    display: inline;
    height: 24px;
}

.datagridButtons {
    padding: 5px 20px 5px 20px;
    text-align: left;
}

.datagridOuterWrapper .datagridButtons li button {
    font-size: 0.85em;
    margin: 3px;
}

.paginationSection .pagination-sm li a {
    font-size: 0.8em;
}


.datagridAutoComplete {
    width: 115px;
}

.datagridAutoComplete input {
    width: 70px;
}

.datagridDropDownCheck {
    width: 145px;
}

.datagridAutoComplete img, .datagridDropDownCheck img {
    cursor: pointer;
}

.datagridIcon {
    margin: 0px auto;
    display: block;
    cursor: pointer;
    height: 24px;
}

.datagridShortInput {
    max-width: 70px;
}

.datagridOuterWrapper td.blueRow {
    background-color: #c3d8fd;
}

.datagridOuterWrapper td.greenRow {
    background-color: #c5fdc3;
}

.datagridOuterWrapper td.orangeRow {
    background-color: #fddcc3;
}


/** DG Responsive **/


@media (max-width: 767px) {
    /* Force table to not be like tables anymore */
    .datagridOuterWrapper .rs_table_responsive table, .datagridOuterWrapper .rs_table_responsive thead, .datagridOuterWrapper .rs_table_responsive tbody, .datagridOuterWrapper .rs_table_responsive th, .datagridOuterWrapper .rs_table_responsive td, .datagridOuterWrapper .rs_table_responsive tr {
        display: block;
    }

    .datagridOuterWrapper {
        width: 100%;
    }

    .datagridOuterWrapper .rs_table_responsive thead, .datagridOuterWrapper .rs_table_responsive thead th {
        border-bottom: 1px solid #d0d0d0;
    }

    .datagridOuterWrapper .rs_table_responsive thead {
        border-top: 1px solid #d0d0d0;
    }


    .datagridOuterWrapper .rs_table_responsive thead .datagridTitleRow .navbar-header {
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 1.3em;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridTitleRow .navbar .container-fluid {
        padding: 0;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridTitleRow .navbar .datagridButtons {
        text-align: center;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridTitleRow .datagridButtons li {
        display: inline-block;
    }


    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnTitle {
        text-align: left;
    }

    .datagridOuterWrapper .rs_table_responsive tbody tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .datagridOuterWrapper .rs_table_responsive tbody td {
        /* Behave  like a "row" */
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        width: 100%;
        white-space: normal;
        text-align: left;
    }

    .datagridOuterWrapper .rs_table_responsive tbody td.datagridButtonCell {
        /*display:inline-block;*/
        display: block;
        width: auto;
        background-color: #fff;
        border: none;
    }

    .datagridOuterWrapper .rs_table_responsive tbody td.datagridResponsiveLabel:before {
        /* Now like a table header */
        display: inline-block;
        /* Top/left values mimic padding */
        width: 35%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
        font-size: 0.9em;
        content: attr(data-title);
    }

    .datagridOuterWrapper .rs_table_responsive tbody td .datagridIcon {
        display: inline;
    }


    .datagridOuterWrapper .rs_table_responsive tfoot td .datagridSummary .perPageSection, .datagridOuterWrapper .rs_table_responsive tfoot td .datagridSummary .summaryText, .datagridOuterWrapper .rs_table_responsive tfoot td .datagridSummary .paginationSection {
        width: 100%;
        max-width: 100%;
        margin: 5px;
        float: none;
        text-align: center;
    }

    .datagridOuterWrapper .rs_table_responsive tfoot td .datagridFoot {
        padding: 5px;
    }


    /* SORTER */
    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnNamesRow {
        position: absolute;
        top: 59px;
        left: 0px;
        width: 100%;
        padding: 0 5px;
        text-align: left;
        display: none;
        z-index: 2;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnNamesRow.sorterVisible {
        display: block;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnNamesRow.sorterVisible th {
        background-color: #fff;
        padding: 7px 12px;
        margin-bottom: -1px;
        font-weight: normal;
        border: 1px solid #ddd;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnNamesRow.sorterVisible th.nonClickable {
        display: none;
    }

    .datagridOuterWrapper .rs_table_responsive thead .datagridColumnNamesRow.sorterVisible th:hover {
        background-color: #f8f8f8;
    }

    /* FILTER */
    .datagridOuterWrapper .rs_table_responsive thead .filterLine {
        position: absolute;
        top: 59px;
        left: 0px;
        width: 100%;
        padding: 0 5px;
        text-align: left;
        display: none;
        z-index: 2;
    }


    .datagridOuterWrapper .rs_table_responsive thead .filterLine .datagridAutoComplete {
        display: inline-block;
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible {
        display: block;
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th {
        background-color: #fff;
        padding: 7px 12px;
        margin-bottom: -1px;
        font-weight: normal;
        border: 1px solid #ddd;
        width: 100%;
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th .datagridAutoComplete {
        width: 145px;
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th .datagridAutoComplete input {
        width: 100px;
    }


    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th:before {
        display: inline-block;
        width: 35%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
        font-size: 0.9em;
        content: attr(data-title);
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th form {
        display: inline-block;
    }


    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th.noFilter {
        display: none;
    }

    .datagridOuterWrapper .rs_table_responsive thead .filterLine.filterVisible th:hover {
        background-color: #f8f8f8;
    }
}


/***
FORM
***/
.formOuterWrapper {
    margin: 10px auto;
    min-width: 500px;
    max-width: 800px;
}

.formOuterWrapper.wideForm {
    min-width: 700px;
    max-width: 1000px;
}

.formOuterWrapper.fullWidthForm {
    max-width: 100%;
}

.formTitle {
    font-size: 1.1em;
}

.tooltipColumn {
    margin: auto;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 5px 8px;
    color: #666;
    font-style: italic;
    text-align: left;
    position: relative;
    font-size: 0.9em;
    display: block;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.tooltipColumnDziobek {
    position: absolute;
    left: -10px;
    top: 5px;
    z-index: 1;
}

.tooltipColumnMargin {
    width: 100%;
    height: 3px;
}

.well .tooltipColumn {
    background: #ffffff;
}

label.mainFieldLabel {
    text-align: left;
    display: block;
    font-size: 0.95em;
    height: auto;
    white-space: normal;
    padding: 6px;
    font-weight: normal;
    line-height: 1.35em;
    word-break: normal;
    background-color: #777;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
}

textarea.form-control {
    height: 80px;
}

.formOuterWrapper .formNode {
    text-align: left;
    position: relative;
}

.formOuterWrapper .formCheckbox {
    padding: 10px;
    background: none;
}

.formRowSubmit {
    margin: 10px auto 10px auto;
    max-width: 280px;
}

.formOuterWrapper .well-heading {
    margin-bottom: 18px;
}

.formOuterWrapper .formGroupLine {

}

.formOuterWrapper .formGroupLine label {
    font-weight: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline;
}

.formOuterWrapper .formGroupCell div {
    text-align: left;
}

.formOuterWrapper .formGroupCell {
    margin-bottom: 10px;
}


.formCheckboxGroup, .formTextGroup {
    display: inline-block;
    margin-top: 2px;
    list-style-type: none;
    width: 100%;
}

.formCheckboxGroup label, .formTextGroup label {
    float: none;
    display: inline;
    padding: 0 20px 0 5px;

}

.formCheckboxGroup label:hover {
    background-color: #ddd;
}


.formCheckboxGroup li, .formTextGroup li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 0px;
    vertical-align: top;
    padding: 0 5px 0 25px;
    width: 42%;
}


.formSection {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    padding: 6px 6px;
    text-align: center;
    border-radius: 3px;
}

.formLink {

}


.formErrorMessage {
    font-size: 0.9em;
    margin: 3px 0 10px 0;
    padding: 8px;
}

.fileGalleryRow {
    margin-top: 8px;
}

.fileGalleryRow .thumbnail {
    position: relative;
    background-color: #f6f6f4;
}

.fileGalleryRow .thumbnail img {
    margin: 5px auto;
}

.fileGalleryRow .fileDescription {
    text-align: center;
    font-size: 0.8em;
    margin-top: 3px;
}

.fileDeleteIcon {
    width: 16px;
    height: 16px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-image: url(/resources/images/icons/16x16/delete.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.fileGalleryFileIconMode {
    position: relative;
    display: inline-block;
    margin: 10px 10px 0 0;
}

.fileGalleryFileIconMode .fileDeleteIcon {
    top: -7px;
    right: -7px;
}

.commentMeta {
    color: #780000;
    font-weight: bold;
}

.commentItem {
    font-style: italic;
    padding-top: 5px;
}

.commentUserPhoto {
    width: 100%;
    text-align: left;
    padding: 4px;
}

.commentsTitle {
    text-align: left;
    padding: 7px;
    font-size: 0.9em;
    font-weight: bold;
}

.formOuterWrapper .formCheckboxGroupItem {
    margin-right: 10px;
}


.formOuterWrapper .hasTimepicker {
    cursor: auto;
}

.formOuterWrapper label.formCheckboxGroupItemButton {
    margin-bottom: 10px;
    display: block;
}

.formNonEditableText {
    padding: 5px 8px;
    font-style: italic;
    border: solid 1px #ddd;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}


@media (max-width: 767px) {
    .formOuterWrapper, .formOuterWrapper.wideForm {
        min-width: 200px;
    }

    .formOuterWrapper label.formCheckboxGroupItemButton {
        padding: 5px 7px;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border: 1px solid #ddd;

        margin-bottom: 3px;

    }

    .formOuterWrapper .formCheckboxGroupItemButtonActive {
        background-color: #ededed;
        text-shadow: 0 1px 0 #f3f3f3;
    }
}


.reportFormHead label.mainFieldLabel {
    font-weight: bold;
}

.reportFormHead {
    padding-bottom: 0px;
}

.formFieldSet {
    margin: 10px 0;
    padding: 0 10px;
    border: solid 1px #cccccc;
}

.formFieldSet legend {
    margin: 0 10px;
    padding: 0 5px;
    font-weight: bold;
    color: #666;
}


.formLabel {
    display: block;
    float: left;
    margin-top: 2px;
}

.formSubmit {
    width: 100px;
    padding: 3px;
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0.9em;
    background-image: url(/resources/images/layout/ui-bg_glass_75_dadada_1x400.png);
    color: #fff;
}


.intersection div {
    font-weight: bold;
    text-align: center;
    margin-bottom: -2px;
    padding-top: 10px;
    margin-top: 0px;
}


div.fileGalleryImage, div.fileGalleryFile, div.fileGalleryAudio, div.fileGalleryVideo {
    text-align: center;
    font-size: 80%;
    position: relative;
    padding: 5px;
    border: solid 1px #ddd;
    margin: 3px;
}


.fileGalleryDg div.fileGalleryImage, .fileGalleryDg div.fileGalleryFile {
    display: inline-block;
}

.fileGalleryDg {
    border: 0;
    text-align: center;
}


.formLabelLarge {
    font-size: 1em;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}


/****
REPORT_FORM
****/

.reportForm, .reportFormHead {
    max-width: 800px;
}

.reportForm .formCheckboxGroup li, .reportForm .formTextGroup li {
    display: inline-block;
}

.reportForm label.mainFieldLabel {
    line-height: 1.35em;
}

.reportForm ul.formCheckboxGroup {

}

.reportForm .formInputFile {
    margin-left: 25px;
}


.reportForm_label_photo {
    border: none;
    padding: 0;
    margin: 0;
}

.reportForm_label_photo .formLargeElement {
    border: none;
    margin: 0 auto;
}

.reportForm_label_photo .fileGallery {
    margin: 0 auto;
    border: none;
}

@media (min-width: 768px) {
    .reportForm .multipleInputRow {
        border: solid 1px #ddd;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        margin-left: 0px;
        padding-left: 15px;
        padding-top: 10px;
    }
}


/****
KALENDARZ
****/

.calendarWrapper {
    margin: 10px auto 0 auto;
    max-width: 800px;
}

.calendarMonthSelector {
    text-align: center;
}

.calendarMonthSelector .dropdown {
    display: inline-block;
}

.calendarMain {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}

.calendarMain td {
    border: solid 1px #bbb;
    padding: 10px;
}

.calendarMain thead td {
    background-color: #eee;
}

.calendarMain tbody td, .calendarDayName {
    text-align: center;
    width: 14.28571428571429%;
}

.calendarWeekend {
    background-color: #e7ffdf;
}

.calendarHoliday {
    background-color: #ffdfdf;
}

.calendarTitle {
    padding: 10px 10px;
    font-size: 1.1em;
    display: block;
    margin-bottom: 10px;
}

.calendarDayClickable {
    cursor: pointer;
}

.calendarDayClickable:hover, .calendarSelectedDate {
    background-color: #c5c5c5;
}

.calendarSelectedDate {
    font-weight: bold;
}


.calendarMain td.calendarWarningDay {
    background-image: url(/resources/images/layout/warning_day.png);
    background-position: 72px 35px;
    background-repeat: no-repeat;
}

.calendarMain td.calendarOkDay {
    background-image: url(/resources/images/layout/ok_day.png);
    background-position: 72px 35px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .calendarMain td {
        padding: 3px;

    }
}


/****************
****  FILTR *****
*****************/

.filterWrapper {
    max-width: 800px;
    min-width: 600px;
    margin: 10px auto 0 auto;
}

.filterSelector {
    text-align: center;
}

.filterLabel {
    font-size: 0.9em;
}

.filterButton {
    font-size: 0.85em;
    padding: 5px 8px;
}

@media (max-width: 767px) {
    .filterWrapper {
        width: 100%;
        min-width: 0px;
        margin: 10px auto 0 auto;
    }
}


/***************
****** INNE ****
****************/


.noBottomMargin {
    margin-bottom: 0;
    padding-bottom: 0;
}

.noBottomMargin-form-group .form-group {
    margin-bottom: 0;
}


.greyBackground {
    background-color: #eee;
}

.greenBackground {
    background-color: #dfffe1;
}


.redText {
    color: #ff0000;
}

.greenText {
    color: #07c907;
}

.newAnswer {
    background-image: url(/resources/images/icons/32x32/new.png);
    background-repeat: no-repeat;
    background-position: right center;
}

div.formQuestionResult {
    position: absolute;
    display: inline-block;
    z-index: 1;
    min-width: 24px;
    top: 0px;
    right: 15px;
    border: solid 1px #444;
    text-align: center;
    padding: 3px;
    font-size: 80%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.formResults {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.formResults td {
    padding: 5px;
    text-align: left;
    border: solid 1px #ccc;
}

.formResults thead td {
    font-weight: bold;
    background-color: #ccc;
}

.formResults .totalResults td {
    font-weight: bold;
    border-top: double 4px #ccc;
}

.mesageRecipients {
    border-collapse: collapse;
    wisth: 100%;
    margin: 7px;
}

.mesageRecipients td {
    padding: 5px;
    border: solid 1px #ccc;
}

.mesageRecipients thead td {
    background-color: #ddd;
    font-weight: bold;
}

#error_page {
    text-align: center;
    background-color: rgba(100, 100, 100, 0.7);
}

#error_page p, #error_page div {
    font-size: 25px;
    color: #e26162;
    font-weight: bold;
}

#error_page p {
    text-align: center;
    width: 900px;
    font-size: 20px;
}

#error_wrapper {
    display: inline-block;
    padding: 20px;
    position: relative;
    margin: 20px;
}

div #error_message {
    color: #ff0000;
}

#error_page img {
    padding: 10px;
}

.powitanie {
    margin: 20px 20px;
    width: 200px;
    font-size: 1.2em;
}

.formOuterWrapper .form-inline .row, .formOuterWrapper .form-inline .formRowSubmit {
    display: inline-block;
}

.formOuterWrapper .geolocation_status {
    margin: 0 auto 10px auto;
    display: block;
    width: 200px;
    padding: .2em .6em .3em;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border-radius: .25em;
}

.formOuterWrapper .geolocation_status_pending {
    background-color: #f0ad4e;
}

.formOuterWrapper .geolocation_status_ok {
    background-color: #5cb85c;
}

.formOuterWrapper .geolocation_status_error {
    background-color: #d9534f;
}

.formOuterWrapper .geolocation_accuracy {
    background-color: #ccc;
    border: solid 1px #777;
    margin: 10px auto 10px auto;
    display: block;
    width: 200px;
    padding: .2em .6em .3em;
    font-size: 0.9em;
    text-align: center;
    border-radius: .25em;
}

.formOuterWrapper .geolocation_status_pending .one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
    font-size: 24px;
    line-height: 10px;
}

.formOuterWrapper .geolocation_status_pending .two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
    font-size: 24px;
    line-height: 10px;
}

.formOuterWrapper .geolocation_status_pending .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
    font-size: 24px;
    line-height: 10px;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .formResults td {
        word-break: break-all;
    }
}


/****
*** 3M
*****/

#mainMenuNavBar {
    background-image: url(/resources/images/layout/slider_tlo.jpg);
    background-position: 0 -200px;
    border-width: 0;
}

#mainMenuNavBar .navbar-nav {
    padding-right: 3%;

}

#mainMenuNavBar .navbar-nav a {
    padding: 4px;
    color: #fff;
}

#top_content.account_page {
    margin-top: 0;
}

#application_logo {
    padding: 0 40px 0 0;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}

#application_logo img {
    height: 60px;
    background-color: #fff;
    color: #333;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #333;
    padding: 5px 10px;
}


#mainMenuNavBar .navbar-brand {
    height: auto;
}


#mainMenuNavBar .container {
    margin-top: 80px;
}

#mainMenuNavBar_inner_wrapper {
    background: rgb(54, 25, 25);
    background: rgba(54, 25, 25, .5);
    min-height: 38px;
}


#mainMenuNavBar .navbar-nav .dropdown-menu li a {
    background-color: #fff;
    border: none;
    color: #333;
    border-radius: 0px 0px 0px 0px;
}

#mainMenuNavBar .navbar-nav .dropdown-menu li a:hover {
    background-color: #e7e7e7;
}

#mainMenuNavBar .navbar-nav li:hover {
    background: transparent;
}

#middle_wrapper .nav-tabs {
    border-bottom: solid 1px #000;
}

#middle_wrapper .nav-tabs li.active a, #middle_wrapper .nav-tabs li.active a:hover {
    border: solid 1px #000;
    border-bottom-color: transparent;
}

#middle_wrapper .nav-tabs li a {
    color: #444;
    padding: 6px 10px;
}

#middle_wrapper .nav-tabs li a:hover {
    border-bottom: solid 1px #000;
}

#inner_wrapper {
    border: solid 1px #000;
    border-top-width: 0;
}

.panel-primary {
    border-color: #777;
}

.panel-primary .panel-heading {
    background-color: #777;
    border-color: #777;
}

.formSection {
    background-color: #008dd2;
    border-color: #e61c1c;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #007bb7;
    border-color: #148bc5;
}

.btn-default, .btn-default:hover {
    color: #008dd2;
    font-weight: bold;
}

a {
    color: #148bc5;
}

a:hover {
    color: #14a4ea;
}

.datagridOuterWrapper table {
    border: solid 2px #777;
}

.datagridOuterWrapper thead {
    border-bottom: solid 3px #777;
}

.datagridOuterWrapper tfoot {
    border-top: solid 3px #777;
}

.pagination li a, .pagination li span {
    color: #777;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #999;
    border-color: #999;
}

.customerSelectShortForm .form-group {
    margin-bottom: 0;
}


@media (max-width: 767px) {

    #mainMenuNavBar {
        background-image: url(/resources/images/layout/slider_tlo.jpg);
        background-position: -100px -240px;
    }

    #mainMenuNavBar_inner_wrapper .container {
        margin-top: 0px;
    }

    #inner_wrapper, #inner_wrapper.top_border {
        border-width: 0;
    }

    #mainMenuNavBar_inner_wrapper {
        background: transparent;
    }

    #application_logo {
        padding: 0 40px 0 0;
        position: relative;
        z-index: 2;
        top: 4px;
        left: 4px;
    }

    #application_logo img {
        height: 42px;

    }


    #user_logo {
        padding: 0 0 0 0;
        position: relative;
        z-index: 2;
        top: 4px;
        left: 4px;
        height: 42px;
    }

    #mainMenuNavBar .navbar-toggle {
        background-color: #fff;
        color: #333;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border: 1px solid #333;
    }

    #mainMenuNavBar .navbar-toggle:hover, #mainMenuNavBar .navbar-toggle:focus {
        background-color: #ccc;
    }

    #mainMenuNavBar .navbar-collapse {
        background-color: #fff;
        color: #333;
    }

    #mainMenuNavBar .navbar-collapse a {
        color: #333;
    }

    #mainMenuNavBar .navbar-collapse .mainMenu li a:hover, #mainMenuNavBar .navbar-collapse .mainMenu li.active a, #mainMenuNavBar .navbar-collapse .navbar-nav .dropdown.open a.dropdown-toggle, #mainMenuNavBar .navbar-collapse .navbar-nav .dropdown a.dropdown-toggle:hover {
        background-color: #383636;
    }

    #mainMenuNavBar .navbar-nav li.active a, #mainMenuNavBar .navbar-nav li a:hover, #mainMenuNavBar .navbar-nav .dropdown.open a.dropdown-toggle {
        background-color: #fff;
        color: #333;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
    }


    #middle_wrapper .nav-tabs {
        border-bottom-width: 0;
    }

    #middle_wrapper .nav-tabs li.active a, #middle_wrapper .nav-tabs li.active a:hover {
        border: solid 1px #000;
        background-color: #bbb;
    }

    #middle_wrapper .nav-tabs li a {
        color: #444;
        padding: 6px 10px;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid #000000;
        margin: 2px;
    }

    #middle_wrapper .nav-tabs li a:hover {
        border: solid 1px #000;
    }

}

.datagridOuterWrapper td.lightRed {
    background-color: #ffe1e1;
}

.datagridOuterWrapper td.lightGreen {
    background-color: #e1ffe4;
}

.upload_progress_bar {
    display: none;
    margin: 5px auto 5px auto;
}

@media (min-width: 768px) {
    .upload_progress_bar {
        max-width: 70%;
    }
}


/****
MILWAUKEE
****/


#ludzie_tlo {
    background-image: url(/resources/images/layout/Milwaukee/tlo_pila.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#twarz_tlo {
    background-image: url(/resources/images/layout/Milwaukee/tlo_2023.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: row;
}

#maszyny_tlo {
    background-image: url(/resources/images/layout/Milwaukee/tlo_2023.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    display: flex;
}

#facet_tlo {
    background-image: url(/resources/images/layout/Milwaukee/tlo_facet.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

#facet_tlo2 {
    background-image: url(/resources/images/layout/Milwaukee/tlo_facet2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

#facet_tlo3 {
    background-image: url(/resources/images/layout/Milwaukee/tlo_facet3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

#facet_tlo4 {
    background-image: url(/resources/images/layout/Milwaukee/tlo_facet4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

#inner_wrapper {
    border: none;
}

#top_content {
    margin-top: 20px;
    position: relative;
}

#top_content .row, #login_wrapper .row {
    margin: 0;
}

#top_content .row div.frame, #login_wrapper .row div.frame {
    padding: 0;
    margin-bottom: 9px;
}

#top_content .row div.left_frame, #login_wrapper .row div.left_frame {
    padding-right: 2px;
}

#top_content .row div.right_frame, #login_wrapper .row div.right_frame {
    padding-left: 2px;
}

#top_content .row div.middle_frame, #login_wrapper .row div.middle_frame {
    padding-left: 2px;
    padding-right: 2px;
}

#top_belka {
    /*background-color:rgba(100, 100, 100, 0.8);*/
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #db011c;
    text-align: left;
    font-weight: 900;
    color: #db011c;
    padding: 0 24px;
    font-size: 20px;
    /* margin-bottom:170px; */
    margin-bottom: 6px;
}

#top_belka img {
    margin: 5px 26px;
    height: 46px;
}

#login_wrapper {

}

.login_title_text {
    color: #fff;
    font-size: 18px;
    margin: 8px auto;
}

.belka_z_piorunem {
    background-color: #db011c;
    color: #fff;
    background-image: url(/resources/images/layout/Milwaukee/22121_PMI_krzywe_OST_Sygnet biały.png);
    background-position: 41px center;
    background-repeat: no-repeat;
    padding: 7px;
    text-align: center;
    /*padding-left:90px;*/
    font-size: 20px;
    font-weight: 700;
}


#blacha_frame {
    background-image: url('/resources/images/layout/Milwaukee/blacha.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blacha_frame div {
    max-width: 80%;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: bold;
}

.grey_form {
    /* background-color:rgba(100, 100, 100, 0.8); */
    /* background-color:rgba(125, 125, 125, 0.8); */
    background-color: rgba(0, 0, 0, 0.6);
    /* border:solid 1px #da0a31; */
    /*border:solid 1px #333333;*/
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.grey_form .formOuterWrapper, .grey_form.formOuterWrapper {
    margin: 0 auto;
}

.grey_form .formOuterWrapper.panel, .grey_form.formOuterWrapper.panel {
    border: none;
    background-color: transparent;
}

.grey_form .formOuterWrapper .panel-body, .grey_form.formOuterWrapper .panel-body {
    padding: 5px;
}

.grey_form label.mainFieldLabel {
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.grey_form .form-control {
    border-radius: 0;
    border: solid 1px #db011c;
}

.grey_form .form-control:focus {
    border-color: #db011c;
    box-shadow: none;
}

.grey_form .form-group {
    margin-bottom: 4px;
}

.grey_form .btn-primary {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: unset;
    background-color: #383636;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    box-shadow: 4px 4px 5px 1px rgb(83 0 1);
}

.btn-primary {
    border-color: unset;
}

/* .grey_form .btn-primary:hover, .grey_form .btn-primary:active, .grey_form .btn-primary:focus	{
	border:solid 2px #fe0130;
	outline:none;
}
*/

.red_form {
    background-color: #db011c;
    border: solid 1px #db011c;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

#top_content .row div.frame#logo_pre_login2 {
    margin-bottom: 6px;
    width: 100%;
    max-height: 200px;
}

#top_content .row div.frame#logo_pre_login2 img {
    max-height: 100%;
    max-width: 100%;
    padding: 15px;
}

.red_form .formOuterWrapper, .red_form.formOuterWrapper {
    margin: 0 auto;
}

.red_form .formOuterWrapper.panel, .red_form.formOuterWrapper.panel {
    border: none;
    background-color: transparent;
}

.red_form .formOuterWrapper .panel-body, .red_form.formOuterWrapper .panel-body {
    padding: 5px;
}

.red_form label.mainFieldLabel {
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.red_form .form-control {
    border-radius: 0;
    border: solid 1px #db011c;
}

.red_form .form-control:focus {
    border-color: #db011c;
    box-shadow: none;
}

.red_form .form-group {
    margin-bottom: 4px;
}

.red_form .btn-primary {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: solid 1px #fff;
    background-color: #db011c;
}

.red_form .btn-primary:hover, .red_form .btn-primary:active, .red_form .btn-primary:focus {
    background-color: #dc0c33;
    outline: none;
}

.account_page_info .grey_form, .account_page_info .red_form {
    font-size: 18px;
    padding: 20px;
    height: 150px;
}

.account_page_info .red_form {
    font-size: 16px;
    font-weight: bold;
}

.account_page_info .red_form .btn {
    margin: 20px auto 0 auto;
    font-size: 16px;
    padding: 12px;
    max-width: 280px;
}

.no_padding {
    padding: 0;
}

.rejestracja {
    font-size: 18px;
    padding: 25px 15px;
}

#login_form .grey_form {
    padding-top: 15px;
    padding-bottom: 5px;
}

.rejestracja_text {
    padding: 32px 0;
}

.rejestracja .btn-primary {
    max-width: 280px;
    margin: 0 auto;
}

.account_page_info .profil_uczestnika {
    text-align: left;
    padding: 20px 10px 20px 41px;
    font-size: 20px;
    line-height: 33px;
}

.account_page_info .profil_bp {
    text-align: left;
    padding: 20px;
    font-size: 20px;
    line-height: 33px;
    height: auto;
}

#middle_belka {
    text-align: left;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #db011c;
    text-align: center;
}

.grey_form.formOuterWrapper.register_form {
    max-width: 100%;
}

.grey_form.formOuterWrapper.register_form .panel-body {
    padding: 0;
}

.grey_form.formOuterWrapper.register_form .panel-body .form-horizontal {
    width: 100%;
}

#REGISTER_FORM_register_left_ID_wrapper, #REGISTER_FORM_zgody_ID_wrapper {
    width: 50%;
    border: solid 1px #db011c;
    background-color: rgba(100, 100, 100, 0.8);
    border-radius: 0;
    float: left;
}

#REGISTER_FORM_zgody_ID_wrapper {
    margin-left: 1%;
    width: 49%;
    margin-bottom: 0;
    border-bottom-width: 0;
}

.grey_form.formOuterWrapper.register_form .formRowSubmit {
    float: right;
    margin-left: 1%;
    width: 49%;
    border: solid 1px #db011c;
    background-color: rgba(100, 100, 100, 0.8);
    border-radius: 0;
    max-width: inherit;
    border-top-width: 0;
    margin-top: 0;
}

.grey_form.formOuterWrapper.register_form .tooltipColumn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.grey_form.formOuterWrapper.register_form .tooltipColumnDziobek {
    display: none;
}

#REGISTER_FORM_submit_button {
    max-width: 280px;
    margin: 10px auto;
}

#LOGIN_FORM_forget_password_ID a {
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
}

a, a:focus, a:hover, a:visited, a:active {
    color: #fff;
    text-decoration: underline;

}

#footer {
    border: none;
}

#footer p {
    color: #fff;
    font-size: 16px;
    vertical-align: bottom;
    font-weight: normal;
    margin-bottom: 30px;
}

#footer a {
    display: inline;
    vertical-align: bottom;

}

#footer span {
    vertical-align: bottom;
}

#mainMenuNavBar, #mainMenuNavBar_inner_wrapper {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
}

#mainMenuNavBar #top_content {
    margin-top: 15px;
}

.img-responsive_full {
    width: 100%;
}

.red_border {
    border: solid 1px #db011c;

}

#middle_wrapper, #inner_wrapper {
    display: block;
    padding: 0;
}

.margin_bottom_4 {
    margin-bottom: 4px;
}

.register_page {
    margin-top: -6%;
}


#twarz_tlo .flex_container_userpost {
    margin-left: 5%;
    margin-top:  5%;
}


#REGISTER_FORM_register_left_ID_wrapper .col-sm-3 {
    width: 33.33333%
}

#REGISTER_FORM_register_left_ID_wrapper .col-sm-9 {
    width: 66.66666%
}

.navbar-collapse {
    padding: 0;
}

.mainMenu {
    display: flex;
    float: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-nav > li {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 7px;
    background-color: #db011c;
    margin-right: 4px;
    padding-bottom: 10px;

}

.maszyny_tlo_flex#maszyny_tlo > div.flex_container_userpost {
    justify-content: unset;
    margin-left: -3%;
}

#mainMenuNavBar {
    z-index: 1;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
}

.maszyny_tlo_flex {
    height: unset;
    min-height: 100%;
}


.navbar-nav > li {

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: unset;
}

.navbar-nav > li.last_menu_item {
    margin-right: 0;
}

#mainMenuNavBar .navbar-nav li:hover {
    background-color: #db011c;
}

#mainMenuNavBar a {
    color: #fff;
    text-decoration: none;
}


.alert-danger a {
    color: #7f0705;
}

.alert-success a {
    color: #3a9216;
}

#register_thank_you .formOuterWrapper {
    max-width: 100%;
    width: 100%;
    padding: 40px;
    font-weight: bold;
    font-size: 1.2em;
}

.login_return {
    margin: 10px auto;
    text-align: center;
}

.login_return a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#logout {
    position: absolute;
    width: 200px;
    right: 10px;
    top: -30px;
    x-index: 2;
    text-align: right;
    padding-right: 15px;
}

#logout a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-decoration: underline;
}

.faq_question {
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}

.faq_answer {
    text-align: left;
    padding: 5px;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.faq_lista {
    padding: 15px 95px;
    padding-top: 30px;
}

.search_form {
    background-color: #db011c;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 6px;
}

.search_form .row {
    padding: 3px;
}

.search_category {
    text-align: right;
}

.search_form select {
    color: #db011c;
    width: 100%;
    font-weight: normal;
    padding: 4px;
}

.search_title {
    text-align: left;
    padding-left: 70px;

}

#top_content .row.search_top {
    margin-bottom: 4px;
    padding: 2px;
}

.search_magnifier {
    text-align: left;
    padding-top: 8px;
}

.product_register_search .search_top .search_title {
    padding-top: 8px;
}

#top_content .product_register_search_results .belka_z_piorunem.row.search_top {
    padding: 6px;
}

.search_magnifier input {
    color: #db011c;
    padding: 2px;
    font-size: 16px;
    font-weight: normal;
}

.search_magnifier img {
    cursor: pointer;
}

.search_form .btn-primary {
    max-width: 280px;
    margin: 0 auto;
}

.product_register_search_results {
    margin-top: 10px;
}

.register_change {
    background-image: unset;
}

#twarz_tlo.maszyny_tlo_flex2 .flex_container_userpost {
    margin-top: 5%;
    margin-left: 5%;
}

.flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_container_userpost {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
    /*	transform: skew(-8deg, 0deg); */
    align-self: center;
}

.maszyny_tlo_flex3 .flex_container_userpost {
    margin-left: -4%;
    padding-top: 1.5%;
}

#twarz_tlo .alert {
    margin-bottom: 7%;
}

.maszyny_tlo_flex3 #the_end #logo_milwauke.red_border {
    padding-left: 10%;
}

#top_content {
    width: auto;
}

/*
.col-sm-4 {
	-webkit-box-shadow: 0px 0px 15px -5px rgba(185, 36, 47, 1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(185, 36, 47, 1);
	box-shadow: 0px 0px 15px -5px rgb(39 18 19);
}
*/
#mainMenuNavBar {
    background-color: #db011c;
}

.search_result {
    width: 24.5%;
    padding: 16px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.search_result img, .cart_image img {
    max-width: 100%;
    height: 160px;
}

.cart_item {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.search_result_name, .cart_item_name {
    margin-top: 10px;
    text-align: left;
    min-height: 66px;
}

.search_result_points, .cart_item_points {
    text-align: left;
    font-size: 19px;
    padding-top: 40px;
}

.search_result_points.search_result_points_crossed_out, .cart_item_points.cart_item_points_crossed_out {
    text-decoration: line-through;
    width: 50%;
    float: left;
}

.search_result_points.search_result_points_promo, .cart_item_points.cart_item_points_promo {
    font-size: 160%;
    width: 50%;
    float: left;
    padding-top: 33px;
}

.search_result_outer_id, .cart_item_outer_id, .cart_item_category {
    margin-top: 10px;
    text-align: left;

}

.search_result_outer_id div, .cart_item_outer_id div, .cart_item_category div {
    color: #bbb;
    text-align: left;
}

.search_result_more, .cart_item_more {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}

.search_result_cart_form {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.cart_item_form {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}

.cart_relative {
    position: relative;
    float: left;
}

.search_result_cart_form_left {
    width: 80%;
    float: left;
}

.search_result_cart_form_left input {
    max-width: 100%;
    color: #333;
    padding: 2px;
    background-color: #fff;
}

.search_result_cart_form_right {
    width: 20%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.search_result_cart_form_right img {
    max-width: 100%;
    cursor: pointer;
    height: auto;
}

.koszyk_wrap {
    border: solid 1px #fff;

}

.koszyk_button {
    padding: 5px;
    line-height: 30px;
    padding-top: 8px;
    cursor: pointer;
}

.koszyk_button img {
    margin: -4px 7px 0px 7px;
}

.cart_register_page .koszyk_button {
    border-width: 0;
}

.koszyk_count {
    display: inline-block;
    background-color: #fff;
    color: #333;
    border-radius: 15px;
    height: 30px;
    width: auto;
    min-width: 30px;
    font-size: 14px;
    margin-top: -10px;
    text-align: center;
}

#top_content .cart_item {
    margin-top: 4px;
}

.cart_image {
    position: relative;
}

.cart_image, .cart_left_center, .cart_right_center, .cart_item_form {
    width: 25%;
    padding: 5px 10px;
}

.cart_items .btn {
    max-width: 280px;
    margin: 3px auto;
}

.cart_submit img {
    margin: -8px -10px -3px 10px;
}

.cart_error_message {
    width: 100%;
    float: left;
    margin: 2px auto;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: normal;
}

.cart_empty {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #db011c2;
    color: #fff;
    text-align: center;
}

.search_result_cart_form .cart_add_submit {
    background-image: url(/resources/images/layout/Milwaukee/koszyk_plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 37px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border-width: 0;
    vertical-align: bottom;
}

.alert {
    text-align: center;
}

.last_activity_top {
    margin-top: 20px;
}

.red_dg .datagridTitleRow {
    display: none;
}

.red_dg .datagridOuterWrapper {
    width: 100%;
}

.red_dg .datagridOuterWrapper th, .red_dg .datagridOuterWrapper thead, .red_dg .datagridOuterWrapper tfoot td {
    background-color: #db011c;
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    font-size: 12px;
}

.red_dg .datagridOuterWrapper th {
    vertical-align: middle;
    font-size: 12px;
}

.red_dg .datagridOuterWrapper td {
    color: #fff;
    background-color: rgba(100, 100, 100, 0.95);
    border: solid 1px #db011c;
    font-size: 12px;
}

.red_dg .datagridOuterWrapper td.datagridOddLine {
    background-color: rgba(60, 60, 60, 0.95);
}


.red_dg .datagridOuterWrapper table {
    background-color: none;
    color: #fff;
    border-color: #fff;
    border-width: 2px;
}

.red_dg .datagridOuterWrapper tfoot {
    border-color: #fff;
    border-width: 2px;
}

.red_dg .datagridSummary .perPageSection, .red_dg .datagridSummary .summaryText {
    color: #fff;
}

.red_form.paginationSection {
    padding: 15px 15px 10px 15px;
}

.red_form.paginationSection ul li a {
    color: #db011c;
}

.red_form.paginationSection ul li.active a {
    color: #fff;
}

.red_dg .datagridOuterWrapper .rs_table_responsive tbody td.datagridButtonCell div, .red_dg .datagridOuterWrapper .rs_table_responsive tbody td.datagridButtonCell div:hover, .red_dg .datagridOuterWrapper .rs_table_responsive tbody td.datagridButtonCell div:active {
    background-color: #db011c;
    border: solid 1px #db011c;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_30 {
    margin-top: 30px;
}

#chart_30_days {
    width: 1000px;
    height: 535px;
    background-image: url(/resources/images/layout/Milwaukee/wykres_tlo.png);
    background-position: center bottom;
    margin: 0 auto;
}

#chart_30_days_wrapper {
    margin-top: 30px;
    position: relative;
    background-color: rgba(218, 1, 49, 0.9);
}

#chart_30_days_wrapper #chart_30_days_title {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 10;
    font-weight: bold;
}

#chart_30_days div {
    margin: 0 auto;
}

.chart_table {
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.chart_table table {
    border-collapse: collapse;
    margin: 0 60px;
}

.chart_table table td {
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    padding: 7px;
    font-size: 16px;
}

.chart_table table thead td {
    color: #db011c;
    background-color: #fff;
}

#chart_30_days_title option, #chart_30_days_title select {
    background-color: #db011c;
}

#chart_30_days_wrapper #chart_30_days_title select {

}

#chart_30_days_wrapper #chart_30_days_title select option {
    color: #fff;
}

#chart_30_days_title select {
    border: solid 1px #fff;
}

.chart_table table.employee_table {
    margin-bottom: 20px;
}

.chart_table table td.double_top {
    border-top: double 3px #fff;
    font-weight: bold;
}

.chart_table table td.double_left {
    border-left: double 3px #fff;
    font-weight: bold;
}

.race_results {
    position: relative;
}

.race_results_table_outer_wrapper {
    padding: 10px 30px 30px 30px;
}

.race_results_table_wrapper {
    position: relative;
    overflow: hidden;
}

.race_results table {
    width: 100%;
}

.race_results table td {
    padding: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.race_results_mark {
    text-align: center;
}

.race_results_mark div {
    background-color: rgba(255, 255, 255, 0.7);
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #db011c;
    font-weight: bold;
    margin: auto;
    padding: 4px;
}

.race_results_mark_current div {
    background-color: rgba(255, 255, 255, 1);
    width: 45px;
    height: 46px;
    padding: 13px;
    border-radius: 28px;
}

.race_results table td.race_results_col_y {
    width: 30px;
    padding-right: 5px;
}

.race_results table td.race_results_col_x {
    padding-top: 16px;
}

.race_results_ox_x {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.race_results_ox_y {
    position: absolute;
    top: 0px;
    left: 24px;
}

.race_results.red_miejsce {
    background-color: rgba(219, 10, 49, 0.85);
}

.cart_item_summary span {
    font-size: 19px;
}

.cart_summary {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}

.cart_summary span {
    font-size: 16px;
}

#chart_overlay {
    position: absolute;
    z-index: 100;
    font-size: 50px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(100, 100, 100, 0.8);
}

.no_background {
    background: transparent !important;
}

#REGISTER_CART_FILTER_ID .filterWrapper {
    margin: 0 auto;
    max-width: inherit;
    min-width: inherit;
    background-color: transparent;
    border: none;
}

#REGISTER_CART_FILTER_ID .filterWrapper .panel-body {
    padding: 0;
}

#REGISTER_CART_FILTER_ID .filterWrapper .panel-body .filterLabel, #REGISTER_CART_FILTER_ID .filterWrapper .panel-body .filterButton {
    font-size: 14px;
    display: block;
}

#REGISTER_CART_FILTER_ID .filterWrapper .panel-body .filterDropDownCheck {
    border: solid 1px #db011c;
    border-radius: 0;
}

#REGISTER_CART_FILTER_ID .filterWrapper .filterFooter {
    padding: 0;
}

#new_policy .grey_form {
    padding-top: 20px;
    font-size: 16px;

}

#new_policy .grey_form p {
    max-width: 800px;
    margin: 10px auto;
}

#new_policy .well {
    background: transparent;
    border: none;
    padding: 8px;
    color: #fff;
    box-shadow: unset;
}

#new_policy .grey_form label.mainFieldLabel {
    font-size: 16px;
}

#ludzie_tlo .grey_form {
    background-color: rgba(0, 0, 0, 0.4);
}

#ludzie_tlo #middle_belka {
    background-color: rgba(0, 0, 0, 0.4);
}

#ludzie_tlo .btn {
    background-color: #db011c;
}

#new_policy .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
}

#new_policy #NEW_POLICY_FORM_u_email_ID_wrapper .form-group {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#new_policy #NEW_POLICY_FORM_u_phone_ID_wrapper .form-group {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#new_policy .form-group div {
    width: auto;
}

#new_policy .form-group div.col-sm-12 {
    width: 100%;
    order: -100;
}

#infobox1 {
    top:10%;
    right: 0%;
}

#infobox2 {
    bottom:15%;
}

#infobox3 {
    bottom:35%;
}

.choragiewka_wrapper {
    position: absolute;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    z-index: 100;
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.choragiewka_content {
    display: flex;
    background-color: #db011c;
    padding: 10px;
}


.choragiewka_text {
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
}

.choragiewka_text2 {
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
    padding-right: 1%;
}

.choragiewka_text3 {
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
    padding-right: 1%;
}

.choragiewka_line {
    border: solid 1px #FFFFFF;
    position: absolute;
    z-index: 99;
}

#infobox1_line {
    position: absolute;
    top: 34%;
    right: 16%;
    height: 2px;
    width: 200px;
    transform: rotate(100deg);
}

#infobox2_line {
    position: absolute;
    top: 65%;
    right: 28.5%;
    height: 2px;
    width: 200px;
    transform: rotate(146deg);
}


#infobox3_line {
    position: absolute;
    top: 55%;
    right: 30.5%;
    height: 2px;
    width: 200px;
    transform: rotate(176deg);
}

.choragiewka_image2 {
    width: 80%;
}

#special_message {
    background-color: rgba(55,0,7,0.75);
    color: #FFFFFF;
    padding: 40px;
    text-align: center;
    font-size: 18px;
    /* position: absolute; */
    position: static;
    top:unset;
    right:60px;
    bottom:60px;
    left:60px;
}

#special_message .main_title {
    font-size: 1.8em;
    font-weight: bold;
}

#special_message .sub_title {
    font-size: 1.4em;
    margin: 20px;
}

#special_message span {
    font-size: 1.1em;
    font-weight: bold;
}

#new_policy .well .tooltipColumnDziobek {
    display: none;
}

@media (min-width: 768px) {
    #REGISTER_CART_FILTER_ID .filterWrapper .panel-body .row {
        display: flex;
        justify-content: space-around;
    }

    #REGISTER_CART_FILTER_ID .filterWrapper .panel-body .row .col-sm-2 {
        margin: auto;
    }

    .cart_belka {
        display: flex;
    }

    .cart_belka .search_title {
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .account_page_info .red_form {
        font-size: 15px;
        height: 200px;
    }

    .account_page_info .profil_uczestnika {
        font-size: 15px;
        height: 200px;
    }

    .formOuterWrapper {
        min-width: inherit;
    }

    .search_result {
        width: 49.5%;
    }

    .chart_table {
        padding: 0;
        padding-top: 30px;
    }

    .chart_table table {
        margin: 30px 0 0 0;
    }

    .race_results table td.race_results_col_y {
        border-right: solid 2px #fff;
    }

    .race_results table td.race_results_col_x {
        border-top: solid 2px #fff;
        padding: 3px;
    }
}

@media (max-width: 767px) {
    #REGISTER_CART_FILTER_ID .filterWrapper .panel-body .filterButton {
        display: inline-block;
        width: 70%;
        margin: 3px auto;
    }

    #top_content .row div.left_frame, #login_wrapper .row div.left_frame, #top_content .row div.right_frame, #login_wrapper .row div.right_frame, #top_content .row div.middle_frame, #login_wrapper .row div.middle_frame {
        padding-right: 0;
    }

    #REGISTER_FORM_register_left_ID_wrapper, #REGISTER_FORM_zgody_ID_wrapper, .grey_form.formOuterWrapper.register_form .formRowSubmit {
        width: 100%;
        margin-left: 0;
    }

    #footer img {
        height: 30px;
    }

    #footer p {
        padding: 0 15px;
    }

    .mainMenu {
        display: block;
        margin: 0 15px 10px 15px;
        -webkit-box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 1);
        box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 1);
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        padding: 5px;
        border: solid 1px #fff;
        background-color: #fff;
    }

    #mainMenuNavBar .navbar-collapse {
        background-color: transparent;
        border: none;
    }


    .navbar-nav > li {
        margin-bottom: 4px;
        padding: 5px;
    }

    #mainMenuNavBar .navbar-collapse a {
        color: #fff;
    }

    .account_page#top_content {
        margin-top: 0px;
    }

    .search_category {
        text-align: left;
    }

    .search_result {
        width: 100%;
    }

    .cart_image, .cart_left_center, .cart_right_center, .cart_item_form {
        width: 50%;
    }

    .red_dg .datagridOuterWrapper thead {
        display: none;
    }

    .chart_table {
        padding: 0;
        padding-top: 50px;
    }

    .chart_table table {
        margin: 30px 0 0 0;
    }

    .chart_table table td {
        word-wrap: break-word;
        padding: 3px;
        font-size: 0.65em;
    }

    .race_results table td.race_results_col_y {
        border-right: solid 2px #fff;
    }

    .race_results table td.race_results_col_x {
        border-top: solid 2px #fff;
        padding: 3px;
    }

    .koszyk_wrap {
        margin: 5px 15px;
    }

}


@media (min-width: 767px) {
    .grey_form label.mainFieldLabel {
        text-align: right;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 30px;
    }

    .belka_z_piorunem {
        background-image: none;
    }

    .search_title {
        padding-left: 15px;
    }
}

#multipurpose_form {
    padding-top: 30px;
}

#multipurpose_form .formSection {
    background-color: #db011c;
}

#multipurpose_form.grey_form label.mainFieldLabel {
    font-size: 14px;
    font-weight: bold;
}

#multipurpose_form .well {
    background-color: rgba(100, 100, 100, 0.7);
}

#multipurpose_form .reportForm .panel-heading {
    background-color: #db011c;
    border-color: #db011c;
    border-radius: 0px;
}

#multipurpose_form .reportForm {
    border: solid 1px #db011c;
    border-radius: 0px;
    margin-bottom: 15px;
}

.card_picture {
    background-image: url(/resources/images/layout/Milwaukee/karta_big.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 321px;
    width: 500px;
    margin: 0 auto 20px auto;
    position: relative;
}

.card_picture div {
    font-family: Halter;
    font-size: 14px;
    text-shadow: -1px 0px 1px #000, -1px -1px 1px #999;
    color: #eee;
}

.card_picture #cardholder_name {
    position: absolute;
    bottom: 37px;
    left: 64px;
}

.card_picture #card_hdm {
    position: absolute;
    bottom: 17px;
    left: 64px;
}

.card_picture #card_valid {
    position: absolute;
    bottom: 68px;
    left: 237px;
}

.card_picture #card_number {
    position: absolute;
    bottom: 115px;
    left: 67px;
    font-size: 24px;
}

#CARD_ACTIVATION_FORM_itax_giodo_ID_wrapper .col-sm-4 {
    float: right;
    width: 95%;
}

#CARD_ACTIVATION_FORM_itax_giodo_ID_wrapper .col-sm-4 label.mainFieldLabel {
    text-align: left;
    font-weight: normal;
}


#CARD_ACTIVATION_FORM_itax_giodo_ID_wrapper .col-sm-8 {
    float: left;
    width: 4%;
}

#CARD_DETAILS_FORM_icard_history_title_ID_wrapper .well-heading {
    margin-bottom: 5px;
}

#CARD_DETAILS_FORM_icard_history_title_ID_wrapper .formNode {
    padding: 0;
}

.news {
    background-color: #db011c;
    color: #fff;
    position: relative;
    padding: 15px;
    font-style: normal;
}

.news .close {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 7px;
    font-size: 36px;
    color: #333;
}

.news .art_title {
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.news .small_font {
    font-size: 0.85em;
}

.news_page .faq_lista {
    padding: 15px;
}

.news_page .faq_question {
    padding: 0 20px;
}

.news_page .faq_answer h1 {
    margin-top: 0;
}

.quiz {
    padding: 0 30px 30px 30px;
    text-align: left;
    font-size: 1.2em;
}

.quiz .red_form {
    display: flex;
    background-color: transparent;
    border-width: 0;
    align-items: baseline;
    align-content: space-between;
    justify-content: space-around;
}

.quiz .red_form div {
    flex-basis: 30%;
}

#multipurpose_form.grey_form .quiz .formNode .col-sm-4, #multipurpose_form.grey_form .quiz .formNode .col-sm-8 {
    width: 100%;
}

#multipurpose_form.grey_form .quiz .formNode .col-sm-4 label.mainFieldLabel {
    text-align: left;
    line-height: 1.6em;
    font-size: 1.2em;
}

#multipurpose_form.grey_form .quiz .formNode label.formCheckboxGroupItemButton {
    padding: 5px 7px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

#multipurpose_form.grey_form .quiz .formNode .multipleInputRow {
    border-width: 0;
}

#multipurpose_form.grey_form .quiz .formNode .formCheckboxGroupItemButtonActive {
    background-color: #ededed;
    text-shadow: 0 1px 0 #f3f3f3;
    color: #000;
}

#multipurpose_form.grey_form .quiz .formRowSubmit input {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: solid 1px #fff;
    background-color: #db011c;
}

.news_photo {
    margin: 20px auto;
}

.news-image-center {
    margin: 20px auto;
}

.news-image-half-size {
    width: 25%;
    margin: 20px 20px 30px 20px;
}

.modal-content {
    padding: 20px;
    background-color: #db011c;
}

.clear-both {
    clear: both;
}

.news .art_title2 {
    font-weight: normal;
    font-size: 1.3em;
}

.prod_promo_heated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.prod_promo_heated div {
    background: rgba(100, 100, 100, 1);
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.prod_promo_heated div:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-2deg);
    transform-origin: 100%;
    z-index: -1;
}

.promocja_kurtki {
    text-align: center;
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.promocja_kurtki .btn {
    max-width: 350px;
    margin: 5px auto 0 auto;
}

#PROMO_KURTKI_FORM_PRIZE_bluza_rozmiar_txt_ID {
    float: none;
    margin: 0 auto 10px auto;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;

}

.new_policy_lefty p {
    text-align: left;
    margin: 16px 140px;
    line-height: 27px;
}

@media (max-width: 767px) {
    .new_policy_lefty p {
        text-align: left;
        margin: 16px 30px;
        line-height: 27px;
    }

    .belka_z_piorunem {
        padding: 7px 15px;
    }
}

.ankieta_bp_wstep {
    text-align: left;
    padding: 15px 30px;
    font-size: 1.1em;
}

.ankieta_bp_item h3 {
    margin: 15px auto;
    padding: 0 15px;
}

.ankieta_bp_item p {
    margin: 0 15px 15px 15px;
    text-align: left;
}

.ankieta_bp_item .carousel {
    margin: 0 15px 15px 15px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.ankieta_bp_item .wybor label {
    font-size: 1.2em;
    margin-left: 10px;
}

.ankieta_bp_item .wybor input {
    transform: scale(1.3);
}

.ankieta_bp_item .wybor input[type=checkbox]:focus + label::before, .ankieta_bp_item .wybor input[type=radio]:focus + label::before {
    outline: none;
}

.ankieta_bp_item .survey_selector_thx {
    margin: 0 auto;
    display: none;
}

#one_key_logo {
    margin: 10px auto;
}

.one_key_info {
    text-align: left;
    padding: 20px 20px 20px 90px;
}

#ONE_KEY_REGISTER_FORM_ok_selector_hdm_ID input {
    margin: 5px auto;
    transform: scale(2);
    display: block;
}

.red_dg .center {
    text-align: center;
}


#ranking_mode_selector {
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: bold;
}

#ranking_mode_selector option, #ranking_mode_selector select {
    color: #666;
    font-weight: bold;
    font-size: 15px;
}

#ranking_mode_selector select {
    margin-left: 5px;
}

.winner_main .btn-primary {
    padding: 8px 20px;
}

.winner_main {
    padding: 18px;
}

.winner_main.grey_form {
    background: none;
}

.prizeCollect #top_content {
    margin-left: 20%;
}

.prizeCollect .navbar {
    margin-left: -12%;
}

.prizeCollect.plikiGaleria .navbar {
    margin-left: -5%;
}

#maszyny_tlo.plikiGaleria .flex_container_userpost {
    margin-left:0;
}

.prizeCollect #multipurpose_form .well {
    border: none;
    background: transparent;
}

.main_prize_collect_text {
    line-height: 1.3em;
    font-size: 1.1em;
    padding: 20px 0;

}

.main_prize_fieldset {
    font-size: 18px;
    padding: 8px;
}

.news .small_text {
    font-size: 0.8em;
}


.one_key_info img {
    margin: 10px;
    max-height: 250px;
    float: right;
}

.one_key_register_prize {
    padding: 15px;
    font-size: 1.3em;
}

.one_key_register_prize .btn {
    max-width: 50%;
    margin: 5px auto;
}

.red_text {
    color: red;
}

#SHOP_REGISTER_THANK_YOU_FORM_register_thank_you_ID {
    font-size: 1.1em;
}

#PROMO_ONE_KEY_FORM_PRIZE_bluza_rozmiar_txt_ID {
    margin: 5px auto;
    font-size: 1.3em;
    float: none;
    clear: both;
    text-align: center;
}

@media (max-width: 767px) {
    .one_key_info img {
        float: none;
        margin: 10px auto;
    }

    .one_key_info {
        padding: 15px;
    }

    .news-image-half-size {
        width: 80%;
        margin: 16px;
    }

    .one_key_register_prize .btn {
        max-width: 100%;
    }
}

.news table {
    margin-bottom: 15px;
}

.news table td {
    border: solid 1px #fff;
    padding: 5px;
}

.faq_page#top_content .row > div {
    width: 100%;
    max-height: unset;
    background-color: unset;
}

.faq_page .grey_form {
    background-color: unset;
}

.faq_page_info {
    background-color: rgba(30, 30, 30, 0.8);
    border: solid 1px #db011c;
}

.red_dg .datagridOuterWrapper .rs_table_responsive tbody td.datagridButtonCell div.additionalInfo {
    background-color: transparent;
    border: none;
    text-align: center;
}

.well {
    background-color: rgba(100, 100, 100, 0.7);
}

#CONTACT_FORM__ID_wrapper .formHTML {
    font-size: 0.9em;
}

#REGISTER_FORM_u_info_rodo_ID_wrapper .col-sm-9, #REGISTER_FORM_u_info_rodo2_ID_wrapper .col-sm-9, #REGISTER_FORM_u_info_rodo3_ID_wrapper .col-sm-9 {
    width: 100%;
}

.register_info {
    height: 240px;
    overflow-y: scroll;
}

.register_nag {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

#not_win_message {
    font-size: 14px;
    text-align: left;
    padding: 15px 35px;
    line-height: 25px;
    margin-top: 30px;
}

#end_survey .panel-heading {
    display: none;
}

#end_survey .reportForm {
    padding-top: 15px;
}

#end_survey.red_form label.mainFieldLabel {
    font-size: 1em;
}

#FORM_ACTIVITY_REPORT_AUTOGENERATED_85_fq_2500_ID {
    background-color: transparent;
    padding-left: 0;

}

.account_page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left_col {
    width: 60%;
}

.maszyny_tlo_flex3 .left_col {
    width: auto;
    justify-content: center;
}

.maszyny_tlo_flex3 .container {
    width: 1230px;
}

.right_col {
    width: calc(40% - 20px);
    background-color: #db011c;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

#belka_logo {
    background-color: #db011c;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
}

#belka_logo img {
    max-height: 90px;
    padding: 15px;
}

#top_content .row div.frame#logo_pre_login {
    background-color: #db011c;
    padding: 15px;
}

#top_content .row div.frame#logo_pre_login img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#logo_post_login {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 15px;
}

#mapa_skarbow {
    padding: 30px;
    text-align: center;
}

#mapa_skarbow img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#dane_lowcy span {
    font-size: 20px;
    font-weight: bold;
}

#dane_lowcy {
    font-size: 18px;
}

#dane_lowcy div {
    font-family: Arial;
}

#dane_lowcy div span {
    font-family: Arial;
}

#punkty_header {
    margin-top: 27px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.punkty_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
    justify-content: flex-start;
}

.punkty_wrapper {
    margin-top: -6%;
}

#dane_lowcy {
    padding-top: 2%;
}

#punkty_treshold {
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
}

#punkty_progress {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.punkty_nazwy {
    display: flex;
    justify-content: space-between;
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
}

#logo_milwauke {
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
}

#logo_milwauke.red_border {
    max-height: 96px;
    padding: 10px;
}

.belka_progress {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    background-color: #FFFFFF;
    height: 24px;
    border: solid 1px #ffffff;
}

#progress_bar_grey {
    height: 22px;
    width: 0;
    border-radius: 10px;
    background-color: #aaaaaa;
}

.main_content_flex {
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: flex-start;
}

.maszyny_tlo_flex3 .left_col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.maszyny_tlo_flex3 .main_content_flex {
    margin-top: 2%;
}

.maszyny_tlo_flex3 {
    height: 100%;
}

.maszyny_tlo_flex3 #mapa_skarbow {
    width: 100%;
}

.maszyny_tlo_flex3 .left_col {
    justify-content: center;
}

.maszyny_tlo_flex3 .account_page {
    display: flex;
    flex-direction: column-reverse;
}

.maszyny_tlo_flex3 .right_col {
    width: 100%;
    padding-left: 15%;
    padding-right: 5%;
}

.maszyny_tlo_flex3 .right_map {
    display: flex;
    justify-content: center;
}

.logo_okragle {
    height: 60px;
    width: 60px;
    position: absolute;
    top: -18px;
    left: 0px;
}

.punkty_nazwy_z_kiedy {
    font-size: 14px;
    margin-top: 0;
}

.punkty_nazwy_dol {
    font-size: 20px;
}

.punkty_nazwy_dol span {
    font-size: 26px;
}

.szacunek {
    font-family: Arial;
    font-weight: bold;
    margin-top: -45px;
    font-size: 20px;
    text-align: center;
}

#toolbox_falling {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 150px;
    display: none;
}

#toolbox_fallen {
    width: 90px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 150px;
}

.choragiewka_wrap {
    display: inline-block;
    position: relative;
}

.choragiewka_wrap img {
    max-height: 45px;
}

#choragiewka_new_1 {
    position: absolute;
    top: 55%;
    right: 27.8%;
}

#choragiewka_new_2 {
    position: absolute;
    top: 25%;
    right: 48.8%;
}

#choragiewka_new_3 {
    position: absolute;
    top: 50%;
    right: 73%;
}

#choragiewka_new_4 {
    position: absolute;
    top: 40%;
    right: 43%;
}

#choragiewka_new_5 {
    position: absolute;
    top: 60%;
    right: 83%;
}

#choragiewka_new_6 {
    position: absolute;
    top: 30%;
    right: 79%;
}


#choragiewka_new_1 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga1.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

#choragiewka_new_2 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga2.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

#choragiewka_new_3 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga3.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

#choragiewka_new_4 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga3.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

#choragiewka_new_5 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga3.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

#choragiewka_new_6 .mapa_popup_inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga3.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    margin: auto;
    position: relative;
    top: -20px;
    display: none;
}

.mapa_popup_inner {
    opacity: 0;
}

.prizeCollect #top_content .row > div {
    width: 100%;
    max-height: unset;
}

.mapa_popup {
    position: absolute;
    bottom: 10000px;
    left: -10000px;
    width: 240px;
}

.choragiewka_wrap:hover .mapa_popup {
    bottom: 30px;
    left: -110px;
    z-index: 100;
}

.choragiewka_wrap:hover .mapa_popup_inner {
    opacity: 1;
    transition: opacity 1s;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.mapa_popup_text {
    font-size: 12px;
    opacity: 0;
}

.mapa_popup_text:hover {
    opacity: 1;
    transition: opacity 2s;
    cursor: default;
}


.choragiewka {
    height: 60px;
}

#mapa_skarbow {
    position: relative;
}

#choragiewka1 {
    position: absolute;
    top: 38%;
    right: 27.8%;
    max-height: 45px;
}

#choragiewka2 {
    position: absolute;
    top: 62%;
    right: 38%;
    max-height: 45px;
}

#choragiewka3 {
    position: absolute;
    top: 20%;
    right: 49%;
    max-height: 45px;
}

#choragiewka4 {
    position: absolute;
    top: 12%;
    right: 65%;
    max-height: 45px;
}

#choragiewka5 {
    position: absolute;
    top: 50%;
    right: 59%;
    max-height: 45px;
}

#choragiewka6 {
    position: absolute;
    top: 50%;
    right: 78%;
    max-height: 45px;
}

.tooltip-inner {
    max-width: 220px;
}

.new_policy#top_content .row > div {
    width: 100%;
    display: block;
    max-height: unset;
}

.new_policy .formRowSubmit input {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

div.map_popup1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga1.jpg");
}

div.map_popup2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga2.jpg");
}

div.map_popup3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga3.jpg");
}

div.map_popup4 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga4.jpg");
}

div.map_popup5 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga5.jpg");
}

div.map_popup6 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/resources/images/layout/Milwaukee/flaga6.jpg");
}

div.map_popup1_text {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    color: #FFFFFF;
    animation: fadeInFromNoneText 2.5s ease-out;
}

div.map_popup {
    background-color: #FFFFFF;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    animation: fadeInFromNone 0.5s ease-out;
}

.prizeCollect #top_content div#multipurpose_form, .prizeCollect #top_content .row > div#multipurpose_form, .prizeCollect #top_content .row > div#MAIN_PRIZE_COLLECT_FORM_prize_description_ID_wrapper, .prizeCollect #top_content .row > div.formNode {
    background-color: transparent;
}

.prizeCollect #multipurpose_form .reportForm {
    background-color: rgba(10, 10, 10, 0.65);
}

#prize_passport_info {
    text-align: center;
    color: red;
    font-weight: bold;
}

.boarding_pass {
    margin-top: 15px;
    position: relative;
}

#boarding_pass_user {
    font-family: Myriad-Pro;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    position: absolute;
    top: 45%;
    left: 68.2%;
    text-transform: uppercase;
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFromNoneText {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.tooltip-inner {
    padding: 0;
}

.tooltip-inner div {
    margin-bottom: 0px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    display: block;
}

#MAIN_PRIZE_COLLECT_FORM_win_1_checklist_1_ID_wrapper .col-sm-8, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_2_ID_wrapper .col-sm-8, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_3_ID_wrapper .col-sm-8, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_4_ID_wrapper .col-sm-8 {
    float: left;
    width: 10%;
}

#MAIN_PRIZE_COLLECT_FORM_win_1_checklist_1_ID_wrapper .col-sm-4, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_2_ID_wrapper .col-sm-4, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_3_ID_wrapper .col-sm-4, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_4_ID_wrapper .col-sm-4 {
    float: right;
    width: 90%;
}

#MAIN_PRIZE_COLLECT_FORM_win_1_checklist_1_ID_wrapper .col-sm-4 label, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_2_ID_wrapper .col-sm-4 label, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_3_ID_wrapper .col-sm-4 label, #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_4_ID_wrapper .col-sm-4 label {
    text-align: left;
}

@media (max-width: 1024px) {
    #special_message {
        top: 60px;
    }

    .account_page {
        flex-direction: column-reverse;
    }

    .right_col, .left_col, #top_content .row > div {
        width: 100%;
    }

    .right_col {
        margin-bottom: 20px;
    }

    #dane_lowcy, .szacunek, .punkty_nazwy_dol {
        font-size: 13px;
    }

    #punkty_header {
        font-size: 15px;
    }

    #punkty_treshold {
        font-size: 18px;
    }

    #punkty_progress {
        font-size: 16px;
    }

    .punkty_nazwy_dol span {
        font-size: 17px;
    }

    #top_content .row {
        flex-wrap: wrap;
    }

    #top_content .row div.middle_frame {
        min-height: 70px;
    }

    .container {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    #boarding_pass_user {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #boarding_pass_user {
        font-size: 13px;
    }
}


@media (max-width: 640px) {
    #boarding_pass_user {
        font-size: 10px;
    }
}


@media (max-width: 480px) {
    #boarding_pass_user {
        font-size: 7px;
    }
}

@media (max-width: 320px) {
    #boarding_pass_user {
        font-size: 5px;
    }
}

#the_end {
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    background-color: #db011c;
    text-align: left;

}

#the_end #logo_milwauke.red_border {
    display: inline;
    width: auto;
    padding: 20px;
}

#the_end #logo_post_login {
    max-height: 200px;
}

#end_text {
    color: #FFFFFF;
    padding: 30px;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}

#new_policy .small_text {
    font-size: 0.7em;
}

#new_policy .grey_form {
    padding: 20px;
}



.maszyny_tlo_flex3 .main_content_flex {
    justify-content: center;
}

@media screen and (min-width: 1300px) {
    #maszyny_tlo {
        height: 100%;
    }

    #maszyny_tlo .flex_container_userpost {
        margin-left: -4%;
    }
}

.maszyny_tlo_flex2 .btn {
    background-color: #db011c;
}




#twarz_tlo #CONTACT_FORM_submit_button {
    background-color: #db011c;
}

#twarz_tlo #middle_belka {
    background-color: rgba(0, 0, 0, 0.4);
}


#maszyny_tlo .right_frame, #maszyny_tlo .left_frame, #twarz_tlo .left_frame, #twarz_tlo .right_frame {
    transform: skew(7deg, 0deg);
}

/* RWD Wojtek */

@media screen and (max-width: 1640px) {
    .maszyny_tlo_flex#maszyny_tlo > div.flex_container_userpost {
        justify-content: unset;
        margin-left: -4%;
    }
}

@media screen and (max-width: 1440px) {
    #top_content > div.row {
        flex-direction: column;
        align-items: center;
    }

    #ludzie_tlo #top_content > div.row {
        flex-direction: row;
    }

    #top_content > div.row > div.col-sm-4.frame.left_frame {
        width: auto;
    }

    #top_content > div.row > div.col-sm-4.frame.right_frame {
        width: auto;
    }
}

@media screen and (max-width: 1300px) {
    .maszyny_tlo_flex3, .maszyny_tlo_flex {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    #special_message {
        padding-left: 5%;
    }

	.red_border {
		border: unset;
	}

    .maszyny_tlo_flex3 .right_frame {
        transform: unset;
    }
    #maszyny_tlo .right_frame, #maszyny_tlo .left_frame, #twarz_tlo .left_frame, #twarz_tlo .right_frame {
        transform: unset;
    }

    #twarz_tlo.maszyny_tlo_flex2 .flex_container_userpost {
        margin-left: unset;
    }

    .maszyny_tlo_flex3 .flex_container_userpost .container {
        padding-left: unset;
        padding-right: unset;
    }

    .maszyny_tlo_flex3 #mainMenuNavBar {
        max-width: 100%;
        width: 100%;
    }

    .maszyny_tlo_flex3.plikiGaleria #mainMenuNavBar {
        margin-left: auto;
    }

    .maszyny_tlo_flex3 .container {
        width: 100%;
    }

    .maszyny_tlo_flex3 .flex_container_userpost {
        width: 100%;
        max-width: 100%;
    }

    #top_content > div.navbar-collapse.collapse {
        margin-left: unset;
    }

    #twarz_tlo #top_content {
        width: auto;
    }

    .maszyny_tlo_flex3 #top_content > div.row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transform: skew(0deg, 0deg);
    }

    .rotate {
        transform: skew(0deg, 0deg);
    }

    .maszyny_tlo_flex3 .flex_container_userpost {
        margin-left: unset;
    }

    .maszyny_tlo_flex3 #mainMenuNavBar_inner_wrapper {
        background-color: #db011c;
    }

    .maszyny_tlo_flex3 #mainMenuNavBar {
        display: flex;
        justify-content: center;
    }

    .nav_li {
        transition: unset;
        border-right: unset;
        box-shadow: unset;
    }

    .navbar {
        margin-left: unset;
        max-width: 1200px;
        width: 100%;
        border-radius: unset;
        display: flex;
        justify-content: center;
    }

    #maszyny_tlo {
        align-items: center;
    }

    .maszyny_tlo_flex3 .right_col {
        padding-left: 5%;
        padding-right: 5%;
    }

    .maszyny_tlo_flex #top_content > div.navbar-collapse.collapse {
        margin-left: unset;
    }

    .maszyny_tlo_flex#maszyny_tlo > div.flex_container_userpost {
        margin-left: unset;
    }

    .maszyny_tlo_flex .container {
        width: 1230px;
    }

    .maszyny_tlo_flex #top_content .row_low {
        flex-direction: row;
    }

    #twarz_tlo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #twarz_tlo .flex_container_userpost {
        margin-left: unset;
        margin-top: unset;
    }

    #twarz_tlo .container {
        width: 1230px;
    }

    #twarz_tlo #top_content > div.navbar-collapse.collapse {
        margin-left: unset;
    }

    #twarz_tlo #top_content > div.row.row_low {
        flex-direction: row;
        justify-content: center;
    }

    #twarz_tlo #mainMenuNavBar .navbar-nav {
        padding-right: unset;
    }

    #twarz_tlo #mainMenuNavBar {
        display: flex;
        justify-content: center;
    }

    #mainMenuNavBar .navbar-nav {
        padding-right: unset;
    }

    #twarz_tlo .flex_container_userpost {
        padding-top: 10%;
    }

    #twarz_tlo .register_page {
        margin-top: unset;
    }

    #twarz_tlo {
        height: auto;
        padding-left: 2%;
        padding-right: 2%;
    }

    #maszyny_tlo {
        padding-left: 2%;
        padding-right: 2%;
    }

    .prizeCollect #top_content {
        margin-left: auto;
    }

    .prizeCollect .navbar {

    }


}

@media screen and (max-width: 1245px) {

    .maszyny_tlo_flex > div.flex_container_userpost > div.container_lowres {
        width: auto;
    }

    #maszyny_tlo .maszyny_tlo_flex3 .flex_container_userpost .container {
        width: 100%;
    }

    #maszyny_tlo #mainMenuNavBar {
        width: calc(100% - 3px);
    }

    #twarz_tlo .flex_container_userpost {
        width: 100%;

    }

    #twarz_tlo .container {
        width: calc(100% - 3px);
    }

    #twarz_tlo .flex_container_userpost .container {
        padding-right: unset;
        padding-left: unset;
    }

    .maszyny_tlo_flex .container {
        padding-left: unset;
        padding-right: unset;
    }

    .maszyny_tlo_flex .faq_lista {
        padding: 15px 60px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1000px) {

    .choragiewka_line {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mainMenu {
        border: unset;
        background-color: unset;
    }

    #special_message div, #special_message span {
        font-size: 0.9em;
    }

    #special_message {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #special_message .main_title {
        font-size: 1.2em;
    }

    #mapa_skarbow {
        padding: 0;
    }

    .maszyny_tlo_flex3 #mapa_skarbow {
        width: 95%;
    }

    .active a {
        background-color: #383636;
    }

    .nav li:active {
        background-color: #383636;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: unset;
        margin-left: unset;
    }


    .navbar-nav > li:active {
        background-color: #383636;
    }


    .mainMenu {
        box-shadow: unset;
    }

    .mainMenu .active a:focus {
        background-color: #383636;
    }

    #mainMenuNavBar .navbar-nav li.active a, #mainMenuNavBar .navbar-nav li a:hover, #mainMenuNavBar .navbar-nav .dropdown.open a.dropdown-toggle {
        color: #FFFFFF;
    }

}

@media screen and (max-width: 600px) {
    .maszyny_tlo_flex3 #mapa_skarbow {
        width: auto;
    }

    #special_message {
        position: static;
    }
}

@media screen and (max-width: 520px) {
    #infobox2 {
        bottom: 5%;
    }
}

@media screen and (max-width: 480px) {
    .maszyny_tlo_flex3 .main_content_flex {
        flex-direction: column;
    }

    .maszyny_tlo_flex3 .left_col {
        justify-content: flex-start;
    }

    .maszyny_tlo_flex3 .right_map {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 450px) {
    .maszyny_tlo_flex #top_content .row_low {
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    .maszyny_tlo_flex .faq_lista {
        padding: 15px 30px;
        padding-top: 30px;
    }
    #infobox2 {
        bottom: -2%;
    }
}

@media screen and (max-width: 380px) {
    #infobox2 {
        bottom: -4%;
    }
}

@media screen and (max-width: 330px) {
    .maszyny_tlo_flex3 .right_col {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 325px) {
    .maszyny_tlo_flex .faq_lista {
        padding: 15px 15px;
        padding-top: 30px;
    }

    #twarz_tlo .maszyny_tlo_flex2 .formRowSubmit {
        padding-left: 2%;
        pading-right: 2%;
    }
}

.main_prize_collect_text span {
    font-weight: bold;
    font-size: 18px;
}

.mainFieldLabel b {
    font-size: 1.2em;
}

#multipurpose_form #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_1_ID_wrapper .mainFieldLabel, #multipurpose_form #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_2_ID_wrapper .mainFieldLabel, #multipurpose_form #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_3_ID_wrapper .mainFieldLabel, #multipurpose_form #MAIN_PRIZE_COLLECT_FORM_win_1_checklist_4_ID_wrapper .mainFieldLabel {
    font-weight: normal;
}

.prizeCollect.prizeThankYou .navbar {
    margin-left: -6%;
}


#cookieNotice {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: solid 3px #db011c;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    background-color: #db011c;
    gap: 5%;
    color: #ffffff;
}

#cookieNotice a {
    font-weight: bold;
    text-decoration: underline;
}

#cookieNotice .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #db011c;
    background-color: #970315;
}

@media screen and (min-width: 1440px) {

    #mainMenuNavBar {
        min-width: 500px;
    }

    #logo_milwauke.red_border {
        margin-left: 20px;
    }
}