/*
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 : 09/02/2016, 18:09:56
    Author     : lolo
*/

/*** 
Remove sidebar 
***/
.page-content-wrapper .page-content-no-sidebar {
    margin-left:0px !important;
}

/***
logo
***/
.page-header.navbar .page-logo .logo-default {
    margin: 19px 10px 0 10px !important;
    width:120px !important;
}

/***
Dashboard background
***/
.dashboard-background{
    background:url(../img/benestar-social/background-general.jpg);
}

/***
Blue Benestar Social
***/
/* Button */
.blue-benestar.btn {
  color: #FFFFFF;
  background-color: #0d34a9;
}
.blue-benestar.btn:hover, .blue-benestar.btn:focus, .blue-benestar.btn:active, .blue-benestar.btn.active {
  color: #FFFFFF;
  background-color: #d0002d;
}
/* General Text & Icon Font Colors */
.font-blue-benestar {
  color: #0d34a9 !important;
}
/* Portlet */
.portlet > .portlet-body.blue-benestar,
.portlet.blue-benestar {
  background-color: #0d34a9 !important;
}
.portlet.solid.blue-benestar > .portlet-title > .caption {
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.portlet.solid.blue-benestar > .portlet-title > .caption > i {
  color: #FFFFFF !important;
}