﻿.vertical-center {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

td.comparisoncell {
    padding: 0 !important;
}

div.extrascore {
    border: 2px solid #202020;
    padding: 7px 8px;
}

div.noextrascore {
    border: 2px solid transparent;
    padding: 7px 8px;
}

.directhit {
    background-color: #99c624 !important;
}

.gap {
    background-color: #dd380d !important;
}

.tendency {
    background-color: #ffae00 !important;
}

.blue-bg {
    background-color: #0059a0 !important;
    color: white;
}

.betterSelection {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
}

.validation-summary-errors li {
    list-style: none;
}

.navbar-brand h1 {
    color: white;
}

.field-validation-error {
    color: red;
}

.mainbar {
    background: #BC0518;
}

.content-header-title {
    color: #BC0518;
}

#back-to-top {
    background-color: #BC0518;
}

    #back-to-top:hover {
        background-color: #BC0518;
    }

.account-logo {
    background-color: #BC0518;
}

    .account-logo::after {
        border-top-color: #BC0518;
    }

.mainbar .mainbar-nav > li > a:hover,
.mainbar .mainbar-nav > li > a:focus {
    background: #83010e;
}

.mainbar .mainbar-nav > .open > a,
.mainbar .mainbar-nav > .open > a:hover,
.mainbar .mainbar-nav > .open > a:focus {
    background: #83010e;
    border-color: #83010e;
    /*color: #002776;*/
}

.mainbar .mainbar-nav > li > a:hover,
.mainbar .mainbar-nav > li > a:focus {
    border-color: #83010e;
    background: #83010e;
    /*color: #002776;*/
}

.mainbar .mainbar-nav > .active > a,
.mainbar .mainbar-nav > .active > a:hover,
.mainbar .mainbar-nav > .active > a:focus {
    background: #83010e;
}

    .mainbar .mainbar-nav > .active > a::after,
    .mainbar .mainbar-nav > .active > a:hover::after,
    .mainbar .mainbar-nav > .active > a:focus::after {
        border-top-color: #83010e;
    }

.slogan {
    display: inline-block;
    padding-top: 12px;
    color: white;
    font-size: 20px;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

    img.team-image {
        width: 25px;
    }

@media (max-width: 767px) {
    #BettingForm input[type=number] {
        padding: 2px 0 !important;
        max-width: 40px;
    }
}

@media (max-width: 991px) {
    /*td.*/
    #BettingForm input[type=number] {
        padding: 2px 0 !important;
    }
}

@media only screen and (max-device-width : 667px) and (orientation : portrait) { /* STYLES GO HERE */
    input.form-control {
        padding: 2px !important;
    }

    span.betting-flag {
        display: none !important;
    }
}


