/* 
    Document   : artigo170.css
    Created on : 22/07/2015
    Author     : dw (Jovana))
*/

/* box do cabecalho */
#content #buscaProcessos { display: none; }
#content #main #buscaProcessos { 
    display: block !important;
    border-bottom: 5px solid #55a79f;
    margin-bottom: 38px;
    padding-bottom: 5px !important;
}

/* box de contemplados */
#content table { 
    width: 100% !important;
    border: none !important;
}
table thead th {
    background: #55a79f none repeat scroll 0 0;
    color: #fff;
    padding: 15px;
    text-align: left;
}
table tfoot th {
    padding: 5px;
    text-align: left;
    font-weight: normal;
    color: #343434;
    font-size: 0.9em;
}

/* box lateral */
#content #main #aside { padding: 0 !important; color: #4c4c4c !important; }
#content #main #aside > div { 
    padding: 15px !important; 
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #fff;
}
#content #main #aside > div p { margin: 0 0 5px 0; }

/* box busca */
#boxBusca form { display: inline-block; }
#boxBusca input {
    background-image: url("../../../../public/images/icon-search-btn.svg");
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid #d7d7d7;
    float: left;
    font-size: 1em;
    font-weight: lighter !important;
    height: 25px;
    margin: 0;
    padding: 0 0 0 28px !important;
    width: 278px;
}

/* box de letras */
#aside #boxLetras p { 
    margin-bottom: 10px !important; 
    margin-top: 10px !important; 
}
#boxLetras ul li {
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin: 1px 0 0 1px;
    padding: 0;
    text-align: center;
}
#boxLetras ul li a {
    background: #55a79f none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: block;
    line-height: 23px;
    text-decoration: none;
    width: 24px;
    cursor: pointer;
}

/* box informativo */
.informativo p { 
    text-align: justify;
    margin: 0 0 10px 0 !important;
}
.informativo p:last-child { margin-bottom: 0 !important; }
a[href^="mailto:"] {
    background: none;
    padding: 0;
}

#content #main #boxProcessos {
	width: 460px;
}

#content #tableEditais {
    width: 460px;
}

#content #main #aside {
	width: 488px;
}

#content #tableEditais table thead th, #content #tableEditais table tr td {
	padding: 15px 5px;
}