.page-header.navbar .page-logo .logo-default{
    margin: 10px 5px;
    width: 170px;
}


.navbar-inverse{
	background-color:transparent; 
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
	color: #485a6a;
}


.limpar-notificacoes{
	float: right;
}


.todos-alertas{

}


.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list>li>a .time{
	margin-right: 5px;
}

.bem-vindo p{
	font-size: 14px;
	margin-bottom: 10px;
}



/*footer*/

.page-footer{
	height: 73px;
	padding-top: 25px;
}

.page-footer .page-footer-inner{
	display: block;
	float: none;
}

.page-footer-inner .copy-cim{
	display: inline-block;
}

.page-footer-inner .producao-pixel{
	display: inline-block;
	margin: 0 50px; 
}

.page-footer-inner .producao-pixel span{
	display: inline-block;
	margin-right: 5px;
}

.page-footer-inner .producao-pixel a{
	display: inline-block;
}

.page-footer-inner .producao-pixel a img{
	display: inline-block;
}

.page-footer-inner .apoios{
	float: right;
}

.page-footer-inner .apoios img{
	display: inline-block;
	max-width: 350px;
	margin-top: -15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse .navbar-toggle:hover .icon-bar{
	background-color: #fff;
}

@media (min-width: 992px){
	.page-footer-fixed .page-footer {
	    min-height: 100px;
	    padding-top: 35px;
	}

	.page-footer-fixed .page-container {
	    margin-bottom: 90px!important;
	}



}

@media (max-width: 991px){
	.page-footer-fixed .page-footer {
		padding-top: 0;
		height: auto;
		padding-bottom: 25px;
	}
}

@media (max-width: 800px){
	.page-footer .page-footer-inner{
		text-align: center;
	}

	.page-footer-inner .apoios{
		float: none;
		display: block;
	}

	.page-footer-inner .producao-pixel{
		margin: 15px 50px;
	}

	.page-footer-inner .apoios img{
		width: 90%;
		margin:0 auto 15px;
	}

	.page-footer{
		height: 150px;
	}
}

.navbar-inverse{
	border: 0;
}

/* Auth Pages - Custom Design */
.auth-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('../img/intro-bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Poppins', 'Roboto', sans-serif;
}

.m-login__contanier {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.m-login__signin {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(82,63,105,0.05);
}

.m-login__logo {
    text-align: center;
    margin-bottom: 30px;
}

.m-login__logo img {
    max-width: 150px;
}

.m-login__head {
    text-align: center;
    margin-bottom: 30px;
}

.m-login__title {
    font-size: 24px;
    font-weight: 600;
    color: #464457;
}

.m-login__form .form-control {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #575962;
    height: 50px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    border: 1px solid #f4f5f8;
    transition: all 0.3s;
}

.m-login__form .form-control:focus {
    border-color: #716aca;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}

.m-login__form .form-control::-webkit-input-placeholder {
    color: #aeb1b7;
}

.m-login__form-sub {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-link {
    color: #6f727d;
    font-size: 13px;
    text-decoration: none;
}

.m-link:hover {
    color: #716aca;
    text-decoration: underline;
}

.m-login__form-action {
    text-align: center;
    margin-top: 30px;
}

.m-btn {
    font-family: 'Poppins', sans-serif;
    border-radius: 60px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
}

.m-btn--focus {
    background-color: #716aca;
    border-color: #716aca;
    color: #fff;
}

.m-btn--focus:hover {
    background-color: #5853a0;
    border-color: #5853a0;
    color: #fff;
}

.m-checkbox {
    font-size: 13px;
    color: #6f727d;
    cursor: pointer;
}

.m-checkbox input {
    margin-right: 5px;
}

/* Validation Styles */
.has-error .form-control {
    border-color: #f4516c;
    background-color: #fff5f6;
}

.help-block {
    color: #f4516c;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-left: 20px;
    display: block;
}

/* Alerts */
.note-danger {
    background-color: #ffdde5;
    color: #f4516c;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #f4516c;
}

.note-success {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #3c763d;
}

/* Background Image Fallback if specified file is missing */
.auth-layout {
    background-color: #f2f3f8;
}
