/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/10/2013, 11:25:20
    Author     : rafaelmonteiro
*/

#imgPrev{
    cursor:pointer;
    margin: 0 0px 0 10px;
}
#imgNext{
    cursor:pointer;
    margin: 0 0px 0 5px;
}
#btnPesquisa{
    cursor:pointer;
    margin: 0 5px 0 5px;
}

.sucess
{
    font:11px verdana;
    color:#333;
    background-color: #f9f9f9;
    border:1px solid #999;
    padding:4px;
    display:none;
    width:350px;
}

.error
{
    font:11px verdana;
    color:red;
    background-color: #f9f9f9;
    border:1px solid red;
    padding:10px;
    display:none;
    width:350px;		
}


#loading{
    width:100%;
    height:100%;
    position: fixed;
    top:40%;
    left:40%;
    display: none;
    z-index:9001;
}

#bloqueiaTela{
    width:100%;
    height:100%;
    background-color:#000000;
    z-index:9000;
    position:absolute;
    top:0;
    left:0;
    opacity: 0.3;
    display:none;
}


#divAnexos{
    
}
#ulAnexos{
    list-style-type: none;
}
#ulAnexos li{
    padding:10px;
    float:left;
    font-size:10px;
}

a.anexoImgExclui{
    text-decoration: none;
    color: #bd0c0c;
}

.folder{
    cursor:pointer;
}

.nav-tabs > li .close {
    margin: -3px 0 0 10px;
    font-size: 18px;
    padding: 5px 0;
    float: right;
}

.nav-tabs > li a[data-toggle=tab] {
    float: left!important;
}

.ultimosPosts{
    list-style-type: none;
}