/*************************
**   PLAYOFF BRACKETS   **
**************************/
.playoffModule {
	max-height: 500px;
	overflow: auto;
	background-color: #FFFFFF;
    overflow: hidden;
    border-radius:5px;
}

.playoffModule:hover {    
    overflow: auto;
}

.playoffModule .bracketWindow {
    display: block;
}

.playoffModule .bracketWindow h3{
    background-color: #CCCCCC;
    border-radius: 5px;
    height:2px;
}

.playoffModule .winBracket {
    white-space: nowrap;
}

.playoffModule .hideBracket {
    display:none;
}

.playoffModule .emptyBox {
    height:20px;
    width:100%;
}

.playoffModule .emptyBox span{
    display: table-cell;
    vertical-align: bottom;
    height:20px;
    font-size:13px;
    font-weight:bold;
}

.playoffModule .topBox {
    height:20px;
    width:100%;
    border-top: 2px solid black;
    border-right: 1px solid black;
    border-radius: 0px 20px 0px 0px;
}

.playoffModule .topBox span{
    display: table-cell;
    vertical-align: bottom;
    height:20px;
    font-size: 10px;
    text-align: left;
}

.playoffModule .bottomBox {
    height:20px;
    width:100%;
    border-bottom: 2px solid black;
    border-right: 1px solid black;
    border-radius: 0px 0px 20px 0px;
}

.playoffModule .bottomBox span{
    display: table-cell;
    vertical-align: bottom;
    height:20px;
    font-size:13px;
    font-weight:bold;
}

.playoffModule .sideBox {
    height:20px;
    width:100%;
    border-right: 1px solid black;
}

.playoffModule .sideBox {
    height:20px;
    width:100%;
    border-right: 1px solid black;
}

.playoffModule .halfSideBox {
    height:10px;
    width:100%;
    border-right: 1px solid black;
}

.playoffModule .sideBox span{
    display: table-cell;
    vertical-align: bottom;
    height:20px;
    font-size: 11px;
}

.playoffModule .halfBox {
    width:100%;
    height: 10px;
}

.playoffModule .round {
    width: 50%;
    display: inline-table;
}

.playoffModDropdown {
	border-radius: 5px 5px 0px 0px;
	background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,0.7) 30%, rgba(255,255,255,0.58) 42%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(254,254,254,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(30%, rgba(226,226,226,0.7)), color-stop(42%, rgba(255,255,255,0.58)), color-stop(50%, rgba(219,219,219,0.5)), color-stop(51%, rgba(209,209,209,0.49)), color-stop(100%, rgba(254,254,254,0)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,0.7) 30%, rgba(255,255,255,0.58) 42%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(254,254,254,0) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,0.7) 30%, rgba(255,255,255,0.58) 42%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(254,254,254,0) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,0.7) 30%, rgba(255,255,255,0.58) 42%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(254,254,254,0) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(226,226,226,0.7) 30%, rgba(255,255,255,0.58) 42%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(254,254,254,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

.playoffModDropdown select{
	height: 40px;
	width: 70%;
	border-radius: 10px;
	background-color: #E8E8E8;
	font-weight: bold;
}

/*****************************
**   END PLAYOFF BRACKETS   **
******************************/

/******************
**   MULTI-REG   **
*******************/

.myl-module-multiReg {
    line-height: 1.3;
}
.myl-module-multiReg .multiReg {
    background: #FDFDFD;
    padding-bottom: 10px;
    font-family: 'Fjalla One';
    font-size: 18px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .myl-module-multiReg .tab.open-reg, .tab.upcoming-reg {
        border-width: 1px 1px 1px 1px;
        border-radius: 5px 5px 5px 5px;
    }
    .myl-module-multiReg {
        line-height: 1.3;
    }
    .myl-module-multiReg .multiReg {
        font-size: 14px;
    }
    .myl-module-multiReg div.reg-row {
       min-height:25px;
    }
    .myl-module-multiReg span.children-count {
        height: 1.2em;
        width: 32px;
        margin-top: 0.18em;
        margin-right: 11px;
        font-size: 15px;
    }
}
.myl-module-multiReg .tabsRow {
    display: table;
    margin-bottom: 3px;
}
.myl-module-multiReg .tab.open-reg, .tab.upcoming-reg {
    width: 46%;
    font-weight: bold;
    font-size: 18px;
    overflow-x: hidden;
    cursor: pointer;
    color: rgba(81, 81, 81, 0.72);
    display: table-cell;
    height: 0;
    height: 100%;
    margin: auto;
}
.myl-module-multiReg .tab.open-reg.active-tab, .tab.upcoming-reg.active-tab {
    background-color: #BCBCBC;
    padding: 1px;
    border-radius: 6px;
    color: black;
    vertical-align: top;
}
.myl-module-multiReg .reg-accordian-wrapper {
    height: 86%;
    border-style: solid;
    border-radius: 6px;
    border-color: #5E5E5E;
    overflow-y: auto;
    overflow-x:hidden;
    /*-webkit-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.75);*/
}
.myl-module-multiReg .reg-box {
    margin: auto;
    width: 98%;
    border-color: rgb(117, 117, 117);
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    /*border-radius: 6px 6px 6px 6px;*/
    padding: 3px;
    height:100%;
}
.myl-module-multiReg .reg-row {
    min-height:32px;
   /* border-bottom: #8B8B8B;
    border-style: solid;
    border-width: 0px 0px 2px 0px;*/
}
.myl-module-multiReg .reg-row span {
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
}
.myl-module-multiReg .reg-row .league-name {
    width: 78%;
    display: inline-block;
}
.myl-module-multiReg .reg-child > .reg-row > .league-name {
    width: 100%;
    display: inline-block;
}
.myl-module-multiReg .reg-parent.reg-child > .reg-row > .league-name {
    width: 71%;
    display: inline-block;
}
.myl-module-multiReg .reg-parent:hover, .reg-row:hover {
    cursor:pointer;
}
 .reg-child {
    display: none;
    text-align: left;
}

.reg-child .reg-row a {
    
    text-align: right;
}
.myl-module-multiReg .reg-parent.top-level, .reg-parent.top-level > .reg-parent, .reg-parent.top-level > .reg-child {
    display:block;
}

.myl-module-multiReg .reg-parent.top-level > .reg-row {
    background: #757575;
    /*background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(214,214,214,1) 21%, rgba(199,199,199,1) 50%, rgba(153,153,153,1) 75%, rgba(115,115,115,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(21%, rgba(214,214,214,1)), color-stop(50%, rgba(199,199,199,1)), color-stop(75%, rgba(153,153,153,1)), color-stop(100%, rgba(115,115,115,1)));
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(214,214,214,1) 21%, rgba(199,199,199,1) 50%, rgba(153,153,153,1) 75%, rgba(115,115,115,1) 100%);
    background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(214,214,214,1) 21%, rgba(199,199,199,1) 50%, rgba(153,153,153,1) 75%, rgba(115,115,115,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(214,214,214,1) 21%, rgba(199,199,199,1) 50%, rgba(153,153,153,1) 75%, rgba(115,115,115,1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(214,214,214,1) 21%, rgba(199,199,199,1) 50%, rgba(153,153,153,1) 75%, rgba(115,115,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#737373', GradientType=0 );
    border-radius:3px 3px 0px 0px;*/
}
.myl-module-multiReg .reg-parent .expander {
    font-size:28px;
}

.myl-module-multiReg .reg-child > .reg-row .league-name, .reg-parent.top-level .reg-parent > .reg-row .league-name {
    padding-left:2%;
}
.myl-module-multiReg .reg-parent.top-level .reg-parent > .reg-row .league-name {
    padding-left:0px;
}

.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-row {
    margin-left: 4%;
}
.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-child > .reg-row {
    margin-left: 9%;
}
.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-child > .reg-child > .reg-row {
    margin-left: 14%;
}
.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-child > .reg-child > .reg-child > .reg-row {
    margin-left: 19%;
}
.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-child > .reg-child > .reg-child > .reg-child > .reg-row {
    margin-left: 24%;
}
.myl-module-multiReg .reg-parent.top-level > .reg-child > .reg-child > .reg-child > .reg-child > .reg-child > .reg-child > .reg-row {
    margin-left: 25%;
}
.myl-module-multiReg .children-count {
    float: right;
    width: 35px;
    height: 1.2em;
    background: #E8E8E8;
    border-color: #A3A3A3;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 40px / 20px;
    -webkit-border-radius: 40px / 20px;
    border-radius: 50px / 48px;
    text-align: center;
    margin-top: 0.4em;
    margin-right: 11px;
    color: #767676;
    font-size: 17px;
}
.myl-module-multiReg .reg-parent.top-level > .reg-row > .children-count {
    background: #3B3B3B;
    color:white;
}

/*************************
**   END MULTI-REG   *****
**************************/

/**************************
**   ORGANIZATION TIER   **
***************************/
.organization-tiers-wrapper h1 {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
   /* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    text-shadow: 2px 2px grey;
}

.organization-tiers-wrapper #top-level {
	text-align: left;
	margin-left: 0px;
	font-size: 20px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+68,ffffff+72,ffffff+99,ffffff+99&1+0,0+49,0+52 */
  /*  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 72%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.organization-tiers-wrapper #top-level, .organization-tiers-wrapper #top-level ul {
	list-style-type: none;
}

.organization-tiers-wrapper #top-level ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+72,ffffff+99,ffffff+99&1+0,0+90 */
   /* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 72%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
   /* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 72%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 72%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.organization-tiers-wrapper #top-level li {
	padding-left: 15px;
	font-size: 18px;
	position: relative;
}

.openArrow {
	-ms-transform: rotate(92deg); /* IE 9 */
    -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.arrow {
	position: absolute;
    right: 0px;
    top: 13px;
	display: inline-block;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 5px 9px;
    border-color: transparent transparent transparent #000000;
    vertical-align: middle;
}
/*****************************
**  END ORGANIZATION TIER   **
******************************/