﻿html, body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

a, a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #a01d20;
}

.float-right {
    float: right;
}

.label {
    color: #333333;
}

button:focus {
    outline: 0 !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bold {
    font-weight: bold;
}

.radioList {
    width: 150px;
    margin: 0px;
}

.labelRow {
    color: #222222;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 2px;
}

.Control {
    border: 1px solid #aaaaaa;
    background-color: #fefefe;
}

.col-5 {
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    white-space: nowrap;
}

#sponsorCarousel {
    top: -1px;
}

.scoresheetModalHeader {
    color: white;
    background-color: #60605F;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: 2px 1px 6px rgba(70, 70, 70, 1);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.col-3 {
    width: 33.33%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    white-space: nowrap;
}

.col-left {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-right: 20px;
}

.col-right {
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    margin-left: 20px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.jumboHeader {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 500px;
    color: white;
    text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0px -40px 70px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px -40px 70px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px -40px 70px 0px rgba(0,0,0,0.35);
    font-family: serif;
    position: relative;
    margin-bottom: 0px;
}

#transparentLogoContainer {
    height: 100%;
    width: 100%;
    background-image: url('images/iset-symbol-transparent.png');
}

#navbarSupportedContent a {
    color: white;
}

.btn {
    /*color:#444;
    background-color:#eee;*/
    font-weight: bold;
}

/*.btn:hover {
    background-color:#ddd;
}*/


.group-header {
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    color: #7c0606;
    border-bottom: 1px solid #7c0606;
}

.schedule-list-item-header {
    margin-left: 0px;
    height: 30px;
    width: 100%;
    background-color: #eaeaea;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    color: #555;
    font-weight: bold;
}

.schedule-list-item-body {
    margin-left: 0px;
    height: 80px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    color: #555;
    margin-bottom: 0px;
}

.center-vertical {
    top: 50%;
    transform: translateY(-50%);
}

.alternating-list-item {
    background-color: #eee;
}

.filterMenu {
    background-color: #eee;
    border: 2px solid;
    border-color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filterMenuItem {
    text-align: center;
    padding: 5px;
}

.text-center {
    text-align: center;
}

.width-third {
    width: 33%;
}

.competition-date-time {
    display: inline;
}

.fixed {
    position: fixed;
    width: auto;
    height: auto;
    background-color: #fff;
    z-index: 1030;
}

.headerTitle img {
    width: 75%;
}

.headerTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 50px;
    top: 60px;
    position: absolute;
    line-height: 85px;
}
/*#jumboHeader hr{
    margin:0px;
    width:100%;
    bottom:54px;
    position:absolute;
    left:0px;
}*/
.headerSubtitle {
    top: 130px;
    position: relative;
    padding-top: 15px;
    width: 100%;
    height: 160px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.5);
}

.fullWidthNoMargin {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.footer {
    background-color: #222;
    font-family: Arial;
    font-weight: bold;
}

.footer, .push {
    margin-top: 0px;
    height: 80px;
    width: 100%;
    position: relative;
    bottom: 0px;
}

.footerItem {
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    padding-right: 30px;
}

.footerItem > a:link {
    color: white;
}
.footerItem > a:hover {
    color: white;
}
.footerItem > a:visited {
    color: white;
}
.footerItem > a:active {
    color: white;
}

.nav-item > a:link {
    color: white;
}
.nav-item > a:hover {
    color: white;
}
.nav-item > a:visited {
    color: white;
}
.nav-item > a:active {
    color: white;
}

.horizontalList
{
    display: inline-block;
}


#footerBottom {
    color: white;
    text-align: right;
    padding-right: 5px;
    height: 22px;
    background-color: #555;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    #footerBottom p {
        margin: 0px;
        font-weight: bold;
    }

.btn-inactive, .btn-inactive:focus {
    color: white;
    background-color: #aaa;
    border-color: black;
}

.btn-active, .btn-active:focus {
    color: white;
    background-color: #a11d20;
    border-color: black;
    border-width: 2px;
}

    .btn-active:active {
        background-color: #801719;
    }

.filters span {
    padding-right: 20px;
}

.teamDetailsComponent {
    margin-bottom: 40px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

#tournament-logo {
    /*width:100px;*/
    max-height: 150px;
}

.subtitle {
    margin-top: 15px;
    font-size: 25px;
}

.matchrow1 {
    margin-top: 0px;
}

.matchrow2 {
    margin-top: -20px;
}

.tournament-performance-col-titles {
    width: 50%;
}

.admin-sub-header {
    background-color: #801719;
    height: 20px;
    width: 100%;
    color: #eee;
}

.admin-body-margin-top {
    width: 100%;
    height: 30px;
}

.admin-body-margin-bottom {
    width: 100%;
    height: 100px;
}

#admin-body {
    font-size: 12px;
}

legend {
    width: auto;
    font-size: 12px;
    height: 15px;
    margin-bottom: 0px;
}

.homeSubsection {
    margin-top: 40px;
}

.homeSubsectionHeader {
    font-weight: bold;
    color: #C24F48;
}

.homeSubsectionContent {
    padding-left: 30px;
}

.homeSubsection hr {
    margin-top: 0px;
    margin-bottom: 10px;
}

.homeLink {
    color: #E50000;
    font-style: italic;
}

.btn-point {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.08);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.08);
}

.btn-timeout {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.btn-sub {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.pointScored {
    display: table-cell;
    color: white;
    width: 120px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.pointPlusOne {
    font-size: 26px;
    font-weight: bold;
}

.scoresheetTable {
    margin-top: 20px;
    width: 100%;
}

.boxScoreTable {
    background-color: #444;
    width: 260px;
}

.boxScoreCompetitorNameCell {
    width: 100px;
    text-align: center;
}

.boxScoreMatchScoreCell {
    width: 40px;
    text-align: center;
    background-color: #ffb400;
}

.boxScoreSetScoreCell {
    width: 40px;
    text-align: center;
}

.scoresheetCompetitorWidth {
    width: 40%;
}

.scoresheetScoreWidth {
    width: 5%;
}

.boxScoreMatchScoreWidth {
    width: 200px;
}

.scoreTimeoutContainer {
    width: 100%;
}

#scoreTimeoutButtonsCompetitor {
    padding-right: 20px;
    padding-left: 20px;
}

.scoresheetCenterSpacer {
    width: 10%;
    text-align: center;
}

.competitorName {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #444;
}

.boxScoreCompetitorName {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 200px;
    color: white;
    padding: 5px;
}

.competitorMatchScore {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    background-color: #333333;
    width: 100%;
    margin: 0 auto;
    color: white;
}

.boxScoreCompetitorName {
    width: 200px;
    text-align: left;
    font-size: 1em;
}

.scoreTimeoutDisplayColumn {
    width: 120px;
}

.totalPointsScoredContainer {
    display: table;
    background-color: #60605F;
    vertical-align: middle;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.totalPointsScored {
    padding-bottom: 20px;
    display: table-cell;
    color: white;
    width: 120px;
    height: 150px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 2px 1px 6px rgba(70, 70, 70, 1);
}

.boxScorePointsScore {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    width: 40px;
}

.boxScoreMatchScore {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    width: 40px;
}

.currentSet {
    display: block;
    color: black;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.currentSetLabel {
    display: table-cell;
    color: White;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.timeoutsTakenContainer {
    display: table;
    border: none;
    background-color: #F32B2B;
    vertical-align: middle;
    float: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    width: 120px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.timeoutsTaken {
    display: table-cell;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 1px 1px 8px rgba(70, 70, 70, 1);
}

.timeoutContainer {
    background-color: red;
    vertical-align: middle;
    position: relative;
    margin-top: 48px;
    width: 120px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.timeout {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px;
    width: 120px;
}

.teamLineupContainer {
    width: 100%;
    font-weight: bold;
}

.scoresheetRowMargin {
    margin-top: 20px;
}

.teamLineupEven {
    width: 40px;
    padding: 5px;
    border: 1px solid #777;
    text-align: center;
}

.teamLineupOdd {
    width: 40px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #777;
    text-align: center;
}

.substitutionButton {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: gold;
    margin-left: 55px;
    margin-right: 55px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.teamLineupServicePlayer {
    background-color: #FFE800;
}

.eventHistoryMargin {
    margin-top: 40px;
}

.scoresheetEventHistoryHeader {
    background-color: #ccc;
    text-align: center;
    font-weight: bold;
    height: 40px;
}

.scoresheetEventContainer {
    font-weight: bold;
}

.scoresheetEventHistoryTab {
    width: 20%;
    background-color: #606060;
    text-align: center;
    border: 1px solid #888;
    color: white;
    font-weight: bold;
}

.activeSetTab {
    background-color: #7c0606;
}

.fullWidth {
    width: 100%;
}

.eventHistoryOdd {
    background-color: #eee;
}

.setDetailsRow {
    height: 40px;
}

.setDetailsCell {
    background-color: #555;
    color: white;
    width: 2%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.setDetailsColumnTitle {
    text-align: center;
    font-weight: bold;
}

.setTotals {
    background-color: #333;
}

.nmpd1 input {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
}

.rotationCardCell {
    border: 4px solid black;
    height: 76px;
}

#c1SubBtn {
    margin-right: 40px;
}

#c2SubBtn {
    margin-left: 40px;
}

#resolutionErrorContainer {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 100px;
    color: #444;
    text-shadow: 2px 1px 6px rgba(70, 70, 70, 0.1);
}

.libero {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.15);
    background-color: #777;
    color: white;
    border-color: #444;
    height: 31px;
}

#momentumChart {
    width: 100%;
    height: 600px;
}

#matchDetailsRoster {
    margin-top: 20px;
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background-color: #eee;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.4);
}

#matchDetailsRosterHeader {
    width: 100%;
    background-color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-shadow: inset 0px -3px 10px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -3px 10px -4px rgba(0,0,0,0.2);
    box-shadow: inset 0px -3px 10px -4px rgba(0,0,0,0.2);
}









.float-left {
    float: left;
}

.float-right {
    float: right;
}

/**---------------------------**/
/**------ Media Queries ------**/
/**---------------------------**/
@media (max-width:500px) {
    .headerTitle img {
        width: 100%;
    }

    h1 {
        font-size: 24px
    }

    #tournament-logo {
        /*width: 75px;*/
        max-height: 80px;
    }

    .tournament-performance-col-titles {
        width: 33.33333333333333%;
    }
}

@media (max-width:990px) {
    #scoreTimeoutButtonsCompetitor {
        padding-right: 10px;
        padding-left: 10px;
    }

    #switchTeamsBtn {
        font-size: 10px;
        width: 50px;
    }
}

.modal .modal-body {
    max-height: 55vh;
    overflow-y: auto;
}

@media (max-width:690px) {
    .pointScored {
        padding: 0;
        width: 85px;
    }

    .timeout {
        padding: 0px;
        width: 85px;
    }

    .substitution {
        padding: 0px;
        width: 85px;
    }

    #scoreTimeoutButtonsCompetitor {
        padding: 10px;
    }

    #switchTeamsBtn {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 8px;
        width: 40px;
    }
}

@media (max-width:620px) {
    .totalPointsScored {
        width: 100px;
        height: 120px;
    }

    .currentSet {
        width: 40px;
        height: 40px;
    }

    .timeoutsTakenContainer {
        width: 100px;
    }

    .scoreTimeoutDisplayColumn {
        width: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #c1SubBtn {
        margin-right: 20px;
    }

    #c2SubBtn {
        margin-left: 20px;
    }
}

@media (max-width:565px) {
    #scoresheetContainer {
        display: none;
    }

    #resolutionErrorContainer {
        display: block;
    }
}

@media (min-width:993px) {
    .competitor {
        font-size: large;
    }

    .competitor-detail {
        font-size: small;
    }
}

@media (max-width:992px) {
    .competitor {
        font-size: medium;
    }

    .competitor-detail {
        font-size: smaller;
    }

    .schedule-list-item-header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:680px) {
    .competitor {
        font-size: small;
    }

    .competitor-detail {
        font-size: xx-small;
    }

    .group-header {
        padding-top: 20px;
        font-size: 20px;
    }

    .schedule-list-item-header {
        font-size: 0.8em;
        padding: 20px 0;
    }

    .subtitle {
        font-size: 20px;
    }

    .matchrow1 {
        margin-top: -15px;
    }

    .matchrow2 {
        margin-top: 0px;
    }
}

@media (max-width:1199px) {
    .headerSubtitle {
        top: 50px;
        /*height: 100px;*/
        font-size: 35px;
    }

    .headerTitle {
        font-size: 30px;
    }

    /*    #jumboHeader{
        height:300px;
    }  */

}

@media (max-width:1400px) {
    #jumboHeader {
        height: 400px;
    }

    .headerTitle {
        top: 40px;
        font-size: 40px;
    }

    .headerSubtitle {
        top: 75px;
        padding-top: 22px;
        font-size: 70px;
    }
}

@media (max-width:770px) {
    .headerTitle {
        top: 40px;
        font-size: 35px;
    }

    .headerSubtitle {
        top: 90px;
        padding-top: 40px;
        font-size: 50px;
    }

    #tournamentSearchFiltersNarrow {
        display: inline-block !important;
    }

    #tournamentSearchFiltersWide {
        display: none;
    }
}

@media (max-width:600px) {
    .headerSubtitle {
        top: 90px;
        padding-top: 50px;
        font-size: 40px;
    }

    .headerTitle {
        font-size: 30px;
        top: 40px
    }
}

@media (max-width:465px) {
    .headerSubtitle {
        top: 120px;
        padding-top: 30px;
        font-size: 30px;
        height: 100px;
    }

    .headerTitle {
        font-size: 25px;
        top: 70px
    }
}

@media (max-width:991px) {
    #tournamentSearchFiltersWide input {
        width: 110px;
    }

    #tournamentSearchFiltersWide select {
        width: 110px !important;
    }
}

@media (max-width:320px) {
    .headerSubtitle {
        top: 120px;
        padding-top: 30px;
        font-size: 25px;
        height: 100px;
    }

    .headerTitle {
        font-size: 20px;
        top: 80px
    }
}


.ui-dialog {
    z-index: 9999 !important;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nonCollapsingNavLinks {
    float: right;
    right: 0px;
    padding: 15px;
}

    .nonCollapsingNavLinks a {
        color: #9d9d9d;
    }

        .nonCollapsingNavLinks a:hover {
            color: #fff;
            text-decoration: none;
        }

#homeHeader {
    float: none;
}

.marginbot10 {
    margin-bottom: 10px;
}

.pagesubnav-link {
    padding: 10px;
    margin: 10px;
    font-weight: 600;
    background-color: #f5f5f5;
}
.twitterFixedColumn {
    width: 400px;
}
.matchInfo {
/*    min-width: 150px;*/
}
.match{
    border-left: 5px solid red;
    background-color:#c1c1c1;
}
.matchScore {
    display: inline-block;
    width: 25px;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #515151;
    color: white;
    padding: 0px;
    text-align: center;
    line-height: 30px;
}
.set {
    display: inline-block;
    width: 25px;
    padding: 0px;
    text-align: center;
    background-color: #e1e1e1;
    color: black;
    line-height: 30px;
    padding: 0px;
}

