
a {text-decoration: none;}
table{
    width:100%;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:inline-block !important;}
.w100 {width:100% !important;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
a.hover:hover {text-decoration: underline;}
.border_none {border: 0 !important;}
.inline-block{display: inline-block;}
.display-table{display: table;}
.display-cell{display: table-cell;vertical-align: middle;}
input, button, textarea, select{
outline: none;
box-sizing: border-box;
}
.mt0 {
    margin-top: 0 !important;
}
.h100 {
    height: 100%;
}
ul,li {
    padding: 0;
    margin: 0;
}
.DTable {
  display: table;
}
div, span, a , p, ul, li, h1, h2, h3, h4, h5, h6{
    box-sizing: border-box;
}
.wrapper{
    width:100%;
    margin:0 auto;
}
.hidden{
    overflow:hidden;
}
.w50{
    width:50%;
}
.w1140{
    width: 1140px;
    margin: auto;
}
.clearfix, .container {
   zoom:1;}
.clearfix:after, .container:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
   background-attachment: ;
}

h1,h2,h3 {margin:0;}

/* #Helper classes
================================================== */
a, a::before, a::after, span::before, span::after, div::before, div::after, span {
    text-decoration: none;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}
a:hover {
    color: #f20000;
}
input, select, button{
    outline: none;
}
a{
  color: #1e1f23;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: absolute;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
input, textarea, button{
   font-family: 'Montserrat', sans-serif;
}
.ml25 {margin-left:25px;}
.mr10 {margin-right:10px;}
.mr70 {margin-right:70px;}
.mt5  {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt10 {margin-top:10px;}
.container{
    width: 96%;
    margin: auto;
    max-width: 1240px;
}
section{
    float: left;
    width: 100%;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* #Site styles
================================================== */
body {
    font-family: 'Montserrat', sans-serif;

    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    background: #fff;
    color: #262930;
}
.mobile{
    display: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding-bottom: 7px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.logo{
    float: left;
    margin-top: 18px;
}
nav{
    float: left;
    /*margin-top: 10px;*/
    margin-right: 50px;
}
nav .mobile-lang, nav .mobile-log{
    display: none;
}
.nav-link{
    float: left;
    padding: 20px;
    color: #262930;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
.nav-link.active{
    color: #f20000;
}
.nav-link.sport{
    background: url(../img/sports-tennis.svg) no-repeat right 11px center;
    background-size: 30px;
    padding-right: 40px;
    margin-top: 10px;
    font-size: 14px;
    position: relative;
}
.mobile .nav-link.sport{
    margin-top: 0;
}
.nav-link.sport svg{
    position: absolute;
    right: 0;
    top: 23px;
}
nav ul, nav li{
    float: left;
    list-style: none;
}
nav li.favourite-club a{
    font-weight: 700;
    position: relative;
}
nav li.favourite-club a::before{
    content: '';
    width: 23px;
    height: 19px;
    display: inline-block;
    background-image: url("../img/heart.svg");
    background-size: 23px;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
}


.header-right{
    margin-top: 10px;
}
.log-btn{
    float: left;
    padding: 20px 5px;
    line-height: 20px;
}
.log-btn::before{
    content: "|";
    position: relative;
    left: -5px
}
.log-btn:first-of-type::before{
    content: none;
}
.messages-drop-hld, .notifications-drop-hld{
    float: left;
    line-height: 20px;
    padding: 20px 5px;
    font-size: 18px;
    color: #a4a4a4
}
.messages-drop-hld svg, .notifications-drop-hld svg{
    color: #a4a4a4;
    font-size: 22px;
}
.ui.dropdown .menu.message-dropdown, .ui.dropdown .menu.notifications-dropdown{
    font-size: 14px;
}
.ui.dropdown li{
    list-style: none;
}
.ui.dropdown .item{
    padding: 5px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.menu.message-dropdown svg, .menu.notifications-dropdown svg {
    font-size: 16px;
}
.user-header svg{
    color: #a4a4a4;
    font-size: 15px;
    margin-left: 5px;
}
.user-header{
    float: left;
    margin-top: 5px;
    /*border-right: 1px solid #dcdcdc;*/
    padding-right: 18px;
    margin-right: 10px;
}
.user-header img{
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.user-header .name-hld{
    float: left;
    margin: 18px 0 10px 5px;
    color: #a4a4a4;
}
.numb-noty{
    position: absolute;
    top: 11px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #f20000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}
.languages.ui.dropdown{
    padding: 20px 5px;
    float: left;
    line-height: 20px;
    /*margin-left: 20px;*/
}
.languages.ui.dropdown .default.text{
     color: #262930;
}
.menu-btn {
  position: relative;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin-top: 18px;
    margin-left: 15px;
    border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

.hamburger {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.hamburger:after, .hamburger::before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #262930;
}

.hamburger:before { top: 10px;}

.hamburger:after { top: 20px; }
.menu-btn.active {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;
}

.menu-btn.active .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top:5px;
}

.menu-btn.active .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.menu-btn.active .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.top-banner{
    background: url("../img/header-pic.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0;
    position: relative;

}
.top-text{
    color: #fff;
    font-size: 28px;
    float: left;
    max-width: calc(100% - 230px);
    margin-top: 27px;
    margin-bottom: 30px;
}
.top-text .thin{
    font-weight: 100;
    font-size: 60px;
}
.top-text .f55{
    font-size: 55px;
}
.top-text .f47{
    font-size: 45px;
}
.top-text .pl90{
    padding-left: 110px;
}
.top-text .pl180{
    padding-left: 200px;
}
.top-banner .main-filters{
    float: left;
    margin-top: 20px;
    width: calc(100% - 215px);
}
.main-filters .ui.selection.dropdown{
    line-height: 20px;
    height: 40px;
    float: left;
    margin-right: 5px;
    min-width: 13em;

    width: 205px;
    min-width: 140px;
}
.main-filters-list .reserve-btn{
    display: inline-block;
    float: none;
}
.btn-hld{
    display: inline-block;
}
.search-txt{
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.search-txt .search-club{
    display: block;
}
.search-txt .search-loc{
    display: none;
}
.search-txt.loc .search-club{
    display: none;
}
.search-txt.loc .search-loc{
    display: block;
}
.search-select-hld{
    float: left;
    position: relative;
    /*    width: 205px;*/
}
.main-filters-home .search-select-hld .select-location.ui.selection.dropdown, .main-filters-home .search-select-hld.search-by-club .select-club.ui.selection.dropdown{
    width: 200px;
}
.search-select-hld .select-location.ui.selection.dropdown{
    display: block;

}
.search-select-hld .select-club.ui.selection.dropdown{
    display: none;
}
.search-select-hld.search-by-club .select-club.ui.selection.dropdown{
    display: block;
}
.search-select-hld.search-by-club .select-location.ui.selection.dropdown{
    display: none;
}
.ui.selection.dropdown.datepick, .datepick{
    padding: 0;
    padding-left: 25px;
    background: #fff url("../img/calendar.svg") no-repeat 5px center;
    background-size: 15px;
    /*width: 140px;*/
    width: 205px;
}
.datepick.time-pick{
    background-image: url("../img/clock-circular-outline.svg");
    background-size: 14px;
}
.ui.selection.grass-type.dropdown, .ui.selection.dropdown.datepick{
    width: 205px;
    min-width: 140px;
}
.select-location.ui.selection.dropdown{
    background: #fff url("../img/loc.svg") no-repeat 5px center;
    background-size: 15px;
    padding-left: 25px;
    width: 205px;
}
.ui.search.selection.dropdown > input.search{
    line-height: 1.9em;
}
.select-location.ui.search.selection.dropdown > input.search{
    padding-left: 15px;
}
.select-location.ui.search.dropdown > .text{
    left: 4px;
}
.datepick input, .ui.form .datepick input{
    border: none;
    line-height: 36px;
    width: 100%;
    height: 38px;
}
.ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon{
    top: 1em;
}
.reserve-btn{
    border: none;
    line-height: 40px;
    /*width: 130px;*/
    width: 205px;
    background: #f20000 url("../img/court-search.svg") no-repeat 5px center;
    padding: 0;
    /*padding-left: 50px;*/
    background-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    /*margin-left: 5px;*/
    /*float: right*/;
    float: left;
    border-radius: 0;
    text-align: center;
   /* transition: all 0.5s;*/
}

.map-btn{
    float: right;
    margin-left: 7px;
    border: none;
    line-height: 40px;
    height: 40px;
    width: 110px;
    background: #262930;
    text-align: center;
    background-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
}
.reservation-btn{
    background: #262930 url("../img/calendar-btn.svg") no-repeat 18px center;
    background-size: 25px;
    padding-left: 35px;
    width: 170px;
}
.map-btn svg{
   font-size: 20px;
   position: relative;
   top: 2px;
   margin-right: 2px;
}
.statistics{
    width: 200px;
    float: right;
    /*height: initial;*/
    height: inherit;
    position: absolute;
    right: 0;
}
.stat-box{
    background: rgba(52,55,62,0.8);
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-top: 1px;
    width: 100%;
    position: relative;
    height: 33%;
}
.stat-box .vertical_centering_css3{
    width: 100%;
}
.stat-box .big{
    font-size: 36px;
    font-weight: bold;
    display: block;
}
.stat-box.w50{
    width: 50%;
    padding: 20px 0;
}
.section-title{
    font-size: 22px;
    font-weight: normal;
    width: 100%;
    text-transform: uppercase;
}
.column49 .section-title, .clubs-section .section-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.section-title .view-all{
    float: right;
    font-size: 14px;
    margin-top: 2px;
    text-transform: initial;

    /* width: 15px; */

    background-size: 15px;
}
.clubs-slider .club-box{
    width: 100%;
    /*margin-top: 30px;*/
    position: relative;
    float: left;
}
.img-hld{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.box-info-hld{
    background: rgba(52, 55, 62, 0.8);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 15px;
    font-size: 16px;
}
.box-title{
    font-size: 18px;
    font-weight: bold;
}
.players, .news{
    margin-top: 60px;
}
.players-hld{
    float: left;
    width: 100%;
}
.player-box{
    float: left;
    display: table;
    margin-top: 15px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.players .player-box {
    border: none;
    padding-bottom: 0;
}
.player-box:first-of-type{
    margin-top: 0;
}
.player-info-box{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 70px);
}
.player-img{
    position: relative;
    display: table-cell;
    vertical-align: middle;
        width: 70px;
}
.player-img::before{
    /*content: "\2714";*/
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0;
    background: #30a52a;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    font-size: 11px;
}
.player-img.disabled::before{
    background: #f20000;
    /*content: "-";*/
      line-height: 18px;
    font-size: 24px;
}
.player-img img{
    width: 63px;
    height: 63px;
    border-radius: 100%;
}
.player-img .initials{
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: #f5f5f5;
    color: #1e1f23;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
.user-header .initials{
    float:left;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    color: #1e1f23;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
.player-points{
    font-size: 15px;
    color: #f20000;
    font-weight: bold;
    float: left;
    width: 45px;
    text-align: right;
}
.player-points .box-rating{
    margin-top: 3px;
}
.player-points .svg-inline--fa{
    vertical-align: 7px;
}
.player-desc{
        color: #808080;
}
.player-points svg{
    color: #f20000;
    font-size: 10px
}
.player-points a{
    width: 12px;
    height: 12px;
}
.player-name{
    font-weight: bold;
    line-height: 20px;
        font-size: 15px;
}
.player-info{
    float: left;
    width: calc(100% - 190px);

    margin-left: 8px;
}
.players .player-box .player-info{
    width: calc(100% - 60px);
}
.players .player-box .gray-btn{
    display: none;
}
.gray-btn, .dark-btn{
    float: left;
    width: 130px;
    line-height: 36px;
    text-align: center;
    color: #f20000;
    background: #f5f5f5;
    /*border-radius: 8px;*/
    font-size: 14px;
    border: none;
    /*transition: all 0.5s;*/
    padding: 3px;
    cursor: pointer;
    transition: all 0.4s;
}
.fav-gray-btn {
    float: left;
    line-height: 36px;
    text-align: center;
    color: #f20000;
    background: #f5f5f5;
    font-size: 14px;
    border: none;
    padding: 3px 15px 3px 45px;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
}
.fav-gray-btn::before{
    content: '';
    width: 23px;
    height: 19px;
    display: inline-block;
    background-image: url("../img/heart.svg");
    background-size: 23px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 12px;
}
.dark-btn{
    color: #f20000;
    font-size: 12px;
    background: #262930;
    width: 105px;
   /* transition: all 0.5s;*/
}
.map-btn:hover{
    background-color: #000;
    color: #fff;
}
.gray-btn.right, .dark-btn.right{
    float: right
}
.gray-btn:hover, .fav-gray-btn:hover{
    background: #e6e6e6;
}
.red-btn{
    background: #f20000;
    color: #fff;
    line-height: 35px;
    min-width: 145px;
    text-align: center;
    font-size: 14px;
    border: none;
    /*transition: all 0.5s;*/
}
.red-btn:hover, .reserve-btn:hover{
    background-color: #bc0000;
    color: #fff;
}
.player-info-box .gray-btn{
    float: right;
}

.news-img-hld{
    float: left;
    width: 190px;
    height: 125px;
    overflow: hidden;
}

.news-desc-hld{
    float: right;
    width: calc(100% - 205px);
}
.news-hld.inner .news-img-hld{
    width: 290px;
    height: 190px;
}

.news-hld.inner .news-desc-hld{
    float: right;
    width: calc(100% - 310px);
}
.box-title{
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 20px;
    overflow: hidden;

}
.small-top-news .box-title{
    height: 60px;
}
.news-box:hover .box-title{
    color: #f20000;
}
.news-hld.inner .box-title{
    font-size: 20px;
}
.news-box{
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.news-box:first-of-type{
    margin-top: 0;
}
.column49 .news-box img{
    height: 125px;
}
.news-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.news-box .date{
    color: #808080;
    font-size: 12px;
    margin: 10px 0;
}
.top-news{
    margin: 30px 0;
}
.top-news, .small-top-news{
    float: left;
    width: 100%;
}
.top-news .news-box .date{
    margin-bottom: 0;
    margin-top: 7px;
}
.news-desc{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #808080;
    height: 64px;
    overflow: hidden;
    line-height: 16px;

}
.news-box .news-desc{
    margin-top: 10px;
}
.news-hld.inner .news-desc{
    height: 89px;
}
.news-desc p{
    margin: 0;
        line-height: 18px;
}
.column49{
    width: 48%;
}
.star{
    float: left;
    width: 15px;
    height: 15px;
}
main{
    margin-top: 80px;
}
main.has-message {
    margin-top: 96px;
}
.rating .star{
    color: #dedede;
}
.rating .star.full{
    color: #f20000;
}
.page-title-hld .rating{
    margin-top: 10px;
    margin-left: 10px;
}
.ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text{
    color: #262930;
}
.club-title{
    font-size: 20px;
    /*margin-top: 17px;*/
    float: left;
    width: 100%;
    /*margin-bottom: 10px;*/

}
.clubs-slider .club-title{
    /*height: 50px;*/
    overflow: hidden;
    height: 70px;
    color: #fff;
    background: rgba(52, 55, 62, 0.6);
    padding: 0px 15px;
    margin-bottom: 1px;
}
.club-title h2{
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
}
.box-types-courts{
    margin-top: 40px;
    font-size: 14px;
    min-height: 57px;
}
.box-types-courts span{
    font-weight: bold;
    font-size: 16px;
}
.club-box .img-hld img{
    transition: all 0.4s
}
.club-box:hover .img-hld img{
    transform: scale(1.1);
}
.club-box .extras{
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    height: 35px;
    overflow: hidden;
}
.clubs-slider .gray-btn{
    line-height: 25px;
    min-width: 120px;
    margin-top: 10px;
    z-index: 11;
    position: relative;

    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: .5s ease-in-out;
    /*display: none;*/
    opacity: 0;
}
.clubs-slider .img-hld:hover .gray-btn{
    /*display: block;*/
    opacity: 1;
}
.extra{
    padding-top: 45px;
     margin-right: 20px;
    margin-bottom: 20px;
    font-size: 11px;
    float: left;
     background-position: top center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    color: #808080;
    /*max-width: 70px;*/
    text-align: center;
/*DJAMAL*/
    width: 80px;
    text-align: center;
    height: 74px;
    overflow: hidden;
}
.club-box .extra{
    margin-right: 5px;
    margin-bottom: 0;
    background-size: 32px 32px;
    width: 35px;
    height: 35px;
    padding: 0;
}
.extra.night_lights{
    background: url("../img/lighting.svg") no-repeat center;
    background-size: 90%;
}
.extra.bathrooms{
    background: url("../img/dressing-room.svg") no-repeat center;
    background-size: 90%;
}
.extra.change-rooms{
    background: url("../img/dressing-room.svg") no-repeat center;
    background-size: 90%;
}
.extra.parking{
    background: url("../img/parking.svg") no-repeat center;
    background-size: 90%;
}
.extra.bathrooms{
    background: url("../img/dressing-room.svg") no-repeat center;
    background-size: 90%;
}
.extra.fitness{
    background: url("../img/fitness.svg") no-repeat center;
    background-size: 90%;
}
.extra.kids-corner{
    background: url("../img/kids_corner.svg") no-repeat center;
    background-size: 90%;
}
.extra.fitness{
    background: url("../img/fitness.svg") no-repeat center;
    background-size: 90%;
}
.extra.kids-corner{
    background: url("../img/kids-corner.svg") no-repeat center;
    background-size: 90%;
}
.extra.restaurant{
    background: url("../img/restaurant.svg") no-repeat center;
    background-size: 90%;
}
.extra.coffe{
    background: url("../img/coffe.svg") no-repeat center;
    background-size: 90%;
}
.extra.covered-court{
    background: url("../img/court-covered.svg") no-repeat center;
    background-size: 90%;
}
.extra.shop{
    background: url("../img/shop.svg") no-repeat center;
    background-size: 90%;
}
.extra.tennis-school{
    background: url("../img/tennis-school.svg") no-repeat center;
    background-size: 90%;
}
.extra.kids-camp{
    background: url("../img/children-camp.svg") no-repeat center;
    background-size: 90%;
}
.extra.amateur-tournament{
    background: url("../img/amateur-tournament.svg") no-repeat center;
    background-size: 90%;
}
.extra.racket-maintenance{
    background: url("../img/racket-maintenance.svg") no-repeat center;
    background-size: 90%;
}






.club-box .extra.night_lights{
    background: url("../img/lighting-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.bathrooms{
    background: url("../img/dressing-room-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.change-rooms{
    background: url("../img/dressing-room-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.parking{
    background: url("../img/parking-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.bathrooms{
    background: url("../img/dressing-room-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.fitness{
    background: url("../img/fitness-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.kids-corner{
    background: url("../img/kids_corner-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.fitness{
    background: url("../img/fitness-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.kids-corner{
    background: url("../img/kids-corner-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.restaurant{
    background: url("../img/restaurant-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.coffe{
    background: url("../img/coffe-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.covered-court{
    background: url("../img/court-covered-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.shop{
    background: url("../img/shop-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.tennis-school{
    background: url("../img/tennis-school-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.kids-camp{
    background: url("../img/children-camp-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.amateur-tournament{
    background: url("../img/amateur-tournament-whte.svg") no-repeat center;
    background-size: 90%;
}
.club-box .extra.racket-maintenance{
    background: url("../img/racket-maintenance-whte.svg") no-repeat center;
    background-size: 90%;
}
.clubs-section{
    margin-top: 60px;
}
.club-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.type-box{
    float: left;
    width: 200px;
    font-size: 14px;
}
.type-info{
    float: right;
    width: calc(100% - 80px);
}
.type-box .count{
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
.type-name{
    font-size: 12px;
    color: #808080;
}
.breadcrumb{
    float: left;
    width: 100%;
    margin: 20px 0 40px 0;
}
.breadcrumb ol{
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumb li{
    float: left;
    list-style-type: none;
}
.breadcrumb a, .breadcrumb .crumb-link{
    color: #b7b7b7;
    font-size: 12px;
}
.breadcrumb a::before, .breadcrumb .crumb-link::before{
    content: ">";
    margin: 0 6px;
}
.breadcrumb li:first-of-type a::before{
    content: none;
}
.breadcrumb .active .crumb-link{
    color: #1e1f23;
}
.page-title{
    font-size: 26px;
    float: left
}
.small-column{
    width:400px;
    float: left
}
.small-column.right{
    float: right;
}
.main-img img{
    max-width: 100%;
}
.club-map{
    float: left;
    width: 100%;
}
.aside-title{
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}
.aside-title.red{
    color: #f20000;
    text-transform: uppercase;
}
.aside-title.mt0{
    margin-top: 0;
    margin-bottom: 0;
}
.big-column, .big-column.tab{

    width: calc(100% - 430px);
}
.gallery{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
}
.owl-carousel.gallery-slider .slide{
    overflow: hidden;
}
.owl-carousel.gallery-slider img{
    height: auto;
    width: 100%;
}
.description{
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}
.description img{
    max-width: 100%;
}
.inner-nav{
    float: left;
    width: 100%;
    margin: 30px 0;
    border-bottom: 2px solid #dedede;
}
.inner-nav ul{
    width: 100%;

}
.inner-nav ul, .inner-nav li{
    float: left;
    list-style: none;
}
.inner-link{
    float: left;
    border-bottom: 2px solid #dedede;
    line-height: 35px;
    padding: 0 19px;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.inner-link:hover{
    background: #f5f5f5;
        color: #1e1f23;
}
.inner-link.active{
    border-color: #f20000;
    font-weight: 600;
}
.tab{
    float: left;
    width: 100%;
}
.fc-widget-content{
    background: #96f5b3;
}
.fc-slats .fc-widget-content{
    background: transparent;
}
.fc-day.fc-widget-content{
    border-color: #fff;
    background: transparent;
}
table td, table th{
    padding: 1px;

}
thead .cell{
    background: transparent;
    height: auto;
    padding: 0 3px;
}
.cell.hours{
    background: transparent;
    line-height: 40px;
}
.cell{
    background: #b8dea5;
    width: 100%;
    min-width: 95px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    float: left;
    cursor: pointer;
    word-break: break-word;
    white-space: normal;

    overflow: hidden;
    font-size: 11px;
}
.day-graphic .cell { 
    line-height: 40px;
}
.admin-table .cell{
    line-height: 40px;
}
.admin-table .cell.reserved, .admin-table .cell.myRes, .admin-table .cell.event, .admin-table .cell.tournament, .admin-table .cell.adminDefaultColor{
    line-height: initial;
}
.cell.reserved {
    background: #dea5a5;
    cursor: default
}
.legend-color.unactive {
    background: #dcdcdc;
}
.cell.myRes {
    background: #a5cdde;
}
.cell.inactive {
    background: #dcdcdc;
    cursor: default
}
.cell.old-hour{
    color: #aaa;
    background: #dcdcdc;
    cursor: default
}
.cell.event {
    background: #ada9e0;
    cursor: default
}
.cell.tournament {
    background: #ada9e0;
    cursor: default
}
.free-courts-hld{
   float: left;
   width: 100%;
   line-height: 12px;
   color: #fff;
   font-size: 11px;
}
.busy-courts{
    float: left;
    width: 50%;
    height: 12px;
    background: #abbaa4;
    border-right: 1px solid #b8dea5;
}
.free-courts{
    float: left;
    width: 50%;
    background: #83b775;
}
.reservation-row{
    padding: 5px 0;
    line-height: 38px;
}
.reservation-label{
    width: 200px;
    float: left
}
.reservation-row.price{
    font-size: 20px;
}
.field.inline-block{
    display: inline-block;
}

.page-title{
    font-size: 26px;
    width: 100%;
    float: left;
    font-weight: 600;
}
.page-title.mb{
    margin-bottom: 35px;
}
h1.page-title{
    font-weight: 600;
}
.club-view  h1.page-title{
   width: auto;
   margin-bottom: 0;
}
.news-hld{
    padding-right: 30px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.news-box img{
    transition: all 0.4s;
}
.news-box:hover img{
    transform: scale(1.05);
}
.main-title{
    font-size: 30px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 25px 0;
}
.main-title::first-word{
    color: red
}
.img-container{
    float: left;
    width: 100%;
    text-align: center;
}
.description-container{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}
.description-container p{
    margin-bottom: 20px;
}
.description-container a{
   color: #262930;
   text-decoration: underline;
}
.small-column.gray{
    background: #f5f5f5;
    padding: 30px;
}
.small-column .news-desc{
    display: none
}
.small-column .top-news .news-img-hld, .small-column .top-news .news-desc-hld{
    width: 100%;

}
.small-column .top-news .news-img-hld{
    height: auto
}
.small-column .top-news .news-img-hld img{
    width: 100%;
    height: auto;
}
.small-column .news-img-hld{
    width: 140px;
    height: 90px;
}
.news-img-hld img{
    height: 100%;
    width: auto;
}
.small-column .news-desc-hld{
    width: calc(100% - 155px);
}
.small-column .box-title{
    font-size: 14px;
}
.small-column .top-news .box-title{
    font-size: 18px;
    margin-top: 15px;
}
.list-box{
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 10px;
    display: table;
    width: 100%;
}
.list-box .display-cell {
    /*display: table-cell;*/
    display: inline-table;
    vertical-align: middle;
    padding: 0 3px;
}
.cell-holder{
    float: left;
    width: calc(100% - 135px);
}

.gray-btn-hld{
    width: 130px;
    float: right;
    margin-top: 5px;
}
.gray-btn-hld.two-buttons{
    width: 270px;
}
.cell-holder-smaller{
    width: calc(100% - 270px);
    float: left;
}
.gray-btn-schedule{
    margin-right: 10px;
}
.list-club-info{
  float: left;
  width: 40%;
  display: table;
}
.col3 .list-club-info{
    width: 44%;
    padding-right: 5px;
}
.col3 .cell-list {
    float: left;
    width: 28%;
    min-height: 1px;
}
.col3 .cell-list.w18 {
    float: left;
    width: 28%;
    min-height: 1px;

    width: 20%;
    background: #f5f5f5;
    margin: 5px 2px 2px 2px;
    padding: 0px 0 0px 5px;
    min-height: 60px;
}
.col3 .cell-list.w12 {
    width: 12%;
}
.list-name, .list-name h2{
    font-size: 15px;
    line-height: 19px;
}
.list-box .smaller-txt{
    font-size: 12px;
    opacity: 0.6;
    display: block;
    margin-bottom: 5px;
    line-height: 19px;
}
.place-info .smaller-txt{
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
}
.list-box .ui.selection.dropdown{
    background: transparent;
    border-color: #dcdcdc;
    padding: 0.5em 2.1em 0.5em 1em;
    min-height: 26px;
}
.list-box .ui.selection.dropdown > .dropdown.icon{
    line-height: 1em;
        top: 0.5em;
}
.list-box .ui.selection.dropdown.courts{
    padding: 0.5em 2em 0.5em 0.5em;
    width: 17em;
}
.list-box .ui.selection.dropdown.courts .calendar-court-name, .ui.selection.dropdown.courts .calendar-court-name{
    display: inline;
}
.ui.selection.dropdown.courts .menu > .item{
    font-size: 11px;
}
.list-box .ui.selection.dropdown.courts .calendar-court-lighting, .list-box .ui.selection.dropdown.courts .calendar-court-coverage {
    position: relative;
    top: 3px;
}
.ui.dropdown.courts > .text{
   line-height: 18px;
   height: 18px;
   overflow: hidden;
   font-size: 11px;
}
.reservation-form .ui.dropdown.courts > .text, .reservation-form .ui.dropdown.courts .calendar-court-name, .reservation-form .ui.selection.dropdown.courts .menu > .item{
    font-size: 14px;
}

.list-box .ui.dropdown.courts > .dropdown.icon{
        top: 1em;
}
.ui.selection.dropdown .menu > .item{
    font-size: 13px;
    padding: 0.5rem 0.5rem !important;
}
.list-box .tumb{
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    padding: 0;
}
.filters-map .list-box .place-info{
    width: calc(100% - 38px);
    float: right;
}
.filters-map .list-box .name-cont{
    padding-left: 0;
}
.list-box.not-visited, .list-box.not-visited .list-name h2{
    color: #f20000;
}
.calendar-column{
    float: left;
    width: 100%;
    overflow: hidden;
}
.calendar-courts-table table{
    width: auto;
    max-width: 100%;
}
.calendar-courts-table .cell{
    line-height: 40px;
}
.calendar-week-table{
    overflow-x: auto;
   /* height: 60vh;*/
    min-height: 350px;
}
.calendar-courts-table {
    overflow-x: auto;
}
.tableFloatingHeaderOriginal {
    background: #fff;
}
.calendar-column table {
    white-space: nowrap;
   /* display: block;*/
}
.calendar-courts-table table { table-layout: auto; }
.calendar-courts-table td, .calendar-courts-table th {
    /*width: 33.3%;*/
        min-width: 80px;
}
.td-hours{
    width: 80px!important;
    max-width: 80px!important;
    background: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
}
.days{
    text-align: center;
}
.days .today{
    background: #dcdcdc;
}
.days td{
    line-height: 20px;
}
.calendar-controls {
    /*margin-bottom: 20px;*/
    float: left;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 15px 20px 10px 20px;
}
.calendar-controls .ui.selection.dropdown{
    min-width: 10em;
}
.control-hld{
    display: inline-block;
    margin: 0 10px;
    min-height: 34px;
}
.calendar-week-control{
    background: #fff;
    width: 180px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}

.week-view-btn{
    color: #f20000;
    float: left;
    line-height: 30px;
}
/*.calendar-court-name::before{
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
}
.calendar-court-name.hard::before{
    background: #3a89ce;
}
.calendar-court-name.clay::before{
    background: #d76b5e;
}
.calendar-court-name.grass::before{
    background: #6b9661;
}*/
.cell.hard{
    background: #b3d6f5;
}
.cell.clay{
    background: #f7ae8a;
}
.cell.grass{
    background: #9fda92;
}
.calendar-court-name{
    display: block;
    font-size: 11px;
    line-height: 13px;
    white-space: normal;
    /*    height: 13px;*/
        height: 27px;
    overflow: hidden;
}
.calendar-courts{
    display: block;
    height: 20px;

    margin-bottom: 5px;
}
.calendar-court-lighting{
    width: 16px;
    height: 16px;
    background: url("../img/court-lighted-dark-n.svg") no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin: 0;

}
.calendar-court-lighting.disabled{
    background: url("../img/court-lighted-n.svg") no-repeat center;
    background-size: 100%;
}
.calendar-court-coverage.disabled{
    background: url("../img/court-covered.svg") no-repeat center;
    background-size: 100%;
}
.calendar-court-coverage{
    width: 16px;
    height: 16px;
    background: url("../img/court-covered-dark.svg") no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin: 0 3px;

}
.th-hld .calendar-court-lighting, .th-hld .calendar-court-coverage{
    float: left;
}
.calendar-title{
    border-bottom: 1px solid #dcdcdc;
    line-height: 20px;
    padding: 10px;
}
.control-hld .moth-name{
    display: inline-block;
    line-height: 30px;
    border: none;
    font-weight: bold;
    line-height: 30px;
    width: 100px;
    height: 30px;
    text-align: center;
}
.calendar-control{
    float: left;
    width: 100%;
    padding: 0 10px;
}

.calendar-arrow{
     color: #a4a4a4;
     font-size: 18px;
     line-height: 30px;
}
.calendar-legend{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 60px;
    margin-top: 30px;
}
.legend{
    float: left;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.legend-color{
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #b8dea5;
    margin-right: 5px;
}
.legend-color.unactive{
    background: #dcdcdc;
}
.legend-color.myRes{
    background: #a5cdde;
}
.legend-color.reserved{
    background: #dea5a5;
}
.legend-color.event{
    background: #ada9e0;
}
.legend-color.tournament{
    background: #ada9e0;
}

.ui.form.login-form{
    max-width: 500px;
}
.login-container .ui.form.login-form, .login-container .login-form{
    max-width: 400px;
    float: left;
    width: 50%;
}
.form-btns{
    margin-top: 10px;
}
.form-btns .gray-btn{
    line-height: 35px;
}
.forgot-pass{
    margin-bottom: 20px;
    float: right;
    font-size: 12px;
}
.login-buttons{
    float: left;
    max-width: 350px;
    width: calc(50% - 60px);
    padding-left: 60px;
    margin-left: 60px;
    border-left: 1px solid #dcdcdc;
}
.login-buttons a{
    float: left;
    width: 100%;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
    padding: 0 10px;
}
.login-buttons a svg{
    font-size: 20px;
    float: left;
    height: 35px;
}
.facebook-btn{
    background: #3c66c4;
}
.google-btn{
    background: #cf4332;
}
.page-title-hld .gray-btn{
    font-size: 12px;
    width: auto;
    padding: 0 10px;
    float: right;
}
.btn-msg{
    color: #1e1f23;
    margin-right: 20px;
}
.btn-msg svg{
    font-size: 16px;
    color: #a4a4a4;
}
.ui.form .col3{
    width: 32%;
    float: left;
    clear: none
}
.ui.form .col3:nth-child(3n+2){
    margin: 0 2%;
}
.ui.form .col4{
    width: 24.25%;
    float: left;
    clear: none;
    margin-left: 1%;
}
.ui.form .col4:nth-child(4n+1){
    margin-left: 0;
}
.ui.form .col8{
    width: 49.5%;
    float: left;
    clear: none;
    margin-left: 1%;
}
.ui.form .col12{
    width: 74.75%;
    float: left;
    clear: none;
    margin-left: 1%;
}
textarea{
    border: 1px solid #dcdcdc;
}
.main-footer{
    float: left;
    width: 100%;
    margin-top: 60px;
}
.profile-page .ui.form .field  label{
    font-weight: normal;
    color: #808080;
}
.footer{
    background: #262930;
    padding: 40px 0;
}
.footer-bottom{
    background: #000;
    color: #787878;
    padding: 15px 0;
}
.footer-column ul, .footer-column li{
    float: left;
    width: 100%;
}
.footer-column{
    float: left;
    width: 33%;
}

.footer-title{
    color: #f20000;
    font-size: 14px;
    font-weight: normal;
}
.footer-link{
    color: #8b8b8b;
    font-size: 12px;
    margin: 5px 0;
    float: left;
}
.footer-link:hover{
    color: #fff;
}
.footer-facebook{
    background: url("../img/facebook.svg") no-repeat;
    background-size: 33px;;
    padding-left: 40px;
    color: #8b8b8b;
    font-size: 12px;
    float: left;
    line-height: 18px;
}
.footer-facebook:hover{
    color: #fff;
}
.footer-bottom a{
    color: #484848;
    line-height: 24px;
}
.footer-bottom a img{
    position: relative;
    top: 4px;
}
.footer-phone{
    color: #fff;
    font-size: 16px;
    float: left;
    margin: 20px 0;
}
.footer-mail{
    color: #fff;
    font-size: 14px;
    float: left;
    clear: left;
}

#imagelightbox{
    position: fixed;
    z-index: 99999;

    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-overlay {

    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imagelightbox-arrow {
    width: 3.75em;
    height: 7.5em;
    background-color: rgba(255,255,255,0.8);

    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 100001;
    top: 50%;
    margin-top: -3.75em;
    border: none;

}
.imagelightbox-arrow:hover{
    background-color: rgba(255,255,255,1);
}
.imagelightbox-arrow svg{
    font-size: 30px;
}
.imagelightbox-arrow-right {
    right: 0;

}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}


#imagelightbox-close{
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
text-align: left;
background-color: rgba(255,255,255,0.5);
border-radius: 50%;
position: fixed;
z-index: 100002;
top: 2.5em; /* 40 */
right: 2.5em; /* 40 */
border: none;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { background-color: rgba(255,255,255,1);  }

#imagelightbox-close:before,
#imagelightbox-close:after{
    width: 2px;
    background-color: #000;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before{
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
#imagelightbox-close:after{
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

@-webkit-keyframes fade-in{
    from    { opacity: 0; }
    to      { opacity: 1; }
}
@keyframes fade-in{
    from    { opacity: 0; }
    to      { opacity: 1; }
}

.top-filters{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -20px;
    padding: 50px 0;
    background: url("../img/topFilters.jpg") no-repeat center;
}

.row-info{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}
.row-info:first-of-type{
    padding-top: 0;
}
.info-label{
    float:  left;
    width: 300px;
    color: #808080;
    padding-right: 10px;
}
.info-col{
    float: left;
    width: calc(100% - 300px);
}
.page-title .img-hld{
    width: 80px;
    height: 80px;
    overflow: hidden;

}
.page-title .img-hld img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.page-title .name{
    padding-left: 10px;
    font-weight: 600;
}
.page-title .name .player-visit{
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    display: block;
    color: #808080;
    margin-top: 5px;
}
.upload-image{
    position: relative;
    cursor: pointer;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
.player-activity{
    margin-left: 20px;
}
.player-activity svg, .upload-image svg{
    color: #a4a4a4;
}
.top-info{
    float: left;
    width: 100%;
    background: #4b4c4f;
    color: #fff;
    padding: 23px;
    display: table;
    margin-top: -5px;
}
.top-info-box{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}
.top-info-box .smaller{
    font-size: 12px;
    color: #999
}
.red, .top-info-box .red a{
    color: #f20000;
}
.top-info-box .red a{
    float: none;
    font-size: 14px;
}
.filters-map{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
.map-list{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(38,41,48,0.85);
    color: #fff;
    width: 460px;
    height: 100%;
}
.map-list .list-box{
    border-color: rgba(139,139,139,0.3);
    padding-right: 0;
    padding: 10px;
}
.map-list a{
    color: #fff;
}

.filters-map .map{
    float: right;
    width: calc(100% - 460px);
    height: calc(100vh - 90px);
}
.infoWindowNewExpore {
    overflow:hidden;
    height:76px;
    width:310px;
    background: #fff;
    padding: 10px;
}
.filters-map .list-box {
    padding: 0;
}
.filters-map .dark-btn{
    width: 90px;
}
.list-box .map-pin{
    background: url("../img/pin.svg") no-repeat center;
    background-size: 100%;
    font-size: 11px;
    float: left;
    width: 28px;
    line-height: 30px;
    height: 35px;
    text-align: center;
}
.name-cont{
    width: calc(100% - 110px);
}
.map-list .display-cell.gray-btn-hld{
    width: 105px;
        margin-bottom: 5px;
}
.ui.form.login-form .field > label{
    color: #808080;
    font-weight: normal;
}

.pagination{
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    list-style-type: none;
}
.pagination .page-item{
    display: inline-block;
    margin-left: -3px;
    min-width: 40px;
    line-height: 39px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #262930;
    margin: 3px 0 3px -3px;
}
.pagination .page-item a{
    display: inline-block;
    width: 100%;
}
.pagination .page-item:hover{
    background: #f5f5f5;
}
.pagination .page-item.active{
    border-color: #f20000;
}
.pagination .page-item.disabled{
    display: none;
}
.page-link[rel~="next"], .page-link[rel~="prev"]{
    font-size: 24px;
}

 .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.ui.modal{
    border-radius: 0;
}
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    z-index: 9999;

}
.loader.inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader::before{
    content: "";
    width: 65px;
    height: 65px;
    background: url("../img/tennis.svg") no-repeat center;
    background-size: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(-50%,-50%);
    -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui.dimmer{
    z-index: 10000;
}
.ui.button{
    font-weight: normal;
    background: #f5f5f5;
    border-radius: 0;
}
.ui.modal > .header{
    padding: 10px;
}
.ui.modal .reservation-row {
    padding: 5px 0;
    line-height: 30px;
    clear: both;
}
.ui.modal .ui.form input{
    width: calc(100% - 200px);
        padding: 0.45em 1em;
}
.ui.modal > .content{
    padding: 1rem
}
.ui.modal .ui.search.dropdown{
    border-radius: 0;
}
.ui.modal .actions {
    padding: 1rem 1rem;
    border-top: 1px solid rgba(34,36,38,.15);
        float: left;
    width: 100%;
}
/* Admin Coret Reservations Colors */

.cell.darkslategray, .darkslategray {
    background-color: darkslategray !important;
    border-color: darkslategray !important;
    color: #FFFFFF !important;
}
.cell.brown, .brown {
    background-color: #A5673F !important;
    border-color: #A5673F !important;
    color: #FFFFFF !important;
}
.cell.orange, .orange {
    background-color: #F2711C !important;
    border-color: #F2711C !important;
    color: #FFFFFF !important;
}
.cell.lawngreen, .lawngreen {
    background-color: lawngreen !important;
    border-color: lawngreen !important;
    color: #FFFFFF !important;
}
.cell.olive, .olive {
    background-color: #B5CC18 !important;
    border-color: #B5CC18 !important;
    color: #FFFFFF !important;
}
.cell.purple, .purple {
    background-color: #cc15cc !important;
    border-color: #cc15cc !important;
    color: #FFFFFF !important;
}
.cell.red, .red {
    /*background-color: #fa6f6f;
    border-color: #fa6f6f;*/
    background-color: #f35858 !important;
    border-color: #f35858 !important;
    color: #FFFFFF !important; 
}
.cell.pink, .pink {
    background-color: pink !important;
    border-color: pink !important;
    color: #FFFFFF !important;
}
.cell.blue, .blue {
    background-color: #74b3ea !important;
    border-color: #74b3ea !important;
    color: #FFFFFF !important;
}
.cell.grey, .grey {
    background-color: grey !important;
    border-color: grey !important;
    color: #FFFFFF !important;
}
.cell.reservedAdmin, .reservedAdmin {
     background-color: #51e7ea;
     border-color: #51e7ea;
     color: #FFFFFF;
 }
.cell.recurring, .recurring {
    background-color: #fff3c5;
    border-color: #fff3c5;
    color: #000;
}
.cell.adminDefaultColor, .adminDefaultColor {
    background-color: #fbd129 !important;
    border-color: #fbd129 !important;
    color: #000 !important;
    border: 1px solid;
}
i.indicator {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 0px;
    width: 0px;
    border-right: 10px solid #000000;
    display: block;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #b21e27;
    z-index: 998;
}
i.unpaid.indicator {
    border-right: 10px solid #b21e27;
}
i.paid.indicator {
    border-right: 10px solid #53af2e;
}
i.waiting-payment.indicator {
    border-right: 10px solid #ff9d00;
}
.multyReservation-btn {
    /*visibility: hidden;
    opacity: 0;*/
    display: none;
}
.multyReservation-btn.active {
    /*visibility: visible;
    opacity: 1;*/
    display: inline-block;
}
.multyReservation {
    display: none;
}
.calendar-controls .ui.checkbox .box, .calendar-controls .ui.checkbox label {
    cursor: pointer;
}




/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
*
* all CSS sizing (width,height) is done in pixels (px)
*/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {


    vertical-align: top;
}
.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
    overflow: hidden;
    height: 1px;
}
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: relative;
}
.fht-table-wrapper .fht-fixed-column {
    /* position */
    z-index: 1;
}
.calendar-courts-table .fht-fixed-column{

        z-index: 1000;
}
.calendar-week-table.graphic .fht-table thead th:first-of-type{
    width: 80px!important;
}
.calendar-courts-table .fht-fixed-column thead{
    background: #fff;
}
.calendar-week-table .fht-fixed-column{
    min-width: 52px!important;
}

.calendar-week-table .fht-fixed-body .fht-table thead th:first-of-type{
    min-width: 52px;
    max-width: 80px!important;
    display: block;
}
.login-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 274px;
    background: #262930;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.contactsForm {
    width: 100%;
    display: inline-block;
}
.contactsForm .input-holder {
    width: 50%;
}
.contactsForm .input-holder:nth-child(1) {
    padding-right: 15px;
}
.contactsForm .input-holder:nth-child(2) {
    padding-left: 15px;
}
.contactsForm .contacts-label {
    color: #707070;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 5px;
}
.contactsForm .contacts-input {
    font-size: 22px;
    height: 35px;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 0 17px;
    float: left;
    width: 100%;
}
.contactsForm .contacts-textarea {
    font-size: 22px;
    height: 240px;
    min-height: 240px;
    resize: none;
    color: #707070;
    border: 1px solid #333333;
    margin-bottom: 25px;
    padding: 17px;
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.contactsForm .send-form {
    width: 165px;
    height: 35px;
    background: #066089;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.contactsForm .send-form:hover {
    background: #96c21e;
}
.contactsForm .captcha {
    width: 305px;
}

.StickyTableHeader {
    background: #fff;
    z-index: 1000!important;
}
.StickyTableHeader.is-scrolling{
    top: 80px!important
}
.admin-table{
    width: 100%;
    overflow-x: auto ;
}
.admin-table table td, .admin-table table th{
    min-width: 75px;

        width: 20%;

}
html, body {
    height: auto;
}
.admin-table.calendar-week-table{
    height: 50vh;

}

.fht-tbody table thead{
    opacity: 0;
}
.calendar-week-table.graphic th, .calendar-week-table.graphic td{
    width: 14.28%;
}

body, html{
    height: auto!important;
}
.StickyTableHeader {
  background: #fff;
}


table.table-container {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

.table-container td, .table-container th {
  border-collapse: collapse;
  min-width: 90px;
  max-width: 300px;
}
.hours{
  min-width: 100px;
  max-width: 100px;
}
.table-container{
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-container .cell{
    line-height: 12px;
    display: table;
}
.table-container .table-cell{
    display: table-cell;
    vertical-align: middle;
}

table .cell.hours svg {
    margin-top: 14px;
}
.logs {
    display: table-row-group;
}
.log-row{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    display: table-row;
}
.log-row .user{
    width: 200px;
    display: table-cell;
}
.log-row .data {
    width: 250px;
    display: table-cell;
}
.log-row .data-price {
    width: 240px;
    display: table-cell;
}
.log-row .data-payment {
    width: 170px;
    display: table-cell;
}
.log-row .data-payment.green {
    color: #48a948;
}
.log-row .data-payment.del {
    color: red;
}
.log-row .details {
    float:left;
    width: calc(100% - 550px);
    opacity: 0.7;
}
.log-row .details-new {
    float:left;
    width: calc(100% - 710px);
}
.log-header .details{
    opacity: 1;
}
.log-row:nth-of-type(even){
    background: #f5f5f5;
}
.log-row.red:nth-of-type(even){
    background-color: #f35858;
    border-color: #f35858;
}
.name-price{
    display: none;
    font-size: 12px;
    opacity: 0.6;
}
.phone-message{
    float:left;
    width:100%;
    background:#fff4f4;
    text-align:center;
    padding:3px
}
.ui.black.button, .ui.black.buttons .button{
    float: right;
    margin-top: -8px;
    margin-right: -8px;
    padding: 6px 10px;
}
.ui.modal .header .actions{
    float: right;
    border: none;
    width: auto;
    padding: 0;
}

 .new-table .td-hours {
    display: table-cell;
    min-width: 75px!important;
    max-width: 75px!important;
    width: 75px!important;
 }
 .new-table .day{
     font-size: 10px;
 }
  .table-container .new-table th,.new-table .hours{
      min-width:75px;
      width: 75px;
      max-width: 75px;
  }
  .new-table .hours{
      min-width:75px;
      width: 75px;
      max-width: 75px;
  }
  .new-table table.fixColumn, .new-table .fixColumn tr, .new-table .fixColumn td{
          border-spacing: 0;
          padding: 2px;
  }
  .new-table .fixColumn  tr{
      height: 46px;
  }
  .new-table .StickyTableHeader th{
      padding-top:7px;
  }
  .new-table  .StickyTableHeader th .calendar-courts{
      margin-bottom: 0;
  }
  .new-table .StickyTableHeader{
      display: none
  }
  .new-table .StickyTableHeader.is-scrolling{
      display: table
  }

select.ui.dropdown.mobile-select{
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    height: 32px;
}


/* edit club page */
.club-edit-page .page-title{
    width: auto;
}
.club-change-img{
    width: 50%;
    float: left;
    margin-top: 15px;
}
.club-img-hld{
    margin-right: 20px;
}
.club-img-hld{
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;

}
.gray-btn.add-btn{
    color: #1e1f23;
    line-height: 35px;
    padding: 0;
    width: 100px;
}

.edit-section .upload-image{
    float: left;
}
.edit-section{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.edit-section.w50{
    width: 48%;
}
.edit-section.right{
    float: right;
}
.edit-section-col{
    float: left;
    width: 48%;
}
.edit-section-col:nth-of-type(even){
    float: right;

}
.edit-section-title{
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 22px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 7px;
}
.options-header{
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    color: #808080;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.cells-row{
    float: left;
    width: 100%;
    position: relative;
}
.edit-cell{
    float: left;
    padding-top: 15px;
}
.edit-cell.delete-cell{
    float: right;
}
.edit-cell.w60{
    width: 60px;
}
.edit-cell.w80{
    width: 80px;
}
.edit-cell.w100p{
    width: 100px;
}
.edit-cell.w120{
    width: 120px;
}
.edit-cell.w150{
    width: 150px;
}
.edit-cell.w180{
    width: 180px;
}
.edit-cell.w200{
    width: 200px;
}
.edit-cell.w250{
    width: 250px;
}
.edit-cell.w280{
    width: 280px;
}
.edit-cell.w320{
    width: 320px;
}
.edit-cell.w350{
    width: 350px;
    max-width: 100%;
}
.edit-cell.w114{
    width: 114px;
    max-width: 100%;
}
.edit-cell.w420{
    width: 420px;
}
.edit-cell.padd{
    padding-left: 10px;
}
.ui.form .edit-cell input{
    width: 90%;
    font-size: 12px;
}
.ui.form .edit-cell input.w100{
    width: 100%;
}
.edit-cell .ui.dropdown{
    min-width: 90%;
    width: 90%;
    font-size: 12px;
    float: left;
}

.edit-cell .ui.checkbox {
    margin-top: 10px;
}
.add-more{
    float: left;
    line-height: 32px;
    background: #f5f5f5;
    color: #1e1f23;
    font-size: 14px;
    width: 170px;
    text-align: center;
    margin-top: 20px;
}
.add-more span{
    background: #e5e5e5;
    width: 35px;
    float: right;
    font-size: 28px;
}
.delete-row{
    float: left;
    width: 40px;
    height: 30px;
    background: url("../img/delete.svg") no-repeat center;
    background-size: 12px;
}
.delete-row:hover{
    background: url("../img/delete-dark.svg") no-repeat center;
    background-size: 12px;
}
 .ui.multiple.dropdown > .label{
    padding: 5px 0;
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
}
.edit-cell .ui.label > .delete.icon {
    content: "";
    background: url("../img/delete-dark.svg") no-repeat center;
    background-size: 7px;
    width: 7px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    margin-right: 3px;
}
.edit-cell i.icon.delete::before{
    content: none;
}
.edit-map-col{
    float: left;
    width: 400px;
}
.edit-desc-col{
    float: right;
    width: calc(100% - 440px);
}
.address-submit{
    float: right;
    width: 60px;
    border: none;
    background: #f5f5f5 url("../img/search.svg") no-repeat center;
    background-size: 25px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.edit-section .ui.form .address-input{
    float: left;
    width: calc(100% - 70px);
    font-size: 12px;
    margin-bottom: 10px;
}
.edit-map-col .ui.checkbox label{
    font-size: 12px;
}
.label-header{
    float: left;
    width: 100%;
    color: #808080;
    font-size: 12px;
    margin-bottom: 5px;

}
.edit-section  .ui.multiple.dropdown > .label.visible{
    display: none!important;
}
.added-extra, .added-payment{
    float: left;
    padding-right: 27px;
    background: url("../img/delete.svg") no-repeat right 1px center;
    background-size: 12px;
    margin-top: 10px;
    margin-right: 30px;
}
.mob-show{
    display: none;
}


.map-filter-fix {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 460px);
    text-align: center;
}
.map-filters-holder {
    /*position: absolute;*/
    display: -webkit-inline-box;
    display: inline-block;
    width: initial;
    right: 60px;
    top: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px #484848;
}
.map-filters-holder .ui.dropdown {
    line-height: 20px;
}
.ml10 {
    margin-left: 10px;
}

.favourite-club-l {
    background: url(../img/heart.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}


.new-table-res th:nth-of-type(2) [data-tooltip]:not([data-position]):after{
    left: 250%;
    padding: 0.3em 0.5em;
}
.new-table-res th [data-tooltip]:not([data-position]):after{
    padding: 0.3em 0.5em;
}
table.new-table-res{
    margin-top: 20px;
    white-space: nowrap;
   /* display: block;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.cell .table-cell{
    width: 100%;
    display: table-cell;
    vertical-align: middle;

}
.admin-table-new .cell{
    display: table;
    line-height: 16px;
}

.height-fix{
    max-height: 39px;
    overflow: hidden;
    display: block;
}
table.new-table-res {
    border-collapse: separate;
    border-spacing: 0;
    /*border-top: 1px solid grey;*/
}

.new-table-res td, .new-table-res th {
    margin: 0;
    /*border: 1px solid grey;*/
    white-space: nowrap;
    border-top-width: 0px;
    position: relative;
}

div.table-new-holder {
    /*width: calc(100% - 60px);*/
    width: 100%;
    overflow-x: auto;
    /*margin-left: 60px;*/
    overflow-y: visible;
    padding: 0;
}
.new-table-res .headcol {
    position: absolute;
    width: 60px !important;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
    background: #fff;

}
.new-table-res th.headcol{
margin-top: 1px;
}
.day-graphic.new-table-res th.headcol{
    line-height:40px;
}
.day-graphic.new-table-res tr:first-of-type th.headcol{
    /*line-height:52px;*/    
    line-height:70px;
}
.admin-table-new .calendar-court-name{
    margin-top: 6px;
}
.admin-table-new .calendar-courts {
    margin-bottom: 0;
}
.admin-date{
    /*padding-top: 3px;*/
    padding: 12px 0;
}
.multyReservation {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    padding: 3px;
}
.gray-btn.smaller{
    font-size: 12px;
    width: auto;
        padding: 0 10px;
}
.gray-btn.auto{
    width: auto;
    padding: 0 10px;
}
.edit-section .datepick{
    border: 1px solid #dcdcdc
}
.edit-cell .datepick{
    width: 90%;
}
.club-edit-page .inner-nav{
    margin-bottom: 0
}
.added-extras, .added-payments{
    margin-top: 10px;
}
.edit-cell .ui.multiple.dropdown > .label::after{
   /* content: ",";*/
    font-size: 14px;
}
.edit-section .add-more{
    margin-bottom: 15px;
}
.table-ground{
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 3px;
}
.new-table-res.day-graphic th .cell{
    /*height: 56px; */
    height: 70px;
    text-align: center;
}
.th-hld{
    display: block;
    font-size: 11px;
    line-height: 11px;
    white-space: normal;
    font-weight: 500;

}
.head-txt{
    float: left;
}
.lighting-txt{
    width: calc(100% - 16px);
    height: 13px;
    overflow: hidden;
}
.coverage-txt{
    width: calc(100% - 22px);
    height: 11px;
    overflow: hidden;
}
.added-extra, .added-payment {
    cursor: pointer;
}
.ui.form .edit-cell .datepick input{
    height: 32px;
    line-height: 30px;
}
.extras, .types-courts{
    float: left;
    width: 100%;
}
.extras{
    margin-top: 30px;
}
a.sortOrderHandler {
    float: left;
    padding: 7px 4px 0 0;
}
.ui.form .edit-cell input.width-220{
    width: calc(100% - 220px)
}
.header-h1{
    float:left;
    font-size:12px;
    box-sizing: inherit;
    margin-top:20px;
    margin-left:20px;
    line-height: 40px;
    font-weight: 600;
}
.cleanTermsLink{
    font-size:14px !important;
    color:red !important;
    float:none !important;
    line-height: none !important;
}

.tooltip-data .tooltip-html {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #D4D4D5;
    line-height: 1.4285em;
    max-width: none;
    background: #FFFFFF;
    padding: 0.4em 0.4em;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    z-index: 1;
    pointer-events: none;
    visibility: hidden;

    opacity: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;

    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 0.5em;
}
.tooltip-data:hover .tooltip-html:before, .tooltip-data:hover .tooltip-html  {
    visibility: visible;
    pointer-events: auto;
}
.tooltip-data:hover .tooltip-html {
    -webkit-transform: translateX(-50%) scale(1) !important;
    transform: translateX(-50%) scale(1) !important;
}
.tooltip-data{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 17px;
    height: 17px;
    background: #00d200;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
td:last-of-type .tooltip-data .tooltip-html{
    left: auto;
    transform: scale(1) !important;
    right: 0;
}
tr:nth-child(2) .tooltip-data .tooltip-html{
    bottom: auto;
        top: 100%;
            transform-origin: center top;
                margin-top: 10px;
}

.tooltip-data .tooltip-html::before {
    pointer-events: none;
    position: absolute;
    content: '';
    font-size: 1rem;
    width: 0.71428571em;
    height: 0.71428571em;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-box-shadow: 1px 1px 0px 0px #bababc;
    box-shadow: 1px 1px 0px 0px #bababc;

    pointer-events: none;
    visibility: hidden;

        opacity: 0;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transform-origin: center top;
    transform-origin: center top;

    transition: none;

    top: auto;
    right: auto;
    bottom: -9px;
    left: 50%;
    background: #FFFFFF;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
}
.tooltip-data:hover .tooltip-html::before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    opacity: 1;
}

tr:nth-child(2) .tooltip-data .tooltip-html::before {
    background: #FFFFFF;
    -webkit-box-shadow: -1px -1px 0px 0px #bababc;
    box-shadow: -1px -1px 0px 0px #bababc;
        -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: auto;
    right: auto;
    top: -9px;
    left: 50%;
    margin-left: -7px;
    margin-top: 0.14285714rem;
}
td:last-of-type .tooltip-data .tooltip-html::before{
    left: auto;
    right: 7px;
}
a.logo {
    position: relative;
}
.balance.red {
    color: #f20000;
}
.balance.green {
    color: #0b8e04;
}
.user-btn.loyalty-medal {
    position: relative;
    float: left;
}
.user-btn.loyalty-medal > img, .user-btn.loyalty-medal .initials {
    /*border: 2px solid #f0060d;*/
    box-shadow: 0px 0px 0px 2px #f0060d;
}
.user-btn.loyalty-medal > .before-elem {
    position: absolute;
    top: 35px;
    left: 30px;
    background-image: url("../img/gold-medal.svg");
    background-size: 24px;
    width: 24px;
    height: 24px;
}
div.button {
    float: right;
}
.user-btn > .after-elem {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #f0060d;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.my-reservations-link > .after-elem {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #f0060d;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
/*a.logo::before {
    content: "";
    position: absolute;
    background: url(../img/hat.png) no-repeat;
    width: 30px;
    background-size: 26px;
    height: 22px;
    left: -5px;
    top: -3px;

}

.color-green {
    color: green;
}

.cell .cell-content-span-center {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.reservation-row.message-important {
    color: red;
    font-style: italic;
}

.col3 .cell-list.w18 {
    width: 18%;
}
=======
}*/
.price-box input.small-imp {
    float:left;
    width:200px;
    height: 38px;
    border: 1px solid #dcdcdc;
    padding:10px;
    box-sizing:border-box;
}
.price-box .gray-btn {
    padding:0px;
    margin-left:10px;
}
.drop-link-style {
    font-weight: 800 !important;
}
.drop-link-style:hover {
    background: rgba(16, 0, 0, 0.09) !important;
}
.drop-link-style .sum {
    margin-left:20px;
}
#deposit.active {
    display:block;
}
.loyal-player {
    float:right;
    width: calc(100% - 375px);
}
.loyal-player .free-text {
    width: calc(100% - 32px);
}
.loyal-player .lt-margin {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.loyal-player .lt-margin:first-of-type {
    margin-top: 4px;
}
.loyal-player .loyal-active {
    float:left;
    text-align:left;
    width:100%;
    font-size:16px;
    margin:10px 0px;
    color:#000;


}
.loyal-player .loyal-unactive {
    float:left;
    text-align:left;
    width:100%;
    font-size:16px;
    margin:10px 0px;
    color:#a4a4a4;


}
.loyal-player img {
    float:left;
    margin-right:7px;
    width:25px;
}
.page-title-hld {
    float:left;
    width:100%;
}
.page-title.small-page-title {
    width:auto;
}
.dim-gdrp {
    position:fixed;
    width:100%;
    height: 100vh;
    left:0;
    top:0;
    background:rgba(0,0,0,0.7);
    z-index:9999;
    display:none;
}
.dim-gdrp.active {
    display:block;
}
.popup-gdrp {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    background: #fff;
    width: 98%;
    max-width: 600px;
    z-index: 9999999;
    padding: 40px;
   display: none;
    transform: translate(-50%, -50%);
    border-radius:10px;
}
.popup-gdrp.active {
    display:block;
}
.popup-gdrp .txt-holder {
    float:left;
    width:100%;
    font-size: 12px;
}
.popup-gdrp .txt-holder h3 {
    font-size: 16px;
}
.popup-gdrp .read-more {
    width: 160px;
    height: 40px;
    text-align: center;
    background: #ffcc00;
    color: #000;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.popup-gdrp .you-consent {
    width: 160px;
    height: 40px;
    text-align: center;
    background: #f20000;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}



.dim-loyality {
    position:fixed;
    width:100%;
    height: 100vh;
    left:0;
    top:0;
    background:rgba(0,0,0,0.7);
    z-index:999;
   display:none;
}
.dim-loyality.active {
    display:block;
}
.popup-loyality {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    background: #fff;
    width: 98%;
    max-width: 600px;
    z-index: 99999;
    padding: 40px;
   display: none;
    transform: translate(-50%, -50%);
    border-radius:10px;
}
.popup-loyality.active {
    display:block;
}
.popup-loyality .close {
    background: url(../img/close.svg) no-repeat center;
    background-size: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}
.popup-loyality .gold-icon {
    background: url(../img/gold-medal.svg) no-repeat center;
    background-size: 60px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    float: left;
    position: absolute;
    left: 43%;
    top: 20px;
    margin-top: 0;
}
.popup-loyality.popup-off .gold-icon {
    background: url(../img/gold-medal-off.svg) no-repeat center;
    background-size: 60px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    float: left;
    position: absolute;
    left: 43%;
    top: 20px;
    margin-top: 0;
}
.popup-loyality .txt-holder {
    margin-top:70px;
    float:left;
    width:100%;
    margin-bottom:40px;
}
.popup-loyality .txt-holder h2 {
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:40px;

}

.popup-loyality .txt-holder h2 span {
    float:left;
    width:100%;
    text-align: center;
}

.reservation-row .inline-checkbox-input {
    float: left;
    width: 20px !important;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.reservation-row .inline-checkbox-label {
    float: left;
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 20px;
}

.reservation-row {
    float: left;
    width: 100%;
}


.cell.is-half span.cell-content-span-half-top {
    display: block;
    height: calc(50% + 1px);
    background: #dea5a5;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    line-height: initial;
    border-bottom: 1px solid #fff !important;
}

.cell.is-half span.cell-content-span-half-bottom {
    display: block;
    height: calc(50% + 1px);
    background: #dea5a5;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; 
    line-height: initial;
    border-top: 1px solid #fff !important;
}

.cell.is-half span.cell-content-span-half-left {
    display: block;
    height: calc(100% - 2px);
    background: #dea5a5;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(50% - 1px);
    line-height: 40px;
    border-right: 1px solid #fff !important;
}

.cell.is-half span.cell-content-span-half-right {
    display: block;
    height: calc(100% - 2px);
    background: #dea5a5;
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(50% - 1px);
    line-height: 40px;
    border-left: 1px solid #fff !important;
}

.cell.is-half span.free {
    background: #b8dea5;
    line-height: 40px;
}
.cell.is-half span.free.old-hour {
    color: #aaa;
    background: #dcdcdc;
    cursor: default;
}

.cell.is-half > span.myRes {
    background: #a5cdde;
}
.cell.is-half > span.reservedAdmin {
    background: #51e7ea;
}




.cell.unpointer {
    cursor: default;
}

a.s-icon.incognito, a.sports-box.incognito {
    opacity: 0.2 !important;
}

.club-info-row {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 15px;
}

a.ui.label > .delete.icon {
    content: "";
    background: url("../img/delete-dark.svg") no-repeat center;
    background-size: 7px;
    width: 7px;
    position: relative;
    /*top: 2px;*/
    margin-left: 4px;
    margin-right: 3px;
    /*top: 1em;*/
}
.ui.dropdown.multiple > a.ui.label {
    background: #ededed;
    border: 1px solid #808080;
    padding: 3px 6px;
}
.col8 .ui.dropdown.multiple > a.ui.label {
    padding: 6px;
}

#opponent-input-holder span.yes {
    color: #0b8e04;
    display: none;
    float: right;
    padding-right: 10px;
    font-size: 20px;
    margin-top: 6px;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
}
#opponent-input-holder span.no {
    color: #e40700;
    display: none;
    float: right;
    padding-right: 10px;
    font-size: 20px;
    margin-top: 6px;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
#opponent-input-holder > input {
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.efbet-logo {
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.efbet-logo > img {
    height: 40px;
}

.message-important {
    color: red; 
}
.user-balance-history-title {
    text-align: center;
    font-size: 18px;
    background: #ebebeb;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 30px;
    border: 1px solid #dedede;
}
.user-balance-history-holder {
    border: 1px solid #dedede;
}

.user-deposit-holder-value {
    padding: 25px 10px;
    font-size: 18px;
    background: #ebebeb;
    font-weight: 600;
    width: 33%;
    border: 1px solid #dedede;
    line-height: 38px;
}
.user-deposit-holder-add-value {
    padding: 25px 10px;
    font-size: 18px;
    /*background: #cacaca;*/
    font-weight: 600;
    width: 67%;
    border: 1px solid #dedede;
    border-left: none;
    line-height: 38px;
}
.input-opacity::-webkit-input-placeholder {
    opacity: 0.3;
}
.green-btn {
    background: green;
    color: #fff;
    line-height: 35px;
    min-width: 145px;
    text-align: center;
    font-size: 14px;
    border: none;
}
.green-btn:hover {
    background: #046604;
    color: #fff !important;
}
.red-btn:hover {
    color: #fff !important;
}
.claims-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f0060d;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.claims-badge-header {
    position: absolute;
    top: -5px;
    right: 73px;
    background: #f0060d;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.no-result {
    font-size: 16px;
    font-weight: 300;
}
.no-result > div:first-of-type {
    margin-top: 10px;
}
.no-result > div {
    font-style: italic;
    font-weight: 400;
}
.no-result > div > span {
    font-weight: 300;
    font-style: initial;
    text-transform: capitalize;
}

/* days-range-holder days-btn selected */
.days-range-holder {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    border-top: 2px solid lightgrey;
}
.days-range-holder > .days-btn {
    width: 32%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #f5f5f5;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.days-range-holder > .days-btn a {
    width: 100%;
    display: block;
    padding: 5px;
    line-height: 25px;
}
.days-range-holder > .days-btn:hover {
    background-color: lightgrey;
}
.days-range-holder > .days-btn.selected {
    background-color: lightgrey;
    padding: 5px;
    cursor: default;
}
.days-range-holder > .days-btn:last-of-type {
    margin-right: 0;
}


div.table-new-holder.admin-table-new {
    width: 100%;
    padding-left: 67px;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
}
.admin-table-new .new-table-res .headcol {
    position: absolute;
    width: 68px !important;
    z-index: 9998;
    background: #fff !important;
    opacity: 1 !important;
}