﻿@font-face {
    font-family: 'kanit-regular';
    src: url('../../../fonts/kanit-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'kanit-light';
    src: url('../../../fonts/kanit-light.ttf') format('truetype');
}

h4 {
    color: #000000;
    font-size: 16.5px;
    font-weight: normal;
    padding: 0 0 5px;
}

#conteudo_artigo {
    padding-bottom: 20px;
    font-family: Segoe UI;
}

    #conteudo_artigo h2 {
        font-family: PillGothic300mg-Bold;
        font-size: 56px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    }

        #conteudo_artigo h2 .subtitle {
            color: #666666;
            font-size: 16px;
            font-weight: normal;
            text-shadow: none;
            text-transform: uppercase;
            display: block;
        }

    #conteudo_artigo .img_head_content h2 {
        border: 0 none;
    }

    #conteudo_artigo span a {
        color: #000000;
        text-decoration: none;
    }

        #conteudo_artigo span a:hover {
            color: #4C4B4B;
        }

    #conteudo_artigo p {
        color: #666666;
        margin-bottom: 6px;
        font-size: 12.5px;
    }

        #conteudo_artigo p.nomargin {
            margin-bottom: 0;
        }

    #conteudo_artigo .data {
        color: #CCCCCC;
        display: block;
        font-size: 11px;
        margin: 10px 0 0;
        float: left;
        width: fit-content;
    }

    #conteudo_artigo .utilicons {
        text-align: right;
        margin: 10px 0 0;
        width: fit-content;
        float: right;
    }

    #conteudo_artigo .encaminhar {
        background: url("../layout/nmaster_sprite.png") no-repeat scroll -882px -9px transparent;
        display: inline-block;
        height: 18px;
        width: 21px;
    }

    #conteudo_artigo .imprimir {
        background: url("../layout/nmaster_sprite.png") no-repeat scroll -910px -9px transparent;
        display: inline-block;
        height: 18px;
        width: 21px;
    }

    #conteudo_artigo span.desc {
        text-align: center;
        display: block;
        color: #666666;
    }

    #conteudo_artigo .center {
        text-align: center;
    }
    /*#conteudo_artigo img{
    border:3px solid #FFFFFF;
    box-shadow:0 7px 6px 0 #cccccc;
    margin: 0 5px 5px;
    display: block;
}*/
    #conteudo_artigo h3 {
        color: #000;
        /*font-size: 20px;*/
        font-weight: normal;
        margin-bottom: 6px;
    }

    #conteudo_artigo table {
        box-shadow: 0px 1px 5px 0px #CCCCCC;
        border-collapse: collapse;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        #conteudo_artigo table > thead > tr > th {
            text-align: center;
            color: #FFFFFF;
            font-weight: bold;
            border: 1px solid #FFFFFF;
            padding: 6px 12px;
            text-shadow: 1px 1px 1px #000000;
            background: #e01f2c; /* Old browsers */
            background-image: -moz-linear-gradient(top, #e01f2c 0%, #9c161f 100%); /* FF3.6+ */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01f2c), color-stop(100%,#9c161f)); /* Chrome,Safari4+ */
            background-image: -webkit-linear-gradient(top, #e01f2c 0%,#9c161f 100%); /* Chrome10+,Safari5.1+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01f2c', endColorstr='#9c161f',GradientType=0 ); /* IE6-9 */
            background-image: -ms-linear-gradient(top, #e01f2c 0%,#9c161f 100%); /* IE10+ */
            background-image: linear-gradient(to bottom, #e01f2c 0%,#9c161f 100%); /* W3C */
        }

        #conteudo_artigo table > tbody > tr > td {
            background-color: #ebebeb;
            border: 1px solid #FFFFFF;
            padding: 3px 12px;
            color: #666666;
            font-size: 13px;
            vertical-align: middle;
        }

        #conteudo_artigo table > tbody > tr.par > td {
            background-color: #d9d9d9;
        }

    #conteudo_artigo .content_img {
        padding: 0 5px;
    }

    #conteudo_artigo .legend {
        font-size: 12px !important;
        color: #999999 !important;
    }

    #conteudo_artigo a:not(.btn) {
        color: #333333;
        font-size: 13px;
        text-decoration: underline;
    }

    #conteudo_artigo ul,
    #conteudo_artigo ol {
        /*list-style-image: url("../layout/nlist_article.png");*/
        margin-left: 40px;
        margin-bottom: 0;
        list-style-position: inside;
        #list-style-position: outside;
        padding: 3px 0 0;
    }

        #conteudo_artigo ul > li,
        #conteudo_artigo ol > li {
            color: #666666;
            margin-bottom: 5px;
        }

        #conteudo_artigo ul.no_style,
        #conteudo_artigo ol.no_style {
            list-style: none outside none;
            margin-left: 0;
        }

            #conteudo_artigo ul.no_style li,
            #conteudo_artigo ol.no_style li {
                margin: 0;
            }

    #conteudo_artigo > a.btn-fph > span {
        cursor: pointer;
    }

    #conteudo_artigo > a.btn-fph {
        display: inline-block;
        border: 1px solid #eec82d;
        height: 21px;
        line-height: 21px;
        filter: progid:DXImageTransForm.Microsoft.gradient(startColorstr='#f4dc3d', endColorstr='#dd9100');
        background-image: -webkit-gradient(linear, CENTER TOP, CENTER BOTTOM, from(#f4dc3d), color-stop(35%, #e19f0b), to(#dd9100));
        background-image: -moz-linear-gradient(CENTER TOP, #f4dc3d 0%, #e19f0b 35%, #dd9100 100%);
        background-image: linear-gradient(CENTER TOP, #f4dc3d 0%, #e19f0b 35%, #dd9100 100%);
        box-shadow: 3px 3px 3px #CCCCCC;
    }

        #conteudo_artigo > a.btn-fph:hover {
            filter: progid:DXImageTransForm.Microsoft.gradient(startColorstr='#f8e942', endColorstr='#dd9100');
            background-image: -webkit-gradient(linear, CENTER TOP, CENTER BOTTOM, from(#f8e942), to(#dd9100));
            background-image: -moz-linear-gradient(CENTER TOP, #f8e942 0%, #dd9100 100%);
            background-image: linear-gradient(CENTER TOP, #f8e942 0%, #dd9100 100%);
            text-decoration: none;
        }

        #conteudo_artigo > a.btn-fph > span.btn-icon {
            border-right: 1px solid #dd9100;
            display: inline-block;
            height: 21px;
            width: 30px;
            background-image: url(../layout/mastersprite.png);
            background-repeat: no-repeat;
            float: left;
        }

            #conteudo_artigo > a.btn-fph > span.btn-icon.imprimir {
                background-position: 4px -158px;
            }

            #conteudo_artigo > a.btn-fph > span.btn-icon.voltar {
                background-position: -18px -159px;
            }

        #conteudo_artigo > a.btn-fph > span.btn-text {
            color: #FFFFFF;
            font-style: italic;
            text-shadow: 1px 1px 1px #000000;
            font-weight: bold;
            line-height: 21px;
            border-left: 1px solid #f5de31;
            float: left;
            display: inline-block;
            font-size: 12px;
            height: 21px;
            padding-left: 10px;
            width: 58px;
        }

#a_fph h2 {
    border-bottom: 1px solid #656565;
    display: block;
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    filter: progid:DXImageTransForm.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#a9a9a9');
    background-image: -webkit-gradient(linear, CENTER TOP, CENTER BOTTOM, from(#b5b5b5), to(#a9a9a9));
    background-image: -moz-linear-gradient(center top, #b5b5b5 0%, #a9a9a9 100%);
    background-image: linear-gradient(center top, #b5b5b5 0%, #a9a9a9 100%);
}

#a_fph ul {
    border-top: 2px solid #C5151B;
    display: block;
    margin: 0;
    padding: 10px 15px;
    width: 190px;
    filter: progid:DXImageTransForm.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#c4c4c4');
    background-image: -webkit-gradient(linear, CENTER TOP, CENTER BOTTOM, from(#e1e1e1), color-stop(90.02%,#e1e1e1), to(#c4c4c4));
    background-image: -moz-linear-gradient(center top, #e1e1e1 90%, #c4c4c4);
    background-image: linear-gradient(center top, #e1e1e1 90%, #c4c4c4);
}

    #a_fph ul li {
        border-top: 1px solid #f0f0f0;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 5px 0;
    }

        #a_fph ul li:first-child {
            border-top: 0 none;
        }

        #a_fph ul li a {
            color: #333333;
            display: block;
            padding-left: 4px;
            text-decoration: none;
        }

        #a_fph ul li.selected a, #a_fph ul li.selected a:hover {
            background-color: #A9A9A9;
            color: #000000;
            cursor: default;
        }

        #a_fph ul li a:hover {
            background-color: #c5151b;
            color: #ffffff;
        }

.margem-paragrafo {
    margin-bottom: 0;
}

.diretorias {
    margin-top: 25px;
}

    .diretorias h4 {
        font-size: 16.5px;
        color: #000000;
        padding: 13px 0 8px;
        font-family: Segoe UI;
    }

    .diretorias p span {
        color: #333333;
        font-size: 12.5px;
        font-weight: bold;
        font-family: Segoe UI;
    }

        .diretorias p span.reduce_font {
            color: #666666;
            font-size: 10.5px;
            font-weight: normal;
            font-family: Segoe UI;
        }

    .diretorias .bienio {
        display: none;
    }

    .diretorias .atual {
        display: block !important;
    }

    .diretorias .select_bar {
        border: 1px solid #dadbd9;
        box-shadow: 0 0 4px 0 #DADBD9;
        height: 40px;
        padding: 5px 18px 19px;
        margin-top: 50px;
        background: #fafafa; /* Old browsers */
        background-image: -moz-linear-gradient(top, #fafafa 0%, #f6f6f6 1%, #e5e5e5 99%, #efefef 100%); /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(1%,#f6f6f6), color-stop(99%,#e5e5e5), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #fafafa 0%,#f6f6f6 1%,#e5e5e5 99%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        background-image: -ms-linear-gradient(top, #fafafa 0%,#f6f6f6 1%,#e5e5e5 99%,#efefef 100%); /* IE10+ */
        background-image: linear-gradient(to bottom, #fafafa 0%,#f6f6f6 1%,#e5e5e5 99%,#efefef 100%); /* W3C */
    }

        .diretorias .select_bar label span {
            line-height: 27px;
        }

.mensagem {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 36px;
}

.temporada {
    margin-top: 27px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
}

    .temporada p a {
        color: #000000;
        text-decoration: underline;
    }

.alinhadireita {
    text-align: right;
}

.alinhaesquerda {
    text-align: left !important;
}

.underline {
    text-decoration: underline;
}

.taxas_table h3 {
    margin-top: 11px;
}

.taxas_table .taxas, .ranking {
    margin-top: 27px;
}

    .taxas_table .row, .ranking .row {
        margin-left: 2px;
    }

    .taxas_table .pradireita, .ranking .pradireita {
        text-align: right !important;
    }

    .taxas_table .praesquerda, .ranking .praesquerda {
        text-align: left !important;
    }

.formularioranking legend {
    display: none;
}

.formularioranking .titulo {
    font-weight: bold;
    color: #000000;
}

.visualiza {
    margin-left: 0 !important;
    margin-top: 19px !important;
}

.ranking p {
    margin-bottom: 5px !important;
    margin-top: 6px;
    margin-left: 1px;
}

.ajustacategoria {
    width: 226px;
}

.estiloli {
    list-style: none outside none;
    margin-left: -27px;
    margin-top: 6px;
}

    .estiloli a {
        color: #C5151B;
    }

.margem-label {
    margin-left: 0;
    margin-right: 20px;
}

.semmargem-label {
    margin-right: 0 !important;
}

.escondido {
    display: none;
}

.download {
    background-image: url("../layout/download.jpg");
    cursor: pointer;
    display: block;
    height: 16px;
    margin-right: 10px;
    width: 15px;
}

.modal.modalstyle {
    background-image: url("../layout/bodybg.png");
    border-radius: 0 0 0 0;
    top: -50%;
}

.big_modal {
    margin: -320px 0 0 -491px;
    width: 983px;
    border-radius: 0;
}

.normal_modal {
    margin: 0 auto;
    width: 940px;
}

span.border_gray {
    border-top: 2px solid #E6E6E6;
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

.modal-header {
    padding: 20px 15px;
    border: 0 none;
}

    .modal-header h3 {
        color: #E01F2C;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 6px;
        font-family: Segoe UI;
    }

.close {
    opacity: 1;
    filter: [opacity=1];
    margin-top: 0 !important;
}

    .close:hover {
        opacity: 1;
        filter: [opacity=1];
    }

.modal .close_x {
    background: url("../layout/nmaster_sprite.png") no-repeat scroll -943px -8px transparent;
    display: block;
    height: 20px;
    opacity: 1;
    width: 20px;
}

.modal button:hover .close_x {
    background-position: -967px -8px;
}

.modal fieldset input[type="text"],
.modal fieldset select,
.modal fieldset textarea {
    line-height: 16px;
    font-family: Segoe UI;
    color: #666666;
    font-size: 12px;
    border-radius: 0;
    border-left: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    box-shadow: 0 2px 7px 0 #DBDBDB inset;
    /*margin-bottom: 0;*/
}

.modal fieldset label {
    padding: 0 0 10px 0;
    #padding: 0 0 5px 0;
}

.modal fieldset .btn-danger {
    margin-bottom: 18px;
    margin-top: 18px;
}

.comtoponormal {
    margin-top: -24px;
}

.financeiro .gray_line {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 40px !important;
    margin-bottom: 23px !important;
}

.financeiro h3 {
    margin-bottom: 20px !important;
}

.financeiro h4 {
    color: #000000;
    font-family: Segoe UI;
    font-size: 14.5px;
    margin-bottom: 0;
    margin-top: 30px;
}

.financeiro span {
    font-size: 12.5px;
}

.financeiro .color_gray {
    color: #666666;
}

.financeiro a {
    text-decoration: underline;
}

.regulamentos h3:first-child {
    margin-top: 0 !important;
}

.regulamentos h3 {
    margin-top: 30px !important;
}

.regulamentos ul {
    margin-left: 0 !important;
}

    .regulamentos ul li .icon-download-alt {
        vertical-align: middle;
        margin: -5px 6px 0 0;
    }

    .regulamentos ul li {
        margin-bottom: 15px !important;
    }

        .regulamentos ul li a:hover .icon-download-alt {
            background: url("../layout/nmaster_sprite.png") no-repeat scroll -794px -121px transparent;
            display: inline-block;
            height: 14px;
            width: 14px;
        }

.quadroHorario .hold_h2 span {
    color: #666666;
    display: block;
    font-family: segoe ui;
    font-size: 12px;
    margin: 0 0 0 15px;
    padding: 9px 0 2px;
}

.quadroHorario .hold_h2 h2 {
    margin: 0;
    /*padding: 0 0 0 15px !important;*/
}

.table-inscricoes tr th {
    vertical-align: middle;
}

.table-inscricoes .label {
    display: block;
    text-align: center;
}

.table-inscricoes .btn-duplicata {
    margin-top: 8px;
}

.arquivosVin {
    float: none;
}

.listaArquivo {
    font-weight: bold;
}

.conteudo-no-margin table{
    margin:auto;
}

.conteudo-no-margin span{
    font-family: kanit-light !important;
}

@media only screen and (max-width: 992px) {
    #conteudo_artigo .data {
        color: #777;
        margin: 7px 0 5px;
        float: left;
        width: fit-content;
    }

    #conteudo_artigo .utilicons {
        float: right;
        width: fit-content;
        margin: 7px 0 0 0;
    }

    #conteudo_artigo p {
        margin-top: 35px;
    }

    #main #container .page_content .conteudo {
        padding: 55px 20px 20px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    #conteudo_artigo h2 {
        font-size: 36px;
        float: left;
        width: 100%;
    }
}
