@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,400i,500,500i,700,700i,900,900i|Varela+Round&subset=latin-ext");
/* MIXINS */
 
 
 .sitecontainer main > .container-fluid {
    padding: 0; 
/*	background-color: #FFF;*/
	}

.container-grey{
	/*background-color: #FFF;*/
	background-color:#FFF;
}	

.club-mod main{
	/*background-color: #FFF;*/
	background-color:#FFF;
}	
	
header{
	/*background-image: url("../img/bg-inner_page1.jpg");*/
  background-color:#FFF;
	background-size: cover;
	background-position: center;
	min-height: 118px;
	position: relative;
}	
header span{
	color:red;
}

.main_header{
	/*background-image: url("../img/bg-inner_page1.jpg");*/
  /*background-color:#F0F0F0;*/
  background-color:#FFF;
	background-size: cover;
	background-position: center;
	min-height: 500px;
	position: relative;
}	

.title-players {

    font-size: 30px;
    padding-top: 10px;
    padding-left: 30px;
    font-family: "Varela Round", sans-serif;
    text-transform: uppercase;
    color: #1F4F8F;
    display: inline-block;
    margin-bottom: 5px;

}
.btn.btn-orange.btn-big, .btn.btn-blue.btn-big {
		position:relative;

	}
	.btn.btn-orange.btn-big[data-badge]:after, .btn.btn-blue.btn-big[data-badge]:after {
		content:attr(data-badge);
		position:absolute;
		top:-20px;
		right:-15px;
		font-size:.9em;
		background:#bb002f;
		color:white;
		width:40px;height:40px;
		text-align:center;
		line-height:40px;
		border-radius:50%;
		box-shadow:0 0 1px #333;
		font-weight:bold;
	}
	
.input-label-format{
	font-size:16px;
}	

.red-font{
	color:red;
}	

.no-padding{
	padding-left:0px;
	padding-right:0px;
}


.hr-blue {  
  border: 1px solid #1F4F8F;
  border-radius: 5px;
}

.page-heading h3 {

    margin-top: 10px;
    margin-bottom: 50px;
    font-family: "Varela Round", sans-serif;
    color: #1F4F8F;
    text-align: center;
    padding: 0 50px 0 50px;
}	

.width100{
	width:100%;
}

.user{
	font-size:16px;
	font-weight:bold;
	color:#3c6fb2;
	margin-left:12px;
}

.separator-box{
	margin:auto;
	margin-top:-42px;
	color:red;
	font-size:22px;
	font-weight:bold;
	width:262px;
	border: 2px solid #1F4F8F;
	height:45px;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.club-form{
	margin-top: -40px;
}

label.required-without-sign {

    color: #ff0000;

}


.user-update-moatsz{
	width: 248px;
    z-index: 1000;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-55%);
    margin-top: 0;
}

.moatsz-box{
	border: 2px solid #1F4F8F;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	flex-wrap: wrap;

}

.pongerbutton{
		padding: 5px 5px 5px 5px;
}

.btn.pongerbutton{
	padding: 0px 0px 0px 0px;
}



.licence-text {

    font-size: 17px;
    padding-left: 0px;
    margin-left: -10px;
    padding-right: 0px;
    text-align: justify;

}

/* buttons from sitebuild.css*/

.btn {
  border-radius: 20px;
  display: inline-block;
  line-height: 31px;
  padding: 0 28px;
  box-shadow: none;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.btn-blue {
  background-color: #3c6fb2;
  color: #fff;
}
.btn-blue:focus, .btn-blue:hover {
  background-color: #477bc1;
  color: #fff;
}

.btn-blue-inverse {
  color: #3c6fb2;
  background-color: #fff;
  border: 1px solid #3c6fb2;
}
.btn-blue-inverse:focus, .btn-blue-inverse:hover {
  background-color: white;
  color: #3c6fb2;
}

.btn-green {
  background-color: #3c9247;
  color: #fff;
}
.btn-green:focus, .btn-green:hover {
  background-color: #43a450;
  color: #fff;
}

.btn-red {
  background-color: #bb002f;
  color: #fff;
}
.btn-red:focus, .btn-red:hover {
  background-color: #d50035;
  color: #fff;
}

.btn-orange {
  background-color: #FFAA22;
  color: #fff;
}
.btn-orange:focus, .btn-orange:hover {
  background-color: #ffb43c;
  color: #fff;
}

.btn-fat {
  line-height: 55px;
  height: 50px;
  width: 283px;
  border-radius: 25px;
  margin-bottom: 1px;
}

.btn-big {
  font-size: 18px;
  line-height: 42px;
  height: 41px;
  padding: 0 59px;
}

.btn-medium {
  width: 154px;
  font-size: 17px;
  /*line-height: 42px;*/
  height: 40px;
}
.btn-medium.btn-fat {
  height: 50px;
  line-height: 50px;
}
.btn-medium.btn-print {
  width: auto;
}

.btn-intermedium {
  padding: 3px 15px;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn-small {
  padding: 0 15px;
  font-size: 15px;
}

.btn-xsmall {
  padding: 3px 10px;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn-footer {
  margin-bottom: 15px !important;
}

.btn-print {
  min-width: 124px;
}
.btn-print:before {
  content: "";
  font: normal normal normal 15px/1 "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}

.btn-lot {
  min-width: 178px;
}

/*.btn-add,
.btn-remove {
  max-width: 55px;
}*/
.btn-add .fa,
.btn-remove .fa {
  font-size: 20px;
  line-height: 32px;
}
.btn-add:disabled,
.btn-remove:disabled {
  cursor: auto;
  opacity: 0;
}

section.pongerinner > fieldset, section.ponger > fieldset, section.pongerinner > fieldset {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3c6fb2;
}
.event-entries .clubmatesbutton {
  border: 1px solid #1f4f8f;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding: 0 10px;
}




table.table-grd {
 /* width: calc(100% - 16.1%);*/
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #3c6fb2;
  margin-bottom: 5px;
}
table.table-grd th {
  background-color: #3c6fb2 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal;
  border: none;
  width: 14%;
  padding: 15px;
}

/*table.table-grd th:first-child {
  width: 25%;
}*/

table.table-grd th:first-child :not(.players){
   width: 25%;
}

table.table-grd th a {
  color: #fff !important;
}
table.table-grd th .order {
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
}
table.table-grd th .order:before, table.table-grd th .order:after {
  font-family: "FontAwesome";
  display: block;
  line-height: 0.6;
  font-size: 14px;
  height: 7px;
  opacity: 0.5;
}
table.table-grd th .order:before {
  content: "";
}
table.table-grd th .order:after {
  content: "";
}
table.table-grd th .order.asc:before, table.table-grd th .order.desc:after {
  opacity: 1;
}
table.table-grd.teamtable th:first-child {
  width: 10%;
}
table.table-grd.teamtable td {
  padding: 4px 13px;
  line-height: 20px;
  max-height: 50px;
  font-size: 14px;
}
table.table-grd td {
  padding: 8px 13px;
  line-height: 22px;
  max-height: 50px;
  font-size: 14px;
}
table.table-grd td label {
  line-height: 2;
  margin: 0;
}
table.table-grd tr {
  cursor: pointer;
  /*&:not(.round):not(.add-missing-contact) {

      &:nth-child(even) {

        background-color: #f7f7f7;

      }

    }*/
}
table.table-grd tr td.red {
  color: #bb002f;
  font-style: italic;
}
td.redbold {
  color: #bb002f;
  font-weight: 700;
}
table.table-grd tr td.red a {
  font-size: 14px;
  color: #bb002f;
}
table.table-grd tr td.nobord {
  border-bottom: none;
}
table.table-grd tr td.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
table.table-grd tr.firstUnder td {
  border-top: 5px solid green !important;
}
table.table-grd tr.round td {
  font-size: 16px;
  /*border-bottom: 1px solid #3c6fb2;*/
  color: #3c6fb2;
  font-weight: 400;
  line-height: 22px;
}
table.table-grd tr.red td {
  color: #bb002f;
}
table.table-grd tr.red td a {
  font-size: 14px;
  color: #bb002f;
}
table.table-grd tr.backgrounded {
  background-color: #f7f7f7;
}
table.table-grd tr.add-missing-contact .fieldline {
  margin: 0;
}
table.table-grd tr.add-missing-contact .fieldline label {
  padding: 0;
  line-height: 49px;
}
table.table-grd tr.add-missing-contact .one-line-fieldset > span {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  height: 49px;
}
table.table-grd tr.add-missing-contact .one-line-fieldset > span input {
  margin-right: 3%;
}
table.table-grd tr.missing-contact + .add-missing-contact {
  display: table-row;
  background-color: #f5f5f5;
}
table.table-grd tr.missing-contact + .add-missing-contact td {
  border-bottom: 2px solid #3c6fb2;
}
table.table-grd tr.match.match-won {
  background-color: #c4dec7 !important;
}
table.table-grd tr.match.match-lost {
  background-color: #EAB2C0 !important;
}
table.table-grd tr.match.match-missed {
  background-color: #BBCADD !important;
}
table.table-grd tr.match.match-tie {
  background-color: #ffe5bc !important;
}
table.table-grd tr.match.late {
  color: #a94442 !important;
}
table.table-grd.table-full {
  width: 100%;
  margin-bottom: 40px;
}
table.table-grd .teamleader {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border: 1px solid #3c6fb2;
  border-radius: 50%;
  position: relative;
}
table.table-grd .teamleader.selected:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  top: 50%;
  margin-top: -6px;
  border: 5px solid #3c9247;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 5px;
}
table.table-grd .playerspacer {
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 14px;
  text-align: center;
}




.container-fluid{
	/*background-color:#FFF;*/
	color:black;
}	
.select2-selection__rendered{
	background-color:#FFF;
}
.select2-selection {
	background-color:#FFF;
}
.select2-selection--single{
	background-color:#FFF;
}
.select2-container--krajee .select2-selection--single{
	background-color:#FFF;
	padding-left: 2px;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear{
	right:40px;
	margin-top:4px;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear{
	right:40px;
	margin-top:4px;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered{
	padding-left:5px;
	margin-left: -4px;
}

#regioDiv .select2-container--krajee .select2-selection--single{
	background-color:white;
}
#regioDiv .select2-selection__rendered{
	background-color:white;
} 
.select2-container--krajee.select2-container--disabled .select2-selection, .select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {

    background-color: #FFF;

}  

td.nomatchtd {
  background-color: #707172;
}

button.racket {
  background-image: url("/img/icons/info_piros.png");
  background-size: contain;
  width: 2em;
  height: 2em;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  
}
button.temptableracket {
  width: 1em;
  height: 1em;

}
span.racket {
  background-image: url("/img/icons/info_piros.png");
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  display:none;
 
}
button.temptableracket {
  width: 1em;
  height: 1em;

}
table.pointteamtable {
  width:95% !important;
}
table.pointteamtable th, table.pointteamtable td  {
  text-align:center;
}

table.pointteamtable td.team  {
  text-align:left;
  
}
