body {
    background-color: #eff2f8;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #2d3039;
}

@media (max-width: 980px) {
    #versenyek-footer-copyright {
        padding: 7px !IMPORTANT;
        display: block !IMPORTANT;
    }
    
    #versenyek-footer-pic {
        float: left;
        display: block !IMPORTANT;
    }
    
    #versenyszurok-osszes {
        max-width: 228px !IMPORTANT;
    }
    
    .ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top {
        /*display: none;*/
    }
    
    .versenyek-title-header-text {
        font-size: 2.2em !IMPORTANT;
    }
}

#versenyek-header {
    background-color: white;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-filter: drop-shadow(0px -15px 20px rgba(130,130,130,1));
    filter: drop-shadow(0px -15px 20px rgba(130,130,130,1));
}

#versenyek-header-gap {
    height: 65px;
}

#versenyek-header-logo {
    width: 136px;
    margin: 0 auto;
}

#versenyek-title-header-container {
    background-color: white;
}

#versenyek-title-header {
    max-width: 981px;
    margin: 0 auto;
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.versenyek-title-header-text {
    font-size: 2.6em;
    margin: 0;
    font-weight: 900;
    float: left;
}

#versenyek-footer {
    max-width: 981px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#versenyek-footer-pic {
    float: left;
    display: inline-block;
}

#versenyek-footer-copyright {
    display: inline-block;
    padding: 15px;
}

.versenyek-footer-copyright-text1 {
    color: #929dbe;
    font-size: 0.8em;
    font-weight: 900;
    margin: 0;
}

.versenyek-footer-copyright-text2 {
    color: #929dbe;
    font-size: 0.8em;
    margin: 0;
}

/*verseny szűrők*/
#versenyszurok-container {
    background-color: #f6f8fb;
    height: auto;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transition: height 0.2s ease-in-out;
    margin-bottom: 20px;
}

#versenyszurok-osszes {
    max-width: 981px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.versenyszuro {
    margin-right: 20px;
}

.versenyszuro:last-child {
    margin-right: 0px;
}

.verseny-szuro-title {
    font-size: 0.75em !IMPORTANT;
    font-weight: 800;
    color: black;
    margin-bottom: 5px;
}

.verseny-szuro-megnevezes {
    display: inline-block;
}

.verseny-szuro-megnevezes-select {
    width: 250px !IMPORTANT;
    background: white url(../img/search.png) no-repeat 5px center !IMPORTANT;
    background-size: 18px !IMPORTANT;
    height: 38px;
    margin-top: 5px;
    border: 1px solid #e2e2e2;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megnevezes-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megnevezes-select.ui-state-hover {
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megnevezes-select label {
    margin-left: 25px;
    color: #adadad;
    font-size: 0.8em;
    margin-top: 7px;
}

.verseny-szuro-megrendezeseve {
    display: inline-block;
}

.verseny-szuro-megrendezeseve-select {
    width: 150px !IMPORTANT;
    height: 38px;
    margin-top: 5px;
    background: white;
    border: 1px solid #e2e2e2;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megrendezeseve-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megrendezeseve-select.ui-state-hover {
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-megrendezeseve-select label {
    font-size: 0.8em;
    margin-top: 7px;
    margin-left: 3px;
}

.verseny-szuro-helyszin {
    display: inline-block;
}

.verseny-szuro-helyszin-select {
    width: 180px !IMPORTANT;
    height: 38px;
    margin-top: 5px;
    background: white;
    border: 1px solid #e2e2e2;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-helyszin-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-helyszin-select.ui-state-hover {
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-helyszin-select label {
    font-size: 0.8em;
    margin-top: 7px;
    margin-left: 3px;
}

.verseny-szuro-versenytipus {
    display: inline-block;
}

.verseny-szuro-versenytipus-select {
    width: 200px !IMPORTANT;
    height: 38px;
    margin-top: 5px;
    border: 1px solid #e2e2e2;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-versenytipus-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-versenytipus-select.ui-state-hover {
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-versenytipus-select label {
    font-size: 0.8em;
    margin-top: 7px;
    margin-left: 3px;
}

.ui-selectonemenu-label.ui-inputfield.ui-corner-all {
    box-shadow: unset;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
}

.ui-state-hover, .ui-widget-content.ui-state-hover {
    box-shadow: unset !IMPORTANT;
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
    border-left: 0;
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right.ui-state-focus {
    box-shadow: unset !IMPORTANT;
}

.ui-selectonemenu-panel.ui-selectonemenu-filter-container.ui-icon {
    display: none;
}

.hide-filters-text {
    color: #2756ec;
    font-weight: 600;
    font-size: 0.8em;
    margin: 0 auto;
    margin-top: 45px;
    width: 118px;
}

.hide-filters-icon:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f070";
    margin-right: 5px;
}

.show-filters-icon:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06e";
    margin-right: 5px;
}

.hide-filters-text:hover {
    text-decoration: none;
    cursor: pointer;
    color: #658aff;
}

.versenyszurok-osszes-closed {
    display: none !IMPORTANT;
}

.verseny-szuro-versenyzo {
    display: inline-block;
}

.verseny-szuro-versenyzo-select {
    width: 190px !IMPORTANT;
    height: 27px;
    margin-top: 5px !IMPORTANT;
    background: white;
    border: 1px solid #e2e2e2;
}

.versenyszuro.verseny-szuro-versenyzo input {
    font-size: 0.8em;
    padding-left: 30px;
    background: white url(../img/search.png) no-repeat 5px center !IMPORTANT;
    background-size: 18px !IMPORTANT;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-versenyzo-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-versenyzo-select.ui-state-hover {
    background: white;
}

.verseny-szuro-tagszervezet {
    display: inline-block;
}

.verseny-szuro-tagszervezet-select {
    width: 190px !IMPORTANT;
    height: 27px;
    margin-top: 5px !IMPORTANT;
    background: white;
    border: 1px solid #e2e2e2;
}

.versenyszuro.verseny-szuro-tagszervezet input {
    font-size: 0.8em;
    padding-left: 30px;
    background: white url(../img/search.png) no-repeat 5px center !IMPORTANT;
    background-size: 18px !IMPORTANT;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-tagszervezet-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-tagszervezet-select.ui-state-hover {
    background: white;
}

.verseny-szuro-neme {
    display: inline-block;
    vertical-align: top;
}

.verseny-szuro-neme-select {
    width: 190px !IMPORTANT;
    height: 35px;
    margin-top: 5px;
    background: white;
    border: 1px solid #e2e2e2;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-neme-select.ui-state-focus {
    box-shadow: unset !IMPORTANT;
    background: white;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-first {
    margin-left: 120px;
}

@media (max-width: 450px) {
    .ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-first {
        margin-left: 0px !IMPORTANT;
    }
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-neme-select.ui-state-hover {
    background: white;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.verseny-szuro-neme-select label {
    font-size: 0.7em;
    margin-top: 8px;
    margin-left: 3px;
}

ui-inputfield ui-inputtext ui-widget ui-state-default ui-corner-all label {
    font-size: 0.8em;
    margin-top: 7px;
    margin-left: 3px;
}

.ui-inputfield {
    box-shadow: unset !IMPORTANT;
}
/*verseny szűrők*/

/*táblázat*/

.versenyzok-table .ui-datatable.ui-widget .ui-datatable-tablewrapper table thead {
    display: none;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top, .ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
}

.ui-datatable-odd {
    background: unset !IMPORTANT;
}

.ui-widget-content td:hover:first-child {
    background-image: linear-gradient(to right, #f2f4f8, white, white, white);
}

.ui-paginator-pages .ui-paginator-page.ui-state-default.ui-corner-all {
    background: unset !IMPORTANT;
    text-shadow: unset !IMPORTANT;
    color: #9c9c9c;
}

.ui-paginator-pages .ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all {
    color: black !IMPORTANT;
}

.ui-paginator-rpp-options.ui-widget.ui-state-default.ui-corner-left {
    background: unset !IMPORTANT;
    color: black !IMPORTANT;
    text-shadow: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
    border: 1px solid #a8a8a8 !IMPORTANT;
    font-weight: 100;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-last.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-next.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom .ui-paginator-last.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom .ui-paginator-next.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-first.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top .ui-paginator-prev.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom .ui-paginator-first.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom .ui-paginator-prev.ui-state-default.ui-corner-all {
    border: unset !IMPORTANT;
    background: unset !IMPORTANT;
    box-shadow: unset !IMPORTANT;
}

.versenyzok-table .ui-datatable.ui-widget {
    margin-top: -52px;
}

.versenyzok-table .ui-datatable.ui-widget .ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top {
    margin-bottom: 20px;
}

#versenyek-table-osszes-group {
    max-width: 981px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.versenyek-table-jelenlegi-text {
    text-transform: uppercase;
    color: #929dbe;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 40px;
}

#versenyek-table-group {
    max-width: 981px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    padding-top: 20px;
}

.tovabbi-versenyek {
    background-color: #f8fafd;
    margin: 10px;
    height: 39px;
    border-radius: 10px;
    border: 1px solid #f0f3f8;
    margin-top: -10px;
}

.tovabbi-versenyek-text {
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 0.9em;
}

.versenyszam-text {
    float: right;
    margin-right: 10px;
    color: #929dbe;
    font-weight: 700;
    font-size: 0.8em;
}

.ui-widget-content {
    border: 1px solid #f5f5f5 !IMPORTANT;
}

.ui-link.ui-widget {
    text-decoration: none;
}

.ui-link.ui-widget:hover {
    text-decoration: underline;
}

.ui-datatable.ui-widget.versenyek-table .ui-datatable-tablewrapper table thead {
    display: none;
}

.ui-datatable.ui-widget.versenyek-table .ui-datatable-tablewrapper table .ui-datatable-data.ui-widget-content tr {
    background: white;
}

.ui-datatable.ui-widget.versenyek-table .ui-datatable-tablewrapper table .ui-datatable-data.ui-widget-content tr:hover{
    background-image: linear-gradient(to right, #f2f4f8, white, white, white);
}

.ui-datatable-data.ui-widget-content tr.ui-state-hover:hover {
    background-image: none !important;
    background: none !important;
}

.ui-datatable.ui-widget.versenyek-table .ui-datatable-tablewrapper table .ui-datatable-data.ui-widget-content tr td {
    padding: 10px;
    padding-left: 30px;
    font-size: 0.9em;
}

.ui-datatable tbody td {
    border-color: #e0e0e0;
    border-left-color: rgba(0,0,0,0) !IMPORTANT;
    border-right-color: rgba(0,0,0,0) !IMPORTANT;
    border-top-color: rgba(0,0,0,0) !IMPORTANT;
}

/*Szűrő lenyíló cuccli*/

.ui-selectonemenu-panel.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow.ui-input-overlay {
    box-shadow: unset !IMPORTANT;
    border: 1px solid gainsboro !IMPORTANT;
    border-radius: 0px 0px 10px 10px !IMPORTANT;
}

.ui-selectonemenu-panel.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow.ui-input-overlay div ul {
    border-radius: 0px 0px 10px 10px !IMPORTANT;
}

.ui-selectonemenu-panel.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow.ui-input-overlay div ul .ui-selectonemenu-item.ui-selectonemenu-list-item.ui-corner-all.ui-state-highlight {
    background: #e8e8e8 !IMPORTANT;
    text-shadow: unset !IMPORTANT;
    color: #4f4f4f;
}

.ui-selectonemenu-panel.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow.ui-input-overlay div ul .ui-selectonemenu-item.ui-selectonemenu-list-item.ui-corner-all.ui-state-hover {
    background: #e8e8e8 !IMPORTANT;
    text-shadow: unset !IMPORTANT;
    color: #4f4f4f;
}

.navigator-arrow {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
    color: #8f939d;
    font-size: 0.8em;
}

.navigator-link {
    text-decoration: none;
    color: #2756ec;
    font-size: 0.8em;
}

#navigator-group {
    margin-bottom: 10px;
}

.versenyzok-versenyo-title-nev {
    font-weight: 600;
    font-size: 0.9em !IMPORTANT;
}

.tagszervezetnev {
    font-size: 0.9em !IMPORTANT;
}