/*
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 : 26/02/2019, 14:44:24
    Author     : Fernando
*/

.btn-primary {
  background-color: #002BBD;
  border-color: #00208B;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #00208B;
}

.skin-blue .main-header .navbar {
  background-color: #002BBD;
}

.skin-blue .main-header .logo {
  background-color: #00208B;
  color: #fff;
  border-bottom: 0 solid transparent;
}

.skin-blue .main-header .logo:hover {
  background-color: #001a72;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #000e3d;
}

.skin-blue .main-header li.user-header {
  background-color: #002BBD;
}


.fab button.main {
  background-color: #002BBD;  
}

.skin-blue .sidebar a {
  color: #e6eef2;
}

