@media (min-width:1200px) {
  .container {
    width: 1220px;
  }
}


.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c;
}

.relative {
  position:relative;
}

hr {
    border: 0;
    border-bottom: 1px solid #CED7E0;
    margin: 25px 0;
}

.navbar-collapse {
    padding: 0px;
}


li.register a {
  margin-left:10px;
}


@media (min-width: 1025px) {
    .navbar-right {
      margin: 33px 0px;
    }
    .navbar-collapse.collapse {
        padding-bottom: 0px;
    }
    .navbar-brand {
      line-height:100px;
    }
    .navbar-brand  SPAN {
      display:inline-block;
      padding-right:50px;
      line-height:100px;
    }
    .navbar-brand  IMG{
      max-height: 100px;
      max-width: 250px;
    }

    .nav > li.dropdown-mobile {
      display:none;
    }
}

@media (max-width: 1200px) {
    .navbar-brand  IMG{
      max-height: 100px;
      max-width: 200px;
    }

    li.register span {
      display:none;
    }
}

@media (max-width: 1024px) {

    .nav > li.dropdown-desktop {
      display:none;
    }

    li.register {
      display:none;
    }
    .navbar-middle {
        display:none;
    }

    .navbar-header {
      padding:0;
      position:relative;
      height:70px;
    }
    .navbar-brand  IMG{
      max-height: 56px;
      max-width: 160px;
    }
    .nav.navbar-nav {
        margin-left:0px;
    }
    .navbar-brand {
      width:100%;
      text-align:center;
      height:70px !important;
      line-height:67px;
    }

    .navbar-brand IMG {
      display:inline;
    }
    .btn.responsive-menu.pull-left {
      position:absolute;
      left:10px;
      font-size:18px;
      top:15px;
    }
    .btn.responsive-menu.pull-right {
      position:absolute;
      right:10px;
      top:15px;
      font-size:18px;
    }



    /*
    .navbar-brand-centered {
        display:none;
    }
  */

    .navbar-nav .open .dropdown-menu {
        background:#FFF;
    }

    ul.nav.navbar-nav {
        padding-top:0px;
        padding-bottom:0px;
    }

    .navbar-nav > li + li {
        border:none;
    }

    ul.yamm-dropdown-menu > LI {
        padding:0 20px;
    }

    li.dropdown.open > A {
        padding-left:20px;
    }

    .dropdown-menu LI A {
        line-height:24px;
    }

}

.yamm .yamm-content h4 {
    margin-bottom: 10px;
}

/*
.navbar-brand-centered A {
    display:inline-block;
    margin-top:-40px;
    padding-bottom:15px;
}
*/

.navbar-nav {
    padding-left:0px;
}


.table {
    background:#FFF;
    font-size:14px;
}
.table > tbody > tr > td {
    padding: 15px 5px;
    line-height:135%;
}
.table-mini > tbody > tr > td {
    line-height:normal;
}

.table > tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F7FA;
    color:rgb(119, 119, 119);;
    font-weight:normal;
}

.table .icon_button {
    font-size:16px;
}


.table.table-score {
    margin-bottom:10px;
}

.table.table-score TH {
    color: #FFF;
    padding: 2px 8px;
    font-size: 12px;
}

.table.table-score TD {
    padding:4px 8px;
    font-size:14px;
}

.social li a  {
    margin-left:5px;
}
.social li a i {
    font-size:18px;
}

a:hover .logo {
    opacity:1;
}

figure :not(.icon-overlay) a:hover,
figure:not(.icon-overlay) > a:hover {
    opacity: 1;
}

.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
        background-color: rgba(0,0,0, 0.2);
}

.sidebox H3 {
    margin-bottom:0px;
}

.sidebox .far {
    width:15px;
}

.sidebox A {
    text-decoration:none;
    border:none;
}
.sidebox A:hover {
    text-decoration:underline;
}

.sidebox.events .label {
    margin-top:10px;
    display:inline-block;
}
.sidebox.events P {
    line-height:110%;
}

.sidebox.events P SPAN{
    font-size:80%;
}

.small-link {
    font-size:14px;
    font-weight:bold;
}

.box {
    position: relative;
    border:none;
    background: #FFF;
    border-radius: 10px;
    padding:20px;
    overflow:hidden;

}

.box.bordered {
    border: 1px solid #eae7f3;
}

.box_gray {
    position: relative;
    background: #F5F5F5;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding:20px;
}


.checkbox {
    font-size:14px;
    margin:0px;
}

.text-14 {
    font-size:14px;
}

.text-16 {
    font-size:16px;
}

input[type=radio], input[type=checkbox] {
    margin:7px 0 0;
}

#login INPUT, #signup INPUT {
    margin-bottom:0px;
}

/*
.navbar-brand-centered A:hover IMG{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222);

}
*/

.tabs-side .tab.active a.active {
    background:none !important;
    border-right:none !important;
}

.tabs-side li i {
    width:25px;
}

.tabs-side .tab a {
    background:rgba(0,0,0,.03);
}

.tabs-side {
    width:90%;
}

.team-headline.sidelines {
    margin-bottom:15px;
}

.program_season {
    font-size:14px;
    border-radius:20px;
}

.light-bg .sidelines span {
    background:#FFF;

}

.tabs {
    margin-top:50px;
}

li.blank {
    height:49px;
    border-right:#CED7E0 1px solid;
}

#lnkToolOpen {
    top:200px;
}

#editPage {
    width: 30px;
    padding: 10px 3px;
    margin: 0;
    background: rgba(213, 213, 213, 0.9);
    position: absolute;
    top: 230px;
    left:0px;
    font-family: sans-serif;
    color: rgb(37, 37, 37);
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: none;
    box-sizing: border-box;
    z-index:50;
}

IMG.fullwidth {
    width:100%;
}
IMG.round {
    border-radius:50%;
    border:1px solid #ccc;
}

#contentarea .row > div {
    margin-bottom:50px;
}

#contentarea h2 {
    margin-bottom:0px;
}

IMG.bottom_spacing {
    margin-bottom:15px;
}

#contentarea P {
    margin-bottom:0px;
}

#contentarea TABLE {
    width:100%;
}

#contentarea TABLE TD {
    padding:3px;
}


#contentarea TH {
    font-weight:bold;
}


#divTool {
    padding-bottom:60px;
}

.content_save {
    position:fixed;
    background:#00FF00;
    width:100%;
    bottom:0px;
    left:0px;
    text-align:center;
    padding:15px;
    z-index:100000;
    font-weight:bold;
    display:block;
}

.content_save:hover, .content_save:active, .content_save:focus {
    background:#00D500;
    color:#FFF;
}

h2.divider {
    border-bottom:3px solid;
    text-align:center;
    margin-top:-20px;
}

h2.divider SPAN {
    background-color:#f6f5fa;
    position: relative;
    top: .7em;
    padding:0 1em;
}


h2.divider_left {
    border-bottom:3px solid;
    margin-top:-20px;
}

h2.divider_left SPAN {
    background-color:#f6f5fa;
    position: relative;
    top: .7em;
    padding:0 .7em;
    margin-left:25px;
}

.btn-white {
    color: #999 !important;
    background-color: #FFF;
    border: 1px solid #999;
    box-shadow:none;
    border-radius:20px !important;
}

.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open>.dropdown-toggle.btn-white {
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #333;
    box-shadow:none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-default {
    color: #999 !important;
    background-color: #efefef !important;
    border-color: #ccc !important;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #666 !important;
    background-color: #ccc !important;
    border-color: #adadad !important;
}

.table-mini {
    font-size:13px;
}

.table-mini TD, .table-mini TH {
    padding:4px !important;
}

.table-small {
    font-size:15px;
}

.table-small TD, .table-small TH {
    padding:6px !important;
}




.table-big {
    font-size:23px;
}

.table-big TD, .table-big TH {
    padding:10px !important;
}

.table.nowrap TD, .table.nowrap TH {
    white-space: nowrap;
}

table.addons P {
    font-size:12px;
}

table.addons TD {
    border:none !important;
}

.help-block, P.help-block {
    font-size:14px;
    line-height:150%;
    margin-top:-3px;
    margin-bottom: 10px !important;
}

.input-description, p.input-description {
    font-size:14px;
    line-height:150%;
    display:block;
    margin-top:-7px;
    margin-bottom: 10px !important;
}

.season_price_container, .season_document_container {
    background:#f6f5fa;
    margin-bottom:30px;
    padding:15px;
}

@media (max-width: 1024px) {
    br {
        display:inline;
    }
}

INPUT[type=radio], INPUT[type=checkbox] {
    width:auto;
}

.age_level a, .splitpay a{
    text-align:center;
    background:white;
    border:1px solid #E6E9ED;
    margin-bottom:30px;
    display:block;
}

.age_level a:hover {
    border:1px solid #AAA;
    background:#FEFEFE;
}

.age_level h1, .splitpay h1 {
    margin:0;
}

.age_level h3, .splitpay h3 {
    background:#F5F7FA;
    line-height:180%;
    margin:0;
}

.age_level.col-md-2 H3, .splitpay.col-md-2 H3 {
    font-size:14px;
}

.age_level.col-md-2 H5, .splitpay.col-md-2 H5 {
    font-size:12px;
}

.text-80 {
    font-size:80%;
    line-height:150%;
}

@media (min-width: 768px) {
    .mobile_only {
        display:none !important;
    }
}

@media (min-width: 1025px) {
    .mobile_and_tablet_only {
        display:none !important;
    }
}




@media (max-width: 767px) {
    .hide_on_mobile {
        display:none !important;
    }

    td.game_actions A {
        display:inline-block;
        padding-top:7px;
        padding-bottom:7px;
    }

    .btn-group.upload {
        width:100%;
    }

    .btn-group.upload A {
        width:50%;
    }

    .calendar_event SPAN .calendar_event_duration {
        display:inline;
    }

}


#filters {
    background: #FFF;
    padding: 20px;
    border: 1px solid #E6E9ED;
    border-radius: 3px;
    margin-bottom:20px;
}

.note-btn {
    margin:0px !important;
    background-color: #efefef !important;
    border-color: #ccc !important;
}

.note-editor TABLE,
.note-editor TD,
.note-editor TH {
    border: 1px solid #EFEFEF;
}

.note-editor TD,
.note-editor TH {
    display:table-cell;
    width:100px;
    border:solid #EFEFEF 1px;
    min-height:30px;
    vertical-align:top;
}

.note-editor TABLE {
    border-collapse: collapse;
    display:table;
    width:100%;
    table-layout:fixed;
    margin-bottom:20px;
}

.note-editor .modal-body {
    padding:30px;
}

.fileinput .form-control {
    height:40px;
    border-right:none;
}

.fileinput .form-control {
    overflow:hidden;
}

.box.data {
    margin-bottom:20px;
    text-align:center;
}
.box.data h1,
.box.data h2,
.box.data h3,
.box.data h4,
.box.data h5 {
    margin:0;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.nomargin {
    margin:0px !important;
}

.schedule-params TD, .schedule-params TH {
    text-align:center;
    font-size:12px;
}

.schedule-params .form-group, .schedule-params .form-control {
    margin:0px;
}

.icon_button {
    padding:10px 5px;
}

@media (max-width: 767px) {
    .icon_button {
        display: inline-block;
    }
}

.easy-autocomplete {
    width:100% !important;
}
.easy-autocomplete input {
    margin-bottom:0px;
}

.back {
    font-size:14px;
    font-weight:bold;
    color:#506A85;
}


TABLE.calendar {
    table-layout:fixed;
}

TABLE.calendar TH {
    text-align:center;
}

TABLE.calendar TD {
    height:100px;
    width:14.285%;
}

TABLE.calendar TD SPAN{
}
TABLE.calendar TD {

    font-size:13px;
    line-height:14px;
    background:#fff;
    margin:6px;
    padding:6px;
    border:1px solid #DDD;
}


TABLE.calendar TD .sheet,
TABLE.calendar TD .nonsheet,
TABLE.calendar TD .game {
    background:#f6f5fa;
    padding:3px;
    margin-bottom:2px;
    border-radius:4px;
    border: 1px solid #DDD;
}

.game .game_icons {
    display:block;
    text-align:right;
}

.game .game_icons A:active,
.game .game_icons A:focus,
.game .game_icons A:hover {
    color:#CCC;
}

.game .fa-spin {
    display:none;
}

TABLE.calendar TD .sheet.empty {
    border-color:navy;
}

TABLE.calendar TD .sheet_game {
    background:#DDD;
    border-color:#AAA !important;
}

TABLE.calendar TD .game {
    background-color:#900;
    color:#FFF;
}

TABLE.calendar TD .game .opponent {
    display:block;
    font-weight:bold;
}
TABLE.calendar TD .game .time {
    display:block;
}
TABLE.calendar TD .game .location {
    display:block;
    font-size: 85%;
}

.nonsheet {
    background:#FFF !important;
}

.sheet .time, .nonsheet .time {
    float:left;
    display:block;
    clear:both;
    width:40%;
}

TABLE.calendar .label {
    font-size:90%;
    margin-bottom:2px;
}

TABLE.calendar .noday {
    background: #FCFCFC;
}

TABLE.calendar .game.league .edit_game,
TABLE.calendar .game.league .cancel_game {
    display:none;
}

.sheet .team, .sheet .add_game, .nonsheet .team {
    width:55%;
    float:right;
    margin-bottom:2px;
    border-radius:3px;
    text-transform:uppercase;
    text-align:right;
    font-size:12px;
    padding-right:3px;
}

.sheet .add_game {
    font-size:11px;
    text-align:center;
    display:none;
    color:#666;
    font-weight:bold;
    margin-top:2px;
    background:#CCC;
}
.sheet .add_game .fa {
    color:#666;
}

.sheet.selected .add_game {
    display:block;
}
.sheet.selected .add_game:hover {
    background:#FFF;
}

.add_availability_slot,
.add_away_game {
    font-size:11px;
    text-align:center;
    color:#666;
    font-weight:bold;
    margin-top:2px;
    background:#CCC;
    padding:2px 8px;
    border-radius:3px;
    float:right;
    display:none;
}

.add_availability_slot .fa.fa-plus,
.add_away_game .fa.fa-plus {
    color:#666;
}

.add_availability_slot:hover,
.add_away_game:hover {
    background:#333;
    color:#FFF;
}

.add_availability_slot:hover .fa.fa-plus,
.add_away_game:hover .fa.fa-plus {
    color:#FFF;
}

.pac-container {
  z-index: 2000 !important;
}

.scheduler TABLE TD {
    line-height:120% !important;
}


.scheduler .sheet .team:HOVER {
    color:red;
}
.sheet .add_team:hover {
    color:green;
}

.sheet .add_team {
    display:none;
}

.sheet .add_team .fa-spin {
    display:none;
}

.sheet.selected .add_team {
    display:none;
}

.month.schedule .team {
    float:none;
    width:auto;
}
.month.schedule .team:hover {

}


.fa.on {
    color:#45900F;
    font-size:12px;
}

.fa.off {
    color:#FE0000;
    font-size:12px;
}

.fa.neither {
    color:#FFA000;
    font-size:12px;
}

.fa.archived {
    color:#888888;
    font-size:12px;
}

.mobile_dropdown_nav  {
    padding:0px;
    display:none;
}
.mobile_dropdown_nav LI {
    margin-bottom:2px;
    background:rgba(120,120,120,.07);
}

.mobile_dropdown_nav A {
    display:block;
    padding:10px 20px;
}

.calendar_event {
    background: #eee;
    padding: 6px;
    border: 1px solid #DDD;
    border-radius:10px;
    margin-top:4px;
}

.mobile_only .calendar_event {
    margin-bottom:20px;
}

.calendar_event_opponent {
    font-weight:bold;
    line-height:105%;
    margin-bottom:5px;
}

.calendar_event_game {
    color:#FFF;
    background:#000;
}

.calendar_event span {
    display:block;
}

.calendar_event.club {
    background:#BBB;
}

.calendar_event span.calendar_event_rink {
    display:inline-block;
}

.calendar_event_links A {
    text-decoration:underline;
    font-size:12px;
}

.calendar_event_game .label-org  {
    background:#FFF;
    color:#000;
}

.calendar_event_type {
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
}

.calendar_event_time {
    font-size:19px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:120%;
}
.calendar_event_time SUP {
    padding-left:2px;
    font-size:50%;
    top:-.7em;
}
.calendar_event_duration {
    font-weight:normal;
    font-size:12px;
    line-height:120%;
    margin-bottom:5px;
}
.calendar_event_game .calendar_event_duration  {
    color:rgba(255,2555,255,.66);
}


.calendar_event_location {
    font-size:14px;
    line-height:100%;
    margin-bottom:4px;
}


.calendar_event_team {
    font-size:11px;
    overflow: hidden;
}

@media (max-width: 767px) {

    #scorekeeper .team_header {
        display:none;
    }

    #scorekeeper .inner-sm {
        padding-top:20px;
    }
}

#scorekeeper h1 {
    font-size:70px;
    letter-spacing:-5px;
    margin:0px;
    line-height:70px;
}

#scorekeeper span.label {
    width:100%;
    display:block;
}

#scorekeeper .btn {
    padding-left:14px;
    padding-right:14px;
    margin:3px 0 0 0;
}

#scorekeeper .status .btn, #scorekeeper .clock .btn {
    width:100%;
}

#scorekeeper .status > div, #scorekeeper .clock > div  {
    padding:2px;
}

#scorekeeper .clock {
    display:none;
}
#scorekeeper .row.score {
    position:relative;
}

#scorekeeper #game_status {
    position:absolute;
    width:100%;
    bottom:0px;
    left:0px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
}


@media (min-width: 1025px) {
    #android_subscribe .modal-dialog {
        width:500px;
    }

    #sheet_modal .modal-dialog,
    #game_modal .modal-dialog,
    #away_game_modal .modal-dialog,
    #new_sheet_modal .modal-dialog,
    #edit_shift_modal .modal-dialog,
    #new_shift_modal .modal-dialog,
    #team_pricing_modal .modal-dialog,
    #session_price_modal .modal-dialog,
    #modal_edit_recurring .modal-dialog,
    #modal_edit_specific .modal-dialog,
    #hero_edit_modal .modal-dialog
    {
        width:500px;
    }

    .modal-alert .modal-dialog {
        width:500px;
    }

}
.modal-alert .modal-dialog {
    max-height:300px;
}

.modal-alert .modal-body {
    padding:20px;
}

#game_modal .fa-spin, #away_game_modal .fa-spin, #new_sheet .fa-spin {
    display:none;
}

#away_game_modal {
    z-index:1051;
}

#away_game_modal #time_zone_warning {
    font-size:15px;
}

#sheet_modal .modal-body,
#game_modal .modal-body,
#away_game_modal .modal-body,
#new_sheet_modal .modal-body,
#edit_shift_modal .modal-body,
#team_pricing_modal .modal-body,
#modal_edit_recurring .modal-body,
#modal_edit_specific .modal-body
{
    padding:20px;
}

#new_sheet_modal .modal-dialog {
    max-height:460px;
}

#new_shift_modal .modal-dialog {
    max-height:600px;
}

#game_modal .modal-dialog {
    max-height:460px;
}

#modal_edit_recurring .modal-dialog,
#modal_edit_specific .modal-dialog
{
    max-height:440px;
}

#hero_edit_modal .modal-dialog
{
  max-height:600px;
}

#game_modal INPUT, #away_game_modal INPUT {
    margin-bottom:0px;
}

.modal-footer A.link {
    float: left;
    font-size: 14px;
    text-decoration: underline;
}

#post_form button{
    margin:0px;
}
#post_form .form-group {
    margin:0px;
}

#post_form SELECT {
    margin:0px;
    width:150px;
    font-family:'FontAwesome', Arial;
}
#post_form OPTION {
    font-family:'FontAwesome', Arial;
}

#team_comments .comment {
    margin-top:30px;
}

#team_comments .comment .box {
    border-top:none;
    border-left:none;
    border-right:none;
}

#team_comments .comment .outterbox {
    position: relative;
    background: #F5F5F5;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
}

.initials_avatar {
    width:64px;
    height:64px;
    background:#F5F5F5;
    border-radius:50%;
    text-align:center;
    line-height:58px;
    font-size:34px;
    overflow:hidden;
    border:2px solid #FFF;
    padding:0px;
}
.initials_avatar_40 {
    width:40px;
    height:40px;
    line-height:37px;
    font-size:22px;
}

#reply_form {
    margin:10px;
}

#post_form .btn {
    margin:0px;
}

#reply_form INPUT {
    background:#FFF;
    margin:0px;
    width:105%;
}

#reply_form .form-group {
    margin:0px;
}

#reply_form BUTTON {
    margin:0px;
    height:39px;
}

#team_comments .comment_comment {
    margin-top:10px;
}
#team_comments .name {
    margin:10px 0 -4px 0;
    line-height:100%;
}
#team_comments .since {
    font-size:12px;
    color:#999;
    line-height:10px;
    text-transform:uppercase;
}
#team_comments .comment_image {
    max-width:100%;
    margin-top:10px;
}

.reply {
    font-size:14px;
    line-height:125%;
    margin-bottom:10px;
}

.btn .fa-spin {
    display:none;
}

.fa-spin.display-inline-block {
    display:inline-block !important;
}

.btn.loading .fa,
.btn.loading .fas {
    display:none;
}
.btn.loading .fa.fa-spin {
    display:inline-block !important;
}

#post_form #upload {
    position:absolute;
    top:0px;
    left:5000px;
}

.inline-block {
    display:inline-block;
}

.fa-success {
    color:#5CB85C;
}

.fa-danger {
    color:#D9534F;
}

.fa-warning {
    color:#F0AD4E;
}

.upper {
    text-transform:uppercase;
}

.rink {
    font-size:85%;
}

.calendar .fa-plus {
    color:#AAA;
}

tr.today {
    font-weight:bold;
}

#months TABLE.calendar TR TH:nth-of-type(5), #months TABLE.calendar TR TD:nth-of-type(5)  {
    border-right-width:4px;
}


TABLE.calendar TD .sheet.bad {
    clear: both;
    background: #FFF;
    border: 1px solid #f6f5fa;
    color: #CCC;
}
TABLE.calendar TD .sheet.bad .fa-plus {
    color:#CCC;
}

TABLE.calendar TD .sheet.selected,
TABLE.calendar TD .nonsheet.selected {
    color:#f6f5fa !important;
    background:#000 !important;
}

TABLE.calendar TD.hidden_cell, TABLE.calendar TH.hidden_cell {
    width:0px;
    position:relative;
    padding:0px;
    border:none;
}
TABLE.calendar TD.hidden_cell .tab_count {
    position:absolute;
    left:0px;
    top:1px;
    background:#333;
    color:#fff;
    padding:8px 8px;
    font-weight:bold;
    font-size:16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display:none;
}




.gldp-default .dow {
    background:#333;
}

.gldp-default .selected {
    background:#FFF;
    color:#333;
    border-color:#000;
}

.team_info_box {
    text-align:center;

}

.team_info_box h1 {
    font-size:36px;
    letter-spacing:-2px;
    margin:0px;
}

.team_info_box h3 {
    text-align:center;
}

.team_info_box h4 {
    text-align:center;
    margin-bottom:0px;
    background:#333;
    color:#FFF;
    font-size:12px;
    text-transform:uppercase;
    border-radius:5px;
    line-height:20px;
}

.team_info_box h5 {
    font-weight:bold;
    margin-top:6px;
    font-size:14px;
    text-align:center;
    margin-bottom:0px;
}

.team_info_box p {
    font-size:13px;
    text-align:center;
}

.team.cannot_remove_team:hover {
    color:#000 !important;
    cursor:not-allowed;
}

.team.remove_team_confirm {
    color:#900 !important;
    font-weight:bold;
}
.team.remove_team_confirm:hover {
    text-decoration:underline;
}

@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}

.scoreboard .status {
    font-size: 13px;
    text-transform: uppercase;
}

.scoreboard .team {
    font-size: 16px;
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scoreboard .score {
    font-size: 16px;
    font-weight:bold;
    text-align:right;
}

.legend {
    font-size:80%;
    padding:20px;
    border-radius:10px;
    border: 1px solid #eae7f3;
}

.icon-group {
    white-space: nowrap;
}

td.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
        max-width    : 100px; /* Can be any size, just small enough */


}

.help-text {
    font-size:14px;
    margin-bottom:5px;
    line-height:110%;
    color:#777;
}

.error-text {
    font-size:14px;
    margin-bottom:5px;
    line-height:110%;
    color:#900;
}

.alert-notification {
    position:fixed;
    bottom:80px;
    right:15px;
    font-size:14px;
    width:220px;
    line-height:130%;
    display:none;
}

.alert {
  border-radius:4px;
  color:#000;
  font-size:.9em;
}
.alert A {
  text-decoration:underline;
}
.alert A.btn {
  text-decoration:none;
}

.alert-danger {
  border-left:12px solid #a94442;
}
.alert-info {
  border-left: 12px solid #313a49;
}
.alert-warning {
  border-left: 12px solid #ffcc00;
  background-color: #fff4c7;
}
.alert-success {
  border-left: 12px solid #7c8a76;

}

.alert-stripe {
  border-left: 12px solid #625bf6;
  border-top: 2px solid #d7d6fb;
  border-bottom: 2px solid #d7d6fb;
  border-right: 2px solid #d7d6fb;
}



i.disabled, A.disabled, A.disabled:hover, A.disabled:focus, A.disabled:active {
    color:#CCC !important;
    cursor:default;
}

.pagination.alphabet {
    margin-bottom:30px !important;
}

.pagination.alphabet LI  A {
    padding:3px 9px;

}
.pagination.alphabet LI  A.selected {
    color:#333;
    font-weight:bold;
}

.btn-full {
    width:100%;
    margin:0px 0px 10px 0;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 4px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

li.register a {
  border-radius:50px;
}

.dashboard-tabs {
    margin:10px 0px 20px 0;
}

.dashboard-tabs > li > a{
    border:1px solid #E6E9ED;
    background:#E6E9ED;
}

.dashboard-tabs > li.active > a {
    background:#FFF;
    color:inherit;
    border-bottom:none;
}

.dashboard-tabs > li > a:hover {
    background:rgba(0,0,0,.8);
    color:#FFF;
}

.dashboard-tabs > li.active > a:hover {
    background:#FFF;
    color:inherit;
}


.dashboard-tabs>li+li {
    margin-left:6px;
}


#add_position .form-group, #add_position INPUT, #edit_position .form-group, #edit_position INPUT ,
#add_volunteer .form-group, #add_volunteer INPUT, #edit_volunteer .form-group, #edit_volunteer INPUT,
#add_age_level .form_group, #add_age_level INPUT
{
    margin-bottom:5px;
    margin-top:0px;
}

#add_position, #edit_position,
#add_volunteer, #edit_volunteer
#add_age_level
{
    line-height:110%;
}

.sidebox.widget.partner  figure > DIV {
    background:#FFF;
}

#membership_filter .form-group, #membership_filter select  {
    margin-bottom:0px;
}

#membership_filter .label {
    display:inline-block;
    margin-top:4px;
}

.navbar-collapse.in {
    overflow-y: hidden !important;
}

a.share {
    background:#222;
    display:inline-block;
    text-align:center;
    width:40px;
    line-height:40px;
    color:#FFF;
    font-size:22px;
    margin:0px;
    border:none;
}

a.share-facebook {
    background:#4360B4;
}
a.share-twitter {
    background:#00AAE4;
}

a.share:hover {
    background:#000;
}

.no-margin {
    margin:0px !important;
}

#price_form .box {
    margin-bottom:20px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index:100000000 !important;
}

.toggle-switch {
    border:1px solid #007732;
    padding:0px;
    background:#3c763d;
    width:32px;
    height:20px;
    display:inline-block;
    border-radius:20px;
    text-align:left;
}

.toggle-switch.off,.toggle-switch.unchecked {
    border:1px solid #990017;
    background:#a94442;
}

.toggle-switch > span {
    background:#FFF;
    width:16px;
    height:16px;
    border-radius:50%;
    display:block;
    margin:0px;
    margin:1px;
    border:1px solid #CCC;
}

.toggle-switch.on > span,.toggle-switch.checked > span {
    border:1px solid #007732;
    float:right;
}

.toggle-switch.off > span,.toggle-switch.unchecked > span {
    border:1px solid #990017;
}

.toggle-switch:hover {
    border-color:#333;
}
.toggle-switch.on:hover > span,.toggle-switch.checked:hover > span {
    background:#d6e9c6;
}
.toggle-switch.off:hover > span,.toggle-switch.unchecked:hover > span {
    background:#f2dede;
}

.toggle-switch.on.clicked > span,.toggle-switch.checked.clicked > span {
    margin-left:3px;
}
.toggle-switch.off.clicked > span,.toggle-switch.unchecked.clicked > span {
    margin-right:3px;
}

.table-scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fa-crossbar-container {
    display:inline-block;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.fa-crossbar {
    background:url(/static/images/crossbar_navy.svg) no-repeat;
    width:88px !important;
    height:20px !important;
}

.social a:hover .fa-crossbar {
    background:url(/static/images/crossbar_white.svg) no-repeat;
    width:88px !important;
    height:20px !important;
}


ul.circled li:before {
    display:none;
}


.program_dashboard_content {
    padding:20px 0px;
    overflow:hidden;
    background:#FFF;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.program_dashboard_scheduler .program_dashboard_content {
    padding:20px 20px 0px 20px;
}

.program_dashboard {
    padding:0px;
    margin-bottom:30px;
}

.program_navbar h3  {
    color:#FFF;
    padding:4px;
    font-size:26px;
  font-family:Roboto;
  font-size:16px;
    font-weight:600;
}
.season_navbar h3 {
    padding:4px;
}

.program_navbar {
    background:#000;
    color:#FFF;
    overflow:hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.program_navbar.archived {
    background:#888;

}

.program_navbar.archived a {
    border-left:1px solid #bebebf;
}

.season_navbar {
    background:#E6E9ED;
    overflow:hidden;
}

.season_navbar.archived,
.season_navbar.archived h3 {
    color:#888;
}

.program_list .season_navbar {
    background:#FFF;
    border-bottom:#E6E9ED 1px solid;
}

.program_navbar A, .season_navbar A {
    text-align:center;
    font-size:12px;
    line-height:150%;
    display:block;
    padding:10px 0;
    float:right;
    width:9%;
    border-left:1px solid #555;
}



.program_navbar A I, .season_navbar A I {
    display:block;
    margin:4px 0 3px 0;
}

.program_navbar H3 A {
    border-left:none;
}

.season_navbar h3 {
  font-family:Roboto;
  font-size:14px;
    font-weight:600;
}

.season_navbar H3 I {
    display:inline;
}
.season_navbar A span {
    font-size:14px;
    line-height:27px;
}



.program_navbar A {
    color:rgba(255, 255, 255, .5);
}
.program_list .season_navbar A {
    border-left:1px solid #E6E9ED;
}

.season_navbar A {
    border-left:1px solid #FFF;
}
.program_list .season_navbar A {
    padding:5px;
}

.program_navbar A I, .season_navbar A I {
    font-size:20px;
}
.program_list .season_navbar A I, .program_list .season_navbar A span {
    font-size:12px;
}
.program_list .season_navbar A span {
    display:inline;
    margin:0px;
    font-weight:bold;
    line-height:normal;
}

.season_navbar A.active {
    background:white;
}

.program_navbar A.active {
    background:white;
    color:#142141;
}


@media (max-width: 1024px) {
    .program_navbar A, .season_navbar A {
        width:16.6%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .program_navbar.not-webmaster A {
        width:25%;
    }

    .season_navbar.not-webmaster A {
        width:20%;
    }

    .program_navbar h3.for_mobile {
        overflow:hidden;
    }

    .program_navbar H3 A {
        padding:0px;
        line-height:30px;
    }
    .program_navbar H3 I {
        display:inline;
        margin-right:4px;
        vertical-align:middle;
    }

    .program_navbar h3.for_mobile, .season_navbar h3.for_mobile {
        display:block;
        width:100%;
        border-bottom:1px solid #555;
        margin-bottom:0px;
        padding-left:15px;
    }
    .season_navbar h3.for_mobile {
        border-bottom:1px solid #FFF;
    }
    .program_navbar .for_desktop, .season_navbar .for_desktop {
        display:none;
    }
    .program_list .season_navbar h3.for_mobile {
        border-bottom:1px solid #E6E9ED;
        font-size:16px;
        background:#E6E9ED;
    }
    .season_navbar A:last-of-type {
        border-left:none;
    }

    .table-scroll-x-mobile {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

}


@media (min-width: 1025px) {
    .program_navbar h3.for_mobile, .season_navbar h3.for_mobile {
        display:none;
    }
    .program_navbar h3.for_desktop, .season_navbar h3.for_desktop {
        margin:0px;
        line-height:61px;
        padding:0px;
        padding-left:15px;
    }

    .program_navbar h3.for_desktop {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .program_list .season_navbar h3.for_desktop {
        line-height:48px;
        font-size:15px;
    }
}

.show_all_seasons {
    display:block;
    text-align:center;
    background:#E6E9ED;
    font-size:13px;
}
.create_first_season {
    display:block;
    text-align:center;
    background:#FFF;
    font-size:16px;
    padding:10px;
}


.season_navbar H3 A {
    display:inline;
    padding:0px;
    margin:0px;
    float:none;
    border:none !important;
    color:#999;
}

.float-right {
    float:right;
}

.copy_day, .paste_day, .copy_day:focus, .paste_day:focus {
    color:#DDD;
    margin-left:4px;
    pointer:cursor;
}
.copy_day:hover, .paste_day:hover {
    color:#333;
}

.paste_day .fa-spin {
    display:none;
}

.paste_day.working {
    color:green !important;
}
.paste_day.working .fa-paste{
    display:none;
}
.paste_day.working .fa-spin{
    display:inline;
}

.paste_day.disabled {
    cursor: not-allowed;
}

td.copy .copy_day {
    color:green;
}

td.copy {
}

#infopanel_log {
    color:#900;
    font-size:13px;
}
#infopanel_log p {
    margin:0px;
}


.form-inline INPUT, .form-inline SELECT  {
	background:#FFF;
}

.nav-pills {
    margin-bottom:10px;:
}

.nav-pills>li>a {
    border:1px solid #E6E9ED;
    background:rgba(0,0,0,.03);
}

.text-error {
    color:#900 !important;
}

.text-success {
    color:#3c763d !important;
}

.data-point a, .data-point .data-point-inner{
    text-align:center;
    background:white;
    border:1px solid #E6E9ED;
    margin-bottom:30px;
    display:block;
}

.data-point > div{
    text-align:center;
    background:white;
    border:1px solid #E6E9ED;
    margin-bottom:30px;
    display:block;
}

.data-point a:hover {
    border:1px solid #AAA;
    background:#FEFEFE;
}

.data-point h1 {
    margin:20px 0 20px 0;
    font-size:30px;
}

.data-point h3 {
    background:#F5F7FA;
    line-height:180%;
    margin:0;
}

.data-point P {
    font-size:14px;
    color:#999;
    font-weight:bold;
}

.disable-hover {
    pointer-events: none;
}

#jersey_numbers TD {
    font-size:14px;
}

#jersey_numbers TD.num {
    font-size:20px;
}

#jersey_numbers TR.invalid TD:first-of-type {
    background:#f2dede;
}

#jersey_numbers TR.blacklist TD:first-of-type {
    background:#222 !important;
    color:#FFF;
}

#jersey_numbers TR.available TD:first-of-type {
    background:#dff0d8;
}

#jersey_numbers INPUT {
    display:none;
    margin:0px !important;
}

#jersey_numbers TD.show_add_player INPUT {
    display:inline;
}

#jersey_numbers A.remove_player {
    color:#BBB;
}

#jersey_numbers A.remove_player_confirm {
    color:#900;
}

#jersey_numbers A.remove_player:hover {
    color:#900;
}


.gldp-default .dow {
    background:#222 !important;
}

#contentarea UL LI {
    list-style:disc;
}

#contentarea OL LI {
    list-style:decimal;
}

.navbar {
    z-index:998;
}

TR.table-header TH {
    background:#000 !important;
    color:#FFF !important;
}

.calendar-subscribe IMG {
    height:150px;
}

.calendar-subscribe .box {
    margin:10px 0px;
}

.classic-blog .post .date-wrapper {
    margin-right: 0px !important;
}

.row.add_section div {
    border:1px solid #000;
    height:50px;
    background:green;
}

.padding5 {
    xxpadding:40px;
}

.important {
    color:#900;
    font-weight:bold;
}

table.volunteer_session th {
    background:#F5F7FA;
    font-size:16px;
}

table.volunteer_session td.claimed .claim_shift {
    display:none;
}

table.volunteer_session td.unclaimed a.unclaim_shift {
    display:none;
}

table.volunteer_session td.times {
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
}

table.volunteer_session td.shift {
    min-width:170px;
}

table.volunteer_session td.noshift {
    background:#F5F7FA;
    background: linear-gradient(45deg,
        #F5F7FA 25%, #FFFFFF 0, #FFFFFF 50%,
        #F5F7FA 0, #F5F7FA 75%, #FFFFFF 0);
    background-size: 12px 12px;
}

table.volunteer_session tr.slot {
    border-top:4px #F5F7FA solid;
}

table.volunteer_session .icon_button.float_right {
    float:right;
}

table.volunteer_session .user {
    font-size:15px;
    line-height:30px;
    display:inline-block;
    width:80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.volunteer_session .bonus {
    font-size:12px;
    font-weight:normal;
}


table.volunteer_session .icon_button .fa-spin {
    display:none;
}

table.volunteer_session .icon_button.spin .fa {
    display:none;
}
table.volunteer_session .icon_button.spin .fa-spin {
    display:block;
}

table.volunteer_session .icon_button {
    font-size:11px;
    text-align:center;
    color:#666;
    font-weight:bold;
    margin-top:2px;
    background:#FFF;
    border-radius:3px;
    line-height:11px;
    border:1px solid #CCC;
    width:25px;
    height:25px;
    padding:7px 0px;
    text-transform:uppercase;
}


table.volunteer_session .icon_button:hover {
    background:#F5F7FA;
    color:#666;
}

table.volunteer_session .icon_button.success {
    background:#dff0d8;
    color:#3c763d;
    border-color:#d6e9c6;
}
table.volunteer_session .icon_button.success:hover {
    background:#3c763d;
    color:#FFF;
}

table.volunteer_session .icon_button.danger {
    background:#f2dede;
    color:#a94442;
    border-color:#ebccd1;
}
table.volunteer_session .icon_button.danger:hover {
    background:#a94442;
    color:#FFF;
}

table.volunteer_session .shift.me {
    background:#D6EEF8;
}

table.volunteer_session.delete_mode .icon_button {
    display:none !important;
}

table.volunteer_session.delete_mode .shift {
    cursor:pointer;
}

table.volunteer_session .shift.delete {
    background:#f2dede !important;
}

table.volunteer_session .icon_button.disallow.claim_shift {
    background:none;
    border:none;
}
table.volunteer_session .icon_button.disallow.claim_shift .fa {
    display:none;
}

table.volunteer_session .icon_button.disallow .fa-minus {
    display:none;
}

table.volunteer_session .icon_button.allow .fa-lock {
    display:none;
}

table.volunteer_session .icon_button.disallow.danger:hover {
    background:#f2dede;
    color:#a94442;
    border-color:#ebccd1;
}

table.volunteer_session .assigning .icon_button {
    display:none !important;
}
table.volunteer_session .assigning .user ,
table.volunteer_session .assigning .bonus {
    display:none !important;
}

.claimed .assign_shift  {
    display:none;
}

table.volunteer_session.not_board .unclaim_shift {
    display:none;
}
table.volunteer_session.is_board .unclaim_shift,
table.volunteer_session.not_board .me .unclaim_shift {
    display:block;
}

table.volunteer_session .unclaimed .icon_button.assign_shift {
    width:60px;
    display:inline-block;
}


table.volunteer_session .icon_button.claim_shift {
    position:relative;
}
table.volunteer_session .icon_button.claim_shift .claim_users {
    top:23px;
    position:absolute;
    background:#FFF;
    border:1px solid #ccc;
    z-index:10000;
    padding:7px;
    text-align:left;
}
table.volunteer_session .icon_button.claim_shift .claim_users A {
    display:inline-block;
    font-size:14px;
    padding:5px;
    text-transform:none;
    font-weight:normal;
    color:#666;

}
table.volunteer_session .icon_button.claim_shift .claim_users A:hover {
    text-decoration:underline;
}


INPUT.volunteer_autocomplete,
INPUT.volunteer_autocomplete:hover,
INPUT.volunteer_autocomplete:focus,
INPUT.volunteer_autocomplete:active {
    background:#FFF;
    border:none !important;
    margin:2px 0px 2px 0px !important;
    font-size:15px !important;
    box-shadow:none !important;
    padding:0px !important;
    height:auto !important;
    color:#506A85 !important;

}

.volunteer_autocomplete_container {
    display:none;
}

@media (max-width: 767px) {
    table.volunteer_session th {
        font-size:13px;
    }
    table.volunteer_session .user {
        line-height:14px;
    }
}

.circle-container {
    height:75px;
    width:75px;
    position:relative;
    margin:10px;
}
.circle-container h1 {
    width:100%;
    position:absolute;
    margin:0px;
    line-height:75px;
    text-align:center;
    font-size:18px;
}

.circular-chart {
  display: block;
  max-width: 75px;
  max-height: 75px;
}

.circle {
  stroke: #000;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

.circle-green {
  stroke: #00B243;
}
.circle-yellow {
  stroke: #FFC300;
}
.circle-orange {
  stroke: #F47500;
}
.circle-red {
  stroke: #EE0032;
}

.green {
    color: #00B243 !important;
}
.red {
    color: #EE0032 !important;
}
.blue {
    color: #31708f !important;
}
.orange {
    color: #F47500 !important;
}

.delete {
    color:#EE0032;
}

.row.volunteer_data {
    border:1px solid #eee;
    margin-bottom:15px;
    margin-right:0px;
    margin-left:0px;
    padding-right:10px;
}

.volunteer_data h4 {
    margin:0px;
}

.volunteer_data P {
    margin:0px;
    line-height:95%;
}

.volunteer_data th {
    text-align:center;
}

.volunteer_data .table-mini td {
    font-size:15px;
}

table.volunteer_session td.volunteer_slot_role {
    font-size:13px;
    line-height:110%;
    vertical-align: middle;
}

#volunteer_role_form textarea {
    height:70px;
    min-height:90px;
}

.volunteer_instructions {
    font-size:14px;
    line-height:140%;
}

.hide_row {
    display:none;
}

.data-point.volunteer_hours h1 {
    margin: 10px 0 10px 0;
    font-size: 30px;
}
.data-point.volunteer_hours h3 {
    font-size:14px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.volunteer_manage_hours_box {
    border: 1px solid #c4c3c3;
    border-radius: 5px;
    padding: 20px;
    background: #FEFEFE;
    transition: border 0.3s ease;
}

.volunteer_manage_hours_box:hover {
    border-color: rgb(116, 116, 116);
}

.volunteer_manage_hours_box h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.volunteer_manage_hours_box p {
    margin: 0;
    line-height: 1.6;
}

.volunteer_manage_hours_box .text-center {
    text-transform: uppercase;
    color: rgb(37, 128, 248);
    cursor: pointer;
}

#session_filters  {
    margin-bottom:20px;
}

#session_filters H5 {
    margin:0px;
    text-decoration:underline;
}

#session_filters .form-group {
    margin:0px;
}

#session_filters .session_filters_radio .checkbox label {
    padding-left:0px;
}
#session_filters .session_filters_radio .checkbox label INPUT {
    margin-right:5px;
}

#session_filters H5 A {
    display:block;
    float:right;
    font-size:12px;
    font-weight:normal;
    letter-spacing:0;
    color:#999;
}

TABLE.volunteer_session {
    border-bottom:none !important;
}

TABLE.volunteer_session .shift.sthd ,
TABLE.volunteer_session .shift.rlhd {
    background:#000 !important;
}

.post-content IMG  {
    max-width:100%;
}

#blocker {
    border:1px solid #FFF;
    width:100%;
    padding-left:1%;
    background:#FFF;
}

.blocker_tile {
    width:33%;
    float:left;
    border:1px solid #FFF;
}
.blocker_tile.selected {
    border: 1px solid #66ff00;
}

.blocker_tile IMG {
    width:100%;
}

a.underline {
    text-decoration:underline;
}

.btn-group.btn-group-fullwidth {
  display: flex;
}

.btn-group-fullwidth .btn {
  flex: 1;
}

#reject_document_form  textarea {
    min-height:auto;
    height:auto;
    margin:0px;
}

#reject_document_form  .form-group {
    margin-bottom:5px;
}

#screening_survey .btn-lg {
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
    margin-right:20px;
}

.datepicker-dropdown  {
    z-indez:999 !important;
}

.copy_to_clipboard .fa-check {
    display:none;
}
.copy_to_clipboard.copied .fa-check {
    display:inline;
}
.copy_to_clipboard.copied .fa-copy {
    display:none;
}

figure {
    text-align:center;
}

figure .icon-overlay img {
    width:auto;
    display:inline-block;
}

.no-bottom-border {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

figure .bordered {
    padding:10px;
}

.btn-group .dropdown-menu {
    margin-top: 0;
}

.footer-logo-dark, .footer-logo-white {
    width:100%;

}

.footer-logo-dark {
    display:none;
}


#subseason_form .radio label, #subseason_form .checkbox label {
    padding:0px;
    font-weight:bold;
}
#subseason_form .radio label input, #subseason_form .checkbox label input {
    margin-right:5px;
}
#subseason_form .radio-group .input-description {
    margin-left:20px;
    font-weight:normal;
}

TABLE.subseason_divisions .form-group {
    margin:0px;
}


#member-search {
    margin-bottom: 20px;
}

#member-search INPUT {
    background:#FFF;
    font-size:20px;
    padding:20px;
    height:60px;
    border:none;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

#member-search .easy-autocomplete-container {
    top:60px;
}

#member-search .input-group-btn button {
    margin:0px;
    height:60px;
}

#user-search {
    margin-bottom: 30px;
    position: absolute;
    z-index: 999999999;
}

#user-search INPUT {
    background:#FFF;
    font-size:16px;
    padding:20px;
    height:44px;
    border:1px #EFEFEF solid;
}

#user-search .easy-autocomplete-container {
    top:45px;
    position: absolute;
    z-index: 999999999;
}

#user-search .input-group-btn button {
    margin:0px;
    height:44px;
}

.page-select {
    font-family: 'FontAwesome', Arial
  }


#site-tabs.nav-tabs > li.active > a {
    background:#FFF;
    color:#231F20;
}

#site-tabs.nav-tabs > li > a {
    background:rgba(0,0,0,.05);
    margin-right:4px;
}

#site-tabs.nav-tabs > li > a:hover {
    color:#231F20;
    background:#FFF;
}

.table TD .form-group,
.table TD INPUT,
.table TD SELECT
{
    margin:0px;
}


.navbar-middle .container {
}

.navbar-middle {
    overflow:hidden;
    line-height:44px;
}


.navbar-middle .wordmark {
    max-height:13px;
    max-width:600px;
    vertical-align: baseline;
}

.navbar-middle .affiliate {
    height:22px;
    margin-left:5px;
}

.navbar-middle a:hover .affiliate {
    filter:grayscale(50%);
}

.navbar-middle h4
{
  line-height:44px;
  margin:0px;
  font-weight:600;
  font-size:16px;
}

.navbar-middle h4 A:hover {
    color:currentColor;
}

/*
.navbar-collapse  .navbar-brand {
    width:220px;
}

.navbar-collapse .navbar-brand A {
    display:block;
    position:absolute;
    top:-60px;
    text-align:center;
    width:220px;
    padding-bottom:15px;
}

.navbar-collapse .navbar-brand IMG {
    display:inline;
    max-height:150px;
    max-width:220px;
    -webkit-filter: drop-shadow(3px 5px 0px rgba(0,0,0,.2));
    filter: drop-shadow(3px 6px 0px rgba(0,0,0,.2) );
}
*/

.secondary_logo {
    position: absolute;
    top: -10px;
    left: -20px;
    height: 90px;
}


.navbar-header A:hover {
    color:#000;
}

.dropdown.open A {
    color:#000;
}

.dropdown-menu LI {

}

.yamm-fullwidth LI {
    color:#000;
}
.yamm-fullwidth LI:hover {
    list-style-type: disc;
    list-style: square;
}

.month.scheduler TD,
.month.schedule TD {
    font-family: "Source Sans Pro", sans-serif;
}

.post .post-media {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow:hidden;
}

.dark-bg.bottom {
    background:#FFF;
    color:#000;
}
.dark-bg.bottom P,
.dark-bg.bottom h4 {
    color:#000;
}



.footer-bottom {
    background:#000;
}
.footer-bottom A, .footer-bottom P {
    color:#FFF !important;
}

IMG.circle {
    width:100%;
    border-radius:50%;
    background:#FFF;
}

.participant {
    margin-bottom:50px;
}

.participant h1 {

}

.participant .pic {
    position:relative;
}

.participant .pic .circle {
    border:1px solid #EEE;
}

.participant .pic A:hover .circle {
    border:1px solid #000;
}

.participant .pic H2 {
    display:block;
    position:absolute;
    right:0%;
    bottom:0%;
    background:#FFF;
    color:#000;
    border-radius:50%;
    height:50px;
    width:50px;
    line-height:45px;
    margin:0px;
    padding:0px;
    text-align:center;
    border:2px solid #EEE;

}

.participant H3 {
    margin-top:-7px;
}

.participant.roster H2 {
    margin-top:-7px;
}
.participant.roster H4 {
    margin-top:-15px;
}

span.label {
    background:#000;
}

.stacked-buttons .btn {
    margin-bottom:5px;
}



.mt30 {
    margin-top:30px;
}

.mt20 {
    margin-top:20px;
}

.mt10 {
    margin-top:10px;
}

.mt5 {
    margin-top:5px;
}


.mb30 {
    margin-bottom:30px;
}

.mb20 {
    margin-bottom:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb5 {
    margin-bottom:5px;
}
.mb0 {
    margin-bottom:0px !important;
}


.pb30 {
    padding-bottom:30px;
}

.pb20 {
    padding-bottom:20px;
}

.pb10 {
    padding-bottom:10px;
}

.pb5 {
    padding-bottom:5px;
}
.pb0 {
    padding-bottom:0px;
}



.pt30 {
    padding-top:30px;
}

.pt20 {
    padding-top:20px;
}

.pt10 {
    padding-top:10px;
}

.pt5 {
    padding-top:5px;
}


.p30 {
    padding:30px;
}

.p20 {
    padding:20px;
}

.p10 {
    padding:10px;
}

.p5 {
    padding:5px;
}


.mobile_event .calendar_event {
    background:#FFF;
    border:none;
}

.mobile_event .calendar_event_game {
    background:#000;
    border:none;
}


.bottom .logo {
    max-height:180px;
    max-width:100%;
}

.navbar .dropdown-menu {
    background:#FFF;
}


.dropdown-menu.clubs {

}

.dropdown-menu.clubs .club {
    margin-bottom:10px;
    font-size:20px;
}

.dropdown-menu.clubs .club A:hover {
    color:#555;
}

.dropdown-menu.clubs .club-logo{
    width:50px;
    height:50px;
    margin:0 10px 0 0;
}

.side-nav .league {
    font-weight:bold;

}
.side-nav.clubs A {
    display:block;
}
.side-nav.clubs A IMG {
    display:none;
    height:20px;
    width:20px;
    float:right;
}
.side-nav.clubs A:hover IMG,
.side-nav.clubs A.active IMG {
    display:block;
}

.relative {
    position:relative;
}

.clickable {
    cursor: pointer;
}

/* capacity chat widget */
.ajc_conciergeTeaser.ajc_conciergeTeaser__animated {
    display: none!important
}

SELECT.form-control {
    height:43px;
}

.certified {
    color: #00B243;
}

.certified:hover {
    background:None;
    color:#f0af00;
}


.bottom {
    vertical-align: bottom !important;
}

.vertical {
    left: calc(50% - .5rem);
    line-height: 1;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.col-xs-1.rounds-7 {
    width:14.285714285714286%;
}

.col-xs-1.rounds-8 {
    width:12.5%;
}

.col-xs-1.rounds-9 {
    width:11.111111111111111%;
}

.col-xs-1.rounds-10 {
    width:10%;
}

.col-xs-1.rounds-11 {
    width:9.090909090909091%;
}

.bracket-mini .scorebox.bracket TD {
    padding:4px 2px;
}


.bracket-mini .scorebox.bracket .logo {
    width:15px;

}

.bracket-mini .scorebox.bracket .logo IMG {
    max-width:15px;
    max-height:15px;
}

.bracket-mini .scorebox.bracket .team {
    font-size: 11px;
}

.bracket-mini .scorebox .status {
    font-size: 11px;
    line-height:100%;
}

.bracket-mini .scorebox .status .dow {
    display:none;
}

.bracket-mini .scorebox .status .date::after {
    content: "\a";
    white-space: pre;
}

.bracket-mini .scorebox .location {
    font-size: 11px;
    line-height:100%;
}

.bracket-mini .scorebox .score {
    padding-right: 0px;
    font-size: 15px;
}

.row.show-overflow {
    overflow: visible !important;
}

#display_credit_applied_total, #display_discount_applied_total {
    color: #4cae4c;
}

.disclaimer {
  margin-top:10px;
  font-size: 0.90rem;
  font-style: italic;
  line-height: 110%;
}

#vertical_insure {
    margin-bottom:20px;
}

.hero {
  text-align:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
  overflow:hidden;
  position:relative;
}

.hero-logo {
    max-width:300px;
    max-height:300px;
    margin-bottom:20px;
}

.hero-inline-image {
    display:none;
}

.image-only .hero-inline-image {
    display:inline;
    width:100%;
}


.video {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left:0
}

.video video {
  width:100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.hero H1 {
  color:#FFF;
  font-weight:400;
  font-size:110px;
  line-height:80%;
  margin:0 0 5px 0;
  text-shadow: 2px 2px black;
}

.hero H2 {
  color:#FFF;
  font-weight:400;
  font-size:26px;
  line-height:100%;
  letter-spacing:3px;
  margin: 0px 0 5px 0;
  text-shadow: 2px 2px black;
}

.hero .btn {
  margin:2px 0 0 0;
}


.overlay-0
.overlay-25
.overlay-50
.overlay-75 {
    background:none;
}
.has-hero-text .overlay-25 {
    background:rgba(0,0,0,.25);
}
.has-hero-text .overlay-50 {
    background:rgba(0,0,0,.50);
}
.has-hero-text .overlay-75 {
    background:rgba(0,0,0,.75);
}




.hero-sm .hero_content {
  padding: 50px 0;
}

.hero-md .hero_content {
  padding: 125px 0;
}

.hero-lg .hero_content {
  padding: 200px 0;
}

.hero-xlg .hero_content {
  padding: 350px 0;
}

.hero.image-only .hero_content {
    padding:0px !important;
}

@media (max-width: 767px) {

  .hero H1 {
    font-size:80px;
  }
  .hero H2 {
    font-size:20px;
  }

  .hero-sm .hero_content {
    padding:30px 10px;
  }
  .hero-md .hero_content {
    padding:60px 10px;
  }
  .hero-lg .hero_content {
    padding:170px 10px;
  }
  .hero-xlg .hero_content {
    padding:230px 10px;
  }
  .hero-logo {
    max-width:150px;
    max-height:150px;
    margin-bottom:10px;
  }
}





/* Item Boxes */
.item {
  border-radius:20px;
  background:#000;
  overflow:hidden;
  background-size:cover;
  background-position:top center;
  height:400px;
  margin-bottom:30px;
  border: 1px solid #9E9E9E;
}


.item A {
  display:block;
  width:100%;
  height:400px;
  padding:30px;
}

.item A H2 {
  display:inline;
  font-size:80px;
  line-height:90%;
}
.item A H3 {
  font-size:24px;
  line-height:130%;
}

.item A H3 I {
  margin-right:5px;
}

#home-boxes {
  padding-top:60px;
}

/* Home stats */
#home-data {
  text-align:center;
  padding:80px 0 0 0;
}

#home-data H2 {
  line-height:100%;
  margin:0px;
  font-size:120px;
}

#home-data H3 {
  line-height:100%;
  margin:0px;
  font-size:40px;
  margin-bottom:80px;
}

#home-about {
  padding:80px 0 0 0;
  border-top:2px solid #f3f5f7;
}

#home-about IMG {
  border-radius:0px;
}

#home-about .element-image {
  text-align:center;
}

#home-about IMG {
  width:auto !important;
  max-width:100%;
  max-height:200px;
}

#home-about H2 {
  font-size:60px;
  line-height:100%;
  margin:0px;
}

#home-about P  {
  font-size:22px;
  line-height:120%;
}

#home-about .col-xs-12 {
  margin-bottom:50px;
}


tr.select_session {
    cursor: pointer;
}
tr.select_session > td {
    vertical-align: middle !important;
}
tr.select_session.selected {
    background-color: rgb(249, 249, 249);
    color:#000;
}
#sessions.loading {
    pointer-events: none;
    opacity: 0.4;
}
#btn_prev_month.disabled, #btn_next_month.disabled {
    pointer-events: none;
}
ul.pagination li.active {
    pointer-events: none;
}
.itemized_session_space {
    font-size: 65%;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.registration-wizard-modal-body {
    height: calc(100% - 140px);
    /*overflow-y: hidden !important;*/
}

.registration-wizard-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*height: 100%;*/
}

.registration-wizard-container .grid-row {
    height: calc((100% - 70px) / 2);
    display: flex;
    align-items: center;
}

.registration-wizard-container .grid-select {
    height: 100%;
    /*border: 1px solid #666;*/
    /*background-color: #eee;*/
}

.registration-wizard-container .grid-select-content {
    border: 2px solid #EEE;
    border-radius: 15px;
    height: 95%;
    width: 100%;
    cursor: pointer;
    margin-bottom:20px;
    padding: 10px 0 20px 0;
}

.registration-wizard-container .grid-select-content:hover {
    border: 2px solid #ccc;
    border-radius: 15px;
    background-color: #eee;
}

.registration-wizard-pane {
    display: none;
    height: 100%;
}

.registration-wizard-pane .center-block {
    padding-bottom: 10px;
}

.div_load_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 1000;
    text-align: center;
    display: none;
}

.div_load_overlay_content {
    height: 100%;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -10px;
}

a.delete_button {
    color:#900;
    font-size:14px;
}

#delete_slot_confirm_btn:disabled {
    opacity: 50%;
    filter: alpha(opacity=50);
}

/* Lighten past day divs */
td.day_past {
    color: #888 !important;
}

div.recurring-availability-slot {
}

div.specific-availability-slot[data-available="1"] {
    background-color: #ddd !important;
    border-color: #aaa !important;
}


/**
 * can be used to wrap an anchor tag such that it functions
 * like a button. needs some js:
 * $body.on('click', '.block-anchor', function(e) { $(this).find('a')); });
 * $body.on('click', '.block-anchor a', function(e) { e.preventDefault(); });
 */
.block-anchor {
    cursor: pointer;
}

#home-events {
  padding:10px 20px;
  font-size:15px;
  position:relative;
}

#home-events I {
  margin-left:30px;
  margin-right:5px;
}

#home-events .more-events {
  position:absolute;
  top:9px;
  right:20px;
  font-size:22px;
}

@media (max-width: 767px) {
  #home-events SPAN {
    display:block;
  }
  #home-events I {
    margin-left:0px;
  }
  #home-events .more-events {
      top:30px;
  }
}


#home-social-media {
  margin-top:2px;
  padding:50px 0px;
}
#home-social-media h2 {
  text-align:center;
  margin-bottom:30px;
}

#social-media-icons {
  display:flex;
}

#social-media-icons A {
  display:block;
  flex:1;
  text-align:center;
  font-size:100px;
}

@media (max-width: 767px) {
  #social-media-icons A {
    font-size:30px;
  }
}

#home-scores {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background:#FFF;
}
#home-scores::-webkit-scrollbar  {
  display: none;
}

#home-scores table {
  background:#FFF;
}

#home-scores .scorebox {
  border:none;
  margin-bottom:0px;
  border-radius:0px;
  width:300px;
  display:inline-block;
  padding:10px;
  background:#FFF;
  border-right:1px solid #f6f5fa;
}
#home-scores .scorebox .status {
  border:none;
}
#home-scores .scorebox .status TD {
  padding-bottom:0px;
  padding-top:0px;
}

#home-scores .scorebox .team {
  font-size:14px;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home-scores .scorebox .score {
  font-size:14px;
}
#home-scores .scorebox .location {
  display:none;
  border:none;
}
#home-scores .scorebox .logo IMG {
    max-width:25px;
    max-height:25px;
}





.scorebox {
    overflow:hidden;
    border: 1px solid #f3f5f7;
    margin-bottom:30px;
    border-radius:10px;
}

.scorebox TABLE {
    width:100%;
}
.scorebox TR {
    background:#FFF;
}

.scorebox TD {
    padding:5px 10px;
}

.scorebox.bracket TD {
    padding:2px 5px;
}

.scorebox .status {
    border-bottom: 1px solid #E6E9ED;
    font-size:13px;
    font-weight:bold;
}

.scorebox .status .action {
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #E7E9ED;
    border-radius: 10px;
    padding: 0 6px;
}
.scorebox.bracket .logo {

}


.scorebox .logo {
    width:30px;
}

.scorebox.bracket .logo IMG {
    max-width:30px;
    max-height:30px;
}

.scorebox .logo IMG {
    max-width:50px;
    max-height:50px;
}

.scorebox .team {
    font-size:20px;
    line-height:100%;
}

.scorebox.bracket .team {
    font-size:14px;
}

.scorebox .score {
    text-align:right;
    padding-right:20px;
    font-size:18px;
    font-weight:bold;
}

.scorebox .location {
    border-top: 1px solid #E6E9ED;
    font-size:13px;
}

.tooltip-inner {
    text-wrap:wrap;
}



.ribbon {
	position: fixed;
	top: 4.6em;
	left: -3.4em;
	z-index: 9999;
	width: 18em;
	height: 2em;
	overflow: hidden;
	background-color: #dc3545;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 2em;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: auto;
	bottom: 4.6em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
    font-size: 14px;

    background:rgba(8, 192, 74, .9);
    color: white;
}

.ribbon.prod {
    background: rgba(215, 25, 33, 0.9);
}

.ribbon.staging {
    background: rgba(255, 204, 0, 0.9);
}

.ribbon.go-to-prod, .ribbon.go-to-dev {
    cursor: pointer;
}
