﻿/* Empty. Add your own CSS if you like */

.yellow {
    background-color: #FFC900;
}

.dns {
    color: red;
}

.dnf {
    color: red;
}

.red {
    background-color: red;
}

.redTextTie {
    color: red;
}

.yellowScore {
    background-color: #FFC900;
}

.grey {
    background-color: grey;
}

.lightgrey {
    background-color: #E0E0E0;
}

.blue {
    background-color: #93C8FF;
}

.blue[disabled] {
    background-color: #93C8FF;
}

.green {
    background-color: green;
}

.green[disabled] {
    background-color: green;
}

input:disabled {
    background-color: #FFC900;
}

.greenText {
    color: limegreen;
}

.centerText {
    text-align: center;
    font-size: 13px;
    padding: 0px 0px;
}

.arrowRight {
    font-size: 60px;
    float: right;
    padding: 0px 0px;
}

.arrowLeft {
    font-size: 60px;
}

.leftHeader {
    text-align: left;
    padding: 0px;
}

.rightHeader {
    text-align: right;
    padding: 0px;
}

.subheader {
    background-color: lightgray;
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 30px;
}

.marginTop50 {
    margin-top: 50px;
}

.athletePoints {
    padding-top: 30px;
    font-size: 15px;
}

.runButtons {
    width: 100%;
    padding: 0x;
    font-size: 10px;
    height: 18px;
}

.small-hor-padding {
  padding-left: 1px;
  padding-right: 1px;
}

.judge {
    margin-top: 50px;
    width: 100%;
    padding: 0px;
}

.judgeAvtiveView {
    font-size: 12px;
    padding-top: 50px;
    padding-right: 5px;
}

.judgeIndex {
    margin-left: 0px;
}

.currentScore {
    margin-left: 0px;
    padding-top: 5px;
}

.scoreValue {
    margin-left: 20px;
    font-size: 15px;
}

.runScore {
    font-size: 12px;
    margin-left: 2px;
}

.scoreState {
    margin-top: 10px;
}

.buttonsBars {
    margin-top: 0px;
    height: 30px;
}

.runBtn, .submitBtn {
    line-height: 20px;
    min-height: 20px;
    margin: 2px;
    font-size: 15px;
    border-radius: 0px;
    background: lightgray;
    height: 30px;
    vertical-align: middle;
}

.submitBtn {
    line-height: 40px;
    height: 100%;
    margin-top: 4px
}

.itemArrow {
    padding: 0px;
}

.scrollcontent{
    overflow-y: scroll;
    max-height: -webkit-calc(100vh - 415px);
    margin-bottom: 0px;
}

/*increase decrease Buttons*/

.searchBar {
    padding-top: 0px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 27px;
    border-top-width: 1px;
    top: -5px;
}

.round-button {
    border-radius: 0%;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-right: 0px;
    border-color: transparent;
    width: 100%;
}


/* Custom css ionic */

.w20 {
    width: 20% !important;
}

.listpreview .item {
    padding: 5px;
}

.listpreview .row {
    padding: 0;
}

.listpreview .col {
    width: 8.8%;
    padding: 0 2px;
    flex: auto;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
}

.listpreview .item,
.listpreview .item h1,
.listpreview .item h2,
.listpreview .item h3,
.listpreview .item h4,
.listpreview .item h5,
.listpreview .item h6,
.listpreview .item p,
.listpreview .item-content,
.listpreview .item-content h1,
.listpreview .item-content h2,
.listpreview .item-content h3,
.listpreview .item-content h4,
.listpreview .item-content h5,
.listpreview .item-content h6,
.listpreview .item-content p {
    white-space: normal;
}

.buttonState {
    text-align: center;
    color: black;
    border-radius: 5px;
    height: 33px !important;
    width: 55px;
    border-color: transparent;
    background-color: gray;
}

.active {
    background: lightblue;
}

.checkmark {
    font-size: 15px;
    color: limegreen;
}

.close {
    font-size: 15px;
    color: red;
}

#changeScore {
    height: 20px !important;
    width: 40px !important;
    margin-left: 18px !important;
    margin-bottom: 5px !important;
    text-align: center;
    border: 1px solid silver !important;
}

#changeScore:disabled {
    background-color: #f5f5f0;
    border: transparent !important;
    color: lightslategrey;
}

.rankingList {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

.startList {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

.blueButton {
    background-color: #387ef5;
}

.greyButton {
    background-color: lightgray;
}

.errorMessageLength {
    padding-left: 6px;
    color: red;
}

.activeUserEmail {
    padding: 8px;
    font-size: 15px;
}

.footerInfoCenter {
    text-align: center;
}

.iconCategory {
    color: limegreen;
    font-size: 10px;
    float: left;
}

.spinner:before {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: " ";
}

.personalRank {
    position: relative;
    margin-top: 15px;
    margin-left: -20%;
}

.btnBiggerText{
    padding-top: 20px;
    line-height: 30px;
}

.btnPlusMinus{
    position: relative;
    top: 10px;
    font-size: 25px;
    line-height: 20px;
    height: 20px;
    left: 0px !important;
    margin-left: 0px;
    width: 100%;
    background-color: gray;
}

.col-80{
    text-align: center !important;
}

.button-small{
    height: 65px !important;
}
