.body-login{
    background-color: #3c453c;
}

.body-login-dev{
    background-color: #DCDCDC;
}

.img-login {
    max-width: 300px;
}

#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #DCDCDC;
    filter: alpha(opacity = 65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.30;
    z-index: 9998;
}

#aguarde {
    top:50%;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding-left: 27px;
}

.icon-menu 
{
	font-size:18px;
}

.label-icon-menu {
    font-size: 10px;
    color: rgba(255,255,255,.5);
}

.label-icon-menu-dev {
    font-size: 10px;
    color: rgba(0,0,0,.5);
}

.nav-link {
	margin-bottom:-10px;
}
/* Create a sticky/fixed navbar */
#navbar {
	padding: 10px 10px; /* Large padding which will shrink on scroll (using JS) */
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	position: fixed; /* Sticky/fixed navbar */
	width: 100%;
	top: 0; /* At the top */
	z-index: 99;
	margin-bottom: 100px;
}

#navbar .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.link-menu {
    line-height: 20px;
}

.bg-primary {background-color: #064579 !important }

.text-blue {color: #064579 !important }

.table-result {
    width:100%;
    white-space: nowrap;
 }