body {
  /*font-family: "Open sans", sans-serif;*/
  font-family: "Archivo", sans-serif;
  color: #000000;
  background-image: url(images/tennis_background_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-icon {
  display: inline;
  vertical-align: middle;
  float: none;
  padding: 20px;
}

@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4 {
    font-family: "Archivo", sans-serif;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    font-family: "Archivo", sans-serif;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
}

a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

/* =============================================================================
    Layout
  ========================================================================== */

/* Header 
  ================================= */

.main-header {
  max-height: 10%;
}

.navbar-static-top {
  margin: 0;
  border: 0;
  color: #fff;
}

.navbar-top {
  background: var(--maincolor);
  font-size: 16px;
  padding: 3px 0;
}

.navbar-top .list-inline {
  margin-bottom: 0;
}

.navbar-top .header-contact li {
  margin-right: 15px;
}

.navbar-top .header-contact li .fa {
  margin-right: 5px;
}

.navbar-main {
  margin-bottom: 0;
  color: #fff;
  background: var(--maincolor);
}

.navbar-main .navbar-brand {
  border-bottom: none !important;
}

.navbar-main a:hover,
.navbar-main a:active,
.navbar-main a:focus,
.navbar-main a.is-active {
  background: none !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}

.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: var(--maincolor);
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}

.navbar-main .submenu li {
  border-top: 1px solid var(--maincolor);
}

.navbar-main .submenu li:hover {
  background: var(--maincolor);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.navbar-main .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}

.navbar-main li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}

.navbar-main li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}

.navbar-main .icon-bar {
  background: #fff;
}

/* Header 2
  ================================= */

#headerline {
  width: 100%;
  height: 350px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#menuline {
  padding-bottom: 10px;
  padding-top: 20px;
}

/* Home Slider 
  ================================= */

.container {
  padding: 0px;
}

.carousel-home img {
  width: 100%;
  max-height: 500px;
  /* max-height: 30%;*/
}

.carousel-home .carousel-control {
  background: var(--maincolor);
  height: 80px;
  width: 40px;
  top: 70%;
  margin-top: -40px;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}

.carousel-home .carousel-control .fa {
  font-size: 2.5em;
  padding-top: 12px;
}

.carousel-home .carousel-control:hover {
  width: 50px;
}

.carousel-home .carousel-caption {
  top: 70%;
  bottom: auto;
  transform: translateY(-50%);
}

.carousel-home .carousel-title {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-home .carousel-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}

.carousel-home .btn {
  margin-top: 30px;
}

.section-home {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .menubar {
    position: absolute;
    top: 100px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .menubar {
    position: absolute;
    top: 90px;
    width: 100%;
  }
  .navbar-toggle {
    position: none;
    float: left;
    /* margin-left: 20px;*/
  }
}

.loginbar {
  background: white;
  color: black;
  overflow: hidden;
  font-size: 16px;
  border-top: 0px;
  border-right: 0px;
  padding: 20px;
  /* margin-right: 1px; */
  font-size: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.loginbar:hover {
  background: var(--maincolor);
  color: white;
  text-transform: none;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.loginmenumobilebutton {
  color: black;
  background: white;
}

.loginmenu > ul.navbar-nav > li > a:hover {
  background: var(--maincolor);
  color: white;
}

.loginmenuitem {
  border: 1px solid white;
  border-radius: 6px;
}

.centermenu {
  width: 100%;
  background: transparent;
  text-align: center;
}

.centermenumobile {
  z-index: 2;
  position: absolute;
  padding: 0px;
  width: 150px;
  left: 0px;
  border: 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.centermenumobile > div {
  width: 100%;
  background: white;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}

.loginmenumobile {
  z-index: 2;
  position: absolute;
  padding: 0px;
  width: 150px;
  right: 0px;
  border: 0px;
  margin-right: 0px !important;
}

.loginmenumobile > div {
  width: 100%;
  background: white;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}

.centermenumobilebutton {
  width: 150px;
  background: white;
  border-radius: 0px;
  /* position: absolute; */
  right: 0px;
  float: left;
  padding: 10px;
  font-size: 18px;
}

.centermenumobilebuttonlogin {
  width: 150px;
  background: white;
  border-radius: 0px;
  /* position: absolute; */
  right: 0px;
  float: right;
  padding: 10px;
  font-size: 18px;
}

.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.centermenuitem {
  background-color: whitesmoke;
  color: #000000;
  font-size: 17px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.centermenuitem:hover {
  background: var(--maincolor);
  color: white;
  text-decoration: none;
}

.maincontainer {
  min-height: 250px;
}

.dropdown {
  text-decoration: none;
  list-style: none;
}

.dropdown-menu {
  text-align: center;
}

.dropdown-menu > li > a:hover {
  background: var(--maincolor);
  color: white;
}

.welcomecontainer {
  margin-top: 3em;
  padding-left: 20px;
  padding-right: 20px;
}

.imagecontaineritem {
  padding: 1em;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 350px;
}

.textunderimage {
  background: var(--maincolor);
  width: 100%;
  height: 50px;
  font-size: 100%;
  padding: 14px;
}

.textunderimage:hover {
  background: var(--darkercolor);
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.textunderimage3 {
  background: white;
  color: var(--darkercolor);
  width: 100%;
  min-height: 60px;
  font-size: 16px;
  padding-top: 15px;
}

.imagecontaineritem img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 250px;
  object-fit: cover;
}



.secondrowitem {
  padding: 1em;
  color: var(--darkercolor);
  font-weight: bold;
  /*min-height: 300px;*/
}

.secondrowitem img {
  width: 270px;
  max-height: 200px;
  object-fit: cover;
}

.secondrowitem > div > li {
  padding-bottom: 5px;
  list-style: none;
}

.secondrowitem > div > li > .fa-star {
  color: var(--maincolor);
}

.fourthrowitem img {
  width: 80%;
  height: auto;
}

.roundedimage {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

.focim {
  font-size: 25px;
  color: var(--maincolor);
  font-weight: bold;
  text-transform: uppercase;
}

.focim3 {
  font-size: 25px;
  color: var(--darkercolor);
  font-weight: bold;
  text-transform: uppercase;
}

.minifocim {
  color: var(--maincolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
}

.minialcim {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

.miniszoveg {
  font-size: 12px;
  color: var(--darkercolor);
}

/* Flashing */

.hoverflashing img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.welcomefourthrow {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pointercursor {
  cursor: pointer;
}

.footer2 {
  height: auto;
  background: var(--darkercolor);
 /* background: linear-gradient(
    170deg,
    var(--darkercolor) 0%,
    #d3cece 55%,
    var(--maincolor) 80%
  );  */
  color: var(--maincolor);
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.panel-default {
  border: 0px;
}

.panelyellow {
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.panelyellow > .panel-heading-yellow {
  background-color: var(--maincolor);
  text-transform: uppercase;
  color: var(--darkercolor);
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-heading-fordulo {
  background-color: var(--darkercolor);
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-heading-fordulo:hover {
  background-color: var(--maincolor);
  color: var(--darkercolor);
}

@media (max-width: 767px) {
  a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: white url("up_arrow.png") no-repeat center 30%;
    text-indent: -9999px;
    border-radius: 0px;
    border: 1px solid #c0c0c0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: white url("up_arrow.png") no-repeat center 30%;
    text-indent: -9999px;
    border-radius: 0px;
    border: 1px solid #c0c0c0;
    z-index: 1;
  }
  a.back-to-top:hover {
    background-color: var(--maincolor);
  }
}

.tabellatable {
  width: 99%;
}

.tabellatable th,
.tabellatable td {
  text-align: center;
  border: 1px solid var(--darkercolor);
  height: 40px;
}

.tabellatable tr:nth-child(even) {
  background: var(--lightcolor);
}

.tabellatable thead {
  background-color: var(--titlecolor);
  color: white;
}

.kereszttable {
  width: 100%;
}

.kereszttable th,
.kereszttable td {
  height: 40px;
  text-align: center;
  border: 1px solid var(--darkercolor);
  padding-left: 0px;
  padding-right: 0px;
}

.kereszttable tr:nth-child(even) {
  background: var(--lightcolor);
}

.kereszttable thead {
  background-color: var(--titlecolor);
  color: white;
}

.kereszttable td.teamname {
  text-align: left;
  padding-left: 15px;
}

.fordulotable {
  width: 100%;
}

.fordulotable th,
.fordulotable td {
  height: 40px;
  text-align: center;
  border: 1px solid var(--darkercolor);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;

}

.fordulotable tr:nth-child(even) {
  background: var(--lightcolor);
}

.fordulotable thead {
  background-color: var(--titlecolor);
  color: white;
}

.fordulotable td > a {
  text-transform: underline;
  color: blue;
}

.emptycell {
  background-color: var(--darkercolor);
}

.nav-tabs > li.active > a {
  background-color: var(--maincolor);
}

.nav-tabs > li > a:hover {
  background-color: var(--maincolor);
}

.max20pix {
  max-width: 10px;
}

.navbar-collapse > .mobilemainmenuitem {
  width: 100%;
  font-size: 12px;
  padding: 0px;
}

@media (min-width: 768px) {
  #app-centermenu-collapse-mobilemenu {
    display: none !important;
  }
  #app-loginmenu-collapse-mobilemenu {
    display: none !important;
  }
}

.bluelink {
  color: #0073aa;
  background-color: transparent;
  border: 0px;
}

.addresulttable,
.matchresulttable {
  width: 100%;
  border-collapse: collapse;
}

.addresulttable td,
.addresulttable th,
.matchresulttable td,
.matchresulttable th {
  border: 0px;
}

.addresulttable tr,
.addresulttable tr:nth-child(even),
.matchresulttable tr,
.matchresulttable tr:nth-child(even) {
  background-color: white;
  background: white;
}

.matchresulttable td,
.matchresulttable th {
  width: 50%;
}

.addresulttable select {
  width: 66px;
}

.addresulttable input,
.teammatchresultdoubletable input {
  width: 66px;
}

@media (min-width: 768px) {
  ul.nav-stacked li.winnerplayerlabel {
    text-align: center;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  ul.nav-stacked li.winnerplayerlabel {
    text-align: center;
    font-size: 15px;
  }
}

.nav-pills li > a:hover {
  background-color: #3884c7;
  color: white;
}

.playerbox {
  border: 1px solid var(--maincolor);
}

.playerbox:hover {
  background-color: var(--maincolor);
}

.matchresulttab > .active,
.yellowborderdiv,
.resultelement {
  border: 1px solid var(--maincolor);
}

.resultelement {
  padding-bottom: 2px;
  font-style: italic;
  font-weight: 700;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.addresultbtn {
  padding: 5px;
  background: #337ab7;
  color: white;
}

.addresultbtn:hover,
.addresultbtn:focus,
.addresultbtn:active {
  background: var(--maincolor);
  text-transform: none;
  text-decoration: none;
  color: white;
}

.noborder {
  border: 0px;
}

.writeresultbtn {
  background-color: #337ab7;
  color: white;
  border: 0px;
}

.modal-body {
  overflow-y: auto;
}

.paddingbottom2px {
  padding-bottom: 2px;
}

@media (max-width: 1023px) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}

@media (min-width: 1024px) {
  body.modal-open {
    overflow: hidden;
  }
}

#registerdivisionstable {
  width: 100%;
}

#ui-datepicker-div {
  display: none;
}

.drawtable {
  width: 99%;
  background: white;
  color: var(--darkercolor);
  height: 100%;
}

.drawtable th {
  text-align: center;
}

.drawtable tfoot td {
  text-align: center;
  font-weight: 700;
}

.drawtable td > div {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid var(--darkercolor);
}

.drawtable td > div.rightborder {
  border-right: 1px solid var(--darkercolor);
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  height: 100%;
}

.drawtable td > div > label {
  margin: 0px;
  width: 10px;
}

.drawtable td > div > div > label.name {
  margin: 0px;
  width: 130px;
  padding-left: 10px;
}

.drawtable td > div > label.name {
  margin: 0px;
  width: 130px;
  padding-left: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.resulthints {
  background-color: #337ab7;
  color: white;
  padding: 5px;
}

.resultlabeldiv {
  margin-top: 10px;
  font-style: italic;
  border-top: 1px solid var(--maincolor);
  border-left: 1px solid var(--maincolor);
  border-right: 1px solid var(--maincolor);
  font-weight: 700;
}

label {
  margin-bottom: 0px;
}

.overflowhidden {
  overflow: hidden;
}

.leftfloat {
  float: left;
}

.rightfloat {
  float: right;
}

.width40px {
  width: 40px;
}

.width50px {
  width: 50px;
}

.rightfloat > label {
  padding-right: 2px;
  padding-left: 2px;
}

.tableviewlabel {
  padding: 5px;
  margin-right: 10px;
}

.registerdivrow {
  font-size: 120%;
  padding-left: 0px;
  margin-bottom: 25px;
}


.margintop5percent {
  margin-top: 5%;
}

.inline {
  display: inline;
}

.ui-dialog-titlebar-close {
  top: 2px !important;
  background: url("images/x_button2_small.jpg") center center !important;
  color: #444 !important;
}

.center {
  text-align: center;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  opacity: initial;
  font-size: 30px !important;
}

* {
  outline: none !important;
}

.szabalyzatcontent {
  padding: 20px;
}

.szabalyzatcontent > p > a {
  color: #337ab7;
  text-decoration: none;
}

.registerwarningmessagepetyo {
  text-align: center;
  font-size: 12px;
  color: red;
}

.egyebhirek > li {
  display: inline;
}

.hirlist {
  list-style-type: none !important;
  padding-left: 0px;
}

.clear {
  clear: both;
}

.hirimage {
  width: 80%;
}

.img-responsive {
  display: inline !important;
}

.width50percent {
  width: 50%;
}

.paddingleftright20px {
  padding-left: 20px;
  padding-right: 20px;
}

.hircontent {
  padding-left: 15%;
  padding-right: 15%;
}

.hircontent div {
  padding-top: 10px;
}

.margintop20px {
  margin-top: 20px;
}

hr {
  border-top: 1px solid #444;
}

.vonal {
  border-bottom: 1px solid #999;
  width: 100%;
}

.greenbtn {
  border-radius: 10px;
  background: #a0d468;
  color: white;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid #a0d468;
  outline: none;
  cursor: pointer;
}

.greenbtn:hover {
  background: transparent;
  color: #a0d468;
}

.marginbottom20px {
  margin-bottom: 20px;
}

.underline {
  text-decoration: underline;
}

.kereszttabla,
.fordulopanel,
.tabellapane,
.footer2 {
  width: 100%;
}

.row,
.container > .navbar-header {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body2 {
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
}

.headercim {
  color: var(--maincolor);
  font-weight: bold;
  text-transform: uppercase;
}

.width80percent {
  width: 80%;
}

#content > div > ul > li > div > p > img {
  max-width: 100%;
  max-height: 50%;
}

#content > div > div > p > img {
  max-width: 100%;
  max-height: 50%;
}

.content > .container {
  width: 100%;
}

.egyebhirek > li {
  padding-right: 10px;
  padding-bottom: 5px;
}

.rankgingtablehead {
  background-color: var(--darkercolor);
}

.whitecolor {
  color: white !important;
}

.marginbottom20px {
  margin-bottom: 20px !important;
}

/*Ranglista tábla CSS */

.tabletocenter {
  margin: 0 auto;
}

.center_80percent {
  text-align: center;
  font-size: 80%;
}

.fixedcolumns {
  overflow: hidden;
  height: 480px;
}

.pointscolumns {
  overflow: scroll;
  height: 497px;
  position: relative;
}

.best4score {
  color: red;
}

.rankingtable tr:nth-child(even) {
  /*background: var(--maincolor);*/
  background: white;
}

.rankingtableparentdivclass {
  width: 100%;
  overflow-x: auto;
}

/*Ranglista tábla CSS */

.teaminfotable1,
.teaminfotable2 {
  width: 100%;
}

.teaminfotable2 tr:nth-child(even) {
  background: var(--lightcolor);
}

.teaminfotable1 td.infotitle,
.teaminfotable1 th.infotitle,
.teaminfotable2 th.infotitle,
.teaminfotable2 td.infotitle {
  color: #0073aa;
}

.teaminfotable1 td {
  width: 25% !important;
  word-wrap: break-word;
}

.teaminfotable2 td:nth-child(2) {
  width: 60%;
}

.infoikon {
  background-color: #337ab7;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  border: 0px;
}

.mentesbtn {
  background: var(--maincolor);
  color: var(--darkercolor);
  margin: 5px;
}

.bezarbtn {
  color: var(--darkercolor);
  margin: 5px;
}

.veglegesitesbtn {
  background: var(--maincolor);
  color: var(--darkercolor);
  margin: 5px;
}

.mentesbtn:hover {
  background: white;
  color: var(--maincolor);
}

.bezarbtn:hover {
  background: white;
  color: var(--lightcolor);
}

.veglegesitesbtn:hover {
  background: white;
  color: #a0d468;
}

.teammatchresultformmodal {
  width: 70% !important;
  text-align: center !important;
  margin: 0 auto;
}

.modal {
  z-index: 100000 !important;
}

.teammatchresultsingletable,
.teammatchresultdoubletable {
  width: 100%;
}

.teammatchresultsingletable td:nth-child(2),
.teammatchresultsingletable td:nth-child(3),
.teammatchresultdoubletable td:nth-child(2),
.teammatchresultdoubletable td:nth-child(3) {
  width: 35%;
  word-wrap: break-word;
  padding: 5px;
}

.teammatchresultformmodal select {
  max-width: 200px;
  padding: 0px;
    display: inline-block;
}

.bluecolor {
  color: #337ab7;
}

.subscribeimage {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.subscribeimage > a > img,
.subscribeimage > img {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

#menutitle {
  text-align: left;
  color: white;
  font-size: 40px;
  padding-left: 0px;
  font-weight: bolder;
}

.user-registration-Button,
.ur-submit-button {
  background: green !important;
  color: white;
}

.entry-content {
  max-width: 1200px !important;
  margin: auto !important;
}

.max-width-image {
  margin-bottom: 0px;
}

.max-width-image > a > img,
.max-width-image > img {
  width: 100%;
  height: auto;
}

.showclass {
  background: var(--maincolor);
}

.filterRankingButton {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}


.adminEditTable > tbody > tr{
  margin-top: 10px;
}

.resultInputField {
  width: 25px;
  height: 25px;
  font-size: 16px;
  display: inline-block;
  padding: 0px;
  text-align: center;
}

.otherResultSelect {    
    height: 25px;    
    padding: 0px!important;
    margin-right: 15px;
    width: 120px;
    margin: 2px;
}

.nameHeaderClass > div{
  height: inherit;
  overflow: auto;
}

.noDisplay {
  display: none;
}

.g-recaptcha-hcaptcha {
  text-align: center;
}

/* #loginform {
display: none;
} */



#wpfooter{
  display: none!important;
}

/* NEXT */

@media (max-width: 1250px) {
  .minifocim {
    font-size: 70%;
  }
  .textunderimage {
    font-size: 95%;
  }
}



.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--maincolor);
  width: 120px;
  height: 120px;
  margin-left: 45%;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
/********************************UNDER 1023px ****************************************/

@media (max-width: 1023px) {
  .minifocim {
    font-size: 100%;
  }
  #content > div > ul > li > div > p > img {
    max-width: 100%;
    max-height: 300px;
  }
  #content > div > div > p > img {
    max-width: 100%;
    max-height: 300px;
  }
  .ui-datepicker {
    position: absolute;
    top: 0px;
    left: 20%;
  }
  .mobilewidth90 {
    width: 90%;
  }
  .hircontent {
    padding-left: 3px;
    padding-right: 3px;
  }
  .maincontainer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .welcomecontainer {
    margin-top: 3em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .imagecontaineritem img {
    display: none;
  }
  .imagecontaineritem {
    padding: 1em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 50px;
  }
  .imagecontaineritem3 img {
    display: none !important;
  }
  .teammatchresultformmodal {
    width: 95% !important;
    text-align: center !important;
    margin: 0 auto;
  }
  .teammatchresultsingletable td:nth-child(2),
  .teammatchresultsingletable td:nth-child(3),
  .teammatchresultdoubletable td:nth-child(2),
  .teammatchresultdoubletable td:nth-child(3) {
    width: 30%;
    word-wrap: break-word;
    padding: 5px;
  }
  .teammatchresultformmodal select {
    max-width: 100px;

  }
  .textunderimage {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  }
  .fourthrowitem img {
    width: 100%;
    height: auto;
  }
  .focim3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .subscribeimage {
    width: 100%;
  }
  .secondrowitem img {
    width: 200px;
  }
  .textunderimage {
    font-size: 95%;
  }
}

@media (max-width: 800px) {
  .textunderimage {
    font-size: 100%;
  }
  #headerline {
    height: 200px;
  }
  #menutitle {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .pointscolumns,
  .eventsheader {
    display: none;
  }
  .fixedcolumns {
    overflow: auto;
  }
}
