html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

a, a:visited {
    color: #F90;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
.hiddn {
    display: none;
}

input[name$="[tag]"] {
    margin-left: 10px;
}
.teamtable input[name$="[team_id]"] {
    width: 60px;
}
.teamtable input[name$="[pax]"] {
    border: none;
    background-color: #DFD;
    width: 22px;
    text-align: center;
    padding: 2px 0 2px 0;
    margin-right: 10px;
    -moz-appearance: textfield;
}
.teamtable input[name$="[pax]"]::-webkit-outer-spin-button,
.teamtable input[name$="[pax]"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.qBoard {
    width: 100%;
    height: calc(100% - 90px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.qBoard > div {
    flex-basis: 100%;
}
.qSel {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.qSel a {
    font-size: 0.8em;
    display: block;
    background-color: #F90;
    border-radius: 5px;
    padding: 0.6em;
    display: flex;
    flex-direction: column;
    margin-bottom: 1px;
    cursor: pointer;
    color: #000;
}
.qSel a:hover {
    background-color: #FF0;
}
.qSel a.act {
    background-color: #F30;
    color: #FFF;
}
.teaser {
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.8em;
}
.ctdwn { /*countdown*/
    border-radius: 10px 10px 10px 10px !important;
    font-weight: bold;
    height: 28px;
    box-sizing: border-box;
    line-height: 9px;
    margin: 0px 0px 10px 10px;
    background-image: linear-gradient(#FFFFFF, #CCCCCC);
}
iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

#qDetails a {
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 0.8em;
    background-color: #555;
    padding: 0.6em;
    border-bottom: #777 1px solid;
    cursor: pointer;
}
#qDetails a:hover {
    background-color: #777;
}
#qDetails a.act {
    background-color: #FF0;
    color: #000;
}
#qDetails img {
    max-width: 300px;
    max-height: 200px;
    width: 50%;
}

#qDetails {
    /* line-break: anywhere;*/
    max-width: 50%;
    text-align: center;
}
#qDetails .notes {
    font-size: 14px;
    padding: 10px;
    word-break: break-word;
}
#qDetails .notes a, #qDetails .odk a {
    font-size: 16px;
    background-color: #090;
    border-bottom: #000 1px solid;
}
.fileOnline {
    background-color: #09F !important;
}
.fileNotFound {
    background-color: #F00 !important;
}
.dashboard {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 10px;
}
#dashMenu {
    display: flex;
}
#dashMenu a:first-child {
    background: none;
    padding: 0 10px 0 0;
}
#dashMenu a img {
    max-height: 30px;
    max-width: 30px;
}
#dashMenu a {
    text-decoration: none;
    background-color: #F90;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: inset 0px -2px 3px rgba(0,0,0,0.5);
    color: #000;
}
#dashMenu a.act {
    box-shadow: none;
    /* box-shadow: inset 0px -2px 3px rgba(0,0,0,0.5); */
    color: #FFF;
}
#dashMenu a:last-child {
    margin-left: auto;
}
body {
        font-family: Arial, Helvetica, Sans-Serif;
        background-color: #000;
        font-size: 16px;
        color: #FFF;
        overflow-y: scroll;
    }
.dashCont {
    max-height: calc(100% - 38px);
}
.dashCont * {
    font-family: Arial, Helvetica, Sans-Serif;
    
}
.submenu {
    display:flex;
    flex-direction: row;
}
.submenu a {
    cursor: pointer;
    font-size: 0.7em;
    color: #000;
    text-decoration: none;
    background-color: #F90;
    padding: 0.7em;
}
.dashCont h3 {
    padding: 10px;
    margin: 0;
    border-top: #F90 1px solid;
}
h3#rsm a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    background-color: #F90;
    text-align: center;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 2px;
}
h3#rsm a:hover {
    background-color: #FFF;
    color: #000;
}
/*h3#rsm a:not([href]) {
    display: none;
    float:right;
}*/
form {
    display: flex;
    flex-direction: column;
}

.st {
    display: table;
}
.st > * {
    display: table-row;
}
.st > * > * {
    display: table-cell;
    background-color: #F90;
    text-decoration: none;
    padding: 5px;
    color: #000 !important;
}
.st > * > * > span {
    width: 300px;
    float: right;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.1em;
    vertical-align: middle;
    font-size: 0.8em;
}
.st > * > *[href]:hover {
    background-color: #FA8;
}
.st .today {
    background-color: #FFFF00;
}
.err {
    background-color: red;
}
[id^=clips] {
    height: auto;
    display: flex;
    flex-direction: column;
}
/* @media only screen and (max-width: 600px) {
    [id^=clips] {
        height: auto !important;
        min-height: 100%;
    }
  }*/
[id^=clips] .board, .clips {
    column-width: 160px;
    /*column-fill: auto;*/
    column-gap: 2px;
    min-height: calc(100% - 64px);
}
[id^=clips] .board a, .clips a {
    background-color: #F90;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 1px 0;
    cursor: pointer;
}
[id^=clips] .board a, .clips a {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    justify-content: flex-end;
    min-height: 25px;
    font-size: 0.8em;
}
[id^=clips] .board a.tmp, .clips .tmp {
    background-color: #F00;
}
[id^=clips] .board a.act, [id^=clips] .board a.vact, [id^=clips] .board a.sact, [id^=clips] .board a.pact {
    background-color: #FFF !important;
}
[id^=clips] .board a:hover {
    background-color: #FFA;
}

[id^=clips] .board a.loc, [id^=clips] a[data-clip^="http"] {
    background: green;
}
[id^=clips] .board a.loc:hover {
    background-color: #FFA;
}
.clipFilter input {
    min-height: 25px;
}
.clipFilter a {
    font-size: 0.8em;
    color: #FFD;
    text-decoration: none;
    cursor: pointer;
}
.clipFilter a:hover {
    color: #F90;
}
.dashCont .settings {
    font-size: 14px;
}
[id^=clips] .board a:not([data-terms]) {
    border-radius: 5px 0 0 0;
}


#extras a {
    color: #000;
    background-color: #FFF;
    padding: 10px;
    text-decoration: none;
}
#extras .st a:hover {
    background-color: #F90;
}
.console-extras-showwinner {
    display:flex;
    flex-direction:row;
    align-items:center;
}
#extras .console-extras-showwinner a {
    background-color: #FA9;
}
textarea#winners-textarea {
    min-width: 218px;
    height: 34px;
}

.simpletable  {
    display:table;
}
.simpletable > *  {
    display:table-row;
}
.simpletable > * > * {
    display:table-cell;
}

.archivedClips {
    display: none;
}
.clipSets .act {
    background-color: rgb(129, 255, 255);
}
.autoColumn {
    column-fill: auto !important;
}

*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #303030;
    border: 2px inset #4A4A4A;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #444444;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #777777;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FF9900;
    border: 2px outset #FFA14F;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #FFCC00;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #FFEEDD;
  }