body {
    font-family: sans-serif
}

.ui-content {
    height: 100%;
    width: 90%;
}

.topMessageBanner {
    color: white;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    background-color: #3C91C2;
}

.topSiteName {
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #0000FF;
}

th.infotable {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    cursor: pointer;
    border-bottom: solid 1px;
}

.weekCell {
    color: blue;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    background-color: #f4f4f4;
    height: 30px;
}

.scheduleCell {
    vertical-align: top;
    background-color: #f4f4f4;
}

.scheduleCellPointer {
    vertical-align: top;
    background-color: #c0c0c0;
    cursor: pointer;
}

.weekCell1 {
    color: blue;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    background-color: #ffffff;
    height: 30px;
}

.scheduleCell1 {
    vertical-align: top;
    background-color: #ffffff;
}

.scheduleCell1Pointer {
    vertical-align: top;
    background-color: #f4f4f4;
    cursor: pointer;
}

.scheduleCell_cancel {
    vertical-align: top;
    background-color: #ff0000;
    color: white;
}

.scheduleCell_resched {
    vertical-align: top;
    background-color: #F7BF2E;
    font-family: arial;
}

.divisionWeekCell {
    width: 300px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    border: solid;
    border-width: 1px;
}

.divisionWeekCellHeader {
    font-weight: bold;
    border-bottom: solid;
    border-width: 1px;
    line-height: 20px;
}

.scheduleVenueName {
    font-weight: bold;
    font-size: 12px;
    height: 30px;
}

.blueText {
    color: blue;
}

.redText {
    color: red;
}

.blueTextBold {
    color: blue;
    font-weight: bold;
}

.textBold {
    font-weight: bold;
}

.blue24px {
    color: blue;
    font-size: 24px;
}

.blue14px {
    color: blue;
    font-size: 14px;
}

.blue16px {
    color: blue;
    font-size: 16px;
}

.blue20px {
    color: blue;
    font-size: 20px;
}

.black24px {
    color: black;
    font-size: 24px;
}

.black20px {
    color: black;
    font-size: 20px;
}

.black16px {
    color: black;
    font-size: 16px;
}

.blackBold16px {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.black14px {
    color: black;
    font-size: 14px;
}

.blackBold14px {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.black12px {
    color: black;
    font-size: 12px;
}

.blackItalic20px {
    color: black;
    font-size: 20px;
    font-style: italic;
    font-family: Times;

}


.red24px {
    color: #3C91C2;
    font-size: 24px;
}

.red20px {
    color: #3C91C2;
    font-size: 20px;
}

.red16px {
    color: #3C91C2;
    font-size: 16px;
}

.red14px {
    color: #3C91C2;
    font-size: 14px;
}

.red12px {
    color: #3C91C2;
    font-size: 12px;
}

.red16pxAlignRight {
    color: #3C91C2;
    font-size: 16px;
    text-align: right;
    display: block;
    width: 70px;
}

.red16pxFloatRight {
    color: #3C91C2;
    font-size: 16px;
    float: right;
}

.itemLabel {
    width: 260px;
    display: block;
}

.optionsItemLabel {
    width: 260px;
    font-size: 16px;
    color: #3C91C2;
    display: block;
}

.buttonFloatRight {
    float: right;
}

.spanInvisible {
    visibility: hidden;
    margin-top: 14px;
}

.addToCartLink {
    display: block;
    margin-top: 14px;
    margin-left: 36px;
    margin-bottom: 30px;
}

.shortP {
    height: 2px;
}

.divBtnRemoveFromCartVisible {
    height: 60px;
    margin-top: 40px;
}

.divBtnRemoveFromCartNotVisible {
    height: 0px;
    margin-top: 0px;
    visibility: hidden;
}

.divWinner {
    width: auto;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.38px;
    text-align: center;
    color: #1a3159;
    text-transform: uppercase;
}

.divWinner2 {
    width: auto;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.38px;
    color: #1a3159;
    text-transform: uppercase;
}

#divBracketWinner{
    font-size: 12px;
    font-weight: 400;
    line-height: 15.38px;
    color: #1a3159; 
}

.divAdvance {
    width: 190px;
    height: 20px;
    font-size: 12px;
    text-align: center;
}

.divBtop {
    width: 220px;
    height: 24px;
    font-size: 12px;
    border-bottom: 1px solid blue;
}

.divBbot {
    width: 220px;
    height: 24px;
    font-size: 12px;
    padding-top: 2px;
    border-top: 1px solid blue;
}

.divBrt {
    width: 1px;
    height: 101px;
    border-right: 0px solid blue;
}

.divBrtR2 {
    width: 1px;
    height: 161px;
    border-right: 0px solid blue;
}

.divBrtR3 {
    width: 1px;
    height: 321px;
    border-right: 0px solid blue;
}

.divBrtR4 {
    width: 1px;
    height: 641px;
    border-right: 0px solid blue;
}

.divBrtR5 {
    width: 1px;
    height: 1281px;
    border-right: 0px solid blue;
}

.divBwin {
    width: 10px;
    height: 1px;
    border-bottom: 2px solid #d9d9d9;
}

.divBgameno {
    font-size: 12px;
}

.divBscorewin {
    font-size: 12px;
    color: green;
}

.divBscoreloose {
    font-size: 12px;
    color: red;
}

.divBlocation {
    width: 220px;
    height: 24px;
    font-size: 12px;
    text-align: center;
}

.divBgametime {
    width: 220px;
    height: 24px;
    font-size: 12px;
    text-align: center;
}

.divAdvanceChamp {
    width: 220px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


.ui-grid-b {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

.ui-block-a {
    clear: left;
    width: 33%;
    float: left;
}

.ui-block-b {
    width: 33%;
    padding-left: 3px;
    float: left;
}

.ui-block-c {
    width: 33%;
    padding-left: 3px;
    float: left;
}

.main-middle-panel {
    float: left;
    width: 500px;
    padding-left: 6px;
    height: 100%;
    border: none;
    border-width: 1px;
    overflow-y: auto;
}

.main-right-panel {
    width: 300px;
    height: 100%;
    float: right;
    border: none;
    border-left: solid;
    padding-top: 10px;
    border-width: 1px;
    overflow-y: auto;
}

#map-canvas2 {
    width: 280px;
    height: 280px;
    padding: 0;
}

.jqx-widget-content{
    height: auto !important;
    overflow: auto !important;
    border: none !important;
}

.game-wanted-block .playoff-table .playoffs-block{
    position: inherit;
    height: 100vh !important;
}
.divBgametime span{
    font-family: "Karla", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    color: #1A3159;
    padding-right: 14px;
    position: relative;
}
.divBgametime {
    position: relative;
}

.divBgametime:before {
    content: "";
    position: absolute;
    right: 7px;
    width: 1px;
    background-color: #1A3159;
    height: 100%;
}

.divBlocation span a{
    font-family: "Karla", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    color: #1A3159;
    position: relative;
    text-decoration: underline;
}

.game-wanted-block .playoff-table .playoff-box .head .team-name .divBtop,
.game-wanted-block .playoff-table .playoff-box .head .team-name .divBbot{
    width: auto;
    border: none;
    height:30px;
}

.game-wanted-block .playoff-table .playoff-box .team-foot .divBgametime{
    width: max-content;
    height: auto;
    text-align: left;
    padding-right: 14px;
}
.game-wanted-block .playoff-table .playoff-box .team-foot .divBlocation{
    width: auto;
    height: auto;
    text-align: left;
}

.game-wanted-block .playoff-table .playoff-box {
    border-radius: 0px;
}

.flex-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #d9d9d9; */
    border-left: 1px solid #d9d9d9;
}
.game-wanted-block .playoff-table .playoff-box .head .team-score{
    border-radius: 0px;
}
.game-wanted-block .playoff-table .playoff-box .head .team-name h3{
    line-height: normal;
}