﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

@font-face {
    font-family: 'AgencyFB';
    src: url('../../fonts/AgencyFB.ttf') format('truetype');
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

a {
    text-decoration: none;
}
/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/

button {
    cursor: pointer;
}

.Linha {
    white-space: nowrap;
}

.navbar-inverse {
    background-color: rgba(34,34,34,0.6);
    border-color: rgba(8,8,8,0);
}

    .navbar-inverse .navbar-nav > li > a {
        color: #dedede !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background: #ff9900;
        }

.navbar-nav {
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-ativo {
    background: #FF9900;
}



/* Cores do background*/
.bg-color-f6 {
    background-color: #f6f6f6;
}

/*Titulos do site*/
.titulo-g {
    font-family: AgencyFB, Agency FB;
    font-size: 66px;
    font-weight: bold;
}

.titulo-m {
    font-family: AgencyFB, Agency FB;
    font-size: 24px;
    font-weight: bold;
}

/*.logo-icon {
    background-image: url("../img/logo.png");
    content: '';
    width: 100%;
    height: 64px;
    background-repeat: no-repeat;
}*/

#logo {
    display: inline-block;
}

.logo-menu img {
    width: 60%;
}

.logo-scan {
    max-width: 134px;
    padding: 5px;
}


.no-list-style {
    list-style: none;
}

.borderSenha {
    border: solid;
    border-color: #ec971f;
    border-radius: 8px 8px;
}

.BackSenha {
    background-color: #0026ff;
}


#nav-menu li a {
    color: #fff !important;
}

#menu {
    padding: 14px 0px;
    z-index: 999;
}


.link-cadastro a:hover {
    color: #fff;
    cursor: pointer
}




/*Banners*/
.parallax {
    /* Set a specific height */
    /*min-height: 700px;*/
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 960px){
    .parallax{
        min-height: 700px;
    }

}
.alert {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #a94442;
    border-radius: 2px;
    color: #a94442;
}
.box-shadown {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.imagem-full img {
    width: 100%;
    height: auto;
}

.banner {
    /*background-repeat: no-repeat;
    display: block;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
/*Imagens dos banners*/
.banner-inst {
    background-image: url("../img/Inst-bn.png");
}

.banner-reg {
    background-image: url("../img/reg-bn.png");
}

.banner-home-1 {
    background-image: url("../img/home-bn3.png");
}

.banner-home-2 {
    background-image: url("../img/home-bn2.png");
}

.banner-home-3 {
    background-image: url("../img/bn-02.jpg");
}

.bg-dark {
    background-color: #222222;
}

.text-light {
    color: #fafafa
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

/*Configurações bandeiras*/
.display-bandeiras li {
    display: inline-block;
    margin-bottom: 20px;
}

.img-bandeira {
    padding-right: 20px;
}

.texto-bandeira {
    letter-spacing: 0px;
    line-height: 14px;
}

li.nav-item:hover {
    text-shadow: 0px 0px 8px #fff;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

section {
    padding-top: 120px;
    padding-bottom: 60px;
}

.calendario thead tr th {
    padding-right: 14.5em;
}

@media(max-width:960px) {
    .calendario thead tr th {
        padding-right: 0em;
    }
}

footer {
    width:100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.font-small {
    font-size: 14px;
}

.contatos-rodape a {
    color: #fff;
}

.py-5 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.px-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.my-3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.py-1 {
    padding: 0.75em;
}

.mt-3 {
    margin-top: 1.5em;
}
.mb-3 {
    margin-bottom: 1.5em;
}

.contatos-rodape p {
    margin: 0px;
}

.box-jogo {
    padding: 40px;
}

.select-position {
    border: none;
    padding: 11px;
    width: 100%;
}

.tab-pane {
    padding: 10px 20px;
}

label {
    cursor: pointer;
}

.avatar {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

    .avatar img {
        width: 100%;
        height: auto;
    }

.circle {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background-color: #343A40;
}

.img-autodromo {
    width: 100px;
    overflow: hidden;
}

    .img-autodromo img {
        width: 100%;
        height: auto;
    }

.foto-piloto {
    width: 76px;
    height: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .foto-piloto img {
        width: 100%;
    }

#foto-piloto-1 {
    background-image: url('../img/pilotos/lewis-corpo.jpg');
}

#foto-piloto-2 {
    background-image: url('../img/pilotos/sebastian-corpo.jpg');
}

#foto-piloto-3 {
    background-image: url('../img/pilotos/valtteri-corpo.jpg');
}

.nome-piloto {
    position: relative;
    margin-top: 5%;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

.box-piloto {
    margin-top: 10px;
}

    .box-piloto label input[type=radio] {
        width: 44px;
        height: 20px;
    }

.div-foto-p {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

    .div-foto-p img {
        width: 100%;
    }

.divHeaderModal {
    background-color: #e58900;
    border-bottom: 3px solid #e6d6b7;
    height: 4em;
    width: 100%;
    text-align: center;
    float: left;
    /*padding-left: 1em;*/
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
}

    .divHeaderModal h3 {
        color: #fff;
        /*font-style: italic;*/
        letter-spacing: 1px;
        /*padding-left: 1em;*/
    }

#divTrigger {
    margin-top: 50px;
    margin-bottom: 10%;
    padding: 0 2em 0em 2em;
}

.headerPainel {
    background-color: #1b587c;
    border-bottom: 5px solid #FF6666;
    width: 100%;
    float: left;
    color: white;
    padding: 1.5%;
}

.headerItem {
    background-color: white;
    padding: 1.5%;
}

.div-registro {
    background-color: aliceblue;
    padding-bottom: 1.5%;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
    overflow: auto;
}

    .div-registro .divheader {
        background-color: #1b587c;
        width: 100%;
        float: left;
        color: white;
        padding: 1%;
        font-size: 1.14em;
    }

.loader {
    border: 8px solid #515151;
    border-radius: 50%;
    border-top: 8px solid #f3f3f3;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*modal*/
.ui-widget .ui-widget {
    font-size: .78em;
}

.ui-widget-header {
    font-size: .85em;
}

/*.modal-dialog input[type="button"] {
    background-color: #2eadde;
}*/

.modal-dialog .divGrid tfoot input[type="button"] {
    font-size: .7em;
}


.tableNoBorder, .modal-dialog .table {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .tableNoBorder tr, .modal-dialog .table tr {
        border-bottom: 0px none !important;
    }

    .tableNoBorder td, .modal-dialog .table td {
        padding: 5px !important;
        border-top: 0 none;
    }

.tableNoBorderNoBackground {
    margin: 0 !important;
    padding: 0 !important;
}

    .tableNoBorderNoBackground tr {
        border-bottom: 0px none !important;
        background: transparent none !important;
    }

    .tableNoBorderNoBackground td {
        padding: 5px !important;
    }

.modal-dialog {
    width: 900px;
}

@media (max-width: 900px) {
    .modal-dialog {
        width: unset;
    }
}

#modalLoading {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .templatemodal-window .modal-dialog .modal-content {
        width: 92em;
        margin-left: -25em;
    }

        .templatemodal-window .modal-dialog .modal-content .ng-scope .divFixed {
            width: 1286px;
            left: inherit;
        }
}



.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

    .sidenav a {
        padding: 6px 6px 6px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

.main {
    margin-left: 200px; /* Same as the width of the sidenav */
}
@media (max-width: 520px){
    .mobileHide{
        display:none;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.btn-primary {
    background-color: #E58900 !important;
    border-color: #b06900;
}

    .btn-primary:hover {
        background-color: #FF9900 !important;
        border-color: #b06900;
    }

.box-rest-senha {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}


.navbar-nav {
    /*width: 80%;*/
    text-align: center;
}

/*.navbar-nav li {
    float: none;
    display: inline-block;
}*/

@media (max-width: 768px) {
    .navbar-nav {
        font-size: 12px;
    }
}


.parallelogram {
    background: #f90;
    transform: skew(-35deg);
    padding: 4px;
    float: left;
    margin-left: 28px;
    margin-right: 22px;
    margin-bottom: 6px;
    margin-bottom: 6px;
    box-shadow: 4px 3px #cdcdcd;
}

    .parallelogram span {
        transform: skew(35deg);
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        float: left;
        margin-left: 10px;
        text-shadow: 2px 1px #985b00;
    }

#parallelogram-1 {
    width: 60px;
}

#parallelogram-2 {
    width: 90px;
    background: #d47406;
}

#parallelogram-3 {
    width: 120px;
    background: #d43106;
}

#dados-historico tbody tr td {
    vertical-align: middle;
}

.grid-position {
    padding: 10px;
    background: #fff;
    text-align: center;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 42px;
}

    .grid-position p {
        margin: 0 auto;
    }

.select-foto-piloto {
    width: 40px;
    height: 42px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.select-piloto {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width: 600px) {
    section {
        padding-top: 60px;
    }

    .select-piloto {
        width: 76%;
    }
}

@media screen and (max-width: 600px) {
    section {
        padding-top: 60px;
    }
}

@media screen and (min-width: 490px) {
    .select-piloto {
        width: 72.999%;
    }
}

@media screen and (max-width: 490px) {
    .select-piloto {
        width: 54.999%;
    }

    .titulo-g {
        font-size: 30px;
        font-family: 'Agency FB';
    }
}

@media screen (width: 220px) {
    .titulo-g {
        font-size: 16px;
    }
}

/* input piloto mais rápido*/
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 4.5em;
        /*text-indent: 3.25em;*/
        /*margin-top: 2em;*/
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        max-height: 64px;
        overflow: hidden;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            right: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}


    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-warning span {
    position: relative;
    margin-left: 40%;
    top: 44px;
}

.tab-content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#table-pontos {
    height: 763px;
    overflow: auto;
}

#table-liga {
    overflow: auto;
}

.table-titulo {
    background-color: #ffb74c !important;
    color: #FFF;
    font-weight: bold;
}

.paginacao {
    text-align: center;
}

.pagination > .active > a {
    background-color: #f90;
    border-color: #f90;
}

    .pagination > .active > a:hover {
        background-color: #ffb74c;
        border-color: #ffb74c;
    }

.pagination > li > a, .pagination > li > span {
    color: #f90;
}

.input-control {
    text-align: center;
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.divSpaceModal {
    padding: 10px;
}

#spaceButon {
    margin-top: 40px;
}

.email-contact {
    font-size: 12px;
    color: #fff;
}

    .email-contact:hover {
        color: #2eadde;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #f90;
    border: 1px solid #ddd;
}

.col-pontos {
    text-align: center;
    max-width: 50px;
}

.input-selecionado {
    width: 84%;
    padding: 6px 12px;
    display: none;
    float: left;
    border: none;
    background: #fff;
}

.div-input-icon {
    display: none;
    float: left;
}

.div-input-icon img {
    width: 22px;
    height: 22px;
    margin-top:7px;
}
.nome-exibido {
    line-height: 12px;
    padding-left: 12px;
    text-align: left;
}

    .nome-exibido i {
        font-size: 10px;
        font-style: italic;
    }

.input-telefone {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

@media (min-width: 1200px) {
    .navbar-nav.collapse {
        float: left;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .banner {
        background-size: auto;
    }
}

.btn-liga{
    padding:0;
    border:none;
    background:none;
}
.ligas{
    padding:0;
}
.ligas li{
    margin-bottom: 20px;
}

.img-liga{
    width:100px;
    height:100px;
    overflow:hidden;
}
.box-btn-liga {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color:#f7f7f7;
    border-radius: 4px;
    width: 160px;
}
.box-btn-liga:hover {
    background: #ffeec9;
    cursor: pointer;
}

.hidden-message:hover{
    display:block
}
.hidden-message:hover .balaodialogo .mensagem {
    visibility:visible;
    opacity: 1;
    transition: opacity .5s linear;
}

/*.hiden-message .balaodialogo .mensagem {
    visibility:hidden;
    position: relative;
    background-color: #ffe8c7;
    border-radius: 4px;
    text-align: center;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    padding: 4px 6px;
}*/
.mensagem {
    visibility:hidden;
    opacity:0;
    position: relative;
    background-color: #ffe8c7;
    border-radius: 4px;
    text-align: center;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    padding: 4px 6px;
}
.mensagem:after {
   content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid #ffe8c7;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -15px;
    top: -64%;
}
.cursorMause {
    cursor: pointer
}


.box-index {
    float: left;
    margin: 4px;
    padding: 2px 4px;
}
.box-select{
    width: 84%;
    float:left;
    margin-bottom: 10px;
}

.modal-footer{
    border-top: none;
}

.btn-amarelo {
    background-color: #f9e303;
    border-color: #b0a500;
}
.btn-amarelo:hover{
    background-color:#ffef49;
}

.break-line {
    white-space: normal;
}

.ranking-email:nth-child(1) {
    background-color: #ffd892;
    font-weight: bold;
}
.ranking-email:nth-child(2) {
    background-color: #ffbc70;
    font-weight: bold;
}
.ranking-email:nth-child(3) {
    background-color: #ffa38a;
    font-weight: bold;
}

.mkt-120x600 {
    width: 120px;
    height: 600px;
    overflow: hidden;
}

.mkt-300x250 {
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.mkt-468x60 {
    width: 468px;
    height: 60px;
    overflow: hidden;
}

.mkt-728x90 {
    width: 728px;
    height: 90px;
    overflow: hidden;
}

.mkt-970x250 {
    width: 970px;
    height: 250px;
    overflow: hidden;
}

.mkt-240x400 {
    width: 240px;
    height: 400px;
    overflow: hidden;
}

.mkt-750x200 {
    width: 750px;
    height: 200px;
    overflow: hidden;
}

.mkt-168x28 {
    width: 750px;
    height: 200px;
    overflow: hidden;
}