/*
 Theme Name:   UEPB2016 Setores IMG
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Tema filho de UEPB
 Author:       Equipe Web Designers, CTIC - UEPB
 Author URI:   http://www.uepb.edu.br
 Template: uepb2016
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  uepb2016-setores-img
*/



.menu-tema-setor{
     background: #999;
}

.panel-body{padding:0px;}

.dropdown-menu > li > a:hover{
	border-left: 2px solid #ff0000;
	padding-left:18px;
	padding-rigth:18px;
	} 

#topo-setores{heigh:145px;width:auto; border-left: 1px solid #444; margin-top:80px;}


.navbar-form input, .form-inline input {
	width:auto;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
    background: #999;
}

#nav{
	position: relative;
    width: 100%;
    z-index:100;
    background: #999;
}

#nav li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
}
#nav li>a:hover{
	padding-top:9px;
	}
#nav .dropdown-menu li>a:hover{
	padding-top:12px;
	}	
#nav .dropdown-menu a{
	background-color:#fff;
	color: #333;
}