body{
    background: url(../img/fundo.png);
}

.navbar-static-top {
    margin-bottom:20px;
}

i {
    font-size:16px;
}


/* count indicator near icons */
.nav>li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 9px;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.navbar-brand{
    width: 160px;
    height: 80px;
    background-image: url(../img/f1_logo.png);
    background-repeat: no-repeat;
    text-indent: -999999px;
    background-size: 100px 54px;
    background-position: center center;

}
.navbar-header{
}
#menu-auntenticado{
    margin-left: 0;
    margin-right: 0;
}

.title_page{
    color: #efefef;
    padding: 5px 0;
    border-bottom: 2px solid #dfe2e6;
    margin-bottom: 20px;
    text-transform: uppercase;

}
.title_page strong{
    position: relative;

}

.title_page strong:after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #e62111;
    width: 150px;
    bottom: -6px;
    left: 0;
    width: 100%;
}

.navbar-inverse .container, 
.navbar-inverse .container-fluid{
    background-color: #333333;
}

.navbar-inverse{
    background-color: transparent;
    border: 0;
    /*    background-color:#333333;*/
    /*    border-bottom: 1px solid #fff;*/
}

.main{
    /*
    background: #505961;
    //background: #333333;
    background-color: rgba(80, 89, 97, 10);
    border-top: 2px solid #fd7272;
    
    border-bottom: 2px solid #505961;
    border-top: 2px solid #505961;
    border-left: 2px solid #505961;
    border-radius: 2px;*/
    background: #505961;
}

.content{
    /*
    background: #fff;
    //padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    background: #3a4046;
    background-color: rgba(80, 89, 97, 10);
    //background-color: rgba(255, 255, 255, 0.6);*/
    min-height: 540px;
    padding-bottom: 50px;
    color: #f3efef;
}

.box-menu{
    padding: 0;
}
.box-menu .navbar-collapse{
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;

}
.menu-left{
    padding: 10px 10px !important;
    background: #3a4046;
    margin: 5px;
    color: #efefef;
}
.menu-left .nav li a{
    color: #efefef;
    margin-bottom: 1px;
}
.menu-left .nav li a i{
    width: 20px;
}
.menu-left .nav li a:hover, .menu-left .nav li a.active, .menu-left .nav li a:focus{
    color: #333333;
}
.menu-left li a{
    padding: 5px 10px;
}

.container-login{
    padding: 10px 20px !important;
}
.container-login .input-group{
    margin-bottom: 10px;
}
.container-login #btn-login{
    margin-right: 10px;
}
.container-login h4{
    font-weight:bold;
    color:#efefef;
    letter-spacing:1pt;
    word-spacing:0pt;
    font-size:24px;
    text-align:left;
    font-family:trebuchet MS, sans-serif;
    line-height:1;
}
.container-login .fa-lock{
    padding: 0 1px;
}
.container-login .input-group-addon i{
    color: #6ca1d9;
}

.input-group-addon, .input-group-btn {
    width: auto;
}
.navbar-inverse {
    margin: 0 auto;
}


.menu-left .nav ul{
    margin: 0;
    padding: 0;
    /*    background: #d8dbde;*/

}
.menu-left .nav ul li{
    list-style: none;
    padding: 3px 5px 3px 10px;
}

.menu-left .navbar-nav{
    float: none;
}

.menu-left .navbar-nav ul {
    float: none;
    margin: 0;
    padding: 0;
}
.menu-left .navbar-nav li {
    float: none !important;

}

.menu-left .navbar-nav ul li a{
    border-radius: 5px;

}

.menu-left ul :not(collapsed) .arrow:before,
.menu-left li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.item-homenagem{
    max-width: 240px;
    margin: 15px auto 15px auto;
}

.item-homenagem img{
    width: 100%;
    max-height: 240px;

}
.shadow-homenagens{
    /*    font-size: 2.5rem;*/
}


.shadow {
    padding: 15px;
    text-align: center;
    color: #d9d9d9;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: Helvetica, Arial, Sans-Serif;
    text-shadow: 1px 1px #3b3b3b, 
        2px 2px #3b3b3b, 
        3px 3px #3b3b3b, 
        4px 4px #3b3b3b;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition:    all 0.12s ease-out;
    -ms-transition:     all 0.12s ease-out;
    -o-transition:      all 0.12s ease-out;
}

.trofeu .caption{
    font-weight: 600;
}

footer{
    background: #3a4046;
    /*    #474e56;#505961;*/
    color: #fff;
    /*    border: 1px solid #505961;*/
    /*    margin-top: 10px;*/
    padding: 15px 0;
}

.flag-home{
    padding-top: 2em;
}

.flag-home img{
    max-width: 70%;
    margin: 0 auto;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.text-home{
    color: #e9e9e9;
    font-weight: bold;
    font-size: 3rem;
    font-family: "Lucida Handwriting";
    text-align: center;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
    text-shadow: 4px 4px 2px rgba(63, 63, 63, 1);
}

/* regulamento */
.box-regulamento{
    font-weight: 600;
    color: #61686e;
}

.box-regulamento .panel{
    margin-bottom: 5px;
}

.box-regulamento .panel-heading{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.box-regulamento .panel-heading .panel-title{
    color: #32475b;
    font-weight: 600;
}

.table-regulamento > thead > tr{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,7f7f7f+100 */
    background: #d9d9d9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 0%, #7f7f7f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#7f7f7f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9d9d9 0%,#7f7f7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
}

.table-regulamento>tbody>tr{
    background-color: #f4f4f4;
}
.table-regulamento>tbody>tr:nth-of-type(odd) {
    background-color: #d3d3d3;
}

.table-regulamento tr th{
    text-align: center;
    color: #32475b;
    font-size: 15px;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}
.table-regulamento > tbody > tr > td{
    text-align: center;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}
.table-regulamento tr th.pontuacao{
    width: 120px;
}

.table-regulamento > tbody > tr:hover{
    background-color: #afaeae;
    color: #222;
}
.table-regulamento > tbody > tr:hover td{
    padding: 3px 5px;
}


/* Campeões */
.campeao{
    padding-right: 15px !important;
}
.campeao .table{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.campeao .ano{
    font-size: 24px;
    background-color:#32475b;
    color: #f4e11e;
    border: none;
}
.campeao .table thead tr th{
    border-top: none !important;
    border-bottom: none !important;
    border-color: #fd8a8a; 
    text-align: center;
}
.campeao .table tbody tr td{
    border-top: none !important;
    border-bottom: none !important;

}
.campeao .header{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5c5c+0,fe9090+55,febbbb+100 */
    background: #ff5c5c; /* Old browsers */

    border: none;
}
.campeao tbody tr{
    background-color:#d5d5d5;
    color: #3a4046;
    border-bottom: 1px solid #F5F5F5;
}
.campeao tbody tr.prim_colocado{
    color: #222;
    font-weight: 600;
}
.campeao tbody tr.seg_colocado{
    color: #5b5b5b;
    font-weight: 600;
}
.campeao tbody tr.ter_colocado{
    color: #6e6e6e;
    font-weight: 600;
}




.text-indent{
    text-indent: 2.5em;
}

.table-index{
    border-top: 1px solid #9a9ea2;
}
.table-index thead{
    background-color:#b1b3b6;
}
.table-index thead tr{
    border-bottom: 3px solid #9a9ea2;
}

.table-index thead tr th{
    text-align: center;
    border: 1px solid #9a9ea2;
    color: #3a4046;
    font-weight: 600;
}

.table-index tbody tr td{
    color:#32475b;
    padding: 5px;

}
.table-index tbody tr.impar{
    background-color: #e5e7e9;
}
.table-index tbody tr.par{
    background-color: #d9dde1;
}

.form-default{
    padding: 10px 0;
}

.form-group-btns hr{
    margin-top: 0;
    border-top: 2px solid #a39f9f;
}

.panel-seach .panel-title{
    color: #677280;
    font-weight: 600;
}
.panel-seach{
    margin-top: 20px;
    color: #3b4b5e;
}
.panel-seach .panel-body{
    padding: 10px 0 10px 0;
}

.col-padd-0{
    padding: 0;
}

.detalhar{
    margin-top: 20px;
    color: #32475b;
}

.detalhes{
    padding: 0;
    color: #32475b;
}

.detalhes .list-group-item{
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d8dbde;
    margin-bottom: 5px;
}

.detalhes .text-bold{
    /*    background: #b3cae5;*/

    font-weight: bold;
    padding: 5px 10px 5px 0;
    margin: 0 0 1px 0;

}
.detalhes .text-value{

    /*    background: #e0e2e5;*/
    padding: 5px 5px 5px 0;
    margin: 0 0 1px 0;
}

.pagination{
    margin-top: 0;
}
.col-pagination{
    text-align: center;
}
.col-itens-por-page .input-group-addon{
    font-size: 12px;
}



.col-itens-por-page .form-control{
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.btn-default{
    background: #cbcdcf;
}

.container-autenticado p{
    color: #c3c3c3;
    text-shadow: 1px 1px 1px rgba(175, 175, 175, 1);
    font-size: 0.9em;
}
.container-autenticado h5{
    text-align: center;
    color: #c3c3c3;
    text-shadow: 1px 1px 1px rgba(175, 175, 175, 1);
    font-size: 1.2em;
}

@media (min-width: 768px){
    .navbar-inverse {
        /*        width: 750px;*/
    }
    .text-home{
        font-size: 4.2rem;
    }
}
@media (min-width: 992px){

    .navbar-inverse {
        /*        width: 970px;*/
    }
    .text-home{
        font-size: 3.8em;
    }
}
@media (min-width: 1200px){
    .navbar-inverse {
        /*        width: 1170px;*/
    }
    .text-home{
        font-size: 4.2em;
    }
}

@media (max-width: 767px){
    .detalhes .text-bold{
        display: block;
    }
    .content{
        margin-bottom: -20px;
        padding: 15px;
        min-height: 450px;
    }
    .flag-home img{
        width: 80%;
    }

    .table-regulamento > thead > tr > th{

        white-space: normal !important;

    }

}


.col-padd-right-0{
    padding-right: 0;
}

.form{
    padding-bottom: 20px;
}

.form .panel-body{
    color: #999999;

}

.form fieldset{
    margin-top: 10px;

}

.form legend{
    color: #888;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 5px;
    border-radius: 3px;
    border-bottom-color: #b1b3b6;
}
.form legend span{
    height: 34px;
    margin-top: 1px;
    display: inline-block;
    padding-top: 2px;
}

.form .fotos-palpite{
    float: left;
}
.form .fotos-palpite .img-piloto,.form .fotos-palpite .img-equipe{
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #b1b3b6;
    padding: 0;
    background-size: 100% 100%;
}


.form .fotos-palpite .img-piloto{
    margin-left: 2px;
}

.form .perguntas .form-group{
    margin-bottom: 20px;
}

.form .perguntas .pergunta-extra label{
    color: #fcfcbb;
}
.detalhes .pergunta-extra{
    background-color:#ffffe3;
}


@media (min-width: 768px){
    .col-padd-0-sm{
        padding: 0;
        margin-bottom: 0;
    }
    .form .form-group{
        margin-bottom: 0;
    }
    .form .fotos-palpite{
        padding-top: 0;
        padding-bottom: 0;
    }


    .form .perguntas .form-group{
        padding-right: 0;
    }
    .form .perguntas .form-group label{
        width: 62%;
        padding: 0 15px 0 0;
        text-align: right;
    }

    .form .perguntas .form-group select,
    .form .perguntas .form-group input{
        width: 37%;
        display: inline-block;
    }
    .form .fotos-palpite .img-piloto,.form .fotos-palpite .img-equipe{
        width: 55px;height: 55px;
    }
}

@media (min-width: 400px) and (max-width: 767px){
    .form .treino .col-sm-1,
    .form .pilotos .col-sm-1,
    .form .construtores .col-sm-1,
    .form .corrida .col-sm-1{
        width: 10%;
        float: left;
    }
    .form .treino .col-sm-7,
    .form .pilotos .col-sm-7,
    .form .construtores .col-sm-7,
    .form .corrida .col-sm-7{
        width: 62%;
        float: left;
    }
    .form .treino .col-sm-4,
    .form .pilotos .col-sm-4,
    .form .construtores .col-sm-4,
    .form .corrida .col-sm-4{
        width: 28%;
        float: left;
    }
    .col-padd-0-sm{
        padding: 0;
        margin-bottom: 0;
    }
    .form .form-group{
        margin-bottom: 0;
    }
    .form .fotos-palpite{
        padding-top: 0;
        padding-bottom: 0;
    }
    .form label{
        text-align: right;
    }
    .form .perguntas .form-group label{
        width: 55%;
        padding: 0 15px;
    }

    .form .perguntas .form-group select,
    .form .perguntas .form-group input{
        width: 44%;
        display: inline-block;
    }

}


.item-menu-pergunta-extra{
    background-color: #ff6666;
}

/* Versão form GP inline */
.form .input-group {
    float: left; 
    padding-right: 0; 
    padding-left: 15px; 
    width: 95%;
}
#form-bolao-gp .input-group-addon{
    width: 30px;
}
.form .fotos-palpite{
    padding: 0 5px;
    margin: 0px;
}
.form .treino, .form .pilotos{
    padding: 0 2px 0 0;
} 
.form .corrida, .form .construtores{
    padding: 0 0 0 2px;
}


@media screen and (max-width:991px) {

}
/* lg */ 
@media (min-width: 1200px) {
    .form .input-group {
        width: 68%;
    }
    .form .construtores .input-group{
        width: 82%;
    }

    .form .fotos-palpite{
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .form .input-group {
        width: 62%;
    }
    .form .construtores .input-group{
        width: 78%;
    }
    .form .fotos-palpite{
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .form .input-group {
        width: 95%;
    }
    .form .fotos-palpite{
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    .form .input-group {
        width: 75%;
    }
    .form .fotos-palpite{
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

/* xs */
@media (max-width: 550px) {
    .form .input-group {
        width: 70%;
    }
    .form .fotos-palpite{
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

/* XS Portrait */
@media (max-width: 420px) {
    .form .input-group {
        width: 100%;
        padding-right: 15px;
    }
    .form .fotos-palpite{
        padding-left: 13px;
    }
}

/* DROP PiLOTOS*/
.drop-pilotos{
    width: 300px;
    bottom:-20px;
    left: 0;
    position:fixed;
    float:right;
    margin-left:10px;
    z-index: 2200;

}

.drop-pilotos > div > .panel{
    border-radius: 5px 5px 0 0;
    border: none !important;
}
.icon_minim{
    padding:2px 0px;
}
.container_pilotos_draggable{
    background: #e5e5e5;
    margin: 0;
    padding: 0 3px 3px;
    overflow-x:hidden;
    max-height: 350px;
    border: 1px solid #ccc;
}
.top-bar {
    background-color: #fd7b7b !important;
    color: white;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    border: none !important;
}

.top-bar .panel-title{
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.piloto-draggable {
    color: #3b4b5e;
    background: #F5F5F5;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur) 8 8, move;
}
.piloto-draggable:hover, .piloto-draggable:active, .piloto-draggable:focus {
    background-color:#ebebeb;
}

.piloto-draggable:first-child {
    margin-top: 2px;

}

.piloto-draggable .piloto{
    display: block;
    border: 1px solid #c3c3c3;
    margin-bottom: 1px;
    padding: 1px 3px 1px 3px;
}


.piloto-draggable .piloto .nome{
    width: 170px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.piloto-draggable .fotos-piloto-equipe{
    padding: 0;
    padding-bottom: 0 !important;
    height: 30px;
}

.piloto-draggable .fotos-piloto-equipe .foto{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #888;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.container_pilotos_draggable::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.container_pilotos_draggable::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.container_pilotos_draggable::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}


/* teste */

h1.effects {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 94px;
    padding: 40px 20px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.effects.elegantshadow {
    color: #131313;
    /*    background-color: #e7e5e4;*/
    letter-spacing: .15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
.effects.deepshadow {
    color: #e0dfdc;
    /*    background-color: #333;*/
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
.effects.insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: .1em;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}
.effects.retroshadow {
    color: #2c2c2c;
    background-color: #d5d5d5;
    letter-spacing: .05em;
    text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.panel > .list-group
{
    margin-bottom: 0;
}
.panel > .list-group .list-group-item
{
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child
{
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}
.panel-default .list-group-item.active
{
    color: #000;
    background-color: #DDD;
    border-color: #DDD;
}

.panel-default .list-group-item.checkbox{
    margin-top: 0;
}

.bolao-col-gp{
    
    border-bottom: 1px solid #a1a3a6;
    padding: 15px 0;
    margin-bottom: 15px;
}
.bolao-col-gp label{
    padding: 7px 0 7px 5px;
}