/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2020.01.23., 15:43:21
    Author     : petyapuca
*/

* {
  outline: none !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1px;
  font-size: 16px;
  color: #525151 !important;
  line-height: 1.8 !important;
}

.tooltipevent {
  padding: 3px;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid white;
}

#desktoppopuptexthover {
  display: block;
}

#mobilpopuptexthover {
  display: none;
}

.fc-event:hover {
  font-weight: 900;
  cursor: pointer;
}

#loading {
  display: none;
}

#loading {
  background-color: #394040;
  /*white;*/
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000000000;
  margin-top: 0px;
  top: 0px;
  left: 0;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 52%;
  top: 400px;
  height: 75px;
  width: 75px;
  margin-top: -75px;
  margin-left: -75px;
  opacity: 1;
}

.loadingicon {
  color: #03a9f4;
  position: fixed;
  left: 47%;
  top: 50%;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  filter: drop-shadow(2px 4px 6px black);
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.courtdivbox {
  /*    display: inline-block;*/
  float: left;
  margin: 10px;
  max-width: 150px;
}

.courtdivbox img {
  width: 100px;
}

.courtdivbox img:hover,
.selectedcourt {
  background: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%);
  cursor: pointer;
  color: white;
}

input[type="checkbox"],
input[type="radio"] {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.modal-contenttop {
  background-color: #fefefe;
  margin: 50px auto;
  /* 15% from the top and centered */
  padding: 0px;
  /* border: 1px solid white;*/
  width: 60%;
  /* Could be more or less, depending on screen size */
  overflow-y: initial !important;
  border-radius: 20px;
  max-width: 1000px;
}

.modal-dialog-wide {
  width: 80% !important;
}

.modal-header-foglalas {
  padding: 15px 5px 15px 5px;
  border-bottom: 1px solid white;
  background-color: #84c83d;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #84c83d, #66c3cb);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  position: relative;
}

.foglalas-data-content {
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
}

.closebtn,
.closebtn2 {
  color: white;
  font-size: 20px;
  font-weight: 800;
  background: transparent;
  border: 0px;
  background: linear-gradient(to bottom right, #ccc, #666);
  border-radius: 30px;
  font-size: 18px;
  padding: 5px 9px 5px 8px !important;
  text-transform: uppercase;
  border: 1px solid darkgrey;
}

.closebtn:hover,
.closebtn2:hover {
  background: white;
  color: darkgrey;
  border: 1px solid darkgrey;
}

.xBtn {
  border: 0px;
  margin-right: 10px;
  margin-top: -5px;
  background: transparent !important;
  position: absolute;
  top: 0;
  right: 0;
}

.xBtn:hover {
  background: transparent;
  color: darkgrey;
  border: 0px;
}

.confirmBookingBtn {
  text-transform: uppercase;
  font-size: 18px;
}

.popupinfo {
  overflow-y: auto;
}

.errorpopupinfo {
  padding: 25px;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.klubfoglalastitle {
  width: 80%;
  height: 60px;
  background: #444;
  color: white;
  margin-top: 35px;
  vertical-align: middle;
  padding: 20px 35px 20px 35px;
  text-transform: uppercase;
}

.alkalmivasarlas {
  width: 100%;
  color: #82c936;
  font-size: 20px;
  font-weight: bold;
}

.osszesitesdiv {
  width: 75%;
  margin-top: 55px;
}

.contentdiv {
  overflow-x: auto;
}

.foglalas-idopont-input {
  padding: 1px !important;
  border: 1px solid #ccc;
  resize: none;
  background-color: transparent;
  font-size: 16px;
  margin: 1px;
}

.foglalas-idopont-input:active {
  border-radius: 0px !important;
}

.cartelementrow {
  display: block;
  margin-bottom: 15px;
}

.cartelementrow > div {
  display: table-cell;
}

#globalinfopopup-body {
  max-height: 700px;
  width: 100%;
}

#globalinfopopup-footer {
  /* background: #48c0eb;*/
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-rightside {
  background-color: #fefefe;
  padding: 0px;
  width: 60%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  height: 100%;
}

.success {
  color: #82c936;
}

.greenbtn {
  text-align: center;
  /*background-image: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%)!important;
    background: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%);*/
  background-color: #84c83d;
  background-image: linear-gradient(to bottom right, #84c83d, #66c3cb);
  color: white;
  border-radius: 50px !important;
  cursor: pointer;
  border: 1px solid #82c936;
  padding: 5px 9px 5px 8px !important;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.8;
}

.greenbtn:hover {
  background: white !important;
  color: #82c936 !important;
  cursor: pointer;
  border: 1px solid #82c936;
}

#cart-widget {
  position: fixed;
  right: 0;
  top: 90px;
  z-index: 1000;
}

#cart-widget .kosar-header {
  background-color: #48c0eb;
  color: #fff;
  outline: none;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  cursor: pointer;
  background: linear-gradient(
    45deg,
    rgba(48, 128, 191, 1) 0%,
    rgba(98, 160, 217, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}

.input-text-foggo {
  display: block;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.margin-top-bottom-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.orangebtn {
  background: linear-gradient(55deg, orangered 0%, #ecce97 100%);
  /* orangered;*/
  color: white !important;
  border-radius: 50px !important;
  cursor: pointer;
  border: 1px solid orangered;
  padding: 5px 9px 5px 8px !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 18px;
}

.orangebtn:hover {
  background: white;
  color: orangered !important;
  cursor: pointer;
  border: 1px solid orangered;
}

.orangebtn2 {
  background: linear-gradient(55deg, orange 0%, #ecce97 100%);
  color: white;
  border-radius: 50px !important;
  cursor: pointer;
  border: 1px solid orange;
  padding: 5px 9px 5px 8px !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 18px;
}

.orangebtn2:hover {
  background: white !important;
  color: orange !important;
  cursor: pointer;
  border: 1px solid orange;
  text-decoration: none;
}

.greybtn {
  background-color: #ccc;
  color: white !important;
  border-radius: 50px !important;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 8px !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 18px;
}

.greybtn:hover {
  background-color: white;
  color: #ccc !important;
  cursor: pointer;
  border: 1px solid #ccc;
}

.alert-danger-foggo {
  padding: 15px !important;
  border: 1px solid #ffa400;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  background: orange;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.alert-success-foggo {
  padding: 15px !important;
  border: 1px solid green;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  background: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%);
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.colors {
  border-collapse: collapse;
  margin-top: 5px;
}

.colors td {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: white;
  text-align: center;
  border: 1px solid white;
}

.colors td .selected {
  border: 2px dotted white;
  width: 38px;
  height: 38px;
  margin: auto;
  color: white;
}

.form-control-foggo {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-rounded {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.club-dashboard .dashboard-palette {
  text-align: center;
  margin: auto;
  color: var(--blue);
  padding: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  font-size: 16px;
  border-radius: 100px;
  border: 3px solid var(--blue);
  height: 200px;
  width: 200px;
  padding: 50px 20px 20px 20px;
}

.club-dashboard .dashboard-palette:hover {
  background: var(--blue);
  color: white;
}

.trainer-dashboard .dashboard-palette {
  text-align: center;
  margin: auto;
  color: #197aa9;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  box-shadow: 2px 2px 5px 0px rgba(161, 161, 161, 1);
  font-size: 16px;
  border-radius: 100px;
  border: 3px solid #197aa9;
  height: 200px;
  width: 200px;
  padding: 50px 20px 20px 20px;
}

.trainer-dashboard .dashboard-palette:hover {
  background: var(--lineargradientblue);
  color: white;
}

.statistic-number {
  font-size: 20px;
}

.margin-top-10px {
  margin-top: 10px;
}

.margin-top-4px {
  margin-top: 4px;
}

.pointer {
  cursor: pointer;
}

.wordwrap {
  word-wrap: break-word;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #48c0eb;
  border-radius: 20px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Main page Entities*/

.entitiesdiv {
  padding: 8px;
  color: #666666;
  font-size: 14px;
  width: 98%;
  margin: auto;
}

.entities-inside {
  overflow: auto;
}

.entitycover {
  height: 350px;
  margin-top: 7px;
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  position: relative;
}

.entity-box {
  border: 2px solid #48c0eb;
  width: 280px;
  height: 210px;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 20px;
  margin: 6px;
  padding: 10px;
  /* float: right; */
  display: inline-grid;
  text-align: center;
  /*    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);*/
}

.entity-box-inside {
  max-height: 350px;
  overflow-y: auto;
  text-align: -webkit-center;
}
.entity-box-inside > div {
  margin-top: 5px;
}

.entity-profile-name {
  font-size: 16px;
  font-weight: 800;
}

.calendar-icon {
  border: 1px solid var(--green);
}

.calendar-icon:hover {
  border: 1px solid var(--green);
}

.entity-profile-image {
  width: auto;
  height: 60px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
}

#impressum {
  line-height: 140%;
  font-size: 15px;
  color: #acafb3;
  background: #fff;
}

#impressum-content {
  font-size: 12px;
  margin: 0px auto;
  padding: 20px 0px;
}

#impressum a {
  color: #acafb3;
}

#impressum a:hover {
  color: #4fc1e9;
}

.rating {
  margin-top: 10px;
  border: none;
  float: right;
}

.mainrating {
  margin-top: 10px;
  border: none;
  display: inline;
}

.rating > input,
.mainrating > input {
  display: none;
}

.rating > label:before,
.mainrating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: Font Awesome\5 Free;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before,
.mainrating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label,
.mainrating > label {
  color: #ddd;
  float: right;
}

.mainrating > label {
  font-size: 25px;
}

label.ertekeleslabel {
  font-size: 45px;
  color: #434953;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  padding-left: 10px;
}

.velemeny {
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f7fa;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
  color: #ffd700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
  color: #ffed85;
}

.mainrating>input:checked~label,

/* show gold star when clicked */

.mainrating:not(:checked)>label:hover,

/* hover current star */

.mainrating:not(:checked)>label:hover~label {
  color: #ffd700;
}

/* hover previous stars in list */

.mainrating>input:checked+label:hover,

/* hover current star when changing rating */

.mainrating>input:checked~label:hover,
.mainrating>label:hover~input:checked~label,

/* lighten current selection */

.mainrating>input:checked~label:hover~label {
  color: #ffed85;
}

.insideload {
  background-color: white;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000000000;
  margin-top: 0px;
  top: 0px;
  left: 0;
  border-radius: 5px;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#calendar {
  position: relative;
}

.fc-today-button {
  display: none;
}

.underline {
  text-decoration: underline;
}

.iframe {
  text-align: center;
  margin: auto;
}

.normal-text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.overflow-x-auto {
  overflow-x: auto;
}

.dataTable_wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
}

.thumbnail-image {
  width: 300px;
  border-radius: 10px;
  margin: 2px;
}

.blog-article-box {
  min-height: 340px;
}

.blog-article-box > a {
  font-size: 16px;
}

.newmessagebackground {
  background: var(--green);
}

/* SPORTOLÓ ÜZENETEIM ALOLDAL */

.messagebox-foggo .panel-body {
  height: 400px;
  overflow-y: auto;
}

.messagebox-foggo .panel-heading {
  color: white !important;
  font-weight: 900;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-color: transparent !important;
}

.messagebox-foggo .panel-default {
  border-color: transparent !important;
}

.messagebox-foggo .panel-body {
  border: 1px solid #ddd !important;
  padding: 0px !important;
}

.messagebox-foggo .userpanel .panel-footer {
  background-color: transparent;
  color: #48c0eb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #48c0eb;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.messagebox-foggo .userpanel .panel-footer:hover {
  background-color: #48c0eb;
  color: white;
}

.messagebox-foggo .messagepanel .panel-footer {
  background-color: transparent;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #ddd;
}

.sendmessagebtn {
  border: 1px solid #ccc !important;
  width: 100%;
  border-radius: 10px !important;
}

.messagebox-foggo .chat-img img {
  width: 60px;
  height: 60px;
}

.messagebox-foggo .img-circle {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  margin: 0px 0px 0px 0px;
}

.messagebox-foggo .list-group-item {
  overflow: hidden;
  border: 0px !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0px;
}

.messagebox-foggo .list-group-item img {
  display: inline-block;
  vertical-align: top;
}

.messagebox-foggo .list-group-item div {
  display: inline-block;
  vertical-align: middle;
}

.messagebox-foggo li {
  padding: 0px;
}

.messagebox-foggo .chat .chat-img,
.messagebox-foggo .chat .chat-body {
  display: inline-block;
  vertical-align: middle;
}

.messagebox-foggo .chat .chat-body {
  width: 85%;
}

.messagebox-foggo .chat .left .chat-body .messagetext {
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: transparent;
  margin: 5px;
  padding: 10px;
  text-align: left;
}

.messagebox-foggo .chat .right .chat-body .messagetext {
  border: 1px solid #48c0eb;
  border-radius: 20px;
  color: white;
  background-color: #48c0eb;
  margin: 5px;
  padding: 10px;
  text-align: left;
}

.messagebox-foggo .chat .right .chat-body .messagedate,
.messagebox-foggo .chat .left .chat-body .messagedate {
  margin: 5px;
  padding-left: 10px;
  text-align: left;
  font-size: 90%;
}

/* SPORTOLÓ ÜZENETEIM ALOLDAL */

.ui-widget-content {
  color: #434953 !important;
}

.languagebtn {
  background: white;
  margin-top: 5px;
  border-radius: 50px;
  padding: 8px;
  border: 1px solid #52c4ea;
}

.bluecolor {
  color: #52c4ea;
}

.langdropdownmenu {
  text-align: center;
  background: snow;
  color: #099fcd;
  border-radius: 50px;
  border: 1px solid #099fcd;
  padding: 15px;
  font-size: 16px;
}

.langdropdownmenu > .dropdown-item:hover {
  background: #099fcd;
  color: white;
}

.fa-user-menu {
  padding: 7px;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
}

.modal-dialog-profileimage {
  width: 65% !important;
  position: relative;
  margin: auto;
  padding: 0px;
}

.profile-image-closer-div {
  text-align: right;
  max-width: 80% !important;
}

.modal-szolgaltato-content {
  background-color: transparent !important;
  -moz-box-shadow: 0px 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
  border: 0px !important;
  margin: auto !important;
  width: 100%;
}

.modal-szolgaltato-img {
  width: 100%;
  border-radius: 20px;
  border: 10px solid #4fc1e9;
  padding: 0px;
  background: transparent;
}

.image-modal-closer {
  position: absolute;
  right: 10px;
  border: 0px solid transparent;
  top: 10px;
}

.moveleft-btn {
  font-size: 20px;
  position: absolute;
  bottom: 5%;
  left: 15px;
}

.moveright-btn {
  font-size: 20px;
  position: absolute;
  bottom: 5%;
  right: 15px;
}

.trainer-background-color {
  background-color: #197aa9 !important;
  color: white !important;
}

.club-background-color {
  background-color: #1c7b54 !important;
  color: white !important;
}

.athlete-background-color {
  background-color: #82c936 !important;
  color: white !important;
}

.width100 {
  width: 100%;
}

.selectable-box-front {
  display: initial;
}

.selectable-box {
  display: initial;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  background: transparent;
}

.active-selectable-box {
  color: white;
  background: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%);
}

.selectable-box:hover {
  color: white;
  background: linear-gradient(55deg, #82c936 0%, #a6ea5c 100%);
}

.bookingview-courtlabel {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  background: transparent;
  width: 100%;
  margin: 0px;
  height: 120px;
  overflow: hidden;
}

.dailycalendar-container {
  width: 150px;
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}

.ui-datepicker-trigger {
  display: none;
}

.topmargin20 {
  margin-top: 20px;
}

#clubbookingsview_container {
  min-height: 200px;
}

.extension-background-color {
  background: #ffa400;
  background-color: #ffa400;
}

.oval-border {
  border-radius: 50px;
}

.event-popup-data-div > div {
  margin-top: 10px;
}

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

.adminuseritem {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.adminuseritem:hover {
  background-color: #52c4ea;
}

.fa-2x {
  font-size: 1.5em !important;
}

.courtMainContainer {
  overflow: auto;
  overflow-y: hidden;
}

.courtContainer {
  display: inline-block;
  width: max-content;
}

.courtNameLabel {
  overflow: hidden;
}

.topmargin10px {
  margin-top: 10px;
}

.miniCourtImage {
  width: 40px;
}

.mini-calendars-cover {
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  position: relative;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
}

.mini-calendar-box {
  min-width: 100px;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 20px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  /*    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);*/
}

.miniCalendarsDiv {
  width: 98%;
  margin: auto;
}

.miniCalendarsInside {
  overflow: auto;
  overflow-y: hidden;
  width: inherit;
}

#accept_servicerules_checkbox {
  margin-right: 10px;
}

.entityPagingArrow {
  display: none;
  z-index: 1;
  position: absolute;
  font-size: 20px;
  /* color: white;
    
    background: linear-gradient(55deg, #48c0eb 0%, #b3d9e6 100%);
    padding: 10px 25px 10px 25px;
    border-radius: 20px;
    border: 1px solid white; */
  cursor: pointer;
  -webkit-box-shadow: 3px 2px 5px -1px #000000;
  box-shadow: 3px 2px 5px -1px #000000;
}
.entityPagingArrowLeft {
  left: 20px;
  top: 45%;
}
.entityPagingArrowRight {
  right: 20px;
  top: 45%;
}

.courtPagingArrowLeft {
  left: 10px;
  top: 30%;
}
.courtPagingArrowRight {
  right: 10px;
  top: 30%;
}

.navbar-collapse.collapse.show {
  margin-top: 20px;
}

.profile-icon,
.calendar-icon {
  width: 160px;
}

.greenBackground {
  background: var(--lineargradientgreen);
}

.blueBackground {
  background: var(--lineargradientblue);
}

.warningBackground {
  background: var(--lineargradientorange);
}

.ui-timepicker-minutes {
  display: table-cell !important;
}

#admin_page_club_calendar_court_container {
  padding-left: 50px;
}

.entities-inside {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.entities-inside::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.fc-footer-toolbar > .fc-center {
  text-align: center;
}

.displayNone {
  display: none;
}

.table {
  width: 100% !important;
}

.dropdown-menu-right {
  z-index: 1001;
}

.fc-event .fc-title {
  white-space: pre-line;
  font-size: 12px;
}

td.dtr-control:before {
  background-color: #03a9f4 !important;
}
/* NEXT */

/**************** MOBILE VIEW START **********************/

@media screen and (max-width: 1023px) {
  .modal-rightside {
    width: 100%;
  }

  #actualbookedevents_table_filter,
  #courttrainings_table_filter,
  #pastbookedevents_table_filter,
  #coursetrainings_table_filter,
  #myathletes_table_filter,
  #myinvitations_table_filter,
  #seasonTicketsAndDiscounts_table_filter {
    padding-right: 0;
    display: inline-block;
    float: none;
  }

  #actualbookedevents_table_length,
  #pastbookedevents_table_length,
  #courttrainings_table_length,
  #coursetrainings_table_length,
  #myathletes_table_length,
  #myinvitations_table_length,
  #seasonTicketsAndDiscounts_table_length {
    padding: 0px;
  }

  #deactivation_table_paginate,
  #actualbookedevents_table_paginate,
  #courttrainings_table_paginate,
  #pastbookedevents_table_paginate,
  #coursetrainings_table_paginate,
  #myathletes_table_paginate,
  #myinvitations_table_paginate,
  #seasonTicketsAndDiscounts_table_paginate {
    overflow: auto;
  }

  .courtdivbox img {
    width: 50px;
  }
  .fc-toolbar > .fc-center h2 {
    font-size: 16px !important;
    font-weight: 700;
  }
  .fc-today-button {
    display: none;
  }
  #selected_cover_image img {
    width: 100%;
  }
  #desktoppopuptexthover {
    display: none;
  }
  #mobilpopuptexthover {
    display: block;
  }
  .loadingicon {
    left: 40%;
  }
  #globalinfopopup-body {
    max-height: 400px;
  }
  .modal-contenttop {
    width: 95%;
    /* Could be more or less, depending on screen size */
  }

  .entitycover {
    height: 200px;
  }
  .modal-dialog-profileimage {
    width: 95% !important;
  }
  #page-wrapper {
    padding: 0px !important;
  }
  #entity_menu_content {
    margin-top: 35px !important;
  }
  .fc-head-container {
    font-size: 12px !important;
  }
  .datepicker {
    max-width: 220px;
  }

  .entityPagingArrow {
    position: absolute;
    padding: 5px 12px 5px 12px;
    font-size: 15px;
  }

  .frontProfileLangMenu > .nav-item {
    padding-right: 15px;
  }

  .courtPagingArrowLeft {
    top: 20%;
  }
  .courtPagingArrowRight {
    top: 20%;
  }

  .messagebox-foggo .chat .right .chat-body .messagetext,
  .messagebox-foggo .chat .left .chat-body .messagetext {
    font-size: 12px;
  }

  .messagebox-foggo .chat-img img {
    width: 30px;
    height: 30px;
  }

  #athlete_message_messagebox {
    padding-inline-start: 0px !important;
  }
}
