/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #D8D8D8;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom:1px solid #FFF;
  color: #000;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.fa{padding-right:10px;}

.lembrarpass:hover{
	font-weight:bold;
	text-decoration:underline;
}
.modal-artigo{width:300px;}
.modal-body{ margin-top:0px;}
/*************************************************************
EFEITOS MOUSEOVER
*************************************************************/
.efeitoover:hover{
		zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transition: opacity .30s ease-in-out;
        -moz-transition: opacity .30s ease-in-out;
        -ms-transition: opacity .30s ease-in-out;
        -o-transition: opacity .30s ease-in-out;
        transition: opacity .30s ease-in-out;
	
}

.efeitoover1:hover{
-webkit-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.52);
-moz-box-shadow:    0px 1px 16px 0px rgba(50, 50, 50, 0.52);
box-shadow:         0px 1px 16px 0px rgba(50, 50, 50, 0.52);
	
}
.efeitoover2 { transition: all .2s ease-in-out; }
.efeitoover2:hover { 
transform: scale(1.1);
-ms-transform: scale(1.1);
}
.efeitoover3 { transition: all .2s ease-in-out; }
.efeitoover3:hover { transform: scale(1.1); }
/***************************************************+
MENSAGEM DE ALERTA
***************************************************/
.bb-alert
{
    position: fixed;
    top: 50%;
    left: 20%;
	right: 20%;
    margin-bottom: 0;
	background: rgba(0,0,0,0.8);
	text-align:center;
	color:#FFF;
    font-size: 1.2em;
    padding: 1em 1em;
    z-index: 2000;
	-webkit-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.75);
}

.alert--finch
{
    display: block;
    font-weight: bold;
    text-align: center;
}

/***************************************************+
SCROLIN LOADING SCRIPT
***************************************************/
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #01B9D5;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #333;
    text-decoration: none;
}
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
/***************************************************************
ABRE OS BOTÕES QUANDO O RATO PASSA POR CIMA
***************************************************************/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	margin-top:0px; 
}