/* latin-ext */
@font-face
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#div_instructions
{
    position: absolute;
    top:60%;
}

.img-search
{
    margin-top: -10px;
    cursor: pointer;
}

.panel-heading
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #00420c;
}

#pnl_body
{
    /*margin-right: 10px;*/
    background-color: #fff;
    padding: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #00420c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#panel-content
{
    height: 500px;
    overflow-y: auto;
    background-color: #fff;
    border-width: 5px;
    border-style: solid;
    border-color: #00420c;
}

#filtro
{
    padding-right: 15px;
}

/* Estilos Genéricos
================================================================== */

.selectOnMenu { 
    width: 100%;
    margin-bottom: 10px !important;
}

/*
p {
    text-indent: 10px;
}

    *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul {
    padding: 0;
}

li {
    list-style-type: none;
}

li.aboutText {
	margin: 10px;
	list-style-type: disc;
}

.txt {
    overflow:hidden;
    resize: none;
}

.RowStyle {
  height: 50px;
}

.AlternateRowStyle {
  height: 50px;
}
*/

/* Estilos Layout - Navegação
================================================================== */

.imageCenter
{
    margin-left: -10px;
}

.titleEstadioMais {
    color: #FF0 !important;
}

.subItemMenu {
    padding-top: 10px;
}

nav #principal
{
    background: url( '../img/menu_verde.png' ) top left repeat;
    border-radius: 10px;
    padding: 20px;
}

    nav #principal li
    {
        margin-bottom: 10px;
    }

    nav #principal a
    {
        color: #ffffff;
        text-decoration: none;
    }

        nav #principal a:hover
        {
            color: #f1e80b;
        }

li.titulo
{
    color: #f1e80b;
    margin: 0 0 15px;
    font-size: 17px;
    text-transform: uppercase;
}

li#separador
{
    background: url( '../img/separador_menu.png' ) top center no-repeat;
    width: 100%;
    height: 46px;
}

.resposta
{
    float: left;
    width: 30px;
    height: 64px;
}

    .resposta i
    {
        font-size: 20px;
        color: #a0d9a5;
    }

#content-page
{
    padding-top: 30px;
    margin: 0 auto;
}

/* Estilos Layout - Seção Article
================================================================== */
/*article {
    background: #ffffff;
    border-radius: 10px;
}

table th,
table td {
    font-size: 14px;
    font-family: inherit;
}

    table td i {
        font-size: 22px;
    }

    table th,
    table td .center {
        text-align: center;
    }
*/

.bola_disable {
    opacity: 0.2;
}

/* Estilos Layout - Rodapé
================================================================== */

#footer
{
    background: #034811;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    margin-top: 50px;
}

    #footer h3
    {
        color: #ffdb04;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #footer .menu
    {
        border-left: 1px dotted #FFF !important;
    }

    #footer ul, ol
    {
        padding: 0;
    }

    #footer li
    {
        display: block;
        margin-top: 10px;
        line-height: 18px;
        margin-left: 10px;
    }

        #footer li a
        {
            color: #FFF;
            list-style: none;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-decoration: none;
            line-height: 8px;
        }

#footerCopy
{
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 60px;
    padding-top: 30px;
}

.bannersFooter
{
    font-family: Lato;
    font-size: 12px;
    background: #00420c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.descricaoCMS
{
    font-family: Lato;
    font-size: 12px;
    color: #999;
}

/* -------------------- */
/* GOOGLE MAPS BOX CODE */
/* -------------------- */
#googleMap
{
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.box
{
    width: 390px;
    height: 205px;
    margin: 4px 0;
}

.col_left
{
    width: 210px;
    float: left;
    clear: both;
}

.col_right
{
    margin-left: 10px;
    width: 170px;
    float: left;
}

.PhotoStadium
{ /* Lado Esquerdo */
    width: 210px;
    height: 170px;
}

.PhotoDetail
{
    background-color: #333;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    width: 210px;
    height: 35px;
}

.NameStadium h6
{ /* Lado Direito */
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 14px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 5px;
}

.NameStadium h3
{
    color: #666;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

hr.separador
{
    width: 90%;
    margin: 9px 12px;
}

address
{
    color: #999;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    text-align: center;
}

.RatingStadium
{
    width: 65%;
    margin: 0px auto 0px auto;
}

    .RatingStadium img
    {
        width: 22px;
        height: 22px;
    }

        .RatingStadium img.inAtivo
        {
            opacity: 0.2;
        }

.RatingTitle img
{
    width: 25px;
    height: 25px;
    margin-top: -5px;
}

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l
{
    background-position: -10px -40px;
}

.jssora05r
{
    background-position: -70px -40px;
}

.jssora05l:hover
{
    background-position: -130px -40px;
}

.jssora05r:hover
{
    background-position: -190px -40px;
}

.jssora05ldn
{
    background-position: -250px -40px;
}

.jssora05rdn
{
    background-position: -310px -40px;
}

div.sliderContainer
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 365px;
    height: 356px;
    background: #191919;
    overflow: hidden;
}

div.slider
{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 365px;
    height: 356px;
    overflow: hidden;
}

img.imageSlide
{
    width: 100%;
    height: 356px;
}

.PagerLarge tbody tr:last-child td table tbody tr td span
{
    font-size: 15px;
    margin: 0px 1px 0px 1px;
}

.PagerLarge a
{
    font-size: 15px;
    margin: 0px 1px 0px 1px;
}

.ratingStar
{
    font-size: 20pt;
    width: 200px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
}

.emptyRatingStar
{
    background-size: 500px;
    background-image: url(../img/ico_ball.png);
    background-repeat: no-repeat;
    opacity: 0.2;
}

.savedRatingStar
{
    background-size: 500px;
    background-image: url(../img/ico_ball.png);
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-size: 500px;
    background-image: url(../img/ico_ball.png);
    background-repeat: no-repeat;
}

img.imageProfile
{
    width: 103px;
    height: 103px;
    display: block;
}

.bottonRowButtons
{
    padding: 0px 5px 20px 0px;
}

.numBus
{
    padding: 5px;
    margin: 5px;
    border: solid 1px;
    border-radius: 5px;
}

.greenProgress, .progressFilters, .progressContent
{
    position: absolute;
    opacity: 0.4;
    text-align: center;
    margin-left: -15px;

    /*margin-left: 13.6%;
    background-color: green;*/
}

.progressFilters
{
    width: 76%;
    height: 39%;

    /*width: 37%;
    height: 89.5%;*/
}

.progressContent
{
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

img.loadingImg
{
    margin-top: 30%;

    /*margin-top: 5%;*/
    /*margin-right: 15%;*/
}

#principal ul li.menu_item:hover
{
    cursor: pointer;
}

.afasta5
{
    margin: 5px;
}

#content_ImgEstadio
{
    width: 210px;
    height: 170px;
}

.rounded-corners
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid black;
    overflow: hidden;
}

/* ---------------------------------------------------------------------------------- */

.itp-share
{
    display: block !important;
}

.itp-share-tw
{
    float: left;
    margin: 10px 5px 0;
}

.itp-share-tbr
{
    float: left;
    margin: 10px;
}

.itp-share-fbl
{
    float: left;
    margin: 10px;
}

.itp-share-su
{
    float: left;
    margin-right: 14px;
    margin-top: 11px;
}

.itp-share-lin
{
    float: left;
    margin-right: 14px;
    margin-top: 10px;
}

.itp-share-gone
{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.itp-share-gshare
{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.itp-share-reddit
{
    float: left;
    margin-top: 10px;
}

    .itp-share-reddit a:hover
    {
        text-decoration: none !important;
        background: none !important;
    }

.itp-share-pinterest
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.itp-share-buffer
{
    float: left;
    margin-top: 10px;
}