.yellow-bg {
  background-color: #ffba00;
}
.orange-bg {
  background-color: #E57D21;
}
.blue-bg {
  background-color: #219BD1;
}
.purple-bg {
  background-color: #9A59B5;
}
html {
  background-color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #9f9f9f;
}
body {
  margin: 0;
  padding: 0;
}
.clra {
  clear: both;
}
.clra:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
h1,
h2,
h2,
h4,
h5,
h6 {
  font-size: inherit;
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
a {
  outline: none;
  text-decoration: none;
  color: #9f9f9f;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: middle;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.justify-align {
  text-align: justify;
}
.contentSize {
  width: 95%;
  max-width: 1800px;
  margin: auto;
}
.contentSize h1 {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background-color: #ff5959;
  margin: 10px 0 10px 0;
  color: white;
  border-radius: 10px;
}
.contentSize .closed {
  background-color: #229cd2;
}
.contentSize .listbajnoksag {
  width: 100%;
  text-align: center;
}
.contentSize .listbajnoksag a {
  display: inline-block;
}
.contentSize .listbajnoksag .closed_element {
  display: inline-block;
  vertical-align: top;
  min-height: 240px;
  width: 46%;
  margin-right: 2%;
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #219BD1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: ;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentSize .listbajnoksag .closed_element h2 {
  color: #219BD1;
  font-weight: bold;
}
.contentSize .listbajnoksag .closed_element img {
  width: 27px;
  vertical-align: middle;
  margin: 4px;
}
.contentSize .listbajnoksag .closed_element .userPic {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
.contentSize .listbajnoksag .closed_element table {
  border-collapse: collapse;
}
.contentSize .listbajnoksag .closed_element .user_helyezes {
  border: solid 1px;
  border-color: red;
  border-radius: 4px;
}
.contentSize .listbajnoksag .bajnoksag_element {
  background-color: #ff5959;
  padding: 5px;
  border-radius: 10px;
  display: inherit;
  width: 100%;
  text-align: center;
  color: white;
  margin-right: 10px;
  margin-top: 5px;
}
.smallContentSize {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.btn {
  min-width: 260px;
  height: 55px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background-color: #E57D21;
  box-shadow: 0px 4px 0px #D35300;
}
select::-ms-expand {
  display: none;
}
select {
  display: block;
  width: 100%;
  border: none;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9f9f9f;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  border-radius: 3px;
  outline: none;
  background-image: url(/images/bajnoksag/icon/select_bg.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header {
  background-color: #ffba00;
  height: 230px;
  background-image: url('/images/bajnoksag/header_bg_1.png'), url('/images/bajnoksag/header_bg_2.png');
  background-position: right center, center center;
  background-size: auto 100%, auto 60%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .table {
  height: 100%;
}
header .back {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  margin-left: -15px;
  display: inline-block;
  margin-top: -14px;
  vertical-align: top;
  margin-right: 10px;
  background-image: url('/images/bajnoksag/icon/back.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px;
}
header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
}
header .info {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
header .info .strong {
  font-weight: 500;
}
#content {
  min-height: 700px;
  background-image: url('/images/bajnoksag/main_bg.png');
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 50px;
}
.indexPage .profil {
  height: 230px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
}
.indexPage .profil .top {
  height: 130px;
  background-color: #616E7C;
  background-image: url('/images/bajnoksag/profile_bg.png');
  background-position: center center;
  background-size: contain;
  background-repeat: repeat-x;
}
.indexPage .profil .top >.table >.tableCell:first-child {
  padding-left: 6%;
}
.indexPage .profil .top >.table >.tableCell:last-child {
  padding-right: 6%;
}
.indexPage .profil .top .profileData {
  opacity: .5;
}
.indexPage .profil .top .profileData >.table {
  width: 350px;
}
.indexPage .profil .top .profileData >.table >.tableCell:first-child {
  width: 140px;
  position: relative;
}
.indexPage .profil .top .profileData .image {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 8px solid rgba(255,255,255,0.25);
}
.indexPage .profil .top .profileData .league {
  position: absolute;
  widtH: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 21px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  top: -5px;
  right: 10px;
}
.indexPage .profil .top .profileData .name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.indexPage .profil .top .profileData .class {
  font-size: 18px;
  color: #ffffff;
}
.indexPage .profil .top .switch {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 45px;
}
.indexPage .profil .top .switch input {
  display: none;
}
.indexPage .profil .top .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2B3D4F;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #5D6D7D;
}
.indexPage .profil .top .slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 6px;
  bottom: 5px;
  background-color: #E1433F;
  -webkit-transition: .4s;
  transition: .4s;
  background-image: url('/images/bajnoksag/icon/close.png');
  background-position: center center;
  background-size: 45%;
  background-repeat: no-repeat;
}
.indexPage .profil .top input:checked + .slider {
  background-color: #3074A3;
  color: #ffffff;
}
.indexPage .profil .top input:checked + .slider:before {
  background-color: #3397DB;
  background-image: url('/images/bajnoksag/icon/ok.png');
}
.indexPage .profil .top input:focus + .slider {
  box-shadow: 0 0 1px #3074A3;
}
.indexPage .profil .top input:checked + .slider:before {
  -webkit-transform: translateX(223px);
  -ms-transform: translateX(223px);
  transform: translateX(223px);
}
.indexPage .profil .top .slider.round {
  border-radius: 34px;
}
.indexPage .profil .top .slider.round:before {
  border-radius: 50%;
}
.indexPage .profil .bottom {
  height: 100px;
}
.indexPage .profil .bottom .table .tableCell:first-child {
  padding-left: 6%;
}
.indexPage .profil .bottom .table .tableCell:last-child {
  padding-right: 6%;
}
.indexPage .profil .bottom .point {
  color: #9f9f9f;
  font-size: 20px;
  font-weight: 400;
  margin-right: 30px;
  opacity: .5;
}
.indexPage .profil .bottom .point img {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.indexPage .profil .bottom .point .strong {
  font-weight: 700;
  vertical-align: middle;
}
.indexPage .profil .bottom .point label {
  vertical-align: middle;
}
.indexPage .profil .bottom .btn {
  background-color: #939393;
  box-shadow: 0px 4px 0px #737373;
  pointer-events: none;
}
.indexPage .profil .bottom .text {
  font-size: 14px;
  margin-top: 8px;
}
.indexPage .profil .bottom .text .strong {
  font-weight: 700;
}
.indexPage .profil.ready .top {
  background-color: #219BD1;
}
.indexPage .profil.ready .top .profileData {
  opacity: 1;
}
.indexPage .profil.ready .bottom .point {
  opacity: 1;
}
.indexPage .profil.ready .bottom .btn {
  background-color: #E57D21;
  box-shadow: 0px 4px 0px #D35300;
  pointer-events: auto;
}
.indexPage .boxContainer {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.indexPage .boxContainer:nth-child(3) {
  margin-right: 0;
}
.indexPage .boxes {
  margin-top: 30px;
}
.indexPage .boxes .box {
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}
.indexPage .boxes .box .head {
  height: 100px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
  background-image: url('/images/bajnoksag/box_bg.png');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .boxes .box .content {
  padding: 20px;
  background-color: #ffffff;
}
.indexPage .boxes .box .content ul li {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.indexPage .boxes .box .content ul li:first-child {
  margin-bottom: 20px;
  border-bottom: none;
  font-weight: 700;
  font-size: 16px;
}
.indexPage .boxes .box .content ul li .tableCell:nth-child(2) {
  width: 80px;
}
.indexPage .boxes .box .content ul li .tableCell:nth-child(3) {
  width: 65px;
  text-align: right;
}
.indexPage .boxes .box .content ul li .tableCell .lose,
.indexPage .boxes .box .content ul li .tableCell .win {
  width: 33px;
}
.indexPage .boxes .box .content ul li .tableCell .kihivas {
  width: 48px;
}
.indexPage .boxes .box.leagueBox .league {
  font-weight: 400;
  margin-top: 10px;
  margin-right: 70px;
}
.indexPage .boxes .box.leagueBox select {
  background-color: #e6e6e6;
  background-image: url(/images/bajnoksag/icon/select_blue_bg.png);
  margin-bottom: 10px;
}
.indexPage .boxes .box.leagueBox .tableCell {
  font-weight: 400;
}
.indexPage .boxes .box.leagueBox .ownRank {
  font-weight: 700;
}
.indexPage .boxes .box.leagueBox .ownRank .text {
  margin-bottom: 10px;
}
.indexPage .boxes .box.leagueBox .ownRank ul li {
  border-bottom: none !important;
  padding-bottom: 0;
}
.indexPage .boxes .box.leagueBox .ownRank .tableCell:nth-child(2) {
  width: 80px;
  text-align: left;
  color: #ffba00;
  font-size: 14px;
}
.indexPage .boxes .box.leagueBox .ownRank .tableCell:nth-child(2) span {
  color: #ffffff;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-size: 23px;
}
.indexPage .boxes .box.leagueBox .ownRank .tableCell:nth-child(3) {
  width: 80px;
  text-align: left;
}
.indexPage .boxes .box.leagueBox .ownRank .tableCell:nth-child(4) {
  width: 65px;
  text-align: right;
}
.indexPage .boxes .box.leagueBox ul li {
  font-size: 16px;
}
.indexPage .boxes .box.leagueBox ul li .rank {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
.indexPage .boxes .box.leagueBox ul li .rank img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.indexPage .boxes .box.leagueBox ul li .userPic {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
.indexPage .boxes .box.leagueBox ul li img.bajnokpont,
.indexPage .boxes .box.leagueBox ul li img.kincstar {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.indexPage .boxes .box.leagueBox ul li label {
  vertical-align: middle;
  display: inline-block;
}
.indexPage .boxes .box.leagueBox ul li .tableCell:first-child {
  font-weight: 700;
}
.indexPage .boxes .box.leagueBox ul li:first-child {
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 400;
}
.indexPage .boxes .box.smallBox {
  background-color: #ffffff;
}
.indexPage .boxes .box.smallBox .head {
  height: 60px;
  text-align: center;
}
.indexPage .boxes .box.smallBox .content {
  padding: 20px 20px 5px 20px;
}
.indexPage .boxes .box.smallBox .content.empty {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #9f9f9f;
  line-height: 120px;
}
.indexPage .boxes .box.smallBox .content.revans >.table .tableCell {
  vertical-align: bottom;
}
.indexPage .boxes .box.smallBox .content.revans >.table >.tableCell:nth-child(2) {
  text-align: right;
}
.indexPage .boxes .box.smallBox .content.revans .image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid #d9d9d9;
  margin-right: 15px;
}
.indexPage .boxes .box.smallBox .content.revans .name {
  font-size: 15px;
  font-weight: 700;
  color: #9f9f9f;
  margin-bottom: 5px;
}
.indexPage .boxes .box.smallBox .content.revans .class {
  font-size: 14px;
  font-weight: 300;
  color: #9f9f9f;
  margin-bottom: 5px;
}
.indexPage .boxes .box.smallBox .content.revans .btn {
  max-width: 200px;
  width: auto;
  min-width: auto;
  padding: 0 20px;
}
.indexPage .boxes .box.smallBox .content.revans .point {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}
.indexPage .boxes .box.smallBox .content.revans .point img {
  height: 24px;
  vertical-align: middle;
}
.indexPage .boxes .box.smallBox .content.revans .point label {
  vertical-align: middle;
}
.indexPage .boxes .box.smallBox .content.revans .time {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
}
.indexPage .boxes .box.smallBox .content.revans .time label {
  font-family: Courier New;
}
.indexPage .boxes .box.smallBox .content.revans .giveUp {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
.ownRank .user_table {
  width: 100%;
}
.ownRank .user_table .place img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.ownRank .user_table .avatar {
  width: 27px;
}
.ownRank .user_table .avatar .userPic {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
.ownRank .user_table .u_class span {
  font-weight: 400 !important;
}
.ownRank .user_table .league_img img {
  text-align: left;
  color: #ffba00;
  font-size: 14px;
}
.ownRank .user_table .u_bajnok .bajnokpont {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.ownRank .user_table .u_bajnokpont {
  font-weight: 400 !important;
}
.ownRank .user_table .u_kincstarpont {
  font-weight: 400 !important;
}
.ownRank .user_table .u_kincstar .kincstar {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.ownRank .user_table td {
  padding-bottom: 1rem;
}
#leauge_result {
  width: 100%;
  border-collapse: collapse;
}
#leauge_result .place img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#leauge_result .avatar {
  width: 27px;
}
#leauge_result .avatar .userPic {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
#leauge_result .u_class span {
  font-weight: 400 !important;
}
#leauge_result .league_img img {
  text-align: left;
  color: #ffba00;
  font-size: 14px;
}
#leauge_result .u_bajnok .bajnokpont {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#leauge_result .u_bajnokpont {
  font-weight: 400 !important;
}
#leauge_result .u_kincstarpont {
  font-weight: 400 !important;
}
#leauge_result .u_kincstar .kincstar {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#leauge_result td {
  padding: 1rem 5px 0.5rem 0;
  border-top: solid 1px #ddd;
}
#leauge_result > .first_table_row td {
  border: none;
}
table.header_table td {
  font-size: 16px;
}
table.header_table td .rank {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
table.header_table td .rank img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
table.header_table td .userPic {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
table.header_table td img.bajnokpont,
table.header_table td img.kincstar {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
table.header_table td label {
  vertical-align: middle;
  display: inline-block;
}
table.header_table td .tableCell:first-child {
  font-weight: 700;
}
table.header_table td:first-child {
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 400;
}
.more {
  text-transform: uppercase;
  color: #6E91B4;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
.eredmenyPage .boxes,
.ligaPage .boxes {
  margin-top: 100px;
}
.eredmenyPage .boxContainer,
.ligaPage .boxContainer {
  float: none;
  width: 100%;
  margin: 0;
}
.eredmenyPage .boxContainer .box,
.ligaPage .boxContainer .box {
  max-width: none;
}
.eredmenyPage .boxContainer .box .head,
.ligaPage .boxContainer .box .head {
  background-size: auto;
}
.ligaPage .boxes .box .content ul li .tableCell:nth-child(2) {
  width: 170px;
}
.ligaPage .boxes .box .content ul li .tableCell:nth-child(3) {
  width: 165px;
}
.ligaPage .boxes .box.leagueBox .content ul li .tableCell:nth-child(2) {
  width: 170px;
}
.ligaPage .boxes .box.leagueBox .content ul li .tableCell:nth-child(3) {
  width: 170px;
}
.ligaPage .boxes .box.leagueBox .content ul li .tableCell:nth-child(4) {
  width: 165px;
}
.ligaPage .boxes .box.leagueBox .content ul li label span {
  font-weight: 400 !important;
}
.ligaPage .next {
  background-color: #F3BF91;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
}
.ligaPage .next .top,
.ligaPage .next .bottom {
  height: 95px;
  line-height: 95px;
}
.ligaPage .next .top {
  background-color: #E57D21;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.ligaPage .next .bottom {
  font-size: 30px;
  font-weight: 700;
}
.ligaPage .resultText {
  color: #7e7e7e;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.revansPage .boxes {
  margin-top: 100px;
}
.revansPage .boxContainer {
  width: 49%;
}
.revansPage .boxContainer:nth-child(2n+0) {
  margin-right: 0;
}
.revansPage .boxContainer:nth-child(2n+1) {
  margin-right: 2%;
}
.revansPage .boxContainer .box {
  margin-bottom: 30px;
}
.contentSize .terms_form {
  margin-top: 2rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px #212121;
  border-radius: 5px;
  color: #212121;
}
.contentSize .terms_form .cim_container {
  font-size: 26px;
  text-align: center;
}
.contentSize .terms_form .szoveg_container {
  text-align: justify;
}
.contentSize .terms_form .checkbox_container {
  padding: 1rem 0;
}
.contentSize .terms_form .checkbox_container label {
  margin: 0 0 0 2rem;
}
.contentSize .terms_form .button_container {
  text-align: center;
}
.contentSize .terms_form .button_container .btn {
  border: none;
}
#curtain {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(47,54,62,0.6);
}
#myAlert {
  display: block;
  top: 408px;
  left: 710px;
  position: absolute;
  z-index: 1001;
  width: 500px;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px #666;
}
#myAlert .alertTop {
  padding: 15px 25px;
  background: #219BD1;
  border-radius: 5px 5px 0 0;
}
#myAlert .alertTop .alert_title {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
  display: inline-block;
  color: #ffffff;
}
#myAlert .alertTop .clra {
  clear: both;
}
#myAlert .alertBottom {
  background: white;
  border-radius: 0 0 5px 5px;
  padding: 20px 25px;
}
#myAlert .alertBottom .alert_content {
  font-size: 15px;
  font-family: 'Roboto Light', 'Arial';
  line-height: 140%;
  margin-bottom: 30px;
  color: black;
}
#myAlert .alertBottom .alert_content .hint {
  display: block;
  color: #219BD1;
}
#myAlert .alertBottom .alert_buttoncont .button {
  width: 160px;
  border: none;
  padding: 10px 15px;
  font-family: 'Roboto Light', 'Arial';
  font-size: 15px;
  float: right;
  height: 40px;
  display: block;
  cursor: pointer;
  background-color: #2f363e;
  color: #ffffff;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
#myAlert .alertBottom .alert_buttoncont .clra {
  clear: both;
}
.result_container {
  margin: 0 auto;
}
.button-container {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
#sajatkepfel-formform#picture_edit-form,
form#picture_edit-formform#picture_edit-form {
  margin-top: 0px;
}
#sajatkepfel-form .elonezeti_keptarto,
form#picture_edit-form .elonezeti_keptarto {
  margin-top: 25px;
  text-align: left;
  display: none;
}
#sajatkepfel-form .elonezeti_keptarto.edit,
form#picture_edit-form .elonezeti_keptarto.edit {
  display: block;
}
#sajatkepfel-form .elonezeti_keptarto #elonezeti_kep,
form#picture_edit-form .elonezeti_keptarto #elonezeti_kep {
  max-width: 100%;
  max-height: 200px;
}
#sajatkepfel-form textarea,
form#picture_edit-form textarea {
  margin-top: 20px;
  min-height: 120px;
}
form#kepfel-form {
  padding: 0;
  width: 400px;
  margin: 0 auto;
}
#kepfel-form button.btn {
  border: none;
  margin-top: 4rem;
}
.kepfeltolto-wrap {
  margin-top: 15px;
}
.kepfeltolto-wrap #kepfeltolto {
  height: 300px;
}
.kepfeltolto-wrap #kepfeltolto input.cr-slider {
  border-bottom: #fff 1px solid !important;
  display: block;
  margin: 2rem auto;
}
.kepfeltolto-wrap #kepfeltolto input.cr-slider:focus {
  border-bottom: #fff 1px solid !important;
  display: block;
}
.kepfeltolto-wrap #kepfeltolto span.thumb {
  display: none;
}
.contentSize .preview {
  padding: 2rem;
  width: 340px;
  margin: 2rem auto;
  background: rgba(200,200,200,0.8);
}
.contentSize .preview .image-container > label > img {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 8px solid rgba(255,255,255,0.25);
}
.ui-dialog {
  background: none;
  border: none;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-dialog-titlebar {
  display: block;
  background-color: #219BD1;
}
.ui-widget-header {
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
#dialog {
  padding: 1rem;
  background: #ffffff;
}
.overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
#dialog2 {
  padding: 1rem;
  background: #ffffff;
}
.overlay2 {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.result_table .result_point {
  background: url("/images/bajnoksag/result_score.png");
  background-size: cover;
  height: 19rem;
  text-align: center;
}
.result_table .result_point .elertpontszam {
  display: block;
  color: white;
  font-size: 2rem;
  height: 5rem;
  line-height: 5rem;
  text-shadow: 2px 2px 3px #000;
  text-transform: uppercase;
  font-weight: bold;
}
.result_table .result_point .pontszam {
  color: white;
  background: #E57D21;
  border: solid 9px white;
  width: 7rem;
  height: 7rem;
  display: inline-block;
  line-height: 7rem;
  text-align: center;
  border-radius: 4rem;
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
}
.result_table .result_point .next-button {
  display: block;
  margin: 2rem auto;
}
.result_table .result_point .next-button a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background: #ffba00;
  font-weight: bold;
}
.tableCell > .inaktiv_kihivas {
  background-color: #939393;
  box-shadow: 0px 4px 0px #737373;
}
.result_body {
  top: 230px;
  bottom: 0px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  background: url("/images/bajnoksag/result_bg.jpg") 100% 100%;
}
.result_table {
  width: 600px;
  margin: 2rem auto;
  border: solid 1px #ddd;
  box-shadow: 0px 2px 5px #ddd;
  border-radius: 5px;
  display: inline-table;
}
.header_left,
.header_right {
  width: 50%;
  display: table-cell;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.helpicon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  width: 48px;
  height: 30px;
  background: white;
  color: #ffba01;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: bold;
}
.result_row_header {
  background: url("/images/bajnoksag/result_header.jpg");
  border-radius: 5px 5px 0 0;
}
.result_table .result_row {
  padding: 1rem 0.5rem;
  background: #ffffff;
}
.result_table .result_row span {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.result_table .result_row .text-left {
  font-weight: bold;
}
.result_table .result_row .text-right {
  color: #E57D21;
}
.result_table .result_selector {
  background: #ffffff;
  padding: 1px;
}
.result_table .result_selector hr {
  border: solid 1px #eee;
  width: 90%;
  background: #ffffff;
}
.profile_container {
  padding: 1rem;
  margin: 1rem 0 1rem 2rem;
}
.header_right {
  vertical-align: middle;
}
.profile_image {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 8px solid rgba(255,255,255,0.25);
}
.image_and_league {
  position: relative;
  display: table-cell;
}
.name_and_class {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 1rem;
}
.league {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
  text-align: center;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 2rem;
}
.bajnok_pic,
.kincs_pic {
  width: 2rem;
  padding: 0 1rem 0 0;
}
.header_right .bajnok,
.header_right .kincs {
  display: table;
}
.header_right .bajnok > *,
.header_right .kincs  > * {
  display: table-cell;
}
.header_right .bajnok span,
.header_right .kincs span {
  vertical-align: middle;
  color: #ffffff;
}
.result_row_footer {
  color: #ffffff;
  background-color: #E57D21;
  padding: 1rem;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.high {
  font-weight: bold;
}
.final_result {
  margin: 3rem auto;
  width: 40%;
}
.final_result .result_profile {
  width: 100%;
  display: table;
  padding: 2rem 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.result_profile > div {
  display: table-cell;
  width: 10%;
}
.final_result .result_container {
  background: white;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 0 0 5px 5px;
}
.final_result .result_container .result_row {
  display: table;
  width: 100%;
}
.final_result .result_container .result_row span {
  display: table-cell;
}
.result_row .feladat {
  color: darkgrey;
  font-weight: bold;
  width: 30%;
}
.result_row .kihivo,
.result_row .kihivo-x {
  width: 40%;
}
.result_row .kihivott,
.result_row .kihivott-x {
  width: 30%;
}
.result_row .kihivott,
.result_row .kihivo {
  color: #ee2222;
}
.result_row .kihivott .kupa,
.result_row .kihivo .kupa {
  height: 4rem;
  vertical-align: middle;
}
.result_row .kihivott-x,
.result_row .kihivo-x {
  color: #ee2222;
  font-weight: bold;
}
.result_row .placeholder {
  display: table-cell;
  width: 20%;
}
.result_row .kihivo-status {
  width: 40%;
}
.result_row .kihivott-status {
  width: 40%;
}
.result_row .placeholder,
.result_row .kihivo-status,
.result_row .kihivott-status {
  display: table-cell;
  padding-top: 3rem;
}
.result_row .kihivo-status span,
.result_row .kihivott-status span {
  color: #ffffff;
  height: 3rem;
  padding: 0 3rem;
  border-radius: 5px;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.winner {
  background: forestgreen;
}
.defeat {
  background: darkred;
}
.profile_container_kihivo .bajnok,
.profile_container_kihivo .kincs,
.profile_container_kihivott .bajnok,
.profile_container_kihivott .kincs {
  display: table;
}
.profile_container_kihivo .bajnok > img,
.profile_container_kihivo .bajnok > span,
.profile_container_kihivo .kincs > img,
.profile_container_kihivo .kincs > span,
.profile_container_kihivott .bajnok > img,
.profile_container_kihivott .bajnok > span,
.profile_container_kihivott .kincs > img,
.profile_container_kihivott .kincs > span {
  display: table-cell;
}
.profile_container_kihivo .bajnok > span,
.profile_container_kihivo .kincs > span,
.profile_container_kihivott .bajnok > span,
.profile_container_kihivott .kincs > span {
  vertical-align: middle;
  color: #ffffff;
}
.table > .tableCell:first-child > a > .unknow {
  height: 1.5rem;
}
.result_row .pontok {
  color: #888;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .indexPage .boxContainer {
    width: 48%;
    margin: 0 4% 4vw 0;
  }
  .indexPage .boxContainer:first-child {
    width: 100%;
    margin-right: 0;
  }
  .indexPage .boxContainer:first-child .box {
    margin: 0 auto 50px;
  }
  .ligaPage .boxContainer {
    width: 100%;
    margin: 0 0 4vw 0;
  }
  .revansPage .boxContainer:nth-child(n) {
    width: 48%;
    margin-right: 4%;
  }
  .revansPage .boxContainer:nth-child(2n) {
    margin-right: 0;
  }
  .result_table {
    width: 600px;
    margin: 2rem auto;
    border: solid 1px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    border-radius: 5px;
    display: inline-table;
  }
  .final_result {
    margin: 3rem auto;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  header h1 {
    font-size: 26px;
  }
  header .back {
    margin-top: -20px;
  }
  .indexPage .boxes .box .content ul li .tableCell:nth-child(2) {
    width: 50px;
  }
  .indexPage .profil .top >.table >.tableCell:first-child {
    padding-left: 2%;
  }
  .indexPage .profil .top >.table >.tableCell:last-child {
    padding-right: 2%;
  }
  .indexPage .profil .bottom .table .tableCell:first-child {
    padding-left: 2%;
  }
  .indexPage .profil .bottom .table .tableCell:last-child {
    padding-right: 2%;
  }
  .indexPage .profil .bottom .point {
    font-size: 2vw;
  }
  .ligaPage .next .top,
  .ligaPage .next .bottom {
    height: 75px;
    line-height: 75px;
  }
  .ligaPage .next .top {
    font-size: 30px;
  }
  .ligaPage .next .bottom {
    font-size: 22px;
  }
  .ligaPage .resultText {
    font-size: 30px;
  }
  .ligaPage .boxes .boxContainer .leagueBox ul li img.bajnokpont + label span,
  .ligaPage .boxes .boxContainer .leagueBox ul li img.kincstar + label span {
    display: none;
  }
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(4),
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(3),
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(2) {
    width: 75px;
  }
  .revansPage .boxes .box.smallBox .content {
    padding: 20px 10px 5px 10px;
  }
  .revansPage .boxes .box.smallBox .content .image {
    width: 65px !important;
    height: 65px !important;
  }
  .final_result {
    margin: 3rem auto;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  header h1 {
    font-size: 20px;
  }
  header .info {
    font-size: 18px;
  }
  header .table .tableCell:first-child {
    vertical-align: top;
  }
  header .back {
    margin-top: 0;
    width: 45px;
    height: 45px;
  }
  .indexPage .profil {
    height: auto;
  }
  .indexPage .profil .top {
    height: auto;
    padding: 20px 0 10px;
  }
  .indexPage .profil .top >.table >.tableCell:first-child,
  .indexPage .profil .top >.table >.tableCell:last-child {
    display: block;
    text-align: center;
  }
  .indexPage .profil .top .profileData .table {
    display: block;
    width: 100%;
  }
  .indexPage .profil .top .profileData .table .tableCell {
    display: inline-block;
  }
  .indexPage .profil .top .switch {
    margin-top: 20px;
  }
  .indexPage .profil .bottom {
    height: auto;
    padding: 20px 0 10px;
  }
  .indexPage .profil .bottom .table .tableCell {
    display: block;
    width: 100%;
    text-align: center;
  }
  .indexPage .profil .bottom .btn {
    margin-top: 20px;
  }
  .indexPage .profil .bottom .point {
    font-size: 2.3vw;
  }
  .indexPage .boxes .boxContainer {
    width: 100%;
  }
  .indexPage .boxes .boxContainer .box {
    margin: 0 auto 30px;
  }
  .final_result {
    margin: 3rem auto;
    width: auto;
    max-width: 600px;
  }
  .contentSize .listbajnoksag .closed_element {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  header {
    background-image: url('/images/bajnoksag/header_bg_1.png');
    background-position: right center;
    background-size: auto 100%;
  }
  header h1 {
    font-size: 4vw;
  }
  header .info {
    font-size: 3.2vw;
  }
  header .info .strong {
    display: block;
  }
  .indexPage .profil .top .profileData .image {
    width: 70px;
    height: 70px;
    border-width: 4px;
  }
  .indexPage .profil .top .profileData .league {
    width: 35px;
    height: 35px;
    font-size: 11px;
    padding-top: 5px;
  }
  .indexPage .profil .top .profileData >.table >.tableCell:first-child {
    width: 100px;
  }
  .indexPage .profil .top .profileData .name {
    font-size: 4.2vw;
  }
  .indexPage .profil .top .profileData .class {
    font-size: 3.2vw;
  }
  .indexPage .profil .bottom .text {
    font-size: 12px;
  }
  .indexPage .smallBox .content .table .tableCell {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .indexPage .smallBox .content .table .tableCell .btn {
    margin-top: 30px;
  }
  .indexPage .boxes .box.smallBox .head {
    height: 43px !important;
  }
  .indexPage .boxes .box .head {
    padding: 10px;
    font-size: 20px;
    height: 88px;
  }
  .indexPage .boxes .box .content {
    padding: 10px;
  }
  .indexPage .boxes .box .content ul li {
    font-size: 13px !important;
  }
  .indexPage .boxes .box .content ul li:first-child {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .indexPage .boxes .box .content ul li .tableCell .lose,
  .indexPage .boxes .box .content ul li .tableCell .win {
    width: 26px;
  }
  .indexPage .boxes .box .content ul li .tableCell .kihivas {
    width: 38px;
  }
  .indexPage .boxes .box.leagueBox ul li img.bajnokpont,
  .indexPage .boxes .box.leagueBox ul li img.kincstar {
    height: 20px;
  }
  .btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .more {
    font-size: 13px;
  }
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(4),
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(3),
  .ligaPage .boxes .boxContainer .leagueBox .content ul li .tableCell:nth-child(2) {
    width: 65px;
  }
  .ligaPage .boxes .boxContainer .leagueBox .ownRank .tableCell:nth-child(2) {
    display: none;
  }
  .ligaPage .next .top,
  .ligaPage .next .bottom {
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }
  .ligaPage .resultText {
    font-size: 20px;
  }
  .result_table {
    width: 90%;
    margin: 1rem auto;
    border: solid 1px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    border-radius: 5px;
    display: inline-table;
  }
  .final_result {
    margin: 3rem auto;
    width: 90%;
    max-width: 540px;
  }
  .contentSize .listbajnoksag .closed_element {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  header h1 {
    font-size: 15px;
  }
  header .info {
    font-size: 4vw;
  }
  header .table .tableCell > div {
    white-space: nowrap;
  }
  .indexPage .profil .bottom .point {
    font-size: 3vw;
  }
  .indexPage .profil .bottom .point img {
    height: 32px;
  }
  .result_table {
    width: 90%;
    margin: 1rem auto;
    border: solid 1px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    border-radius: 5px;
    display: inline-table;
  }
  .result_table .result_row_header .header_left {
    display: block;
    width: 100%;
  }
  .result_table .result_row_header .header_left {
    display: block;
    width: 100%;
  }
  .final_result {
    margin: 3rem auto;
    width: 97%;
    max-width: 440px;
  }
}
