﻿/** PÁGINAS INTERNAS **/
article h1.titulo,
h2.titulo, h1.titulo, h3.titulo {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top:10px;
    line-height:1.5em;
}

#corpo .limite {
    padding-top: 15px;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.conteudoPagsInternas{
    padding:20px 10px;
} 


article h2.titulo {
    font-size: 22px;
    margin-bottom: 20px;
}
article h3.titulo{
    font-weight:bold;
    font-size: 16px;
    margin-bottom: 5px;
}

article p {
    /*margin-bottom: 10px;*/
}

    article p a {
        color: #0f5b1e;
    }

a:link, a:active, a:visited {
    color: #069;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/** REVISTAS CIENTÍFICAS **/
.imgRev a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

    .imgRev a:last-child {
        margin-right: 0;
    }

    .imgRev a img {
        width: 158px;
        border: 1px solid #999;
        padding: 1px;
    }

    .imgRev a span {
        display: block;
        text-align: center;
        color: #000;
        font-weight: bold;
    }


/** CEP **/
.listaCEP {
    list-style: none;
    padding-top: 15px;
}

    .listaCEP li {
        margin: 10px 0;
    }

    .listaCEP > li > a {
        text-decoration: none;
        color: #656565;
        display: block;
        padding: 8px 0 8px 15px;
        font-size: 18px;
        background: #f3f3f3;
        border-left: 3px solid #0b4213;
        border-bottom: 2px solid #0b4213;
        background-image: url(https://www.unoeste.br/site/prppg/_css/img/seta-destaque.png);
        background-repeat: no-repeat;
        background-position: 7px 17px;
    }

    .listaCEP li > a > span {
        display: block;
        font-size: 10px;
        font-weight: normal;
    }

    .listaCEP li > a:hover {
        text-decoration: underline;
    }

    .listaCEP li > div.listaCEPconteudo {
        display: none;
        padding: 10px 20px;
    }

    .listaCEP li ul li {
        margin: 0;
        padding: 0;
    }

        .listaCEP li ul li > a {
            border: none;
            font-size: 12px;
        }



/** INFORME CCPq **/
#listaInformeCCPq {
    list-style: none;
}

    #listaInformeCCPq li:nth-child(2n+1) {
        background-color: #edf4f0;
    }

    #listaInformeCCPq li a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 10px;
        background: url(https://www.unoeste.br/site/prppg/_css/img/icone-download-normal.png) 658px center no-repeat;
    }

        #listaInformeCCPq li a:hover {
            background: url(https://www.unoeste.br/site/prppg/_css/img/icone-download-hover.png) 658px center no-repeat;
        }

/** Contato **/
#formContato fieldset {
    border: none;
}

    #formContato fieldset legend {
        display: none;
    }

    #formContato fieldset label {
        display: block;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    #formContato fieldset .btn {
        padding: 5px;
        min-width: 120px;
        border: solid 1px #999;
        background-color: #dbdbdb;
    }

    #formContato fieldset .input-xxlarge,
    #formContato fieldset .input-xlarge {
        padding: 5px;
        min-width: 400px;
        border: solid 1px #999;
    }

    #formContato fieldset .input-xlarge {
        min-width: 200px;
    }

    #formContato fieldset .textoAlerta {
        color: Red;
    }

/** Tabelas **/
.padraoTabela, .padraoTabelaLiquido {
    width: 100%;
}

    .padraoTabela tr td {
        border-top: none 0;
        border-right: none 0;
        border-left: none 0;
        border-bottom: dashed 1px #ccc;
        padding: 6px;
        font-size: 14px;
    }

    .padraoTabela tr:nth-child(2n+1) td {
        background-color: #f5f5f5;
    }

    .padraoTabela tr th, .fundoCabecalho {
        border: none 0;
        background-color: #5d5d5d;
        padding: 8px;
        text-align: left;
        color: #fff;
    }


/** Convenios internacionais **/
#divBtnExibirTodosParceiros {
    margin: 20px 5px;
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
}

.textoAlerta {
    color: red;
    font-weight: normal;
}

.btnCadastrar {
    padding: 5px;
    width: 120px;
}


/** tipos **/
.listaMenusInternas {
    margin-left: 20px;
}

    .listaMenusInternas li ul {
        margin-left: 20px;
    }

.lista {
    margin: 15px 0;
}

    .lista li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .lista li:hover {
            background-color: #ddd;
        }


.subMenu{
    float: right;
    padding: 5px;
    background-color: #fefefe;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px #777;
    margin: 20px;
    max-width: 300px;
    margin-top: 15px;

}

    .subMenu li:hover {
        background-color: #eee;
    }

    .subMenu li a {
        color: #333;
    
        }

    .subMenu li {
        padding: 4px;
        border-bottom: 1px dotted #ddd;
    
        }

.conteudoInterno h3 {
    font-weight: bolder;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.listaComItem {
    list-style-type: disc;
}

    .listaComItem li {
        margin-left: 20px;
    }



.menuItensConteudo{
    width:200px;
    background-color:#f2f2f2;
    border:solid 1px #ccc;
    float:right;
    margin:0 0 20px 20px;
    text-align:left;
    padding:5px;
}
.menuItensConteudo nav ul{
    list-style:none;
}
.menuItensConteudo nav ul li{
    padding:8px 10px;
    line-height:1.4em;
    border-bottom:solid 1px #e6e6e6;        
}
.menuItensConteudo nav ul li:last-child{
    border-bottom:none;
}

.conteudoPagsInternas.aecin{
     min-height:750px;
 }



/**formulários*/
input[type=text], input[type=password], input[type=file], input[type=number], input[type=checkbox], select, textarea
{
    border-bottom: #D5D8EA 1px solid;
    border-left: #D5D8EA 1px solid;
    border-top: #D5D8EA 1px solid;
    border-right: #D5D8EA 1px solid;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
    font: 14px "Lucida Grande" , Arial, Sans-serif;
    background: #FFFFFF;
    color: #000000;
    padding-bottom: 5px;
    padding-top: 5px;
}
option
{
    background: #FFFFFF !important;
    color: #000000 !important;
}



input[type=text]:disabled, input[type=password]:disabled, input[type=file]:disabled, select:disabled, textarea:disabled
{
    background-color:#f2f2f2;
   
}


.btnDefault {
    background-color: #61BA5C;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    font-family: Arial;
    text-decoration:none !important;
    text-align: center;
}

    a.btnDefault {
        color: #fff;
    }
    

.btnDefault.cinza{
    background-color: #757575;
}

.btnDefault.disabled, .btnDefault[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}


