﻿
*, *:before, *:after {
    box-sizing: border-box;
}

.info {
    color: #FFFFFF;
}

.alert {
    color: #8ec0eb
}

.own {
    color: #9afa83;
}

.chat{  
   background-color: #CECECE;
   padding: 5px;
   height: calc(100% - 125px);
   overflow: hidden;
}


    .chat .message {
        padding: 4px 10px 10px 10px;
        border-radius: 5px;
        margin: 0px 10px 5px 10px;
        position: relative;
    }

        .chat .message .heading {
            color: #818181;
            padding: 1px 0px 0px 1px;
            font-size: 10px;
            position: relative;
            text-align: left;
        }

        .chat .message .heading2 {
          
        }

        .chat .message .mainText {
            color: #222222;
            line-height: 16px;
            font-size: 12px;
        }

        .chat .message:after {
            content: "";
            position: absolute;
            top: -15px;
            left: 20px;
            border-width: 15px 15px 0px;
            border-style: solid;
            border-color: #CCDBDC transparent;
            display: block;
            width: 0;
        }

    .chat .info-message {
        background: #ffffff;        
    }
        .chat .info-message:after {
            border-color: #ffffff transparent;
            top: 0px;
            left: -10px;
            bottom: auto;
            right: auto;
        }

    .chat .alert-message {
        background: #8ec0eb;
        color: #222222;
        line-height: 16px;
        font-size: 12px;
    }

        .chat .alert-message:after {
            border-color: #8ec0eb transparent;
            top: 0px;
            left: -10px;
            bottom: auto;
            right: auto;
        }


    .chat .disconnect-message {
        background: #f44336;
        color: #222222;
        line-height: 16px;
        font-size: 12px;
    }

        .chat .disconnect-message .heading2 {
            color: #222222;
        }

        .chat .disconnect-message:after {
            border-color: #f44336 transparent;
            top: 0px;
            left: -10px;
            bottom: auto;
            right: auto;
        }

    .chat .own-message {
        background: #9afa83;
        color: #222222;
        line-height: 16px;
        font-size: 12px;
    }
        .chat .own-message i {
            padding: 0px;
            font-size: 8px;
            margin: 0px;
        }

            .chat .own-message i.true {
               color: blue;
            }

            .chat .own-message i.false {
                color: #9afa83;
            }

        .chat .own-message:after {
            border-color: #9afa83 transparent;
            top: 0px;
            right: -10px;
            bottom: auto;
            left: auto;
        }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif;
    color: #003366;
}

.buffered {
    background: #555;
    width: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

#buffered-amount {
    display: block;
    width: 100%;
    background-color: lime;
    height: 0;
    top: 0px;
    right: 0px;
}

.progress {
    margin-top: -20px;
    width: 10px;
    position: relative;
    height: 300px;
}

#progress-amount {
    display: block;
    width: 100%;
    background-color: #595;
    height: 0;
}

#btnVideoExpand {
    position: absolute;
    top: 10px;
    left: 22px;
    background-color: transparent;
    border: none;
    font-size: 16pt;
    color: #ffffff;
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

#btnVideoContract {
    position: absolute;
    top: 10px;
    left: 22px;
    background-color: transparent;
    border: none;
    font-size: 16pt;
    color: #ffffff;
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

#videoRemaining {
    position: absolute;
    top: 20px;
    left: 60px;
    background-color: black;
    border: none;
    font-size: 10pt;
    color: #ffffff;
    outline: 0;
    outline-style: none;
    outline-width: 0;
    padding: 0px 4px 0px 4px;
    width: 50px;
    text-align: center;
}

.videoPlayer {
    background-color: #1e8fb7;
    width: 70vw;
    height: 39.4vw;
    vertical-align: top;
    background-image: url("/images/InTimeOnlineLogoWatermark.png");
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.videoPlayerExpanded {
    background-color: #000000;
    width: 90vw;
    height: 90vh;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

/*.buffered {
    height: 100%;
}
*/
.eventJudgePanel {
    background-color: #eceeef;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    width: 73vw;
    height: 41vw;
}

.videoTabPanel {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

#freeRoundJudgeForm,
#compRoundJudgeForm {
    vertical-align: top;
}


@media (max-width: 767.98px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 12px;
    }
}

@media (min-width:1280px) and (max-width: 1366px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 13px;
    }
}

@media (min-width:1367px) and (max-width: 1600px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 14px;
    }
}

@media (min-width:1601px) {

    #freeRoundJudgeForm,
    #compRoundJudgeForm,
    .skinnyFormField {
        font-size: 14px;
    }
}

.scrollingJudgePanel {
    overflow-x: auto;
    font-size: 12px;
    min-height: 110px;
    background-color: #eceeef;
    margin: 0px;
    padding: 0px;
}

.scrollingJudgeTable {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

.scrollingEventJudgeList {
    overflow: auto;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

    .scrollingEventJudgeList thead th {
        position: sticky;
        top: 0;
        /*z-index: 1;*/
    }
.ejCommandPanel {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px
}

.ejLegendPanel {
    width: 900px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

    .ejLegendPanel i {
        padding-left: 20px
    }

.ejLeaderBoard {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    width: 95%;
}

.ejLeaderBoardEditUI {
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: white;
    width: 100%;
}


.judgingTab {
    background-color: white;
}

.judgingTabControl {
    width: 100%
}

.ejJudgeListTable {
    margin-bottom: 0px;
    background-color: #ffffff;
}

.ejJudgeGridSelectList {
    font-size: 12px;
    margin: 0px;
    height: 100%;
    padding: 0 1.75rem 0 0.75rem;
    line-height: unset;
    max-width: 200px;
}

.ejJudgedCollatedRow {
    color: #ffffff;
    font-weight: bold;
    background-color: #343a40;
}

    .ejJudgedCollatedRow td {
        border: solid 1px #454d55;
    }
.judgingCheckBox {
    font-size: 12px;
    padding-top: 2px;
}

.judgingButton {
    margin: 0px 5px 2px 0px;
    min-width: 85px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.judgingButtonDropdown {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    width: 85px;
    border: none;
    background-color: #399cbf;
}

.judgingButtonDropdownItem {
    background-color: #359abe;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

    .judgingButtonDropdownItem:hover {

        background-color: #398ca9;
    }
.judgingButtonDropdownDivider {
   
    margin: 0px;
}


.judgingButtonHighlight {
    margin: 0px 5px 2px 0px;
    min-width: 85px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: red;
}

.judgingReturnButton {
    font-size: 10px;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px
}

.judgingConsole {
    position: relative;
    height: 70%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0px;
}

.judgingButtonsPanel {
    position: relative;
    height: 30%;
    vertical-align: top;
    padding: 0px;
}

.judgingButtonPanel {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.judgingConnectionPanelHeader {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    height: 50px;
}

.judgingConnectionPanel {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    height: 75px;
}

.judgeIsPanelJudgeCheck {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
}

.judgingSwitchPanel {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.defaultPointCell {
    background-color: transparent;
    text-align: center;
    width: 10px;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px
}

    .defaultPointCell:hover {
        background-color: gray;
        cursor: pointer
    }

.selectedPointCell {
    background-color: lawngreen;
    text-align: center;
    width: 10px;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px
}

    .selectedPointCell:hover {
        background-color: green;
        cursor: pointer
    }

.pointRowHeaderCell {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.pointRowCell {
    margin: 0px;
    padding: 0px;
}

.highlightCell {
    background-color: #eceeef;  
}

.cellDarkHighlight {
    background-color: #121820;
    border-color: #121820;
}

.cellBlueHighlight {
    background-color: #2f98bd;
}

.judgeScoreRowHeader {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
}

.judgeScoreRowTotal {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.judgingMainDiv {
    margin: 0px;
    padding: 0px;
}

    .judgingMainDiv:focus {
        outline: none;
    }

.judgingSideBar {
    width: 25vw;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.judgingMainSection {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    width: 73vw;
    height: 41vw;
}


.judgingMainSectionExpanded {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    width: 90vw;
    height: 90vh;
}

.judgingTabControl {
    padding: 0px;
    margin: 0px;
}

.dataRowHeader {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.pointContextMenuItem {
    margin: 0px;
    height: 26px;
    padding-top: 4px;

}

.dataRowCell {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


.dataRowCellLink {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .dataRowCellLink:hover {
        cursor: pointer;
        background-color: lightgray;
    }

.dataColumnLinkHeader {
}

    .dataColumnLinkHeader:hover {
        cursor: pointer;
        color: black;
        background-color: lightgray;
    }


.dataVideoLoaded {
    background-color: lime;
}

.dataVideoExitSet {
    background-color: orange;
}

.dataVideoSelectedForJudging {
    background-color: deeppink;
}

.ConnectedJudgeRow {
    background-color: #f7f7f7;
}

.StoodByJudgeRow {
    background-color: orange;
}

.ViewingJudgeRow {
    background-color: yellow;
}

.ViewRequestJudgeRow {
    background-color: deeppink;
}

.SubmittedJudgeRow {
    background-color: limegreen;
}


.judgeLegendPanel {
    padding: 10px;
    font-size: 12px;
}

.skinnyFormField {
    padding: 0px;
    height: 25px;
    text-align: center;
    max-width: 75px;
    margin-left: auto;
    margin-right: auto;
}


.skinnyFormLabel {
    padding: 1px 0px 0px 0px;
    height: 25px;
    text-align: center;
    width: 75px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    overflow: hidden;
}


.videoControls{
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.alertMessage {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 25%;
}

.alertMessageContainer {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}

.videoJSVersion {
    font-size: 10px;
    padding-top: 10px;
    padding-left: 10px;
    color: #999999;
    position: absolute;
    bottom: 0px;
    left : 20px;
}

.InTimeOnlineWatermark {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 100px;
    height: 100px;
    
}

.judgingPanelLabel {
  
    vertical-align: middle;
    font-size: 12px;
}