/** text styles **/

b {
    font-weight: bold;
}

p {
    margin-bottom: 5px;
}

.s_instruction_title {
    color: #fde053;
    font-size: 14px;
    font-weight: bold;
}

input.transferBtn {
    background-image: url('../img/common/square_btn_normal.png');
    border: 0;
    width: 135px;
    height: 23px;
    cursor: pointer;
}

.transferBtn[disabled] {
    background-image: url('../img/common/square_btn_dis.png');
}

.poker_TopPlayers a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    width: 1px;
}

.poker_TopPlayers {
    text-align: center;
}

    .poker_TopPlayers a:hover {
        color: #E4B22B;
    }

.ProgramSportType {
    width: 100%;
    text-align: center;
    font-family: 'bpg_mrgvlovani_caps_2010Rg';
    font-size: 16px;
    color: #666666;
    height: 37px;
    line-height: 37px;
}

.ProgramSportTypeWhiteBg {
    width: 1280px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
}
.prog-logo {
    display: block;
}
.prog-logo-p {
    display: none;
    width: 230px;
}
@media print {
.prog-logo {
    display: none;
}
.prog-logo-p {
    display: block;

}
  .ProgramSportTypeWhiteBg {
    width: 1160px;
  }
  .TiTlePrograms {
    display: none;
  }
  .ProgramSportTypeWhiteBg {
    margin-top: -60px;
  }
}





.TiTlePrograms {
    margin: -30px 0 20px 0;
    font-family: 'bpg_mrgvlovani_caps_2010Rg';
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;    
}

.ProgramSportTypeHeader {
    height: 108px;
    width: 100%;
    background: #1c1c1c;
    position: relative;
    line-height: 180px;
    box-sizing: border-box;
    padding-top: 23px;
}
.ProgramSportTypeHeader img {

    margin: 0px auto;
}




.ProgramSportTypeFooter {
    height: 4px;
    width: 100%;
}

.ProgramChampionatTable {
    color: Black;
    border-collapse: collapse;
    border: 1px solid black;
    width: 98%;
}

.ProgramChampionatsFooter {
    height: 4px;
    width: 100%;
}

.ProgamChampionatHeader {
    font-family: 'bpg_mrgvlovani_caps_2010Rg' !important;
    font-size: 16px;
    padding-left: 20px;
    color: #000;
}

.ProgramGamesTitile {
    width: 100%;
    text-align: center;

}

.ProgramChampionatTable td {
    border: 1px solid #999999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-family: 'bpg_arial';
}

.ProgramGamesRow {
}

.ProgramGameCode {
    width: 70px;
    font-weight: bold;
    text-align: center;
}

.ProgramGameDate {
    width: 100px;
    font-weight: bold;
    text-align: center;

}

.ProgramGameTeams {
    width: 200px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: left;    
}

.ProgramSnatch {
    min-width: 30px;
    text-align: center;
    color: #000;
    font-family: 'roboto_medium' !important;
}


.ProgramSportTypeWhiteBg {
    width: 1280px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
}