﻿body {
    font-family: Ruda;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100px;
        padding: 10px;
        width: auto;
    }

.navbar-publicarea {
    background-color: #fff !important;
    border-bottom-width: 5px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-radius: 0px;
    height: 105px;
}

.navbar-collapse {
    padding-left: 50px;
}

.language-item {
    color: orange;
}

    .language-item .active {
        font-size: 15px;
    }

section {
    margin-top: -20px;
    padding-bottom: 50px;
}

.score-null {
    background: #808080;
    /*font-size: 1.4rem;*/
    color: #fff;
    padding: 5px 15px;
}

div .score-live {
    background: #de620a;
    /*font-size: 1.4rem;*/
    color: #fff;
    padding: 0px 0px;
    width: 90%;
    margin-left: 5%;
    line-height:30px;
}

div .score-end {
    background: #59d436;
    /*font-size: 1.4rem;*/
    color: #fff;
    padding: 0px 0px;
    width: 90%;
    margin-left: 5%;
    line-height:30px;
}

.span-score-live {
    background: #de620a;
    /*font-size: 1.4rem;*/
    color: #fff;
    padding: 5px 15px;
}

.span-score-end {
    background: #59d436;
    /*font-size: 1.4rem;*/
    color: #fff;
    padding: 5px 15px;
}

.sub-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    .sub-title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.75);
        z-index: -1;
    }

.sub-title-inner h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: Offside;
}

.result-line {
    border-bottom: 1px solid #eeeeee;
}

.results-date {
    font-family: Offside;
    padding-top: 10px;
    font-weight: bold;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
    font-family: Offside;
    font-size: 14px;
}

.container {
    font-size: 12px;
}

h3 {
    font-family: Offside;
}

a {
    color: orange;
}

    a:hover :active :focus {
        color: darkorange;
    }

.navbar-default .navbar-nav > li > a {
    color: orange;
    font-size: 14px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a .active {
        color: #FFF;
        background-color: orange;
    }

.main-footer {
    background: #424242;
    color: white;
    padding: 15px;
    font-size: 12px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.div-equipamento {
    padding: 10px;
    display: inline-flex;
}

.div-cores {
    width: 10px;
    display: inline-block;
}

.small-circle-inner {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-top: 1px;
    border: 0.5px solid #000;
}

.my-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255,255,255,0.7);
}

.loading {
    position: absolute;
    top: -56px;
    right: 0;
    bottom: 0;
    left: 250px;
    z-index: 1;
    /*background: linear-gradient(rgba(90, 90, 90, 0.2), rgba(90, 90, 90, 0.2));*/
}

.li-links {
    margin-top: 45px;
}

@media (max-width: 768px) {
    .div-equipamento {
        padding: 3px;
        display: inline-block;
    }

    .small-circle-inner {
        width: 8px;
        height: 8px;
    }

    .align-center {
        text-align: center;
    }

    .li-links {
        margin-top: 0px;
    }
}

.h4-button {
    font-family: Offside;
}

    .h4-button:hover {
        cursor: pointer;
        font-weight: bold;
    }

.result-div {
    padding: 6px 0 0 0;
    line-height: 44px;
    align-items: center;
}

.team-div {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    height: 56px;
}

label, p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 50px;
    }
}

.header-escalao {
    color: #ffffff;
    background-color: #000;
    font-size: 22px;
    margin-bottom: 0;
    padding: 13px 0px 13px 0px;
    font-family: Offside;
}

    .header-escalao i {
        color: orange;
    }

.team-draw {
    font-size: 16px;
    font-family: Ruda;
    display: inline-flex;
    align-items: center;
    height: 35px;
    color: black;
}

.header-group {
    font-family: Offside;
    font-size: 18px;
    font-weight: bold;
}

    .header-group i {
        color: orange;
    }

.navbar-collapse {
    background: #fff;
}

h5 {
    font-family: Offside;
}

.open-scores {
}

.clickable {
    cursor: pointer;
}

    .clickable:hover .open-scores {
        background: #eeeeee;
    }

.live-points {
    background: rgba(255, 165, 0, 0.46);
}

#divresults .header-escalao-branco {
    color: #ffffff;
    background-color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    padding: 13px 0px 13px 0px;
}

    #divresults .header-escalao-branco i {
        color: orange;
    }