﻿/* CLUB EDIT */
ul#clubs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#clubs-list li {
  margin: 10px;
}

ul#clubs-list li:after {
  clear: both;
}

.club {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-height: 12vh;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  /* position: relative;
  padding: 20px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; */
}

.club.expanded {
  overflow: auto;
  background: #e3e8ee;
}

/*.club.expanded>.logo a * {
	vertical-align: top;
	text-decoration: none;
}*/

.club .details-container {
  display: none;
  width:100%;
}

.club .details.detailsstart,
.club .details:first-child {
  margin: 10vh 1vw 0 0;
}
.club .details:last-child {
  margin: 1vh 1vw 1vh 0;
}
.club .details {
  display: block;
  float: right;
  margin: 1vh 1vw 0 0;
  padding: 12px;
  width: 70vw;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;

  /* display: block;
  margin: 30px 0 0 122px;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff; */
}

.club > .logo {
  /* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	min-width: 120px;
	height: 100%;
	padding:4px;
	background: #fff;
	border-right: solid 1px #cbcbcb; */
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #cbcbcb;
  background: #fff;
}
.club > .logo * {
  text-decoration: none;
  border: none;
}

.club > .logo a {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vh;
  /* margin: 6px 0; */
  /* margin: 0.3em; */
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

.club > .logo a * {
  vertical-align: middle;
  text-decoration: none;
}

/* .club > .logo a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0px;
  height: 72px;
} */

.club > .logo a span {
  display: inline-block;
  height: 100%;
}

.club > .logo a img {
  width: auto;
  max-width: calc(100% - 10px);
  height: auto;
  max-height: calc(12vh - 10px);
  border: none;
}

.club > .name {
  position: absolute;
  display: flex;
  /* flex:5; */
  margin-top: calc(6vh - 0.8em);
  margin-left: 130px;
  font-size: 1.6em;
  line-height: 1.6em;
  /* margin-left: 126px; */
  color: #333;
}

.club > .type {
  position: absolute;
  top: 32px;
  right: 170px;
  color: #666;
  font-size: 12px;
}

/* .club > .stamps {
  position: absolute;
  height: 54px;
  width: auto;
  top: 19px;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  right: 60px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #e3006d;
  cursor: default;
} */

.club > .stamps:after {
  content: "stamps";
  display: block;
  font-size: 12px;
  line-height: 8px;
  color: #777;
  white-space: pre;
  font-weight: 400;
}

.club > .points,
.club > .stamps {
  /* display: flex;
	flex:1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 54px;
	margin-top:calc(6vh - 54px);
	font-size: 30px;
  line-height: 30px;
  font-weight: 600;
	color: #e3006d; */
  /* text-align: center; */

  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 54px;
  max-height: 54px;
  width: auto;
  top: calc(6vh - 22px);
  right: 60px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #e3006d;
  cursor: default;

  /* position: absolute;
  height: 54px;
  width: auto;
  top: 19px;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  right: 60px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #e3006d;
  cursor: default; */
}

.club > .points:after {
  content: "πόντοι";
  display: block;
  font-size: 12px;
  line-height: 8px;
  color: #777;
  white-space: pre;
  font-weight: 400;
}

.club a.expand-button {
  position: absolute;
  top: calc(6vh - 14px);
  right: 10px;
  display: block;
  background: transparent url(../img/arrows.png) no-repeat 0 -28px;
  border: none;
  text-decoration: none;
  width: 28px !important;
  height: 28px !important;
}

.club a.expand-button.expanded {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
}

/* ACTIVE OFFERS & COUPONS */
.club .categories,
.club .active-offers,
.club .coupons {
  font-size: 16px;
  padding: 0.5em 1.5em;
}

.club .active-offers,
.club .coupons,
.club .active-partnerships {
  /*position: absolute;*/
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0 6px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-indent: 24px;
  top: 0px;
  font-weight: 500;
  background-position: 6px center;
  background-repeat: no-repeat;
}

.club .active-offers {
  /*right:221px;*/
  background-image: url(../img/activeoffer.png);
}
.club .active-offers:hover,
.club .coupons:hover,
.club .active-partnerships:hover  {
  background-color: #efefef;
  border-width: 0px;
  border-style: solid;
  border-color: #cbcbcb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: default;
}
.club .coupons {
  background-image: url(../img/coupon.png);
}
.club .active-partnerships {
	background-image: url(../img/partnership.png);
}

.club .widgets {
  display: block;
  overflow: hidden;
  width: auto;
  position: absolute;
  top: 0;
  right: 175px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-top: none;
  background: #fff;
}

.as-table {
  display: block;
  list-style-type: none;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.as-table li {
  overflow: auto;
  line-height: 33px;
  /*    padding: 0 0 4px 0;*/
  border-bottom: 1px dashed #777;
}

.button-menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; */
}

.button-menu li {
	flex:1;
	margin: 3px!important;
	padding: 0;
  /* float: left;
  margin: 0 4px; */
}

.button-menu li a {
  line-height: 1em;
}

/* This button was generated using CSSButtonGenerator.com */
.blue-button,
.red-button {
  background-color: #008cba;
  /* background-color: #2fccff; */
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  text-indent: 0;
  /* border: 2px solid #999999; */
  border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  /* width: 120px; */
	width: 100%;
	padding:0 10px;
  text-decoration: none;
  text-align: center;
}
.red-button {
	background-color: red;
}

.blue-button:hover,
	.red-button:hover {
  color: #fff;
  background-color: #999999;
}

.blue-button:active {
  position: relative;
  top: 1px;
}

/* This button was generated using CSSButtonGenerator.com */
.web-icon,
.fb-icon,
.twitter-icon {
  text-decoration: none;
}

.web-icon img,
.fb-icon img,
.twitter-icon img {
  border: none;
  height: 18px;
  line-height: inherit;
  margin: 0 4px;
  vertical-align: text-bottom;
}

#clubs-tabs {
  background: transparent url(../img/tabs-bg.png) no-repeat bottom center;
  /* text-align: center; */
  width: 100%;
  /* margin: 25px 0 0 0; */
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

#clubs-tabs * {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 0;
}

#clubs-tabs a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 6px);
  max-width: 300px;
  margin: 0 3px;
  height: 47px;
  overflow: hidden;
  color: #484848;
  font-size: 19px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
  border-top: solid 2px #989b9d;
  border-left: solid 2px #989b9d;
  border-right: solid 2px #989b9d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(235, 235, 235, 1) 0,
    rgba(129, 129, 129, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(235, 235, 235, 1) 0,
    rgba(129, 129, 129, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(235, 235, 235, 1) 0,
    rgba(129, 129, 129, 1) 100%
  );
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

#mcb-tab {
  /* background: transparent url(../img/tab-01.png) no-repeat bottom center; */
}

#mcb-tab:hover {
  /* background: transparent url(../img/tab-01-active.png) no-repeat bottom center; */
}

#mcb-tab.active {
  /* background: transparent url(../img/tab-01-active.png) no-repeat bottom center; */
  background: -webkit-linear-gradient(
    -90deg,
    rgba(224, 237, 244, 1) 0,
    rgba(112, 136, 149, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(224, 237, 244, 1) 0,
    rgba(112, 136, 149, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(224, 237, 244, 1) 0,
    rgba(112, 136, 149, 1) 100%
  );
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

#other-tab {
  /* background: transparent url(../img/tab-02.png) no-repeat bottom center; */
}

#mcb-tab:hover,
/* #mcb-tab.active:hover, */
#other-tab:hover {
  /* background: transparent url(../img/tab-02-active.png) no-repeat bottom center; */
  background: -webkit-linear-gradient(
    -90deg,
    rgba(224, 237, 244, 1) 0,
    rgba(150, 175, 195, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(224, 237, 244, 1) 0,
    rgba(150, 175, 195, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(224, 237, 244, 1) 0,
    rgba(150, 175, 195, 1) 100%
  );
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

#other-tab.active {
  /* background: transparent url(../img/tab-02-active.png) no-repeat bottom center; */
}

/* .top-incontent-bar {
	display: flex;
	flex:1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
	width: 396px;
  align-self: center;
} */
/* .top-incontent-bar a {
	flex:1;
} */

@media screen and (max-width: 40em) {
	.club .widgets {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 42vw;
    /* width: 110px; */
    top: calc(12vh - 24px);
    left: calc(18vw - 1px);
    padding: 0;
    padding-left: 4px;
    margin: 0;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
    border-bottom: none;
    background: #fff;
  }
  .top-incontent-bar {
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 64em) {
  .top-incontent-bar {
    width: 100%;
    padding: 0 5vw;
  }
  .club > .logo {
    width: 18vw;
  }
  .club > .logo a img {
    width: auto;
    max-width: calc(100% - 10px);
    height: auto;
    max-height: calc(12vh - 10px);
    border: none;
  }
  .club .name {
    position: absolute;
    display: flex;
    margin-top: calc(6vh - 0.8em);
    margin-left: calc(18vw + 6px);
    font-size: 1.2em;
    line-height: 1.1em;
    /* margin-left: 126px; */
    color: #333;
  }
  .club .details.detailsstart,
  .club .details:first-child {
    margin: calc(12vh - 1px) 0 0 0;
  }
  .club .details {
    margin: 0;
    padding: 0;
    margin-top: 1vh;
		width: calc(100% - 18vw);
    /* width: calc(100vw - 19.5vw); */
		border-right: none;
		border-left:none;
		border-top-left-radius: 0;
  }
  .club > .points, .club > .stamps {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54px;
    max-height: 54px;
    width: auto;
    top: calc(6vh - 28px);
    right: 45px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #e3006d;
    cursor: default;
	}
	.button-menu{
		margin-bottom: 2vh;
	}
}
